body {
  font-family: "Product Sans", Arial, sans-serif;
  color: #555d6d;
  font-size: 1.1rem;
  line-height: 1.3em;
}

h1 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 38px;
  line-height: 44px;
  font-weight: bold;
  color: #333;
}

h2 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 32px;
  line-height: 36px;
  font-weight: bold;
  color: #333;
}

h3 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 24px;
  line-height: 30px;
  font-weight: bold;
  color: #333;
}

h4 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 18px;
  line-height: 24px;
  font-weight: bold;
  color: #333;
}

h5 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 14px;
  line-height: 20px;
  font-weight: bold;
  color: #333;
}

p {
  margin-bottom: 10px;
}

a {
  text-decoration: underline;
}

ul {
  margin-top: 0px;
  margin-bottom: 10px;
  padding-left: 40px;
}

ol {
  margin-top: 0px;
  margin-bottom: 10px;
  padding-left: 40px;
}

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

blockquote {
  margin-bottom: 10px;
  padding: 10px 20px;
  border-left: 5px solid #e2e2e2;
  font-size: 18px;
  line-height: 22px;
}

figure {
  margin-bottom: 10px;
}

.site-wrapper {
  display: block;
  width: 100%;
  margin-right: auto;
  margin-left: auto;
}

.rich-kid {
  display: block;
  width: 100%;
  max-width: 700px;
  margin-top: 52px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 20px;
  padding-left: 20px;
  line-height: 1.5em;
}

.rich-kid h2 {
  margin-top: 5rem;
  margin-bottom: 16px;
  font-size: 2.25em;
  line-height: 1.175em;
}

.rich-kid p {
  margin-bottom: 1.47em;
}

.rich-kid h5 {
  font-family: Arial, sans-serif;
  color: #888;
  text-transform: uppercase;
}

.rich-kid figure {
  display: block;
  margin-right: auto;
  margin-left: auto;
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}

.rich-kid a {
  color: #333;
}

.rich-kid ul {
  margin-bottom: 2.5rem;
  margin-left: -5px;
}

.rich-kid li {
  margin-bottom: 6px;
  padding-left: 4px;
}

.rich-kid h3 {
  margin-top: 52px;
  margin-bottom: 12px;
  font-size: 1.25em;
  line-height: 1.3em;
}

.rich-kid blockquote {
  margin-bottom: 1.6em;
  margin-left: -16px;
  padding-left: 32px;
  border-left-width: 2px;
  border-left-color: #d8d8d8;
  font-size: 1em;
  line-height: 1.45em;
  font-style: italic;
  text-indent: -0.3em;
}

.rich-kid h4 {
  margin-bottom: -3rem;
  color: rgba(51, 51, 51, 0.4);
  font-size: 18px;
  font-weight: 400;
  letter-spacing: 3px;
  text-transform: uppercase;
}

.rich-kid.learning {
  max-width: 772px;
  margin-bottom: 52px;
  padding: 52px 56px 32px;
  background-color: #f5f5f5;
}

.opener-image {
  height: 800px;
  max-height: 95vh;
  margin-bottom: 1.5rem;
  background-color: #292929;
  background-image: url("/images/shape-tinia-bottom_1.png"),
    -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.39)), color-stop(35%, hsla(0, 0%, 100%, 0))),
    url("/images/collection_mobile.jpg");
  background-image: url("/images/shape-tinia-bottom_1.png"),
    linear-gradient(0deg, rgba(0, 0, 0, 0.39), hsla(0, 0%, 100%, 0) 35%),
    url("/images/collection_mobile.jpg");
  background-position: 50% 100%, 0px 0px, 50% 50%;
  background-size: contain, auto, cover;
  background-repeat: no-repeat, repeat, no-repeat;
  background-attachment: scroll, scroll, scroll;
}

.opener-image.ggc {
  max-height: 85vh;
  margin-bottom: 5rem;
  background-image: -webkit-gradient(
      linear,
      left bottom,
      left top,
      from(rgba(0, 0, 0, 0.39)),
      color-stop(35%, hsla(0, 0%, 100%, 0))
    ),
    url("/images/header-group.jpg");
  background-image: linear-gradient(
      0deg,
      rgba(0, 0, 0, 0.39),
      hsla(0, 0%, 100%, 0) 35%
    ),
    url("/images/header-group.jpg");
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
  background-attachment: scroll, fixed;
}

