.circle img,
.circle {
  display: inline-block;
  margin-top: -18px;
  -webkit-transition: all .2s linear;
  transition: all .2s linear; }

.icon .circle,
.icon .circle img {
  width: 80px;
  height: 80px; }

.circle.small {
  -webkit-transform: scale(0.7);
  transform: scale(0.7); }
@-webkit-keyframes shake {
  0% {
    -webkit-transform: translate(2px, 1px); }
  10% {
    -webkit-transform: translate(-1px, -2px); }
  20% {
    -webkit-transform: translate(-3px, 0px); }
  30% {
    -webkit-transform: translate(0px, 2px); }
  40% {
    -webkit-transform: translate(1px, -1px); }
  50% {
    -webkit-transform: translate(-1px, 2px); }
  60% {
    -webkit-transform: translate(-3px, 1px); }
  70% {
    -webkit-transform: translate(2px, 1px); }
  80% {
    -webkit-transform: translate(-1px, -1px); }
  90% {
    -webkit-transform: translate(2px, 2px); }
  100% {
    -webkit-transform: translate(1px, -2px); } }
@keyframes shake {
  0% {
    -webkit-transform: translate(2px, 1px);
            transform: translate(2px, 1px); }
  10% {
    -webkit-transform: translate(-1px, -2px);
            transform: translate(-1px, -2px); }
  20% {
    -webkit-transform: translate(-3px, 0px);
            transform: translate(-3px, 0px); }
  30% {
    -webkit-transform: translate(0px, 2px);
            transform: translate(0px, 2px); }
  40% {
    -webkit-transform: translate(1px, -1px);
            transform: translate(1px, -1px); }
  50% {
    -webkit-transform: translate(-1px, 2px);
            transform: translate(-1px, 2px); }
  60% {
    -webkit-transform: translate(-3px, 1px);
            transform: translate(-3px, 1px); }
  70% {
    -webkit-transform: translate(2px, 1px);
            transform: translate(2px, 1px); }
  80% {
    -webkit-transform: translate(-1px, -1px);
            transform: translate(-1px, -1px); }
  90% {
    -webkit-transform: translate(2px, 2px);
            transform: translate(2px, 2px); }
  100% {
    -webkit-transform: translate(1px, -2px);
            transform: translate(1px, -2px); } }
a.open .circle {
  -webkit-animation-name: shake;
  -webkit-animation-duration: 10s;
  -webkit-transform-origin: 50% 50%;
  -webkit-animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;
  -moz-animation-name: shake;
  -moz-animation-duration: 10s;
  -moz-transform-origin: 50% 50%;
  -moz-animation-iteration-count: infinite;
  -moz-animation-timing-function: linear; }

a.open .circle:hover {
  -webkit-animation-duration: 4s;
  -moz-animation-duration: 4s; }

a.open .circle img {
  opacity: 0; }

.current a.open .circle img,
a.open .circle img {
  opacity: 1; }

.box {
  text-align: center;
  width: 19.9%;
  margin: 0;
  float: left;
  margin-bottom: 5px;
  -webkit-box-sizing: content-box;
          box-sizing: content-box; }

.loader {
  text-align: center; }
  .loader span {
    display: inline-block;
    width: 80px;
    height: 80px;
    margin: -280px 40px 54px -34px;
    background-repeat: no-repeat;
    -webkit-animation: loader 10s infinite linear;
    -moz-animation: loader 10s infinite linear; }
  .loader span:nth-child(5n+5) {
    background-image: url("../images/seed1.png");
    -webkit-animation-delay: 1.3s;
    -moz-animation-delay: 1.3s;
    z-index: 9999999; }
  .loader span:nth-child(3n+2) {
    background-image: url("../images/leaf1.png");
    margin: -280px 200px 54px 0;
    -webkit-animation-delay: 1.3s;
    -moz-animation-delay: 1.3s; }
  .loader span:nth-child(2n+5) {
    background-image: url("../images/seed4.png");
    -webkit-animation-delay: 1.5s;
    -moz-animation-delay: 1.5s; }
  .loader span:nth-child(3n+10) {
    background-image: url("../images/leaf2.png");
    -webkit-animation-delay: 1.7s;
    -moz-animation-delay: 1.7s; }
  .loader span:nth-child(7n+2) {
    background-image: url("../images/seed3.png");
    -webkit-animation-delay: 2.7s;
    -moz-animation-delay: 2.7s; }
  .loader span:nth-child(4n+5) {
    background-image: url("../images/leaf4.png");
    -webkit-animation-delay: 3.5s;
    -moz-animation-delay: 3.5s; }
  .loader span:nth-child(3n+7) {
    -webkit-animation-delay: 5.5s;
    -moz-animation-delay: 5.5s; }
  .loader span:nth-child(5n+5) {
    -webkit-animation-delay: 8s;
    -moz-animation-delay: 8s; }
  .loader span:nth-child(3n+10) {
    -webkit-animation-delay: 1.7s;
    -moz-animation-delay: 1.7s; }
