@charset "UTF-8";
/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS and IE text size adjust after device orientation change,
 *    without disabling user zoom.
 */
html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

/**
 * Remove default margin.
 */
body {
  margin: 0;
}

/* HTML5 display definitions
	 ========================================================================== */
/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11
 * and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}

/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */
audio,
canvas,
progress,
video {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */
}

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
  display: none;
  height: 0;
}

/**
 * Address `[hidden]` styling not present in IE 8/9/10.
 * Hide the `template` element in IE 8/9/10/11, Safari, and Firefox < 22.
 */
[hidden],
template {
  display: none;
}

/* Links
	 ========================================================================== */
/**
 * Remove the gray background color from active links in IE 10.
 */
a {
  background-color: transparent;
}

/**
 * Improve readability of focused elements when they are also in an
 * active/hover state.
 */
a:active,
a:hover {
  outline: 0;
}

/* Text-level semantics
	 ========================================================================== */
/**
 * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
 */
abbr[title] {
  border-bottom: 1px dotted;
}

/**
 * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
 */
b,
strong {
  font-weight: bold;
}

/**
 * Address styling not present in Safari and Chrome.
 */
dfn {
  font-style: italic;
}

/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari, and Chrome.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/**
 * Address styling not present in IE 8/9.
 */
mark {
  background: #ff0;
  color: #000;
}

/**
 * Address inconsistent and variable font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

/* Embedded content
	 ========================================================================== */
/**
 * Remove border when inside `a` element in IE 8/9/10.
 */
img {
  border: 0;
}

/**
 * Correct overflow not hidden in IE 9/10/11.
 */
svg:not(:root) {
  overflow: hidden;
}

/* Grouping content
	 ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari.
 */
figure {
  margin: 1em 40px;
}

/**
 * Address differences between Firefox and other browsers.
 */
hr {
  box-sizing: content-box;
  height: 0;
}

/**
 * Contain overflow in all browsers.
 */
pre {
  overflow: auto;
}

/**
 * Address odd `em`-unit font size rendering in all browsers.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

/* Forms
	 ========================================================================== */
/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */
/**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
 */
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  /* 1 */
  font: inherit;
  /* 2 */
  margin: 0;
  /* 3 */
}

/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */
button {
  overflow: visible;
}

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.
 * Correct `select` style inheritance in Firefox.
 */
button,
select {
  text-transform: none;
}

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */
button,
html input[type=button],
input[type=reset],
input[type=submit] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */
}

/**
 * Re-set default cursor for disabled elements.
 */
button[disabled],
html input[disabled] {
  cursor: default;
}

/**
 * Remove inner padding and border in Firefox 4+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
input {
  line-height: normal;
}

/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */
input[type=checkbox],
input[type=radio] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */
input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari and Chrome.
 */
input[type=search] {
  -webkit-appearance: textfield;
  /* 1 */
  box-sizing: content-box;
  /* 2 */
}

/**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */
input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * Define consistent border, margin, and padding.
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

/**
 * 1. Correct `color` not being inherited in IE 8/9/10/11.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */
textarea {
  overflow: auto;
}

/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */
optgroup {
  font-weight: bold;
}

/* Tables
	 ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

td,
th {
  padding: 0;
}

.link-wrap .pagination, .timeline, .nav-list, .footer-links, .link-list {
  margin: 0;
  padding: 0;
  list-style: none;
}

.container:after, .clearfix:after {
  content: "";
  display: block;
  clear: both;
}

.ellipsis {
  white-space: nowrap;
  /* 1 */
  text-overflow: ellipsis;
  /* 2 */
  overflow: hidden;
}

[v-cloak] {
  visibility: hidden;
}

html {
  box-sizing: border-box;
}

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

* {
  max-height: 1000000px;
}

