/*!
Theme Name: Dr Moku
Theme URI: http://underscores.me/
Author: Danko Zloporubovic
Author URI: http://danitwebagency.com
Description: Description
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: drmoku
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.

Dr Moku is based on Underscores https://underscores.me/, (C) 2012-2017 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/
/* NEW */
body {
    color: #000;
    font-family: 'Open Sans', sans-serif;
}
article .article__body p, article .article__body ul {
    color: #000;
}
h1,h2,h3 {
    /* font-family: 'Varela', sans-serif; */
    
}
h1 {
    font-size: 36px;
    line-height: 42px;
}
h2 {
    font-size: 28px;
    line-height: 40px;
}
h3 {
    font-size: 24px;
    line-height: 30px;
}
h4 {
    font-size: 20px;
}
h5 {
    font-size: 16px;
}
h6 {
    font-size: 14px;
}
p {
    font-size: 16px;
}
/* NEW */
header {
    background-color: #0879E3;
    padding-bottom: 80px;
}
.navbar-brand {
    margin-top: 4px;
    padding-bottom: 23px;
}
.navbar-brand img {
    width: 50%;
}
.navbar-nav {
    float: right;
    margin-top: 10px;
}
.menu-item {
    padding: 15px 20px;
}
.navbar-light .navbar-nav .menu-item a:focus, 
.navbar-light .navbar-nav .menu-item a:hover {
    text-decoration: underline;
    color: #fff;
}
.navbar {
    background-color: transparent!important;
    padding: 0;
}
.navbar-light .navbar-nav .menu-item a {
    color: #fff;
    font-size: 14px;
}
.navbar-light .navbar-nav .active>.menu-item a, 
.navbar-light .navbar-nav .menu-item a.active, 
.navbar-light .navbar-nav .menu-item a.show, 
.navbar-light .navbar-nav .show>.menu-item a {
    font-size: 14px;
    color: #fff;
}

.sub-menu {
	display: none;
}
.navbar-light .navbar-nav .menu-item a:hover .sub-menu {
	display: block;
}
.top-head {
    background-color: #0879E3;
    padding-top: 100px;
    padding-bottom: 50px;
}
.top-head h1 {
    font-size: 36px;
    color: #fff;
    text-align: center;
    font-weight: 200;
    line-height: 45px;
}
.top-head a {
    font-family: 'Varela', sans-serif;

    background-color: #7ED321;
    font-size: 18px;
    color: #fff;
    text-align: center;
    width: 190px;
    display: block;
    margin: 50px auto;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    border-radius: 15px;
    padding-top: 15px;
    padding-bottom: 15px;
}
a:hover,
a:focus,
a:active {
    text-decoration: none!important;
}
.middle-half-half-section {
    background-color: #F4F7FA;
    padding-top: 50px;
    padding-bottom: 50px;
}
.half-half-section {
    padding-top: 50px;
    padding-bottom: 50px;
    background-color: #fff;
}
.half-half-section h2 {
    color: #4A4A4A;
    font-size: 36px;
    line-break: 45px;
    margin-bottom: 25px;
}
.half-half-section h3 {
    color: #4A4A4A;
    font-size: 24px;
    margin-bottom: 35px;
}
.half-half-section p {
    color: #4A4A4A;
    font-size: 14px;
    margin-bottom: 15px;
    line-height: 30px;
}
.middle-row h2 {
    display: block;
    clear: both;
    font-size: 36px;
    text-align: center;
    width: 100%;
    margin-top: 30px;
}
.middle-row h3 {
    font-size: 30px;
}
.middle-row p {
    clear: both;
    display: block;
    width: 100%;
    text-align: center;
    font-size: 20px;
    line-height: 27px;
    margin-bottom: 30px;
}
.half-half-row {
    margin-top: 30px;
}
.half-half-row p {
    font-size: 14px;
    line-height: 32px;
}
.signature {
    margin-top: 32px;
}
.tryitout {
    background-color: #fff;
   
}

