@charset "UTF-8";
/*! normalize.css v3.0.1 | MIT License | git.io/normalize */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
@import url("https://fonts.googleapis.com/css?family=Poppins:400,700,900");
@import url("https://fonts.googleapis.com/css?family=Lora");
*,
*:before,
*:after {
  box-sizing: border-box; }

html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased; }

/**
 * 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,
main,
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/11, Safari, and Firefox < 22.
 */
[hidden],
template {
  display: none; }

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

/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */
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 styling not present in IE 8/9.
 */
mark {
  background: #ff0;
  color: #000; }

/**
 * 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
   ========================================================================== */
/**
 * Remove margin
 */
figure {
  margin: 0; }

/**
 * Address differences between Firefox and other browsers.
 */
hr {
  -moz-box-sizing: content-box;
  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
 *    (include `-moz` to future-proof).
 */
input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  /* 2 */
  box-sizing: content-box; }

/**
 * 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; }

/**
 * 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; }

/* Blockquote
   ========================================================================== */
blockquote {
  margin: 0; }

/**
 * Clearfix helper
 * Used to contain floats: h5bp.com/q
 */
.clearfix::before,
.clearfix::after {
  content: "";
  display: table; }

.clearfix::after {
  clear: both; }

.color-text-accent {
  color: #2176FF !important; }

.color-text-neutral {
  color: #2176FF !important; }

.color-text-negative {
  color: #DC0073 !important; }

.color-text-positive {
  color: #04E762 !important; }

.color-svg-accent {
  fill: #2176FF !important; }

.color-svg-neutral {
  fill: #34576d !important; }

.color-svg-negative {
  fill: #DC0073 !important; }

.color-svg-positive {
  fill: #04E762 !important; }

.row {
  *zoom: 1; }
  .row:before, .row:after {
    content: " ";
    display: table; }
  .row:after {
    clear: both; }

.clearfix:after,
.cf:after {
  visibility: hidden;
  display: block;
  font-size: 0;
  content: " ";
  clear: both; }

.clearfix, .cf {
  display: inline-block; }

/* start commented backslash hack \*/
* html .clearfix,
* html .cf {
  height: 1%; }

.clearfix,
.cf {
  display: block; }

/* close commented backslash hack */
img {
  width: auto;
  max-width: 100%;
  height: auto !important; }

.wrap-fluid {
  float: left;
  margin: 0 10px;
  width: 50%; }
  @media only screen and (max-width: 61em) {
    .wrap-fluid {
      width: auto; } }

[class*='col-'] {
  float: left;
  padding: 0;
  width: 100%;
  min-height: 1px; }

@media only screen and (min-width: 61em) {
  .col-1 {
    width: 8.33333%;
    position: relative;
    padding: 0 20px; }
  .col-2 {
    width: 16.66667%;
    position: relative;
    padding: 0 20px; }
  .col-3 {
    width: 25%;
    position: relative;
    padding: 0 20px; }
  .col-4 {
    width: 33.33333%;
    position: relative;
    padding: 0 20px; }
  .col-5 {
    width: 41.66667%;
    position: relative;
    padding: 0 20px; }
  .col-6 {
    width: 50%;
    position: relative;
    padding: 0 20px; }
  .col-7 {
    width: 58.33333%;
    position: relative;
    padding: 0 20px; }
  .col-8 {
    width: 66.66667%;
    position: relative;
    padding: 0 20px; }
  .col-9 {
    width: 75%;
    position: relative;
    padding: 0 20px; }
  .col-10 {
    width: 83.33333%;
    position: relative;
    padding: 0 20px; }
  .col-11 {
    width: 91.66667%;
    position: relative;
    padding: 0 20px; }
  .col-12 {
    width: 100%;
    position: relative;
    padding: 0 20px; } }

.centered {
  float: none;
  margin: 0 auto; }

/*!
 * animsition v4.0.2
 * A simple and easy jQuery plugin for CSS animated page transitions.
 * http://blivesta.github.io/animsition
 * License : MIT
 * Author : blivesta (http://blivesta.com/)
 */
.js #container,
.js .animsition,
.js .animsition-overlay {
  position: relative;
  opacity: 0;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both; }

.js .an {
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  animation-duration: 1s; }

/**
 * overlay option
 */
.js .animsition-overlay-slide {
  position: fixed;
  z-index: 1000;
  width: 100%;
  height: 100%; }

.js .animsition-overlay-slide,
.js .bg-init {
  background-color: #ffffff; }

/* loading option */
.animsition-loading {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  border-style: solid;
  border-radius: 50%;
  animation: 1s pulse infinite; }

@keyframes pulse {
  0% {
    height: 0px;
    width: 0px;
    border-width: 32px;
    opacity: 0; }
  20% {
    opacity: 1; }
  80% {
    height: 64px;
    width: 64px;
    border-width: 0px;
    opacity: 0; }
  100% {
    opacity: 0; } }

@-webkit-keyframes fade-in {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }

@keyframes fade-in {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }

.fade-in {
  -webkit-animation-name: fade-in;
  animation-name: fade-in; }

@-webkit-keyframes fade-out {
  0% {
    opacity: 1; }
  100% {
    opacity: 0; } }

@keyframes fade-out {
  0% {
    opacity: 1; }
  100% {
    opacity: 0; } }

.fade-out {
  -webkit-animation-name: fade-out;
  animation-name: fade-out; }

@-webkit-keyframes fade-in-up {
  0% {
    -webkit-transform: translateY(500px);
    transform: translateY(500px);
    opacity: 0; }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1; } }

@keyframes fade-in-up {
  0% {
    -webkit-transform: translateY(500px);
    transform: translateY(500px);
    opacity: 0; }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1; } }

.fade-in-up {
  -webkit-animation-name: fade-in-up;
  animation-name: fade-in-up; }

@-webkit-keyframes fade-out-up {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1; }
  100% {
    -webkit-transform: translateY(-500px);
    transform: translateY(-500px);
    opacity: 0; } }

@keyframes fade-out-up {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1; }
  100% {
    -webkit-transform: translateY(-500px);
    transform: translateY(-500px);
    opacity: 0; } }

.fade-out-up {
  -webkit-animation-name: fade-out-up;
  animation-name: fade-out-up; }

@-webkit-keyframes fade-in-up-sm {
  0% {
    -webkit-transform: translateY(100px);
    transform: translateY(100px);
    opacity: 0; }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1; } }

@keyframes fade-in-up-sm {
  0% {
    -webkit-transform: translateY(100px);
    transform: translateY(100px);
    opacity: 0; }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1; } }

.fade-in-up-sm {
  -webkit-animation-name: fade-in-up-sm;
  animation-name: fade-in-up-sm; }

@-webkit-keyframes fade-out-up-sm {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1; }
  100% {
    -webkit-transform: translateY(-100px);
    transform: translateY(-100px);
    opacity: 0; } }

@keyframes fade-out-up-sm {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1; }
  100% {
    -webkit-transform: translateY(-100px);
    transform: translateY(-100px);
    opacity: 0; } }

.fade-out-up-sm {
  -webkit-animation-name: fade-out-up-sm;
  animation-name: fade-out-up-sm; }

@-webkit-keyframes fade-in-up-lg {
  0% {
    -webkit-transform: translateY(1000px);
    transform: translateY(1000px);
    opacity: 0; }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1; } }

@keyframes fade-in-up-lg {
  0% {
    -webkit-transform: translateY(1000px);
    transform: translateY(1000px);
    opacity: 0; }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1; } }

.fade-in-up-lg {
  -webkit-animation-name: fade-in-up-lg;
  animation-name: fade-in-up-lg; }

@-webkit-keyframes fade-out-up-lg {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1; }
  100% {
    -webkit-transform: translateY(-1000px);
    transform: translateY(-1000px);
    opacity: 0; } }

