<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@font-face {
  font-family: kidfont;
  src: url(font/kidfont.ttf);
}
html, body {
  font-family: sans-serif;
}

.br {
  display: inline-block;
}

.bg_color {
  background: #d6f9ff;
}

.bg_gradient {
  background: linear-gradient(to right, #abf2ff 1%, #ffffff 33%, #ffffff 67%, #abf2ff 99%);
}

.clear {
  clear: both;
}

a[accesskey] {
  color: rgba(0,0,0,0);
}

a {
  color: black;
  text-decoration: none;
}
a:hover {
  color: #00385f;
}
a:focus {
  outline: orange 2px dashed;
}
a:focus path {
  fill: rgba(0,0,0,.2);
}

p {
  line-height: 1.5em;
  letter-spacing: 2px;
  padding-bottom: 40px;
  font-size: 1.125em;
}

.small_text {
  font-size: 1em;
}

*, *:before, *:after {
  box-sizing: border-box;
}

.align_center {
  margin: 0 auto;
  width: 1280px;
}

.link {
  font-size: 1.125em;
  padding: 20px;
  list-style-type: circle;
}

/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

.tool {
  /*width: 1280px;*/
  margin: 0 auto;
  width: 100%;
}
.tool a {
  display: inline-block;
  vertical-align: middle;
  padding: 10px;
}
@media (max-width: 768px) {
  .tool {
    display: none;
  }
}

.desktop_logo {
  width: 200px;
}
@media (max-width: 1023px) {
  .desktop_logo {
    display: none;
  }
}

@media (max-width: 1023px) {
  .main_menu, .top_link {
    display: none;
  }
}

.wrap {
  margin: 0 auto;
}

.index_bg {
  width: 1280px;
  margin: 0 auto;
}
@media (max-width: 1280px) {
  .index_bg {
    width: 100%;
  }
}

.index_bg img {
  width: 100%;
}

.menu_circle {
  font-family: kidfont;
  font-weight: 100;
}

.menu_circle_text {
  position: absolute;
  left: 40%;
  top: 50%;
  transform: translate(-30%, -50%);
}

#menu_circle1 {
  position: relative;
  display: inline-block;
  width: 200px;
  height: 200px;
  border-radius: 100%;
  color: white;
  text-align: center;
  background: #ffc524;
  border: 20px solid #ffe292;
}
#menu_circle1:hover {
  background: white;
  color: #ffc524;
  border: 20px solid #ffc524;
}

#menu_circle2 {
  position: relative;
  display: inline-block;
  width: 200px;
  height: 200px;
  border-radius: 100%;
  color: white;
  text-align: center;
  background: #ff7474;
  border: 20px solid #ffb7b7;
}
#menu_circle2:hover {
  background: white;
  color: #ff7474;
  border: 20px solid #ff7474;
}

#menu_circle3 {
  position: relative;
  display: inline-block;
  width: 200px;
  height: 200px;
  border-radius: 100%;
  color: white;
  text-align: center;
  background: #b1b8e5;
  border: 20px solid #d8dcf2;
}
#menu_circle3:hover {
  background: white;
  color: #b1b8e5;
  border: 20px solid #b1b8e5;
}

#menu_circle4 {
  position: relative;
  display: inline-block;
  width: 200px;
  height: 200px;
  border-radius: 100%;
  color: white;
  text-align: center;
  background: #c0e276;
  border: 20px solid #e0f1bb;
}
#menu_circle4:hover {
  background: white;
  color: #c0e276;
  border: 20px solid #c0e276;
}

#menu_circle5 {
  position: relative;
  display: inline-block;
  width: 200px;
  height: 200px;
  border-radius: 100%;
  color: white;
  text-align: center;
  background: #6ecbff;
  border: 20px solid #a7dfff;
}
#menu_circle5:hover {
  background: white;
  color: #6ecbff;
  border: 20px solid #6ecbff;
}

#menu_circle6 {
  position: relative;
  display: inline-block;
  width: 200px;
  height: 200px;
  border-radius: 100%;
  color: white;
  text-align: center;
  background: #ffb156;
  border: 20px solid #ffe1b5;
}
#menu_circle6:hover {
  background: white;
  color: #ffb156;
  border: 20px solid #ffb156;
}