body {
  color: #1d1d1d;
  background: #fff;
  font: 12px/1.4 sol-pro, sans-serif;
  min-width: 320px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

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

.gm-style img {
  max-width: none;
}

h1, .h1,
h2, .h2,
h3, .h3,
h4, .h4,
h5, .h5,
h6, .h6,
.h {
  font-family: inherit;
  font-weight: bold;
  margin: 0 0 0.5em;
  color: inherit;
}

h1, .h1 {
  font-size: 30px;
}

h2, .h2 {
  font-size: 27px;
}

h3, .h3 {
  font-size: 24px;
}

h4, .h4 {
  font-size: 21px;
}

h5, .h5 {
  font-size: 17px;
}

h6, .h6 {
  font-size: 15px;
}

p {
  margin: 0 0 1em;
}

a {
  color: #39f;
}
a:hover, a:focus {
  text-decoration: none;
}

form,
fieldset {
  margin: 0;
  padding: 0;
  border-style: none;
}

input[type=text],
input[type=tel],
input[type=email],
input[type=search],
input[type=password],
textarea {
  -webkit-appearance: none;
  -webkit-border-radius: 0;
  box-sizing: border-box;
  border: 1px solid #999;
  padding: 0.4em 0.7em;
}
input[type=text]:focus,
input[type=tel]:focus,
input[type=email]:focus,
input[type=search]:focus,
input[type=password]:focus,
textarea:focus {
  border-color: #1d1d1d;
}
input[type=text]::-webkit-input-placeholder,
input[type=tel]::-webkit-input-placeholder,
input[type=email]::-webkit-input-placeholder,
input[type=search]::-webkit-input-placeholder,
input[type=password]::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
  color: #999;
}
input[type=text]::-moz-placeholder,
input[type=tel]::-moz-placeholder,
input[type=email]::-moz-placeholder,
input[type=search]::-moz-placeholder,
input[type=password]::-moz-placeholder,
textarea::-moz-placeholder {
  opacity: 1;
  color: #999;
}
input[type=text]:-moz-placeholder,
input[type=tel]:-moz-placeholder,
input[type=email]:-moz-placeholder,
input[type=search]:-moz-placeholder,
input[type=password]:-moz-placeholder,
textarea:-moz-placeholder {
  color: #999;
}
input[type=text]:-ms-input-placeholder,
input[type=tel]:-ms-input-placeholder,
input[type=email]:-ms-input-placeholder,
input[type=search]:-ms-input-placeholder,
input[type=password]:-ms-input-placeholder,
textarea:-ms-input-placeholder {
  color: #999;
}
input[type=text].placeholder,
input[type=tel].placeholder,
input[type=email].placeholder,
input[type=search].placeholder,
input[type=password].placeholder,
textarea.placeholder {
  color: #999;
}

select {
  -webkit-border-radius: 0;
}

textarea {
  resize: vertical;
  vertical-align: top;
}

button,
input[type=button],
input[type=reset],
input[type=file],
input[type=submit] {
  -webkit-appearance: none;
  -webkit-border-radius: 0;
  cursor: pointer;
}

.slide-in-bck-center {
  -webkit-animation: slide-in-bck-center 0.7s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.5s both;
  animation: slide-in-bck-center 0.7s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.5s both;
}

/* ----------------------------------------------
 * Generated by Animista on 2020-4-24 13:7:4
 * Licensed under FreeBSD License.
 * See http://animista.net/license for more info. 
 * w: http://animista.net, t: @cssanimista
 * ---------------------------------------------- */
/**
 * ----------------------------------------
 * animation slide-in-bck-center
 * ----------------------------------------
 */
@-webkit-keyframes slide-in-bck-center {
  0% {
    transform: translateZ(600px);
    opacity: 0;
  }
  100% {
    transform: translateZ(0);
    opacity: 1;
  }
}
@keyframes slide-in-bck-center {
  0% {
    transform: translateZ(600px);
    opacity: 0;
  }
  100% {
    transform: translateZ(0);
    opacity: 1;
  }
}
.slide-in-bck-center-delay {
  -webkit-animation: slide-in-bck-center-delay 0.7s cubic-bezier(0.25, 0.46, 0.45, 0.94) 1s both;
  animation: slide-in-bck-center-delay 0.7s cubic-bezier(0.25, 0.46, 0.45, 0.94) 1s both;
}

/* ----------------------------------------------
 * Generated by Animista on 2020-4-24 13:2:26
 * Licensed under FreeBSD License.
 * See http://animista.net/license for more info. 
 * w: http://animista.net, t: @cssanimista
 * ---------------------------------------------- */
/**
 * ----------------------------------------
 * animation slide-in-bck-center
 * ----------------------------------------
 */
@-webkit-keyframes slide-in-bck-center-delay {
  0% {
    transform: translateZ(600px);
    opacity: 0;
  }
  100% {
    transform: translateZ(0);
    opacity: 1;
  }
}
@keyframes slide-in-bck-center {
  0% {
    transform: translateZ(600px);
    opacity: 0;
  }
  100% {
    transform: translateZ(0);
    opacity: 1;
  }
}
.slidein-enter-active {
  -webkit-animation: slide-in-top 0.8s cubic-bezier(0.25, 0.46, 0.45, 0.94) both;
  animation: slide-in-top 0.8s cubic-bezier(0.25, 0.46, 0.45, 0.94) both;
}

.slide-in-top {
  -webkit-animation: slide-in-top 0.8s cubic-bezier(0.25, 0.46, 0.45, 0.94) both;
  animation: slide-in-top 0.8s cubic-bezier(0.25, 0.46, 0.45, 0.94) both;
}

/* ----------------------------------------------
 * Generated by Animista on 2020-4-24 13:44:18
 * Licensed under FreeBSD License.
 * See http://animista.net/license for more info. 
 * w: http://animista.net, t: @cssanimista
 * ---------------------------------------------- */
/**
 * ----------------------------------------
 * animation slide-in-top
 * ----------------------------------------
 */