@keyframes fade-out-up-lg {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1; }
  100% {
    -webkit-transform: translateY(-1000px);
    transform: translateY(-1000px);
    opacity: 0; } }

.fade-out-up-lg {
  -webkit-animation-name: fade-out-up-lg;
  animation-name: fade-out-up-lg; }

@-webkit-keyframes fade-in-down {
  0% {
    -webkit-transform: translateY(-500px);
    transform: translateY(-500px);
    opacity: 0; }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1; } }

@keyframes fade-in-down {
  0% {
    -webkit-transform: translateY(-500px);
    transform: translateY(-500px);
    opacity: 0; }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1; } }

.fade-in-down {
  -webkit-animation-name: fade-in-down;
  animation-name: fade-in-down; }

@-webkit-keyframes fade-out-down {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1; }
  100% {
    -webkit-transform: translateY(500px);
    transform: translateY(500px);
    opacity: 0; } }

@keyframes fade-out-down {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1; }
  100% {
    -webkit-transform: translateY(500px);
    transform: translateY(500px);
    opacity: 0; } }

.fade-out-down {
  -webkit-animation-name: fade-out-down;
  animation-name: fade-out-down; }

@-webkit-keyframes fade-in-down-sm {
  0% {
    -webkit-transform: translateY(-100px);
    transform: translateY(-100px);
    opacity: 0; }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1; } }

@keyframes fade-in-down-sm {
  0% {
    -webkit-transform: translateY(-100px);
    transform: translateY(-100px);
    opacity: 0; }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1; } }

.fade-in-down-sm {
  -webkit-animation-name: fade-in-down-sm;
  animation-name: fade-in-down-sm; }

@-webkit-keyframes fade-out-down-sm {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1; }
  100% {
    -webkit-transform: translateY(100px);
    transform: translateY(100px);
    opacity: 0; } }

@keyframes fade-out-down-sm {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1; }
  100% {
    -webkit-transform: translateY(100px);
    transform: translateY(100px);
    opacity: 0; } }

.fade-out-down-sm {
  -webkit-animation-name: fade-out-down-sm;
  animation-name: fade-out-down-sm; }

@-webkit-keyframes fade-in-down-lg {
  0% {
    -webkit-transform: translateY(-1000px);
    transform: translateY(-1000px);
    opacity: 0; }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1; } }

@keyframes fade-in-down-lg {
  0% {
    -webkit-transform: translateY(-1000px);
    transform: translateY(-1000px);
    opacity: 0; }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1; } }

.fade-in-down-lg {
  -webkit-animation-name: fade-in-down;
  animation-name: fade-in-down; }

@-webkit-keyframes fade-out-down-lg {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1; }
  100% {
    -webkit-transform: translateY(1000px);
    transform: translateY(1000px);
    opacity: 0; } }

@keyframes fade-out-down-lg {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1; }
  100% {
    -webkit-transform: translateY(1000px);
    transform: translateY(1000px);
    opacity: 0; } }

.fade-out-down-lg {
  -webkit-animation-name: fade-out-down-lg;
  animation-name: fade-out-down-lg; }

@-webkit-keyframes fade-in-left {
  0% {
    -webkit-transform: translateX(-500px);
    transform: translateX(-500px);
    opacity: 0; }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    opacity: 1; } }

@keyframes fade-in-left {
  0% {
    -webkit-transform: translateX(-500px);
    transform: translateX(-500px);
    opacity: 0; }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    opacity: 1; } }

.fade-in-left {
  -webkit-animation-name: fade-in-left;
  animation-name: fade-in-left; }

@-webkit-keyframes fade-out-left {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    opacity: 1; }
  100% {
    -webkit-transform: translateX(-500px);
    transform: translateX(-500px);
    opacity: 0; } }

@keyframes fade-out-left {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    opacity: 1; }
  100% {
    -webkit-transform: translateX(-500px);
    transform: translateX(-500px);
    opacity: 0; } }

.fade-out-left {
  -webkit-animation-name: fade-out-left;
  animation-name: fade-out-left; }

@-webkit-keyframes fade-in-left-sm {
  0% {
    -webkit-transform: translateX(-100px);
    transform: translateX(-100px);
    opacity: 0; }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    opacity: 1; } }

@keyframes fade-in-left-sm {
  0% {
    -webkit-transform: translateX(-100px);
    transform: translateX(-100px);
    opacity: 0; }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    opacity: 1; } }

.fade-in-left-sm {
  -webkit-animation-name: fade-in-left-sm;
  animation-name: fade-in-left-sm; }

@-webkit-keyframes fade-out-left-sm {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    opacity: 1; }
  100% {
    -webkit-transform: translateX(-100px);
    transform: translateX(-100px);
    opacity: 0; } }

@keyframes fade-out-left-sm {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    opacity: 1; }
  100% {
    -webkit-transform: translateX(-100px);
    transform: translateX(-100px);
    opacity: 0; } }

.fade-out-left-sm {
  -webkit-animation-name: fade-out-left-sm;
  animation-name: fade-out-left-sm; }

@-webkit-keyframes fade-in-left-lg {
  0% {
    -webkit-transform: translateX(-1500px);
    transform: translateX(-1500px);
    opacity: 0; }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    opacity: 1; } }

@keyframes fade-in-left-lg {
  0% {
    -webkit-transform: translateX(-1500px);
    transform: translateX(-1500px);
    opacity: 0; }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    opacity: 1; } }

.fade-in-left-lg {
  -webkit-animation-name: fade-in-left-lg;
  animation-name: fade-in-left-lg; }

@-webkit-keyframes fade-out-left-lg {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    opacity: 1; }
  100% {
    -webkit-transform: translateX(-1500px);
    transform: translateX(-1500px);
    opacity: 0; } }

@keyframes fade-out-left-lg {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    opacity: 1; }
  100% {
    -webkit-transform: translateX(-1500px);
    transform: translateX(-1500px);
    opacity: 0; } }

.fade-out-left-lg {
  -webkit-animation-name: fade-out-left-lg;
  animation-name: fade-out-left-lg; }

@-webkit-keyframes fade-in-right {
  0% {
    -webkit-transform: translateX(500px);
    transform: translateX(500px);
    opacity: 0; }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    opacity: 1; } }

@keyframes fade-in-right {
  0% {
    -webkit-transform: translateX(500px);
    transform: translateX(500px);
    opacity: 0; }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    opacity: 1; } }

.fade-in-right {
  -webkit-animation-name: fade-in-right;
  animation-name: fade-in-right; }

@-webkit-keyframes fade-out-right {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    opacity: 1; }
  100% {
    -webkit-transform: translateX(500px);
    transform: translateX(500px);
    opacity: 0; } }

@keyframes fade-out-right {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    opacity: 1; }
  100% {
    -webkit-transform: translateX(500px);
    transform: translateX(500px);
    opacity: 0; } }

.fade-out-right {
  -webkit-animation-name: fade-out-right;
  animation-name: fade-out-right; }

@-webkit-keyframes fade-in-right-sm {
  0% {
    -webkit-transform: translateX(100px);
    transform: translateX(100px);
    opacity: 0; }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    opacity: 1; } }

@keyframes fade-in-right-sm {
  0% {
    -webkit-transform: translateX(100px);
    transform: translateX(100px);
    opacity: 0; }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    opacity: 1; } }

.fade-in-right-sm {
  -webkit-animation-name: fade-in-right-sm;
  animation-name: fade-in-right-sm; }

@-webkit-keyframes fade-out-right-sm {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    opacity: 1; }
  100% {
    -webkit-transform: translateX(100px);
    transform: translateX(100px);
    opacity: 0; } }