.tryitout h3 {
    margin-top: 30px;
}
.tryitout .cta-btn {
    background-color: #4A90E2;
    font-size: 18px;
    color: #fff;
    text-align: center;
    width: 190px;
    display: block;
    margin: 50px auto;
    margin-bottom: 90px;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    border-radius: 15px;
    padding-top: 15px;
    padding-bottom: 15px;
}
.search-btn {
	background-color: #4A90E2!important;
    font-size: 18px!important;
    color: #fff!important;
    text-align: center!important;
    height: 39px!important;
    padding-left: 0px!important;
    padding-right: 0px!important;
    width: 100px!important;
    display: block!important;
    margin-top: 5px!important;
    margin-bottom: 0px!important;
    margin-bottom: 0px!important;
    -webkit-border-radius: 15px!important;
    -moz-border-radius: 15px!important;
    border-radius: 15px!important;
    padding-top: 5px!important;
    padding-bottom: 5px!important;
    float: right!important

}
.news-section {
    padding-bottom: 100px;
}
.news-section h2 {
    text-align: center;
    margin-bottom: 30px;
}
.widget {
	padding: 50px 0 50px 0px!important;
}
/* FOOTER */
footer {
    background-color: #252525;
    padding-top: 50px;
    padding-bottom: 50px;
}
footer h2 {
    font-size: 17px!important;
    color: #fff;
    padding-bottom: 25px;
}
.footer-widget {
    margin-bottom: 30px;
}
.footer-widget ul {
    margin: 0;
    padding: 0;
    color: #fff;
    list-style-type: none;
}
.footer-widget ul li {
    padding: 0 0 15px 0 !important;
    font-size: 12px;
}
.footer-widget ul li a {
    font-size: 12px;
    color: #fff!important;
}
.footer-widget a {
    font-size: 11px;
}
.footer-copyright {
    color: #bbb;
    font-size: 12px;
}
.footer-copyright a {
    color: #bbb;
    padding-left: 50px;
}
.footer-social {
    padding: 0;
    margin: 0;
    text-align: right;
}
.footer-copy {
    padding-top: 30px;
}
.footer-social li {
    display: inline-block;
}
.text-block h3, .text-block .h3 {
    font-size: 30px;
    text-align: center;
}
#menu1 {
    padding-bottom: 50px;
}
article {
	margin-bottom: 30px;
}
.btn-stores {
	margin-right: 10px;
}
.hamburger-toggle i {
    color: #fff!important;
}
/* SHORTCODES */
.tablepress tr,
.tablepress th {
    text-align: center!important;
}
.tablepress td {
    height: 50px;
    vertical-align: middle!important;
    text-align: center!important;
    font-weight: bold;
}
.tablepress td:nth-child(n+2) {
    padding-top: 28px;
}
.page-template-template-child-pages .tablepress tr,
.page-template-template-child-pages .tablepress th {
    text-align: left!important;
    font-weight: 400;
}
.page-template-template-child-pages .tablepress td {
    font-size: 16px;
    text-align: left !important;
    font-weight: 400!important;
}
.page-template-template-child-pages .tablepress .odd td {
    background-color: #C3DAFF!important;
}
.page-template-template-child-pages .tablepress td:nth-child(n+2) {
    padding-top: 10px;
}
.audio-table.mejs-container {
    margin-bottom: 0px!important;
    margin-top: 2px!important;
    vertical-align: top;
    float: left!important;
    margin: 0 auto;
    width: 44px!important;
}
.audio-table.mejs-container .mejs-button button {
    width: 19px!important;
    height: 19px!important;
    margin: 0!important;
    background-image: url('/content/themes/dr-moku/images/table-player-controls.png') !important;
}
.audio-h4 {
    padding-bottom: 10px!important;
    font-size: 24px!important;
    font-weight: bold!important;
    line-height: 29px!important;
    margin-left: 30px!important;
    color: #34495e!important;
    margin: 0px!important;
    }
.audio-p {
    padding-top: 0px!important;
    font-size: 18px!important;
    font-weight: bold!important;
    line-height: 20px!important;
    margin-left: 30px!important;
    color: #6e7479!important;
    padding-bottom: 0px!important;
    }
.audio-h5 {
    font-size: 20px!important;
    padding-top: 5px!important;
    font-weight: 300!important;
    margin-left: 30px!important;
    margin-bottom: 10px!important;
    color: #34495e!important;
    margin: 0px!important;
    }
.divider {
     width: 100%; height: 1px; background-color: #b8b8b8; margin-top: 10px; margin-bottom: 20px;
}
.mejs-container {
    width: 39px!important;
    height: 39px!important;
}
.mejs-time,
.mejs-time-rail,
.mejs-duration-container,
.mejs-volume-button,
.mejs-horizontal-volume-slider {
    display: none!important;
}
.mejs-controls {
    height: 39px!important;
}
.mejs-button {
    width: 39px!important;
    height: 39px!important;
}
.mejs-button button {
    width: 39px!important;
    height: 39px!important;
    margin: 0!important;
    background-image: url('/content/themes/dr-moku/images/player-controls.png') !important;
}
.mejs-pause button {
    background-position: -41px 0px !important;
}
.mejs-container {
    float: left !important;
    width: 60px !important;
    margin-bottom: 40px !important;
    margin-top: 20px !important;
}   
.mejs-container, .mejs-embed, .mejs-embed body, .mejs-container .mejs-controls {
    background-color: transparent!important;
}
.audio-h4 {
    padding-bottom: 10px !important;
    font-size: 24px !important;
    font-weight: bold !important;
    line-height: 29px !important;
    margin-left: 30px !important;
    color: #34495e !important;
    margin: 0px !important;
}