@-webkit-keyframes slide-in-top {
  0% {
    transform: translateY(-1000px);
    opacity: 0;
  }
  100% {
    transform: translateY(0);
    opacity: 1;
  }
}
@keyframes slide-in-top {
  0% {
    transform: translateY(-1000px);
    opacity: 0;
  }
  100% {
    transform: translateY(0);
    opacity: 1;
  }
}
.expand-enter-active {
  -webkit-animation: focus-in-expand 0.8s cubic-bezier(0.25, 0.46, 0.45, 0.94) both;
  animation: focus-in-expand 0.8s cubic-bezier(0.25, 0.46, 0.45, 0.94) both;
}

/* ----------------------------------------------
 * Generated by Animista on 2020-4-24 14:18:25
 * Licensed under FreeBSD License.
 * See http://animista.net/license for more info. 
 * w: http://animista.net, t: @cssanimista
 * ---------------------------------------------- */
/**
 * ----------------------------------------
 * animation focus-in-expand
 * ----------------------------------------
 */
@-webkit-keyframes focus-in-expand {
  0% {
    letter-spacing: -0.5em;
    -webkit-filter: blur(12px);
    filter: blur(12px);
    opacity: 0;
  }
  100% {
    -webkit-filter: blur(0px);
    filter: blur(0px);
    opacity: 1;
  }
}
@keyframes focus-in-expand {
  0% {
    letter-spacing: -0.5em;
    -webkit-filter: blur(12px);
    filter: blur(12px);
    opacity: 0;
  }
  100% {
    -webkit-filter: blur(0px);
    filter: blur(0px);
    opacity: 1;
  }
}
.expandfwd-enter-active {
  -webkit-animation: focus-in-expand-fwd 0.8s cubic-bezier(0.25, 0.46, 0.45, 0.94) both;
  animation: focus-in-expand-fwd 0.8s cubic-bezier(0.25, 0.46, 0.45, 0.94) both;
}

/* ----------------------------------------------
 * Generated by Animista on 2020-4-24 14:51:54
 * Licensed under FreeBSD License.
 * See http://animista.net/license for more info. 
 * w: http://animista.net, t: @cssanimista
 * ---------------------------------------------- */
/**
 * ----------------------------------------
 * animation focus-in-expand-fwd
 * ----------------------------------------
 */
@-webkit-keyframes focus-in-expand-fwd {
  0% {
    letter-spacing: -0.5em;
    transform: translateZ(-800px);
    -webkit-filter: blur(12px);
    filter: blur(12px);
    opacity: 0;
  }
  100% {
    transform: translateZ(0);
    -webkit-filter: blur(0);
    filter: blur(0);
    opacity: 1;
  }
}
@keyframes focus-in-expand-fwd {
  0% {
    letter-spacing: -0.5em;
    transform: translateZ(-800px);
    -webkit-filter: blur(12px);
    filter: blur(12px);
    opacity: 0;
  }
  100% {
    transform: translateZ(0);
    -webkit-filter: blur(0);
    filter: blur(0);
    opacity: 1;
  }
}
.focus-enter-active {
  -webkit-animation: text-focus-in 0.5s cubic-bezier(0.55, 0.085, 0.68, 0.53) both;
  animation: text-focus-in 0.5s cubic-bezier(0.55, 0.085, 0.68, 0.53) both;
}

.focus-leave-to {
  -webkit-animation: text-focus-out 0.5s cubic-bezier(0.55, 0.085, 0.68, 0.53) both;
  animation: text-focus-out 0.5s cubic-bezier(0.55, 0.085, 0.68, 0.53) both;
}

.focus-long-enter-active {
  -webkit-animation: text-focus-in 1s cubic-bezier(0.55, 0.085, 0.68, 0.53) both;
  animation: text-focus-in 1s cubic-bezier(0.55, 0.085, 0.68, 0.53) both;
}

@-webkit-keyframes text-focus-in {
  0% {
    -webkit-filter: blur(12px);
    filter: blur(12px);
    opacity: 0;
  }
  100% {
    -webkit-filter: blur(0px);
    filter: blur(0px);
    opacity: 1;
  }
}
@keyframes text-focus-in {
  0% {
    -webkit-filter: blur(12px);
    filter: blur(12px);
    opacity: 0;
  }
  100% {
    -webkit-filter: blur(0px);
    filter: blur(0px);
    opacity: 1;
  }
}
@-webkit-keyframes text-focus-out {
  0% {
    -webkit-filter: blur(0px);
    filter: blur(0px);
    opacity: 1;
  }
  100% {
    -webkit-filter: blur(12px);
    filter: blur(12px);
    opacity: 0;
  }
}
@keyframes text-focus-out {
  0% {
    -webkit-filter: blur(0px);
    filter: blur(0px);
    opacity: 1;
  }
  100% {
    -webkit-filter: blur(12px);
    filter: blur(12px);
    opacity: 0;
  }
}
.fade-enter-active, .fade-leave-active {
  transition: opacity 1s;
}