.opener-image.jka {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 2rem;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  background-image: -webkit-gradient(
      linear,
      left bottom,
      left top,
      from(rgba(0, 0, 0, 0.55)),
      color-stop(72%, hsla(0, 0%, 100%, 0))
    ),
    url("/images/opener-jka.jpg");
  background-image: linear-gradient(
      0deg,
      rgba(0, 0, 0, 0.55),
      hsla(0, 0%, 100%, 0) 72%
    ),
    url("/images/opener-jka.jpg");
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-attachment: scroll, scroll;
}

.opener-image.tinia {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-height: 100vh;
  margin-bottom: 2rem;
  padding-bottom: 6rem;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  background-image: url("/images/shape-tinia-bottom_1.png"),
    -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.73)), to(hsla(0, 0%, 100%, 0))),
    url("/images/collection_mobile.jpg");
  background-image: url("/images/shape-tinia-bottom_1.png"),
    linear-gradient(0deg, rgba(0, 0, 0, 0.73), hsla(0, 0%, 100%, 0)),
    url("/images/collection_mobile.jpg");
  background-position: 50% 100%, 0px 0px, 50% 50%;
  background-size: auto, auto, cover;
  background-repeat: repeat-x, repeat, no-repeat;
  background-attachment: scroll, scroll, scroll;
}

.opener-image.ggc {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-height: 92vh;
  margin-bottom: 2rem;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  background-image: -webkit-gradient(
      linear,
      left bottom,
      left top,
      from(rgba(0, 0, 0, 0.55)),
      to(hsla(0, 0%, 100%, 0))
    ),
    url("/images/header-group.jpg");
  background-image: linear-gradient(
      0deg,
      rgba(0, 0, 0, 0.55),
      hsla(0, 0%, 100%, 0)
    ),
    url("/images/header-group.jpg");
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
  background-attachment: scroll, scroll;
}

.curly-section {
  padding-top: 52px;
  padding-bottom: 160px;
  background-color: #f5f5f5;
  background-image: url("/images/shape-tinia-top.png"),
    url("/images/shape-tinia-bottom.png");
  background-position: 50% 0px, 50% 100%;
  background-size: auto, auto;
  background-repeat: repeat-x, repeat-x;
}

.curly-section.yellow {
  margin-bottom: -80px;
  padding-top: 100px;
  padding-bottom: 180px;
  background-color: #ffd543;
  color: rgba(0, 0, 0, 0.8);
}

.curly-section.ggc-blue {
  margin-top: 60px;
  margin-bottom: 40px;
  padding-top: 40px;
  padding-bottom: 90px;
  background-color: #fafafa;
  background-image: none;
}

.curly-section.jka {
  padding-top: 1px;
  padding-bottom: 100px;
  background-color: #f5f5f5;
  background-image: none;
  background-position: 0px 0px;
  background-size: auto;
  background-repeat: repeat;
}

.curly-section.blue {
  margin-bottom: -80px;
  padding-top: 100px;
  padding-bottom: 180px;
  background-color: #6a9fff;
  color: #fff;
}

.image {
  display: block;
  max-width: 90%;
  margin: 2rem auto 3rem;
}

.image.floating {
  border-radius: 8px;
  box-shadow: 0 15px 35px 0 rgba(0, 0, 0, 0.1), 0 5px 15px 0 rgba(0, 0, 0, 0.05);
}

.image.floating.wcaption {
  max-width: 100%;
  margin-bottom: 12px;
}

.image.floating.full-wcaption {
  margin-bottom: 12px;
}

.image.jka-table {
  max-width: 930px;
  margin-top: 0rem;
}

.footer {
  position: relative;
  z-index: 100;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  padding-top: 1rem;
  padding-bottom: 3rem;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-top: 2px solid rgba(0, 0, 0, 0.05);
  background-color: #fff;
}

.footer-inner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 980px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 20px;
  padding-left: 20px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.footer-link {
  margin-right: 0.5rem;
  margin-left: 0.5rem;
  color: #333;
  font-size: 14px;
  text-decoration: none;
}

.footer-link.marker {
  cursor: pointer;
}

.site-content {
  display: block;
  width: 100%;
  max-width: 980px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 20px;
  padding-left: 20px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-perspective: 1000px;
  perspective: 1000px;
}

.tagline {
  color: rgba(51, 51, 51, 0.4);
  font-size: 12px;
  font-weight: 400;
  letter-spacing: 2px;
  text-transform: uppercase;
}

