@charset "UTF-8";
/**
 * Import variables
 */
/* Document
 * ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in
 *    IE on Windows Phone and in iOS.
 */
html {
  line-height: 1.15; /* 1 */
  -ms-text-size-adjust: 100%; /* 2 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/* Sections
 * ========================================================================== */
/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Edge, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
 * ========================================================================== */
/**
 * Remove the margin on nested lists in Chrome, Edge, IE, and Safari.
 */
dl dl,
dl ol,
dl ul,
ol dl,
ul dl {
  margin: 0;
}

/**
 * Remove the margin on nested lists in Edge 18- and IE.
 */
ol ol,
ol ul,
ul ol,
ul ul {
  margin: 0;
}

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Correct the inheritance of border color in Firefox.
 * 3. Show the overflow in Edge 18- and IE.
 */
hr {
  box-sizing: content-box; /* 1 */
  color: inherit; /* 2 */
  height: 0; /* 1 */
  overflow: visible; /* 3 */
}

/**
 * Add the correct display in IE.
 */
main {
  display: block;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/* Text-level semantics
 * ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
}

/**
 * Add the correct text decoration in Edge 18-, IE, and Safari.
 */
abbr[title] {
  text-decoration: underline;
  text-decoration: underline dotted;
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/* Embedded content
 * ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
audio,
video {
  display: inline-block;
}

/**
 * Add the correct display in iOS 4-7.
 */
audio:not([controls]) {
  display: none;
  height: 0;
}

/**
 * Remove the border on images within links in IE 10-.
 */
img {
  border-style: none;
}

/**
 * Hide the overflow in IE.
 */
svg:not(:root) {
  overflow: hidden;
}

/* Tabular data
 * ========================================================================== */
/**
 * 1. Correct table border color inheritance in all Chrome, Edge, and Safari.
 * 2. Remove text indentation from table contents in Chrome, Edge, and Safari.
 */
table {
  border-color: inherit; /* 1 */
  text-indent: 0; /* 2 */
}

/* Forms
 * ========================================================================== */
/**
 * Remove the margin on controls in Safari.
 */
button,
input,
select {
  margin: 0;
}

/**
 * 1. Show the overflow in IE.
 * 2. Remove the inheritance of text transform in Edge 18-, Firefox, and IE.
 */
button {
  overflow: visible; /* 1 */
  text-transform: none; /* 2 */
}

/**
 * Correct the inability to style buttons in iOS and Safari.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * Show the overflow in Edge 18- and IE.
 */
input {
  overflow: visible;
}

/**
 * 1. Correct the text wrapping in Edge 18- and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 */
legend {
  box-sizing: border-box; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  white-space: normal; /* 1 */
}

/**
 * 1. Add the correct display in Edge 18- and IE.
 * 2. Add the correct vertical alignment in Chrome, Edge, and Firefox.
 */
progress {
  display: inline-block; /* 1 */
  vertical-align: baseline; /* 2 */
}

/**
 * Remove the inheritance of text transform in Firefox.
 */
select {
  text-transform: none;
}

/**
 * 1. Remove the margin in Firefox and Safari.
 * 2. Remove the default vertical scrollbar in IE.
 */
textarea {
  margin: 0; /* 1 */
  overflow: auto; /* 2 */
}

/**
 * 1. Add the correct box sizing in IE 10-.
 * 2. Remove the padding in IE 10-.
 */
[type=checkbox],
[type=radio] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * 1. Correct the odd appearance in Chrome, Edge, and Safari.
 * 2. Correct the outline style in Safari.
 */
[type=search] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Safari.
 */
::-webkit-inner-spin-button,
::-webkit-outer-spin-button {
  height: auto;
}

/**
 * Correct the text style of placeholders in Chrome, Edge, and Safari.
 */
::-webkit-input-placeholder {
  color: inherit;
  opacity: 0.54;
}

/**
 * Remove the inner padding in Chrome, Edge, and Safari on macOS.
 */
::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style upload buttons in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/**
 * Remove the inner border and padding of focus outlines in Firefox.
 */
::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus outline styles unset by the previous rule in Firefox.
 */
:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Remove the additional :invalid styles in Firefox.
 */
:-moz-ui-invalid {
  box-shadow: none;
}

/* Interactive
 * ========================================================================== */
/*
 * Add the correct display in Edge 18- and IE.
 */
details {
  display: block;
}

/*
 * Add the correct styles in Edge 18-, IE, and Safari.
 */
dialog {
  background-color: white;
  border: solid;
  color: black;
  display: block;
  height: -moz-fit-content;
  height: -webkit-fit-content;
  height: fit-content;
  left: 0;
  margin: auto;
  padding: 1em;
  position: absolute;
  right: 0;
  width: -moz-fit-content;
  width: -webkit-fit-content;
  width: fit-content;
}

dialog:not([open]) {
  display: none;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/* Scripting
 * ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
canvas {
  display: inline-block;
}

/**
 * Add the correct display in IE.
 */
template {
  display: none;
}

/* User interaction
 * ========================================================================== */
/**
 * Add the correct display in IE 10-.
 */
[hidden] {
  display: none;
}

:root,
body {
  --color-main: #000000;
  --color-main2: #3444BA;
  --color-main-dark: hsl(0, 0%, -10%);
  --color-main-light: rgb(25.5, 25.5, 25.5);
  --color-main-transparent: rgba(0, 0, 0, 0.35);
  --color-main2-dark: rgb(40.8571428571, 53.4285714286, 146.1428571429);
  --color-main2-light: rgb(102.2142857143, 115.3571428571, 212.2857142857);
  --color-main2-transparent: rgba(52, 68, 186, 0.5);
  --color-light: #ffffff;
  --color-dark: #000000;
  --color-grey: #3A3A3A;
  --color-grey1: rgb(96.25, 96.25, 96.25);
  --color-grey2: rgb(121.75, 121.75, 121.75);
  --color-grey3: #a0a0a0;
  --color-grey4: rgb(195.7, 195.7, 195.7);
  --color-grey5: rgb(231.4, 231.4, 231.4);
  --color-grey6: rgb(249.25, 249.25, 249.25);
  --color-red: #F26868;
  --color-green: #9BFF00;
  --color-orange: #FFAA00;
  --color-purple: #7388ff;
}

* {
  box-sizing: border-box;
}

html {
  font-size: 16px;
}
@media only screen and (max-width: 800px) {
  html {
    font-size: 14px;
  }
}

body {
  margin: 0;
  font-family: "Archivo", "Helvetica", "Arial", sans-serif;
  font-weight: 300;
  color: #000000;
}

p {
  line-height: 1.5em;
}

strong {
  font-weight: 800;
}

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

h1, h2, h3 {
  color: #000000;
}

.co-tx-light h1, .co-tx-light h2, .co-tx-light h3 {
  color: #ffffff;
}

h1 {
  font-size: 2.625rem;
  font-weight: 800;
}

h2 {
  font-size: 2.25rem;
  font-weight: 300;
}

h3 {
  font-size: 1.5rem;
}

h4 {
  font-size: 1.25rem;
}

a {
  color: var(--color-dark);
}

ul {
  margin-left: 0;
  padding-left: 1em;
}
ul li {
  font-size: inherit;
  margin-bottom: 0.5em;
}

a.link-plain {
  text-decoration: none;
}

a.link-plain:hover {
  color: #3444BA;
}
a.link-plain:hover h3 {
  color: #3444BA;
}

figure {
  margin: 0;
}

/* containers */
.container-full {
  width: 100%;
}

.container {
  max-width: 1120px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 26px;
  padding-right: 26px;
}
.container.is-large {
  max-width: 1400px;
}
.container.is-small {
  max-width: 1120px;
}
.container.is-xsmall {
  max-width: 400px;
}

/* header and navbar */
.page-header {
  position: relative;
  padding-top: 12px;
  padding-bottom: 12px;
  z-index: 999;
  top: 0;
  width: 100%;
}
.page-header .logo {
  min-height: 60px;
  max-width: 300px;
  margin-top: 8px;
}
@media only screen and (max-width: 800px) {
  .page-header {
    padding-bottom: 8px;
  }
  .page-header .logo {
    margin-left: auto;
    margin-right: auto;
  }
}
.page-header.co-bg-ma .nav-hor {
  font-size: 1rem;
}
.page-header.co-bg-ma .nav-hor li a {
  font-weight: 400;
}

/* simple table */
.simple-table {
  margin-top: 12px;
  border-collapse: collapse;
  font-size: 0.9375rem;
}
.simple-table td {
  padding: 12px 18px;
  background-color: rgb(63.75, 63.75, 63.75);
  border-bottom: solid #ffffff 10px;
  border-left: solid #ffffff 10px;
  border-right: solid #ffffff 10px;
}
.simple-table td:first-child,
.simple-table td:last-child {
  border-left: none;
}
.simple-table thead td {
  background-color: #ffffff;
  color: #000000;
  font-weight: 600;
  padding: 0;
  font-size: 1.125rem;
}
.simple-table tbody tr:nth-child(odd) td {
  background-color: #333333;
}
.simple-table.color2 td {
  background-color: rgb(142.0714285714, 151.7857142857, 223.4285714286);
}
.simple-table.color2 tbody tr:nth-child(odd) td {
  background-color: rgb(122.1428571429, 133.5714285714, 217.8571428571);
}
.simple-table.color2 thead td {
  color: #3444BA;
  background-color: #ffffff;
}

/* footer */
.page-footer {
  padding-top: 26px;
  padding-bottom: 26px;
}
.page-footer .logo {
  max-height: 35px;
  margin-top: 12px;
}

/* feather icons */
.feather.ico-sz-3 {
  width: 30px;
  height: 30px;
  stroke-width: 2;
}
.feather.ico-sz-4 {
  width: 60px;
  height: 60px;
  stroke-width: 1;
}

/* lists */
.list-style-2 {
  margin-left: 0;
  padding-left: 0;
}
.list-style-2 li {
  background-color: #3444BA;
  list-style: none;
  padding: 18px 18px;
  margin-bottom: 18px;
}

.is-wysiwyg > p {
  margin-top: 0;
}
.is-wysiwyg p:last-child {
  margin-bottom: 0;
}

/* tags */
.tag1 {
  border: 1px solid #3444BA;
  color: #3444BA;
  font-size: 0.9375rem;
  font-weight: 300;
  display: inline-block;
  padding: 8px;
  text-transform: uppercase;
}

.co-tx-ma {
  color: #000000;
  color: var(--color-main, #000000);
}

.co-tx-ma2 {
  color: #3444BA;
  color: var(--color-main2, #3444BA);
}

.co-tx-ma-d {
  color: hsl(0, 0%, -10%);
  color: var(--color-main-dark, hsl(0, 0%, -10%));
}

.co-tx-ma-l {
  color: rgb(25.5, 25.5, 25.5);
  color: var(--color-main-light, rgb(25.5, 25.5, 25.5));
}

.co-tx-ma-t {
  color: rgba(0, 0, 0, 0.35);
  color: var(--color-main-transparent, rgba(0, 0, 0, 0.35));
}

.co-tx-ma2-d {
  color: rgb(40.8571428571, 53.4285714286, 146.1428571429);
  color: var(--color-main2-dark, rgb(40.8571428571, 53.4285714286, 146.1428571429));
}

.co-tx-ma2-l {
  color: rgb(102.2142857143, 115.3571428571, 212.2857142857);
  color: var(--color-main2-light, rgb(102.2142857143, 115.3571428571, 212.2857142857));
}

.co-tx-ma2-t {
  color: rgba(52, 68, 186, 0.5);
  color: var(--color-main2-transparent, rgba(52, 68, 186, 0.5));
}

.co-tx-light {
  color: #ffffff;
  color: var(--color-light, #ffffff);
}

.co-tx-dark {
  color: #000000;
  color: var(--color-dark, #000000);
}

.co-tx-gr {
  color: #3A3A3A;
  color: var(--color-grey, #3A3A3A);
}

.co-tx-gr1 {
  color: rgb(96.25, 96.25, 96.25);
  color: var(--color-grey1, rgb(96.25, 96.25, 96.25));
}

.co-tx-gr2 {
  color: rgb(121.75, 121.75, 121.75);
  color: var(--color-grey2, rgb(121.75, 121.75, 121.75));
}

.co-tx-gr3 {
  color: #a0a0a0;
  color: var(--color-grey3, #a0a0a0);
}

.co-tx-gr4 {
  color: rgb(195.7, 195.7, 195.7);
  color: var(--color-grey4, rgb(195.7, 195.7, 195.7));
}

.co-tx-gr5 {
  color: rgb(231.4, 231.4, 231.4);
  color: var(--color-grey5, rgb(231.4, 231.4, 231.4));
}

.co-tx-gr6 {
  color: rgb(249.25, 249.25, 249.25);
  color: var(--color-grey6, rgb(249.25, 249.25, 249.25));
}

.co-tx-red {
  color: #F26868;
  color: var(--color-red, #F26868);
}

.co-tx-green {
  color: #9BFF00;
  color: var(--color-green, #9BFF00);
}

.co-tx-orange {
  color: #FFAA00;
  color: var(--color-orange, #FFAA00);
}

.co-tx-purple {
  color: #7388ff;
  color: var(--color-purple, #7388ff);
}

.co-bg-ma {
  background-color: #000000;
  background-color: var(--color-main, #000000);
}

.co-bg-ma2 {
  background-color: #3444BA;
  background-color: var(--color-main2, #3444BA);
}

.co-bg-ma-d {
  background-color: hsl(0, 0%, -10%);
  background-color: var(--color-main-dark, hsl(0, 0%, -10%));
}

.co-bg-ma-l {
  background-color: rgb(25.5, 25.5, 25.5);
  background-color: var(--color-main-light, rgb(25.5, 25.5, 25.5));
}

.co-bg-ma-t {
  background-color: rgba(0, 0, 0, 0.35);
  background-color: var(--color-main-transparent, rgba(0, 0, 0, 0.35));
}

.co-bg-ma2-d {
  background-color: rgb(40.8571428571, 53.4285714286, 146.1428571429);
  background-color: var(--color-main2-dark, rgb(40.8571428571, 53.4285714286, 146.1428571429));
}

.co-bg-ma2-l {
  background-color: rgb(102.2142857143, 115.3571428571, 212.2857142857);
  background-color: var(--color-main2-light, rgb(102.2142857143, 115.3571428571, 212.2857142857));
}

.co-bg-ma2-t {
  background-color: rgba(52, 68, 186, 0.5);
  background-color: var(--color-main2-transparent, rgba(52, 68, 186, 0.5));
}

.co-bg-light {
  background-color: #ffffff;
  background-color: var(--color-light, #ffffff);
}

.co-bg-dark {
  background-color: #000000;
  background-color: var(--color-dark, #000000);
}

.co-bg-gr {
  background-color: #3A3A3A;
  background-color: var(--color-grey, #3A3A3A);
}

.co-bg-gr1 {
  background-color: rgb(96.25, 96.25, 96.25);
  background-color: var(--color-grey1, rgb(96.25, 96.25, 96.25));
}

.co-bg-gr2 {
  background-color: rgb(121.75, 121.75, 121.75);
  background-color: var(--color-grey2, rgb(121.75, 121.75, 121.75));
}

.co-bg-gr3 {
  background-color: #a0a0a0;
  background-color: var(--color-grey3, #a0a0a0);
}

.co-bg-gr4 {
  background-color: rgb(195.7, 195.7, 195.7);
  background-color: var(--color-grey4, rgb(195.7, 195.7, 195.7));
}

.co-bg-gr5 {
  background-color: rgb(231.4, 231.4, 231.4);
  background-color: var(--color-grey5, rgb(231.4, 231.4, 231.4));
}

.co-bg-gr6 {
  background-color: rgb(249.25, 249.25, 249.25);
  background-color: var(--color-grey6, rgb(249.25, 249.25, 249.25));
}

.co-bg-red {
  background-color: #F26868;
  background-color: var(--color-red, #F26868);
}

.co-bg-green {
  background-color: #9BFF00;
  background-color: var(--color-green, #9BFF00);
}

.co-bg-orange {
  background-color: #FFAA00;
  background-color: var(--color-orange, #FFAA00);
}

.co-bg-purple {
  background-color: #7388ff;
  background-color: var(--color-purple, #7388ff);
}

.co-bo-ma {
  border-color: #000000;
  border-color: var(--color-main, #000000);
}

.co-bo-ma2 {
  border-color: #3444BA;
  border-color: var(--color-main2, #3444BA);
}

.co-bo-ma-d {
  border-color: hsl(0, 0%, -10%);
  border-color: var(--color-main-dark, hsl(0, 0%, -10%));
}

.co-bo-ma-l {
  border-color: rgb(25.5, 25.5, 25.5);
  border-color: var(--color-main-light, rgb(25.5, 25.5, 25.5));
}

.co-bo-ma-t {
  border-color: rgba(0, 0, 0, 0.35);
  border-color: var(--color-main-transparent, rgba(0, 0, 0, 0.35));
}

.co-bo-ma2-d {
  border-color: rgb(40.8571428571, 53.4285714286, 146.1428571429);
  border-color: var(--color-main2-dark, rgb(40.8571428571, 53.4285714286, 146.1428571429));
}

.co-bo-ma2-l {
  border-color: rgb(102.2142857143, 115.3571428571, 212.2857142857);
  border-color: var(--color-main2-light, rgb(102.2142857143, 115.3571428571, 212.2857142857));
}

.co-bo-ma2-t {
  border-color: rgba(52, 68, 186, 0.5);
  border-color: var(--color-main2-transparent, rgba(52, 68, 186, 0.5));
}

.co-bo-light {
  border-color: #ffffff;
  border-color: var(--color-light, #ffffff);
}

.co-bo-dark {
  border-color: #000000;
  border-color: var(--color-dark, #000000);
}

.co-bo-gr {
  border-color: #3A3A3A;
  border-color: var(--color-grey, #3A3A3A);
}

.co-bo-gr1 {
  border-color: rgb(96.25, 96.25, 96.25);
  border-color: var(--color-grey1, rgb(96.25, 96.25, 96.25));
}

.co-bo-gr2 {
  border-color: rgb(121.75, 121.75, 121.75);
  border-color: var(--color-grey2, rgb(121.75, 121.75, 121.75));
}

.co-bo-gr3 {
  border-color: #a0a0a0;
  border-color: var(--color-grey3, #a0a0a0);
}

.co-bo-gr4 {
  border-color: rgb(195.7, 195.7, 195.7);
  border-color: var(--color-grey4, rgb(195.7, 195.7, 195.7));
}

.co-bo-gr5 {
  border-color: rgb(231.4, 231.4, 231.4);
  border-color: var(--color-grey5, rgb(231.4, 231.4, 231.4));
}

.co-bo-gr6 {
  border-color: rgb(249.25, 249.25, 249.25);
  border-color: var(--color-grey6, rgb(249.25, 249.25, 249.25));
}

.co-bo-red {
  border-color: #F26868;
  border-color: var(--color-red, #F26868);
}

.co-bo-green {
  border-color: #9BFF00;
  border-color: var(--color-green, #9BFF00);
}

.co-bo-orange {
  border-color: #FFAA00;
  border-color: var(--color-orange, #FFAA00);
}

.co-bo-purple {
  border-color: #7388ff;
  border-color: var(--color-purple, #7388ff);
}

.co-bg-grad1 {
  background: linear-gradient(90deg, rgb(118, 72, 255) 0%, rgba(26, 5, 87, 0.84) 100%);
}

.co-bg-grad2 {
  background: linear-gradient(90deg, rgba(99, 219, 196, 0.84) 0%, rgba(99, 219, 196, 0.84) 60%, rgba(36, 0, 142, 0.84) 100%);
}

@font-face {
  font-family: "Archivo";
  src: url("fonts/Archivo-Italic.woff2") format("woff2"), url("fonts/Archivo-Italic.woff") format("woff"), url("fonts/Archivo-Italic.ttf") format("truetype");
  font-weight: normal;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Archivo";
  src: url("fonts/Archivo-Regular.woff2") format("woff2"), url("fonts/Archivo-Regular.woff") format("woff"), url("fonts/Archivo-Regular.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Archivo";
  src: url("fonts/Archivo-Bold.woff2") format("woff2"), url("fonts/Archivo-Bold.woff") format("woff"), url("fonts/Archivo-Bold.ttf") format("truetype");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Archivo";
  src: url("fonts/Archivo-Thin.woff2") format("woff2"), url("fonts/Archivo-Thin.woff") format("woff"), url("fonts/Archivo-Thin.ttf") format("truetype");
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Archivo";
  src: url("fonts/Archivo-Light.woff2") format("woff2"), url("fonts/Archivo-Light.woff") format("woff"), url("fonts/Archivo-Light.ttf") format("truetype");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Archivo";
  src: url("fonts/Archivo-MediumItalic.woff2") format("woff2"), url("fonts/Archivo-MediumItalic.woff") format("woff"), url("fonts/Archivo-MediumItalic.ttf") format("truetype");
  font-weight: 500;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Archivo";
  src: url("fonts/Archivo-LightItalic.woff2") format("woff2"), url("fonts/Archivo-LightItalic.woff") format("woff"), url("fonts/Archivo-LightItalic.ttf") format("truetype");
  font-weight: 300;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Archivo";
  src: url("fonts/Archivo-ExtraBold.woff2") format("woff2"), url("fonts/Archivo-ExtraBold.woff") format("woff"), url("fonts/Archivo-ExtraBold.ttf") format("truetype");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Archivo";
  src: url("fonts/Archivo-ExtraBoldItalic.woff2") format("woff2"), url("fonts/Archivo-ExtraBoldItalic.woff") format("woff"), url("fonts/Archivo-ExtraBoldItalic.ttf") format("truetype");
  font-weight: bold;
  font-style: italic;
  font-display: swap;
}
/*!
 *  Iconly icon font. Generated by Iconly: https://iconly.io/
 */
@font-face {
  font-display: auto;
  font-family: "Iconly";
  font-style: normal;
  font-weight: 400;
  src: url("fonts/iconly.eot?1771175627543");
  src: url("fonts/iconly.eot?#iefix") format("embedded-opentype"), url("fonts/iconly.woff2?1771175627543") format("woff2"), url("fonts/iconly.woff?1771175627543") format("woff"), url("fonts/iconly.ttf?1771175627543") format("truetype");
}
[class=icon], [class^=icon-], [class*=" icon-"] {
  display: inline-block;
  font-family: "Iconly" !important;
  font-weight: 400;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
}

.icon-upload:before {
  content: "\e11f";
}

.icon-unlock:before {
  content: "\e120";
}

.icon-x:before {
  content: "\e121";
}

.icon-zoom-out:before {
  content: "\e122";
}

.icon-zoom-in:before {
  content: "\e123";
}

.icon-edit:before {
  content: "\e124";
}

.icon-eye:before {
  content: "\e125";
}

.icon-eye-off:before {
  content: "\e126";
}

.icon-database:before {
  content: "\e127";
}

.icon-alert-triangle:before {
  content: "\e128";
}

.icon-at-sign:before {
  content: "\e129";
}

.icon-arrow-up:before {
  content: "\e12a";
}

.icon-arrow-up-right:before {
  content: "\e12b";
}

.icon-arrow-up-left:before {
  content: "\e12c";
}

.icon-arrow-right:before {
  content: "\e12d";
}

.icon-arrow-left:before {
  content: "\e12e";
}

.icon-arrow-left-circle:before {
  content: "\e12f";
}

.icon-arrow-down:before {
  content: "\e130";
}

.icon-arrow-down-right:before {
  content: "\e131";
}

.icon-arrow-down-left:before {
  content: "\e132";
}

.icon-chevrons-up:before {
  content: "\e133";
}

.icon-chevrons-right:before {
  content: "\e134";
}

.icon-chevrons-left:before {
  content: "\e135";
}

.icon-chevrons-down:before {
  content: "\e136";
}

.icon-chevron-up:before {
  content: "\e137";
}

.icon-chevron-right:before {
  content: "\e138";
}

.icon-chevron-left:before {
  content: "\e139";
}

.icon-chevron-down:before {
  content: "\e13a";
}

.icon-clock:before {
  content: "\e13b";
}

.icon-heart:before {
  content: "\e13c";
}

.icon-image:before {
  content: "\e13d";
}

.icon-linkedin:before {
  content: "\e13e";
}

.icon-lock:before {
  content: "\e13f";
}

.icon-mail:before {
  content: "\e140";
}

.icon-map-pin:before {
  content: "\e141";
}

.icon-message-square:before {
  content: "\e142";
}

.icon-message-circle:before {
  content: "\e143";
}

.icon-refresh:before {
  content: "\e144";
}

.icon-refresh-ccw:before {
  content: "\e145";
}

.icon-repeat:before {
  content: "\e146";
}

.icon-rotate-cw:before {
  content: "\e147";
}

.icon-save:before {
  content: "\e148";
}

.icon-settings:before {
  content: "\e149";
}

.icon-share-2:before {
  content: "\e14a";
}

.icon-share-3:before {
  content: "\e14b";
}

.icon-shopping-bag:before {
  content: "\e14c";
}

.icon-shopping-cart:before {
  content: "\e14d";
}

.icon-star:before {
  content: "\e14e";
}

.icon-smile:before {
  content: "\e14f";
}

.icon-thumbs-up:before {
  content: "\e150";
}

.icon-thumbs-down:before {
  content: "\e151";
}

.icon-toggle-right:before {
  content: "\e152";
}

.icon-toggle-left:before {
  content: "\e153";
}

.icon-trash:before {
  content: "\e154";
}

.icon-unlock:before {
  content: "\e155";
}

.icon-user:before {
  content: "\e156";
}

.icon-user-x:before {
  content: "\e157";
}

.icon-users:before {
  content: "\e158";
}

.icon-zoom-out:before {
  content: "\e159";
}

.icon-zoom-in:before {
  content: "\e15a";
}

/* inside a wysiwyg output */
.is-wysiwyg > h3 {
  margin-top: 0;
}
.is-wysiwyg p {
  margin: 0;
}
.is-wysiwyg h4 {
  margin-top: 0;
  margin-bottom: 0;
}
.is-wysiwyg h4 + p {
  margin-bottom: 0.2em;
}
.is-wysiwyg ul {
  padding-top: 0.8em;
}
.is-wysiwyg ul li {
  margin-bottom: 0.5em;
}
.is-wysiwyg ol {
  margin-top: 0.6em;
  padding-left: 1em;
}
.is-wysiwyg ol li {
  margin-bottom: 0.2em;
}
.is-wysiwyg table td {
  padding: 1em 0.8em;
}

.long-description-box h4 {
  font-size: 1.125rem;
  margin-top: 26px;
  margin-bottom: 2px;
  font-weight: 600;
}
.long-description-box p,
.long-description-box ul {
  font-size: 0.8125rem;
}
.long-description-box ul {
  margin-top: 8px;
}

/* navigation */
.nav-hor {
  display: flex;
  justify-content: flex-start;
  margin-left: 0;
  padding-left: 0;
  margin-top: 0;
}
.nav-hor.is-right {
  justify-content: flex-end;
}
@media only screen and (max-width: 800px) {
  .nav-hor {
    flex-direction: column;
    align-items: center;
  }
}
.nav-hor li {
  list-style: none;
  margin-left: 38px;
  margin-bottom: 4px;
  transition: all 0.2s ease-in-out;
}
@media only screen and (max-width: 800px) {
  .nav-hor li {
    margin-left: 0;
  }
}
.nav-hor li:hover,
.nav-hor li:active {
  transform: scale(1.03);
}
.nav-hor a {
  text-decoration: none;
  transition: all 0.2s ease-in-out;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 1.2em;
}
.nav-hor.co-tx-light a {
  color: #ffffff;
}
.nav-hor.co-tx-ma2 a {
  color: #3444BA;
}
.nav-hor a:hover,
.nav-hor a:active {
  color: #3444BA;
}
.nav-hor.is-dark a:hover,
.nav-hor.is-dark a:active {
  color: #ffffff;
}

.nav-vert {
  margin-left: 0;
  padding-left: 0;
  margin-top: 0;
}
.nav-vert li {
  list-style: none;
  margin-left: 38px;
  margin-bottom: 12px;
  transition: all 0.2s ease-in-out;
}
@media only screen and (max-width: 800px) {
  .nav-vert li {
    margin-left: 0;
  }
}
.nav-vert li:hover,
.nav-vert li:active {
  transform: scale(1.05);
}
.nav-vert li.title {
  font-weight: 600;
}
.nav-vert li.title:hover,
.nav-vert li.title:active {
  transform: scale(1);
}
.nav-vert a {
  text-decoration: none;
}

.langSwitch {
  /* Remove default UI */
  -webkit-appearance: none; /* Safari / Chrome */
  -moz-appearance: none; /* Firefox */
  appearance: none; /* Modern browsers */
  /* Basic layout – make it behave like inline text */
  display: inline-block;
  padding: 0; /* No extra space */
  margin: 0;
  border: none; /* No border */
  background: transparent; /* Transparent background */
  font: inherit; /* Inherit the surrounding font style */
  color: inherit; /* Same colour as regular text */
  cursor: pointer; /* Show the hand cursor */
  font-weight: 600;
  text-transform: uppercase;
  /* Optional – give a little right‑padding so the
     custom arrow doesn’t sit on the text */
  padding-right: 1.2em;
}

.langSwitch::-ms-expand {
  display: none;
} /* Hide IE’s default arrow */
/*
  .langSwitch::after {
    content: ">";         
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    font-size: 0.8em;      
    pointer-events: none; 
    color: currentColor; 
}
  */
/* Because ::after on a <select> isn’t supported everywhere,
   we wrap the <select> in a relative container and put the arrow
   on the container instead. */
.langSwitchWrapper {
  position: relative;
  display: inline-block; /* Keep it inline‑like text */
}

.langSwitchWrapper::after {
  content: ">";
  position: absolute;
  right: 0.2em;
  top: 0.1em;
  transform: rotate(0.25turn);
  font-size: 1em;
  pointer-events: none;
  color: currentColor;
}

.langSwitch:focus {
  outline: 2px dotted; /* Custom focus outline – you can change it */
  outline-offset: 2px;
}

.langSwitchWrapper:hover {
  text-decoration: underline;
  /* background-color: $color-dark; 
   color: $color-light;
   padding: 0.2em 0.4em;
   border-radius: 4px;*/
}

.grid {
  --gutter: 0.8rem;
  width: calc(100% + var(--gutter));
  display: flex;
  flex-wrap: wrap;
  margin-left: calc(-1 * var(--gutter));
}
.grid > [class*=wi-] {
  box-sizing: border-box;
  margin-left: var(--gutter);
  margin-bottom: var(--gutter);
}
.grid > [class*=wi-].wi-1 {
  flex-basis: calc(calc(12 / 12 * 100%) - 1 * var(--gutter));
}
.grid > [class*=wi-].wi-1-12 {
  flex-basis: calc(calc(1 / 12 * 100%) - 1 * var(--gutter));
}
.grid > [class*=wi-].wi-2-12 {
  flex-basis: calc(calc(2 / 12 * 100%) - 1 * var(--gutter));
}
.grid > [class*=wi-].wi-3-12 {
  flex-basis: calc(calc(3 / 12 * 100%) - 1 * var(--gutter));
}
.grid > [class*=wi-].wi-4-12 {
  flex-basis: calc(calc(4 / 12 * 100%) - 1 * var(--gutter));
}
.grid > [class*=wi-].wi-5-12 {
  flex-basis: calc(calc(5 / 12 * 100%) - 1 * var(--gutter));
}
.grid > [class*=wi-].wi-6-12 {
  flex-basis: calc(calc(6 / 12 * 100%) - 1 * var(--gutter));
}
.grid > [class*=wi-].wi-7-12 {
  flex-basis: calc(calc(7 / 12 * 100%) - 1 * var(--gutter));
}
.grid > [class*=wi-].wi-8-12 {
  flex-basis: calc(calc(8 / 12 * 100%) - 1 * var(--gutter));
}
.grid > [class*=wi-].wi-9-12 {
  flex-basis: calc(calc(9 / 12 * 100%) - 1 * var(--gutter));
}
.grid > [class*=wi-].wi-10-12 {
  flex-basis: calc(calc(10 / 12 * 100%) - 1 * var(--gutter));
}
.grid > [class*=wi-].wi-11-12 {
  flex-basis: calc(calc(11 / 12 * 100%) - 1 * var(--gutter));
}
.grid.gutter-0 {
  --gutter: 0px;
}
.grid.gutter-1 {
  --gutter: 0.8rem;
}
.grid.gutter-2 {
  --gutter: calc(2 * 0.8rem);
}
.grid.gutter-3 {
  --gutter: calc(3 * 0.8rem);
}
.grid.gutter-4 {
  --gutter: calc(3 * 0.8rem);
}
.grid.gutter-5 {
  --gutter: calc(5 * 0.8rem);
}
.grid.gutter-6 {
  --gutter: calc(6 * 0.8rem);
}
.grid.grid-center {
  justify-content: center;
}
@media only screen and (max-width: 800px) {
  .grid > [class*=wi-].wi-md-1 {
    flex-basis: calc(calc(12 / 12 * 100%) - 1 * var(--gutter));
  }
  .grid > [class*=wi-].wi-md-1-12 {
    flex-basis: calc(calc(1 / 12 * 100%) - 1 * var(--gutter));
  }
  .grid > [class*=wi-].wi-md-2-12 {
    flex-basis: calc(calc(2 / 12 * 100%) - 1 * var(--gutter));
  }
  .grid > [class*=wi-].wi-md-3-12 {
    flex-basis: calc(calc(3 / 12 * 100%) - 1 * var(--gutter));
  }
  .grid > [class*=wi-].wi-md-4-12 {
    flex-basis: calc(calc(4 / 12 * 100%) - 1 * var(--gutter));
  }
  .grid > [class*=wi-].wi-md-5-12 {
    flex-basis: calc(calc(5 / 12 * 100%) - 1 * var(--gutter));
  }
  .grid > [class*=wi-].wi-md-6-12 {
    flex-basis: calc(calc(6 / 12 * 100%) - 1 * var(--gutter));
  }
  .grid > [class*=wi-].wi-md-7-12 {
    flex-basis: calc(calc(7 / 12 * 100%) - 1 * var(--gutter));
  }
  .grid > [class*=wi-].wi-md-8-12 {
    flex-basis: calc(calc(8 / 12 * 100%) - 1 * var(--gutter));
  }
  .grid > [class*=wi-].wi-md-9-12 {
    flex-basis: calc(calc(9 / 12 * 100%) - 1 * var(--gutter));
  }
  .grid > [class*=wi-].wi-md-10-12 {
    flex-basis: calc(calc(10 / 12 * 100%) - 1 * var(--gutter));
  }
  .grid > [class*=wi-].wi-md-11-12 {
    flex-basis: calc(calc(11 / 12 * 100%) - 1 * var(--gutter));
  }
}
@media only screen and (max-width: 800px) {
  .grid > [class*=wi-].wi-sm-1 {
    flex-basis: calc(calc(12 / 12 * 100%) - 1 * var(--gutter));
  }
  .grid > [class*=wi-].wi-sm-1-12 {
    flex-basis: calc(calc(1 / 12 * 100%) - 1 * var(--gutter));
  }
  .grid > [class*=wi-].wi-sm-2-12 {
    flex-basis: calc(calc(2 / 12 * 100%) - 1 * var(--gutter));
  }
  .grid > [class*=wi-].wi-sm-3-12 {
    flex-basis: calc(calc(3 / 12 * 100%) - 1 * var(--gutter));
  }
  .grid > [class*=wi-].wi-sm-4-12 {
    flex-basis: calc(calc(4 / 12 * 100%) - 1 * var(--gutter));
  }
  .grid > [class*=wi-].wi-sm-5-12 {
    flex-basis: calc(calc(5 / 12 * 100%) - 1 * var(--gutter));
  }
  .grid > [class*=wi-].wi-sm-6-12 {
    flex-basis: calc(calc(6 / 12 * 100%) - 1 * var(--gutter));
  }
  .grid > [class*=wi-].wi-sm-7-12 {
    flex-basis: calc(calc(7 / 12 * 100%) - 1 * var(--gutter));
  }
  .grid > [class*=wi-].wi-sm-8-12 {
    flex-basis: calc(calc(8 / 12 * 100%) - 1 * var(--gutter));
  }
  .grid > [class*=wi-].wi-sm-9-12 {
    flex-basis: calc(calc(9 / 12 * 100%) - 1 * var(--gutter));
  }
  .grid > [class*=wi-].wi-sm-10-12 {
    flex-basis: calc(calc(10 / 12 * 100%) - 1 * var(--gutter));
  }
  .grid > [class*=wi-].wi-sm-11-12 {
    flex-basis: calc(calc(11 / 12 * 100%) - 1 * var(--gutter));
  }
}
@media only screen and (max-width: 800px) {
  .grid > [class*=wi-].wi-1 {
    flex-basis: calc(12 / 12 * 100% - 1 * var(--gutter));
  }
  .grid > [class*=wi-].wi-1-12 {
    flex-basis: calc(12 / 12 * 100% - 1 * var(--gutter));
  }
  .grid > [class*=wi-].wi-2-12 {
    flex-basis: calc(12 / 12 * 100% - 1 * var(--gutter));
  }
  .grid > [class*=wi-].wi-3-12 {
    flex-basis: calc(12 / 12 * 100% - 1 * var(--gutter));
  }
  .grid > [class*=wi-].wi-4-12 {
    flex-basis: calc(12 / 12 * 100% - 1 * var(--gutter));
  }
  .grid > [class*=wi-].wi-5-12 {
    flex-basis: calc(12 / 12 * 100% - 1 * var(--gutter));
  }
  .grid > [class*=wi-].wi-6-12 {
    flex-basis: calc(12 / 12 * 100% - 1 * var(--gutter));
  }
  .grid > [class*=wi-].wi-7-12 {
    flex-basis: calc(12 / 12 * 100% - 1 * var(--gutter));
  }
  .grid > [class*=wi-].wi-8-12 {
    flex-basis: calc(12 / 12 * 100% - 1 * var(--gutter));
  }
  .grid > [class*=wi-].wi-9-12 {
    flex-basis: calc(12 / 12 * 100% - 1 * var(--gutter));
  }
  .grid > [class*=wi-].wi-10-12 {
    flex-basis: calc(12 / 12 * 100% - 1 * var(--gutter));
  }
  .grid > [class*=wi-].wi-11-12 {
    flex-basis: calc(12 / 12 * 100% - 1 * var(--gutter));
  }
}
@media only screen and (max-width: 800px) {
  .grid > [class*=wi-].wi-1 {
    flex-basis: calc(12 / 12 * 100% - 1 * var(--gutter));
  }
  .grid > [class*=wi-].wi-1-12 {
    flex-basis: calc(12 / 12 * 100% - 1 * var(--gutter));
  }
  .grid > [class*=wi-].wi-2-12 {
    flex-basis: calc(12 / 12 * 100% - 1 * var(--gutter));
  }
  .grid > [class*=wi-].wi-3-12 {
    flex-basis: calc(12 / 12 * 100% - 1 * var(--gutter));
  }
  .grid > [class*=wi-].wi-4-12 {
    flex-basis: calc(12 / 12 * 100% - 1 * var(--gutter));
  }
  .grid > [class*=wi-].wi-5-12 {
    flex-basis: calc(12 / 12 * 100% - 1 * var(--gutter));
  }
  .grid > [class*=wi-].wi-6-12 {
    flex-basis: calc(12 / 12 * 100% - 1 * var(--gutter));
  }
  .grid > [class*=wi-].wi-7-12 {
    flex-basis: calc(12 / 12 * 100% - 1 * var(--gutter));
  }
  .grid > [class*=wi-].wi-8-12 {
    flex-basis: calc(12 / 12 * 100% - 1 * var(--gutter));
  }
  .grid > [class*=wi-].wi-9-12 {
    flex-basis: calc(12 / 12 * 100% - 1 * var(--gutter));
  }
  .grid > [class*=wi-].wi-10-12 {
    flex-basis: calc(12 / 12 * 100% - 1 * var(--gutter));
  }
  .grid > [class*=wi-].wi-11-12 {
    flex-basis: calc(12 / 12 * 100% - 1 * var(--gutter));
  }
}

/*
Naming

Padding and Margin

p = padding
m = margin

0 = none
x = left + right
y = top + bottom
t = top
b = bottom
r = right
l = left
c = center

example: .p-x1-sm {}
example negative .p-x-1-sm{}


sm = for small breakpoint
md = for medium breakpoint



*/
:root {
  --sp-base:2px;
}

.p-0 {
  padding-top: 0;
  padding-right: 0;
  padding-bottom: 0;
  padding-left: 0;
}

.p-x0 {
  padding-left: 0;
  padding-right: 0;
}

.p-y0 {
  padding-top: 0;
  padding-bottom: 0;
}

.p-t0 {
  padding-top: 0;
}

.p-r0 {
  padding-right: 0;
}

.p-b0 {
  padding-bottom: 0;
}

.p-l0 {
  padding-left: 0;
}

.p-x1 {
  padding-left: 2px;
  padding-right: 2px;
}

.p-y1 {
  padding-top: 2px;
  padding-bottom: 2px;
}

.p-t1 {
  padding-top: 2px;
}

.p-r1 {
  padding-right: 2px;
}

.p-b1 {
  padding-bottom: 2px;
}

.p-l1 {
  padding-left: 2px;
}

.p-x2 {
  padding-left: 4px;
  padding-right: 4px;
}

.p-y2 {
  padding-top: 4px;
  padding-bottom: 4px;
}

.p-t2 {
  padding-top: 4px;
}

.p-r2 {
  padding-right: 4px;
}

.p-b2 {
  padding-bottom: 4px;
}

.p-l2 {
  padding-left: 4px;
}

.p-x3 {
  padding-left: 8px;
  padding-right: 8px;
}

.p-y3 {
  padding-top: 8px;
  padding-bottom: 8px;
}

.p-t3 {
  padding-top: 8px;
}

.p-r3 {
  padding-right: 8px;
}

.p-b3 {
  padding-bottom: 8px;
}

.p-l3 {
  padding-left: 8px;
}

.p-x4 {
  padding-left: 12px;
  padding-right: 12px;
}

.p-y4 {
  padding-top: 12px;
  padding-bottom: 12px;
}

.p-t4 {
  padding-top: 12px;
}

.p-r4 {
  padding-right: 12px;
}

.p-b4 {
  padding-bottom: 12px;
}

.p-l4 {
  padding-left: 12px;
}

.p-x5 {
  padding-left: 18px;
  padding-right: 18px;
}

.p-y5 {
  padding-top: 18px;
  padding-bottom: 18px;
}

.p-t5 {
  padding-top: 18px;
}

.p-r5 {
  padding-right: 18px;
}

.p-b5 {
  padding-bottom: 18px;
}

.p-l5 {
  padding-left: 18px;
}

.p-x6 {
  padding-left: 26px;
  padding-right: 26px;
}

.p-y6 {
  padding-top: 26px;
  padding-bottom: 26px;
}

.p-t6 {
  padding-top: 26px;
}

.p-r6 {
  padding-right: 26px;
}

.p-b6 {
  padding-bottom: 26px;
}

.p-l6 {
  padding-left: 26px;
}

.p-x7 {
  padding-left: 38px;
  padding-right: 38px;
}

.p-y7 {
  padding-top: 38px;
  padding-bottom: 38px;
}

.p-t7 {
  padding-top: 38px;
}

.p-r7 {
  padding-right: 38px;
}

.p-b7 {
  padding-bottom: 38px;
}

.p-l7 {
  padding-left: 38px;
}

.p-x8 {
  padding-left: 64px;
  padding-right: 64px;
}

.p-y8 {
  padding-top: 64px;
  padding-bottom: 64px;
}

.p-t8 {
  padding-top: 64px;
}

.p-r8 {
  padding-right: 64px;
}

.p-b8 {
  padding-bottom: 64px;
}

.p-l8 {
  padding-left: 64px;
}

.p-x9 {
  padding-left: 86px;
  padding-right: 86px;
}

.p-y9 {
  padding-top: 86px;
  padding-bottom: 86px;
}

.p-t9 {
  padding-top: 86px;
}

.p-r9 {
  padding-right: 86px;
}

.p-b9 {
  padding-bottom: 86px;
}

.p-l9 {
  padding-left: 86px;
}

.p-x10 {
  padding-left: 120px;
  padding-right: 120px;
}

.p-y10 {
  padding-top: 120px;
  padding-bottom: 120px;
}

.p-t10 {
  padding-top: 120px;
}

.p-r10 {
  padding-right: 120px;
}

.p-b10 {
  padding-bottom: 120px;
}

.p-l10 {
  padding-left: 120px;
}

.p-x11 {
  padding-left: 140px;
  padding-right: 140px;
}

.p-y11 {
  padding-top: 140px;
  padding-bottom: 140px;
}

.p-t11 {
  padding-top: 140px;
}

.p-r11 {
  padding-right: 140px;
}

.p-b11 {
  padding-bottom: 140px;
}

.p-l11 {
  padding-left: 140px;
}

.p-x12 {
  padding-left: 160px;
  padding-right: 160px;
}

.p-y12 {
  padding-top: 160px;
  padding-bottom: 160px;
}

.p-t12 {
  padding-top: 160px;
}

.p-r12 {
  padding-right: 160px;
}

.p-b12 {
  padding-bottom: 160px;
}

.p-l12 {
  padding-left: 160px;
}

@media only screen and (max-width: 800px) {
  .p-0-sm {
    padding-top: 0;
    padding-right: 0;
    padding-bottom: 0;
    padding-left: 0;
  }
  .p-x0-sm {
    padding-left: 0;
    padding-right: 0;
  }
  .p-y0-sm {
    padding-top: 0;
    padding-bottom: 0;
  }
  .p-t0-sm {
    padding-top: 0;
  }
  .p-r0-sm {
    padding-right: 0;
  }
  .p-b0-sm {
    padding-bottom: 0;
  }
  .p-l0-sm {
    padding-left: 0;
  }
  .p-x1-sm {
    padding-left: 2px;
    padding-right: 2px;
  }
  .p-y1-sm {
    padding-top: 2px;
    padding-bottom: 2px;
  }
  .p-t1-sm {
    padding-top: 2px;
  }
  .p-r1-sm {
    padding-right: 2px;
  }
  .p-b1-sm {
    padding-bottom: 2px;
  }
  .p-l1-sm {
    padding-left: 2px;
  }
  .p-x2-sm {
    padding-left: 4px;
    padding-right: 4px;
  }
  .p-y2-sm {
    padding-top: 4px;
    padding-bottom: 4px;
  }
  .p-t2-sm {
    padding-top: 4px;
  }
  .p-r2-sm {
    padding-right: 4px;
  }
  .p-b2-sm {
    padding-bottom: 4px;
  }
  .p-l2-sm {
    padding-left: 4px;
  }
  .p-x3-sm {
    padding-left: 8px;
    padding-right: 8px;
  }
  .p-y3-sm {
    padding-top: 8px;
    padding-bottom: 8px;
  }
  .p-t3-sm {
    padding-top: 8px;
  }
  .p-r3-sm {
    padding-right: 8px;
  }
  .p-b3-sm {
    padding-bottom: 8px;
  }
  .p-l3-sm {
    padding-left: 8px;
  }
  .p-x4-sm {
    padding-left: 12px;
    padding-right: 12px;
  }
  .p-y4-sm {
    padding-top: 12px;
    padding-bottom: 12px;
  }
  .p-t4-sm {
    padding-top: 12px;
  }
  .p-r4-sm {
    padding-right: 12px;
  }
  .p-b4-sm {
    padding-bottom: 12px;
  }
  .p-l4-sm {
    padding-left: 12px;
  }
  .p-x5-sm {
    padding-left: 18px;
    padding-right: 18px;
  }
  .p-y5-sm {
    padding-top: 18px;
    padding-bottom: 18px;
  }
  .p-t5-sm {
    padding-top: 18px;
  }
  .p-r5-sm {
    padding-right: 18px;
  }
  .p-b5-sm {
    padding-bottom: 18px;
  }
  .p-l5-sm {
    padding-left: 18px;
  }
  .p-x6-sm {
    padding-left: 26px;
    padding-right: 26px;
  }
  .p-y6-sm {
    padding-top: 26px;
    padding-bottom: 26px;
  }
  .p-t6-sm {
    padding-top: 26px;
  }
  .p-r6-sm {
    padding-right: 26px;
  }
  .p-b6-sm {
    padding-bottom: 26px;
  }
  .p-l6-sm {
    padding-left: 26px;
  }
  .p-x7-sm {
    padding-left: 38px;
    padding-right: 38px;
  }
  .p-y7-sm {
    padding-top: 38px;
    padding-bottom: 38px;
  }
  .p-t7-sm {
    padding-top: 38px;
  }
  .p-r7-sm {
    padding-right: 38px;
  }
  .p-b7-sm {
    padding-bottom: 38px;
  }
  .p-l7-sm {
    padding-left: 38px;
  }
  .p-x8-sm {
    padding-left: 64px;
    padding-right: 64px;
  }
  .p-y8-sm {
    padding-top: 64px;
    padding-bottom: 64px;
  }
  .p-t8-sm {
    padding-top: 64px;
  }
  .p-r8-sm {
    padding-right: 64px;
  }
  .p-b8-sm {
    padding-bottom: 64px;
  }
  .p-l8-sm {
    padding-left: 64px;
  }
  .p-x9-sm {
    padding-left: 86px;
    padding-right: 86px;
  }
  .p-y9-sm {
    padding-top: 86px;
    padding-bottom: 86px;
  }
  .p-t9-sm {
    padding-top: 86px;
  }
  .p-r9-sm {
    padding-right: 86px;
  }
  .p-b9-sm {
    padding-bottom: 86px;
  }
  .p-l9-sm {
    padding-left: 86px;
  }
  .p-x10-sm {
    padding-left: 120px;
    padding-right: 120px;
  }
  .p-y10-sm {
    padding-top: 120px;
    padding-bottom: 120px;
  }
  .p-t10-sm {
    padding-top: 120px;
  }
  .p-r10-sm {
    padding-right: 120px;
  }
  .p-b10-sm {
    padding-bottom: 120px;
  }
  .p-l10-sm {
    padding-left: 120px;
  }
  .p-x11-sm {
    padding-left: 140px;
    padding-right: 140px;
  }
  .p-y11-sm {
    padding-top: 140px;
    padding-bottom: 140px;
  }
  .p-t11-sm {
    padding-top: 140px;
  }
  .p-r11-sm {
    padding-right: 140px;
  }
  .p-b11-sm {
    padding-bottom: 140px;
  }
  .p-l11-sm {
    padding-left: 140px;
  }
  .p-x12-sm {
    padding-left: 160px;
    padding-right: 160px;
  }
  .p-y12-sm {
    padding-top: 160px;
    padding-bottom: 160px;
  }
  .p-t12-sm {
    padding-top: 160px;
  }
  .p-r12-sm {
    padding-right: 160px;
  }
  .p-b12-sm {
    padding-bottom: 160px;
  }
  .p-l12-sm {
    padding-left: 160px;
  }
}
@media only screen and (max-width: 800px) {
  .p-0-md {
    padding-top: 0;
    padding-right: 0;
    padding-bottom: 0;
    padding-left: 0;
  }
  .p-x0-md {
    padding-left: 0;
    padding-right: 0;
  }
  .p-y0-md {
    padding-top: 0;
    padding-bottom: 0;
  }
  .p-t0-md {
    padding-top: 0;
  }
  .p-r0-md {
    padding-right: 0;
  }
  .p-b0-md {
    padding-bottom: 0;
  }
  .p-l0-md {
    padding-left: 0;
  }
  .p-x1-md {
    padding-left: 2px;
    padding-right: 2px;
  }
  .p-y1-md {
    padding-top: 2px;
    padding-bottom: 2px;
  }
  .p-t1-md {
    padding-top: 2px;
  }
  .p-r1-md {
    padding-right: 2px;
  }
  .p-b1-md {
    padding-bottom: 2px;
  }
  .p-l1-md {
    padding-left: 2px;
  }
  .p-x2-md {
    padding-left: 4px;
    padding-right: 4px;
  }
  .p-y2-md {
    padding-top: 4px;
    padding-bottom: 4px;
  }
  .p-t2-md {
    padding-top: 4px;
  }
  .p-r2-md {
    padding-right: 4px;
  }
  .p-b2-md {
    padding-bottom: 4px;
  }
  .p-l2-md {
    padding-left: 4px;
  }
  .p-x3-md {
    padding-left: 8px;
    padding-right: 8px;
  }
  .p-y3-md {
    padding-top: 8px;
    padding-bottom: 8px;
  }
  .p-t3-md {
    padding-top: 8px;
  }
  .p-r3-md {
    padding-right: 8px;
  }
  .p-b3-md {
    padding-bottom: 8px;
  }
  .p-l3-md {
    padding-left: 8px;
  }
  .p-x4-md {
    padding-left: 12px;
    padding-right: 12px;
  }
  .p-y4-md {
    padding-top: 12px;
    padding-bottom: 12px;
  }
  .p-t4-md {
    padding-top: 12px;
  }
  .p-r4-md {
    padding-right: 12px;
  }
  .p-b4-md {
    padding-bottom: 12px;
  }
  .p-l4-md {
    padding-left: 12px;
  }
  .p-x5-md {
    padding-left: 18px;
    padding-right: 18px;
  }
  .p-y5-md {
    padding-top: 18px;
    padding-bottom: 18px;
  }
  .p-t5-md {
    padding-top: 18px;
  }
  .p-r5-md {
    padding-right: 18px;
  }
  .p-b5-md {
    padding-bottom: 18px;
  }
  .p-l5-md {
    padding-left: 18px;
  }
  .p-x6-md {
    padding-left: 26px;
    padding-right: 26px;
  }
  .p-y6-md {
    padding-top: 26px;
    padding-bottom: 26px;
  }
  .p-t6-md {
    padding-top: 26px;
  }
  .p-r6-md {
    padding-right: 26px;
  }
  .p-b6-md {
    padding-bottom: 26px;
  }
  .p-l6-md {
    padding-left: 26px;
  }
  .p-x7-md {
    padding-left: 38px;
    padding-right: 38px;
  }
  .p-y7-md {
    padding-top: 38px;
    padding-bottom: 38px;
  }
  .p-t7-md {
    padding-top: 38px;
  }
  .p-r7-md {
    padding-right: 38px;
  }
  .p-b7-md {
    padding-bottom: 38px;
  }
  .p-l7-md {
    padding-left: 38px;
  }
  .p-x8-md {
    padding-left: 64px;
    padding-right: 64px;
  }
  .p-y8-md {
    padding-top: 64px;
    padding-bottom: 64px;
  }
  .p-t8-md {
    padding-top: 64px;
  }
  .p-r8-md {
    padding-right: 64px;
  }
  .p-b8-md {
    padding-bottom: 64px;
  }
  .p-l8-md {
    padding-left: 64px;
  }
  .p-x9-md {
    padding-left: 86px;
    padding-right: 86px;
  }
  .p-y9-md {
    padding-top: 86px;
    padding-bottom: 86px;
  }
  .p-t9-md {
    padding-top: 86px;
  }
  .p-r9-md {
    padding-right: 86px;
  }
  .p-b9-md {
    padding-bottom: 86px;
  }
  .p-l9-md {
    padding-left: 86px;
  }
  .p-x10-md {
    padding-left: 120px;
    padding-right: 120px;
  }
  .p-y10-md {
    padding-top: 120px;
    padding-bottom: 120px;
  }
  .p-t10-md {
    padding-top: 120px;
  }
  .p-r10-md {
    padding-right: 120px;
  }
  .p-b10-md {
    padding-bottom: 120px;
  }
  .p-l10-md {
    padding-left: 120px;
  }
  .p-x11-md {
    padding-left: 140px;
    padding-right: 140px;
  }
  .p-y11-md {
    padding-top: 140px;
    padding-bottom: 140px;
  }
  .p-t11-md {
    padding-top: 140px;
  }
  .p-r11-md {
    padding-right: 140px;
  }
  .p-b11-md {
    padding-bottom: 140px;
  }
  .p-l11-md {
    padding-left: 140px;
  }
  .p-x12-md {
    padding-left: 160px;
    padding-right: 160px;
  }
  .p-y12-md {
    padding-top: 160px;
    padding-bottom: 160px;
  }
  .p-t12-md {
    padding-top: 160px;
  }
  .p-r12-md {
    padding-right: 160px;
  }
  .p-b12-md {
    padding-bottom: 160px;
  }
  .p-l12-md {
    padding-left: 160px;
  }
}
.m-0 {
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  margin-left: 0;
}

.m-x0 {
  margin-left: 0;
  margin-right: 0;
}

.m-y0 {
  margin-top: 0;
  margin-bottom: 0;
}

.m-t0 {
  margin-top: 0;
}

.m-r0 {
  margin-right: 0;
}

.m-b0 {
  margin-bottom: 0;
}

.m-l0 {
  margin-left: 0;
}

.m-t-0 {
  margin-top: 0;
}

.m-r-0 {
  margin-right: 0;
}

.m-b-0 {
  margin-bottom: 0;
}

.m-l-0 {
  margin-left: 0;
}

.m-x1 {
  margin-left: 2px;
  margin-right: 2px;
}

.m-y1 {
  margin-top: 2px;
  margin-bottom: 2px;
}

.m-t1 {
  margin-top: 2px;
}

.m-r1 {
  margin-right: 2px;
}

.m-b1 {
  margin-bottom: 2px;
}

.m-l1 {
  margin-left: 2px;
}

.m-t-1 {
  margin-top: -2px;
}

.m-r-1 {
  margin-right: -2px;
}

.m-b-1 {
  margin-bottom: -2px;
}

.m-l-1 {
  margin-left: -2px;
}

.m-x2 {
  margin-left: 4px;
  margin-right: 4px;
}

.m-y2 {
  margin-top: 4px;
  margin-bottom: 4px;
}

.m-t2 {
  margin-top: 4px;
}

.m-r2 {
  margin-right: 4px;
}

.m-b2 {
  margin-bottom: 4px;
}

.m-l2 {
  margin-left: 4px;
}

.m-t-2 {
  margin-top: -4px;
}

.m-r-2 {
  margin-right: -4px;
}

.m-b-2 {
  margin-bottom: -4px;
}

.m-l-2 {
  margin-left: -4px;
}

.m-x3 {
  margin-left: 8px;
  margin-right: 8px;
}

.m-y3 {
  margin-top: 8px;
  margin-bottom: 8px;
}

.m-t3 {
  margin-top: 8px;
}

.m-r3 {
  margin-right: 8px;
}

.m-b3 {
  margin-bottom: 8px;
}

.m-l3 {
  margin-left: 8px;
}

.m-t-3 {
  margin-top: -8px;
}

.m-r-3 {
  margin-right: -8px;
}

.m-b-3 {
  margin-bottom: -8px;
}

.m-l-3 {
  margin-left: -8px;
}

.m-x4 {
  margin-left: 12px;
  margin-right: 12px;
}

.m-y4 {
  margin-top: 12px;
  margin-bottom: 12px;
}

.m-t4 {
  margin-top: 12px;
}

.m-r4 {
  margin-right: 12px;
}

.m-b4 {
  margin-bottom: 12px;
}

.m-l4 {
  margin-left: 12px;
}

.m-t-4 {
  margin-top: -12px;
}

.m-r-4 {
  margin-right: -12px;
}

.m-b-4 {
  margin-bottom: -12px;
}

.m-l-4 {
  margin-left: -12px;
}

.m-x5 {
  margin-left: 18px;
  margin-right: 18px;
}

.m-y5 {
  margin-top: 18px;
  margin-bottom: 18px;
}

.m-t5 {
  margin-top: 18px;
}

.m-r5 {
  margin-right: 18px;
}

.m-b5 {
  margin-bottom: 18px;
}

.m-l5 {
  margin-left: 18px;
}

.m-t-5 {
  margin-top: -18px;
}

.m-r-5 {
  margin-right: -18px;
}

.m-b-5 {
  margin-bottom: -18px;
}

.m-l-5 {
  margin-left: -18px;
}

.m-x6 {
  margin-left: 26px;
  margin-right: 26px;
}

.m-y6 {
  margin-top: 26px;
  margin-bottom: 26px;
}

.m-t6 {
  margin-top: 26px;
}

.m-r6 {
  margin-right: 26px;
}

.m-b6 {
  margin-bottom: 26px;
}

.m-l6 {
  margin-left: 26px;
}

.m-t-6 {
  margin-top: -26px;
}

.m-r-6 {
  margin-right: -26px;
}

.m-b-6 {
  margin-bottom: -26px;
}

.m-l-6 {
  margin-left: -26px;
}

.m-x7 {
  margin-left: 38px;
  margin-right: 38px;
}

.m-y7 {
  margin-top: 38px;
  margin-bottom: 38px;
}

.m-t7 {
  margin-top: 38px;
}

.m-r7 {
  margin-right: 38px;
}

.m-b7 {
  margin-bottom: 38px;
}

.m-l7 {
  margin-left: 38px;
}

.m-t-7 {
  margin-top: -38px;
}

.m-r-7 {
  margin-right: -38px;
}

.m-b-7 {
  margin-bottom: -38px;
}

.m-l-7 {
  margin-left: -38px;
}

.m-x8 {
  margin-left: 64px;
  margin-right: 64px;
}

.m-y8 {
  margin-top: 64px;
  margin-bottom: 64px;
}

.m-t8 {
  margin-top: 64px;
}

.m-r8 {
  margin-right: 64px;
}

.m-b8 {
  margin-bottom: 64px;
}

.m-l8 {
  margin-left: 64px;
}

.m-t-8 {
  margin-top: -64px;
}

.m-r-8 {
  margin-right: -64px;
}

.m-b-8 {
  margin-bottom: -64px;
}

.m-l-8 {
  margin-left: -64px;
}

.m-x9 {
  margin-left: 86px;
  margin-right: 86px;
}

.m-y9 {
  margin-top: 86px;
  margin-bottom: 86px;
}

.m-t9 {
  margin-top: 86px;
}

.m-r9 {
  margin-right: 86px;
}

.m-b9 {
  margin-bottom: 86px;
}

.m-l9 {
  margin-left: 86px;
}

.m-t-9 {
  margin-top: -86px;
}

.m-r-9 {
  margin-right: -86px;
}

.m-b-9 {
  margin-bottom: -86px;
}

.m-l-9 {
  margin-left: -86px;
}

.m-x10 {
  margin-left: 120px;
  margin-right: 120px;
}

.m-y10 {
  margin-top: 120px;
  margin-bottom: 120px;
}

.m-t10 {
  margin-top: 120px;
}

.m-r10 {
  margin-right: 120px;
}

.m-b10 {
  margin-bottom: 120px;
}

.m-l10 {
  margin-left: 120px;
}

.m-t-10 {
  margin-top: -120px;
}

.m-r-10 {
  margin-right: -120px;
}

.m-b-10 {
  margin-bottom: -120px;
}

.m-l-10 {
  margin-left: -120px;
}

.m-x11 {
  margin-left: 140px;
  margin-right: 140px;
}

.m-y11 {
  margin-top: 140px;
  margin-bottom: 140px;
}

.m-t11 {
  margin-top: 140px;
}

.m-r11 {
  margin-right: 140px;
}

.m-b11 {
  margin-bottom: 140px;
}

.m-l11 {
  margin-left: 140px;
}

.m-t-11 {
  margin-top: -140px;
}

.m-r-11 {
  margin-right: -140px;
}

.m-b-11 {
  margin-bottom: -140px;
}

.m-l-11 {
  margin-left: -140px;
}

.m-x12 {
  margin-left: 160px;
  margin-right: 160px;
}

.m-y12 {
  margin-top: 160px;
  margin-bottom: 160px;
}

.m-t12 {
  margin-top: 160px;
}

.m-r12 {
  margin-right: 160px;
}

.m-b12 {
  margin-bottom: 160px;
}

.m-l12 {
  margin-left: 160px;
}

.m-t-12 {
  margin-top: -160px;
}

.m-r-12 {
  margin-right: -160px;
}

.m-b-12 {
  margin-bottom: -160px;
}

.m-l-12 {
  margin-left: -160px;
}

@media only screen and (max-width: 800px) {
  .m-0-sm {
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    margin-left: 0;
  }
  .m-x0-sm {
    margin-left: 0;
    margin-right: 0;
  }
  .m-y0-sm {
    margin-top: 0;
    margin-bottom: 0;
  }
  .m-t0-sm {
    margin-top: 0;
  }
  .m-r0-sm {
    margin-right: 0;
  }
  .m-b0-sm {
    margin-bottom: 0;
  }
  .m-l0-sm {
    margin-left: 0;
  }
  .m-x1-sm {
    margin-left: 2px;
    margin-right: 2px;
  }
  .m-y1-sm {
    margin-top: 2px;
    margin-bottom: 2px;
  }
  .m-t1-sm {
    margin-top: 2px;
  }
  .m-r1-sm {
    margin-right: 2px;
  }
  .m-b1-sm {
    margin-bottom: 2px;
  }
  .m-l1-sm {
    margin-left: 2px;
  }
  .m-x2-sm {
    margin-left: 4px;
    margin-right: 4px;
  }
  .m-y2-sm {
    margin-top: 4px;
    margin-bottom: 4px;
  }
  .m-t2-sm {
    margin-top: 4px;
  }
  .m-r2-sm {
    margin-right: 4px;
  }
  .m-b2-sm {
    margin-bottom: 4px;
  }
  .m-l2-sm {
    margin-left: 4px;
  }
  .m-x3-sm {
    margin-left: 8px;
    margin-right: 8px;
  }
  .m-y3-sm {
    margin-top: 8px;
    margin-bottom: 8px;
  }
  .m-t3-sm {
    margin-top: 8px;
  }
  .m-r3-sm {
    margin-right: 8px;
  }
  .m-b3-sm {
    margin-bottom: 8px;
  }
  .m-l3-sm {
    margin-left: 8px;
  }
  .m-x4-sm {
    margin-left: 12px;
    margin-right: 12px;
  }
  .m-y4-sm {
    margin-top: 12px;
    margin-bottom: 12px;
  }
  .m-t4-sm {
    margin-top: 12px;
  }
  .m-r4-sm {
    margin-right: 12px;
  }
  .m-b4-sm {
    margin-bottom: 12px;
  }
  .m-l4-sm {
    margin-left: 12px;
  }
  .m-x5-sm {
    margin-left: 18px;
    margin-right: 18px;
  }
  .m-y5-sm {
    margin-top: 18px;
    margin-bottom: 18px;
  }
  .m-t5-sm {
    margin-top: 18px;
  }
  .m-r5-sm {
    margin-right: 18px;
  }
  .m-b5-sm {
    margin-bottom: 18px;
  }
  .m-l5-sm {
    margin-left: 18px;
  }
  .m-x6-sm {
    margin-left: 26px;
    margin-right: 26px;
  }
  .m-y6-sm {
    margin-top: 26px;
    margin-bottom: 26px;
  }
  .m-t6-sm {
    margin-top: 26px;
  }
  .m-r6-sm {
    margin-right: 26px;
  }
  .m-b6-sm {
    margin-bottom: 26px;
  }
  .m-l6-sm {
    margin-left: 26px;
  }
  .m-x7-sm {
    margin-left: 38px;
    margin-right: 38px;
  }
  .m-y7-sm {
    margin-top: 38px;
    margin-bottom: 38px;
  }
  .m-t7-sm {
    margin-top: 38px;
  }
  .m-r7-sm {
    margin-right: 38px;
  }
  .m-b7-sm {
    margin-bottom: 38px;
  }
  .m-l7-sm {
    margin-left: 38px;
  }
  .m-x8-sm {
    margin-left: 64px;
    margin-right: 64px;
  }
  .m-y8-sm {
    margin-top: 64px;
    margin-bottom: 64px;
  }
  .m-t8-sm {
    margin-top: 64px;
  }
  .m-r8-sm {
    margin-right: 64px;
  }
  .m-b8-sm {
    margin-bottom: 64px;
  }
  .m-l8-sm {
    margin-left: 64px;
  }
  .m-x9-sm {
    margin-left: 86px;
    margin-right: 86px;
  }
  .m-y9-sm {
    margin-top: 86px;
    margin-bottom: 86px;
  }
  .m-t9-sm {
    margin-top: 86px;
  }
  .m-r9-sm {
    margin-right: 86px;
  }
  .m-b9-sm {
    margin-bottom: 86px;
  }
  .m-l9-sm {
    margin-left: 86px;
  }
  .m-x10-sm {
    margin-left: 120px;
    margin-right: 120px;
  }
  .m-y10-sm {
    margin-top: 120px;
    margin-bottom: 120px;
  }
  .m-t10-sm {
    margin-top: 120px;
  }
  .m-r10-sm {
    margin-right: 120px;
  }
  .m-b10-sm {
    margin-bottom: 120px;
  }
  .m-l10-sm {
    margin-left: 120px;
  }
  .m-x11-sm {
    margin-left: 140px;
    margin-right: 140px;
  }
  .m-y11-sm {
    margin-top: 140px;
    margin-bottom: 140px;
  }
  .m-t11-sm {
    margin-top: 140px;
  }
  .m-r11-sm {
    margin-right: 140px;
  }
  .m-b11-sm {
    margin-bottom: 140px;
  }
  .m-l11-sm {
    margin-left: 140px;
  }
  .m-x12-sm {
    margin-left: 160px;
    margin-right: 160px;
  }
  .m-y12-sm {
    margin-top: 160px;
    margin-bottom: 160px;
  }
  .m-t12-sm {
    margin-top: 160px;
  }
  .m-r12-sm {
    margin-right: 160px;
  }
  .m-b12-sm {
    margin-bottom: 160px;
  }
  .m-l12-sm {
    margin-left: 160px;
  }
}
@media only screen and (max-width: 800px) {
  .m-0-md {
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    margin-left: 0;
  }
  .m-x0-md {
    margin-left: 0;
    margin-right: 0;
  }
  .m-y0-md {
    margin-top: 0;
    margin-bottom: 0;
  }
  .m-t0-md {
    margin-top: 0;
  }
  .m-r0-md {
    margin-right: 0;
  }
  .m-b0-md {
    margin-bottom: 0;
  }
  .m-l0-md {
    margin-left: 0;
  }
  .m-x1-md {
    margin-left: 2px;
    margin-right: 2px;
  }
  .m-y1-md {
    margin-top: 2px;
    margin-bottom: 2px;
  }
  .m-t1-md {
    margin-top: 2px;
  }
  .m-r1-md {
    margin-right: 2px;
  }
  .m-b1-md {
    margin-bottom: 2px;
  }
  .m-l1-md {
    margin-left: 2px;
  }
  .m-x2-md {
    margin-left: 4px;
    margin-right: 4px;
  }
  .m-y2-md {
    margin-top: 4px;
    margin-bottom: 4px;
  }
  .m-t2-md {
    margin-top: 4px;
  }
  .m-r2-md {
    margin-right: 4px;
  }
  .m-b2-md {
    margin-bottom: 4px;
  }
  .m-l2-md {
    margin-left: 4px;
  }
  .m-x3-md {
    margin-left: 8px;
    margin-right: 8px;
  }
  .m-y3-md {
    margin-top: 8px;
    margin-bottom: 8px;
  }
  .m-t3-md {
    margin-top: 8px;
  }
  .m-r3-md {
    margin-right: 8px;
  }
  .m-b3-md {
    margin-bottom: 8px;
  }
  .m-l3-md {
    margin-left: 8px;
  }
  .m-x4-md {
    margin-left: 12px;
    margin-right: 12px;
  }
  .m-y4-md {
    margin-top: 12px;
    margin-bottom: 12px;
  }
  .m-t4-md {
    margin-top: 12px;
  }
  .m-r4-md {
    margin-right: 12px;
  }
  .m-b4-md {
    margin-bottom: 12px;
  }
  .m-l4-md {
    margin-left: 12px;
  }
  .m-x5-md {
    margin-left: 18px;
    margin-right: 18px;
  }
  .m-y5-md {
    margin-top: 18px;
    margin-bottom: 18px;
  }
  .m-t5-md {
    margin-top: 18px;
  }
  .m-r5-md {
    margin-right: 18px;
  }
  .m-b5-md {
    margin-bottom: 18px;
  }
  .m-l5-md {
    margin-left: 18px;
  }
  .m-x6-md {
    margin-left: 26px;
    margin-right: 26px;
  }
  .m-y6-md {
    margin-top: 26px;
    margin-bottom: 26px;
  }
  .m-t6-md {
    margin-top: 26px;
  }
  .m-r6-md {
    margin-right: 26px;
  }
  .m-b6-md {
    margin-bottom: 26px;
  }
  .m-l6-md {
    margin-left: 26px;
  }
  .m-x7-md {
    margin-left: 38px;
    margin-right: 38px;
  }
  .m-y7-md {
    margin-top: 38px;
    margin-bottom: 38px;
  }
  .m-t7-md {
    margin-top: 38px;
  }
  .m-r7-md {
    margin-right: 38px;
  }
  .m-b7-md {
    margin-bottom: 38px;
  }
  .m-l7-md {
    margin-left: 38px;
  }
  .m-x8-md {
    margin-left: 64px;
    margin-right: 64px;
  }
  .m-y8-md {
    margin-top: 64px;
    margin-bottom: 64px;
  }
  .m-t8-md {
    margin-top: 64px;
  }
  .m-r8-md {
    margin-right: 64px;
  }
  .m-b8-md {
    margin-bottom: 64px;
  }
  .m-l8-md {
    margin-left: 64px;
  }
  .m-x9-md {
    margin-left: 86px;
    margin-right: 86px;
  }
  .m-y9-md {
    margin-top: 86px;
    margin-bottom: 86px;
  }
  .m-t9-md {
    margin-top: 86px;
  }
  .m-r9-md {
    margin-right: 86px;
  }
  .m-b9-md {
    margin-bottom: 86px;
  }
  .m-l9-md {
    margin-left: 86px;
  }
  .m-x10-md {
    margin-left: 120px;
    margin-right: 120px;
  }
  .m-y10-md {
    margin-top: 120px;
    margin-bottom: 120px;
  }
  .m-t10-md {
    margin-top: 120px;
  }
  .m-r10-md {
    margin-right: 120px;
  }
  .m-b10-md {
    margin-bottom: 120px;
  }
  .m-l10-md {
    margin-left: 120px;
  }
  .m-x11-md {
    margin-left: 140px;
    margin-right: 140px;
  }
  .m-y11-md {
    margin-top: 140px;
    margin-bottom: 140px;
  }
  .m-t11-md {
    margin-top: 140px;
  }
  .m-r11-md {
    margin-right: 140px;
  }
  .m-b11-md {
    margin-bottom: 140px;
  }
  .m-l11-md {
    margin-left: 140px;
  }
  .m-x12-md {
    margin-left: 160px;
    margin-right: 160px;
  }
  .m-y12-md {
    margin-top: 160px;
    margin-bottom: 160px;
  }
  .m-t12-md {
    margin-top: 160px;
  }
  .m-r12-md {
    margin-right: 160px;
  }
  .m-b12-md {
    margin-bottom: 160px;
  }
  .m-l12-md {
    margin-left: 160px;
  }
}
.po-t0 {
  top: 0;
}

.po-t-0 {
  top: 0;
}

.po-r0 {
  right: 0;
}

.po-r-0 {
  right: 0;
}

.po-b0 {
  bottom: 0;
}

.po-b-0 {
  bottom: 0;
}

.po-l0 {
  left: 0;
}

.po-l-0 {
  left: 0;
}

.po-t1 {
  top: 2px;
}

.po-t-1 {
  top: -2px;
}

.po-r1 {
  right: 2px;
}

.po-r-1 {
  right: -2px;
}

.po-b1 {
  bottom: 2px;
}

.po-b-1 {
  bottom: -2px;
}

.po-l1 {
  left: 2px;
}

.po-l-1 {
  left: -2px;
}

.po-t2 {
  top: 4px;
}

.po-t-2 {
  top: -4px;
}

.po-r2 {
  right: 4px;
}

.po-r-2 {
  right: -4px;
}

.po-b2 {
  bottom: 4px;
}

.po-b-2 {
  bottom: -4px;
}

.po-l2 {
  left: 4px;
}

.po-l-2 {
  left: -4px;
}

.po-t3 {
  top: 8px;
}

.po-t-3 {
  top: -8px;
}

.po-r3 {
  right: 8px;
}

.po-r-3 {
  right: -8px;
}

.po-b3 {
  bottom: 8px;
}

.po-b-3 {
  bottom: -8px;
}

.po-l3 {
  left: 8px;
}

.po-l-3 {
  left: -8px;
}

.po-t4 {
  top: 12px;
}

.po-t-4 {
  top: -12px;
}

.po-r4 {
  right: 12px;
}

.po-r-4 {
  right: -12px;
}

.po-b4 {
  bottom: 12px;
}

.po-b-4 {
  bottom: -12px;
}

.po-l4 {
  left: 12px;
}

.po-l-4 {
  left: -12px;
}

.po-t5 {
  top: 18px;
}

.po-t-5 {
  top: -18px;
}

.po-r5 {
  right: 18px;
}

.po-r-5 {
  right: -18px;
}

.po-b5 {
  bottom: 18px;
}

.po-b-5 {
  bottom: -18px;
}

.po-l5 {
  left: 18px;
}

.po-l-5 {
  left: -18px;
}

.po-t6 {
  top: 26px;
}

.po-t-6 {
  top: -26px;
}

.po-r6 {
  right: 26px;
}

.po-r-6 {
  right: -26px;
}

.po-b6 {
  bottom: 26px;
}

.po-b-6 {
  bottom: -26px;
}

.po-l6 {
  left: 26px;
}

.po-l-6 {
  left: -26px;
}

.po-t7 {
  top: 38px;
}

.po-t-7 {
  top: -38px;
}

.po-r7 {
  right: 38px;
}

.po-r-7 {
  right: -38px;
}

.po-b7 {
  bottom: 38px;
}

.po-b-7 {
  bottom: -38px;
}

.po-l7 {
  left: 38px;
}

.po-l-7 {
  left: -38px;
}

.po-t8 {
  top: 64px;
}

.po-t-8 {
  top: -64px;
}

.po-r8 {
  right: 64px;
}

.po-r-8 {
  right: -64px;
}

.po-b8 {
  bottom: 64px;
}

.po-b-8 {
  bottom: -64px;
}

.po-l8 {
  left: 64px;
}

.po-l-8 {
  left: -64px;
}

.po-t9 {
  top: 86px;
}

.po-t-9 {
  top: -86px;
}

.po-r9 {
  right: 86px;
}

.po-r-9 {
  right: -86px;
}

.po-b9 {
  bottom: 86px;
}

.po-b-9 {
  bottom: -86px;
}

.po-l9 {
  left: 86px;
}

.po-l-9 {
  left: -86px;
}

.po-t10 {
  top: 120px;
}

.po-t-10 {
  top: -120px;
}

.po-r10 {
  right: 120px;
}

.po-r-10 {
  right: -120px;
}

.po-b10 {
  bottom: 120px;
}

.po-b-10 {
  bottom: -120px;
}

.po-l10 {
  left: 120px;
}

.po-l-10 {
  left: -120px;
}

.po-t11 {
  top: 140px;
}

.po-t-11 {
  top: -140px;
}

.po-r11 {
  right: 140px;
}

.po-r-11 {
  right: -140px;
}

.po-b11 {
  bottom: 140px;
}

.po-b-11 {
  bottom: -140px;
}

.po-l11 {
  left: 140px;
}

.po-l-11 {
  left: -140px;
}

.po-t12 {
  top: 160px;
}

.po-t-12 {
  top: -160px;
}

.po-r12 {
  right: 160px;
}

.po-r-12 {
  right: -160px;
}

.po-b12 {
  bottom: 160px;
}

.po-b-12 {
  bottom: -160px;
}

.po-l12 {
  left: 160px;
}

.po-l-12 {
  left: -160px;
}

/* spaces ---------------------------------- 
using inline style with assigning custom properties and calculating based on base spacer --sp-base
only on large screens for example
*/
/* margins */
@media only screen and (min-width: 1024px) {
  [style*="--mar:"] {
    margin: calc(min(var(--mar), 500) * var(--sp-base));
  }
  [style*="--mar-x:"] {
    margin-left: calc(min(var(--mar-x), 500) * var(--sp-base));
    margin-right: calc(min(var(--mar-x), 500) * var(--sp-base));
  }
  [style*="--mar-y:"] {
    margin-top: calc(min(var(--mar-y), 500) * var(--sp-base));
    margin-bottom: calc(min(var(--mar-y), 500) * var(--sp-base));
  }
  [style*="--mar-t:"] {
    margin-top: calc(min(var(--mar-t), 500) * var(--sp-base));
  }
  [style*="--mar-b:"] {
    margin-bottom: calc(min(var(--mar-b), 500) * var(--sp-base));
  }
  [style*="--mar-l:"] {
    margin-left: calc(min(var(--mar-l), 500) * var(--sp-base));
  }
  [style*="--mar-r:"] {
    margin-right: calc(min(var(--mar-r), 500) * var(--sp-base));
  }
  /* padding */
  [style*="--pad:"] {
    padding: calc(min(var(--pad), 500) * var(--sp-base));
  }
  [style*="--pad-x:"] {
    padding-left: calc(min(var(--pad-x), 500) * var(--sp-base));
    padding-right: calc(min(var(--pad-x), 500) * var(--sp-base));
  }
  [style*="--pad-y:"] {
    padding-top: calc(min(var(--pad-y), 500) * var(--sp-base));
    padding-bottom: calc(min(var(--pad-y), 500) * var(--sp-base));
  }
  [style*="--pad-t:"] {
    padding-top: calc(min(var(--pad-t), 500) * var(--sp-base));
  }
  [style*="--pad-b:"] {
    padding-bottom: calc(min(var(--pad-b), 500) * var(--sp-base));
  }
  [style*="--pad-l:"] {
    padding-left: calc(min(var(--pad-l), 500) * var(--sp-base));
  }
  [style*="--pad-r:"] {
    padding-right: calc(min(var(--pad-r), 500) * var(--sp-base));
  }
  /* position */
  [style*="--pos-t:"] {
    top: calc(min(var(--pos-t), 500) * var(--sp-base));
  }
  [style*="--pos-l:"] {
    left: calc(min(var(--pos-l), 500) * var(--sp-base));
  }
  [style*="--pos-r:"] {
    right: calc(min(var(--pos-r), 500) * var(--sp-base));
  }
  /* hight */
  [style*="--hi-min:"] {
    min-height: calc(var(--hi-min) * var(--sp-base));
  }
  [style*="--hi:"] {
    height: calc(var(--hi) * var(--sp-base));
  }
}
.btn {
  text-decoration: none;
  border: none;
  border-radius: 0rem;
  background-color: rgb(195.7, 195.7, 195.7);
  line-height: 2.5em;
  display: inline-block;
  padding-left: 1.4em;
  padding-right: 1.4em;
  font-weight: 400;
  transition: all 0.15s ease-in-out;
}
.btn:hover {
  background-color: rgb(231.4, 231.4, 231.4);
  transform: scale(1.05);
}
.btn.co-bg-ma {
  background-color: #000000;
  color: #ffffff;
}
.btn.co-bg-ma:hover, .btn.co-bg-ma:active {
  background-color: hsl(0, 0%, -10%);
  color: #ffffff;
}
.btn.co-bg-ma2 {
  background-color: #3444BA;
  color: #000000;
}
.btn.co-bg-ma2:hover, .btn.co-bg-ma2:active {
  background-color: rgb(102.2142857143, 115.3571428571, 212.2857142857);
}
.btn.is-hollow {
  border: 2px solid #000000;
  background-color: transparent;
}
.btn.co-bg-light {
  background-color: #ffffff;
  border: 2px solid #000000;
  color: #000000;
}
.btn.co-bg-light:hover, .btn.co-bg-light:active {
  background-color: rgb(96.25, 96.25, 96.25);
  color: #ffffff;
}
.btn .feather {
  position: relative;
  width: 15px;
  height: 15px;
  top: 2px;
}

.btn-text {
  text-decoration: none;
  color: #3444BA;
  font-weight: 600;
  padding-bottom: 0.1em;
  border-bottom: 3px solid #3444BA;
  transition: all 0.15s ease-in-out;
}
.btn-text:hover, .btn-text:active {
  color: #000000;
  border-bottom-color: #000000;
  transform: scale(1.05);
}

.btn,
.btn-text {
  position: relative;
}
.btn .icon,
.btn-text .icon {
  position: relative;
  top: 0.05em;
}

.form ::placeholder {
  color: rgb(121.75, 121.75, 121.75);
}
.form input[type=text],
.form input[type=email],
.form textarea {
  background: transparent;
  width: 100%;
  border: 0px;
  border-bottom: 2px solid #000000;
  padding: 12px 0;
  font-size: 1.125rem;
  color: #000000;
  outline: none;
  transition: all 0.3s ease-in-out;
  font-family: "Archivo", "Helvetica", "Arial", sans-serif;
}
.form input[type=text]:active, .form input[type=text]:focus,
.form input[type=email]:active,
.form input[type=email]:focus,
.form textarea:active,
.form textarea:focus {
  background-color: rgba(255, 255, 255, 0.3);
  padding-left: 8px;
}
.form.no-labels label {
  display: none;
}
.form .form-control {
  margin-bottom: 18px;
}
.form {
  /* formr (bulma) */
}
.form .form-control input.is-danger {
  border-bottom: 2px solid #F26868;
}
.form .form-control .help.is-danger {
  font-size: 0.8em;
  color: #F26868;
}

/* formr form messages (bulma) */
.form-messages .message {
  padding: 18px;
  color: #ffffff;
  margin-bottom: 12px;
}
.form-messages .message.is-danger {
  background-color: #F26868;
}
.form-messages .message.is-success {
  background-color: #9BFF00;
  color: #000000;
}
.form-messages .message .message-header {
  display: none;
}

/* text sizes */
.tx-sz0 {
  font-size: 0.8125rem;
}

.tx-sz1 {
  font-size: 0.9375rem;
}

.tx-sz2 {
  font-size: 1.125rem;
}

.tx-sz3 {
  font-size: 1.25rem;
}

.tx-sz4 {
  font-size: 1.5rem;
}

.tx-sz5 {
  font-size: 1.875rem;
}

.tx-sz6 {
  font-size: 2.25rem;
}

.tx-sz7 {
  font-size: 2.625rem;
}

.tx-sz8 {
  font-size: 3.5rem;
}

.tx-sz9 {
  font-size: 4.5rem;
}

.tx-sz10 {
  font-size: 6rem;
}

/* font weights */
.tx-wgr {
  font-weight: 400;
}

.tx-wgl {
  font-weight: 300;
}

.tx-wgm {
  font-weight: 500;
}

.tx-wgb {
  font-weight: 600;
}

/* text transform */
.tx-neg {
  background-color: #000000;
  color: #ffffff;
}

.tx-trup {
  text-transform: uppercase;
}

.tx-trwide {
  letter-spacing: 0.25em;
}

/* text align */
.tx-poc {
  text-align: center;
}

.tx-pol {
  text-align: left;
}

.tx-por {
  text-align: right;
}

@media only screen and (max-width: 800px) {
  .tx-poc-sm {
    text-align: center;
  }
  .tx-pol-sm {
    text-align: left;
  }
  .tx-por-sm {
    text-align: right;
  }
}
@media only screen and (max-width: 800px) {
  .tx-poc-md {
    text-align: center;
  }
  .tx-pol-md {
    text-align: left;
  }
  .tx-por-md {
    text-align: right;
  }
}
/* line heights */
.tx-lh-08 {
  line-height: 0.8em;
}

.tx-lh-1 {
  line-height: 1em;
}

.tx-lh-15 {
  line-height: 1.5em;
}

/* list styles */
.tx-li-1 {
  margin-left: 0;
  padding-left: 0;
}
.tx-li-1 li {
  list-style: none;
}

/* height */
.hi-page {
  min-height: 77vh;
}

/* width */
.wi-100 {
  width: 100%;
}

.wi-75 {
  width: 75%;
}

.wi-50 {
  width: calc(50% - 4px);
}

.wi-33 {
  width: 33%;
}

@media only screen and (max-width: 800px) {
  .wi-100-md {
    width: 100%;
  }
}
@media only screen and (max-width: 800px) {
  .wi-100-sm {
    width: 100%;
  }
}
.wi-max-xxs {
  max-width: 40px;
}

.wi-max-xs {
  max-width: 65px;
}

.wi-max-s {
  max-width: 120px;
}

/* diplay */
.di-bl {
  display: block;
}

.di-ib {
  display: inline-block;
}

.di-il {
  display: inline;
}

/* hide and show */
.hide {
  display: none;
}

.show {
  display: initial;
}

.show-sm {
  display: none;
}

.show-md {
  display: none;
}

@media only screen and (max-width: 800px) {
  .hide-sm {
    display: none;
  }
  .show-sm {
    display: initial;
  }
}
@media only screen and (max-width: 800px) {
  .hide-md {
    display: none;
  }
  .show-md {
    display: initial;
  }
}
/* flex */
/*[class*="fx-"] {
  display: flex;
}*/
.fx {
  display: flex;
}

.fx-column {
  flex-direction: column;
}

.fx-wrap {
  flex-wrap: wrap;
}

.fx-itm-start {
  align-items: flex-start;
}

.fx-itm-end {
  align-items: flex-end;
}

.fx-itm-center {
  align-items: center;
}

.fx-itm-baseline {
  align-items: baseline;
}

.fx-itm-stretch {
  align-items: stretch;
}

.fx-slf-start {
  align-self: flex-start;
}

.fx-slf-end {
  align-self: flex-end;
}

.fx-slf-center {
  align-self: center;
}

.fx-slf-baseline {
  align-self: baseline;
}

.fx-slf-stretch {
  align-self: stretch;
}

.fx-jst-start {
  justify-content: flex-start;
}

.fx-jst-end {
  justify-content: flex-end;
}

.fx-jst-center {
  justify-content: center;
}

.fx-jst-between {
  justify-content: space-between;
}

.fx-jst-around {
  justify-content: space-around;
}

.fx-jst-evenly {
  justify-content: space-evenly;
}

.fx-cnt-start {
  align-content: flex-start;
}

.fx-cnt-end {
  align-content: flex-end;
}

.fx-cnt-center {
  align-content: center;
}

.fx-cnt-between {
  align-content: space-between;
}

.fx-cnt-around {
  align-content: space-around;
}

.fx-cnt-stretch {
  align-content: stretch;
}

.fx-auto {
  flex: 1 1 auto;
  min-width: 0; /* 1 */
  min-height: 0; /* 1 */
}

.fx-none {
  flex: none;
}

.fx-ord-0 {
  order: 0;
}

.fx-ord-1 {
  order: 1;
}

.fx-ord-2 {
  order: 2;
}

.fx-ord-3 {
  order: 3;
}

.fx-ord-last {
  order: 99999;
}

@media only screen and (max-width: 800px) {
  .fx-jst-center-sm {
    display: flex;
    justify-content: center;
  }
  .fx-slf-center-sm {
    display: flex;
    align-self: center;
  }
  .fx-itm-center-sm {
    align-items: center;
  }
  .fx-column-sm {
    flex-direction: column;
  }
}
/* position */
.po-re {
  position: relative;
}

.po-ab {
  position: absolute;
}

.po-fi {
  position: fixed;
}

/* effects */
.ef-img-co-ma2 {
  filter: brightness(0.54) contrast(0.83) hue-rotate(-304deg) saturate(1.62);
}
.ef-img-co-ma2:hover, .ef-img-co-ma2:active {
  filter: none;
}

.ef-zoom {
  display: inline-block;
  transition: all 0.15s ease-in-out;
}
.ef-zoom:hover {
  transform: scale(1.05);
}

/* border */
.bo {
  border-width: 1px;
  border-style: solid;
  border-color: inherit;
}
.bo.co-bo-light {
  border-color: #ffffff;
}
.bo.co-bo-ma2 {
  border-color: #3444BA;
}

.bo-r {
  border-right: 1px solid;
}

.bo-t {
  border-top: 1px solid;
}

.bo-t2 {
  border-top: 3px solid;
}

.bo-b {
  border-bottom: 3px solid;
  border-bottom-color: inherit;
}

.bo-b.co-bo-light {
  border-bottom-color: #ffffff;
}

@media only screen and (max-width: 800px) {
  .bo-0-sm {
    border: none;
  }
}
/* images */
.has-bg-img {
  position: relative;
  overflow: hidden;
}
.has-bg-img > img:first-child {
  position: absolute;
  height: 100%;
  width: 100%;
  z-index: 0;
  object-fit: cover;
}
@media only screen and (max-width: 800px) {
  .has-bg-img > img:first-child.not-on-sm {
    position: relative;
    z-index: initial;
  }
}

/* video */
.has-bg-video {
  position: relative;
  overflow: hidden;
}
.has-bg-video > video:first-child {
  position: absolute;
  height: 100%;
  width: 100%;
  z-index: 0;
  object-fit: cover;
}
@media only screen and (max-width: 800px) {
  .has-bg-video > img:first-child.not-on-sm {
    position: relative;
    z-index: initial;
  }
}

.video-container {
  position: relative;
  padding-bottom: 56.25%; /* 16:9 aspect ratio (height/width) */
  padding-top: 0px; /* Add some top spacing */
  height: 0;
  overflow: hidden;
}

.video-container iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.page-bg-video-wrapper {
  position: fixed; /* stays fixed while you scroll */
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  overflow: hidden; /* prevents scrollbars from the video */
  z-index: -1; /* push it behind the page content */
}

.page-bg-video {
  width: 100%;
  height: 100%;
  object-fit: cover; /* fills, cropping if needed */
  /* Optional: a tiny blur/fade for aesthetic */
  /* filter: blur(2px) brightness(0.85); */
}

/* image boxes aspect ratios */
.img-cover {
  position: relative;
  background-size: cover;
  background-position: center;
  height: 0;
}
.img-cover img {
  display: none;
}
.img-cover.img-1to1 {
  padding-top: 100%;
}
.img-cover.img-2to1 {
  padding-top: 50%;
}
.img-cover.img-16to9 {
  padding-top: 56.25%;
}
.img-cover.img-4to3 {
  padding-top: 75%;
}
.img-cover .overlay {
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  display: none;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background-color: rgba(0, 0, 0, 0.7);
  color: #ffffff;
  text-align: center;
}
.img-cover:hover .overlay, .img-cover:active .overlay {
  display: flex;
  cursor: none;
}

/* image clip shapes */
.shape1-clip img {
  width: 100%; /* Responsive image */
  height: auto;
  clip-path: polygon(21.57% 30.09%, 25.37% 24.99%, 31.3% 22.68%, 37.44% 22.48%, 43.5% 23.5%, 59.82% 23.5%, 72.44% 21.33%, 78.81% 22.68%, 84.25% 26.25%, 94.88% 36.31%, 97.19% 40.74%, 96.88% 47.17%, 91.71% 49.56%, 86.02% 49.69%, 81.64% 52.34%, 79.52% 57%, 73.5% 66.91%, 74.52% 73.33%, 73.3% 79.22%, 71.18% 82.74%, 61.25% 84.26%, 55.28% 84.26%, 50.08% 84.09%, 37.27% 79.22%, 21.57% 77.25%, 17.69% 76.46%, 14.71% 73.4%, 6.49% 54.87%, 6.25% 49.69%, 6.25% 44.5%, 9% 40.74%);
}

/* shapes */
.shape-circle1 {
  width: 38px;
  height: 38px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  font-weight: bold;
  border: 1px solid;
  font-size: 1.3rem;
}

/* Arrow Line Styles */
.arrow-line-container {
  width: 100%;
  margin: 20px 0;
  position: relative;
  padding: 5px 0;
}

.arrow-line {
  width: 100%;
  height: 2px;
  background-color: #000000;
  position: relative;
}

.arrow-line::after {
  content: "";
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 0;
  height: 0;
  border-left: 6px solid #000000;
  border-top: 5px solid transparent;
  border-bottom: 5px solid transparent;
}

[data-sal] {
  transition-delay: 0s;
  transition-delay: var(--sal-delay, 0s);
  transition-duration: 0.2s;
  transition-duration: var(--sal-duration, 0.2s);
  transition-timing-function: ease;
  transition-timing-function: var(--sal-easing, ease);
}

[data-sal][data-sal-duration="200"] {
  transition-duration: 0.2s;
}

[data-sal][data-sal-duration="250"] {
  transition-duration: 0.25s;
}

[data-sal][data-sal-duration="300"] {
  transition-duration: 0.3s;
}

[data-sal][data-sal-duration="350"] {
  transition-duration: 0.35s;
}

[data-sal][data-sal-duration="400"] {
  transition-duration: 0.4s;
}

[data-sal][data-sal-duration="450"] {
  transition-duration: 0.45s;
}

[data-sal][data-sal-duration="500"] {
  transition-duration: 0.5s;
}

[data-sal][data-sal-duration="550"] {
  transition-duration: 0.55s;
}

[data-sal][data-sal-duration="600"] {
  transition-duration: 0.6s;
}

[data-sal][data-sal-duration="650"] {
  transition-duration: 0.65s;
}

[data-sal][data-sal-duration="700"] {
  transition-duration: 0.7s;
}

[data-sal][data-sal-duration="750"] {
  transition-duration: 0.75s;
}

[data-sal][data-sal-duration="800"] {
  transition-duration: 0.8s;
}

[data-sal][data-sal-duration="850"] {
  transition-duration: 0.85s;
}

[data-sal][data-sal-duration="900"] {
  transition-duration: 0.9s;
}

[data-sal][data-sal-duration="950"] {
  transition-duration: 0.95s;
}

[data-sal][data-sal-duration="1000"] {
  transition-duration: 1s;
}

[data-sal][data-sal-duration="1050"] {
  transition-duration: 1.05s;
}

[data-sal][data-sal-duration="1100"] {
  transition-duration: 1.1s;
}

[data-sal][data-sal-duration="1150"] {
  transition-duration: 1.15s;
}

[data-sal][data-sal-duration="1200"] {
  transition-duration: 1.2s;
}

[data-sal][data-sal-duration="1250"] {
  transition-duration: 1.25s;
}

[data-sal][data-sal-duration="1300"] {
  transition-duration: 1.3s;
}

[data-sal][data-sal-duration="1350"] {
  transition-duration: 1.35s;
}

[data-sal][data-sal-duration="1400"] {
  transition-duration: 1.4s;
}

[data-sal][data-sal-duration="1450"] {
  transition-duration: 1.45s;
}

[data-sal][data-sal-duration="1500"] {
  transition-duration: 1.5s;
}

[data-sal][data-sal-duration="1550"] {
  transition-duration: 1.55s;
}

[data-sal][data-sal-duration="1600"] {
  transition-duration: 1.6s;
}

[data-sal][data-sal-duration="1650"] {
  transition-duration: 1.65s;
}

[data-sal][data-sal-duration="1700"] {
  transition-duration: 1.7s;
}

[data-sal][data-sal-duration="1750"] {
  transition-duration: 1.75s;
}

[data-sal][data-sal-duration="1800"] {
  transition-duration: 1.8s;
}

[data-sal][data-sal-duration="1850"] {
  transition-duration: 1.85s;
}

[data-sal][data-sal-duration="1900"] {
  transition-duration: 1.9s;
}

[data-sal][data-sal-duration="1950"] {
  transition-duration: 1.95s;
}

[data-sal][data-sal-duration="2000"] {
  transition-duration: 2s;
}

[data-sal][data-sal-delay="50"] {
  transition-delay: 0.05s;
}

[data-sal][data-sal-delay="100"] {
  transition-delay: 0.1s;
}

[data-sal][data-sal-delay="150"] {
  transition-delay: 0.15s;
}

[data-sal][data-sal-delay="200"] {
  transition-delay: 0.2s;
}

[data-sal][data-sal-delay="250"] {
  transition-delay: 0.25s;
}

[data-sal][data-sal-delay="300"] {
  transition-delay: 0.3s;
}

[data-sal][data-sal-delay="350"] {
  transition-delay: 0.35s;
}

[data-sal][data-sal-delay="400"] {
  transition-delay: 0.4s;
}

[data-sal][data-sal-delay="450"] {
  transition-delay: 0.45s;
}

[data-sal][data-sal-delay="500"] {
  transition-delay: 0.5s;
}

[data-sal][data-sal-delay="550"] {
  transition-delay: 0.55s;
}

[data-sal][data-sal-delay="600"] {
  transition-delay: 0.6s;
}

[data-sal][data-sal-delay="650"] {
  transition-delay: 0.65s;
}

[data-sal][data-sal-delay="700"] {
  transition-delay: 0.7s;
}

[data-sal][data-sal-delay="750"] {
  transition-delay: 0.75s;
}

[data-sal][data-sal-delay="800"] {
  transition-delay: 0.8s;
}

[data-sal][data-sal-delay="850"] {
  transition-delay: 0.85s;
}

[data-sal][data-sal-delay="900"] {
  transition-delay: 0.9s;
}

[data-sal][data-sal-delay="950"] {
  transition-delay: 0.95s;
}

[data-sal][data-sal-delay="1000"] {
  transition-delay: 1s;
}

[data-sal][data-sal-easing=linear] {
  transition-timing-function: linear;
}

[data-sal][data-sal-easing=ease] {
  transition-timing-function: ease;
}

[data-sal][data-sal-easing=ease-in] {
  transition-timing-function: ease-in;
}

[data-sal][data-sal-easing=ease-out] {
  transition-timing-function: ease-out;
}

[data-sal][data-sal-easing=ease-in-out] {
  transition-timing-function: ease-in-out;
}

[data-sal][data-sal-easing=ease-in-cubic] {
  transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

[data-sal][data-sal-easing=ease-out-cubic] {
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}

[data-sal][data-sal-easing=ease-in-out-cubic] {
  transition-timing-function: cubic-bezier(0.645, 0.045, 0.355, 1);
}

[data-sal][data-sal-easing=ease-in-circ] {
  transition-timing-function: cubic-bezier(0.6, 0.04, 0.98, 0.335);
}

[data-sal][data-sal-easing=ease-out-circ] {
  transition-timing-function: cubic-bezier(0.075, 0.82, 0.165, 1);
}

[data-sal][data-sal-easing=ease-in-out-circ] {
  transition-timing-function: cubic-bezier(0.785, 0.135, 0.15, 0.86);
}

[data-sal][data-sal-easing=ease-in-expo] {
  transition-timing-function: cubic-bezier(0.95, 0.05, 0.795, 0.035);
}

[data-sal][data-sal-easing=ease-out-expo] {
  transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
}

[data-sal][data-sal-easing=ease-in-out-expo] {
  transition-timing-function: cubic-bezier(1, 0, 0, 1);
}

[data-sal][data-sal-easing=ease-in-quad] {
  transition-timing-function: cubic-bezier(0.55, 0.085, 0.68, 0.53);
}

[data-sal][data-sal-easing=ease-out-quad] {
  transition-timing-function: cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

[data-sal][data-sal-easing=ease-in-out-quad] {
  transition-timing-function: cubic-bezier(0.455, 0.03, 0.515, 0.955);
}

[data-sal][data-sal-easing=ease-in-quart] {
  transition-timing-function: cubic-bezier(0.895, 0.03, 0.685, 0.22);
}

[data-sal][data-sal-easing=ease-out-quart] {
  transition-timing-function: cubic-bezier(0.165, 0.84, 0.44, 1);
}

[data-sal][data-sal-easing=ease-in-out-quart] {
  transition-timing-function: cubic-bezier(0.77, 0, 0.175, 1);
}

[data-sal][data-sal-easing=ease-in-quint] {
  transition-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
}

[data-sal][data-sal-easing=ease-out-quint] {
  transition-timing-function: cubic-bezier(0.23, 1, 0.32, 1);
}

[data-sal][data-sal-easing=ease-in-out-quint] {
  transition-timing-function: cubic-bezier(0.86, 0, 0.07, 1);
}

[data-sal][data-sal-easing=ease-in-sine] {
  transition-timing-function: cubic-bezier(0.47, 0, 0.745, 0.715);
}

[data-sal][data-sal-easing=ease-out-sine] {
  transition-timing-function: cubic-bezier(0.39, 0.575, 0.565, 1);
}

[data-sal][data-sal-easing=ease-in-out-sine] {
  transition-timing-function: cubic-bezier(0.445, 0.05, 0.55, 0.95);
}

[data-sal][data-sal-easing=ease-in-back] {
  transition-timing-function: cubic-bezier(0.6, -0.28, 0.735, 0.045);
}

[data-sal][data-sal-easing=ease-out-back] {
  transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.275);
}

[data-sal][data-sal-easing=ease-in-out-back] {
  transition-timing-function: cubic-bezier(0.68, -0.55, 0.265, 1.55);
}

[data-sal|=fade] {
  opacity: 0;
  transition-property: opacity;
}

[data-sal|=fade].sal-animate,
body.sal-disabled [data-sal|=fade],
.sal-disabled [data-sal|=fade] {
  opacity: 1;
}

[data-sal|=slide] {
  opacity: 0;
  transition-property: opacity, transform;
}

[data-sal=slide-up] {
  transform: translateY(20%);
}

[data-sal=slide-down] {
  transform: translateY(-20%);
}

[data-sal=slide-left] {
  transform: translateX(20%);
}

[data-sal=slide-right] {
  transform: translateX(-20%);
}

[data-sal|=slide].sal-animate,
body.sal-disabled [data-sal|=slide],
.sal-disabled [data-sal|=slide] {
  opacity: 1;
  transform: none;
}

[data-sal|=zoom] {
  opacity: 0;
  transition-property: opacity, transform;
}

[data-sal=zoom-in] {
  transform: scale(0.5);
}

[data-sal=zoom-out] {
  transform: scale(1.1);
}

[data-sal|=zoom].sal-animate,
body.sal-disabled [data-sal|=zoom],
.sal-disabled [data-sal|=zoom] {
  opacity: 1;
  transform: none;
}

[data-sal|=flip] {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  transition-property: transform;
}

[data-sal=flip-left] {
  transform: perspective(2000px) rotateY(-91deg);
}

[data-sal=flip-right] {
  transform: perspective(2000px) rotateY(91deg);
}

[data-sal=flip-up] {
  transform: perspective(2000px) rotateX(-91deg);
}

[data-sal=flip-down] {
  transform: perspective(2000px) rotateX(91deg);
}

[data-sal|=flip].sal-animate,
body.sal-disabled [data-sal|=flip],
.sal-disabled [data-sal=flip-up] {
  transform: none;
  -webkit-backface-visibility: visible;
  backface-visibility: visible;
  transition-property: none;
}


/*!
AniCollection - http://anicollection.github.io/
Licensed under the MIT license - http://opensource.org/licenses/MIT
Copyright (c) 2015 Dariel Noel

Animate.css - http://daneden.me/animate
Licensed under the MIT license - http://opensource.org/licenses/MIT
Copyright (c) 2014 Daniel Eden
*/
.animated {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

.animated.infinite {
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
}

.animated.hinge {
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
}

.duration-xs {
  -webkit-animation-duration: 0.25s;
  animation-duration: 0.25s;
}

.duration-sm {
  -webkit-animation-duration: 0.5s;
  animation-duration: 0.5s;
}

.duration-md {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
}

.duration-lg {
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
}

.duration-xl {
  -webkit-animation-duration: 4s;
  animation-duration: 4s;
}

/*animation-timing-function: sets the animation speed
( linear | ease | ease-in | ease-out | ease-in-out | cubic-bezier ).*/
.timing-linear {
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
}

.timing-ease-in {
  -webkit-animation-timing-function: ease-in;
  animation-timing-function: ease-in;
}

.timing-ease-out {
  -webkit-animation-timing-function: ease-out;
  animation-timing-function: ease-out;
}

.timing-ease-in-out {
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
}

.timing-cubic-bezier {
  -webkit-animation-timing-function: cubic-bezier;
  animation-timing-function: cubic-bezier;
}

/*animation-delay: the delay before our animation will start.*/
.delay-xs {
  -webkit-animation-delay: 0.25s;
  animation-delay: 0.25s;
}

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

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

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

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

/*how many times it will iterate through animation.*/
.iteration-infinite {
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
}

.iteration-1 {
  -webkit-animation-iteration-count: 1;
  animation-iteration-count: 1;
}

.iteration-2 {
  -webkit-animation-iteration-count: 2;
  animation-iteration-count: 2;
}

.iteration-3 {
  -webkit-animation-iteration-count: 3;
  animation-iteration-count: 3;
}

.iteration-4 {
  -webkit-animation-iteration-count: 2;
  animation-iteration-count: 2;
}

.iteration-5 {
  -webkit-animation-iteration-count: 4;
  animation-iteration-count: 4;
}

/* animation-direction: gives you the ability to change the loop direction, from start to end ,
or from end to start, or both.*/
.direction-normal {
  -webkit-animation-direction: normal;
  animation-direction: normal;
}

.direction-reverse {
  -webkit-animation-direction: reverse;
  animation-direction: reverse;
}

.direction-alternate {
  -webkit-animation-direction: alternate;
  animation-direction: alternate;
}

.direction-alternate-reverse {
  -webkit-animation-direction: alternate-reverse;
  animation-direction: alternate-reverse;
}

/* animation-fill-mode: specifies which styles will be applied to the element when our animation is finished*/
.fill-mode-none {
  -webkit-animation-fill-mode: none;
  animation-fill-mode: none;
}

.fill-mode-forwards {
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
}

.fill-mode-backwards {
  -webkit-animation-fill-mode: backwards;
  animation-fill-mode: backwards;
}

.fill-mode-both {
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

/*
 *@name bounce
 *@className bounce animated
 *@cssCode true
 *@editionLink codepen.io
 *@author Dan Eden
 *@source Animate.css
 *@sourceUrl http://daneden.github.io/animate.css/
 *@issues https://github.com/daneden/animate.css/issues
 *@license MIT
 */
@-webkit-keyframes bounce {
  0%, 100%, 20%, 53%, 80% {
    -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  40%, 43% {
    -webkit-transition-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    transition-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -30px, 0);
    transform: translate3d(0, -30px, 0);
  }
  70% {
    -webkit-transition-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    transition-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -15px, 0);
    transform: translate3d(0, -15px, 0);
  }
  90% {
    -webkit-transform: translate3d(0, -4px, 0);
    transform: translate3d(0, -4px, 0);
  }
}
@keyframes bounce {
  0%, 100%, 20%, 53%, 80% {
    -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    -webkit-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  40%, 43% {
    -webkit-transition-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    transition-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -30px, 0);
    -ms-transform: translate3d(0, -30px, 0);
    transform: translate3d(0, -30px, 0);
  }
  70% {
    -webkit-transition-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    transition-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -15px, 0);
    -ms-transform: translate3d(0, -15px, 0);
    transform: translate3d(0, -15px, 0);
  }
  90% {
    -webkit-transform: translate3d(0, -4px, 0);
    -ms-transform: translate3d(0, -4px, 0);
    transform: translate3d(0, -4px, 0);
  }
}
.bounce {
  -webkit-animation-name: bounce;
  animation-name: bounce;
  -webkit-transform-origin: center bottom;
  -ms-transform-origin: center bottom;
  transform-origin: center bottom;
}

/*
 *@name flash
 *@className flash animated
 *@cssCode true
 *@editionLink codepen.io
 *@author Dan Eden
 *@source Animate.css
 *@sourceUrl http://daneden.github.io/animate.css/
 *@issues https://github.com/daneden/animate.css/issues
 *@license MIT
 */
@-webkit-keyframes flash {
  0%, 100%, 50% {
    opacity: 1;
  }
  25%, 75% {
    opacity: 0;
  }
}
@keyframes flash {
  0%, 100%, 50% {
    opacity: 1;
  }
  25%, 75% {
    opacity: 0;
  }
}
.flash {
  -webkit-animation-name: flash;
  animation-name: flash;
}

/*
 *@name pulse
 *@className pulse animated
 *@cssCode true
 *@editionLink codepen.io
 *@author Nick Pettit
 *@source Glide
 *@sourceUrl https://github.com/nickpettit/glide
 *@issues https://github.com/daneden/animate.css/issues
 *@license MIT
 */
@-webkit-keyframes pulse {
  0% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
  50% {
    -webkit-transform: scale3d(1.05, 1.05, 1.05);
    transform: scale3d(1.05, 1.05, 1.05);
  }
  100% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
@keyframes pulse {
  0% {
    -webkit-transform: scale3d(1, 1, 1);
    -ms-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
  50% {
    -webkit-transform: scale3d(1.05, 1.05, 1.05);
    -ms-transform: scale3d(1.05, 1.05, 1.05);
    transform: scale3d(1.05, 1.05, 1.05);
  }
  100% {
    -webkit-transform: scale3d(1, 1, 1);
    -ms-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
.pulse {
  -webkit-animation-name: pulse;
  animation-name: pulse;
}

/*
 *@name rubberBand
 *@className rubberBand animated
 *@cssCode true
 *@editionLink codepen.io
 *@author Dan Eden
 *@source Animate.css
 *@sourceUrl http://daneden.github.io/animate.css/
 *@issues https://github.com/daneden/animate.css/issues
 *@license MIT
 */
@-webkit-keyframes rubberBand {
  0% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
  30% {
    -webkit-transform: scale3d(1.25, 0.75, 1);
    transform: scale3d(1.25, 0.75, 1);
  }
  40% {
    -webkit-transform: scale3d(0.75, 1.25, 1);
    transform: scale3d(0.75, 1.25, 1);
  }
  50% {
    -webkit-transform: scale3d(1.15, 0.85, 1);
    transform: scale3d(1.15, 0.85, 1);
  }
  65% {
    -webkit-transform: scale3d(0.95, 1.05, 1);
    transform: scale3d(0.95, 1.05, 1);
  }
  75% {
    -webkit-transform: scale3d(1.05, 0.95, 1);
    transform: scale3d(1.05, 0.95, 1);
  }
  100% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
@keyframes rubberBand {
  0% {
    -webkit-transform: scale3d(1, 1, 1);
    -ms-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
  30% {
    -webkit-transform: scale3d(1.25, 0.75, 1);
    -ms-transform: scale3d(1.25, 0.75, 1);
    transform: scale3d(1.25, 0.75, 1);
  }
  40% {
    -webkit-transform: scale3d(0.75, 1.25, 1);
    -ms-transform: scale3d(0.75, 1.25, 1);
    transform: scale3d(0.75, 1.25, 1);
  }
  50% {
    -webkit-transform: scale3d(1.15, 0.85, 1);
    -ms-transform: scale3d(1.15, 0.85, 1);
    transform: scale3d(1.15, 0.85, 1);
  }
  65% {
    -webkit-transform: scale3d(0.95, 1.05, 1);
    -ms-transform: scale3d(0.95, 1.05, 1);
    transform: scale3d(0.95, 1.05, 1);
  }
  75% {
    -webkit-transform: scale3d(1.05, 0.95, 1);
    -ms-transform: scale3d(1.05, 0.95, 1);
    transform: scale3d(1.05, 0.95, 1);
  }
  100% {
    -webkit-transform: scale3d(1, 1, 1);
    -ms-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
.rubberBand {
  -webkit-animation-name: rubberBand;
  animation-name: rubberBand;
}

/*
 *@name shake
 *@className shake animated
 *@cssCode true
 *@editionLink codepen.io
 *@author Dan Eden
 *@source Animate.css
 *@sourceUrl http://daneden.github.io/animate.css/
 *@issues https://github.com/daneden/animate.css/issues
 *@license MIT
 */
@-webkit-keyframes shake {
  0%, 100% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  10%, 30%, 50%, 70%, 90% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0);
  }
  20%, 40%, 60%, 80% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0);
  }
}
@keyframes shake {
  0%, 100% {
    -webkit-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  10%, 30%, 50%, 70%, 90% {
    -webkit-transform: translate3d(-10px, 0, 0);
    -ms-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0);
  }
  20%, 40%, 60%, 80% {
    -webkit-transform: translate3d(10px, 0, 0);
    -ms-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0);
  }
}
.shake {
  -webkit-animation-name: shake;
  animation-name: shake;
}

/*
 *@name swing
 *@className swing animated
 *@cssCode true
 *@editionLink codepen.io
 *@author Dan Eden
 *@source Animate.css
 *@sourceUrl http://daneden.github.io/animate.css/
 *@issues https://github.com/daneden/animate.css/issues
 *@license MIT
 */
@-webkit-keyframes swing {
  20% {
    -webkit-transform: rotate3d(0, 0, 1, 15deg);
    transform: rotate3d(0, 0, 1, 15deg);
  }
  40% {
    -webkit-transform: rotate3d(0, 0, 1, -10deg);
    transform: rotate3d(0, 0, 1, -10deg);
  }
  60% {
    -webkit-transform: rotate3d(0, 0, 1, 5deg);
    transform: rotate3d(0, 0, 1, 5deg);
  }
  80% {
    -webkit-transform: rotate3d(0, 0, 1, -5deg);
    transform: rotate3d(0, 0, 1, -5deg);
  }
  100% {
    -webkit-transform: rotate3d(0, 0, 1, 0deg);
    transform: rotate3d(0, 0, 1, 0deg);
  }
}
@keyframes swing {
  20% {
    -webkit-transform: rotate3d(0, 0, 1, 15deg);
    -ms-transform: rotate3d(0, 0, 1, 15deg);
    transform: rotate3d(0, 0, 1, 15deg);
  }
  40% {
    -webkit-transform: rotate3d(0, 0, 1, -10deg);
    -ms-transform: rotate3d(0, 0, 1, -10deg);
    transform: rotate3d(0, 0, 1, -10deg);
  }
  60% {
    -webkit-transform: rotate3d(0, 0, 1, 5deg);
    -ms-transform: rotate3d(0, 0, 1, 5deg);
    transform: rotate3d(0, 0, 1, 5deg);
  }
  80% {
    -webkit-transform: rotate3d(0, 0, 1, -5deg);
    -ms-transform: rotate3d(0, 0, 1, -5deg);
    transform: rotate3d(0, 0, 1, -5deg);
  }
  100% {
    -webkit-transform: rotate3d(0, 0, 1, 0deg);
    -ms-transform: rotate3d(0, 0, 1, 0deg);
    transform: rotate3d(0, 0, 1, 0deg);
  }
}
.swing {
  -webkit-transform-origin: top center;
  -ms-transform-origin: top center;
  transform-origin: top center;
  -webkit-animation-name: swing;
  animation-name: swing;
}

/*
 *@name tada
 *@className tada animated
 *@cssCode true
 *@editionLink codepen.io
 *@author Dan Eden
 *@source Animate.css
 *@sourceUrl http://daneden.github.io/animate.css/
 *@issues https://github.com/daneden/animate.css/issues
 *@license MIT
 */
@-webkit-keyframes tada {
  0% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
  10%, 20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
  }
  30%, 50%, 70%, 90% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
  }
  40%, 60%, 80% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
  }
  100% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
@keyframes tada {
  0% {
    -webkit-transform: scale3d(1, 1, 1);
    -ms-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
  10%, 20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
    -ms-transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
  }
  30%, 50%, 70%, 90% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
    -ms-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
  }
  40%, 60%, 80% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
    -ms-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
  }
  100% {
    -webkit-transform: scale3d(1, 1, 1);
    -ms-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
.tada {
  -webkit-animation-name: tada;
  animation-name: tada;
}

/*
 *@name wobble
 *@className wobble animated
 *@cssCode true
 *@editionLink codepen.io
 *@author Nick Pettit
 *@source Glide
 *@sourceUrl https://github.com/nickpettit/glide
 *@issues https://github.com/daneden/animate.css/issues
 *@license MIT
 */
@-webkit-keyframes wobble {
  0% {
    -webkit-transform: none;
    transform: none;
  }
  15% {
    -webkit-transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
    transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
  }
  30% {
    -webkit-transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
    transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
  }
  45% {
    -webkit-transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
    transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
  }
  60% {
    -webkit-transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
    transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
  }
  75% {
    -webkit-transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
    transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
  }
  100% {
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes wobble {
  0% {
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }
  15% {
    -webkit-transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
    -ms-transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
    transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
  }
  30% {
    -webkit-transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
    -ms-transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
    transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
  }
  45% {
    -webkit-transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
    -ms-transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
    transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
  }
  60% {
    -webkit-transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
    -ms-transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
    transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
  }
  75% {
    -webkit-transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
    -ms-transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
    transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
  }
  100% {
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }
}
.wobble {
  -webkit-animation-name: wobble;
  animation-name: wobble;
}

/*
 *@name bounceIn
 *@className bounceIn animated
 *@cssCode true
 *@editionLink codepen.io
 *@author Dan Eden
 *@source Animate.css
 *@sourceUrl http://daneden.github.io/animate.css/
 *@issues https://github.com/daneden/animate.css/issues
 *@license MIT
 */
@-webkit-keyframes bounceIn {
  0%, 100%, 20%, 40%, 60%, 80% {
    -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  20% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
  }
  40% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(1.03, 1.03, 1.03);
    transform: scale3d(1.03, 1.03, 1.03);
  }
  80% {
    -webkit-transform: scale3d(0.97, 0.97, 0.97);
    transform: scale3d(0.97, 0.97, 0.97);
  }
  100% {
    opacity: 1;
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
@keyframes bounceIn {
  0%, 100%, 20%, 40%, 60%, 80% {
    -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    -ms-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  20% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    -ms-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
  }
  40% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    -ms-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(1.03, 1.03, 1.03);
    -ms-transform: scale3d(1.03, 1.03, 1.03);
    transform: scale3d(1.03, 1.03, 1.03);
  }
  80% {
    -webkit-transform: scale3d(0.97, 0.97, 0.97);
    -ms-transform: scale3d(0.97, 0.97, 0.97);
    transform: scale3d(0.97, 0.97, 0.97);
  }
  100% {
    opacity: 1;
    -webkit-transform: scale3d(1, 1, 1);
    -ms-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
.bounceIn {
  -webkit-animation-name: bounceIn;
  animation-name: bounceIn;
}

/*
 *@name bounceInDown
 *@className bounceInDown animated
 *@cssCode true
 *@editionLink codepen.io
 *@author Dan Eden
 *@source Animate.css
 *@sourceUrl http://daneden.github.io/animate.css/
 *@issues https://github.com/daneden/animate.css/issues
 *@license MIT
 */
@-webkit-keyframes bounceInDown {
  0%, 100%, 60%, 75%, 90% {
    -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -3000px, 0);
    transform: translate3d(0, -3000px, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, 25px, 0);
    transform: translate3d(0, 25px, 0);
  }
  75% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0);
  }
  90% {
    -webkit-transform: translate3d(0, 5px, 0);
    transform: translate3d(0, 5px, 0);
  }
  100% {
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes bounceInDown {
  0%, 100%, 60%, 75%, 90% {
    -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -3000px, 0);
    -ms-transform: translate3d(0, -3000px, 0);
    transform: translate3d(0, -3000px, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, 25px, 0);
    -ms-transform: translate3d(0, 25px, 0);
    transform: translate3d(0, 25px, 0);
  }
  75% {
    -webkit-transform: translate3d(0, -10px, 0);
    -ms-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0);
  }
  90% {
    -webkit-transform: translate3d(0, 5px, 0);
    -ms-transform: translate3d(0, 5px, 0);
    transform: translate3d(0, 5px, 0);
  }
  100% {
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }
}
.bounceInDown {
  -webkit-animation-name: bounceInDown;
  animation-name: bounceInDown;
}

/*
 *@name bounceInLeft
 *@className bounceInLeft animated
 *@cssCode true
 *@editionLink codepen.io
 *@author Dan Eden
 *@source Animate.css
 *@sourceUrl http://daneden.github.io/animate.css/
 *@issues https://github.com/daneden/animate.css/issues
 *@license MIT
 */
@-webkit-keyframes bounceInLeft {
  0%, 100%, 60%, 75%, 90% {
    -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-3000px, 0, 0);
    transform: translate3d(-3000px, 0, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(25px, 0, 0);
    transform: translate3d(25px, 0, 0);
  }
  75% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0);
  }
  90% {
    -webkit-transform: translate3d(5px, 0, 0);
    transform: translate3d(5px, 0, 0);
  }
  100% {
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes bounceInLeft {
  0%, 100%, 60%, 75%, 90% {
    -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-3000px, 0, 0);
    -ms-transform: translate3d(-3000px, 0, 0);
    transform: translate3d(-3000px, 0, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(25px, 0, 0);
    -ms-transform: translate3d(25px, 0, 0);
    transform: translate3d(25px, 0, 0);
  }
  75% {
    -webkit-transform: translate3d(-10px, 0, 0);
    -ms-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0);
  }
  90% {
    -webkit-transform: translate3d(5px, 0, 0);
    -ms-transform: translate3d(5px, 0, 0);
    transform: translate3d(5px, 0, 0);
  }
  100% {
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }
}
.bounceInLeft {
  -webkit-animation-name: bounceInLeft;
  animation-name: bounceInLeft;
}

/*
 *@name bounceInRight
 *@className bounceInRight animated
 *@cssCode true
 *@editionLink codepen.io
 *@author Dan Eden
 *@source Animate.css
 *@sourceUrl http://daneden.github.io/animate.css/
 *@issues https://github.com/daneden/animate.css/issues
 *@license MIT
 */
@-webkit-keyframes bounceInRight {
  0%, 100%, 60%, 75%, 90% {
    -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(3000px, 0, 0);
    transform: translate3d(3000px, 0, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(-25px, 0, 0);
    transform: translate3d(-25px, 0, 0);
  }
  75% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0);
  }
  90% {
    -webkit-transform: translate3d(-5px, 0, 0);
    transform: translate3d(-5px, 0, 0);
  }
  100% {
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes bounceInRight {
  0%, 100%, 60%, 75%, 90% {
    -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(3000px, 0, 0);
    -ms-transform: translate3d(3000px, 0, 0);
    transform: translate3d(3000px, 0, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(-25px, 0, 0);
    -ms-transform: translate3d(-25px, 0, 0);
    transform: translate3d(-25px, 0, 0);
  }
  75% {
    -webkit-transform: translate3d(10px, 0, 0);
    -ms-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0);
  }
  90% {
    -webkit-transform: translate3d(-5px, 0, 0);
    -ms-transform: translate3d(-5px, 0, 0);
    transform: translate3d(-5px, 0, 0);
  }
  100% {
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }
}
.bounceInRight {
  -webkit-animation-name: bounceInRight;
  animation-name: bounceInRight;
}

/*
 *@name bounceInUp
 *@className bounceInUp animated
 *@cssCode true
 *@editionLink codepen.io
 *@author Dan Eden
 *@source Animate.css
 *@sourceUrl http://daneden.github.io/animate.css/
 *@issues https://github.com/daneden/animate.css/issues
 *@license MIT
 */
@-webkit-keyframes bounceInUp {
  0%, 100%, 60%, 75%, 90% {
    -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 3000px, 0);
    transform: translate3d(0, 3000px, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0);
  }
  75% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0);
  }
  90% {
    -webkit-transform: translate3d(0, -5px, 0);
    transform: translate3d(0, -5px, 0);
  }
  100% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes bounceInUp {
  0%, 100%, 60%, 75%, 90% {
    -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 3000px, 0);
    -ms-transform: translate3d(0, 3000px, 0);
    transform: translate3d(0, 3000px, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    -ms-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0);
  }
  75% {
    -webkit-transform: translate3d(0, 10px, 0);
    -ms-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0);
  }
  90% {
    -webkit-transform: translate3d(0, -5px, 0);
    -ms-transform: translate3d(0, -5px, 0);
    transform: translate3d(0, -5px, 0);
  }
  100% {
    -webkit-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.bounceInUp {
  -webkit-animation-name: bounceInUp;
  animation-name: bounceInUp;
}

/*
 *@name bounceOut
 *@className bounceOut animated
 *@cssCode true
 *@editionLink codepen.io
 *@author Dan Eden
 *@source Animate.css
 *@sourceUrl http://daneden.github.io/animate.css/
 *@issues https://github.com/daneden/animate.css/issues
 *@license MIT
 */
@-webkit-keyframes bounceOut {
  20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9);
  }
  50%, 55% {
    opacity: 1;
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
  }
  100% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
}
@keyframes bounceOut {
  20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    -ms-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9);
  }
  50%, 55% {
    opacity: 1;
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    -ms-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
  }
  100% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    -ms-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
}
.bounceOut {
  -webkit-animation-name: bounceOut;
  animation-name: bounceOut;
}

/*
 *@name bounceOutDown
 *@className bounceOutDown animated
 *@cssCode true
 *@editionLink codepen.io
 *@author Dan Eden
 *@source Animate.css
 *@sourceUrl http://daneden.github.io/animate.css/
 *@issues https://github.com/daneden/animate.css/issues
 *@license MIT
 */
@-webkit-keyframes bounceOutDown {
  20% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0);
  }
  40%, 45% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
}
@keyframes bounceOutDown {
  20% {
    -webkit-transform: translate3d(0, 10px, 0);
    -ms-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0);
  }
  40%, 45% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    -ms-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    -ms-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
}
.bounceOutDown {
  -webkit-animation-name: bounceOutDown;
  animation-name: bounceOutDown;
}

/*
 *@name bounceOutLeft
 *@className bounceOutLeft animated
 *@cssCode true
 *@editionLink codepen.io
 *@author Dan Eden
 *@source Animate.css
 *@sourceUrl http://daneden.github.io/animate.css/
 *@issues https://github.com/daneden/animate.css/issues
 *@license MIT
 */
@-webkit-keyframes bounceOutLeft {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(20px, 0, 0);
    transform: translate3d(20px, 0, 0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
}
@keyframes bounceOutLeft {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(20px, 0, 0);
    -ms-transform: translate3d(20px, 0, 0);
    transform: translate3d(20px, 0, 0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    -ms-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
}
.bounceOutLeft {
  -webkit-animation-name: bounceOutLeft;
  animation-name: bounceOutLeft;
}

/*
 *@name bounceOutRight
 *@className bounceOutRight animated
 *@cssCode true
 *@editionLink codepen.io
 *@author Dan Eden
 *@source Animate.css
 *@sourceUrl http://daneden.github.io/animate.css/
 *@issues https://github.com/daneden/animate.css/issues
 *@license MIT
 */
@-webkit-keyframes bounceOutRight {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(-20px, 0, 0);
    transform: translate3d(-20px, 0, 0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
}
@keyframes bounceOutRight {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(-20px, 0, 0);
    -ms-transform: translate3d(-20px, 0, 0);
    transform: translate3d(-20px, 0, 0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    -ms-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
}
.bounceOutRight {
  -webkit-animation-name: bounceOutRight;
  animation-name: bounceOutRight;
}

/*
 *@name bounceOutUp
 *@className bounceOutUp animated
 *@cssCode true
 *@editionLink codepen.io
 *@author Dan Eden
 *@source Animate.css
 *@sourceUrl http://daneden.github.io/animate.css/
 *@issues https://github.com/daneden/animate.css/issues
 *@license MIT
 */
@-webkit-keyframes bounceOutUp {
  20% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0);
  }
  40%, 45% {
    opacity: 1;
    -webkit-transform: translate3d(0, 20px, 0);
    transform: translate3d(0, 20px, 0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
}
@keyframes bounceOutUp {
  20% {
    -webkit-transform: translate3d(0, -10px, 0);
    -ms-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0);
  }
  40%, 45% {
    opacity: 1;
    -webkit-transform: translate3d(0, 20px, 0);
    -ms-transform: translate3d(0, 20px, 0);
    transform: translate3d(0, 20px, 0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    -ms-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
}
.bounceOutUp {
  -webkit-animation-name: bounceOutUp;
  animation-name: bounceOutUp;
}

/*
 *@name fadeIn
 *@className fadeIn animated
 *@cssCode true
 *@editionLink codepen.io
 *@author Dan Eden
 *@source Animate.css
 *@sourceUrl http://daneden.github.io/animate.css/
 *@issues https://github.com/daneden/animate.css/issues
 *@license MIT
 */
@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.fadeIn {
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn;
}

/*
 *@name fadeInDown
 *@className fadeInDown animated
 *@cssCode true
 *@editionLink codepen.io
 *@author Dan Eden
 *@source Animate.css
 *@sourceUrl http://daneden.github.io/animate.css/
 *@issues https://github.com/daneden/animate.css/issues
 *@license MIT
 */
@-webkit-keyframes fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    -ms-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }
}
.fadeInDown {
  -webkit-animation-name: fadeInDown;
  animation-name: fadeInDown;
}

/*
 *@name fadeInDownBig
 *@className fadeInDownBig animated
 *@cssCode true
 *@editionLink codepen.io
 *@author Dan Eden
 *@source Animate.css
 *@sourceUrl http://daneden.github.io/animate.css/
 *@issues https://github.com/daneden/animate.css/issues
 *@license MIT
 */
@-webkit-keyframes fadeInDownBig {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes fadeInDownBig {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    -ms-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }
}
.fadeInDownBig {
  -webkit-animation-name: fadeInDownBig;
  animation-name: fadeInDownBig;
}

/*
 *@name fadeInLeft
 *@className fadeInLeft animated
 *@cssCode true
 *@editionLink codepen.io
 *@author Dan Eden
 *@source Animate.css
 *@sourceUrl http://daneden.github.io/animate.css/
 *@issues https://github.com/daneden/animate.css/issues
 *@license MIT
 */
@-webkit-keyframes fadeInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes fadeInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    -ms-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }
}
.fadeInLeft {
  -webkit-animation-name: fadeInLeft;
  animation-name: fadeInLeft;
}

/*
 *@name fadeInLeftBig
 *@className fadeInLeftBig animated
 *@cssCode true
 *@editionLink codepen.io
 *@author Dan Eden
 *@source Animate.css
 *@sourceUrl http://daneden.github.io/animate.css/
 *@issues https://github.com/daneden/animate.css/issues
 *@license MIT
 */
@-webkit-keyframes fadeInLeftBig {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes fadeInLeftBig {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    -ms-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }
}
.fadeInLeftBig {
  -webkit-animation-name: fadeInLeftBig;
  animation-name: fadeInLeftBig;
}

/*
 *@name fadeInRight
 *@className fadeInRight animated
 *@cssCode true
 *@editionLink codepen.io
 *@author Dan Eden
 *@source Animate.css
 *@sourceUrl http://daneden.github.io/animate.css/
 *@issues https://github.com/daneden/animate.css/issues
 *@license MIT
 */
@-webkit-keyframes fadeInRight {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes fadeInRight {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    -ms-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }
}
.fadeInRight {
  -webkit-animation-name: fadeInRight;
  animation-name: fadeInRight;
}

/*
 *@name fadeInRightBig
 *@className fadeInRightBig animated
 *@cssCode true
 *@editionLink codepen.io
 *@author Dan Eden
 *@source Animate.css
 *@sourceUrl http://daneden.github.io/animate.css/
 *@issues https://github.com/daneden/animate.css/issues
 *@license MIT
 */
@-webkit-keyframes fadeInRightBig {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes fadeInRightBig {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    -ms-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }
}
.fadeInRightBig {
  -webkit-animation-name: fadeInRightBig;
  animation-name: fadeInRightBig;
}

/*
 *@name fadeInUp
 *@className fadeInUp animated
 *@cssCode true
 *@editionLink codepen.io
 *@author Dan Eden
 *@source Animate.css
 *@sourceUrl http://daneden.github.io/animate.css/
 *@issues https://github.com/daneden/animate.css/issues
 *@license MIT
 */
@-webkit-keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    -ms-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }
}
.fadeInUp {
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp;
}

/*
 *@name fadeInUpBig
 *@className fadeInUpBig animated
 *@cssCode true
 *@editionLink codepen.io
 *@author Dan Eden
 *@source Animate.css
 *@sourceUrl http://daneden.github.io/animate.css/
 *@issues https://github.com/daneden/animate.css/issues
 *@license MIT
 */
@-webkit-keyframes fadeInUpBig {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes fadeInUpBig {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    -ms-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }
}
.fadeInUpBig {
  -webkit-animation-name: fadeInUpBig;
  animation-name: fadeInUpBig;
}

/*
 *@name fadeOut
 *@className fadeOut animated
 *@cssCode true
 *@editionLink codepen.io
 *@author Dan Eden
 *@source Animate.css
 *@sourceUrl http://daneden.github.io/animate.css/
 *@issues https://github.com/daneden/animate.css/issues
 *@license MIT
 */
@-webkit-keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
.fadeOut {
  -webkit-animation-name: fadeOut;
  animation-name: fadeOut;
}

/*
 *@name fadeOutDown
 *@className fadeOutDown animated
 *@cssCode true
 *@editionLink codepen.io
 *@author Dan Eden
 *@source Animate.css
 *@sourceUrl http://daneden.github.io/animate.css/
 *@issues https://github.com/daneden/animate.css/issues
 *@license MIT
 */
@-webkit-keyframes fadeOutDown {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
}
@keyframes fadeOutDown {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    -ms-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
}
.fadeOutDown {
  -webkit-animation-name: fadeOutDown;
  animation-name: fadeOutDown;
}

/*
 *@name fadeOutDownBig
 *@className fadeOutDownBig animated
 *@cssCode true
 *@editionLink codepen.io
 *@author Dan Eden
 *@source Animate.css
 *@sourceUrl http://daneden.github.io/animate.css/
 *@issues https://github.com/daneden/animate.css/issues
 *@license MIT
 */
@-webkit-keyframes fadeOutDownBig {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
}
@keyframes fadeOutDownBig {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    -ms-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
}
.fadeOutDownBig {
  -webkit-animation-name: fadeOutDownBig;
  animation-name: fadeOutDownBig;
}

/*
 *@name fadeOutLeft
 *@className fadeOutLeft animated
 *@cssCode true
 *@editionLink codepen.io
 *@author Dan Eden
 *@source Animate.css
 *@sourceUrl http://daneden.github.io/animate.css/
 *@issues https://github.com/daneden/animate.css/issues
 *@license MIT
 */
@-webkit-keyframes fadeOutLeft {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
}
@keyframes fadeOutLeft {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    -ms-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
}
.fadeOutLeft {
  -webkit-animation-name: fadeOutLeft;
  animation-name: fadeOutLeft;
}

/*
 *@name fadeOutLeftBig
 *@className fadeOutLeftBig animated
 *@cssCode true
 *@editionLink codepen.io
 *@author Dan Eden
 *@source Animate.css
 *@sourceUrl http://daneden.github.io/animate.css/
 *@issues https://github.com/daneden/animate.css/issues
 *@license MIT
 */
@-webkit-keyframes fadeOutLeftBig {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
}
@keyframes fadeOutLeftBig {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    -ms-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
}
.fadeOutLeftBig {
  -webkit-animation-name: fadeOutLeftBig;
  animation-name: fadeOutLeftBig;
}

/*
 *@name fadeOutRight
 *@className fadeOutRight animated
 *@cssCode true
 *@editionLink codepen.io
 *@author Dan Eden
 *@source Animate.css
 *@sourceUrl http://daneden.github.io/animate.css/
 *@issues https://github.com/daneden/animate.css/issues
 *@license MIT
 */
@-webkit-keyframes fadeOutRight {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
}
@keyframes fadeOutRight {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    -ms-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
}
.fadeOutRight {
  -webkit-animation-name: fadeOutRight;
  animation-name: fadeOutRight;
}

/*
 *@name fadeOutRightBig
 *@className fadeOutRightBig animated
 *@cssCode true
 *@editionLink codepen.io
 *@author Dan Eden
 *@source Animate.css
 *@sourceUrl http://daneden.github.io/animate.css/
 *@issues https://github.com/daneden/animate.css/issues
 *@license MIT
 */
@-webkit-keyframes fadeOutRightBig {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
}
@keyframes fadeOutRightBig {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    -ms-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
}
.fadeOutRightBig {
  -webkit-animation-name: fadeOutRightBig;
  animation-name: fadeOutRightBig;
}

/*
 *@name fadeOutUp
 *@className fadeOutUp animated
 *@cssCode true
 *@editionLink codepen.io
 *@author Dan Eden
 *@source Animate.css
 *@sourceUrl http://daneden.github.io/animate.css/
 *@issues https://github.com/daneden/animate.css/issues
 *@license MIT
 */
@-webkit-keyframes fadeOutUp {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
}
@keyframes fadeOutUp {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    -ms-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
}
.fadeOutUp {
  -webkit-animation-name: fadeOutUp;
  animation-name: fadeOutUp;
}

/*
 *@name fadeOutUpBig
 *@className fadeOutUpBig animated
 *@cssCode true
 *@editionLink codepen.io
 *@author Dan Eden
 *@source Animate.css
 *@sourceUrl http://daneden.github.io/animate.css/
 *@issues https://github.com/daneden/animate.css/issues
 *@license MIT
 */
@-webkit-keyframes fadeOutUpBig {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
}
@keyframes fadeOutUpBig {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    -ms-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
}
.fadeOutUpBig {
  -webkit-animation-name: fadeOutUpBig;
  animation-name: fadeOutUpBig;
}

/*
 *@name flip
 *@className flip animated
 *@cssCode true
 *@editionLink codepen.io
 *@author Dan Eden
 *@source Animate.css
 *@sourceUrl http://daneden.github.io/animate.css/
 *@issues https://github.com/daneden/animate.css/issues
 *@license MIT
 */
@-webkit-keyframes flip {
  0% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  40% {
    -webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
    transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  50% {
    -webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
    transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  80% {
    -webkit-transform: perspective(400px) scale3d(0.95, 0.95, 0.95);
    transform: perspective(400px) scale3d(0.95, 0.95, 0.95);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  100% {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
}
@keyframes flip {
  0% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
    -ms-transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  40% {
    -webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
    -ms-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
    transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  50% {
    -webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
    -ms-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
    transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  80% {
    -webkit-transform: perspective(400px) scale3d(0.95, 0.95, 0.95);
    -ms-transform: perspective(400px) scale3d(0.95, 0.95, 0.95);
    transform: perspective(400px) scale3d(0.95, 0.95, 0.95);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  100% {
    -webkit-transform: perspective(400px);
    -ms-transform: perspective(400px);
    transform: perspective(400px);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
}
.animated.flip {
  -webkit-backface-visibility: visible;
  -ms-backface-visibility: visible;
  backface-visibility: visible;
  -webkit-animation-name: flip;
  animation-name: flip;
}

/*
 *@name flipInX
 *@className flipInX animated
 *@cssCode true
 *@editionLink codepen.io
 *@author Dan Eden
 *@source Animate.css
 *@sourceUrl http://daneden.github.io/animate.css/
 *@issues https://github.com/daneden/animate.css/issues
 *@license MIT
 */
@-webkit-keyframes flipInX {
  0% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    -webkit-transition-timing-function: ease-in;
    transition-timing-function: ease-in;
    opacity: 0;
  }
  40% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    -webkit-transition-timing-function: ease-in;
    transition-timing-function: ease-in;
  }
  60% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
  }
  100% {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
}
@keyframes flipInX {
  0% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    -ms-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    -webkit-transition-timing-function: ease-in;
    transition-timing-function: ease-in;
    opacity: 0;
  }
  40% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    -ms-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    -webkit-transition-timing-function: ease-in;
    transition-timing-function: ease-in;
  }
  60% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    -ms-transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
    -ms-transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
  }
  100% {
    -webkit-transform: perspective(400px);
    -ms-transform: perspective(400px);
    transform: perspective(400px);
  }
}
.flipInX {
  -webkit-backface-visibility: visible !important;
  -ms-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipInX;
  animation-name: flipInX;
}

/*
 *@name flipInY
 *@className flipInY animated
 *@cssCode true
 *@editionLink codepen.io
 *@author Dan Eden
 *@source Animate.css
 *@sourceUrl http://daneden.github.io/animate.css/
 *@issues https://github.com/daneden/animate.css/issues
 *@license MIT
 */
@-webkit-keyframes flipInY {
  0% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    -webkit-transition-timing-function: ease-in;
    transition-timing-function: ease-in;
    opacity: 0;
  }
  40% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    -webkit-transition-timing-function: ease-in;
    transition-timing-function: ease-in;
  }
  60% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
  }
  100% {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
}
@keyframes flipInY {
  0% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    -ms-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    -webkit-transition-timing-function: ease-in;
    transition-timing-function: ease-in;
    opacity: 0;
  }
  40% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    -ms-transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    -webkit-transition-timing-function: ease-in;
    transition-timing-function: ease-in;
  }
  60% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    -ms-transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
    -ms-transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
  }
  100% {
    -webkit-transform: perspective(400px);
    -ms-transform: perspective(400px);
    transform: perspective(400px);
  }
}
.flipInY {
  -webkit-backface-visibility: visible !important;
  -ms-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipInY;
  animation-name: flipInY;
}

/*
 *@name flipOutX
 *@className flipOutX animated
 *@cssCode true
 *@editionLink codepen.io
 *@author Dan Eden
 *@source Animate.css
 *@sourceUrl http://daneden.github.io/animate.css/
 *@issues https://github.com/daneden/animate.css/issues
 *@license MIT
 */
@-webkit-keyframes flipOutX {
  0% {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
  30% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    opacity: 1;
  }
  100% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    opacity: 0;
  }
}
@keyframes flipOutX {
  0% {
    -webkit-transform: perspective(400px);
    -ms-transform: perspective(400px);
    transform: perspective(400px);
  }
  30% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    -ms-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    opacity: 1;
  }
  100% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    -ms-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    opacity: 0;
  }
}
.flipOutX {
  -webkit-animation-name: flipOutX;
  animation-name: flipOutX;
  -webkit-backface-visibility: visible !important;
  -ms-backface-visibility: visible !important;
  backface-visibility: visible !important;
}

/*
 *@name flipOutY
 *@className flipOutY animated
 *@cssCode true
 *@editionLink codepen.io
 *@author Dan Eden
 *@source Animate.css
 *@sourceUrl http://daneden.github.io/animate.css/
 *@issues https://github.com/daneden/animate.css/issues
 *@license MIT
 */
@-webkit-keyframes flipOutY {
  0% {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
  30% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    opacity: 1;
  }
  100% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    opacity: 0;
  }
}
@keyframes flipOutY {
  0% {
    -webkit-transform: perspective(400px);
    -ms-transform: perspective(400px);
    transform: perspective(400px);
  }
  30% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    -ms-transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    opacity: 1;
  }
  100% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    -ms-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    opacity: 0;
  }
}
.flipOutY {
  -webkit-backface-visibility: visible !important;
  -ms-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipOutY;
  animation-name: flipOutY;
}

/*
 *@name lightSpeedIn
 *@className lightSpeedIn animated
 *@cssCode true
 *@editionLink codepen.io
 *@author Dan Eden
 *@source Animate.css
 *@sourceUrl http://daneden.github.io/animate.css/
 *@issues https://github.com/daneden/animate.css/issues
 *@license MIT
 */
@-webkit-keyframes lightSpeedIn {
  0% {
    -webkit-transform: translate3d(100%, 0, 0) skewX(-30deg);
    transform: translate3d(100%, 0, 0) skewX(-30deg);
    opacity: 0;
  }
  60% {
    -webkit-transform: skewX(20deg);
    transform: skewX(20deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: skewX(-5deg);
    transform: skewX(-5deg);
    opacity: 1;
  }
  100% {
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}
@keyframes lightSpeedIn {
  0% {
    -webkit-transform: translate3d(100%, 0, 0) skewX(-30deg);
    -ms-transform: translate3d(100%, 0, 0) skewX(-30deg);
    transform: translate3d(100%, 0, 0) skewX(-30deg);
    opacity: 0;
  }
  60% {
    -webkit-transform: skewX(20deg);
    -ms-transform: skewX(20deg);
    transform: skewX(20deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: skewX(-5deg);
    -ms-transform: skewX(-5deg);
    transform: skewX(-5deg);
    opacity: 1;
  }
  100% {
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
    opacity: 1;
  }
}
.lightSpeedIn {
  -webkit-animation-name: lightSpeedIn;
  animation-name: lightSpeedIn;
  -webkit-animation-timing-function: ease-out;
  animation-timing-function: ease-out;
}

/*
 *@name lightSpeedOut
 *@className lightSpeedOut animated
 *@cssCode true
 *@editionLink codepen.io
 *@author Dan Eden
 *@source Animate.css
 *@sourceUrl http://daneden.github.io/animate.css/
 *@issues https://github.com/daneden/animate.css/issues
 *@license MIT
 */
@-webkit-keyframes lightSpeedOut {
  0% {
    opacity: 1;
  }
  100% {
    -webkit-transform: translate3d(100%, 0, 0) skewX(30deg);
    transform: translate3d(100%, 0, 0) skewX(30deg);
    opacity: 0;
  }
}
@keyframes lightSpeedOut {
  0% {
    opacity: 1;
  }
  100% {
    -webkit-transform: translate3d(100%, 0, 0) skewX(30deg);
    -ms-transform: translate3d(100%, 0, 0) skewX(30deg);
    transform: translate3d(100%, 0, 0) skewX(30deg);
    opacity: 0;
  }
}
.lightSpeedOut {
  -webkit-animation-name: lightSpeedOut;
  animation-name: lightSpeedOut;
  -webkit-animation-timing-function: ease-in;
  animation-timing-function: ease-in;
}

/*
 *@name rotate
 *@className rotate animated
 *@cssCode
 *@editionLink codepen.io
 *@author Quinn Keaveney
 *@source AniCollection
 *@sourceUrl https://github.com/anicollection/anicollection/
 *@issues https://github.com/anicollection/anicollection/issues
 *@license MIT
 */
@-webkit-keyframes rotate {
  0% {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate3d(0, 0, 1, -200deg);
    transform: rotate3d(0, 0, 1, -200deg);
  }
  100% {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes rotate {
  0% {
    -webkit-transform-origin: center;
    -ms-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate3d(0, 0, 1, -200deg);
    -ms-transform: rotate3d(0, 0, 1, -200deg);
    transform: rotate3d(0, 0, 1, -200deg);
  }
  100% {
    -webkit-transform-origin: center;
    -ms-transform-origin: center;
    transform-origin: center;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }
}
.rotate {
  -webkit-animation-name: rotate;
  animation-name: rotate;
}

/*
 *@name rotateDownLeft
 *@className rotateDownLeft animated
 *@cssCode
 *@editionLink codepen.io
 *@author Quinn Keaveney
 *@source AniCollection
 *@sourceUrl https://github.com/anicollection/anicollection
 *@issues https://github.com/anicollection/anicollection/issues
 *@license MIT
 */
@-webkit-keyframes rotateDownLeft {
  0% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
  }
  100% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes rotateDownLeft {
  0% {
    -webkit-transform-origin: left bottom;
    -ms-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    -ms-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
  }
  100% {
    -webkit-transform-origin: left bottom;
    -ms-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }
}
.rotateDownLeft {
  -webkit-animation-name: rotateDownLeft;
  animation-name: rotateDownLeft;
}

/*
 *@name rotateDownRight
 *@className rotateDownRight animated
 *@cssCode
 *@editionLink codepen.io
 *@author Quinn Keaveney
 *@source AniCollection
 *@sourceUrl https://github.com/anicollection/anicollection
 *@issues https://github.com/anicollection/anicollection/issues
 *@license MIT
 */
@-webkit-keyframes rotateDownRight {
  0% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
  }
  100% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes rotateDownRight {
  0% {
    -webkit-transform-origin: right bottom;
    -ms-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    -ms-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
  }
  100% {
    -webkit-transform-origin: right bottom;
    -ms-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }
}
.rotateDownRight {
  -webkit-animation-name: rotateDownRight;
  animation-name: rotateDownRight;
}

/*
 *@name rotateUpLeft
 *@className rotateUpLeft animated
 *@cssCode
 *@editionLink codepen.io
 *@author Quinn Keaveney
 *@source AniCollection
 *@sourceUrl https://github.com/anicollection/anicollection
 *@issues https://github.com/anicollection/anicollection/issues
 *@license MIT
 */
@-webkit-keyframes rotateUpLeft {
  0% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
  }
  100% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes rotateUpLeft {
  0% {
    -webkit-transform-origin: left bottom;
    -ms-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    -ms-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
  }
  100% {
    -webkit-transform-origin: left bottom;
    -ms-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }
}
.rotateUpLeft {
  -webkit-animation-name: rotateUpLeft;
  animation-name: rotateUpLeft;
}

/*
 *@name rotateUpRight
 *@className rotateUpRight animated
 *@cssCode
 *@editionLink codepen.io
 *@author Quinn Keaveney
 *@source AniCollection
 *@sourceUrl https://github.com/anicollection/anicollection
 *@issues https://github.com/anicollection/anicollection/issues
 *@license MIT
 */
@-webkit-keyframes rotateUpRight {
  0% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, -90deg);
    transform: rotate3d(0, 0, 1, -90deg);
  }
  100% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes rotateUpRight {
  0% {
    -webkit-transform-origin: right bottom;
    -ms-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, -90deg);
    -ms-transform: rotate3d(0, 0, 1, -90deg);
    transform: rotate3d(0, 0, 1, -90deg);
  }
  100% {
    -webkit-transform-origin: right bottom;
    -ms-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }
}
.rotateUpRight {
  -webkit-animation-name: rotateUpRight;
  animation-name: rotateUpRight;
}

/*
 *@name rotateIn
 *@className rotateIn animated
 *@cssCode true
 *@editionLink codepen.io
 *@author Dan Eden
 *@source Animate.css
 *@sourceUrl http://daneden.github.io/animate.css/
 *@issues https://github.com/daneden/animate.css/issues
 *@license MIT
 */
@-webkit-keyframes rotateIn {
  0% {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate3d(0, 0, 1, -200deg);
    transform: rotate3d(0, 0, 1, -200deg);
    opacity: 0;
  }
  100% {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}
@keyframes rotateIn {
  0% {
    -webkit-transform-origin: center;
    -ms-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate3d(0, 0, 1, -200deg);
    -ms-transform: rotate3d(0, 0, 1, -200deg);
    transform: rotate3d(0, 0, 1, -200deg);
    opacity: 0;
  }
  100% {
    -webkit-transform-origin: center;
    -ms-transform-origin: center;
    transform-origin: center;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
    opacity: 1;
  }
}
.rotateIn {
  -webkit-animation-name: rotateIn;
  animation-name: rotateIn;
}

/*
 *@name rotateInDownLeft
 *@className rotateInDownLeft animated
 *@cssCode true
 *@editionLink codepen.io
 *@author Dan Eden
 *@source Animate.css
 *@sourceUrl http://daneden.github.io/animate.css/
 *@issues https://github.com/daneden/animate.css/issues
 *@license MIT
 */
@-webkit-keyframes rotateInDownLeft {
  0% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
  100% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}
@keyframes rotateInDownLeft {
  0% {
    -webkit-transform-origin: left bottom;
    -ms-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    -ms-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
  100% {
    -webkit-transform-origin: left bottom;
    -ms-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
    opacity: 1;
  }
}
.rotateInDownLeft {
  -webkit-animation-name: rotateInDownLeft;
  animation-name: rotateInDownLeft;
}

/*
 *@name rotateInDownRight
 *@className rotateInDownRight animated
 *@cssCode true
 *@editionLink codepen.io
 *@author Dan Eden
 *@source Animate.css
 *@sourceUrl http://daneden.github.io/animate.css/
 *@issues https://github.com/daneden/animate.css/issues
 *@license MIT
 */
@-webkit-keyframes rotateInDownRight {
  0% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
  100% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}
@keyframes rotateInDownRight {
  0% {
    -webkit-transform-origin: right bottom;
    -ms-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    -ms-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
  100% {
    -webkit-transform-origin: right bottom;
    -ms-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
    opacity: 1;
  }
}
.rotateInDownRight {
  -webkit-animation-name: rotateInDownRight;
  animation-name: rotateInDownRight;
}

/*
 *@name rotateInUpLeft
 *@className rotateInUpLeft animated
 *@cssCode true
 *@editionLink codepen.io
 *@author Dan Eden
 *@source Animate.css
 *@sourceUrl http://daneden.github.io/animate.css/
 *@issues https://github.com/daneden/animate.css/issues
 *@license MIT
 */
@-webkit-keyframes rotateInUpLeft {
  0% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
  100% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}
@keyframes rotateInUpLeft {
  0% {
    -webkit-transform-origin: left bottom;
    -ms-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    -ms-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
  100% {
    -webkit-transform-origin: left bottom;
    -ms-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
    opacity: 1;
  }
}
.rotateInUpLeft {
  -webkit-animation-name: rotateInUpLeft;
  animation-name: rotateInUpLeft;
}

/*
 *@name rotateInUpRight
 *@className rotateInUpRight animated
 *@cssCode true
 *@editionLink codepen.io
 *@author Dan Eden
 *@source Animate.css
 *@sourceUrl http://daneden.github.io/animate.css/
 *@issues https://github.com/daneden/animate.css/issues
 *@license MIT
 */
@-webkit-keyframes rotateInUpRight {
  0% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, -90deg);
    transform: rotate3d(0, 0, 1, -90deg);
    opacity: 0;
  }
  100% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}
@keyframes rotateInUpRight {
  0% {
    -webkit-transform-origin: right bottom;
    -ms-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, -90deg);
    -ms-transform: rotate3d(0, 0, 1, -90deg);
    transform: rotate3d(0, 0, 1, -90deg);
    opacity: 0;
  }
  100% {
    -webkit-transform-origin: right bottom;
    -ms-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
    opacity: 1;
  }
}
.rotateInUpRight {
  -webkit-animation-name: rotateInUpRight;
  animation-name: rotateInUpRight;
}

/*
 *@name rotateOut
 *@className rotateOut animated
 *@cssCode true
 *@editionLink codepen.io
 *@author Dan Eden
 *@source Animate.css
 *@sourceUrl http://daneden.github.io/animate.css/
 *@issues https://github.com/daneden/animate.css/issues
 *@license MIT
 */
@-webkit-keyframes rotateOut {
  0% {
    -webkit-transform-origin: center;
    transform-origin: center;
    opacity: 1;
  }
  100% {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate3d(0, 0, 1, 200deg);
    transform: rotate3d(0, 0, 1, 200deg);
    opacity: 0;
  }
}
@keyframes rotateOut {
  0% {
    -webkit-transform-origin: center;
    -ms-transform-origin: center;
    transform-origin: center;
    opacity: 1;
  }
  100% {
    -webkit-transform-origin: center;
    -ms-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate3d(0, 0, 1, 200deg);
    -ms-transform: rotate3d(0, 0, 1, 200deg);
    transform: rotate3d(0, 0, 1, 200deg);
    opacity: 0;
  }
}
.rotateOut {
  -webkit-animation-name: rotateOut;
  animation-name: rotateOut;
}

/*
 *@name rotateOutDownLeft
 *@className rotateOutDownLeft animated
 *@cssCode true
 *@editionLink codepen.io
 *@author Dan Eden
 *@source Animate.css
 *@sourceUrl http://daneden.github.io/animate.css/
 *@issues https://github.com/daneden/animate.css/issues
 *@license MIT
 */
@-webkit-keyframes rotateOutDownLeft {
  0% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    opacity: 1;
  }
  100% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
}
@keyframes rotateOutDownLeft {
  0% {
    -webkit-transform-origin: left bottom;
    -ms-transform-origin: left bottom;
    transform-origin: left bottom;
    opacity: 1;
  }
  100% {
    -webkit-transform-origin: left bottom;
    -ms-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    -ms-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
}
.rotateOutDownLeft {
  -webkit-animation-name: rotateOutDownLeft;
  animation-name: rotateOutDownLeft;
}

/*
 *@name rotateOutDownRight
 *@className rotateOutDownRight animated
 *@cssCode true
 *@editionLink codepen.io
 *@author Dan Eden
 *@source Animate.css
 *@sourceUrl http://daneden.github.io/animate.css/
 *@issues https://github.com/daneden/animate.css/issues
 *@license MIT
 */
@-webkit-keyframes rotateOutDownRight {
  0% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    opacity: 1;
  }
  100% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
}
@keyframes rotateOutDownRight {
  0% {
    -webkit-transform-origin: right bottom;
    -ms-transform-origin: right bottom;
    transform-origin: right bottom;
    opacity: 1;
  }
  100% {
    -webkit-transform-origin: right bottom;
    -ms-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    -ms-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
}
.rotateOutDownRight {
  -webkit-animation-name: rotateOutDownRight;
  animation-name: rotateOutDownRight;
}

/*
 *@name rotateOutUpLeft
 *@className rotateOutUpLeft animated
 *@cssCode true
 *@editionLink codepen.io
 *@author Dan Eden
 *@source Animate.css
 *@sourceUrl http://daneden.github.io/animate.css/
 *@issues https://github.com/daneden/animate.css/issues
 *@license MIT
 */
@-webkit-keyframes rotateOutUpLeft {
  0% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    opacity: 1;
  }
  100% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
}
@keyframes rotateOutUpLeft {
  0% {
    -webkit-transform-origin: left bottom;
    -ms-transform-origin: left bottom;
    transform-origin: left bottom;
    opacity: 1;
  }
  100% {
    -webkit-transform-origin: left bottom;
    -ms-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    -ms-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
}
.rotateOutUpLeft {
  -webkit-animation-name: rotateOutUpLeft;
  animation-name: rotateOutUpLeft;
}

/*
 *@name rotateOutUpRight
 *@className rotateOutUpRight animated
 *@cssCode true
 *@editionLink codepen.io
 *@author Dan Eden
 *@source Animate.css
 *@sourceUrl http://daneden.github.io/animate.css/
 *@issues https://github.com/daneden/animate.css/issues
 *@license MIT
 */
@-webkit-keyframes rotateOutUpRight {
  0% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    opacity: 1;
  }
  100% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, 90deg);
    transform: rotate3d(0, 0, 1, 90deg);
    opacity: 0;
  }
}
@keyframes rotateOutUpRight {
  0% {
    -webkit-transform-origin: right bottom;
    -ms-transform-origin: right bottom;
    transform-origin: right bottom;
    opacity: 1;
  }
  100% {
    -webkit-transform-origin: right bottom;
    -ms-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, 90deg);
    -ms-transform: rotate3d(0, 0, 1, 90deg);
    transform: rotate3d(0, 0, 1, 90deg);
    opacity: 0;
  }
}
.rotateOutUpRight {
  -webkit-animation-name: rotateOutUpRight;
  animation-name: rotateOutUpRight;
}

/*
 *@name hinge
 *@className hinge animated
 *@cssCode true
 *@editionLink codepen.io
 *@author Dan Eden
 *@source Animate.css
 *@sourceUrl http://daneden.github.io/animate.css/
 *@issues https://github.com/daneden/animate.css/issues
 *@license MIT
 */
@-webkit-keyframes hinge {
  0% {
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }
  20%, 60% {
    -webkit-transform: rotate3d(0, 0, 1, 80deg);
    transform: rotate3d(0, 0, 1, 80deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }
  40%, 80% {
    -webkit-transform: rotate3d(0, 0, 1, 60deg);
    transform: rotate3d(0, 0, 1, 60deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    opacity: 1;
  }
  100% {
    -webkit-transform: translate3d(0, 700px, 0);
    transform: translate3d(0, 700px, 0);
    opacity: 0;
  }
}
@keyframes hinge {
  0% {
    -webkit-transform-origin: top left;
    -ms-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }
  20%, 60% {
    -webkit-transform: rotate3d(0, 0, 1, 80deg);
    -ms-transform: rotate3d(0, 0, 1, 80deg);
    transform: rotate3d(0, 0, 1, 80deg);
    -webkit-transform-origin: top left;
    -ms-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }
  40%, 80% {
    -webkit-transform: rotate3d(0, 0, 1, 60deg);
    -ms-transform: rotate3d(0, 0, 1, 60deg);
    transform: rotate3d(0, 0, 1, 60deg);
    -webkit-transform-origin: top left;
    -ms-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    opacity: 1;
  }
  100% {
    -webkit-transform: translate3d(0, 700px, 0);
    -ms-transform: translate3d(0, 700px, 0);
    transform: translate3d(0, 700px, 0);
    opacity: 0;
  }
}
.hinge {
  -webkit-animation-name: hinge;
  animation-name: hinge;
}

/*
 *@name rollIn
 *@className rollIn animated
 *@cssCode true
 *@editionLink codepen.io
 *@author Nick Pettit
 *@source Glide
 *@sourceUrl https://github.com/nickpettit/glide
 *@issues https://github.com/daneden/animate.css/issues
 *@license MIT
 */
@-webkit-keyframes rollIn {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
    transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes rollIn {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
    -ms-transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
    transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }
}
.rollIn {
  -webkit-animation-name: rollIn;
  animation-name: rollIn;
}

/*
 *@name rollOut
 *@className rollOut animated
 *@cssCode true
 *@editionLink codepen.io
 *@author Nick Pettit
 *@source Glide
 *@sourceUrl https://github.com/nickpettit/glide
 *@issues https://github.com/daneden/animate.css/issues
 *@license MIT
 */
@-webkit-keyframes rollOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
    transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
  }
}
@keyframes rollOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
    -ms-transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
    transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
  }
}
.rollOut {
  -webkit-animation-name: rollOut;
  animation-name: rollOut;
}

/*
 *@name zoomIn
 *@className zoomIn animated
 *@cssCode true
 *@editionLink codepen.io
 *@author Dan Eden
 *@source Animate.css
 *@sourceUrl http://daneden.github.io/animate.css/
 *@issues https://github.com/daneden/animate.css/issues
 *@license MIT
 */
@-webkit-keyframes zoomIn {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  50% {
    opacity: 1;
  }
}
@keyframes zoomIn {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    -ms-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  50% {
    opacity: 1;
  }
}
.zoomIn {
  -webkit-animation-name: zoomIn;
  animation-name: zoomIn;
}

/*
 *@name zoomInDown
 *@className zoomInDown animated
 *@cssCode true
 *@editionLink codepen.io
 *@author Dan Eden
 *@source Animate.css
 *@sourceUrl http://daneden.github.io/animate.css/
 *@issues https://github.com/daneden/animate.css/issues
 *@license MIT
 */
@-webkit-keyframes zoomInDown {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
@keyframes zoomInDown {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    -ms-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -ms-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
.zoomInDown {
  -webkit-animation-name: zoomInDown;
  animation-name: zoomInDown;
}

/*
 *@name zoomInLeft
 *@className zoomInLeft animated
 *@cssCode true
 *@editionLink codepen.io
 *@author Dan Eden
 *@source Animate.css
 *@sourceUrl http://daneden.github.io/animate.css/
 *@issues https://github.com/daneden/animate.css/issues
 *@license MIT
 */
@-webkit-keyframes zoomInLeft {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
@keyframes zoomInLeft {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    -ms-transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    -ms-transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
.zoomInLeft {
  -webkit-animation-name: zoomInLeft;
  animation-name: zoomInLeft;
}

/*
 *@name zoomInRight
 *@className zoomInRight animated
 *@cssCode true
 *@editionLink codepen.io
 *@author Dan Eden
 *@source Animate.css
 *@sourceUrl http://daneden.github.io/animate.css/
 *@issues https://github.com/daneden/animate.css/issues
 *@license MIT
 */
@-webkit-keyframes zoomInRight {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
@keyframes zoomInRight {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    -ms-transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    -ms-transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
.zoomInRight {
  -webkit-animation-name: zoomInRight;
  animation-name: zoomInRight;
}

/*
 *@name zoomInUp
 *@className zoomInUp animated
 *@cssCode true
 *@editionLink codepen.io
 *@author Dan Eden
 *@source Animate.css
 *@sourceUrl http://daneden.github.io/animate.css/
 *@issues https://github.com/daneden/animate.css/issues
 *@license MIT
 */
@-webkit-keyframes zoomInUp {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
@keyframes zoomInUp {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    -ms-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -ms-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
.zoomInUp {
  -webkit-animation-name: zoomInUp;
  animation-name: zoomInUp;
}

/*
 *@name zoomOut
 *@className zoomOut animated
 *@cssCode true
 *@editionLink codepen.io
 *@author Dan Eden
 *@source Animate.css
 *@sourceUrl http://daneden.github.io/animate.css/
 *@issues https://github.com/daneden/animate.css/issues
 *@license MIT
 */
@-webkit-keyframes zoomOut {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  100% {
    opacity: 0;
  }
}
@keyframes zoomOut {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    -ms-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  100% {
    opacity: 0;
  }
}
.zoomOut {
  -webkit-animation-name: zoomOut;
  animation-name: zoomOut;
}

/*
 *@name zoomOutDown
 *@className zoomOutDown animated
 *@cssCode true
 *@editionLink codepen.io
 *@author Dan Eden
 *@source Animate.css
 *@sourceUrl http://daneden.github.io/animate.css/
 *@issues https://github.com/daneden/animate.css/issues
 *@license MIT
 */
@-webkit-keyframes zoomOutDown {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  100% {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
@keyframes zoomOutDown {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -ms-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  100% {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    -ms-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    -webkit-transform-origin: center bottom;
    -ms-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
.zoomOutDown {
  -webkit-animation-name: zoomOutDown;
  animation-name: zoomOutDown;
}

/*
 *@name zoomOutLeft
 *@className zoomOutLeft animated
 *@cssCode true
 *@editionLink codepen.io
 *@author Dan Eden
 *@source Animate.css
 *@sourceUrl http://daneden.github.io/animate.css/
 *@issues https://github.com/daneden/animate.css/issues
 *@license MIT
 */
@-webkit-keyframes zoomOutLeft {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
  }
  100% {
    opacity: 0;
    -webkit-transform: scale(0.1) translate3d(-2000px, 0, 0);
    transform: scale(0.1) translate3d(-2000px, 0, 0);
    -webkit-transform-origin: left center;
    transform-origin: left center;
  }
}
@keyframes zoomOutLeft {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
    -ms-transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
  }
  100% {
    opacity: 0;
    -webkit-transform: scale(0.1) translate3d(-2000px, 0, 0);
    -ms-transform: scale(0.1) translate3d(-2000px, 0, 0);
    transform: scale(0.1) translate3d(-2000px, 0, 0);
    -webkit-transform-origin: left center;
    -ms-transform-origin: left center;
    transform-origin: left center;
  }
}
.zoomOutLeft {
  -webkit-animation-name: zoomOutLeft;
  animation-name: zoomOutLeft;
}

/*
 *@name zoomOutRight
 *@className zoomOutRight animated
 *@cssCode true
 *@editionLink codepen.io
 *@author Dan Eden
 *@source Animate.css
 *@sourceUrl http://daneden.github.io/animate.css/
 *@issues https://github.com/daneden/animate.css/issues
 *@license MIT
 */
@-webkit-keyframes zoomOutRight {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
  }
  100% {
    opacity: 0;
    -webkit-transform: scale(0.1) translate3d(2000px, 0, 0);
    transform: scale(0.1) translate3d(2000px, 0, 0);
    -webkit-transform-origin: right center;
    transform-origin: right center;
  }
}
@keyframes zoomOutRight {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
    -ms-transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
  }
  100% {
    opacity: 0;
    -webkit-transform: scale(0.1) translate3d(2000px, 0, 0);
    -ms-transform: scale(0.1) translate3d(2000px, 0, 0);
    transform: scale(0.1) translate3d(2000px, 0, 0);
    -webkit-transform-origin: right center;
    -ms-transform-origin: right center;
    transform-origin: right center;
  }
}
.zoomOutRight {
  -webkit-animation-name: zoomOutRight;
  animation-name: zoomOutRight;
}

/*
 *@name zoomOutUp
 *@className zoomOutUp animated
 *@cssCode true
 *@editionLink codepen.io
 *@author Dan Eden
 *@source Animate.css
 *@sourceUrl http://daneden.github.io/animate.css/
 *@issues https://github.com/daneden/animate.css/issues
 *@license MIT
 */
@-webkit-keyframes zoomOutUp {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  100% {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
@keyframes zoomOutUp {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -ms-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  100% {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    -ms-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    -webkit-transform-origin: center bottom;
    -ms-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
.zoomOutUp {
  -webkit-animation-name: zoomOutUp;
  animation-name: zoomOutUp;
}

/*
 *@name slideInDown
 *@className slideInDown animated
 *@cssCode true
 *@editionLink codepen.io
 *@author Dan Eden
 *@source Animate.css
 *@sourceUrl http://daneden.github.io/animate.css/
 *@issues https://github.com/daneden/animate.css/issues
 *@license MIT
 */
@-webkit-keyframes slideInDown {
  0% {
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
    visibility: visible;
  }
  100% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes slideInDown {
  0% {
    -webkit-transform: translate3d(0, -100%, 0);
    -ms-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
    visibility: visible;
  }
  100% {
    -webkit-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.slideInDown {
  -webkit-animation-name: slideInDown;
  animation-name: slideInDown;
}

/*
 *@name slideInLeft
 *@className slideInLeft animated
 *@cssCode true
 *@editionLink codepen.io
 *@author Dan Eden
 *@source Animate.css
 *@sourceUrl http://daneden.github.io/animate.css/
 *@issues https://github.com/daneden/animate.css/issues
 *@license MIT
 */
@-webkit-keyframes slideInLeft {
  0% {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
    visibility: visible;
  }
  100% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes slideInLeft {
  0% {
    -webkit-transform: translate3d(-100%, 0, 0);
    -ms-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
    visibility: visible;
  }
  100% {
    -webkit-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.slideInLeft {
  -webkit-animation-name: slideInLeft;
  animation-name: slideInLeft;
}

/*
 *@name slideInRight
 *@className slideInRight animated
 *@cssCode true
 *@editionLink codepen.io
 *@author Dan Eden
 *@source Animate.css
 *@sourceUrl http://daneden.github.io/animate.css/
 *@issues https://github.com/daneden/animate.css/issues
 *@license MIT
 */
@-webkit-keyframes slideInRight {
  0% {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    visibility: visible;
  }
  100% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes slideInRight {
  0% {
    -webkit-transform: translate3d(100%, 0, 0);
    -ms-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    visibility: visible;
  }
  100% {
    -webkit-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.slideInRight {
  -webkit-animation-name: slideInRight;
  animation-name: slideInRight;
}

/*
 *@name slideInUp
 *@className slideInUp animated
 *@cssCode true
 *@editionLink codepen.io
 *@author Dan Eden
 *@source Animate.css
 *@sourceUrl http://daneden.github.io/animate.css/
 *@issues https://github.com/daneden/animate.css/issues
 *@license MIT
 */
@-webkit-keyframes slideInUp {
  0% {
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
    visibility: visible;
  }
  100% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes slideInUp {
  0% {
    -webkit-transform: translate3d(0, 100%, 0);
    -ms-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
    visibility: visible;
  }
  100% {
    -webkit-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.slideInUp {
  -webkit-animation-name: slideInUp;
  animation-name: slideInUp;
}

/*
 *@name slideOutDown
 *@className slideOutDown animated
 *@cssCode true
 *@editionLink codepen.io
 *@author Dan Eden
 *@source Animate.css
 *@sourceUrl http://daneden.github.io/animate.css/
 *@issues https://github.com/daneden/animate.css/issues
 *@license MIT
 */
@-webkit-keyframes slideOutDown {
  0% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  100% {
    visibility: hidden;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
}
@keyframes slideOutDown {
  0% {
    -webkit-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  100% {
    visibility: hidden;
    -webkit-transform: translate3d(0, 100%, 0);
    -ms-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
}
.slideOutDown {
  -webkit-animation-name: slideOutDown;
  animation-name: slideOutDown;
}

/*
 *@name slideOutLeft
 *@className slideOutLeft animated
 *@cssCode true
 *@editionLink codepen.io
 *@author Dan Eden
 *@source Animate.css
 *@sourceUrl http://daneden.github.io/animate.css/
 *@issues https://github.com/daneden/animate.css/issues
 *@license MIT
 */
@-webkit-keyframes slideOutLeft {
  0% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  100% {
    visibility: hidden;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
}
@keyframes slideOutLeft {
  0% {
    -webkit-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  100% {
    visibility: hidden;
    -webkit-transform: translate3d(-100%, 0, 0);
    -ms-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
}
.slideOutLeft {
  -webkit-animation-name: slideOutLeft;
  animation-name: slideOutLeft;
}

/*
 *@name slideOutRight
 *@className slideOutRight animated
 *@cssCode true
 *@editionLink codepen.io
 *@author Dan Eden
 *@source Animate.css
 *@sourceUrl http://daneden.github.io/animate.css/
 *@issues https://github.com/daneden/animate.css/issues
 *@license MIT
 */
@-webkit-keyframes slideOutRight {
  0% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  100% {
    visibility: hidden;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
}
@keyframes slideOutRight {
  0% {
    -webkit-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  100% {
    visibility: hidden;
    -webkit-transform: translate3d(100%, 0, 0);
    -ms-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
}
.slideOutRight {
  -webkit-animation-name: slideOutRight;
  animation-name: slideOutRight;
}

/*
 *@name slideOutUp
 *@className slideOutUp animated
 *@cssCode true
 *@editionLink codepen.io
 *@author Dan Eden
 *@source Animate.css
 *@sourceUrl http://daneden.github.io/animate.css/
 *@issues https://github.com/daneden/animate.css/issues
 *@license MIT
 */
@-webkit-keyframes slideOutUp {
  0% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  100% {
    visibility: hidden;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
}
@keyframes slideOutUp {
  0% {
    -webkit-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  100% {
    visibility: hidden;
    -webkit-transform: translate3d(0, -100%, 0);
    -ms-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
}
.slideOutUp {
  -webkit-animation-name: slideOutUp;
  animation-name: slideOutUp;
}

/* -- Timeline -- */
.is-timeline {
  --timeline-color-line:#000000;
  --timeline-color-title:#ffffff;
  --timeline-color-text:#ffffff;
  --timeline-color-marker:#000000;
}

.is-timeline.color-dark {
  --timeline-color-line:#000000;
  --timeline-color-title:#000000;
  --timeline-color-text:#000000;
  --timeline-color-marker:#000000;
}

.is-timeline {
  background-color: transparent;
  min-height: 100%;
  margin: 0;
  position: relative;
  width: 100%;
}

.is-timeline:before {
  content: "";
  position: absolute;
  top: 0px;
  left: 50%;
  bottom: 0px;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 2px;
  background-color: var(--timeline-color-line);
}
@media only screen and (max-width: 800px) {
  .is-timeline:before {
    left: 10vw;
  }
}

.is-timeline .entries {
  width: calc(100% - 40px);
  max-width: 900px;
  margin: auto;
  position: relative;
  left: -5px;
}
@media only screen and (max-width: 800px) {
  .is-timeline .entries {
    margin: 10vw;
    width: 90%;
  }
}

.is-timeline .entries .entry {
  width: calc(50% - 40px);
  float: left;
  padding: 50px 20px;
  clear: both;
  text-align: right;
}
@media only screen and (max-width: 800px) {
  .is-timeline .entries .entry {
    text-align: left;
    float: none;
    width: 90%;
    margin-left: 16px;
    margin-bottom: 140px;
  }
}

.is-timeline .entries .entry:not(:first-child) {
  margin-top: -60px;
}

.is-timeline .entries .entry .title {
  font-size: 1.5rem;
  margin-bottom: 18px;
  position: relative;
  color: var(--timeline-color-title);
}

.is-timeline .entries .entry .date {
  font-size: 1.125rem;
  margin-bottom: 8px;
  position: relative;
}

.is-timeline .entries .entry .title:before {
  content: "";
  position: absolute;
  width: 10px;
  height: 10px;
  border: 4px solid var(--timeline-color-marker);
  background-color: var(--timeline-color-marker);
  border-radius: 100%;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  right: -73px;
  z-index: 1000;
}
@media only screen and (max-width: 800px) {
  .is-timeline .entries .entry .title:before {
    left: -39px;
  }
}

.is-timeline .entries .entry .title.big:before {
  width: 32px;
  height: 32px;
  -webkit-transform: translate(8px, -50%);
  transform: translate(8px, -50%);
}

.is-timeline .entries .entry .body {
  color: var(--timeline-color-text);
  opacity: 1;
  position: relative;
}

.is-timeline .entries .entry .body p {
  font-size: 1.25rem;
}

.is-timeline .entries .entry:nth-child(2n) {
  text-align: left;
  float: right;
}
@media only screen and (max-width: 800px) {
  .is-timeline .entries .entry:nth-child(2n) {
    text-align: left;
    float: none;
    margin-left: 16px;
  }
}

.is-timeline .entries .entry:nth-child(2n) .title:before {
  left: -65px;
}
@media only screen and (max-width: 800px) {
  .is-timeline .entries .entry:nth-child(2n) .title:before {
    left: -39px;
  }
}

.is-timeline .entries .entry:nth-child(2n) .title.big:before {
  -webkit-transform: translate(-8px, -50%);
  transform: translate(-8px, -50%);
}

.is-timeline .entries .entry .body .sub-entry-link {
  display: block;
  text-decoration: none;
  transition: all 0.25s ease-in-out;
  padding-bottom: 18px;
}
.is-timeline .entries .entry .body .sub-entry-link:hover, .is-timeline .entries .entry .body .sub-entry-link:active {
  transform: scale(1.05);
}
.is-timeline .entries .entry .body .sub-entry-head {
  margin-bottom: 12px;
}
.is-timeline .entries .entry .body .sub-entry {
  display: flex;
  flex-direction: row-reverse;
  margin-bottom: 18px;
  align-items: center;
}
.is-timeline .entries .entry .body .sub-entry .tag {
  margin: 0 0 0 12px;
}

.is-timeline .entries .entry:nth-child(2n) .body .sub-entry {
  flex-direction: row;
}
.is-timeline .entries .entry:nth-child(2n) .body .sub-entry .tag {
  margin: 0 12px 0 0;
}

/*# sourceMappingURL=main.css.map */