.fade-enter, .fade-leave-to {
  opacity: 0;
}

.fade-fast-enter-active, .fade-fast-leave-active {
  transition: opacity 0.5s;
}

.fade-fast-enter, .fade-fast-leave-to {
  opacity: 0;
}

.scale-enter-active {
  -webkit-animation: scale-in-center 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94) both;
  animation: scale-in-center 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94) both;
}

@-webkit-keyframes scale-in-center {
  0% {
    transform: scale(0);
    opacity: 1;
  }
  100% {
    transform: scale(1);
    opacity: 1;
  }
}
@keyframes scale-in-center {
  0% {
    transform: scale(0);
    opacity: 1;
  }
  100% {
    transform: scale(1);
    opacity: 1;
  }
}
.scale-leave-active {
  -webkit-animation: scale-out-center 0.5s cubic-bezier(0.55, 0.085, 0.68, 0.53) both;
  animation: scale-out-center 0.5s cubic-bezier(0.55, 0.085, 0.68, 0.53) both;
}

@-webkit-keyframes scale-out-center {
  0% {
    transform: scale(1);
    opacity: 1;
  }
  100% {
    transform: scale(0);
    opacity: 1;
  }
}
@keyframes scale-out-center {
  0% {
    transform: scale(1);
    opacity: 1;
  }
  100% {
    transform: scale(0);
    opacity: 1;
  }
}
@-webkit-keyframes scale-up {
  0% {
    transform: scale(1);
  }
  100% {
    transform: scale(1.1);
  }
}
@keyframes scale-up {
  0% {
    transform: scale(1);
  }
  100% {
    transform: scale(1.1);
  }
}
@-webkit-keyframes scale-down {
  0% {
    transform: scale(1.1);
  }
  100% {
    transform: scale(1);
  }
}
@keyframes scale-down {
  0% {
    transform: scale(1.1);
  }
  100% {
    transform: scale(1);
  }
}
.delay-1 {
  -webkit-animation-delay: 0.6666666667s;
  animation-delay: 0.6666666667s;
}

.delay-2 {
  -webkit-animation-delay: 0.8333333333s;
  animation-delay: 0.8333333333s;
}

.delay-3 {
  -webkit-animation-delay: 1s;
  animation-delay: 1s;
}

.delay-4 {
  -webkit-animation-delay: 1.1666666667s;
  animation-delay: 1.1666666667s;
}

.delay-5 {
  -webkit-animation-delay: 1.3333333333s;
  animation-delay: 1.3333333333s;
}

.delay-6 {
  -webkit-animation-delay: 1.5s;
  animation-delay: 1.5s;
}

.delay-7 {
  -webkit-animation-delay: 1.6666666667s;
  animation-delay: 1.6666666667s;
}

.delay-8 {
  -webkit-animation-delay: 1.8333333333s;
  animation-delay: 1.8333333333s;
}

.delay-9 {
  -webkit-animation-delay: 2s;
  animation-delay: 2s;
}

.delay-10 {
  -webkit-animation-delay: 2.1666666667s;
  animation-delay: 2.1666666667s;
}

.delay-sm-1 {
  -webkit-animation-delay: 0.0833333333s;
  animation-delay: 0.0833333333s;
}

.delay-sm-2 {
  -webkit-animation-delay: 0.1666666667s;
  animation-delay: 0.1666666667s;
}

.delay-sm-3 {
  -webkit-animation-delay: 0.25s;
  animation-delay: 0.25s;
}

.delay-sm-4 {
  -webkit-animation-delay: 0.3333333333s;
  animation-delay: 0.3333333333s;
}

.delay-sm-5 {
  -webkit-animation-delay: 0.4166666667s;
  animation-delay: 0.4166666667s;
}

.delay-sm-6 {
  -webkit-animation-delay: 0.5s;
  animation-delay: 0.5s;
}

.delay-sm-7 {
  -webkit-animation-delay: 0.5833333333s;
  animation-delay: 0.5833333333s;
}

.delay-sm-8 {
  -webkit-animation-delay: 0.6666666667s;
  animation-delay: 0.6666666667s;
}

.delay-sm-9 {
  -webkit-animation-delay: 0.75s;
  animation-delay: 0.75s;
}

.delay-sm-10 {
  -webkit-animation-delay: 0.8333333333s;
  animation-delay: 0.8333333333s;
}