.tagline.tagline-promo-40 {
  color: rgba(51, 51, 51, 0.4);
  font-weight: 400;
}

.button {
  display: inline-block;
  margin-top: 10px;
  margin-bottom: 10px;
  padding-right: 36px;
  padding-left: 36px;
  float: none;
  border-radius: 70px;
  background-color: #333;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  color: #fff;
  font-size: 18px;
  line-height: 40px;
  font-weight: 700;
}

.button:hover {
  box-shadow: 0 5px 15px 0 rgba(0, 0, 0, 0.1), 0 15px 35px 0 rgba(0, 0, 0, 0.1);
  -webkit-transform: translate(0px, -2px);
  -ms-transform: translate(0px, -2px);
  transform: translate(0px, -2px);
}

.nav-outer-wrapper {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  z-index: 9999;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin: 2rem auto 1rem;
  padding: 0.5rem 1rem;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.nav-outer-wrapper.project {
  position: fixed;
  top: 0px;
  margin-top: 0rem;
  margin-bottom: 0rem;
  padding: 1rem 0rem;
  border-bottom: 1px solid rgba(0, 0, 0, 0.05);
  background-color: #fff;
  -webkit-transition: top 250ms ease-in-out;
  transition: top 250ms ease-in-out;
}

.nav-inner-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 980px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 20px;
  padding-left: 20px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.logo {
  margin-right: 1.5rem;
  padding-bottom: 2px;
  font-size: 18px;
  line-height: 1.2em;
  font-weight: 700;
}

.text-block {
  margin-bottom: -1px;
  font-size: 14px;
  line-height: 1.2em;
}

.text-block.logo-label {
  opacity: 0.8;
}

.link-3 {
  margin-left: 1.5rem;
  color: #333;
  font-size: 14px;
}

.div-block-6 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.opener {
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  padding-top: 2rem;
  padding-bottom: 6rem;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-bottom: 2px solid rgba(0, 0, 0, 0.05);
  background-color: #fff;
}

.opener-text-box {
  width: 50%;
  padding-right: 0%;
  padding-left: 8%;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  text-align: left;
}

.paragraph {
  margin-bottom: 0px;
  font-size: 18px;
  line-height: 1.55em;
}

.marker {
  color: #333;
}

.no-underline {
  border-bottom: none !important;
}

.big-article-title-wrapper {
  width: 100%;
}

.big-article {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin: 40px auto;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  border-radius: 8px;
  background-color: #fff;
  box-shadow: 0 5px 15px 0 rgba(0, 0, 0, 0.1), 0 15px 35px 0 rgba(0, 0, 0, 0.05);
  -webkit-transition: all 120ms ease;
  transition: all 120ms ease;
}

.project-text-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 400px;
  padding: 30px 40px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.big-article-image-wrapper {
  width: 58.33333333%;
  padding-left: 0px;
  border-top-left-radius: 8px;
  border-bottom-left-radius: 8px;
  background-image: url("/images/collection_mobile.jpg");
  background-position: 50% 50%;
  background-size: cover;
}

.big-article-image-wrapper.ggc-bg {
  background-image: url("/images/header-group.jpg");
}

.big-article-image-wrapper.jka-thumb {
  background-image: url("/images/jka-thumbnail.jpg");
}

.body-3 {
  background-color: #fafafa;
}

.project-tn-sub {
  line-height: 1.4em;
}

.div-block-8 {
  margin-right: -7px;
  margin-left: -0.5rem;
}

.div-block-9 {
  display: none;
  margin-left: -7px;
}

.div-block-10 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 820px;
  margin-top: 4.5rem;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: center;
  -ms-flex-align: start;
  align-items: center;
}

.opener-headline {
  margin-bottom: 8px;
  font-size: 27px;
  line-height: 1.4em;
  font-weight: 700;
  color: #333;
}

.slide-nav {
  display: none;
}

.right-arrow-2 {
  display: none;
}

.left-arrow-2 {
  display: none;
}

.slider-2 {
  height: 80vh;
}

.hi-slider {
  width: 220px;
  height: 220px;
  border-radius: 500px;
}

/* .mask {
  border-radius: 500px;
} */

.slide-11 {
  background-image: url("/images/1_1.png");
  background-position: 50% 50%;
  background-size: contain !important;
  background-size: 236px;
  background-repeat: no-repeat;
}