.audio-table.mejs-container .mejs-pause>button {
    background-position: -180px 0!important;
}
.audio-table.mejs-container .mejs-replay>button {
    background-position: -160px 0!important;
}
.audio-table .mejs-controls {
    width: 19px!important;
    height: 19px!important;
    bottom: auto!important;
}
.mejs-replay>button {
    background-position: -164px 0!important;
}
.audio-p {
    padding-top: 0px !important;
    font-size: 18px !important;
    font-weight: bold !important;
    line-height: 20px !important;
    margin-left: 30px !important;
    color: #6e7479 !important;
    padding-bottom: 0px !important;
}
.audio-h5 {
    font-size: 20px !important;
    padding-top: 5px !important;
    font-weight: 300 !important;
    margin-left: 30px !important;
    margin-bottom: 10px !important;
    color: #34495e !important;
    margin: 0px !important;
}
.menu-horizontal > li > a,
.menu-horizontal > li > a:hover, 
.menu-horizontal > li > span:hover, 
.menu-horizontal > li > .modal-instance > .modal-trigger:hover,
.menu-horizontal > li > a, .menu-horizontal > li > span, 
.menu-horizontal > li > .modal-instance > .modal-trigger {
    color: #fff!important;
}
.menu-horizontal > li:not(:hover) > a, 
.menu-horizontal > li:not(:hover) > span, 
.menu-horizontal > li:not(:hover) > .modal-instance > .modal-trigger {
    opacity: 1;
}
.container-404 {
    padding-top: 150px;
    padding-bottom: 150px;
}
.container-404 p {
    font-size: 25px;
    text-align: center;
    line-height: 35px;
}

.btn-clients {
    background-color: #ffdb00;
    border-color: #ffdb00;
    
}
.btn-clients .btn__text {
    color: #0e0c00!important;
}
.btn-clients:hover,
.btn-clients:focus,
.btn-clients:active {
    background-color: #ffdb00;
    border-color: #ffdb00;
}
/* New Homepage */
.hp-first-box {
    text-align: center;
    padding-bottom: 40px;
}
.hp-first-box h1 {
    text-align: center;
    font-weight: 700;
    margin-bottom: 10px;
    margin-top: 15px;
}
.hp-first-box h2 {
    margin-bottom: 35px;
}
.hp-first-box-left {
    text-align: left;
}
.store-btns {
    margin-right: 10px;
    margin-bottom: 15px;
    display: inline-block;
}
img {
    vertical-align: top;
}
strong {
    font-weight: 700;
}
.hp-video {
    margin-top: 15px;
}
.hp-video .video-cover {
    max-width: 370px;
    max-height: 220px;
}
.hp-third-box iframe {
    max-width: 739px;
}
.hp-first-box div[class*="col-"][class*="-6"] .video-cover iframe {
        min-height: 220px;
}
.hp-second-box div[class*="col-"][class*="-6"] .video-cover iframe {
    min-height: 330px;
}
.hp-second-box .hp-video .video-cover,
.hp-second-box .hp-video .video-cover .background-image-holder {
    height: 330px;
}
.hp-video .video-cover .video-play-icon {
    margin-top: 15px;
}
.hp-second-box .hp-video .video-cover .video-play-icon {
    margin-top: 45px;
}
.hp-second-box {
    text-align: center;
    background-color: rgba(14,119,255,0.1);
    padding-top: 35px;
    padding-bottom: 75px;
}
.hp-second-box h2 {
    margin-top: 35px;
}
.fourth-box h2 {
    font-weight: 700;
}
.hp-third-box {
    background-color: #FFF264;
    text-align: center;
    padding-top: 35px;
    padding-bottom: 65px;
}
.hp-third-box h1 {
    color: rgba(0, 53, 196, 0.87);
    font-weight: 700;
    margin-bottom: 10px;
}
.blue-btn {
    background-color: #3071E0;
    color: #fff;
    font-size: 16px;
    padding: 20px 0;
    width: 228px;
    margin: 0 auto;
    display: block;
    transition: all 0.3s;
}
.blue-btn:hover {
    background-color: #1046A0;
    transition: all 0.3s;
    color: #fff;
}
.hp-fifth-box {
    text-align: center;
    padding-top: 40px;
    padding-bottom: 60px;
}
.hp-fifth-box h2 {
    font-weight: 700;
    margin-bottom: 25px;
}
.hp-fifth-box p {
    text-align: left;
    margin-bottom: 20px;
    letter-spacing: 0.5px;
}
.video-popup {
    border: none;
    position: relative;
    cursor: pointer;
    height: auto;
}
.video-popup .video-play-icon {
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -52px;
    margin-left: -52px;
    transition: all 0.3s;
}
.video-popup:hover .video-play-icon {
    box-shadow: 0 23px 40px rgba(0, 0, 0, 0.2);
    transform: translate3d(-2px, -10px, 0);
    -webkit-transform: translate3d(-2px, -2px, 0);
    transition: all 0.3s;
}
.hp-video .modal-content {
    background-color: transparent;
    border: none;
}
.hp-video .modal-dialog {
    max-width: 800px;
}
.close-video {
    background-color: transparent;
    border: none;
    font-size: 25px!important;
    padding: 0;
    margin: 0;
    height: 30px;
    line-height: 25px;
    float: right;
}
.button-store {
    text-align: left;
}
.watchvideo {
    max-width: 100%;
    max-height: 210px;
    height: 210px;
}
/* LAnguage pages */
.languages-first {
    background-size: auto auto!important;
    background-repeat: no-repeat!important;
    background-color: rgba(14,119,255,0.1)!important;
    padding-left: 0px;
    padding-right: 0px;
    padding-bottom: 30px;
}
.lang-lead {
    padding-top: 40px;
    padding-bottom: 20px;
    text-align: center;
    
}
.row-lang-template {
    padding: 40px;
}
.lang-lead h1,
.lang-lead h2 {
    color: #fff;
}
.lang-lead h1 {
    text-shadow: 2px 2px 2px #000000;
}
.container-wrapp {
    background-color: #fff;
    padding: 40px;
}
.post-navigation {
    border-top: 3px solid #CEC9C9;
    width: 100%;
    text-align: center;
    padding-top: 10px;
}
.post-navigation .previous-post {
    float: left;
    display: inline-block;
}
.post-navigation .next-post {
    float: right;
    display: inline-block;
}

