@charset "UTF-8";

*, *:before, *:after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  outline: none; }

body {
  -webkit-text-size-adjust: 100%;
  /* Prevent font scaling in landscape while allowing user zoom */ }

body, h1, h2, h3, h4, h5, h6, p, img, ol, ul {
  margin: 0;
  padding: 0;
  border: 0;
  font-weight: inherit;
  
  }

main {
  display: block; }

ol, ul {
  list-style: none; }

a {
  text-decoration: none; }

input[type="text"],
input[type="email"],
input[type="number"],
input[type="tel"],
input[type="submit"],
select,
textarea {
  margin: 0;
  padding: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none; }

input[type="radio"],
input[type="checkbox"] {
  margin: 0;
  padding: 0; }

@font-face {
  font-family: 'NotoSerifTC';
  font-style: normal;
  font-weight: 100;
  src: local("Noto Serif CJK TC ExtraLight"), local("NotoSerifTC-ExtraLight"), url("../font/NotoSerifTC-ExtraLight.otf") format("opentype"); }
@font-face {
  font-family: 'NotoSerifTC';
  font-style: normal;
  font-weight: 300;
  src: local("Noto Serif CJK TC Light"), local("NotoSerifTC-Light"), url("../font/NotoSerifTC-Light.otf") format("opentype"); }
@font-face {
  font-family: 'NotoSerifTC';
  font-style: normal;
  font-weight: 400;
  src: local("Noto Serif CJK TC Regular"), local("NotoSerifTC-Regular"), url("../font/NotoSerifTC-Regular.otf") format("opentype"); }
@font-face {
  font-family: 'NotoSerifTC';
  font-style: normal;
  font-weight: 500;
  src: local("Noto Serif CJK TC Medium"), local("NotoSerifTC-Medium"), url("../font/NotoSerifTC-Medium.otf") format("opentype"); }
@font-face {
  font-family: 'NotoSerifTC';
  font-style: normal;
  font-weight: 600;
  src: local("Noto Serif CJK TC SemiBold"), local("NotoSerifTC-SemiBold"), url("../font/NotoSerifTC-SemiBold.otf") format("opentype"); }
@font-face {
  font-family: 'NotoSerifTC';
  font-style: normal;
  font-weight: 700;
  src: local("Noto Serif CJK TC Bold"), local("NotoSerifTC-Bold"), url("../font/NotoSerifTC-Bold.otf") format("opentype"); }
@font-face {
  font-family: 'NotoSerifTC';
  font-style: normal;
  font-weight: 900;
  src: local("Noto Serif CJK TC Black"), local("NotoSerifTC-Black"), url("../font/NotoSerifTC-Black.otf") format("opentype"); }
main > section,
footer {
  opacity: 0;
  -webkit-transition: opacity 1s cubic-bezier(0.63, 0.01, 0.56, 0.99);
  transition: opacity 1s cubic-bezier(0.63, 0.01, 0.56, 0.99); }
  body.loaded main > section, body.loaded
  footer {
    opacity: 1; }

main > section.section--brand-intro,
main > section.section--brand-feature,
main > section:before,
main > section:after {
  opacity: 1; }

@-webkit-keyframes spin {
  to {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg); } }

@keyframes spin {
  to {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg); } }
@-webkit-keyframes btnLineAnimate {
  12.5% {
    left: initial;
    right: 0;
    width: 100%;
    opacity: 1; }
  37.5% {
    left: initial;
    right: 0;
    width: 0;
    opacity: .5; }
  62.5% {
    left: 0;
    right: initial;
    width: 0;
    opacity: .5; }
  87.5% {
    left: 0;
    right: initial;
    width: 100%;
    opacity: 1; } }
@keyframes btnLineAnimate {
  12.5% {
    left: initial;
    right: 0;
    width: 100%;
    opacity: 1; }
  37.5% {
    left: initial;
    right: 0;
    width: 0;
    opacity: .5; }
  62.5% {
    left: 0;
    right: initial;
    width: 0;
    opacity: .5; }
  87.5% {
    left: 0;
    right: initial;
    width: 100%;
    opacity: 1; } }
.animate-on-scroll *[data-animate]:not([class^="js-rellax--"]) {
  -webkit-animation-duration: 0;
          animation-duration: 0;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both; }
.animate-on-scroll [data-animate="fadeInUpByMargin"] {
  margin-top: 60px;
  opacity: 0;
  -webkit-transition: all 0.5s cubic-bezier(0, 0, 0.18, 1);
  transition: all 0.5s cubic-bezier(0, 0, 0.18, 1); }
.animate-on-scroll [data-animate="fadeInDownByMargin"] {
  margin-top: -60px;
  opacity: 0;
  -webkit-transition: all 0.5s cubic-bezier(0, 0, 0.18, 1);
  transition: all 0.5s cubic-bezier(0, 0, 0.18, 1); }
.animate-on-scroll [data-animate="fadeInUpByPos"][data-animate="fadeInUpByPos"][data-animate="fadeInUpByPos"][data-animate="fadeInUpByPos"] {
  top: 60px;
  opacity: 0;
  -webkit-transition: all 0.5s cubic-bezier(0, 0, 0.18, 1);
  transition: all 0.5s cubic-bezier(0, 0, 0.18, 1); }
.animate-on-scroll [data-animate="fadeInDownByPos"][data-animate="fadeInDownByPos"][data-animate="fadeInDownByPos"][data-animate="fadeInDownByPos"] {
  top: -60px;
  opacity: 0;
  -webkit-transition: all 0.5s cubic-bezier(0, 0, 0.18, 1);
  transition: all 0.5s cubic-bezier(0, 0, 0.18, 1); }
.animate-on-scroll:not(.animated) [data-animate-delay=".1"],
.animate-on-scroll:not(.animated) [data-animate-delay=".2"],
.animate-on-scroll:not(.animated) [data-animate-delay=".3"],
.animate-on-scroll:not(.animated) [data-animate-delay=".4"],
.animate-on-scroll:not(.animated) [data-animate-delay=".5"],
.animate-on-scroll:not(.animated) [data-animate-delay=".6"],
.animate-on-scroll:not(.animated) [data-animate-delay=".7"],
.animate-on-scroll:not(.animated) [data-animate-delay=".8"],
.animate-on-scroll:not(.animated) [data-animate-delay=".9"],
.animate-on-scroll:not(.animated) [data-animate-delay="0.1"],
.animate-on-scroll:not(.animated) [data-animate-delay="0.2"],
.animate-on-scroll:not(.animated) [data-animate-delay="0.3"],
.animate-on-scroll:not(.animated) [data-animate-delay="0.4"],
.animate-on-scroll:not(.animated) [data-animate-delay="0.5"],
.animate-on-scroll:not(.animated) [data-animate-delay="0.6"],
.animate-on-scroll:not(.animated) [data-animate-delay="0.7"],
.animate-on-scroll:not(.animated) [data-animate-delay="0.8"],
.animate-on-scroll:not(.animated) [data-animate-delay="0.9"],
.animate-on-scroll:not(.animated) [data-animate-delay="1"],
.animate-on-scroll:not(.animated) [data-animate-delay="1.1"],
.animate-on-scroll:not(.animated) [data-animate-delay="1.2"],
.animate-on-scroll:not(.animated) [data-animate-delay="1.3"],
.animate-on-scroll:not(.animated) [data-animate-delay="1.4"],
.animate-on-scroll:not(.animated) [data-animate-delay="1.5"],
.animate-on-scroll:not(.animated) [data-animate-delay="1.6"],
.animate-on-scroll:not(.animated) [data-animate-delay="1.7"],
.animate-on-scroll:not(.animated) [data-animate-delay="1.8"],
.animate-on-scroll:not(.animated) [data-animate-delay="1.9"],
.animate-on-scroll:not(.animated) [data-animate-delay="2"],
.animate-on-scroll:not(.animated) [data-animate-delay="2.1"],
.animate-on-scroll:not(.animated) [data-animate-delay="2.2"] {
  -webkit-animation-delay: 0;
          animation-delay: 0; }
.animate-on-scroll:not(.animated) [data-animate="fadeIn"],
.animate-on-scroll:not(.animated) [data-animate="fadeInLeft"],
.animate-on-scroll:not(.animated) [data-animate="fadeInRight"],
.animate-on-scroll:not(.animated) [data-animate="fadeInUpSmall"],
.animate-on-scroll:not(.animated) [data-animate="fadeInUp"],
.animate-on-scroll:not(.animated) [data-animate="fadeInDownSmall"],
.animate-on-scroll:not(.animated) [data-animate="fadeInDown"],
.animate-on-scroll:not(.animated) [data-animate="zoomIn"] {
  -webkit-animation-duration: .2s;
  animation-duration: .2s; }
.animate-on-scroll.animated [data-animate="fadeInUpByMargin"] {
  margin-top: 0;
  opacity: 1;
  -webkit-transition: margin-top 1s cubic-bezier(0, 0, 0.18, 1), opacity 1s linear;
  transition: margin-top 1s cubic-bezier(0, 0, 0.18, 1), opacity 1s linear; }
.animate-on-scroll.animated [data-animate="fadeInDownByMargin"] {
  margin-top: 0;
  opacity: 1;
  -webkit-transition: margin-top 1s cubic-bezier(0, 0, 0.18, 1), opacity 1s linear;
  transition: margin-top 1s cubic-bezier(0, 0, 0.18, 1), opacity 1s linear; }
.animate-on-scroll.animated [data-animate="fadeInUpByPos"][data-animate="fadeInUpByPos"][data-animate="fadeInUpByPos"][data-animate="fadeInUpByPos"] {
  top: 0;
  opacity: 1;
  -webkit-transition: top 1s cubic-bezier(0, 0, 0.18, 1), opacity 1s linear;
  transition: top 1s cubic-bezier(0, 0, 0.18, 1), opacity 1s linear; }
.animate-on-scroll.animated [data-animate="fadeInDownByPos"][data-animate="fadeInDownByPos"][data-animate="fadeInDownByPos"][data-animate="fadeInDownByPos"] {
  top: 0;
  opacity: 1;
  -webkit-transition: top 1s cubic-bezier(0, 0, 0.18, 1), opacity 1s linear;
  transition: top 1s cubic-bezier(0, 0, 0.18, 1), opacity 1s linear; }
.animate-on-scroll.animated [data-animate-delay=".1"] {
  -webkit-animation-delay: .1s;
          animation-delay: .1s; }
.animate-on-scroll.animated [data-animate-delay=".2"] {
  -webkit-animation-delay: .2s;
          animation-delay: .2s; }
.animate-on-scroll.animated [data-animate-delay=".3"] {
  -webkit-animation-delay: .3s;
          animation-delay: .3s; }
.animate-on-scroll.animated [data-animate-delay=".4"] {
  -webkit-animation-delay: .4s;
          animation-delay: .4s; }
.animate-on-scroll.animated [data-animate-delay=".5"] {
  -webkit-animation-delay: .5s;
          animation-delay: .5s; }
.animate-on-scroll.animated [data-animate-delay=".6"] {
  -webkit-animation-delay: .6s;
          animation-delay: .6s; }
.animate-on-scroll.animated [data-animate-delay=".7"] {
  -webkit-animation-delay: .7s;
          animation-delay: .7s; }
.animate-on-scroll.animated [data-animate-delay=".8"] {
  -webkit-animation-delay: .8s;
          animation-delay: .8s; }
.animate-on-scroll.animated [data-animate-delay=".9"] {
  -webkit-animation-delay: .9s;
          animation-delay: .9s; }
.animate-on-scroll.animated [data-animate-delay="0.1"] {
  -webkit-animation-delay: .1s;
          animation-delay: .1s; }
.animate-on-scroll.animated [data-animate-delay="0.2"] {
  -webkit-animation-delay: .2s;
          animation-delay: .2s; }
.animate-on-scroll.animated [data-animate-delay="0.3"] {
  -webkit-animation-delay: .3s;
          animation-delay: .3s; }
.animate-on-scroll.animated [data-animate-delay="0.4"] {
  -webkit-animation-delay: .4s;
          animation-delay: .4s; }
.animate-on-scroll.animated [data-animate-delay="0.5"] {
  -webkit-animation-delay: .5s;
          animation-delay: .5s; }
.animate-on-scroll.animated [data-animate-delay="0.6"] {
  -webkit-animation-delay: .6s;
          animation-delay: .6s; }
.animate-on-scroll.animated [data-animate-delay="0.7"] {
  -webkit-animation-delay: .7s;
          animation-delay: .7s; }
.animate-on-scroll.animated [data-animate-delay="0.8"] {
  -webkit-animation-delay: .8s;
          animation-delay: .8s; }
.animate-on-scroll.animated [data-animate-delay="0.9"] {
  -webkit-animation-delay: .9s;
          animation-delay: .9s; }
.animate-on-scroll.animated [data-animate-delay="1"] {
  -webkit-animation-delay: 1s;
          animation-delay: 1s; }
.animate-on-scroll.animated [data-animate-delay="1.1"] {
  -webkit-animation-delay: 1.1s;
          animation-delay: 1.1s; }
.animate-on-scroll.animated [data-animate-delay="1.2"] {
  -webkit-animation-delay: 1.2s;
          animation-delay: 1.2s; }
.animate-on-scroll.animated [data-animate-delay="1.3"] {
  -webkit-animation-delay: 1.3s;
          animation-delay: 1.3s; }
.animate-on-scroll.animated [data-animate-delay="1.4"] {
  -webkit-animation-delay: 1.4s;
          animation-delay: 1.4s; }
.animate-on-scroll.animated [data-animate-delay="1.5"] {
  -webkit-animation-delay: 1.5s;
          animation-delay: 1.5s; }
.animate-on-scroll.animated [data-animate-delay="1.6"] {
  -webkit-animation-delay: 1.6s;
          animation-delay: 1.6s; }
.animate-on-scroll.animated [data-animate-delay="1.7"] {
  -webkit-animation-delay: 1.7s;
          animation-delay: 1.7s; }
.animate-on-scroll.animated [data-animate-delay="1.8"] {
  -webkit-animation-delay: 1.8s;
          animation-delay: 1.8s; }
.animate-on-scroll.animated [data-animate-delay="1.9"] {
  -webkit-animation-delay: 1.9s;
          animation-delay: 1.9s; }
.animate-on-scroll.animated [data-animate-delay="2"] {
  -webkit-animation-delay: 2s;
          animation-delay: 2s; }
.animate-on-scroll.animated [data-animate-delay="2.1"] {
  -webkit-animation-delay: 2.1s;
          animation-delay: 2.1s; }
.animate-on-scroll.animated [data-animate-delay="2.2"] {
  -webkit-animation-delay: 2.2s;
          animation-delay: 2.2s; }

html, body {
  position: relative;
  height: 100%; }

body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #f3f3f3;
  color: #777777;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, "Droid Sans", "Helvetica Neue", Helvetica, Arial, "Microsoft JhengHei", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5em;
  -webkit-transition: top 0s linear 1s;
  transition: top 0s linear 1s; }
  body.centerline:before {
    content: "";
    display: block;
    position: fixed;
    top: 0;
    bottom: 0;
    left: 50%;
    z-index: 9999;
    width: 1px;
    background-color: rgba(255, 51, 102, 0.8); }
    @media screen and (min-width: 1024px) {
      body.centerline:before {
        margin-left: 70px; } }
  .rwd-menu-active body {
    -webkit-transition: top 0s linear 0s;
    transition: top 0s linear 0s; }

footer,
main {
  width: 100%;
  max-width: 1920px;
  margin-left: auto;
  margin-right: auto; }