@keyframes fade-out-right-sm {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    opacity: 1; }
  100% {
    -webkit-transform: translateX(100px);
    transform: translateX(100px);
    opacity: 0; } }

.fade-out-right-sm {
  -webkit-animation-name: fade-out-right-sm;
  animation-name: fade-out-right-sm; }

@-webkit-keyframes fade-in-right-lg {
  0% {
    -webkit-transform: translateX(1500px);
    transform: translateX(1500px);
    opacity: 0; }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    opacity: 1; } }

@keyframes fade-in-right-lg {
  0% {
    -webkit-transform: translateX(1500px);
    transform: translateX(1500px);
    opacity: 0; }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    opacity: 1; } }

.fade-in-right-lg {
  -webkit-animation-name: fade-in-right-lg;
  animation-name: fade-in-right-lg; }

@-webkit-keyframes fade-out-right-lg {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    opacity: 1; }
  100% {
    -webkit-transform: translateX(1500px);
    transform: translateX(1500px);
    opacity: 0; } }

@keyframes fade-out-right-lg {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    opacity: 1; }
  100% {
    -webkit-transform: translateX(1500px);
    transform: translateX(1500px);
    opacity: 0; } }

.fade-out-right-lg {
  -webkit-animation-name: fade-out-right-lg;
  animation-name: fade-out-right-lg; }

@-webkit-keyframes rotate-in {
  0% {
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
    -webkit-transform-origin: center center;
    transform-origin: center center;
    opacity: 0; }
  100% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
    -webkit-transform-origin: center center;
    transform-origin: center center;
    opacity: 1; } }

@keyframes rotate-in {
  0% {
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
    -webkit-transform-origin: center center;
    transform-origin: center center;
    opacity: 0; }
  100% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
    -webkit-transform-origin: center center;
    transform-origin: center center;
    opacity: 1; } }

.rotate-in {
  -webkit-animation-name: rotate-in;
  animation-name: rotate-in; }

@-webkit-keyframes rotate-out {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
    -webkit-transform-origin: center center;
    transform-origin: center center;
    opacity: 1; }
  100% {
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
    -webkit-transform-origin: center center;
    transform-origin: center center;
    opacity: 0; } }

@keyframes rotate-out {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
    -webkit-transform-origin: center center;
    transform-origin: center center;
    opacity: 1; }
  100% {
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
    -webkit-transform-origin: center center;
    transform-origin: center center;
    opacity: 0; } }

.rotate-out {
  -webkit-animation-name: rotate-out;
  animation-name: rotate-out; }

@-webkit-keyframes rotate-in-sm {
  0% {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    -webkit-transform-origin: center center;
    transform-origin: center center;
    opacity: 0; }
  100% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
    -webkit-transform-origin: center center;
    transform-origin: center center;
    opacity: 1; } }

@keyframes rotate-in-sm {
  0% {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    -webkit-transform-origin: center center;
    transform-origin: center center;
    opacity: 0; }
  100% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
    -webkit-transform-origin: center center;
    transform-origin: center center;
    opacity: 1; } }

.rotate-in-sm {
  -webkit-animation-name: rotate-in-sm;
  animation-name: rotate-in-sm; }

@-webkit-keyframes rotate-out-sm {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
    -webkit-transform-origin: center center;
    transform-origin: center center;
    opacity: 1; }
  100% {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    -webkit-transform-origin: center center;
    transform-origin: center center;
    opacity: 0; } }

@keyframes rotate-out-sm {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
    -webkit-transform-origin: center center;
    transform-origin: center center;
    opacity: 1; }
  100% {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    -webkit-transform-origin: center center;
    transform-origin: center center;
    opacity: 0; } }

.rotate-out-sm {
  -webkit-animation-name: rotate-out-sm;
  animation-name: rotate-out-sm; }

@-webkit-keyframes rotate-in-lg {
  0% {
    -webkit-transform: rotate(-180deg);
    transform: rotate(-180deg);
    -webkit-transform-origin: center center;
    transform-origin: center center;
    opacity: 0; }
  100% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
    -webkit-transform-origin: center center;
    transform-origin: center center;
    opacity: 1; } }

@keyframes rotate-in-lg {
  0% {
    -webkit-transform: rotate(-180deg);
    transform: rotate(-180deg);
    -webkit-transform-origin: center center;
    transform-origin: center center;
    opacity: 0; }
  100% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
    -webkit-transform-origin: center center;
    transform-origin: center center;
    opacity: 1; } }

.rotate-in-lg {
  -webkit-animation-name: rotate-in-lg;
  animation-name: rotate-in-lg; }

@-webkit-keyframes rotate-out-lg {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
    -webkit-transform-origin: center center;
    transform-origin: center center;
    opacity: 1; }
  100% {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
    -webkit-transform-origin: center center;
    transform-origin: center center;
    opacity: 0; } }

@keyframes rotate-out-lg {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
    -webkit-transform-origin: center center;
    transform-origin: center center;
    opacity: 1; }
  100% {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
    -webkit-transform-origin: center center;
    transform-origin: center center;
    opacity: 0; } }

.rotate-out-lg {
  -webkit-animation-name: rotate-out-lg;
  animation-name: rotate-out-lg; }

@-webkit-keyframes flip-in-x {
  0% {
    -webkit-transform: perspective(550px) rotateX(90deg);
    transform: perspective(550px) rotateX(90deg);
    opacity: 0; }
  100% {
    -webkit-transform: perspective(550px) rotateX(0deg);
    transform: perspective(550px) rotateX(0deg);
    opacity: 1; } }

@keyframes flip-in-x {
  0% {
    -webkit-transform: perspective(550px) rotateX(90deg);
    transform: perspective(550px) rotateX(90deg);
    opacity: 0; }
  100% {
    -webkit-transform: perspective(550px) rotateX(0deg);
    transform: perspective(550px) rotateX(0deg);
    opacity: 1; } }

.flip-in-x {
  -webkit-animation-name: flip-in-x;
  animation-name: flip-in-x;
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important; }

@-webkit-keyframes flip-out-x {
  0% {
    -webkit-transform: perspective(550px) rotateX(0deg);
    transform: perspective(550px) rotateX(0deg);
    opacity: 1; }
  100% {
    -webkit-transform: perspective(550px) rotateX(90deg);
    transform: perspective(550px) rotateX(90deg);
    opacity: 0; } }

@keyframes flip-out-x {
  0% {
    -webkit-transform: perspective(550px) rotateX(0deg);
    transform: perspective(550px) rotateX(0deg);
    opacity: 1; }
  100% {
    -webkit-transform: perspective(550px) rotateX(90deg);
    transform: perspective(550px) rotateX(90deg);
    opacity: 0; } }

.flip-out-x {
  -webkit-animation-name: flip-out-x;
  animation-name: flip-out-x;
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important; }

@-webkit-keyframes flip-in-x-nr {
  0% {
    -webkit-transform: perspective(100px) rotateX(90deg);
    transform: perspective(100px) rotateX(90deg);
    opacity: 0; }
  100% {
    -webkit-transform: perspective(100px) rotateX(0deg);
    transform: perspective(100px) rotateX(0deg);
    opacity: 1; } }

@keyframes flip-in-x-nr {
  0% {
    -webkit-transform: perspective(100px) rotateX(90deg);
    transform: perspective(100px) rotateX(90deg);
    opacity: 0; }
  100% {
    -webkit-transform: perspective(100px) rotateX(0deg);
    transform: perspective(100px) rotateX(0deg);
    opacity: 1; } }

.flip-in-x-nr {
  -webkit-animation-name: flip-in-x-nr;
  animation-name: flip-in-x-nr;
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important; }