.slide-12 {
  background-image: url("/images/2_1.jpg");
  background-position: 50% 50%;
  background-size: cover;
}

.slide-13 {
  background-image: url("/images/3_1.jpg");
  background-position: 50% 50%;
  background-size: cover;
}

.slide-14 {
  background-image: url("/images/4_1.jpg");
  background-position: 50% 50%;
  background-size: cover;
}

.slide-15 {
  background-image: url("/images/5_1.jpg");
  background-position: 50% 50%;
  background-size: cover;
}

.slide-16 {
  background-image: url("/images/6_1.jpg");
  background-position: 50% 50%;
  background-size: cover;
}

.slide-17 {
  background-image: url("/images/7_1.jpg");
  background-position: 50% 50%;
}

.slide-18 {
  background-image: url("/images/8_1.jpg");
  background-position: 50% 50%;
  background-size: cover;
}

.div-block-12 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 960px;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.img-1-3 {
  width: 33.33333333%;
  margin-bottom: 3rem;
  padding-right: 12px;
  padding-left: 12px;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.text-block-5 {
  padding-right: 8px;
  padding-left: 8px;
  color: #888;
  font-size: 14px;
  line-height: 1.35em;
  text-align: center;
}

.learning {
  padding: 24px;
}

.img-1-2 {
  max-width: 50%;
  margin-bottom: 3rem;
  padding-right: 12px;
  padding-left: 12px;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.lightbox-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 1400px;
  margin-right: auto;
  margin-left: auto;
  padding-bottom: 2rem;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-align-content: flex-start;
  -ms-flex-line-pack: start;
  align-content: flex-start;
}

.jka-black {
  color: #888;
}

.divider {
  width: 100%;
  height: 80px;
}

.lightbox-link {
  width: 33.33333333%;
  padding-right: 12px;
  padding-left: 12px;
  text-decoration: none;
}

.div-block-15 {
  max-width: 960px;
  padding-right: 20px;
  padding-bottom: 4rem;
  padding-left: 20px;
  color: #fff;
}

.project-title {
  font-size: 4em;
  line-height: 1.125em;
}

.div-block-16 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 960px;
  margin-right: auto;
  margin-left: auto;
  padding: 24px 20px 40px;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-bottom: 8px;
  padding-bottom: 8px;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  border-bottom: 2px solid #ececec;
}

.attribute {
  width: 25%;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  font-weight: 700;
}

.link-4 {
  margin-bottom: 4px;
  color: #333334;
  font-size: 18px;
  line-height: 1.2em;
  font-weight: 700;
  text-decoration: none;
}

.link-4.w--current {
  display: block;
  color: #333;
  text-decoration: none;
}

.div-block-17 {
  display: none;
  width: 100%;
  max-width: 960px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 20px;
  padding-left: 20px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  font-size: 18px;
}

.th {
  margin-bottom: 8px;
  padding-right: 12px;
  padding-bottom: 8px;
  padding-left: 12px;
  border-bottom: 4px solid #000;
  font-weight: 700;
}

.text-block-6 {
  padding: 8px 12px;
  line-height: 1.4em;
}

.column {
  width: 20%;
}

.column.fullw {
  width: 100%;
}

.text-block-7 {
  padding-top: 24px;
  padding-left: 12px;
}

.slider-3 {
  height: auto;
  background-color: #fafafa;
}

.slide-19 {
  margin-top: 2rem;
  margin-bottom: 5rem;
  text-align: center;
}

.slide-nav-2 {
  padding-bottom: 4rem;
}

.rich-text-block {
  display: block;
  width: 100%;
  max-width: 740px;
  margin-top: 7rem;
  margin-right: auto;
  margin-left: auto;
  padding-right: 20px;
  padding-left: 20px;
  font-size: 16px;
  line-height: 1.55em;
}

.rich-text-block p {
  margin-bottom: 22px;
  color: #555;
}

.rich-text-block h2 {
  margin-top: 24px;
  margin-bottom: 0px;
  font-size: 1.5em;
  line-height: 1.3em;
}

.rich-text-block ul {
  padding-left: 28px;
  color: #555;
}

.rich-text-block h3 {
  font-size: 18px;
  line-height: 24px;
}

.menu-overlay {
  position: fixed;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 99999;
  display: none;
  width: 100%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #fff;
}