main {
  -webkit-box-flex: 1;
      -ms-flex: 1 0 auto;
          flex: 1 0 auto;
  position: relative;
  width: 100%;
  overflow: hidden;
  background-color: #fff; }
  
  main section,
  main .breadcrumb {
    position: relative; }
    @media screen and (min-width: 1024px) {
      main section,
      main .breadcrumb {
        padding-left: 140px; } }
  main h2, main h3 {
    color: #222222;
    line-height: 1.5em;
    font-family: "NotoSerifTC", "Microsoft JhengHei", serif; }
    main h2 small, main h3 small {
      display: block;
      font-size: 14px;
      line-height: 1.5em; }
  main h2 {
    font-size: 24px;
    font-weight: 600; }
  main h3 {
    font-size: 20px;
    font-weight: 300; }
  main .section--features h2 {
    font-family: inherit; }
  main .section--location h3,
  main .section--nature h3 {
    font-family: inherit; }

@media screen and (min-width: 1024px) {
  footer {
    padding-left: 140px; } }

a {
  color: inherit; }

p {
  color: inherit;
  font-size: 16px;
  line-height: 1.5em; }

strong {
  font-weight: normal; }

b {
  font-weight: bold; }

.wrapper {
  position: relative;
  margin-left: auto;
  margin-right: auto; }

.show {
  display: block; }

.hide {
  display: none; }

.illust img {
  display: block;
  max-width: 100%;
  height: auto; }

.inline-with-bgc {
  position: static; }
  .inline-with-bgc p {
    display: inline;
    padding: .8em 1em;
    background-color: #fff;
    color: #777777;
    line-height: 3.4em;
    letter-spacing: 2px;
    /* 
    ** Not supported 'box-decoration-break' List:
    ** - IE (All) , 
    ** - Edge (All, current v17), 
    ** - Chrome < 22, 
    ** - Firefox < 32, 
    ** - Safari < 6.1, 
    ** - iOS Safari < 7.1 
    **
    ** All webkit browser need -webkit prefix.
    */
    box-decoration-break: clone;
    -webkit-box-decoration-break: clone; }
    .inline-with-bgc p strong {
      color: #222222;
      font-size: 20px;
      letter-spacing: 4px;
      vertical-align: -2px; }
      @media screen and (max-width: 1439px) {
        .inline-with-bgc p strong {
          display: block;
          margin-bottom: 20px; } }
  .illust .inline-with-bgc {
    position: absolute;
    bottom: 48px; }
    .illust .inline-with-bgc.align-left-bottom-offset {
      left: calc(((1em + 2px) * 6 + 1em) * -1); }
    .illust .inline-with-bgc.align-left-bottom {
      left: 0; }
    .illust .inline-with-bgc.align-right-bottom {
      right: 0;
      text-align: right; }
      @media screen and (max-width: 1439px) {
        .illust .inline-with-bgc.align-right-bottom {
          text-align: left; } }
    .illust .inline-with-bgc.align-left-top-v-offset {
      bottom: initial;
      top: -40px;
      left: 10px; }
      .illust .inline-with-bgc.align-left-top-v-offset p {
        display: block;
        padding: 14px 12px;
        color: #222222;
        line-height: 1.5em;
        font-family: "NotoSerifTC", "Microsoft JhengHei", serif;
        font-size: 20px;
        letter-spacing: 4px;
        writing-mode: vertical-rl;
        -webkit-writing-mode: vertical-rl;
        -ms-writing-mode: vertical-rl;
        -ms-writing-mode: tb-rl; }

.img-object-fit img, .img-object-fit video {
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover; }

.parallax-item {
  position: absolute;
  z-index: 2; }
  
  .section--food .parallax-item.parallax-item--plate1 {
    top: 0;
    left: 260px; }
  .section--food .parallax-item.parallax-item--plate2 {
    top: 434px;
    left: 496px; }
  .section--services .parallax-item.parallax-item--plate1 {
    top: -10%;
    left: 140px; }
  .section--services .parallax-item.parallax-item--plate2 {
    top: 70%;
    left: 326px; }
  .section--garden .parallax-item.parallax-item--petal1 {
    top: -10%;
    left: calc(50% + 400px); }
  .section--garden .parallax-item.parallax-item--petal2 {
    top: 50%;
    left: calc(50% - 400px); }

ul.contact-info-list {
  font-size: 14px;
  line-height: 1.5em; }
  * + ul.contact-info-list {
    margin-top: 14px; }
  ul.contact-info-list li {
    position: relative;
    padding-left: 24px; }
    footer ul.contact-info-list li {
      color: #fff; }
    ul.contact-info-list li + li {
      margin-top: 10px; }
    ul.contact-info-list li[class*="address"] svg {
      left: 2px;
      top: 3px; }
    ul.contact-info-list li[class*="tel"] svg {
      left: 1px;
      top: 5px; }
    ul.contact-info-list li[class*="email"] svg {
      left: 0px;
      top: 4px; }
    ul.contact-info-list li svg {
      position: absolute;
      fill: #a3a3a3; }
      footer ul.contact-info-list li svg {
        fill: #fff; }
    ul.contact-info-list li strong {
      display: inline-block;
      margin-right: 2px;
      color: #222222;
      font-weight: bold; }
      footer ul.contact-info-list li strong {
        color: #fff;
        font-weight: normal; }
    ul.contact-info-list li a {
      display: inline-block;
      font-size: 14px;
      line-height: 1.5em;
      -webkit-transition: all .5s ease;
      transition: all .5s ease; }
      footer ul.contact-info-list li a {
        color: #fff; }
      ul.contact-info-list li a:hover {
        color: #ea7070; }
        footer ul.contact-info-list li a:hover {
          color: #f4b3b3; }

.no-max-width.no-max-width.no-max-width.no-max-width.no-max-width {
  max-width: none; }

.no-padding-w.no-padding-w.no-padding-w.no-padding-w.no-padding-w {
  padding-left: 0;
  padding-right: 0; }

.btn {
  display: inline-block;
  min-width: 150px;
  padding: 12px;
  border: 1px solid currentColor;
  color: currentColor;
  font-size: 15px;
  line-height: 1em;
  text-align: center; }
  .btn--double {
    position: relative;
    border-width: 1px 0; }
    .btn--double:before, .btn--double:after {
      content: "";
      display: block;
      position: absolute;
      left: 0;
      width: 100%;
      height: 1px;
      background-color: currentColor;
      font-size: 0;
      line-height: 0;
      -webkit-transition: all 0.2s cubic-bezier(0, 0, 0.18, 1);
      transition: all 0.2s cubic-bezier(0, 0, 0.18, 1); }
    .btn--double:before {
      top: -4px; }
    .btn--double:hover:before {
      -webkit-animation: btnLineAnimate .75s ease-in-out 1 normal;
              animation: btnLineAnimate .75s ease-in-out 1 normal; }
    .btn--double:after {
      bottom: -4px; }
    .btn--double:hover:after {
      animation: btnLineAnimate .75s ease-in-out 1 reverse; }
  .btn--bright {
    border-color: currentColor;
    color: currentColor; }
    .btn--bright:before, .btn--bright:after {
      background-color: currentColor; }

header.site-menu {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 99;
  width: 140px;
  height: 100vh;  
  background-color: #006837;
  -webkit-box-shadow: 2px 0 2px rgba(0, 0, 0, 0.05);
          box-shadow: 2px 0 2px rgba(0, 0, 0, 0.05);
  -webkit-transition: background-color 1s cubic-bezier(0, 0, 0.18, 1), -webkit-box-shadow 1s cubic-bezier(0, 0, 0.18, 1);
  transition: background-color 1s cubic-bezier(0, 0, 0.18, 1), -webkit-box-shadow 1s cubic-bezier(0, 0, 0.18, 1);
  transition: background-color 1s cubic-bezier(0, 0, 0.18, 1), box-shadow 1s cubic-bezier(0, 0, 0.18, 1);
  transition: background-color 1s cubic-bezier(0, 0, 0.18, 1), box-shadow 1s cubic-bezier(0, 0, 0.18, 1), -webkit-box-shadow 1s cubic-bezier(0, 0, 0.18, 1);    }
  body.menu-transparent:not(.news):not(.blog):not(.contact) header.site-menu {
    background-color: rgba(255, 255, 255, 0);
     }
  @media screen and (min-width: 1921px) {
    header.site-menu {
      left: 50%;
      margin-left: calc(1920px / 2 * -1); } }
  @media screen and (max-width: 1023px) {
    header.site-menu {
      width: 100%;
      height: 68px;
	  background-color: #006837;
       }
      .rwd-menu-active header.site-menu {
        -webkit-box-shadow: none;
                box-shadow: none; } }
  header.site-menu .wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    position: relative;
    height: 100%;
    overflow: hidden; }
    @media screen and (max-width: 1023px) {
      header.site-menu .wrapper {
        -webkit-box-pack: justify;
            -ms-flex-pack: justify;
                justify-content: space-between;
        overflow: initial; } }
  header.site-menu a.logo {
    display: inline-block;
    position: relative;
    padding: 0px 12px;
    opacity: 0; }
    @media screen and (min-width: 1024px) {
      header.site-menu a.logo {
        position: absolute;
        top: 20px;
        left: -140px;
        width: 100%;
        -webkit-transition: all 1s cubic-bezier(0, 0, 0.18, 1) 0.5s, opacity 1s linear 0.5s;
        transition: all 1s cubic-bezier(0, 0, 0.18, 1) 0.5s, opacity 1s linear 0.5s; }
        body.loaded header.site-menu a.logo {
          left: 0;
          opacity: 1; } }
    @media screen and (max-width: 1023px) {
      header.site-menu a.logo {
        top: -68px; }
        body.loaded header.site-menu a.logo {
          top: 0;
          opacity: 1; } }
    @media screen and (max-width: 359px) {
      header.site-menu a.logo {
        width: 86px;
        height: 40px;
        overflow: hidden;
        padding: 0 20px; } }
    header.site-menu a.logo svg {
      display: none;
      width: 100%;
      max-width: 100%;
      height: 100%;
      max-height: 100%; }
      header.site-menu a.logo svg:nth-of-type(1) {
        display: block; }
      header.site-menu a.logo svg:nth-of-type(2) {
        display: none; }
        @media screen and (max-width: 1023px) {
          header.site-menu a.logo svg:nth-of-type(2) {
            display: none; } }
      @media screen and (max-width: 1023px) {
        header.site-menu a.logo svg:nth-of-type(1) {
          display: none; }
        header.site-menu a.logo svg:nth-of-type(2) {
          display: block; } }
      @media screen and (max-width: 359px) {
        header.site-menu a.logo svg {
          width: auto;
          max-width: none; }
          header.site-menu a.logo svg #text, header.site-menu a.logo svg #slogan {
            display: none; } }
  @media screen and (max-width: 1023px) {
    header.site-menu .overlay-wrapper {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      position: absolute;
      top: 0;
      left: 0;
      z-index: 1;
      width: 100%;
      height: 100vh;
      overflow-y: auto;
      margin-left: 100%;
      background-color: rgba(255, 255, 255, 0.95);
      opacity: 0;
      -webkit-transition: all 0.3s cubic-bezier(0, 0, 0.18, 1);
      transition: all 0.3s cubic-bezier(0, 0, 0.18, 1);
      -webkit-overflow-scrolling: touch; }
      html.rwd-menu-active header.site-menu .overlay-wrapper {
        margin-left: 0;
        opacity: 1; } }
  @media screen and (max-height: 552px) {
    header.site-menu .overlay-wrapper nav {
      height: 100%; } }
  @media screen and (max-height: 552px) {
    header.site-menu .overlay-wrapper ul {
      padding-top: 88px;
      padding-bottom: 20px; } }
  header.site-menu .overlay-wrapper li {
    position: relative; }
    @media screen and (min-width: 1024px) {
      header.site-menu .overlay-wrapper li {
        left: -140px;
        opacity: 0;
        -webkit-transition: all 1s cubic-bezier(0, 0, 0.18, 1), opacity 1s linear;
        transition: all 1s cubic-bezier(0, 0, 0.18, 1), opacity 1s linear; }
        header.site-menu .overlay-wrapper li:nth-of-type(1) {
          -webkit-transition-delay: .6s,  .6s;
                  transition-delay: .6s,  .6s; }
        header.site-menu .overlay-wrapper li:nth-of-type(2) {
          -webkit-transition-delay: .7s,  .7s;
                  transition-delay: .7s,  .7s; }
        header.site-menu .overlay-wrapper li:nth-of-type(3) {
          -webkit-transition-delay: .8s,  .8s;
                  transition-delay: .8s,  .8s; }
        header.site-menu .overlay-wrapper li:nth-of-type(4) {
          -webkit-transition-delay: .9s,  .9s;
                  transition-delay: .9s,  .9s; }
        header.site-menu .overlay-wrapper li:nth-of-type(5) {
          -webkit-transition-delay: 1s,   1s;
                  transition-delay: 1s,   1s; }
        header.site-menu .overlay-wrapper li:nth-of-type(6) {
          -webkit-transition-delay: 1.1s, 1.1s;
                  transition-delay: 1.1s, 1.1s; }
        header.site-menu .overlay-wrapper li:nth-of-type(7) {
          -webkit-transition-delay: 1.2s, 1.2s;
                  transition-delay: 1.2s, 1.2s; }
        header.site-menu .overlay-wrapper li:nth-of-type(8) {
          -webkit-transition-delay: 1.3s, 1.3s;
                  transition-delay: 1.3s, 1.3s; }
        body.loaded header.site-menu .overlay-wrapper li {
          left: 0;
          opacity: 1; } }
    header.site-menu .overlay-wrapper li a {
      display: block;
      position: relative;
      padding: 12px 18px;
      color: #000;
      font-size: 16px;
      line-height: 1em;
      -webkit-filter: none;
              filter: none; }
      body.menu-transparent:not(.news):not(.blog):not(.contact) header.site-menu .overlay-wrapper li a {
        color: #fff;
        -webkit-filter: drop-shadow(0 2px 2px rgba(0, 0, 0, 0.2));
                filter: drop-shadow(0 2px 2px rgba(0, 0, 0, 0.2)); }
      header.site-menu .overlay-wrapper li a:before {
        content: "";
        display: block;
        position: absolute;
        top: 12px;
        left: 50%;
        margin-left: calc(-1em - 2px);
        width: 2px;
        height: 1em;
        background-color: #000;
        opacity: 0;
        -webkit-transition: all 0.5s cubic-bezier(0, 0, 0.18, 1);
        transition: all 0.5s cubic-bezier(0, 0, 0.18, 1); }
        body.menu-transparent:not(.news):not(.blog):not(.contact) header.site-menu .overlay-wrapper li a:before {
          background-color: #fff; }
      @media screen and (max-width: 1023px) {
        header.site-menu .overlay-wrapper li a {
          padding: 18px 24px;
          font-size: 20px; }
          header.site-menu .overlay-wrapper li a:before {
            top: 18px; }
          body.menu-transparent:not(.news):not(.blog):not(.contact) header.site-menu .overlay-wrapper li a {
            color: #000;
            -webkit-filter: none;
                    filter: none; }
            body.menu-transparent:not(.news):not(.blog):not(.contact) header.site-menu .overlay-wrapper li a:before {
              background-color: #000; } }
    header.site-menu .overlay-wrapper li.current-menu-item a:before, header.site-menu .overlay-wrapper li a:hover:before {
      opacity: 1;
      -webkit-transition: all 0.5s cubic-bezier(0, 0, 0.18, 1);
      transition: all 0.5s cubic-bezier(0, 0, 0.18, 1); }
  header.site-menu .hamburger-menu {
    display: none;
    position: relative;
    z-index: 2;
    width: 80px;
    height: 68px;
    background-color: transparent;
    font-size: 0;
    line-height: 0;
    cursor: pointer;
    pointer-events: none;
    -webkit-transition: all 0.25s cubic-bezier(0, 0, 0.18, 1);
    transition: all 0.25s cubic-bezier(0, 0, 0.18, 1); }
    @media screen and (max-width: 1023px) {
      header.site-menu .hamburger-menu {
        display: block;
        pointer-events: auto; } }
    header.site-menu .hamburger-menu span {
      display: block;
      position: absolute;
      left: 24px;
      right: 24px;
      height: 2px;
      background: #000;
      opacity: 1;
      -webkit-transform: rotate(0deg);
              transform: rotate(0deg);
      -webkit-transition: all 0.25s cubic-bezier(0, 0, 0.18, 1);
      transition: all 0.25s cubic-bezier(0, 0, 0.18, 1); }
      .menu-transparent:not(.news):not(.blog):not(.contact) header.site-menu .hamburger-menu span {
        background-color: #fff; }
      .rwd-menu-active .menu-transparent:not(.news):not(.blog):not(.contact) header.site-menu .hamburger-menu span {
        background-color: #000; }
      header.site-menu .hamburger-menu span:nth-child(1) {
        top: 24px; }
      header.site-menu .hamburger-menu span:nth-child(4) {
        bottom: 24px; }
      header.site-menu .hamburger-menu span:nth-child(2), header.site-menu .hamburger-menu span:nth-child(3) {
        position: absolute;
        top: 50%;
        -webkit-transform: translateY(-50%);
                transform: translateY(-50%); }
      .rwd-menu-active header.site-menu .hamburger-menu span {
        -webkit-transition: all 0.25s cubic-bezier(0, 0, 0.18, 1);
        transition: all 0.25s cubic-bezier(0, 0, 0.18, 1); }
        .rwd-menu-active header.site-menu .hamburger-menu span:nth-child(1), .rwd-menu-active header.site-menu .hamburger-menu span:nth-child(4) {
          left: 50%;
          right: 50%;
          opacity: 0; }
        .rwd-menu-active header.site-menu .hamburger-menu span:nth-child(1) {
          top: 50%; }
        .rwd-menu-active header.site-menu .hamburger-menu span:nth-child(4) {
          bottom: 50%; }
        .rwd-menu-active header.site-menu .hamburger-menu span:nth-child(2) {
          -webkit-transform: rotate(45deg);
                  transform: rotate(45deg); }
        .rwd-menu-active header.site-menu .hamburger-menu span:nth-child(3) {
          -webkit-transform: rotate(-45deg);
                  transform: rotate(-45deg); }

footer {
  background: #006837 ; }
  footer .wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding-top: 120px;
    padding-bottom: 120px; }
    @media screen and (max-width: 1279px) {
      footer .wrapper {
        padding-top: 80px;
        padding-bottom: 80px; } }
    @media screen and (max-width: 666px) {
      footer .wrapper {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column; } }
    footer .wrapper [class*='group--'] {
      -webkit-box-flex: 0;
          -ms-flex: 0 1 auto;
              flex: 0 1 auto;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      padding: 0 40px; }
    footer .wrapper .group--social ul {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
      -webkit-box-pack: justify;
          -ms-flex-pack: justify;
              justify-content: space-between;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      width: 144px; }
      footer .wrapper .group--social ul li:nth-of-type(1) {
        width: 100%; }
      footer .wrapper .group--social ul li a {
        display: block; }
        footer .wrapper .group--social ul li a[class*='social-'] {
          width: 40px;
          height: auto;
          margin-top: 20px; }
        footer .wrapper .group--social ul li a img, footer .wrapper .group--social ul li a svg {
          display: block;
          max-width: 100%;
          margin: auto; }
        footer .wrapper .group--social ul li a svg {
          fill: #fff;
          -webkit-transition: all 0.5s cubic-bezier(0, 0, 0.18, 1);
          transition: all 0.5s cubic-bezier(0, 0, 0.18, 1); }
        footer .wrapper .group--social ul li a:hover svg {
          fill: #f4b3b3; }
    footer .wrapper .group--nav {
      height: 136px;
      border-left: 1px solid #fff; }
      @media screen and (max-width: 1179px) {
        footer .wrapper .group--nav {
          display: none; } }
      footer .wrapper .group--nav ul {
        display: block;
        margin-left: -30px;
        font-size: 0; }
        @media screen and (max-width: 1480px) {
          footer .wrapper .group--nav ul {
            max-width: 320px;
            margin-top: -20px;
            margin-left: -20px; } }
        footer .wrapper .group--nav ul li {
          display: inline-block;
          margin-left: 30px; }
          @media screen and (max-width: 1480px) {
            footer .wrapper .group--nav ul li {
              margin-top: 20px;
              margin-left: 20px; } }
          footer .wrapper .group--nav ul li a {
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-pack: center;
                -ms-flex-pack: center;
                    justify-content: center;
            -webkit-box-align: center;
                -ms-flex-align: center;
                    align-items: center;
            width: 60px;
            height: 60px;
            border: 1px solid #fff;
            border-radius: 50%;
            color: #fff;
            font-size: 14px;
            line-height: 1em;
            -webkit-transition: all 0.5s cubic-bezier(0, 0, 0.18, 1);
            transition: all 0.5s cubic-bezier(0, 0, 0.18, 1); }
            footer .wrapper .group--nav ul li a:hover {
              border-color: #f4b3b3;
              background-color: #f4b3b3;
              color: #13182b; }
    footer .wrapper .group--contact {
      height: 136px;
      border-left: 1px solid #fff; }
      @media screen and (max-width: 666px) {
        footer .wrapper .group--contact {
          height: auto;
          margin-top: 40px;
          border-left: 0; } }
  footer .copyright {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    height: 42px;
    background-color: #232323;
    color: #fff;
    font-size: 12px; }

input[type="text"],
input[type="email"],
input[type="number"],
input[type="tel"],
input[type="submit"],
select,
textarea {
  display: inline-block;
  width: 100%;
  padding: 10px 20px;
  border: 1px solid #fff;
  border-radius: 0;
  background-color: #f2f2f2;
  color: #222222;
  font-size: 16px;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, "Droid Sans", "Helvetica Neue", Helvetica, Arial, "Microsoft JhengHei", sans-serif;
  line-height: 1em; }
  input[type="text"]::-webkit-input-placeholder,
  input[type="email"]::-webkit-input-placeholder,
  input[type="number"]::-webkit-input-placeholder,
  input[type="tel"]::-webkit-input-placeholder,
  input[type="submit"]::-webkit-input-placeholder,
  select::-webkit-input-placeholder,
  textarea::-webkit-input-placeholder {
    /* Chrome/Opera/Safari */
    color: #999999;
    opacity: 1; }
  input[type="text"]::-moz-placeholder,
  input[type="email"]::-moz-placeholder,
  input[type="number"]::-moz-placeholder,
  input[type="tel"]::-moz-placeholder,
  input[type="submit"]::-moz-placeholder,
  select::-moz-placeholder,
  textarea::-moz-placeholder {
    /* Firefox 19+ */
    color: #999999;
    opacity: 1; }
  input[type="text"]:-moz-placeholder,
  input[type="email"]:-moz-placeholder,
  input[type="number"]:-moz-placeholder,
  input[type="tel"]:-moz-placeholder,
  input[type="submit"]:-moz-placeholder,
  select:-moz-placeholder,
  textarea:-moz-placeholder {
    /* Firefox 18- */
    color: #999999;
    opacity: 1; }
  input[type="text"]:-ms-input-placeholder,
  input[type="email"]:-ms-input-placeholder,
  input[type="number"]:-ms-input-placeholder,
  input[type="tel"]:-ms-input-placeholder,
  input[type="submit"]:-ms-input-placeholder,
  select:-ms-input-placeholder,
  textarea:-ms-input-placeholder {
    /* IE 10+ */
    color: #999999;
    opacity: 1; }

input[type="submit"] {
  width: 240px;
  max-width: 100%;
  background-color: #13182b;
  color: #fff;
  font-weight: bold;
  cursor: pointer;
  -webkit-transition: all 0.5s cubic-bezier(0, 0, 0.18, 1);
  transition: all 0.5s cubic-bezier(0, 0, 0.18, 1); }
  input[type="submit"]:hover {
    background-color: #f19d9d; }

input[type="radio"] + *,
input[type="checkbox"] + * {
  margin-left: 4px;
  vertical-align: middle; }

textarea {
  font-size: 15px;
  line-height: 1.6em; }

label {
  color: #777777; }

ol.ordered,
ul.unordered,
article ol,
article ul {
  padding-left: 1em; }
  ol.ordered.digit-in-tens,
  ul.unordered.digit-in-tens,
  article ol.digit-in-tens,
  article ul.digit-in-tens {
    padding-left: 2.4em; }
  ol.ordered.digit-in-hundreds,
  ul.unordered.digit-in-hundreds,
  article ol.digit-in-hundreds,
  article ul.digit-in-hundreds {
    padding-left: 3.4em; }
  ol.ordered li,
  ul.unordered li,
  article ol li,
  article ul li {
    line-height: 1.4em; }
  ol.ordered li:not(:first-child),
  ul.unordered li:not(:first-child),
  article ol li:not(:first-child),
  article ul li:not(:first-child) {
    margin-top: 1em; }

ol.ordered,
article ol {
  list-style-type: decimal; }

ul.unordered,
article ul {
  list-style-type: none; }
  ul.unordered li,
  article ul li {
    position: relative; }
    ul.unordered li:before,
    article ul li:before {
      content: "";
      display: inline-block;
      position: absolute;
      top: .7em;
      left: -14px;
      width: 4px;
      height: 4px;
      margin-top: -2px;
      border-radius: 50%;
      background-color: #000; }

.breadcrumb {
  opacity: 0;
  -webkit-transition: opacity 1s cubic-bezier(0.63, 0.01, 0.56, 0.99);
  transition: opacity 1s cubic-bezier(0.63, 0.01, 0.56, 0.99); }
  body.loaded .breadcrumb {
    opacity: 1; }
  .breadcrumb .wrapper {
    max-width: 1340px;
    margin: 0 auto;
    padding: 40px 20px; }
    .breadcrumb .wrapper a, .breadcrumb .wrapper span {
      display: inline-block;
      color: #777777;
      font-size: 14px;
      line-height: 1em;
      white-space: nowrap; }
    .breadcrumb .wrapper a:hover {
      color: #f4b3b3; }
      @media (hover: none), (hover: on-demand) {
        .breadcrumb .wrapper a:hover {
          color: inherit; } }

.pagination {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 40px 0;
  padding-left: 20px;
  padding-right: 20px; }
  @media screen and (min-width: 1024px) {
    .pagination {
      padding-left: 140px;
      padding-right: 0; } }
  .pagination .page-numbers {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    position: relative;
    min-width: 36px;
    width: auto;
    min-height: 36px;
    height: auto;
    margin-bottom: 10px;
    padding: 8px 10px;
    background-color: transparent;
    color: #222222;
    font-size: 12px;
    line-height: 1em;
    white-space: nowrap;
    -webkit-transition: all 0.2s cubic-bezier(0, 0, 0.18, 1);
    transition: all 0.2s cubic-bezier(0, 0, 0.18, 1); }
    .pagination .page-numbers:not(.prev):not(.next):before, .pagination .page-numbers:not(.prev):not(.next):after {
      content: "";
      display: block;
      position: absolute;
      width: 0;
      height: 1px;
      background-color: #222222;
      font-size: 0;
      line-height: 0;
      pointer-events: none;
      opacity: .5;
      -webkit-transition: all .3s ease-in-out;
      transition: all .3s ease-in-out; }
    .pagination .page-numbers:before {
      left: 0;
      bottom: -1px; }
    .pagination .page-numbers:after {
      right: 0;
      bottom: -4px; }
    .pagination .page-numbers + .page-numbers {
      margin-left: 10px; }
    .pagination .page-numbers.current:not(.prev):not(.next):before, .pagination .page-numbers.current:not(.prev):not(.next):after {
      width: 100%;
      opacity: 1; }
    .pagination .page-numbers:not(.prev):not(.next):hover:before, .pagination .page-numbers:not(.prev):not(.next):hover:before {
      width: 100%;
      opacity: 1; }
    .pagination .page-numbers:not(.prev):not(.next):hover:after, .pagination .page-numbers:not(.prev):not(.next):hover:after {
      width: 100%;
      opacity: 1; }
    .pagination .page-numbers.prev, .pagination .page-numbers.next {
      font-size: 0; }
      .pagination .page-numbers.prev:before, .pagination .page-numbers.next:before {
        content: "";
        display: block;
        position: relative;
        left: 2px;
        width: 10px;
        height: 10px;
        border-color: #222222;
        border-width: 1px 0 0 1px;
        border-style: solid;
        -webkit-transform: rotate(-45deg);
                transform: rotate(-45deg);
        -webkit-transition: all 0.3s cubic-bezier(0, 0, 0.18, 1);
        transition: all 0.3s cubic-bezier(0, 0, 0.18, 1); }
      .pagination .page-numbers.prev:hover, .pagination .page-numbers.next:hover {
        border-radius: 4px;
        background-color: #13182b; }
        .pagination .page-numbers.prev:hover:before, .pagination .page-numbers.next:hover:before {
          border-color: #fff; }
    .pagination .page-numbers.next:before {
      left: -2px;
      -webkit-transform: rotate(135deg);
              transform: rotate(135deg); }

.social-btn a {
  display: inline-block; }
  .social-btn a + a {
    margin-left: 4px; }
  .social-btn a[class*='social-btn--'] {
    width: 28px;
    height: auto;
    margin-top: 20px; }
  .social-btn a svg {
    display: block;
    max-width: 100%;
    margin: auto; }
  .social-btn a svg {
    fill: #222222;
    -webkit-transition: all 0.5s cubic-bezier(0, 0, 0.18, 1);
    transition: all 0.5s cubic-bezier(0, 0, 0.18, 1); }
  .social-btn a:hover svg {
    fill: #ea7070; }

.aside-sticky {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: fixed;
  right: 10px;
  bottom: 72px;
  z-index: 98;
  width: 54px;
  font-size: 0;
  line-height: 0;
  cursor: pointer;
  opacity: 0;
  pointer-events: none;
  -webkit-transition: all .3s ease;
  transition: all .3s ease; }
  @media screen and (min-width: 2065px) {
    .aside-sticky {
      right: initial;
      left: calc(50% + 960px + 10px); } }
  @media screen and (max-width: 480px) {
    .aside-sticky {
      bottom: 24px; } }
  .aside-sticky.active {
    opacity: 1;
    pointer-events: auto; }
  .aside-sticky a {
    display: block;
    width: 100%;
    opacity: 1;
    -webkit-transition: all .2s ease;
    transition: all .2s ease; }
    @media not all and (hover: none) {
      .aside-sticky a:hover {
        opacity: .5; } }
    .aside-sticky a + a {
      margin-top: 10px; }
    .aside-sticky a img {
      display: block;
      max-width: 100%;
      height: auto; }

.layout-1col {
   background-repeat: no-repeat;
  background-size: contain;
  background-color: #004f32;
  }
  .layout-1col .wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    position: relative;
    padding: 240px 40px 140px;
    color: #fff;
    text-align: center; }
    @media screen and (max-width: 768px) {
      .layout-1col .wrapper {
        padding: 240px 20px 140px; }  }
    
	.layout-1col .wrapper h2 {
      position: absolute;
      top: 50%;
	  left:50%;
      -webkit-transform: translate(-50%, -50%);
              transform: translate(-50%, -50%);
      padding: 20px 10px 16px;
      background-color: #fff;
      color: #222222;
      letter-spacing: 4px;
      writing-mode: vertical-rl;
      -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
      top: 0;
      z-index: 2;
      min-height: 192px;
       }
	   
	 @media screen and (max-width: 1920px) {
      .layout-1col .wrapper { padding: 240px 20px 140px; }  
    .layout-1col .wrapper h2 {
      position: absolute;
      top: 50%;
	  left:50%;
      -webkit-transform: translate(-50%, -50%);
              transform: translate(-50%, -50%);
      padding: 20px 10px 16px;
      background-color: #fff;
      color: #222222;
      letter-spacing: 4px;
      writing-mode: vertical-rl;
      -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
      top: 0;
      z-index: 2;
      min-height: 192px;
       }}
	 
      .layout-1col .wrapper h2 span + span {
        margin-top: 2em; }
    .layout-1col .wrapper h3, .layout-1col .wrapper p {
      width: 100%;
      max-width: calc((1em + 2px) * 33);
      color: #fff; }
    .layout-1col .wrapper p {
      margin: 0.75em auto 0;
      color: #ddd;
      font-size: 16px;
      line-height: 2.5em;
      letter-spacing: 2px; }
      .layout-1col .wrapper p + * {
        margin-top: 1.5em; }
  .layout-1col.section--garden, .layout-1col.section--5senses, .layout-1col.section--novice-dad, .layout-1col.section--trip, .layout-1col.section--intro, .layout-1col.section--lighting, .layout-1col.section--rich-zone, .layout-1col.section--intention, .layout-1col.section--contact {
    background: #fff; }
    .layout-1col.section--garden .wrapper, .layout-1col.section--5senses .wrapper, .layout-1col.section--novice-dad .wrapper, .layout-1col.section--trip .wrapper, .layout-1col.section--intro .wrapper, .layout-1col.section--lighting .wrapper, .layout-1col.section--rich-zone .wrapper, .layout-1col.section--intention .wrapper, .layout-1col.section--contact .wrapper {
      padding-top: 80px;
      padding-bottom: 80px; }
      .layout-1col.section--garden .wrapper h2, .layout-1col.section--5senses .wrapper h2, .layout-1col.section--novice-dad .wrapper h2, .layout-1col.section--trip .wrapper h2, .layout-1col.section--intro .wrapper h2, .layout-1col.section--lighting .wrapper h2, .layout-1col.section--rich-zone .wrapper h2, .layout-1col.section--intention .wrapper h2, .layout-1col.section--contact .wrapper h2 {
        position: relative;
        top: initial;
        text-align: left;
        -webkit-transform: translateX(-50%);
                transform: translateX(-50%); }
      .layout-1col.section--garden .wrapper p, .layout-1col.section--5senses .wrapper p, .layout-1col.section--novice-dad .wrapper p, .layout-1col.section--trip .wrapper p, .layout-1col.section--intro .wrapper p, .layout-1col.section--lighting .wrapper p, .layout-1col.section--rich-zone .wrapper p, .layout-1col.section--intention .wrapper p, .layout-1col.section--contact .wrapper p {
        margin-top: 40px;
        color: #777777; }
  .layout-1col.section--trip .wrapper h2, .layout-1col.section--contact .wrapper h2 {
    text-align: center; }
  .layout-1col.section--5senses .wrapper, .layout-1col.section--novice-dad .wrapper, .layout-1col.section--intro .wrapper, .layout-1col.section--lighting .wrapper, .layout-1col.section--rich-zone .wrapper, .layout-1col.section--intention .wrapper {
    display: block;
    min-height: auto;
    overflow: hidden;
    padding-top: 0; }
    .layout-1col.section--5senses .wrapper h2, .layout-1col.section--novice-dad .wrapper h2, .layout-1col.section--intro .wrapper h2, .layout-1col.section--lighting .wrapper h2, .layout-1col.section--rich-zone .wrapper h2, .layout-1col.section--intention .wrapper h2 {
      padding-top: 0;
      background-color: transparent;
      letter-spacing: 6px; }
      .layout-1col.section--5senses .wrapper h2:before, .layout-1col.section--novice-dad .wrapper h2:before, .layout-1col.section--intro .wrapper h2:before, .layout-1col.section--lighting .wrapper h2:before, .layout-1col.section--rich-zone .wrapper h2:before, .layout-1col.section--intention .wrapper h2:before {
        content: "";
        display: inline-block;
        width: 1px;
        height: 100px;
        margin-bottom: 20px;
        background-color: #222222;
        font-size: 0; }
  .layout-1col.section--lunch-tea .wrapper, .layout-1col.section--air-quality .wrapper, .layout-1col.section--visit .wrapper {
    padding-top: 160px;
    padding-left: 40px;
    padding-right: 40px; }
  .layout-1col.section--spirit-of-place .wrapper {
    padding-top: 180px; }
  .layout-1col.section--visit .wrapper {
    padding-bottom: 220px; }
    .layout-1col.section--visit .wrapper p {
      max-width: calc((1em + 2px) * 22); }

@media screen and (max-width: 1279px) {
  .contact .section--contact {
    display: none; } }

.layout-2col .wrapper h2 {
  position: absolute;
  top: 52%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  padding: 40px 10px 40px 10px;
  background-color: #fff;
  color: #222222;
  letter-spacing: 4px;
  writing-mode: vertical-rl;
  -webkit-writing-mode: vertical-rl;
  -ms-writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  z-index: 2; }
  @media screen and (max-width: 413px) {
    .layout-2col .wrapper h2 {
      font-size: 20px; } }
.layout-2col .wrapper .group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }
  @media screen and (max-width: 1023px) {
    .layout-2col .wrapper .group {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column; }
      .section--pro-protect.layout-2col .wrapper .group > *:nth-child(1) {
        -webkit-box-ordinal-group: 3;
            -ms-flex-order: 2;
                order: 2; } }
  .layout-2col .wrapper .group .illust {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 auto;
            flex: 0 1 auto;
    width: calc(50% + 108px); }
    @media screen and (max-width: 1023px) {
      .layout-2col .wrapper .group .illust {
        width: 100%; } }
    .layout-2col .wrapper .group .illust img {
      display: block;
      width: 100%;
      height: 100%;
      -o-object-fit: cover;
         object-fit: cover; }
  .layout-2col .wrapper .group .wording {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 0px;
            flex: 1 1 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    position: relative;
    overflow-x: hidden;
    padding: 10px; }
    .layout-2col .wrapper .group:nth-of-type(even) .wording {
      -webkit-box-align: end;
          -ms-flex-align: end;
              align-items: flex-end; }
    @media screen and (max-width: 1023px) {
      .layout-2col .wrapper .group .wording {
        -webkit-box-flex: 1;
            -ms-flex: 1 1 auto;
                flex: 1 1 auto; } }
    .layout-2col .wrapper .group .wording h3,  .layout-2col .wrapper .group .wording .btn-wrapper {
      max-width: calc((0.875rem + 2px) * 28); }
      .layout-2col .wrapper .group:nth-of-type(even) .wording h3, .layout-2col .wrapper .group:nth-of-type(even) .wording p, .layout-2col .wrapper .group:nth-of-type(even) .wording .btn-wrapper {
        width: 100%; }
    .layout-2col .wrapper .group .wording h3 {
      position: relative;
      font-weight: 400;
      font-size: 20px;
      letter-spacing: 2px; }
      .layout-2col .wrapper .group .wording h3:after {
        content: "";
        display: block;
        position: absolute;
        left: calc(100% + 40px);
        top: 50%;
        width: 960px;
        height: 1px;
        background-color: #777777; }
        .layout-2col .wrapper .group:nth-of-type(even) .wording h3:after {
          left: initial;
          right: calc(100% + 40px); }
    .layout-2col .wrapper .group .wording p {
      margin: 0.75em 0 1.5em ;
      color: #777777;
      font-size: 16px;
      line-height: 2em;
      letter-spacing: 0px; }
@media screen and (max-width: 1279px) {
  .layout-2col.section--contact-info .wrapper .group {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column; } }
.layout-2col.section--contact-info .wrapper .group .map {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 auto;
          flex: 0 1 auto;
  width: calc(50% + 140px);
  height: 540px; }
  @media screen and (max-width: 1279px) {
    .layout-2col.section--contact-info .wrapper .group .map {
      -webkit-box-ordinal-group: 3;
          -ms-flex-order: 2;
              order: 2;
      width: 100%; } }
  .layout-2col.section--contact-info .wrapper .group .map iframe {
    width: 100%;
    height: 100%;
    border: 0; }
@media screen and (max-width: 1279px) {
  .layout-2col.section--contact-info .wrapper .group .wording {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 auto;
            flex: 1 1 auto;
    padding-top: 80px;
    padding-bottom: 80px; } }

.layout-3col .wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }
  @media screen and (max-width: 1280px) {
    .layout-3col .wrapper {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column; } }
  .layout-3col .wrapper .group {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 0px;
            flex: 1 1 0;
    position: relative;
    height: 700px;
    overflow: hidden;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover; }
    @media screen and (max-width: 1280px) {
      .layout-3col .wrapper .group {
        -webkit-box-flex: 1;
            -ms-flex: 1 1 auto;
                flex: 1 1 auto;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        height: auto; }
        .layout-3col .wrapper .group > * {
          -webkit-box-flex: 0;
              -ms-flex: 0 1 50%;
                  flex: 0 1 50%; }
        .layout-3col .wrapper .group:nth-child(even) {
          -webkit-box-orient: horizontal;
          -webkit-box-direction: reverse;
              -ms-flex-direction: row-reverse;
                  flex-direction: row-reverse; } }
    @media screen and (max-width: 736px) {
      .layout-3col .wrapper .group {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column; }
        .layout-3col .wrapper .group > * {
          -webkit-box-flex: 0;
              -ms-flex: 0 1 auto;
                  flex: 0 1 auto; }
        .layout-3col .wrapper .group:nth-child(even) {
          -webkit-box-orient: vertical;
          -webkit-box-direction: normal;
              -ms-flex-direction: column;
                  flex-direction: column; } }
    .layout-3col .wrapper .group .illust {
      position: absolute;
      top: 0;
      right: 0;
      bottom: 0;
      left: 0; }
      @media screen and (max-width: 1280px) {
        .layout-3col .wrapper .group .illust {
          position: static; } }
      @media screen and (max-width: 736px) {
        .layout-3col .wrapper .group .illust {
          height: 400px; } }
      .layout-3col .wrapper .group .illust img {
        display: block;
        width: 100%;
        height: 100%;
        -o-object-fit: cover;
           object-fit: cover; }
    .layout-3col .wrapper .group .wording {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      position: relative;
      z-index: 2;
      width: 100%;
      height: 100%;
      padding: 80px 20%;
      background-color: transparent;
      color: #fff;
      text-align: center;
      pointer-events: none;
      -webkit-transition: background-color 1s cubic-bezier(0, 0, 0.18, 1);
      transition: background-color 1s cubic-bezier(0, 0, 0.18, 1); }
      @media screen and (max-width: 1280px) {
        .layout-3col .wrapper .group .wording {
          height: auto;
          padding: 80px 20px;
          background-color: #222;
          pointer-events: auto; } }
      @media screen and (max-width: 736px) {
        .layout-3col .wrapper .group .wording {
          width: auto;
          margin: -40px 20px 40px;
          padding: 24px 20px;
          background-color: #fff;
          color: #000; } }
      .layout-3col .wrapper .group .wording h2, .layout-3col .wrapper .group .wording p, .layout-3col .wrapper .group .wording .btn {
        max-width: 356px;
        opacity: 0;
        -webkit-transition: opacity 1.5s cubic-bezier(0, 0, 0.18, 1);
        transition: opacity 1.5s cubic-bezier(0, 0, 0.18, 1); }
        @media screen and (max-width: 1280px) {
          .layout-3col .wrapper .group .wording h2, .layout-3col .wrapper .group .wording p, .layout-3col .wrapper .group .wording .btn {
            opacity: 1; } }
      .layout-3col .wrapper .group .wording h2 {
        color: currentColor; }
      .layout-3col .wrapper .group .wording p {
        margin: 0.75em 0 1.5em;
        color: currentColor;
        font-size: 16px;
        line-height: 2em;
        letter-spacing: 2px; }
    .layout-3col .wrapper .group:hover .wording {
      background-color: rgba(0, 0, 0, 0.7);
      pointer-events: auto; }
      @media screen and (max-width: 1280px) {
        .layout-3col .wrapper .group:hover .wording {
          background-color: #222; } }
      @media screen and (max-width: 736px) {
        .layout-3col .wrapper .group:hover .wording {
          background-color: #fff; } }
      .layout-3col .wrapper .group:hover .wording h2, .layout-3col .wrapper .group:hover .wording p, .layout-3col .wrapper .group:hover .wording .btn {
        opacity: 1; }

.layout-archive {
  text-align: center; }
  body.home .layout-archive {
    padding-top: 140px;
    padding-bottom: 140px; }
  .layout-archive.section--news h2 {
    text-align: center; }
  .layout-archive .wrapper {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    max-width: 1350px;
    width: 100%;
    margin-top: -40px;
    margin-left: -20px;
    padding: 0 20px; }
    body.home .layout-archive .wrapper {
      margin-top: 0; }
    @media screen and (max-width: 767px) {
      .layout-archive .wrapper {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex; } }
    @media screen and (max-width: 568px) {
      .layout-archive .wrapper {
        display: block;
        margin-left: 0; } }
    .layout-archive .wrapper article,
    .layout-archive .wrapper .btn-wrapper {
      -webkit-box-flex: 0;
          -ms-flex: 0 0 auto;
              flex: 0 0 auto;
      width: calc(33.33% - 20px);
      margin-left: 20px; }
      @media screen and (max-width: 767px) {
        .layout-archive .wrapper article,
        .layout-archive .wrapper .btn-wrapper {
          width: calc(50% - 20px); } }
      @media screen and (max-width: 568px) {
        .layout-archive .wrapper article,
        .layout-archive .wrapper .btn-wrapper {
          width: auto;
          margin-left: 0; } }
    .layout-archive .wrapper article {
      margin-top: 40px; }
      .layout-archive .wrapper article a {
        display: block; }
        .layout-archive .wrapper article a .illust {
          position: relative;
          overflow: hidden;
          padding-bottom: 66.58%; }
          .layout-archive .wrapper article a .illust img {
            display: block;
            position: absolute;
            width: 100%;
            height: 100%;
            -o-object-fit: cover;
               object-fit: cover;
            -webkit-transition: all 0.5s cubic-bezier(0, 0, 0.18, 1);
            transition: all 0.5s cubic-bezier(0, 0, 0.18, 1); }
        .layout-archive .wrapper article a .wording {
          text-align: left; }
          .layout-archive .wrapper article a .wording span {
            display: block;
            margin-top: 10px;
            font-size: 14px; }
          .layout-archive .wrapper article a .wording h3, .layout-archive .wrapper article a .wording p {
            overflow: hidden;
            margin-top: 0;
            font-size: 16px;
            white-space: nowrap;
            text-overflow: ellipsis; }
          .layout-archive .wrapper article a .wording h3 {
            color: #222222;
            font-weight: bold;
            font-size: 18px;
            font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, "Droid Sans", "Helvetica Neue", Helvetica, Arial, "Microsoft JhengHei", sans-serif;
            -webkit-transition: all 0.5s cubic-bezier(0, 0, 0.18, 1);
            transition: all 0.5s cubic-bezier(0, 0, 0.18, 1); }
        .layout-archive .wrapper article a:hover .illust img {
          -webkit-transform: scale(1.1);
                  transform: scale(1.1); }
          @media (hover: none), (hover: on-demand) {
            .layout-archive .wrapper article a:hover .illust img {
              -webkit-transform: scale(1);
                      transform: scale(1); } }
        .layout-archive .wrapper article a:hover .wording h3 {
          color: #f5b2b2; }
          @media (hover: none), (hover: on-demand) {
            .layout-archive .wrapper article a:hover .wording h3 {
              color: inherit; } }
    .layout-archive .wrapper .btn-wrapper {
      width: calc(100% - 20px);
      margin-top: 80px; }

.layout-form .wrapper {
  margin-top: 120px;
  margin-bottom: 120px;
  padding: 0 20px; }
  .layout-form .wrapper h3 {
    font-weight: bold;
    letter-spacing: 4px;
    text-align: center; }
    .layout-form .wrapper h3 + * {
      width: 100%;
      max-width: 1002px;
      margin: 40px auto 0; }
  .layout-form .wrapper form {
    text-align: center;
    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none; }
    .layout-form .wrapper form mark {
      -webkit-user-select: text;
         -moz-user-select: text;
          -ms-user-select: text;
              user-select: text; }
    .layout-form .wrapper form .form-container {
      display: -ms-inline-grid;
      display: inline-grid;
      grid-column-gap: 90px;
      grid-auto-columns: 456px;
      width: 100%;
      margin: 0 auto;
      text-align: left; }
      @media screen and (max-width: 1280px) {
        .layout-form .wrapper form .form-container {
          grid-column-gap: 40px;
          grid-auto-columns: calc((100% - 40px) / 2); } }
      @media screen and (max-width: 768px) {
        .layout-form .wrapper form .form-container {
          display: block; } }
      .layout-form .wrapper form .form-container .group {
        margin-top: 20px; }
        .layout-form .wrapper form .form-container .group:nth-of-type(2), .layout-form .wrapper form .form-container .group--note {
          margin-top: 4px; }
        .layout-form .wrapper form .form-container .group--desc {
          -ms-grid-column: 1;
          -ms-grid-column-span: 2;
          -ms-grid-row: 1;
          -ms-grid-row-span: 1;
          grid-column: 1/3;
          grid-row: 1/2;
          color: #f4b3b3; }
        .layout-form .wrapper form .form-container .group--radio {
          margin: 12px 0 2px;
          padding-left: 20px; }
          .layout-form .wrapper form .form-container .group--radio + * {
            margin-top: 10px; }
          .layout-form .wrapper form .form-container .group--radio label + label {
            margin-left: 20px; }
        .layout-form .wrapper form .form-container .group--note {
          -ms-grid-column: 2;
          -ms-grid-column-span: 1;
          -ms-grid-row: 2;
          -ms-grid-row-span: 2;
          grid-column: 2/3;
          grid-row: 2/4;
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex; }
          @media screen and (max-width: 768px) {
            .layout-form .wrapper form .form-container .group--note {
              margin: 20px; } }
          .layout-form .wrapper form .form-container .group--note mark {
            background-color: transparent;
            font-size: 15px;
            line-height: 2em; }
        .layout-form .wrapper form .form-container .group--textarea {
          -ms-grid-column: 2;
          -ms-grid-column-span: 1;
          -ms-grid-row: 4;
          -ms-grid-row-span: 4;
          grid-column: 2/3;
          grid-row: 4/8;
          margin-top: 10px; }
          .layout-form .wrapper form .form-container .group--textarea textarea {
            height: 100%;
            min-height: 190px; }
        .layout-form .wrapper form .form-container .group--captcha label {
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          width: 100%; }
          .layout-form .wrapper form .form-container .group--captcha label .wpcf7-quiz-label {
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-pack: center;
                -ms-flex-pack: center;
                    justify-content: center;
            -webkit-box-align: center;
                -ms-flex-align: center;
                    align-items: center;
            width: 10em;
            border: 1px solid #e3e3e3;
            color: #222222; }
            @media screen and (max-width: 833px) {
              .layout-form .wrapper form .form-container .group--captcha label .wpcf7-quiz-label {
                -webkit-box-flex: 1;
                    -ms-flex: 1 0 auto;
                        flex: 1 0 auto; } }
          .layout-form .wrapper form .form-container .group--captcha label input {
            -webkit-box-flex: 2;
                -ms-flex: 2 1 0px;
                    flex: 2 1 0;
            margin-left: 10px; }
            @media screen and (max-width: 833px) {
              .layout-form .wrapper form .form-container .group--captcha label input {
                max-width: 50%; } }
        .layout-form .wrapper form .form-container .group--btn {
          grid-column-end: span 2;
          margin-top: 40px;
          text-align: center; }
        .layout-form .wrapper form .form-container .group > span {
          display: block;
          height: 100%; }
        .layout-form .wrapper form .form-container .group span[title="欲參觀時間"], .layout-form .wrapper form .form-container .group span[title="胎次"] {
          color: #999999; }

.layout-gallery .wrapper .layout-gallery__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center; }
  @media screen and (max-width: 767px) {
    .layout-gallery .wrapper .layout-gallery__container {
      -ms-flex-wrap: wrap;
          flex-wrap: wrap; } }
  @media screen and (max-width: 567px) {
    .layout-gallery .wrapper .layout-gallery__container {
      margin: 0 20px 120px; } }
  .layout-gallery .wrapper .layout-gallery__container .group {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 0px;
            flex: 1 1 0; }
    @media screen and (max-width: 767px) {
      .layout-gallery .wrapper .layout-gallery__container .group {
        -webkit-box-flex: 1;
            -ms-flex: 1 1 auto;
                flex: 1 1 auto;
        width: 100%;
        max-width: none;
        margin-left: 0;
        margin-top: 40px; } }
    .layout-gallery .wrapper .layout-gallery__container .group .illust img {
      display: block;
      width: 100%;
      height: 100%;
      -o-object-fit: cover;
         object-fit: cover; }
    .layout-gallery .wrapper .layout-gallery__container .group .wording {
      padding-top: 6px;
      text-align: center; }
  @media screen and (min-width: 768px) {
    .layout-gallery .wrapper .layout-gallery__container .illust + .illust {
      margin-left: 20px; } }
  @media screen and (max-width: 767px) {
    .layout-gallery .wrapper .layout-gallery__container .illust + .illust {
      margin-top: 20px; } }
  .section--gallery-3items.layout-gallery .wrapper .layout-gallery__container {
    margin: 120px 20px; }
    @media screen and (max-width: 1439px) {
      .section--gallery-3items.layout-gallery .wrapper .layout-gallery__container {
        margin: 20px 80px 120px; } }
    @media screen and (max-width: 567px) {
      .section--gallery-3items.layout-gallery .wrapper .layout-gallery__container {
        margin: 20px 40px 120px; } }
    @media screen and (min-width: 1440px) {
      .section--gallery-3items.layout-gallery .wrapper .layout-gallery__container .group + .group {
        margin-left: 20px; } }
    @media screen and (max-width: 1439px) {
      .section--gallery-3items.layout-gallery .wrapper .layout-gallery__container .group + .group {
        margin-top: 20px; } }
  .section--gallery-offset.layout-gallery .wrapper .layout-gallery__container {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    margin: 120px 20px; }
    @media screen and (min-width: 1440px) {
      .section--gallery-offset.layout-gallery .wrapper .layout-gallery__container {
        margin: 48px 0 100px; } }
    @media screen and (max-width: 1439px) {
      .section--gallery-offset.layout-gallery .wrapper .layout-gallery__container {
        display: none;
        margin: 0 80px 120px; } }
    .section--gallery-offset.layout-gallery .wrapper .layout-gallery__container .group {
      -webkit-box-flex: 2;
          -ms-flex: 2 1 auto;
              flex: 2 1 auto; }
      .section--gallery-offset.layout-gallery .wrapper .layout-gallery__container .group:last-child {
        -webkit-box-flex: 1;
            -ms-flex: 1 1 auto;
                flex: 1 1 auto; }
      @media screen and (min-width: 1440px) {
        .section--gallery-offset.layout-gallery .wrapper .layout-gallery__container .group + .group {
          margin-left: 20px; } }
  .section--gallery-3figures.layout-gallery .wrapper .layout-gallery__container {
    margin: -142px 20px 120px; }
    .section--gallery-3figures.layout-gallery .wrapper .layout-gallery__container .group {
      max-width: 440px; }
      @media screen and (min-width: 768px) {
        .section--gallery-3figures.layout-gallery .wrapper .layout-gallery__container .group + .group {
          margin-left: 20px; } }
      @media screen and (max-width: 767px) {
        .section--gallery-3figures.layout-gallery .wrapper .layout-gallery__container .group + .group {
          margin-top: 20px; } }
    .section--gallery-3figures.layout-gallery .wrapper .layout-gallery__container .illust {
      position: relative;
      min-height: 180px;
      max-height: 280px;
      padding-bottom: 63.63%; }
      .section--gallery-3figures.layout-gallery .wrapper .layout-gallery__container .illust img {
        position: absolute; }

.layout-magazine.section--intro .wrapper {
  overflow-x: hidden; }
  .layout-magazine.section--intro .wrapper .group:nth-of-type(1) {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start; }
  @media screen and (min-width: 1440px) {
    .layout-magazine.section--intro .wrapper .group:nth-of-type(2) {
      margin-top: 200px;
      margin-bottom: 110px;
      padding: 0 calc((1em + 2px) * 6 + 1em); } }
  .layout-magazine.section--intro .wrapper .group .illust {
    min-width: 50%; }
  @media screen and (min-width: 1440px) {
    .layout-magazine.section--intro .wrapper .group .wording {
      padding-right: 120px; } }
  .layout-magazine.section--intro .wrapper .group .illust-bg {
    position: absolute;
    top: calc(50% + 40px);
    right: 0; }
    @media screen and (max-width: 1439px) {
      .layout-magazine.section--intro .wrapper .group .illust-bg {
        display: none; } }
    @media screen and (max-width: 1885px) {
      .layout-magazine.section--intro .wrapper .group .illust-bg img {
        opacity: .2; } }
.layout-magazine.section--professional .wrapper .group {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center; }
  .layout-magazine.section--professional .wrapper .group:nth-of-type(1) {
    padding-top: 90px; }
    @media screen and (max-width: 1439px) {
      .layout-magazine.section--professional .wrapper .group:nth-of-type(1) {
        padding-top: 2px; } }
    .layout-magazine.section--professional .wrapper .group:nth-of-type(1):before {
      content: "";
      display: block;
      position: absolute;
      top: 0;
      left: 0;
      width: calc(50% + 270px);
      height: 604px;
      background: #13182b url(../img/bg/bg_pattern.png) 0 0 repeat; }
      @media screen and (max-width: 1439px) {
        .layout-magazine.section--professional .wrapper .group:nth-of-type(1):before {
          display: none; } }
    .layout-magazine.section--professional .wrapper .group:nth-of-type(1) > * {
      position: relative;
      z-index: 2; }
  @media screen and (min-width: 1440px) {
    .layout-magazine.section--professional .wrapper .group:nth-of-type(2) {
      -webkit-box-orient: horizontal;
      -webkit-box-direction: reverse;
          -ms-flex-direction: row-reverse;
              flex-direction: row-reverse;
      margin-top: 140px;
      margin-bottom: 140px; } }
  @media screen and (max-width: 1439px) {
    .layout-magazine.section--professional .wrapper .group .illust .inline-with-bgc {
      display: none; } }
  .layout-magazine.section--professional .wrapper .group .wording {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center; }
    @media screen and (min-width: 1440px) {
      .layout-magazine.section--professional .wrapper .group .wording {
        width: 266px;
        padding-left: 0;
        padding-right: 0;
        padding-bottom: 18px; } }
.section--natural + .section--room-type {
  margin-top: 80px; }
.layout-magazine.section--indoor .wrapper .group:nth-of-type(1), .layout-magazine.section--room-type .wrapper .group:nth-of-type(1) {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start; }
  @media screen and (min-width: 1440px) {
    .layout-magazine.section--indoor .wrapper .group:nth-of-type(1), .layout-magazine.section--room-type .wrapper .group:nth-of-type(1) {
      padding-left: 80px; }
      .layout-magazine.section--indoor .wrapper .group:nth-of-type(1) .owl-carousel, .layout-magazine.section--room-type .wrapper .group:nth-of-type(1) .owl-carousel {
        max-width: 1185px; } }
  @media screen and (max-width: 1439px) {
    .layout-magazine.section--indoor .wrapper .group:nth-of-type(1) .illust .owl-carousel, .layout-magazine.section--room-type .wrapper .group:nth-of-type(1) .illust .owl-carousel {
      width: 100%; } }
.layout-magazine.section--indoor .wrapper .group:nth-of-type(2), .layout-magazine.section--room-type .wrapper .group:nth-of-type(2) {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  margin-bottom: 120px; }
  @media screen and (min-width: 1440px) {
    .layout-magazine.section--indoor .wrapper .group:nth-of-type(2), .layout-magazine.section--room-type .wrapper .group:nth-of-type(2) {
      padding-right: 210px; }
      .layout-magazine.section--indoor .wrapper .group:nth-of-type(2) .owl-carousel, .layout-magazine.section--room-type .wrapper .group:nth-of-type(2) .owl-carousel {
        max-width: 890px; } }
.layout-magazine.section--indoor .wrapper .group .illust, .layout-magazine.section--room-type .wrapper .group .illust {
  overflow: hidden; }
  @media screen and (max-width: 1439px) {
    .layout-magazine.section--indoor .wrapper .group .illust, .layout-magazine.section--room-type .wrapper .group .illust {
      overflow: visible;
      margin-bottom: 0; } }
  .layout-magazine.section--indoor .wrapper .group .illust .inline-with-bgc, .layout-magazine.section--room-type .wrapper .group .illust .inline-with-bgc {
    z-index: 2; }
    @media screen and (min-width: 1440px) {
      .layout-magazine.section--indoor .wrapper .group .illust .inline-with-bgc, .layout-magazine.section--room-type .wrapper .group .illust .inline-with-bgc {
        max-width: 800px; } }
.layout-magazine.section--services .wrapper .group:nth-of-type(1) {
  overflow: hidden;
  padding-top: 136px; }
  @media screen and (max-width: 1439px) {
    .layout-magazine.section--services .wrapper .group:nth-of-type(1) {
      padding-top: 90px; } }
  .layout-magazine.section--services .wrapper .group:nth-of-type(1):before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: calc(50% + 270px);
    height: 604px;
    background: #13182b url(../img/bg/bg_pattern.png) 0 0 repeat; }
    @media screen and (max-width: 1439px) {
      .layout-magazine.section--services .wrapper .group:nth-of-type(1):before {
        display: none; } }
  .layout-magazine.section--services .wrapper .group:nth-of-type(1) > * {
    position: relative;
    z-index: 2; }
  .layout-magazine.section--services .wrapper .group:nth-of-type(1) .illust-bg {
    position: absolute;
    top: 0;
    right: 68px; }
    @media screen and (max-width: 1439px) {
      .layout-magazine.section--services .wrapper .group:nth-of-type(1) .illust-bg {
        display: none; } }
@media screen and (min-width: 1440px) {
  .layout-magazine.section--services .wrapper .group:nth-of-type(2) {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    margin-top: 234px; } }
@media screen and (max-width: 1439px) {
  .layout-magazine.section--services .wrapper .group:nth-of-type(2) {
    margin-bottom: 0; } }
.layout-magazine.section--1by1 {
  margin-bottom: 80px; }
  .layout-magazine.section--1by1 .wrapper .group:nth-of-type(1) {
    padding-top: 100px; }
.layout-magazine.section--materials .wrapper .group, .layout-magazine.section--exclusive .wrapper .group {
  padding: 80px; }
  @media screen and (max-width: 1439px) {
    .layout-magazine.section--materials .wrapper .group, .layout-magazine.section--exclusive .wrapper .group {
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
          -ms-flex-direction: row;
              flex-direction: row;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
      margin-top: 2px;
      margin-bottom: 120px;
      padding: 0; } }
  @media screen and (max-width: 567px) {
    .layout-magazine.section--materials .wrapper .group, .layout-magazine.section--exclusive .wrapper .group {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      padding: 20px 0; } }
  @media screen and (max-width: 1439px) {
    .layout-magazine.section--materials .wrapper .group .illust, .layout-magazine.section--exclusive .wrapper .group .illust {
      -webkit-box-flex: 1;
          -ms-flex: 1 1 0px;
              flex: 1 1 0; }
      .layout-magazine.section--materials .wrapper .group .illust + .illust, .layout-magazine.section--exclusive .wrapper .group .illust + .illust {
        margin-left: 2px; } }
  @media screen and (max-width: 567px) {
    .layout-magazine.section--materials .wrapper .group .illust, .layout-magazine.section--exclusive .wrapper .group .illust {
      -webkit-box-flex: 1;
          -ms-flex: 1 1 auto;
              flex: 1 1 auto;
      overflow: hidden; }
      .layout-magazine.section--materials .wrapper .group .illust + .illust, .layout-magazine.section--exclusive .wrapper .group .illust + .illust {
        margin-top: 20px; } }
  .layout-magazine.section--materials .wrapper .group .illust img, .layout-magazine.section--exclusive .wrapper .group .illust img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover; }
  .layout-magazine.section--materials .wrapper .group .wording, .layout-magazine.section--exclusive .wrapper .group .wording {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 auto;
            flex: 1 1 auto; }
    @media screen and (min-width: 568px) and (max-width: 1439px) {
      .layout-magazine.section--materials .wrapper .group .wording, .layout-magazine.section--exclusive .wrapper .group .wording {
        width: 100%; } }
.layout-magazine .wrapper .group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative; }
  @media screen and (max-width: 1439px) {
    .layout-magazine .wrapper .group {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column; } }
  .layout-magazine .wrapper .group + .group {
    margin-top: 120px; }
    @media screen and (max-width: 1439px) {
      .layout-magazine .wrapper .group + .group {
        margin-top: 80px;
        margin-bottom: 120px; } }
  .layout-magazine .wrapper .group .illust {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 auto;
            flex: 0 1 auto;
    position: relative; }
    @media screen and (max-width: 1439px) {
      .layout-magazine .wrapper .group .illust {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
        -webkit-box-pack: end;
            -ms-flex-pack: end;
                justify-content: flex-end;
        margin-bottom: -28px; }
        .layout-magazine .wrapper .group .illust img {
          width: 100%;
          height: auto; } }
    .layout-magazine .wrapper .group .illust + .illust {
      margin-left: 20px; }
    @media screen and (max-width: 1439px) {
      .layout-magazine .wrapper .group .illust .inline-with-bgc {
        position: static;
        margin: -40px 40px 0;
        padding: 24px 40px 0;
        background-color: #fff;
        text-align: left; }
        .layout-magazine .wrapper .group .illust .inline-with-bgc p {
          display: block;
          background-color: transparent;
          padding: 0;
          line-height: 2em; }
          .layout-magazine .wrapper .group .illust .inline-with-bgc p br {
            display: none; } }
    @media screen and (max-width: 567px) {
      .layout-magazine .wrapper .group .illust .inline-with-bgc {
        margin: -28px 20px 36px;
        padding: 14px 20px 0; } }
  .layout-magazine .wrapper .group .wording {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 auto;
            flex: 0 1 auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    height: var(--equal-height, 538px);
    padding: 20px 40px;
    background-color: #fff;
    writing-mode: vertical-rl;
    -webkit-writing-mode: vertical-rl;
    -ms-writing-mode: vertical-rl;
    -ms-writing-mode: tb-rl;
    letter-spacing: 4px; }
    @media screen and (max-width: 1439px) {
      .layout-magazine .wrapper .group .wording {
        position: relative;
        height: auto;
        margin: 0 40px 40px;
        padding: 24px 40px;
        background-color: #fff;
        writing-mode: horizontal-tb;
        -webkit-writing-mode: horizontal-tb;
        -ms-writing-mode: horizontal-tb;
        -ms-writing-mode: lr-tb; } }
    @media screen and (max-width: 567px) {
      .layout-magazine .wrapper .group .wording {
        margin: 0 20px 20px;
        padding: 14px 20px 0; } }
    .layout-magazine .wrapper .group .wording h2, .layout-magazine .wrapper .group .wording h3 {
      font-size: 20px; }
    .layout-magazine .wrapper .group .wording p {
      line-height: 2em; }
      @media screen and (max-width: 1439px) {
        .layout-magazine .wrapper .group .wording p br {
          display: none; } }
    .layout-magazine .wrapper .group .wording * + p {
      margin-right: 2px; }
    .layout-magazine .wrapper .group .wording--left-center-htb {
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      -webkit-box-align: start;
          -ms-flex-align: start;
              align-items: flex-start;
      height: auto;
      writing-mode: horizontal-tb;
      -webkit-writing-mode: horizontal-tb;
      -ms-writing-mode: horizontal-tb;
      -ms-writing-mode: lr-tb; }
      @media screen and (min-width: 1440px) {
        .layout-magazine .wrapper .group .wording--left-center-htb {
          padding: 0 0 0 32px; } }
      .layout-magazine .wrapper .group .wording--left-center-htb > h2 + ul {
        margin-top: 1em; }
      .layout-magazine .wrapper .group .wording--left-center-htb li {
        font-size: 14px;
        letter-spacing: 0; }
    .layout-magazine .wrapper .group .wording--left-bottom-htb {
      -webkit-box-pack: end;
          -ms-flex-pack: end;
              justify-content: flex-end;
      -webkit-box-align: start;
          -ms-flex-align: start;
              align-items: flex-start;
      height: auto;
      writing-mode: horizontal-tb;
      -webkit-writing-mode: horizontal-tb;
      -ms-writing-mode: horizontal-tb;
      -ms-writing-mode: lr-tb; }
      @media screen and (min-width: 1440px) {
        .layout-magazine .wrapper .group .wording--left-bottom-htb {
          padding: 0 32px; } }
      .layout-magazine .wrapper .group .wording--left-bottom-htb > h2 + ul {
        margin-top: 1em; }
    .layout-magazine .wrapper .group .wording--valign-center {
      -ms-flex-item-align: center;
          align-self: center; }
      .layout-magazine .wrapper .group .wording--valign-center h2, .layout-magazine .wrapper .group .wording--valign-center h3, .layout-magazine .wrapper .group .wording--valign-center ul, .layout-magazine .wrapper .group .wording--valign-center p {
        height: calc((16px + 4px) * 22); }
        @media screen and (max-width: 1439px) {
          .layout-magazine .wrapper .group .wording--valign-center h2, .layout-magazine .wrapper .group .wording--valign-center h3, .layout-magazine .wrapper .group .wording--valign-center ul, .layout-magazine .wrapper .group .wording--valign-center p {
            height: auto; } }

.layout-post .wrapper {
  padding: 0 20px; }
  @media screen and (max-width: 479px) {
    .layout-post .wrapper {
      padding: 0; } }
  .layout-post .wrapper article {
    max-width: 1140px;
    margin: 0 auto 80px;
    padding: 80px;
    background-color: #fff;
    border: 6px solid #e9e0af; }
    @media screen and (max-width: 735px) {
      .layout-post .wrapper article {
        padding: 80px 40px; } }
    @media screen and (max-width: 567px) {
      .layout-post .wrapper article {
        margin: 0;
        padding: 80px 20px;
        border: 0; } }
    .layout-post .wrapper article h1, .layout-post .wrapper article h2, .layout-post .wrapper article h3, .layout-post .wrapper article h4, .layout-post .wrapper article h5, .layout-post .wrapper article h6 {
      color: #222222; }
    .layout-post .wrapper article h1 {
      font-weight: 700;
      font-size: 32px;
      line-height: 1.34em;
      font-family: "NotoSerifTC", "Microsoft JhengHei", serif;
      letter-spacing: 3px; }
    .layout-post .wrapper article h2 {
      font-weight: 400;
      font-size: 22px;
      line-height: 1.4em;
      font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, "Droid Sans", "Helvetica Neue", Helvetica, Arial, "Microsoft JhengHei", sans-serif;
      letter-spacing: 2px; }
    .layout-post .wrapper article h3 {
      font-weight: 100;
      font-size: 20px;
      line-height: 1.5em;
      font-family: "NotoSerifTC", "Microsoft JhengHei", serif;
      letter-spacing: 1px; }
    .layout-post .wrapper article h4 {
      font-weight: 700;
      font-size: 16px;
      line-height: 1.5em;
      font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, "Droid Sans", "Helvetica Neue", Helvetica, Arial, "Microsoft JhengHei", sans-serif; }
    .layout-post .wrapper article h5 {
      font-weight: 700;
      font-size: 15px;
      line-height: 1.5em;
      font-family: "NotoSerifTC", "Microsoft JhengHei", serif; }
    .layout-post .wrapper article h6 {
      font-weight: 700;
      font-size: 14px;
      line-height: 1.5em;
      font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, "Droid Sans", "Helvetica Neue", Helvetica, Arial, "Microsoft JhengHei", sans-serif; }
    .layout-post .wrapper article p {
      color: #777777;
      font-weight: normal;
      font-size: 16px;
      line-height: 1.75em;
      font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, "Droid Sans", "Helvetica Neue", Helvetica, Arial, "Microsoft JhengHei", sans-serif;
      letter-spacing: 1px; }
      .layout-post .wrapper article p iframe {
        max-width: 100%;
        width: 100%;
        height: 496px;
        margin: 20px auto; }
      .layout-post .wrapper article p strong {
        color: #222222;
        font-weight: 700; }
    .layout-post .wrapper article ul, .layout-post .wrapper article ol {
      margin-left: 1.5em; }
    .layout-post .wrapper article .entry-header {
      margin-bottom: 40px;
      text-align: center; }
      .layout-post .wrapper article .entry-header .post-on {
        display: block;
        color: #222222;
        font-size: 14px; }
    .layout-post .wrapper article .entry-content > * {
      max-width: 100%; }
    .layout-post .wrapper article .entry-content > * + h1, .layout-post .wrapper article .entry-content > * + h2, .layout-post .wrapper article .entry-content > * + h3, .layout-post .wrapper article .entry-content > * + h4, .layout-post .wrapper article .entry-content > * + h5, .layout-post .wrapper article .entry-content > * + h6, .layout-post .wrapper article .entry-content > * + .wp-caption {
      margin-top: 40px; }
    .layout-post .wrapper article .entry-content > * + p, .layout-post .wrapper article .entry-content > * + img {
      margin-top: 40px; }
    .layout-post .wrapper article .entry-content > * + ul, .layout-post .wrapper article .entry-content > * + ol {
      margin-top: 40px;
      margin-bottom: 40px; }
    .layout-post .wrapper article .entry-content > * + .wp-video {
      margin-top: 60px;
      margin-bottom: 60px; }
    .layout-post .wrapper article .entry-content h1 + *, .layout-post .wrapper article .entry-content h2 + *, .layout-post .wrapper article .entry-content h3 + *, .layout-post .wrapper article .entry-content h4 + *, .layout-post .wrapper article .entry-content h5 + *, .layout-post .wrapper article .entry-content h6 + * {
      margin-top: 1em; }
    .layout-post .wrapper article .entry-content h1 + ul, .layout-post .wrapper article .entry-content h1 + ol, .layout-post .wrapper article .entry-content h2 + ul, .layout-post .wrapper article .entry-content h2 + ol, .layout-post .wrapper article .entry-content h3 + ul, .layout-post .wrapper article .entry-content h3 + ol, .layout-post .wrapper article .entry-content h4 + ul, .layout-post .wrapper article .entry-content h4 + ol, .layout-post .wrapper article .entry-content h5 + ul, .layout-post .wrapper article .entry-content h5 + ol, .layout-post .wrapper article .entry-content h6 + ul, .layout-post .wrapper article .entry-content h6 + ol {
      margin-left: .5em; }
    .layout-post .wrapper article .entry-content > img, .layout-post .wrapper article .entry-content p img {
      display: block;
      max-width: 100%;
      height: auto;
      margin: 60px auto; }
    .layout-post .wrapper article .entry-content a {
      padding: 0 4px;
      color: #ea7070;
      word-wrap: break-word; }
      .layout-post .wrapper article .entry-content a:hover {
        background-color: #fae0e0;
        color: #931515; }
    .layout-post .wrapper article .entry-content .wp-caption,
    .layout-post .wrapper article .entry-content .wp-video {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      overflow-x: hidden;
      margin-left: auto;
      margin-right: auto; }
      .layout-post .wrapper article .entry-content .wp-caption > img,
      .layout-post .wrapper article .entry-content .wp-caption > video,
      .layout-post .wrapper article .entry-content .wp-video > img,
      .layout-post .wrapper article .entry-content .wp-video > video {
        max-width: 100%;
        height: auto; }
      .layout-post .wrapper article .entry-content .wp-caption .wp-caption-text,
      .layout-post .wrapper article .entry-content .wp-video .wp-caption-text {
        margin-top: 10px;
        font-size: 14px;
        line-height: 1.4em; }

.layout-poster {
  position: relative;
  min-height: 900px; }
  @media screen and (max-height: 735px) {
    .layout-poster:not([class*="section--"]):not(.layout-poster--fit) {
      min-height: auto;
      height: 100vh; } }
  .layout-poster.layout-poster--fit {
    min-height: auto; }
    .layout-poster.layout-poster--fit .img-object-fit {
      position: relative;
      padding-bottom: 46.875%;
      left: 0; }
  .layout-poster.section--kv {
    height: 100vh; }
    main.home .layout-poster.section--kv h2, main.home .layout-poster.section--kv p {
      opacity: 0;
      -webkit-transform: translatey(50px);
              transform: translatey(50px); }
      body.loaded main.home .layout-poster.section--kv h2, body.loaded main.home .layout-poster.section--kv p {
        opacity: 1;
        -webkit-transform: translateY(0px);
                transform: translateY(0px); }
    main.home .layout-poster.section--kv h2 {
      -webkit-transition: opacity 0.3s linear 0.3s, -webkit-transform 0.3s cubic-bezier(0, 0, 0.18, 1) 0.3s;
      transition: opacity 0.5s linear 0.8s, -webkit-transform 0.5s cubic-bezier(0, 0, 0.18, 1) 0.8s;
      transition: opacity 0.5s linear 0.8s, transform 0.5s cubic-bezier(0, 0, 0.18, 1) 0.8s;
      transition: opacity 0.5s linear 0.8s, transform 0.5s cubic-bezier(0, 0, 0.18, 1) 0.8s, -webkit-transform 0.5s cubic-bezier(0, 0, 0.18, 1) 0.8s; }
    main.home .layout-poster.section--kv p {
      -webkit-transition: opacity 0.5s linear 0.5s, -webkit-transform 0.5s cubic-bezier(0, 0, 0.18, 1) 0.5s;
      transition: opacity 0.5s linear 0.5s, -webkit-transform 0.5s cubic-bezier(0, 0, 0.18, 1) 0.5s;
      transition: opacity 0.5s linear 0.5s, transform 0.5s cubic-bezier(0, 0, 0.18, 1) 0.5s;
      transition: opacity 0.5s linear 0.5s, transform 0.5s cubic-bezier(0, 0, 0.18, 1) 0.5s, -webkit-transform 0.5s cubic-bezier(0, 0, 0.18, 1) 0.5s; }
    @media screen and (max-width: 767px) {
      main.about .layout-poster.section--kv .img-object-fit img {
        -o-object-position: 68% center;
           object-position: 68% center; } }
    .layout-poster.section--kv .wrapper {
      left: 0; }
    .layout-poster.section--kv.layout-poster--short {
      height: 476px;
      min-height: auto; }
    @media screen and (min-width: 1024px) {
      .layout-poster.section--kv .wording--single-word {
        padding-left: 140px; } }
    @media screen and (max-width: 1023px) {
      .layout-poster.section--kv .wording--single-word {
        padding-top: 68px; } }
    .layout-poster.section--kv .wording--single-word h2 {
      position: relative;
      top: 40px;
      opacity: 0;
      -webkit-transition: top 2.5s cubic-bezier(0, 0, 0.18, 1) 1s, opacity 0.5s linear 1s;
      transition: top 2.5s cubic-bezier(0, 0, 0.18, 1) 1s, opacity 0.5s linear 1s; }
      body.loaded .layout-poster.section--kv .wording--single-word h2 {
        top: 0;
        opacity: 1; }
    .layout-poster.section--kv .debug-info {
      display: none;
      position: absolute;
      left: 50%;
      -webkit-transform: translateX(-50%);
              transform: translateX(-50%);
      top: 0;
      z-index: 9;
      color: #ccc;
      font-size: 12px; }
  @media screen and (max-width: 1439px) {
    .layout-poster.section--features {
      min-height: auto; } }
  .layout-poster.section--features .wrapper {
    position: relative;
    left: 0; }
    .layout-poster.section--features .wrapper:after {
      background-color: transparent;
      background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.6)), color-stop(35%, rgba(0, 0, 0, 0.1)));
      background-image: linear-gradient(to top, rgba(0, 0, 0, 0.6) 0%, rgba(0, 0, 0, 0.1) 35%); }
    @media screen and (max-width: 1439px) {
      .layout-poster.section--features .wrapper .item {
        height: 480px;
        min-height: 100vh; } }
    @media screen and (max-width: 1439px) {
      .layout-poster.section--features .wrapper .item img {
        position: absolute;
        width: 100%;
        height: 100%;
        -o-object-fit: cover;
           object-fit: cover; } }
  @media screen and (max-width: 1439px) {
    .layout-poster.section--combine .wrapper [class*="wording--"], .layout-poster.section--zen .wrapper [class*="wording--"], .layout-poster.section--air-conditioning .wrapper [class*="wording--"] {
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center; }
      .layout-poster.section--combine .wrapper [class*="wording--"] .inline-with-bgc, .layout-poster.section--zen .wrapper [class*="wording--"] .inline-with-bgc, .layout-poster.section--air-conditioning .wrapper [class*="wording--"] .inline-with-bgc {
        margin: 20px;
        text-align: left; }
        .layout-poster.section--combine .wrapper [class*="wording--"] .inline-with-bgc p, .layout-poster.section--zen .wrapper [class*="wording--"] .inline-with-bgc p, .layout-poster.section--air-conditioning .wrapper [class*="wording--"] .inline-with-bgc p {
          background-color: rgba(34, 34, 34, 0.65);
          color: #fff; } }
  @media screen and (max-width: 1439px) {
    .layout-poster.section--combine, .layout-poster.section--zen {
      min-height: auto;
      height: 100vh; }
      .layout-poster.section--combine .wrapper.img-object-fit img, .layout-poster.section--zen .wrapper.img-object-fit img {
        position: relative; } }
  @media screen and (min-width: 667px) {
    .layout-poster.section--video {
      min-height: auto; } }
  @media screen and (max-width: 666px) {
    .layout-poster.section--video {
      min-height: 300px; } }
  @media screen and (min-width: 667px) {
    .layout-poster.section--video .wrapper {
      position: relative;
      left: 0; } }
  .layout-poster.section--video .wrapper:before {
    content: "";
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 2;
    width: 178px;
    height: 178px;
    background: url(../images/play.png) center center no-repeat;
    background-size: contain;
    cursor: pointer;
    pointer-events: none;
    -webkit-transform: translate(-50%, -50%) scale(1);
            transform: translate(-50%, -50%) scale(1);
    -webkit-transition: all 0.5s cubic-bezier(0, 0, 0.18, 1);
    transition: all 0.5s cubic-bezier(0, 0, 0.18, 1); }
    @media screen and (max-width: 959px) {
      .layout-poster.section--video .wrapper:before {
        width: 80px;
        height: 80px; } }
  @media not all and (hover: none) {
    .layout-poster.section--video .wrapper:hover:before {
      -webkit-transform: translate(-50%, -50%) scale(1.1);
              transform: translate(-50%, -50%) scale(1.1); } }
  @media screen and (min-width: 667px) {
    .layout-poster.section--video .wrapper img {
      position: relative; } }
  @media screen and (max-width: 1023px) {
    .service .layout-poster.section--salon .wrapper .wording {
      top: 50%;
      height: auto;
      padding: 40px 0;
      -webkit-transform: translateY(-50%);
              transform: translateY(-50%); }
      .service .layout-poster.section--salon .wrapper .wording:before {
        content: "";
        display: block;
        position: absolute;
        top: 0;
        left: -20px;
        right: -20px;
        bottom: 0;
        background-color: rgba(255, 255, 255, 0.75);
        -webkit-filter: blur(5px);
                filter: blur(5px); } }
  .layout-poster .wrapper {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    overflow: hidden;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover; }
    @media screen and (min-width: 1440px) {
      .layout-poster .wrapper {
        left: 0px; } }
    .layout-poster .wrapper:after {
      content: "";
      display: block;
      position: absolute;
      top: 0;
      left: 0;
      z-index: 1;
      width: 100%;
      height: 100%;
      background-color: rgba(0, 0, 0, 0.3);
      pointer-events: none; }
      .layout-poster--no-overlay.layout-poster .wrapper:after {
        display: none; }
    .layout-poster .wrapper .wording {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      position: absolute;
      top: 0;
      right: 0;
      z-index: 2;
      width: 100%;
      height: 100%; }
      @media screen and (min-width: 1024px) {
        .layout-poster .wrapper .wording {
          padding-left: 0px; } }
      .layout-poster .wrapper .wording--vertical-rl {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: reverse;
            -ms-flex-direction: row-reverse;
                flex-direction: row-reverse;
        -webkit-box-pack: start;
            -ms-flex-pack: start;
                justify-content: flex-start;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        padding-left:;
		text-align: center;
		
		
		}

@media screen and (max-width: 768px) {
          .layout-poster .wrapper .wording--vertical-rl {
            -webkit-box-pack: center;
                -ms-flex-pack: center;
                    justify-content: center;
            padding-right: 0px; } }
        .section--food.layout-poster .wrapper .wording--vertical-rl {
          padding-bottom: 150px; }
        .layout-poster .wrapper .wording--vertical-rl h2, .layout-poster .wrapper .wording--vertical-rl p {
          height: 100%;
          max-height: 460px;
          writing-mode: vertical-rl;
          -webkit-writing-mode: vertical-rl;
          -ms-writing-mode: vertical-rl;
          -ms-writing-mode: tb-rl; }
        .layout-poster .wrapper .wording--vertical-rl h2 {
          margin: 0 0 0 1em;
          color: #fff;
          letter-spacing: 4px; }
        .layout-poster .wrapper .wording--vertical-rl * + h2,
        .layout-poster .wrapper .wording--vertical-rl p + p {
          margin-right: 0; }
        .layout-poster .wrapper .wording--vertical-rl p {
          color: #ddd;
          line-height: 2em;
          letter-spacing: 2px; }
      .layout-poster .wrapper .wording--left-center {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;
        -webkit-box-align: start;
            -ms-flex-align: start;
                align-items: flex-start; }
        .layout-poster .wrapper .wording--left-center > * {
          max-width: calc((1em + 2px) * 33);
          margin-left: 40px;
          margin-right: 40px; }
          @media screen and (max-width: 567px) {
            .layout-poster .wrapper .wording--left-center > * {
              -webkit-box-align: center;
                  -ms-flex-align: center;
                      align-items: center;
              margin-left: 20px;
              margin-right: 20px; } }
        .layout-poster .wrapper .wording--left-center h2 {
          font-size: 20px;
          letter-spacing: 4px; }
        .layout-poster .wrapper .wording--left-center p {
          margin-top: 0.75em;
          line-height: 2em;
          letter-spacing: 2px; }
      .layout-poster .wrapper .wording--left-bottom {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
        -webkit-box-pack: end;
            -ms-flex-pack: end;
                justify-content: flex-end;
        -webkit-box-align: start;
            -ms-flex-align: start;
                align-items: flex-start; }
        .layout-poster .wrapper .wording--left-bottom > * {
          max-width: calc((1em + 2px) * 30 + 2em);
          margin-left: 224px;
          margin-bottom: 152px; }
      .layout-poster .wrapper .wording--right-top {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
        -webkit-box-pack: start;
            -ms-flex-pack: start;
                justify-content: flex-start;
        -webkit-box-align: end;
            -ms-flex-align: end;
                align-items: flex-end; }
        .layout-poster .wrapper .wording--right-top .inline-with-bgc {
          margin-right: 224px;
          margin-top: 152px;
          text-align: right; }
          .section--air-conditioning.layout-poster .wrapper .wording--right-top .inline-with-bgc {
            max-width: calc((1em + 2px) * 30 + 2em); }
          .section--combine.layout-poster .wrapper .wording--right-top .inline-with-bgc {
            max-width: calc((1em + 2px) * 36 + 2em); }
      .layout-poster .wrapper .wording--single-word {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        position: relative;
        z-index: 2;
        width: 100%;
        height: 100%;
        -webkit-filter: drop-shadow(0 2px 2px rgba(0, 0, 0, 0.2));
                filter: drop-shadow(0 2px 2px rgba(0, 0, 0, 0.2)); }
        .layout-poster .wrapper .wording--single-word .logo {
          display: block;
          position: static;
          width: 254px;
          height: 198px;
          margin-bottom: 40px;
          -webkit-transform: none;
                  transform: none; }
          @media screen and (max-width: 1023px) {
            .layout-poster .wrapper .wording--single-word .logo {
              max-width: 56%;
              height: auto; } }
        .layout-poster .wrapper .wording--single-word h2 {
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-orient: vertical;
          -webkit-box-direction: normal;
              -ms-flex-direction: column;
                  flex-direction: column;
          -webkit-box-align: center;
              -ms-flex-align: center;
                  align-items: center;
          color: #fff;
          font-weight: 300;
          font-size: 32px;
          font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, "Droid Sans", "Helvetica Neue", Helvetica, Arial, "Microsoft JhengHei", sans-serif;
          line-height: 1em; }
          .layout-poster .wrapper .wording--single-word h2:after {
            content: "";
            display: block;
            width: 1px;
            height: 160px;
            margin-top: 20px;
            background-color: #fff;
            font-size: 0; }
            .layout-poster--short.layout-poster .wrapper .wording--single-word h2:after {
              display: none; }
      .layout-poster .wrapper .wording--tabs {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        position: absolute;
        bottom: 220px;
        left: 326px;
        z-index: 2;
        width: 610px;
        max-width: 100%;
        -webkit-user-select: none;
           -moz-user-select: none;
            -ms-user-select: none;
                user-select: none; }
        @media screen and (max-width: 1439px) {
          .layout-poster .wrapper .wording--tabs {
            left: 40px;
            right: 40px; } }
        @media screen and (max-width: 1023px) {
          .layout-poster .wrapper .wording--tabs {
            left: 20px;
            right: 20px; } }
        .layout-poster .wrapper .wording--tabs .owl-thumb-item:not(:first-child) {
          margin-left: 32px; }
          @media screen and (max-width: 479px) {
            .layout-poster .wrapper .wording--tabs .owl-thumb-item:not(:first-child) {
              margin-left: 20px; } }
        .layout-poster .wrapper .wording--tabs .owl-thumb-item h2 {
          display: -webkit-inline-box;
          display: -ms-inline-flexbox;
          display: inline-flex;
          -webkit-box-pack: center;
              -ms-flex-pack: center;
                  justify-content: center;
          -webkit-box-align: center;
              -ms-flex-align: center;
                  align-items: center;
          width: 36px;
          height: 44px;
          border-bottom: 2px solid rgba(255, 255, 255, 0);
          color: #fff;
          font-size: 22px;
          font-family: "NotoSerifTC", "Microsoft JhengHei", serif;
          line-height: 1em;
          cursor: pointer;
          -webkit-filter: drop-shadow(0 2px 1px rgba(0, 0, 0, 0.3));
                  filter: drop-shadow(0 2px 1px rgba(0, 0, 0, 0.3));
          -webkit-transition: all 0.5s cubic-bezier(0, 0, 0.18, 1);
          transition: all 0.5s cubic-bezier(0, 0, 0.18, 1); }
          @media screen and (max-width: 479px) {
            .layout-poster .wrapper .wording--tabs .owl-thumb-item h2 {
              font-size: 16px; } }
        .layout-poster .wrapper .wording--tabs .owl-thumb-item.active h2, .layout-poster .wrapper .wording--tabs .owl-thumb-item:hover h2 {
          border-bottom-color: #fff; }
        .layout-poster .wrapper .wording--tabs .owl-thumb-item h2 + .inline-with-bgc {
          position: absolute;
          top: 100%;
          left: 0;
          width: 100%;
          margin-top: 20px;
          opacity: 0;
          pointer-events: none;
          -webkit-transition: opacity 1.5s cubic-bezier(0, 0, 0.18, 1);
          transition: opacity 1.5s cubic-bezier(0, 0, 0.18, 1); }
          @media screen and (max-width: 1439px) {
            .layout-poster .wrapper .wording--tabs .owl-thumb-item h2 + .inline-with-bgc {
              max-width: calc(100vw - (20px * 2)); } }
        .layout-poster .wrapper .wording--tabs .owl-thumb-item.active h2 + .inline-with-bgc {
          opacity: 1;
          pointer-events: auto; }
        .layout-poster .wrapper .wording--tabs .owl-thumb-item:not(:nth-of-type(4)) h2 + * {
          max-width: 484px; }
        @media screen and (max-width: 1439px) {
          .layout-poster .wrapper .wording--tabs .owl-thumb-item h2 + .inline-with-bgc {
            max-width: calc(100vw - (20px * 3)); } }
    @media screen and (max-width: 1439px) {
      .layout-poster .wrapper [class*="wording--"] .inline-with-bgc {
        margin-left: 0;
        margin-right: 0; }
        [class*="safari"] .layout-poster .wrapper [class*="wording--"] .inline-with-bgc p br {
          display: none; } }

@media screen and (max-width: 767px) {
  .overview .layout-poster.section--kv .img-object-fit img {
    -o-object-position: 13% center;
       object-position: 13% center; } }

@media screen and (max-width: 767px) {
  .service .section--kv .img-object-fit img {
    -o-object-position: 30% center;
       object-position: 30% center; } }
@media screen and (max-width: 1439px) {
  .service .layout-poster.section--features .wrapper::after {
    display: none; } }
@media screen and (max-width: 1439px) {
  .service .layout-poster .wrapper .wording--tabs .owl-thumb-item h2 {
    color: #000000;
    border-bottom: 2px solid #00000000; } }
@media screen and (max-width: 1439px) {
  .service .layout-poster .wrapper .wording--tabs .owl-thumb-item.active h2, .service .layout-poster .wrapper .wording--tabs .owl-thumb-item:hover h2 {
    border-bottom: 2px solid #777777; } }
@media screen and (max-width: 1439px) {
  .service .layout-poster .wrapper .wording--tabs .owl-thumb-item h2 + .inline-with-bgc {
    top: auto; } }
@media screen and (max-width: 1439px) {
  .service .layout-poster.section--features .wrapper .item img {
    height: auto; } }
@media screen and (max-width: 1439px) {
  .service .layout-poster.section--features .wrapper .item {
    min-height: auto;
    height: auto; } }
@media screen and (max-width: 1439px) {
  .service .layout-poster .wrapper .wording--tabs {
    bottom: auto; } }
.service .layout-poster.section--features .wrapper {
  overflow: visible; }
.service .layout-poster.section--features .wrapper .item img {
  position: relative; }
@media screen and (max-width: 1439px) {
  .service .layout-poster.section--features .wrapper .inline-with-bgc p {
    line-height: 2em; } }

@media screen and (max-width: 1439px) {
  .layout-poster.layout-poster--no-overlay {
    bottom: auto; } }

@media screen and (max-width: 1439px) {
  .home .layout-poster.layout-poster--no-overlay .img-object-fit img {
    -o-object-position: 44% center;
       object-position: 44% center; } }

@media screen and (max-width: 1439px) {
  .journey .layout-poster.layout-poster--no-overlay .img-object-fit-position img {
    -o-object-position: 32% center;
       object-position: 32% center; } }
.journey .layout-poster-fix {
  min-height: auto; }
  @media screen and (max-width: 735px) {
    .journey .layout-poster-fix {
      height: auto; } }
  .journey .layout-poster-fix .img-object-fit {
    position: relative;
    padding-top: 50.561798%;
    left: 0; }
    .journey .layout-poster-fix .img-object-fit img {
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0;
      -o-object-fit: cover;
         object-fit: cover;
      width: 100%;
      height: 100%; }

.news .layout-poster .img-object-fit {
  -o-object-position: 22% center;
     object-position: 22% center; }

/*!
 * animate.css -http://daneden.me/animate
 * Version - 3.6.0
 * Licensed under the MIT license - http://opensource.org/licenses/MIT
 *
 * Copyright (c) 2018 Daniel Eden
 */
.animated {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both; }

.animated.infinite {
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite; }

@-webkit-keyframes bounce {
  from,
  20%,
  53%,
  80%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }
  40%,
  43% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -30px, 0);
    transform: translate3d(0, -30px, 0); }
  70% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -15px, 0);
    transform: translate3d(0, -15px, 0); }
  90% {
    -webkit-transform: translate3d(0, -4px, 0);
    transform: translate3d(0, -4px, 0); } }
@keyframes bounce {
  from,
  20%,
  53%,
  80%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }
  40%,
  43% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -30px, 0);
    transform: translate3d(0, -30px, 0); }
  70% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -15px, 0);
    transform: translate3d(0, -15px, 0); }
  90% {
    -webkit-transform: translate3d(0, -4px, 0);
    transform: translate3d(0, -4px, 0); } }
.bounce {
  -webkit-animation-name: bounce;
  animation-name: bounce;
  -webkit-transform-origin: center bottom;
  transform-origin: center bottom; }

@-webkit-keyframes flash {
  from,
  50%,
  to {
    opacity: 1; }
  25%,
  75% {
    opacity: 0; } }
@keyframes flash {
  from,
  50%,
  to {
    opacity: 1; }
  25%,
  75% {
    opacity: 0; } }
.flash {
  -webkit-animation-name: flash;
  animation-name: flash; }

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@-webkit-keyframes pulse {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1); }
  50% {
    -webkit-transform: scale3d(1.05, 1.05, 1.05);
    transform: scale3d(1.05, 1.05, 1.05); }
  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1); } }
@keyframes pulse {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1); }
  50% {
    -webkit-transform: scale3d(1.05, 1.05, 1.05);
    transform: scale3d(1.05, 1.05, 1.05); }
  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1); } }
.pulse {
  -webkit-animation-name: pulse;
  animation-name: pulse; }

@-webkit-keyframes rubberBand {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1); }
  30% {
    -webkit-transform: scale3d(1.25, 0.75, 1);
    transform: scale3d(1.25, 0.75, 1); }
  40% {
    -webkit-transform: scale3d(0.75, 1.25, 1);
    transform: scale3d(0.75, 1.25, 1); }
  50% {
    -webkit-transform: scale3d(1.15, 0.85, 1);
    transform: scale3d(1.15, 0.85, 1); }
  65% {
    -webkit-transform: scale3d(0.95, 1.05, 1);
    transform: scale3d(0.95, 1.05, 1); }
  75% {
    -webkit-transform: scale3d(1.05, 0.95, 1);
    transform: scale3d(1.05, 0.95, 1); }
  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1); } }
@keyframes rubberBand {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1); }
  30% {
    -webkit-transform: scale3d(1.25, 0.75, 1);
    transform: scale3d(1.25, 0.75, 1); }
  40% {
    -webkit-transform: scale3d(0.75, 1.25, 1);
    transform: scale3d(0.75, 1.25, 1); }
  50% {
    -webkit-transform: scale3d(1.15, 0.85, 1);
    transform: scale3d(1.15, 0.85, 1); }
  65% {
    -webkit-transform: scale3d(0.95, 1.05, 1);
    transform: scale3d(0.95, 1.05, 1); }
  75% {
    -webkit-transform: scale3d(1.05, 0.95, 1);
    transform: scale3d(1.05, 0.95, 1); }
  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1); } }
.rubberBand {
  -webkit-animation-name: rubberBand;
  animation-name: rubberBand; }

@-webkit-keyframes shake {
  from,
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }
  10%,
  30%,
  50%,
  70%,
  90% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0); }
  20%,
  40%,
  60%,
  80% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0); } }
@keyframes shake {
  from,
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }
  10%,
  30%,
  50%,
  70%,
  90% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0); }
  20%,
  40%,
  60%,
  80% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0); } }
.shake {
  -webkit-animation-name: shake;
  animation-name: shake; }

@-webkit-keyframes headShake {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0); }
  6.5% {
    -webkit-transform: translateX(-6px) rotateY(-9deg);
    transform: translateX(-6px) rotateY(-9deg); }
  18.5% {
    -webkit-transform: translateX(5px) rotateY(7deg);
    transform: translateX(5px) rotateY(7deg); }
  31.5% {
    -webkit-transform: translateX(-3px) rotateY(-5deg);
    transform: translateX(-3px) rotateY(-5deg); }
  43.5% {
    -webkit-transform: translateX(2px) rotateY(3deg);
    transform: translateX(2px) rotateY(3deg); }
  50% {
    -webkit-transform: translateX(0);
    transform: translateX(0); } }