.front-face {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.back-face {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.scale-up-br {
  -webkit-animation: scale-up-br 0.4s cubic-bezier(0.39, 0.575, 0.565, 1) both;
  animation: scale-up-br 0.4s cubic-bezier(0.39, 0.575, 0.565, 1) both;
}

/* ----------------------------------------------
 * Generated by Animista on 2020-5-6 16:6:5
 * Licensed under FreeBSD License.
 * See http://animista.net/license for more info. 
 * w: http://animista.net, t: @cssanimista
 * ---------------------------------------------- */
/**
 * ----------------------------------------
 * animation scale-up-br
 * ----------------------------------------
 */
@-webkit-keyframes scale-up-br {
  0% {
    transform: scale(0.5);
    transform-origin: 100% 100%;
  }
  100% {
    transform: scale(1);
    transform-origin: 100% 100%;
  }
}
@keyframes scale-up-br {
  0% {
    transform: scale(0.5);
    transform-origin: 100% 100%;
  }
  100% {
    transform: scale(1);
    transform-origin: 100% 100%;
  }
}
@font-face {
  font-family: "icomoon";
  src: url("../fonts/icomoon.eot?ehsw5q");
  src: url("../fonts/icomoon.eot?ehsw5q#iefix") format("embedded-opentype"), url("../fonts/icomoon.ttf?ehsw5q") format("truetype"), url("../fonts/icomoon.woff?ehsw5q") format("woff"), url("../fonts/icomoon.svg?ehsw5q#icomoon") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: block;
}
[class^=icon-], [class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: "icomoon" !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-play:before {
  content: "\E903";
}

.icon-twitter:before {
  content: "\E900";
}

.icon-facebook:before {
  content: "\E901";
}

.icon-instagram:before {
  content: "\E902";
}

#header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  padding: 15px 0;
  z-index: 99;
}
@media (min-width: 768px) {
  #header {
    padding: 20px 0;
  }
}
@media (min-width: 1024px) {
  #header {
    padding: 35px 0;
  }
}
@media (min-width: 768px) {
  #header .container {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
  }
}
#header .logo-wrap {
  flex-basis: 200px;
  max-width: 200px;
  margin: 0 auto 10px;
}
@media (min-width: 768px) {
  #header .logo-wrap {
    margin: 0;
    float: basis 250px;
    max-width: 250px;
  }
}
@media (min-width: 1024px) {
  #header .logo-wrap {
    flex-basis: 350px;
    max-width: 350px;
  }
}
#header .right-content {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
@media (min-width: 768px) {
  #header .right-content {
    flex: 1;
    justify-content: flex-end;
  }
}
#header .bg-stretch {
  height: 200px;
}
@media (min-width: 1024px) {
  #header .bg-stretch {
    height: 308px;
  }
}

.link-list {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin: 0 -7px;
}
.link-list li {
  padding: 0 7px;
  line-height: 1;
  font-size: 26px;
  text-transform: uppercase;
}
.link-list .text {
  font-size: 1rem;
  display: inline-block;
  vertical-align: middle;
}
.link-list a {
  transition: text-shadow 0.3s ease-in-out;
  text-decoration: none;
  color: #fff;
  text-shadow: 0 0 8px rgba(255, 255, 255, 0);
}
.link-list a:hover {
  text-shadow: 0 0 8px rgba(255, 255, 255, 0.4), 0 0 8px rgba(255, 255, 255, 0.4), 0 0 8px rgba(255, 255, 255, 0.4);
}

#footer {
  transition: background 1s ease-in-out;
  padding: 30px 0 20px;
  position: fixed;
  bottom: 0;
  left: 0;
  padding: 50px 0 20px;
  right: 0;
  z-index: 99;
}
@media (min-width: 1024px) {
  #footer {
    padding: 50px 0 20px;
  }
}

.footer-links {
  margin: 0 -7px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.footer-links li {
  font-size: 0.8rem;
  color: #fff;
}
.footer-links li:not(:last-child):after {
  content: "-";
  display: inline-block;
  vertical-align: middle;
  padding: 0 8px;
}
.footer-links a {
  transition: text-shadow 0.3s ease-in-out;
  color: #fff;
  text-decoration: none;
  text-shadow: 0 0 8px rgba(255, 255, 255, 0);
}
.footer-links a:hover {
  text-shadow: 0 0 8px rgba(255, 255, 255, 0.4), 0 0 8px rgba(255, 255, 255, 0.4), 0 0 8px rgba(255, 255, 255, 0.4);
}
.footer-links a.link {
  text-transform: uppercase;
  text-decoration: underline;
}

body {
  background: #061522;
}

.music-player {
  position: fixed;
  top: 0;
  right: 0;
  z-index: 999;
}
@media (min-width: 768px) {
  .music-player {
    top: 12px;
    right: 12px;
  }
}

#wrapper {
  display: flex;
}
#wrapper:after {
  content: "";
  display: block;
  clear: both;
  height: 100vh;
}
#wrapper .w1 {
  width: 100%;
  position: relative;
  overflow: hidden;
}

.container {
  max-width: 991px;
  padding: 0 15px;
  width: 100%;
  margin: 0 auto;
}

.bg-stretch {
  transition: all 1s ease-in-out;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: -1;
  pointer-events: none;
}
.bg-stretch.banner {
  background-attachment: fixed;
}

