<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
body {
  line-height: 1;
}
ol,
ul {
  list-style: none;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
/* Color Schema */
/* Font Colors */
/* Font Family */
/* Font Size */
/* Spacing */
html {
  height: 100%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
body {
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  box-sizing: border-box;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  overflow-x: hidden;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  height: 100%;
  margin: 0;
  /*font-family: "Open Sans", "Helvetica", "Arial",sans-serif;*/
  font-family: "Merriweather", Georgia, "Times New Roman", Times, serif;
  color: #444443;
}
p {
  font-size: 16px;
  font-weight: 400;
  line-height: 26px;
  color: #444443;
}
header {
  height: 56px;
  position: fixed;
  width: 100%;
  z-index: 1000;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
header .header-container {
  height: 56px;
}
header .header-container {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-left: 24px;
  margin-right: 24px;
}
header .nav-link img {
  display: inline-block;
  vertical-align: middle;
}
main {
  -ms-flex: 1 0 auto;
  flex: 1 0 auto;
}
.container {
  max-width: 700px;
  position: relative;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
/* Scroll and open and close navigation */
.scroll header,
.nav-open header {
  background-color: #fff !important;
  -webkit-box-shadow: inset 0px -1px 0px #f3f4f4;
  box-shadow: inset 0px -1px 0px #f3f4f4;
  -webkit-box-sizing: border-box;
}
.nav-open #times {
  display: block !important;
}
.nav-open #bars {
  display: none;
}
section &gt; .section-inner {
  padding: 60px 0;
  min-height: 50vh;
}
section.parallax {
  background-attachment: fixed;
  background-size: cover;
}
.svgicon {
  width: 16px;
  height: 16px;
  fill: #444;
  margin: 0 auto 0 auto;
  line-height: 20px;
  display: inline-block;
  vertical-align: middle;
}
/* Navigation */
.nav-link {
  border: 2px solid transparent;
  border-radius: 4px;
  height: 42px;
  text-align: center;
  padding: 0 7px;
  margin-top: 4px;
  cursor: pointer;
  line-height: 42px;
}
.nav-link:hover {
  border-color: #fff;
}
.nav-open .nav-link:hover,
.scroll .nav-link:hover {
  border-color: #0084FF;
}
.scroll header .logo,
.scroll header .nav-toggle svg,
.nav-open header .logo,
.nav-open header .nav-toggle svg,
.scroll header .nav-link,
.nav-open header .nav-link {
  color: #0084FF !important;
  fill: #0084FF !important;
}
.nav-toggle svg {
  width: 32px;
  height: 32px;
  fill: #fff;
  margin: 5px auto 0 auto;
  display: block;
}
.nav-open {
  position: absolute;
  height: 100vh;
  overflow: hidden;
  width: 100%;
}
.nav-open nav {
  opacity: 1;
  visibility: visible;
  -webkit-transition: visibility 200ms linear, opacity 150ms linear;
  transition: visibility 200ms linear, opacity 150ms linear;
  border-top: 1px solid #f3f3f4;
}
nav {
  background: #FFF;
  position: relative;
  overflow: auto;
  height: calc(100vh - 56px);
  visibility: hidden;
  opacity: 0;
}
nav .nav-toggle {
  margin: 11px 0;
}
ul#menu {
  list-style: none;
  margin: 0;
  padding: 0;
}
#menu .menu-icon {
  border-radius: 50%;
  text-align: center;
}
#menu li a {
  display: block;
  text-align: left;
  font-size: 24px;
  letter-spacing: 1px;
  padding: 10px 0 10px 75px;
  vertical-align: baseline;
  border-top: 1px solid #f3f4f4;
}
#menu li:last-child a {
  border-bottom: 1px solid #f3f4f4;
}
#menu li a i,
#menu li a span {
  display: inline-block;
  vertical-align: text-bottom;
}
#menu li a i {
  font-size: 26px;
  margin-right: 10px;
  text-align: center;
  width: 30px;
}
#menu li a span {
  letter-spacing: 1px;
  line-height: 46px;
}
#menu li a .menu-icon {
  width: 42px;
  height: 42px;
  display: block;
  left: 20px;
  position: absolute;
  border-radius: 50%;
}
#menu li a svg {
  width: 30px;
  height: 30px;
  margin: 6px auto 0 auto;
  display: block;
}
form.nav-search {
  display: block;
  position: relative;
  margin: 6px 20px;
}
form.nav-search svg {
  width: 20px;
  height: 20px;
  position: absolute;
  top: 28%;
  left: 16px;
  display: block;
  fill: #9e9ea7;
}
form.nav-search .nav-search-input {
  appearance: none;
  color: #0d0c22;
  background-color: #f3f3f4;
  width: 100%;
  border: none;
  font-size: 24px;
  box-sizing: border-box;
  line-height: 24px;
  padding: 10px 20px 10px 50px;
  border-radius: 8px;
}
#menu li:nth-child(1) a:hover {
  background-color: #f9e3ee;
}
#menu li:nth-child(1) a:hover .menu-icon {
  background-color: #fff;
}
#menu li:nth-child(1) span {
  /*color: darken(@col, 20%);*/
  color: #d33d8b;
}
#menu li:nth-child(1) svg,
#menu li #menu li:nth-child(1) .fa-primary,
#menu li #menu li:nth-child(1) .fa.fa-secondary {
  fill: #d33d8b;
}
#menu li:nth-child(1) .menu-icon {
  background-color: #f9e3ee;
  border: 2px solid #d33d8b;
}
#menu li:nth-child(2) a:hover {
  background-color: #f9eee3;
}
#menu li:nth-child(2) a:hover .menu-icon {
  background-color: #fff;
}
#menu li:nth-child(2) span {
  /*color: darken(@col, 20%);*/
  color: #d3853d;
}
#menu li:nth-child(2) svg,
#menu li #menu li:nth-child(2) .fa-primary,
#menu li #menu li:nth-child(2) .fa.fa-secondary {
  fill: #d3853d;
}
#menu li:nth-child(2) .menu-icon {
  background-color: #f9eee3;
  border: 2px solid #d3853d;
}
#menu li:nth-child(3) a:hover {
  background-color: #eef9e3;
}
#menu li:nth-child(3) a:hover .menu-icon {
  background-color: #fff;
}
#menu li:nth-child(3) span {
  /*color: darken(@col, 20%);*/
  color: #8bd33d;
}
#menu li:nth-child(3) svg,
#menu li #menu li:nth-child(3) .fa-primary,
#menu li #menu li:nth-child(3) .fa.fa-secondary {
  fill: #8bd33d;
}
#menu li:nth-child(3) .menu-icon {
  background-color: #eef9e3;
  border: 2px solid #8bd33d;
}
#menu li:nth-child(4) a:hover {
  background-color: #e3f9ee;
}
#menu li:nth-child(4) a:hover .menu-icon {
  background-color: #fff;
}
#menu li:nth-child(4) span {
  /*color: darken(@col, 20%);*/
  color: #3dd385;
}
#menu li:nth-child(4) svg,
#menu li #menu li:nth-child(4) .fa-primary,
#menu li #menu li:nth-child(4) .fa.fa-secondary {
  fill: #3dd385;
}
#menu li:nth-child(4) .menu-icon {
  background-color: #e3f9ee;
  border: 2px solid #3dd385;
}
#menu li:nth-child(5) a:hover {
  background-color: #e3eef9;
}
#menu li:nth-child(5) a:hover .menu-icon {
  background-color: #fff;
}
#menu li:nth-child(5) span {
  /*color: darken(@col, 20%);*/
  color: #3d8bd3;
}
#menu li:nth-child(5) svg,
#menu li #menu li:nth-child(5) .fa-primary,
#menu li #menu li:nth-child(5) .fa.fa-secondary {
  fill: #3d8bd3;
}
#menu li:nth-child(5) .menu-icon {
  background-color: #e3eef9;
  border: 2px solid #3d8bd3;
}
#menu li:nth-child(6) a:hover {
  background-color: #eee3f9;
}
#menu li:nth-child(6) a:hover .menu-icon {
  background-color: #fff;
}
#menu li:nth-child(6) span {
  /*color: darken(@col, 20%);*/
  color: #853dd3;
}
#menu li:nth-child(6) svg,
#menu li #menu li:nth-child(6) .fa-primary,
#menu li #menu li:nth-child(6) .fa.fa-secondary {
  fill: #853dd3;
}
#menu li:nth-child(6) .menu-icon {
  background-color: #eee3f9;
  border: 2px solid #853dd3;
}
footer {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  background: #fafafb;
  border-top: 1px solid #f3f4f4;
}
footer .container {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  margin: 0 auto;
  padding: 48px 20px 32px 20px;
}
footer a {
  color: gray;
}
footer a.logo {
  color: gray;
}
footer .tagline {
  margin: 20px 0;
  max-width: 300px;
  color: gray;
}
input[type='text'],
input[type='number'],
input[type='search'],
input[type='password'],
input[type='email'],
input[type='url'],
input[type='tel'],
textarea,
select {
  outline: none;
  -webkit-transition: background-color 200ms ease, outline 200ms ease, color 200ms ease, -webkit-box-shadow 200ms ease;
  transition: background-color 200ms ease, outline 200ms ease, color 200ms ease, -webkit-box-shadow 200ms ease;
  transition: background-color 200ms ease, outline 200ms ease, color 200ms ease, box-shadow 200ms ease;
  transition: background-color 200ms ease, outline 200ms ease, color 200ms ease, box-shadow 200ms ease, -webkit-box-shadow 200ms ease;
}
input:hover[type='text'],
input:hover[type='number'],
input:hover[type='search'],
input:hover[type='password'],
input:hover[type='email'],
input:hover[type='url'],
input:hover[type='tel'],
input:focus[type='text'],
input:focus[type='number'],
input:focus[type='search'],
input:focus[type='password'],
input:focus[type='email'],
input:focus[type='url'],
input:focus[type='tel'],
textarea:focus,
select:hover {
  outline: none;
  background-color: #FFFFFF;
  border-color: #0084FF;
  -webkit-box-shadow: 0 0 0 2px #0084FF;
  box-shadow: 0 0 0 2px #0084FF;
}
.card {
  width: 100%;
  margin-bottom: 10px;
  display: block;
  border-radius: 4px;
  background-color: white;
  position: relative;
  border: 0;
  background-color: #fff;
  grid-area: topleft;
  display: flex;
  align-items: stretch;
  padding: 16px 18px;
  -webkit-transition: background-color 200ms ease;
  transition: background-color 200ms ease;
}
.card:hover {
  background-color: #0084ff1a;
}
.card .card-img-top {
  width: 180px;
  margin-right: 16px;
  height: 120px;
  border: 4px solid white;
  overflow: hidden;
  background-size: cover;
  background-position: center;
  background-color: #F8F3EC;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.15);
  flex-shrink: 0;
}
.card .card-body {
  flex-grow: 1;
}
.card .card-text {
  font-size: 12px;
}
.card .card-subtitle {
  font-size: 14px;
  color: #a5a7ae;
  fill: #a5a7ae;
  line-height: 16px;
  vertical-align: middle;
}
.card .card-subtitle svg {
  width: 16px;
  height: 15px;
  display: inline-block;
  vertical-align: middle;
}
.card .card-arrow {
  vertical-align: middle;
  width: 24px;
  margin-right: 8px;
  fill: #0084FF;
  opacity: 0;
  -webkit-transition: opacity 200ms ease-in, -webkit-transform 200ms ease-in;
  transition: opacity 200ms ease-in, -webkit-transform 200ms ease-in;
  transition: transform 200ms ease-in, opacity 200ms ease-in;
  transition: transform 200ms ease-in, opacity 200ms ease-in, -webkit-transform 200ms ease-in;
  flex-shrink: 0;
}
.card:hover .card-arrow {
  -webkit-transform: translateX(4px);
  -ms-transform: translateX(4px);
  transform: translateX(4px);
  opacity: 1;
}
.jumbotron {
  text-align: center;
}
/* Main font color */
.mdl-layout__header--waterfall.is-casting-shadow {
  background-color: #0084FF;
}
.header em {
  color: rgba(255, 255, 255, 0.8) !important;
}
/* Rotate-word */
.rotate-word {
  -webkit-animation: home-welcome-rotate-words 31.5s linear infinite 0s;
  animation: home-welcome-rotate-words 31.5s linear infinite 0s;
  position: absolute;
  opacity: 0;
  overflow: hidden;
  color: #fff !important;
}
.rotate-word:nth-child(1) {
  -webkit-animation-delay: 0s;
  animation-delay: 0s;
}
.rotate-word:nth-child(2) {
  -webkit-animation-delay: 1.5s;
  animation-delay: 1.5s;
}
.rotate-word:nth-child(3) {
  -webkit-animation-delay: 3s;
  animation-delay: 3s;
}
.rotate-word:nth-child(4) {
  -webkit-animation-delay: 4.5s;
  animation-delay: 4.5s;
}
.rotate-word:nth-child(5) {
  -webkit-animation-delay: 6s;
  animation-delay: 6s;
}
.rotate-word:nth-child(6) {
  -webkit-animation-delay: 7.5s;
  animation-delay: 7.5s;
}
.rotate-word:nth-child(7) {
  -webkit-animation-delay: 9s;
  animation-delay: 9s;
}
.rotate-word:nth-child(8) {
  -webkit-animation-delay: 10.5s;
  animation-delay: 10.5s;
}
.rotate-word:nth-child(9) {
  -webkit-animation-delay: 12s;
  animation-delay: 12s;
}
.rotate-word:nth-child(10) {
  -webkit-animation-delay: 13.5s;
  animation-delay: 13.5s;
}
.rotate-word:nth-child(11) {
  -webkit-animation-delay: 15s;
  animation-delay: 15s;
}
.rotate-word:nth-child(12) {
  -webkit-animation-delay: 16.5s;
  animation-delay: 16.5s;
}
.rotate-word:nth-child(13) {
  -webkit-animation-delay: 18s;
  animation-delay: 18s;
}
.rotate-word:nth-child(14) {
  -webkit-animation-delay: 19.5s;
  animation-delay: 19.5s;
}
.rotate-word:nth-child(15) {
  -webkit-animation-delay: 21s;
  animation-delay: 21s;
}
.rotate-word:nth-child(16) {
  -webkit-animation-delay: 22.5s;
  animation-delay: 22.5s;
}
.rotate-word:nth-child(17) {
  -webkit-animation-delay: 24s;
  animation-delay: 24s;
}
.rotate-word:nth-child(18) {
  -webkit-animation-delay: 25.5s;
  animation-delay: 25.5s;
}
.rotate-word:nth-child(19) {
  -webkit-animation-delay: 27s;
  animation-delay: 27s;
}
.rotate-word:nth-child(20) {
  -webkit-animation-delay: 28.5s;
  animation-delay: 28.5s;
}
.rotate-word:nth-child(21) {
  -webkit-animation-delay: 30s;
  animation-delay: 30s;
}
@-webkit-keyframes home-welcome-rotate-words {
  0.06349% {
    opacity: 0;
    -webkit-transform: translateY(-30px);
    transform: translateY(-30px);
  }
  1.42857% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  4.85714% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  5.71429% {
    opacity: 0;
    -webkit-transform: translateY(30px);
    transform: translateY(30px);
  }
  22.85714% {
    opacity: 0;
  }
}
@keyframes home-welcome-rotate-words {
  0.06349% {
    opacity: 0;
    -webkit-transform: translateY(-30px);
    transform: translateY(-30px);
  }
  1.42857% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  4.85714% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  5.71429% {
    opacity: 0;
    -webkit-transform: translateY(30px);
    transform: translateY(30px);
  }
  22.85714% {
    opacity: 0;
  }
}
.post {
  border: 1px solid rgba(0, 0, 0, 0.1) !important;
  margin-bottom: 20px;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 3px 1px -2px rgba(0, 0, 0, 0.2), 0 1px 5px 0 rgba(0, 0, 0, 0.12);
  background-color: #FFF;
  padding: 40px;
}
.post-title {
  background-color: #fff;
}
.post h3 a {
  color: rgba(0, 0, 0, 0.84);
  font-size: 30px;
}
.post h3 {
  padding: 0 0 10px 0;
  line-height: 40px;
  margin: 0;
}
.post strong {
  color: rgba(0, 0, 0, 0.87);
}
.author {
  flex: 0 0 auto;
  display: flex !important;
  cursor: pointer;
}
.author .minilogo {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background-color: #0084FF;
  color: #fff;
  font-size: 18px;
  line-height: 40px;
  text-align: center;
  flex: 0 0 auto;
  margin-right: 10px;
}
.author .minilogo:hover {
  background-color: #4F8AFE;
}
.author span {
  color: rgba(0, 0, 0, 0.54);
  line-height: 15px;
  display: block;
}
.hero {
  height: 100vh;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  z-index: 0;
}
.hero .hero-background,
.hero .hero-overlay {
  height: 100%;
  width: 100%;
}
.hero .hero-background {
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  background-repeat: none;
  background-position: center;
}
.hero &gt; section {
  position: absolute;
  bottom: 0;
  left: 0;
  color: white;
  z-index: 2;
  width: 950px;
  max-width: 100%;
  padding: 5rem;
}
.hero .container {
  position: absolute;
  left: 0;
  right: 0;
  z-index: 10;
  top: 0;
  bottom: 0;
}
.hero-context {
  position: absolute;
  bottom: 100px;
}
.hero section {
  position: absolute;
  bottom: 0;
  left: 0;
  margin: 15px;
  max-width: 700px;
}
.hero h1 {
  font-size: 50px;
  line-height: 70px;
  text-shadow: 2px 3px 0px rgba(0, 0, 0, 0.2);
  display: inline-block;
  color: #FFF;
  -webkit-animation: letter 4s ease-out -0.4s infinite;
  -moz-animation: letter 4s ease-out -0.4s infinite;
  -o-animation: letter 4s ease-out -0.4s infinite;
  -ms-animation: letter 4s ease-out -0.4s infinite;
  animation: letter 4s ease-out -0.4s infinite;
}
.hero h2.lead {
  color: rgba(0, 0, 0, 0.3);
  font-size: 21px;
  line-height: 25px;
  display: block;
  margin-top: 8px;
}
/* Hero Effects */
.hero.shade:after,
.hero.shade:before,
.hero.opacity:after,
.hero.opacity:before {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 1;
}
.hero.opacity::after {
  background-color: rgba(0, 132, 255, 0.8);
}
.hero.shade::before {
  background: rgba(0, 0, 0, 0.2);
}
.hero-overlay.shade {
  background: -moz-linear-gradient(45deg, black 0%, rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, 0) 100%);
  background: -webkit-linear-gradient(45deg, black 0%, rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, 0) 100%);
  background: linear-gradient(45deg, black 0%, rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, 0) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#000000', endColorstr='#00000000', GradientType=1);
}
/* Waves */
.waves {
  position: absolute;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 3vw;
  margin-top: 9.5vw;
  margin-bottom: -7px;
  min-height: 2vw;
  max-height: 6vw;
  transition: all 0.3s ease-in-out;
}
.parallax &gt; use {
  -webkit-animation: move-forever 25s ease-in-out infinite;
  animation: move-forever 25s ease-in-out infinite;
}
.parallax &gt; use:nth-child(1) {
  -webkit-animation-delay: -2s;
  animation-delay: -2s;
  -webkit-animation-duration: 7s;
  animation-duration: 7s;
}
.parallax &gt; use:nth-child(2) {
  -webkit-animation-delay: -3s;
  animation-delay: -3s;
  -webkit-animation-duration: 10s;
  animation-duration: 10s;
}
.parallax &gt; use:nth-child(3) {
  -webkit-animation-delay: -4s;
  animation-delay: -4s;
  -webkit-animation-duration: 13s;
  animation-duration: 13s;
}
.parallax &gt; use:nth-child(4) {
  -webkit-animation-delay: -5s;
  animation-delay: -5s;
  -webkit-animation-duration: 20s;
  animation-duration: 20s;
}
@-webkit-keyframes move-forever {
  0% {
    transform: translate3d(-90px, 0, 0);
  }
  100% {
    transform: translate3d(85px, 0, 0);
  }
}
@keyframes move-forever {
  0% {
    transform: translate3d(-90px, 0, 0);
  }
  100% {
    transform: translate3d(85px, 0, 0);
  }
}
/* Float */
@keyframes box {
  0% {
    /*-webkit-transform: translateY(2px);
            -moz-transform: translateY(2px);
            -o-transform: translateY(2px);
            -ms-transform: translateY(2px);*/
    box-shadow: 1px 5px 0 rgba(0, 0, 0, 0.2);
    transform: rotate(0deg);
  }
  50% {
    /*-webkit-transform: translateY(0);
            -moz-transform: translateY(0);
            -o-transform: translateY(0);
            -ms-transform: translateY(0);*/
    box-shadow: 1px 1px 0 rgba(0, 0, 0, 0.2);
    transform: rotate(-6deg);
  }
  100% {
    /*-webkit-transform: translateY(2px);
            -moz-transform: translateY(2px);
            -o-transform: translateY(2px);
            -ms-transform: translateY(2px);*/
    box-shadow: 1px 5px 0 rgba(0, 0, 0, 0.2);
    transform: rotate(0deg);
  }
}
@keyframes letter {
  0% {
    /*-webkit-transform: translateY(2px);
            -moz-transform: translateY(2px);
            -o-transform: translateY(2px);
            -ms-transform: translateY(2px);*/
    text-shadow: 2px 5px 0px rgba(0, 0, 0, 0.2);
    transform: rotate(0deg);
  }
  50% {
    /*-webkit-transform: translateY(0);
            -moz-transform: translateY(0);
            -o-transform: translateY(0);
            -ms-transform: translateY(0);*/
    text-shadow: 2px 2px 0px rgba(0, 0, 0, 0.2);
    transform: rotate(2deg);
  }
  100% {
    /*-webkit-transform: translateY(2px);
            -moz-transform: translateY(2px);
            -o-transform: translateY(2px);
            -ms-transform: translateY(2px);*/
    text-shadow: 2px 5px 0px rgba(0, 0, 0, 0.2);
    transform: rotate(0deg);
  }
}
.introduction {
  background-color: #426c85;
  margin-top: -70px;
  position: relative;
  padding: 32px 34px;
  font-size: 18px;
  max-width: 470px;
  color: rgba(255, 255, 255, 0.9);
}
.introduction:after {
  content: '';
  position: absolute;
  bottom: -25px;
  right: 59px;
  width: 0;
  height: 0;
  border-left: 25px solid transparent;
  border-right: 25px solid transparent;
  border-top: 25px solid #F6F6F6;
  z-index: 10;
  border-top-color: inherit;
}
.tag {
  transition: background-color 0.2s ease 0s, opacity 0.2s ease 0s;
  background: #ddd;
  border-bottom: 2px solid #0084FF;
  border-left: 0;
  color: #0084FF;
  margin-bottom: 0.5rem;
  padding: 3px 9px;
  border-radius: 2px;
  display: inline-block;
}
.tag:hover {
  background-color: #0084FF;
  color: #fff;
}
.navigation-tags {
  color: #a5a7ae;
  font-size: 10px;
}
a.news-item {
  margin-bottom: 14px;
  display: block;
  color: rgba(0, 0, 0, 0.8);
}
a.news-item:visited {
  color: rgba(0, 0, 0, 0.8);
}
.news-item .news-title {
  display: block;
}
.news-item .news-source,
.news-item time {
  font-family: verdana;
  font-size: 12px;
}
.news-item .news-source {
  color: #006621;
}
.news-item time {
  color: rgba(0, 0, 0, 0.6);
}
.openinghours {
  padding: 0;
  list-style-type: none;
  display: inline-block;
  vertical-align: top;
  cursor: pointer;
}
.openinghours .openinghours-today {
  font-weight: bold;
  display: block;
}
.openinghours .openinghours-day {
  display: none;
}
#placerelation .placelist .card {
  display: none;
}
a {
  text-decoration: none;
}
a,
a:visited {
  color: #0084FF;
}
.logo {
  font-size: 26px;
  letter-spacing: -1px;
  line-height: 56px;
}
header .logo,
header a,
header a:visited {
  color: #FFFFFF;
}
header .logo {
  position: absolute;
  bottom: 0;
  height: 56px;
  top: 0;
  left: 0;
  right: 0;
  margin: auto;
  width: 130px;
  display: block;
  text-align: center;
}
.post .container {
  max-width: 700px;
}
h2 {
  color: rgba(0, 0, 0, 0.84);
  font-size: 44px;
  line-height: 130%;
  margin-top: 20px;
  margin-bottom: 13.33333333px;
}
.hero h2 {
  color: white;
}
h3 {
  font-size: 13px;
  font-weight: 20px;
}
.post h4 {
  color: #161b2d;
  padding-top: 25px;
  margin-bottom: 30px;
}
.synopsis {
  margin-top: 30px;
  margin-bottom: 20px;
  padding: 20px 40px;
  border-radius: 3px;
  font-size: 0.9rem;
}</pre></body></html>