@keyframes headShake {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0); }
  6.5% {
    -webkit-transform: translateX(-6px) rotateY(-9deg);
    transform: translateX(-6px) rotateY(-9deg); }
  18.5% {
    -webkit-transform: translateX(5px) rotateY(7deg);
    transform: translateX(5px) rotateY(7deg); }
  31.5% {
    -webkit-transform: translateX(-3px) rotateY(-5deg);
    transform: translateX(-3px) rotateY(-5deg); }
  43.5% {
    -webkit-transform: translateX(2px) rotateY(3deg);
    transform: translateX(2px) rotateY(3deg); }
  50% {
    -webkit-transform: translateX(0);
    transform: translateX(0); } }
.headShake {
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
  -webkit-animation-name: headShake;
  animation-name: headShake; }

@-webkit-keyframes swing {
  20% {
    -webkit-transform: rotate3d(0, 0, 1, 15deg);
    transform: rotate3d(0, 0, 1, 15deg); }
  40% {
    -webkit-transform: rotate3d(0, 0, 1, -10deg);
    transform: rotate3d(0, 0, 1, -10deg); }
  60% {
    -webkit-transform: rotate3d(0, 0, 1, 5deg);
    transform: rotate3d(0, 0, 1, 5deg); }
  80% {
    -webkit-transform: rotate3d(0, 0, 1, -5deg);
    transform: rotate3d(0, 0, 1, -5deg); }
  to {
    -webkit-transform: rotate3d(0, 0, 1, 0deg);
    transform: rotate3d(0, 0, 1, 0deg); } }