.pink-theme .banner {
  background-image: url("../images/bg-pink.jpg") !important;
}
.pink-theme .header-bg {
  background-image: url("../images/pink-nav.png") !important;
}
.pink-theme #footer {
  background: linear-gradient(to bottom, rgba(23, 11, 25, 0) 0%, #170b19 76%, #170b19 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
}
.pink-theme blockquote {
  color: rgba(180, 131, 155, 0.5);
}
.pink-theme blockquote strong {
  color: #b4839b;
}

.blue-theme .banner {
  background-image: url("../images/bg-blue.jpg") !important;
}
.blue-theme .header-bg {
  background-image: url("../images/blue-nav.png") !important;
}
.blue-theme #footer {
  background: linear-gradient(to bottom, rgba(6, 21, 34, 0) 0%, rgba(6, 21, 34, 0.37) 28%, #061522 76%);
}
.blue-theme blockquote {
  color: rgba(50, 79, 110, 0.5);
}
.blue-theme blockquote strong {
  color: #79a9d3;
}

.purple-theme .banner {
  background-image: url("../images/bg-purple.jpg") !important;
}
.purple-theme .header-bg {
  background-image: url("../images/purple-nav.png") !important;
}
.purple-theme #footer {
  background: linear-gradient(to bottom, rgba(13, 13, 27, 0) 0%, #0d0d1b 76%, #0d0d1b 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
}
.purple-theme blockquote {
  color: rgba(126, 126, 180, 0.5);
}
.purple-theme blockquote strong {
  color: #7e7eb4;
}

.nav-list {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  z-index: 9;
}
@media (min-width: 768px) {
  .nav-list {
    position: fixed;
    display: block;
    border-left: 2px solid #fff;
    top: 200px;
    padding-bottom: 10px;
  }
}
.nav-list li {
  font-size: 1rem;
  margin: 0 0 15px;
  font-weight: 700;
  padding: 0 10px;
  text-transform: uppercase;
}
@media (min-width: 768px) {
  .nav-list li {
    padding: 6px 0;
    margin: 0;
  }
}
.nav-list li:first-child {
  padding-top: 0;
}
.nav-list li.active a {
  text-decoration: underline;
}
@media (min-width: 768px) {
  .nav-list li.active a {
    padding-left: 10px;
    text-decoration: none;
  }
}
.nav-list a {
  transition: text-shadow 0.3s ease-in-out, padding 0.3s ease-in-out;
  color: #fff;
  text-decoration: none;
  display: inline-block;
  vertical-align: top;
  text-shadow: 0 0 8px rgba(255, 255, 255, 0);
}
@media (min-width: 768px) {
  .nav-list a {
    padding-left: 45px;
  }
}
.nav-list a:hover {
  text-shadow: 0 0 8px rgba(255, 255, 255, 0.4), 0 0 8px rgba(255, 255, 255, 0.4), 0 0 8px rgba(255, 255, 255, 0.4);
}
@media (min-width: 768px) {
  .nav-list a:active {
    padding-left: 10px;
  }
}
.nav-list a.blue-theme:hover {
  text-shadow: 0 0 8px rgba(165, 213, 255, 0.4), 0 0 16px rgba(165, 213, 255, 0.4), 0 0 18px rgba(165, 213, 255, 0.4);
}
.nav-list a.purple-theme:hover {
  text-shadow: 0 0 8px rgba(126, 126, 180, 0.4), 0 0 16px rgba(126, 126, 180, 0.4), 0 0 18px rgba(126, 126, 180, 0.4);
}
.nav-list a.pink-theme:hover {
  text-shadow: 0 0 8px rgba(245, 187, 255, 0.4), 0 0 16px rgba(245, 187, 255, 0.4), 0 0 18px rgba(245, 187, 255, 0.4);
}

#main {
  padding: 150px 0 0;
}
@media (min-width: 768px) {
  #main {
    padding: 200px 0 0;
  }
}

@media (min-width: 768px) {
  #two-columns {
    display: flex;
    flex-wrap: wrap;
    position: relative;
  }
}
@media (min-width: 768px) {
  #two-columns #sidebar {
    flex-basis: 180px;
    max-width: 180px;
  }
}
@media (min-width: 1200px) {
  #two-columns #sidebar {
    flex-basis: 250px;
    max-width: 250px;
  }
}
#two-columns #content {
  position: relative;
}
@media (min-width: 768px) {
  #two-columns #content {
    flex: 1;
  }
}