#menu_circle7 {
  position: relative;
  display: inline-block;
  width: 200px;
  height: 200px;
  border-radius: 100%;
  color: white;
  text-align: center;
  background: #ffb4d4;
  border: 20px solid #ffe1fc;
}
#menu_circle7:hover {
  background: white;
  color: #ffb4d4;
  border: 20px solid #ffb4d4;
}

#menu_circle8 {
  position: relative;
  display: inline-block;
  width: 200px;
  height: 200px;
  border-radius: 100%;
  color: white;
  text-align: center;
  background: #4076c3;
  border: 20px solid #afc7ff;
}
#menu_circle8:hover {
  background: white;
  color: #4076c3;
  border: 20px solid #4076c3;
}

#menu_circle9 {
  position: relative;
  display: inline-block;
  width: 200px;
  height: 200px;
  border-radius: 100%;
  color: white;
  text-align: center;
  background: #23e7af;
  border: 20px solid #8cffde;
}
#menu_circle9:hover {
  background: white;
  color: #23e7af;
  border: 20px solid #23e7af;
}

.sub_menu1 {
  display: none;
}
@media (max-width: 767px) {
  .sub_menu1 {
    display: block;
  }
}

.sub_menu1, .sub_menu2 {
  font-size: 1.25em;
  line-height: 1.5em;
  text-align: center;
  padding: 20px 0px;
}
.sub_menu1 .br, .sub_menu2 .br {
  display: inline-block;
}
@media (max-width: 1024px) {
  .sub_menu1 .br, .sub_menu2 .br {
    display: block;
  }
}

.index_bg {
  padding: 0px 0px 130px 0px;
}
@media (max-width: 767px) {
  .index_bg {
    display: none;
  }
}

.kid_logo_index {
  text-align: center;
  display: none;
  background: url(../img/index_mobile_bg.png) no-repeat;
  background-size: 100%;
}
.kid_logo_index img {
  width: 70%;
}
@media (max-width: 767px) {
  .kid_logo_index {
    display: block;
  }
}

@media (max-width: 1023px) {
  .accesskey {
    display: none;
  }
}

@media (max-width: 1280px) {
  .wrap {
    width: 100%;
  }
}

.wrap2 {
  width: 100%;
}

.offcanvas-header {
  display: none;
}
@media (max-width: 1023px) {
  .offcanvas-header {
    display: block;
  }
}

@media (max-width: 767px) {
  .desktop_menu {
    display: none;
  }
}

footer {
  width: 100%;
  text-align: center;
  padding: 20px 0 20px 0;
  background: #2fafc5;
  color: black;
}
@media (max-width: 1280px) {
  footer .align_center {
    width: 100%;
  }
}
@media (max-width: 767px) {
  footer {
    display: none;
  }
}
footer .uder-logo {
  position: absolute;
  z-index: 2;
  padding-left: 20px;
  padding-right: 40px;
}
footer .copyright {
  text-align: left;
  margin-left: 250px;
  font-weight: lighter;
  line-height: 1.4em;
}

.header_menu {
  float: left;
  padding: 60px 0px;
}
@media (max-width: 1440px) {
  .header_menu {
    width: 100%;
    padding: 0px 0;
    text-align: center;
  }
}
@media (max-width: 1023px) {
  .header_menu {
    display: none;
  }
}

.kid_logo {
  float: left;
}
@media (max-width: 1440px) {
  .kid_logo {
    width: 100%;
    text-align: center;
  }
}
@media (max-width: 1023px) {
  .kid_logo {
    display: none;
  }
}
.kid_logo img {
  width: 100%;
}
@media (max-width: 1600px) {
  .kid_logo img {
    width: 250px;
  }
}

@media (max-width: 430px) {
  h1 {
    text-align: center;
  }
}

img.valign {
  padding: 10px 0;
}

article {
  position: relative;
  min-height: 610px;
}
@media (max-width: 767px) {
  article {
    padding: 0;
  }
}

.article_content {
  width: 800px;
  height: 580px;
  margin: 0 auto;
  overflow-y: scroll;
  padding: 20px;
  border-radius: 20px;
  background: rgba(255, 255, 255, 0.9);
}
@media (max-width: 1023px) {
  .article_content {
    position: relative;
    z-index: 0;
    left: 0;
    margin-left: 300px;
  }
}
@media (max-width: 767px) {
  .article_content {
    width: 100%;
    height: auto;
    margin-left: 0;
  }
}