.div-block-18 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 340px;
  margin-bottom: 12px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.text-block-9 {
  font-size: 20px;
  line-height: 1.4em;
  font-weight: 700;
}

.text-block-10 {
  margin-bottom: 12px;
  padding-top: 0px;
  padding-bottom: 8px;
  color: #777;
  font-size: 14px;
  line-height: 1.4em;
}

.link-6 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  color: #333;
  font-size: 16px;
  text-decoration: none;
}

.image-4 {
  width: 20px;
  margin-right: 12px;
}

.content-wrapper {
  display: block;
  width: 100%;
  max-width: 700px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 20px;
  padding-left: 20px;
}

.card {
  margin-top: 20px;
  margin-bottom: 20px;
  padding: 24px 30px 20px;
  border-radius: 16px;
  background-color: #fff;
  box-shadow: 0 15px 35px 0 rgba(0, 0, 0, 0.1);
  color: #333;
}

.insight-paragraph {
  font-size: 16px;
  line-height: 1.6em;
}

.insight-heading {
  margin-top: 8px;
  margin-bottom: 8px;
}

.block-quote {
  border-left-width: 4px;
  font-size: 16px;
  line-height: 24px;
  font-style: italic;
  text-indent: -0.3em;
}

.div-block-5 {
  width: 32px;
}

.menu {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-ordinal-group: 2;
  -webkit-order: 1;
  -ms-flex-order: 1;
  order: 1;
  line-height: 1em;
}

.navigation {
  position: fixed;
  left: 0px;
  top: 0px;
  right: 0px;
  z-index: 999;
  width: 100%;
  height: 64px;
  border-bottom: 1px solid #efefef;
  background-color: #fff;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
}

.navigation.inset {
  position: fixed;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: auto;
  border-bottom-style: none;
}

.navigation.nav-relative {
  position: relative;
  border-bottom-style: none;
}