.timeline {
  position: relative;
  z-index: 2;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  padding-top: 60px;
}
@media (min-width: 768px) {
  .timeline {
    justify-content: flex-start;
  }
}
.timeline li {
  position: relative;
  margin: 0 0 30px;
}
@media (min-width: 768px) {
  .timeline li {
    margin: -10px 0 0;
  }
}
@media (min-width: 768px) {
  .timeline li:nth-child(2n) {
    right: -360px;
  }
}
@media (min-width: 768px) {
  .timeline li:nth-child(3n) {
    right: -150px;
  }
}
.timeline li:only-child {
  margin: 0 0 50px;
}
@media (min-width: 768px) {
  .timeline li:only-child {
    margin: 0 auto 120px;
  }
}
.timeline.right {
  z-index: 1;
}
@media (min-width: 768px) {
  .timeline.right {
    justify-content: flex-end;
  }
}
.timeline.right .text-block {
  order: 2;
}
@media (min-width: 1024px) {
  .timeline.right .text-block {
    right: 350px;
    left: auto;
  }
}

.year {
  margin-bottom: 6rem;
}

.year-holder {
  width: 100%;
  position: relative;
  z-index: 9;
  margin: 0 auto;
}
@media (min-width: 768px) {
  .year-holder {
    margin: 0;
  }
}
@media (min-width: 768px) {
  .year-holder.center {
    margin: 0 auto;
  }
}
@media (min-width: 768px) {
  .year-holder.center .year-wrap {
    text-align: right;
    position: absolute;
    top: -50px;
    right: -80px;
  }
}
@media (min-width: 1200px) {
  .year-holder.center .year-wrap {
    top: -72px;
    right: -110px;
  }
}
@media (min-width: 768px) {
  .year-holder.right {
    margin: 0 0 0 auto;
  }
}

.year-wrap {
  text-align: center;
  z-index: 2;
}
@media (min-width: 768px) {
  .year-wrap {
    text-align: right;
    position: absolute;
    top: -80px;
    right: -65px;
  }
}
@media (min-width: 1024px) {
  .year-wrap {
    top: -100px;
    right: -110px;
  }
}
.year-wrap h1,
.year-wrap .h1 {
  margin: 0;
  font-size: 60px;
  font-family: solitas-serif-normal, "Georgia", serif;
  font-style: italic;
  color: rgba(255, 255, 255, 0.8);
}
@media (min-width: 1024px) {
  .year-wrap h1,
.year-wrap .h1 {
    font-size: 80px;
  }
}

.timeline-wrap {
  max-width: 450px;
  width: 100%;
  margin: 0 auto;
  padding-bottom: 100px;
}
@media (min-width: 768px) {
  .timeline-wrap {
    padding: 50px 15px 100px;
    margin: 0;
  }
}
@media (min-width: 1024px) {
  .timeline-wrap {
    max-width: 530px;
    margin: 0 auto;
  }
}
.timeline-wrap.hidden {
  opacity: 0;
}
.timeline-wrap .post-content {
  text-decoration: none;
  display: block;
  box-shadow: 0 10px 40px 5px rgba(0, 0, 0, 0.8);
}
@media (min-width: 1024px) {
  .timeline-wrap .text-block {
    position: absolute;
    top: 50px;
    left: 300px;
  }
}
@media (min-width: 1200px) {
  .timeline-wrap .text-block {
    left: 350px;
    top: 0;
  }
}
.timeline-wrap .image-wrap {
  transition: opacity 0.3s ease-in-out;
  display: block;
  position: relative;
  z-index: 1;
}
.timeline-wrap .image-wrap:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(66, 30, 62, 0.7);
  mix-blend-mode: saturation;
}
.timeline-wrap .image-wrap.video:after {
  background: rgba(6, 21, 34, 0.7);
}
.timeline-wrap .image-wrap.video:before {
  position: absolute;
  content: "\E903";
  font-family: icomoon;
  font-size: 40px;
  color: #fff;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.timeline-wrap .image-wrap.photography:after {
  background: rgba(37, 34, 66, 0.7);
}

.lyrics-wrap {
  width: 100%;
  max-width: 500px;
  padding: 0 15px;
  margin: 0 auto;
  position: fixed;
  bottom: 15px;
  left: 0;
  right: 0;
  text-align: center;
}
@media (min-width: 768px) {
  .lyrics-wrap {
    max-width: 700px;
    padding: 0;
    text-align: left;
  }
}
@media (min-height: 880px) {
  .lyrics-wrap {
    max-width: 991px;
    color: #000;
    text-align: left;
  }
}

blockquote {
  transition: color 1s ease-in-out;
  opacity: 1;
  visibility: visible;
  max-width: 340px;
  line-height: 1;
  font-size: 45px;
  color: rgba(50, 79, 110, 0.7);
  font-family: solitas-serif-normal, "Georgia", serif;
  font-style: italic;
  display: block;
  position: relative;
}
@media (min-width: 1024px) {
  blockquote {
    max-width: 585px;
    font-size: 70px;
  }
}
blockquote strong {
  transition: color 1s ease-in-out;
  color: #79a9d3;
  background: transparent;
  font-weight: normal;
}

