@import url(https://maxcdn.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css);@import url(https://use.typekit.net/lyf1ksb.css);article, aside, details, figcaption, figure, footer, header, hgroup, main, nav, section, summary {
  display: block; }

audio, canvas, video {
  display: inline-block; }

audio:not([controls]) {
  display: none;
  height: 0; }

[hidden] {
  display: none; }

html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%; }

body {
  margin: 0; }

a:focus {
  outline: thin dotted; }

a:active, a:hover {
  outline: 0; }

h1 {
  font-size: 2em;
  margin: 0.67em 0; }

abbr[title] {
  border-bottom: 1px dotted; }

b, strong {
  font-weight: bold; }

dfn {
  font-style: italic; }

hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0; }

mark {
  background: #ff0;
  color: #1E1E1E; }

code, kbd, pre, samp {
  font-family: monospace,serif;
  font-size: 1em; }

pre {
  white-space: pre-wrap; }

q {
  quotes: "\201C" "\201D" "\2018" "\2019"; }

small {
  font-size: 80%; }

sub, sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }

img {
  border: 0; }

svg:not(:root) {
  overflow: hidden; }

figure {
  margin: 0; }

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em; }

legend {
  border: 0;
  padding: 0; }

button, input, select, textarea {
  font-family: inherit;
  font-size: 100%;
  margin: 0; }

button, input {
  line-height: normal; }

button, select {
  text-transform: none; }

button, html input[type="button"], input[type="reset"], input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer; }

button[disabled], html input[disabled] {
  cursor: default; }

input[type="checkbox"], input[type="radio"] {
  box-sizing: border-box;
  padding: 0; }

input[type="search"] {
  -webkit-appearance: textfield;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box; }

input[type="search"]::-webkit-search-cancel-button, input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

button::-moz-focus-inner, input::-moz-focus-inner {
  border: 0;
  padding: 0; }

textarea {
  overflow: auto;
  vertical-align: top; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

*,
*::after,
*::before {
  box-sizing: border-box;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  outline: none; }

::selection {
  background-color: #fff;
  color: #000; }

button:active,
button:focus {
  -moz-outline-style: none; }

input[type="button"] {
  border: none;
  outline: none; }

object, embed, a, a:hover, a:focus {
  outline: 0; }

input,
textarea,
button,
select,
a {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0); }

/* ==========================================================================
    GRIDLEX
    Just a Flexbox Grid System - v. 2.7.1
========================================================================== */
[class~="grid"],
[class*="grid-"],
[class*="grid_"] {
  box-sizing: border-box;
  display: flex;
  flex-flow: row wrap;
  margin: 0 -0.5rem; }

[class~="col"],
[class*="col-"],
[class*="col_"] {
  box-sizing: border-box;
  padding: 0 0.5rem 1rem;
  max-width: 100%; }

[class~="col"],
[class*="col_"] {
  flex: 1 1 0%; }

[class*="col-"] {
  flex: none; }

[class~="grid"][class~="col"],
[class~="grid"][class*="col-"],
[class~="grid"][class*="col_"],
[class*="grid-"][class~="col"],
[class*="grid-"][class*="col-"],
[class*="grid-"][class*="col_"],
[class*="grid_"][class~="col"],
[class*="grid_"][class*="col-"],
[class*="grid_"][class*="col_"] {
  margin: 0;
  padding: 0; }

/************************
    HELPERS SUFFIXES
*************************/
[class*="grid-"][class*="-noGutter"] {
  margin: 0; }
  [class*="grid-"][class*="-noGutter"] > [class~="col"],
  [class*="grid-"][class*="-noGutter"] > [class*="col-"] {
    padding: 0; }

[class*="grid-"][class*="-noWrap"] {
  flex-wrap: nowrap; }

[class*="grid-"][class*="-center"] {
  justify-content: center; }

[class*="grid-"][class*="-right"] {
  justify-content: flex-end;
  align-self: flex-end;
  margin-left: auto; }

[class*="grid-"][class*="-top"] {
  align-items: flex-start; }

[class*="grid-"][class*="-middle"] {
  align-items: center; }

[class*="grid-"][class*="-bottom"] {
  align-items: flex-end; }

[class*="grid-"][class*="-reverse"] {
  flex-direction: row-reverse; }

[class*="grid-"][class*="-column"] {
  flex-direction: column; }
  [class*="grid-"][class*="-column"] > [class*="col-"] {
    flex-basis: auto; }

[class*="grid-"][class*="-column-reverse"] {
  flex-direction: column-reverse; }

[class*="grid-"][class*="-spaceBetween"] {
  justify-content: space-between; }

[class*="grid-"][class*="-spaceAround"] {
  justify-content: space-around; }

[class*="grid-"][class*="-equalHeight"] > [class~="col"],
[class*="grid-"][class*="-equalHeight"] > [class*="col-"],
[class*="grid-"][class*="-equalHeight"] > [class*="col_"] {
  align-self: stretch; }
  [class*="grid-"][class*="-equalHeight"] > [class~="col"] > *,
  [class*="grid-"][class*="-equalHeight"] > [class*="col-"] > *,
  [class*="grid-"][class*="-equalHeight"] > [class*="col_"] > * {
    height: 100%; }

[class*="grid-"][class*="-noBottom"] > [class~="col"],
[class*="grid-"][class*="-noBottom"] > [class*="col-"],
[class*="grid-"][class*="-noBottom"] > [class*="col_"] {
  padding-bottom: 0; }

[class*="col-"][class*="-top"] {
  align-self: flex-start; }

[class*="col-"][class*="-middle"] {
  align-self: center; }

[class*="col-"][class*="-bottom"] {
  align-self: flex-end; }

[class*="col-"][class*="-first"] {
  order: -1; }

[class*="col-"][class*="-last"] {
  order: 1; }

/************************
    GRID BY NUMBER
*************************/
[class*="grid-1"] > [class~="col"],
[class*="grid-1"] > [class*="col-"],
[class*="grid-1"] > [class*="col_"] {
  flex-basis: 100%;
  max-width: 100%; }

[class*="grid-2"] > [class~="col"],
[class*="grid-2"] > [class*="col-"],
[class*="grid-2"] > [class*="col_"] {
  flex-basis: 50%;
  max-width: 50%; }

[class*="grid-3"] > [class~="col"],
[class*="grid-3"] > [class*="col-"],
[class*="grid-3"] > [class*="col_"] {
  flex-basis: 33.33333%;
  max-width: 33.33333%; }

[class*="grid-4"] > [class~="col"],
[class*="grid-4"] > [class*="col-"],
[class*="grid-4"] > [class*="col_"] {
  flex-basis: 25%;
  max-width: 25%; }

[class*="grid-5"] > [class~="col"],
[class*="grid-5"] > [class*="col-"],
[class*="grid-5"] > [class*="col_"] {
  flex-basis: 20%;
  max-width: 20%; }

[class*="grid-6"] > [class~="col"],
[class*="grid-6"] > [class*="col-"],
[class*="grid-6"] > [class*="col_"] {
  flex-basis: 16.66667%;
  max-width: 16.66667%; }

[class*="grid-7"] > [class~="col"],
[class*="grid-7"] > [class*="col-"],
[class*="grid-7"] > [class*="col_"] {
  flex-basis: 14.28571%;
  max-width: 14.28571%; }

[class*="grid-8"] > [class~="col"],
[class*="grid-8"] > [class*="col-"],
[class*="grid-8"] > [class*="col_"] {
  flex-basis: 12.5%;
  max-width: 12.5%; }

[class*="grid-9"] > [class~="col"],
[class*="grid-9"] > [class*="col-"],
[class*="grid-9"] > [class*="col_"] {
  flex-basis: 11.11111%;
  max-width: 11.11111%; }

[class*="grid-10"] > [class~="col"],
[class*="grid-10"] > [class*="col-"],
[class*="grid-10"] > [class*="col_"] {
  flex-basis: 10%;
  max-width: 10%; }

[class*="grid-11"] > [class~="col"],
[class*="grid-11"] > [class*="col-"],
[class*="grid-11"] > [class*="col_"] {
  flex-basis: 9.09091%;
  max-width: 9.09091%; }

[class*="grid-12"] > [class~="col"],
[class*="grid-12"] > [class*="col-"],
[class*="grid-12"] > [class*="col_"] {
  flex-basis: 8.33333%;
  max-width: 8.33333%; }

@media (max-width: 80em) {
  [class*="_lg-1"] > [class~="col"],
  [class*="_lg-1"] > [class*="col-"],
  [class*="_lg-1"] > [class*="col_"] {
    flex-basis: 100%;
    max-width: 100%; }
  [class*="_lg-2"] > [class~="col"],
  [class*="_lg-2"] > [class*="col-"],
  [class*="_lg-2"] > [class*="col_"] {
    flex-basis: 50%;
    max-width: 50%; }
  [class*="_lg-3"] > [class~="col"],
  [class*="_lg-3"] > [class*="col-"],
  [class*="_lg-3"] > [class*="col_"] {
    flex-basis: 33.33333%;
    max-width: 33.33333%; }
  [class*="_lg-4"] > [class~="col"],
  [class*="_lg-4"] > [class*="col-"],
  [class*="_lg-4"] > [class*="col_"] {
    flex-basis: 25%;
    max-width: 25%; }
  [class*="_lg-5"] > [class~="col"],
  [class*="_lg-5"] > [class*="col-"],
  [class*="_lg-5"] > [class*="col_"] {
    flex-basis: 20%;
    max-width: 20%; }
  [class*="_lg-6"] > [class~="col"],
  [class*="_lg-6"] > [class*="col-"],
  [class*="_lg-6"] > [class*="col_"] {
    flex-basis: 16.66667%;
    max-width: 16.66667%; }
  [class*="_lg-7"] > [class~="col"],
  [class*="_lg-7"] > [class*="col-"],
  [class*="_lg-7"] > [class*="col_"] {
    flex-basis: 14.28571%;
    max-width: 14.28571%; }
  [class*="_lg-8"] > [class~="col"],
  [class*="_lg-8"] > [class*="col-"],
  [class*="_lg-8"] > [class*="col_"] {
    flex-basis: 12.5%;
    max-width: 12.5%; }
  [class*="_lg-9"] > [class~="col"],
  [class*="_lg-9"] > [class*="col-"],
  [class*="_lg-9"] > [class*="col_"] {
    flex-basis: 11.11111%;
    max-width: 11.11111%; }
  [class*="_lg-10"] > [class~="col"],
  [class*="_lg-10"] > [class*="col-"],
  [class*="_lg-10"] > [class*="col_"] {
    flex-basis: 10%;
    max-width: 10%; }
  [class*="_lg-11"] > [class~="col"],
  [class*="_lg-11"] > [class*="col-"],
  [class*="_lg-11"] > [class*="col_"] {
    flex-basis: 9.09091%;
    max-width: 9.09091%; }
  [class*="_lg-12"] > [class~="col"],
  [class*="_lg-12"] > [class*="col-"],
  [class*="_lg-12"] > [class*="col_"] {
    flex-basis: 8.33333%;
    max-width: 8.33333%; } }

@media (max-width: 64em) {
  [class*="_md-1"] > [class~="col"],
  [class*="_md-1"] > [class*="col-"],
  [class*="_md-1"] > [class*="col_"] {
    flex-basis: 100%;
    max-width: 100%; }
  [class*="_md-2"] > [class~="col"],
  [class*="_md-2"] > [class*="col-"],
  [class*="_md-2"] > [class*="col_"] {
    flex-basis: 50%;
    max-width: 50%; }
  [class*="_md-3"] > [class~="col"],
  [class*="_md-3"] > [class*="col-"],
  [class*="_md-3"] > [class*="col_"] {
    flex-basis: 33.33333%;
    max-width: 33.33333%; }
  [class*="_md-4"] > [class~="col"],
  [class*="_md-4"] > [class*="col-"],
  [class*="_md-4"] > [class*="col_"] {
    flex-basis: 25%;
    max-width: 25%; }
  [class*="_md-5"] > [class~="col"],
  [class*="_md-5"] > [class*="col-"],
  [class*="_md-5"] > [class*="col_"] {
    flex-basis: 20%;
    max-width: 20%; }
  [class*="_md-6"] > [class~="col"],
  [class*="_md-6"] > [class*="col-"],
  [class*="_md-6"] > [class*="col_"] {
    flex-basis: 16.66667%;
    max-width: 16.66667%; }
  [class*="_md-7"] > [class~="col"],
  [class*="_md-7"] > [class*="col-"],
  [class*="_md-7"] > [class*="col_"] {
    flex-basis: 14.28571%;
    max-width: 14.28571%; }
  [class*="_md-8"] > [class~="col"],
  [class*="_md-8"] > [class*="col-"],
  [class*="_md-8"] > [class*="col_"] {
    flex-basis: 12.5%;
    max-width: 12.5%; }
  [class*="_md-9"] > [class~="col"],
  [class*="_md-9"] > [class*="col-"],
  [class*="_md-9"] > [class*="col_"] {
    flex-basis: 11.11111%;
    max-width: 11.11111%; }
  [class*="_md-10"] > [class~="col"],
  [class*="_md-10"] > [class*="col-"],
  [class*="_md-10"] > [class*="col_"] {
    flex-basis: 10%;
    max-width: 10%; }
  [class*="_md-11"] > [class~="col"],
  [class*="_md-11"] > [class*="col-"],
  [class*="_md-11"] > [class*="col_"] {
    flex-basis: 9.09091%;
    max-width: 9.09091%; }
  [class*="_md-12"] > [class~="col"],
  [class*="_md-12"] > [class*="col-"],
  [class*="_md-12"] > [class*="col_"] {
    flex-basis: 8.33333%;
    max-width: 8.33333%; } }

@media (max-width: 48em) {
  [class*="_sm-1"] > [class~="col"],
  [class*="_sm-1"] > [class*="col-"],
  [class*="_sm-1"] > [class*="col_"] {
    flex-basis: 100%;
    max-width: 100%; }
  [class*="_sm-2"] > [class~="col"],
  [class*="_sm-2"] > [class*="col-"],
  [class*="_sm-2"] > [class*="col_"] {
    flex-basis: 50%;
    max-width: 50%; }
  [class*="_sm-3"] > [class~="col"],
  [class*="_sm-3"] > [class*="col-"],
  [class*="_sm-3"] > [class*="col_"] {
    flex-basis: 33.33333%;
    max-width: 33.33333%; }
  [class*="_sm-4"] > [class~="col"],
  [class*="_sm-4"] > [class*="col-"],
  [class*="_sm-4"] > [class*="col_"] {
    flex-basis: 25%;
    max-width: 25%; }
  [class*="_sm-5"] > [class~="col"],
  [class*="_sm-5"] > [class*="col-"],
  [class*="_sm-5"] > [class*="col_"] {
    flex-basis: 20%;
    max-width: 20%; }
  [class*="_sm-6"] > [class~="col"],
  [class*="_sm-6"] > [class*="col-"],
  [class*="_sm-6"] > [class*="col_"] {
    flex-basis: 16.66667%;
    max-width: 16.66667%; }
  [class*="_sm-7"] > [class~="col"],
  [class*="_sm-7"] > [class*="col-"],
  [class*="_sm-7"] > [class*="col_"] {
    flex-basis: 14.28571%;
    max-width: 14.28571%; }
  [class*="_sm-8"] > [class~="col"],
  [class*="_sm-8"] > [class*="col-"],
  [class*="_sm-8"] > [class*="col_"] {
    flex-basis: 12.5%;
    max-width: 12.5%; }
  [class*="_sm-9"] > [class~="col"],
  [class*="_sm-9"] > [class*="col-"],
  [class*="_sm-9"] > [class*="col_"] {
    flex-basis: 11.11111%;
    max-width: 11.11111%; }
  [class*="_sm-10"] > [class~="col"],
  [class*="_sm-10"] > [class*="col-"],
  [class*="_sm-10"] > [class*="col_"] {
    flex-basis: 10%;
    max-width: 10%; }
  [class*="_sm-11"] > [class~="col"],
  [class*="_sm-11"] > [class*="col-"],
  [class*="_sm-11"] > [class*="col_"] {
    flex-basis: 9.09091%;
    max-width: 9.09091%; }
  [class*="_sm-12"] > [class~="col"],
  [class*="_sm-12"] > [class*="col-"],
  [class*="_sm-12"] > [class*="col_"] {
    flex-basis: 8.33333%;
    max-width: 8.33333%; } }

@media (max-width: 36em) {
  [class*="_xs-1"] > [class~="col"],
  [class*="_xs-1"] > [class*="col-"],
  [class*="_xs-1"] > [class*="col_"] {
    flex-basis: 100%;
    max-width: 100%; }
  [class*="_xs-2"] > [class~="col"],
  [class*="_xs-2"] > [class*="col-"],
  [class*="_xs-2"] > [class*="col_"] {
    flex-basis: 50%;
    max-width: 50%; }
  [class*="_xs-3"] > [class~="col"],
  [class*="_xs-3"] > [class*="col-"],
  [class*="_xs-3"] > [class*="col_"] {
    flex-basis: 33.33333%;
    max-width: 33.33333%; }
  [class*="_xs-4"] > [class~="col"],
  [class*="_xs-4"] > [class*="col-"],
  [class*="_xs-4"] > [class*="col_"] {
    flex-basis: 25%;
    max-width: 25%; }
  [class*="_xs-5"] > [class~="col"],
  [class*="_xs-5"] > [class*="col-"],
  [class*="_xs-5"] > [class*="col_"] {
    flex-basis: 20%;
    max-width: 20%; }
  [class*="_xs-6"] > [class~="col"],
  [class*="_xs-6"] > [class*="col-"],
  [class*="_xs-6"] > [class*="col_"] {
    flex-basis: 16.66667%;
    max-width: 16.66667%; }
  [class*="_xs-7"] > [class~="col"],
  [class*="_xs-7"] > [class*="col-"],
  [class*="_xs-7"] > [class*="col_"] {
    flex-basis: 14.28571%;
    max-width: 14.28571%; }
  [class*="_xs-8"] > [class~="col"],
  [class*="_xs-8"] > [class*="col-"],
  [class*="_xs-8"] > [class*="col_"] {
    flex-basis: 12.5%;
    max-width: 12.5%; }
  [class*="_xs-9"] > [class~="col"],
  [class*="_xs-9"] > [class*="col-"],
  [class*="_xs-9"] > [class*="col_"] {
    flex-basis: 11.11111%;
    max-width: 11.11111%; }
  [class*="_xs-10"] > [class~="col"],
  [class*="_xs-10"] > [class*="col-"],
  [class*="_xs-10"] > [class*="col_"] {
    flex-basis: 10%;
    max-width: 10%; }
  [class*="_xs-11"] > [class~="col"],
  [class*="_xs-11"] > [class*="col-"],
  [class*="_xs-11"] > [class*="col_"] {
    flex-basis: 9.09091%;
    max-width: 9.09091%; }
  [class*="_xs-12"] > [class~="col"],
  [class*="_xs-12"] > [class*="col-"],
  [class*="_xs-12"] > [class*="col_"] {
    flex-basis: 8.33333%;
    max-width: 8.33333%; } }

/************************
    COLS SIZES
*************************/
[class~="grid"] > [class*="col-1"],
[class*="grid-"] > [class*="col-1"],
[class*="grid_"] > [class*="col-1"] {
  flex-basis: 8.33333%;
  max-width: 8.33333%; }

[class~="grid"] > [class*="col-2"],
[class*="grid-"] > [class*="col-2"],
[class*="grid_"] > [class*="col-2"] {
  flex-basis: 16.66667%;
  max-width: 16.66667%; }

[class~="grid"] > [class*="col-3"],
[class*="grid-"] > [class*="col-3"],
[class*="grid_"] > [class*="col-3"] {
  flex-basis: 25%;
  max-width: 25%; }

[class~="grid"] > [class*="col-4"],
[class*="grid-"] > [class*="col-4"],
[class*="grid_"] > [class*="col-4"] {
  flex-basis: 33.33333%;
  max-width: 33.33333%; }

[class~="grid"] > [class*="col-5"],
[class*="grid-"] > [class*="col-5"],
[class*="grid_"] > [class*="col-5"] {
  flex-basis: 41.66667%;
  max-width: 41.66667%; }

[class~="grid"] > [class*="col-6"],
[class*="grid-"] > [class*="col-6"],
[class*="grid_"] > [class*="col-6"] {
  flex-basis: 50%;
  max-width: 50%; }

[class~="grid"] > [class*="col-7"],
[class*="grid-"] > [class*="col-7"],
[class*="grid_"] > [class*="col-7"] {
  flex-basis: 58.33333%;
  max-width: 58.33333%; }

[class~="grid"] > [class*="col-8"],
[class*="grid-"] > [class*="col-8"],
[class*="grid_"] > [class*="col-8"] {
  flex-basis: 66.66667%;
  max-width: 66.66667%; }

[class~="grid"] > [class*="col-9"],
[class*="grid-"] > [class*="col-9"],
[class*="grid_"] > [class*="col-9"] {
  flex-basis: 75%;
  max-width: 75%; }

[class~="grid"] > [class*="col-10"],
[class*="grid-"] > [class*="col-10"],
[class*="grid_"] > [class*="col-10"] {
  flex-basis: 83.33333%;
  max-width: 83.33333%; }

[class~="grid"] > [class*="col-11"],
[class*="grid-"] > [class*="col-11"],
[class*="grid_"] > [class*="col-11"] {
  flex-basis: 91.66667%;
  max-width: 91.66667%; }

[class~="grid"] > [class*="col-12"],
[class*="grid-"] > [class*="col-12"],
[class*="grid_"] > [class*="col-12"] {
  flex-basis: 100%;
  max-width: 100%; }

[class~="grid"] > [data-push-left*="off-0"],
[class*="grid-"] > [data-push-left*="off-0"],
[class*="grid_"] > [data-push-left*="off-0"] {
  margin-left: 0; }

[class~="grid"] > [data-push-left*="off-1"],
[class*="grid-"] > [data-push-left*="off-1"],
[class*="grid_"] > [data-push-left*="off-1"] {
  margin-left: 8.33333%; }

[class~="grid"] > [data-push-left*="off-2"],
[class*="grid-"] > [data-push-left*="off-2"],
[class*="grid_"] > [data-push-left*="off-2"] {
  margin-left: 16.66667%; }

[class~="grid"] > [data-push-left*="off-3"],
[class*="grid-"] > [data-push-left*="off-3"],
[class*="grid_"] > [data-push-left*="off-3"] {
  margin-left: 25%; }

[class~="grid"] > [data-push-left*="off-4"],
[class*="grid-"] > [data-push-left*="off-4"],
[class*="grid_"] > [data-push-left*="off-4"] {
  margin-left: 33.33333%; }

[class~="grid"] > [data-push-left*="off-5"],
[class*="grid-"] > [data-push-left*="off-5"],
[class*="grid_"] > [data-push-left*="off-5"] {
  margin-left: 41.66667%; }

[class~="grid"] > [data-push-left*="off-6"],
[class*="grid-"] > [data-push-left*="off-6"],
[class*="grid_"] > [data-push-left*="off-6"] {
  margin-left: 50%; }

[class~="grid"] > [data-push-left*="off-7"],
[class*="grid-"] > [data-push-left*="off-7"],
[class*="grid_"] > [data-push-left*="off-7"] {
  margin-left: 58.33333%; }

[class~="grid"] > [data-push-left*="off-8"],
[class*="grid-"] > [data-push-left*="off-8"],
[class*="grid_"] > [data-push-left*="off-8"] {
  margin-left: 66.66667%; }

[class~="grid"] > [data-push-left*="off-9"],
[class*="grid-"] > [data-push-left*="off-9"],
[class*="grid_"] > [data-push-left*="off-9"] {
  margin-left: 75%; }

[class~="grid"] > [data-push-left*="off-10"],
[class*="grid-"] > [data-push-left*="off-10"],
[class*="grid_"] > [data-push-left*="off-10"] {
  margin-left: 83.33333%; }

[class~="grid"] > [data-push-left*="off-11"],
[class*="grid-"] > [data-push-left*="off-11"],
[class*="grid_"] > [data-push-left*="off-11"] {
  margin-left: 91.66667%; }

[class~="grid"] > [data-push-right*="off-0"],
[class*="grid-"] > [data-push-right*="off-0"],
[class*="grid_"] > [data-push-right*="off-0"] {
  margin-right: 0; }

[class~="grid"] > [data-push-right*="off-1"],
[class*="grid-"] > [data-push-right*="off-1"],
[class*="grid_"] > [data-push-right*="off-1"] {
  margin-right: 8.33333%; }

[class~="grid"] > [data-push-right*="off-2"],
[class*="grid-"] > [data-push-right*="off-2"],
[class*="grid_"] > [data-push-right*="off-2"] {
  margin-right: 16.66667%; }

[class~="grid"] > [data-push-right*="off-3"],
[class*="grid-"] > [data-push-right*="off-3"],
[class*="grid_"] > [data-push-right*="off-3"] {
  margin-right: 25%; }

[class~="grid"] > [data-push-right*="off-4"],
[class*="grid-"] > [data-push-right*="off-4"],
[class*="grid_"] > [data-push-right*="off-4"] {
  margin-right: 33.33333%; }

[class~="grid"] > [data-push-right*="off-5"],
[class*="grid-"] > [data-push-right*="off-5"],
[class*="grid_"] > [data-push-right*="off-5"] {
  margin-right: 41.66667%; }

[class~="grid"] > [data-push-right*="off-6"],
[class*="grid-"] > [data-push-right*="off-6"],
[class*="grid_"] > [data-push-right*="off-6"] {
  margin-right: 50%; }

[class~="grid"] > [data-push-right*="off-7"],
[class*="grid-"] > [data-push-right*="off-7"],
[class*="grid_"] > [data-push-right*="off-7"] {
  margin-right: 58.33333%; }

[class~="grid"] > [data-push-right*="off-8"],
[class*="grid-"] > [data-push-right*="off-8"],
[class*="grid_"] > [data-push-right*="off-8"] {
  margin-right: 66.66667%; }

[class~="grid"] > [data-push-right*="off-9"],
[class*="grid-"] > [data-push-right*="off-9"],
[class*="grid_"] > [data-push-right*="off-9"] {
  margin-right: 75%; }

[class~="grid"] > [data-push-right*="off-10"],
[class*="grid-"] > [data-push-right*="off-10"],
[class*="grid_"] > [data-push-right*="off-10"] {
  margin-right: 83.33333%; }

[class~="grid"] > [data-push-right*="off-11"],
[class*="grid-"] > [data-push-right*="off-11"],
[class*="grid_"] > [data-push-right*="off-11"] {
  margin-right: 91.66667%; }

@media (max-width: 80em) {
  [class~="grid"] > [class*="_lg-1"],
  [class*="grid-"] > [class*="_lg-1"],
  [class*="grid_"] > [class*="_lg-1"] {
    flex-basis: 8.33333%;
    max-width: 8.33333%; }
  [class~="grid"] > [class*="_lg-2"],
  [class*="grid-"] > [class*="_lg-2"],
  [class*="grid_"] > [class*="_lg-2"] {
    flex-basis: 16.66667%;
    max-width: 16.66667%; }
  [class~="grid"] > [class*="_lg-3"],
  [class*="grid-"] > [class*="_lg-3"],
  [class*="grid_"] > [class*="_lg-3"] {
    flex-basis: 25%;
    max-width: 25%; }
  [class~="grid"] > [class*="_lg-4"],
  [class*="grid-"] > [class*="_lg-4"],
  [class*="grid_"] > [class*="_lg-4"] {
    flex-basis: 33.33333%;
    max-width: 33.33333%; }
  [class~="grid"] > [class*="_lg-5"],
  [class*="grid-"] > [class*="_lg-5"],
  [class*="grid_"] > [class*="_lg-5"] {
    flex-basis: 41.66667%;
    max-width: 41.66667%; }
  [class~="grid"] > [class*="_lg-6"],
  [class*="grid-"] > [class*="_lg-6"],
  [class*="grid_"] > [class*="_lg-6"] {
    flex-basis: 50%;
    max-width: 50%; }
  [class~="grid"] > [class*="_lg-7"],
  [class*="grid-"] > [class*="_lg-7"],
  [class*="grid_"] > [class*="_lg-7"] {
    flex-basis: 58.33333%;
    max-width: 58.33333%; }
  [class~="grid"] > [class*="_lg-8"],
  [class*="grid-"] > [class*="_lg-8"],
  [class*="grid_"] > [class*="_lg-8"] {
    flex-basis: 66.66667%;
    max-width: 66.66667%; }
  [class~="grid"] > [class*="_lg-9"],
  [class*="grid-"] > [class*="_lg-9"],
  [class*="grid_"] > [class*="_lg-9"] {
    flex-basis: 75%;
    max-width: 75%; }
  [class~="grid"] > [class*="_lg-10"],
  [class*="grid-"] > [class*="_lg-10"],
  [class*="grid_"] > [class*="_lg-10"] {
    flex-basis: 83.33333%;
    max-width: 83.33333%; }
  [class~="grid"] > [class*="_lg-11"],
  [class*="grid-"] > [class*="_lg-11"],
  [class*="grid_"] > [class*="_lg-11"] {
    flex-basis: 91.66667%;
    max-width: 91.66667%; }
  [class~="grid"] > [class*="_lg-12"],
  [class*="grid-"] > [class*="_lg-12"],
  [class*="grid_"] > [class*="_lg-12"] {
    flex-basis: 100%;
    max-width: 100%; }
  [class~="grid"] > [data-push-left*="_lg-0"],
  [class*="grid-"] > [data-push-left*="_lg-0"],
  [class*="grid_"] > [data-push-left*="_lg-0"] {
    margin-left: 0; }
  [class~="grid"] > [data-push-left*="_lg-1"],
  [class*="grid-"] > [data-push-left*="_lg-1"],
  [class*="grid_"] > [data-push-left*="_lg-1"] {
    margin-left: 8.33333%; }
  [class~="grid"] > [data-push-left*="_lg-2"],
  [class*="grid-"] > [data-push-left*="_lg-2"],
  [class*="grid_"] > [data-push-left*="_lg-2"] {
    margin-left: 16.66667%; }
  [class~="grid"] > [data-push-left*="_lg-3"],
  [class*="grid-"] > [data-push-left*="_lg-3"],
  [class*="grid_"] > [data-push-left*="_lg-3"] {
    margin-left: 25%; }
  [class~="grid"] > [data-push-left*="_lg-4"],
  [class*="grid-"] > [data-push-left*="_lg-4"],
  [class*="grid_"] > [data-push-left*="_lg-4"] {
    margin-left: 33.33333%; }
  [class~="grid"] > [data-push-left*="_lg-5"],
  [class*="grid-"] > [data-push-left*="_lg-5"],
  [class*="grid_"] > [data-push-left*="_lg-5"] {
    margin-left: 41.66667%; }
  [class~="grid"] > [data-push-left*="_lg-6"],
  [class*="grid-"] > [data-push-left*="_lg-6"],
  [class*="grid_"] > [data-push-left*="_lg-6"] {
    margin-left: 50%; }
  [class~="grid"] > [data-push-left*="_lg-7"],
  [class*="grid-"] > [data-push-left*="_lg-7"],
  [class*="grid_"] > [data-push-left*="_lg-7"] {
    margin-left: 58.33333%; }
  [class~="grid"] > [data-push-left*="_lg-8"],
  [class*="grid-"] > [data-push-left*="_lg-8"],
  [class*="grid_"] > [data-push-left*="_lg-8"] {
    margin-left: 66.66667%; }
  [class~="grid"] > [data-push-left*="_lg-9"],
  [class*="grid-"] > [data-push-left*="_lg-9"],
  [class*="grid_"] > [data-push-left*="_lg-9"] {
    margin-left: 75%; }
  [class~="grid"] > [data-push-left*="_lg-10"],
  [class*="grid-"] > [data-push-left*="_lg-10"],
  [class*="grid_"] > [data-push-left*="_lg-10"] {
    margin-left: 83.33333%; }
  [class~="grid"] > [data-push-left*="_lg-11"],
  [class*="grid-"] > [data-push-left*="_lg-11"],
  [class*="grid_"] > [data-push-left*="_lg-11"] {
    margin-left: 91.66667%; }
  [class~="grid"] > [data-push-right*="_lg-0"],
  [class*="grid-"] > [data-push-right*="_lg-0"],
  [class*="grid_"] > [data-push-right*="_lg-0"] {
    margin-right: 0; }
  [class~="grid"] > [data-push-right*="_lg-1"],
  [class*="grid-"] > [data-push-right*="_lg-1"],
  [class*="grid_"] > [data-push-right*="_lg-1"] {
    margin-right: 8.33333%; }
  [class~="grid"] > [data-push-right*="_lg-2"],
  [class*="grid-"] > [data-push-right*="_lg-2"],
  [class*="grid_"] > [data-push-right*="_lg-2"] {
    margin-right: 16.66667%; }
  [class~="grid"] > [data-push-right*="_lg-3"],
  [class*="grid-"] > [data-push-right*="_lg-3"],
  [class*="grid_"] > [data-push-right*="_lg-3"] {
    margin-right: 25%; }
  [class~="grid"] > [data-push-right*="_lg-4"],
  [class*="grid-"] > [data-push-right*="_lg-4"],
  [class*="grid_"] > [data-push-right*="_lg-4"] {
    margin-right: 33.33333%; }
  [class~="grid"] > [data-push-right*="_lg-5"],
  [class*="grid-"] > [data-push-right*="_lg-5"],
  [class*="grid_"] > [data-push-right*="_lg-5"] {
    margin-right: 41.66667%; }
  [class~="grid"] > [data-push-right*="_lg-6"],
  [class*="grid-"] > [data-push-right*="_lg-6"],
  [class*="grid_"] > [data-push-right*="_lg-6"] {
    margin-right: 50%; }
  [class~="grid"] > [data-push-right*="_lg-7"],
  [class*="grid-"] > [data-push-right*="_lg-7"],
  [class*="grid_"] > [data-push-right*="_lg-7"] {
    margin-right: 58.33333%; }
  [class~="grid"] > [data-push-right*="_lg-8"],
  [class*="grid-"] > [data-push-right*="_lg-8"],
  [class*="grid_"] > [data-push-right*="_lg-8"] {
    margin-right: 66.66667%; }
  [class~="grid"] > [data-push-right*="_lg-9"],
  [class*="grid-"] > [data-push-right*="_lg-9"],
  [class*="grid_"] > [data-push-right*="_lg-9"] {
    margin-right: 75%; }
  [class~="grid"] > [data-push-right*="_lg-10"],
  [class*="grid-"] > [data-push-right*="_lg-10"],
  [class*="grid_"] > [data-push-right*="_lg-10"] {
    margin-right: 83.33333%; }
  [class~="grid"] > [data-push-right*="_lg-11"],
  [class*="grid-"] > [data-push-right*="_lg-11"],
  [class*="grid_"] > [data-push-right*="_lg-11"] {
    margin-right: 91.66667%; }
  [class~="grid"] [class*="_lg-first"],
  [class*="grid-"] [class*="_lg-first"],
  [class*="grid_"] [class*="_lg-first"] {
    order: -1; }
  [class~="grid"] [class*="_lg-last"],
  [class*="grid-"] [class*="_lg-last"],
  [class*="grid_"] [class*="_lg-last"] {
    order: 1; } }

@media (max-width: 64em) {
  [class~="grid"] > [class*="_md-1"],
  [class*="grid-"] > [class*="_md-1"],
  [class*="grid_"] > [class*="_md-1"] {
    flex-basis: 8.33333%;
    max-width: 8.33333%; }
  [class~="grid"] > [class*="_md-2"],
  [class*="grid-"] > [class*="_md-2"],
  [class*="grid_"] > [class*="_md-2"] {
    flex-basis: 16.66667%;
    max-width: 16.66667%; }
  [class~="grid"] > [class*="_md-3"],
  [class*="grid-"] > [class*="_md-3"],
  [class*="grid_"] > [class*="_md-3"] {
    flex-basis: 25%;
    max-width: 25%; }
  [class~="grid"] > [class*="_md-4"],
  [class*="grid-"] > [class*="_md-4"],
  [class*="grid_"] > [class*="_md-4"] {
    flex-basis: 33.33333%;
    max-width: 33.33333%; }
  [class~="grid"] > [class*="_md-5"],
  [class*="grid-"] > [class*="_md-5"],
  [class*="grid_"] > [class*="_md-5"] {
    flex-basis: 41.66667%;
    max-width: 41.66667%; }
  [class~="grid"] > [class*="_md-6"],
  [class*="grid-"] > [class*="_md-6"],
  [class*="grid_"] > [class*="_md-6"] {
    flex-basis: 50%;
    max-width: 50%; }
  [class~="grid"] > [class*="_md-7"],
  [class*="grid-"] > [class*="_md-7"],
  [class*="grid_"] > [class*="_md-7"] {
    flex-basis: 58.33333%;
    max-width: 58.33333%; }
  [class~="grid"] > [class*="_md-8"],
  [class*="grid-"] > [class*="_md-8"],
  [class*="grid_"] > [class*="_md-8"] {
    flex-basis: 66.66667%;
    max-width: 66.66667%; }
  [class~="grid"] > [class*="_md-9"],
  [class*="grid-"] > [class*="_md-9"],
  [class*="grid_"] > [class*="_md-9"] {
    flex-basis: 75%;
    max-width: 75%; }
  [class~="grid"] > [class*="_md-10"],
  [class*="grid-"] > [class*="_md-10"],
  [class*="grid_"] > [class*="_md-10"] {
    flex-basis: 83.33333%;
    max-width: 83.33333%; }
  [class~="grid"] > [class*="_md-11"],
  [class*="grid-"] > [class*="_md-11"],
  [class*="grid_"] > [class*="_md-11"] {
    flex-basis: 91.66667%;
    max-width: 91.66667%; }
  [class~="grid"] > [class*="_md-12"],
  [class*="grid-"] > [class*="_md-12"],
  [class*="grid_"] > [class*="_md-12"] {
    flex-basis: 100%;
    max-width: 100%; }
  [class~="grid"] > [data-push-left*="_md-0"],
  [class*="grid-"] > [data-push-left*="_md-0"],
  [class*="grid_"] > [data-push-left*="_md-0"] {
    margin-left: 0; }
  [class~="grid"] > [data-push-left*="_md-1"],
  [class*="grid-"] > [data-push-left*="_md-1"],
  [class*="grid_"] > [data-push-left*="_md-1"] {
    margin-left: 8.33333%; }
  [class~="grid"] > [data-push-left*="_md-2"],
  [class*="grid-"] > [data-push-left*="_md-2"],
  [class*="grid_"] > [data-push-left*="_md-2"] {
    margin-left: 16.66667%; }
  [class~="grid"] > [data-push-left*="_md-3"],
  [class*="grid-"] > [data-push-left*="_md-3"],
  [class*="grid_"] > [data-push-left*="_md-3"] {
    margin-left: 25%; }
  [class~="grid"] > [data-push-left*="_md-4"],
  [class*="grid-"] > [data-push-left*="_md-4"],
  [class*="grid_"] > [data-push-left*="_md-4"] {
    margin-left: 33.33333%; }
  [class~="grid"] > [data-push-left*="_md-5"],
  [class*="grid-"] > [data-push-left*="_md-5"],
  [class*="grid_"] > [data-push-left*="_md-5"] {
    margin-left: 41.66667%; }
  [class~="grid"] > [data-push-left*="_md-6"],
  [class*="grid-"] > [data-push-left*="_md-6"],
  [class*="grid_"] > [data-push-left*="_md-6"] {
    margin-left: 50%; }
  [class~="grid"] > [data-push-left*="_md-7"],
  [class*="grid-"] > [data-push-left*="_md-7"],
  [class*="grid_"] > [data-push-left*="_md-7"] {
    margin-left: 58.33333%; }
  [class~="grid"] > [data-push-left*="_md-8"],
  [class*="grid-"] > [data-push-left*="_md-8"],
  [class*="grid_"] > [data-push-left*="_md-8"] {
    margin-left: 66.66667%; }
  [class~="grid"] > [data-push-left*="_md-9"],
  [class*="grid-"] > [data-push-left*="_md-9"],
  [class*="grid_"] > [data-push-left*="_md-9"] {
    margin-left: 75%; }
  [class~="grid"] > [data-push-left*="_md-10"],
  [class*="grid-"] > [data-push-left*="_md-10"],
  [class*="grid_"] > [data-push-left*="_md-10"] {
    margin-left: 83.33333%; }
  [class~="grid"] > [data-push-left*="_md-11"],
  [class*="grid-"] > [data-push-left*="_md-11"],
  [class*="grid_"] > [data-push-left*="_md-11"] {
    margin-left: 91.66667%; }
  [class~="grid"] > [data-push-right*="_md-0"],
  [class*="grid-"] > [data-push-right*="_md-0"],
  [class*="grid_"] > [data-push-right*="_md-0"] {
    margin-right: 0; }
  [class~="grid"] > [data-push-right*="_md-1"],
  [class*="grid-"] > [data-push-right*="_md-1"],
  [class*="grid_"] > [data-push-right*="_md-1"] {
    margin-right: 8.33333%; }
  [class~="grid"] > [data-push-right*="_md-2"],
  [class*="grid-"] > [data-push-right*="_md-2"],
  [class*="grid_"] > [data-push-right*="_md-2"] {
    margin-right: 16.66667%; }
  [class~="grid"] > [data-push-right*="_md-3"],
  [class*="grid-"] > [data-push-right*="_md-3"],
  [class*="grid_"] > [data-push-right*="_md-3"] {
    margin-right: 25%; }
  [class~="grid"] > [data-push-right*="_md-4"],
  [class*="grid-"] > [data-push-right*="_md-4"],
  [class*="grid_"] > [data-push-right*="_md-4"] {
    margin-right: 33.33333%; }
  [class~="grid"] > [data-push-right*="_md-5"],
  [class*="grid-"] > [data-push-right*="_md-5"],
  [class*="grid_"] > [data-push-right*="_md-5"] {
    margin-right: 41.66667%; }
  [class~="grid"] > [data-push-right*="_md-6"],
  [class*="grid-"] > [data-push-right*="_md-6"],
  [class*="grid_"] > [data-push-right*="_md-6"] {
    margin-right: 50%; }
  [class~="grid"] > [data-push-right*="_md-7"],
  [class*="grid-"] > [data-push-right*="_md-7"],
  [class*="grid_"] > [data-push-right*="_md-7"] {
    margin-right: 58.33333%; }
  [class~="grid"] > [data-push-right*="_md-8"],
  [class*="grid-"] > [data-push-right*="_md-8"],
  [class*="grid_"] > [data-push-right*="_md-8"] {
    margin-right: 66.66667%; }
  [class~="grid"] > [data-push-right*="_md-9"],
  [class*="grid-"] > [data-push-right*="_md-9"],
  [class*="grid_"] > [data-push-right*="_md-9"] {
    margin-right: 75%; }
  [class~="grid"] > [data-push-right*="_md-10"],
  [class*="grid-"] > [data-push-right*="_md-10"],
  [class*="grid_"] > [data-push-right*="_md-10"] {
    margin-right: 83.33333%; }
  [class~="grid"] > [data-push-right*="_md-11"],
  [class*="grid-"] > [data-push-right*="_md-11"],
  [class*="grid_"] > [data-push-right*="_md-11"] {
    margin-right: 91.66667%; }
  [class~="grid"] [class*="_md-first"],
  [class*="grid-"] [class*="_md-first"],
  [class*="grid_"] [class*="_md-first"] {
    order: -1; }
  [class~="grid"] [class*="_md-last"],
  [class*="grid-"] [class*="_md-last"],
  [class*="grid_"] [class*="_md-last"] {
    order: 1; } }

@media (max-width: 48em) {
  [class~="grid"] > [class*="_sm-1"],
  [class*="grid-"] > [class*="_sm-1"],
  [class*="grid_"] > [class*="_sm-1"] {
    flex-basis: 8.33333%;
    max-width: 8.33333%; }
  [class~="grid"] > [class*="_sm-2"],
  [class*="grid-"] > [class*="_sm-2"],
  [class*="grid_"] > [class*="_sm-2"] {
    flex-basis: 16.66667%;
    max-width: 16.66667%; }
  [class~="grid"] > [class*="_sm-3"],
  [class*="grid-"] > [class*="_sm-3"],
  [class*="grid_"] > [class*="_sm-3"] {
    flex-basis: 25%;
    max-width: 25%; }
  [class~="grid"] > [class*="_sm-4"],
  [class*="grid-"] > [class*="_sm-4"],
  [class*="grid_"] > [class*="_sm-4"] {
    flex-basis: 33.33333%;
    max-width: 33.33333%; }
  [class~="grid"] > [class*="_sm-5"],
  [class*="grid-"] > [class*="_sm-5"],
  [class*="grid_"] > [class*="_sm-5"] {
    flex-basis: 41.66667%;
    max-width: 41.66667%; }
  [class~="grid"] > [class*="_sm-6"],
  [class*="grid-"] > [class*="_sm-6"],
  [class*="grid_"] > [class*="_sm-6"] {
    flex-basis: 50%;
    max-width: 50%; }
  [class~="grid"] > [class*="_sm-7"],
  [class*="grid-"] > [class*="_sm-7"],
  [class*="grid_"] > [class*="_sm-7"] {
    flex-basis: 58.33333%;
    max-width: 58.33333%; }
  [class~="grid"] > [class*="_sm-8"],
  [class*="grid-"] > [class*="_sm-8"],
  [class*="grid_"] > [class*="_sm-8"] {
    flex-basis: 66.66667%;
    max-width: 66.66667%; }
  [class~="grid"] > [class*="_sm-9"],
  [class*="grid-"] > [class*="_sm-9"],
  [class*="grid_"] > [class*="_sm-9"] {
    flex-basis: 75%;
    max-width: 75%; }
  [class~="grid"] > [class*="_sm-10"],
  [class*="grid-"] > [class*="_sm-10"],
  [class*="grid_"] > [class*="_sm-10"] {
    flex-basis: 83.33333%;
    max-width: 83.33333%; }
  [class~="grid"] > [class*="_sm-11"],
  [class*="grid-"] > [class*="_sm-11"],
  [class*="grid_"] > [class*="_sm-11"] {
    flex-basis: 91.66667%;
    max-width: 91.66667%; }
  [class~="grid"] > [class*="_sm-12"],
  [class*="grid-"] > [class*="_sm-12"],
  [class*="grid_"] > [class*="_sm-12"] {
    flex-basis: 100%;
    max-width: 100%; }
  [class~="grid"] > [data-push-left*="_sm-0"],
  [class*="grid-"] > [data-push-left*="_sm-0"],
  [class*="grid_"] > [data-push-left*="_sm-0"] {
    margin-left: 0; }
  [class~="grid"] > [data-push-left*="_sm-1"],
  [class*="grid-"] > [data-push-left*="_sm-1"],
  [class*="grid_"] > [data-push-left*="_sm-1"] {
    margin-left: 8.33333%; }
  [class~="grid"] > [data-push-left*="_sm-2"],
  [class*="grid-"] > [data-push-left*="_sm-2"],
  [class*="grid_"] > [data-push-left*="_sm-2"] {
    margin-left: 16.66667%; }
  [class~="grid"] > [data-push-left*="_sm-3"],
  [class*="grid-"] > [data-push-left*="_sm-3"],
  [class*="grid_"] > [data-push-left*="_sm-3"] {
    margin-left: 25%; }
  [class~="grid"] > [data-push-left*="_sm-4"],
  [class*="grid-"] > [data-push-left*="_sm-4"],
  [class*="grid_"] > [data-push-left*="_sm-4"] {
    margin-left: 33.33333%; }
  [class~="grid"] > [data-push-left*="_sm-5"],
  [class*="grid-"] > [data-push-left*="_sm-5"],
  [class*="grid_"] > [data-push-left*="_sm-5"] {
    margin-left: 41.66667%; }
  [class~="grid"] > [data-push-left*="_sm-6"],
  [class*="grid-"] > [data-push-left*="_sm-6"],
  [class*="grid_"] > [data-push-left*="_sm-6"] {
    margin-left: 50%; }
  [class~="grid"] > [data-push-left*="_sm-7"],
  [class*="grid-"] > [data-push-left*="_sm-7"],
  [class*="grid_"] > [data-push-left*="_sm-7"] {
    margin-left: 58.33333%; }
  [class~="grid"] > [data-push-left*="_sm-8"],
  [class*="grid-"] > [data-push-left*="_sm-8"],
  [class*="grid_"] > [data-push-left*="_sm-8"] {
    margin-left: 66.66667%; }
  [class~="grid"] > [data-push-left*="_sm-9"],
  [class*="grid-"] > [data-push-left*="_sm-9"],
  [class*="grid_"] > [data-push-left*="_sm-9"] {
    margin-left: 75%; }
  [class~="grid"] > [data-push-left*="_sm-10"],
  [class*="grid-"] > [data-push-left*="_sm-10"],
  [class*="grid_"] > [data-push-left*="_sm-10"] {
    margin-left: 83.33333%; }
  [class~="grid"] > [data-push-left*="_sm-11"],
  [class*="grid-"] > [data-push-left*="_sm-11"],
  [class*="grid_"] > [data-push-left*="_sm-11"] {
    margin-left: 91.66667%; }
  [class~="grid"] > [data-push-right*="_sm-0"],
  [class*="grid-"] > [data-push-right*="_sm-0"],
  [class*="grid_"] > [data-push-right*="_sm-0"] {
    margin-right: 0; }
  [class~="grid"] > [data-push-right*="_sm-1"],
  [class*="grid-"] > [data-push-right*="_sm-1"],
  [class*="grid_"] > [data-push-right*="_sm-1"] {
    margin-right: 8.33333%; }
  [class~="grid"] > [data-push-right*="_sm-2"],
  [class*="grid-"] > [data-push-right*="_sm-2"],
  [class*="grid_"] > [data-push-right*="_sm-2"] {
    margin-right: 16.66667%; }
  [class~="grid"] > [data-push-right*="_sm-3"],
  [class*="grid-"] > [data-push-right*="_sm-3"],
  [class*="grid_"] > [data-push-right*="_sm-3"] {
    margin-right: 25%; }
  [class~="grid"] > [data-push-right*="_sm-4"],
  [class*="grid-"] > [data-push-right*="_sm-4"],
  [class*="grid_"] > [data-push-right*="_sm-4"] {
    margin-right: 33.33333%; }
  [class~="grid"] > [data-push-right*="_sm-5"],
  [class*="grid-"] > [data-push-right*="_sm-5"],
  [class*="grid_"] > [data-push-right*="_sm-5"] {
    margin-right: 41.66667%; }
  [class~="grid"] > [data-push-right*="_sm-6"],
  [class*="grid-"] > [data-push-right*="_sm-6"],
  [class*="grid_"] > [data-push-right*="_sm-6"] {
    margin-right: 50%; }
  [class~="grid"] > [data-push-right*="_sm-7"],
  [class*="grid-"] > [data-push-right*="_sm-7"],
  [class*="grid_"] > [data-push-right*="_sm-7"] {
    margin-right: 58.33333%; }
  [class~="grid"] > [data-push-right*="_sm-8"],
  [class*="grid-"] > [data-push-right*="_sm-8"],
  [class*="grid_"] > [data-push-right*="_sm-8"] {
    margin-right: 66.66667%; }
  [class~="grid"] > [data-push-right*="_sm-9"],
  [class*="grid-"] > [data-push-right*="_sm-9"],
  [class*="grid_"] > [data-push-right*="_sm-9"] {
    margin-right: 75%; }
  [class~="grid"] > [data-push-right*="_sm-10"],
  [class*="grid-"] > [data-push-right*="_sm-10"],
  [class*="grid_"] > [data-push-right*="_sm-10"] {
    margin-right: 83.33333%; }
  [class~="grid"] > [data-push-right*="_sm-11"],
  [class*="grid-"] > [data-push-right*="_sm-11"],
  [class*="grid_"] > [data-push-right*="_sm-11"] {
    margin-right: 91.66667%; }
  [class~="grid"] [class*="_sm-first"],
  [class*="grid-"] [class*="_sm-first"],
  [class*="grid_"] [class*="_sm-first"] {
    order: -1; }
  [class~="grid"] [class*="_sm-last"],
  [class*="grid-"] [class*="_sm-last"],
  [class*="grid_"] [class*="_sm-last"] {
    order: 1; } }

@media (max-width: 36em) {
  [class~="grid"] > [class*="_xs-1"],
  [class*="grid-"] > [class*="_xs-1"],
  [class*="grid_"] > [class*="_xs-1"] {
    flex-basis: 8.33333%;
    max-width: 8.33333%; }
  [class~="grid"] > [class*="_xs-2"],
  [class*="grid-"] > [class*="_xs-2"],
  [class*="grid_"] > [class*="_xs-2"] {
    flex-basis: 16.66667%;
    max-width: 16.66667%; }
  [class~="grid"] > [class*="_xs-3"],
  [class*="grid-"] > [class*="_xs-3"],
  [class*="grid_"] > [class*="_xs-3"] {
    flex-basis: 25%;
    max-width: 25%; }
  [class~="grid"] > [class*="_xs-4"],
  [class*="grid-"] > [class*="_xs-4"],
  [class*="grid_"] > [class*="_xs-4"] {
    flex-basis: 33.33333%;
    max-width: 33.33333%; }
  [class~="grid"] > [class*="_xs-5"],
  [class*="grid-"] > [class*="_xs-5"],
  [class*="grid_"] > [class*="_xs-5"] {
    flex-basis: 41.66667%;
    max-width: 41.66667%; }
  [class~="grid"] > [class*="_xs-6"],
  [class*="grid-"] > [class*="_xs-6"],
  [class*="grid_"] > [class*="_xs-6"] {
    flex-basis: 50%;
    max-width: 50%; }
  [class~="grid"] > [class*="_xs-7"],
  [class*="grid-"] > [class*="_xs-7"],
  [class*="grid_"] > [class*="_xs-7"] {
    flex-basis: 58.33333%;
    max-width: 58.33333%; }
  [class~="grid"] > [class*="_xs-8"],
  [class*="grid-"] > [class*="_xs-8"],
  [class*="grid_"] > [class*="_xs-8"] {
    flex-basis: 66.66667%;
    max-width: 66.66667%; }
  [class~="grid"] > [class*="_xs-9"],
  [class*="grid-"] > [class*="_xs-9"],
  [class*="grid_"] > [class*="_xs-9"] {
    flex-basis: 75%;
    max-width: 75%; }
  [class~="grid"] > [class*="_xs-10"],
  [class*="grid-"] > [class*="_xs-10"],
  [class*="grid_"] > [class*="_xs-10"] {
    flex-basis: 83.33333%;
    max-width: 83.33333%; }
  [class~="grid"] > [class*="_xs-11"],
  [class*="grid-"] > [class*="_xs-11"],
  [class*="grid_"] > [class*="_xs-11"] {
    flex-basis: 91.66667%;
    max-width: 91.66667%; }
  [class~="grid"] > [class*="_xs-12"],
  [class*="grid-"] > [class*="_xs-12"],
  [class*="grid_"] > [class*="_xs-12"] {
    flex-basis: 100%;
    max-width: 100%; }
  [class~="grid"] > [data-push-left*="_xs-0"],
  [class*="grid-"] > [data-push-left*="_xs-0"],
  [class*="grid_"] > [data-push-left*="_xs-0"] {
    margin-left: 0; }
  [class~="grid"] > [data-push-left*="_xs-1"],
  [class*="grid-"] > [data-push-left*="_xs-1"],
  [class*="grid_"] > [data-push-left*="_xs-1"] {
    margin-left: 8.33333%; }
  [class~="grid"] > [data-push-left*="_xs-2"],
  [class*="grid-"] > [data-push-left*="_xs-2"],
  [class*="grid_"] > [data-push-left*="_xs-2"] {
    margin-left: 16.66667%; }
  [class~="grid"] > [data-push-left*="_xs-3"],
  [class*="grid-"] > [data-push-left*="_xs-3"],
  [class*="grid_"] > [data-push-left*="_xs-3"] {
    margin-left: 25%; }
  [class~="grid"] > [data-push-left*="_xs-4"],
  [class*="grid-"] > [data-push-left*="_xs-4"],
  [class*="grid_"] > [data-push-left*="_xs-4"] {
    margin-left: 33.33333%; }
  [class~="grid"] > [data-push-left*="_xs-5"],
  [class*="grid-"] > [data-push-left*="_xs-5"],
  [class*="grid_"] > [data-push-left*="_xs-5"] {
    margin-left: 41.66667%; }
  [class~="grid"] > [data-push-left*="_xs-6"],
  [class*="grid-"] > [data-push-left*="_xs-6"],
  [class*="grid_"] > [data-push-left*="_xs-6"] {
    margin-left: 50%; }
  [class~="grid"] > [data-push-left*="_xs-7"],
  [class*="grid-"] > [data-push-left*="_xs-7"],
  [class*="grid_"] > [data-push-left*="_xs-7"] {
    margin-left: 58.33333%; }
  [class~="grid"] > [data-push-left*="_xs-8"],
  [class*="grid-"] > [data-push-left*="_xs-8"],
  [class*="grid_"] > [data-push-left*="_xs-8"] {
    margin-left: 66.66667%; }
  [class~="grid"] > [data-push-left*="_xs-9"],
  [class*="grid-"] > [data-push-left*="_xs-9"],
  [class*="grid_"] > [data-push-left*="_xs-9"] {
    margin-left: 75%; }
  [class~="grid"] > [data-push-left*="_xs-10"],
  [class*="grid-"] > [data-push-left*="_xs-10"],
  [class*="grid_"] > [data-push-left*="_xs-10"] {
    margin-left: 83.33333%; }
  [class~="grid"] > [data-push-left*="_xs-11"],
  [class*="grid-"] > [data-push-left*="_xs-11"],
  [class*="grid_"] > [data-push-left*="_xs-11"] {
    margin-left: 91.66667%; }
  [class~="grid"] > [data-push-right*="_xs-0"],
  [class*="grid-"] > [data-push-right*="_xs-0"],
  [class*="grid_"] > [data-push-right*="_xs-0"] {
    margin-right: 0; }
  [class~="grid"] > [data-push-right*="_xs-1"],
  [class*="grid-"] > [data-push-right*="_xs-1"],
  [class*="grid_"] > [data-push-right*="_xs-1"] {
    margin-right: 8.33333%; }
  [class~="grid"] > [data-push-right*="_xs-2"],
  [class*="grid-"] > [data-push-right*="_xs-2"],
  [class*="grid_"] > [data-push-right*="_xs-2"] {
    margin-right: 16.66667%; }
  [class~="grid"] > [data-push-right*="_xs-3"],
  [class*="grid-"] > [data-push-right*="_xs-3"],
  [class*="grid_"] > [data-push-right*="_xs-3"] {
    margin-right: 25%; }
  [class~="grid"] > [data-push-right*="_xs-4"],
  [class*="grid-"] > [data-push-right*="_xs-4"],
  [class*="grid_"] > [data-push-right*="_xs-4"] {
    margin-right: 33.33333%; }
  [class~="grid"] > [data-push-right*="_xs-5"],
  [class*="grid-"] > [data-push-right*="_xs-5"],
  [class*="grid_"] > [data-push-right*="_xs-5"] {
    margin-right: 41.66667%; }
  [class~="grid"] > [data-push-right*="_xs-6"],
  [class*="grid-"] > [data-push-right*="_xs-6"],
  [class*="grid_"] > [data-push-right*="_xs-6"] {
    margin-right: 50%; }
  [class~="grid"] > [data-push-right*="_xs-7"],
  [class*="grid-"] > [data-push-right*="_xs-7"],
  [class*="grid_"] > [data-push-right*="_xs-7"] {
    margin-right: 58.33333%; }
  [class~="grid"] > [data-push-right*="_xs-8"],
  [class*="grid-"] > [data-push-right*="_xs-8"],
  [class*="grid_"] > [data-push-right*="_xs-8"] {
    margin-right: 66.66667%; }
  [class~="grid"] > [data-push-right*="_xs-9"],
  [class*="grid-"] > [data-push-right*="_xs-9"],
  [class*="grid_"] > [data-push-right*="_xs-9"] {
    margin-right: 75%; }
  [class~="grid"] > [data-push-right*="_xs-10"],
  [class*="grid-"] > [data-push-right*="_xs-10"],
  [class*="grid_"] > [data-push-right*="_xs-10"] {
    margin-right: 83.33333%; }
  [class~="grid"] > [data-push-right*="_xs-11"],
  [class*="grid-"] > [data-push-right*="_xs-11"],
  [class*="grid_"] > [data-push-right*="_xs-11"] {
    margin-right: 91.66667%; }
  [class~="grid"] [class*="_xs-first"],
  [class*="grid-"] [class*="_xs-first"],
  [class*="grid_"] [class*="_xs-first"] {
    order: -1; }
  [class~="grid"] [class*="_xs-last"],
  [class*="grid-"] [class*="_xs-last"],
  [class*="grid_"] [class*="_xs-last"] {
    order: 1; } }

/************************
    HIDING COLS
*************************/
@media (max-width: 80em) {
  [class*="lg-hidden"] {
    display: none; } }

@media (max-width: 64em) {
  [class*="md-hidden"] {
    display: none; } }

@media (max-width: 48em) {
  [class*="sm-hidden"] {
    display: none; } }

@media (max-width: 36em) {
  [class*="xs-hidden"] {
    display: none; } }

body[data-aos-duration='50'] [data-aos], [data-aos][data-aos][data-aos-duration='50'] {
  transition-duration: 50ms; }

body[data-aos-delay='50'] [data-aos], [data-aos][data-aos][data-aos-delay='50'] {
  transition-delay: 0; }
  body[data-aos-delay='50'] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay='50'].aos-animate {
    transition-delay: 50ms; }

body[data-aos-duration='100'] [data-aos], [data-aos][data-aos][data-aos-duration='100'] {
  transition-duration: 100ms; }

body[data-aos-delay='100'] [data-aos], [data-aos][data-aos][data-aos-delay='100'] {
  transition-delay: 0; }
  body[data-aos-delay='100'] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay='100'].aos-animate {
    transition-delay: 100ms; }

body[data-aos-duration='150'] [data-aos], [data-aos][data-aos][data-aos-duration='150'] {
  transition-duration: 150ms; }

body[data-aos-delay='150'] [data-aos], [data-aos][data-aos][data-aos-delay='150'] {
  transition-delay: 0; }
  body[data-aos-delay='150'] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay='150'].aos-animate {
    transition-delay: 150ms; }

body[data-aos-duration='200'] [data-aos], [data-aos][data-aos][data-aos-duration='200'] {
  transition-duration: 200ms; }

body[data-aos-delay='200'] [data-aos], [data-aos][data-aos][data-aos-delay='200'] {
  transition-delay: 0; }
  body[data-aos-delay='200'] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay='200'].aos-animate {
    transition-delay: 200ms; }

body[data-aos-duration='250'] [data-aos], [data-aos][data-aos][data-aos-duration='250'] {
  transition-duration: 250ms; }

body[data-aos-delay='250'] [data-aos], [data-aos][data-aos][data-aos-delay='250'] {
  transition-delay: 0; }
  body[data-aos-delay='250'] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay='250'].aos-animate {
    transition-delay: 250ms; }

body[data-aos-duration='300'] [data-aos], [data-aos][data-aos][data-aos-duration='300'] {
  transition-duration: 300ms; }

body[data-aos-delay='300'] [data-aos], [data-aos][data-aos][data-aos-delay='300'] {
  transition-delay: 0; }
  body[data-aos-delay='300'] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay='300'].aos-animate {
    transition-delay: 300ms; }

body[data-aos-duration='350'] [data-aos], [data-aos][data-aos][data-aos-duration='350'] {
  transition-duration: 350ms; }

body[data-aos-delay='350'] [data-aos], [data-aos][data-aos][data-aos-delay='350'] {
  transition-delay: 0; }
  body[data-aos-delay='350'] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay='350'].aos-animate {
    transition-delay: 350ms; }

body[data-aos-duration='400'] [data-aos], [data-aos][data-aos][data-aos-duration='400'] {
  transition-duration: 400ms; }

body[data-aos-delay='400'] [data-aos], [data-aos][data-aos][data-aos-delay='400'] {
  transition-delay: 0; }
  body[data-aos-delay='400'] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay='400'].aos-animate {
    transition-delay: 400ms; }

body[data-aos-duration='450'] [data-aos], [data-aos][data-aos][data-aos-duration='450'] {
  transition-duration: 450ms; }

body[data-aos-delay='450'] [data-aos], [data-aos][data-aos][data-aos-delay='450'] {
  transition-delay: 0; }
  body[data-aos-delay='450'] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay='450'].aos-animate {
    transition-delay: 450ms; }

body[data-aos-duration='500'] [data-aos], [data-aos][data-aos][data-aos-duration='500'] {
  transition-duration: 500ms; }

body[data-aos-delay='500'] [data-aos], [data-aos][data-aos][data-aos-delay='500'] {
  transition-delay: 0; }
  body[data-aos-delay='500'] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay='500'].aos-animate {
    transition-delay: 500ms; }

body[data-aos-duration='550'] [data-aos], [data-aos][data-aos][data-aos-duration='550'] {
  transition-duration: 550ms; }

body[data-aos-delay='550'] [data-aos], [data-aos][data-aos][data-aos-delay='550'] {
  transition-delay: 0; }
  body[data-aos-delay='550'] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay='550'].aos-animate {
    transition-delay: 550ms; }

body[data-aos-duration='600'] [data-aos], [data-aos][data-aos][data-aos-duration='600'] {
  transition-duration: 600ms; }

body[data-aos-delay='600'] [data-aos], [data-aos][data-aos][data-aos-delay='600'] {
  transition-delay: 0; }
  body[data-aos-delay='600'] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay='600'].aos-animate {
    transition-delay: 600ms; }

body[data-aos-duration='650'] [data-aos], [data-aos][data-aos][data-aos-duration='650'] {
  transition-duration: 650ms; }

body[data-aos-delay='650'] [data-aos], [data-aos][data-aos][data-aos-delay='650'] {
  transition-delay: 0; }
  body[data-aos-delay='650'] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay='650'].aos-animate {
    transition-delay: 650ms; }

body[data-aos-duration='700'] [data-aos], [data-aos][data-aos][data-aos-duration='700'] {
  transition-duration: 700ms; }

body[data-aos-delay='700'] [data-aos], [data-aos][data-aos][data-aos-delay='700'] {
  transition-delay: 0; }
  body[data-aos-delay='700'] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay='700'].aos-animate {
    transition-delay: 700ms; }

body[data-aos-duration='750'] [data-aos], [data-aos][data-aos][data-aos-duration='750'] {
  transition-duration: 750ms; }

body[data-aos-delay='750'] [data-aos], [data-aos][data-aos][data-aos-delay='750'] {
  transition-delay: 0; }
  body[data-aos-delay='750'] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay='750'].aos-animate {
    transition-delay: 750ms; }

body[data-aos-duration='800'] [data-aos], [data-aos][data-aos][data-aos-duration='800'] {
  transition-duration: 800ms; }

body[data-aos-delay='800'] [data-aos], [data-aos][data-aos][data-aos-delay='800'] {
  transition-delay: 0; }
  body[data-aos-delay='800'] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay='800'].aos-animate {
    transition-delay: 800ms; }

body[data-aos-duration='850'] [data-aos], [data-aos][data-aos][data-aos-duration='850'] {
  transition-duration: 850ms; }

body[data-aos-delay='850'] [data-aos], [data-aos][data-aos][data-aos-delay='850'] {
  transition-delay: 0; }
  body[data-aos-delay='850'] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay='850'].aos-animate {
    transition-delay: 850ms; }

body[data-aos-duration='900'] [data-aos], [data-aos][data-aos][data-aos-duration='900'] {
  transition-duration: 900ms; }

body[data-aos-delay='900'] [data-aos], [data-aos][data-aos][data-aos-delay='900'] {
  transition-delay: 0; }
  body[data-aos-delay='900'] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay='900'].aos-animate {
    transition-delay: 900ms; }

body[data-aos-duration='950'] [data-aos], [data-aos][data-aos][data-aos-duration='950'] {
  transition-duration: 950ms; }

body[data-aos-delay='950'] [data-aos], [data-aos][data-aos][data-aos-delay='950'] {
  transition-delay: 0; }
  body[data-aos-delay='950'] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay='950'].aos-animate {
    transition-delay: 950ms; }

body[data-aos-duration='1000'] [data-aos], [data-aos][data-aos][data-aos-duration='1000'] {
  transition-duration: 1000ms; }

body[data-aos-delay='1000'] [data-aos], [data-aos][data-aos][data-aos-delay='1000'] {
  transition-delay: 0; }
  body[data-aos-delay='1000'] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay='1000'].aos-animate {
    transition-delay: 1000ms; }

body[data-aos-duration='1050'] [data-aos], [data-aos][data-aos][data-aos-duration='1050'] {
  transition-duration: 1050ms; }

body[data-aos-delay='1050'] [data-aos], [data-aos][data-aos][data-aos-delay='1050'] {
  transition-delay: 0; }
  body[data-aos-delay='1050'] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay='1050'].aos-animate {
    transition-delay: 1050ms; }

body[data-aos-duration='1100'] [data-aos], [data-aos][data-aos][data-aos-duration='1100'] {
  transition-duration: 1100ms; }

body[data-aos-delay='1100'] [data-aos], [data-aos][data-aos][data-aos-delay='1100'] {
  transition-delay: 0; }
  body[data-aos-delay='1100'] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay='1100'].aos-animate {
    transition-delay: 1100ms; }

body[data-aos-duration='1150'] [data-aos], [data-aos][data-aos][data-aos-duration='1150'] {
  transition-duration: 1150ms; }

body[data-aos-delay='1150'] [data-aos], [data-aos][data-aos][data-aos-delay='1150'] {
  transition-delay: 0; }
  body[data-aos-delay='1150'] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay='1150'].aos-animate {
    transition-delay: 1150ms; }

body[data-aos-duration='1200'] [data-aos], [data-aos][data-aos][data-aos-duration='1200'] {
  transition-duration: 1200ms; }

body[data-aos-delay='1200'] [data-aos], [data-aos][data-aos][data-aos-delay='1200'] {
  transition-delay: 0; }
  body[data-aos-delay='1200'] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay='1200'].aos-animate {
    transition-delay: 1200ms; }

body[data-aos-duration='1250'] [data-aos], [data-aos][data-aos][data-aos-duration='1250'] {
  transition-duration: 1250ms; }

body[data-aos-delay='1250'] [data-aos], [data-aos][data-aos][data-aos-delay='1250'] {
  transition-delay: 0; }
  body[data-aos-delay='1250'] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay='1250'].aos-animate {
    transition-delay: 1250ms; }

body[data-aos-duration='1300'] [data-aos], [data-aos][data-aos][data-aos-duration='1300'] {
  transition-duration: 1300ms; }

body[data-aos-delay='1300'] [data-aos], [data-aos][data-aos][data-aos-delay='1300'] {
  transition-delay: 0; }
  body[data-aos-delay='1300'] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay='1300'].aos-animate {
    transition-delay: 1300ms; }

body[data-aos-duration='1350'] [data-aos], [data-aos][data-aos][data-aos-duration='1350'] {
  transition-duration: 1350ms; }

body[data-aos-delay='1350'] [data-aos], [data-aos][data-aos][data-aos-delay='1350'] {
  transition-delay: 0; }
  body[data-aos-delay='1350'] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay='1350'].aos-animate {
    transition-delay: 1350ms; }

body[data-aos-duration='1400'] [data-aos], [data-aos][data-aos][data-aos-duration='1400'] {
  transition-duration: 1400ms; }

body[data-aos-delay='1400'] [data-aos], [data-aos][data-aos][data-aos-delay='1400'] {
  transition-delay: 0; }
  body[data-aos-delay='1400'] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay='1400'].aos-animate {
    transition-delay: 1400ms; }

body[data-aos-duration='1450'] [data-aos], [data-aos][data-aos][data-aos-duration='1450'] {
  transition-duration: 1450ms; }

body[data-aos-delay='1450'] [data-aos], [data-aos][data-aos][data-aos-delay='1450'] {
  transition-delay: 0; }
  body[data-aos-delay='1450'] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay='1450'].aos-animate {
    transition-delay: 1450ms; }

body[data-aos-duration='1500'] [data-aos], [data-aos][data-aos][data-aos-duration='1500'] {
  transition-duration: 1500ms; }

body[data-aos-delay='1500'] [data-aos], [data-aos][data-aos][data-aos-delay='1500'] {
  transition-delay: 0; }
  body[data-aos-delay='1500'] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay='1500'].aos-animate {
    transition-delay: 1500ms; }

body[data-aos-duration='1550'] [data-aos], [data-aos][data-aos][data-aos-duration='1550'] {
  transition-duration: 1550ms; }

body[data-aos-delay='1550'] [data-aos], [data-aos][data-aos][data-aos-delay='1550'] {
  transition-delay: 0; }
  body[data-aos-delay='1550'] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay='1550'].aos-animate {
    transition-delay: 1550ms; }

body[data-aos-duration='1600'] [data-aos], [data-aos][data-aos][data-aos-duration='1600'] {
  transition-duration: 1600ms; }

body[data-aos-delay='1600'] [data-aos], [data-aos][data-aos][data-aos-delay='1600'] {
  transition-delay: 0; }
  body[data-aos-delay='1600'] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay='1600'].aos-animate {
    transition-delay: 1600ms; }

body[data-aos-duration='1650'] [data-aos], [data-aos][data-aos][data-aos-duration='1650'] {
  transition-duration: 1650ms; }

body[data-aos-delay='1650'] [data-aos], [data-aos][data-aos][data-aos-delay='1650'] {
  transition-delay: 0; }
  body[data-aos-delay='1650'] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay='1650'].aos-animate {
    transition-delay: 1650ms; }

body[data-aos-duration='1700'] [data-aos], [data-aos][data-aos][data-aos-duration='1700'] {
  transition-duration: 1700ms; }

body[data-aos-delay='1700'] [data-aos], [data-aos][data-aos][data-aos-delay='1700'] {
  transition-delay: 0; }
  body[data-aos-delay='1700'] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay='1700'].aos-animate {
    transition-delay: 1700ms; }

body[data-aos-duration='1750'] [data-aos], [data-aos][data-aos][data-aos-duration='1750'] {
  transition-duration: 1750ms; }

body[data-aos-delay='1750'] [data-aos], [data-aos][data-aos][data-aos-delay='1750'] {
  transition-delay: 0; }
  body[data-aos-delay='1750'] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay='1750'].aos-animate {
    transition-delay: 1750ms; }

body[data-aos-duration='1800'] [data-aos], [data-aos][data-aos][data-aos-duration='1800'] {
  transition-duration: 1800ms; }

body[data-aos-delay='1800'] [data-aos], [data-aos][data-aos][data-aos-delay='1800'] {
  transition-delay: 0; }
  body[data-aos-delay='1800'] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay='1800'].aos-animate {
    transition-delay: 1800ms; }

body[data-aos-duration='1850'] [data-aos], [data-aos][data-aos][data-aos-duration='1850'] {
  transition-duration: 1850ms; }

body[data-aos-delay='1850'] [data-aos], [data-aos][data-aos][data-aos-delay='1850'] {
  transition-delay: 0; }
  body[data-aos-delay='1850'] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay='1850'].aos-animate {
    transition-delay: 1850ms; }

body[data-aos-duration='1900'] [data-aos], [data-aos][data-aos][data-aos-duration='1900'] {
  transition-duration: 1900ms; }

body[data-aos-delay='1900'] [data-aos], [data-aos][data-aos][data-aos-delay='1900'] {
  transition-delay: 0; }
  body[data-aos-delay='1900'] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay='1900'].aos-animate {
    transition-delay: 1900ms; }

body[data-aos-duration='1950'] [data-aos], [data-aos][data-aos][data-aos-duration='1950'] {
  transition-duration: 1950ms; }

body[data-aos-delay='1950'] [data-aos], [data-aos][data-aos][data-aos-delay='1950'] {
  transition-delay: 0; }
  body[data-aos-delay='1950'] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay='1950'].aos-animate {
    transition-delay: 1950ms; }

body[data-aos-duration='2000'] [data-aos], [data-aos][data-aos][data-aos-duration='2000'] {
  transition-duration: 2000ms; }

body[data-aos-delay='2000'] [data-aos], [data-aos][data-aos][data-aos-delay='2000'] {
  transition-delay: 0; }
  body[data-aos-delay='2000'] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay='2000'].aos-animate {
    transition-delay: 2000ms; }

body[data-aos-duration='2050'] [data-aos], [data-aos][data-aos][data-aos-duration='2050'] {
  transition-duration: 2050ms; }

body[data-aos-delay='2050'] [data-aos], [data-aos][data-aos][data-aos-delay='2050'] {
  transition-delay: 0; }
  body[data-aos-delay='2050'] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay='2050'].aos-animate {
    transition-delay: 2050ms; }

body[data-aos-duration='2100'] [data-aos], [data-aos][data-aos][data-aos-duration='2100'] {
  transition-duration: 2100ms; }

body[data-aos-delay='2100'] [data-aos], [data-aos][data-aos][data-aos-delay='2100'] {
  transition-delay: 0; }
  body[data-aos-delay='2100'] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay='2100'].aos-animate {
    transition-delay: 2100ms; }

body[data-aos-duration='2150'] [data-aos], [data-aos][data-aos][data-aos-duration='2150'] {
  transition-duration: 2150ms; }

body[data-aos-delay='2150'] [data-aos], [data-aos][data-aos][data-aos-delay='2150'] {
  transition-delay: 0; }
  body[data-aos-delay='2150'] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay='2150'].aos-animate {
    transition-delay: 2150ms; }

body[data-aos-duration='2200'] [data-aos], [data-aos][data-aos][data-aos-duration='2200'] {
  transition-duration: 2200ms; }

body[data-aos-delay='2200'] [data-aos], [data-aos][data-aos][data-aos-delay='2200'] {
  transition-delay: 0; }
  body[data-aos-delay='2200'] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay='2200'].aos-animate {
    transition-delay: 2200ms; }

body[data-aos-duration='2250'] [data-aos], [data-aos][data-aos][data-aos-duration='2250'] {
  transition-duration: 2250ms; }

body[data-aos-delay='2250'] [data-aos], [data-aos][data-aos][data-aos-delay='2250'] {
  transition-delay: 0; }
  body[data-aos-delay='2250'] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay='2250'].aos-animate {
    transition-delay: 2250ms; }

body[data-aos-duration='2300'] [data-aos], [data-aos][data-aos][data-aos-duration='2300'] {
  transition-duration: 2300ms; }

body[data-aos-delay='2300'] [data-aos], [data-aos][data-aos][data-aos-delay='2300'] {
  transition-delay: 0; }
  body[data-aos-delay='2300'] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay='2300'].aos-animate {
    transition-delay: 2300ms; }

body[data-aos-duration='2350'] [data-aos], [data-aos][data-aos][data-aos-duration='2350'] {
  transition-duration: 2350ms; }

body[data-aos-delay='2350'] [data-aos], [data-aos][data-aos][data-aos-delay='2350'] {
  transition-delay: 0; }
  body[data-aos-delay='2350'] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay='2350'].aos-animate {
    transition-delay: 2350ms; }

body[data-aos-duration='2400'] [data-aos], [data-aos][data-aos][data-aos-duration='2400'] {
  transition-duration: 2400ms; }

body[data-aos-delay='2400'] [data-aos], [data-aos][data-aos][data-aos-delay='2400'] {
  transition-delay: 0; }
  body[data-aos-delay='2400'] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay='2400'].aos-animate {
    transition-delay: 2400ms; }

body[data-aos-duration='2450'] [data-aos], [data-aos][data-aos][data-aos-duration='2450'] {
  transition-duration: 2450ms; }

body[data-aos-delay='2450'] [data-aos], [data-aos][data-aos][data-aos-delay='2450'] {
  transition-delay: 0; }
  body[data-aos-delay='2450'] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay='2450'].aos-animate {
    transition-delay: 2450ms; }

body[data-aos-duration='2500'] [data-aos], [data-aos][data-aos][data-aos-duration='2500'] {
  transition-duration: 2500ms; }

body[data-aos-delay='2500'] [data-aos], [data-aos][data-aos][data-aos-delay='2500'] {
  transition-delay: 0; }
  body[data-aos-delay='2500'] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay='2500'].aos-animate {
    transition-delay: 2500ms; }

body[data-aos-duration='2550'] [data-aos], [data-aos][data-aos][data-aos-duration='2550'] {
  transition-duration: 2550ms; }

body[data-aos-delay='2550'] [data-aos], [data-aos][data-aos][data-aos-delay='2550'] {
  transition-delay: 0; }
  body[data-aos-delay='2550'] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay='2550'].aos-animate {
    transition-delay: 2550ms; }

body[data-aos-duration='2600'] [data-aos], [data-aos][data-aos][data-aos-duration='2600'] {
  transition-duration: 2600ms; }

body[data-aos-delay='2600'] [data-aos], [data-aos][data-aos][data-aos-delay='2600'] {
  transition-delay: 0; }
  body[data-aos-delay='2600'] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay='2600'].aos-animate {
    transition-delay: 2600ms; }

body[data-aos-duration='2650'] [data-aos], [data-aos][data-aos][data-aos-duration='2650'] {
  transition-duration: 2650ms; }

body[data-aos-delay='2650'] [data-aos], [data-aos][data-aos][data-aos-delay='2650'] {
  transition-delay: 0; }
  body[data-aos-delay='2650'] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay='2650'].aos-animate {
    transition-delay: 2650ms; }

body[data-aos-duration='2700'] [data-aos], [data-aos][data-aos][data-aos-duration='2700'] {
  transition-duration: 2700ms; }

body[data-aos-delay='2700'] [data-aos], [data-aos][data-aos][data-aos-delay='2700'] {
  transition-delay: 0; }
  body[data-aos-delay='2700'] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay='2700'].aos-animate {
    transition-delay: 2700ms; }

body[data-aos-duration='2750'] [data-aos], [data-aos][data-aos][data-aos-duration='2750'] {
  transition-duration: 2750ms; }

body[data-aos-delay='2750'] [data-aos], [data-aos][data-aos][data-aos-delay='2750'] {
  transition-delay: 0; }
  body[data-aos-delay='2750'] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay='2750'].aos-animate {
    transition-delay: 2750ms; }

body[data-aos-duration='2800'] [data-aos], [data-aos][data-aos][data-aos-duration='2800'] {
  transition-duration: 2800ms; }

body[data-aos-delay='2800'] [data-aos], [data-aos][data-aos][data-aos-delay='2800'] {
  transition-delay: 0; }
  body[data-aos-delay='2800'] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay='2800'].aos-animate {
    transition-delay: 2800ms; }

body[data-aos-duration='2850'] [data-aos], [data-aos][data-aos][data-aos-duration='2850'] {
  transition-duration: 2850ms; }

body[data-aos-delay='2850'] [data-aos], [data-aos][data-aos][data-aos-delay='2850'] {
  transition-delay: 0; }
  body[data-aos-delay='2850'] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay='2850'].aos-animate {
    transition-delay: 2850ms; }

body[data-aos-duration='2900'] [data-aos], [data-aos][data-aos][data-aos-duration='2900'] {
  transition-duration: 2900ms; }

body[data-aos-delay='2900'] [data-aos], [data-aos][data-aos][data-aos-delay='2900'] {
  transition-delay: 0; }
  body[data-aos-delay='2900'] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay='2900'].aos-animate {
    transition-delay: 2900ms; }

body[data-aos-duration='2950'] [data-aos], [data-aos][data-aos][data-aos-duration='2950'] {
  transition-duration: 2950ms; }

body[data-aos-delay='2950'] [data-aos], [data-aos][data-aos][data-aos-delay='2950'] {
  transition-delay: 0; }
  body[data-aos-delay='2950'] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay='2950'].aos-animate {
    transition-delay: 2950ms; }

body[data-aos-duration='3000'] [data-aos], [data-aos][data-aos][data-aos-duration='3000'] {
  transition-duration: 3000ms; }

body[data-aos-delay='3000'] [data-aos], [data-aos][data-aos][data-aos-delay='3000'] {
  transition-delay: 0; }
  body[data-aos-delay='3000'] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay='3000'].aos-animate {
    transition-delay: 3000ms; }

body[data-aos-easing="linear"] [data-aos], [data-aos][data-aos][data-aos-easing="linear"] {
  transition-timing-function: cubic-bezier(0.25, 0.25, 0.75, 0.75); }

body[data-aos-easing="ease"] [data-aos], [data-aos][data-aos][data-aos-easing="ease"] {
  transition-timing-function: cubic-bezier(0.25, 0.1, 0.25, 1); }

body[data-aos-easing="ease-in"] [data-aos], [data-aos][data-aos][data-aos-easing="ease-in"] {
  transition-timing-function: cubic-bezier(0.42, 0, 1, 1); }

body[data-aos-easing="ease-out"] [data-aos], [data-aos][data-aos][data-aos-easing="ease-out"] {
  transition-timing-function: cubic-bezier(0, 0, 0.58, 1); }

body[data-aos-easing="ease-in-out"] [data-aos], [data-aos][data-aos][data-aos-easing="ease-in-out"] {
  transition-timing-function: cubic-bezier(0.42, 0, 0.58, 1); }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/**
 * Fade animations:
 * fade
 * fade-up, fade-down, fade-left, fade-right
 * fade-up-right, fade-up-left, fade-down-right, fade-down-left
 */
[data-aos^='fade'][data-aos^='fade'] {
  opacity: 0;
  transition-property: opacity, transform; }
  [data-aos^='fade'][data-aos^='fade'].aos-animate {
    opacity: 1;
    transform: translate3d(0, 0, 0); }

[data-aos='fade-up'] {
  transform: translate3d(0, 100px, 0); }

[data-aos='fade-down'] {
  transform: translate3d(0, -100px, 0); }

[data-aos='fade-right'] {
  transform: translate3d(-100px, 0, 0); }

[data-aos='fade-left'] {
  transform: translate3d(100px, 0, 0); }

[data-aos='fade-up-right'] {
  transform: translate3d(-100px, 100px, 0); }

[data-aos='fade-up-left'] {
  transform: translate3d(100px, 100px, 0); }

[data-aos='fade-down-right'] {
  transform: translate3d(-100px, -100px, 0); }

[data-aos='fade-down-left'] {
  transform: translate3d(100px, -100px, 0); }

/**
 * Zoom animations:
 * zoom-in, zoom-in-up, zoom-in-down, zoom-in-left, zoom-in-right
 * zoom-out, zoom-out-up, zoom-out-down, zoom-out-left, zoom-out-right
 */
[data-aos^='zoom'][data-aos^='zoom'] {
  opacity: 0;
  transition-property: opacity, transform; }
  [data-aos^='zoom'][data-aos^='zoom'].aos-animate {
    opacity: 1;
    transform: translate3d(0, 0, 0) scale(1); }

[data-aos='zoom-in'] {
  transform: scale(0.6); }

[data-aos='zoom-in-up'] {
  transform: translate3d(0, 100px, 0) scale(0.6); }

[data-aos='zoom-in-down'] {
  transform: translate3d(0, -100px, 0) scale(0.6); }

[data-aos='zoom-in-right'] {
  transform: translate3d(-100px, 0, 0) scale(0.6); }

[data-aos='zoom-in-left'] {
  transform: translate3d(100px, 0, 0) scale(0.6); }

[data-aos='zoom-out'] {
  transform: scale(1.2); }

[data-aos='zoom-out-up'] {
  transform: translate3d(0, 100px, 0) scale(1.2); }

[data-aos='zoom-out-down'] {
  transform: translate3d(0, -100px, 0) scale(1.2); }

[data-aos='zoom-out-right'] {
  transform: translate3d(-100px, 0, 0) scale(1.2); }

[data-aos='zoom-out-left'] {
  transform: translate3d(100px, 0, 0) scale(1.2); }

/**
 * Slide animations
 */
[data-aos^='slide'][data-aos^='slide'] {
  transition-property: transform; }
  [data-aos^='slide'][data-aos^='slide'].aos-animate {
    transform: translate3d(0, 0, 0); }

[data-aos='slide-up'] {
  transform: translate3d(0, 100%, 0); }

[data-aos='slide-down'] {
  transform: translate3d(0, -100%, 0); }

[data-aos='slide-right'] {
  transform: translate3d(-100%, 0, 0); }

[data-aos='slide-left'] {
  transform: translate3d(100%, 0, 0); }

/**
 * Flip animations:
 * flip-left, flip-right, flip-up, flip-down
 */
[data-aos^='flip'][data-aos^='flip'] {
  backface-visibility: hidden;
  transition-property: transform; }

[data-aos='flip-left'] {
  transform: perspective(2500px) rotateY(-100deg); }
  [data-aos='flip-left'].aos-animate {
    transform: perspective(2500px) rotateY(0); }

[data-aos='flip-right'] {
  transform: perspective(2500px) rotateY(100deg); }
  [data-aos='flip-right'].aos-animate {
    transform: perspective(2500px) rotateY(0); }

[data-aos='flip-up'] {
  transform: perspective(2500px) rotateX(-100deg); }
  [data-aos='flip-up'].aos-animate {
    transform: perspective(2500px) rotateX(0); }

[data-aos='flip-down'] {
  transform: perspective(2500px) rotateX(100deg); }
  [data-aos='flip-down'].aos-animate {
    transform: perspective(2500px) rotateX(0); }

section.error404 h1, section.error404 h2 {
  margin-top: 50px; }

.hover-all {
  cursor: pointer; }

body {
  line-height: 1.45em;
  font-size: 15px; }

html {
  /* Adjust font size */
  font-size: 100%;
  -webkit-text-size-adjust: 100%;
  /* Font varient */
  font-variant-ligatures: none;
  -webkit-font-variant-ligatures: none;
  /* Smoothing */
  text-rendering: optimizeLegibility;
  -moz-osx-font-smoothing: grayscale;
  font-smoothing: antialiased;
  -webkit-font-smoothing: antialiased;
  text-shadow: rgba(0, 0, 0, 0.01) 0 0 1px; }

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

a {
  color: #444444;
  transition: 0.2s all ease-in; }
  a:hover {
    color: #654BFF; }

body {
  padding-top: 160px;
  font-family: libre-franklin, sans-serif;
  color: #444444;
  font-weight: 500; }
  body p {
    line-height: 1.45em; }

.container, .menu-iframe .social ul, .single.single-project main > #main-content > .block.slider .glide__slide > .picture-wrapper {
  max-width: 1700px;
  margin: 0 auto; }
  .container.has-right-padding, .menu-iframe .social ul.has-right-padding, .single.single-project main > #main-content > .block.slider .glide__slide > .has-right-padding.picture-wrapper {
    max-width: 1620px;
    padding-right: 80px; }
    @media screen and (min-width: 1560px) {
      .container.has-right-padding, .menu-iframe .social ul.has-right-padding, .single.single-project main > #main-content > .block.slider .glide__slide > .has-right-padding.picture-wrapper {
        padding-right: 120px; } }
    @media screen and (max-width: 775px) {
      .container.has-right-padding, .menu-iframe .social ul.has-right-padding, .single.single-project main > #main-content > .block.slider .glide__slide > .has-right-padding.picture-wrapper {
        padding-right: 35px;
        max-width: 1665px; } }
  .container.has-left-padding, .menu-iframe .social ul.has-left-padding, .single.single-project main > #main-content > .block.slider .glide__slide > .has-left-padding.picture-wrapper {
    max-width: 1620px;
    padding-left: 80px; }
    @media screen and (min-width: 1560px) {
      .container.has-left-padding, .menu-iframe .social ul.has-left-padding, .single.single-project main > #main-content > .block.slider .glide__slide > .has-left-padding.picture-wrapper {
        padding-left: 120px; } }
    @media screen and (max-width: 775px) {
      .container.has-left-padding, .menu-iframe .social ul.has-left-padding, .single.single-project main > #main-content > .block.slider .glide__slide > .has-left-padding.picture-wrapper {
        padding-left: 35px;
        max-width: 1665px; } }
  .container.has-padding, .menu-iframe .social ul.has-padding, .single.single-project main > #main-content > .block.slider .glide__slide > .picture-wrapper {
    max-width: 1540px;
    padding: 0 80px; }
    @media screen and (max-width: 775px) {
      .container.has-padding, .menu-iframe .social ul.has-padding, .single.single-project main > #main-content > .block.slider .glide__slide > .picture-wrapper {
        padding: 0 25px;
        max-width: 1630px; } }
  .container.is-narrow, .menu-iframe .social ul.is-narrow, .single.single-project main > #main-content > .block.slider .glide__slide > .picture-wrapper {
    max-width: 1300px; }
    .container.is-narrow.has-padding, .menu-iframe .social ul.is-narrow.has-padding, .single.single-project main > #main-content > .block.slider .glide__slide > .picture-wrapper {
      max-width: 1220px;
      padding: 0 40px; }
      @media screen and (max-width: 775px) {
        .container.is-narrow.has-padding, .menu-iframe .social ul.is-narrow.has-padding, .single.single-project main > #main-content > .block.slider .glide__slide > .picture-wrapper {
          padding: 0 15px;
          max-width: 80%; } }
      @media screen and (max-width: 36em) {
        .container.is-narrow.has-padding, .menu-iframe .social ul.is-narrow.has-padding, .single.single-project main > #main-content > .block.slider .glide__slide > .picture-wrapper {
          padding: 0 0px; } }
    .container.is-narrow.has-left-padding, .menu-iframe .social ul.is-narrow.has-left-padding, .single.single-project main > #main-content > .block.slider .glide__slide > .has-left-padding.picture-wrapper {
      max-width: 1250px;
      padding-left: 50px; }
      @media screen and (max-width: 775px) {
        .container.is-narrow.has-left-padding, .menu-iframe .social ul.is-narrow.has-left-padding, .single.single-project main > #main-content > .block.slider .glide__slide > .has-left-padding.picture-wrapper {
          padding-left: 20px; } }

.upper {
  text-transform: uppercase; }

h1, h2, h3, h4, h5, h6 {
  font-family: "ITC Avant Garde Gothic Std", libre-franklin, sans-serif;
  font-weight: 500;
  line-height: 1.0em;
  margin-bottom: 0;
  color: #444444;
  margin-bottom: 0.5em; }
  h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
    color: #444444;
    transition: 0.2s all ease-in;
    text-decoration: none; }
    h1 a:hover, h2 a:hover, h3 a:hover, h4 a:hover, h5 a:hover, h6 a:hover {
      color: #654BFF; }

h1 {
  font-size: 3em; }
  @media screen and (max-width: 1000px) {
    h1 {
      font-size: 2.5em; } }
  @media screen and (max-width: 500px) {
    h1 {
      font-size: 2.1em; } }

h2 {
  font-size: 2.6em; }
  @media screen and (max-width: 1000px) {
    h2 {
      font-size: 2.1em; } }
  @media screen and (max-width: 500px) {
    h2 {
      font-size: 1.8em; } }

h3 {
  font-size: 2.2em; }
  @media screen and (max-width: 1000px) {
    h3 {
      font-size: 1.8em; } }
  @media screen and (max-width: 500px) {
    h3 {
      font-size: 1.6em; } }

h4 {
  font-size: 1.7em; }
  @media screen and (max-width: 1000px) {
    h4 {
      font-size: 1.6em; } }
  @media screen and (max-width: 500px) {
    h4 {
      font-size: 1.4em; } }

h5 {
  font-size: 1.5em; }
  @media screen and (max-width: 1000px) {
    h5 {
      font-size: 1.4em; } }
  @media screen and (max-width: 500px) {
    h5 {
      font-size: 1.3em; } }

h6 {
  font-size: 1.3em; }
  @media screen and (max-width: 1000px) {
    h6 {
      font-size: 1.2em; } }
  @media screen and (max-width: 500px) {
    h6 {
      font-size: 1.2em; } }

.single.row, .col-sm-12.single {
  padding-top: 0px !important; }

.home.blog:not(.col-sm-12), .blog:not(.col-sm-12), .single:not(.col-sm-12), .page-template-default:not(.col-sm-12), .singular:not(.col-sm-12), .page-template-default:not(.col-sm-12) {
  padding-top: 160px; }

.home.blog #main-content-wrapper, .blog #main-content-wrapper, .single #main-content-wrapper, .page-template-default #main-content-wrapper, .singular #main-content-wrapper, .page-template-default #main-content-wrapper {
  max-width: 1200px;
  width: 90%;
  margin: 0 auto;
  padding: 50px 0 0; }
  .home.blog #main-content-wrapper hr, .blog #main-content-wrapper hr, .single #main-content-wrapper hr, .page-template-default #main-content-wrapper hr, .singular #main-content-wrapper hr, .page-template-default #main-content-wrapper hr {
    border: 0;
    border-bottom: 1px solid #444444;
    display: block;
    padding-top: 40px;
    margin-bottom: 60px; }
  .home.blog #main-content-wrapper > h1, .blog #main-content-wrapper > h1, .single #main-content-wrapper > h1, .page-template-default #main-content-wrapper > h1, .singular #main-content-wrapper > h1, .page-template-default #main-content-wrapper > h1 {
    text-align: center; }
  .home.blog #main-content-wrapper strong, .blog #main-content-wrapper strong, .single #main-content-wrapper strong, .page-template-default #main-content-wrapper strong, .singular #main-content-wrapper strong, .page-template-default #main-content-wrapper strong {
    color: #654BFF;
    font-weight: bold; }
  .home.blog #main-content-wrapper ul, .blog #main-content-wrapper ul, .single #main-content-wrapper ul, .page-template-default #main-content-wrapper ul, .singular #main-content-wrapper ul, .page-template-default #main-content-wrapper ul {
    list-style-type: disc;
    list-style-position: outside;
    padding: 0 0 0 40px;
    margin-bottom: 1.35em; }
    .home.blog #main-content-wrapper ul li, .blog #main-content-wrapper ul li, .single #main-content-wrapper ul li, .page-template-default #main-content-wrapper ul li, .singular #main-content-wrapper ul li, .page-template-default #main-content-wrapper ul li {
      margin-bottom: 0.65em; }
  .home.blog #main-content-wrapper ol, .blog #main-content-wrapper ol, .single #main-content-wrapper ol, .page-template-default #main-content-wrapper ol, .singular #main-content-wrapper ol, .page-template-default #main-content-wrapper ol {
    list-style-type: decimal;
    list-style-position: outside;
    padding: 0 0 0 40px;
    margin-bottom: 1.35em; }
    .home.blog #main-content-wrapper ol li, .blog #main-content-wrapper ol li, .single #main-content-wrapper ol li, .page-template-default #main-content-wrapper ol li, .singular #main-content-wrapper ol li, .page-template-default #main-content-wrapper ol li {
      margin-bottom: 0.65em; }
  .home.blog #main-content-wrapper p, .blog #main-content-wrapper p, .single #main-content-wrapper p, .page-template-default #main-content-wrapper p, .singular #main-content-wrapper p, .page-template-default #main-content-wrapper p {
    margin-bottom: 1.35em; }
  .home.blog #main-content-wrapper a, .blog #main-content-wrapper a, .single #main-content-wrapper a, .page-template-default #main-content-wrapper a, .singular #main-content-wrapper a, .page-template-default #main-content-wrapper a {
    color: #654BFF;
    transition: 0.2s all ease-in; }
    .home.blog #main-content-wrapper a:hover, .blog #main-content-wrapper a:hover, .single #main-content-wrapper a:hover, .page-template-default #main-content-wrapper a:hover, .singular #main-content-wrapper a:hover, .page-template-default #main-content-wrapper a:hover {
      color: #444444; }

.tool-pagination {
  font-weight: bold;
  text-transform: uppercase;
  letter-spacing: 1px;
  text-align: center; }
  .tool-pagination > .prev, .tool-pagination > .next {
    font-size: 1.45em;
    position: relative;
    top: 2px; }
  .tool-pagination > .prev {
    margin-right: 15px; }
  .tool-pagination > .pages {
    padding: 0 !important;
    margin: 10px 0;
    list-style: none;
    display: inline-block; }
    .tool-pagination > .pages > li {
      display: inline-block;
      padding: 0 5px; }
      .tool-pagination > .pages > li > a {
        text-decoration: none; }
  .tool-pagination > .next {
    margin-left: 15px; }

.plyr--full-ui input[type=range] {
  color: #654BFF !important; }

.plyr__control--overlaid {
  background: #222 !important; }

.plyr--video .plyr__control.plyr__tab-focus,
.plyr--video .plyr__control:hover,
.plyr--video .plyr__control[aria-expanded=true] {
  background: #654BFF !important; }

.plyr__menu__container .plyr__control[role=menuitemradio][aria-checked=true]::before {
  background: #654BFF !important; }

.menu-iframe_active + #main-header .logo {
  opacity: 0; }
  .menu-iframe_active + #main-header .logo svg .line, .menu-iframe_active + #main-header .logo svg .both {
    stroke: #fff; }
  .menu-iframe_active + #main-header .logo svg .both {
    fill: #fff; }

#main-header {
  position: fixed;
  top: 0;
  z-index: 10000001;
  left: 0;
  right: 0; }
  #main-header.back {
    z-index: 10001; }
  #main-header > div {
    display: flex;
    align-items: center; }
    #main-header > div > #logo {
      position: relative;
      transition: all 350ms cubic-bezier(0.77, 0, 0.175, 1);
      top: 0px;
      height: 60px;
      max-width: 25%;
      width: 100%;
      z-index: 10; }
      #main-header > div > #logo.hide .full {
        top: -250px; }
      #main-header > div > #logo.hide .small {
        top: -75px; }
      #main-header > div > #logo.view {
        top: 0px; }
        #main-header > div > #logo.view .full {
          top: 0px; }
        #main-header > div > #logo.view .small {
          top: -250px; }
      #main-header > div > #logo .full {
        position: relative;
        top: 0;
        transition: all 350ms cubic-bezier(0.77, 0, 0.175, 1); }
      #main-header > div > #logo .small {
        position: relative;
        top: -250px;
        transition: all 350ms cubic-bezier(0.77, 0, 0.175, 1);
        position: relative; }
        #main-header > div > #logo .small:before {
          content: " ";
          background: rgba(255, 255, 255, 0.9);
          width: 75px;
          height: 75px;
          border-radius: 100%;
          display: block;
          position: absolute;
          top: -15px;
          left: -10px;
          z-index: 1; }
        #main-header > div > #logo .small img {
          position: relative;
          z-index: 2;
          max-width: 50px;
          height: auto; }
      #main-header > div > #logo img {
        min-height: 100%;
        max-width: 250px; }
    #main-header > div > #nav-main {
      width: 100%;
      max-width: 75%;
      text-align: right;
      position: relative;
      top: 5px; }
      #main-header > div > #nav-main .pointer-menu {
        position: relative;
        right: 0px;
        z-index: 5; }
        #main-header > div > #nav-main .pointer-menu:hover + .language-switcher, #main-header > div > #nav-main .pointer-menu.over + .language-switcher {
          right: 90px; }
      #main-header > div > #nav-main .language-switcher {
        z-index: 100000;
        position: absolute;
        z-index: 7;
        max-width: 65px;
        right: 35px;
        top: 25px;
        text-transform: uppercase;
        transition: all 350ms cubic-bezier(0.77, 0, 0.175, 1);
        opacity: 1; }
        #main-header > div > #nav-main .language-switcher * {
          font-weight: 700;
          font-family: "ITC Avant Garde Gothic Std", libre-franklin, sans-serif; }
        #main-header > div > #nav-main .language-switcher a {
          text-decoration: none !important; }
        #main-header > div > #nav-main .language-switcher .input {
          height: 26px;
          border-radius: 26px;
          border-radius: 26px;
          position: relative;
          display: flex;
          justify-content: space-between;
          transition: all 350ms cubic-bezier(0.77, 0, 0.175, 1);
          border: 1px solid #444444;
          width: calc(100% + 4px);
          border-radius: 1.5rem;
          border-radius: 13px;
          overflow: hidden; }
          #main-header > div > #nav-main .language-switcher .input p {
            font-weight: 600;
            margin: 0;
            margin-left: 10px;
            margin-top: 2px; }
          #main-header > div > #nav-main .language-switcher .input > ul {
            position: absolute;
            top: 25px;
            z-index: 10;
            margin: 0px;
            padding: 7px 12px;
            width: 100%;
            transition: all 350ms cubic-bezier(0.77, 0, 0.175, 1);
            height: 27px;
            transform: scale(1, 0);
            transform-origin: top;
            transform-origin: top left; }
            #main-header > div > #nav-main .language-switcher .input > ul > li {
              transition: all 350ms cubic-bezier(0.77, 0, 0.175, 1);
              opacity: 0;
              list-style: none; }
              #main-header > div > #nav-main .language-switcher .input > ul > li label {
                color: #444444;
                text-decoration: none;
                -webkit-transition: all 350ms cubic-bezier(0.77, 0, 0.175, 1);
                padding: 5px 10px;
                font-weight: 700;
                font-size: 0.9em;
                display: block; }
                #main-header > div > #nav-main .language-switcher .input > ul > li label:hover {
                  background: #e7e7e7; }
                #main-header > div > #nav-main .language-switcher .input > ul > li label input {
                  position: absolute;
                  left: -100vw;
                  opacity: 0; }
                  #main-header > div > #nav-main .language-switcher .input > ul > li label input:checked + span {
                    color: #654BFF; }
                #main-header > div > #nav-main .language-switcher .input > ul > li label:after {
                  content: '';
                  display: inline-block;
                  width: 0px;
                  height: 0px;
                  border-radius: 5px;
                  margin-left: 10px;
                  margin-bottom: 1.5px;
                  background-color: #654BFF;
                  -webkit-transition: all 350ms cubic-bezier(0.77, 0, 0.175, 1); }
                #main-header > div > #nav-main .language-switcher .input > ul > li label:hover {
                  color: #654BFF;
                  -webkit-transition: all 350ms cubic-bezier(0.77, 0, 0.175, 1); }
                  #main-header > div > #nav-main .language-switcher .input > ul > li label:hover:after {
                    width: 5px;
                    height: 5px;
                    -webkit-transition: all 350ms cubic-bezier(0.77, 0, 0.175, 1); }
          #main-header > div > #nav-main .language-switcher .input .border {
            position: absolute;
            top: -2px;
            left: -2px;
            width: calc(100% + 4px);
            border-radius: 26px;
            height: 25px;
            -webkit-transition: all 350ms cubic-bezier(0.77, 0, 0.175, 1); }
          #main-header > div > #nav-main .language-switcher .input .open-button {
            position: relative;
            height: 25px;
            width: 25px;
            top: 0px;
            right: 0px;
            border-radius: 26px;
            -webkit-transition: all 350ms cubic-bezier(0.77, 0, 0.175, 1); }
            #main-header > div > #nav-main .language-switcher .input .open-button .input-rounded {
              position: absolute;
              left: 50%;
              border-radius: 26px;
              top: 12px;
              transform: translate(-50%, -50%);
              width: 0px;
              height: 0px;
              background-color: #654BFF;
              -webkit-transition: all 350ms cubic-bezier(0.77, 0, 0.175, 1); }
            #main-header > div > #nav-main .language-switcher .input .open-button .input-arrow {
              position: absolute;
              display: block;
              border-radius: 5px;
              width: 2px;
              height: 12px;
              top: calc(50% - 1px);
              left: calc(50% + 1px);
              transform: translate(-50%, -50%);
              background-color: #444444;
              z-index: 50;
              border-radius: 10px;
              right: 7.015015015px;
              -webkit-transition: all 350ms cubic-bezier(0.77, 0, 0.175, 1); }
            #main-header > div > #nav-main .language-switcher .input .open-button .input-arrow_left {
              content: '';
              display: block;
              background-color: #444444;
              width: 6px;
              height: 2px;
              position: absolute;
              left: calc(50% + 0px);
              top: calc(50% + 1px);
              border-radius: 5px;
              transform: rotate(-45deg); }
            #main-header > div > #nav-main .language-switcher .input .open-button .input-arrow_right {
              content: '';
              display: block;
              background-color: #444444;
              width: 6px;
              height: 2px;
              position: absolute;
              left: calc(50% - 4px);
              top: calc(50% + 1px);
              border-radius: 5px;
              transform: rotate(45deg);
              -webkit-transition: all 350ms cubic-bezier(0.77, 0, 0.175, 1); }
          #main-header > div > #nav-main .language-switcher .input:hover .input-rounded {
            height: 25px;
            width: 25px;
            top: 12px;
            -webkit-transition: all 350ms cubic-bezier(0.77, 0, 0.175, 1); }
          #main-header > div > #nav-main .language-switcher .input-active > ul {
            transform: scale(1, 1);
            text-align: left;
            opacity: 0; }
            #main-header > div > #nav-main .language-switcher .input-active > ul > li {
              opacity: 1; }
              #main-header > div > #nav-main .language-switcher .input-active > ul > li.current-lang {
                display: none; }
          #main-header > div > #nav-main .language-switcher .input-arrow-active {
            height: 0px !important;
            -webkit-transition: all 350ms cubic-bezier(0.77, 0, 0.175, 1); }
          #main-header > div > #nav-main .language-switcher .input-arrow_left-active {
            width: 10px !important;
            top: 42% !important;
            left: calc(31%) !important;
            -webkit-transition: all 350ms cubic-bezier(0.77, 0, 0.175, 1); }
          #main-header > div > #nav-main .language-switcher .input-arrow_right-active {
            width: 10px !important;
            top: 42% !important;
            left: calc(31%) !important;
            -webkit-transition: all 350ms cubic-bezier(0.77, 0, 0.175, 1); }
          #main-header > div > #nav-main .language-switcher .input-rounded-active {
            width: 20px !important;
            height: 20px !important;
            -webkit-transition: all 350ms cubic-bezier(0.77, 0, 0.175, 1); }
      #main-header > div > #nav-main > ul {
        font-family: "ITC Avant Garde Gothic Std", libre-franklin, sans-serif;
        font-weight: bold;
        text-transform: uppercase;
        font-size: 1.0em; }
        #main-header > div > #nav-main > ul > li {
          display: inline-block;
          vertical-align: middle;
          margin-left: 1.75em; }
          #main-header > div > #nav-main > ul > li.lang-item > a {
            color: #1E1E1E; }
            #main-header > div > #nav-main > ul > li.lang-item > a:hover, #main-header > div > #nav-main > ul > li.lang-item > a:focus {
              color: #444444; }
          #main-header > div > #nav-main > ul > li.highlight > a {
            background: #654BFF;
            color: #FFFFFF;
            display: inline-block;
            padding: 8px 15px; }
            #main-header > div > #nav-main > ul > li.highlight > a:hover, #main-header > div > #nav-main > ul > li.highlight > a:focus {
              background: #444444;
              color: #FFFFFF; }
          #main-header > div > #nav-main > ul > li > a {
            transition: 0.2s all ease-in;
            text-decoration: none;
            color: #654BFF; }
            #main-header > div > #nav-main > ul > li > a:hover, #main-header > div > #nav-main > ul > li > a:focus {
              color: #444444; }

@media screen and (max-width: 900px) {
  #footer {
    background: #444444;
    background: #654BFF;
    color: #FFFFFF;
    padding: 50px 0; }
    #footer a {
      color: #fff;
      text-decoration: none; }
      #footer a:hover {
        color: #654BFF; }
    #footer p {
      margin: 0; }
    #footer ul {
      padding: 0;
      margin: 0;
      list-style: none; }
    #footer h2 {
      color: #FFFFFF; }
    #footer > div {
      display: grid;
      grid-template-columns: repeat(6, 1fr);
      grid-column-gap: 0px;
      grid-row-gap: 0px; }
      #footer > div .tagline {
        grid-area: 1 / 1 / 2 / 7; }
      #footer > div .office {
        grid-area: 2 / 1 / 3 / 5;
        margin-bottom: 20px; }
        #footer > div .office h2 {
          margin-top: 0px; }
      #footer > div .contact {
        grid-area: 3 / 1 / 4 / 5; }
      #footer > div .social {
        grid-area: 2 / 5 / 4 / 7;
        text-align: center;
        display: flex;
        align-items: center;
        justify-content: left;
        margin-top: 25px; }
        #footer > div .social ul li {
          display: inline-block;
          margin-right: 15px; }
      #footer > div .menu-footer-1 {
        grid-area: 4 / 1 / 5 / 4;
        margin-top: 40px; }
      #footer > div .menu-footer-2 {
        grid-area: 4 / 4 / 5 / 7;
        margin-top: 40px; }
      #footer > div .copyright {
        grid-area: 5 / 1 / 6 / 7;
        margin-top: 40px; }
    #footer .tagline {
      font-size: 1.7em;
      line-height: 1.45em;
      font-weight: bold;
      margin-bottom: 65px; }
    #footer .copyright {
      font-size: 0.85em; } }

#footer .office h2, #footer .contact h2 {
  font-weight: 400 !important;
  letter-spacing: 0px !important; }

@media screen and (min-width: 900px) {
  #footer {
    background: #444444;
    background: #654BFF;
    color: #FFFFFF; }
    #footer > div {
      padding-top: 85px;
      padding-bottom: 40px;
      display: flex;
      flex-wrap: wrap;
      align-items: flex-start; } }
    @media screen and (min-width: 900px) and (max-width: 680px) {
      #footer > div {
        flex-direction: column;
        align-items: flex-start; }
        #footer > div > * {
          width: 100%;
          max-width: 100% !important; } }

@media screen and (min-width: 900px) {
      #footer > div a {
        color: #fff;
        text-decoration: none; }
        #footer > div a:hover {
          color: #654BFF; }
      #footer > div p {
        margin: 0; }
      #footer > div ul {
        padding: 0;
        margin: 0;
        list-style: none; }
      #footer > div > div {
        width: 100%;
        margin-bottom: 50px; }
      #footer > div h2 {
        color: #FFFFFF; }
      #footer > div > .menu-footer-2 a, #footer > div > .menu-footer-1 a {
        text-decoration: underline; }
      #footer > div > .tagline {
        font-size: 1.7em;
        line-height: 1.45em;
        font-weight: bold;
        max-width: 55%;
        font-family: "ITC Avant Garde Gothic Std", libre-franklin, sans-serif;
        font-style: normal;
        font-weight: 500;
        font-size: 48px;
        line-height: 60px; }
      #footer > div > .office,
      #footer > div > .menu-footer-1 {
        max-width: 22.5%;
        position: relative; }
      #footer > div > .menu-footer-2,
      #footer > div > .contact {
        max-width: 22.5%; }
        #footer > div > .menu-footer-2 .social,
        #footer > div > .contact .social {
          margin-top: 35px; }
          #footer > div > .menu-footer-2 .social ul,
          #footer > div > .contact .social ul {
            text-align: left; }
            #footer > div > .menu-footer-2 .social ul > li,
            #footer > div > .contact .social ul > li {
              display: inline-block;
              margin-right: 20px; }
      #footer > div > .baseline,
      #footer > div > .social {
        max-width: 32.5%; }
        #footer > div > .baseline ul,
        #footer > div > .social ul {
          text-align: right; }
          #footer > div > .baseline ul > li,
          #footer > div > .social ul > li {
            display: inline-block;
            margin-left: 20px; }
      #footer > div > .copyright {
        max-width: 55%;
        font-size: 0.85em; }
      #footer > div > .baseline {
        border-bottom: 1px solid #fff;
        max-width: 25%;
        margin-left: 7.5%;
        display: none; } }

.tagline div {
  padding-right: 60px; }
  @media screen and (max-width: 900px) {
    .tagline div {
      padding-right: 0; } }

.page-template-tpl-home {
  padding-top: 0;
  overflow-x: hidden; }
  .page-template-tpl-home main > .home-line > div {
    height: 0vh;
    width: 1px;
    background: #1E1E1E;
    display: block;
    content: " ";
    position: absolute;
    margin-top: -25vh;
    transition: all 1000ms cubic-bezier(0.77, 0, 0.175, 1);
    transition-delay: 200ms;
    opacity: 1 !important; }
    .page-template-tpl-home main > .home-line > div.built {
      height: 30vh;
      opacity: 1; }
    @media screen and (max-width: 680px) {
      .page-template-tpl-home main > .home-line > div {
        display: none; } }
  .page-template-tpl-home main > .header {
    overflow-x: hidden; }
    .page-template-tpl-home main > .header > div {
      display: flex;
      flex-wrap: wrap;
      align-items: center; }
      @media screen and (max-width: 650px) {
        .page-template-tpl-home main > .header > div {
          padding-left: 0px; } }
      @media screen and (max-width: 36em) {
        .page-template-tpl-home main > .header > div > .text {
          min-height: calc(50vh - 40px); } }
      .page-template-tpl-home main > .header > div .text {
        width: 100%;
        max-width: 35%; }
        @media screen and (max-width: 650px) {
          .page-template-tpl-home main > .header > div .text {
            max-width: 100%; } }
        .page-template-tpl-home main > .header > div .text h1 {
          font-size: 2.95em;
          line-height: 1.45em;
          font-weight: 500;
          padding-right: 35px; }
          @media screen and (max-width: 1250px) {
            .page-template-tpl-home main > .header > div .text h1 {
              font-size: 2.1em; } }
          .page-template-tpl-home main > .header > div .text h1 strong {
            font-weight: 800; }
          @media screen and (max-width: 650px) {
            .page-template-tpl-home main > .header > div .text h1 {
              padding-left: 30px;
              padding-right: 30px;
              margin-top: 150px;
              font-size: 1.45em; } }
      .page-template-tpl-home main > .header > div .video {
        width: 100%;
        max-width: 65%;
        height: 60vh;
        display: flex;
        align-items: center;
        flex-wrap: wrap;
        overflow-x: unset; }
        @media screen and (max-width: 650px) {
          .page-template-tpl-home main > .header > div .video {
            height: 50vh;
            max-width: 100%;
            margin-top: 40px; } }
        .page-template-tpl-home main > .header > div .video > .block-video {
          transition: all 350ms cubic-bezier(0.77, 0, 0.175, 1);
          min-width: 120%;
          height: 50%;
          display: flex;
          align-items: center;
          overflow: hidden;
          position: relative;
          z-index: 1; }
          .page-template-tpl-home main > .header > div .video > .block-video .video-bg {
            position: relative;
            height: 60vh;
            width: 100%;
            background: #1E1E1E; }
          @media screen and (max-width: 650px) {
            .page-template-tpl-home main > .header > div .video > .block-video {
              height: 100%; } }
        .page-template-tpl-home main > .header > div .video > .block-button {
          position: absolute;
          z-index: 5;
          top: 46.8vh;
          max-width: 60%;
          transition: all 350ms cubic-bezier(0.77, 0, 0.175, 1); }
          @media screen and (max-width: 650px) {
            .page-template-tpl-home main > .header > div .video > .block-button {
              height: 50px;
              max-width: 100%;
              top: 0;
              margin-top: calc(50vh - 75px);
              margin-left: 30px; } }
          @media screen and (max-width: 650px) {
            .page-template-tpl-home main > .header > div .video > .block-button .button {
              color: #FFFFFF; }
              .page-template-tpl-home main > .header > div .video > .block-button .button .arrow, .page-template-tpl-home main > .header > div .video > .block-button .button .arrow::before, .page-template-tpl-home main > .header > div .video > .block-button .button .arrow::after {
                background-color: #FFFFFF; }
              .page-template-tpl-home main > .header > div .video > .block-button .button .text {
                color: #FFFFFF; }
              .page-template-tpl-home main > .header > div .video > .block-button .button .border {
                border-color: #FFFFFF; } }
          .page-template-tpl-home main > .header > div .video > .block-button .button .text {
            min-width: 200px;
            max-width: 100%; }
  .page-template-tpl-home main > #explanations {
    background: #FFFFFF;
    background: #F4F3FA;
    padding: 120px 0 120px; }
    @media screen and (max-width: 880px) {
      .page-template-tpl-home main > #explanations {
        padding: 80px 0 60px; } }
    .page-template-tpl-home main > #explanations > div {
      display: flex;
      justify-content: space-between; }
      .page-template-tpl-home main > #explanations > div > div:nth-child(2) {
        margin: 0 55px; }
      @media screen and (max-width: 880px) {
        .page-template-tpl-home main > #explanations > div {
          flex-wrap: wrap; }
          .page-template-tpl-home main > #explanations > div > div {
            margin-bottom: 30px;
            width: 100%;
            max-width: calc(50% - 30px); }
          .page-template-tpl-home main > #explanations > div > div:nth-child(2) {
            margin: 0 0 35px 30px; } }
      @media screen and (max-width: 600px) {
        .page-template-tpl-home main > #explanations > div > div {
          margin-bottom: 30px;
          width: 100%;
          max-width: 100%; }
          .page-template-tpl-home main > #explanations > div > div:nth-child(2) {
            margin-left: 0px; } }
  .page-template-tpl-home main > #expertises {
    padding-top: 100px;
    padding-bottom: 40px; }
    @media screen and (max-width: 680px) {
      .page-template-tpl-home main > #expertises {
        padding-top: 60px;
        padding-bottom: 40px; } }
    .page-template-tpl-home main > #expertises > h2 {
      margin-bottom: 60px; }
  .page-template-tpl-home main > #clients {
    background: #444444;
    background: #F4F3FA;
    padding: 50px 0 150px; }
    @media screen and (max-width: 680px) {
      .page-template-tpl-home main > #clients {
        padding: 50px 0 50px; } }
    .page-template-tpl-home main > #clients > div h2 {
      color: #fff;
      margin-bottom: 80px; }
      @media screen and (max-width: 680px) {
        .page-template-tpl-home main > #clients > div h2 {
          margin-bottom: 50px; } }
    .page-template-tpl-home main > #clients > div > ul {
      margin: 0 auto;
      padding: 0;
      max-width: 80%;
      width: 100%;
      display: flex;
      flex-wrap: wrap;
      align-items: center;
      list-style: none;
      text-align: center; }
      @media screen and (max-width: 680px) {
        .page-template-tpl-home main > #clients > div > ul {
          max-width: 100%; } }
      .page-template-tpl-home main > #clients > div > ul > li {
        max-width: 14.5%;
        margin: 20px 1%;
        width: 100%;
        color: #FFFFFF; }
        @media screen and (max-width: 1050px) {
          .page-template-tpl-home main > #clients > div > ul > li {
            max-width: 18%;
            margin: 20px 1%; } }
        @media screen and (max-width: 850px) {
          .page-template-tpl-home main > #clients > div > ul > li {
            max-width: 23%;
            margin: 20px 1%; } }
        @media screen and (max-width: 680px) {
          .page-template-tpl-home main > #clients > div > ul > li {
            max-width: 31%;
            margin: 20px 1%; } }
        .page-template-tpl-home main > #clients > div > ul > li img {
          max-width: 100%;
          -webkit-filter: brightness(0);
          /* Safari 6.0 - 9.0 */
          filter: brightness(0); }
  .page-template-tpl-home main #latestworks {
    padding: 70px 0; }
    @media (max-width: 36em) {
      .page-template-tpl-home main #latestworks {
        padding: 40px 0; } }
    .page-template-tpl-home main #latestworks .simple {
      margin-top: 20px; }
    .page-template-tpl-home main #latestworks .action {
      text-align: center;
      padding-top: 20px; }
  .page-template-tpl-home main #works {
    display: flex;
    flex-wrap: wrap; }
    @media screen and (max-width: 680px) {
      .page-template-tpl-home main #works {
        padding: 0; }
        .page-template-tpl-home main #works > .action {
          padding: 0 30px;
          order: 2;
          margin-bottom: 50px; } }
    .page-template-tpl-home main #works > .action {
      width: 20%; }
      @media screen and (max-width: 680px) {
        .page-template-tpl-home main #works > .action {
          width: 100%; } }
    .page-template-tpl-home main #works > .slider-wrapper {
      width: 80%; }
      .page-template-tpl-home main #works > .slider-wrapper .glide__track {
        overflow: visible; }
      .page-template-tpl-home main #works > .slider-wrapper .controls {
        left: -33px;
        padding-right: 0;
        max-width: calc(90.1% - 65px); }
        .page-template-tpl-home main #works > .slider-wrapper .controls button svg {
          width: 52px !important;
          height: 52px !important; }
          .page-template-tpl-home main #works > .slider-wrapper .controls button svg rect {
            stroke-width: 1px !important; }
        @media screen and (max-width: 1500px) {
          .page-template-tpl-home main #works > .slider-wrapper .controls {
            max-width: calc(90.1% - 3vw); } }
      @media screen and (max-width: 680px) {
        .page-template-tpl-home main #works > .slider-wrapper {
          width: 100%; }
          .page-template-tpl-home main #works > .slider-wrapper h2 {
            padding: 0 30px; }
          .page-template-tpl-home main #works > .slider-wrapper .controls {
            display: none; } }
  .page-template-tpl-home main > #form {
    padding-top: 100px;
    padding-bottom: 100px; }
    @media screen and (max-width: 680px) {
      .page-template-tpl-home main > #form {
        padding-top: 100px;
        padding-bottom: 70px; } }
    .page-template-tpl-home main > #form > div > .text {
      width: 100%;
      margin-bottom: 50px;
      text-align: center; }
    .page-template-tpl-home main > #form > div > .form {
      width: calc(100% - 330px);
      width: 100%; }
    @media screen and (max-width: 48em) {
      .page-template-tpl-home main > #form > div {
        flex-wrap: wrap; }
        .page-template-tpl-home main > #form > div > .text {
          width: 100%;
          margin-right: 0px;
          margin-bottom: 50px; }
        .page-template-tpl-home main > #form > div > .form {
          width: 100%; } }
  .page-template-tpl-home #showreel {
    position: fixed;
    z-index: 100000;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    background: #222;
    display: none; }
    .page-template-tpl-home #showreel .close-button {
      position: absolute;
      top: 70px;
      left: 70px; }
      @media screen and (max-width: 500px) {
        .page-template-tpl-home #showreel .close-button {
          top: 20px;
          left: 20px; } }
    .page-template-tpl-home #showreel .video-wrapper {
      height: 100%;
      width: 100%;
      display: flex;
      align-items: center;
      justify-content: center; }
      .page-template-tpl-home #showreel .video-wrapper > div {
        width: 100%; }
    .page-template-tpl-home #showreel #player {
      max-height: 100vh; }

.field_required {
  color: #654BFF !important;
  opacity: 1 !important; }

.login {
  background: #654BFF; }

.login #nav a, .login #backtoblog a {
  color: #1E1E1E !important;
  font-weight: bold;
  background: #FFFFFF;
  display: inline-block;
  padding: 5px 10px; }

.login #nav a:hover, .login #backtoblog a:hover {
  color: #ffd211;
  font-weight: bold; }

.login.wp-core-ui .button {
  border-radius: 0px !important;
  box-shadow: none;
  border: none;
  background: #444444 !important;
  border-color: none !important;
  box-shadow: none !important;
  color: #FFFFFF !important;
  text-decoration: none !important;
  text-shadow: none !important;
  text-transform: uppercase;
  font-weight: bold;
  transition: 0.2s all ease-in; }
  .login.wp-core-ui .button:hover {
    background: #654BFF !important; }

#login h1 a, .login h1 a {
  background-image: url(/app/themes/lumber/app/static/lumber-logo.png);
  height: 100px;
  width: 200px;
  background-size: contain;
  background-repeat: no-repeat;
  padding-bottom: 30px; }

.api-newsletter {
  padding: 20px 0 0 0;
  background: #fff; }
  .api-newsletter .gform_confirmation_message {
    padding: 0px 45px 35px 45px;
    font-size: 1.1em;
    line-height: 1.2em; }
  .api-newsletter .gform_heading .gform_title {
    font-size: 20px;
    font-weight: normal;
    margin-bottom: 15px; }
  .api-newsletter .gform_heading .gform_description {
    font-size: 1.2em;
    line-height: 1.2em; }
  .api-newsletter .gform_wrapper {
    margin-top: 0;
    padding: 0px 45px 0px 45px; }
    .api-newsletter .gform_wrapper .validation_error {
      display: none !important; }
    .api-newsletter .gform_wrapper .gform_fields > li {
      width: 50%;
      display: inline-block; }
      @media screen and (max-width: 35.5em) {
        .api-newsletter .gform_wrapper .gform_fields > li {
          width: 100%; } }
      .api-newsletter .gform_wrapper .gform_fields > li:last-child {
        width: 100%; }
      .api-newsletter .gform_wrapper .gform_fields > li#field_1_4, .api-newsletter .gform_wrapper .gform_fields > li#field_1_3, .api-newsletter .gform_wrapper .gform_fields > li#field_2_4, .api-newsletter .gform_wrapper .gform_fields > li#field_2_3, .api-newsletter .gform_wrapper .gform_fields > li#field_3_3, .api-newsletter .gform_wrapper .gform_fields > li#field_3_4 {
        width: 100%; }
    .api-newsletter .gform_wrapper .top_label input.medium {
      width: 100%; }
    .api-newsletter .gform_wrapper .gform_button {
      transition: none !important; }

.basicLightbox {
  position: fixed;
  display: flex;
  justify-content: center;
  align-items: center;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background: rgba(0, 0, 0, 0.8);
  opacity: .01;
  transition: opacity 0.4s ease;
  z-index: 1000000;
  will-change: opacity; }
  .basicLightbox:before {
    cursor: pointer;
    content: "X";
    position: absolute;
    top: 30px;
    font-size: 3em;
    right: 40px;
    color: #FFFFFF; }
    @media screen and (max-width: 36em) {
      .basicLightbox:before {
        font-size: 2em;
        right: 20px;
        top: 15px; } }
  .basicLightbox--visible {
    opacity: 1; }
  .basicLightbox__placeholder {
    max-width: 100%;
    transform: scale(0.9);
    transition: transform 0.4s ease;
    z-index: 1;
    will-change: transform; }
    .basicLightbox__placeholder > img:first-child:last-child,
    .basicLightbox__placeholder > video:first-child:last-child,
    .basicLightbox__placeholder > iframe:first-child:last-child {
      display: block;
      position: absolute;
      top: 0;
      right: 0;
      bottom: 0;
      left: 0;
      margin: auto;
      max-width: 95%;
      max-height: 95%; }
    .basicLightbox__placeholder > video:first-child:last-child,
    .basicLightbox__placeholder > iframe:first-child:last-child {
      pointer-events: auto; }
    .basicLightbox__placeholder > img:first-child:last-child,
    .basicLightbox__placeholder > video:first-child:last-child {
      width: auto;
      height: auto; }
    .basicLightbox__placeholder > [data-basicLightbox] {
      display: block !important; }
  .basicLightbox--img .basicLightbox__placeholder,
  .basicLightbox--video .basicLightbox__placeholder,
  .basicLightbox--iframe .basicLightbox__placeholder {
    width: 100%;
    height: 100%;
    pointer-events: none; }
  .basicLightbox--visible .basicLightbox__placeholder {
    transform: scale(1); }

[data-basicLightbox] {
  display: none !important; }

.swal-modal {
  border-radius: 0px;
  font-family: "ITC Avant Garde Gothic Std", libre-franklin, sans-serif; }
  .swal-modal .swal-text {
    text-align: center;
    max-width: 80%;
    margin-left: auto;
    margin-right: auto; }
  .swal-modal .swal-footer {
    text-align: center; }
    .swal-modal .swal-footer .swal-button {
      background: #654BFF;
      border-radius: 0px;
      transition: 0.2s all ease-in; }
      .swal-modal .swal-footer .swal-button:hover, .swal-modal .swal-footer .swal-button:focus {
        background: #444444; }

.tippy-tooltip.greenpeace-theme {
  /* Your styling here. Example: */
  background-color: #444444;
  border: 2px solid #444444;
  font-weight: bold;
  color: #FFFFFF;
  border-radius: 0px; }
  .tippy-tooltip.greenpeace-theme .tippy-content {
    color: #FFFFFF; }

.tippy-popper[x-placement^='top'] .tippy-tooltip.greenpeace-theme .tippy-arrow {
  border-top: 7px solid #444444;
  border-right: 7px solid transparent;
  border-left: 7px solid transparent; }

.tippy-popper[x-placement^='bottom'] .tippy-tooltip.greenpeace-theme .tippy-arrow {
  border-bottom: 7px solid #444444;
  border-right: 7px solid transparent;
  border-left: 7px solid transparent; }

.tippy-popper[x-placement^='left'] .tippy-tooltip.greenpeace-theme .tippy-arrow {
  border-left: 7px solid #444444;
  border-top: 7px solid transparent;
  border-bottom: 7px solid transparent; }

.tippy-popper[x-placement^='right'] .tippy-tooltip.greenpeace-theme .tippy-arrow {
  border-right: 7px solid #444444;
  border-top: 7px solid transparent;
  border-bottom: 7px solid transparent; }

.tippy-popper[x-placement^=top] .tippy-tooltip.honeybee-theme .tippy-arrow {
  /* Your styling here. */ }

/*===============================
=            Choices            =
===============================*/
.choices {
  position: relative;
  margin-bottom: 24px;
  font-size: 16px; }
  .choices:focus {
    outline: none; }
  .choices:last-child {
    margin-bottom: 0; }
  .choices.is-disabled .choices__inner, .choices.is-disabled .choices__input {
    background-color: #EAEAEA;
    cursor: not-allowed;
    user-select: none; }
  .choices.is-disabled .choices__item {
    cursor: not-allowed; }

.choices[data-type*="select-one"] {
  cursor: pointer; }
  .choices[data-type*="select-one"] .choices__inner {
    padding-bottom: 7.5px; }
  .choices[data-type*="select-one"] .choices__input {
    display: block;
    width: 100%;
    padding: 10px;
    border-bottom: 1px solid #DDDDDD;
    background-color: #FFFFFF;
    margin: 0; }
  .choices[data-type*="select-one"] .choices__button {
    background-image: url("/icons/cross-inverse.svg");
    padding: 0;
    background-size: 8px;
    height: 100%;
    position: absolute;
    top: 50%;
    right: 0;
    margin-top: -10px;
    margin-right: 25px;
    height: 20px;
    width: 20px;
    border-radius: 10em;
    opacity: .5; }
    .choices[data-type*="select-one"] .choices__button:hover, .choices[data-type*="select-one"] .choices__button:focus {
      opacity: 1; }
    .choices[data-type*="select-one"] .choices__button:focus {
      box-shadow: 0px 0px 0px 2px #00BCD4; }
  .choices[data-type*="select-one"]:after {
    content: "";
    height: 0;
    width: 0;
    border-style: solid;
    border-color: #333333 transparent transparent transparent;
    border-width: 5px;
    position: absolute;
    right: 11.5px;
    top: 50%;
    margin-top: -2.5px;
    pointer-events: none; }
  .choices[data-type*="select-one"].is-open:after {
    border-color: transparent transparent #333333 transparent;
    margin-top: -7.5px; }
  .choices[data-type*="select-one"][dir="rtl"]:after {
    left: 11.5px;
    right: auto; }
  .choices[data-type*="select-one"][dir="rtl"] .choices__button {
    right: auto;
    left: 0;
    margin-left: 25px;
    margin-right: 0; }

.choices[data-type*="select-multiple"] .choices__inner, .choices[data-type*="text"] .choices__inner {
  cursor: text; }

.choices[data-type*="select-multiple"] .choices__button, .choices[data-type*="text"] .choices__button {
  position: relative;
  display: inline-block;
  margin-top: 0;
  margin-right: -4px;
  margin-bottom: 0;
  margin-left: 8px;
  padding-left: 16px;
  border-left: 1px solid #008fa1;
  background-image: url("/icons/cross.svg");
  background-size: 8px;
  width: 8px;
  line-height: 1;
  opacity: .75; }
  .choices[data-type*="select-multiple"] .choices__button:hover, .choices[data-type*="select-multiple"] .choices__button:focus, .choices[data-type*="text"] .choices__button:hover, .choices[data-type*="text"] .choices__button:focus {
    opacity: 1; }

.choices__inner {
  display: inline-block;
  vertical-align: top;
  width: 100%;
  background-color: #f9f9f9;
  padding: 7.5px 7.5px 3.75px;
  border: 1px solid #DDDDDD;
  border-radius: 0px;
  font-size: 14px;
  overflow: hidden; }
  .is-focused .choices__inner, .is-open .choices__inner {
    border-color: #b7b7b7; }
  .is-open .choices__inner {
    border-radius: 0px 0px 0 0; }
  .is-flipped.is-open .choices__inner {
    border-radius: 0 0 0px 0px; }

.choices__list {
  margin: 0;
  padding-left: 0;
  list-style: none; }

.choices__list--single {
  display: inline-block;
  padding: 4px 16px 4px 4px;
  width: 100%; }
  [dir="rtl"] .choices__list--single {
    padding-right: 4px;
    padding-left: 16px; }
  .choices__list--single .choices__item {
    width: 100%; }

.choices__list--multiple {
  display: inline; }
  .choices__list--multiple .choices__item {
    display: inline-block;
    vertical-align: middle;
    border-radius: 20px;
    padding: 4px 10px;
    font-size: 12px;
    font-weight: 500;
    margin-right: 3.75px;
    margin-bottom: 3.75px;
    background-color: #00BCD4;
    border: 1px solid #00a5bb;
    color: #FFFFFF;
    word-break: break-all; }
    .choices__list--multiple .choices__item[data-deletable] {
      padding-right: 5px; }
    [dir="rtl"] .choices__list--multiple .choices__item {
      margin-right: 0;
      margin-left: 3.75px; }
    .choices__list--multiple .choices__item.is-highlighted {
      background-color: #00a5bb;
      border: 1px solid #008fa1; }
    .is-disabled .choices__list--multiple .choices__item {
      background-color: #aaaaaa;
      border: 1px solid #919191; }

.choices__list--dropdown {
  display: none;
  z-index: 100;
  position: absolute;
  width: 100%;
  background-color: #FFFFFF;
  border: 1px solid #DDDDDD;
  top: 100%;
  margin-top: -1px;
  border-bottom-left-radius: 0px;
  border-bottom-right-radius: 0px;
  overflow: hidden;
  word-break: break-all; }
  .choices__list--dropdown.is-active {
    display: block; }
  .is-open .choices__list--dropdown {
    border-color: #b7b7b7; }
  .is-flipped .choices__list--dropdown {
    top: auto;
    bottom: 100%;
    margin-top: 0;
    margin-bottom: -1px;
    border-radius: .25rem .25rem 0 0; }
  .choices__list--dropdown .choices__list {
    position: relative;
    max-height: 300px;
    overflow: auto;
    -webkit-overflow-scrolling: touch;
    will-change: scroll-position; }
  .choices__list--dropdown .choices__item {
    position: relative;
    padding: 10px;
    font-size: 14px; }
    [dir="rtl"] .choices__list--dropdown .choices__item {
      text-align: right; }
  @media (min-width: 640px) {
    .choices__list--dropdown .choices__item--selectable {
      padding-right: 100px; }
      .choices__list--dropdown .choices__item--selectable:after {
        content: attr(data-select-text);
        font-size: 12px;
        opacity: 0;
        position: absolute;
        right: 10px;
        top: 50%;
        transform: translateY(-50%); }
      [dir="rtl"] .choices__list--dropdown .choices__item--selectable {
        text-align: right;
        padding-left: 100px;
        padding-right: 10px; }
        [dir="rtl"] .choices__list--dropdown .choices__item--selectable:after {
          right: auto;
          left: 10px; } }
  .choices__list--dropdown .choices__item--selectable.is-highlighted {
    background-color: #f2f2f2; }
    .choices__list--dropdown .choices__item--selectable.is-highlighted:after {
      opacity: .5; }

.choices__item {
  cursor: default; }

.choices__item--selectable {
  cursor: pointer; }

.choices__item--disabled {
  cursor: not-allowed;
  user-select: none;
  opacity: .5; }

.choices__heading {
  font-weight: 600;
  font-size: 12px;
  padding: 10px;
  border-bottom: 1px solid #f7f7f7;
  color: gray; }

.choices__button {
  text-indent: -9999px;
  -webkit-appearance: none;
  appearance: none;
  border: 0;
  background-color: transparent;
  background-repeat: no-repeat;
  background-position: center;
  cursor: pointer; }
  .choices__button:focus {
    outline: none; }

.choices__input {
  display: inline-block;
  vertical-align: baseline;
  background-color: #f9f9f9;
  font-size: 14px;
  margin-bottom: 5px;
  border: 0;
  border-radius: 0;
  max-width: 100%;
  padding: 4px 0 4px 2px; }
  .choices__input:focus {
    outline: 0; }
  [dir="rtl"] .choices__input {
    padding-right: 2px;
    padding-left: 0; }

.choices__placeholder {
  opacity: .5; }

/*=====  End of Choices  ======*/
#gdpr-cookie-message {
  position: fixed;
  right: 30px;
  bottom: 30px;
  max-width: 425px;
  width: 90%;
  background-color: #ffffff;
  padding: 20px;
  border-radius: 0px;
  box-shadow: 0 6px 6px rgba(0, 0, 0, 0.25);
  margin-left: 30px;
  z-index: 10000; }
  @media screen and (max-width: 36em) {
    #gdpr-cookie-message {
      right: auto;
      left: auto;
      margin-left: auto;
      margin-right: auto;
      max-width: 100%;
      width: 100%;
      bottom: 0px;
      text-align: center; } }
  #gdpr-cookie-message h4 {
    color: #444444;
    font-family: libre-franklin, sans-serif;
    font-size: 1.2em;
    font-weight: 800;
    margin-bottom: 10px;
    margin-top: 0; }
  #gdpr-cookie-message h5 {
    color: #444444;
    font-family: libre-franklin, sans-serif;
    font-size: 1.1em;
    font-weight: 500;
    margin-bottom: 10px; }
  #gdpr-cookie-message p, #gdpr-cookie-message ul {
    color: #222222;
    font-size: 15px;
    line-height: 1.5em; }
  #gdpr-cookie-message li {
    width: 49%;
    display: inline-block; }
  #gdpr-cookie-message p:last-child {
    margin-bottom: 0;
    text-align: right; }
    @media screen and (max-width: 36em) {
      #gdpr-cookie-message p:last-child {
        text-align: center; } }
  #gdpr-cookie-message a {
    color: #444444;
    text-decoration: none;
    font-size: 1em;
    padding-bottom: 2px;
    border-bottom: 1px dotted rgba(0, 0, 0, 0.75);
    transition: all 0.3s ease-in; }
    #gdpr-cookie-message a:hover {
      color: #654BFF;
      border-bottom-color: #654BFF;
      transition: all 0.3s ease-in; }
  #gdpr-cookie-message input[type="checkbox"] {
    float: none;
    margin-top: 0;
    margin-right: 5px; }
  #gdpr-cookie-message button {
    margin-top: 15px;
    border: none;
    background: #444444;
    color: #ffffff;
    font-family: libre-franklin, sans-serif;
    font-size: 1em;
    padding: 7px;
    border-radius: 0px;
    margin-left: 15px;
    cursor: pointer;
    transition: all 0.3s ease-in; }
    #gdpr-cookie-message button:disabled {
      opacity: 0.3; }
    #gdpr-cookie-message button:hover {
      background: #654BFF;
      color: #ffffff;
      transition: all 0.3s ease-in; }

/* required styles */
.leaflet-pane,
.leaflet-tile,
.leaflet-marker-icon,
.leaflet-marker-shadow,
.leaflet-tile-container,
.leaflet-pane > svg,
.leaflet-pane > canvas,
.leaflet-zoom-box,
.leaflet-image-layer,
.leaflet-layer {
  position: absolute;
  left: 0;
  top: 0; }

.leaflet-container {
  overflow: hidden; }

.leaflet-tile,
.leaflet-marker-icon,
.leaflet-marker-shadow {
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  -webkit-user-drag: none; }

/* Safari renders non-retina tile on retina better with this, but Chrome is worse */
.leaflet-safari .leaflet-tile {
  image-rendering: -webkit-optimize-contrast; }

/* hack that prevents hw layers "stretching" when loading new tiles */
.leaflet-safari .leaflet-tile-container {
  width: 1600px;
  height: 1600px;
  -webkit-transform-origin: 0 0; }

.leaflet-marker-icon,
.leaflet-marker-shadow {
  display: block; }

/* .leaflet-container svg: reset svg max-width decleration shipped in Joomla! (joomla.org) 3.x */
/* .leaflet-container img: map is broken in FF if you have max-width: 100% on tiles */
.leaflet-container .leaflet-overlay-pane svg,
.leaflet-container .leaflet-marker-pane img,
.leaflet-container .leaflet-shadow-pane img,
.leaflet-container .leaflet-tile-pane img,
.leaflet-container img.leaflet-image-layer,
.leaflet-container .leaflet-tile {
  max-width: none !important;
  max-height: none !important; }

.leaflet-container.leaflet-touch-zoom {
  -ms-touch-action: pan-x pan-y;
  touch-action: pan-x pan-y; }

.leaflet-container.leaflet-touch-drag {
  -ms-touch-action: pinch-zoom;
  /* Fallback for FF which doesn't support pinch-zoom */
  touch-action: none;
  touch-action: pinch-zoom; }

.leaflet-container.leaflet-touch-drag.leaflet-touch-zoom {
  -ms-touch-action: none;
  touch-action: none; }

.leaflet-container {
  -webkit-tap-highlight-color: transparent; }

.leaflet-container a {
  -webkit-tap-highlight-color: rgba(51, 181, 229, 0.4); }

.leaflet-tile {
  filter: inherit;
  visibility: hidden; }

.leaflet-tile-loaded {
  visibility: inherit; }

.leaflet-zoom-box {
  width: 0;
  height: 0;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  z-index: 800; }

/* workaround for https://bugzilla.mozilla.org/show_bug.cgi?id=888319 */
.leaflet-overlay-pane svg {
  -moz-user-select: none; }

.leaflet-pane {
  z-index: 400; }

.leaflet-tile-pane {
  z-index: 200; }

.leaflet-overlay-pane {
  z-index: 400; }

.leaflet-shadow-pane {
  z-index: 500; }

.leaflet-marker-pane {
  z-index: 600; }

.leaflet-tooltip-pane {
  z-index: 650; }

.leaflet-popup-pane {
  z-index: 700; }

.leaflet-map-pane canvas {
  z-index: 100; }

.leaflet-map-pane svg {
  z-index: 200; }

.leaflet-vml-shape {
  width: 1px;
  height: 1px; }

.lvml {
  behavior: url(/app/themes/lumber/static/gfx/#default#VML);
  display: inline-block;
  position: absolute; }

/* control positioning */
.leaflet-control {
  position: relative;
  z-index: 800;
  pointer-events: visiblePainted;
  /* IE 9-10 doesn't have auto */
  pointer-events: auto; }

.leaflet-top,
.leaflet-bottom {
  position: absolute;
  z-index: 1000;
  pointer-events: none; }

.leaflet-top {
  top: 0; }

.leaflet-right {
  right: 0; }

.leaflet-bottom {
  bottom: 0; }

.leaflet-left {
  left: 0; }

.leaflet-control {
  float: left;
  clear: both; }

.leaflet-right .leaflet-control {
  float: right; }

.leaflet-top .leaflet-control {
  margin-top: 10px; }

.leaflet-bottom .leaflet-control {
  margin-bottom: 10px; }

.leaflet-left .leaflet-control {
  margin-left: 10px; }

.leaflet-right .leaflet-control {
  margin-right: 10px; }

/* zoom and fade animations */
.leaflet-fade-anim .leaflet-tile {
  will-change: opacity; }

.leaflet-fade-anim .leaflet-popup {
  opacity: 0;
  -webkit-transition: opacity 0.2s linear;
  -moz-transition: opacity 0.2s linear;
  transition: opacity 0.2s linear; }

.leaflet-fade-anim .leaflet-map-pane .leaflet-popup {
  opacity: 1; }

.leaflet-zoom-animated {
  -webkit-transform-origin: 0 0;
  -ms-transform-origin: 0 0;
  transform-origin: 0 0; }

.leaflet-zoom-anim .leaflet-zoom-animated {
  will-change: transform; }

.leaflet-zoom-anim .leaflet-zoom-animated {
  -webkit-transition: -webkit-transform 0.25s cubic-bezier(0, 0, 0.25, 1);
  -moz-transition: -moz-transform 0.25s cubic-bezier(0, 0, 0.25, 1);
  transition: transform 0.25s cubic-bezier(0, 0, 0.25, 1); }

.leaflet-zoom-anim .leaflet-tile,
.leaflet-pan-anim .leaflet-tile {
  -webkit-transition: none;
  -moz-transition: none;
  transition: none; }

.leaflet-zoom-anim .leaflet-zoom-hide {
  visibility: hidden; }

/* cursors */
.leaflet-interactive {
  cursor: pointer; }

.leaflet-grab {
  cursor: -webkit-grab;
  cursor: -moz-grab;
  cursor: grab; }

.leaflet-crosshair,
.leaflet-crosshair .leaflet-interactive {
  cursor: crosshair; }

.leaflet-popup-pane,
.leaflet-control {
  cursor: auto; }

.leaflet-dragging .leaflet-grab,
.leaflet-dragging .leaflet-grab .leaflet-interactive,
.leaflet-dragging .leaflet-marker-draggable {
  cursor: move;
  cursor: -webkit-grabbing;
  cursor: -moz-grabbing;
  cursor: grabbing; }

/* marker & overlays interactivity */
.leaflet-marker-icon,
.leaflet-marker-shadow,
.leaflet-image-layer,
.leaflet-pane > svg path,
.leaflet-tile-container {
  pointer-events: none; }

.leaflet-marker-icon.leaflet-interactive,
.leaflet-image-layer.leaflet-interactive,
.leaflet-pane > svg path.leaflet-interactive {
  pointer-events: visiblePainted;
  /* IE 9-10 doesn't have auto */
  pointer-events: auto; }

/* visual tweaks */
.leaflet-container {
  background: #ddd;
  outline: 0; }

.leaflet-container a {
  color: #0078A8; }

.leaflet-container a.leaflet-active {
  outline: 2px solid orange; }

.leaflet-zoom-box {
  border: 2px dotted #38f;
  background: rgba(255, 255, 255, 0.5); }

/* general typography */
.leaflet-container {
  font: 12px/1.5 "Helvetica Neue", Arial, Helvetica, sans-serif; }

/* general toolbar styles */
.leaflet-bar {
  box-shadow: 0 1px 5px rgba(0, 0, 0, 0.65);
  border-radius: 4px; }

.leaflet-bar a,
.leaflet-bar a:hover {
  background-color: #fff;
  border-bottom: 1px solid #ccc;
  width: 26px;
  height: 26px;
  line-height: 26px;
  display: block;
  text-align: center;
  text-decoration: none;
  color: black; }

.leaflet-bar a,
.leaflet-control-layers-toggle {
  background-position: 50% 50%;
  background-repeat: no-repeat;
  display: block; }

.leaflet-bar a:hover {
  background-color: #f4f4f4; }

.leaflet-bar a:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px; }

.leaflet-bar a:last-child {
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
  border-bottom: none; }

.leaflet-bar a.leaflet-disabled {
  cursor: default;
  background-color: #f4f4f4;
  color: #bbb; }

.leaflet-touch .leaflet-bar a {
  width: 30px;
  height: 30px;
  line-height: 30px; }

.leaflet-touch .leaflet-bar a:first-child {
  border-top-left-radius: 2px;
  border-top-right-radius: 2px; }

.leaflet-touch .leaflet-bar a:last-child {
  border-bottom-left-radius: 2px;
  border-bottom-right-radius: 2px; }

/* zoom control */
.leaflet-control-zoom-in,
.leaflet-control-zoom-out {
  font: bold 18px 'Lucida Console', Monaco, monospace;
  text-indent: 1px; }

.leaflet-touch .leaflet-control-zoom-in, .leaflet-touch .leaflet-control-zoom-out {
  font-size: 22px; }

/* layers control */
.leaflet-control-layers {
  box-shadow: 0 1px 5px rgba(0, 0, 0, 0.4);
  background: #fff;
  border-radius: 5px; }

.leaflet-control-layers-toggle {
  background-image: url(/app/themes/lumber/static/gfx/images/layers.png);
  width: 36px;
  height: 36px; }

.leaflet-retina .leaflet-control-layers-toggle {
  background-image: url(/app/themes/lumber/static/gfx/images/layers-2x.png);
  background-size: 26px 26px; }

.leaflet-touch .leaflet-control-layers-toggle {
  width: 44px;
  height: 44px; }

.leaflet-control-layers .leaflet-control-layers-list,
.leaflet-control-layers-expanded .leaflet-control-layers-toggle {
  display: none; }

.leaflet-control-layers-expanded .leaflet-control-layers-list {
  display: block;
  position: relative; }

.leaflet-control-layers-expanded {
  padding: 6px 10px 6px 6px;
  color: #333;
  background: #fff; }

.leaflet-control-layers-scrollbar {
  overflow-y: scroll;
  overflow-x: hidden;
  padding-right: 5px; }

.leaflet-control-layers-selector {
  margin-top: 2px;
  position: relative;
  top: 1px; }

.leaflet-control-layers label {
  display: block; }

.leaflet-control-layers-separator {
  height: 0;
  border-top: 1px solid #ddd;
  margin: 5px -10px 5px -6px; }

/* Default icon URLs */
.leaflet-default-icon-path {
  background-image: url(/app/themes/lumber/static/gfx/images/marker-icon.png); }

/* attribution and scale controls */
.leaflet-container .leaflet-control-attribution {
  background: #fff;
  background: rgba(255, 255, 255, 0.7);
  margin: 0; }

.leaflet-control-attribution,
.leaflet-control-scale-line {
  padding: 0 5px;
  color: #333; }

.leaflet-control-attribution a {
  text-decoration: none; }

.leaflet-control-attribution a:hover {
  text-decoration: underline; }

.leaflet-container .leaflet-control-attribution,
.leaflet-container .leaflet-control-scale {
  font-size: 11px; }

.leaflet-left .leaflet-control-scale {
  margin-left: 5px; }

.leaflet-bottom .leaflet-control-scale {
  margin-bottom: 5px; }

.leaflet-control-scale-line {
  border: 2px solid #777;
  border-top: none;
  line-height: 1.1;
  padding: 2px 5px 1px;
  font-size: 11px;
  white-space: nowrap;
  overflow: hidden;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  background: #fff;
  background: rgba(255, 255, 255, 0.5); }

.leaflet-control-scale-line:not(:first-child) {
  border-top: 2px solid #777;
  border-bottom: none;
  margin-top: -2px; }

.leaflet-control-scale-line:not(:first-child):not(:last-child) {
  border-bottom: 2px solid #777; }

.leaflet-touch .leaflet-control-attribution,
.leaflet-touch .leaflet-control-layers,
.leaflet-touch .leaflet-bar {
  box-shadow: none; }

.leaflet-touch .leaflet-control-layers,
.leaflet-touch .leaflet-bar {
  border: 2px solid rgba(0, 0, 0, 0.2);
  background-clip: padding-box; }

/* popup */
.leaflet-popup {
  position: absolute;
  text-align: center;
  margin-bottom: 20px; }

.leaflet-popup-content-wrapper {
  padding: 1px;
  text-align: left;
  border-radius: 12px; }

.leaflet-popup-content {
  margin: 13px 19px;
  line-height: 1.4; }

.leaflet-popup-content p {
  margin: 18px 0; }

.leaflet-popup-tip-container {
  width: 40px;
  height: 20px;
  position: absolute;
  left: 50%;
  margin-left: -20px;
  overflow: hidden;
  pointer-events: none; }

.leaflet-popup-tip {
  width: 17px;
  height: 17px;
  padding: 1px;
  margin: -10px auto 0;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg); }

.leaflet-popup-content-wrapper,
.leaflet-popup-tip {
  background: white;
  color: #333;
  box-shadow: 0 3px 14px rgba(0, 0, 0, 0.4); }

.leaflet-container a.leaflet-popup-close-button {
  position: absolute;
  top: 0;
  right: 0;
  padding: 4px 4px 0 0;
  border: none;
  text-align: center;
  width: 18px;
  height: 14px;
  font: 16px/14px Tahoma, Verdana, sans-serif;
  color: #c3c3c3;
  text-decoration: none;
  font-weight: bold;
  background: transparent; }

.leaflet-container a.leaflet-popup-close-button:hover {
  color: #999; }

.leaflet-popup-scrolled {
  overflow: auto;
  border-bottom: 1px solid #ddd;
  border-top: 1px solid #ddd; }

.leaflet-oldie .leaflet-popup-content-wrapper {
  zoom: 1; }

.leaflet-oldie .leaflet-popup-tip {
  width: 24px;
  margin: 0 auto;
  -ms-filter: "progid:DXImageTransform.Microsoft.Matrix(M11=0.70710678, M12=0.70710678, M21=-0.70710678, M22=0.70710678)";
  filter: progid:DXImageTransform.Microsoft.Matrix(M11=0.70710678, M12=0.70710678, M21=-0.70710678, M22=0.70710678); }

.leaflet-oldie .leaflet-popup-tip-container {
  margin-top: -1px; }

.leaflet-oldie .leaflet-control-zoom,
.leaflet-oldie .leaflet-control-layers,
.leaflet-oldie .leaflet-popup-content-wrapper,
.leaflet-oldie .leaflet-popup-tip {
  border: 1px solid #999; }

/* div icon */
.leaflet-div-icon {
  background: #fff;
  border: 1px solid #666; }

/* Tooltip */
/* Base styles for the element that has a tooltip */
.leaflet-tooltip {
  position: absolute;
  padding: 6px;
  background-color: #fff;
  border: 1px solid #fff;
  border-radius: 3px;
  color: #222;
  white-space: nowrap;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  pointer-events: none;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.4); }

.leaflet-tooltip.leaflet-clickable {
  cursor: pointer;
  pointer-events: auto; }

.leaflet-tooltip-top:before,
.leaflet-tooltip-bottom:before,
.leaflet-tooltip-left:before,
.leaflet-tooltip-right:before {
  position: absolute;
  pointer-events: none;
  border: 6px solid transparent;
  background: transparent;
  content: ""; }

/* Directions */
.leaflet-tooltip-bottom {
  margin-top: 6px; }

.leaflet-tooltip-top {
  margin-top: -6px; }

.leaflet-tooltip-bottom:before,
.leaflet-tooltip-top:before {
  left: 50%;
  margin-left: -6px; }

.leaflet-tooltip-top:before {
  bottom: 0;
  margin-bottom: -12px;
  border-top-color: #fff; }

.leaflet-tooltip-bottom:before {
  top: 0;
  margin-top: -12px;
  margin-left: -6px;
  border-bottom-color: #fff; }

.leaflet-tooltip-left {
  margin-left: -6px; }

.leaflet-tooltip-right {
  margin-left: 6px; }

.leaflet-tooltip-left:before,
.leaflet-tooltip-right:before {
  top: 50%;
  margin-top: -6px; }

.leaflet-tooltip-left:before {
  right: 0;
  margin-right: -12px;
  border-left-color: #fff; }

.leaflet-tooltip-right:before {
  left: 0;
  margin-left: -12px;
  border-right-color: #fff; }

.button {
  margin-right: 40px;
  position: relative;
  color: #444444;
  height: 50px;
  border-radius: 50px;
  transition: all 100ms cubic-bezier(0.77, 0, 0.175, 1);
  display: inline-block; }
  .button a, .button a:hover {
    text-decoration: none;
    color: #444444; }
  .button.back .arrow {
    position: absolute;
    display: block;
    width: 20px;
    height: 2px;
    top: 25px;
    background-color: #444444;
    z-index: 50;
    left: 15.015015015px;
    transition: all 350ms cubic-bezier(0.77, 0, 0.175, 1);
    border-radius: 5px; }
    .button.back .arrow::before {
      content: '';
      display: block;
      background-color: #444444;
      width: 9px;
      height: 2px;
      position: absolute;
      left: -1px;
      top: -3px;
      border-radius: 5px;
      transform: rotate(-45deg); }
    .button.back .arrow::after {
      content: '';
      display: block;
      background-color: #444444;
      width: 9px;
      border-radius: 5px;
      height: 2px;
      position: absolute;
      left: -1px;
      top: 3px;
      transform: rotate(45deg); }
  .button.is-white {
    color: #FFFFFF; }
    .button.is-white .arrow, .button.is-white .arrow::before, .button.is-white .arrow::after {
      background-color: #FFFFFF; }
    .button.is-white .text {
      color: #FFFFFF; }
    .button.is-white .border {
      border-color: #FFFFFF; }
  .button .rounded {
    display: block;
    position: absolute;
    top: 25px;
    z-index: 49;
    left: 25px;
    width: 0px;
    height: 0px;
    line-height: 50px;
    border-radius: 50px;
    background-color: #654BFF;
    transition: all 350ms cubic-bezier(0.77, 0, 0.175, 1); }
  .button .arrow {
    position: absolute;
    display: block;
    width: 20px;
    height: 2px;
    top: 25px;
    background-color: #444444;
    z-index: 50;
    left: 15.015015015px;
    transition: all 350ms cubic-bezier(0.77, 0, 0.175, 1);
    border-radius: 5px; }
    .button .arrow::before {
      content: '';
      display: block;
      background-color: #444444;
      width: 9px;
      height: 2px;
      position: absolute;
      right: -1px;
      top: -3px;
      transform: rotate(45deg);
      transition: all 350ms cubic-bezier(0.77, 0, 0.175, 1);
      border-radius: 5px; }
    .button .arrow::after {
      content: '';
      display: block;
      background-color: #444444;
      width: 9px;
      height: 2px;
      border-radius: 5px;
      position: absolute;
      right: -1px;
      top: 3px;
      transform: rotate(-45deg);
      transition: all 350ms cubic-bezier(0.77, 0, 0.175, 1); }
  .button .text {
    text-align: right;
    font-family: libre-franklin, sans-serif;
    padding-right: 5px;
    padding-left: 70px;
    margin: 0;
    position: relative;
    right: 0px;
    font-size: 14px;
    font-weight: 600;
    transition: all 350ms cubic-bezier(0.77, 0, 0.175, 1);
    height: 50px;
    display: flex;
    width: 100%;
    top: 2px;
    z-index: 10;
    align-items: center; }
    @media screen and (min-width: 950px) and (max-width: 1000px) {
      .button .text {
        font-size: 13px; } }
    .button .text > span {
      width: 100%; }
  .button .border {
    display: block;
    position: absolute;
    left: 0;
    z-index: 50;
    width: 50px;
    height: 50px;
    border: 1px solid #444444;
    border-radius: 50px;
    transition: all 350ms cubic-bezier(0.77, 0, 0.175, 1); }
  .button:hover .border, .button.hover .border {
    width: calc(100% + 40px);
    transition: all 350ms cubic-bezier(0.77, 0, 0.175, 1); }
  .button:hover .rounded, .button.hover .rounded {
    height: 49px;
    width: 50px;
    top: 0px;
    left: 0px;
    transition: all 350ms cubic-bezier(0.77, 0, 0.175, 1); }
  .button:hover .text, .button.hover .text {
    right: -20px;
    transition: all 350ms cubic-bezier(0.77, 0, 0.175, 1); }
  .button:hover .arrow, .button.hover .arrow {
    left: 25px;
    width: 50px;
    transition: all 350ms cubic-bezier(0.77, 0, 0.175, 1); }

.arrow-link {
  font-weight: 800;
  text-decoration: none;
  color: #654BFF;
  position: relative; }
  .arrow-link:hover .text {
    left: 25px; }
  .arrow-link:hover .arrow {
    left: 0;
    width: 15px;
    opacity: 1; }
  .arrow-link .text {
    transition: all 350ms cubic-bezier(0.77, 0, 0.175, 1);
    position: relative;
    left: 0px;
    padding-right: 25px; }
  .arrow-link .arrow {
    position: absolute;
    display: block;
    width: 1px;
    opacity: 0;
    height: 2px;
    border-radius: 2px;
    background-color: #654BFF;
    z-index: 50;
    top: 5px;
    left: 0px;
    transition: all 350ms cubic-bezier(0.77, 0, 0.175, 1); }
    .arrow-link .arrow::before {
      content: '';
      display: block;
      background-color: #654BFF;
      width: 7px;
      height: 2px;
      position: absolute;
      left: 0;
      top: -3px;
      transform: rotate(-45deg);
      border-radius: 2px; }
    .arrow-link .arrow::after {
      content: '';
      display: block;
      background-color: #654BFF;
      width: 7px;
      height: 2px;
      position: absolute;
      border-radius: 2px;
      left: 0;
      top: 3px;
      transform: rotate(45deg); }

:root {
  --popup-overlay-bg: #444;
  --popup-overlay-opacity: 0.2; }

#pop-up-system {
  z-index: 100000000;
  position: fixed;
  padding: 40px;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  overflow: auto;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  transition: all 350ms cubic-bezier(0.77, 0, 0.175, 1); }
  #pop-up-system.active {
    opacity: 1; }
    #pop-up-system.active > .window {
      transform: translateY(0);
      opacity: 1; }
  #pop-up-system > .overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: var(--popup-overlay-bg);
    opacity: var(--popup-overlay-opacity);
    z-index: 10; }
  #pop-up-system > .window {
    transform: translateY(-400px);
    opacity: 0;
    transition: all 350ms cubic-bezier(0.77, 0, 0.175, 1);
    position: relative;
    z-index: 15;
    max-width: 660px;
    width: 100%;
    background: #fff; }
    #pop-up-system > .window > .content {
      padding: 45px; }
      #pop-up-system > .window > .content > .header {
        display: flex;
        align-items: center; }
        #pop-up-system > .window > .content > .header .icon {
          max-width: 45px;
          margin-right: 20px; }
          #pop-up-system > .window > .content > .header .icon img {
            max-width: 100%; }
        #pop-up-system > .window > .content > .header h2 {
          color: #444444;
          font-weight: 600;
          font-size: 26px;
          max-width: calc(100% - 120px);
          margin-right: 15px; }
          #pop-up-system > .window > .content > .header h2 .point {
            margin-left: 5px;
            top: -5px; }
        #pop-up-system > .window > .content > .header .close {
          margin-left: auto; }
          #pop-up-system > .window > .content > .header .close a {
            display: inline-block;
            padding: 8px 5px 8px 15px;
            text-decoration: none;
            border-radius: 100px;
            border: 1px solid #444444; }
            #pop-up-system > .window > .content > .header .close a:hover {
              border-color: #654BFF; }
              #pop-up-system > .window > .content > .header .close a:hover svg path {
                stroke: #654BFF; }
            #pop-up-system > .window > .content > .header .close a .cross {
              display: inline-block;
              transition: all 350ms cubic-bezier(0.77, 0, 0.175, 1);
              background: transparent;
              height: 20px;
              width: 20px;
              line-height: 20px;
              border-radius: 100%;
              text-align: center; }
              #pop-up-system > .window > .content > .header .close a .cross svg {
                text-decoration: none;
                position: relative;
                top: 2px; }
                #pop-up-system > .window > .content > .header .close a .cross svg path {
                  transition: all 350ms cubic-bezier(0.77, 0, 0.175, 1); }
      #pop-up-system > .window > .content > .text {
        margin-top: 30px; }

.menu {
  position: relative;
  width: 80px;
  height: 40px;
  float: right;
  top: 20px;
  z-index: 10000001; }
  .menu .menu-text_menu {
    display: inline-block;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    color: #654BFF;
    right: 23px;
    font-size: 16px;
    opacity: 0;
    -webkit-transition: all 350ms cubic-bezier(0.77, 0, 0.175, 1); }
  .menu .menu-text_close {
    display: inline-block;
    position: absolute;
    top: 60%;
    transform: translateY(-50%);
    color: #654BFF;
    right: 23px;
    font-size: 16px;
    opacity: 0;
    -webkit-transition: all 350ms cubic-bezier(0.77, 0, 0.175, 1); }
  .menu.over .menu-text_menu {
    opacity: 1;
    -webkit-transition: all 350ms cubic-bezier(0.77, 0, 0.175, 1); }
  .menu.over .menu-point {
    background-color: #654BFF !important;
    -webkit-transition: all 350ms cubic-bezier(0.77, 0, 0.175, 1); }
  .menu.over .menu-point_one {
    transform: translate3d(-7px, 7px, 0); }
  .menu.over .menu-text_close {
    color: #000 !important;
    -webkit-transition: all 350ms cubic-bezier(0.77, 0, 0.175, 1); }
  .menu.over .menu-point_two {
    transform: translate3d(-7px, -7px, 0); }
  .menu.over .menu-point_three {
    transform: translate3d(7px, 7px, 0); }
  .menu.over .menu-point_four {
    transform: translate3d(7px, -7px, 0); }
  @media not all and (pointer: coarse) {
    .menu:hover .menu-text_menu {
      opacity: 1;
      -webkit-transition: all 350ms cubic-bezier(0.77, 0, 0.175, 1); }
    .menu:hover .menu-point {
      background-color: #654BFF !important;
      -webkit-transition: all 350ms cubic-bezier(0.77, 0, 0.175, 1); }
    .menu:hover .menu-point_one {
      transform: translate3d(-7px, 7px, 0); }
    .menu:hover .menu-text_close {
      color: #000 !important;
      -webkit-transition: all 350ms cubic-bezier(0.77, 0, 0.175, 1); }
    .menu:hover .menu-point_two {
      transform: translate3d(-7px, -7px, 0); }
    .menu:hover .menu-point_three {
      transform: translate3d(7px, 7px, 0); }
    .menu:hover .menu-point_four {
      transform: translate3d(7px, -7px, 0); } }
  .menu.is-white .burger .menu-point {
    background-color: #FFFFFF; }
  .menu .burger {
    position: absolute;
    top: 7.5px;
    right: 0px;
    width: 20px;
    height: 20px; }
    .menu .burger .menu-point {
      background-color: #444444;
      height: 6px;
      border-radius: 100%;
      display: block;
      -webkit-transition: all 350ms cubic-bezier(0.77, 0, 0.175, 1); }
    .menu .burger .menu-point_one {
      position: absolute;
      right: 0;
      top: 0;
      width: 6px; }
    .menu .burger .menu-point_two {
      position: absolute;
      right: 0%;
      bottom: 0%;
      width: 6px; }
    .menu .burger .menu-point_three {
      position: absolute;
      left: 0%;
      top: 0%;
      width: 6px; }
    .menu .burger .menu-point_four {
      position: absolute;
      left: 0%;
      bottom: 0%;
      width: 6px; }

.menu-iframe {
  position: fixed;
  top: 50%;
  z-index: 10000000;
  background-color: #E5E5E5;
  width: 100%;
  height: 0vh;
  transform: translateY(-50%);
  -webkit-transition: all 550ms cubic-bezier(0.77, 0, 0.175, 1);
  overflow: hidden;
  font-family: "ITC Avant Garde Gothic Std", libre-franklin, sans-serif; }
  .menu-iframe .social {
    position: fixed;
    bottom: 50px;
    right: 0;
    left: 0; }
    .menu-iframe .social ul {
      text-align: right;
      list-style: none; }
      .menu-iframe .social ul li {
        display: inline-block;
        margin-left: 18px; }
    .menu-iframe .social a {
      color: #000000; }
      .menu-iframe .social a:hover {
        color: #654BFF; }
  .menu-iframe .menu-wrapper {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    display: flex;
    justify-content: space-between;
    width: 60%;
    opacity: 0;
    margin: 0;
    padding: 0;
    z-index: 100;
    -webkit-transition: all 350ms cubic-bezier(0.77, 0, 0.175, 1); }
    @media screen and (max-width: 750px) {
      .menu-iframe .menu-wrapper {
        transform: translate(-7.5%, -50%);
        flex-direction: column;
        width: 100%; }
        .menu-iframe .menu-wrapper li {
          width: 100%; } }
    @media screen and (max-width: 36em) {
      .menu-iframe .menu-wrapper {
        transform: translate(0%, -50%);
        left: 0%;
        width: 100% !important; } }
    .menu-iframe .menu-wrapper li {
      position: relative;
      display: block;
      list-style: none;
      height: 100px;
      padding: 20px; }
      @media screen and (max-width: 36em) {
        .menu-iframe .menu-wrapper li {
          height: 60px; } }
      .menu-iframe .menu-wrapper li:hover a {
        color: #654BFF;
        -webkit-transition: all 350ms cubic-bezier(0.77, 0, 0.175, 1);
        font-weight: 700; }
      .menu-iframe .menu-wrapper li a {
        display: block;
        top: 50%;
        left: 50%;
        padding-top: 40px;
        color: #000000;
        font-size: 1.5rem;
        font-weight: 500;
        letter-spacing: 5px;
        text-decoration: none;
        -webkit-transition: all 350ms cubic-bezier(0.77, 0, 0.175, 1); }
        @media screen and (max-width: 1050px) {
          .menu-iframe .menu-wrapper li a {
            font-size: 1rem; } }
        @media screen and (max-width: 36em) {
          .menu-iframe .menu-wrapper li a {
            transform: translate(0%, -50%);
            padding-top: 20px;
            text-align: center;
            font-weight: 400; } }

.menu-iframe_active {
  height: 100vh;
  -webkit-transition: all 550ms cubic-bezier(0.77, 0, 0.175, 1); }

.menu-point_one-active {
  width: 25px !important;
  height: 2px !important;
  transform: translate3d(-7px, 7px, 0);
  border-radius: 6px !important;
  position: absolute;
  background-color: #FFFFFF !important;
  right: 0;
  top: 0;
  width: 6px; }

.menu-point_two-active {
  opacity: 0;
  -webkit-transition: all 10ms cubic-bezier(0.77, 0, 0.175, 1) !important; }

.menu-point_three-active {
  opacity: 0;
  -webkit-transition: all 10ms cubic-bezier(0.77, 0, 0.175, 1) !important; }

.menu-point_four-active {
  opacity: 0;
  -webkit-transition: all 10ms cubic-bezier(0.77, 0, 0.175, 1) !important; }

.menu-text_menu-active {
  right: 48px !important;
  opacity: 0 !important; }

.menu-text_close-active {
  top: 45% !important;
  right: 43px !important;
  opacity: 1 !important;
  color: #000 !important;
  -webkit-transition: all 350ms cubic-bezier(0.77, 0, 0.175, 1); }

.menu-wrapper_active {
  opacity: 1 !important;
  width: 80% !important;
  -webkit-transition: all 350ms cubic-bezier(0.77, 0, 0.175, 1); }

@keyframes bounce {
  0%, 20% {
    -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, -25px, 0);
    transform: translate3d(0, -25px, 0); }
  53% {
    -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, -17px, 0);
    transform: translate3d(0, -17px, 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, -22px, 0);
    transform: translate3d(0, -22px, 0); }
  80% {
    -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, -20px, 0);
    transform: translate3d(0, -20px, 0); }
  100% {
    -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, -20px, 0);
    transform: translate3d(0, -20px, 0); } }

@keyframes bigger {
  from {
    transform: scale(0.3); }
  35% {
    transform: scale(1.3); }
  80% {
    transform: scale(1); } }

.no-cursor .edit-link, .no-cursor a .edit-link {
  cursor: default; }
  .no-cursor .edit-link .post-edit-link, .no-cursor a .edit-link .post-edit-link {
    cursor: pointer !important; }

.logo {
  position: relative;
  top: 40px; }
  .logo svg {
    height: 30px; }
  .logo svg .line, .logo svg .both {
    transition: 0.2s all ease-in-out; }
  .logo:hover svg .line, .logo:hover svg .both {
    stroke: #654BFF; }
  .logo:hover svg .both {
    fill: #654BFF; }

#personal-cursor {
  position: fixed;
  width: 0px;
  height: 0px;
  border-radius: 50%;
  z-index: 1000000; }
  @media screen and (max-width: 36em) {
    #personal-cursor {
      display: none; } }

#inside-cursor {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 30px;
  height: 30px;
  background-color: rgba(210, 210, 210, 0.5);
  border-radius: 50%;
  z-index: -10;
  pointer-events: none;
  -webkit-transition: all 550ms cubic-bezier(0.19, 1, 0.22, 1);
  transition: all 550ms cubic-bezier(0.19, 1, 0.22, 1); }
  @media screen and (max-width: 36em) {
    #inside-cursor {
      display: none; } }

#inside-cursor-two {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 5px;
  height: 5px;
  background-color: #654BFF;
  border-radius: 50%;
  z-index: -10;
  pointer-events: none;
  -webkit-transition: all 550ms cubic-bezier(0.19, 1, 0.22, 1);
  transition: all 550ms cubic-bezier(0.19, 1, 0.22, 1); }
  @media screen and (max-width: 36em) {
    #inside-cursor-two {
      display: none; } }

#personal-cursor-menu {
  position: fixed;
  width: 0px;
  height: 0px;
  border-radius: 50%;
  z-index: 99; }
  @media screen and (max-width: 36em) {
    #personal-cursor-menu {
      display: none; } }

#line-menu {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 0.5px;
  height: 3999px;
  opacity: 0;
  z-index: 99;
  pointer-events: none;
  background-color: #d2d2d2;
  -webkit-transition: all 550ms cubic-bezier(0.19, 1, 0.22, 1);
  transition: all 550ms cubic-bezier(0.19, 1, 0.22, 1); }
  @media screen and (max-width: 36em) {
    #line-menu {
      display: none; } }

#inside-cursor-menu {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 20px;
  height: 20px;
  border: 2px solid #654BFF;
  border-radius: 50%;
  z-index: 99;
  pointer-events: none;
  -webkit-transition: all 550ms cubic-bezier(0.19, 1, 0.22, 1);
  transition: all 550ms cubic-bezier(0.19, 1, 0.22, 1); }
  @media screen and (max-width: 36em) {
    #inside-cursor-menu {
      display: none; } }

#inside-cursor-two-menu {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 0px;
  height: 0px;
  background-color: #654BFF;
  border-radius: 50%;
  z-index: 99;
  pointer-events: none;
  -webkit-transition: all 550ms cubic-bezier(0.19, 1, 0.22, 1);
  transition: all 550ms cubic-bezier(0.19, 1, 0.22, 1); }
  @media screen and (max-width: 36em) {
    #inside-cursor-two-menu {
      display: none; } }

.animation-cursor, .animation-cursor-all {
  width: 160px !important;
  height: 160px !important;
  -webkit-transition: all 550ms cubic-bezier(0.19, 1, 0.22, 1);
  transition: all 550ms cubic-bezier(0.19, 1, 0.22, 1);
  opacity: 0.3; }

.animation-cursor-two, .animation-cursor-two-all {
  width: 0px !important;
  height: 0px !important;
  -webkit-transition: all 550ms cubic-bezier(0.19, 1, 0.22, 1);
  transition: all 550ms cubic-bezier(0.19, 1, 0.22, 1); }

.animation-cursor-menu {
  width: 160px !important;
  height: 160px !important;
  border: 0.5px solid #654BFF !important;
  -webkit-transition: all 550ms cubic-bezier(0.19, 1, 0.22, 1);
  transition: all 550ms cubic-bezier(0.19, 1, 0.22, 1); }

.animation-cursor-two-menu {
  width: 0px !important;
  height: 0px !important;
  -webkit-transition: all 550ms cubic-bezier(0.19, 1, 0.22, 1);
  transition: all 550ms cubic-bezier(0.19, 1, 0.22, 1); }

.line-menu {
  opacity: 0.3 !important;
  -webkit-transition: all 350ms cubic-bezier(0.19, 1, 0.22, 1);
  transition: all 350ms cubic-bezier(0.19, 1, 0.22, 1); }

.input {
  height: 56px;
  border-radius: 56px;
  border-radius: 56px;
  position: relative;
  display: flex;
  justify-content: space-between;
  transition: all 350ms cubic-bezier(0.77, 0, 0.175, 1);
  border: 1px solid #444444;
  width: calc(100% + 4px);
  border-radius: 1.5rem;
  border-radius: 28px;
  overflow: hidden; }
  .input p {
    margin-left: 20px;
    font-weight: 600; }
  .input > ul {
    position: absolute;
    top: 50px;
    z-index: 10;
    margin: 0px;
    padding: 15px 12px;
    width: 100%;
    transition: all 350ms cubic-bezier(0.77, 0, 0.175, 1);
    height: 0;
    transform: scale(1, 0);
    transform-origin: top; }
    .input > ul > li {
      transition: all 350ms cubic-bezier(0.77, 0, 0.175, 1);
      opacity: 0;
      margin-bottom: 15px;
      list-style: none; }
      .input > ul > li label {
        color: #444444;
        text-decoration: none;
        -webkit-transition: all 350ms cubic-bezier(0.77, 0, 0.175, 1);
        padding: 5px 10px;
        font-weight: normal;
        font-size: 0.9em;
        display: block; }
        .input > ul > li label:hover {
          background: #e7e7e7; }
        .input > ul > li label input {
          position: absolute;
          left: -100vw;
          opacity: 0; }
          .input > ul > li label input:checked + span {
            color: #654BFF; }
        .input > ul > li label:after {
          content: '';
          display: inline-block;
          width: 0px;
          height: 0px;
          border-radius: 5px;
          margin-left: 10px;
          margin-bottom: 1.5px;
          background-color: #654BFF;
          -webkit-transition: all 350ms cubic-bezier(0.77, 0, 0.175, 1); }
        .input > ul > li label:hover {
          color: #654BFF;
          -webkit-transition: all 350ms cubic-bezier(0.77, 0, 0.175, 1); }
          .input > ul > li label:hover:after {
            width: 5px;
            height: 5px;
            -webkit-transition: all 350ms cubic-bezier(0.77, 0, 0.175, 1); }
  .input .border {
    position: absolute;
    top: -2px;
    left: -2px;
    width: calc(100% + 4px);
    border-radius: 56px;
    height: 50px;
    -webkit-transition: all 350ms cubic-bezier(0.77, 0, 0.175, 1); }
  .input .open-button {
    position: relative;
    height: 50px;
    width: 50px;
    top: 2px;
    right: 2px;
    border-radius: 56px;
    -webkit-transition: all 350ms cubic-bezier(0.77, 0, 0.175, 1); }
    .input .open-button .input-rounded {
      position: absolute;
      left: 50%;
      border-radius: 56px;
      top: 25px;
      transform: translate(-50%, -50%);
      width: 0px;
      height: 0px;
      background-color: #654BFF;
      -webkit-transition: all 350ms cubic-bezier(0.77, 0, 0.175, 1); }
    .input .open-button .input-arrow {
      position: absolute;
      display: block;
      border-radius: 5px;
      width: 2px;
      height: 20px;
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%);
      background-color: #444444;
      z-index: 50;
      right: 15.015015015px;
      -webkit-transition: all 350ms cubic-bezier(0.77, 0, 0.175, 1); }
    .input .open-button .input-arrow_left {
      content: '';
      display: block;
      background-color: #444444;
      width: 9px;
      height: 2px;
      position: absolute;
      left: calc(50% - 2px);
      top: calc(50% + 7px);
      border-radius: 5px;
      transform: rotate(-45deg); }
    .input .open-button .input-arrow_right {
      content: '';
      display: block;
      background-color: #444444;
      width: 9px;
      height: 2px;
      position: absolute;
      left: calc(50% - 7px);
      top: calc(50% + 7px);
      border-radius: 5px;
      transform: rotate(45deg);
      -webkit-transition: all 350ms cubic-bezier(0.77, 0, 0.175, 1); }
  .input:hover .input-rounded {
    height: 50px;
    width: 50px;
    top: 25px;
    -webkit-transition: all 350ms cubic-bezier(0.77, 0, 0.175, 1); }
  .input-active > ul {
    height: auto;
    transform: scale(1, 1);
    opacity: 0; }
    .input-active > ul > li {
      opacity: 1; }
  .input-arrow-active {
    height: 0px !important;
    -webkit-transition: all 350ms cubic-bezier(0.77, 0, 0.175, 1); }
  .input-arrow_left-active {
    width: 20px !important;
    top: 48.5% !important;
    left: 31% !important;
    -webkit-transition: all 350ms cubic-bezier(0.77, 0, 0.175, 1); }
  .input-arrow_right-active {
    width: 20px !important;
    top: 48.5% !important;
    left: 31% !important;
    -webkit-transition: all 350ms cubic-bezier(0.77, 0, 0.175, 1); }
  .input-rounded-active {
    width: 40px !important;
    height: 40px !important;
    -webkit-transition: all 350ms cubic-bezier(0.77, 0, 0.175, 1); }

.form-group {
  position: relative;
  z-index: 25; }

h1.has-point {
  font-size: 58px; }
  @media screen and (max-width: 650px) {
    h1.has-point {
      font-size: 32px; } }

.has-point {
  margin: 0;
  position: relative;
  font-style: normal;
  font-weight: bold;
  font-weight: 500;
  font-size: 50px;
  margin: 0;
  transition: all 350ms cubic-bezier(0.77, 0, 0.175, 1); }
  @media screen and (max-width: 650px) {
    .has-point {
      font-size: 32px; } }
  .has-point .point {
    content: '';
    display: inline-block;
    border-radius: 100%;
    vertical-align: top;
    width: 0px;
    height: 0px;
    right: 0px;
    top: 0px;
    position: relative;
    background-color: #444444;
    transform: translate3d(0, 20px, 0);
    transform: scale(1);
    transition: all 350ms cubic-bezier(0.77, 0, 0.175, 1); }
  .has-point:hover, .has-point.hover {
    color: #654BFF;
    transition: all 250ms cubic-bezier(0.77, 0, 0.175, 1); }
    .has-point:hover .point, .has-point.hover .point {
      width: 6px;
      height: 6px;
      transition: all 350ms cubic-bezier(0.77, 0, 0.175, 1);
      background-color: #654BFF;
      animation-name: bigger;
      transform-origin: center bottom;
      animation-duration: 1s;
      animation-fill-mode: forwards; }
  .has-point.keep-dark.hover, .has-point.keep-dark:hover {
    color: #444444; }

.line {
  margin-top: 25px;
  margin-bottom: 25px;
  border: 0;
  border-bottom: 1px solid #1E1E1E; }

.title.supa-powa, #footer .office h2.supa-powa, #footer .contact h2.supa-powa, .page-template-tpl-home main > #form > div > .text h1, .page-template-tpl-home main > #form > div > .text h2, .page-template-tpl-home main > #form > div > .text h3, .page-template-tpl-contact #form > div > .text h2 {
  text-align: center;
  color: #000 !important;
  font-weight: 500;
  font-size: 66px;
  line-height: 1.1em; }
  @media (max-width: 64em) {
    .title.supa-powa, #footer .office h2.supa-powa, #footer .contact h2.supa-powa, .page-template-tpl-home main > #form > div > .text h1, .page-template-tpl-home main > #form > div > .text h2, .page-template-tpl-home main > #form > div > .text h3, .page-template-tpl-contact #form > div > .text h2 {
      font-size: 50px; } }
  @media (max-width: 48em) {
    .title.supa-powa, #footer .office h2.supa-powa, #footer .contact h2.supa-powa, .page-template-tpl-home main > #form > div > .text h1, .page-template-tpl-home main > #form > div > .text h2, .page-template-tpl-home main > #form > div > .text h3, .page-template-tpl-contact #form > div > .text h2 {
      font-size: 35px; } }

.title.has-description, #footer .office h2.has-description, #footer .contact h2.has-description, .page-template-tpl-home main > #form > div > .text h1.has-description, .page-template-tpl-home main > #form > div > .text h2.has-description, .page-template-tpl-home main > #form > div > .text h3.has-description, .page-template-tpl-contact #form > div > .text h2.has-description {
  margin-bottom: 90px;
  flex-wrap: wrap; }
  .title.has-description.no-size > h1, #footer .office h2.has-description.no-size > h1, #footer .contact h2.has-description.no-size > h1, .page-template-tpl-home main > #form > div > .text h1.has-description.no-size > h1, .page-template-tpl-home main > #form > div > .text h2.has-description.no-size > h1, .page-template-tpl-home main > #form > div > .text h3.has-description.no-size > h1, .page-template-tpl-contact #form > div > .text h2.has-description.no-size > h1 {
    max-width: auto;
    width: auto; }
  .title.has-description > h1, #footer .office h2.has-description > h1, #footer .contact h2.has-description > h1, .page-template-tpl-home main > #form > div > .text h1.has-description > h1, .page-template-tpl-home main > #form > div > .text h2.has-description > h1, .page-template-tpl-home main > #form > div > .text h3.has-description > h1, .page-template-tpl-contact #form > div > .text h2.has-description > h1 {
    margin-right: 50px;
    width: calc(100% - 50px);
    max-width: calc(25% - 50px);
    display: inline-block;
    vertical-align: top;
    white-space: nowrap; }
    @media screen and (max-width: 1450px) {
      .title.has-description > h1, #footer .office h2.has-description > h1, #footer .contact h2.has-description > h1, .page-template-tpl-home main > #form > div > .text h1.has-description > h1, .page-template-tpl-home main > #form > div > .text h2.has-description > h1, .page-template-tpl-home main > #form > div > .text h3.has-description > h1, .page-template-tpl-contact #form > div > .text h2.has-description > h1 {
        font-size: 45px; } }
    @media screen and (max-width: 1300px) {
      .title.has-description > h1, #footer .office h2.has-description > h1, #footer .contact h2.has-description > h1, .page-template-tpl-home main > #form > div > .text h1.has-description > h1, .page-template-tpl-home main > #form > div > .text h2.has-description > h1, .page-template-tpl-home main > #form > div > .text h3.has-description > h1, .page-template-tpl-contact #form > div > .text h2.has-description > h1 {
        max-width: calc(28% - 50px); } }
    @media screen and (max-width: 1000px) {
      .title.has-description > h1, #footer .office h2.has-description > h1, #footer .contact h2.has-description > h1, .page-template-tpl-home main > #form > div > .text h1.has-description > h1, .page-template-tpl-home main > #form > div > .text h2.has-description > h1, .page-template-tpl-home main > #form > div > .text h3.has-description > h1, .page-template-tpl-contact #form > div > .text h2.has-description > h1 {
        max-width: calc(35% - 50px); } }
    @media screen and (max-width: 900px) {
      .title.has-description > h1, #footer .office h2.has-description > h1, #footer .contact h2.has-description > h1, .page-template-tpl-home main > #form > div > .text h1.has-description > h1, .page-template-tpl-home main > #form > div > .text h2.has-description > h1, .page-template-tpl-home main > #form > div > .text h3.has-description > h1, .page-template-tpl-contact #form > div > .text h2.has-description > h1 {
        max-width: calc(40% - 50px); } }
    @media screen and (max-width: 680px) {
      .title.has-description > h1, #footer .office h2.has-description > h1, #footer .contact h2.has-description > h1, .page-template-tpl-home main > #form > div > .text h1.has-description > h1, .page-template-tpl-home main > #form > div > .text h2.has-description > h1, .page-template-tpl-home main > #form > div > .text h3.has-description > h1, .page-template-tpl-contact #form > div > .text h2.has-description > h1 {
        max-width: 100%;
        margin-right: 0px; } }
  .title.has-description > h2, #footer .office h2.has-description > h2, #footer .contact h2.has-description > h2, .page-template-tpl-home main > #form > div > .text h1.has-description > h2, .page-template-tpl-home main > #form > div > .text h2.has-description > h2, .page-template-tpl-home main > #form > div > .text h3.has-description > h2, .page-template-tpl-contact #form > div > .text h2.has-description > h2 {
    display: inline-block;
    vertical-align: bottom;
    width: 70%;
    margin: 0;
    max-width: 400px;
    font-weight: 400;
    font-size: 1.6em;
    line-height: 1.35em;
    text-transform: none; }
    @media screen and (max-width: 700px) {
      .title.has-description > h2, #footer .office h2.has-description > h2, #footer .contact h2.has-description > h2, .page-template-tpl-home main > #form > div > .text h1.has-description > h2, .page-template-tpl-home main > #form > div > .text h2.has-description > h2, .page-template-tpl-home main > #form > div > .text h3.has-description > h2, .page-template-tpl-contact #form > div > .text h2.has-description > h2 {
        max-width: calc(100% - 50px);
        width: 100%;
        margin-top: 5px;
        font-size: 1em;
        font-weight: 400; } }
  @media screen and (max-width: 680px) {
    .title.has-description, #footer .office h2.has-description, #footer .contact h2.has-description, .page-template-tpl-home main > #form > div > .text h1.has-description, .page-template-tpl-home main > #form > div > .text h2.has-description, .page-template-tpl-home main > #form > div > .text h3.has-description, .page-template-tpl-contact #form > div > .text h2.has-description {
      margin-bottom: 35px !important; } }

.title.has-sup, #footer .office h2.has-sup, #footer .contact h2.has-sup, .page-template-tpl-home main > #form > div > .text h1.has-sup, .page-template-tpl-home main > #form > div > .text h2.has-sup, .page-template-tpl-home main > #form > div > .text h3.has-sup, .page-template-tpl-contact #form > div > .text h2.has-sup {
  font-size: 1em;
  font-weight: 800;
  color: #444444;
  line-height: 1.45em;
  margin-bottom: 2.1em; }
  .title.has-sup sup, #footer .office h2.has-sup sup, #footer .contact h2.has-sup sup, .page-template-tpl-home main > #form > div > .text h1.has-sup sup, .page-template-tpl-home main > #form > div > .text h2.has-sup sup, .page-template-tpl-home main > #form > div > .text h3.has-sup sup, .page-template-tpl-contact #form > div > .text h2.has-sup sup {
    margin-left: 5px;
    font-size: 0.8em;
    letter-spacing: 0.05em;
    color: #654BFF;
    text-transform: uppercase;
    position: relative;
    top: -13px; }
  .title.has-sup.sup-with-background sup, #footer .office h2.has-sup.sup-with-background sup, #footer .contact h2.has-sup.sup-with-background sup, .page-template-tpl-home main > #form > div > .text h1.has-sup.sup-with-background sup, .page-template-tpl-home main > #form > div > .text h2.has-sup.sup-with-background sup, .page-template-tpl-home main > #form > div > .text h3.has-sup.sup-with-background sup, .page-template-tpl-contact #form > div > .text h2.has-sup.sup-with-background sup {
    border-radius: 50%;
    color: #fff;
    background: #654BFF;
    height: 20px;
    width: 20px;
    text-align: center;
    line-height: 20px;
    display: inline-block; }

.title.simple, #footer .office h2, #footer .contact h2, .page-template-tpl-home main > #form > div > .text h1.simple, .page-template-tpl-home main > #form > div > .text h2.simple, .page-template-tpl-home main > #form > div > .text h3.simple, .page-template-tpl-contact #form > div > .text h2.simple {
  font-weight: bold;
  font-size: 1.065em;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  line-height: 1.45em; }

.block-expertise {
  margin-bottom: 80px; }
  .block-expertise.all-description {
    display: flex;
    flex-wrap: wrap; }
    .block-expertise.all-description > .title, #footer .office .block-expertise.all-description > h2, #footer .contact .block-expertise.all-description > h2, .page-template-tpl-home main > #form > div > .text .block-expertise.all-description > h1, .page-template-tpl-home main > #form > div > .text .block-expertise.all-description > h2, .page-template-tpl-home main > #form > div > .text .block-expertise.all-description > h3, .page-template-tpl-contact #form > div > .text .block-expertise.all-description > h2 {
      width: calc(100% - 50px);
      max-width: calc(25% - 50px);
      margin-right: 50px; }
      .block-expertise.all-description > .title h2.has-point .point, #footer .office .block-expertise.all-description > h2 h2.has-point .point, #footer .contact .block-expertise.all-description > h2 h2.has-point .point, .page-template-tpl-home main > #form > div > .text .block-expertise.all-description > h1 h2.has-point .point, .page-template-tpl-home main > #form > div > .text .block-expertise.all-description > h2 h2.has-point .point, .page-template-tpl-home main > #form > div > .text .block-expertise.all-description > h3 h2.has-point .point, .page-template-tpl-contact #form > div > .text .block-expertise.all-description > h2 h2.has-point .point {
        display: none !important; }
      @media screen and (max-width: 1450px) {
        .block-expertise.all-description > .title, #footer .office .block-expertise.all-description > h2, #footer .contact .block-expertise.all-description > h2, .page-template-tpl-home main > #form > div > .text .block-expertise.all-description > h1, .page-template-tpl-home main > #form > div > .text .block-expertise.all-description > h2, .page-template-tpl-home main > #form > div > .text .block-expertise.all-description > h3, .page-template-tpl-contact #form > div > .text .block-expertise.all-description > h2 {
          max-width: calc(20% - 50px);
          font-size: 45px; } }
      @media screen and (max-width: 1230px) {
        .block-expertise.all-description > .title, #footer .office .block-expertise.all-description > h2, #footer .contact .block-expertise.all-description > h2, .page-template-tpl-home main > #form > div > .text .block-expertise.all-description > h1, .page-template-tpl-home main > #form > div > .text .block-expertise.all-description > h2, .page-template-tpl-home main > #form > div > .text .block-expertise.all-description > h3, .page-template-tpl-contact #form > div > .text .block-expertise.all-description > h2 {
          margin-right: 30px;
          max-width: calc(25% - 15px); } }
      @media screen and (max-width: 950px) {
        .block-expertise.all-description > .title, #footer .office .block-expertise.all-description > h2, #footer .contact .block-expertise.all-description > h2, .page-template-tpl-home main > #form > div > .text .block-expertise.all-description > h1, .page-template-tpl-home main > #form > div > .text .block-expertise.all-description > h2, .page-template-tpl-home main > #form > div > .text .block-expertise.all-description > h3, .page-template-tpl-contact #form > div > .text .block-expertise.all-description > h2 {
          margin-right: 0px;
          max-width: calc(40% - 30px); } }
      @media screen and (max-width: 775px) {
        .block-expertise.all-description > .title, #footer .office .block-expertise.all-description > h2, #footer .contact .block-expertise.all-description > h2, .page-template-tpl-home main > #form > div > .text .block-expertise.all-description > h1, .page-template-tpl-home main > #form > div > .text .block-expertise.all-description > h2, .page-template-tpl-home main > #form > div > .text .block-expertise.all-description > h3, .page-template-tpl-contact #form > div > .text .block-expertise.all-description > h2 {
          margin-right: 0px;
          max-width: 100%; } }
    .block-expertise.all-description > .types {
      width: calc(100% - 50px);
      max-width: 50%;
      margin-right: 50px; }
      @media screen and (max-width: 1450px) {
        .block-expertise.all-description > .types {
          max-width: calc(55% - 30px);
          margin-right: 30px; } }
      @media screen and (max-width: 1230px) {
        .block-expertise.all-description > .types {
          max-width: 70%;
          margin-right: 0px; } }
      @media screen and (max-width: 950px) {
        .block-expertise.all-description > .types {
          margin-right: 0px;
          max-width: 100%;
          margin-top: 25px; } }
      @media screen and (max-width: 775px) {
        .block-expertise.all-description > .types {
          max-width: 100%;
          margin-top: 25px; } }
      .block-expertise.all-description > .types > ul {
        display: flex;
        flex-wrap: wrap;
        align-items: flex-start;
        padding: 0;
        margin: 0;
        list-style: none; }
        .block-expertise.all-description > .types > ul > li {
          width: calc(100% - 30px);
          max-width: calc(33% - 30px);
          margin-right: 30px;
          line-height: 23px;
          font-weight: 800; }
          @media screen and (max-width: 775px) {
            .block-expertise.all-description > .types > ul > li {
              margin-right: 30px;
              max-width: calc(50% - 30px); } }
          @media screen and (max-width: 515px) {
            .block-expertise.all-description > .types > ul > li {
              margin-right: 0px;
              max-width: 100%; } }
          @media screen and (max-width: 775px) {
            .block-expertise.all-description > .types > ul > li:nth-child(2) {
              margin-right: 30px; } }
          @media screen and (max-width: 515px) {
            .block-expertise.all-description > .types > ul > li:nth-child(2) {
              margin-right: 0px; } }
    .block-expertise.all-description > .action {
      width: calc(100% - 50px);
      max-width: calc(25% - 50px);
      text-align: right; }
      @media screen and (max-width: 1230px) {
        .block-expertise.all-description > .action {
          max-width: calc(25% - 15px);
          margin-right: 0px;
          max-width: 100%;
          text-align: left;
          order: 5; } }
    .block-expertise.all-description > .line {
      width: 100%;
      margin-bottom: 15px; }
      @media screen and (max-width: 1230px) {
        .block-expertise.all-description > .line {
          order: 4; } }
    .block-expertise.all-description > .description {
      width: 100%;
      font-weight: 600; }
      @media screen and (max-width: 1230px) {
        .block-expertise.all-description > .description {
          margin-top: 25px;
          order: 3; } }

.expertises-grid {
  display: flex;
  flex-wrap: wrap;
  width: 100%; }
  .expertises-grid.full-space {
    justify-content: space-between; }
  .expertises-grid > .block-expertise {
    margin-right: 50px;
    width: calc(100% - 50px);
    max-width: calc(25% - 50px); }
    @media screen and (max-width: 1100px) {
      .expertises-grid > .block-expertise {
        max-width: calc(50% - 50px); }
        .expertises-grid > .block-expertise:nth-child(2) {
          margin-right: 0px; } }
    @media screen and (max-width: 650px) {
      .expertises-grid > .block-expertise {
        max-width: 100%;
        margin-right: 0px; } }
    .expertises-grid > .block-expertise:last-child {
      margin-right: 0px; }
  .expertises-grid.big-first > .block-expertise:first-child {
    max-width: calc(50% - 100px); }
    @media screen and (max-width: 650px) {
      .expertises-grid.big-first > .block-expertise:first-child {
        max-width: 100%;
        margin-right: 0px; } }
  .expertises-grid.big-first > .block-expertise:nth-child(3) {
    margin-right: 0px; }

.project.small h3 {
  font-weight: normal;
  font-size: 16px;
  line-height: 145.6%;
  margin-bottom: 15px;
  margin-top: 0; }

.project.small .tags {
  margin-top: 15px;
  font-weight: 300; }
  .project.small .tags ul {
    margin: 0;
    padding: 0;
    margin-bottom: 10px;
    list-style: none; }
    .project.small .tags ul li {
      display: inline-block;
      vertical-align: middle;
      margin-bottom: 10px;
      margin-right: 10px;
      font-size: 0.95em;
      line-height: 1.4em; }
      .project.small .tags ul li a {
        text-decoration: none; }

.project.with-description {
  margin-bottom: 50px; }
  @media screen and (max-width: 650px) {
    .project.with-description {
      margin-bottom: 35px; } }
  .project.with-description h3 {
    font-weight: 500;
    font-size: 1.2em;
    font-size: 16px;
    line-height: 145.6%;
    margin-bottom: 5px;
    margin-top: 0px;
    color: #000; }
    @media screen and (max-width: 650px) {
      .project.with-description h3 {
        font-size: 1.1em; } }
  .project.with-description .tags {
    font-weight: 400; }
    .project.with-description .tags ul {
      margin: 0;
      padding: 0;
      margin-bottom: 0px;
      list-style: none; }
      .project.with-description .tags ul li {
        display: inline-block;
        vertical-align: middle;
        margin-bottom: 10px;
        margin-right: 10px;
        font-size: 0.95em;
        line-height: 1.4em; }
        .project.with-description .tags ul li a {
          text-decoration: none; }
          .project.with-description .tags ul li a:after {
            content: " ";
            border-bottom: 1px solid #444444;
            width: 100%;
            display: block;
            position: relative;
            top: -3px;
            opacity: 0.7;
            transition: all 350ms cubic-bezier(0.77, 0, 0.175, 1); }
          .project.with-description .tags ul li a:hover:after {
            border-color: #654BFF; }
  .project.with-description .date {
    margin-top: 20px;
    margin-bottom: 15px;
    font-weight: 300;
    font-size: 0.95em;
    line-height: 1.4em; }
  .project.with-description .descrition p {
    margin: 0;
    font-weight: 500;
    font-size: 16px;
    line-height: 145.6%; }

.simple > .project {
  display: flex;
  flex-direction: column; }
  .simple > .project .description, .simple > .project .date {
    display: none; }
  .simple > .project h3 {
    font-weight: 500;
    font-size: 16px;
    order: 2; }
  .simple > .project .tags {
    order: 3; }
    .simple > .project .tags a {
      text-decoration: none !important;
      color: #000;
      font-weight: 400;
      font-size: 13px;
      line-height: 145.6%;
      transition: all 350ms cubic-bezier(0.77, 0, 0.175, 1); }
      .simple > .project .tags a:after {
        display: none !important; }
      .simple > .project .tags a:hover {
        color: #654BFF; }
  .simple > .project .picture-wrapper {
    order: 1;
    margin-bottom: 15px; }

.projects-grid {
  display: flex;
  flex-wrap: wrap; }
  .projects-grid > .project {
    max-width: 30%;
    width: 100%; }
    .projects-grid > .project:nth-child(2), .projects-grid > .project:nth-child(5) {
      margin-left: 5%;
      margin-right: 5%; }
    @media screen and (max-width: 1050px) {
      .projects-grid > .project {
        max-width: 45%; }
        .projects-grid > .project:nth-child(2), .projects-grid > .project:nth-child(4) {
          margin-left: 10%;
          margin-right: 0; }
        .projects-grid > .project:nth-child(5) {
          margin-left: 0%;
          margin-right: 0%; } }
    @media screen and (max-width: 650px) {
      .projects-grid > .project {
        max-width: 100%; }
        .projects-grid > .project:nth-child(2), .projects-grid > .project:nth-child(4), .projects-grid > .project:nth-child(5) {
          margin-left: 0%;
          margin-right: 0; } }
  @media screen and (max-width: 1050px) {
    .projects-grid.hide-third-on-small .project:nth-child(3) {
      display: none; } }
  @media screen and (max-width: 650px) {
    .projects-grid.hide-third-on-small .project:nth-child(3) {
      display: block; } }

.caldera-grid .alert.alert-success {
  padding: 20px 15px;
  background: #6FD285;
  color: #fff; }

.caldera-grid .last_row .form-group {
  margin: 0 !important; }

.caldera-grid button.link {
  border: 0;
  background: transparent; }

.caldera-grid .pointer.button {
  margin-top: 10px;
  transition: all 350ms cubic-bezier(0.77, 0, 0.175, 1); }
  .caldera-grid .pointer.button .rounded {
    margin-top: 1px; }

.caldera-grid .pointer.button:not(:hover) {
  margin-right: 0px; }

.caldera-grid div[class*="col-sm-"] {
  padding-bottom: 0; }

.caldera-grid .col-sm-4 {
  max-width: calc(33.3333% - 20px);
  margin-right: 30px; }
  .caldera-grid .col-sm-4.last_col {
    margin-right: 0%; }
  @media screen and (max-width: 1000px) {
    .caldera-grid .col-sm-4 {
      max-width: calc(100% - 15px);
      width: calc(100% - 15px);
      margin-right: 0%; } }

.caldera-grid .form-group.right {
  text-align: right; }

.caldera-grid .form-group, .caldera-grid .single .form-group {
  position: relative;
  margin: 0 0 35px 0 !important; }
  .caldera-grid .form-group.has-error > label, .caldera-grid .form-group.has-error .parsley-required, .caldera-grid .single .form-group.has-error > label, .caldera-grid .single .form-group.has-error .parsley-required {
    color: #654BFF; }
  .caldera-grid .form-group.has-error .form-control, .caldera-grid .single .form-group.has-error .form-control {
    background: #FB6666;
    box-shadow: none !important;
    border-color: #444444 !important;
    border: none; }
  .caldera-grid .form-group a, .caldera-grid .single .form-group a {
    color: #654BFF;
    text-decoration: none;
    transition: 0.2s all ease-in-out; }
    .caldera-grid .form-group a:hover, .caldera-grid .form-group a:focus, .caldera-grid .single .form-group a:hover, .caldera-grid .single .form-group a:focus {
      color: #444444; }
  .caldera-grid .form-group .caldera-forms-consent-field p, .caldera-grid .single .form-group .caldera-forms-consent-field p {
    display: inline-block; }
  .caldera-grid .form-group .checkbox-inline, .caldera-grid .form-group .checkbox, .caldera-grid .single .form-group .checkbox-inline, .caldera-grid .single .form-group .checkbox {
    margin-top: 0px; }
    .caldera-grid .form-group .checkbox-inline br, .caldera-grid .form-group .checkbox br, .caldera-grid .single .form-group .checkbox-inline br, .caldera-grid .single .form-group .checkbox br {
      display: none; }
    .caldera-grid .form-group .checkbox-inline input[type='checkbox'], .caldera-grid .form-group .checkbox input[type='checkbox'], .caldera-grid .single .form-group .checkbox-inline input[type='checkbox'], .caldera-grid .single .form-group .checkbox input[type='checkbox'] {
      position: absolute;
      left: -100vw; }
      .caldera-grid .form-group .checkbox-inline input[type='checkbox']:checked + label:before, .caldera-grid .form-group .checkbox-inline input[type='checkbox']:checked ~ label:before, .caldera-grid .form-group .checkbox input[type='checkbox']:checked + label:before, .caldera-grid .form-group .checkbox input[type='checkbox']:checked ~ label:before, .caldera-grid .single .form-group .checkbox-inline input[type='checkbox']:checked + label:before, .caldera-grid .single .form-group .checkbox-inline input[type='checkbox']:checked ~ label:before, .caldera-grid .single .form-group .checkbox input[type='checkbox']:checked + label:before, .caldera-grid .single .form-group .checkbox input[type='checkbox']:checked ~ label:before {
        background: #654BFF; }
    .caldera-grid .form-group .checkbox-inline label, .caldera-grid .form-group .checkbox label, .caldera-grid .single .form-group .checkbox-inline label, .caldera-grid .single .form-group .checkbox label {
      padding-left: 15px;
      font-weight: normal;
      margin-left: 0 !important;
      font-size: 21px;
      line-height: 25px;
      /* absolute/NOIR */
      color: rgba(0, 0, 0, 0.4);
      cursor: pointer; }
      .caldera-grid .form-group .checkbox-inline label.checked:before, .caldera-grid .form-group .checkbox label.checked:before, .caldera-grid .single .form-group .checkbox-inline label.checked:before, .caldera-grid .single .form-group .checkbox label.checked:before {
        background: #654BFF;
        border-color: #654BFF; }
      .caldera-grid .form-group .checkbox-inline label p, .caldera-grid .form-group .checkbox label p, .caldera-grid .single .form-group .checkbox-inline label p, .caldera-grid .single .form-group .checkbox label p {
        margin: 0px;
        max-width: calc(100% - 30px);
        display: inline;
        text-indent: 0px;
        font-weight: 400; }
      .caldera-grid .form-group .checkbox-inline label:before, .caldera-grid .form-group .checkbox label:before, .caldera-grid .single .form-group .checkbox-inline label:before, .caldera-grid .single .form-group .checkbox label:before {
        display: inline-block;
        height: 25px;
        width: 25px;
        border: 1px solid #654BFF;
        border: 1px solid #444444;
        border: 0;
        border-radius: 100%;
        vertical-align: top;
        content: " ";
        position: absolute;
        margin-left: -35px;
        margin-top: 2px;
        background: #f4f3fa; }
  .caldera-grid .form-group.active > label, .caldera-grid .form-group.completed > label, .caldera-grid .single .form-group.active > label, .caldera-grid .single .form-group.completed > label {
    top: -23px;
    font-size: 0.85em; }
  .caldera-grid .form-group > label, .caldera-grid .single .form-group > label {
    margin: 0;
    position: absolute;
    top: 15px;
    transition: 0.2s all ease-in-out;
    font-size: 1em;
    font-weight: normal;
    text-transform: lowercase;
    font-weight: 400;
    font-size: 21px;
    line-height: 25px;
    /* absolute/NOIR */
    color: #000000;
    color: rgba(0, 0, 0, 0.4);
    left: 37px; }
  .caldera-grid .form-group .form-control, .caldera-grid .single .form-group .form-control {
    border: none;
    border-bottom: 1px solid #444444;
    border-radius: 0px;
    border: none;
    height: auto;
    padding: 20px 15px;
    box-shadow: none;
    padding-left: 0;
    color: #444444;
    font-size: 1em;
    background: transparent;
    background: #F4F3FA;
    margin-bottom: 10px;
    border-radius: 15px;
    text-indent: 37px; }
    .caldera-grid .form-group .form-control:hover, .caldera-grid .form-group .form-control:focus, .caldera-grid .single .form-group .form-control:hover, .caldera-grid .single .form-group .form-control:focus {
      box-shadow: none;
      border-bottom-color: #444444; }
  .caldera-grid .form-group.unique-field, .caldera-grid .single .form-group.unique-field {
    padding-top: 6px;
    position: relative;
    top: 14px; }
    .caldera-grid .form-group.unique-field > label, .caldera-grid .single .form-group.unique-field > label {
      top: 8px; }
    .caldera-grid .form-group.unique-field.active > label, .caldera-grid .form-group.unique-field.completed > label, .caldera-grid .single .form-group.unique-field.active > label, .caldera-grid .single .form-group.unique-field.completed > label {
      top: -25px;
      font-size: 0.85em;
      color: #654BFF; }

.custom-submit {
  background: #654BFF;
  border-radius: 15px; }
  .custom-submit:hover {
    margin-right: 0px; }
    .custom-submit:hover .text {
      padding-left: 20px; }
  .custom-submit .border {
    display: none; }
  .custom-submit .rounded {
    display: none; }
  .custom-submit.button .arrow {
    right: 25px;
    left: auto; }
  .custom-submit .arrow, .custom-submit .arrow:before, .custom-submit .arrow:after {
    background-color: #fff; }
  .custom-submit .text {
    top: 0px;
    text-align: left;
    padding-left: 20px;
    padding-right: 120px;
    padding-top: 15px;
    padding-bottom: 15px;
    left: 0px !important;
    font-weight: 300;
    font-size: 20px;
    line-height: 25px;
    /* absolute/Blanc */
    color: #FFFFFF; }

.project .picture-wrapper {
  height: auto; }

.picture-wrapper {
  height: 250px;
  min-height: 250px;
  width: 100%;
  display: block; }
  @media screen and (max-width: 680px) {
    .picture-wrapper {
      min-height: auto;
      height: auto; } }
  .picture-wrapper:hover > .picture {
    transform: scale(0.95); }
    .picture-wrapper:hover > .picture > .content {
      transform: scale(1.2); }
  .picture-wrapper:hover::before {
    width: 5px;
    height: 5px;
    transition: all 350ms cubic-bezier(0.77, 0, 0.175, 1);
    background-color: #654BFF;
    animation-name: bigger;
    transform-origin: center bottom;
    animation-duration: 1s;
    animation-fill-mode: forwards;
    opacity: 1; }
  .picture-wrapper::before {
    float: right;
    content: '';
    display: inline-block;
    display: none;
    border-radius: 10px;
    vertical-align: top;
    width: 5px;
    height: 5px;
    right: 10px;
    top: 0px;
    opacity: 0;
    position: relative;
    background-color: #EAEAEA;
    transform: translate3d(0, 20px, 0);
    transform: scale(1);
    transition: all 350ms cubic-bezier(0.77, 0, 0.175, 1); }
  .picture-wrapper > .picture {
    transition: all 350ms cubic-bezier(0.77, 0, 0.175, 1);
    overflow: hidden;
    display: flex;
    transform: scale(1);
    height: 100%;
    align-items: center; }
    .picture-wrapper > .picture > .content {
      display: block;
      transition: all 350ms cubic-bezier(0.77, 0, 0.175, 1);
      transform: scale(1); }
      .picture-wrapper > .picture > .content img {
        max-width: 100%;
        height: auto; }

.slider.glide.picture .picture-wrapper:hover > .picture {
  transform: scale(1) !important; }
  .slider.glide.picture .picture-wrapper:hover > .picture > .content {
    transform: scale(1) !important; }

.page-template-tpl-expertises {
  padding-top: 160px; }
  .page-template-tpl-expertises main .title.has-description, .page-template-tpl-expertises main #footer .office h2.has-description, #footer .office .page-template-tpl-expertises main h2.has-description, .page-template-tpl-expertises main #footer .contact h2.has-description, #footer .contact .page-template-tpl-expertises main h2.has-description, .page-template-tpl-expertises .page-template-tpl-home main > #form > div > .text h1.has-description, .page-template-tpl-home .page-template-tpl-expertises main > #form > div > .text h1.has-description, .page-template-tpl-expertises .page-template-tpl-home main > #form > div > .text h2.has-description, .page-template-tpl-home .page-template-tpl-expertises main > #form > div > .text h2.has-description, .page-template-tpl-expertises .page-template-tpl-home main > #form > div > .text h3.has-description, .page-template-tpl-home .page-template-tpl-expertises main > #form > div > .text h3.has-description, .page-template-tpl-expertises main .page-template-tpl-contact #form > div > .text h2.has-description, .page-template-tpl-contact #form > div > .text .page-template-tpl-expertises main h2.has-description {
    margin-bottom: 150px; }
    @media screen and (max-width: 680px) {
      .page-template-tpl-expertises main .title.has-description, .page-template-tpl-expertises main #footer .office h2.has-description, #footer .office .page-template-tpl-expertises main h2.has-description, .page-template-tpl-expertises main #footer .contact h2.has-description, #footer .contact .page-template-tpl-expertises main h2.has-description, .page-template-tpl-expertises .page-template-tpl-home main > #form > div > .text h1.has-description, .page-template-tpl-home .page-template-tpl-expertises main > #form > div > .text h1.has-description, .page-template-tpl-expertises .page-template-tpl-home main > #form > div > .text h2.has-description, .page-template-tpl-home .page-template-tpl-expertises main > #form > div > .text h2.has-description, .page-template-tpl-expertises .page-template-tpl-home main > #form > div > .text h3.has-description, .page-template-tpl-home .page-template-tpl-expertises main > #form > div > .text h3.has-description, .page-template-tpl-expertises main .page-template-tpl-contact #form > div > .text h2.has-description, .page-template-tpl-contact #form > div > .text .page-template-tpl-expertises main h2.has-description {
        margin-bottom: 100px !important; } }
  .page-template-tpl-expertises main > .container, .page-template-tpl-expertises .menu-iframe .social main > ul, .menu-iframe .social .page-template-tpl-expertises main > ul, .page-template-tpl-expertises .single.single-project main > #main-content > .block.slider main.glide__slide > .picture-wrapper, .single.single-project main > #main-content > .block.slider .page-template-tpl-expertises main.glide__slide > .picture-wrapper {
    padding-bottom: 80px; }

.single-expertise {
  padding-top: 130px; }
  .single-expertise #overview {
    margin-bottom: 175px; }
    @media screen and (max-width: 680px) {
      .single-expertise #overview {
        margin-bottom: 70px; } }
    .single-expertise #overview > div {
      display: flex;
      flex-wrap: wrap; }
      @media screen and (max-width: 680px) {
        .single-expertise #overview > div {
          flex-direction: column-reverse;
          padding: 0; } }
      .single-expertise #overview > div .text {
        width: 100%;
        max-width: 35%;
        padding-bottom: 40px; }
        @media screen and (max-width: 1050px) {
          .single-expertise #overview > div .text {
            max-width: 45%;
            padding: 0 35px; } }
        @media screen and (max-width: 680px) {
          .single-expertise #overview > div .text {
            max-width: 100%;
            padding-bottom: 35px; }
            .single-expertise #overview > div .text p {
              padding-left: 0;
              margin-bottom: 35px !important; }
              .single-expertise #overview > div .text p:last-child {
                margin-bottom: 0px !important; } }
        .single-expertise #overview > div .text > * {
          padding-left: 50px; }
        .single-expertise #overview > div .text p {
          margin: 0;
          margin-bottom: 50px; }
      .single-expertise #overview > div .picture {
        width: 100%;
        max-width: 65%; }
        @media screen and (max-width: 1050px) {
          .single-expertise #overview > div .picture {
            max-width: 55%; } }
        @media screen and (max-width: 680px) {
          .single-expertise #overview > div .picture {
            max-width: 100%; } }
        .single-expertise #overview > div .picture > div {
          min-width: 130%;
          position: relative;
          height: 100%;
          min-height: 364px;
          left: -30%;
          background-size: cover; }
          .single-expertise #overview > div .picture > div img {
            display: none; }
          @media screen and (min-width: 1920px) {
            .single-expertise #overview > div .picture > div {
              min-height: 464px; } }
  .single-expertise #explanations {
    padding-bottom: 75px; }
    @media screen and (max-width: 580px) {
      .single-expertise #explanations {
        padding-bottom: 70px; } }
    .single-expertise #explanations ul {
      padding: 0px;
      margin: 0px;
      list-style: none;
      display: flex;
      flex-wrap: wrap; }
      .single-expertise #explanations ul li {
        width: 100%;
        max-width: 20.5%;
        margin: 0 0 75px;
        margin-right: 6%; }
        .single-expertise #explanations ul li p {
          margin: 0; }
        .single-expertise #explanations ul li:nth-child(4n) {
          margin-right: 0%; }
        @media screen and (max-width: 950px) {
          .single-expertise #explanations ul li {
            max-width: 45%;
            margin-right: 10%; }
            .single-expertise #explanations ul li:nth-child(2n) {
              margin-right: 0%; } }
        @media screen and (max-width: 580px) {
          .single-expertise #explanations ul li {
            max-width: 100%;
            margin: 0 0 35px; } }
  .single-expertise #related {
    padding-bottom: 100px; }
    .single-expertise #related > h2 {
      margin-bottom: 65px; }
  .single-expertise #expertises {
    padding-bottom: 160px; }
    .single-expertise #expertises > h2 {
      margin-bottom: 65px; }

.page-template-tpl-works {
  padding-top: 160px; }
  @media screen and (max-width: 680px) {
    .page-template-tpl-works .slider.glide .slider__slides {
      position: relative;
      left: -10px; }
    .page-template-tpl-works .slider.glide .slider__frame.glide__slide.is-prev .picture-wrapper > .picture, .page-template-tpl-works .slider.glide .slider__frame.glide__slide.is-next .picture-wrapper > .picture {
      height: 50% !important;
      transform: scale(1, 0.8); }
      .page-template-tpl-works .slider.glide .slider__frame.glide__slide.is-prev .picture-wrapper > .picture > span, .page-template-tpl-works .slider.glide .slider__frame.glide__slide.is-next .picture-wrapper > .picture > span {
        transform: scale(1, 1.2); }
    .page-template-tpl-works .slider.glide .slider__frame.glide__slide.is-active .picture-wrapper > .picture {
      transform: scale(1, 1);
      height: 100% !important; }
      .page-template-tpl-works .slider.glide .slider__frame.glide__slide.is-active .picture-wrapper > .picture > span {
        transform: scale(1, 1); } }
  .page-template-tpl-works .tags a:after {
    display: none !important; }
  .page-template-tpl-works #works {
    padding-bottom: 100px; }
    @media screen and (max-width: 680px) {
      .page-template-tpl-works #works {
        padding-left: 0px;
        padding-bottom: 50px; }
        .page-template-tpl-works #works > .title, .page-template-tpl-works #footer .office #works > h2, #footer .office .page-template-tpl-works #works > h2, .page-template-tpl-works #footer .contact #works > h2, #footer .contact .page-template-tpl-works #works > h2, .page-template-tpl-works .page-template-tpl-home main > #form > div > .text #works > h1, .page-template-tpl-home main > #form > div > .text .page-template-tpl-works #works > h1, .page-template-tpl-works .page-template-tpl-home main > #form > div > .text #works > h2, .page-template-tpl-home main > #form > div > .text .page-template-tpl-works #works > h2, .page-template-tpl-works .page-template-tpl-home main > #form > div > .text #works > h3, .page-template-tpl-home main > #form > div > .text .page-template-tpl-works #works > h3, .page-template-tpl-works .page-template-tpl-contact #form > div > .text #works > h2, .page-template-tpl-contact #form > div > .text .page-template-tpl-works #works > h2, .page-template-tpl-works #works > div > .filter-mobile, .page-template-tpl-works #works > div > .slider-wrapper > .title, .page-template-tpl-works #footer .office #works > div > .slider-wrapper > h2, #footer .office .page-template-tpl-works #works > div > .slider-wrapper > h2, .page-template-tpl-works #footer .contact #works > div > .slider-wrapper > h2, #footer .contact .page-template-tpl-works #works > div > .slider-wrapper > h2, .page-template-tpl-works .page-template-tpl-home main > #form > div > .text #works > div > .slider-wrapper > h1, .page-template-tpl-home main > #form > div > .text .page-template-tpl-works #works > div > .slider-wrapper > h1, .page-template-tpl-works .page-template-tpl-home main > #form > div > .text #works > div > .slider-wrapper > h2, .page-template-tpl-home main > #form > div > .text .page-template-tpl-works #works > div > .slider-wrapper > h2, .page-template-tpl-works .page-template-tpl-home main > #form > div > .text #works > div > .slider-wrapper > h3, .page-template-tpl-home main > #form > div > .text .page-template-tpl-works #works > div > .slider-wrapper > h3, .page-template-tpl-works .page-template-tpl-contact #form > div > .text #works > div > .slider-wrapper > h2, .page-template-tpl-contact #form > div > .text .page-template-tpl-works #works > div > .slider-wrapper > h2 {
          padding-left: 35px;
          padding-right: 35px; } }
    .page-template-tpl-works #works .title.has-description h1, .page-template-tpl-works #works #footer .office h2.has-description h1, #footer .office .page-template-tpl-works #works h2.has-description h1, .page-template-tpl-works #works #footer .contact h2.has-description h1, #footer .contact .page-template-tpl-works #works h2.has-description h1, .page-template-tpl-works #works .page-template-tpl-home main > #form > div > .text h1.has-description h1, .page-template-tpl-home main > #form > div > .text .page-template-tpl-works #works h1.has-description h1, .page-template-tpl-works #works .page-template-tpl-home main > #form > div > .text h2.has-description h1, .page-template-tpl-home main > #form > div > .text .page-template-tpl-works #works h2.has-description h1, .page-template-tpl-works #works .page-template-tpl-home main > #form > div > .text h3.has-description h1, .page-template-tpl-home main > #form > div > .text .page-template-tpl-works #works h3.has-description h1, .page-template-tpl-works #works .page-template-tpl-contact #form > div > .text h2.has-description h1, .page-template-tpl-contact #form > div > .text .page-template-tpl-works #works h2.has-description h1 {
      max-width: 20%;
      margin-right: 0; }
    .page-template-tpl-works #works > div {
      display: flex;
      flex-wrap: wrap; }
      .page-template-tpl-works #works > div > .filter-mobile {
        display: none;
        width: 100%;
        margin-bottom: 35px; }
        @media screen and (max-width: 680px) {
          .page-template-tpl-works #works > div > .filter-mobile {
            display: flex; } }
        .page-template-tpl-works #works > div > .filter-mobile svg path {
          transition: all 350ms cubic-bezier(0.77, 0, 0.175, 1); }
        .page-template-tpl-works #works > div > .filter-mobile:hover svg path {
          stroke: #654BFF; }
        .page-template-tpl-works #works > div > .filter-mobile:hover .infos .label {
          color: #654BFF; }
        .page-template-tpl-works #works > div > .filter-mobile > .icon {
          width: 35px; }
        .page-template-tpl-works #works > div > .filter-mobile > .infos {
          width: calc(100% - 60px);
          display: flex;
          justify-content: space-between;
          align-items: center;
          padding-bottom: 10px;
          border-bottom: 1px solid #444444; }
          .page-template-tpl-works #works > div > .filter-mobile > .infos > .label {
            font-weight: 600;
            margin: 0;
            transition: all 350ms cubic-bezier(0.77, 0, 0.175, 1); }
          .page-template-tpl-works #works > div > .filter-mobile > .infos > ul {
            padding: 0;
            margin: 0;
            list-style: none; }
            .page-template-tpl-works #works > div > .filter-mobile > .infos > ul > li {
              display: none; }
              .page-template-tpl-works #works > div > .filter-mobile > .infos > ul > li.current {
                display: block; }
                .page-template-tpl-works #works > div > .filter-mobile > .infos > ul > li.current > a {
                  color: #654BFF;
                  pointer-events: none;
                  font-weight: bold;
                  text-decoration: none; }
      .page-template-tpl-works #works > div > .action.desktop {
        width: 20%; }
        .page-template-tpl-works #works > div > .action.desktop .close-action {
          display: none; }
        .page-template-tpl-works #works > div > .action.desktop ul.filters {
          padding-top: 0; }
        @media screen and (max-width: 680px) {
          .page-template-tpl-works #works > div > .action.desktop {
            position: fixed;
            top: 0;
            left: 0px;
            z-index: 10001;
            width: 0%;
            height: 0vh;
            transition: opacity 550ms cubic-bezier(0.77, 0, 0.175, 1), width 550ms cubic-bezier(0.77, 0, 0.175, 1);
            transition-delay: 200, 350;
            overflow: hidden;
            opacity: 1; }
            .page-template-tpl-works #works > div > .action.desktop.active {
              height: 100vh;
              width: 100%;
              opacity: 1; }
            .page-template-tpl-works #works > div > .action.desktop.remove {
              width: 0%;
              opacity: 1; }
            .page-template-tpl-works #works > div > .action.desktop > div {
              display: flex;
              flex-wrap: wrap;
              align-items: center;
              height: 100%;
              background: #fff;
              width: 100%; }
              .page-template-tpl-works #works > div > .action.desktop > div .close-action {
                display: block;
                position: absolute;
                top: 35px;
                right: 35px;
                z-index: 10001;
                background: #444444;
                color: #FFFFFF;
                text-decoration: none;
                height: 35px;
                width: 35px;
                text-align: center;
                line-height: 35px;
                border-radius: 100%; }
                .page-template-tpl-works #works > div > .action.desktop > div .close-action:hover {
                  background: #654BFF; }
                .page-template-tpl-works #works > div > .action.desktop > div .close-action::before {
                  content: '';
                  display: block;
                  background-color: #FFFFFF;
                  width: 18px;
                  height: 2px;
                  position: absolute;
                  right: 9px;
                  top: 16px;
                  transform: rotate(45deg);
                  transition: all 350ms cubic-bezier(0.77, 0, 0.175, 1); }
                .page-template-tpl-works #works > div > .action.desktop > div .close-action::after {
                  content: '';
                  display: block;
                  background-color: #FFFFFF;
                  width: 18px;
                  height: 2px;
                  position: absolute;
                  right: 9px;
                  top: 16px;
                  transform: rotate(-45deg);
                  transition: all 350ms cubic-bezier(0.77, 0, 0.175, 1); }
            .page-template-tpl-works #works > div > .action.desktop ul.filters {
              width: 100%;
              margin: 0;
              padding: 0;
              text-align: center; }
              .page-template-tpl-works #works > div > .action.desktop ul.filters li {
                width: 100%;
                font-size: 22px;
                margin-bottom: 35px; } }
      .page-template-tpl-works #works > div > .slider-wrapper {
        width: 80%; }
        @media screen and (max-width: 680px) {
          .page-template-tpl-works #works > div > .slider-wrapper {
            width: 100%; } }

#news {
  padding-bottom: 100px; }
  @media screen and (max-width: 680px) {
    #news .slider__slides {
      position: relative;
      left: -10px; }
    #news .slider__frame.glide__slide.is-prev .picture-wrapper > .picture, #news .slider__frame.glide__slide.is-next .picture-wrapper > .picture {
      height: 50% !important;
      transform: scale(1, 0.8); }
      #news .slider__frame.glide__slide.is-prev .picture-wrapper > .picture > span, #news .slider__frame.glide__slide.is-next .picture-wrapper > .picture > span {
        transform: scale(1, 1.2); }
    #news .slider__frame.glide__slide.is-active .picture-wrapper > .picture {
      transform: scale(1, 1);
      height: 100% !important; }
      #news .slider__frame.glide__slide.is-active .picture-wrapper > .picture > span {
        transform: scale(1, 1); } }
  #news .title.has-description h1, #news #footer .office h2.has-description h1, #footer .office #news h2.has-description h1, #news #footer .contact h2.has-description h1, #footer .contact #news h2.has-description h1, #news .page-template-tpl-home main > #form > div > .text h1.has-description h1, .page-template-tpl-home main > #form > div > .text #news h1.has-description h1, #news .page-template-tpl-home main > #form > div > .text h2.has-description h1, .page-template-tpl-home main > #form > div > .text #news h2.has-description h1, #news .page-template-tpl-home main > #form > div > .text h3.has-description h1, .page-template-tpl-home main > #form > div > .text #news h3.has-description h1, #news .page-template-tpl-contact #form > div > .text h2.has-description h1, .page-template-tpl-contact #form > div > .text #news h2.has-description h1 {
    max-width: 20%;
    margin-right: 0; }
  #news > div {
    display: flex;
    flex-wrap: wrap; }
    #news > div > .filter-mobile {
      display: none;
      width: 100%;
      margin-bottom: 35px; }
      @media screen and (max-width: 680px) {
        #news > div > .filter-mobile {
          display: flex; } }
      #news > div > .filter-mobile svg path {
        transition: all 350ms cubic-bezier(0.77, 0, 0.175, 1); }
      #news > div > .filter-mobile:hover svg path {
        stroke: #654BFF; }
      #news > div > .filter-mobile:hover .infos .label {
        color: #654BFF; }
      #news > div > .filter-mobile > .icon {
        width: 35px; }
      #news > div > .filter-mobile > .infos {
        width: calc(100% - 60px);
        display: flex;
        justify-content: space-between;
        align-items: center;
        padding-bottom: 10px;
        border-bottom: 1px solid #444444; }
        #news > div > .filter-mobile > .infos > .label {
          font-weight: 600;
          margin: 0;
          transition: all 350ms cubic-bezier(0.77, 0, 0.175, 1); }
        #news > div > .filter-mobile > .infos > ul {
          padding: 0;
          margin: 0;
          list-style: none; }
          #news > div > .filter-mobile > .infos > ul > li {
            display: none; }
            #news > div > .filter-mobile > .infos > ul > li.current {
              display: block; }
              #news > div > .filter-mobile > .infos > ul > li.current > a {
                color: #654BFF;
                pointer-events: none;
                font-weight: bold;
                text-decoration: none; }
    #news > div > .action.desktop {
      width: 20%; }
      #news > div > .action.desktop .close-action {
        display: none; }
      #news > div > .action.desktop > div {
        position: sticky;
        top: 100px; }
      #news > div > .action.desktop ul.filters {
        padding-top: 0; }
      @media screen and (max-width: 680px) {
        #news > div > .action.desktop {
          position: fixed;
          top: 0;
          left: 0px;
          z-index: 10001;
          width: 0%;
          height: 0vh;
          transition: opacity 550ms cubic-bezier(0.77, 0, 0.175, 1), width 550ms cubic-bezier(0.77, 0, 0.175, 1);
          transition-delay: 200, 350;
          overflow: hidden;
          opacity: 1; }
          #news > div > .action.desktop.active {
            height: 100vh;
            width: 100%;
            opacity: 1; }
          #news > div > .action.desktop.remove {
            width: 0%;
            opacity: 1; }
          #news > div > .action.desktop > div {
            display: flex;
            flex-wrap: wrap;
            align-items: center;
            height: 100%;
            background: #fff;
            width: 100%; }
            #news > div > .action.desktop > div .close-action {
              display: block;
              position: absolute;
              top: 35px;
              right: 35px;
              z-index: 10001;
              background: #444444;
              color: #FFFFFF;
              text-decoration: none;
              height: 35px;
              width: 35px;
              text-align: center;
              line-height: 35px;
              border-radius: 100%; }
              #news > div > .action.desktop > div .close-action:hover {
                background: #654BFF; }
              #news > div > .action.desktop > div .close-action::before {
                content: '';
                display: block;
                background-color: #FFFFFF;
                width: 18px;
                height: 2px;
                position: absolute;
                right: 9px;
                top: 16px;
                transform: rotate(45deg);
                transition: all 350ms cubic-bezier(0.77, 0, 0.175, 1); }
              #news > div > .action.desktop > div .close-action::after {
                content: '';
                display: block;
                background-color: #FFFFFF;
                width: 18px;
                height: 2px;
                position: absolute;
                right: 9px;
                top: 16px;
                transform: rotate(-45deg);
                transition: all 350ms cubic-bezier(0.77, 0, 0.175, 1); }
          #news > div > .action.desktop ul.filters {
            width: 100%;
            margin: 0;
            padding: 0;
            text-align: center; }
            #news > div > .action.desktop ul.filters li {
              width: 100%;
              font-size: 22px;
              margin-bottom: 35px; } }
  #news > div > .news {
    width: 80%; }
    @media screen and (max-width: 680px) {
      #news > div > .news {
        width: 100%; } }
    #news > div > .news > .items {
      display: flex;
      flex-wrap: wrap; }
      #news > div > .news > .items .project.with-description {
        width: 100%;
        max-width: calc(50% - 30px); }
        @media screen and (max-width: 680px) {
          #news > div > .news > .items .project.with-description {
            max-width: 100%; } }
        #news > div > .news > .items .project.with-description:nth-child(odd) {
          margin-right: 60px; }
          @media screen and (max-width: 680px) {
            #news > div > .news > .items .project.with-description:nth-child(odd) {
              margin-right: 0px; } }
        @media screen and (max-width: 680px) {
          #news > div > .news > .items .project.with-description:nth-child(even) {
            margin-top: 0px; } }

.related .project.with-description {
  width: 100%; }

#related .projects-grid .project.with-description h3 {
  color: #000 !important;
  font-weight: 500 !important; }

#related .projects-grid .project.with-description .tags {
  margin-top: 7px; }
  #related .projects-grid .project.with-description .tags a {
    text-decoration: none !important;
    color: #000;
    font-weight: 400;
    font-size: 13px;
    line-height: 145.6%;
    transition: all 350ms cubic-bezier(0.77, 0, 0.175, 1); }
    #related .projects-grid .project.with-description .tags a:after {
      display: none; }
    #related .projects-grid .project.with-description .tags a:hover {
      color: #654BFF; }

#related .projects-grid .project.with-description .date {
  display: none; }

.single-project .slider.glide.picture .picture-wrapper {
  height: 80vh !important;
  min-height: 500px; }

.single-project .slider.glide.picture .controls {
  top: auto !important; }
  .single-project .slider.glide.picture .controls > button {
    position: relative;
    top: -42vh; }

@media screen and (max-width: 36em) {
  .single-project .slider.glide.picture .picture-wrapper {
    height: 60vh !important;
    min-height: 300px; }
  .single-project .slider.glide.picture .controls {
    top: auto !important; }
    .single-project .slider.glide.picture .controls > button {
      position: relative;
      top: -32vh; } }

.page-template-tpl-contact {
  padding-top: 160px; }
  .page-template-tpl-contact #information .social p {
    font-weight: 500;
    font-size: 20px;
    line-height: 145.6%; }
  .page-template-tpl-contact #form {
    margin-top: 100px;
    padding-bottom: 150px; }
    @media screen and (max-width: 36em) {
      .page-template-tpl-contact #form {
        padding-bottom: 80px; } }
    .page-template-tpl-contact #form > div > .text {
      margin-bottom: 50px;
      text-align: center; }
    .page-template-tpl-contact #form > div > .form {
      width: 100%; }
      .page-template-tpl-contact #form > div > .form .first_row {
        margin-bottom: 0px; }
    @media screen and (max-width: 48em) {
      .page-template-tpl-contact #form > div {
        flex-wrap: wrap; }
        .page-template-tpl-contact #form > div > .text {
          width: 100%;
          margin-right: 0px;
          margin-bottom: 20px; }
        .page-template-tpl-contact #form > div > .form {
          width: 100%; }
          .page-template-tpl-contact #form > div > .form .row.first_row {
            margin-bottom: 15px; }
          .page-template-tpl-contact #form > div > .form .row.last_row .last_col {
            margin-top: 20px; } }
  .page-template-tpl-contact #information {
    background: #fff;
    padding-top: 90px; }
    @media screen and (max-width: 36em) {
      .page-template-tpl-contact #information {
        padding-top: 60px; } }
    @media screen and (max-width: 680px) {
      .page-template-tpl-contact #information > div {
        padding: 0; } }
    .page-template-tpl-contact #information > div > .social {
      margin: 0 auto 110px;
      max-width: 80%; }
      @media screen and (max-width: 36em) {
        .page-template-tpl-contact #information > div > .social {
          margin-bottom: 85px; } }
      .page-template-tpl-contact #information > div > .social ul {
        padding: 0;
        margin: 0;
        list-style: none;
        text-align: center; }
        .page-template-tpl-contact #information > div > .social ul > li {
          display: inline-block;
          margin: 0px 15px; }
    .page-template-tpl-contact #information > div > .details {
      display: flex;
      flex-wrap: wrap;
      width: 100%;
      padding: 0;
      margin: 0 auto;
      max-width: 80%;
      justify-content: space-between;
      padding-bottom: 30px;
      align-items: flex-end;
      list-style: none; }
      @media screen and (max-width: 680px) {
        .page-template-tpl-contact #information > div > .details {
          max-width: 100%;
          padding: 0 35px; } }
      .page-template-tpl-contact #information > div > .details > li {
        margin-right: 50px;
        width: calc(100% - 50px);
        max-width: calc(33% - 50px);
        padding-bottom: 20px;
        border-bottom: 1px solid #1E1E1E;
        line-height: 1.45em;
        font-size: 1em; }
        @media screen and (max-width: 680px) {
          .page-template-tpl-contact #information > div > .details > li {
            max-width: 100%;
            width: 100%;
            margin-right: 0px;
            margin-bottom: 35px; } }
        @media screen and (max-width: 680px) {
          .page-template-tpl-contact #information > div > .details > li:last-child {
            margin-bottom: 75px; } }
        .page-template-tpl-contact #information > div > .details > li:last-child {
          margin-right: 0px; }
    .page-template-tpl-contact #information > div > #map {
      min-height: 300px;
      height: 50vh;
      margin: 0 auto;
      max-width: 80%; }
      @media screen and (max-width: 680px) {
        .page-template-tpl-contact #information > div > #map {
          max-width: 100%; } }

@media screen and (min-width: 768px) {
  .post-template-default.single.single-post h1.has-point,
  .single.single-project h1.has-point {
    font-weight: normal;
    font-size: 54px;
    line-height: 125.6%; } }

.post-template-default.single.single-post {
  padding-top: 160px; }
  .post-template-default.single.single-post img {
    max-width: 100%; }
  .post-template-default.single.single-post main > header > .picture {
    margin-top: 50px;
    padding: 0 40px; }
    @media screen and (max-width: 650px) {
      .post-template-default.single.single-post main > header > .picture {
        max-width: 100%;
        padding: 0;
        margin-top: 50px; } }
  .post-template-default.single.single-post main > #tags {
    position: relative;
    top: -20px;
    background: #FFFFFF;
    padding: 25px 0; }
    .post-template-default.single.single-post main > #tags > .container, .post-template-default.single.single-post .menu-iframe .social main > #tags > ul, .menu-iframe .social .post-template-default.single.single-post main > #tags > ul, .post-template-default.single.single-post .single.single-project main > #main-content > .block.slider main > .glide__slide#tags > .picture-wrapper, .single.single-project main > #main-content > .block.slider .post-template-default.single.single-post main > .glide__slide#tags > .picture-wrapper {
      display: flex;
      flex-wrap: wrap; }
      .post-template-default.single.single-post main > #tags > .container h2, .post-template-default.single.single-post .menu-iframe .social main > #tags > ul h2, .menu-iframe .social .post-template-default.single.single-post main > #tags > ul h2, .post-template-default.single.single-post .single.single-project main > #main-content > .block.slider main > .glide__slide#tags > .picture-wrapper h2, .single.single-project main > #main-content > .block.slider .post-template-default.single.single-post main > .glide__slide#tags > .picture-wrapper h2 {
        margin-bottom: 10px; }
        @media screen and (max-width: 680px) {
          .post-template-default.single.single-post main > #tags > .container h2, .post-template-default.single.single-post .menu-iframe .social main > #tags > ul h2, .menu-iframe .social .post-template-default.single.single-post main > #tags > ul h2, .post-template-default.single.single-post .single.single-project main > #main-content > .block.slider main > .glide__slide#tags > .picture-wrapper h2, .single.single-project main > #main-content > .block.slider .post-template-default.single.single-post main > .glide__slide#tags > .picture-wrapper h2 {
            margin-bottom: 5px; } }
      .post-template-default.single.single-post main > #tags > .container > .user, .post-template-default.single.single-post .menu-iframe .social main > #tags > ul > .user, .menu-iframe .social .post-template-default.single.single-post main > #tags > ul > .user, .post-template-default.single.single-post .single.single-project main > #main-content > .block.slider main > .glide__slide#tags > .picture-wrapper > .user, .single.single-project main > #main-content > .block.slider .post-template-default.single.single-post main > .glide__slide#tags > .picture-wrapper > .user {
        width: 100%;
        max-width: 400px;
        margin-right: 50px; }
        .post-template-default.single.single-post main > #tags > .container > .user > .picture, .post-template-default.single.single-post .menu-iframe .social main > #tags > ul > .user > .picture, .menu-iframe .social .post-template-default.single.single-post main > #tags > ul > .user > .picture, .post-template-default.single.single-post .single.single-project main > #main-content > .block.slider main > .glide__slide#tags > .picture-wrapper > .user > .picture, .single.single-project main > #main-content > .block.slider .post-template-default.single.single-post main > .glide__slide#tags > .picture-wrapper > .user > .picture {
          max-width: 90px;
          margin-right: 25px;
          display: inline-block;
          vertical-align: top;
          border-radius: 100%;
          overflow: hidden; }
          .post-template-default.single.single-post main > #tags > .container > .user > .picture img, .post-template-default.single.single-post .menu-iframe .social main > #tags > ul > .user > .picture img, .menu-iframe .social .post-template-default.single.single-post main > #tags > ul > .user > .picture img, .post-template-default.single.single-post .single.single-project main > #main-content > .block.slider main > .glide__slide#tags > .picture-wrapper > .user > .picture img, .single.single-project main > #main-content > .block.slider .post-template-default.single.single-post main > .glide__slide#tags > .picture-wrapper > .user > .picture img {
            transform: scale(1.15);
            position: relative;
            top: 5px; }
        .post-template-default.single.single-post main > #tags > .container > .user > .informations, .post-template-default.single.single-post .menu-iframe .social main > #tags > ul > .user > .informations, .menu-iframe .social .post-template-default.single.single-post main > #tags > ul > .user > .informations, .post-template-default.single.single-post .single.single-project main > #main-content > .block.slider main > .glide__slide#tags > .picture-wrapper > .user > .informations, .single.single-project main > #main-content > .block.slider .post-template-default.single.single-post main > .glide__slide#tags > .picture-wrapper > .user > .informations {
          max-width: 285px;
          display: inline-block;
          vertical-align: middle; }
          .post-template-default.single.single-post main > #tags > .container > .user > .informations p, .post-template-default.single.single-post .menu-iframe .social main > #tags > ul > .user > .informations p, .menu-iframe .social .post-template-default.single.single-post main > #tags > ul > .user > .informations p, .post-template-default.single.single-post .single.single-project main > #main-content > .block.slider main > .glide__slide#tags > .picture-wrapper > .user > .informations p, .single.single-project main > #main-content > .block.slider .post-template-default.single.single-post main > .glide__slide#tags > .picture-wrapper > .user > .informations p {
            font-size: 13.5px; }
      .post-template-default.single.single-post main > #tags > .container > .date, .post-template-default.single.single-post .menu-iframe .social main > #tags > ul > .date, .menu-iframe .social .post-template-default.single.single-post main > #tags > ul > .date, .post-template-default.single.single-post .single.single-project main > #main-content > .block.slider main > .glide__slide#tags > .picture-wrapper > .date, .single.single-project main > #main-content > .block.slider .post-template-default.single.single-post main > .glide__slide#tags > .picture-wrapper > .date {
        max-width: 150px;
        width: 100%; }
        .post-template-default.single.single-post main > #tags > .container > .date > p, .post-template-default.single.single-post .menu-iframe .social main > #tags > ul > .date > p, .menu-iframe .social .post-template-default.single.single-post main > #tags > ul > .date > p, .post-template-default.single.single-post .single.single-project main > #main-content > .block.slider main > .glide__slide#tags > .picture-wrapper > .date > p, .single.single-project main > #main-content > .block.slider .post-template-default.single.single-post main > .glide__slide#tags > .picture-wrapper > .date > p {
          margin: 0;
          font-size: 0.9em; }
      .post-template-default.single.single-post main > #tags > .container > .categories, .post-template-default.single.single-post .menu-iframe .social main > #tags > ul > .categories, .menu-iframe .social .post-template-default.single.single-post main > #tags > ul > .categories, .post-template-default.single.single-post .single.single-project main > #main-content > .block.slider main > .glide__slide#tags > .picture-wrapper > .categories, .single.single-project main > #main-content > .block.slider .post-template-default.single.single-post main > .glide__slide#tags > .picture-wrapper > .categories {
        max-width: 200px;
        width: 100%;
        margin-right: 60px; }
        .post-template-default.single.single-post main > #tags > .container > .categories > ul, .post-template-default.single.single-post .menu-iframe .social main > #tags > ul > .categories > ul, .menu-iframe .social .post-template-default.single.single-post main > #tags > ul > .categories > ul, .post-template-default.single.single-post .single.single-project main > #main-content > .block.slider main > .glide__slide#tags > .picture-wrapper > .categories > ul, .single.single-project main > #main-content > .block.slider .post-template-default.single.single-post main > .glide__slide#tags > .picture-wrapper > .categories > ul {
          padding: 0;
          margin: 0;
          list-style: none; }
          .post-template-default.single.single-post main > #tags > .container > .categories > ul > li, .post-template-default.single.single-post .menu-iframe .social main > #tags > ul > .categories > ul > li, .menu-iframe .social .post-template-default.single.single-post main > #tags > ul > .categories > ul > li, .post-template-default.single.single-post .single.single-project main > #main-content > .block.slider main > .glide__slide#tags > .picture-wrapper > .categories > ul > li, .single.single-project main > #main-content > .block.slider .post-template-default.single.single-post main > .glide__slide#tags > .picture-wrapper > .categories > ul > li {
            display: inline-block;
            vertical-align: bottom;
            margin-right: 20px;
            margin-bottom: 20px; }
            .post-template-default.single.single-post main > #tags > .container > .categories > ul > li > a, .post-template-default.single.single-post .menu-iframe .social main > #tags > ul > .categories > ul > li > a, .menu-iframe .social .post-template-default.single.single-post main > #tags > ul > .categories > ul > li > a, .post-template-default.single.single-post .single.single-project main > #main-content > .block.slider main > .glide__slide#tags > .picture-wrapper > .categories > ul > li > a, .single.single-project main > #main-content > .block.slider .post-template-default.single.single-post main > .glide__slide#tags > .picture-wrapper > .categories > ul > li > a {
              font-size: 0.9em; }
  .post-template-default.single.single-post main > #bottom-actions {
    margin-top: 100px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 50px; }
    .post-template-default.single.single-post main > #bottom-actions > div.share > a {
      color: #1E1E1E;
      margin-left: 15px; }
      .post-template-default.single.single-post main > #bottom-actions > div.share > a:hover, .post-template-default.single.single-post main > #bottom-actions > div.share > a:focus {
        color: #654BFF; }
  .post-template-default.single.single-post main > #related {
    margin-top: 60px;
    margin-bottom: 60px; }
    .post-template-default.single.single-post main > #related .title.simple, .post-template-default.single.single-post main > #related #footer .office h2, #footer .office .post-template-default.single.single-post main > #related h2, .post-template-default.single.single-post main > #related #footer .contact h2, #footer .contact .post-template-default.single.single-post main > #related h2, .post-template-default.single.single-post main > #related .page-template-tpl-home main > #form > div > .text h1.simple, .page-template-tpl-home main > #form > div > .text .post-template-default.single.single-post main > #related h1.simple, .post-template-default.single.single-post main > #related .page-template-tpl-home main > #form > div > .text h2.simple, .page-template-tpl-home main > #form > div > .text .post-template-default.single.single-post main > #related h2.simple, .post-template-default.single.single-post main > #related .page-template-tpl-home main > #form > div > .text h3.simple, .page-template-tpl-home main > #form > div > .text .post-template-default.single.single-post main > #related h3.simple, .post-template-default.single.single-post main > #related .page-template-tpl-contact #form > div > .text h2.simple, .page-template-tpl-contact #form > div > .text .post-template-default.single.single-post main > #related h2.simple {
      margin-bottom: 60px; }
  .post-template-default.single.single-post main > #main-content > .actions {
    text-align: right;
    margin-top: 40px;
    margin-bottom: 60px;
    font-size: 1em; }
    .post-template-default.single.single-post main > #main-content > .actions > span > a {
      color: #1E1E1E;
      margin-left: 15px; }
      .post-template-default.single.single-post main > #main-content > .actions > span > a:hover, .post-template-default.single.single-post main > #main-content > .actions > span > a:focus {
        color: #654BFF; }
  .post-template-default.single.single-post main > #main-content > .block.color h2 {
    margin-bottom: 25px; }
  .post-template-default.single.single-post main > #main-content > .block.color h3.title.simple, .post-template-default.single.single-post main > #main-content > .block.color .page-template-tpl-home main > #form > div > .text h3.simple, .page-template-tpl-home main > #form > div > .text .post-template-default.single.single-post main > #main-content > .block.color h3.simple {
    margin-bottom: 0px;
    margin-top: 15px;
    transform: translateY(15px); }
  .post-template-default.single.single-post main > #main-content > .block.color > ul {
    display: flex;
    padding: 0;
    margin: 0;
    list-style: none;
    margin-top: 0px;
    flex-wrap: wrap;
    width: calc(100% + 30px);
    position: relative;
    left: -15px; }
    .post-template-default.single.single-post main > #main-content > .block.color > ul li {
      max-width: calc(25% - 30px);
      margin: 30px 15px 0px;
      width: 100%; }
      @media screen and (max-width: 48em) {
        .post-template-default.single.single-post main > #main-content > .block.color > ul li {
          max-width: calc(50% - 30px); } }
      .post-template-default.single.single-post main > #main-content > .block.color > ul li > .color {
        width: 100%;
        height: 70px;
        border-radius: 5px; }
      .post-template-default.single.single-post main > #main-content > .block.color > ul li > .label {
        margin-top: 10px;
        font-size: 14px;
        text-transform: uppercase; }
  .post-template-default.single.single-post main > #main-content > .block.slider {
    max-width: 100%; }
    .post-template-default.single.single-post main > #main-content > .block.slider .glide__slide > .picture-wrapper {
      max-width: 1200px;
      margin: 0 auto; }
      .post-template-default.single.single-post main > #main-content > .block.slider .glide__slide > .picture-wrapper > .picture {
        width: 100%;
        padding: 0 30px; }
        .post-template-default.single.single-post main > #main-content > .block.slider .glide__slide > .picture-wrapper > .picture .content {
          max-width: 100%;
          width: 1200px; }
          .post-template-default.single.single-post main > #main-content > .block.slider .glide__slide > .picture-wrapper > .picture .content img {
            max-width: 100%;
            width: 1200px; }
  .post-template-default.single.single-post main > #main-content > .block.space {
    display: block;
    height: 0px; }
  .post-template-default.single.single-post main > #main-content > .block.picture > .legend {
    margin: 10px 0 0;
    font-size: 0.85em;
    line-height: 1.45em; }
  .post-template-default.single.single-post main > #main-content > .block.text > div {
    max-width: 60%;
    margin: 0 auto; }
    @media screen and (max-width: 36em) {
      .post-template-default.single.single-post main > #main-content > .block.text > div {
        max-width: 100%; } }
  .post-template-default.single.single-post main > #main-content > .block.text h2 {
    font-weight: bold;
    font-size: 1.2em;
    letter-spacing: 0.2em;
    text-transform: uppercase;
    line-height: 1.45em;
    margin-bottom: 30px; }
  .post-template-default.single.single-post main > #main-content > .block.text h3 {
    font-weight: bold;
    font-size: 1.15em;
    margin-bottom: 30px; }
  .post-template-default.single.single-post main > #main-content > .block.text p {
    margin-bottom: 30px;
    line-height: 26px;
    font-size: 18px; }
    .post-template-default.single.single-post main > #main-content > .block.text p:last-child {
      margin-bottom: 0px; }
  .post-template-default.single.single-post main > #main-content > .block.text ul {
    padding: 0;
    margin: 0;
    padding-left: 10px; }
    .post-template-default.single.single-post main > #main-content > .block.text ul li {
      padding-left: 30px;
      margin-bottom: 30px;
      line-height: 26px;
      font-size: 18px; }
      .post-template-default.single.single-post main > #main-content > .block.text ul li:last-child {
        margin-bottom: 0px; }

.single.single-project {
  padding-top: 160px; }
  .single.single-project img {
    max-width: 100%; }
  .single.single-project main > header > .picture {
    margin-top: 50px; }
    @media screen and (max-width: 650px) {
      .single.single-project main > header > .picture {
        max-width: 100%;
        padding: 0;
        margin-top: 50px; } }
  .single.single-project main > #expertises {
    padding-bottom: 30px; }
    .single.single-project main > #expertises .title, .single.single-project main > #expertises #footer .office h2, #footer .office .single.single-project main > #expertises h2, .single.single-project main > #expertises #footer .contact h2, #footer .contact .single.single-project main > #expertises h2, .single.single-project main > #expertises .page-template-tpl-home main > #form > div > .text h1, .page-template-tpl-home main > #form > div > .text .single.single-project main > #expertises h1, .single.single-project main > #expertises .page-template-tpl-home main > #form > div > .text h2, .page-template-tpl-home main > #form > div > .text .single.single-project main > #expertises h2, .single.single-project main > #expertises .page-template-tpl-home main > #form > div > .text h3, .page-template-tpl-home main > #form > div > .text .single.single-project main > #expertises h3, .single.single-project main > #expertises .page-template-tpl-contact #form > div > .text h2, .page-template-tpl-contact #form > div > .text .single.single-project main > #expertises h2 {
      margin-bottom: 50px; }
  .single.single-project main > #informations {
    position: relative;
    top: -20px;
    background: #FFFFFF; }
    .single.single-project main > #informations > hr {
      border: none;
      border-bottom: 1px solid #EAEAEA;
      margin: 0; }
    .single.single-project main > #informations > .container, .single.single-project .menu-iframe .social main > #informations > ul, .menu-iframe .social .single.single-project main > #informations > ul, .single.single-project main > #main-content > .block.slider main > .glide__slide#informations > .picture-wrapper {
      display: flex;
      flex-wrap: wrap; }
      .single.single-project main > #informations > .container > div, .single.single-project .menu-iframe .social main > #informations > ul > div, .menu-iframe .social .single.single-project main > #informations > ul > div, .single.single-project main > #main-content > .block.slider main > .glide__slide#informations > .picture-wrapper > div {
        padding-top: 40px;
        padding-bottom: 40px;
        width: 100%; }
        @media screen and (max-width: 650px) {
          .single.single-project main > #informations > .container > div, .single.single-project .menu-iframe .social main > #informations > ul > div, .menu-iframe .social .single.single-project main > #informations > ul > div, .single.single-project main > #main-content > .block.slider main > .glide__slide#informations > .picture-wrapper > div {
            padding-top: 35px;
            padding-bottom: 35px; } }
      @media screen and (max-width: 680px) {
        .single.single-project main > #informations > .container, .single.single-project .menu-iframe .social main > #informations > ul, .menu-iframe .social .single.single-project main > #informations > ul, .single.single-project main > #main-content > .block.slider main > .glide__slide#informations > .picture-wrapper {
          padding-right: 0;
          padding-left: 0;
          max-width: 100%; } }
      .single.single-project main > #informations > .container:first-child > .task, .single.single-project .menu-iframe .social main > #informations > ul:first-child > .task, .menu-iframe .social .single.single-project main > #informations > ul:first-child > .task, .single.single-project main > #main-content > .block.slider main > .glide__slide#informations > .picture-wrapper:first-child > .task {
        max-width: calc(45% - 100px);
        padding-right: 50px; }
        @media screen and (max-width: 950px) {
          .single.single-project main > #informations > .container:first-child > .task, .single.single-project .menu-iframe .social main > #informations > ul:first-child > .task, .menu-iframe .social .single.single-project main > #informations > ul:first-child > .task, .single.single-project main > #main-content > .block.slider main > .glide__slide#informations > .picture-wrapper:first-child > .task {
            max-width: calc(50% - 50px); } }
        @media screen and (max-width: 680px) {
          .single.single-project main > #informations > .container:first-child > .task, .single.single-project .menu-iframe .social main > #informations > ul:first-child > .task, .menu-iframe .social .single.single-project main > #informations > ul:first-child > .task, .single.single-project main > #main-content > .block.slider main > .glide__slide#informations > .picture-wrapper:first-child > .task {
            max-width: 100%;
            padding-right: 35px;
            padding-left: 35px; } }
      .single.single-project main > #informations > .container:first-child > .solution, .single.single-project .menu-iframe .social main > #informations > ul:first-child > .solution, .menu-iframe .social .single.single-project main > #informations > ul:first-child > .solution, .single.single-project main > #main-content > .block.slider main > .glide__slide#informations > .picture-wrapper:first-child > .solution {
        border-left: 1px solid #EAEAEA;
        max-width: calc(55% + 100px);
        padding-left: 50px; }
        @media screen and (max-width: 950px) {
          .single.single-project main > #informations > .container:first-child > .solution, .single.single-project .menu-iframe .social main > #informations > ul:first-child > .solution, .menu-iframe .social .single.single-project main > #informations > ul:first-child > .solution, .single.single-project main > #main-content > .block.slider main > .glide__slide#informations > .picture-wrapper:first-child > .solution {
            max-width: calc(50% - 50px); } }
        @media screen and (max-width: 680px) {
          .single.single-project main > #informations > .container:first-child > .solution, .single.single-project .menu-iframe .social main > #informations > ul:first-child > .solution, .menu-iframe .social .single.single-project main > #informations > ul:first-child > .solution, .single.single-project main > #main-content > .block.slider main > .glide__slide#informations > .picture-wrapper:first-child > .solution {
            border-left: none;
            border-top: 1px solid #EAEAEA;
            max-width: 100%;
            padding-right: 35px;
            padding-left: 35px; } }
      .single.single-project main > #informations > .container:last-child p, .single.single-project .menu-iframe .social main > #informations > ul:last-child p, .menu-iframe .social .single.single-project main > #informations > ul:last-child p, .single.single-project main > #main-content > .block.slider main > .glide__slide#informations > .picture-wrapper:last-child p {
        margin: 0;
        font-size: 0.9em; }
      .single.single-project main > #informations > .container:last-child > div:first-child, .single.single-project .menu-iframe .social main > #informations > ul:last-child > div:first-child, .menu-iframe .social .single.single-project main > #informations > ul:last-child > div:first-child, .single.single-project main > #main-content > .block.slider main > .glide__slide#informations > .picture-wrapper:last-child > div:first-child {
        max-width: calc(45% - 100px);
        padding-right: 100px;
        display: flex; }
        @media screen and (max-width: 950px) {
          .single.single-project main > #informations > .container:last-child > div:first-child, .single.single-project .menu-iframe .social main > #informations > ul:last-child > div:first-child, .menu-iframe .social .single.single-project main > #informations > ul:last-child > div:first-child, .single.single-project main > #main-content > .block.slider main > .glide__slide#informations > .picture-wrapper:last-child > div:first-child {
            max-width: calc(50% - 50px); } }
        @media screen and (max-width: 680px) {
          .single.single-project main > #informations > .container:last-child > div:first-child, .single.single-project .menu-iframe .social main > #informations > ul:last-child > div:first-child, .menu-iframe .social .single.single-project main > #informations > ul:last-child > div:first-child, .single.single-project main > #main-content > .block.slider main > .glide__slide#informations > .picture-wrapper:last-child > div:first-child {
            max-width: 100%;
            padding-right: 35px;
            padding-left: 35px; } }
        .single.single-project main > #informations > .container:last-child > div:first-child > .client, .single.single-project .menu-iframe .social main > #informations > ul:last-child > div:first-child > .client, .menu-iframe .social .single.single-project main > #informations > ul:last-child > div:first-child > .client, .single.single-project main > #main-content > .block.slider main > .glide__slide#informations > .picture-wrapper:last-child > div:first-child > .client {
          width: 100%;
          max-width: 65%; }
      .single.single-project main > #informations > .container:last-child > .categories, .single.single-project .menu-iframe .social main > #informations > ul:last-child > .categories, .menu-iframe .social .single.single-project main > #informations > ul:last-child > .categories, .single.single-project main > #main-content > .block.slider main > .glide__slide#informations > .picture-wrapper:last-child > .categories {
        max-width: calc(55% + 100px);
        padding-left: 100px; }
        @media screen and (max-width: 950px) {
          .single.single-project main > #informations > .container:last-child > .categories, .single.single-project .menu-iframe .social main > #informations > ul:last-child > .categories, .menu-iframe .social .single.single-project main > #informations > ul:last-child > .categories, .single.single-project main > #main-content > .block.slider main > .glide__slide#informations > .picture-wrapper:last-child > .categories {
            max-width: calc(50% - 50px); } }
        @media screen and (max-width: 680px) {
          .single.single-project main > #informations > .container:last-child > .categories, .single.single-project .menu-iframe .social main > #informations > ul:last-child > .categories, .menu-iframe .social .single.single-project main > #informations > ul:last-child > .categories, .single.single-project main > #main-content > .block.slider main > .glide__slide#informations > .picture-wrapper:last-child > .categories {
            border-left: none;
            border-top: 1px solid #EAEAEA;
            max-width: 100%;
            padding-right: 35px;
            padding-left: 35px; } }
        .single.single-project main > #informations > .container:last-child > .categories > ul, .single.single-project .menu-iframe .social main > #informations > ul:last-child > .categories > ul, .menu-iframe .social .single.single-project main > #informations > ul:last-child > .categories > ul, .single.single-project main > #main-content > .block.slider main > .glide__slide#informations > .picture-wrapper:last-child > .categories > ul {
          padding: 0;
          margin: 0;
          list-style: none; }
          .single.single-project main > #informations > .container:last-child > .categories > ul > li, .single.single-project .menu-iframe .social main > #informations > ul:last-child > .categories > ul > li, .menu-iframe .social .single.single-project main > #informations > ul:last-child > .categories > ul > li, .single.single-project main > #main-content > .block.slider main > .glide__slide#informations > .picture-wrapper:last-child > .categories > ul > li {
            display: inline-block;
            vertical-align: bottom;
            margin-right: 20px;
            margin-bottom: 20px; }
            .single.single-project main > #informations > .container:last-child > .categories > ul > li > a, .single.single-project .menu-iframe .social main > #informations > ul:last-child > .categories > ul > li > a, .menu-iframe .social .single.single-project main > #informations > ul:last-child > .categories > ul > li > a, .single.single-project main > #main-content > .block.slider main > .glide__slide#informations > .picture-wrapper:last-child > .categories > ul > li > a {
              font-size: 0.9em; }
      .single.single-project main > #informations > .container h2, .single.single-project .menu-iframe .social main > #informations > ul h2, .menu-iframe .social .single.single-project main > #informations > ul h2, .single.single-project main > #main-content > .block.slider main > .glide__slide#informations > .picture-wrapper h2 {
        margin-top: 0;
        margin-bottom: 25px; }
  .single.single-project main > #bottom-actions {
    margin-top: 100px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 50px; }
    .single.single-project main > #bottom-actions > div.share > a {
      color: #1E1E1E;
      margin-left: 15px; }
      .single.single-project main > #bottom-actions > div.share > a:hover, .single.single-project main > #bottom-actions > div.share > a:focus {
        color: #654BFF; }
  .single.single-project main > #related {
    margin-top: 100px;
    margin-bottom: 80px; }
    .single.single-project main > #related .title.simple, .single.single-project main > #related #footer .office h2, #footer .office .single.single-project main > #related h2, .single.single-project main > #related #footer .contact h2, #footer .contact .single.single-project main > #related h2, .single.single-project main > #related .page-template-tpl-home main > #form > div > .text h1.simple, .page-template-tpl-home main > #form > div > .text .single.single-project main > #related h1.simple, .single.single-project main > #related .page-template-tpl-home main > #form > div > .text h2.simple, .page-template-tpl-home main > #form > div > .text .single.single-project main > #related h2.simple, .single.single-project main > #related .page-template-tpl-home main > #form > div > .text h3.simple, .page-template-tpl-home main > #form > div > .text .single.single-project main > #related h3.simple, .single.single-project main > #related .page-template-tpl-contact #form > div > .text h2.simple, .page-template-tpl-contact #form > div > .text .single.single-project main > #related h2.simple {
      margin-bottom: 60px; }
  .single.single-project main > #main-content > .actions {
    text-align: right;
    margin-top: 20px;
    margin-bottom: 40px;
    font-size: 1em; }
    .single.single-project main > #main-content > .actions > span > a {
      color: #1E1E1E;
      margin-left: 15px; }
      .single.single-project main > #main-content > .actions > span > a:hover, .single.single-project main > #main-content > .actions > span > a:focus {
        color: #654BFF; }
  @media screen and (max-width: 680px) {
    .single.single-project main > #main-content > .block {
      padding: 0;
      max-width: 100%;
      padding: 0 35px; } }
  .single.single-project main > #main-content > .block.slider {
    max-width: 100%; }
    @media screen and (max-width: 36em) {
      .single.single-project main > #main-content > .block.slider .glide__slide > .picture-wrapper {
        max-width: 100%; } }
    .single.single-project main > #main-content > .block.slider .glide.picture .controls .slider__arrow--prev {
      left: 20px; }
    .single.single-project main > #main-content > .block.slider .glide.picture .controls .slider__arrow--next {
      left: -25px; }
  .single.single-project main > #main-content > .block.color h2 {
    margin-bottom: 25px; }
  .single.single-project main > #main-content > .block.color h3.title.simple, .single.single-project main > #main-content > .block.color .page-template-tpl-home main > #form > div > .text h3.simple, .page-template-tpl-home main > #form > div > .text .single.single-project main > #main-content > .block.color h3.simple {
    margin-bottom: 0px;
    margin-top: 15px;
    transform: translateY(15px); }
  .single.single-project main > #main-content > .block.color > ul {
    display: flex;
    padding: 0;
    margin: 0;
    list-style: none;
    margin-top: 0px;
    flex-wrap: wrap;
    width: calc(100% + 30px);
    position: relative;
    left: -15px; }
    .single.single-project main > #main-content > .block.color > ul li {
      max-width: calc(25% - 30px);
      margin: 30px 15px 0px;
      width: 100%; }
      @media screen and (max-width: 48em) {
        .single.single-project main > #main-content > .block.color > ul li {
          max-width: calc(50% - 30px); } }
      .single.single-project main > #main-content > .block.color > ul li > .color {
        width: 100%;
        height: 70px;
        border-radius: 5px; }
      .single.single-project main > #main-content > .block.color > ul li > .label {
        margin-top: 10px;
        font-size: 14px;
        text-transform: uppercase; }
  .single.single-project main > #main-content > .block.space {
    display: block;
    height: 0px; }
  .single.single-project main > #main-content > .block.picture > .legend {
    margin: 10px 0 0;
    font-size: 0.85em;
    line-height: 1.45em; }
  @media screen and (max-width: 680px) {
    .single.single-project main > #main-content > .block.text {
      padding: 0;
      max-width: 100%;
      padding: 0 35px; } }
  .single.single-project main > #main-content > .block.text > div {
    max-width: 60%;
    margin: 0 auto; }
    @media screen and (max-width: 680px) {
      .single.single-project main > #main-content > .block.text > div {
        max-width: 100%; } }
  .single.single-project main > #main-content > .block.text h2 {
    font-weight: bold;
    font-size: 1.2em;
    letter-spacing: 0.2em;
    text-transform: uppercase;
    line-height: 1.45em;
    margin-bottom: 30px; }
  .single.single-project main > #main-content > .block.text h3 {
    font-weight: bold;
    font-size: 1.15em;
    margin-bottom: 30px; }
  .single.single-project main > #main-content > .block.text p {
    margin-bottom: 30px;
    line-height: 1.45em; }
    .single.single-project main > #main-content > .block.text p:last-child {
      margin-bottom: 0px; }
  .single.single-project main > #main-content > .block.text ul {
    padding: 0;
    margin: 0;
    padding-left: 10px; }
    .single.single-project main > #main-content > .block.text ul li {
      padding-left: 30px;
      margin-bottom: 30px;
      line-height: 1.45em; }
      .single.single-project main > #main-content > .block.text ul li:last-child {
        margin-bottom: 0px; }

*[class*=view-on-] {
  display: none; }

.block.space {
  display: block; }

@media screen and (min-width: 0px) and (max-width: 749px) {
  .view-on-mobile {
    display: block; } }

@media screen and (min-width: 750px) and (max-width: 1039px) {
  .view-on-tablet {
    display: block; } }

@media screen and (min-width: 1040px) and (max-width: 1699px) {
  .view-on-large {
    display: block; } }

@media screen and (min-width: 1700px) {
  .view-on-big {
    display: block; } }

.page-template-tpl-team {
  padding-top: 160px; }
  .page-template-tpl-team main a svg path {
    fill: #444444;
    transition: all 350ms cubic-bezier(0.77, 0, 0.175, 1); }
  .page-template-tpl-team main a:hover svg path {
    fill: #654BFF; }
  .page-template-tpl-team #expertises {
    margin-top: 125px;
    padding-bottom: 30px; }
    @media screen and (max-width: 48em) {
      .page-template-tpl-team #expertises {
        margin-top: 50px; } }
    .page-template-tpl-team #expertises .title, .page-template-tpl-team #expertises #footer .office h2, #footer .office .page-template-tpl-team #expertises h2, .page-template-tpl-team #expertises #footer .contact h2, #footer .contact .page-template-tpl-team #expertises h2, .page-template-tpl-team #expertises .page-template-tpl-home main > #form > div > .text h1, .page-template-tpl-home main > #form > div > .text .page-template-tpl-team #expertises h1, .page-template-tpl-team #expertises .page-template-tpl-home main > #form > div > .text h2, .page-template-tpl-home main > #form > div > .text .page-template-tpl-team #expertises h2, .page-template-tpl-team #expertises .page-template-tpl-home main > #form > div > .text h3, .page-template-tpl-home main > #form > div > .text .page-template-tpl-team #expertises h3, .page-template-tpl-team #expertises .page-template-tpl-contact #form > div > .text h2, .page-template-tpl-contact #form > div > .text .page-template-tpl-team #expertises h2 {
      margin-bottom: 50px; }
  .page-template-tpl-team #hire > h2 {
    margin-bottom: 75px; }
  .page-template-tpl-team #hire > .introduction {
    max-width: 525px;
    font-size: 18px;
    line-height: 145.6%; }
  .page-template-tpl-team #hire .projects-grid {
    margin-top: 80px; }
  .page-template-tpl-team #form {
    padding-bottom: 150px;
    padding-top: 80px; }
    .page-template-tpl-team #form > div {
      display: flex; }
      @media screen and (max-width: 36em) {
        .page-template-tpl-team #form > div {
          flex-wrap: wrap; } }
      .page-template-tpl-team #form > div > .text {
        width: 280px;
        margin-right: 50px; }
        @media screen and (max-width: 48em) {
          .page-template-tpl-team #form > div > .text {
            width: 100%;
            margin-right: 0px;
            margin-bottom: 50px; } }
      .page-template-tpl-team #form > div > .form {
        width: calc(100% - 330px); }
        @media screen and (max-width: 48em) {
          .page-template-tpl-team #form > div > .form {
            width: 100%; } }
  .page-template-tpl-team #team_philosophy > div > h2 {
    margin-bottom: 75px; }
    @media screen and (max-width: 36em) {
      .page-template-tpl-team #team_philosophy > div > h2 {
        margin-bottom: 75px; } }
  .page-template-tpl-team #team_philosophy > .instagram {
    margin-top: 100px; }
    .page-template-tpl-team #team_philosophy > .instagram .FeedLayout__wrapper {
      padding: 0px !important;
      background: none !important; }
  .page-template-tpl-team #team_philosophy > .philosophy .introduction {
    max-width: 525px;
    font-size: 18px;
    line-height: 145.6%; }
  .page-template-tpl-team #team_philosophy > .philosophy .block.slider {
    max-width: 100%; }
    .page-template-tpl-team #team_philosophy > .philosophy .block.slider .controls {
      max-width: 1220px !important;
      width: 100%; }
    .page-template-tpl-team #team_philosophy > .philosophy .block.slider .picture-wrapper {
      text-align: center;
      max-width: 1160px !important;
      width: 100%;
      margin: 0 auto; }
      .page-template-tpl-team #team_philosophy > .philosophy .block.slider .picture-wrapper > .picture, .page-template-tpl-team #team_philosophy > .philosophy .block.slider .picture-wrapper > .picture > .content, .page-template-tpl-team #team_philosophy > .philosophy .block.slider .picture-wrapper > .picture > .content > img {
        max-width: 1160px !important; }
      .page-template-tpl-team #team_philosophy > .philosophy .block.slider .picture-wrapper > a {
        margin: 0 auto; }
        .page-template-tpl-team #team_philosophy > .philosophy .block.slider .picture-wrapper > a > .content {
          height: 100%;
          display: flex;
          align-items: center; }
          .page-template-tpl-team #team_philosophy > .philosophy .block.slider .picture-wrapper > a > .content > img {
            max-height: 100%;
            max-width: 100%; }
    .page-template-tpl-team #team_philosophy > .philosophy .block.slider .glide.picture .controls .slider__arrow--prev {
      left: 20px; }
    .page-template-tpl-team #team_philosophy > .philosophy .block.slider .glide.picture .controls .slider__arrow--next {
      left: -25px; }
  .page-template-tpl-team #team_philosophy [class*="view-on-"] {
    display: block; }
  .page-template-tpl-team #team_philosophy > .team {
    margin-bottom: 150px; }
    .page-template-tpl-team #team_philosophy > .team .content {
      margin-bottom: 75px; }
      .page-template-tpl-team #team_philosophy > .team .content p {
        font-style: normal;
        font-weight: 500;
        color: #000;
        font-size: 20px;
        line-height: 145.6%; }
    .page-template-tpl-team #team_philosophy > .team > ul {
      list-style: none;
      padding: 0;
      margin: 0;
      display: flex;
      flex-wrap: wrap;
      align-items: stretch; }
      .page-template-tpl-team #team_philosophy > .team > ul .Last {
        width: 100%;
        max-width: 25%;
        background: #444444;
        background: #F4F3FA;
        color: #fff;
        display: flex;
        align-items: center;
        justify-content: center; }
        @media screen and (max-width: 64em) {
          .page-template-tpl-team #team_philosophy > .team > ul .Last {
            max-width: 33%; } }
        @media screen and (max-width: 48em) {
          .page-template-tpl-team #team_philosophy > .team > ul .Last {
            max-width: 50%; } }
        @media screen and (max-width: 36em) {
          .page-template-tpl-team #team_philosophy > .team > ul .Last {
            max-width: 100%; } }
        .page-template-tpl-team #team_philosophy > .team > ul .Last > div {
          width: 80%;
          max-width: 175px;
          margin: 0 auto; }
          .page-template-tpl-team #team_philosophy > .team > ul .Last > div a {
            color: #fff;
            color: #000000;
            text-decoration: none;
            font-weight: 600;
            font-size: 18px;
            line-height: 145.6%;
            font-weight: 500;
            font-size: 20px;
            line-height: 145.6%; }
            .page-template-tpl-team #team_philosophy > .team > ul .Last > div a:hover {
              color: #654BFF; }
      .page-template-tpl-team #team_philosophy > .team > ul .Person {
        width: 100%;
        max-width: 25%; }
        @media screen and (max-width: 64em) {
          .page-template-tpl-team #team_philosophy > .team > ul .Person {
            max-width: 33%; } }
        @media screen and (max-width: 48em) {
          .page-template-tpl-team #team_philosophy > .team > ul .Person {
            max-width: 50%; } }
        @media screen and (max-width: 36em) {
          .page-template-tpl-team #team_philosophy > .team > ul .Person {
            max-width: 100%; } }
        .page-template-tpl-team #team_philosophy > .team > ul .Person > div {
          display: flex;
          width: 100%;
          position: relative; }
          .page-template-tpl-team #team_philosophy > .team > ul .Person > div:hover > .identity {
            opacity: 1;
            transform: scale(1); }
          .page-template-tpl-team #team_philosophy > .team > ul .Person > div > .picture {
            width: 100%; }
            .page-template-tpl-team #team_philosophy > .team > ul .Person > div > .picture > img {
              width: 100%;
              display: block; }
          .page-template-tpl-team #team_philosophy > .team > ul .Person > div > .identity {
            position: absolute;
            width: 100%;
            background: rgba(101, 75, 255, 0.9);
            padding: 40px;
            height: 100%;
            opacity: 0;
            transform: scale(0.8);
            transition: 0.2s all ease-in-out; }
            .page-template-tpl-team #team_philosophy > .team > ul .Person > div > .identity > h3 {
              margin: 0;
              font-style: normal;
              font-weight: bold;
              font-size: 21px;
              line-height: 145.6%;
              margin-bottom: 10px;
              color: #fff;
              margin-bottom: 20px; }
              .page-template-tpl-team #team_philosophy > .team > ul .Person > div > .identity > h3:after {
                margin-top: 20px;
                content: " ";
                width: 30px;
                height: 2px;
                display: block;
                background: #fff; }
            .page-template-tpl-team #team_philosophy > .team > ul .Person > div > .identity > p {
              margin: 0;
              margin-bottom: 10px;
              font-weight: 400;
              font-size: 15px;
              line-height: 145.6%;
              color: #fff; }
              .page-template-tpl-team #team_philosophy > .team > ul .Person > div > .identity > p a {
                margin-right: 10px; }
                .page-template-tpl-team #team_philosophy > .team > ul .Person > div > .identity > p a svg path {
                  fill: #fff !important; }
                .page-template-tpl-team #team_philosophy > .team > ul .Person > div > .identity > p a:hover svg path {
                  fill: #444444 !important; }
              .page-template-tpl-team #team_philosophy > .team > ul .Person > div > .identity > p:last-child {
                text-align: right; }

.page-template-tpl-legal {
  padding-top: 150px; }
  .page-template-tpl-legal ul, .page-template-tpl-legal li, .page-template-tpl-legal p {
    font-size: 18px;
    line-height: 145.6%; }
  .page-template-tpl-legal .content {
    max-width: 800px;
    margin: 0 auto;
    padding-bottom: 300px; }
    @media screen and (max-width: 650px) {
      .page-template-tpl-legal .content {
        padding-bottom: 100px; } }
  .page-template-tpl-legal ul {
    margin: 60px 0;
    padding: 0;
    list-style: initial; }
    @media screen and (max-width: 650px) {
      .page-template-tpl-legal ul {
        margin: 30px 0; } }
    .page-template-tpl-legal ul > li {
      padding-left: 45px;
      margin-bottom: 30px; }
  .page-template-tpl-legal h1 {
    font-size: 54px;
    font-style: normal;
    font-weight: normal;
    line-height: 125.6%;
    margin-top: 0;
    margin-bottom: 150px; }
    @media screen and (max-width: 650px) {
      .page-template-tpl-legal h1 {
        font-size: 32px;
        margin-bottom: 75px; } }
  .page-template-tpl-legal h2 {
    font-weight: bold;
    font-size: 1.065em;
    letter-spacing: 0.2em;
    text-transform: uppercase;
    line-height: 1.45em;
    margin: 30px 0 20px; }
  .page-template-tpl-legal h3 {
    font-weight: bold;
    font-size: 1.0em;
    letter-spacing: 0.2em;
    text-transform: uppercase;
    line-height: 1.45em;
    margin: 10px 0 10px; }

.page-template-tpl-landingpage {
  padding-top: 0;
  overflow-x: hidden; }
  .page-template-tpl-landingpage .plyr__control--overlaid {
    background: #654BFF !important;
    width: 76px;
    height: 76px; }
    .page-template-tpl-landingpage .plyr__control--overlaid svg {
      width: 25px;
      height: 25px;
      left: 13px; }
  .page-template-tpl-landingpage .is-sticky {
    z-index: 10000002; }
  .page-template-tpl-landingpage .plyr--video .plyr__control.plyr__tab-focus,
  .page-template-tpl-landingpage .plyr--video .plyr__control:hover,
  .page-template-tpl-landingpage .plyr--video .plyr__control[aria-expanded=true] {
    background: #222 !important; }
  .page-template-tpl-landingpage main video {
    max-width: 100%; }
  .page-template-tpl-landingpage main .button-wrapper {
    padding-bottom: 30px; }
  .page-template-tpl-landingpage main img {
    max-width: 100%; }
  .page-template-tpl-landingpage main > section {
    padding: 80px 0px; }
    .page-template-tpl-landingpage main > section:first-child {
      padding-top: 160px; }
    .page-template-tpl-landingpage main > section h1, .page-template-tpl-landingpage main > section h2, .page-template-tpl-landingpage main > section h3, .page-template-tpl-landingpage main > section h4 {
      margin: 0; }
      .page-template-tpl-landingpage main > section h1 sup, .page-template-tpl-landingpage main > section h2 sup, .page-template-tpl-landingpage main > section h3 sup, .page-template-tpl-landingpage main > section h4 sup {
        margin-left: 5px;
        font-size: 0.4em;
        letter-spacing: 0.05em;
        color: #654BFF;
        text-transform: uppercase;
        position: relative;
        top: -1.4em; }
      .page-template-tpl-landingpage main > section h1 + p, .page-template-tpl-landingpage main > section h2 + p, .page-template-tpl-landingpage main > section h3 + p, .page-template-tpl-landingpage main > section h4 + p {
        margin-top: 0; }
    .page-template-tpl-landingpage main > section h1 {
      font-weight: 600;
      font-size: 44px;
      line-height: 125.6%;
      text-align: center;
      /* Background / grey */
      color: #444444;
      margin-bottom: 30px; }
    .page-template-tpl-landingpage main > section h2 {
      font-weight: normal;
      font-size: 25px;
      line-height: 125.6%;
      text-align: center;
      letter-spacing: 0.15em;
      text-transform: uppercase;
      color: #444444;
      margin-bottom: 20px; }
    .page-template-tpl-landingpage main > section h3 {
      font-weight: 600;
      font-size: 21px;
      line-height: 145.6%;
      letter-spacing: 0.2em;
      text-transform: uppercase;
      color: #444444;
      margin-bottom: 20px; }
    .page-template-tpl-landingpage main > section h4 {
      font-weight: 600;
      font-size: 21px;
      line-height: 135%;
      color: #444444;
      margin-bottom: 0px; }
    .page-template-tpl-landingpage main > section p {
      font-weight: normal;
      font-size: 18px;
      line-height: 145.6%;
      color: #444444; }
    .page-template-tpl-landingpage main > section .btn-center {
      text-align: center; }
    .page-template-tpl-landingpage main > section .btn-sticky .sticky-button-wrapper {
      text-align: center;
      margin: 0; }
    .page-template-tpl-landingpage main > section .btn-sticky .sticky-button {
      display: inline-block;
      background: #654BFF;
      color: #F2F2F2;
      padding: 15px 30px;
      text-decoration: none;
      font-size: 16px;
      line-height: 145.6%;
      transition: all 350ms cubic-bezier(0.77, 0, 0.175, 1); }
      .page-template-tpl-landingpage main > section .btn-sticky .sticky-button:hover {
        background: #444444; }
      .page-template-tpl-landingpage main > section .btn-sticky .sticky-button > span {
        display: flex;
        align-items: center; }
        .page-template-tpl-landingpage main > section .btn-sticky .sticky-button > span svg {
          margin-right: 20px; }
    .page-template-tpl-landingpage main > section .title-with-icon > .header {
      display: flex;
      align-items: flex-start; }
      .page-template-tpl-landingpage main > section .title-with-icon > .header h4 {
        margin-left: 20px; }
      .page-template-tpl-landingpage main > section .title-with-icon > .header img {
        height: 60px;
        width: auto; }
    .page-template-tpl-landingpage main > section > div > div {
      margin-bottom: 25px; }
    .page-template-tpl-landingpage main > section > div > div:last-child {
      margin-bottom: 0px; }
    .page-template-tpl-landingpage main > section > div > div.narrow {
      max-width: 750px;
      margin-left: auto;
      margin-right: auto; }
    .page-template-tpl-landingpage main > section > div > .tags {
      margin: 60px 0;
      text-align: center; }
      .page-template-tpl-landingpage main > section > div > .tags ul {
        display: flex;
        flex-wrap: wrap;
        align-items: center;
        list-style: none;
        justify-content: center;
        padding: 0px; }
        .page-template-tpl-landingpage main > section > div > .tags ul li {
          padding: 20px 50px;
          position: relative; }
          .page-template-tpl-landingpage main > section > div > .tags ul li h2 {
            margin: 0; }
          .page-template-tpl-landingpage main > section > div > .tags ul li:after {
            content: "";
            position: absolute;
            right: 0px;
            top: calc(50% - 15px);
            height: 30px;
            background: #444444;
            width: 1px; }
          .page-template-tpl-landingpage main > section > div > .tags ul li:last-child:after {
            display: none; }
    .page-template-tpl-landingpage main > section > div > .two-columns {
      display: flex;
      align-items: flex-start;
      flex-wrap: wrap;
      justify-content: space-between;
      margin-bottom: 50px; }
      .page-template-tpl-landingpage main > section > div > .two-columns:last-child {
        margin-bottom: 0px; }
      .page-template-tpl-landingpage main > section > div > .two-columns > div {
        width: 100%;
        max-width: calc(50% - 80px); }
        @media (max-width: 48em) {
          .page-template-tpl-landingpage main > section > div > .two-columns > div {
            max-width: 100%; } }
      .page-template-tpl-landingpage main > section > div > .two-columns + .tags {
        margin-top: 35px; }
    .page-template-tpl-landingpage main > section > div > .three-columns {
      display: flex;
      align-items: flex-start;
      flex-wrap: wrap;
      justify-content: space-between; }
      .page-template-tpl-landingpage main > section > div > .three-columns > div {
        width: 100%;
        max-width: calc(33% - 20px); }
        @media (max-width: 48em) {
          .page-template-tpl-landingpage main > section > div > .three-columns > div {
            max-width: 100%; } }

.ul-active {
  opacity: 1 !important;
  -webkit-transition: all 350ms cubic-bezier(0.77, 0, 0.175, 1); }

.expertise {
  width: 100%;
  display: flex;
  justify-content: space-between;
  margin-top: 200px; }
  .expertise .expertise-line {
    display: block;
    margin-top: 25px;
    width: 100%;
    height: 2px;
    background-color: #444444; }
  .expertise .bloc-strategy {
    color: #444444;
    text-decoration: none;
    width: 22%; }
    .expertise .bloc-strategy h2 {
      margin: 0;
      position: relative;
      display: inline-block;
      font-style: normal;
      font-weight: bold;
      font-size: 50px;
      line-height: 125%;
      -webkit-transition: all 350ms cubic-bezier(0.77, 0, 0.175, 1); }
      .expertise .bloc-strategy h2 .point {
        content: '';
        display: block;
        border-radius: 10px;
        width: 0px;
        height: 0px;
        right: -20px;
        top: 20px;
        position: absolute;
        background-color: #444444;
        -webkit-transform: translate3d(0, 20px, 0);
        transform: translate3d(0, 20px, 0);
        -webkit-transform: scale(1);
        transform: scale(1);
        -webkit-transition: all 350ms cubic-bezier(0.77, 0, 0.175, 1); }
    .expertise .bloc-strategy .button {
      margin-top: 25px;
      position: relative;
      color: #444444;
      width: 150px;
      height: 50px;
      border-radius: 50px;
      -webkit-transition: all 100ms cubic-bezier(0.77, 0, 0.175, 1); }
      .expertise .bloc-strategy .button .rounded {
        display: block;
        position: absolute;
        top: 25px;
        z-index: 49;
        left: 25px;
        width: 0px;
        height: 0px;
        line-height: 50px;
        border-radius: 50px;
        background-color: #654BFF;
        -webkit-transition: all 350ms cubic-bezier(0.77, 0, 0.175, 1); }
      .expertise .bloc-strategy .button .arrow {
        position: absolute;
        display: block;
        width: 20px;
        height: 2px;
        top: 25px;
        background-color: #444444;
        z-index: 50;
        left: 15.015015015px;
        -webkit-transition: all 350ms cubic-bezier(0.77, 0, 0.175, 1); }
        .expertise .bloc-strategy .button .arrow::before {
          content: '';
          display: block;
          background-color: #444444;
          width: 6px;
          height: 2px;
          position: absolute;
          right: 0;
          top: -3px;
          transform: rotate(45deg); }
        .expertise .bloc-strategy .button .arrow::after {
          content: '';
          display: block;
          background-color: #444444;
          width: 6px;
          height: 2px;
          position: absolute;
          right: 0;
          top: 3px;
          transform: rotate(-45deg); }
      .expertise .bloc-strategy .button p {
        text-align: right;
        font-family: libre-franklin, sans-serif;
        padding-right: 0px;
        margin: 0;
        position: relative;
        right: 0px;
        font-size: 21px;
        line-height: 50px;
        font-weight: 600;
        -webkit-transition: all 350ms cubic-bezier(0.77, 0, 0.175, 1); }
      .expertise .bloc-strategy .button .border {
        display: block;
        position: absolute;
        left: 0;
        z-index: 50;
        width: 50px;
        height: 50px;
        border: 1px solid #444444;
        border-radius: 50px;
        -webkit-transition: all 350ms cubic-bezier(0.77, 0, 0.175, 1); }
      .expertise .bloc-strategy .button:hover .border {
        width: calc(100% + 40px);
        -webkit-transition: all 350ms cubic-bezier(0.77, 0, 0.175, 1); }
      .expertise .bloc-strategy .button:hover .rounded {
        height: 50px;
        width: 50px;
        top: 0px;
        left: 0px;
        -webkit-transition: all 350ms cubic-bezier(0.77, 0, 0.175, 1); }
      .expertise .bloc-strategy .button:hover p {
        right: -20px;
        -webkit-transition: all 350ms cubic-bezier(0.77, 0, 0.175, 1); }
      .expertise .bloc-strategy .button:hover .arrow {
        left: 25px;
        width: 50px;
        -webkit-transition: all 350ms cubic-bezier(0.77, 0, 0.175, 1); }
    .expertise .bloc-strategy:hover h2 {
      color: #654BFF;
      -webkit-transition: all 250ms cubic-bezier(0.77, 0, 0.175, 1); }
      .expertise .bloc-strategy:hover h2 .point {
        width: 5px;
        height: 5px;
        -webkit-transition: all 350ms cubic-bezier(0.77, 0, 0.175, 1);
        background-color: #654BFF;
        -webkit-animation-name: bigger;
        animation-name: bigger;
        -webkit-transform-origin: center bottom;
        transform-origin: center bottom;
        -webkit-animation-duration: 1s;
        animation-duration: 1s;
        animation-fill-mode: forwards;
        -webkit-animation-fill-mode: forwards; }

.leftyes {
  -webkit-transform: translateX(0%);
  -webkit-transition: all 100ms cubic-bezier(0.77, 0, 0.175, 1); }

.changesize {
  width: 4500px;
  height: 4500px;
  -webkit-transition: all 1100ms cubic-bezier(0.77, 0, 0.175, 1); }

.opacityes {
  opacity: 1;
  -webkit-transition: all 2100ms cubic-bezier(0.77, 0, 0.175, 1); }

.glide {
  position: relative;
  width: 100%;
  box-sizing: border-box; }
  .glide * {
    box-sizing: inherit; }
  .glide__track {
    overflow: hidden; }
  .glide__slides {
    position: relative;
    width: 100%;
    list-style: none;
    backface-visibility: hidden;
    transform-style: preserve-3d;
    touch-action: pan-Y;
    overflow: hidden;
    padding: 0;
    white-space: nowrap;
    display: flex;
    flex-wrap: nowrap;
    will-change: transform; }
    .glide__slides--dragging {
      user-select: none; }
  .glide__slide {
    width: 100%;
    height: 100%;
    flex-shrink: 0;
    white-space: normal;
    user-select: none;
    -webkit-touch-callout: none;
    -webkit-tap-highlight-color: transparent; }
    .glide__slide a {
      user-select: none;
      -webkit-user-drag: none;
      -moz-user-select: none;
      -ms-user-select: none; }
  .glide__arrows {
    -webkit-touch-callout: none;
    user-select: none; }
  .glide__bullets {
    -webkit-touch-callout: none;
    user-select: none; }
  .glide--rtl {
    direction: rtl; }

@keyframes plyr-progress {
  to {
    background-position: 25px 0; } }

@keyframes plyr-popup {
  0% {
    opacity: 0.5;
    transform: translateY(10px); }
  to {
    opacity: 1;
    transform: translateY(0); } }

@keyframes plyr-fade-in {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }

.plyr {
  -moz-osx-font-smoothing: auto;
  -webkit-font-smoothing: subpixel-antialiased;
  direction: ltr;
  font-family: Avenir, "Avenir Next", "Helvetica Neue", "Segoe UI", Helvetica, Arial, sans-serif;
  font-variant-numeric: tabular-nums;
  font-weight: 500;
  line-height: 1.7;
  max-width: 100%;
  min-width: 200px;
  position: relative;
  text-shadow: none;
  transition: box-shadow 0.3s ease; }
  .plyr video,
  .plyr audio {
    border-radius: inherit;
    height: auto;
    vertical-align: middle;
    width: 100%; }
  .plyr button {
    font: inherit;
    line-height: inherit;
    width: auto; }
  .plyr:focus {
    outline: 0; }

.plyr--full-ui {
  box-sizing: border-box; }
  .plyr--full-ui *,
  .plyr--full-ui *::after,
  .plyr--full-ui *::before {
    box-sizing: inherit; }

.plyr--full-ui a,
.plyr--full-ui button,
.plyr--full-ui input,
.plyr--full-ui label {
  touch-action: manipulation; }

.plyr__badge {
  background: #4a5764;
  border-radius: 2px;
  color: #fff;
  font-size: 9px;
  line-height: 1;
  padding: 3px 4px; }

.plyr--full-ui ::-webkit-media-text-track-container {
  display: none; }

.plyr__captions {
  animation: plyr-fade-in 0.3s ease;
  bottom: 0;
  color: #fff;
  display: none;
  font-size: 14px;
  left: 0;
  padding: 10px;
  position: absolute;
  text-align: center;
  transition: transform 0.4s ease-in-out;
  width: 100%; }
  .plyr__captions .plyr__caption {
    background: rgba(0, 0, 0, 0.8);
    border-radius: 2px;
    box-decoration-break: clone;
    line-height: 185%;
    padding: 0.2em 0.5em;
    white-space: pre-wrap; }
    .plyr__captions .plyr__caption div {
      display: inline; }
  .plyr__captions span:empty {
    display: none; }
  @media (min-width: 480px) {
    .plyr__captions {
      font-size: 16px;
      padding: 20px; } }
  @media (min-width: 768px) {
    .plyr__captions {
      font-size: 18px; } }

.plyr--captions-active .plyr__captions {
  display: block; }

.plyr:not(.plyr--hide-controls) .plyr__controls:not(:empty) ~ .plyr__captions {
  transform: translateY(-40px); }

.plyr__control {
  background: transparent;
  border: 0;
  border-radius: 3px;
  color: inherit;
  cursor: pointer;
  flex-shrink: 0;
  overflow: visible;
  padding: 7px;
  position: relative;
  transition: all 0.3s ease; }
  .plyr__control svg {
    display: block;
    fill: currentColor;
    height: 18px;
    pointer-events: none;
    width: 18px; }
  .plyr__control:focus {
    outline: 0; }
  .plyr__control.plyr__tab-focus {
    box-shadow: 0 0 0 5px rgba(0, 179, 255, 0.5);
    outline: 0; }

a.plyr__control {
  text-decoration: none; }
  a.plyr__control::after, a.plyr__control::before {
    display: none; }

.plyr__control:not(.plyr__control--pressed) .icon--pressed,
.plyr__control.plyr__control--pressed .icon--not-pressed,
.plyr__control:not(.plyr__control--pressed) .label--pressed,
.plyr__control.plyr__control--pressed .label--not-pressed {
  display: none; }

.plyr--audio .plyr__control.plyr__tab-focus, .plyr--audio .plyr__control:hover, .plyr--audio .plyr__control[aria-expanded='true'] {
  background: #00b3ff;
  color: #fff; }

.plyr--video .plyr__control.plyr__tab-focus,
.plyr--video .plyr__control:hover,
.plyr--video .plyr__control[aria-expanded=true] {
  background: #00b3ff;
  color: #fff; }

.plyr__control--overlaid {
  background: rgba(0, 179, 255, 0.8);
  border: 0;
  border-radius: 100%;
  color: #fff;
  display: none;
  left: 50%;
  padding: 15px;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: 2; }
  .plyr__control--overlaid svg {
    left: 2px;
    position: relative; }
  .plyr__control--overlaid:hover, .plyr__control--overlaid:focus {
    background: #00b3ff; }

.plyr--playing .plyr__control--overlaid {
  opacity: 0;
  visibility: hidden; }

.plyr--full-ui.plyr--video .plyr__control--overlaid {
  display: block; }

.plyr--full-ui ::-webkit-media-controls {
  display: none; }

.plyr__controls {
  align-items: center;
  display: flex;
  justify-content: flex-end;
  text-align: center; }
  .plyr__controls .plyr__progress__container {
    flex: 1;
    min-width: 0; }
  .plyr__controls .plyr__controls__item {
    margin-left: 2.5px; }
    .plyr__controls .plyr__controls__item:first-child {
      margin-left: 0;
      margin-right: auto; }
    .plyr__controls .plyr__controls__item.plyr__progress__container {
      padding-left: 2.5px; }
    .plyr__controls .plyr__controls__item.plyr__time {
      padding: 0 5px; }
    .plyr__controls .plyr__controls__item.plyr__progress__container:first-child, .plyr__controls .plyr__controls__item.plyr__time:first-child,
    .plyr__controls .plyr__controls__item.plyr__time + .plyr__time {
      padding-left: 0; }
    .plyr__controls .plyr__controls__item.plyr__volume {
      padding-right: 5px; }
    .plyr__controls .plyr__controls__item.plyr__volume:first-child {
      padding-right: 0; }
  .plyr__controls:empty {
    display: none; }

.plyr--audio .plyr__controls {
  background: #fff;
  border-radius: inherit;
  color: #4a5764;
  padding: 10px; }

.plyr--video .plyr__controls {
  background: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.7));
  border-bottom-left-radius: inherit;
  border-bottom-right-radius: inherit;
  bottom: 0;
  color: #fff;
  left: 0;
  padding: 20px 5px 5px;
  position: absolute;
  right: 0;
  transition: opacity 0.4s ease-in-out, transform 0.4s ease-in-out;
  z-index: 3; }
  @media (min-width: 480px) {
    .plyr--video .plyr__controls {
      padding: 35px 10px 10px; } }

.plyr--video.plyr--hide-controls .plyr__controls {
  opacity: 0;
  pointer-events: none;
  transform: translateY(100%); }

.plyr [data-plyr='captions'],
.plyr [data-plyr='pip'],
.plyr [data-plyr='airplay'],
.plyr [data-plyr='fullscreen'] {
  display: none; }

.plyr--captions-enabled [data-plyr='captions'],
.plyr--pip-supported [data-plyr='pip'],
.plyr--airplay-supported [data-plyr='airplay'],
.plyr--fullscreen-enabled [data-plyr='fullscreen'] {
  display: inline-block; }

.plyr__menu {
  display: flex;
  position: relative; }
  .plyr__menu .plyr__control svg {
    transition: transform 0.3s ease; }
  .plyr__menu .plyr__control[aria-expanded='true'] svg {
    transform: rotate(90deg); }
  .plyr__menu .plyr__control[aria-expanded='true'] .plyr__tooltip {
    display: none; }
  .plyr__menu__container {
    animation: plyr-popup 0.2s ease;
    background: rgba(255, 255, 255, 0.9);
    border-radius: 4px;
    bottom: 100%;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.15);
    color: #4a5764;
    font-size: 16px;
    margin-bottom: 10px;
    position: absolute;
    right: -3px;
    text-align: left;
    white-space: nowrap;
    z-index: 3; }
    .plyr__menu__container > div {
      overflow: hidden;
      transition: height 0.35s cubic-bezier(0.4, 0, 0.2, 1), width 0.35s cubic-bezier(0.4, 0, 0.2, 1); }
    .plyr__menu__container::after {
      border: 4px solid transparent;
      border-top-color: rgba(255, 255, 255, 0.9);
      content: '';
      height: 0;
      position: absolute;
      right: 15px;
      top: 100%;
      width: 0; }
    .plyr__menu__container [role='menu'] {
      padding: 7px; }
    .plyr__menu__container [role='menuitem'],
    .plyr__menu__container [role='menuitemradio'] {
      margin-top: 2px; }
      .plyr__menu__container [role='menuitem']:first-child,
      .plyr__menu__container [role='menuitemradio']:first-child {
        margin-top: 0; }
    .plyr__menu__container .plyr__control {
      align-items: center;
      color: #4a5764;
      display: flex;
      font-size: 14px;
      padding: 4px 11px;
      user-select: none;
      width: 100%; }
      .plyr__menu__container .plyr__control > span {
        align-items: inherit;
        display: flex;
        width: 100%; }
      .plyr__menu__container .plyr__control::after {
        border: 4px solid transparent;
        content: '';
        position: absolute;
        top: 50%;
        transform: translateY(-50%); }
      .plyr__menu__container .plyr__control--forward {
        padding-right: 28px; }
        .plyr__menu__container .plyr__control--forward::after {
          border-left-color: rgba(74, 87, 100, 0.8);
          right: 5px; }
        .plyr__menu__container .plyr__control--forward.plyr__tab-focus::after, .plyr__menu__container .plyr__control--forward:hover::after {
          border-left-color: currentColor; }
      .plyr__menu__container .plyr__control--back {
        font-weight: 500;
        margin: 7px;
        margin-bottom: 3px;
        padding-left: 28px;
        position: relative;
        width: calc(100% - 14px); }
        .plyr__menu__container .plyr__control--back::after {
          border-right-color: rgba(74, 87, 100, 0.8);
          left: 7px; }
        .plyr__menu__container .plyr__control--back::before {
          background: #c1c9d1;
          box-shadow: 0 1px 0 #fff;
          content: '';
          height: 1px;
          left: 0;
          margin-top: 4px;
          overflow: hidden;
          position: absolute;
          right: 0;
          top: 100%; }
        .plyr__menu__container .plyr__control--back.plyr__tab-focus::after, .plyr__menu__container .plyr__control--back:hover::after {
          border-right-color: currentColor; }
    .plyr__menu__container .plyr__control[role='menuitemradio'] {
      padding-left: 7px; }
      .plyr__menu__container .plyr__control[role='menuitemradio']::before, .plyr__menu__container .plyr__control[role='menuitemradio']::after {
        border-radius: 100%; }
      .plyr__menu__container .plyr__control[role='menuitemradio']::before {
        background: rgba(0, 0, 0, 0.1);
        content: '';
        display: block;
        flex-shrink: 0;
        height: 16px;
        margin-right: 10px;
        transition: all 0.3s ease;
        width: 16px; }
      .plyr__menu__container .plyr__control[role='menuitemradio']::after {
        background: #fff;
        border: 0;
        height: 6px;
        left: 12px;
        opacity: 0;
        top: 50%;
        transform: translateY(-50%) scale(0);
        transition: transform 0.3s ease, opacity 0.3s ease;
        width: 6px; }
      .plyr__menu__container .plyr__control[role=menuitemradio][aria-checked=true]::before {
        background: #00b3ff; }
      .plyr__menu__container .plyr__control[role='menuitemradio'][aria-checked='true']::after {
        opacity: 1;
        transform: translateY(-50%) scale(1); }
      .plyr__menu__container .plyr__control[role='menuitemradio'].plyr__tab-focus::before, .plyr__menu__container .plyr__control[role='menuitemradio']:hover::before {
        background: rgba(0, 0, 0, 0.1); }
    .plyr__menu__container .plyr__menu__value {
      align-items: center;
      display: flex;
      margin-left: auto;
      margin-right: -5px;
      overflow: hidden;
      padding-left: 25px;
      pointer-events: none; }

.plyr--full-ui input[type=range] {
  -webkit-appearance: none;
  /* stylelint-disable-line */
  background: transparent;
  border: 0;
  border-radius: 26px;
  color: #00b3ff;
  display: block;
  height: 19px;
  margin: 0;
  padding: 0;
  transition: box-shadow 0.3s ease;
  width: 100%; }
  .plyr--full-ui input[type='range']::-webkit-slider-runnable-track {
    background: transparent;
    border: 0;
    border-radius: 2.5px;
    height: 5px;
    transition: box-shadow 0.3s ease;
    user-select: none;
    background-image: linear-gradient(to right, currentColor var(--value, 0%), transparent var(--value, 0%)); }
  .plyr--full-ui input[type='range']::-webkit-slider-thumb {
    background: #fff;
    border: 0;
    border-radius: 100%;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.15), 0 0 0 1px rgba(35, 41, 47, 0.2);
    height: 13px;
    position: relative;
    transition: all 0.2s ease;
    width: 13px;
    -webkit-appearance: none;
    /* stylelint-disable-line */
    margin-top: -4px; }
  .plyr--full-ui input[type='range']::-moz-range-track {
    background: transparent;
    border: 0;
    border-radius: 2.5px;
    height: 5px;
    transition: box-shadow 0.3s ease;
    user-select: none; }
  .plyr--full-ui input[type='range']::-moz-range-thumb {
    background: #fff;
    border: 0;
    border-radius: 100%;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.15), 0 0 0 1px rgba(35, 41, 47, 0.2);
    height: 13px;
    position: relative;
    transition: all 0.2s ease;
    width: 13px; }
  .plyr--full-ui input[type='range']::-moz-range-progress {
    background: currentColor;
    border-radius: 2.5px;
    height: 5px; }
  .plyr--full-ui input[type='range']::-ms-track {
    background: transparent;
    border: 0;
    border-radius: 2.5px;
    height: 5px;
    transition: box-shadow 0.3s ease;
    user-select: none;
    color: transparent; }
  .plyr--full-ui input[type='range']::-ms-fill-upper {
    background: transparent;
    border: 0;
    border-radius: 2.5px;
    height: 5px;
    transition: box-shadow 0.3s ease;
    user-select: none; }
  .plyr--full-ui input[type='range']::-ms-fill-lower {
    background: transparent;
    border: 0;
    border-radius: 2.5px;
    height: 5px;
    transition: box-shadow 0.3s ease;
    user-select: none;
    background: currentColor; }
  .plyr--full-ui input[type='range']::-ms-thumb {
    background: #fff;
    border: 0;
    border-radius: 100%;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.15), 0 0 0 1px rgba(35, 41, 47, 0.2);
    height: 13px;
    position: relative;
    transition: all 0.2s ease;
    width: 13px;
    margin-top: 0; }
  .plyr--full-ui input[type='range']::-ms-tooltip {
    display: none; }
  .plyr--full-ui input[type='range']:focus {
    outline: 0; }
  .plyr--full-ui input[type='range']::-moz-focus-outer {
    border: 0; }
  .plyr--full-ui input[type='range'].plyr__tab-focus::-webkit-slider-runnable-track {
    box-shadow: 0 0 0 5px rgba(0, 179, 255, 0.5);
    outline: 0; }
  .plyr--full-ui input[type='range'].plyr__tab-focus::-moz-range-track {
    box-shadow: 0 0 0 5px rgba(0, 179, 255, 0.5);
    outline: 0; }
  .plyr--full-ui input[type='range'].plyr__tab-focus::-ms-track {
    box-shadow: 0 0 0 5px rgba(0, 179, 255, 0.5);
    outline: 0; }

.plyr--full-ui.plyr--video input[type='range']::-webkit-slider-runnable-track {
  background-color: rgba(255, 255, 255, 0.25); }

.plyr--full-ui.plyr--video input[type='range']::-moz-range-track {
  background-color: rgba(255, 255, 255, 0.25); }

.plyr--full-ui.plyr--video input[type='range']::-ms-track {
  background-color: rgba(255, 255, 255, 0.25); }

.plyr--full-ui.plyr--video input[type='range']:active::-webkit-slider-thumb {
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.15), 0 0 0 1px rgba(35, 41, 47, 0.2), 0 0 0 3px rgba(255, 255, 255, 0.5); }

.plyr--full-ui.plyr--video input[type='range']:active::-moz-range-thumb {
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.15), 0 0 0 1px rgba(35, 41, 47, 0.2), 0 0 0 3px rgba(255, 255, 255, 0.5); }

.plyr--full-ui.plyr--video input[type='range']:active::-ms-thumb {
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.15), 0 0 0 1px rgba(35, 41, 47, 0.2), 0 0 0 3px rgba(255, 255, 255, 0.5); }

.plyr--full-ui.plyr--audio input[type='range']::-webkit-slider-runnable-track {
  background-color: rgba(193, 201, 209, 0.66); }

.plyr--full-ui.plyr--audio input[type='range']::-moz-range-track {
  background-color: rgba(193, 201, 209, 0.66); }

.plyr--full-ui.plyr--audio input[type='range']::-ms-track {
  background-color: rgba(193, 201, 209, 0.66); }

.plyr--full-ui.plyr--audio input[type='range']:active::-webkit-slider-thumb {
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.15), 0 0 0 1px rgba(35, 41, 47, 0.2), 0 0 0 3px rgba(0, 0, 0, 0.1); }

.plyr--full-ui.plyr--audio input[type='range']:active::-moz-range-thumb {
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.15), 0 0 0 1px rgba(35, 41, 47, 0.2), 0 0 0 3px rgba(0, 0, 0, 0.1); }

.plyr--full-ui.plyr--audio input[type='range']:active::-ms-thumb {
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.15), 0 0 0 1px rgba(35, 41, 47, 0.2), 0 0 0 3px rgba(0, 0, 0, 0.1); }

.plyr__poster {
  background-color: #000;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: contain;
  height: 100%;
  left: 0;
  opacity: 0;
  position: absolute;
  top: 0;
  transition: opacity 0.2s ease;
  width: 100%;
  z-index: 1; }

.plyr--stopped.plyr__poster-enabled .plyr__poster {
  opacity: 1; }

.plyr__time {
  font-size: 14px; }

.plyr__time + .plyr__time::before {
  content: '\2044';
  margin-right: 10px; }

@media (max-width: 767px) {
  .plyr__time + .plyr__time {
    display: none; } }

.plyr--video .plyr__time {
  text-shadow: 0 1px 1px rgba(0, 0, 0, 0.15); }

.plyr__tooltip {
  background: rgba(255, 255, 255, 0.9);
  border-radius: 3px;
  bottom: 100%;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.15);
  color: #4a5764;
  font-size: 14px;
  font-weight: 500;
  left: 50%;
  line-height: 1.3;
  margin-bottom: 10px;
  opacity: 0;
  padding: 5px 7.5px;
  pointer-events: none;
  position: absolute;
  transform: translate(-50%, 10px) scale(0.8);
  transform-origin: 50% 100%;
  transition: transform 0.2s 0.1s ease, opacity 0.2s 0.1s ease;
  white-space: nowrap;
  z-index: 2; }
  .plyr__tooltip::before {
    border-left: 4px solid transparent;
    border-right: 4px solid transparent;
    border-top: 4px solid rgba(255, 255, 255, 0.9);
    bottom: -4px;
    content: '';
    height: 0;
    left: 50%;
    position: absolute;
    transform: translateX(-50%);
    width: 0;
    z-index: 2; }

.plyr .plyr__control:hover .plyr__tooltip,
.plyr .plyr__control.plyr__tab-focus .plyr__tooltip,
.plyr__tooltip--visible {
  opacity: 1;
  transform: translate(-50%, 0) scale(1); }

.plyr .plyr__control:hover .plyr__tooltip {
  z-index: 3; }

.plyr__controls > .plyr__control:first-child .plyr__tooltip,
.plyr__controls > .plyr__control:first-child + .plyr__control .plyr__tooltip {
  left: 0;
  transform: translate(0, 10px) scale(0.8);
  transform-origin: 0 100%; }
  .plyr__controls > .plyr__control:first-child .plyr__tooltip::before,
  .plyr__controls > .plyr__control:first-child + .plyr__control .plyr__tooltip::before {
    left: 16px; }

.plyr__controls > .plyr__control:last-child .plyr__tooltip {
  left: auto;
  right: 0;
  transform: translate(0, 10px) scale(0.8);
  transform-origin: 100% 100%; }
  .plyr__controls > .plyr__control:last-child .plyr__tooltip::before {
    left: auto;
    right: 16px;
    transform: translateX(50%); }

.plyr__controls > .plyr__control:first-child:hover .plyr__tooltip,
.plyr__controls > .plyr__control:first-child.plyr__tab-focus .plyr__tooltip,
.plyr__controls > .plyr__control:first-child .plyr__tooltip--visible,
.plyr__controls > .plyr__control:first-child + .plyr__control:hover .plyr__tooltip,
.plyr__controls > .plyr__control:first-child + .plyr__control.plyr__tab-focus .plyr__tooltip,
.plyr__controls > .plyr__control:first-child + .plyr__control .plyr__tooltip--visible,
.plyr__controls > .plyr__control:last-child:hover .plyr__tooltip,
.plyr__controls > .plyr__control:last-child.plyr__tab-focus .plyr__tooltip,
.plyr__controls > .plyr__control:last-child .plyr__tooltip--visible {
  transform: translate(0, 0) scale(1); }

.plyr--video {
  background: #000;
  overflow: hidden; }
  .plyr--video.plyr--menu-open {
    overflow: visible; }

.plyr__video-wrapper {
  background: #000;
  border-radius: inherit;
  overflow: hidden;
  position: relative;
  z-index: 0; }

.plyr__video-embed,
.plyr__video-wrapper--fixed-ratio {
  height: 0;
  padding-bottom: 56.25%; }

.plyr__video-embed iframe,
.plyr__video-wrapper--fixed-ratio video {
  border: 0;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  user-select: none;
  width: 100%; }

.plyr--full-ui .plyr__video-embed > .plyr__video-embed__container {
  padding-bottom: 240%;
  position: relative;
  transform: translateY(-38.28125%); }

.plyr__progress {
  left: 6.5px;
  margin-right: 13px;
  position: relative; }
  .plyr__progress input[type='range'], .plyr__progress__buffer {
    margin-left: -6.5px;
    margin-right: -6.5px;
    width: calc(100% + 13px); }
  .plyr__progress input[type='range'] {
    position: relative;
    z-index: 2; }
  .plyr__progress .plyr__tooltip {
    font-size: 14px;
    left: 0; }

.plyr__progress__buffer {
  -webkit-appearance: none;
  /* stylelint-disable-line */
  background: transparent;
  border: 0;
  border-radius: 100px;
  height: 5px;
  left: 0;
  margin-top: -2.5px;
  padding: 0;
  position: absolute;
  top: 50%; }
  .plyr__progress__buffer::-webkit-progress-bar {
    background: transparent; }
  .plyr__progress__buffer::-webkit-progress-value {
    background: currentColor;
    border-radius: 100px;
    min-width: 5px;
    transition: width 0.2s ease; }
  .plyr__progress__buffer::-moz-progress-bar {
    background: currentColor;
    border-radius: 100px;
    min-width: 5px;
    transition: width 0.2s ease; }
  .plyr__progress__buffer::-ms-fill {
    border-radius: 100px;
    transition: width 0.2s ease; }

.plyr--video .plyr__progress__buffer {
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.15);
  color: rgba(255, 255, 255, 0.25); }

.plyr--audio .plyr__progress__buffer {
  color: rgba(193, 201, 209, 0.66); }

.plyr--loading .plyr__progress__buffer {
  animation: plyr-progress 1s linear infinite;
  background-image: linear-gradient(-45deg, rgba(35, 41, 47, 0.6) 25%, transparent 25%, transparent 50%, rgba(35, 41, 47, 0.6) 50%, rgba(35, 41, 47, 0.6) 75%, transparent 75%, transparent);
  background-repeat: repeat-x;
  background-size: 25px 25px;
  color: transparent; }

.plyr--video.plyr--loading .plyr__progress__buffer {
  background-color: rgba(255, 255, 255, 0.25); }

.plyr--audio.plyr--loading .plyr__progress__buffer {
  background-color: rgba(193, 201, 209, 0.66); }

.plyr__volume {
  align-items: center;
  display: flex;
  flex: 1;
  position: relative; }
  .plyr__volume input[type='range'] {
    margin-left: 5px;
    position: relative;
    z-index: 2; }
  @media (min-width: 480px) {
    .plyr__volume {
      max-width: 90px; } }
  @media (min-width: 768px) {
    .plyr__volume {
      max-width: 110px; } }

.plyr--is-ios .plyr__volume {
  display: none !important; }

.plyr--is-ios.plyr--vimeo [data-plyr='mute'] {
  display: none !important; }

.plyr:fullscreen {
  background: #000;
  border-radius: 0 !important;
  height: 100%;
  margin: 0;
  width: 100%; }
  .plyr:fullscreen video {
    height: 100%; }
  .plyr:fullscreen .plyr__video-wrapper {
    height: 100%;
    position: static; }
  .plyr:fullscreen.plyr--vimeo .plyr__video-wrapper {
    height: 0;
    position: relative;
    top: 50%;
    transform: translateY(-50%); }
  .plyr:fullscreen .plyr__control .icon--exit-fullscreen {
    display: block; }
    .plyr:fullscreen .plyr__control .icon--exit-fullscreen + svg {
      display: none; }
  .plyr:fullscreen.plyr--hide-controls {
    cursor: none; }
  @media (min-width: 1024px) {
    .plyr:fullscreen .plyr__captions {
      font-size: 21px; } }

/* stylelint-disable-next-line */
.plyr:-webkit-full-screen {
  background: #000;
  border-radius: 0 !important;
  height: 100%;
  margin: 0;
  width: 100%; }
  .plyr:-webkit-full-screen video {
    height: 100%; }
  .plyr:-webkit-full-screen .plyr__video-wrapper {
    height: 100%;
    position: static; }
  .plyr:-webkit-full-screen.plyr--vimeo .plyr__video-wrapper {
    height: 0;
    position: relative;
    top: 50%;
    transform: translateY(-50%); }
  .plyr:-webkit-full-screen .plyr__control .icon--exit-fullscreen {
    display: block; }
    .plyr:-webkit-full-screen .plyr__control .icon--exit-fullscreen + svg {
      display: none; }
  .plyr:-webkit-full-screen.plyr--hide-controls {
    cursor: none; }
  @media (min-width: 1024px) {
    .plyr:-webkit-full-screen .plyr__captions {
      font-size: 21px; } }

/* stylelint-disable-next-line */
.plyr:-moz-full-screen {
  background: #000;
  border-radius: 0 !important;
  height: 100%;
  margin: 0;
  width: 100%; }
  .plyr:-moz-full-screen video {
    height: 100%; }
  .plyr:-moz-full-screen .plyr__video-wrapper {
    height: 100%;
    position: static; }
  .plyr:-moz-full-screen.plyr--vimeo .plyr__video-wrapper {
    height: 0;
    position: relative;
    top: 50%;
    transform: translateY(-50%); }
  .plyr:-moz-full-screen .plyr__control .icon--exit-fullscreen {
    display: block; }
    .plyr:-moz-full-screen .plyr__control .icon--exit-fullscreen + svg {
      display: none; }
  .plyr:-moz-full-screen.plyr--hide-controls {
    cursor: none; }
  @media (min-width: 1024px) {
    .plyr:-moz-full-screen .plyr__captions {
      font-size: 21px; } }

/* stylelint-disable-next-line */
.plyr:-ms-fullscreen {
  background: #000;
  border-radius: 0 !important;
  height: 100%;
  margin: 0;
  width: 100%; }
  .plyr:-ms-fullscreen video {
    height: 100%; }
  .plyr:-ms-fullscreen .plyr__video-wrapper {
    height: 100%;
    position: static; }
  .plyr:-ms-fullscreen.plyr--vimeo .plyr__video-wrapper {
    height: 0;
    position: relative;
    top: 50%;
    transform: translateY(-50%); }
  .plyr:-ms-fullscreen .plyr__control .icon--exit-fullscreen {
    display: block; }
    .plyr:-ms-fullscreen .plyr__control .icon--exit-fullscreen + svg {
      display: none; }
  .plyr:-ms-fullscreen.plyr--hide-controls {
    cursor: none; }
  @media (min-width: 1024px) {
    .plyr:-ms-fullscreen .plyr__captions {
      font-size: 21px; } }

.plyr--fullscreen-fallback {
  background: #000;
  border-radius: 0 !important;
  height: 100%;
  margin: 0;
  width: 100%;
  bottom: 0;
  left: 0;
  position: fixed;
  right: 0;
  top: 0;
  z-index: 10000000; }
  .plyr--fullscreen-fallback video {
    height: 100%; }
  .plyr--fullscreen-fallback .plyr__video-wrapper {
    height: 100%;
    position: static; }
  .plyr--fullscreen-fallback.plyr--vimeo .plyr__video-wrapper {
    height: 0;
    position: relative;
    top: 50%;
    transform: translateY(-50%); }
  .plyr--fullscreen-fallback .plyr__control .icon--exit-fullscreen {
    display: block; }
    .plyr--fullscreen-fallback .plyr__control .icon--exit-fullscreen + svg {
      display: none; }
  .plyr--fullscreen-fallback.plyr--hide-controls {
    cursor: none; }
  @media (min-width: 1024px) {
    .plyr--fullscreen-fallback .plyr__captions {
      font-size: 21px; } }

.plyr__ads {
  border-radius: inherit;
  bottom: 0;
  cursor: pointer;
  left: 0;
  overflow: hidden;
  position: absolute;
  right: 0;
  top: 0;
  z-index: -1; }
  .plyr__ads > div,
  .plyr__ads > div iframe {
    height: 100%;
    position: absolute;
    width: 100%; }
  .plyr__ads::after {
    background: rgba(35, 41, 47, 0.8);
    border-radius: 2px;
    bottom: 10px;
    color: #fff;
    content: attr(data-badge-text);
    font-size: 11px;
    padding: 2px 6px;
    pointer-events: none;
    position: absolute;
    right: 10px;
    z-index: 3; }
  .plyr__ads::after:empty {
    display: none; }

.plyr__cues {
  background: currentColor;
  display: block;
  height: 5px;
  left: 0;
  margin: -2.5px 0 0;
  opacity: 0.8;
  position: absolute;
  top: 50%;
  width: 3px;
  z-index: 3; }

.plyr__preview-thumb {
  background-color: rgba(255, 255, 255, 0.9);
  border-radius: 3px;
  bottom: 100%;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.15);
  margin-bottom: 10px;
  opacity: 0;
  padding: 3px;
  pointer-events: none;
  position: absolute;
  transform: translate(0, 10px) scale(0.8);
  transform-origin: 50% 100%;
  transition: transform 0.2s 0.1s ease, opacity 0.2s 0.1s ease;
  z-index: 2; }
  .plyr__preview-thumb--is-shown {
    opacity: 1;
    transform: translate(0, 0) scale(1); }
  .plyr__preview-thumb::before {
    border-left: 4px solid transparent;
    border-right: 4px solid transparent;
    border-top: 4px solid rgba(255, 255, 255, 0.9);
    bottom: -4px;
    content: '';
    height: 0;
    left: 50%;
    position: absolute;
    transform: translateX(-50%);
    width: 0;
    z-index: 2; }
  .plyr__preview-thumb__image-container {
    background: #c1c9d1;
    border-radius: 2px;
    overflow: hidden;
    position: relative;
    z-index: 0; }
    .plyr__preview-thumb__image-container img {
      height: 100%;
      left: 0;
      max-height: none;
      max-width: none;
      position: absolute;
      top: 0;
      width: 100%; }
  .plyr__preview-thumb__time-container {
    bottom: 6px;
    left: 0;
    position: absolute;
    right: 0;
    white-space: nowrap;
    z-index: 3; }
    .plyr__preview-thumb__time-container span {
      background-color: rgba(0, 0, 0, 0.55);
      border-radius: 2px;
      color: #fff;
      font-size: 14px;
      padding: 3px 6px; }

.plyr__preview-scrubbing {
  bottom: 0;
  filter: blur(1px);
  height: 100%;
  left: 0;
  margin: auto;
  opacity: 0;
  overflow: hidden;
  position: absolute;
  right: 0;
  top: 0;
  transition: opacity 0.3s ease;
  width: 100%;
  z-index: 1; }
  .plyr__preview-scrubbing--is-shown {
    opacity: 1; }
  .plyr__preview-scrubbing img {
    height: 100%;
    left: 0;
    max-height: none;
    max-width: none;
    object-fit: contain;
    position: absolute;
    top: 0;
    width: 100%; }

.plyr--no-transition {
  transition: none !important; }

.plyr__sr-only {
  clip: rect(1px, 1px, 1px, 1px);
  overflow: hidden;
  border: 0 !important;
  height: 1px !important;
  padding: 0 !important;
  position: absolute !important;
  width: 1px !important; }

.plyr [hidden] {
  display: none !important; }

.vidbg-container {
  position: absolute;
  z-index: -1;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  overflow: hidden;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  width: 100% !important; }
  .vidbg-container video {
    position: absolute;
    margin: 0;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    transition: 0.25s opacity ease-in-out;
    max-width: none;
    opacity: 0; }

.vidbg-overlay {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100% !important; }

/* Glide controls */
.slider__slides.glide__slides {
  margin-bottom: 0; }

.block.slider .controls {
  position: absolute;
  width: 100%;
  max-width: 1200px;
  left: 0;
  right: 0;
  margin-left: auto;
  margin-right: auto; }
  .block.slider .controls > .slider__arrow {
    left: -5px !important;
    width: 50px !important;
    height: 50px !important;
    padding: 0px; }
    .block.slider .controls > .slider__arrow svg {
      width: 50px !important;
      height: 50px !important; }
    .block.slider .controls > .slider__arrow.slider__arrow--prev {
      left: 5px !important; }

.slider.glide.picture .picture-wrapper {
  height: 500px; }
  .slider.glide.picture .picture-wrapper > .picture {
    transition: 0.3s all ease-in-out; }

.slider.glide.picture .slider__slides {
  margin-top: 0px; }

.slider.glide.picture .picture-wrapper > .picture {
  transition: 0.3s all ease-in-out; }
  .slider.glide.picture .picture-wrapper > .picture > .content {
    transition: 0.3s all ease-in-out; }

.slider.glide.picture .slider__frame.glide__slide .picture-wrapper {
  display: flex;
  align-items: center; }

.slider.glide.picture .slider__frame.glide__slide.is-active .picture-wrapper > .picture {
  height: 100%;
  transform: scale(1); }
  .slider.glide.picture .slider__frame.glide__slide.is-active .picture-wrapper > .picture > .content {
    transform: scale(1); }

.slider.glide.picture .slider__frame.glide__slide:not(.is-active) .picture-wrapper > .picture {
  height: 50%;
  transform: scale(1); }
  .slider.glide.picture .slider__frame.glide__slide:not(.is-active) .picture-wrapper > .picture > .content {
    transform: scale(1); }

.slider.glide.picture .controls {
  display: flex;
  justify-content: space-between; }
  .slider.glide.picture .controls > button {
    top: -275px; }
  @media screen and (max-width: 680px) {
    .slider.glide.picture .controls {
      display: none; } }
  .slider.glide.picture .controls .slider__arrow--prev {
    position: relative;
    left: -65px; }
  .slider.glide.picture .controls .slider__arrow--next {
    position: relative;
    left: 60px; }

@media screen and (max-width: 36em) {
  .slider.glide.picture .picture-wrapper {
    height: 190px;
    height: auto;
    background-size: contain; }
  .slider.glide.picture .controls > button {
    top: -120px; } }

.slider__arrow {
  background: none;
  border: 0;
  outline: 0;
  box-shadow: none; }
  .slider__arrow rect {
    fill: #F2F2F2;
    transition: all 350ms cubic-bezier(0.77, 0, 0.175, 1);
    stroke: #1E1E1E; }
  .slider__arrow path {
    stroke: #1E1E1E;
    transition: all 350ms cubic-bezier(0.77, 0, 0.175, 1); }
  .slider__arrow:hover rect {
    fill: #654BFF;
    stroke: #654BFF; }
  .slider__arrow:hover path {
    stroke: #ffffff; }

.slider-wrapper.constraint .controls {
  left: -1.6vw;
  padding-right: 12vw;
  position: relative;
  display: flex;
  justify-content: space-between; }
  @media screen and (max-width: 680px) {
    .slider-wrapper.constraint .controls {
      display: none; } }
  .slider-wrapper.constraint .controls > button {
    position: relative;
    top: -210px; }

ul.filters {
  margin: 0;
  padding: 0;
  list-style: none;
  margin-top: 14px;
  position: -webkit-sticky;
  position: sticky;
  top: 120px;
  padding-top: 45px; }
  ul.filters li {
    margin-bottom: 20px; }
    ul.filters li a {
      font-weight: bold;
      text-decoration: none;
      font-size: 1em;
      letter-spacing: 0.2em;
      text-transform: uppercase;
      line-height: 1.45em; }
      ul.filters li a.current, ul.filters li a:hover {
        color: #654BFF; }

.pagination {
  display: flex;
  justify-content: right; }
  .pagination:first-child {
    margin-bottom: 40px; }
  .pagination ul {
    margin: 0;
    padding: 0;
    list-style: none; }
    .pagination ul > li {
      display: inline-block;
      vertical-align: top;
      margin-right: 15px; }
  .pagination .page-number.page-numbers, .pagination a {
    font-weight: bold;
    text-decoration: none;
    font-size: 1em; }
    .pagination .page-number.page-numbers.prev, .pagination a.prev {
      margin-right: 15px; }
    .pagination .page-number.page-numbers.current, .pagination .page-number.page-numbers:hover, .pagination a.current, .pagination a:hover {
      color: #654BFF; }
      .pagination .page-number.page-numbers.current:after, .pagination .page-number.page-numbers:hover:after, .pagination a.current:after, .pagination a:hover:after {
        top: 0px;
        opacity: 1; }
    .pagination .page-number.page-numbers:after, .pagination a:after {
      margin: 0 auto;
      opacity: 0;
      content: " ";
      width: 5px;
      height: 5px;
      border-radius: 100%;
      display: block;
      position: relative;
      top: -15px;
      background: #654BFF;
      transition: all 350ms cubic-bezier(0.77, 0, 0.175, 1); }

.caldera_forms_form .row {
  display: none; }

.caldera_forms_form .first_row {
  display: block; }

#newslette .caldera_forms_form .row {
  display: block; }

#newslette .caldera_forms_form .first_row {
  display: block; }

#newsletter {
  background: #ffffff;
  padding: 60px 0; }
  #newsletter > div h2 {
    text-align: center;
    margin-bottom: 40px; }
  #newsletter > div > div .alert.alert-success {
    margin: 0 auto;
    position: relative;
    text-align: center;
    background: transparent;
    color: #3aac0d; }
  #newsletter > div > div .single {
    display: flex;
    justify-content: center;
    align-items: center; }
    #newsletter > div > div .single .first_row {
      position: relative;
      top: 28px;
      padding-right: 30px;
      width: 100%;
      max-width: 30%; }
      #newsletter > div > div .single .first_row .form-control {
        padding: 15px; }
@charset "UTF-8";

/*!
 * animate.css -https://daneden.github.io/animate.css/
 * Version - 3.7.2
 * Licensed under the MIT license - http://opensource.org/licenses/MIT
 *
 * Copyright (c) 2019 Daniel Eden
 */

@-webkit-keyframes bounce {
  from,
  20%,
  53%,
  80%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  40%,
  43% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -30px, 0);
    transform: translate3d(0, -30px, 0);
  }

  70% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -15px, 0);
    transform: translate3d(0, -15px, 0);
  }

  90% {
    -webkit-transform: translate3d(0, -4px, 0);
    transform: translate3d(0, -4px, 0);
  }
}

@keyframes bounce {
  from,
  20%,
  53%,
  80%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  40%,
  43% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -30px, 0);
    transform: translate3d(0, -30px, 0);
  }

  70% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -15px, 0);
    transform: translate3d(0, -15px, 0);
  }

  90% {
    -webkit-transform: translate3d(0, -4px, 0);
    transform: translate3d(0, -4px, 0);
  }
}

.bounce {
  -webkit-animation-name: bounce;
  animation-name: bounce;
  -webkit-transform-origin: center bottom;
  transform-origin: center bottom;
}

@-webkit-keyframes flash {
  from,
  50%,
  to {
    opacity: 1;
  }

  25%,
  75% {
    opacity: 0;
  }
}

@keyframes flash {
  from,
  50%,
  to {
    opacity: 1;
  }

  25%,
  75% {
    opacity: 0;
  }
}

.flash {
  -webkit-animation-name: flash;
  animation-name: flash;
}

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */

@-webkit-keyframes pulse {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }

  50% {
    -webkit-transform: scale3d(1.05, 1.05, 1.05);
    transform: scale3d(1.05, 1.05, 1.05);
  }

  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}

@keyframes pulse {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }

  50% {
    -webkit-transform: scale3d(1.05, 1.05, 1.05);
    transform: scale3d(1.05, 1.05, 1.05);
  }

  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}

.pulse {
  -webkit-animation-name: pulse;
  animation-name: pulse;
}

@-webkit-keyframes rubberBand {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }

  30% {
    -webkit-transform: scale3d(1.25, 0.75, 1);
    transform: scale3d(1.25, 0.75, 1);
  }

  40% {
    -webkit-transform: scale3d(0.75, 1.25, 1);
    transform: scale3d(0.75, 1.25, 1);
  }

  50% {
    -webkit-transform: scale3d(1.15, 0.85, 1);
    transform: scale3d(1.15, 0.85, 1);
  }

  65% {
    -webkit-transform: scale3d(0.95, 1.05, 1);
    transform: scale3d(0.95, 1.05, 1);
  }

  75% {
    -webkit-transform: scale3d(1.05, 0.95, 1);
    transform: scale3d(1.05, 0.95, 1);
  }

  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}

@keyframes rubberBand {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }

  30% {
    -webkit-transform: scale3d(1.25, 0.75, 1);
    transform: scale3d(1.25, 0.75, 1);
  }

  40% {
    -webkit-transform: scale3d(0.75, 1.25, 1);
    transform: scale3d(0.75, 1.25, 1);
  }

  50% {
    -webkit-transform: scale3d(1.15, 0.85, 1);
    transform: scale3d(1.15, 0.85, 1);
  }

  65% {
    -webkit-transform: scale3d(0.95, 1.05, 1);
    transform: scale3d(0.95, 1.05, 1);
  }

  75% {
    -webkit-transform: scale3d(1.05, 0.95, 1);
    transform: scale3d(1.05, 0.95, 1);
  }

  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}

.rubberBand {
  -webkit-animation-name: rubberBand;
  animation-name: rubberBand;
}

@-webkit-keyframes shake {
  from,
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  10%,
  30%,
  50%,
  70%,
  90% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0);
  }

  20%,
  40%,
  60%,
  80% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0);
  }
}

@keyframes shake {
  from,
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  10%,
  30%,
  50%,
  70%,
  90% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0);
  }

  20%,
  40%,
  60%,
  80% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0);
  }
}

.shake {
  -webkit-animation-name: shake;
  animation-name: shake;
}

@-webkit-keyframes headShake {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }

  6.5% {
    -webkit-transform: translateX(-6px) rotateY(-9deg);
    transform: translateX(-6px) rotateY(-9deg);
  }

  18.5% {
    -webkit-transform: translateX(5px) rotateY(7deg);
    transform: translateX(5px) rotateY(7deg);
  }

  31.5% {
    -webkit-transform: translateX(-3px) rotateY(-5deg);
    transform: translateX(-3px) rotateY(-5deg);
  }

  43.5% {
    -webkit-transform: translateX(2px) rotateY(3deg);
    transform: translateX(2px) rotateY(3deg);
  }

  50% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}

@keyframes headShake {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }

  6.5% {
    -webkit-transform: translateX(-6px) rotateY(-9deg);
    transform: translateX(-6px) rotateY(-9deg);
  }

  18.5% {
    -webkit-transform: translateX(5px) rotateY(7deg);
    transform: translateX(5px) rotateY(7deg);
  }

  31.5% {
    -webkit-transform: translateX(-3px) rotateY(-5deg);
    transform: translateX(-3px) rotateY(-5deg);
  }

  43.5% {
    -webkit-transform: translateX(2px) rotateY(3deg);
    transform: translateX(2px) rotateY(3deg);
  }

  50% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}

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

@-webkit-keyframes swing {
  20% {
    -webkit-transform: rotate3d(0, 0, 1, 15deg);
    transform: rotate3d(0, 0, 1, 15deg);
  }

  40% {
    -webkit-transform: rotate3d(0, 0, 1, -10deg);
    transform: rotate3d(0, 0, 1, -10deg);
  }

  60% {
    -webkit-transform: rotate3d(0, 0, 1, 5deg);
    transform: rotate3d(0, 0, 1, 5deg);
  }

  80% {
    -webkit-transform: rotate3d(0, 0, 1, -5deg);
    transform: rotate3d(0, 0, 1, -5deg);
  }

  to {
    -webkit-transform: rotate3d(0, 0, 1, 0deg);
    transform: rotate3d(0, 0, 1, 0deg);
  }
}

@keyframes swing {
  20% {
    -webkit-transform: rotate3d(0, 0, 1, 15deg);
    transform: rotate3d(0, 0, 1, 15deg);
  }

  40% {
    -webkit-transform: rotate3d(0, 0, 1, -10deg);
    transform: rotate3d(0, 0, 1, -10deg);
  }

  60% {
    -webkit-transform: rotate3d(0, 0, 1, 5deg);
    transform: rotate3d(0, 0, 1, 5deg);
  }

  80% {
    -webkit-transform: rotate3d(0, 0, 1, -5deg);
    transform: rotate3d(0, 0, 1, -5deg);
  }

  to {
    -webkit-transform: rotate3d(0, 0, 1, 0deg);
    transform: rotate3d(0, 0, 1, 0deg);
  }
}

.swing {
  -webkit-transform-origin: top center;
  transform-origin: top center;
  -webkit-animation-name: swing;
  animation-name: swing;
}

@-webkit-keyframes tada {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }

  10%,
  20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
  }

  30%,
  50%,
  70%,
  90% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
  }

  40%,
  60%,
  80% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
  }

  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}

@keyframes tada {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }

  10%,
  20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
  }

  30%,
  50%,
  70%,
  90% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
  }

  40%,
  60%,
  80% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
  }

  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}

.tada {
  -webkit-animation-name: tada;
  animation-name: tada;
}

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */

@-webkit-keyframes wobble {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  15% {
    -webkit-transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
    transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
  }

  30% {
    -webkit-transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
    transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
  }

  45% {
    -webkit-transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
    transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
  }

  60% {
    -webkit-transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
    transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
  }

  75% {
    -webkit-transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
    transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes wobble {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  15% {
    -webkit-transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
    transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
  }

  30% {
    -webkit-transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
    transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
  }

  45% {
    -webkit-transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
    transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
  }

  60% {
    -webkit-transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
    transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
  }

  75% {
    -webkit-transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
    transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.wobble {
  -webkit-animation-name: wobble;
  animation-name: wobble;
}

@-webkit-keyframes jello {
  from,
  11.1%,
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  22.2% {
    -webkit-transform: skewX(-12.5deg) skewY(-12.5deg);
    transform: skewX(-12.5deg) skewY(-12.5deg);
  }

  33.3% {
    -webkit-transform: skewX(6.25deg) skewY(6.25deg);
    transform: skewX(6.25deg) skewY(6.25deg);
  }

  44.4% {
    -webkit-transform: skewX(-3.125deg) skewY(-3.125deg);
    transform: skewX(-3.125deg) skewY(-3.125deg);
  }

  55.5% {
    -webkit-transform: skewX(1.5625deg) skewY(1.5625deg);
    transform: skewX(1.5625deg) skewY(1.5625deg);
  }

  66.6% {
    -webkit-transform: skewX(-0.78125deg) skewY(-0.78125deg);
    transform: skewX(-0.78125deg) skewY(-0.78125deg);
  }

  77.7% {
    -webkit-transform: skewX(0.390625deg) skewY(0.390625deg);
    transform: skewX(0.390625deg) skewY(0.390625deg);
  }

  88.8% {
    -webkit-transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
    transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
  }
}

@keyframes jello {
  from,
  11.1%,
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  22.2% {
    -webkit-transform: skewX(-12.5deg) skewY(-12.5deg);
    transform: skewX(-12.5deg) skewY(-12.5deg);
  }

  33.3% {
    -webkit-transform: skewX(6.25deg) skewY(6.25deg);
    transform: skewX(6.25deg) skewY(6.25deg);
  }

  44.4% {
    -webkit-transform: skewX(-3.125deg) skewY(-3.125deg);
    transform: skewX(-3.125deg) skewY(-3.125deg);
  }

  55.5% {
    -webkit-transform: skewX(1.5625deg) skewY(1.5625deg);
    transform: skewX(1.5625deg) skewY(1.5625deg);
  }

  66.6% {
    -webkit-transform: skewX(-0.78125deg) skewY(-0.78125deg);
    transform: skewX(-0.78125deg) skewY(-0.78125deg);
  }

  77.7% {
    -webkit-transform: skewX(0.390625deg) skewY(0.390625deg);
    transform: skewX(0.390625deg) skewY(0.390625deg);
  }

  88.8% {
    -webkit-transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
    transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
  }
}

.jello {
  -webkit-animation-name: jello;
  animation-name: jello;
  -webkit-transform-origin: center;
  transform-origin: center;
}

@-webkit-keyframes heartBeat {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }

  14% {
    -webkit-transform: scale(1.3);
    transform: scale(1.3);
  }

  28% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }

  42% {
    -webkit-transform: scale(1.3);
    transform: scale(1.3);
  }

  70% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

@keyframes heartBeat {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }

  14% {
    -webkit-transform: scale(1.3);
    transform: scale(1.3);
  }

  28% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }

  42% {
    -webkit-transform: scale(1.3);
    transform: scale(1.3);
  }

  70% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

.heartBeat {
  -webkit-animation-name: heartBeat;
  animation-name: heartBeat;
  -webkit-animation-duration: 1.3s;
  animation-duration: 1.3s;
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
}

@-webkit-keyframes bounceIn {
  from,
  20%,
  40%,
  60%,
  80%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }

  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }

  20% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
  }

  40% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9);
  }

  60% {
    opacity: 1;
    -webkit-transform: scale3d(1.03, 1.03, 1.03);
    transform: scale3d(1.03, 1.03, 1.03);
  }

  80% {
    -webkit-transform: scale3d(0.97, 0.97, 0.97);
    transform: scale3d(0.97, 0.97, 0.97);
  }

  to {
    opacity: 1;
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}

@keyframes bounceIn {
  from,
  20%,
  40%,
  60%,
  80%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }

  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }

  20% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
  }

  40% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9);
  }

  60% {
    opacity: 1;
    -webkit-transform: scale3d(1.03, 1.03, 1.03);
    transform: scale3d(1.03, 1.03, 1.03);
  }

  80% {
    -webkit-transform: scale3d(0.97, 0.97, 0.97);
    transform: scale3d(0.97, 0.97, 0.97);
  }

  to {
    opacity: 1;
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}

.bounceIn {
  -webkit-animation-duration: 0.75s;
  animation-duration: 0.75s;
  -webkit-animation-name: bounceIn;
  animation-name: bounceIn;
}

@-webkit-keyframes bounceInDown {
  from,
  60%,
  75%,
  90%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }

  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -3000px, 0);
    transform: translate3d(0, -3000px, 0);
  }

  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, 25px, 0);
    transform: translate3d(0, 25px, 0);
  }

  75% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0);
  }

  90% {
    -webkit-transform: translate3d(0, 5px, 0);
    transform: translate3d(0, 5px, 0);
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes bounceInDown {
  from,
  60%,
  75%,
  90%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }

  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -3000px, 0);
    transform: translate3d(0, -3000px, 0);
  }

  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, 25px, 0);
    transform: translate3d(0, 25px, 0);
  }

  75% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0);
  }

  90% {
    -webkit-transform: translate3d(0, 5px, 0);
    transform: translate3d(0, 5px, 0);
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.bounceInDown {
  -webkit-animation-name: bounceInDown;
  animation-name: bounceInDown;
}

@-webkit-keyframes bounceInLeft {
  from,
  60%,
  75%,
  90%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }

  0% {
    opacity: 0;
    -webkit-transform: translate3d(-3000px, 0, 0);
    transform: translate3d(-3000px, 0, 0);
  }

  60% {
    opacity: 1;
    -webkit-transform: translate3d(25px, 0, 0);
    transform: translate3d(25px, 0, 0);
  }

  75% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0);
  }

  90% {
    -webkit-transform: translate3d(5px, 0, 0);
    transform: translate3d(5px, 0, 0);
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes bounceInLeft {
  from,
  60%,
  75%,
  90%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }

  0% {
    opacity: 0;
    -webkit-transform: translate3d(-3000px, 0, 0);
    transform: translate3d(-3000px, 0, 0);
  }

  60% {
    opacity: 1;
    -webkit-transform: translate3d(25px, 0, 0);
    transform: translate3d(25px, 0, 0);
  }

  75% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0);
  }

  90% {
    -webkit-transform: translate3d(5px, 0, 0);
    transform: translate3d(5px, 0, 0);
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.bounceInLeft {
  -webkit-animation-name: bounceInLeft;
  animation-name: bounceInLeft;
}

@-webkit-keyframes bounceInRight {
  from,
  60%,
  75%,
  90%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }

  from {
    opacity: 0;
    -webkit-transform: translate3d(3000px, 0, 0);
    transform: translate3d(3000px, 0, 0);
  }

  60% {
    opacity: 1;
    -webkit-transform: translate3d(-25px, 0, 0);
    transform: translate3d(-25px, 0, 0);
  }

  75% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0);
  }

  90% {
    -webkit-transform: translate3d(-5px, 0, 0);
    transform: translate3d(-5px, 0, 0);
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes bounceInRight {
  from,
  60%,
  75%,
  90%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }

  from {
    opacity: 0;
    -webkit-transform: translate3d(3000px, 0, 0);
    transform: translate3d(3000px, 0, 0);
  }

  60% {
    opacity: 1;
    -webkit-transform: translate3d(-25px, 0, 0);
    transform: translate3d(-25px, 0, 0);
  }

  75% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0);
  }

  90% {
    -webkit-transform: translate3d(-5px, 0, 0);
    transform: translate3d(-5px, 0, 0);
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.bounceInRight {
  -webkit-animation-name: bounceInRight;
  animation-name: bounceInRight;
}

@-webkit-keyframes bounceInUp {
  from,
  60%,
  75%,
  90%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }

  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 3000px, 0);
    transform: translate3d(0, 3000px, 0);
  }

  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0);
  }

  75% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0);
  }

  90% {
    -webkit-transform: translate3d(0, -5px, 0);
    transform: translate3d(0, -5px, 0);
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes bounceInUp {
  from,
  60%,
  75%,
  90%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }

  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 3000px, 0);
    transform: translate3d(0, 3000px, 0);
  }

  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0);
  }

  75% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0);
  }

  90% {
    -webkit-transform: translate3d(0, -5px, 0);
    transform: translate3d(0, -5px, 0);
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.bounceInUp {
  -webkit-animation-name: bounceInUp;
  animation-name: bounceInUp;
}

@-webkit-keyframes bounceOut {
  20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9);
  }

  50%,
  55% {
    opacity: 1;
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
  }

  to {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
}

@keyframes bounceOut {
  20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9);
  }

  50%,
  55% {
    opacity: 1;
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
  }

  to {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
}

.bounceOut {
  -webkit-animation-duration: 0.75s;
  animation-duration: 0.75s;
  -webkit-animation-name: bounceOut;
  animation-name: bounceOut;
}

@-webkit-keyframes bounceOutDown {
  20% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0);
  }

  40%,
  45% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0);
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
}

@keyframes bounceOutDown {
  20% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0);
  }

  40%,
  45% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0);
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
}

.bounceOutDown {
  -webkit-animation-name: bounceOutDown;
  animation-name: bounceOutDown;
}

@-webkit-keyframes bounceOutLeft {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(20px, 0, 0);
    transform: translate3d(20px, 0, 0);
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
}

@keyframes bounceOutLeft {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(20px, 0, 0);
    transform: translate3d(20px, 0, 0);
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
}

.bounceOutLeft {
  -webkit-animation-name: bounceOutLeft;
  animation-name: bounceOutLeft;
}

@-webkit-keyframes bounceOutRight {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(-20px, 0, 0);
    transform: translate3d(-20px, 0, 0);
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
}

@keyframes bounceOutRight {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(-20px, 0, 0);
    transform: translate3d(-20px, 0, 0);
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
}

.bounceOutRight {
  -webkit-animation-name: bounceOutRight;
  animation-name: bounceOutRight;
}

@-webkit-keyframes bounceOutUp {
  20% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0);
  }

  40%,
  45% {
    opacity: 1;
    -webkit-transform: translate3d(0, 20px, 0);
    transform: translate3d(0, 20px, 0);
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
}

@keyframes bounceOutUp {
  20% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0);
  }

  40%,
  45% {
    opacity: 1;
    -webkit-transform: translate3d(0, 20px, 0);
    transform: translate3d(0, 20px, 0);
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
}

.bounceOutUp {
  -webkit-animation-name: bounceOutUp;
  animation-name: bounceOutUp;
}

@-webkit-keyframes fadeIn {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

@keyframes fadeIn {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

.fadeIn {
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn;
}

@-webkit-keyframes fadeInDown {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes fadeInDown {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.fadeInDown {
  -webkit-animation-name: fadeInDown;
  animation-name: fadeInDown;
}

@-webkit-keyframes fadeInDownBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes fadeInDownBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.fadeInDownBig {
  -webkit-animation-name: fadeInDownBig;
  animation-name: fadeInDownBig;
}

@-webkit-keyframes fadeInLeft {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes fadeInLeft {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.fadeInLeft {
  -webkit-animation-name: fadeInLeft;
  animation-name: fadeInLeft;
}

@-webkit-keyframes fadeInLeftBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes fadeInLeftBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.fadeInLeftBig {
  -webkit-animation-name: fadeInLeftBig;
  animation-name: fadeInLeftBig;
}

@-webkit-keyframes fadeInRight {
  from {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes fadeInRight {
  from {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.fadeInRight {
  -webkit-animation-name: fadeInRight;
  animation-name: fadeInRight;
}

@-webkit-keyframes fadeInRightBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes fadeInRightBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.fadeInRightBig {
  -webkit-animation-name: fadeInRightBig;
  animation-name: fadeInRightBig;
}

@-webkit-keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.fadeInUp {
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp;
}

@-webkit-keyframes fadeInUpBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes fadeInUpBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.fadeInUpBig {
  -webkit-animation-name: fadeInUpBig;
  animation-name: fadeInUpBig;
}

@-webkit-keyframes fadeOut {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
  }
}

@keyframes fadeOut {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
  }
}

.fadeOut {
  -webkit-animation-name: fadeOut;
  animation-name: fadeOut;
}

@-webkit-keyframes fadeOutDown {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
}

@keyframes fadeOutDown {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
}

.fadeOutDown {
  -webkit-animation-name: fadeOutDown;
  animation-name: fadeOutDown;
}

@-webkit-keyframes fadeOutDownBig {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
}

@keyframes fadeOutDownBig {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
}

.fadeOutDownBig {
  -webkit-animation-name: fadeOutDownBig;
  animation-name: fadeOutDownBig;
}

@-webkit-keyframes fadeOutLeft {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
}

@keyframes fadeOutLeft {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
}

.fadeOutLeft {
  -webkit-animation-name: fadeOutLeft;
  animation-name: fadeOutLeft;
}

@-webkit-keyframes fadeOutLeftBig {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
}

@keyframes fadeOutLeftBig {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
}

.fadeOutLeftBig {
  -webkit-animation-name: fadeOutLeftBig;
  animation-name: fadeOutLeftBig;
}

@-webkit-keyframes fadeOutRight {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
}

@keyframes fadeOutRight {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
}

.fadeOutRight {
  -webkit-animation-name: fadeOutRight;
  animation-name: fadeOutRight;
}

@-webkit-keyframes fadeOutRightBig {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
}

@keyframes fadeOutRightBig {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
}

.fadeOutRightBig {
  -webkit-animation-name: fadeOutRightBig;
  animation-name: fadeOutRightBig;
}

@-webkit-keyframes fadeOutUp {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
}

@keyframes fadeOutUp {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
}

.fadeOutUp {
  -webkit-animation-name: fadeOutUp;
  animation-name: fadeOutUp;
}

@-webkit-keyframes fadeOutUpBig {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
}

@keyframes fadeOutUpBig {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
}

.fadeOutUpBig {
  -webkit-animation-name: fadeOutUpBig;
  animation-name: fadeOutUpBig;
}

@-webkit-keyframes flip {
  from {
    -webkit-transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 0)
      rotate3d(0, 1, 0, -360deg);
    transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 0) rotate3d(0, 1, 0, -360deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }

  40% {
    -webkit-transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 150px)
      rotate3d(0, 1, 0, -190deg);
    transform: perspective(400px) scale3d(1, 1, 1) 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) scale3d(1, 1, 1) translate3d(0, 0, 150px)
      rotate3d(0, 1, 0, -170deg);
    transform: perspective(400px) scale3d(1, 1, 1) 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) translate3d(0, 0, 0)
      rotate3d(0, 1, 0, 0deg);
    transform: perspective(400px) scale3d(0.95, 0.95, 0.95) translate3d(0, 0, 0)
      rotate3d(0, 1, 0, 0deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }

  to {
    -webkit-transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 0)
      rotate3d(0, 1, 0, 0deg);
    transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 0) rotate3d(0, 1, 0, 0deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
}

@keyframes flip {
  from {
    -webkit-transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 0)
      rotate3d(0, 1, 0, -360deg);
    transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 0) rotate3d(0, 1, 0, -360deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }

  40% {
    -webkit-transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 150px)
      rotate3d(0, 1, 0, -190deg);
    transform: perspective(400px) scale3d(1, 1, 1) 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) scale3d(1, 1, 1) translate3d(0, 0, 150px)
      rotate3d(0, 1, 0, -170deg);
    transform: perspective(400px) scale3d(1, 1, 1) 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) translate3d(0, 0, 0)
      rotate3d(0, 1, 0, 0deg);
    transform: perspective(400px) scale3d(0.95, 0.95, 0.95) translate3d(0, 0, 0)
      rotate3d(0, 1, 0, 0deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }

  to {
    -webkit-transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 0)
      rotate3d(0, 1, 0, 0deg);
    transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 0) rotate3d(0, 1, 0, 0deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
}

.animated.flip {
  -webkit-backface-visibility: visible;
  backface-visibility: visible;
  -webkit-animation-name: flip;
  animation-name: flip;
}

@-webkit-keyframes flipInX {
  from {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0;
  }

  40% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }

  60% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    opacity: 1;
  }

  80% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
  }

  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
}

@keyframes flipInX {
  from {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0;
  }

  40% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }

  60% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    opacity: 1;
  }

  80% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
  }

  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
}

.flipInX {
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipInX;
  animation-name: flipInX;
}

@-webkit-keyframes flipInY {
  from {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0;
  }

  40% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }

  60% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    opacity: 1;
  }

  80% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
  }

  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
}

@keyframes flipInY {
  from {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0;
  }

  40% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }

  60% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    opacity: 1;
  }

  80% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
  }

  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
}

.flipInY {
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipInY;
  animation-name: flipInY;
}

@-webkit-keyframes flipOutX {
  from {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }

  30% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    opacity: 1;
  }

  to {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    opacity: 0;
  }
}

@keyframes flipOutX {
  from {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }

  30% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    opacity: 1;
  }

  to {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    opacity: 0;
  }
}

.flipOutX {
  -webkit-animation-duration: 0.75s;
  animation-duration: 0.75s;
  -webkit-animation-name: flipOutX;
  animation-name: flipOutX;
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
}

@-webkit-keyframes flipOutY {
  from {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }

  30% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    opacity: 1;
  }

  to {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    opacity: 0;
  }
}

@keyframes flipOutY {
  from {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }

  30% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    opacity: 1;
  }

  to {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    opacity: 0;
  }
}

.flipOutY {
  -webkit-animation-duration: 0.75s;
  animation-duration: 0.75s;
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipOutY;
  animation-name: flipOutY;
}

@-webkit-keyframes lightSpeedIn {
  from {
    -webkit-transform: translate3d(100%, 0, 0) skewX(-30deg);
    transform: translate3d(100%, 0, 0) skewX(-30deg);
    opacity: 0;
  }

  60% {
    -webkit-transform: skewX(20deg);
    transform: skewX(20deg);
    opacity: 1;
  }

  80% {
    -webkit-transform: skewX(-5deg);
    transform: skewX(-5deg);
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes lightSpeedIn {
  from {
    -webkit-transform: translate3d(100%, 0, 0) skewX(-30deg);
    transform: translate3d(100%, 0, 0) skewX(-30deg);
    opacity: 0;
  }

  60% {
    -webkit-transform: skewX(20deg);
    transform: skewX(20deg);
    opacity: 1;
  }

  80% {
    -webkit-transform: skewX(-5deg);
    transform: skewX(-5deg);
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

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

@-webkit-keyframes lightSpeedOut {
  from {
    opacity: 1;
  }

  to {
    -webkit-transform: translate3d(100%, 0, 0) skewX(30deg);
    transform: translate3d(100%, 0, 0) skewX(30deg);
    opacity: 0;
  }
}

@keyframes lightSpeedOut {
  from {
    opacity: 1;
  }

  to {
    -webkit-transform: translate3d(100%, 0, 0) skewX(30deg);
    transform: translate3d(100%, 0, 0) skewX(30deg);
    opacity: 0;
  }
}

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

@-webkit-keyframes rotateIn {
  from {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate3d(0, 0, 1, -200deg);
    transform: rotate3d(0, 0, 1, -200deg);
    opacity: 0;
  }

  to {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}

@keyframes rotateIn {
  from {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate3d(0, 0, 1, -200deg);
    transform: rotate3d(0, 0, 1, -200deg);
    opacity: 0;
  }

  to {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}

.rotateIn {
  -webkit-animation-name: rotateIn;
  animation-name: rotateIn;
}

@-webkit-keyframes rotateInDownLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }

  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}

@keyframes rotateInDownLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }

  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}

.rotateInDownLeft {
  -webkit-animation-name: rotateInDownLeft;
  animation-name: rotateInDownLeft;
}

@-webkit-keyframes rotateInDownRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }

  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}

@keyframes rotateInDownRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }

  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}

.rotateInDownRight {
  -webkit-animation-name: rotateInDownRight;
  animation-name: rotateInDownRight;
}

@-webkit-keyframes rotateInUpLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }

  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}

@keyframes rotateInUpLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }

  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}

.rotateInUpLeft {
  -webkit-animation-name: rotateInUpLeft;
  animation-name: rotateInUpLeft;
}

@-webkit-keyframes rotateInUpRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, -90deg);
    transform: rotate3d(0, 0, 1, -90deg);
    opacity: 0;
  }

  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}

@keyframes rotateInUpRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, -90deg);
    transform: rotate3d(0, 0, 1, -90deg);
    opacity: 0;
  }

  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}

.rotateInUpRight {
  -webkit-animation-name: rotateInUpRight;
  animation-name: rotateInUpRight;
}

@-webkit-keyframes rotateOut {
  from {
    -webkit-transform-origin: center;
    transform-origin: center;
    opacity: 1;
  }

  to {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate3d(0, 0, 1, 200deg);
    transform: rotate3d(0, 0, 1, 200deg);
    opacity: 0;
  }
}

@keyframes rotateOut {
  from {
    -webkit-transform-origin: center;
    transform-origin: center;
    opacity: 1;
  }

  to {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate3d(0, 0, 1, 200deg);
    transform: rotate3d(0, 0, 1, 200deg);
    opacity: 0;
  }
}

.rotateOut {
  -webkit-animation-name: rotateOut;
  animation-name: rotateOut;
}

@-webkit-keyframes rotateOutDownLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    opacity: 1;
  }

  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
}

@keyframes rotateOutDownLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    opacity: 1;
  }

  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
}

.rotateOutDownLeft {
  -webkit-animation-name: rotateOutDownLeft;
  animation-name: rotateOutDownLeft;
}

@-webkit-keyframes rotateOutDownRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    opacity: 1;
  }

  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
}

@keyframes rotateOutDownRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    opacity: 1;
  }

  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
}

.rotateOutDownRight {
  -webkit-animation-name: rotateOutDownRight;
  animation-name: rotateOutDownRight;
}

@-webkit-keyframes rotateOutUpLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    opacity: 1;
  }

  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
}

@keyframes rotateOutUpLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    opacity: 1;
  }

  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
}

.rotateOutUpLeft {
  -webkit-animation-name: rotateOutUpLeft;
  animation-name: rotateOutUpLeft;
}

@-webkit-keyframes rotateOutUpRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    opacity: 1;
  }

  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, 90deg);
    transform: rotate3d(0, 0, 1, 90deg);
    opacity: 0;
  }
}

@keyframes rotateOutUpRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    opacity: 1;
  }

  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, 90deg);
    transform: rotate3d(0, 0, 1, 90deg);
    opacity: 0;
  }
}

.rotateOutUpRight {
  -webkit-animation-name: rotateOutUpRight;
  animation-name: rotateOutUpRight;
}

@-webkit-keyframes hinge {
  0% {
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }

  20%,
  60% {
    -webkit-transform: rotate3d(0, 0, 1, 80deg);
    transform: rotate3d(0, 0, 1, 80deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }

  40%,
  80% {
    -webkit-transform: rotate3d(0, 0, 1, 60deg);
    transform: rotate3d(0, 0, 1, 60deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    opacity: 1;
  }

  to {
    -webkit-transform: translate3d(0, 700px, 0);
    transform: translate3d(0, 700px, 0);
    opacity: 0;
  }
}

@keyframes hinge {
  0% {
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }

  20%,
  60% {
    -webkit-transform: rotate3d(0, 0, 1, 80deg);
    transform: rotate3d(0, 0, 1, 80deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }

  40%,
  80% {
    -webkit-transform: rotate3d(0, 0, 1, 60deg);
    transform: rotate3d(0, 0, 1, 60deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    opacity: 1;
  }

  to {
    -webkit-transform: translate3d(0, 700px, 0);
    transform: translate3d(0, 700px, 0);
    opacity: 0;
  }
}

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

@-webkit-keyframes jackInTheBox {
  from {
    opacity: 0;
    -webkit-transform: scale(0.1) rotate(30deg);
    transform: scale(0.1) rotate(30deg);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
  }

  50% {
    -webkit-transform: rotate(-10deg);
    transform: rotate(-10deg);
  }

  70% {
    -webkit-transform: rotate(3deg);
    transform: rotate(3deg);
  }

  to {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

@keyframes jackInTheBox {
  from {
    opacity: 0;
    -webkit-transform: scale(0.1) rotate(30deg);
    transform: scale(0.1) rotate(30deg);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
  }

  50% {
    -webkit-transform: rotate(-10deg);
    transform: rotate(-10deg);
  }

  70% {
    -webkit-transform: rotate(3deg);
    transform: rotate(3deg);
  }

  to {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

.jackInTheBox {
  -webkit-animation-name: jackInTheBox;
  animation-name: jackInTheBox;
}

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */

@-webkit-keyframes rollIn {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
    transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes rollIn {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
    transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.rollIn {
  -webkit-animation-name: rollIn;
  animation-name: rollIn;
}

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */

@-webkit-keyframes rollOut {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
    transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
  }
}

@keyframes rollOut {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
    transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
  }
}

.rollOut {
  -webkit-animation-name: rollOut;
  animation-name: rollOut;
}

@-webkit-keyframes zoomIn {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }

  50% {
    opacity: 1;
  }
}

@keyframes zoomIn {
  from {
    opacity: 0;
    -webkit-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;
}

@-webkit-keyframes zoomInDown {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }

  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}

@keyframes zoomInDown {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }

  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}

.zoomInDown {
  -webkit-animation-name: zoomInDown;
  animation-name: zoomInDown;
}

@-webkit-keyframes zoomInLeft {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }

  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}

@keyframes zoomInLeft {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }

  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}

.zoomInLeft {
  -webkit-animation-name: zoomInLeft;
  animation-name: zoomInLeft;
}

@-webkit-keyframes zoomInRight {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }

  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}

@keyframes zoomInRight {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }

  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}

.zoomInRight {
  -webkit-animation-name: zoomInRight;
  animation-name: zoomInRight;
}

@-webkit-keyframes zoomInUp {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }

  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}

@keyframes zoomInUp {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }

  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}

.zoomInUp {
  -webkit-animation-name: zoomInUp;
  animation-name: zoomInUp;
}

@-webkit-keyframes zoomOut {
  from {
    opacity: 1;
  }

  50% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }

  to {
    opacity: 0;
  }
}

@keyframes zoomOut {
  from {
    opacity: 1;
  }

  50% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }

  to {
    opacity: 0;
  }
}

.zoomOut {
  -webkit-animation-name: zoomOut;
  animation-name: zoomOut;
}

@-webkit-keyframes zoomOutDown {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }

  to {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}

@keyframes zoomOutDown {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }

  to {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}

.zoomOutDown {
  -webkit-animation-name: zoomOutDown;
  animation-name: zoomOutDown;
}

@-webkit-keyframes zoomOutLeft {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
  }

  to {
    opacity: 0;
    -webkit-transform: scale(0.1) translate3d(-2000px, 0, 0);
    transform: scale(0.1) translate3d(-2000px, 0, 0);
    -webkit-transform-origin: left center;
    transform-origin: left center;
  }
}

@keyframes zoomOutLeft {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
  }

  to {
    opacity: 0;
    -webkit-transform: scale(0.1) translate3d(-2000px, 0, 0);
    transform: scale(0.1) translate3d(-2000px, 0, 0);
    -webkit-transform-origin: left center;
    transform-origin: left center;
  }
}

.zoomOutLeft {
  -webkit-animation-name: zoomOutLeft;
  animation-name: zoomOutLeft;
}

@-webkit-keyframes zoomOutRight {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
  }

  to {
    opacity: 0;
    -webkit-transform: scale(0.1) translate3d(2000px, 0, 0);
    transform: scale(0.1) translate3d(2000px, 0, 0);
    -webkit-transform-origin: right center;
    transform-origin: right center;
  }
}

@keyframes zoomOutRight {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
  }

  to {
    opacity: 0;
    -webkit-transform: scale(0.1) translate3d(2000px, 0, 0);
    transform: scale(0.1) translate3d(2000px, 0, 0);
    -webkit-transform-origin: right center;
    transform-origin: right center;
  }
}

.zoomOutRight {
  -webkit-animation-name: zoomOutRight;
  animation-name: zoomOutRight;
}

@-webkit-keyframes zoomOutUp {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }

  to {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}

@keyframes zoomOutUp {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }

  to {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}

.zoomOutUp {
  -webkit-animation-name: zoomOutUp;
  animation-name: zoomOutUp;
}

@-webkit-keyframes slideInDown {
  from {
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
    visibility: visible;
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes slideInDown {
  from {
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
    visibility: visible;
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.slideInDown {
  -webkit-animation-name: slideInDown;
  animation-name: slideInDown;
}

@-webkit-keyframes slideInLeft {
  from {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
    visibility: visible;
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes slideInLeft {
  from {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
    visibility: visible;
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.slideInLeft {
  -webkit-animation-name: slideInLeft;
  animation-name: slideInLeft;
}

@-webkit-keyframes slideInRight {
  from {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    visibility: visible;
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes slideInRight {
  from {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    visibility: visible;
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.slideInRight {
  -webkit-animation-name: slideInRight;
  animation-name: slideInRight;
}

@-webkit-keyframes slideInUp {
  from {
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
    visibility: visible;
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes slideInUp {
  from {
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
    visibility: visible;
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.slideInUp {
  -webkit-animation-name: slideInUp;
  animation-name: slideInUp;
}

@-webkit-keyframes slideOutDown {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  to {
    visibility: hidden;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
}

@keyframes slideOutDown {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  to {
    visibility: hidden;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
}

.slideOutDown {
  -webkit-animation-name: slideOutDown;
  animation-name: slideOutDown;
}

@-webkit-keyframes slideOutLeft {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  to {
    visibility: hidden;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
}

@keyframes slideOutLeft {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  to {
    visibility: hidden;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
}

.slideOutLeft {
  -webkit-animation-name: slideOutLeft;
  animation-name: slideOutLeft;
}

@-webkit-keyframes slideOutRight {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  to {
    visibility: hidden;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
}

@keyframes slideOutRight {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  to {
    visibility: hidden;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
}

.slideOutRight {
  -webkit-animation-name: slideOutRight;
  animation-name: slideOutRight;
}

@-webkit-keyframes slideOutUp {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  to {
    visibility: hidden;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
}

@keyframes slideOutUp {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  to {
    visibility: hidden;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
}

.slideOutUp {
  -webkit-animation-name: slideOutUp;
  animation-name: slideOutUp;
}

.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.delay-1s {
  -webkit-animation-delay: 1s;
  animation-delay: 1s;
}

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

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

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

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

.animated.fast {
  -webkit-animation-duration: 800ms;
  animation-duration: 800ms;
}

.animated.faster {
  -webkit-animation-duration: 500ms;
  animation-duration: 500ms;
}

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

.animated.slower {
  -webkit-animation-duration: 3s;
  animation-duration: 3s;
}

@media (print), (prefers-reduced-motion: reduce) {
  .animated {
    -webkit-animation-duration: 1ms !important;
    animation-duration: 1ms !important;
    -webkit-transition-duration: 1ms !important;
    transition-duration: 1ms !important;
    -webkit-animation-iteration-count: 1 !important;
    animation-iteration-count: 1 !important;
  }
}

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