.mobile-menu {
  display: none;
  width: 48px;
  height: 100%;
  min-height: 48px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.nav-link {
  margin-left: 20px;
  border-bottom-style: none;
  color: #333;
  font-size: 14px;
  text-decoration: none;
}

.nav-link:hover {
  color: #312e05;
}

.nav-link.w--current {
  color: #312e05;
}

.nav-link.marker.w--current {
  margin-left: 0px;
}

.fluid-wrapper {
  position: relative;
  display: block;
  width: 100%;
  max-width: 980px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 20px;
  padding-left: 20px;
}

.fluid-wrapper.flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.fluid-wrapper.flex.center {
  height: 100%;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.navbar {
  width: 100%;
  height: 5px;
  margin-top: 4px;
  margin-bottom: 4px;
  background-color: #000;
}

.logo-link {
  border-bottom-style: none;
  color: #312e05;
  font-size: 0.833em;
  font-weight: 800;
  text-decoration: none;
}

.logo-link.w--current {
  -webkit-box-ordinal-group: 0;
  -webkit-order: -1;
  -ms-flex-order: -1;
  order: -1;
  border-bottom-style: none;
  font-size: 0.833em;
}

.link-block {
  text-decoration: none;
}

.text-block-11 {
  color: #333;
  font-size: 14px;
  line-height: 1em;
}

.text-block-12 {
  font-size: 14px;
}

.perfect-typography {
  display: block;
  width: 42em;
  margin-right: auto;
  margin-left: auto;
  padding-right: 1em;
  padding-left: 1em;
}

.perfect-typography h1 {
  margin-top: 0px;
  font-size: 3.375em;
  line-height: 1.15em;
  letter-spacing: -0.02em;
}

.perfect-typography h2 {
  font-size: 2.25em;
  line-height: 1.19512195em;
  letter-spacing: -0.01em;
}

.perfect-typography h3 {
  margin-bottom: 1rem;
  font-size: 1.5em;
  line-height: 1.2962963em;
}

.perfect-typography h4 {
  margin-bottom: 0px;
  font-size: 1em;
  line-height: 1.5em;
}

.perfect-typography p {
  font-size: 1em;
  line-height: 1.5em;
}

.body-4 {
  margin-top: 122px;
}

.rich-bitch {
  display: block;
  width: 100%;
  max-width: 40em;
  margin-right: auto;
  margin-left: auto;
  padding-right: 1em;
  padding-left: 1em;
  font-size: 1.125rem;
  line-height: 1.55em;
}

.rich-bitch p {
  margin-bottom: 1.55em;
}

.rich-bitch h4 {
  margin-top: 28px;
  margin-bottom: 0px;
}

.rich-bitch h3 {
  margin-top: 28px;
  margin-bottom: 0px;
  font-size: 27px;
  line-height: 35px;
}

.rich-bitch h1 {
  margin-bottom: 0px;
  font-size: 61px;
  line-height: 70px;
  letter-spacing: -0.02em;
}

.work-with-me {
  position: relative;
  z-index: 99;
  margin-top: 8rem;
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #292929;
  color: #fff;
  text-align: center;
}

.div-block-19 {
  display: block;
  width: 100%;
  max-width: 700px;
  margin-right: auto;
  margin-left: auto;
}

.text-block-13 {
  margin-bottom: 40px;
  font-size: 3.375em;
  line-height: 1.1em;
  font-weight: 700;
  letter-spacing: 0.02em;
  text-transform: uppercase;
}

.ran {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-top: 2rem;
  padding-right: 0.5rem;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 4px;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  color: #333;
  font-size: 18px;
  line-height: 1.3em;
  text-decoration: none;
}

.ran:hover {
  box-shadow: 0 5px 15px 0 rgba(0, 0, 0, 0.1), 0 1px 3px 0 rgba(0, 0, 0, 0.05);
  -webkit-transform: translate(0px, -2px);
  -ms-transform: translate(0px, -2px);
  transform: translate(0px, -2px);
}

.image-5 {
  width: 33.33333333%;
  margin-right: 1rem;
}

.text-block-14 {
  line-height: 1.4em;
}

.text-block-15 {
  margin-bottom: 16px;
}

.text-block-15.hide {
  display: none;
}

.link-7 {
  color: #fff;
  text-decoration: underline;
}

.webflow-affilliate {
  position: fixed;
  left: auto;
  top: auto;
  right: 12px;
  bottom: 12px;
  z-index: 99999;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 6px 8px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 3px;
  background-color: #fff;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 0 0 1px rgba(0, 0, 0, 0.1);
  text-decoration: none;
}

._wf-logo {
  width: 16px;
  height: 16px;
  margin-right: 8px;
}

.star {
  font-size: 16px;
  line-height: 14px;
}

@media screen and (max-width: 991px) {
  .rich-kid {
    margin-top: 0px;
  }

  .rich-kid.learning {
    margin-bottom: 0px;
    padding: 42px 42px 24px;
  }

  .image.jka-table {
    width: 100%;
    padding-right: 20px;
    padding-left: 20px;
  }

  .nav-outer-wrapper {
    padding-right: 20px;
    padding-left: 20px;
  }

  .nav-outer-wrapper.project {
    padding-top: 12px;
    padding-bottom: 12px;
  }

  .nav-inner-wrapper {
    padding-right: 0px;
    padding-left: 0px;
  }

  .opener {
    padding-top: 1rem;
    padding-bottom: 4rem;
  }

  .opener-text-box {
    padding-left: 20px;
  }

  .project-text-wrapper {
    height: auto;
  }

  .div-block-10 {
    margin-top: 3rem;
    padding-right: 20px;
    padding-left: 20px;
  }

  .lightbox-link {
    width: 33.33333333%;
  }

  .project-title {
    font-size: 3.25em;
  }

  .rich-text-block {
    margin-top: 4rem;
  }

  .learning-wrapper {
    padding-right: 20px;
    padding-left: 20px;
  }
}

@media screen and (max-width: 767px) {
  .rich-kid {
    margin-top: 24px;
    font-size: 18px;
    line-height: 1.65em;
  }

  .curly-section.jka {
    padding-bottom: 80px;
  }

  .image.jka-table {
    max-width: 100%;
    margin-bottom: 1rem;
    padding-right: 20px;
    padding-left: 20px;
  }

  .footer-inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .nav-outer-wrapper.project {
    padding-top: 8px;
    padding-bottom: 8px;
  }

  .opener {
    height: auto;
    max-height: none;
    padding-top: 1rem;
    padding-bottom: 3rem;
  }

  .opener-text-box {
    width: 100%;
    padding-top: 8px;
    padding-right: 0px;
    padding-left: 0px;
    text-align: left;
  }

  .paragraph {
    font-size: 16px;
  }

  .project-text-wrapper {
    padding-bottom: 40px;
  }

  .big-article-image-wrapper {
    width: 100%;
    height: 320px;
    border-top-right-radius: 8px;
    border-bottom-left-radius: 0px;
  }

  .div-block-10 {
    margin-top: 0rem;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .opener-headline {
    margin-top: 20px;
    font-size: 24px;
  }

  .hi-slider {
    width: 160px;
    height: 160px;
    margin-top: 40px;
  }

  .slide-11 {
    background-size: contain;
  }

  .slide-12 {
    background-size: 110px;
  }

  .slide-13 {
    background-size: 110px;
  }

  .slide-14 {
    background-size: 110px;
  }

  .slide-15 {
    background-size: 110px;
  }

  .slide-16 {
    background-size: 110px;
  }

  .slide-17 {
    background-size: 110px;
  }

  .slide-18 {
    background-size: 110px;
  }

  .img-1-3 {
    width: 100%;
    margin-bottom: 1rem;
  }

  .img-1-2 {
    width: 100%;
    max-width: 100%;
    margin-bottom: 1rem;
  }

  .project-title {
    font-size: 2.75em;
  }

  .div-block-16 {
    font-size: 18px;
  }

  .row {
    line-height: 1.45em;
  }

  .attribute {
    padding-right: 8px;
  }

  .link-4.w--current {
    padding-bottom: 0px;
  }

  .nav-link {
    margin-left: 1em;
  }

  .work-with-me {
    margin-top: 5rem;
    padding-top: 5.5rem;
    padding-bottom: 6rem;
  }

  .div-block-19 {
    padding-right: 20px;
    padding-left: 20px;
  }

  .text-block-14 {
    font-size: 16px;
    line-height: 1.35em;
    text-align: left;
  }
}

@media screen and (max-width: 479px) {
  .rich-kid {
    font-size: 16px;
  }

  .rich-kid h2 {
    margin-top: 2rem;
    font-size: 1.75em;
  }

  .rich-kid h3 {
    margin-top: 24px;
    margin-bottom: 4px;
    font-size: 1.25em;
    line-height: 1.3em;
  }

  .rich-kid h4 {
    margin-bottom: -1rem;
    font-size: 16px;
  }

  .rich-kid.learning {
    padding: 16px 20px;
  }

  .rich-kid.learning ol {
    padding-left: 20px;
  }

  .opener-image {
    max-height: 70vh;
  }

  .curly-section.ggc-blue {
    margin-top: 24px;
    margin-bottom: 24px;
    padding-top: 8px;
    padding-bottom: 24px;
  }

  .curly-section.jka {
    padding-bottom: 32px;
  }

  .image.floating {
    margin-top: 0rem;
    margin-bottom: 1rem;
  }

  .footer {
    overflow: hidden;
    padding-bottom: 4rem;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .footer-inner {
    padding-bottom: 0.5rem;
    padding-left: 20px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .site-content.home {
    padding-right: 10px;
    padding-left: 10px;
  }

  .tagline.tagline-promo-40 {
    line-height: 1.5em;
  }

  .button {
    text-align: center;
  }

  .nav-outer-wrapper {
    margin-top: 0.5rem;
  }

  .nav-outer-wrapper.project {
    padding-top: 0px;
    padding-bottom: 0px;
  }

  .nav-inner-wrapper {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .logo {
    line-height: 1.2em;
  }

  .opener {
    margin-bottom: 20px;
    padding-top: 1rem;
    padding-bottom: 2rem;
  }

  .opener-text-box {
    margin-top: 0rem;
    padding-right: 0px;
    padding-left: 0px;
    text-align: left;
  }

  .big-article {
    margin-top: 10px;
    margin-bottom: 10px;
  }

  .project-text-wrapper {
    padding: 24px 20px 25px;
  }

  .big-article-image-wrapper {
    height: 180px;
  }

  .big-article-image-wrapper.ggc-bg {
    height: 220px;
  }

  .project-tn-sub {
    font-size: 18px;
  }

  .div-block-8 {
    margin-right: 0px;
    margin-left: 0rem;
  }

  .div-block-8.no-padding {
    margin-right: 0px;
    margin-left: 0rem;
  }

  .div-block-10 {
    margin-top: 1rem;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .opener-headline {
    margin-top: 16px;
    font-size: 32px;
  }

  .project-tn-heading {
    margin-top: 12px;
    font-size: 27px;
    line-height: 1.3em;
  }

  .hi-slider {
    display: block;
    width: 124px;
    height: 124px;
    margin-top: 0px;
  }

  /* .slide-11 {
    background-size: 110px;
  } */

  .slide-12 {
    background-size: 110px;
  }

  .slide-13 {
    background-size: 110px;
  }

  .slide-14 {
    background-size: 110px;
  }

  .slide-15 {
    background-size: 110px;
  }

  .slide-16 {
    background-size: 110px;
  }

  .slide-17 {
    background-size: 110px;
  }

  .slide-18 {
    background-size: 110px;
  }

  .text-block-5 {
    margin-bottom: 1rem;
    text-align: left;
  }

  .divider {
    height: 30px;
  }

  .lightbox-link {
    width: 100%;
  }

  .project-title {
    font-size: 1.65em;
  }

  .div-block-16 {
    padding-top: 0px;
    font-size: 16px;
  }

  .row {
    margin-bottom: 12px;
    padding-bottom: 12px;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .attribute {
    width: 100%;
  }

  .project-subtitle {
    line-height: 1.45em;
  }

  .link-4 {
    margin-bottom: 2px;
    font-size: 16px;
  }

  .rich-text-block {
    margin-top: 3rem;
    padding-right: 10px;
    padding-left: 10px;
  }

  .link-5 {
    color: #333;
    font-size: 14px;
    text-decoration: none;
  }

  .learning-wrapper {
    padding-right: 10px;
    padding-left: 10px;
  }

  .content-wrapper {
    padding-right: 8px;
    padding-left: 8px;
  }

  .card {
    margin-top: 8px;
    margin-bottom: 8px;
    padding: 16px 20px;
  }

  .menu {
    position: fixed;
    left: 0px;
    top: 0px;
    right: 0px;
    bottom: 54px;
    display: none;
    padding-right: 20px;
    padding-bottom: 20px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
    font-size: 2.5em;
    text-align: center;
  }

  .navigation {
    left: 0px;
    top: auto;
    right: 0px;
    bottom: 0px;
    height: 54px;
    border-bottom-style: none;
    box-shadow: 0 -1px 2px 0 rgba(0, 0, 0, 0.1);
  }

  .navigation.inset {
    border-top: 1px solid #ececec;
    border-bottom-style: none;
  }

  .navigation.nav-relative {
    position: fixed;
    height: 56px;
  }

  .mobile-menu {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 56px;
    height: 56px;
    min-height: auto;
    margin-right: -12px;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    cursor: pointer;
  }

  .mobile-menu:active {
    background-color: transparent;
  }

  .nav-link {
    position: relative;
    margin-bottom: 8px;
    margin-left: 0em;
    padding: 12px 20px;
    border-radius: 50px;
    background-color: #fff;
    opacity: 0;
    -webkit-transform: translate(0px, 16px);
    -ms-transform: translate(0px, 16px);
    transform: translate(0px, 16px);
    -webkit-transition: all 200ms ease;
    transition: all 200ms ease;
    color: #333;
    font-size: 18px;
    line-height: 1em;
    font-weight: 900;
  }

  .nav-link:hover {
    text-decoration: underline;
  }

  .fluid-wrapper {
    padding-right: 20px;
    padding-left: 20px;
  }

  .fluid-wrapper.flex.center {
    padding-right: 16px;
    padding-left: 12px;
  }

  .navbar {
    border-radius: 5px;
    -webkit-transition: all 200ms ease;
    transition: all 200ms ease;
  }

  .logo-link {
    font-size: 1.125em;
  }

  .logo-link.w--current {
    font-size: 1.125em;
  }

  .text-block-11 {
    font-size: 12px;
  }

  .work-with-me {
    margin-top: 4rem;
    padding-top: 4.5rem;
    padding-bottom: 4.5rem;
    font-size: 1rem;
  }

  .text-block-13 {
    font-size: 2.5em;
  }

  .ran {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .image-5 {
    width: 100%;
  }

  .text-block-14 {
    margin-top: 8px;
    margin-bottom: 8px;
  }

  .text-block-15 {
    margin-bottom: 8px;
    line-height: 1.45em;
  }

  .webflow-affilliate {
    top: 8px;
    right: 8px;
    bottom: auto;
  }
}

@font-face {
  font-family: "Product Sans";
  src: url("productsans.ttf") format("truetype"); /* Chrome 4+, Firefox 3.5, Opera 10+, Safari 3—5 */
}