.sidebar-content-desktop  h3 {
    font-size: 14px;
    font-weight: 700;
    margin-top: 5px;
}
.sidebar-content-desktop ul {
    padding-left: 0px;
    margin-bottom: 20px;
}
.sidebar-content-desktop ul li {
    padding: 0px;
    position: relative;
    line-height: 20px;
    margin-bottom: 5px;
}
.sidebar-content-desktop ul .sub-menu li a {
    font-size: 14px;
}
.sidebar-content-desktop ul li.current-menu-item:before {
    content: "\00BB";
    font-size: 16px;
    position: absolute;
    left: -20px;
    top: -2px;
}
.sidebar-content-desktop ul li a {
    font-weight: 700;
    line-height: 20px;
    color: #000;
}
.sidebar-content-desktop ul ul.sub-menu {
    display: block;
    padding-left: 20px;
    margin-top: 10px;
}
.sidebar-content-desktop ul ul.sub-menu li a {
    color: #4a90e2;
    font-weight: 400;
}
.sidebar-content-desktop ul ul li.current-menu-item a {
    font-weight: 700;
}


.close-sidebar-menu {
    display: none;
}
.toggle-sidebar-menu {
    display: none;
}
@media screen and (max-width: 768px) {
    .row-lang-template {
        padding: 30px 0;
    }
    .video-popup .video-play-icon {
        width: 66px;
        position: absolute;
        top: 50%;
        left: 50%;
        margin-top: -33px;
        margin-left: -33px;
        transition: all 0.3s;
    }
    .audio-table.mejs-container {
        display: block!important;
        float: none!important;
        margin: 0 auto!important;
    }
    .audio-table.mejs-container .mejs-button button {
        margin-left: -20px!important;
    }
    header {
        padding-bottom: 0px;
    }
     .dropdown .dropdown__content:not([class*='bg-']) {
        background-color: transparent;
    }
    .menu-vertical li:not(:hover):not(.dropdown--active) {
        opacity: 1;
    }
    .menu-vertical > .dropdown > .dropdown__trigger,
    .dropdown .dropdown__content:not([class='bg--dark']) .menu-vertical a {
        color: #fff;
    }
}
@media screen and (max-width: 991px) {
    .toggle-sidebar-menu {
        font-size: 14px;
        background-color: #DDD;
        padding: 15px;
        display: block;
    }
    .toggle-sidebar-menu img {
        margin-right: 10px;
        margin-top: 4px;
    }
    .close-sidebar-menu {
        display: block;
    }
    .languages-first {
        transition: all 0.3s;
    }
    .opened-sidebar-menu {
        -webkit-transform: translateX(300px);
        transform: translateX(300px);
        -webkit-transform: translate3d(300px, 0, 0);
        transform: translate3d(300px, 0, 0);
        transition: all 0.3s;
    }
    .sidebar-content-desktop {
        position: absolute;
        left: -300px;
        width: 300px;
        height: 100%;
        top: 0px;
        padding: 25px;
    }
    .button-store {
        text-align: center;
        margin-top: 25px;
    }
    p br {
        display: none;
    }
	.btn-stores {
		margin: 10px auto;
		width: 144px;
		display: block;
	}
    header {
        padding-left: 15px;
        padding-right: 15px;
    }
    .navbar-brand {
        margin-top: 25px;
    }
    .navbar-brand img {
        width: 45%;
    }
    .navbar-toggler {
        margin-top: 10px;
        margin-right: 15px;
        margin-bottom: 10px;
        padding: 13px;
        border-color: #fff!important;
        position: absolute;
        right: 0;
        top: 2px;
    }
    .navbar-nav {
        width: 100%;
        text-align: center;
        margin-top: 0;
    }
    .menu-item {
        padding: 0px 20px;
    }
    .navbar-collapse {
        background-color: #045AAB;
        margin-top: 10px;
    }
}

