
@import url(https://fonts.googleapis.com/css?family=Roboto:400,700);
/**
 * Allows you to use retina images at various pixel densities.
 * Examples:
 *
 *   @include retina(/images/mypic.jpg, 2);
 *   @include retina(/images/mypic.jpg, 3, 100px 100px, left top no-repeat transparent);
 *
 * @param  {Value}  $path               The path to the file name minus extension.
 * @param  {Number} $cap:    2          The highest pixel density level images exist for.
 * @param  {Value}  $size:   auto auto  The intended width of the rendered image.
 * @param  {Value}  $extras: null       Any other `background` values to be added.
 */
/* 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, 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, main, canvas, details, embed,
figure, figcaption, footer, header,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline; }

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, main, 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; }

html {
  box-sizing: border-box;
  font-size: 62.5%;
  height: 100%; }

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

body {
  font-family: "Roboto", sans-serif;
  color: #58575c;
  height: 100%;
  width: 100%;
  overflow-x: hidden;
  overflow-y: visible;
  font-size: 1.6rem; }

p {
  line-height: 1.2em; }

img {
  max-width: 100%;
  height: auto; }

a {
  color: #58575c;
  text-decoration: none; }

.hr {
  border-bottom: 1px solid silver;
  border-top: none;
  border-left: none;
  border-right: none; }

.social-icon {
  font-size: 0px;
  color: rgba(255, 255, 255, 0); }

@media (max-width: 767px) {
  .section {
    padding: 2rem 0; } }

@media (min-width: 768px) {
  .section {
    padding: 8rem 0; } }

h1, .h1 {
  font-size: 4.8rem; }

h2, .h2 {
  font-size: 4.16rem; }

h3, .h3 {
  font-size: 3.52rem; }

h4, .h4 {
  font-size: 2.88rem; }

h5, .h5 {
  font-size: 2.24rem; }

h6, .h6 {
  font-size: 1.6rem; }

.container {
  margin: 0 auto; }
  @media (max-width: 767px) {
    .container {
      max-width: 600rem; } }
  @media (min-width: 768px) {
    .container {
      max-width: 128rem; } }

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

@media (min-width: 768px) {
  .box {
    display: flex;
    flex-flow: row nowrap; } }

.box .item {
  padding: 0 2rem; }

.site-header {
  padding: 25px 0; }
  .site-header .container {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    padding: 0 25px; }
  .site-header .site-logo {
    width: 220px; }
    @media (max-width: 768px) {
      .site-header .site-logo {
        width: 175px; } }
  .site-header .language-toggle {
    background-color: #f05133;
    color: #fff;
    padding: 9px 15px 7px;
    border-radius: 7px;
    font-weight: bold;
    line-height: 1em;
    cursor: pointer; }

footer {
  background-color: #00aedb;
  padding: 25px 0; }
  footer .container {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 25px; }
    @media (max-width: 768px) {
      footer .container {
        flex-wrap: wrap; } }
  footer p {
    color: #fff;
    font-size: 12px;
    line-height: 1em; }
    @media (max-width: 768px) {
      footer p {
        width: 100%;
        text-align: center; } }
  footer ul {
    list-style-type: none; }
    @media (max-width: 768px) {
      footer ul {
        width: 100%;
        text-align: center;
        padding: 25px 0; } }
    footer ul li {
      display: inline-block;
      line-height: 10px;
      border-right: 1px solid #fff;
      padding-right: 5px; }
      footer ul li:last-child {
        border-right: none;
        padding-right: 0px; }
      footer ul li a {
        color: #fff;
        font-size: 12px; }
  @media (max-width: 768px) {
    footer .footer-logo {
      margin: 0 auto; } }
  footer .footer-logo img {
    width: 150px; }

.btn {
  display: block;
  font-weight: 400;
  text-align: center;
  touch-action: manipulation;
  cursor: pointer;
  border: none;
  white-space: nowrap;
  background-color: #88b04b;
  border-radius: 20px;
  padding: 1em;
  width: 20rem;
  position: relative;
  overflow: hidden;
  line-height: 1.45em; }
  .btn span {
    color: white;
    position: relative;
    z-index: 1;
    font-size: 1.6rem; }
  .btn:after {
    content: '';
    position: absolute;
    border-radius: 20px;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #85ac49;
    transform: translateX(-100%);
    transition: 0.5s ease-in-out; }
  .btn:hover:after {
    transform: translateX(0); }

.link {
  display: block;
  text-decoration: none;
  color: #58575c;
  margin: 2rem 0; }

.section {
  padding: 0; }
  .section a.underline {
    text-decoration: underline; }
  .section .container {
    display: flex;
    flex-wrap: wrap;
    padding: 0 25px; }
  .section.section-main {
    margin: 0 0 50px; }
    .section.section-main h1 {
      color: #00aedb;
      font-weight: bold;
      font-size: 65px;
      margin: 20px 0 50px; }
      @media (max-width: 768px) {
        .section.section-main h1 {
          font-size: 50px; } }
    .section.section-main .intro-content {
      display: flex; }
      @media (max-width: 768px) {
        .section.section-main .intro-content {
          flex-wrap: wrap; } }
      .section.section-main .intro-content .column {
        width: 50%; }
        @media (max-width: 768px) {
          .section.section-main .intro-content .column {
            width: 100%;
            padding-right: 0px !important;
            padding-left: 0px !important; } }
        .section.section-main .intro-content .column.full {
          width: 100%;
          padding: 0px !important; }
        .section.section-main .intro-content .column.nmb p {
          margin: 0; }
        .section.section-main .intro-content .column:first-child {
          padding-right: 25px; }
        .section.section-main .intro-content .column:last-child {
          padding-left: 25px; }
      .section.section-main .intro-content .divider {
        height: 166px;
        overflow: hidden; }
        @media (max-width: 768px) {
          .section.section-main .intro-content .divider {
            width: 100%;
            height: 10px;
            padding: 25px 0 30px; } }
        .section.section-main .intro-content .divider img.vertical {
          width: 5px;
          display: block; }
          @media (max-width: 768px) {
            .section.section-main .intro-content .divider img.vertical {
              display: none; } }
        .section.section-main .intro-content .divider img.horizontal {
          width: 100%;
          display: none;
          margin: 0 auto; }
          @media (max-width: 768px) {
            .section.section-main .intro-content .divider img.horizontal {
              display: block; } }
      .section.section-main .intro-content p {
        color: #000000;
        line-height: 1.5em;
        margin: 0 0 15px;
        font-size: 18px; }
        .section.section-main .intro-content p:last-child {
          margin-bottom: 0px; }
      .section.section-main .intro-content a {
        color: #f05133;
        font-weight: bold; }
  .section.section-isi {
    padding: 25px 0;
    background-color: #e5f7fb; }
    .section.section-isi h3 {
      width: 100%;
      color: #00aedb;
      font-weight: bold;
      font-size: 15px;
      margin: 0 0 15px;
      display: block; }
    .section.section-isi p {
      font-size: 13px;
      margin: 0 0 15px;
      line-height: 1.4em; }
      .section.section-isi p:last-child {
        margin-bottom: 0px; }
    .section.section-isi ul {
      list-style-type: disc;
      padding: 0 0 0 15px; }
      .section.section-isi ul li {
        font-size: 13px;
        margin: 0 0 10px;
        line-height: 1.4em; }
        .section.section-isi ul li .indent {
          padding: 5px 0 0 25px; }
          .section.section-isi ul li .indent p {
            margin: 0; }
  .section.footer-white {
    padding: 25px 0; }
    .section.footer-white p {
      width: 100%;
      display: block;
      font-size: 12px;
      color: #666666;
      line-height: 1.5em; }

sup {
  line-height: 0;
  vertical-align: super;
  font-size: 0.55em;
  white-space: break-spaces; }

.content {
  display: block; }
  .content p {
    font-size: 12px;
    line-height: 1.5em;
    margin: 0 0 15px; }
  .content ul {
    list-style-type: disc;
    padding: 0 0 10px 20px; }
    .content ul li {
      font-size: 12px;
      line-height: 1.5em;
      margin: 0 0 5px; }
  .content h3 {
    font-weight: bold;
    font-size: 14px;
    margin: 0 0 5px; }