@-webkit-keyframes flip-out-x-nr {
  0% {
    -webkit-transform: perspective(100px) rotateX(0deg);
    transform: perspective(100px) rotateX(0deg);
    opacity: 1; }
  100% {
    -webkit-transform: perspective(100px) rotateX(90deg);
    transform: perspective(100px) rotateX(90deg);
    opacity: 0; } }

@keyframes flip-out-x-nr {
  0% {
    -webkit-transform: perspective(100px) rotateX(0deg);
    transform: perspective(100px) rotateX(0deg);
    opacity: 1; }
  100% {
    -webkit-transform: perspective(100px) rotateX(90deg);
    transform: perspective(100px) rotateX(90deg);
    opacity: 0; } }

.flip-out-x-nr {
  -webkit-animation-name: flip-out-x-nr;
  animation-name: flip-out-x-nr;
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important; }

@-webkit-keyframes flip-in-x-fr {
  0% {
    -webkit-transform: perspective(1000px) rotateX(90deg);
    transform: perspective(1000px) rotateX(90deg);
    opacity: 0; }
  100% {
    -webkit-transform: perspective(1000px) rotateX(0deg);
    transform: perspective(1000px) rotateX(0deg);
    opacity: 1; } }

@keyframes flip-in-x-fr {
  0% {
    -webkit-transform: perspective(1000px) rotateX(90deg);
    transform: perspective(1000px) rotateX(90deg);
    opacity: 0; }
  100% {
    -webkit-transform: perspective(1000px) rotateX(0deg);
    transform: perspective(1000px) rotateX(0deg);
    opacity: 1; } }

.flip-in-x-fr {
  -webkit-animation-name: flip-in-x-fr;
  animation-name: flip-in-x-fr;
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important; }

@-webkit-keyframes flip-out-x-fr {
  0% {
    -webkit-transform: perspective(1000px) rotateX(0deg);
    transform: perspective(1000px) rotateX(0deg);
    opacity: 1; }
  100% {
    -webkit-transform: perspective(1000px) rotateX(90deg);
    transform: perspective(1000px) rotateX(90deg);
    opacity: 0; } }

@keyframes flip-out-x-fr {
  0% {
    -webkit-transform: perspective(1000px) rotateX(0deg);
    transform: perspective(1000px) rotateX(0deg);
    opacity: 1; }
  100% {
    -webkit-transform: perspective(1000px) rotateX(90deg);
    transform: perspective(1000px) rotateX(90deg);
    opacity: 0; } }

.flip-out-x-fr {
  -webkit-animation-name: flip-out-x-fr;
  animation-name: flip-out-x-fr;
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important; }

@-webkit-keyframes flip-in-y {
  0% {
    -webkit-transform: perspective(550px) rotateY(90deg);
    transform: perspective(550px) rotateY(90deg);
    opacity: 0; }
  100% {
    -webkit-transform: perspective(550px) rotateY(0deg);
    transform: perspective(550px) rotateY(0deg);
    opacity: 1; } }

@keyframes flip-in-y {
  0% {
    -webkit-transform: perspective(550px) rotateY(90deg);
    transform: perspective(550px) rotateY(90deg);
    opacity: 0; }
  100% {
    -webkit-transform: perspective(550px) rotateY(0deg);
    transform: perspective(550px) rotateY(0deg);
    opacity: 1; } }

.flip-in-y {
  -webkit-animation-name: flip-in-y;
  animation-name: flip-in-y;
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important; }

@-webkit-keyframes flip-out-y {
  0% {
    -webkit-transform: perspective(550px) rotateY(0deg);
    transform: perspective(550px) rotateY(0deg);
    opacity: 1; }
  100% {
    -webkit-transform: perspective(550px) rotateY(90deg);
    transform: perspective(550px) rotateY(90deg);
    opacity: 0; } }

@keyframes flip-out-y {
  0% {
    -webkit-transform: perspective(550px) rotateY(0deg);
    transform: perspective(550px) rotateY(0deg);
    opacity: 1; }
  100% {
    -webkit-transform: perspective(550px) rotateY(90deg);
    transform: perspective(550px) rotateY(90deg);
    opacity: 0; } }

.flip-out-y {
  -webkit-animation-name: flip-out-y;
  animation-name: flip-out-y;
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important; }

@-webkit-keyframes flip-in-y-nr {
  0% {
    -webkit-transform: perspective(100px) rotateY(90deg);
    transform: perspective(100px) rotateY(90deg);
    opacity: 0; }
  100% {
    -webkit-transform: perspective(100px) rotateY(0deg);
    transform: perspective(100px) rotateY(0deg);
    opacity: 1; } }

@keyframes flip-in-y-nr {
  0% {
    -webkit-transform: perspective(100px) rotateY(90deg);
    transform: perspective(100px) rotateY(90deg);
    opacity: 0; }
  100% {
    -webkit-transform: perspective(100px) rotateY(0deg);
    transform: perspective(100px) rotateY(0deg);
    opacity: 1; } }

.flip-in-y-nr {
  -webkit-animation-name: flip-in-y-nr;
  animation-name: flip-in-y-nr;
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important; }

@-webkit-keyframes flip-out-y-nr {
  0% {
    -webkit-transform: perspective(100px) rotateY(0deg);
    transform: perspective(100px) rotateY(0deg);
    opacity: 1; }
  100% {
    -webkit-transform: perspective(100px) rotateY(90deg);
    transform: perspective(100px) rotateY(90deg);
    opacity: 0; } }

@keyframes flip-out-y-nr {
  0% {
    -webkit-transform: perspective(100px) rotateY(0deg);
    transform: perspective(100px) rotateY(0deg);
    opacity: 1; }
  100% {
    -webkit-transform: perspective(100px) rotateY(90deg);
    transform: perspective(100px) rotateY(90deg);
    opacity: 0; } }

.flip-out-y-nr {
  -webkit-animation-name: flip-out-y-nr;
  animation-name: flip-out-y-nr;
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important; }

@-webkit-keyframes flip-in-y-fr {
  0% {
    -webkit-transform: perspective(1000px) rotateY(90deg);
    transform: perspective(1000px) rotateY(90deg);
    opacity: 0; }
  100% {
    -webkit-transform: perspective(1000px) rotateY(0deg);
    transform: perspective(1000px) rotateY(0deg);
    opacity: 1; } }

@keyframes flip-in-y-fr {
  0% {
    -webkit-transform: perspective(1000px) rotateY(90deg);
    transform: perspective(1000px) rotateY(90deg);
    opacity: 0; }
  100% {
    -webkit-transform: perspective(1000px) rotateY(0deg);
    transform: perspective(1000px) rotateY(0deg);
    opacity: 1; } }

.flip-in-y-fr {
  -webkit-animation-name: flip-in-y-fr;
  animation-name: flip-in-y-fr;
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important; }

@-webkit-keyframes flip-out-y-fr {
  0% {
    -webkit-transform: perspective(1000px) rotateY(0deg);
    transform: perspective(1000px) rotateY(0deg);
    opacity: 1; }
  100% {
    -webkit-transform: perspective(1000px) rotateY(90deg);
    transform: perspective(1000px) rotateY(90deg);
    opacity: 0; } }

@keyframes flip-out-y-fr {
  0% {
    -webkit-transform: perspective(1000px) rotateY(0deg);
    transform: perspective(1000px) rotateY(0deg);
    opacity: 1; }
  100% {
    -webkit-transform: perspective(1000px) rotateY(90deg);
    transform: perspective(1000px) rotateY(90deg);
    opacity: 0; } }

.flip-out-y-fr {
  -webkit-animation-name: flip-out-y-fr;
  animation-name: flip-out-y-fr;
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important; }

@-webkit-keyframes zoom-in {
  0% {
    -webkit-transform: scale(0.7);
    transform: scale(0.7);
    opacity: 0; }
  100% {
    opacity: 1; } }