@keyframes swing {
  20% {
    -webkit-transform: rotate3d(0, 0, 1, 15deg);
    transform: rotate3d(0, 0, 1, 15deg); }
  40% {
    -webkit-transform: rotate3d(0, 0, 1, -10deg);
    transform: rotate3d(0, 0, 1, -10deg); }
  60% {
    -webkit-transform: rotate3d(0, 0, 1, 5deg);
    transform: rotate3d(0, 0, 1, 5deg); }
  80% {
    -webkit-transform: rotate3d(0, 0, 1, -5deg);
    transform: rotate3d(0, 0, 1, -5deg); }
  to {
    -webkit-transform: rotate3d(0, 0, 1, 0deg);
    transform: rotate3d(0, 0, 1, 0deg); } }
.swing {
  -webkit-transform-origin: top center;
  transform-origin: top center;
  -webkit-animation-name: swing;
  animation-name: swing; }

@-webkit-keyframes tada {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1); }
  10%,
  20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg); }
  30%,
  50%,
  70%,
  90% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg); }
  40%,
  60%,
  80% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg); }
  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1); } }
@keyframes tada {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1); }
  10%,
  20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg); }
  30%,
  50%,
  70%,
  90% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg); }
  40%,
  60%,
  80% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg); }
  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1); } }