.main_menu {
  text-align: center;
  font-family: kidfont;
  width: 100%;
  padding: 10px 0px;
  font-size: 1.375em;
  letter-spacing: 2px;
  line-height: 1.5em;
  background: #ffffff;
}

.main_menu &gt; li {
  display: inline-block;
  border-right: 2px solid #b1b1b1;
  margin-left: -6px;
  line-height: 1em;
}
.main_menu &gt; li:last-child {
  border-right: 0;
}
.main_menu &gt; li a {
  color: #176673;
  padding: 0 10px;
}
.main_menu &gt; li a:hover {
  color: #a23400;
}
.main_menu &gt; li a.active {
  color: #a23400;
}

.top_link {
  padding: 10px 0px;
  font-size: 0.875em;
  text-align: center;
}

.top_link li {
  display: inline-block;
  border-right: 2px solid #b1b1b1;
  margin-left: -6px;
  line-height: 1em;
}
.top_link li:last-child {
  border-right: 0;
}
.top_link li a {
  color: #666666;
  padding: 0 10px;
}

@media (max-width: 768px) {
  .top_link, .main_menu {
    display: none;
  }
}

.wrap .mobile_footer{
  background: url(../img/mobile_footer.png) no-repeat;
}

.bg1-left .mobile_footer{
 background: url(../img/mfooter01.png) no-repeat;
}

.bg2-left .mobile_footer{
 background: url(../img/mfooter02.png) no-repeat;
}

.bg2-left .mobile_footer{
 background: url(../img/mfooter02.png) no-repeat;
}

.bg3 .mobile_footer{
 background: url(../img/mfooter03.png) no-repeat;
}

.bg4 .mobile_footer{
 background: url(../img/mfooter04.png) no-repeat;
}

.bg5-left .mobile_footer{
background: url(../img/mfooter05.png) no-repeat;
}

.mobile_footer {
  height: 500px;
  display: none;
}
.mobile_footer {
   background-size: cover !important;
}
@media (max-width: 767px) {
  .mobile_footer {
    display: block;
  }
}


.bg1-left {
  background: url(../img/bg1-left.png) no-repeat;
}
@media (max-width: 767px) {
  .bg1-left {
    background: none;
  }
}

.bg1-right {
  position: absolute;
  z-index: -1;
  right: 0;
  top: 150px;
  width: 291px;
  height: 288px;
  background: url(../img/bg1-right.png) no-repeat;
}
@media (max-width: 1023px) {
  .bg1-right {
    display: none;
  }
}

.bg1-bottom {
  clear: both;
}

.bg2-left {
  background: url(../img/bg2-left.png) no-repeat;
}
@media (max-width: 767px) {
  .bg2-left {
    background: none;
  }
}

.bg2-right {
  position: absolute;
  z-index: -1;
  right: 0;
  top: 150px;
  width: 291px;
  height: 288px;
  background: url(../img/bg2-right.png) no-repeat;
}
@media (max-width: 1023px) {
  .bg2-right {
    display: none;
  }
}

.bg2-bottom {
  clear: both;
}

.bg3 {
  background: url(../img/bg3.png) no-repeat;
}
@media (max-width: 1023px) {
  .bg3 {
    background: url(../img/bg3-2.png) no-repeat;
  }
}
@media (max-width: 767px) {
  .bg3 {
    background: none;
  }
}

.bg4 {
  background: url(../img/bg4.png) no-repeat;
}
@media (max-width: 767px) {
  .bg4 {
    background: none;
  }
}

.bg5-left {
  background: url(../img/bg5-left.png) no-repeat;
}
@media (max-width: 767px) {
  .bg5-left {
    background: none;
  }
}

.bg5-right {
  position: absolute;
  z-index: -1;
  right: 0;
  top: 150px;
  width: 691px;
  height: 608px;
  background: url(../img/bg5-right.png) no-repeat right bottom;
}
@media (max-width: 1023px) {
  .bg5-right {
    display: none;
  }
}

.bg5-bottom {
  clear: both;
}

.sitemap {
  text-align: center;
}
.sitemap li {
  font-size: 1.25em;
  color: orange;
}
.sitemap li a {
  padding: 10px 0;
  display: inline-block;
  color: #006e9c;
}
.sitemap li li {
  font-size: 1em;
  color: #666;
}
.sitemap li li a {
  color: black;
}