@keyframes zoom-in {
  0% {
    -webkit-transform: scale(0.7);
    transform: scale(0.7);
    opacity: 0; }
  100% {
    opacity: 1; } }

.zoom-in {
  -webkit-animation-name: zoom-in;
  animation-name: zoom-in; }

@-webkit-keyframes zoom-out {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1; }
  50% {
    -webkit-transform: scale(0.7);
    transform: scale(0.7);
    opacity: 0; }
  100% {
    opacity: 0; } }

@keyframes zoom-out {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1; }
  50% {
    -webkit-transform: scale(0.7);
    transform: scale(0.7);
    opacity: 0; }
  100% {
    opacity: 0; } }

.zoom-out {
  -webkit-animation-name: zoom-out;
  animation-name: zoom-out; }

@-webkit-keyframes zoom-in-sm {
  0% {
    -webkit-transform: scale(0.95);
    transform: scale(0.95);
    opacity: 0; }
  100% {
    opacity: 1; } }

@keyframes zoom-in-sm {
  0% {
    -webkit-transform: scale(0.95);
    transform: scale(0.95);
    opacity: 0; }
  100% {
    opacity: 1; } }

.zoom-in-sm {
  -webkit-animation-name: zoom-in-sm;
  animation-name: zoom-in-sm; }

@-webkit-keyframes zoom-out-sm {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1; }
  50% {
    -webkit-transform: scale(0.95);
    transform: scale(0.95);
    opacity: 0; }
  100% {
    opacity: 0; } }

@keyframes zoom-out-sm {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1; }
  50% {
    -webkit-transform: scale(0.95);
    transform: scale(0.95);
    opacity: 0; }
  100% {
    opacity: 0; } }

.zoom-out-sm {
  -webkit-animation-name: zoom-out-sm;
  animation-name: zoom-out-sm; }

@-webkit-keyframes zoom-in-lg {
  0% {
    -webkit-transform: scale(0.4);
    transform: scale(0.4);
    opacity: 0; }
  100% {
    opacity: 1; } }

@keyframes zoom-in-lg {
  0% {
    -webkit-transform: scale(0.4);
    transform: scale(0.4);
    opacity: 0; }
  100% {
    opacity: 1; } }

.zoom-in-lg {
  -webkit-animation-name: zoom-in-lg;
  animation-name: zoom-in-lg; }

@-webkit-keyframes zoom-out-lg {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1; }
  50% {
    -webkit-transform: scale(0.4);
    transform: scale(0.4);
    opacity: 0; }
  100% {
    opacity: 0; } }

@keyframes zoom-out-lg {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1; }
  50% {
    -webkit-transform: scale(0.4);
    transform: scale(0.4);
    opacity: 0; }
  100% {
    opacity: 0; } }

.zoom-out-lg {
  -webkit-animation-name: zoom-out-lg;
  animation-name: zoom-out-lg; }

@-webkit-keyframes overlay-slide-in-top {
  0% {
    height: 100%; }
  100% {
    height: 0; } }

@keyframes overlay-slide-in-top {
  0% {
    height: 100%; }
  100% {
    height: 0; } }

.overlay-slide-in-top {
  top: 0;
  height: 0;
  -webkit-animation-name: overlay-slide-in-top;
  animation-name: overlay-slide-in-top; }

@-webkit-keyframes overlay-slide-out-top {
  0% {
    height: 0; }
  100% {
    height: 100%; } }

@keyframes overlay-slide-out-top {
  0% {
    height: 0; }
  100% {
    height: 100%; } }

.overlay-slide-out-top {
  top: 0;
  height: 100%;
  -webkit-animation-name: overlay-slide-out-top;
  animation-name: overlay-slide-out-top; }

@-webkit-keyframes overlay-slide-in-bottom {
  0% {
    height: 100%; }
  100% {
    height: 0; } }

@keyframes overlay-slide-in-bottom {
  0% {
    height: 100%; }
  100% {
    height: 0; } }

.overlay-slide-in-bottom {
  bottom: 0;
  height: 0;
  -webkit-animation-name: overlay-slide-in-bottom;
  animation-name: overlay-slide-in-bottom; }

@-webkit-keyframes overlay-slide-out-bottom {
  0% {
    height: 0; }
  100% {
    height: 100%; } }

@keyframes overlay-slide-out-bottom {
  0% {
    height: 0; }
  100% {
    height: 100%; } }

.overlay-slide-out-bottom {
  bottom: 0;
  height: 100%;
  -webkit-animation-name: overlay-slide-out-bottom;
  animation-name: overlay-slide-out-bottom; }

@-webkit-keyframes overlay-slide-in-left {
  0% {
    width: 100%; }
  100% {
    width: 0; } }

@keyframes overlay-slide-in-left {
  0% {
    width: 100%; }
  100% {
    width: 0; } }

.overlay-slide-in-left {
  width: 0;
  -webkit-animation-name: overlay-slide-in-left;
  animation-name: overlay-slide-in-left; }

@-webkit-keyframes overlay-slide-out-left {
  0% {
    width: 0; }
  100% {
    width: 100%; } }

@keyframes overlay-slide-out-left {
  0% {
    width: 0; }
  100% {
    width: 100%; } }

.overlay-slide-out-left {
  left: 0;
  width: 100%;
  -webkit-animation-name: overlay-slide-out-left;
  animation-name: overlay-slide-out-left; }

@-webkit-keyframes overlay-slide-in-right {
  0% {
    width: 100%; }
  100% {
    width: 0; } }

@keyframes overlay-slide-in-right {
  0% {
    width: 100%; }
  100% {
    width: 0; } }

.overlay-slide-in-right {
  right: 0;
  width: 0;
  -webkit-animation-name: overlay-slide-in-right;
  animation-name: overlay-slide-in-right; }

@-webkit-keyframes overlay-slide-out-right {
  0% {
    width: 0; }
  100% {
    width: 100%; } }

@keyframes overlay-slide-out-right {
  0% {
    width: 0; }
  100% {
    width: 100%; } }

.overlay-slide-out-right {
  right: 0;
  width: 100%;
  -webkit-animation-name: overlay-slide-out-right;
  animation-name: overlay-slide-out-right; }

html {
  font-family: "Poppins", sans-serif;
  font-size: calc(1em + .6vw);
  line-height: 1.6;
  font-weight: 300; }

h1, h2, h3, h4, h5, h6 {
  font-family: "Poppins", sans-serif;
  font-weight: bold;
  color: #2176FF;
  padding: 0;
  color: #1fde91;
  color: #2176FF; }

.h1 {
  font-size: 22px; }

p {
  padding: 0;
  margin: 0; }

p + p {
  margin-top: 20px; }

.hamburger-container {
  padding: 7px 6px;
  padding: 0;
  float: right;
  cursor: pointer;
  margin-top: 8px; }

.hamburger-menu {
  width: 20px;
  height: 12px;
  border-radius: 10px; }

.bar,
.bar:after,
.bar:before {
  width: 20px;
  height: 2px;
  border-radius: 10px; }

.bar {
  position: relative;
  transform: translateY(5px);
  background: #2176ff;
  transition: all 0ms 300ms;
  border-radius: 10px; }
  .bar.animate {
    background: rgba(33, 118, 255, 0); }

.bar:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 5px;
  background: #2176ff;
  transition: bottom 300ms 300ms cubic-bezier(0.23, 1, 0.32, 1), transform 300ms cubic-bezier(0.23, 1, 0.32, 1); }

.bar:after {
  content: "";
  position: absolute;
  left: 0;
  top: 5px;
  background: #2176ff;
  transition: top 300ms 300ms cubic-bezier(0.23, 1, 0.32, 1), transform 300ms cubic-bezier(0.23, 1, 0.32, 1); }