.tada {
  -webkit-animation-name: tada;
  animation-name: tada; }

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@-webkit-keyframes wobble {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }
  15% {
    -webkit-transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
    transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg); }
  30% {
    -webkit-transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
    transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg); }
  45% {
    -webkit-transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
    transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg); }
  60% {
    -webkit-transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
    transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg); }
  75% {
    -webkit-transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
    transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg); }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }
@keyframes wobble {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }
  15% {
    -webkit-transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
    transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg); }
  30% {
    -webkit-transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
    transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg); }
  45% {
    -webkit-transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
    transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg); }
  60% {
    -webkit-transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
    transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg); }
  75% {
    -webkit-transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
    transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg); }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }
.wobble {
  -webkit-animation-name: wobble;
  animation-name: wobble; }

@-webkit-keyframes jello {
  from,
  11.1%,
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }
  22.2% {
    -webkit-transform: skewX(-12.5deg) skewY(-12.5deg);
    transform: skewX(-12.5deg) skewY(-12.5deg); }
  33.3% {
    -webkit-transform: skewX(6.25deg) skewY(6.25deg);
    transform: skewX(6.25deg) skewY(6.25deg); }
  44.4% {
    -webkit-transform: skewX(-3.125deg) skewY(-3.125deg);
    transform: skewX(-3.125deg) skewY(-3.125deg); }
  55.5% {
    -webkit-transform: skewX(1.5625deg) skewY(1.5625deg);
    transform: skewX(1.5625deg) skewY(1.5625deg); }
  66.6% {
    -webkit-transform: skewX(-0.78125deg) skewY(-0.78125deg);
    transform: skewX(-0.78125deg) skewY(-0.78125deg); }
  77.7% {
    -webkit-transform: skewX(0.39063deg) skewY(0.39063deg);
    transform: skewX(0.39063deg) skewY(0.39063deg); }
  88.8% {
    -webkit-transform: skewX(-0.19531deg) skewY(-0.19531deg);
    transform: skewX(-0.19531deg) skewY(-0.19531deg); } }
@keyframes jello {
  from,
  11.1%,
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }
  22.2% {
    -webkit-transform: skewX(-12.5deg) skewY(-12.5deg);
    transform: skewX(-12.5deg) skewY(-12.5deg); }
  33.3% {
    -webkit-transform: skewX(6.25deg) skewY(6.25deg);
    transform: skewX(6.25deg) skewY(6.25deg); }
  44.4% {
    -webkit-transform: skewX(-3.125deg) skewY(-3.125deg);
    transform: skewX(-3.125deg) skewY(-3.125deg); }
  55.5% {
    -webkit-transform: skewX(1.5625deg) skewY(1.5625deg);
    transform: skewX(1.5625deg) skewY(1.5625deg); }
  66.6% {
    -webkit-transform: skewX(-0.78125deg) skewY(-0.78125deg);
    transform: skewX(-0.78125deg) skewY(-0.78125deg); }
  77.7% {
    -webkit-transform: skewX(0.39063deg) skewY(0.39063deg);
    transform: skewX(0.39063deg) skewY(0.39063deg); }
  88.8% {
    -webkit-transform: skewX(-0.19531deg) skewY(-0.19531deg);
    transform: skewX(-0.19531deg) skewY(-0.19531deg); } }
.jello {
  -webkit-animation-name: jello;
  animation-name: jello;
  -webkit-transform-origin: center;
  transform-origin: center; }

@-webkit-keyframes bounceIn {
  from,
  20%,
  40%,
  60%,
  80%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3); }
  20% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1); }
  40% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9); }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(1.03, 1.03, 1.03);
    transform: scale3d(1.03, 1.03, 1.03); }
  80% {
    -webkit-transform: scale3d(0.97, 0.97, 0.97);
    transform: scale3d(0.97, 0.97, 0.97); }
  to {
    opacity: 1;
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1); } }
@keyframes bounceIn {
  from,
  20%,
  40%,
  60%,
  80%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3); }
  20% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1); }
  40% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9); }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(1.03, 1.03, 1.03);
    transform: scale3d(1.03, 1.03, 1.03); }
  80% {
    -webkit-transform: scale3d(0.97, 0.97, 0.97);
    transform: scale3d(0.97, 0.97, 0.97); }
  to {
    opacity: 1;
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1); } }
.bounceIn {
  -webkit-animation-duration: 0.75s;
  animation-duration: 0.75s;
  -webkit-animation-name: bounceIn;
  animation-name: bounceIn; }

@-webkit-keyframes bounceInDown {
  from,
  60%,
  75%,
  90%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -3000px, 0);
    transform: translate3d(0, -3000px, 0); }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, 25px, 0);
    transform: translate3d(0, 25px, 0); }
  75% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0); }
  90% {
    -webkit-transform: translate3d(0, 5px, 0);
    transform: translate3d(0, 5px, 0); }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }
@keyframes bounceInDown {
  from,
  60%,
  75%,
  90%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -3000px, 0);
    transform: translate3d(0, -3000px, 0); }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, 25px, 0);
    transform: translate3d(0, 25px, 0); }
  75% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0); }
  90% {
    -webkit-transform: translate3d(0, 5px, 0);
    transform: translate3d(0, 5px, 0); }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }
.bounceInDown {
  -webkit-animation-name: bounceInDown;
  animation-name: bounceInDown; }

@-webkit-keyframes bounceInLeft {
  from,
  60%,
  75%,
  90%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-3000px, 0, 0);
    transform: translate3d(-3000px, 0, 0); }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(25px, 0, 0);
    transform: translate3d(25px, 0, 0); }
  75% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0); }
  90% {
    -webkit-transform: translate3d(5px, 0, 0);
    transform: translate3d(5px, 0, 0); }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }
@keyframes bounceInLeft {
  from,
  60%,
  75%,
  90%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-3000px, 0, 0);
    transform: translate3d(-3000px, 0, 0); }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(25px, 0, 0);
    transform: translate3d(25px, 0, 0); }
  75% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0); }
  90% {
    -webkit-transform: translate3d(5px, 0, 0);
    transform: translate3d(5px, 0, 0); }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }
.bounceInLeft {
  -webkit-animation-name: bounceInLeft;
  animation-name: bounceInLeft; }

@-webkit-keyframes bounceInRight {
  from,
  60%,
  75%,
  90%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  from {
    opacity: 0;
    -webkit-transform: translate3d(3000px, 0, 0);
    transform: translate3d(3000px, 0, 0); }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(-25px, 0, 0);
    transform: translate3d(-25px, 0, 0); }
  75% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0); }
  90% {
    -webkit-transform: translate3d(-5px, 0, 0);
    transform: translate3d(-5px, 0, 0); }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }
@keyframes bounceInRight {
  from,
  60%,
  75%,
  90%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  from {
    opacity: 0;
    -webkit-transform: translate3d(3000px, 0, 0);
    transform: translate3d(3000px, 0, 0); }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(-25px, 0, 0);
    transform: translate3d(-25px, 0, 0); }
  75% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0); }
  90% {
    -webkit-transform: translate3d(-5px, 0, 0);
    transform: translate3d(-5px, 0, 0); }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }
.bounceInRight {
  -webkit-animation-name: bounceInRight;
  animation-name: bounceInRight; }

@-webkit-keyframes bounceInUp {
  from,
  60%,
  75%,
  90%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 3000px, 0);
    transform: translate3d(0, 3000px, 0); }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0); }
  75% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0); }
  90% {
    -webkit-transform: translate3d(0, -5px, 0);
    transform: translate3d(0, -5px, 0); }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }
@keyframes bounceInUp {
  from,
  60%,
  75%,
  90%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 3000px, 0);
    transform: translate3d(0, 3000px, 0); }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0); }
  75% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0); }
  90% {
    -webkit-transform: translate3d(0, -5px, 0);
    transform: translate3d(0, -5px, 0); }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }
.bounceInUp {
  -webkit-animation-name: bounceInUp;
  animation-name: bounceInUp; }

@-webkit-keyframes bounceOut {
  20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9); }
  50%,
  55% {
    opacity: 1;
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1); }
  to {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3); } }
@keyframes bounceOut {
  20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9); }
  50%,
  55% {
    opacity: 1;
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1); }
  to {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3); } }
.bounceOut {
  -webkit-animation-duration: 0.75s;
  animation-duration: 0.75s;
  -webkit-animation-name: bounceOut;
  animation-name: bounceOut; }

@-webkit-keyframes bounceOutDown {
  20% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0); }
  40%,
  45% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0); }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0); } }
@keyframes bounceOutDown {
  20% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0); }
  40%,
  45% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0); }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0); } }
.bounceOutDown {
  -webkit-animation-name: bounceOutDown;
  animation-name: bounceOutDown; }

@-webkit-keyframes bounceOutLeft {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(20px, 0, 0);
    transform: translate3d(20px, 0, 0); }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0); } }
@keyframes bounceOutLeft {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(20px, 0, 0);
    transform: translate3d(20px, 0, 0); }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0); } }
.bounceOutLeft {
  -webkit-animation-name: bounceOutLeft;
  animation-name: bounceOutLeft; }

@-webkit-keyframes bounceOutRight {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(-20px, 0, 0);
    transform: translate3d(-20px, 0, 0); }
  to {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0); } }
@keyframes bounceOutRight {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(-20px, 0, 0);
    transform: translate3d(-20px, 0, 0); }
  to {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0); } }
.bounceOutRight {
  -webkit-animation-name: bounceOutRight;
  animation-name: bounceOutRight; }

@-webkit-keyframes bounceOutUp {
  20% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0); }
  40%,
  45% {
    opacity: 1;
    -webkit-transform: translate3d(0, 20px, 0);
    transform: translate3d(0, 20px, 0); }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0); } }
@keyframes bounceOutUp {
  20% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0); }
  40%,
  45% {
    opacity: 1;
    -webkit-transform: translate3d(0, 20px, 0);
    transform: translate3d(0, 20px, 0); }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0); } }
.bounceOutUp {
  -webkit-animation-name: bounceOutUp;
  animation-name: bounceOutUp; }

@-webkit-keyframes fadeIn {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }
@keyframes fadeIn {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }
.fadeIn, .animate-on-scroll.animated [data-animate="fadeIn"] {
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn; }

@-webkit-keyframes fadeInDownSmall {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -50px, 0);
    transform: translate3d(0, -50px, 0); }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }
@keyframes fadeInDownSmall {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -50px, 0);
    transform: translate3d(0, -50px, 0); }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }
.fadeInDownSmall, .animate-on-scroll.animated [data-animate="fadeInDownSmall"] {
  -webkit-animation-name: fadeInDownSmall;
  animation-name: fadeInDownSmall; }

@-webkit-keyframes fadeInDown {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -100px, 0);
    transform: translate3d(0, -100px, 0); }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }
@keyframes fadeInDown {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -100px, 0);
    transform: translate3d(0, -100px, 0); }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }
.fadeInDown, .animate-on-scroll.animated [data-animate="fadeInDown"] {
  -webkit-animation-name: fadeInDown;
  animation-name: fadeInDown; }

@-webkit-keyframes fadeInDownBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0); }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }
@keyframes fadeInDownBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0); }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }
.fadeInDownBig, .animate-on-scroll.animated [data-animate="fadeInDownBig"] {
  -webkit-animation-name: fadeInDownBig;
  animation-name: fadeInDownBig; }

@-webkit-keyframes fadeInLeft {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100px, 0, 0);
    transform: translate3d(-100px, 0, 0); }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }
@keyframes fadeInLeft {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100px, 0, 0);
    transform: translate3d(-100px, 0, 0); }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }
.fadeInLeft, .animate-on-scroll.animated [data-animate="fadeInLeft"] {
  -webkit-animation-name: fadeInLeft;
  animation-name: fadeInLeft; }

@-webkit-keyframes fadeInLeftBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0); }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }
@keyframes fadeInLeftBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0); }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }
.fadeInLeftBig {
  -webkit-animation-name: fadeInLeftBig;
  animation-name: fadeInLeftBig; }

@-webkit-keyframes fadeInRight {
  from {
    opacity: 0;
    -webkit-transform: translate3d(100px, 0, 0);
    transform: translate3d(100px, 0, 0); }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }
@keyframes fadeInRight {
  from {
    opacity: 0;
    -webkit-transform: translate3d(100px, 0, 0);
    transform: translate3d(100px, 0, 0); }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }
.fadeInRight, .animate-on-scroll.animated [data-animate="fadeInRight"] {
  -webkit-animation-name: fadeInRight;
  animation-name: fadeInRight; }

@-webkit-keyframes fadeInRightBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0); }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }
@keyframes fadeInRightBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0); }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }
.fadeInRightBig {
  -webkit-animation-name: fadeInRightBig;
  animation-name: fadeInRightBig; }

@-webkit-keyframes fadeInUpSmall {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 50px, 0);
    transform: translate3d(0, 50px, 0); }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }
@keyframes fadeInUpSmall {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 50px, 0);
    transform: translate3d(0, 50px, 0); }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }
.fadeInUpSmall, .animate-on-scroll.animated [data-animate="fadeInUpSmall"] {
  -webkit-animation-name: fadeInUpSmall;
  animation-name: fadeInUpSmall; }

@-webkit-keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 100px, 0);
    transform: translate3d(0, 100px, 0); }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }
@keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 100px, 0);
    transform: translate3d(0, 100px, 0); }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }
.fadeInUp, .animate-on-scroll.animated [data-animate="fadeInUp"] {
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp; }

@-webkit-keyframes fadeInUpBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0); }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }
@keyframes fadeInUpBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0); }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }
.fadeInUpBig, .animate-on-scroll.animated [data-animate="fadeInUpBig"] {
  -webkit-animation-name: fadeInUpBig;
  animation-name: fadeInUpBig; }

@-webkit-keyframes fadeOut {
  from {
    opacity: 1; }
  to {
    opacity: 0; } }
@keyframes fadeOut {
  from {
    opacity: 1; }
  to {
    opacity: 0; } }
.fadeOut, .animate-on-scroll:not(.animated) [data-animate="fadeIn"],
.animate-on-scroll:not(.animated) [data-animate="fadeInLeft"],
.animate-on-scroll:not(.animated) [data-animate="fadeInRight"],
.animate-on-scroll:not(.animated) [data-animate="fadeInUpSmall"],
.animate-on-scroll:not(.animated) [data-animate="fadeInUp"],
.animate-on-scroll:not(.animated) [data-animate="fadeInDownSmall"],
.animate-on-scroll:not(.animated) [data-animate="fadeInDown"],
.animate-on-scroll:not(.animated) [data-animate="zoomIn"] {
  -webkit-animation-name: fadeOut;
  animation-name: fadeOut; }

@-webkit-keyframes fadeOutDown {
  from {
    opacity: 1; }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0); } }
@keyframes fadeOutDown {
  from {
    opacity: 1; }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0); } }
.fadeOutDown {
  -webkit-animation-name: fadeOutDown;
  animation-name: fadeOutDown; }

@-webkit-keyframes fadeOutDownBig {
  from {
    opacity: 1; }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0); } }
@keyframes fadeOutDownBig {
  from {
    opacity: 1; }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0); } }
.fadeOutDownBig {
  -webkit-animation-name: fadeOutDownBig;
  animation-name: fadeOutDownBig; }

@-webkit-keyframes fadeOutLeft {
  from {
    opacity: 1; }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0); } }
@keyframes fadeOutLeft {
  from {
    opacity: 1; }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0); } }
.fadeOutLeft {
  -webkit-animation-name: fadeOutLeft;
  animation-name: fadeOutLeft; }

@-webkit-keyframes fadeOutLeftBig {
  from {
    opacity: 1; }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0); } }
@keyframes fadeOutLeftBig {
  from {
    opacity: 1; }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0); } }
.fadeOutLeftBig {
  -webkit-animation-name: fadeOutLeftBig;
  animation-name: fadeOutLeftBig; }

@-webkit-keyframes fadeOutRight {
  from {
    opacity: 1; }
  to {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0); } }
@keyframes fadeOutRight {
  from {
    opacity: 1; }
  to {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0); } }
.fadeOutRight {
  -webkit-animation-name: fadeOutRight;
  animation-name: fadeOutRight; }

@-webkit-keyframes fadeOutRightBig {
  from {
    opacity: 1; }
  to {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0); } }
@keyframes fadeOutRightBig {
  from {
    opacity: 1; }
  to {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0); } }
.fadeOutRightBig {
  -webkit-animation-name: fadeOutRightBig;
  animation-name: fadeOutRightBig; }

@-webkit-keyframes fadeOutUpSmall {
  from {
    opacity: 1; }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -100px, 0);
    transform: translate3d(0, -100px, 0); } }
@keyframes fadeOutUpSmall {
  from {
    opacity: 1; }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -100px, 0);
    transform: translate3d(0, -100px, 0); } }
.fadeOutUpSmall {
  -webkit-animation-name: fadeOutUpSmall;
  animation-name: fadeOutUpSmall; }

@-webkit-keyframes fadeOutUp {
  from {
    opacity: 1; }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0); } }
@keyframes fadeOutUp {
  from {
    opacity: 1; }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0); } }
.fadeOutUp {
  -webkit-animation-name: fadeOutUp;
  animation-name: fadeOutUp; }

@-webkit-keyframes fadeOutUpBig {
  from {
    opacity: 1; }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0); } }
@keyframes fadeOutUpBig {
  from {
    opacity: 1; }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0); } }
.fadeOutUpBig {
  -webkit-animation-name: fadeOutUpBig;
  animation-name: fadeOutUpBig; }

@-webkit-keyframes flip {
  from {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out; }
  40% {
    -webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
    transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out; }
  50% {
    -webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
    transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in; }
  80% {
    -webkit-transform: perspective(400px) scale3d(0.95, 0.95, 0.95);
    transform: perspective(400px) scale3d(0.95, 0.95, 0.95);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in; }
  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in; } }
@keyframes flip {
  from {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out; }
  40% {
    -webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
    transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out; }
  50% {
    -webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
    transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in; }
  80% {
    -webkit-transform: perspective(400px) scale3d(0.95, 0.95, 0.95);
    transform: perspective(400px) scale3d(0.95, 0.95, 0.95);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in; }
  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in; } }
.animated.flip {
  -webkit-backface-visibility: visible;
  backface-visibility: visible;
  -webkit-animation-name: flip;
  animation-name: flip; }

@-webkit-keyframes flipInX {
  from {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0; }
  40% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in; }
  60% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    opacity: 1; }
  80% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -5deg); }
  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px); } }
@keyframes flipInX {
  from {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0; }
  40% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in; }
  60% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    opacity: 1; }
  80% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -5deg); }
  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px); } }
.flipInX {
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipInX;
  animation-name: flipInX; }

@-webkit-keyframes flipInY {
  from {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0; }
  40% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in; }
  60% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    opacity: 1; }
  80% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -5deg); }
  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px); } }
@keyframes flipInY {
  from {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0; }
  40% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in; }
  60% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    opacity: 1; }
  80% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -5deg); }
  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px); } }
.flipInY {
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipInY;
  animation-name: flipInY; }

@-webkit-keyframes flipOutX {
  from {
    -webkit-transform: perspective(400px);
    transform: perspective(400px); }
  30% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    opacity: 1; }
  to {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    opacity: 0; } }
@keyframes flipOutX {
  from {
    -webkit-transform: perspective(400px);
    transform: perspective(400px); }
  30% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    opacity: 1; }
  to {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    opacity: 0; } }
.flipOutX {
  -webkit-animation-duration: 0.75s;
  animation-duration: 0.75s;
  -webkit-animation-name: flipOutX;
  animation-name: flipOutX;
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important; }

@-webkit-keyframes flipOutY {
  from {
    -webkit-transform: perspective(400px);
    transform: perspective(400px); }
  30% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    opacity: 1; }
  to {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    opacity: 0; } }
@keyframes flipOutY {
  from {
    -webkit-transform: perspective(400px);
    transform: perspective(400px); }
  30% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    opacity: 1; }
  to {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    opacity: 0; } }
.flipOutY {
  -webkit-animation-duration: 0.75s;
  animation-duration: 0.75s;
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipOutY;
  animation-name: flipOutY; }

@-webkit-keyframes lightSpeedIn {
  from {
    -webkit-transform: translate3d(100%, 0, 0) skewX(-30deg);
    transform: translate3d(100%, 0, 0) skewX(-30deg);
    opacity: 0; }
  60% {
    -webkit-transform: skewX(20deg);
    transform: skewX(20deg);
    opacity: 1; }
  80% {
    -webkit-transform: skewX(-5deg);
    transform: skewX(-5deg);
    opacity: 1; }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1; } }
@keyframes lightSpeedIn {
  from {
    -webkit-transform: translate3d(100%, 0, 0) skewX(-30deg);
    transform: translate3d(100%, 0, 0) skewX(-30deg);
    opacity: 0; }
  60% {
    -webkit-transform: skewX(20deg);
    transform: skewX(20deg);
    opacity: 1; }
  80% {
    -webkit-transform: skewX(-5deg);
    transform: skewX(-5deg);
    opacity: 1; }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1; } }
.lightSpeedIn {
  -webkit-animation-name: lightSpeedIn;
  animation-name: lightSpeedIn;
  -webkit-animation-timing-function: ease-out;
  animation-timing-function: ease-out; }

@-webkit-keyframes lightSpeedOut {
  from {
    opacity: 1; }
  to {
    -webkit-transform: translate3d(100%, 0, 0) skewX(30deg);
    transform: translate3d(100%, 0, 0) skewX(30deg);
    opacity: 0; } }
@keyframes lightSpeedOut {
  from {
    opacity: 1; }
  to {
    -webkit-transform: translate3d(100%, 0, 0) skewX(30deg);
    transform: translate3d(100%, 0, 0) skewX(30deg);
    opacity: 0; } }
.lightSpeedOut {
  -webkit-animation-name: lightSpeedOut;
  animation-name: lightSpeedOut;
  -webkit-animation-timing-function: ease-in;
  animation-timing-function: ease-in; }

@-webkit-keyframes rotateIn {
  from {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate3d(0, 0, 1, -200deg);
    transform: rotate3d(0, 0, 1, -200deg);
    opacity: 0; }
  to {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1; } }
@keyframes rotateIn {
  from {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate3d(0, 0, 1, -200deg);
    transform: rotate3d(0, 0, 1, -200deg);
    opacity: 0; }
  to {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1; } }
.rotateIn {
  -webkit-animation-name: rotateIn;
  animation-name: rotateIn; }

@-webkit-keyframes rotateInDownLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0; }
  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1; } }
@keyframes rotateInDownLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0; }
  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1; } }
.rotateInDownLeft {
  -webkit-animation-name: rotateInDownLeft;
  animation-name: rotateInDownLeft; }

@-webkit-keyframes rotateInDownRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0; }
  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1; } }
@keyframes rotateInDownRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0; }
  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1; } }
.rotateInDownRight {
  -webkit-animation-name: rotateInDownRight;
  animation-name: rotateInDownRight; }

@-webkit-keyframes rotateInUpLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0; }
  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1; } }
@keyframes rotateInUpLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0; }
  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1; } }
.rotateInUpLeft {
  -webkit-animation-name: rotateInUpLeft;
  animation-name: rotateInUpLeft; }

@-webkit-keyframes rotateInUpRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, -90deg);
    transform: rotate3d(0, 0, 1, -90deg);
    opacity: 0; }
  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1; } }
@keyframes rotateInUpRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, -90deg);
    transform: rotate3d(0, 0, 1, -90deg);
    opacity: 0; }
  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1; } }
.rotateInUpRight {
  -webkit-animation-name: rotateInUpRight;
  animation-name: rotateInUpRight; }

@-webkit-keyframes rotateOut {
  from {
    -webkit-transform-origin: center;
    transform-origin: center;
    opacity: 1; }
  to {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate3d(0, 0, 1, 200deg);
    transform: rotate3d(0, 0, 1, 200deg);
    opacity: 0; } }
@keyframes rotateOut {
  from {
    -webkit-transform-origin: center;
    transform-origin: center;
    opacity: 1; }
  to {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate3d(0, 0, 1, 200deg);
    transform: rotate3d(0, 0, 1, 200deg);
    opacity: 0; } }
.rotateOut {
  -webkit-animation-name: rotateOut;
  animation-name: rotateOut; }

@-webkit-keyframes rotateOutDownLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    opacity: 1; }
  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0; } }
@keyframes rotateOutDownLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    opacity: 1; }
  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0; } }
.rotateOutDownLeft {
  -webkit-animation-name: rotateOutDownLeft;
  animation-name: rotateOutDownLeft; }

@-webkit-keyframes rotateOutDownRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    opacity: 1; }
  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0; } }
@keyframes rotateOutDownRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    opacity: 1; }
  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0; } }
.rotateOutDownRight {
  -webkit-animation-name: rotateOutDownRight;
  animation-name: rotateOutDownRight; }

@-webkit-keyframes rotateOutUpLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    opacity: 1; }
  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0; } }
@keyframes rotateOutUpLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    opacity: 1; }
  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0; } }
.rotateOutUpLeft {
  -webkit-animation-name: rotateOutUpLeft;
  animation-name: rotateOutUpLeft; }

@-webkit-keyframes rotateOutUpRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    opacity: 1; }
  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, 90deg);
    transform: rotate3d(0, 0, 1, 90deg);
    opacity: 0; } }
@keyframes rotateOutUpRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    opacity: 1; }
  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, 90deg);
    transform: rotate3d(0, 0, 1, 90deg);
    opacity: 0; } }
.rotateOutUpRight {
  -webkit-animation-name: rotateOutUpRight;
  animation-name: rotateOutUpRight; }

@-webkit-keyframes hinge {
  0% {
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out; }
  20%,
  60% {
    -webkit-transform: rotate3d(0, 0, 1, 80deg);
    transform: rotate3d(0, 0, 1, 80deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out; }
  40%,
  80% {
    -webkit-transform: rotate3d(0, 0, 1, 60deg);
    transform: rotate3d(0, 0, 1, 60deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    opacity: 1; }
  to {
    -webkit-transform: translate3d(0, 700px, 0);
    transform: translate3d(0, 700px, 0);
    opacity: 0; } }
@keyframes hinge {
  0% {
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out; }
  20%,
  60% {
    -webkit-transform: rotate3d(0, 0, 1, 80deg);
    transform: rotate3d(0, 0, 1, 80deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out; }
  40%,
  80% {
    -webkit-transform: rotate3d(0, 0, 1, 60deg);
    transform: rotate3d(0, 0, 1, 60deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    opacity: 1; }
  to {
    -webkit-transform: translate3d(0, 700px, 0);
    transform: translate3d(0, 700px, 0);
    opacity: 0; } }
.hinge {
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
  -webkit-animation-name: hinge;
  animation-name: hinge; }

@-webkit-keyframes jackInTheBox {
  from {
    opacity: 0;
    -webkit-transform: scale(0.1) rotate(30deg);
    transform: scale(0.1) rotate(30deg);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom; }
  50% {
    -webkit-transform: rotate(-10deg);
    transform: rotate(-10deg); }
  70% {
    -webkit-transform: rotate(3deg);
    transform: rotate(3deg); }
  to {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1); } }
@keyframes jackInTheBox {
  from {
    opacity: 0;
    -webkit-transform: scale(0.1) rotate(30deg);
    transform: scale(0.1) rotate(30deg);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom; }
  50% {
    -webkit-transform: rotate(-10deg);
    transform: rotate(-10deg); }
  70% {
    -webkit-transform: rotate(3deg);
    transform: rotate(3deg); }
  to {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1); } }
.jackInTheBox {
  -webkit-animation-name: jackInTheBox;
  animation-name: jackInTheBox; }

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@-webkit-keyframes rollIn {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
    transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg); }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }
@keyframes rollIn {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
    transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg); }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }
.rollIn {
  -webkit-animation-name: rollIn;
  animation-name: rollIn; }

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@-webkit-keyframes rollOut {
  from {
    opacity: 1; }
  to {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
    transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg); } }
@keyframes rollOut {
  from {
    opacity: 1; }
  to {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
    transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg); } }
.rollOut {
  -webkit-animation-name: rollOut;
  animation-name: rollOut; }

@-webkit-keyframes zoomIn {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.8, 0.8, 0.8);
    transform: scale3d(0.8, 0.8, 0.8); }
  50% {
    opacity: 1; } }
@keyframes zoomIn {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.8, 0.8, 0.8);
    transform: scale3d(0.8, 0.8, 0.8); }
  50% {
    opacity: 1; } }
.zoomIn, .animate-on-scroll.animated [data-animate="zoomIn"] {
  -webkit-animation-name: zoomIn;
  animation-name: zoomIn; }

@-webkit-keyframes zoomInDown {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); } }
@keyframes zoomInDown {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); } }
.zoomInDown {
  -webkit-animation-name: zoomInDown;
  animation-name: zoomInDown; }

@-webkit-keyframes zoomInLeft {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); } }
@keyframes zoomInLeft {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); } }
.zoomInLeft {
  -webkit-animation-name: zoomInLeft;
  animation-name: zoomInLeft; }

@-webkit-keyframes zoomInRight {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); } }
@keyframes zoomInRight {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); } }
.zoomInRight {
  -webkit-animation-name: zoomInRight;
  animation-name: zoomInRight; }

@-webkit-keyframes zoomInUp {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); } }
@keyframes zoomInUp {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); } }
.zoomInUp {
  -webkit-animation-name: zoomInUp;
  animation-name: zoomInUp; }

@-webkit-keyframes zoomOut {
  from {
    opacity: 1; }
  50% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3); }
  to {
    opacity: 0; } }
@keyframes zoomOut {
  from {
    opacity: 1; }
  50% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3); }
  to {
    opacity: 0; } }
.zoomOut {
  -webkit-animation-name: zoomOut;
  animation-name: zoomOut; }

@-webkit-keyframes zoomOutDown {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  to {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); } }
@keyframes zoomOutDown {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  to {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); } }
.zoomOutDown {
  -webkit-animation-name: zoomOutDown;
  animation-name: zoomOutDown; }

@-webkit-keyframes zoomOutLeft {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0); }
  to {
    opacity: 0;
    -webkit-transform: scale(0.1) translate3d(-2000px, 0, 0);
    transform: scale(0.1) translate3d(-2000px, 0, 0);
    -webkit-transform-origin: left center;
    transform-origin: left center; } }
@keyframes zoomOutLeft {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0); }
  to {
    opacity: 0;
    -webkit-transform: scale(0.1) translate3d(-2000px, 0, 0);
    transform: scale(0.1) translate3d(-2000px, 0, 0);
    -webkit-transform-origin: left center;
    transform-origin: left center; } }
.zoomOutLeft {
  -webkit-animation-name: zoomOutLeft;
  animation-name: zoomOutLeft; }

@-webkit-keyframes zoomOutRight {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0); }
  to {
    opacity: 0;
    -webkit-transform: scale(0.1) translate3d(2000px, 0, 0);
    transform: scale(0.1) translate3d(2000px, 0, 0);
    -webkit-transform-origin: right center;
    transform-origin: right center; } }
@keyframes zoomOutRight {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0); }
  to {
    opacity: 0;
    -webkit-transform: scale(0.1) translate3d(2000px, 0, 0);
    transform: scale(0.1) translate3d(2000px, 0, 0);
    -webkit-transform-origin: right center;
    transform-origin: right center; } }
.zoomOutRight {
  -webkit-animation-name: zoomOutRight;
  animation-name: zoomOutRight; }

@-webkit-keyframes zoomOutUp {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  to {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); } }
@keyframes zoomOutUp {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  to {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); } }
.zoomOutUp {
  -webkit-animation-name: zoomOutUp;
  animation-name: zoomOutUp; }

@-webkit-keyframes slideInDown {
  from {
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
    visibility: visible; }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }
@keyframes slideInDown {
  from {
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
    visibility: visible; }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }
.slideInDown {
  -webkit-animation-name: slideInDown;
  animation-name: slideInDown; }

@-webkit-keyframes slideInLeft {
  from {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
    visibility: visible; }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }
@keyframes slideInLeft {
  from {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
    visibility: visible; }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }
.slideInLeft {
  -webkit-animation-name: slideInLeft;
  animation-name: slideInLeft; }

@-webkit-keyframes slideInRight {
  from {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    visibility: visible; }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }
@keyframes slideInRight {
  from {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    visibility: visible; }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }
.slideInRight {
  -webkit-animation-name: slideInRight;
  animation-name: slideInRight; }

@-webkit-keyframes slideInUp {
  from {
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
    visibility: visible; }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }
@keyframes slideInUp {
  from {
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
    visibility: visible; }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }
.slideInUp {
  -webkit-animation-name: slideInUp;
  animation-name: slideInUp; }

@-webkit-keyframes slideOutDown {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0); } }
@keyframes slideOutDown {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0); } }
.slideOutDown {
  -webkit-animation-name: slideOutDown;
  animation-name: slideOutDown; }

@-webkit-keyframes slideOutLeft {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0); } }
@keyframes slideOutLeft {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0); } }
.slideOutLeft {
  -webkit-animation-name: slideOutLeft;
  animation-name: slideOutLeft; }

@-webkit-keyframes slideOutRight {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0); } }
@keyframes slideOutRight {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0); } }
.slideOutRight {
  -webkit-animation-name: slideOutRight;
  animation-name: slideOutRight; }

@-webkit-keyframes slideOutUp {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0); } }
@keyframes slideOutUp {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0); } }
.slideOutUp {
  -webkit-animation-name: slideOutUp;
  animation-name: slideOutUp; }

@-webkit-keyframes jump {
  0% {
    top: 0;
    -webkit-animation-timing-function: ease-in;
            animation-timing-function: ease-in;
    -webkit-animation-timing-function: cubic-bezier(0.82, 0, 1, 1);
            animation-timing-function: cubic-bezier(0.82, 0, 1, 1); }
  50% {
    top: 16px;
    -webkit-animation-timing-function: ease-out;
            animation-timing-function: ease-out;
    -webkit-animation-timing-function: cubic-bezier(0, 0, 0.18, 1);
            animation-timing-function: cubic-bezier(0, 0, 0.18, 1); }
  100% {
    top: 0; } }

@keyframes jump {
  0% {
    top: 0;
    -webkit-animation-timing-function: ease-in;
            animation-timing-function: ease-in;
    -webkit-animation-timing-function: cubic-bezier(0.82, 0, 1, 1);
            animation-timing-function: cubic-bezier(0.82, 0, 1, 1); }
  50% {
    top: 16px;
    -webkit-animation-timing-function: ease-out;
            animation-timing-function: ease-out;
    -webkit-animation-timing-function: cubic-bezier(0, 0, 0.18, 1);
            animation-timing-function: cubic-bezier(0, 0, 0.18, 1); }
  100% {
    top: 0; } }