@-webkit-keyframes loader {
  0% {
    width: 80px;
    height: 80px;
    opacity: 1;
    -webkit-transform: translate(0, 0px) rotateZ(0deg); }
  75% {
    width: 80px;
    height: 80px;
    opacity: 1;
    -webkit-transform: translate(100px, 600px) rotateZ(270deg); }
  100% {
    width: 80px;
    height: 80px;
    opacity: 0;
    -webkit-transform: translate(150px, 800px) rotateZ(360deg); } }
.rain {
  text-align: center; }
  .rain span {
    display: inline-block;
    width: 80px;
    height: 80px;
    margin: -280px 40px 54px -34px;
    background-repeat: no-repeat;
    -webkit-animation: rain 10s infinite linear;
    -moz-animation: rain 10s infinite linear; }
  .rain span:nth-child(5n+5) {
    background-image: url("../images/drop1_1.png");
    -webkit-animation-delay: 1.3s;
    -moz-animation-delay: 1.3s;
    z-index: 9999999; }
  .rain span:nth-child(3n+2) {
    background-image: url("../images/drop2_1.png");
    margin: -280px 200px 54px 0;
    -webkit-animation-delay: 1.3s;
    -moz-animation-delay: 1.3s; }
  .rain span:nth-child(2n+5) {
    background-image: url("../images/drop3_1.png");
    -webkit-animation-delay: 1.5s;
    -moz-animation-delay: 1.5s; }
  .rain span:nth-child(3n+10) {
    background-image: url("../images/drop4_1.png");
    -webkit-animation-delay: 1.7s;
    -moz-animation-delay: 1.7s; }
  .rain span:nth-child(7n+2) {
    background-image: url("../images/alone-star.png");
    -webkit-animation-delay: 2.7s;
    -moz-animation-delay: 2.7s; }
  .rain span:nth-child(4n+5) {
    background-image: url("../images/drop3_1.png");
    -webkit-animation-delay: 3.5s;
    -moz-animation-delay: 3.5s; }
  .rain span:nth-child(3n+7) {
    -webkit-animation-delay: 5.5s;
    -moz-animation-delay: 5.5s; }
  .rain span:nth-child(5n+5) {
    -webkit-animation-delay: 8s;
    -moz-animation-delay: 8s; }
  .rain span:nth-child(3n+10) {
    -webkit-animation-delay: 1.7s;
    -moz-animation-delay: 1.7s; }
@-webkit-keyframes rain {
  0% {
    width: 80px;
    height: 80px;
    opacity: 1;
    -webkit-transform: translate(0, 0px); }
  75% {
    width: 80px;
    height: 80px;
    opacity: 1;
    -webkit-transform: translate(100px, 600px); }
  100% {
    width: 80px;
    height: 80px;
    opacity: 0;
    -webkit-transform: translate(150px, 800px); } }
* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box; }

body {
  font-size: 100%; }
  body .ie {
    display: none; }

img {
  max-width: 100%; }

h1,
h2,
h3,
h4,
h5,
h6,
p {
  margin: 0;
  padding: 0; }

h1 {
  font-family: 'CubanoRegular'; }