/* No files to import found in vendor/* */
.next_button {
  padding: 10px 20px;
  margin: 50px 0 10px 10px;
  background: white;
  border: 2px solid #2fafc5;
  color: #2fafc5;
  border-radius: 50px;
  display: inline-block;
}
.next_button:hover {
  background: #2fafc5;
  border: 2px solid #2fafc5;
  color: white;
}
@media (max-width: 767px) {
  .next_button {
    position: relative;
    z-index: 0;
    margin: 50px 0 0 0;
  }
}

.prev_button {
  padding: 10px 20px;
  margin: 50px 0 10px 10px;
  background: white;
  border: 2px solid #2fafc5;
  color: #2fafc5;
  border-radius: 50px;
  display: inline-block;
}
.prev_button:hover {
  background: #2fafc5;
  border: 2px solid #2fafc5;
  color: white;
}
@media (max-width: 767px) {
  .prev_button {
    position: relative;
    z-index: 0;
    margin: 50px 0 0 0;
  }
}

.main_menu li:hover ul {
  display: block;
}
.main_menu li ul {
  display: none;
  position: absolute;
  z-index: 3;
  background: rgba(255, 255, 255, 0.9);
  padding: 20px;
  text-align: left;
}
.main_menu li ul li {
  padding: 10px 0;
}
.main_menu li ul li a {
  padding: 0;
}

.mobile-menu {
  padding: 60px 0px;
  display: none;
  background: #00c6d8;
}
@media (max-width: 1023px) {
  .mobile-menu {
    display: block;
  }
}
.mobile-menu li a {
  color: white;
  display: inline-block;
  padding: 10px 30px;
  font-size: 1.125em;
}
.mobile-menu li ul {
  display: none;
  background: #97f3fb;
}
.mobile-menu li ul li a {
  display: inline-block;
  padding: 10px 50px;
  font-size: 1em;
  color: #0194ad;
}

h1 {
  padding: 10px 0px;
  border-bottom: 1px dashed gray;
  font-size: 1.625em;
  font-family: kidfont;
  line-height: 1.1em;
}

h3 {
  padding: 10px 0;
  border-radius: 30px;
  font-size: 1.25em;
  font-weight: 500;
  color: #ff6c00;
  display: inline-block;
  line-height: 1.1em;
}

.bg_color1 {
  display: inline-block;
  font-size: 1.25em;
  padding: 10px 20px;
  border-radius: 50px;
  margin: 20px 0px;
  font-family: kidfont;
  color: white;
  line-height: 1.1em;
  background: #50ba80;
}
.bg_color2 {
  display: inline-block;
  font-size: 1.25em;
  padding: 10px 20px;
  border-radius: 50px;
  margin: 20px 0px;
  font-family: kidfont;
  color: white;
  line-height: 1.1em;
  background: #5457ae;
}
.bg_color3 {
  display: inline-block;
  font-size: 1.25em;
  padding: 10px 20px;
  border-radius: 50px;
  margin: 20px 0px;
  font-family: kidfont;
  color: white;
  line-height: 1.1em;
  background: #fc9171;
}
.bg_color4 {
  display: inline-block;
  font-size: 1.25em;
  padding: 10px 20px;
  border-radius: 50px;
  margin: 20px 0px;
  font-family: kidfont;
  color: white;
  line-height: 1.1em;
  background: #fea4be;
}
.bg_color5 {
  display: inline-block;
  font-size: 1.25em;
  padding: 10px 20px;
  border-radius: 50px;
  margin: 20px 0px;
  font-family: kidfont;
  color: white;
  line-height: 1.1em;
  background: #ad80c2;
}

.valign {
  vertical-align: middle;
  margin-right: 10px;
}

img.valign, span {
  display: inline-block;
}

h1{display: inline-block; border-bottom:none !important;}

h2{
    padding: 10px 0px;
    border-bottom: 1px dashed gray;
    font-size: 1.625em;
    font-family: kidfont;
    line-height: 1.1em;
}

.h3 {
    padding: 10px 0;
    border-radius: 30px;
    font-size: 1.25em;
    font-weight: 500;
    color: #ff6c00;
    display: inline-block;
    line-height: 1.1em;
}

/* No files to import found in layout/* */

/*# sourceMappingURL=all.css.map */
</pre></body></html>