.post-wrap,
.text-holder {
  transition: transform 0.3s ease-in-out;
  width: 260px;
  display: block;
  text-decoration: none;
  position: relative;
}
.post-wrap .text-wrap,
.text-holder .text-wrap {
  transition: all 0.2s;
}
.post-wrap .post-content,
.text-holder .post-content {
  -webkit-animation: scale-down 0.2s cubic-bezier(0.55, 0.085, 0.68, 0.53) both;
  animation: scale-down 0.2s cubic-bezier(0.55, 0.085, 0.68, 0.53) both;
}
.post-wrap:hover,
.text-holder:hover {
  z-index: 999;
}
.post-wrap:hover .text-wrap,
.text-holder:hover .text-wrap {
  background-color: white;
}
.post-wrap:hover .post-content,
.text-holder:hover .post-content {
  -webkit-animation: scale-up 0.3s cubic-bezier(0.55, 0.085, 0.68, 0.53) both;
  animation: scale-up 0.3s cubic-bezier(0.55, 0.085, 0.68, 0.53) both;
  -webkit-animation-delay: 0;
          animation-delay: 0;
}

.text-wrap {
  padding: 10px;
  background: rgba(255, 255, 255, 0.8);
  font-size: 0.8rem;
  font-weight: 500;
  color: #1d1d1d;
  display: block;
  text-decoration: none;
}
.text-wrap time {
  text-transform: uppercase;
  display: block;
  font-weight: 700;
}
.text-wrap p {
  margin: 0;
}
.text-wrap .title {
  transition: opacity 0.3s ease-in-out;
  font-size: 16px;
  text-transform: capitalize;
  font-style: italic;
  display: block;
}
.text-wrap .more {
  text-transform: uppercase;
  text-decoration: underline;
  color: #1d1d1d;
  font-weight: 700;
}

.link-wrap {
  text-align: center;
  margin: 0 0 15px;
}
.link-wrap .pagination {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}
.link-wrap .pagination li {
  padding: 0 15px;
}
.link-wrap .pagination a {
  transition: all 0.3s ease-in-out;
  display: inline-block;
  vertical-align: top;
}
.link-wrap .pagination a.return {
  transition: all 0.3s ease-in-out;
  font-size: 13px;
  text-transform: uppercase;
  font-weight: 700;
  position: relative;
  display: inline-block;
  text-decoration: underline;
  vertical-align: top;
  color: #fff;
  text-shadow: 0 0 8px rgba(255, 255, 255, 0);
}
.link-wrap .pagination a.return:hover {
  text-shadow: 0 0 8px white, 0 0 8px white, 0 0 8px white;
}
.link-wrap .pagination a.prev {
  height: 0;
  width: 0;
  border-bottom: 6.5px solid transparent;
  border-right: 10px solid #fff;
  border-top: 6.5px solid transparent;
}
.link-wrap .pagination a.prev:hover {
  opacity: 0.7;
}
.link-wrap .pagination a.next {
  height: 0;
  width: 0;
  border-bottom: 6.5px solid transparent;
  border-left: 10px solid #fff;
  border-top: 6.5px solid transparent;
}
.link-wrap .pagination a.next:hover {
  opacity: 0.7;
}

.detail-view {
  position: relative;
  max-width: 991px;
}
.detail-view .info-hold {
  background: #e6e7e7;
  box-shadow: 0 10px 100px 5px rgba(0, 0, 0, 0.8);
  padding: 15px;
  position: relative;
}
@media (min-width: 768px) {
  .detail-view .info-hold {
    padding: 30px;
  }
}
.detail-view .close-video {
  position: absolute;
  top: -40px;
  font-size: 1.5rem;
  line-height: 1;
  right: 0;
  background: white;
  color: black;
  padding: 8px 12px 6px;
  font-weight: bold;
  cursor: pointer;
}
.detail-view .image-wrap {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  min-height: 30vh;
}
.detail-view .image-wrap.video:before {
  position: absolute;
  content: "\E903";
  font-family: icomoon;
  font-size: 35px;
  color: #fff;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  height: 60px;
  width: 60px;
  background: #000;
  display: flex;
  justify-content: center;
  align-items: center;
  padding-left: 6px;
  border-radius: 100%;
  box-sizing: border-box;
}
.detail-view .title {
  font-size: 25px;
  font-weight: 500;
  text-decoration: none;
}
.detail-view time {
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
  margin-left: 10px;
}
.detail-view p {
  margin: 0;
  font-size: 1rem;
}
.detail-view .image-wrap {
  text-align: center;
}
.detail-view .image-wrap img {
  max-height: 40vh;
}
.detail-view .info-wrap {
  padding: 25px 0 0;
}
.detail-view .info-wrap.scrollable {
  max-height: 50vh;
  min-height: 30vh;
  overflow-y: auto;
}
.detail-view .info-wrap.text {
  padding: 0;
}
.detail-view .info-wrap.text.scrollable {
  max-height: 500px;
  overflow-y: auto;
}
.detail-view .info-wrap p {
  margin-bottom: 1.5rem;
}