p {
  font-family: 'courier_newregular';
  font-size: 1.2em;
  padding-bottom: 20px; }
  p .italic {
    font-family: 'courier_newitalic'; }
  p .bold {
    font-family: 'courier_newbold'; }
  p .color {
    color: #fff963; }
  p .bold-italic {
    font-family: 'courier_newbold_italic'; }

.ua-ie {
  overflow: hidden; }
  .ua-ie body {
    overflow: hidden; }
    .ua-ie body .ie {
      position: relative;
      display: block;
      width: 100vw;
      height: 100vh;
      background-color: #B1D6E0;
      z-index: 999999999; }
      .ua-ie body .ie p {
        text-align: center;
        font-family: 'courier_newregular';
        font-size: 2em;
        line-height: 1.5em;
        position: absolute;
        top: 50%;
        left: 50%;
        -webkit-transform: translate(-50%, -50%);
                transform: translate(-50%, -50%); }
        .ua-ie body .ie p a {
          font-family: 'CubanoRegular';
          font-size: 1em;
          color: #e78146;
          text-decoration: none;
          -webkit-transition: all .5s ease;
          transition: all .5s ease; }
        .ua-ie body .ie p a:hover {
          color: #834725; }
  .ua-ie .whole {
    display: none; }

.copy {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  opacity: 0;
  -webkit-transition: all 3s ease;
  transition: all 3s ease;
  z-index: 9999999; }

.copy-fadein {
  opacity: 1; }

.pagination {
  opacity: .7;
  position: fixed;
  right: 15px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  font-size: 1.4em;
  z-index: 10;
  list-style: none; }
  .pagination a {
    display: block;
    height: 20px;
    color: #fff;
    position: relative;
    padding: 0; }
  .pagination a.active:after {
    -webkit-box-shadow: inset 0 0 0 5px;
            box-shadow: inset 0 0 0 5px;
    background: #fff; }
  .pagination a .hover-text {
    position: absolute;
    right: 15px;
    top: 7px;
    opacity: 0;
    -webkit-transition: opacity 0.5s ease;
    transition: opacity 0.5s ease;
    padding-right: 15px; }
  .pagination a:hover .hover-text {
    display: none; }
  .pagination a:after {
    -webkit-transition: box-shadow 0.5s ease;
    -webkit-transition: -webkit-box-shadow 0.5s ease;
    transition: -webkit-box-shadow 0.5s ease;
    transition: box-shadow 0.5s ease;
    transition: box-shadow 0.5s ease, -webkit-box-shadow 0.5s ease;
    width: 5px;
    height: 5px;
    display: block;
    border: 1px solid;
    border-radius: 50%;
    content: '';
    position: absolute;
    margin: auto;
    top: 0;
    right: 4px;
    bottom: 0; }

.whole .top-bar {
  position: fixed;
  top: 0;
  height: 15px;
  width: 100%;
  background-color: #6b421f;
  z-index: 9999999; }
  .whole .top-bar p {
    display: none;
    color: #fff;
    font-size: .6em;
    text-align: center; }
.whole .bot-bar {
  position: fixed;
  bottom: 0;
  height: 15px;
  width: 100%;
  background-color: #6b421f;
  z-index: 9999999; }
  .whole .bot-bar p {
    color: #fff;
    font-size: .6em;
    text-align: center; }
.whole .one {
  background-color: #B1D6E0;
  margin: 0 auto;
  position: relative; }
  .whole .one .cloud1 {
    width: 379px;
    position: absolute;
    top: -300px;
    -webkit-transition: all .5s ease-in;
    transition: all .5s ease-in;
    opacity: .8; }
  .whole .one .cloud1-slidein {
    top: 0;
    left: -50px; }
  .whole .one .cloud2 {
    width: 486px;
    position: absolute;
    top: -500px;
    left: -66px;
    opacity: .8;
    -webkit-transition: all 2s ease-in;
    transition: all 2s ease-in; }
  .whole .one .cloud2-slidein {
    top: 17px;
    left: -66px; }
  .whole .one .sun {
    width: 293px;
    position: absolute;
    top: -300px;
    right: 200px;
    -webkit-transition: all 3s ease-in;
    transition: all 3s ease-in; }
  .whole .one .sun-slidein {
    top: 0;
    right: 200px; }
  .whole .one .text {
    margin-left: auto;
    margin-right: auto;
    width: 60%; }
    .whole .one .text h1 {
      padding-top: 185px;
      font-size: 4.8em;
      letter-spacing: .02em;
      text-align: left;
      text-shadow: 8px 7px 3px #88a7af; }
.whole .two {
  background-color: #C9AD97;
  overflow: hidden;
  position: relative; }
  .whole .two .star2-1 {
    width: 72px;
    position: absolute;
    top: -150px;
    left: 50px;
    -webkit-transition: all 2s ease-in;
    transition: all 2s ease-in; }
  .whole .two .star2-1-slidein {
    top: 15px;
    left: 50px; }
  .whole .two .star2-2 {
    width: 44px;
    position: absolute;
    top: -500px;
    left: 75px;
    -webkit-transition: all 2.4s ease-in;
    transition: all 2.4s ease-in; }
  .whole .two .star2-2-slidein {
    top: 15px;
    left: 80px; }
  .whole .two .moon2 {
    width: 261px;
    position: absolute;
    top: -500px;
    left: 175px;
    -webkit-transition: all 3s ease-in;
    transition: all 3s ease-in; }
  .whole .two .moon2-slidein {
    top: 10px;
    left: 175px; }
  .whole .two .star2-3 {
    width: 57px;
    position: absolute;
    top: -300px;
    left: 440px;
    -webkit-transition: all 2.3s ease-in;
    transition: all 2.3s ease-in; }
  .whole .two .star2-3-slidein {
    top: 15px;
    left: 440px; }
  .whole .two .bundle {
    width: 408px;
    position: absolute;
    top: -10px;
    right: -500px;
    -webkit-transition: all 3s ease-in;
    transition: all 3s ease-in; }
  .whole .two .bundle-slidein {
    top: -10px;
    right: -20px; }
.whole .three {
  background-color: #1D324F;
  position: relative;
  overflow: hidden; }
  .whole .three .copy {
    color: #fff; }
  .whole .three .darkcloud {
    width: 300px;
    position: absolute;
    top: -300px;
    left: 100px;
    -webkit-transition: all 3s ease-in;
    transition: all 3s ease-in; }
  .whole .three .darkcloud-slidein {
    top: 10px;
    left: 100px; }
  .whole .three .star3-1 {
    width: 50px;
    position: absolute;
    top: -300px;
    right: 500px;
    -webkit-transition: all 2.4s ease-in;
    transition: all 2.4s ease-in; }
  .whole .three .star3-1-slidein {
    top: 10px;
    right: 500px; }
  .whole .three .moon3 {
    width: 200px;
    position: absolute;
    top: -500px;
    right: 200px;
    -webkit-transition: all 3s ease-in;
    transition: all 3s ease-in; }
  .whole .three .moon3-slidein {
    top: 5px;
    right: 200px; }
  .whole .three .star3-2 {
    width: 40px;
    position: absolute;
    top: -300px;
    right: 100px;
    -webkit-transition: all 2s ease-in;
    transition: all 2s ease-in; }
  .whole .three .star3-2-slidein {
    top: 10px;
    right: 100px; }
.whole .four {
  background-color: #DADDB1;
  position: relative;
  overflow: hidden; }
  .whole .four .small-calendar {
    position: relative;
    top: 10px;
    left: 150px; }
    .whole .four .small-calendar .calendar {
      width: 150px;
      position: absolute;
      top: -900px;
      z-index: 1;
      -webkit-transition: all 3s ease;
      transition: all 3s ease; }
      .whole .four .small-calendar .calendar img {
        width: 150px; }
    .whole .four .small-calendar .calendar-slidein {
      top: 10px; }
    .whole .four .small-calendar .calendar-counter {
      position: absolute;
      bottom: 86px;
      left: -43px;
      text-align: center;
      width: 134px; }
      .whole .four .small-calendar .calendar-counter p {
        position: absolute;
        font-family: 'CubanoRegular';
        color: #000;
        font-size: 2em;
        bottom: 11px;
        left: 73px; }
      .whole .four .small-calendar .calendar-counter .timer {
        position: absolute;
        color: #000;
        font-size: 5em;
        font-family: 'CubanoRegular';
        opacity: 1;
        top: 9px;
        left: 82%;
        -webkit-transform: translate(-50%, -50%);
                transform: translate(-50%, -50%);
        z-index: 3; }
  .whole .four .windowshadow {
    position: absolute;
    top: 12px;
    right: 66px;
    width: 350px;
    z-index: 1; }
  .whole .four .window-video div {
    overflow: hidden; }
  .whole .four .window-video .window-test {
    position: absolute;
    width: 100vw;
    height: 100vh;
    overflow: hidden;
    z-index: 2; }
  .whole .four .window-video .window {
    width: 345px;
    height: 332px;
    position: absolute;
    top: 160px;
    right: 150px;
    z-index: 2; }
  .whole .four .window-video .window img {
    width: 350px;
    position: relative;
    top: 20px;
    right: 0;
    overflow: hidden;
    z-index: 3; }
  .whole .four .window-video .video-container {
    position: relative;
    right: -19px;
    width: 315px;
    height: 315px;
    overflow: hidden; }
  .whole .four .window-video video {
    position: absolute;
    top: -90px;
    right: -157px;
    z-index: 1; }
.whole .five {
  background-color: #1D324F;
  position: relative;
  overflow: hidden; }
  .whole .five .copy {
    color: #fff; }
  .whole .five .darkcloud {
    width: 300px;
    position: absolute;
    top: -300px;
    left: 100px;
    -webkit-transition: all 3s ease-in;
    transition: all 3s ease-in; }
  .whole .five .darkcloud-slidein {
    top: 10px;
    left: 100px; }
  .whole .five .star3-1 {
    width: 50px;
    position: absolute;
    top: -300px;
    right: 500px;
    -webkit-transition: all 2.4s ease-in;
    transition: all 2.4s ease-in; }
  .whole .five .star3-1-slidein {
    top: 10px;
    right: 500px; }
  .whole .five .moon3 {
    width: 200px;
    position: absolute;
    top: -500px;
    right: 200px;
    -webkit-transition: all 3s ease-in;
    transition: all 3s ease-in; }
  .whole .five .moon3-slidein {
    top: 5px;
    right: 200px; }
  .whole .five .star3-2 {
    width: 40px;
    position: absolute;
    top: -300px;
    right: 100px;
    -webkit-transition: all 2s ease-in;
    transition: all 2s ease-in; }
  .whole .five .star3-2-slidein {
    top: 10px;
    right: 100px; }
.whole .six {
  background-color: #C9AD97;
  position: relative;
  overflow: hidden; }
  .whole .six .star2-1 {
    position: absolute;
    top: -150px;
    left: 50px;
    -webkit-transition: all 2s ease-in;
    transition: all 2s ease-in; }
  .whole .six .star2-1-slidein {
    top: 15px;
    left: 50px; }
  .whole .six .star2-2 {
    width: 44px;
    position: absolute;
    top: -500px;
    left: 75px;
    -webkit-transition: all 2.4s ease-in;
    transition: all 2.4s ease-in; }
  .whole .six .star2-2-slidein {
    top: 15px;
    left: 80px; }
  .whole .six .moon2 {
    width: 261px;
    position: absolute;
    top: -500px;
    left: 175px;
    -webkit-transition: all 3s ease-in;
    transition: all 3s ease-in; }
  .whole .six .moon2-slidein {
    top: 10px;
    left: 175px; }
  .whole .six .star2-3 {
    width: 57px;
    position: absolute;
    top: -300px;
    left: 440px;
    -webkit-transition: all 2.3s ease-in;
    transition: all 2.3s ease-in; }
  .whole .six .star2-3-slidein {
    top: 15px;
    left: 440px; }
  .whole .six .bundle {
    width: 408px;
    position: absolute;
    top: -10px;
    right: -500px;
    -webkit-transition: all 3s ease-in;
    transition: all 3s ease-in; }
  .whole .six .bundle-slidein {
    top: -10px;
    right: -20px; }
.whole .seven {
  background-color: #EAEAEA;
  text-align: center;
  position: relative;
  overflow: hidden; }
  .whole .seven > span p {
    position: absolute;
    right: 0;
    left: 0;
    opacity: .1;
    font-family: 'CubanoRegular';
    font-size: 6em;
    z-index: 2; }
  .whole .seven .copy {
    z-index: 9999999; }
  .whole .seven .timer2 {
    font-size: 144px;
    font-family: 'CubanoRegular';
    font-size: 45em;
    opacity: .1;
    z-index: 0;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%); }
.whole .flipInX {
  -webkit-animation-duration: 5s;
          animation-duration: 5s; }
.whole .eight {
  background-color: #EAEAEA;
  position: relative;
  overflow: hidden;
  -webkit-transition: all 5s ease;
  transition: all 5s ease; }
  .whole .eight > p {
    display: block;
    text-align: center;
    line-height: 100vh;
    -webkit-transition: all 5s ease;
    transition: all 5s ease; }
    .whole .eight > p span {
      -webkit-transition: all 1s ease;
      transition: all 1s ease;
      font-size: 1.5em; }
  .whole .eight .octwrap {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    z-index: 999; }
    .whole .eight .octwrap .date {
      padding-bottom: 0;
      opacity: .9;
      text-align: center;
      font-family: 'CubanoRegular';
      font-size: 5em; }
    .whole .eight .octwrap .oct {
      display: none;
      color: #ffffff;
      -webkit-transition: all .5s ease;
      transition: all .5s ease; }
.whole .eight:hover {
  background-color: #c3d8e5; }
  .whole .eight:hover > p {
    opacity: 0; }
  .whole .eight:hover .oct {
    display: block; }

/* Tablet */
@media screen and (max-width: 1250px) {
  .whole .four .window-video .video-container {
    opacity: .5; } }
@media screen and (max-width: 1095px) {
  .whole .one .text {
    width: 70%; }
    .whole .one .text h1 {
      font-size: 3.2em; }
  .whole .one .sun-slidein {
    right: 100px; }
  .whole .two .star2-1,
  .whole .two .star2-2,
  .whole .two .star2-3,
  .whole .two .moon2 {
    opacity: .5; }
  .whole .two .bundle {
    opacity: .5; }
  .whole .three .moon3 {
    opacity: .5; }
  .whole .five .moon3 {
    opacity: .5; }
  .whole .six .star2-1,
  .whole .six .star2-2,
  .whole .six .star2-3,
  .whole .six .moon2 {
    opacity: .5; }
  .whole .six .bundle {
    opacity: .5; }
  .whole .eight > p {
    font-size: 1.1em; }
  .whole .eight:hover > p {
    font-size: 1.1em; } }
@media screen and (max-width: 915px) {
  .whole .four .window-shadow,
  .whole .four .small-calendar,
  .whole .four .calendar-counter {
    opacity: .4; }
  .whole .eight > p {
    font-size: .8em; }
  .whole .eight:hover > p {
    font-size: .8em; } }
@media screen and (max-width: 849px) {
  .whole .one .text h1 {
    padding-top: 250px; }
  .whole .one .cloud2 {
    display: none; }
  .whole .two .bundle {
    display: none; }
  .whole .four .windowshadow,
  .whole .four .window-video {
    display: none; }
  .whole .four .small-calendar {
    left: 99px; }
  .whole .six .bundle {
    display: none; } }
@media screen and (max-width: 700px) {
  .whole .copy {
    width: 100%;
    padding: 0 20%; }
  .whole .one .text {
    padding-top: 60px;
    width: 85%; }
    .whole .one .text h1 {
      font-size: 3em; } }
@media screen and (max-width: 585px) {
  .whole .top-bar p {
    display: block; }
  .whole .bot-bar p > span {
    display: none; }
  .whole .copy {
    padding: 0 10%;
    font-size: .8em; }
  .whole .three .star3-2 {
    opacity: .5; }
  .whole .four .small-calendar .calendar-slidein {
    top: -30px; }
  .whole .five .star3-2 {
    opacity: .5; }
  .whole .seven .timer2 {
    font-size: 28em; }
  .whole .seven > span p {
    padding-top: 50px;
    font-size: 3.5em; } }
/* Mobile */
@media screen and (max-width: 350px) {
  .whole .copy {
    padding: 0 5%; }
  .whole .four .small-calendar {
    left: 99px; }
  .whole .eight > p {
    font-size: .6em; }
  .whole .eight:hover > p {
    font-size: .6em; } }