/* SHORTCODES */
.base-shortcode {
    text-align: left;
    background-color: rgba(9,49,118,1);
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    border-radius: 15px;
    padding: 20px 10px;
    margin-top: 15px;
    margin-bottom: 15px;
}
.base-shortcode h4 {
    font-style: normal;
    font-weight: bold;
    font-size: 24px;
    color: #fff;
    padding: 0;
    margin: 0;
}
.base-shortcode p {
    line-height: 18px;
    font-style: normal;
    font-weight: normal;
    font-size: 13px;
    color: #fff;
    margin-top: 5px;
}
.shortcode-orange-btn {
    background-color: rgba(255,110,75,0.988);
    color: #fff;
    width: 100%;
    display: block;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    border-radius: 15px;
    text-align: center;
    padding: 14px;
    transition: all .3s;
}
.shortcode-orange-btn:hover {
    color: #fff;
    background-color: rgba(223, 80, 44, 0.988);
    transition: all .3s;
}
.fourth-shortcode h4,
.fourth-shortcode p {
    color: #000;
}
.second-shortcode {
    padding-top: 30px;
    background: url('/content/themes/dr-moku/images/shortcodes/shortcode-mask.png');
    background-size: cover;
}
.second-shortcode h4,
.second-shortcode p {
    color: rgba(64,0,0,1);
}
.basic-shortcode {
    border-top: 3px solid rgba(206,201,201,0.89);
    border-bottom: 3px solid rgba(206,201,201,0.89);
    padding-top: 40px;
    padding-bottom: 40px;
}
.basic-shortcode p {
    font-size: 16px;
    line-height: 24px;
    color: rgba(0,0,0,0.8);
    margin-top: 15px;
}
.basic-shortcode-text p a {
    font-weight: bold!important;
    color: rgba(2,72,183,0.8)!important;
    text-decoration: none!important;
}
@media (max-width: 991px) {
    .shortcode-orange-btn,
    .shortcode-amazon-btn {
        margin-top: 15px;
        display: block;
    }
}
.mediaViewInfo {
    --web-view-name: Shortcodes;
    --web-view-id: Shortcodes;
    --web-enable-deep-linking: true;
}
:root {
    --web-view-ids: Shortcodes;
}
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    border: none;
}
#Shortcodes {
    position: absolute;
    box-sizing: border-box;
    background: #E5E5E5;
    width: 1232px;
    height: 1185px;
    background-color: rgba(255,255,255,1);
    overflow: hidden;
    --web-view-name: Shortcodes;
    --web-view-id: Shortcodes;
    --web-enable-deep-linking: true;
}
#Group_35780 {
    position: relative;
    width: 658px;
    height: 136px;
    left: 56px;
    top: 955px;
    overflow: visible;
}
.Rectangle_1380 {
    position: absolute;
    overflow: visible;
    width: 658px;
    height: 136px;
    left: 0px;
    top: 0px;
}
#New_to_Japanese_ {
    position: absolute;
    left: 28px;
    top: 38px;
    overflow: hidden;
    width: 387px;
    height: 30px;
    text-align: left;
    font-family: Google Sans;
    font-style: normal;
    font-weight: bold;
    font-size: 24px;
    color: rgba(255,255,255,1);
}
#Well__you_have_to_start_somewh {
    position: absolute;
    left: 28px;
    top: 68px;
    overflow: hidden;
    width: 423px;
    height: 30px;
    line-height: 18px;
    margin-top: -2.5px;
    text-align: left;
    font-family: Google Sans;
    font-style: normal;
    font-weight: normal;
    font-size: 13px;
    color: rgba(255,255,255,1);
}
#Group_35775 {
    position: absolute;
    width: 150px;
    height: 54px;
    left: 477px;
    top: 41px;
    overflow: visible;
}
.Rectangle_1381 {
    position: absolute;
    overflow: visible;
    width: 150px;
    height: 54px;
    left: 0px;
    top: 0px;
}
#Learn_More {
    position: absolute;
    left: 6px;
    top: 18px;
    overflow: hidden;
    width: 139px;
    height: 18px;
    line-height: 18px;
    margin-top: -2px;
    text-align: center;
    font-family: Google Sans;
    font-style: normal;
    font-weight: bold;
    font-size: 14px;
    color: rgba(255,255,255,1);
}
#Group_35785 {
    position: relative;
    width: 658px;
    height: 136px;
    /* left: 56px;
    top: 107px; */
    overflow: visible;
}
.Rectangle_1380_A6_Rectangle_3 {
    position: absolute;
    overflow: visible;
    width: 658px;
    height: 136px;
    left: 0px;
    top: 0px;
}
#We_make_educational_games_and_ {
    position: absolute;
    left: 28px;
    top: 32px;
    overflow: hidden;
    width: 341px;
    height: 57px;
    text-align: left;
    font-family: Google Sans;
    font-style: normal;
    font-weight: bold;
    font-size: 24px;
    color: rgba(255,255,255,1);
}
#From_languages_to_STEM_activit {
    position: absolute;
    left: 28px;
    top: 89px;
    overflow: hidden;
    width: 423px;
    height: 30px;
    line-height: 18px;
    margin-top: -2.5px;
    text-align: left;
    font-family: Google Sans;
    font-style: normal;
    font-weight: normal;
    font-size: 13px;
    color: rgba(255,255,255,1);
}
#Group_35775_A6_Group_4 {
    position: absolute;
    width: 150px;
    height: 54px;
    left: 477px;
    top: 41px;
    overflow: visible;
}
.Rectangle_1381_A6_Rectangle_4 {
    position: absolute;
    overflow: visible;
    width: 150px;
    height: 54px;
    left: 0px;
    top: 0px;
}
#Learn_More_A6_Text_6 {
    position: absolute;
    left: 6px;
    top: 18px;
    overflow: hidden;
    width: 139px;
    height: 18px;
    line-height: 18px;
    margin-top: -2px;
    text-align: center;
    font-family: Google Sans;
    font-style: normal;
    font-weight: bold;
    font-size: 14px;
    color: rgba(255,255,255,1);
}
#Group_35781 {
    position: absolute;
    width: 658px;
    height: 136px;
    left: 56px;
    top: 768px;
    overflow: visible;
}
.Rectangle_1380_A6_Rectangle_5 {
    position: absolute;
    overflow: visible;
    width: 658px;
    height: 136px;
    left: 0px;
    top: 0px;
}
#Get_our_STEM_board_game_ {
    position: absolute;
    left: 169px;
    top: 38px;
    overflow: hidden;
    width: 387px;
    height: 30px;
    text-align: left;
    font-family: Google Sans;
    font-style: normal;
    font-weight: bold;
    font-size: 24px;
    color: rgba(0,0,0,1);
}
#A_balanced__trivia_style_game_ {
    position: absolute;
    left: 169px;
    top: 68px;
    overflow: hidden;
    width: 423px;
    height: 30px;
    line-height: 18px;
    margin-top: -2.5px;
    text-align: left;
    font-family: Google Sans;
    font-style: normal;
    font-weight: normal;
    font-size: 13px;
    color: rgba(0,0,0,1);
}
#Group_35784 {
    position: absolute;
    width: 658px;
    height: 136px;
    left: 56px;
    top: 305px;
    overflow: visible;
}
#Mask_Group_6 {
    position: absolute;
    width: 658px;
    height: 136px;
    left: 0px;
    top: 0px;
    overflow: visible;
}
#Stay_in_the_loop_ {
    position: absolute;
    left: 35px;
    top: 42px;
    overflow: hidden;
    width: 387px;
    height: 30px;
    text-align: left;
    font-family: Google Sans;
    font-style: normal;
    font-weight: bold;
    font-size: 24px;
    color: rgba(64,0,0,1);
}
#Join_our_Newsletter_for_specia {
    position: absolute;
    left: 35px;
    top: 72px;
    overflow: hidden;
    width: 419px;
    height: 30px;
    line-height: 18px;
    margin-top: -2.5px;
    text-align: left;
    font-family: Google Sans;
    font-style: normal;
    font-weight: normal;
    font-size: 13px;
    color: rgba(64,0,0,1);
}
#Group_35779 {
    position: absolute;
    width: 150px;
    height: 54px;
    left: 484px;
    top: 41px;
    overflow: visible;
}
.Rectangle_1381_A6_Rectangle_7 {
    position: absolute;
    overflow: visible;
    width: 150px;
    height: 54px;
    left: 0px;
    top: 0px;
}
#Join {
    position: absolute;
    left: 6px;
    top: 18px;
    overflow: hidden;
    width: 139px;
    height: 18px;
    line-height: 18px;
    margin-top: -2px;
    text-align: center;
    font-family: Google Sans;
    font-style: normal;
    font-weight: bold;
    font-size: 14px;
    color: rgba(255,255,255,1);
}
#Our_Free_Resources_and_Product {
    position: absolute;
    left: 55px;
    top: 621px;
    overflow: hidden;
    width: 650px;
    height: 55px;
    line-height: 24px;
    margin-top: -4px;
    text-align: center;
    font-family: Open Sans;
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    color: rgba(0,0,0,0.8);
}
.Line_83 {
    overflow: visible;
    position: absolute;
    width: 659px;
    height: 3px;
    left: 54.5px;
    top: 478.5px;
    transform: matrix(1,0,0,1,0,0);
}
.Line_84 {
    overflow: visible;
    position: absolute;
    width: 659px;
    height: 3px;
    left: 54.5px;
    top: 705.5px;
    transform: matrix(1,0,0,1,0,0);
}
#Group_35783 {
    position: absolute;
    width: 136.449px;
    height: 42.64px;
    left: 561.104px;
    top: 814.032px;
    overflow: visible;
}
#Group_35782 {
    position: absolute;
    width: 136.449px;
    height: 42.64px;
    left: 0px;
    top: 0px;
    overflow: visible;
}
.Path_37729 {
    overflow: visible;
    position: absolute;
    width: 136.448px;
    height: 42.64px;
    left: 0px;
    top: 0px;
    transform: matrix(1,0,0,1,0,0);
}
.Path_37730 {
    overflow: visible;
    position: absolute;
    width: 21.805px;
    height: 6.17px;
    left: 10.106px;
    top: 28.592px;
    transform: matrix(1,0,0,1,0,0);
}
.Path_37731 {
    overflow: visible;
    position: absolute;
    width: 4.766px;
    height: 4.639px;
    left: 29.607px;
    top: 28.372px;
    transform: matrix(1,0,0,1,0,0);
}
.Path_37732 {
    overflow: visible;
    position: absolute;
    width: 15.955px;
    height: 18.935px;
    left: 14.624px;
    top: 9.71px;
    transform: matrix(1,0,0,1,0,0);
}
.Path_37733 {
    overflow: visible;
    position: absolute;
    width: 6.543px;
    height: 6.85px;
    left: 43.105px;
    top: 8.607px;
    transform: matrix(1,0,0,1,0,0);
}
.Path_37734 {
    overflow: visible;
    position: absolute;
    width: 4.807px;
    height: 4.96px;
    left: 49.486px;
    top: 10.497px;
    transform: matrix(1,0,0,1,0,0);
}
.Path_37735 {
    overflow: visible;
    position: absolute;
    width: 4.95px;
    height: 5.229px;
    left: 54.686px;
    top: 10.363px;
    transform: matrix(1,0,0,1,0,0);
}
.Path_37736 {
    overflow: visible;
    position: absolute;
    width: 1.093px;
    height: 6.85px;
    left: 60.317px;
    top: 8.607px;
    transform: matrix(1,0,0,1,0,0);
}
.Path_37737 {
    overflow: visible;
    position: absolute;
    width: 1.093px;
    height: 6.85px;
    left: 62.63px;
    top: 8.607px;
    transform: matrix(1,0,0,1,0,0);
}
.Path_37738 {
    overflow: visible;
    position: absolute;
    width: 4.95px;
    height: 5.229px;
    left: 64.645px;
    top: 10.363px;
    transform: matrix(1,0,0,1,0,0);
}
.Path_37739 {
    overflow: visible;
    position: absolute;
    width: 4.911px;
    height: 6.984px;
    left: 70.277px;
    top: 8.607px;
    transform: matrix(1,0,0,1,0,0);
}
.Path_37740 {
    overflow: visible;
    position: absolute;
    width: 1.093px;
    height: 6.85px;
    left: 76.139px;
    top: 8.607px;
    transform: matrix(1,0,0,1,0,0);
}
.Path_37741 {
    overflow: visible;
    position: absolute;
    width: 4.761px;
    height: 5.229px;
    left: 78.182px;
    top: 10.363px;
    transform: matrix(1,0,0,1,0,0);
}
.Path_37742 {
    overflow: visible;
    position: absolute;
    width: 5.009px;
    height: 5.229px;
    left: 86.193px;
    top: 10.363px;
    transform: matrix(1,0,0,1,0,0);
}
.Path_37743 {
    overflow: visible;
    position: absolute;
    width: 4.355px;
    height: 5.094px;
    left: 92.112px;
    top: 10.363px;
    transform: matrix(1,0,0,1,0,0);
}
.Path_37744 {
    overflow: visible;
    position: absolute;
    width: 6.053px;
    height: 8.229px;
    left: 71.439px;
    top: 23.092px;
    transform: matrix(1,0,0,1,0,0);
}
.Path_37745 {
    overflow: visible;
    position: absolute;
    width: 10.324px;
    height: 8.575px;
    left: 51.542px;
    top: 22.946px;
    transform: matrix(1,0,0,1,0,0);
}
.Path_37746 {
    overflow: visible;
    position: absolute;
    width: 6.954px;
    height: 8.74px;
    left: 78.229px;
    top: 22.947px;
    transform: matrix(1,0,0,1,0,0);
}
.Path_37747 {
    overflow: visible;
    position: absolute;
    width: 6.296px;
    height: 8.575px;
    left: 86.329px;
    top: 22.946px;
    transform: matrix(1,0,0,1,0,0);
}
.Path_37748 {
    overflow: visible;
    position: absolute;
    width: 1.509px;
    height: 1.433px;
    left: 93.585px;
    top: 30.181px;
    transform: matrix(1,0,0,1,0,0);
}
.Path_37749 {
    overflow: visible;
    position: absolute;
    width: 9.902px;
    height: 8.624px;
    left: 109.538px;
    top: 22.899px;
    transform: matrix(1,0,0,1,0,0);
}
.Path_37750 {
    overflow: visible;
    position: absolute;
    width: 6.641px;
    height: 8.79px;
    left: 102.058px;
    top: 22.898px;
    transform: matrix(1,0,0,1,0,0);
}
.Path_37751 {
    overflow: visible;
    position: absolute;
    width: 6.031px;
    height: 8.79px;
    left: 95.288px;
    top: 22.898px;
    transform: matrix(1,0,0,1,0,0);
}
.Path_37752 {
    overflow: visible;
    position: absolute;
    width: 7.327px;
    height: 8.759px;
    left: 63.194px;
    top: 22.87px;
    transform: matrix(1,0,0,1,0,0);
}
.Path_37753 {
    overflow: visible;
    position: absolute;
    width: 7.327px;
    height: 8.759px;
    left: 43.101px;
    top: 22.87px;
    transform: matrix(1,0,0,1,0,0);
}
.STEM_game_Clamnuts_retail_box_ {
    position: absolute;
    overflow: visible;
    width: 129px;
    height: 115px;
    left: 75px;
    top: 778px;
}
.moku_transparent {
    position: absolute;
    overflow: visible;
    width: 90px;
    height: 83px;
    left: 335px;
    top: 516px;
}
#Hello_Danko__I_think_it_would_ {
    position: absolute;
    left: 55px;
    top: 42px;
    overflow: hidden;
    width: 735px;
    height: 65px;
    text-align: left;
    font-family: Google Sans;
    font-style: normal;
    font-weight: normal;
    font-size: 24px;
    color: rgba(0,0,0,0.871);
}
#Links_to_Products {
    position: absolute;
    left: 764px;
    top: 167px;
    overflow: hidden;
    width: 252px;
    height: 65px;
    line-height: 24px;
    margin-top: -2px;
    text-align: left;
    font-family: Google Sans;
    font-style: normal;
    font-weight: normal;
    font-size: 20px;
    color: rgba(0,0,0,0.871);
}
#Over_colour {
    position: absolute;
    left: 1022px;
    top: 212px;
    overflow: hidden;
    width: 252px;
    height: 65px;
    line-height: 24px;
    margin-top: -2px;
    text-align: left;
    font-family: Google Sans;
    font-style: normal;
    font-weight: normal;
    font-size: 20px;
    color: rgba(0,0,0,0.871);
}
#Links_to_Products_A6_Text_16 {
    position: absolute;
    left: 772px;
    top: 1023px;
    overflow: hidden;
    width: 252px;
    height: 65px;
    line-height: 24px;
    margin-top: -2px;
    text-align: left;
    font-family: Google Sans;
    font-style: normal;
    font-weight: normal;
    font-size: 20px;
    color: rgba(0,0,0,0.871);
}
#Links_to_https___bigbadspanish {
    position: absolute;
    left: 772px;
    top: 326px;
    overflow: hidden;
    width: 446px;
    height: 172px;
    line-height: 24px;
    margin-top: -2px;
    text-align: left;
    font-family: Google Sans;
    font-style: normal;
    font-weight: normal;
    font-size: 20px;
    color: rgba(0,0,0,0.871);
}
#Links_to_Amazon_https___www_am {
    position: absolute;
    left: 772px;
    top: 804px;
    overflow: hidden;
    width: 461px;
    height: 65px;
    line-height: 24px;
    margin-top: -2px;
    text-align: left;
    font-family: Google Sans;
    font-style: normal;
    font-weight: normal;
    font-size: 20px;
    color: rgba(0,0,0,0.871);
}
#Free_resources__https___drmoku {
    position: absolute;
    left: 772px;
    top: 572px;
    overflow: hidden;
    width: 461px;
    height: 87px;
    line-height: 24px;
    margin-top: -2px;
    text-align: left;
    font-family: Google Sans;
    font-style: normal;
    font-weight: normal;
    font-size: 20px;
    color: rgba(0,0,0,0.871);
}
#Group_35786 {
    position: absolute;
    width: 150px;
    height: 54px;
    left: 1008px;
    top: 148px;
    overflow: visible;
}
.Rectangle_1381_A6_Rectangle_12 {
    position: absolute;
    overflow: visible;
    width: 150px;
    height: 54px;
    left: 0px;
    top: 0px;
}
#Learn_More_A6_Text_20 {
    position: absolute;
    left: 6px;
    top: 18px;
    overflow: hidden;
    width: 139px;
    height: 18px;
    line-height: 18px;
    margin-top: -2px;
    text-align: center;
    font-family: Google Sans;
    font-style: normal;
    font-weight: bold;
    font-size: 14px;
    color: rgba(255,255,255,1);
}
.blue-button {
    clear: both;
    display: block;
    width: 228px;
}