.bar.animate:after {
  top: 0;
  transform: rotate(45deg);
  transition: top 300ms cubic-bezier(0.23, 1, 0.32, 1), transform 300ms 300ms cubic-bezier(0.23, 1, 0.32, 1);
  opacity: 1; }

.bar.animate:before {
  bottom: 0;
  transform: rotate(-45deg);
  transition: bottom 300ms cubic-bezier(0.23, 1, 0.32, 1), transform 300ms 300ms cubic-bezier(0.23, 1, 0.32, 1); }

.hamburger-container .hamburger-menu .bar.animate {
  background: transparent !important; }

.hamburger-container .hamburger-menu .bar.animate:before, .hamburger-container .hamburger-menu .bar.animate:after {
  background: #2176FF; }

::selection {
  background: #1fde91;
  color: #fff; }

hr {
  height: 1px;
  border: 0;
  margin: 2.5rem 0;
  background: rgba(100, 100, 100, 0.1); }

blockquote {
  margin: 20px auto;
  padding: 20px;
  display: block;
  font-family: "Lora", serif;
  text-align: center;
  color: #2176FF;
  font-size: 22px;
  font-weight: bold; }
  blockquote p:first-child {
    margin-top: 0; }
  blockquote p:last-child {
    margin-bottom: 0; }
  blockquote:before, blockquote:after {
    content: " • ";
    display: block;
    color: #1fde91; }
  blockquote:after {
    margin-top: 16px;
    content: " • "; }
    @media only screen and (max-width: 61em) {
      blockquote:after {
        margin-top: 10px; } }
  blockquote span {
    font-size: 16px;
    color: #263952; }

pre {
  padding: 1.875rem 2.5rem;
  color: #2176FF;
  font-family: "Lekton", monospace;
  font-size: 12px;
  font-weight: bold; }
  @media only screen and (max-width: 61em) {
    pre {
      padding: 1.25rem; } }
  pre p:first-child {
    margin-top: 0; }
  pre p:last-child {
    margin-bottom: 0; }

code {
  font-family: "Lekton", monospace; }

/**
*
* Helpers
*
**/
@media only screen and (max-width: 61em) {
  .mobile-visible {
    display: block; } }

@media only screen and (max-width: 61em) {
  .mobile-hidden {
    display: none; } }

@media only screen and (min-width: 61em) {
  .desktop-visible {
    display: block; } }

@media only screen and (min-width: 61em) {
  .desktop-hidden {
    display: none; } }

*,
*:before,
*:after {
  box-sizing: border-box;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.004);
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

html {
  background: #ffffff; }

img {
  margin: 20px 0; }

.wrap {
  max-width: 1240px;
  margin: 0 auto; }
  @media only screen and (max-width: 61em) {
    .wrap {
      padding-left: 20px;
      padding-right: 20px; } }

.custom-bullet {
  display: inline-block;
  position: absolute;
  transform: translateY(70%);
  fill: #DC0073;
  margin-top: -2px; }
  .custom-bullet svg {
    width: 24px;
    height: 24px; }

.custom-bullet-text {
  display: inline-block;
  margin-left: 40px;
  font-family: "Lora", serif;
  color: #263952; }

.kirby-text {
  text-align: left;
  font-size: 16px; }
  .kirby-text h1, .kirby-text h2, .kirby-text h3, .kirby-text h4, .kirby-text h5, .kirby-text h6 {
    margin-top: 0;
    margin-bottom: 20px; }

.single-text {
  max-width: 800px;
  margin: 0 auto;
  margin-top: 140px;
  text-align: left;
  font-size: 18px; }
  .single-text h1, .single-text h2, .single-text h3, .single-text h4, .single-text h5, .single-text h6 {
    margin-top: 30px;
    margin-bottom: 10px;
    color: #263952; }
  .single-text p, .single-text ul, .single-text li {
    font-family: "Lora", serif;
    color: #34576d;
    line-height: 2em; }
  .single-text a {
    color: #2176FF; }

.no-margin {
  margin: 0 !important; }

.invis-sep {
  height: 20px; }

.flex-center {
  display: flex;
  align-items: center;
  justify-content: center; }

code {
  background: #263952;
  color: #fff;
  padding: 30px;
  font-size: 14px;
  display: block; }

blockquote::before, blockquote::after {
  content: '”';
  color: #2176FF;
  font-size: 36px; }

blockquote::after {
  content: '“'; }

a {
  color: #fff;
  text-decoration: none;
  transition: .2s all ease; }
  a:hover {
    color: inherit; }
  a:active {
    opacity: .5; }

#canvas a {
  color: #2176FF; }

.seperator-headline,
.seperator-headline-on-color {
  text-align: center;
  font-weight: 700;
  font-family: "Poppins", sans-serif;
  font-size: 48px;
  letter-spacing: 1px;
  color: #263952;
  margin-bottom: 0;
  margin-top: 160px; }
  @media only screen and (max-width: 61em) {
    .seperator-headline,
    .seperator-headline-on-color {
      margin-top: 80px; } }

.seperator-headline-on-color {
  color: #fff; }
  .seperator-headline-on-color::before {
    background: #fff;
    color: #fff; }

.seperator-description,
.seperator-description-on-color {
  text-align: center;
  font-weight: 300;
  font-family: "Lora", serif;
  font-size: 18px;
  color: #34576d;
  margin-bottom: 80px; }
  @media only screen and (max-width: 61em) {
    .seperator-description,
    .seperator-description-on-color {
      margin-bottom: 50px; } }

.seperator-description-on-color {
  color: #fff; }

.header-spacing {
  margin-top: 80px; }

.menu-placeholder {
  width: 100%;
  left: 0;
  display: none;
  height: 44px; }

.menu-wrapper {
  position: absolute;
  width: 100%;
  background: none;
  left: 0;
  height: 70px;
  transition: .2s all ease; }

.menu-wrapper-fixed {
  transition: .2s all ease;
  position: fixed;
  z-index: 100;
  top: 0;
  background: #fff;
  margin-top: 0;
  height: 70px;
  -webkit-box-shadow: 0px 0px 4px 0px rgba(38, 57, 82, 0.5);
  -moz-box-shadow: 0px 0px 4px 0px rgba(38, 57, 82, 0.5);
  box-shadow: 0px 0px 4px 0px rgba(38, 57, 82, 0.5);
  transition: .2s all ease; }
  .menu-wrapper-fixed .menu li {
    padding-bottom: 6px; }
    .menu-wrapper-fixed .menu li.current a {
      color: #2176FF;
      font-weight: 700; }
  .menu-wrapper-fixed .menu li a {
    color: #263952; }
    .menu-wrapper-fixed .menu li a:hover {
      color: #2176FF; }

.menu {
  z-index: 100;
  text-align: right;
  width: 100%; }
  .menu a {
    font-size: 14px;
    text-align: right;
    color: #fff;
    margin: 0 10px; }
  .menu li {
    display: inline-block; }

.logo-head {
  float: left; }
  .logo-head img {
    position: relative !important;
    max-width: 100% !important;
    max-height: 24px;
    margin: 0; }

.logo-dark {
  display: none; }

.menu-flex {
  display: flex;
  align-items: center;
  justify-content: space-between; }
  .menu-flex ul {
    margin-top: 0;
    margin-bottom: 0; }

.mobile-nav-container {
  position: fixed;
  display: block;
  width: 100%;
  background: #fff;
  z-index: 10; }
  @media only screen and (max-width: 61em) {
    .mobile-nav-container {
      padding-bottom: 13px; } }

.slicknav_menu {
  display: none; }

.slicknav_nav {
  list-style-type: none;
  font-family: "Poppins", sans-serif;
  font-size: 20px;
  font-weight: 400;
  color: #263952 !important;
  list-style-type: none;
  padding: 0; }
  .slicknav_nav a {
    border-bottom: 0; }
  .slicknav_nav ul {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    margin: 0 auto;
    padding-left: 0; }
  .slicknav_nav li {
    margin: 0 30px;
    position: relative;
    transition: .2s all ease;
    list-style-type: none;
    padding: 8px 0; }
    .slicknav_nav li:hover {
      font-weight: 700; }
    .slicknav_nav li a {
      color: #263952; }
  .slicknav_nav .current {
    font-weight: 700;
    color: #2176FF; }
    .slicknav_nav .current::before {
      content: '';
      position: absolute;
      width: 0%;
      height: 3px;
      background: #2176FF;
      margin-top: 24px;
      z-index: -3;
      animation-name: dashIn;
      animation-duration: .15s;
      animation-delay: .4s;
      animation-fill-mode: forwards; }

@media only screen and (max-width: 61em) {
  .menu-wrapper,
  .logo-head {
    display: none; }
  .slicknav_menu {
    display: block; } }

.ham-icon {
  width: 16px;
  height: 22px;
  position: relative;
  margin-left: 20px;
  margin-top: 16px;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: .5s ease-in-out;
  -moz-transition: .5s ease-in-out;
  -o-transition: .5s ease-in-out;
  transition: .5s ease-in-out;
  cursor: pointer;
  display: none; }
  @media only screen and (max-width: 61em) {
    .ham-icon {
      display: block; } }

.ham-icon span {
  display: block;
  position: absolute;
  height: 3px;
  width: 100%;
  background: #2176FF;
  opacity: 1;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: .25s ease-in-out;
  -moz-transition: .25s ease-in-out;
  -o-transition: .25s ease-in-out;
  transition: .25s ease-in-out; }

.ham-icon span:nth-child(even) {
  left: 50%;
  border-radius: 0 9px 9px 0; }

.ham-icon span:nth-child(odd) {
  left: 0px;
  border-radius: 9px 0 0 9px; }

.ham-icon span:nth-child(1), .ham-icon span:nth-child(2) {
  top: 0px; }

.ham-icon span:nth-child(3), .ham-icon span:nth-child(4) {
  top: 6px; }

.ham-icon span:nth-child(5), .ham-icon span:nth-child(6) {
  top: 12px; }

.ham-icon.open span:nth-child(1), .ham-icon.open span:nth-child(6) {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg); }

.ham-icon.open span:nth-child(2), .ham-icon.open span:nth-child(5) {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg); }

.ham-icon.open span:nth-child(1) {
  left: 4px;
  top: 7px;
  color: blue; }

.ham-icon.open span:nth-child(2) {
  left: calc(50% - 5px);
  top: 7px; }

.ham-icon.open span:nth-child(3) {
  left: -50%;
  opacity: 0; }

.ham-icon.open span:nth-child(4) {
  left: 100%;
  opacity: 0; }

.ham-icon.open span:nth-child(5) {
  left: 4px;
  top: 6px; }

.ham-icon.open span:nth-child(6) {
  left: calc(50% - 5px);
  top: 6px; }

.hero {
  width: 100%;
  height: 100vh;
  border-color: #fff !important; }
  .hero .hero-wrapper {
    height: 100%; }
  .hero .hero-content {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column; }
    .hero .hero-content h1, .hero .hero-content h2 {
      font-family: "Poppins", sans-serif;
      text-align: center;
      margin-top: 0;
      margin-bottom: 0;
      color: #fff; }
    .hero .hero-content h1 {
      font-size: 4rem;
      line-height: 4.3rem;
      text-transform: uppercase;
      font-weight: 900;
      font-family: "Poppins", sans-serif; }
    .hero .hero-content h2 {
      font-size: .85rem;
      font-weight: 400;
      margin-bottom: 50px;
      font-family: "Poppins", sans-serif;
      letter-spacing: 1px; }
  .hero img {
    position: absolute;
    max-width: 20%; }

.actions {
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff; }
  .actions a {
    margin: 0 40px; }
    .actions a:hover {
      color: #2176FF; }
  @media only screen and (max-width: 61em) {
    .actions {
      flex-direction: column; } }

.btn-main {
  font-family: "Poppins", sans-serif;
  font-size: 16px;
  padding: 8px 50px;
  border-radius: 25px;
  color: #fff;
  background-color: #2176FF;
  border: none; }
  .btn-main:hover {
    background-color: #0051d4;
    color: #fff !important; }

.or-sep {
  font-size: 18px;
  opacity: .85; }
  @media only screen and (max-width: 61em) {
    .or-sep {
      margin: 10px 0; } }

.btn-second {
  font-size: 16px;
  font-weight: 400; }

.about-container {
  display: flex;
  align-items: center;
  justify-content: center; }
  .about-container h1 {
    color: #263952; }
  @media only screen and (max-width: 61em) {
    .about-container {
      display: block; } }

.vp-container {
  margin-top: -100px; }
  @media only screen and (max-width: 61em) {
    .vp-container {
      margin-top: -60px; } }

.vp-single {
  margin-top: 100px;
  padding-right: 30px;
  box-sizing: border-box;
  display: flex;
  align-items: flex-start; }
  @media only screen and (max-width: 61em) {
    .vp-single {
      padding-right: 0;
      margin-top: 60px; } }
  .vp-single .vp-img,
  .vp-single .vp-heading,
  .vp-single .vp-description {
    text-align: left; }
  .vp-single .vp-info {
    display: inline-block; }
  .vp-single .vp-img {
    fill: #2176FF;
    margin-right: 20px; }
    .vp-single .vp-img svg {
      width: 42px;
      height: 42px; }
  .vp-single .vp-heading {
    font-size: 22px;
    font-weight: 700;
    margin-bottom: 4px;
    color: #263952; }
  .vp-single .vp-description {
    font-size: 16px;
    font-family: "Lora", serif;
    color: #34576d; }

.ns-container {
  margin-top: -60px; }
  @media only screen and (max-width: 61em) {
    .ns-container {
      margin-top: -40px; } }

.ns-single {
  margin-top: 60px; }
  @media only screen and (max-width: 61em) {
    .ns-single {
      margin-top: 40px; } }
  .ns-single .ns-heading,
  .ns-single .ns-description {
    text-align: center; }
  .ns-single .ns-heading {
    font-size: 64px;
    font-weight: bold;
    margin-bottom: 0;
    color: #263952; }
  .ns-single .ns-description {
    font-size: 18px;
    font-family: "Lora", serif;
    color: #34576d; }

#map {
  width: 100%;
  height: 300px; }

.showcase-item {
  display: inline-block; }

.showcase-container {
  flex-wrap: wrap;
  height: 100%;
  flex-directon: column; }
  .showcase-container a {
    box-sizing: border-box;
    outline: 1px solid #fff;
    width: 25%;
    flex-grow: 1;
    height: 300px; }
    @media only screen and (max-width: 61em) {
      .showcase-container a {
        max-height: 250px;
        width: 100%; } }

.listing-image-holder {
  width: auto;
  height: 100%;
  max-height: 300px;
  position: relative;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: .25s transform ease;
  z-index: 0; }
  .listing-image-holder img {
    margin: 0; }
  .listing-image-holder .showcase-title {
    position: absolute;
    text-align: center;
    opacity: 0;
    transform: translateY(150%);
    z-index: 11;
    color: #fff;
    transition: .3s all ease; }
    @media only screen and (max-width: 61em) {
      .listing-image-holder .showcase-title {
        transform: translateY(0);
        opacity: 1;
        background: rgba(33, 118, 255, 0.75);
        font-size: 18px;
        padding: 12px 26px; } }
  .listing-image-holder::after {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    background: #2176FF;
    color: #2176FF;
    opacity: 0;
    transition: .3s all ease; }
  .listing-image-holder:hover {
    transform: scale(1.03);
    z-index: 10; }
    .listing-image-holder:hover::after {
      opacity: .65; }
    .listing-image-holder:hover .showcase-title {
      transform: translateY(0%);
      opacity: 1; }

.listing-overlay {
  width: 100%;
  height: 100%;
  background: tomato;
  opacity: .5; }

.showcase-title {
  display: block; }

.cover-img {
  height: 60vh;
  overflow: hidden;
  flex-direction: column;
  text-align: center; }
  .cover-img img {
    margin: 0; }

.single-title {
  font-size: 48px;
  margin-top: 0;
  margin-bottom: 0;
  color: #263952; }

.single-description {
  font-size: 20px;
  font-family: "Lora", serif;
  margin-top: 15px;
  color: #34576d; }

.single-year {
  font-size: 18px;
  color: #34576d;
  margin-top: 40px; }

.single-head-dark .single-title {
  color: #263952; }

.single-head-dark .single-description,
.single-head-dark .single-year {
  color: #34576d; }

.single-head-dark .menu ul li a,
.single-head-dark .hero-content h1,
.single-head-dark .hero-content h2,
.single-head-dark .actions .or-sep,
.single-head-dark .btn-second {
  color: #263952; }
  .single-head-dark .menu ul li a:hover,
  .single-head-dark .hero-content h1:hover,
  .single-head-dark .hero-content h2:hover,
  .single-head-dark .actions .or-sep:hover,
  .single-head-dark .btn-second:hover {
    color: #2176FF; }

.single-head-dark .logo-light {
  display: none; }

.single-head-dark .logo-dark {
  display: block; }

.single-head-light .single-title,
.single-head-light .single-description,
.single-head-light .single-year {
  color: #fff; }

.single-head-light .logo-light {
  display: block; }

.single-head-light .logo-dark {
  display: none; }

.light-text {
  color: #fff; }

.dark-text {
  color: #263952; }

.showcase-articles-container {
  color: #263952;
  margin-top: -60px; }
  @media only screen and (max-width: 61em) {
    .showcase-articles-container {
      margin-top: -80px; } }
  .showcase-articles-container figure img {
    margin: 0;
    transition: .3s all ease; }
  .showcase-articles-container .showcase-article-container {
    margin-top: 60px; }
    @media only screen and (max-width: 61em) {
      .showcase-articles-container .showcase-article-container {
        margin-top: 80px; } }
  .showcase-articles-container .showcase-article-headline {
    font-size: 22px;
    font-weight: 700;
    font-family: "Poppins", sans-serif;
    margin-top: 0;
    color: #263952;
    transition: .3s all ease; }
  .showcase-articles-container .showcase-article-excerpt {
    color: #34576d;
    font-size: 16px;
    font-family: "Lora", serif;
    transition: .3s all ease; }
  .showcase-articles-container .showcase-article-date {
    font-size: 13px;
    color: #34576d;
    margin-bottom: 10px;
    transition: .3s all ease; }
  .showcase-articles-container .showcase-article-link:after {
    content: 'Read more ⟶';
    position: absolute;
    margin-top: 8px;
    color: #2176FF;
    font-size: 16px;
    transform: translateY(100%);
    opacity: 0;
    transition: .3s all ease; }
    @media only screen and (max-width: 61em) {
      .showcase-articles-container .showcase-article-link:after {
        font-size: 14px;
        padding-top: 8px;
        color: #263952;
        transform: translateY(0);
        opacity: 1; } }
  .showcase-articles-container .showcase-article-link:hover img {
    transform: scale(1.05); }
  .showcase-articles-container .showcase-article-link:hover .showcase-article-headline {
    color: #2176FF; }
  .showcase-articles-container .showcase-article-link:hover .showcase-article-excerpt,
  .showcase-articles-container .showcase-article-link:hover .showcase-article-date {
    color: #263952; }
  .showcase-articles-container .showcase-article-link:hover:after {
    opacity: 1;
    transform: translateY(0); }

.partners-container {
  flex-wrap: wrap;
  margin-top: -80px; }
  @media only screen and (max-width: 61em) {
    .partners-container {
      margin-top: -40px; } }
  .partners-container .partners-single {
    width: 20%;
    margin-top: 80px;
    opacity: .5;
    transition: .3s all ease; }
    .partners-container .partners-single:hover {
      opacity: 1; }
    @media only screen and (max-width: 61em) {
      .partners-container .partners-single {
        width: 100%;
        margin-top: 40px; } }
  .partners-container .partners-single svg {
    display: block;
    margin: 0 auto; }
  .partners-container .partners-single svg,
  .partners-container .partners-single {
    max-height: 42px; }
  @media only screen and (max-width: 61em) {
    .partners-container {
      flex-direction: column; } }

.team-container {
  margin-top: -60px; }

.team-img {
  overflow: hidden;
  margin-top: 60px; }

.team-img img {
  margin: 0;
  border-radius: 3px; }

.team-info {
  text-align: left; }
  .team-info .team-heading {
    font-family: "Poppins", sans-serif;
    font-size: 22px;
    font-weight: 700;
    color: #263952; }
  .team-info .team-position {
    font-size: 16px;
    font-weight: 400;
    color: #34576d; }
  .team-info .team-description {
    font-family: "Lora", serif;
    font-size: 16px;
    color: #34576d;
    margin-top: 12px; }

@media only screen and (max-width: 61em) {
  .contacts-container {
    flex-direction: column; } }

@media only screen and (max-width: 61em) {
  .contacts-text {
    margin-top: 40px; } }

.footer {
  background: #263952;
  margin-top: 140px;
  padding: 60px 0;
  color: rgba(255, 255, 255, 0.85); }
  .footer h1, .footer h2, .footer h3, .footer h4, .footer h5, .footer h6 {
    color: rgba(255, 255, 255, 0.85); }
  @media only screen and (max-width: 61em) {
    .footer div[class*='col-'] {
      margin-top: 30px; } }
  @media only screen and (max-width: 61em) {
    .footer {
      margin-top: 80px;
      padding: 40px 0; } }

.footer-copyright {
  margin-top: 40px;
  font-size: 16px;
  opacity: .5; }

.footer-headlines {
  font-size: 18px;
  margin-bottom: 10px; }

.social-container a {
  margin-left: 14px;
  color: #fff; }
  .social-container a:first-child {
    margin-left: 0; }

.social-container .social-img {
  width: 20px;
  height: 20px;
  display: inline-block; }
  .social-container .social-img svg {
    transition: .3s fill ease;
    fill: rgba(255, 255, 255, 0.85); }
  .social-container .social-img:hover svg {
    fill: #2176FF; }

form input {
  width: 96%;
  border: 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.85);
  background: none;
  transition: .3s all ease;
  height: 52px;
  padding-bottom: 10px; }
  form input::-webkit-input-placeholder {
    color: rgba(255, 255, 255, 0.85) !important;
    font-size: 14px; }
  form input:-moz-placeholder {
    /* Firefox 18- */
    color: rgba(255, 255, 255, 0.85) !important;
    font-size: 14px; }
  form input::-moz-placeholder {
    /* Firefox 19+ */
    color: rgba(255, 255, 255, 0.85) !important;
    font-size: 14px; }
  form input:-ms-input-placeholder {
    color: rgba(255, 255, 255, 0.85) !important;
    font-size: 14px; }
  form input:focus {
    border-bottom: 1px solid #2176FF; }

form button {
  font-size: 14px;
  background: 0;
  border: 0;
  align-self: stretch; }

.pagination {
  font-size: 20px;
  margin-top: 80px; }
  .pagination a {
    color: #263952;
    width: 50%;
    text-align: center;
    padding: 20px 0;
    transition: .3s all ease; }
    .pagination a:hover {
      background: #2176FF;
      color: #fff; }