.datepicker--cell-day.-other-month-, .datepicker--cell-year.-other-decade- {
  color: #dedede; }

.datepicker--cell-day.-other-month-:hover, .datepicker--cell-year.-other-decade-:hover {
  color: #c5c5c5; }

.-disabled-.-focus-.datepicker--cell-day.-other-month-, .-disabled-.-focus-.datepicker--cell-year.-other-decade- {
  color: #dedede; }

.-selected-.datepicker--cell-day.-other-month-, .-selected-.datepicker--cell-year.-other-decade- {
  color: #fff;
  background: #a2ddf6; }

.-selected-.-focus-.datepicker--cell-day.-other-month-, .-selected-.-focus-.datepicker--cell-year.-other-decade- {
  background: #8ad5f4; }

.-in-range-.datepicker--cell-day.-other-month-, .-in-range-.datepicker--cell-year.-other-decade- {
  background-color: rgba(92, 196, 239, 0.1);
  color: #cccccc; }

.-in-range-.-focus-.datepicker--cell-day.-other-month-, .-in-range-.-focus-.datepicker--cell-year.-other-decade- {
  background-color: rgba(92, 196, 239, 0.2); }

.datepicker--cell-day.-other-month-:empty, .datepicker--cell-year.-other-decade-:empty {
  background: none;
  border: none; }

/* -------------------------------------------------
    Datepicker cells
   ------------------------------------------------- */
.datepicker--cells {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }

.datepicker--cell {
  border-radius: 4px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  cursor: pointer;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  position: relative;
  -ms-flex-align: center;
  -webkit-box-align: center;
          align-items: center;
  -ms-flex-pack: center;
  -webkit-box-pack: center;
          justify-content: center;
  height: 32px;
  z-index: 1; }

.datepicker--cell.-focus- {
  background: #f0f0f0; }

.datepicker--cell.-current- {
  color: #4EB5E6; }

.datepicker--cell.-current-.-focus- {
  color: #4a4a4a; }

.datepicker--cell.-current-.-in-range- {
  color: #4EB5E6; }

.datepicker--cell.-in-range- {
  background: rgba(92, 196, 239, 0.1);
  color: #4a4a4a;
  border-radius: 0; }

.datepicker--cell.-in-range-.-focus- {
  background-color: rgba(92, 196, 239, 0.2); }

.datepicker--cell.-disabled- {
  cursor: default;
  color: #aeaeae; }

.datepicker--cell.-disabled-.-focus- {
  color: #aeaeae; }

.datepicker--cell.-disabled-.-in-range- {
  color: #a1a1a1; }

.datepicker--cell.-disabled-.-current-.-focus- {
  color: #aeaeae; }

.datepicker--cell.-range-from- {
  border: 1px solid rgba(92, 196, 239, 0.5);
  background-color: rgba(92, 196, 239, 0.1);
  border-radius: 4px 0 0 4px; }

.datepicker--cell.-range-to- {
  border: 1px solid rgba(92, 196, 239, 0.5);
  background-color: rgba(92, 196, 239, 0.1);
  border-radius: 0 4px 4px 0; }

.datepicker--cell.-range-from-.-range-to- {
  border-radius: 4px; }

.datepicker--cell.-selected- {
  color: #fff;
  border: none;
  background: #5cc4ef; }

.datepicker--cell.-selected-.-current- {
  color: #fff;
  background: #5cc4ef; }

.datepicker--cell.-selected-.-focus- {
  background: #45bced; }

.datepicker--cell:empty {
  cursor: default; }

.datepicker--days-names {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 8px 0 3px; }

.datepicker--day-name {
  color: #FF9A19;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-align: center;
  -webkit-box-align: center;
          align-items: center;
  -ms-flex-pack: center;
  -webkit-box-pack: center;
          justify-content: center;
  -ms-flex: 1;
  -webkit-box-flex: 1;
          flex: 1;
  text-align: center;
  text-transform: uppercase;
  font-size: .8em; }

.datepicker--cell-day {
  width: 14.28571%; }

.datepicker--cells-months {
  height: 170px; }

.datepicker--cell-month {
  width: 33.33%;
  height: 25%; }

.datepicker--years {
  height: 170px; }

.datepicker--cells-years {
  height: 170px; }

.datepicker--cell-year {
  width: 25%;
  height: 33.33%; }

.datepicker--cell-day.-other-month-, .datepicker--cell-year.-other-decade- {
  color: #dedede; }

.datepicker--cell-day.-other-month-:hover, .datepicker--cell-year.-other-decade-:hover {
  color: #c5c5c5; }

.-disabled-.-focus-.datepicker--cell-day.-other-month-, .-disabled-.-focus-.datepicker--cell-year.-other-decade- {
  color: #dedede; }

.-selected-.datepicker--cell-day.-other-month-, .-selected-.datepicker--cell-year.-other-decade- {
  color: #fff;
  background: #a2ddf6; }

.-selected-.-focus-.datepicker--cell-day.-other-month-, .-selected-.-focus-.datepicker--cell-year.-other-decade- {
  background: #8ad5f4; }

.-in-range-.datepicker--cell-day.-other-month-, .-in-range-.datepicker--cell-year.-other-decade- {
  background-color: rgba(92, 196, 239, 0.1);
  color: #cccccc; }

.-in-range-.-focus-.datepicker--cell-day.-other-month-, .-in-range-.-focus-.datepicker--cell-year.-other-decade- {
  background-color: rgba(92, 196, 239, 0.2); }

.datepicker--cell-day.-other-month-:empty, .datepicker--cell-year.-other-decade-:empty {
  background: none;
  border: none; }

/* -------------------------------------------------
    Datepicker
   ------------------------------------------------- */
.datepickers-container {
  position: absolute;
  left: 0;
  top: 0; }

@media print {
  .datepickers-container {
    display: none; } }
.datepicker {
  background: #fff;
  border: 1px solid #dbdbdb;
  -webkit-box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
          box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
  border-radius: 4px;
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  font-family: Tahoma, sans-serif;
  font-size: 14px;
  color: #4a4a4a;
  width: 250px;
  position: absolute;
  left: -100000px;
  opacity: 0;
  transition: opacity 0.3s ease, left 0s 0.3s, -webkit-transform 0.3s ease;
  -webkit-transition: opacity 0.3s ease, left 0s 0.3s, -webkit-transform 0.3s ease;
  transition: opacity 0.3s ease, transform 0.3s ease, left 0s 0.3s;
  transition: opacity 0.3s ease, transform 0.3s ease, left 0s 0.3s, -webkit-transform 0.3s ease;
  z-index: 100; }

.datepicker.-from-top- {
  -webkit-transform: translateY(-8px);
  transform: translateY(-8px); }

.datepicker.-from-right- {
  -webkit-transform: translateX(8px);
  transform: translateX(8px); }

.datepicker.-from-bottom- {
  -webkit-transform: translateY(8px);
  transform: translateY(8px); }

.datepicker.-from-left- {
  -webkit-transform: translateX(-8px);
  transform: translateX(-8px); }

.datepicker.active {
  opacity: 1;
  -webkit-transform: translate(0);
  transform: translate(0);
  transition: opacity 0.3s ease, left 0s 0s, -webkit-transform 0.3s ease;
  -webkit-transition: opacity 0.3s ease, left 0s 0s, -webkit-transform 0.3s ease;
  transition: opacity 0.3s ease, transform 0.3s ease, left 0s 0s;
  transition: opacity 0.3s ease, transform 0.3s ease, left 0s 0s, -webkit-transform 0.3s ease; }

.datepicker-inline .datepicker {
  border-color: #d7d7d7;
  -webkit-box-shadow: none;
          box-shadow: none;
  position: static;
  left: auto;
  right: auto;
  opacity: 1;
  -webkit-transform: none;
  transform: none; }

.datepicker-inline .datepicker--pointer {
  display: none; }

.datepicker--content {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  padding: 4px; }

.-only-timepicker- .datepicker--content {
  display: none; }

.datepicker--pointer {
  position: absolute;
  background: #fff;
  border-top: 1px solid #dbdbdb;
  border-right: 1px solid #dbdbdb;
  width: 10px;
  height: 10px;
  z-index: -1; }

.-top-left- .datepicker--pointer, .-top-center- .datepicker--pointer, .-top-right- .datepicker--pointer {
  top: calc(100% - 4px);
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg); }

.-right-top- .datepicker--pointer, .-right-center- .datepicker--pointer, .-right-bottom- .datepicker--pointer {
  right: calc(100% - 4px);
  -webkit-transform: rotate(225deg);
  transform: rotate(225deg); }

.-bottom-left- .datepicker--pointer, .-bottom-center- .datepicker--pointer, .-bottom-right- .datepicker--pointer {
  bottom: calc(100% - 4px);
  -webkit-transform: rotate(315deg);
  transform: rotate(315deg); }

.-left-top- .datepicker--pointer, .-left-center- .datepicker--pointer, .-left-bottom- .datepicker--pointer {
  left: calc(100% - 4px);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg); }

.-top-left- .datepicker--pointer, .-bottom-left- .datepicker--pointer {
  left: 10px; }

.-top-right- .datepicker--pointer, .-bottom-right- .datepicker--pointer {
  right: 10px; }

.-top-center- .datepicker--pointer, .-bottom-center- .datepicker--pointer {
  left: calc(50% - 10px / 2); }

.-left-top- .datepicker--pointer, .-right-top- .datepicker--pointer {
  top: 10px; }

.-left-bottom- .datepicker--pointer, .-right-bottom- .datepicker--pointer {
  bottom: 10px; }

.-left-center- .datepicker--pointer, .-right-center- .datepicker--pointer {
  top: calc(50% - 10px / 2); }

.datepicker--body {
  display: none; }

.datepicker--body.active {
  display: block; }

.datepicker--cell-day.-other-month-, .datepicker--cell-year.-other-decade- {
  color: #dedede; }

.datepicker--cell-day.-other-month-:hover, .datepicker--cell-year.-other-decade-:hover {
  color: #c5c5c5; }

.-disabled-.-focus-.datepicker--cell-day.-other-month-, .-disabled-.-focus-.datepicker--cell-year.-other-decade- {
  color: #dedede; }

.-selected-.datepicker--cell-day.-other-month-, .-selected-.datepicker--cell-year.-other-decade- {
  color: #fff;
  background: #a2ddf6; }

.-selected-.-focus-.datepicker--cell-day.-other-month-, .-selected-.-focus-.datepicker--cell-year.-other-decade- {
  background: #8ad5f4; }

.-in-range-.datepicker--cell-day.-other-month-, .-in-range-.datepicker--cell-year.-other-decade- {
  background-color: rgba(92, 196, 239, 0.1);
  color: #cccccc; }

.-in-range-.-focus-.datepicker--cell-day.-other-month-, .-in-range-.-focus-.datepicker--cell-year.-other-decade- {
  background-color: rgba(92, 196, 239, 0.2); }

.datepicker--cell-day.-other-month-:empty, .datepicker--cell-year.-other-decade-:empty {
  background: none;
  border: none; }

/* -------------------------------------------------
    Navigation
   ------------------------------------------------- */
.datepicker--nav {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-pack: justify;
  -webkit-box-pack: justify;
          justify-content: space-between;
  border-bottom: 1px solid #efefef;
  min-height: 32px;
  padding: 4px; }

.-only-timepicker- .datepicker--nav {
  display: none; }

.datepicker--nav-title,
.datepicker--nav-action {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  cursor: pointer;
  -ms-flex-align: center;
  -webkit-box-align: center;
          align-items: center;
  -ms-flex-pack: center;
  -webkit-box-pack: center;
          justify-content: center; }

.datepicker--nav-action {
  width: 32px;
  border-radius: 4px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

.datepicker--nav-action:hover {
  background: #f0f0f0; }

.datepicker--nav-action.-disabled- {
  visibility: hidden; }

.datepicker--nav-action svg {
  width: 32px;
  height: 32px; }

.datepicker--nav-action path {
  fill: none;
  stroke: #9c9c9c;
  stroke-width: 2px; }

.datepicker--nav-title {
  border-radius: 4px;
  padding: 0 8px; }

.datepicker--nav-title i {
  font-style: normal;
  color: #9c9c9c;
  margin-left: 5px; }

.datepicker--nav-title:hover {
  background: #f0f0f0; }

.datepicker--nav-title.-disabled- {
  cursor: default;
  background: none; }

.datepicker--buttons {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  padding: 4px;
  border-top: 1px solid #efefef; }

.datepicker--button {
  color: #4EB5E6;
  cursor: pointer;
  border-radius: 4px;
  -ms-flex: 1;
  -webkit-box-flex: 1;
          flex: 1;
  display: -ms-inline-flexbox;
  display: -webkit-inline-box;
  display: inline-flex;
  -ms-flex-pack: center;
  -webkit-box-pack: center;
          justify-content: center;
  -ms-flex-align: center;
  -webkit-box-align: center;
          align-items: center;
  height: 32px; }

.datepicker--button:hover {
  color: #4a4a4a;
  background: #f0f0f0; }

.datepicker--cell-day.-other-month-, .datepicker--cell-year.-other-decade- {
  color: #dedede; }

.datepicker--cell-day.-other-month-:hover, .datepicker--cell-year.-other-decade-:hover {
  color: #c5c5c5; }

.-disabled-.-focus-.datepicker--cell-day.-other-month-, .-disabled-.-focus-.datepicker--cell-year.-other-decade- {
  color: #dedede; }

.-selected-.datepicker--cell-day.-other-month-, .-selected-.datepicker--cell-year.-other-decade- {
  color: #fff;
  background: #a2ddf6; }

.-selected-.-focus-.datepicker--cell-day.-other-month-, .-selected-.-focus-.datepicker--cell-year.-other-decade- {
  background: #8ad5f4; }

.-in-range-.datepicker--cell-day.-other-month-, .-in-range-.datepicker--cell-year.-other-decade- {
  background-color: rgba(92, 196, 239, 0.1);
  color: #cccccc; }

.-in-range-.-focus-.datepicker--cell-day.-other-month-, .-in-range-.-focus-.datepicker--cell-year.-other-decade- {
  background-color: rgba(92, 196, 239, 0.2); }

.datepicker--cell-day.-other-month-:empty, .datepicker--cell-year.-other-decade-:empty {
  background: none;
  border: none; }

/* -------------------------------------------------
    Timepicker
   ------------------------------------------------- */
.datepicker--time {
  border-top: 1px solid #efefef;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-align: center;
  -webkit-box-align: center;
          align-items: center;
  padding: 4px;
  position: relative; }

.datepicker--time.-am-pm- .datepicker--time-sliders {
  -ms-flex: 0 1 138px;
  -webkit-box-flex: 0;
          flex: 0 1 138px;
  max-width: 138px; }

.-only-timepicker- .datepicker--time {
  border-top: none; }

.datepicker--time-sliders {
  -ms-flex: 0 1 153px;
  -webkit-box-flex: 0;
          flex: 0 1 153px;
  margin-right: 10px;
  max-width: 153px; }

.datepicker--time-label {
  display: none;
  font-size: 12px; }

.datepicker--time-current {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-align: center;
  -webkit-box-align: center;
          align-items: center;
  -ms-flex: 1;
  -webkit-box-flex: 1;
          flex: 1;
  font-size: 14px;
  text-align: center;
  margin: 0 0 0 10px; }

.datepicker--time-current-colon {
  margin: 0 2px 3px;
  line-height: 1; }

.datepicker--time-current-hours,
.datepicker--time-current-minutes {
  line-height: 1;
  font-size: 19px;
  font-family: "Century Gothic", CenturyGothic, AppleGothic, sans-serif;
  position: relative;
  z-index: 1; }

.datepicker--time-current-hours:after,
.datepicker--time-current-minutes:after {
  content: '';
  background: #f0f0f0;
  border-radius: 4px;
  position: absolute;
  left: -2px;
  top: -3px;
  right: -2px;
  bottom: -2px;
  z-index: -1;
  opacity: 0; }

.datepicker--time-current-hours.-focus-:after,
.datepicker--time-current-minutes.-focus-:after {
  opacity: 1; }

.datepicker--time-current-ampm {
  text-transform: uppercase;
  -webkit-align-self: flex-end;
  -ms-flex-item-align: end;
  align-self: flex-end;
  color: #9c9c9c;
  margin-left: 6px;
  font-size: 11px;
  margin-bottom: 1px; }

.datepicker--time-row {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-align: center;
  -webkit-box-align: center;
          align-items: center;
  font-size: 11px;
  height: 17px;
  background: -webkit-gradient(linear, left top, right top, from(#dedede), to(#dedede)) left 50%/100% 1px no-repeat;
  background: linear-gradient(to right, #dedede, #dedede) left 50%/100% 1px no-repeat; }

.datepicker--time-row:first-child {
  margin-bottom: 4px; }

.datepicker--time-row input[type='range'] {
  background: none;
  cursor: pointer;
  -ms-flex: 1;
  -webkit-box-flex: 1;
          flex: 1;
  height: 100%;
  padding: 0;
  margin: 0;
  -webkit-appearance: none; }

.datepicker--time-row input[type='range']::-webkit-slider-thumb {
  -webkit-appearance: none; }

.datepicker--time-row input[type='range']::-ms-tooltip {
  display: none; }

.datepicker--time-row input[type='range']:hover::-webkit-slider-thumb {
  border-color: #b8b8b8; }

.datepicker--time-row input[type='range']:hover::-moz-range-thumb {
  border-color: #b8b8b8; }

.datepicker--time-row input[type='range']:hover::-ms-thumb {
  border-color: #b8b8b8; }

.datepicker--time-row input[type='range']:focus {
  outline: none; }

.datepicker--time-row input[type='range']:focus::-webkit-slider-thumb {
  background: #5cc4ef;
  border-color: #5cc4ef; }

.datepicker--time-row input[type='range']:focus::-moz-range-thumb {
  background: #5cc4ef;
  border-color: #5cc4ef; }

.datepicker--time-row input[type='range']:focus::-ms-thumb {
  background: #5cc4ef;
  border-color: #5cc4ef; }

.datepicker--time-row input[type='range']::-webkit-slider-thumb {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  height: 12px;
  width: 12px;
  border-radius: 3px;
  border: 1px solid #dedede;
  background: #fff;
  cursor: pointer;
  -webkit-transition: background .2s;
  transition: background .2s; }

.datepicker--time-row input[type='range']::-moz-range-thumb {
  box-sizing: border-box;
  height: 12px;
  width: 12px;
  border-radius: 3px;
  border: 1px solid #dedede;
  background: #fff;
  cursor: pointer;
  -webkit-transition: background .2s;
  transition: background .2s; }

.datepicker--time-row input[type='range']::-ms-thumb {
  box-sizing: border-box;
  height: 12px;
  width: 12px;
  border-radius: 3px;
  border: 1px solid #dedede;
  background: #fff;
  cursor: pointer;
  -webkit-transition: background .2s;
  transition: background .2s; }

.datepicker--time-row input[type='range']::-webkit-slider-thumb {
  margin-top: -6px; }

.datepicker--time-row input[type='range']::-webkit-slider-runnable-track {
  border: none;
  height: 1px;
  cursor: pointer;
  color: transparent;
  background: transparent; }

.datepicker--time-row input[type='range']::-moz-range-track {
  border: none;
  height: 1px;
  cursor: pointer;
  color: transparent;
  background: transparent; }

.datepicker--time-row input[type='range']::-ms-track {
  border: none;
  height: 1px;
  cursor: pointer;
  color: transparent;
  background: transparent; }

.datepicker--time-row input[type='range']::-ms-fill-lower {
  background: transparent; }

.datepicker--time-row input[type='range']::-ms-fill-upper {
  background: transparent; }

.datepicker--time-row span {
  padding: 0 12px; }

.datepicker--time-icon {
  color: #9c9c9c;
  border: 1px solid;
  border-radius: 50%;
  font-size: 16px;
  position: relative;
  margin: 0 5px -1px 0;
  width: 1em;
  height: 1em; }

.datepicker--time-icon:after, .datepicker--time-icon:before {
  content: '';
  background: currentColor;
  position: absolute; }

.datepicker--time-icon:after {
  height: .4em;
  width: 1px;
  left: calc(50% - 1px);
  top: calc(50% + 1px);
  -webkit-transform: translateY(-100%);
  transform: translateY(-100%); }

.datepicker--time-icon:before {
  width: .4em;
  height: 1px;
  top: calc(50% + 1px);
  left: calc(50% - 1px); }

.datepicker--cell-day.-other-month-, .datepicker--cell-year.-other-decade- {
  color: #dedede; }

.datepicker--cell-day.-other-month-:hover, .datepicker--cell-year.-other-decade-:hover {
  color: #c5c5c5; }

.-disabled-.-focus-.datepicker--cell-day.-other-month-, .-disabled-.-focus-.datepicker--cell-year.-other-decade- {
  color: #dedede; }

.-selected-.datepicker--cell-day.-other-month-, .-selected-.datepicker--cell-year.-other-decade- {
  color: #fff;
  background: #a2ddf6; }

.-selected-.-focus-.datepicker--cell-day.-other-month-, .-selected-.-focus-.datepicker--cell-year.-other-decade- {
  background: #8ad5f4; }

.-in-range-.datepicker--cell-day.-other-month-, .-in-range-.datepicker--cell-year.-other-decade- {
  background-color: rgba(92, 196, 239, 0.1);
  color: #cccccc; }

.-in-range-.-focus-.datepicker--cell-day.-other-month-, .-in-range-.-focus-.datepicker--cell-year.-other-decade- {
  background-color: rgba(92, 196, 239, 0.2); }

.datepicker--cell-day.-other-month-:empty, .datepicker--cell-year.-other-decade-:empty {
  background: none;
  border: none; }

.select2-container {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: inline-block;
  margin: 0;
  position: relative;
  vertical-align: middle; }

.select2-container .select2-selection--single {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  cursor: pointer;
  display: block;
  height: 28px;
  -moz-user-select: none;
   -ms-user-select: none;
       user-select: none;
  -webkit-user-select: none; }

.select2-container .select2-selection--single .select2-selection__rendered {
  display: block;
  padding-left: 8px;
  padding-right: 20px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap; }

.select2-container .select2-selection--single .select2-selection__clear {
  position: relative; }

.select2-container[dir="rtl"] .select2-selection--single .select2-selection__rendered {
  padding-right: 8px;
  padding-left: 20px; }

.select2-container .select2-selection--multiple {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  cursor: pointer;
  display: block;
  min-height: 32px;
  -moz-user-select: none;
   -ms-user-select: none;
       user-select: none;
  -webkit-user-select: none; }

.select2-container .select2-selection--multiple .select2-selection__rendered {
  display: inline-block;
  overflow: hidden;
  padding-left: 8px;
  text-overflow: ellipsis;
  white-space: nowrap; }

.select2-container .select2-search--inline {
  float: left; }

.select2-container .select2-search--inline .select2-search__field {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border: none;
  font-size: 100%;
  margin-top: 5px;
  padding: 0; }

.select2-container .select2-search--inline .select2-search__field::-webkit-search-cancel-button {
  -webkit-appearance: none; }

.select2-dropdown {
  background-color: white;
  border: 1px solid #aaa;
  border-radius: 4px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: block;
  position: absolute;
  left: -100000px;
  width: 100%;
  z-index: 1051; }

.select2-results {
  display: block; }

.select2-results__options {
  list-style: none;
  margin: 0;
  padding: 0; }

.select2-results__option {
  padding: 6px;
  -moz-user-select: none;
   -ms-user-select: none;
       user-select: none;
  -webkit-user-select: none; }

.select2-results__option[aria-selected] {
  cursor: pointer; }

.select2-container--open .select2-dropdown {
  left: 0; }

.select2-container--open .select2-dropdown--above {
  border-bottom: none;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0; }

.select2-container--open .select2-dropdown--below {
  border-top: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0; }

.select2-search--dropdown {
  display: block;
  padding: 4px; }

.select2-search--dropdown .select2-search__field {
  padding: 4px;
  width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box; }

.select2-search--dropdown .select2-search__field::-webkit-search-cancel-button {
  -webkit-appearance: none; }

.select2-search--dropdown.select2-search--hide {
  display: none; }

.select2-close-mask {
  border: 0;
  margin: 0;
  padding: 0;
  display: block;
  position: fixed;
  left: 0;
  top: 0;
  min-height: 100%;
  min-width: 100%;
  height: auto;
  width: auto;
  opacity: 0;
  z-index: 99;
  background-color: #fff;
  filter: alpha(opacity=0); }

.select2-hidden-accessible {
  border: 0 !important;
  clip: rect(0 0 0 0) !important;
  -webkit-clip-path: inset(50%) !important;
  clip-path: inset(50%) !important;
  height: 1px !important;
  overflow: hidden !important;
  padding: 0 !important;
  position: absolute !important;
  width: 1px !important;
  white-space: nowrap !important; }

.select2-container--default .select2-selection--single {
  background-color: #fff;
  border: 1px solid #aaa;
  border-radius: 4px; }

.select2-container--default .select2-selection--single .select2-selection__rendered {
  color: #444;
  line-height: 28px; }

.select2-container--default .select2-selection--single .select2-selection__clear {
  cursor: pointer;
  float: right;
  font-weight: bold; }

.select2-container--default .select2-selection--single .select2-selection__placeholder {
  color: #999; }

.select2-container--default .select2-selection--single .select2-selection__arrow {
  height: 26px;
  position: absolute;
  top: 1px;
  right: 1px;
  width: 20px; }

.select2-container--default .select2-selection--single .select2-selection__arrow b {
  border-color: #888 transparent transparent transparent;
  border-style: solid;
  border-width: 5px 4px 0 4px;
  height: 0;
  left: 50%;
  margin-left: -4px;
  margin-top: -2px;
  position: absolute;
  top: 50%;
  width: 0; }

.select2-container--default[dir="rtl"] .select2-selection--single .select2-selection__clear {
  float: left; }

.select2-container--default[dir="rtl"] .select2-selection--single .select2-selection__arrow {
  left: 1px;
  right: auto; }

.select2-container--default.select2-container--disabled .select2-selection--single {
  background-color: #eee;
  cursor: default; }

.select2-container--default.select2-container--disabled .select2-selection--single .select2-selection__clear {
  display: none; }

.select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b {
  border-color: transparent transparent #888 transparent;
  border-width: 0 4px 5px 4px; }

.select2-container--default .select2-selection--multiple {
  background-color: white;
  border: 1px solid #aaa;
  border-radius: 4px;
  cursor: text; }

.select2-container--default .select2-selection--multiple .select2-selection__rendered {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  list-style: none;
  margin: 0;
  padding: 0 5px;
  width: 100%; }

.select2-container--default .select2-selection--multiple .select2-selection__rendered li {
  list-style: none; }

.select2-container--default .select2-selection--multiple .select2-selection__placeholder {
  color: #999;
  margin-top: 5px;
  float: left; }

.select2-container--default .select2-selection--multiple .select2-selection__clear {
  cursor: pointer;
  float: right;
  font-weight: bold;
  margin-top: 5px;
  margin-right: 10px; }

.select2-container--default .select2-selection--multiple .select2-selection__choice {
  background-color: #e4e4e4;
  border: 1px solid #aaa;
  border-radius: 4px;
  cursor: default;
  float: left;
  margin-right: 5px;
  margin-top: 5px;
  padding: 0 5px; }

.select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
  color: #999;
  cursor: pointer;
  display: inline-block;
  font-weight: bold;
  margin-right: 2px; }

.select2-container--default .select2-selection--multiple .select2-selection__choice__remove:hover {
  color: #333; }

.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice, .select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__placeholder, .select2-container--default[dir="rtl"] .select2-selection--multiple .select2-search--inline {
  float: right; }

.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice {
  margin-left: 5px;
  margin-right: auto; }

.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice__remove {
  margin-left: 2px;
  margin-right: auto; }

.select2-container--default.select2-container--focus .select2-selection--multiple {
  border: solid black 1px;
  outline: 0; }

.select2-container--default.select2-container--disabled .select2-selection--multiple {
  background-color: #eee;
  cursor: default; }

.select2-container--default.select2-container--disabled .select2-selection__choice__remove {
  display: none; }

.select2-container--default.select2-container--open.select2-container--above .select2-selection--single, .select2-container--default.select2-container--open.select2-container--above .select2-selection--multiple {
  border-top-left-radius: 0;
  border-top-right-radius: 0; }

.select2-container--default.select2-container--open.select2-container--below .select2-selection--single, .select2-container--default.select2-container--open.select2-container--below .select2-selection--multiple {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0; }

.select2-container--default .select2-search--dropdown .select2-search__field {
  border: 1px solid #aaa; }

.select2-container--default .select2-search--inline .select2-search__field {
  background: transparent;
  border: none;
  outline: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
  -webkit-appearance: textfield; }

.select2-container--default .select2-results > .select2-results__options {
  max-height: 200px;
  overflow-y: auto; }

.select2-container--default .select2-results__option[role=group] {
  padding: 0; }

.select2-container--default .select2-results__option[aria-disabled=true] {
  color: #999; }

.select2-container--default .select2-results__option[aria-selected=true] {
  background-color: #ddd; }

.select2-container--default .select2-results__option .select2-results__option {
  padding-left: 1em; }

.select2-container--default .select2-results__option .select2-results__option .select2-results__group {
  padding-left: 0; }

.select2-container--default .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -1em;
  padding-left: 2em; }

.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -2em;
  padding-left: 3em; }

.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -3em;
  padding-left: 4em; }

.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -4em;
  padding-left: 5em; }

.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -5em;
  padding-left: 6em; }

.select2-container--default .select2-results__option--highlighted[aria-selected] {
  background-color: #5897fb;
  color: white; }

.select2-container--default .select2-results__group {
  cursor: default;
  display: block;
  padding: 6px; }

.select2-container--classic .select2-selection--single {
  background-color: #f7f7f7;
  border: 1px solid #aaa;
  border-radius: 4px;
  outline: 0;
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(50%, white), to(#eeeeee));
  background-image: linear-gradient(to bottom, white 50%, #eeeeee 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFFFF', endColorstr='#FFEEEEEE', GradientType=0); }

.select2-container--classic .select2-selection--single:focus {
  border: 1px solid #5897fb; }

.select2-container--classic .select2-selection--single .select2-selection__rendered {
  color: #444;
  line-height: 28px; }

.select2-container--classic .select2-selection--single .select2-selection__clear {
  cursor: pointer;
  float: right;
  font-weight: bold;
  margin-right: 10px; }

.select2-container--classic .select2-selection--single .select2-selection__placeholder {
  color: #999; }

.select2-container--classic .select2-selection--single .select2-selection__arrow {
  background-color: #ddd;
  border: none;
  border-left: 1px solid #aaa;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
  height: 26px;
  position: absolute;
  top: 1px;
  right: 1px;
  width: 20px;
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(50%, #eeeeee), to(#cccccc));
  background-image: linear-gradient(to bottom, #eeeeee 50%, #cccccc 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFEEEEEE', endColorstr='#FFCCCCCC', GradientType=0); }

.select2-container--classic .select2-selection--single .select2-selection__arrow b {
  border-color: #888 transparent transparent transparent;
  border-style: solid;
  border-width: 5px 4px 0 4px;
  height: 0;
  left: 50%;
  margin-left: -4px;
  margin-top: -2px;
  position: absolute;
  top: 50%;
  width: 0; }

.select2-container--classic[dir="rtl"] .select2-selection--single .select2-selection__clear {
  float: left; }

.select2-container--classic[dir="rtl"] .select2-selection--single .select2-selection__arrow {
  border: none;
  border-right: 1px solid #aaa;
  border-radius: 0;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
  left: 1px;
  right: auto; }

.select2-container--classic.select2-container--open .select2-selection--single {
  border: 1px solid #5897fb; }

.select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow {
  background: transparent;
  border: none; }

.select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow b {
  border-color: transparent transparent #888 transparent;
  border-width: 0 4px 5px 4px; }

.select2-container--classic.select2-container--open.select2-container--above .select2-selection--single {
  border-top: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  background-image: -webkit-gradient(linear, left top, left bottom, from(white), color-stop(50%, #eeeeee));
  background-image: linear-gradient(to bottom, white 0%, #eeeeee 50%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFFFF', endColorstr='#FFEEEEEE', GradientType=0); }

.select2-container--classic.select2-container--open.select2-container--below .select2-selection--single {
  border-bottom: none;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(50%, #eeeeee), to(white));
  background-image: linear-gradient(to bottom, #eeeeee 50%, white 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFEEEEEE', endColorstr='#FFFFFFFF', GradientType=0); }

.select2-container--classic .select2-selection--multiple {
  background-color: white;
  border: 1px solid #aaa;
  border-radius: 4px;
  cursor: text;
  outline: 0; }

.select2-container--classic .select2-selection--multiple:focus {
  border: 1px solid #5897fb; }

.select2-container--classic .select2-selection--multiple .select2-selection__rendered {
  list-style: none;
  margin: 0;
  padding: 0 5px; }

.select2-container--classic .select2-selection--multiple .select2-selection__clear {
  display: none; }

.select2-container--classic .select2-selection--multiple .select2-selection__choice {
  background-color: #e4e4e4;
  border: 1px solid #aaa;
  border-radius: 4px;
  cursor: default;
  float: left;
  margin-right: 5px;
  margin-top: 5px;
  padding: 0 5px; }

.select2-container--classic .select2-selection--multiple .select2-selection__choice__remove {
  color: #888;
  cursor: pointer;
  display: inline-block;
  font-weight: bold;
  margin-right: 2px; }

.select2-container--classic .select2-selection--multiple .select2-selection__choice__remove:hover {
  color: #555; }

.select2-container--classic[dir="rtl"] .select2-selection--multiple .select2-selection__choice {
  float: right;
  margin-left: 5px;
  margin-right: auto; }

.select2-container--classic[dir="rtl"] .select2-selection--multiple .select2-selection__choice__remove {
  margin-left: 2px;
  margin-right: auto; }

.select2-container--classic.select2-container--open .select2-selection--multiple {
  border: 1px solid #5897fb; }

.select2-container--classic.select2-container--open.select2-container--above .select2-selection--multiple {
  border-top: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0; }

.select2-container--classic.select2-container--open.select2-container--below .select2-selection--multiple {
  border-bottom: none;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0; }

.select2-container--classic .select2-search--dropdown .select2-search__field {
  border: 1px solid #aaa;
  outline: 0; }

.select2-container--classic .select2-search--inline .select2-search__field {
  outline: 0;
  -webkit-box-shadow: none;
          box-shadow: none; }

.select2-container--classic .select2-dropdown {
  background-color: white;
  border: 1px solid transparent; }

.select2-container--classic .select2-dropdown--above {
  border-bottom: none; }

.select2-container--classic .select2-dropdown--below {
  border-top: none; }

.select2-container--classic .select2-results > .select2-results__options {
  max-height: 200px;
  overflow-y: auto; }

.select2-container--classic .select2-results__option[role=group] {
  padding: 0; }

.select2-container--classic .select2-results__option[aria-disabled=true] {
  color: grey; }

.select2-container--classic .select2-results__option--highlighted[aria-selected] {
  background-color: #3875d7;
  color: white; }

.select2-container--classic .select2-results__group {
  cursor: default;
  display: block;
  padding: 6px; }

.select2-container--classic.select2-container--open .select2-dropdown {
  border-color: #5897fb; }

/**
 * Owl Carousel v2.3.4
 * Copyright 2013-2018 David Deutsch
 * Licensed under: SEE LICENSE IN https://github.com/OwlCarousel2/OwlCarousel2/blob/master/LICENSE
 */
/*
 *  Owl Carousel - Core
 */
.owl-carousel {
  display: none;
  width: 100%;
  -webkit-tap-highlight-color: transparent;
  /* position relative and z-index fix webkit rendering fonts issue */
  position: relative;
  z-index: 1; }

.owl-carousel .owl-stage {
  position: relative;
  -ms-touch-action: pan-Y;
  touch-action: manipulation;
  -moz-backface-visibility: hidden;
  /* fix firefox animation glitch */ }

.owl-carousel .owl-stage:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0; }

.owl-carousel .owl-stage-outer {
  position: relative;
  overflow: hidden;
  /* fix for flashing background */
  -webkit-transform: translate3d(0px, 0px, 0px); }

.owl-carousel .owl-wrapper,
.owl-carousel .owl-item {
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0); }

.owl-carousel .owl-item {
  position: relative;
  min-height: 1px;
  float: left;
  -webkit-backface-visibility: hidden;
  -webkit-tap-highlight-color: transparent;
  -webkit-touch-callout: none; }

.owl-carousel .owl-item img {
  display: block;
  width: 100%; }

.owl-carousel .owl-nav.disabled,
.owl-carousel .owl-dots.disabled {
  display: none; }

.owl-carousel .owl-nav .owl-prev,
.owl-carousel .owl-nav .owl-next,
.owl-carousel .owl-dot {
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

.owl-carousel .owl-nav button.owl-prev,
.owl-carousel .owl-nav button.owl-next,
.owl-carousel button.owl-dot {
  background: none;
  color: inherit;
  border: none;
  padding: 0;
  font: inherit; }

.owl-carousel.owl-loaded {
  display: block; }

.owl-carousel.owl-loading {
  opacity: 0;
  display: block; }

.owl-carousel.owl-hidden {
  opacity: 0; }

.owl-carousel.owl-refresh .owl-item {
  visibility: hidden; }

.owl-carousel.owl-drag .owl-item {
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

.owl-carousel.owl-grab {
  cursor: move;
  cursor: -webkit-grab;
  cursor: grab; }

.owl-carousel.owl-rtl {
  direction: rtl; }

.owl-carousel.owl-rtl .owl-item {
  float: right; }

/* No Js */
.no-js .owl-carousel {
  display: block; }

/*
 *  Owl Carousel - Animate Plugin
 */
.owl-carousel .animated {
  -webkit-animation-duration: 1000ms;
          animation-duration: 1000ms;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both; }

.owl-carousel .owl-animated-in {
  z-index: 0; }

.owl-carousel .owl-animated-out {
  z-index: 1; }

.owl-carousel .fadeOut, .owl-carousel .animate-on-scroll:not(.animated) [data-animate="fadeIn"], .animate-on-scroll:not(.animated) .owl-carousel [data-animate="fadeIn"],
.owl-carousel .animate-on-scroll:not(.animated) [data-animate="fadeInLeft"],
.animate-on-scroll:not(.animated) .owl-carousel [data-animate="fadeInLeft"],
.owl-carousel .animate-on-scroll:not(.animated) [data-animate="fadeInRight"],
.animate-on-scroll:not(.animated) .owl-carousel [data-animate="fadeInRight"],
.owl-carousel .animate-on-scroll:not(.animated) [data-animate="fadeInUpSmall"],
.animate-on-scroll:not(.animated) .owl-carousel [data-animate="fadeInUpSmall"],
.owl-carousel .animate-on-scroll:not(.animated) [data-animate="fadeInUp"],
.animate-on-scroll:not(.animated) .owl-carousel [data-animate="fadeInUp"],
.owl-carousel .animate-on-scroll:not(.animated) [data-animate="fadeInDownSmall"],
.animate-on-scroll:not(.animated) .owl-carousel [data-animate="fadeInDownSmall"],
.owl-carousel .animate-on-scroll:not(.animated) [data-animate="fadeInDown"],
.animate-on-scroll:not(.animated) .owl-carousel [data-animate="fadeInDown"],
.owl-carousel .animate-on-scroll:not(.animated) [data-animate="zoomIn"],
.animate-on-scroll:not(.animated) .owl-carousel [data-animate="zoomIn"] {
  -webkit-animation-name: fadeOut;
          animation-name: fadeOut; }

@keyframes fadeOut {
  0% {
    opacity: 1; }
  100% {
    opacity: 0; } }
/*
 * 	Owl Carousel - Auto Height Plugin
 */
.owl-height {
  -webkit-transition: height 500ms ease-in-out;
  transition: height 500ms ease-in-out; }

/*
 * 	Owl Carousel - Lazy Load Plugin
 */
.owl-carousel .owl-item {
  /**
			This is introduced due to a bug in IE11 where lazy loading combined with autoheight plugin causes a wrong
			calculation of the height of the owl-item that breaks page layouts
		 */ }

.owl-carousel .owl-item .owl-lazy {
  opacity: 0;
  -webkit-transition: opacity 400ms ease;
  transition: opacity 400ms ease; }

.owl-carousel .owl-item .owl-lazy[src^=""], .owl-carousel .owl-item .owl-lazy:not([src]) {
  max-height: 0; }

.owl-carousel .owl-item img.owl-lazy {
  -webkit-transform-style: preserve-3d;
          transform-style: preserve-3d; }

/*
 * 	Owl Carousel - Video Plugin
 */
.owl-carousel .owl-video-wrapper {
  position: relative;
  height: 100%;
  background: #000; }

.owl-carousel .owl-video-play-icon {
  position: absolute;
  height: 80px;
  width: 80px;
  left: 50%;
  top: 50%;
  margin-left: -40px;
  margin-top: -40px;
  background: url("owl.video.play.png") no-repeat;
  cursor: pointer;
  z-index: 1;
  -webkit-backface-visibility: hidden;
  -webkit-transition: -webkit-transform 100ms ease;
  transition: -webkit-transform 100ms ease;
  transition: transform 100ms ease;
  transition: transform 100ms ease, -webkit-transform 100ms ease; }

.owl-carousel .owl-video-play-icon:hover {
  -webkit-transform: scale(1.3, 1.3);
          transform: scale(1.3, 1.3); }

.owl-carousel .owl-video-playing .owl-video-tn,
.owl-carousel .owl-video-playing .owl-video-play-icon {
  display: none; }

.owl-carousel .owl-video-tn {
  opacity: 0;
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  -webkit-transition: opacity 400ms ease;
  transition: opacity 400ms ease; }

.owl-carousel .owl-video-frame {
  position: relative;
  z-index: 1;
  height: 100%;
  width: 100%; }

.datepicker--day-name {
  color: #f4b3b3; }

.datepicker--cell.-current- {
  color: #f4b3b3; }

.datepicker--cell.-selected-,
.datepicker--cell.-selected-.-focus- {
  background-color: #f4b3b3; }

/*
** Replace Styles in select2.js
*/
.select2-container[style*="width"] {
  width: 100% !important; }
  body > .select2-container {
    width: auto; }

.select2-container,
.select2-container span {
  display: block; }

.select2-container .select2-selection--single {
  height: auto; }

.select2-container--default .select2-selection--single {
  border: 0;
  border-radius: 0;
  background-color: #f2f2f2; }

.select2-container .select2-selection--single .select2-selection__rendered {
  padding: 16px 44px 16px 20px;
  background-color: #f2f2f2; }

.select2-container--default .select2-selection--single .select2-selection__rendered {
  color: #222222;
  font-size: 16px;
  line-height: 1em; }

.select2-container--default .select2-selection--single .select2-selection__arrow {
  width: 50px;
  height: 50px; }

.select2-container--default .select2-selection--single .select2-selection__arrow b {
  top: 50%;
  left: 50%;
  width: 0;
  height: 0;
  margin: -5px 0 0 -8px;
  border-width: 10px 8px 0;
  border-style: solid;
  border-color: #aaaaaa transparent transparent;
  -webkit-transform: rotate(0deg);
          transform: rotate(0deg);
  -webkit-transition: all 0.2s cubic-bezier(0, 0, 0.18, 1);
  transition: all 0.2s cubic-bezier(0, 0, 0.18, 1); }

.select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b {
  border-width: 10px 8px 0;
  border-color: #aaaaaa transparent transparent;
  -webkit-transform: rotate(-180deg);
          transform: rotate(-180deg); }

.select2-dropdown {
  border-radius: 0;
  border: 0;
  -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.1);
          box-shadow: 0 0 8px rgba(0, 0, 0, 0.1); }

.select2-results__option {
  padding: 16px 20px;
  color: #222222;
  font-size: 16px;
  line-height: 1em; }

.select2-container--default .select2-results > .select2-results__options {
  max-height: 270px;
  -webkit-overflow-scrolling: touch; }

.select2-container--default .select2-results__option[aria-selected="true"] {
  background-color: #f3f3f3; }

.select2-container--default .select2-results__option--highlighted[aria-selected] {
  background-color: #f4b3b3; }

span.wpcf7-list-item:first-child {
  margin-left: 0; }

span.wpcf7-list-item-label {
  display: inline-block; }

span.wpcf7-not-valid-tip {
  display: inline-block;
  position: absolute;
  top: -9px;
  right: -10px;
  width: auto;
  padding: 4px 10px 6px;
  border-radius: 10px;
  background-color: #c82121;
  color: #fff;
  font-size: 12px;
  line-height: 1em; }

div.wpcf7-response-output {
  max-width: 100%;
  margin: 20px auto 0;
  padding: 6px 10px 8px;
  border: 0;
  border-radius: 15px;
  background-color: #c82121;
  color: #fff;
  font-size: 12px;
  line-height: 1em;
  text-align: center; }

div.wpcf7-validation-errors,
div.wpcf7-acceptance-missing {
  border: 0; }

div.wpcf7-response-output.wpcf7-mail-sent-ok {
  background-color: #58a000; }

div.wpcf7 .ajax-loader {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  width: 240px;
  max-width: 100%;
  height: 100%;
  margin: auto;
  background-color: #f4b3b3;
  background-image: none;
  pointer-events: none; }
  div.wpcf7 .ajax-loader:before {
    content: "";
    display: inline-block;
    position: absolute;
    top: 50%;
    left: 50%;
    width: 32px;
    height: 32px;
    margin-top: -16px;
    margin-left: -16px;
    border: 3px solid rgba(255, 255, 255, 0.3);
    border-radius: 50%;
    border-top-color: #fff;
     }

.owl-nav {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: 1;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding-left: 16px;
  padding-right: 16px;
  pointer-events: none; }

.arrow_l, .arrow_r {
  display: block;
  width: 30px;
  height: 30px;
  background-size: cover;
  pointer-events: auto; }

.arrow_l {
  background-image: url(../img/icon/arrow_l.png); }

.arrow_r {
  background-image: url(../img/icon/arrow_r.png); }

html[class*="chrome"] .layout-1col.section--visit .wrapper h2,
html[class*="chrome"] .layout-1col.section--nature .wrapper h2,
html[class*="chrome"] .layout-1col.section--natural .wrapper h2,
html[class*="chrome"] .layout-1col.section--location .wrapper h2,
html[class*="chrome"] .layout-1col.section--lunch-tea .wrapper h2,
html[class*="chrome"] .layout-1col.section--air-quality .wrapper h2,
html[class*="chrome"] .layout-1col.section--spirit-of-place .wrapper h2,
html[class*="chrome"] .layout-2col.section--pro-protect .wrapper h2,
html[class*="safari"] .layout-1col.section--visit .wrapper h2,
html[class*="safari"] .layout-1col.section--nature .wrapper h2,
html[class*="safari"] .layout-1col.section--natural .wrapper h2,
html[class*="safari"] .layout-1col.section--location .wrapper h2,
html[class*="safari"] .layout-1col.section--lunch-tea .wrapper h2,
html[class*="safari"] .layout-1col.section--air-quality .wrapper h2,
html[class*="safari"] .layout-1col.section--spirit-of-place .wrapper h2,
html[class*="safari"] .layout-2col.section--pro-protect .wrapper h2 {
  margin-left: -20px; }

html[class*="firefox"] .layout-1col.section--visit .wrapper h2,
html[class*="firefox"] .layout-1col.section--nature .wrapper h2,
html[class*="firefox"] .layout-1col.section--natural .wrapper h2,
html[class*="firefox"] .layout-1col.section--location .wrapper h2,
html[class*="firefox"] .layout-1col.section--lunch-tea .wrapper h2,
html[class*="firefox"] .layout-1col.section--air-quality .wrapper h2,
html[class*="firefox"] .layout-1col.section--spirit-of-place .wrapper h2,
html[class*="firefox"] .layout-2col.section--pro-protect .wrapper h2 {
  padding-left: 14px; }
