/*
 * GLOBAL VARS
 */
/*"Playfair Display SC", serif;*/
/* mobile */
/* desktop */
/* screen size to toggle mob menu*/
/* screen size to toggle slider caption*/
/* Usage:
a {
    @include links(orange, blue, yellow, teal);
}
*/
/* Using the mixin
.foo {
  @include center(both); // vertical / horizontal / both
}
.foo-parent {
  position: relative;
}
*/
/*Usage
p {
  @include font-size(14px)
  }
Output
p {
  font-size: 14px; //For unsupported browsers
  font-size: 0.8rem;
}
*/
/* Usage:
$start-color, $end-color, $orientation - vertical/horizontal/radial
.foo {
  @include linear-gradient(left, red, black)
}
*/
/* Usage
@include font-face('gotham', '/fonts/gotham');
*/
/* usage
.menu li {
  @include relative;
}

.sub-menu {
  @include absolute(top 100% left 0);
}

.sticky-bar {
  @include fixed(top 0 left 0);
}
*/
/* Fluid Text size */
/*
https://css-tricks.com/snippets/css/fluid-typography/
Usage 

$min_width: 320px;
$max_width: 1200px;
$min_font: 16px;
$max_font: 24px;

html {
  @include fluid-type($min_width, $max_width, $min_font, $max_font);
}

*/
/* Screen size */
/* Using the mixin
.foo {
  @include screen(large) {
    width: 20%;
  }
  @include screen(med) {
    width: 40%;
  }
  @include screen(med-small) {
    width: 60%;
  }
  @include screen(small) {
    width: 80%;
  }
  @include screen(custom, max, 400) {
    width: 100%;
  }
}
*/
/* Using
@include delay-loop(200, 1, 4, 500);
*/
html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%; }

body {
  margin: 0; }

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block; }

audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline; }

audio:not([controls]) {
  display: none;
  height: 0; }

[hidden],
template {
  display: none; }

a {
  background-color: transparent; }

a:active,
a:hover {
  outline: 0; }

abbr[title] {
  border-bottom: 1px dotted; }

b,
strong {
  font-weight: bold; }

dfn {
  font-style: italic; }

h1 {
  font-size: 2em;
  margin: 0.67em 0; }

mark {
  background: #ff0;
  color: #000; }

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: 1em 40px; }

hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0; }

pre {
  overflow: auto; }

code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em; }

button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0; }

button {
  overflow: visible; }

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; }

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0; }

input {
  line-height: normal; }

input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  padding: 0; }

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto; }

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; }

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em; }

legend {
  border: 0;
  padding: 0; }

textarea {
  overflow: auto; }

optgroup {
  font-weight: bold; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

td,
th {
  padding: 0; }

@-ms-viewport {
  width: device-width; }
html {
  box-sizing: border-box;
  -ms-overflow-style: scrollbar; }

*,
*::before,
*::after {
  box-sizing: inherit; }

.container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto; }

@media (min-width: 576px) {
  .container {
    max-width: 540px; } }
@media (min-width: 768px) {
  .container {
    max-width: 720px; } }
@media (min-width: 992px) {
  .container {
    max-width: 960px; } }
@media (min-width: 1200px) {
  .container {
    max-width: 1170px; } }
.container-fluid {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto; }

.row {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px; }

.no-gutters {
  margin-right: 0;
  margin-left: 0; }

.no-gutters > .col,
.no-gutters > [class*="col-"] {
  padding-right: 0;
  padding-left: 0; }

.col-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11, .col-12, .col,
.col-auto, .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm,
.col-sm-auto, .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12, .col-md,
.col-md-auto, .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg,
.col-lg-auto, .col-xl-1, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl,
.col-xl-auto {
  position: relative;
  width: 100%;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px; }

.col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%; }

.col-auto {
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: none; }

.col-1 {
  -ms-flex: 0 0 8.333333%;
  flex: 0 0 8.333333%;
  max-width: 8.333333%; }

.col-2 {
  -ms-flex: 0 0 16.666667%;
  flex: 0 0 16.666667%;
  max-width: 16.666667%; }

.col-3 {
  -ms-flex: 0 0 25%;
  flex: 0 0 25%;
  max-width: 25%; }

.col-4 {
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%; }

.col-5 {
  -ms-flex: 0 0 41.666667%;
  flex: 0 0 41.666667%;
  max-width: 41.666667%; }

.col-6 {
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  max-width: 50%; }

.col-7 {
  -ms-flex: 0 0 58.333333%;
  flex: 0 0 58.333333%;
  max-width: 58.333333%; }

.col-8 {
  -ms-flex: 0 0 66.666667%;
  flex: 0 0 66.666667%;
  max-width: 66.666667%; }

.col-9 {
  -ms-flex: 0 0 75%;
  flex: 0 0 75%;
  max-width: 75%; }

.col-10 {
  -ms-flex: 0 0 83.333333%;
  flex: 0 0 83.333333%;
  max-width: 83.333333%; }

.col-11 {
  -ms-flex: 0 0 91.666667%;
  flex: 0 0 91.666667%;
  max-width: 91.666667%; }

.col-12 {
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%; }

.order-first {
  -ms-flex-order: -1;
  order: -1; }

.order-1 {
  -ms-flex-order: 1;
  order: 1; }

.order-2 {
  -ms-flex-order: 2;
  order: 2; }

.order-3 {
  -ms-flex-order: 3;
  order: 3; }

.order-4 {
  -ms-flex-order: 4;
  order: 4; }

.order-5 {
  -ms-flex-order: 5;
  order: 5; }

.order-6 {
  -ms-flex-order: 6;
  order: 6; }

.order-7 {
  -ms-flex-order: 7;
  order: 7; }

.order-8 {
  -ms-flex-order: 8;
  order: 8; }

.order-9 {
  -ms-flex-order: 9;
  order: 9; }

.order-10 {
  -ms-flex-order: 10;
  order: 10; }

.order-11 {
  -ms-flex-order: 11;
  order: 11; }

.order-12 {
  -ms-flex-order: 12;
  order: 12; }

.offset-1 {
  margin-left: 8.333333%; }

.offset-2 {
  margin-left: 16.666667%; }

.offset-3 {
  margin-left: 25%; }

.offset-4 {
  margin-left: 33.333333%; }

.offset-5 {
  margin-left: 41.666667%; }

.offset-6 {
  margin-left: 50%; }

.offset-7 {
  margin-left: 58.333333%; }

.offset-8 {
  margin-left: 66.666667%; }

.offset-9 {
  margin-left: 75%; }

.offset-10 {
  margin-left: 83.333333%; }

.offset-11 {
  margin-left: 91.666667%; }

@media (min-width: 576px) {
  .col-sm {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%; }

  .col-sm-auto {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: none; }

  .col-sm-1 {
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%; }

  .col-sm-2 {
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%; }

  .col-sm-3 {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%; }

  .col-sm-4 {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%; }

  .col-sm-5 {
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%; }

  .col-sm-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%; }

  .col-sm-7 {
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%; }

  .col-sm-8 {
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%; }

  .col-sm-9 {
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%; }

  .col-sm-10 {
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%; }

  .col-sm-11 {
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%; }

  .col-sm-12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%; }

  .order-sm-first {
    -ms-flex-order: -1;
    order: -1; }

  .order-sm-1 {
    -ms-flex-order: 1;
    order: 1; }

  .order-sm-2 {
    -ms-flex-order: 2;
    order: 2; }

  .order-sm-3 {
    -ms-flex-order: 3;
    order: 3; }

  .order-sm-4 {
    -ms-flex-order: 4;
    order: 4; }

  .order-sm-5 {
    -ms-flex-order: 5;
    order: 5; }

  .order-sm-6 {
    -ms-flex-order: 6;
    order: 6; }

  .order-sm-7 {
    -ms-flex-order: 7;
    order: 7; }

  .order-sm-8 {
    -ms-flex-order: 8;
    order: 8; }

  .order-sm-9 {
    -ms-flex-order: 9;
    order: 9; }

  .order-sm-10 {
    -ms-flex-order: 10;
    order: 10; }

  .order-sm-11 {
    -ms-flex-order: 11;
    order: 11; }

  .order-sm-12 {
    -ms-flex-order: 12;
    order: 12; }

  .offset-sm-0 {
    margin-left: 0; }

  .offset-sm-1 {
    margin-left: 8.333333%; }

  .offset-sm-2 {
    margin-left: 16.666667%; }

  .offset-sm-3 {
    margin-left: 25%; }

  .offset-sm-4 {
    margin-left: 33.333333%; }

  .offset-sm-5 {
    margin-left: 41.666667%; }

  .offset-sm-6 {
    margin-left: 50%; }

  .offset-sm-7 {
    margin-left: 58.333333%; }

  .offset-sm-8 {
    margin-left: 66.666667%; }

  .offset-sm-9 {
    margin-left: 75%; }

  .offset-sm-10 {
    margin-left: 83.333333%; }

  .offset-sm-11 {
    margin-left: 91.666667%; } }
@media (min-width: 768px) {
  .col-md {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%; }

  .col-md-auto {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: none; }

  .col-md-1 {
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%; }

  .col-md-2 {
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%; }

  .col-md-3 {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%; }

  .col-md-4 {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%; }

  .col-md-5 {
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%; }

  .col-md-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%; }

  .col-md-7 {
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%; }

  .col-md-8 {
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%; }

  .col-md-9 {
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%; }

  .col-md-10 {
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%; }

  .col-md-11 {
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%; }

  .col-md-12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%; }

  .order-md-first {
    -ms-flex-order: -1;
    order: -1; }

  .order-md-1 {
    -ms-flex-order: 1;
    order: 1; }

  .order-md-2 {
    -ms-flex-order: 2;
    order: 2; }

  .order-md-3 {
    -ms-flex-order: 3;
    order: 3; }

  .order-md-4 {
    -ms-flex-order: 4;
    order: 4; }

  .order-md-5 {
    -ms-flex-order: 5;
    order: 5; }

  .order-md-6 {
    -ms-flex-order: 6;
    order: 6; }

  .order-md-7 {
    -ms-flex-order: 7;
    order: 7; }

  .order-md-8 {
    -ms-flex-order: 8;
    order: 8; }

  .order-md-9 {
    -ms-flex-order: 9;
    order: 9; }

  .order-md-10 {
    -ms-flex-order: 10;
    order: 10; }

  .order-md-11 {
    -ms-flex-order: 11;
    order: 11; }

  .order-md-12 {
    -ms-flex-order: 12;
    order: 12; }

  .offset-md-0 {
    margin-left: 0; }

  .offset-md-1 {
    margin-left: 8.333333%; }

  .offset-md-2 {
    margin-left: 16.666667%; }

  .offset-md-3 {
    margin-left: 25%; }

  .offset-md-4 {
    margin-left: 33.333333%; }

  .offset-md-5 {
    margin-left: 41.666667%; }

  .offset-md-6 {
    margin-left: 50%; }

  .offset-md-7 {
    margin-left: 58.333333%; }

  .offset-md-8 {
    margin-left: 66.666667%; }

  .offset-md-9 {
    margin-left: 75%; }

  .offset-md-10 {
    margin-left: 83.333333%; }

  .offset-md-11 {
    margin-left: 91.666667%; } }
@media (min-width: 992px) {
  .col-lg {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%; }

  .col-lg-auto {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: none; }

  .col-lg-1 {
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%; }

  .col-lg-2 {
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%; }

  .col-lg-3 {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%; }

  .col-lg-4 {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%; }

  .col-lg-5 {
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%; }

  .col-lg-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%; }

  .col-lg-7 {
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%; }

  .col-lg-8 {
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%; }

  .col-lg-9 {
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%; }

  .col-lg-10 {
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%; }

  .col-lg-11 {
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%; }

  .col-lg-12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%; }

  .order-lg-first {
    -ms-flex-order: -1;
    order: -1; }

  .order-lg-1 {
    -ms-flex-order: 1;
    order: 1; }

  .order-lg-2 {
    -ms-flex-order: 2;
    order: 2; }

  .order-lg-3 {
    -ms-flex-order: 3;
    order: 3; }

  .order-lg-4 {
    -ms-flex-order: 4;
    order: 4; }

  .order-lg-5 {
    -ms-flex-order: 5;
    order: 5; }

  .order-lg-6 {
    -ms-flex-order: 6;
    order: 6; }

  .order-lg-7 {
    -ms-flex-order: 7;
    order: 7; }

  .order-lg-8 {
    -ms-flex-order: 8;
    order: 8; }

  .order-lg-9 {
    -ms-flex-order: 9;
    order: 9; }

  .order-lg-10 {
    -ms-flex-order: 10;
    order: 10; }

  .order-lg-11 {
    -ms-flex-order: 11;
    order: 11; }

  .order-lg-12 {
    -ms-flex-order: 12;
    order: 12; }

  .offset-lg-0 {
    margin-left: 0; }

  .offset-lg-1 {
    margin-left: 8.333333%; }

  .offset-lg-2 {
    margin-left: 16.666667%; }

  .offset-lg-3 {
    margin-left: 25%; }

  .offset-lg-4 {
    margin-left: 33.333333%; }

  .offset-lg-5 {
    margin-left: 41.666667%; }

  .offset-lg-6 {
    margin-left: 50%; }

  .offset-lg-7 {
    margin-left: 58.333333%; }

  .offset-lg-8 {
    margin-left: 66.666667%; }

  .offset-lg-9 {
    margin-left: 75%; }

  .offset-lg-10 {
    margin-left: 83.333333%; }

  .offset-lg-11 {
    margin-left: 91.666667%; } }
@media (min-width: 1200px) {
  .col-xl {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%; }

  .col-xl-auto {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: none; }

  .col-xl-1 {
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%; }

  .col-xl-2 {
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%; }

  .col-xl-3 {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%; }

  .col-xl-4 {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%; }

  .col-xl-5 {
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%; }

  .col-xl-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%; }

  .col-xl-7 {
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%; }

  .col-xl-8 {
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%; }

  .col-xl-9 {
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%; }

  .col-xl-10 {
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%; }

  .col-xl-11 {
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%; }

  .col-xl-12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%; }

  .order-xl-first {
    -ms-flex-order: -1;
    order: -1; }

  .order-xl-1 {
    -ms-flex-order: 1;
    order: 1; }

  .order-xl-2 {
    -ms-flex-order: 2;
    order: 2; }

  .order-xl-3 {
    -ms-flex-order: 3;
    order: 3; }

  .order-xl-4 {
    -ms-flex-order: 4;
    order: 4; }

  .order-xl-5 {
    -ms-flex-order: 5;
    order: 5; }

  .order-xl-6 {
    -ms-flex-order: 6;
    order: 6; }

  .order-xl-7 {
    -ms-flex-order: 7;
    order: 7; }

  .order-xl-8 {
    -ms-flex-order: 8;
    order: 8; }

  .order-xl-9 {
    -ms-flex-order: 9;
    order: 9; }

  .order-xl-10 {
    -ms-flex-order: 10;
    order: 10; }

  .order-xl-11 {
    -ms-flex-order: 11;
    order: 11; }

  .order-xl-12 {
    -ms-flex-order: 12;
    order: 12; }

  .offset-xl-0 {
    margin-left: 0; }

  .offset-xl-1 {
    margin-left: 8.333333%; }

  .offset-xl-2 {
    margin-left: 16.666667%; }

  .offset-xl-3 {
    margin-left: 25%; }

  .offset-xl-4 {
    margin-left: 33.333333%; }

  .offset-xl-5 {
    margin-left: 41.666667%; }

  .offset-xl-6 {
    margin-left: 50%; }

  .offset-xl-7 {
    margin-left: 58.333333%; }

  .offset-xl-8 {
    margin-left: 66.666667%; }

  .offset-xl-9 {
    margin-left: 75%; }

  .offset-xl-10 {
    margin-left: 83.333333%; }

  .offset-xl-11 {
    margin-left: 91.666667%; } }
.flex-row {
  -ms-flex-direction: row !important;
  flex-direction: row !important; }

.flex-column {
  -ms-flex-direction: column !important;
  flex-direction: column !important; }

.flex-row-reverse {
  -ms-flex-direction: row-reverse !important;
  flex-direction: row-reverse !important; }

.flex-column-reverse {
  -ms-flex-direction: column-reverse !important;
  flex-direction: column-reverse !important; }

.flex-wrap {
  -ms-flex-wrap: wrap !important;
  flex-wrap: wrap !important; }

.flex-nowrap {
  -ms-flex-wrap: nowrap !important;
  flex-wrap: nowrap !important; }

.flex-wrap-reverse {
  -ms-flex-wrap: wrap-reverse !important;
  flex-wrap: wrap-reverse !important; }

.justify-content-start {
  -ms-flex-pack: start !important;
  justify-content: flex-start !important; }

.justify-content-end {
  -ms-flex-pack: end !important;
  justify-content: flex-end !important; }

.justify-content-center {
  -ms-flex-pack: center !important;
  justify-content: center !important; }

.justify-content-between {
  -ms-flex-pack: justify !important;
  justify-content: space-between !important; }

.justify-content-around {
  -ms-flex-pack: distribute !important;
  justify-content: space-around !important; }

.align-items-start {
  -ms-flex-align: start !important;
  align-items: flex-start !important; }

.align-items-end {
  -ms-flex-align: end !important;
  align-items: flex-end !important; }

.align-items-center {
  -ms-flex-align: center !important;
  align-items: center !important; }

.align-items-baseline {
  -ms-flex-align: baseline !important;
  align-items: baseline !important; }

.align-items-stretch {
  -ms-flex-align: stretch !important;
  align-items: stretch !important; }

.align-content-start {
  -ms-flex-line-pack: start !important;
  align-content: flex-start !important; }

.align-content-end {
  -ms-flex-line-pack: end !important;
  align-content: flex-end !important; }

.align-content-center {
  -ms-flex-line-pack: center !important;
  align-content: center !important; }

.align-content-between {
  -ms-flex-line-pack: justify !important;
  align-content: space-between !important; }

.align-content-around {
  -ms-flex-line-pack: distribute !important;
  align-content: space-around !important; }

.align-content-stretch {
  -ms-flex-line-pack: stretch !important;
  align-content: stretch !important; }

.align-self-auto {
  -ms-flex-item-align: auto !important;
  align-self: auto !important; }

.align-self-start {
  -ms-flex-item-align: start !important;
  align-self: flex-start !important; }

.align-self-end {
  -ms-flex-item-align: end !important;
  align-self: flex-end !important; }

.align-self-center {
  -ms-flex-item-align: center !important;
  align-self: center !important; }

.align-self-baseline {
  -ms-flex-item-align: baseline !important;
  align-self: baseline !important; }

.align-self-stretch {
  -ms-flex-item-align: stretch !important;
  align-self: stretch !important; }

@media (min-width: 576px) {
  .flex-sm-row {
    -ms-flex-direction: row !important;
    flex-direction: row !important; }

  .flex-sm-column {
    -ms-flex-direction: column !important;
    flex-direction: column !important; }

  .flex-sm-row-reverse {
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important; }

  .flex-sm-column-reverse {
    -ms-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important; }

  .flex-sm-wrap {
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important; }

  .flex-sm-nowrap {
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important; }

  .flex-sm-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important; }

  .justify-content-sm-start {
    -ms-flex-pack: start !important;
    justify-content: flex-start !important; }

  .justify-content-sm-end {
    -ms-flex-pack: end !important;
    justify-content: flex-end !important; }

  .justify-content-sm-center {
    -ms-flex-pack: center !important;
    justify-content: center !important; }

  .justify-content-sm-between {
    -ms-flex-pack: justify !important;
    justify-content: space-between !important; }

  .justify-content-sm-around {
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important; }

  .align-items-sm-start {
    -ms-flex-align: start !important;
    align-items: flex-start !important; }

  .align-items-sm-end {
    -ms-flex-align: end !important;
    align-items: flex-end !important; }

  .align-items-sm-center {
    -ms-flex-align: center !important;
    align-items: center !important; }

  .align-items-sm-baseline {
    -ms-flex-align: baseline !important;
    align-items: baseline !important; }

  .align-items-sm-stretch {
    -ms-flex-align: stretch !important;
    align-items: stretch !important; }

  .align-content-sm-start {
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important; }

  .align-content-sm-end {
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important; }

  .align-content-sm-center {
    -ms-flex-line-pack: center !important;
    align-content: center !important; }

  .align-content-sm-between {
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important; }

  .align-content-sm-around {
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important; }

  .align-content-sm-stretch {
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important; }

  .align-self-sm-auto {
    -ms-flex-item-align: auto !important;
    align-self: auto !important; }

  .align-self-sm-start {
    -ms-flex-item-align: start !important;
    align-self: flex-start !important; }

  .align-self-sm-end {
    -ms-flex-item-align: end !important;
    align-self: flex-end !important; }

  .align-self-sm-center {
    -ms-flex-item-align: center !important;
    align-self: center !important; }

  .align-self-sm-baseline {
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important; }

  .align-self-sm-stretch {
    -ms-flex-item-align: stretch !important;
    align-self: stretch !important; } }
@media (min-width: 768px) {
  .flex-md-row {
    -ms-flex-direction: row !important;
    flex-direction: row !important; }

  .flex-md-column {
    -ms-flex-direction: column !important;
    flex-direction: column !important; }

  .flex-md-row-reverse {
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important; }

  .flex-md-column-reverse {
    -ms-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important; }

  .flex-md-wrap {
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important; }

  .flex-md-nowrap {
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important; }

  .flex-md-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important; }

  .justify-content-md-start {
    -ms-flex-pack: start !important;
    justify-content: flex-start !important; }

  .justify-content-md-end {
    -ms-flex-pack: end !important;
    justify-content: flex-end !important; }

  .justify-content-md-center {
    -ms-flex-pack: center !important;
    justify-content: center !important; }

  .justify-content-md-between {
    -ms-flex-pack: justify !important;
    justify-content: space-between !important; }

  .justify-content-md-around {
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important; }

  .align-items-md-start {
    -ms-flex-align: start !important;
    align-items: flex-start !important; }

  .align-items-md-end {
    -ms-flex-align: end !important;
    align-items: flex-end !important; }

  .align-items-md-center {
    -ms-flex-align: center !important;
    align-items: center !important; }

  .align-items-md-baseline {
    -ms-flex-align: baseline !important;
    align-items: baseline !important; }

  .align-items-md-stretch {
    -ms-flex-align: stretch !important;
    align-items: stretch !important; }

  .align-content-md-start {
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important; }

  .align-content-md-end {
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important; }

  .align-content-md-center {
    -ms-flex-line-pack: center !important;
    align-content: center !important; }

  .align-content-md-between {
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important; }

  .align-content-md-around {
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important; }

  .align-content-md-stretch {
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important; }

  .align-self-md-auto {
    -ms-flex-item-align: auto !important;
    align-self: auto !important; }

  .align-self-md-start {
    -ms-flex-item-align: start !important;
    align-self: flex-start !important; }

  .align-self-md-end {
    -ms-flex-item-align: end !important;
    align-self: flex-end !important; }

  .align-self-md-center {
    -ms-flex-item-align: center !important;
    align-self: center !important; }

  .align-self-md-baseline {
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important; }

  .align-self-md-stretch {
    -ms-flex-item-align: stretch !important;
    align-self: stretch !important; } }
@media (min-width: 992px) {
  .flex-lg-row {
    -ms-flex-direction: row !important;
    flex-direction: row !important; }

  .flex-lg-column {
    -ms-flex-direction: column !important;
    flex-direction: column !important; }

  .flex-lg-row-reverse {
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important; }

  .flex-lg-column-reverse {
    -ms-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important; }

  .flex-lg-wrap {
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important; }

  .flex-lg-nowrap {
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important; }

  .flex-lg-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important; }

  .justify-content-lg-start {
    -ms-flex-pack: start !important;
    justify-content: flex-start !important; }

  .justify-content-lg-end {
    -ms-flex-pack: end !important;
    justify-content: flex-end !important; }

  .justify-content-lg-center {
    -ms-flex-pack: center !important;
    justify-content: center !important; }

  .justify-content-lg-between {
    -ms-flex-pack: justify !important;
    justify-content: space-between !important; }

  .justify-content-lg-around {
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important; }

  .align-items-lg-start {
    -ms-flex-align: start !important;
    align-items: flex-start !important; }

  .align-items-lg-end {
    -ms-flex-align: end !important;
    align-items: flex-end !important; }

  .align-items-lg-center {
    -ms-flex-align: center !important;
    align-items: center !important; }

  .align-items-lg-baseline {
    -ms-flex-align: baseline !important;
    align-items: baseline !important; }

  .align-items-lg-stretch {
    -ms-flex-align: stretch !important;
    align-items: stretch !important; }

  .align-content-lg-start {
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important; }

  .align-content-lg-end {
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important; }

  .align-content-lg-center {
    -ms-flex-line-pack: center !important;
    align-content: center !important; }

  .align-content-lg-between {
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important; }

  .align-content-lg-around {
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important; }

  .align-content-lg-stretch {
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important; }

  .align-self-lg-auto {
    -ms-flex-item-align: auto !important;
    align-self: auto !important; }

  .align-self-lg-start {
    -ms-flex-item-align: start !important;
    align-self: flex-start !important; }

  .align-self-lg-end {
    -ms-flex-item-align: end !important;
    align-self: flex-end !important; }

  .align-self-lg-center {
    -ms-flex-item-align: center !important;
    align-self: center !important; }

  .align-self-lg-baseline {
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important; }

  .align-self-lg-stretch {
    -ms-flex-item-align: stretch !important;
    align-self: stretch !important; } }
@media (min-width: 1200px) {
  .flex-xl-row {
    -ms-flex-direction: row !important;
    flex-direction: row !important; }

  .flex-xl-column {
    -ms-flex-direction: column !important;
    flex-direction: column !important; }

  .flex-xl-row-reverse {
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important; }

  .flex-xl-column-reverse {
    -ms-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important; }

  .flex-xl-wrap {
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important; }

  .flex-xl-nowrap {
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important; }

  .flex-xl-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important; }

  .justify-content-xl-start {
    -ms-flex-pack: start !important;
    justify-content: flex-start !important; }

  .justify-content-xl-end {
    -ms-flex-pack: end !important;
    justify-content: flex-end !important; }

  .justify-content-xl-center {
    -ms-flex-pack: center !important;
    justify-content: center !important; }

  .justify-content-xl-between {
    -ms-flex-pack: justify !important;
    justify-content: space-between !important; }

  .justify-content-xl-around {
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important; }

  .align-items-xl-start {
    -ms-flex-align: start !important;
    align-items: flex-start !important; }

  .align-items-xl-end {
    -ms-flex-align: end !important;
    align-items: flex-end !important; }

  .align-items-xl-center {
    -ms-flex-align: center !important;
    align-items: center !important; }

  .align-items-xl-baseline {
    -ms-flex-align: baseline !important;
    align-items: baseline !important; }

  .align-items-xl-stretch {
    -ms-flex-align: stretch !important;
    align-items: stretch !important; }

  .align-content-xl-start {
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important; }

  .align-content-xl-end {
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important; }

  .align-content-xl-center {
    -ms-flex-line-pack: center !important;
    align-content: center !important; }

  .align-content-xl-between {
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important; }

  .align-content-xl-around {
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important; }

  .align-content-xl-stretch {
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important; }

  .align-self-xl-auto {
    -ms-flex-item-align: auto !important;
    align-self: auto !important; }

  .align-self-xl-start {
    -ms-flex-item-align: start !important;
    align-self: flex-start !important; }

  .align-self-xl-end {
    -ms-flex-item-align: end !important;
    align-self: flex-end !important; }

  .align-self-xl-center {
    -ms-flex-item-align: center !important;
    align-self: center !important; }

  .align-self-xl-baseline {
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important; }

  .align-self-xl-stretch {
    -ms-flex-item-align: stretch !important;
    align-self: stretch !important; } }
.animated {
  animation-duration: 1s;
  animation-fill-mode: both; }

.animated.infinite {
  animation-iteration-count: infinite; }

.animated.hinge {
  animation-duration: 2s; }

.animated.flipOutX,
.animated.flipOutY,
.animated.bounceIn,
.animated.bounceOut {
  animation-duration: .75s; }

@keyframes bounce {
  from, 20%, 53%, 80%, to {
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transform: translate3d(0, 0, 0); }
  40%, 43% {
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    transform: translate3d(0, -30px, 0); }
  70% {
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    transform: translate3d(0, -15px, 0); }
  90% {
    transform: translate3d(0, -4px, 0); } }
.bounce {
  animation-name: bounce;
  transform-origin: center bottom; }

@keyframes flash {
  from, 50%, to {
    opacity: 1; }
  25%, 75% {
    opacity: 0; } }
.flash {
  animation-name: flash; }

@keyframes pulse {
  from {
    transform: scale3d(1, 1, 1); }
  50% {
    transform: scale3d(1.05, 1.05, 1.05); }
  to {
    transform: scale3d(1, 1, 1); } }
.pulse {
  animation-name: pulse; }

@keyframes rubberBand {
  from {
    transform: scale3d(1, 1, 1); }
  30% {
    transform: scale3d(1.25, 0.75, 1); }
  40% {
    transform: scale3d(0.75, 1.25, 1); }
  50% {
    transform: scale3d(1.15, 0.85, 1); }
  65% {
    transform: scale3d(0.95, 1.05, 1); }
  75% {
    transform: scale3d(1.05, 0.95, 1); }
  to {
    transform: scale3d(1, 1, 1); } }
.rubberBand {
  animation-name: rubberBand; }

@keyframes shake {
  from, to {
    transform: translate3d(0, 0, 0); }
  10%, 30%, 50%, 70%, 90% {
    transform: translate3d(-10px, 0, 0); }
  20%, 40%, 60%, 80% {
    transform: translate3d(10px, 0, 0); } }
.shake {
  animation-name: shake; }

@keyframes headShake {
  0% {
    transform: translateX(0); }
  6.5% {
    transform: translateX(-6px) rotateY(-9deg); }
  18.5% {
    transform: translateX(5px) rotateY(7deg); }
  31.5% {
    transform: translateX(-3px) rotateY(-5deg); }
  43.5% {
    transform: translateX(2px) rotateY(3deg); }
  50% {
    transform: translateX(0); } }
.headShake {
  animation-timing-function: ease-in-out;
  animation-name: headShake; }

@keyframes swing {
  20% {
    transform: rotate3d(0, 0, 1, 15deg); }
  40% {
    transform: rotate3d(0, 0, 1, -10deg); }
  60% {
    transform: rotate3d(0, 0, 1, 5deg); }
  80% {
    transform: rotate3d(0, 0, 1, -5deg); }
  to {
    transform: rotate3d(0, 0, 1, 0deg); } }
.swing {
  transform-origin: top center;
  animation-name: swing; }

@keyframes tada {
  from {
    transform: scale3d(1, 1, 1); }
  10%, 20% {
    transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg); }
  30%, 50%, 70%, 90% {
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg); }
  40%, 60%, 80% {
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg); }
  to {
    transform: scale3d(1, 1, 1); } }
.tada {
  animation-name: tada; }

@keyframes wobble {
  from {
    transform: none; }
  15% {
    transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg); }
  30% {
    transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg); }
  45% {
    transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg); }
  60% {
    transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg); }
  75% {
    transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg); }
  to {
    transform: none; } }
.wobble {
  animation-name: wobble; }

@keyframes jello {
  from, 11.1%, to {
    transform: none; }
  22.2% {
    transform: skewX(-12.5deg) skewY(-12.5deg); }
  33.3% {
    transform: skewX(6.25deg) skewY(6.25deg); }
  44.4% {
    transform: skewX(-3.125deg) skewY(-3.125deg); }
  55.5% {
    transform: skewX(1.5625deg) skewY(1.5625deg); }
  66.6% {
    transform: skewX(-0.78125deg) skewY(-0.78125deg); }
  77.7% {
    transform: skewX(0.390625deg) skewY(0.390625deg); }
  88.8% {
    transform: skewX(-0.1953125deg) skewY(-0.1953125deg); } }
.jello {
  animation-name: jello;
  transform-origin: center; }

@keyframes bounceIn {
  from, 20%, 40%, 60%, 80%, to {
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  0% {
    opacity: 0;
    transform: scale3d(0.3, 0.3, 0.3); }
  20% {
    transform: scale3d(1.1, 1.1, 1.1); }
  40% {
    transform: scale3d(0.9, 0.9, 0.9); }
  60% {
    opacity: 1;
    transform: scale3d(1.03, 1.03, 1.03); }
  80% {
    transform: scale3d(0.97, 0.97, 0.97); }
  to {
    opacity: 1;
    transform: scale3d(1, 1, 1); } }
.bounceIn {
  animation-name: bounceIn; }

@keyframes bounceInDown {
  from, 60%, 75%, 90%, to {
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  0% {
    opacity: 0;
    transform: translate3d(0, -3000px, 0); }
  60% {
    opacity: 1;
    transform: translate3d(0, 25px, 0); }
  75% {
    transform: translate3d(0, -10px, 0); }
  90% {
    transform: translate3d(0, 5px, 0); }
  to {
    transform: none; } }
.bounceInDown {
  animation-name: bounceInDown; }

@keyframes bounceInLeft {
  from, 60%, 75%, 90%, to {
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  0% {
    opacity: 0;
    transform: translate3d(-3000px, 0, 0); }
  60% {
    opacity: 1;
    transform: translate3d(25px, 0, 0); }
  75% {
    transform: translate3d(-10px, 0, 0); }
  90% {
    transform: translate3d(5px, 0, 0); }
  to {
    transform: none; } }
.bounceInLeft {
  animation-name: bounceInLeft; }

@keyframes bounceInRight {
  from, 60%, 75%, 90%, to {
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  from {
    opacity: 0;
    transform: translate3d(3000px, 0, 0); }
  60% {
    opacity: 1;
    transform: translate3d(-25px, 0, 0); }
  75% {
    transform: translate3d(10px, 0, 0); }
  90% {
    transform: translate3d(-5px, 0, 0); }
  to {
    transform: none; } }
.bounceInRight {
  animation-name: bounceInRight; }

@keyframes bounceInUp {
  from, 60%, 75%, 90%, to {
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  from {
    opacity: 0;
    transform: translate3d(0, 3000px, 0); }
  60% {
    opacity: 1;
    transform: translate3d(0, -20px, 0); }
  75% {
    transform: translate3d(0, 10px, 0); }
  90% {
    transform: translate3d(0, -5px, 0); }
  to {
    transform: translate3d(0, 0, 0); } }
.bounceInUp {
  animation-name: bounceInUp; }

@keyframes bounceOut {
  20% {
    transform: scale3d(0.9, 0.9, 0.9); }
  50%, 55% {
    opacity: 1;
    transform: scale3d(1.1, 1.1, 1.1); }
  to {
    opacity: 0;
    transform: scale3d(0.3, 0.3, 0.3); } }
.bounceOut {
  animation-name: bounceOut; }

@keyframes bounceOutDown {
  20% {
    transform: translate3d(0, 10px, 0); }
  40%, 45% {
    opacity: 1;
    transform: translate3d(0, -20px, 0); }
  to {
    opacity: 0;
    transform: translate3d(0, 2000px, 0); } }
.bounceOutDown {
  animation-name: bounceOutDown; }

@keyframes bounceOutLeft {
  20% {
    opacity: 1;
    transform: translate3d(20px, 0, 0); }
  to {
    opacity: 0;
    transform: translate3d(-2000px, 0, 0); } }
.bounceOutLeft {
  animation-name: bounceOutLeft; }

@keyframes bounceOutRight {
  20% {
    opacity: 1;
    transform: translate3d(-20px, 0, 0); }
  to {
    opacity: 0;
    transform: translate3d(2000px, 0, 0); } }
.bounceOutRight {
  animation-name: bounceOutRight; }

@keyframes bounceOutUp {
  20% {
    transform: translate3d(0, -10px, 0); }
  40%, 45% {
    opacity: 1;
    transform: translate3d(0, 20px, 0); }
  to {
    opacity: 0;
    transform: translate3d(0, -2000px, 0); } }
.bounceOutUp {
  animation-name: bounceOutUp; }

@keyframes fadeIn {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }
.fadeIn {
  animation-name: fadeIn; }

@keyframes fadeInDown {
  from {
    opacity: 0;
    transform: translate3d(0, -100%, 0); }
  to {
    opacity: 1;
    transform: none; } }
.fadeInDown {
  animation-name: fadeInDown; }

@keyframes fadeInDownBig {
  from {
    opacity: 0;
    transform: translate3d(0, -2000px, 0); }
  to {
    opacity: 1;
    transform: none; } }
.fadeInDownBig {
  animation-name: fadeInDownBig; }

@keyframes fadeInLeft {
  from {
    opacity: 0;
    transform: translate3d(-100%, 0, 0); }
  to {
    opacity: 1;
    transform: none; } }
.fadeInLeft {
  animation-name: fadeInLeft; }

@keyframes fadeInLeftBig {
  from {
    opacity: 0;
    transform: translate3d(-2000px, 0, 0); }
  to {
    opacity: 1;
    transform: none; } }
.fadeInLeftBig {
  animation-name: fadeInLeftBig; }

@keyframes fadeInRight {
  from {
    opacity: 0;
    transform: translate3d(100%, 0, 0); }
  to {
    opacity: 1;
    transform: none; } }
.fadeInRight {
  animation-name: fadeInRight; }

@keyframes fadeInRightBig {
  from {
    opacity: 0;
    transform: translate3d(2000px, 0, 0); }
  to {
    opacity: 1;
    transform: none; } }
.fadeInRightBig {
  animation-name: fadeInRightBig; }

@keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translate3d(0, 100%, 0); }
  to {
    opacity: 1;
    transform: none; } }
.fadeInUp {
  animation-name: fadeInUp; }

@keyframes fadeInUpBig {
  from {
    opacity: 0;
    transform: translate3d(0, 2000px, 0); }
  to {
    opacity: 1;
    transform: none; } }
.fadeInUpBig {
  animation-name: fadeInUpBig; }

@keyframes fadeOut {
  from {
    opacity: 1; }
  to {
    opacity: 0; } }
.fadeOut {
  animation-name: fadeOut; }

@keyframes fadeOutDown {
  from {
    opacity: 1; }
  to {
    opacity: 0;
    transform: translate3d(0, 100%, 0); } }
.fadeOutDown {
  animation-name: fadeOutDown; }

@keyframes fadeOutDownBig {
  from {
    opacity: 1; }
  to {
    opacity: 0;
    transform: translate3d(0, 2000px, 0); } }
.fadeOutDownBig {
  animation-name: fadeOutDownBig; }

@keyframes fadeOutLeft {
  from {
    opacity: 1; }
  to {
    opacity: 0;
    transform: translate3d(-100%, 0, 0); } }
.fadeOutLeft {
  animation-name: fadeOutLeft; }

@keyframes fadeOutLeftBig {
  from {
    opacity: 1; }
  to {
    opacity: 0;
    transform: translate3d(-2000px, 0, 0); } }
.fadeOutLeftBig {
  animation-name: fadeOutLeftBig; }

@keyframes fadeOutRight {
  from {
    opacity: 1; }
  to {
    opacity: 0;
    transform: translate3d(100%, 0, 0); } }
.fadeOutRight {
  animation-name: fadeOutRight; }

@keyframes fadeOutRightBig {
  from {
    opacity: 1; }
  to {
    opacity: 0;
    transform: translate3d(2000px, 0, 0); } }
.fadeOutRightBig {
  animation-name: fadeOutRightBig; }

@keyframes fadeOutUp {
  from {
    opacity: 1; }
  to {
    opacity: 0;
    transform: translate3d(0, -100%, 0); } }
.fadeOutUp {
  animation-name: fadeOutUp; }

@keyframes fadeOutUpBig {
  from {
    opacity: 1; }
  to {
    opacity: 0;
    transform: translate3d(0, -2000px, 0); } }
.fadeOutUpBig {
  animation-name: fadeOutUpBig; }

@keyframes flip {
  from {
    transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
    animation-timing-function: ease-out; }
  40% {
    transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
    animation-timing-function: ease-out; }
  50% {
    transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
    animation-timing-function: ease-in; }
  80% {
    transform: perspective(400px) scale3d(0.95, 0.95, 0.95);
    animation-timing-function: ease-in; }
  to {
    transform: perspective(400px);
    animation-timing-function: ease-in; } }
.animated.flip {
  -webkit-backface-visibility: visible;
  backface-visibility: visible;
  animation-name: flip; }

@keyframes flipInX {
  from {
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    animation-timing-function: ease-in;
    opacity: 0; }
  40% {
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    animation-timing-function: ease-in; }
  60% {
    transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    opacity: 1; }
  80% {
    transform: perspective(400px) rotate3d(1, 0, 0, -5deg); }
  to {
    transform: perspective(400px); } }
.flipInX {
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  animation-name: flipInX; }

@keyframes flipInY {
  from {
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    animation-timing-function: ease-in;
    opacity: 0; }
  40% {
    transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    animation-timing-function: ease-in; }
  60% {
    transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    opacity: 1; }
  80% {
    transform: perspective(400px) rotate3d(0, 1, 0, -5deg); }
  to {
    transform: perspective(400px); } }
.flipInY {
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  animation-name: flipInY; }

@keyframes flipOutX {
  from {
    transform: perspective(400px); }
  30% {
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    opacity: 1; }
  to {
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    opacity: 0; } }
.flipOutX {
  animation-name: flipOutX;
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important; }

@keyframes flipOutY {
  from {
    transform: perspective(400px); }
  30% {
    transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    opacity: 1; }
  to {
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    opacity: 0; } }
.flipOutY {
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  animation-name: flipOutY; }

@keyframes lightSpeedIn {
  from {
    transform: translate3d(100%, 0, 0) skewX(-30deg);
    opacity: 0; }
  60% {
    transform: skewX(20deg);
    opacity: 1; }
  80% {
    transform: skewX(-5deg);
    opacity: 1; }
  to {
    transform: none;
    opacity: 1; } }
.lightSpeedIn {
  animation-name: lightSpeedIn;
  animation-timing-function: ease-out; }

@keyframes lightSpeedOut {
  from {
    opacity: 1; }
  to {
    transform: translate3d(100%, 0, 0) skewX(30deg);
    opacity: 0; } }
.lightSpeedOut {
  animation-name: lightSpeedOut;
  animation-timing-function: ease-in; }

@keyframes rotateIn {
  from {
    transform-origin: center;
    transform: rotate3d(0, 0, 1, -200deg);
    opacity: 0; }
  to {
    transform-origin: center;
    transform: none;
    opacity: 1; } }
.rotateIn {
  animation-name: rotateIn; }

@keyframes rotateInDownLeft {
  from {
    transform-origin: left bottom;
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0; }
  to {
    transform-origin: left bottom;
    transform: none;
    opacity: 1; } }
.rotateInDownLeft {
  animation-name: rotateInDownLeft; }

@keyframes rotateInDownRight {
  from {
    transform-origin: right bottom;
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0; }
  to {
    transform-origin: right bottom;
    transform: none;
    opacity: 1; } }
.rotateInDownRight {
  animation-name: rotateInDownRight; }

@keyframes rotateInUpLeft {
  from {
    transform-origin: left bottom;
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0; }
  to {
    transform-origin: left bottom;
    transform: none;
    opacity: 1; } }
.rotateInUpLeft {
  animation-name: rotateInUpLeft; }

@keyframes rotateInUpRight {
  from {
    transform-origin: right bottom;
    transform: rotate3d(0, 0, 1, -90deg);
    opacity: 0; }
  to {
    transform-origin: right bottom;
    transform: none;
    opacity: 1; } }
.rotateInUpRight {
  animation-name: rotateInUpRight; }

@keyframes rotateOut {
  from {
    transform-origin: center;
    opacity: 1; }
  to {
    transform-origin: center;
    transform: rotate3d(0, 0, 1, 200deg);
    opacity: 0; } }
.rotateOut {
  animation-name: rotateOut; }

@keyframes rotateOutDownLeft {
  from {
    transform-origin: left bottom;
    opacity: 1; }
  to {
    transform-origin: left bottom;
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0; } }
.rotateOutDownLeft {
  animation-name: rotateOutDownLeft; }

@keyframes rotateOutDownRight {
  from {
    transform-origin: right bottom;
    opacity: 1; }
  to {
    transform-origin: right bottom;
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0; } }
.rotateOutDownRight {
  animation-name: rotateOutDownRight; }

@keyframes rotateOutUpLeft {
  from {
    transform-origin: left bottom;
    opacity: 1; }
  to {
    transform-origin: left bottom;
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0; } }
.rotateOutUpLeft {
  animation-name: rotateOutUpLeft; }

@keyframes rotateOutUpRight {
  from {
    transform-origin: right bottom;
    opacity: 1; }
  to {
    transform-origin: right bottom;
    transform: rotate3d(0, 0, 1, 90deg);
    opacity: 0; } }
.rotateOutUpRight {
  animation-name: rotateOutUpRight; }

@keyframes hinge {
  0% {
    transform-origin: top left;
    animation-timing-function: ease-in-out; }
  20%, 60% {
    transform: rotate3d(0, 0, 1, 80deg);
    transform-origin: top left;
    animation-timing-function: ease-in-out; }
  40%, 80% {
    transform: rotate3d(0, 0, 1, 60deg);
    transform-origin: top left;
    animation-timing-function: ease-in-out;
    opacity: 1; }
  to {
    transform: translate3d(0, 700px, 0);
    opacity: 0; } }
.hinge {
  animation-name: hinge; }

@keyframes jackInTheBox {
  from {
    opacity: 0;
    transform: scale(0.1) rotate(30deg);
    transform-origin: center bottom; }
  50% {
    transform: rotate(-10deg); }
  70% {
    transform: rotate(3deg); }
  to {
    opacity: 1;
    transform: scale(1); } }
.jackInTheBox {
  animation-name: jackInTheBox; }

@keyframes rollIn {
  from {
    opacity: 0;
    transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg); }
  to {
    opacity: 1;
    transform: none; } }
.rollIn {
  animation-name: rollIn; }

@keyframes rollOut {
  from {
    opacity: 1; }
  to {
    opacity: 0;
    transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg); } }
.rollOut {
  animation-name: rollOut; }

@keyframes zoomIn {
  from {
    opacity: 0;
    transform: scale3d(0.3, 0.3, 0.3); }
  50% {
    opacity: 1; } }
.zoomIn {
  animation-name: zoomIn; }

@keyframes zoomInDown {
  from {
    opacity: 0;
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  60% {
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); } }
.zoomInDown {
  animation-name: zoomInDown; }

@keyframes zoomInLeft {
  from {
    opacity: 0;
    transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  60% {
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); } }
.zoomInLeft {
  animation-name: zoomInLeft; }

@keyframes zoomInRight {
  from {
    opacity: 0;
    transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  60% {
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); } }
.zoomInRight {
  animation-name: zoomInRight; }

@keyframes zoomInUp {
  from {
    opacity: 0;
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  60% {
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); } }
.zoomInUp {
  animation-name: zoomInUp; }

@keyframes zoomOut {
  from {
    opacity: 1; }
  50% {
    opacity: 0;
    transform: scale3d(0.3, 0.3, 0.3); }
  to {
    opacity: 0; } }
.zoomOut {
  animation-name: zoomOut; }

@keyframes zoomOutDown {
  40% {
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  to {
    opacity: 0;
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    transform-origin: center bottom;
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); } }
.zoomOutDown {
  animation-name: zoomOutDown; }

@keyframes zoomOutLeft {
  40% {
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0); }
  to {
    opacity: 0;
    transform: scale(0.1) translate3d(-2000px, 0, 0);
    transform-origin: left center; } }
.zoomOutLeft {
  animation-name: zoomOutLeft; }

@keyframes zoomOutRight {
  40% {
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0); }
  to {
    opacity: 0;
    transform: scale(0.1) translate3d(2000px, 0, 0);
    transform-origin: right center; } }
.zoomOutRight {
  animation-name: zoomOutRight; }

@keyframes zoomOutUp {
  40% {
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  to {
    opacity: 0;
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    transform-origin: center bottom;
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); } }
.zoomOutUp {
  animation-name: zoomOutUp; }

@keyframes slideInDown {
  from {
    transform: translate3d(0, -100%, 0);
    visibility: visible; }
  to {
    transform: translate3d(0, 0, 0); } }
.slideInDown {
  animation-name: slideInDown; }

@keyframes slideInLeft {
  from {
    transform: translate3d(-100%, 0, 0);
    visibility: visible; }
  to {
    transform: translate3d(0, 0, 0); } }
.slideInLeft {
  animation-name: slideInLeft; }

@keyframes slideInRight {
  from {
    transform: translate3d(100%, 0, 0);
    visibility: visible; }
  to {
    transform: translate3d(0, 0, 0); } }
.slideInRight {
  animation-name: slideInRight; }

@keyframes slideInUp {
  from {
    transform: translate3d(0, 100%, 0);
    visibility: visible; }
  to {
    transform: translate3d(0, 0, 0); } }
.slideInUp {
  animation-name: slideInUp; }

@keyframes slideOutDown {
  from {
    transform: translate3d(0, 0, 0); }
  to {
    visibility: hidden;
    transform: translate3d(0, 100%, 0); } }
.slideOutDown {
  animation-name: slideOutDown; }

@keyframes slideOutLeft {
  from {
    transform: translate3d(0, 0, 0); }
  to {
    visibility: hidden;
    transform: translate3d(-100%, 0, 0); } }
.slideOutLeft {
  animation-name: slideOutLeft; }

@keyframes slideOutRight {
  from {
    transform: translate3d(0, 0, 0); }
  to {
    visibility: hidden;
    transform: translate3d(100%, 0, 0); } }
.slideOutRight {
  animation-name: slideOutRight; }

@keyframes slideOutUp {
  from {
    transform: translate3d(0, 0, 0); }
  to {
    visibility: hidden;
    transform: translate3d(0, -100%, 0); } }
.slideOutUp {
  animation-name: slideOutUp; }

@-webkit-keyframes blinking {
  from {
    opacity: 0; }
  50% {
    opacity: 1; }
  to {
    opacity: 0; } }
@-moz-keyframes blinking {
  from {
    opacity: 0; }
  50% {
    opacity: 1; }
  to {
    opacity: 0; } }
@-ms-keyframes blinking {
  from {
    opacity: 0; }
  50% {
    opacity: 1; }
  to {
    opacity: 0; } }
@-o-keyframes blinking {
  from {
    opacity: 0; }
  50% {
    opacity: 1; }
  to {
    opacity: 0; } }
@keyframes blinking {
  from {
    opacity: 0; }
  50% {
    opacity: 1; }
  to {
    opacity: 0; } }
@-webkit-keyframes blinking_text {
  from {
    color: #fff; }
  50% {
    color: #393939; }
  to {
    color: #fff; } }
@-moz-keyframes blinking_text {
  from {
    color: #fff; }
  50% {
    color: #393939; }
  to {
    color: #fff; } }
@-ms-keyframes blinking_text {
  from {
    color: #fff; }
  50% {
    color: #393939; }
  to {
    color: #fff; } }
@-o-keyframes blinking_text {
  from {
    color: #fff; }
  50% {
    color: #393939; }
  to {
    color: #fff; } }
@keyframes blinking_text {
  from {
    color: #fff; }
  50% {
    color: #393939; }
  to {
    color: #fff; } }
@-webkit-keyframes fadeInUpSm {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 30px, 0);
    -moz-transform: translate3d(0, 30px, 0);
    -ms-transform: translate3d(0, 30px, 0);
    transform: translate3d(0, 30px, 0); }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }
@-moz-keyframes fadeInUpSm {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 30px, 0);
    -moz-transform: translate3d(0, 30px, 0);
    -ms-transform: translate3d(0, 30px, 0);
    transform: translate3d(0, 30px, 0); }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }
@-ms-keyframes fadeInUpSm {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 30px, 0);
    -moz-transform: translate3d(0, 30px, 0);
    -ms-transform: translate3d(0, 30px, 0);
    transform: translate3d(0, 30px, 0); }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }
@-o-keyframes fadeInUpSm {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 30px, 0);
    -moz-transform: translate3d(0, 30px, 0);
    -ms-transform: translate3d(0, 30px, 0);
    transform: translate3d(0, 30px, 0); }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }
@keyframes fadeInUpSm {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 30px, 0);
    -moz-transform: translate3d(0, 30px, 0);
    -ms-transform: translate3d(0, 30px, 0);
    transform: translate3d(0, 30px, 0); }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }
.fadeInUpSm {
  -webkit-animation-name: fadeInUpSm;
  -moz-animation-name: fadeInUpSm;
  -ms-animation-name: fadeInUpSm;
  -o-animation-name: fadeInUpSm;
  animation-name: fadeInUpSm; }

@-webkit-keyframes fadeInDownSm {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -30px, 0);
    -moz-transform: translate3d(0, -30px, 0);
    -ms-transform: translate3d(0, -30px, 0);
    transform: translate3d(0, -30px, 0); }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }
@-moz-keyframes fadeInDownSm {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -30px, 0);
    -moz-transform: translate3d(0, -30px, 0);
    -ms-transform: translate3d(0, -30px, 0);
    transform: translate3d(0, -30px, 0); }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }
@-ms-keyframes fadeInDownSm {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -30px, 0);
    -moz-transform: translate3d(0, -30px, 0);
    -ms-transform: translate3d(0, -30px, 0);
    transform: translate3d(0, -30px, 0); }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }
@-o-keyframes fadeInDownSm {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -30px, 0);
    -moz-transform: translate3d(0, -30px, 0);
    -ms-transform: translate3d(0, -30px, 0);
    transform: translate3d(0, -30px, 0); }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }
@keyframes fadeInDownSm {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -30px, 0);
    -moz-transform: translate3d(0, -30px, 0);
    -ms-transform: translate3d(0, -30px, 0);
    transform: translate3d(0, -30px, 0); }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }
.fadeInDownSm {
  -webkit-animation-name: fadeInDownSm;
  -moz-animation-name: fadeInDownSm;
  -ms-animation-name: fadeInDownSm;
  -o-animation-name: fadeInDownSm;
  animation-name: fadeInDownSm; }

@-webkit-keyframes fadeInRightSm {
  from {
    opacity: 0;
    -webkit-transform: translate3d(30px, 0, 0);
    -moz-transform: translate3d(30px, 0, 0);
    -ms-transform: translate3d(30px, 0, 0);
    transform: translate3d(30px, 0, 0); }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }
@-moz-keyframes fadeInRightSm {
  from {
    opacity: 0;
    -webkit-transform: translate3d(30px, 0, 0);
    -moz-transform: translate3d(30px, 0, 0);
    -ms-transform: translate3d(30px, 0, 0);
    transform: translate3d(30px, 0, 0); }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }
@-ms-keyframes fadeInRightSm {
  from {
    opacity: 0;
    -webkit-transform: translate3d(30px, 0, 0);
    -moz-transform: translate3d(30px, 0, 0);
    -ms-transform: translate3d(30px, 0, 0);
    transform: translate3d(30px, 0, 0); }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }
@-o-keyframes fadeInRightSm {
  from {
    opacity: 0;
    -webkit-transform: translate3d(30px, 0, 0);
    -moz-transform: translate3d(30px, 0, 0);
    -ms-transform: translate3d(30px, 0, 0);
    transform: translate3d(30px, 0, 0); }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }
@keyframes fadeInRightSm {
  from {
    opacity: 0;
    -webkit-transform: translate3d(30px, 0, 0);
    -moz-transform: translate3d(30px, 0, 0);
    -ms-transform: translate3d(30px, 0, 0);
    transform: translate3d(30px, 0, 0); }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }
.fadeInRightSm {
  -webkit-animation-name: fadeInRightSm;
  -moz-animation-name: fadeInRightSm;
  -ms-animation-name: fadeInRightSm;
  -o-animation-name: fadeInRightSm;
  animation-name: fadeInRightSm; }

@-webkit-keyframes fadeInLeftSm {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-30px, 0, 0);
    -moz-transform: translate3d(-30px, 0, 0);
    -ms-transform: translate3d(-30px, 0, 0);
    transform: translate3d(-30px, 0, 0); }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }
@-moz-keyframes fadeInLeftSm {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-30px, 0, 0);
    -moz-transform: translate3d(-30px, 0, 0);
    -ms-transform: translate3d(-30px, 0, 0);
    transform: translate3d(-30px, 0, 0); }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }
@-ms-keyframes fadeInLeftSm {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-30px, 0, 0);
    -moz-transform: translate3d(-30px, 0, 0);
    -ms-transform: translate3d(-30px, 0, 0);
    transform: translate3d(-30px, 0, 0); }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }
@-o-keyframes fadeInLeftSm {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-30px, 0, 0);
    -moz-transform: translate3d(-30px, 0, 0);
    -ms-transform: translate3d(-30px, 0, 0);
    transform: translate3d(-30px, 0, 0); }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }
@keyframes fadeInLeftSm {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-30px, 0, 0);
    -moz-transform: translate3d(-30px, 0, 0);
    -ms-transform: translate3d(-30px, 0, 0);
    transform: translate3d(-30px, 0, 0); }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }
.fadeInLeftSm {
  -webkit-animation-name: fadeInLeftSm;
  -moz-animation-name: fadeInLeftSm;
  -ms-animation-name: fadeInLeftSm;
  -o-animation-name: fadeInLeftSm;
  animation-name: fadeInLeftSm; }

@-webkit-keyframes fadeInLeftMd {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-60px, 0, 0);
    -moz-transform: translate3d(-60px, 0, 0);
    -ms-transform: translate3d(-60px, 0, 0);
    transform: translate3d(-60px, 0, 0); }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }
@-moz-keyframes fadeInLeftMd {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-60px, 0, 0);
    -moz-transform: translate3d(-60px, 0, 0);
    -ms-transform: translate3d(-60px, 0, 0);
    transform: translate3d(-60px, 0, 0); }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }
@-ms-keyframes fadeInLeftMd {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-60px, 0, 0);
    -moz-transform: translate3d(-60px, 0, 0);
    -ms-transform: translate3d(-60px, 0, 0);
    transform: translate3d(-60px, 0, 0); }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }
@-o-keyframes fadeInLeftMd {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-60px, 0, 0);
    -moz-transform: translate3d(-60px, 0, 0);
    -ms-transform: translate3d(-60px, 0, 0);
    transform: translate3d(-60px, 0, 0); }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }
@keyframes fadeInLeftMd {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-60px, 0, 0);
    -moz-transform: translate3d(-60px, 0, 0);
    -ms-transform: translate3d(-60px, 0, 0);
    transform: translate3d(-60px, 0, 0); }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }
.fadeInLeftMd {
  -webkit-animation-name: fadeInLeftMd;
  -moz-animation-name: fadeInLeftMd;
  -ms-animation-name: fadeInLeftMd;
  -o-animation-name: fadeInLeftMd;
  animation-name: fadeInLeftMd; }

@-webkit-keyframes bgchange {
  0% {
    background: #393939; }
  50% {
    background: #393939; }
  100% {
    background: #393939; } }
@-moz-keyframes bgchange {
  0% {
    background: #393939; }
  50% {
    background: #393939; }
  100% {
    background: #393939; } }
@-ms-keyframes bgchange {
  0% {
    background: #393939; }
  50% {
    background: #393939; }
  100% {
    background: #393939; } }
@-o-keyframes bgchange {
  0% {
    background: #393939; }
  50% {
    background: #393939; }
  100% {
    background: #393939; } }
@keyframes bgchange {
  0% {
    background: #393939; }
  50% {
    background: #393939; }
  100% {
    background: #393939; } }
.bgchange {
  -webkit-animation-name: bgchange;
  -moz-animation-name: bgchange;
  -ms-animation-name: bgchange;
  -o-animation-name: bgchange;
  animation-name: bgchange; }

@-webkit-keyframes PreloaderSpin {
  0% {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    transform: rotate(360deg); } }
@keyframes PreloaderSpin {
  0% {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    transform: rotate(360deg); } }
@keyframes backgroundloop {
  0% {
    background-position: 0 0; }
  100% {
    background-position: -2000px 0; } }
@keyframes shpulse {
  0% {
    box-shadow: 0 0 0 0 rgba(254, 217, 168, 0.4); }
  70% {
    box-shadow: 0 0 0 20px rgba(254, 217, 168, 0); }
  100% {
    box-shadow: 0 0 0 0 rgba(254, 217, 168, 0); } }
/* ==========================================================================
   Basic styles
   ========================================================================== */
body {
  font-family: "IBM Plex Sans", serif;
  color: #393939;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5;
  position: relative;
  background: #fbfbfb; }
  @media screen and (max-width: 520px) {
    body {
      font-size: 15px; } }
  @media screen and (max-width: 1024px) {
    body.menu-opened {
      overflow: hidden; } }

::-webkit-selection {
  background: #4b6e98;
  color: #fff;
  text-shadow: none; }

::-moz-selection {
  background: #4b6e98;
  color: #fff;
  text-shadow: none; }

::selection {
  background: #4b6e98;
  color: #fff;
  text-shadow: none; }

.container,
.container-fluid,
.kb-theme-content-width {
  width: 1400px;
  max-width: 100% !important; }
  @media screen and (max-width: 1200px) {
    .container,
    .container-fluid,
    .kb-theme-content-width {
      padding-left: 20px;
      padding-right: 20px; } }

.container-full {
  padding-left: 15px;
  padding-right: 15px; }
  @media screen and (max-width: 768px) {
    .container-full {
      padding-left: 20px;
      padding-right: 20px; } }

#maincontentcontainer {
  position: relative;
  z-index: 50; }

.site-content {
  padding: 55px 0 0 0; }

.home.page .site-content,
.page-template-blanktitle-page .site-content,
.page-template-full-width .site-content {
  padding: 0; }
  .home.page .site-content article,
  .home.page .site-content .entry-content,
  .page-template-blanktitle-page .site-content article,
  .page-template-blanktitle-page .site-content .entry-content,
  .page-template-full-width .site-content article,
  .page-template-full-width .site-content .entry-content {
    margin-bottom: 0; }

.wow {
  visibility: hidden;
  animation-fill-mode: backwards; }

h1, h2, h3, h4, h5, h6 {
  font-family: "Josefin Sans", serif;
  text-transform: none;
  font-weight: 400;
  line-height: 1.4;
  color: #000;
  padding: 0;
  margin: 0 0 0.75em 0; }
  h1 strong, h2 strong, h3 strong, h4 strong, h5 strong, h6 strong {
    font-weight: inherit; }

h1 {
  font-size: 24px; }
  @media screen and (min-width: 320px) {
    h1 {
      font-size: calc(24px + 14 * ((100vw - 320px) / 1600)) !important; } }
  @media screen and (min-width: 1920px) {
    h1 {
      font-size: 38px !important; } }

h2 {
  font-size: 22px; }
  @media screen and (min-width: 320px) {
    h2 {
      font-size: calc(22px + 12 * ((100vw - 320px) / 1600)) !important; } }
  @media screen and (min-width: 1920px) {
    h2 {
      font-size: 34px !important; } }

h3 {
  font-size: 20px; }
  @media screen and (min-width: 320px) {
    h3 {
      font-size: calc(20px + 8 * ((100vw - 320px) / 1600)) !important; } }
  @media screen and (min-width: 1920px) {
    h3 {
      font-size: 28px !important; } }

h4 {
  font-size: 18px; }
  @media screen and (min-width: 320px) {
    h4 {
      font-size: calc(18px + 6 * ((100vw - 320px) / 1600)) !important; } }
  @media screen and (min-width: 1920px) {
    h4 {
      font-size: 24px !important; } }

h5 {
  font-size: 16px; }
  @media screen and (min-width: 320px) {
    h5 {
      font-size: calc(16px + 4 * ((100vw - 320px) / 1600)) !important; } }
  @media screen and (min-width: 1920px) {
    h5 {
      font-size: 20px !important; } }

h6 {
  font-size: 14px; }
  @media screen and (min-width: 320px) {
    h6 {
      font-size: calc(14px + 4 * ((100vw - 320px) / 1600)) !important; } }
  @media screen and (min-width: 1920px) {
    h6 {
      font-size: 18px !important; } }

a {
  color: #000000;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  text-decoration: none;
  cursor: pointer; }
  a:hover {
    color: #e5b97f; }

/* ==========================================================================
   General style of forms
   ========================================================================== */
::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: rgba(0, 0, 0, 0.65); }

::-moz-placeholder {
  /* Firefox 19+ */
  color: rgba(0, 0, 0, 0.65); }

:-ms-input-placeholder {
  /* IE 10+ */
  color: rgba(0, 0, 0, 0.65); }

:-moz-placeholder {
  /* Firefox 18- */
  color: rgba(0, 0, 0, 0.65); }

.grecaptcha-badge {
  opacity: 0 !important;
  width: 0 !important; }

form {
  position: relative; }
  form input[type="text"],
  form input[type="password"],
  form input[type="email"],
  form input[type="file"],
  form input[type="url"],
  form input[type="tel"],
  form input[type="date"],
  form input[type="search"],
  form input[type="number"],
  form textarea,
  form select {
    padding: 14px 24px;
    font-size: 16px;
    font-weight: 400;
    font-family: "IBM Plex Sans", serif;
    background: rgba(0, 0, 0, 0);
    border: 1px solid rgba(0, 0, 0, 0.75);
    width: 100%;
    color: #000000;
    border-radius: 5px;
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -ms-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s; }
    @media screen and (max-width: 600px) {
      form input[type="text"],
      form input[type="password"],
      form input[type="email"],
      form input[type="file"],
      form input[type="url"],
      form input[type="tel"],
      form input[type="date"],
      form input[type="search"],
      form input[type="number"],
      form textarea,
      form select {
        font-size: 15px;
        padding: 12px 18px; } }
    form input[type="text"]:focus,
    form input[type="password"]:focus,
    form input[type="email"]:focus,
    form input[type="file"]:focus,
    form input[type="url"]:focus,
    form input[type="tel"]:focus,
    form input[type="date"]:focus,
    form input[type="search"]:focus,
    form input[type="number"]:focus,
    form textarea:focus,
    form select:focus {
      border-color: rgba(254, 217, 168, 0.3); }
  form select {
    min-height: 46px;
    /*-webkit-appearance: none; */ }
    @media screen and (max-width: 600px) {
      form select {
        min-height: 40px; } }
    form select option {
      padding: 5px 10px; }
  form textarea {
    height: 80px;
    min-height: 80px;
    overflow: auto; }
  form .forminator-label {
    display: none !important; }
  form .show-label .forminator-label {
    font-weight: bold;
    display: block !important;
    width: 100%;
    margin-bottom: 10px; }
  form .forminator-description {
    font-size: 15px !important; }
  form div[id*="textarea-"] .forminator-field {
    position: relative; }
    form div[id*="textarea-"] .forminator-field .forminator-description {
      padding: 10px;
      font-size: 12px;
      color: #000000;
      right: 0;
      bottom: 0;
      position: absolute;
      z-index: 20; }
  form .forminator-checkbox input {
    margin-right: 10px;
    width: 20px;
    height: 20px; }
  form .forminator-radio {
    margin-right: 20px; }
    form .forminator-radio input {
      margin-right: 10px;
      width: 20px;
      height: 20px; }
  form .forminator-multi-upload {
    padding: 15px !important; }
  form .forminator-error-message {
    color: #dc0505;
    font-size: 14px; }
  form .forminator-error ul {
    color: #ff6c00; }
  form .forminator-success {
    color: #fff;
    background: #00c264;
    padding: 10px 15px;
    margin-bottom: 20px;
    text-align: center;
    font-size: 18px; }
  form.forminator-custom-form .forminator-row {
    position: relative; }
    form.forminator-custom-form .forminator-row.forminator-row-last {
      margin-bottom: 0 !important; }
    @media screen and (min-width: 782px) {
      form.forminator-custom-form .forminator-row.forminator-row-last {
        /*margin-top: -24px;  to fix captcha extra space */ } }
    form.forminator-custom-form .forminator-row .forminator-col {
      position: relative; }
    form.forminator-custom-form .forminator-row > .fas:before {
      display: block;
      color: #fed9a8;
      top: 15px;
      left: 30px;
      position: absolute;
      z-index: 10; }
    form.forminator-custom-form .forminator-row > .fas .forminator-field input, form.forminator-custom-form .forminator-row > .fas .forminator-field select, form.forminator-custom-form .forminator-row > .fas .forminator-field textarea {
      padding-left: 40px; }
    @media screen and (max-width: 783px) {
      form.forminator-custom-form .forminator-row .forminator-col {
        display: block; }
        form.forminator-custom-form .forminator-row .forminator-col.fas:before {
          left: 15px; } }
  form.forminator-ui .forminator-field-upload .forminator-field {
    position: relative; }
  form.forminator-ui .forminator-field-upload .forminator-label {
    font-size: 14px !important;
    font-weight: 400 !important;
    margin: 0; }
  @media screen and (min-width: 640px) {
    form.forminator-ui .forminator-field-upload .forminator-label {
      width: auto !important;
      top: 16px;
      left: 16px;
      position: absolute; } }
  form.forminator-ui .forminator-button {
    cursor: pointer;
    font-family: "Josefin Sans", serif !important;
    padding: 0.75em 1.5em 0.75em 1.5em !important;
    text-align: center !important;
    background: #fed9a8 !important;
    border-color: #fed9a8 !important;
    letter-spacing: 1px;
    color: #000 !important;
    border-radius: 6px !important;
    box-shadow: none !important; }
    form.forminator-ui .forminator-button {
      font-size: 14px; }
      @media screen and (min-width: 320px) {
        form.forminator-ui .forminator-button {
          font-size: calc(14px + 2 * ((100vw - 320px) / 1600)) !important; } }
      @media screen and (min-width: 1920px) {
        form.forminator-ui .forminator-button {
          font-size: 16px !important; } }
    form.forminator-ui .forminator-button:hover {
      background: #000 !important;
      border-color: #000 !important;
      color: #fed9a8 !important; }
  form.forminator-ui.forminator-design--material .forminator-textarea--wrap textarea {
    border-left: none !important;
    border-top: none !important;
    border-right: none !important; }

body .select2-results__options {
  background: #fff;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.15); }

/** Buttons */
input[type="submit"], .wpforms-submit, .wp-block-button__link, .btn, .forminator-button {
  display: inline-block;
  vertical-align: middle;
  cursor: pointer;
  position: relative;
  font-family: "Josefin Sans", serif;
  font-weight: 600;
  text-decoration: none;
  text-transform: none;
  padding: 0.75em 1.5em 0.75em 1.5em;
  min-width: 180px;
  text-align: center;
  line-height: 1.4;
  letter-spacing: 1px;
  background: #fed9a8;
  border: 1px solid #fed9a8;
  color: #000 !important;
  border-radius: 6px;
  font-size: 16px;
  -webkit-transition: all 0.4s;
  -moz-transition: all 0.4s;
  -ms-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s; }
  @media screen and (max-width: 640px) {
    input[type="submit"], .wpforms-submit, .wp-block-button__link, .btn, .forminator-button {
      font-size: 14px; } }
  input[type="submit"] img, .wpforms-submit img, .wp-block-button__link img, .btn img, .forminator-button img {
    -webkit-transition: all 0.6s;
    -moz-transition: all 0.6s;
    -ms-transition: all 0.6s;
    -o-transition: all 0.6s;
    transition: all 0.6s; }
  input[type="submit"]:hover, .wpforms-submit:hover, .wp-block-button__link:hover, .btn:hover, .forminator-button:hover {
    background: #000;
    border-color: #000;
    color: #fed9a8 !important; }
    input[type="submit"]:hover img, .wpforms-submit:hover img, .wp-block-button__link:hover img, .btn:hover img, .forminator-button:hover img {
      filter: brightness(3); }
  input[type="submit"] > *, .wpforms-submit > *, .wp-block-button__link > *, .btn > *, .forminator-button > * {
    position: relative; }
  input[type="submit"].white, .white > input[type="submit"], .wpforms-submit.white, .white > .wpforms-submit, .wp-block-button__link.white, .white > .wp-block-button__link, .btn.white, .white > .btn, .forminator-button.white, .white > .forminator-button {
    background: #fff;
    border-color: #fff;
    color: #e5b97f !important; }
    input[type="submit"].white:hover, .white > input[type="submit"]:hover, .wpforms-submit.white:hover, .white > .wpforms-submit:hover, .wp-block-button__link.white:hover, .white > .wp-block-button__link:hover, .btn.white:hover, .white > .btn:hover, .forminator-button.white:hover, .white > .forminator-button:hover {
      background: #fed9a8;
      border-color: #fed9a8;
      color: #000 !important; }
  input[type="submit"].outline, .outline > input[type="submit"], .wpforms-submit.outline, .outline > .wpforms-submit, .wp-block-button__link.outline, .outline > .wp-block-button__link, .btn.outline, .outline > .btn, .forminator-button.outline, .outline > .forminator-button {
    background: rgba(0, 0, 0, 0);
    border-color: #fed9a8;
    color: #fed9a8 !important; }
    input[type="submit"].outline:hover, .outline > input[type="submit"]:hover, .wpforms-submit.outline:hover, .outline > .wpforms-submit:hover, .wp-block-button__link.outline:hover, .outline > .wp-block-button__link:hover, .btn.outline:hover, .outline > .btn:hover, .forminator-button.outline:hover, .outline > .forminator-button:hover {
      background: #fed9a8;
      border-color: #fed9a8;
      color: #000 !important; }
  input[type="submit"].outline.dark, .outline.dark > input[type="submit"], .wpforms-submit.outline.dark, .outline.dark > .wpforms-submit, .wp-block-button__link.outline.dark, .outline.dark > .wp-block-button__link, .btn.outline.dark, .outline.dark > .btn, .forminator-button.outline.dark, .outline.dark > .forminator-button {
    background: rgba(0, 0, 0, 0);
    border-color: #000;
    color: #000 !important; }
    input[type="submit"].outline.dark:hover, .outline.dark > input[type="submit"]:hover, .wpforms-submit.outline.dark:hover, .outline.dark > .wpforms-submit:hover, .wp-block-button__link.outline.dark:hover, .outline.dark > .wp-block-button__link:hover, .btn.outline.dark:hover, .outline.dark > .btn:hover, .forminator-button.outline.dark:hover, .outline.dark > .forminator-button:hover {
      background: #fed9a8;
      border-color: #fed9a8;
      color: #000 !important; }
  input[type="submit"].hover-w:hover, .hover-w > input[type="submit"]:hover, .wpforms-submit.hover-w:hover, .hover-w > .wpforms-submit:hover, .wp-block-button__link.hover-w:hover, .hover-w > .wp-block-button__link:hover, .btn.hover-w:hover, .hover-w > .btn:hover, .forminator-button.hover-w:hover, .hover-w > .forminator-button:hover {
    background: #fff;
    border-color: #fff;
    color: #fed9a8 !important; }
  input[type="submit"].btn-lg, .btn-lg > input[type="submit"], .wpforms-submit.btn-lg, .btn-lg > .wpforms-submit, .wp-block-button__link.btn-lg, .btn-lg > .wp-block-button__link, .btn.btn-lg, .btn-lg > .btn, .forminator-button.btn-lg, .btn-lg > .forminator-button {
    padding: 0.8em 1.75em;
    min-width: 250px;
    font-size: 20px; }
  input[type="submit"].btn-sm, .btn-sm > input[type="submit"], .wpforms-submit.btn-sm, .btn-sm > .wpforms-submit, .wp-block-button__link.btn-sm, .btn-sm > .wp-block-button__link, .btn.btn-sm, .btn-sm > .btn, .forminator-button.btn-sm, .btn-sm > .forminator-button {
    min-width: 140px;
    padding: 0.65em 1.5em;
    font-size: 14px; }
  input[type="submit"].full, .full > input[type="submit"], .wpforms-submit.full, .full > .wpforms-submit, .wp-block-button__link.full, .full > .wp-block-button__link, .btn.full, .full > .btn, .forminator-button.full, .full > .forminator-button {
    display: block;
    width: 100%; }
  input[type="submit"].wider, .wider > input[type="submit"], .wpforms-submit.wider, .wider > .wpforms-submit, .wp-block-button__link.wider, .wider > .wp-block-button__link, .btn.wider, .wider > .btn, .forminator-button.wider, .wider > .forminator-button {
    padding-left: 2.5em;
    padding-right: 2.5em; }

/* Social Media icons */
.social-media-icons {
  height: auto; }
  .social-media-icons h4,
  .social-media-icons .ttl {
    display: inline-block;
    vertical-align: middle;
    margin: 0 10px 0 0;
    padding: 0;
    font-weight: 400;
    font-size: 18px !important; }
  .social-media-icons ul {
    list-style: none;
    margin: 0;
    padding: 0;
    display: inline-block;
    vertical-align: middle; }
    .social-media-icons ul li {
      display: inline-block;
      vertical-align: top;
      margin: 2px;
      text-align: center;
      font-size: 18px; }
      .social-media-icons ul li a {
        text-decoration: none;
        display: block;
        width: 28px;
        height: 28px;
        line-height: 28px;
        font-size: 18px;
        text-align: center;
        color: #000 !important;
        background-color: rgba(0, 0, 0, 0);
        position: relative; }
        .social-media-icons ul li a i {
          position: relative;
          z-index: 20; }
        .social-media-icons ul li a:hover {
          color: #e5b97f !important; }
          .social-media-icons ul li a:hover .fa-homestars {
            background-image: url("../images/homestars_w.png"); }
  .social-media-icons .fa-homestars {
    background: url("../images/homestars_w.png") no-repeat center center;
    background-size: contain;
    width: 55%;
    margin: 0 auto;
    padding-top: 100%;
    display: block;
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -ms-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s; }
  .social-media-icons.sm ul li {
    margin: 0 2px;
    text-align: center;
    font-size: 22px; }
    .social-media-icons.sm ul li a {
      width: 32px;
      height: 32px;
      line-height: 32px; }

/* ==========================================================================
   Header Section
   ========================================================================== */
#headercontainer {
  width: 100%;
  position: relative;
  -webkit-transition: all 0.4s;
  -moz-transition: all 0.4s;
  -ms-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
  z-index: 1010; }
  .inner-page:not(.page-template-front-page):not(.page-template-blanktitle-page) #headercontainer {
    /*	box-shadow: 0 0 24px rgba($_shadow_color,0.1);  */ }
  #headercontainer .site-header {
    padding: 15px 0;
    position: relative;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s; }
    @media screen and (max-width: 1150px) {
      #headercontainer .site-header > .row {
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap; } }
    #headercontainer .site-header .logo {
      position: relative;
      max-width: 100%;
      text-align: center;
      z-index: 10; }
      #headercontainer .site-header .logo a {
        display: inline-block;
        vertical-align: middle;
        position: relative; }
        #headercontainer .site-header .logo a img {
          transition: all 0.3s; }
      @media screen and (max-width: 520px) {
        #headercontainer .site-header .logo {
          width: 100%;
          max-width: 100%;
          margin-bottom: 10px; } }
    #headercontainer .site-header .site-title {
      color: #000;
      font-family: "Josefin Sans", serif;
      line-height: normal;
      font-weight: 300;
      text-transform: uppercase;
      margin: 0px 0 0 0; }
      #headercontainer .site-header .site-title {
        font-size: 26px; }
        @media screen and (min-width: 320px) {
          #headercontainer .site-header .site-title {
            font-size: calc(26px + 14 * ((100vw - 320px) / 1600)) !important; } }
        @media screen and (min-width: 1920px) {
          #headercontainer .site-header .site-title {
            font-size: 40px !important; } }
    #headercontainer .site-header .mobile-logo .site-title {
      margin: 0; }
      #headercontainer .site-header .mobile-logo .site-title {
        font-size: 24px; }
        @media screen and (min-width: 320px) {
          #headercontainer .site-header .mobile-logo .site-title {
            font-size: calc(24px + 10 * ((100vw - 320px) / 1600)) !important; } }
        @media screen and (min-width: 1920px) {
          #headercontainer .site-header .mobile-logo .site-title {
            font-size: 34px !important; } }
    #headercontainer .site-header .header-right {
      flex: 1; }
      @media screen and (max-width: 520px) {
        #headercontainer .site-header .header-right {
          width: 100%; } }

.is-sticky .sticker {
  left: 0;
  right: 0;
  width: auto !important;
  background: #fff;
  box-shadow: 0px 4px 8px 0px rgba(33, 48, 131, 0.1) !important;
  z-index: 999 !important; }
  .admin-bar .is-sticky .sticker {
    margin-top: 32px; }

/* ==========================================================================
   Main Navigation
   ========================================================================== */
.main-navigation .innav {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  /*
  flex-direction: row | row-reverse | column | column-reverse;
  */
  -webkit-flex-direction: row;
  flex-direction: row;
  /*
  horizontally
  justify-content: flex-start | flex-end | center | space-between | space-around | space-evenly;
  */
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  /*
  vertically
  align-items: flex-start | flex-end | center | baseline | stretch;
  */
  -webkit-align-items: center;
  align-items: center;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: none;
  flex-wrap: nowrap; }
.main-navigation .mobile-logo {
  display: none; }
  @media screen and (max-width: 1024px) {
    .main-navigation .mobile-logo {
      display: block;
      position: relative;
      margin: 20px 50px 40px 0;
      max-width: 250px;
      z-index: 20; }
      .main-navigation .mobile-logo img {
        max-height: 80px;
        width: auto; } }
.main-navigation .quote-block {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  /*
  flex-direction: row | row-reverse | column | column-reverse;
  */
  -webkit-flex-direction: row;
  flex-direction: row;
  /*
  horizontally
  justify-content: flex-start | flex-end | center | space-between | space-around | space-evenly;
  */
  -webkit-justify-content: center;
  justify-content: center;
  /*
  vertically
  align-items: flex-start | flex-end | center | baseline | stretch;
  */
  -webkit-align-items: center;
  align-items: center;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: none;
  flex-wrap: nowrap; }
  @media screen and (max-width: 1024px) {
    .main-navigation .quote-block {
      order: -1;
      margin: 0 auto; } }
  @media screen and (max-width: 520px) {
    .main-navigation .quote-block {
      margin-left: 0; } }
  .main-navigation .quote-block > a {
    font-size: 18px;
    color: rgba(0, 0, 0, 0.5); }
    .main-navigation .quote-block > a:hover {
      color: #e5b97f; }
  .main-navigation .quote-block .social-media-icons {
    margin-left: 8px; }
    .main-navigation .quote-block .social-media-icons a {
      color: rgba(0, 0, 0, 0.5) !important; }
      .main-navigation .quote-block .social-media-icons a:hover {
        color: #e5b97f !important; }
.main-navigation .side-menu-footer {
  display: none; }
  @media screen and (max-width: 1024px) {
    .main-navigation .side-menu-footer {
      display: block;
      margin-top: 30px;
      color: #fff;
      text-align: center; }
      .main-navigation .side-menu-footer .btn {
        display: block;
        margin: 10px 0;
        letter-spacing: 1px; }
        .main-navigation .side-menu-footer .btn b {
          display: inline-block; } }
.main-navigation .menu-holder {
  margin: 0 auto; }
  .main-navigation .menu-holder:last-child {
    margin-right: 0; }
  @media screen and (max-width: 1150px) {
    .main-navigation .menu-holder {
      /* margin-left: 0;*/ } }
.main-navigation .menu {
  list-style: none;
  font-style: normal;
  font-family: "IBM Plex Sans", serif;
  line-height: 1.5;
  margin: 0;
  padding: 0;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  /*
  flex-direction: row | row-reverse | column | column-reverse;
  */
  -webkit-flex-direction: row;
  flex-direction: row;
  /*
  horizontally
  justify-content: flex-start | flex-end | center | space-between | space-around | space-evenly;
  */
  -webkit-justify-content: space-between;
  justify-content: space-between;
  /*
  vertically
  align-items: flex-start | flex-end | center | baseline | stretch;
  */
  -webkit-align-items: center;
  align-items: center;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: none;
  flex-wrap: nowrap;
  -webkit-transition: all 0.1s;
  -moz-transition: all 0.1s;
  -ms-transition: all 0.1s;
  -o-transition: all 0.1s;
  transition: all 0.1s; }
  .main-navigation .menu > li {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    margin: 0 12px;
    padding: 23px 0 23px 0;
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -ms-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s; }
    .main-navigation .menu > li:before {
      content: '';
      display: block;
      width: 6px;
      height: 6px;
      transform: rotate(45deg);
      margin-top: -3px;
      background: #fed9a8;
      background-color: #e5b97f;
      /* Fallback Color */
      background-image: -webkit-gradient(linear, left, from(#fed9a8), to(#e5b97f));
      /* Saf4+, Chrome */
      background-image: -webkit-linear-gradient(left, #fed9a8, #e5b97f);
      /* Chrome 10+, Saf5.1+, iOS 5+ */
      background-image: -moz-linear-gradient(left, #fed9a8, #e5b97f);
      /* FF3.6 */
      background-image: -ms-linear-gradient(left, #fed9a8, #e5b97f);
      /* IE10 */
      background-image: -o-linear-gradient(left, #fed9a8, #e5b97f);
      /* Opera 11.10+ */
      background-image: linear-gradient(left, #fed9a8, #e5b97f);
      filter: progid:DXImageTransform.Microsoft.gradient(GradientType=1,StartColorStr='#fed9a8', EndColorStr='#e5b97f');
      top: 50%;
      left: -14px;
      position: absolute; }
    .main-navigation .menu > li:first-child:before {
      display: none; }
    .main-navigation .menu > li.menu-item-has-children > a {
      position: relative; }
      .main-navigation .menu > li.menu-item-has-children > a:after {
        /*	content: "\f107"; */
        font-family: "Font Awesome 5 Free";
        font-weight: 900;
        font-style: normal;
        font-size: 45%;
        display: block;
        margin-left: -8px;
        bottom: 0;
        left: 50%;
        position: absolute;
        line-height: 1em;
        opacity: 0.75; }
    .main-navigation .menu > li > a {
      display: block;
      position: relative;
      padding: 0px 10px;
      font-weight: 400;
      font-size: 16px;
      text-transform: uppercase;
      color: #000000;
      text-decoration: none;
      text-align: center;
      white-space: nowrap;
      z-index: 10; }
      .main-navigation .menu > li > a > .txt {
        display: block;
        position: relative; }
        .main-navigation .menu > li > a > .txt:after {
          content: '';
          display: block;
          width: 0;
          height: 1px;
          background: rgba(0, 0, 0, 0.5);
          position: absolute;
          left: 50%;
          bottom: -3px;
          opacity: 0;
          transition: all 0.4s; }
    .main-navigation .menu > li:hover:not(.btn-item) > a > .txt:after, .main-navigation .menu > li[class*="current"]:not(.btn-item) > a > .txt:after {
      width: 100%;
      left: 0;
      opacity: 1; }
    .main-navigation .menu > li:hover > .sub-menu {
      animation: fadeInRightSm 0.6s; }
      @media screen and (min-width: 1024px) {
        .main-navigation .menu > li:hover > .sub-menu {
          display: block; } }
    .main-navigation .menu > li.special a {
      color: #f00; }
      .main-navigation .menu > li.special a:hover {
        color: #000000; }
.main-navigation .sub-menu {
  display: none;
  margin: 0;
  padding: 8px 0;
  text-align: left;
  width: 280px;
  background: #fff;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.15);
  top: 100%;
  left: 0;
  position: absolute;
  z-index: 100; }
  .main-navigation .sub-menu li {
    display: block;
    padding: 0;
    line-height: normal;
    border-top: 1px solid rgba(255, 255, 255, 0.1); }
    .main-navigation .sub-menu li:first-child {
      border-top: none; }
    .main-navigation .sub-menu li a {
      display: block;
      position: relative;
      padding: 12px 20px;
      font-size: 18px;
      font-weight: 400;
      color: #000;
      text-decoration: none; }
    .main-navigation .sub-menu li:hover > a, .main-navigation .sub-menu li[class*="current"] > a {
      color: #fed9a8; }
.main-navigation .menu-toggle {
  display: none;
  cursor: pointer;
  color: rgba(0, 0, 0, 0.5);
  background: #ece9e5;
  font-size: 22px;
  line-height: 1em;
  box-sizing: border-box;
  z-index: 300;
  text-align: center;
  padding: 12px;
  width: auto; }
  @media screen and (max-width: 1024px) {
    .main-navigation .menu-toggle {
      display: inline-block; } }
  .main-navigation .menu-toggle .lbl {
    display: none;
    vertical-align: bottom;
    text-transform: uppercase; }
  .main-navigation .menu-toggle .bar {
    width: 36px;
    height: 12px;
    position: relative;
    display: inline-block;
    vertical-align: middle; }
    .main-navigation .menu-toggle .bar i {
      display: block;
      position: relative;
      width: 100%;
      height: 2px;
      background: rgba(0, 0, 0, 0.5);
      margin: 6px 0 0 0; }
      .main-navigation .menu-toggle .bar i:first-child {
        margin: 0; }
.main-navigation .menu-close {
  position: absolute;
  right: 15px;
  top: 35px;
  color: #000000;
  width: 45px;
  height: 45px;
  line-height: 45px;
  font-size: 28px;
  text-align: center;
  z-index: 100;
  cursor: pointer;
  display: none;
  transition: all 0.3s; }
  .main-navigation .menu-close:hover {
    color: #fff; }
  @media screen and (max-width: 1024px) {
    .main-navigation .menu-close {
      display: block; } }
@media screen and (max-width: 1024px) {
  .main-navigation {
    text-align: center;
    position: relative;
    /*
    horizontally
    justify-content: flex-start | flex-end | center | space-between | space-around | space-evenly;
    */
    -webkit-justify-content: center;
    justify-content: center; }
    .main-navigation .menu-holder {
      display: block;
      background: #fff;
      box-shadow: 0 0 15px rgba(0, 0, 0, 0.3);
      height: 100%;
      max-height: 100%;
      top: 0;
      left: -450px;
      position: fixed;
      width: 350px;
      max-width: 100%;
      overflow: auto;
      margin: 0;
      padding: 30px 30px 30px 30px;
      text-align: left;
      -webkit-transition: all 0.5s ease-in-out;
      -moz-transition: all 0.5s ease-in-out;
      -ms-transition: all 0.5s ease-in-out;
      -o-transition: all 0.5s ease-in-out;
      transition: all 0.5s ease-in-out;
      z-index: 1200; }
      .main-navigation .menu-holder.menu-open {
        left: 0; }
      .main-navigation .menu-holder .menu {
        display: block !important;
        padding: 0; }
        .main-navigation .menu-holder .menu > li {
          display: block;
          margin: 0 !important;
          padding: 0 !important;
          text-align: left;
          border-bottom: 1px solid rgba(0, 0, 0, 0.1); }
          .main-navigation .menu-holder .menu > li:before {
            left: 0;
            top: 30px;
            display: block !important; }
          .main-navigation .menu-holder .menu > li > a {
            text-align: left;
            padding: 15px 45px 15px 15px;
            font-size: 20px; }
            .main-navigation .menu-holder .menu > li > a > .txt:after {
              display: none; }
          .main-navigation .menu-holder .menu > li.menu-item-has-children > a:after {
            display: none !important; }
          .main-navigation .menu-holder .menu > li.menu-item-has-children > .sub-menu-toggler {
            /*width: 40px;*/
            height: 55px;
            line-height: 55px;
            /*text-align: center;*/
            top: 0;
            right: 0px;
            position: absolute;
            color: #000000;
            opacity: 0.5;
            z-index: 20;
            /* to make all tab clickable */
            width: 100%;
            text-align: right; }
            .main-navigation .menu-holder .menu > li.menu-item-has-children > .sub-menu-toggler:before {
              content: '\f107';
              font-family: "Font Awesome 5 Free";
              font-weight: 900;
              font-size: 18px; }
            .main-navigation .menu-holder .menu > li.menu-item-has-children > .sub-menu-toggler.toggled-on:before {
              content: '\f106'; }
          .main-navigation .menu-holder .menu > li:hover > a {
            color: #000000; }
          .main-navigation .menu-holder .menu > li[class*="current"] > a {
            color: #000000; }
          .main-navigation .menu-holder .menu > li[class*="current"] .sub-menu.show {
            animation: none !important; }
          .main-navigation .menu-holder .menu > li.btn-item {
            margin-bottom: 5px !important; }
            .main-navigation .menu-holder .menu > li.btn-item a {
              padding: 8px 25px;
              text-align: center;
              color: #fff; }
            .main-navigation .menu-holder .menu > li.btn-item.first {
              margin-top: 30px !important; }
      .main-navigation .menu-holder .sub-menu {
        display: none;
        border: none;
        top: 0;
        left: 0;
        position: relative;
        margin: 5px 0 5px 25px;
        width: auto;
        background: rgba(0, 0, 0, 0);
        box-shadow: none;
        text-align: left; }
        .main-navigation .menu-holder .sub-menu.show {
          display: block;
          animation: fadeInDownSm 1s !important; }
        .main-navigation .menu-holder .sub-menu li {
          border-top-color: rgba(255, 255, 255, 0.15);
          position: relative;
          padding-left: 15px; }
          .main-navigation .menu-holder .sub-menu li:before {
            content: '';
            display: block;
            width: 10px;
            height: 1px;
            background: #979797;
            top: 23px;
            left: 8px;
            position: absolute; }
          .main-navigation .menu-holder .sub-menu li a {
            color: #000000;
            opacity: 0.8; }
          .main-navigation .menu-holder .sub-menu li:hover:before, .main-navigation .menu-holder .sub-menu li[class*="current"]:before {
            background: #9ec3b3; }
          .main-navigation .menu-holder .sub-menu li:hover > a, .main-navigation .menu-holder .sub-menu li[class*="current"] > a {
            background: rgba(0, 0, 0, 0);
            color: #9ec3b3; }
    .main-navigation .sh_body {
      display: none;
      background: rgba(24, 24, 24, 0.45);
      top: 0;
      left: 0;
      position: fixed;
      width: 100%;
      height: 100%;
      -webkit-transition: all 0.5s ease-in-out;
      -moz-transition: all 0.5s ease-in-out;
      -ms-transition: all 0.5s ease-in-out;
      -o-transition: all 0.5s ease-in-out;
      transition: all 0.5s ease-in-out;
      z-index: -1; }
      .main-navigation .sh_body.show {
        display: block;
        animation: fadeIn 0.4s;
        z-index: 1100; } }

/* ==========================================================================
	Banner section for post/page
	========================================================================== */
.header-top-image {
  padding: 60px 0 60px 0;
  overflow: hidden;
  position: relative;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  /*
  flex-direction: row | row-reverse | column | column-reverse;
  */
  -webkit-flex-direction: row;
  flex-direction: row;
  /*
  horizontally
  justify-content: flex-start | flex-end | center | space-between | space-around | space-evenly;
  */
  -webkit-justify-content: center;
  justify-content: center;
  /*
  vertically
  align-items: flex-start | flex-end | center | baseline | stretch;
  */
  -webkit-align-items: flex-end;
  align-items: flex-end;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: none;
  flex-wrap: nowrap;
  /*centered*/
  width: calc(1400px - 30px);
  max-width: 100%;
  margin: 50px auto 0 auto; }
  @media screen and (max-width: 992px) {
    .header-top-image {
      background-attachment: scroll; } }
  @media screen and (max-width: 600px) {
    .header-top-image {
      padding: 80px 0 80px 0; } }
  .header-top-image .cover-img {
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    position: absolute;
    z-index: 1; }
    .header-top-image .cover-img img {
      width: 100%;
      height: 100%;
      object-fit: cover;
      /*animation: scaleImg 12s ease;
      animation-fill-mode: forwards; */
      animation: fadeIn 0.8s;
      animation-fill-mode: backwards;
      top: 0;
      left: 0;
      position: absolute;
      z-index: 1; }
    .header-top-image .cover-img:before {
      content: '';
      display: block;
      top: 0;
      left: 0;
      position: absolute;
      width: 100%;
      height: 100%;
      background: rgba(236, 233, 229, 0.65);
      z-index: 3; }
  .header-top-image > * {
    position: relative;
    z-index: 30; }
  .page-template-full-width .header-top-image .container-fluid {
    width: 1800px; }
  .header-top-image .entry-header {
    margin: 0; }
  .header-top-image .entry-title {
    color: rgba(0, 0, 0, 0.75);
    font-weight: 300;
    letter-spacing: 0px;
    line-height: normal;
    text-transform: none;
    text-align: center;
    position: relative;
    text-shadow: 1px 1px 3px rgba(158, 195, 179, 0.2);
    margin-bottom: 0;
    overflow: hidden;
    z-index: 20; }
    .header-top-image .entry-title {
      font-size: 34px; }
      @media screen and (min-width: 320px) {
        .header-top-image .entry-title {
          font-size: calc(34px + 16 * ((100vw - 320px) / 1600)) !important; } }
      @media screen and (min-width: 1920px) {
        .header-top-image .entry-title {
          font-size: 50px !important; } }
  .header-top-image .sub-ttl {
    color: #000;
    font-family: "IBM Plex Sans", serif;
    margin-top: 20px;
    text-align: center;
    font-size: 18px; }
    .header-top-image .sub-ttl p:last-child {
      margin: 0; }
  .header-top-image .post-cats {
    margin-bottom: 20px; }
    .header-top-image .post-cats a {
      display: inline-block;
      padding: 0.75em 1.5em;
      letter-spacing: 1px;
      text-transform: uppercase;
      border: 1px solid #fff;
      color: #fff;
      border-radius: 5px;
      font-size: 12px;
      font-weight: bold;
      box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
      border-radius: 5px;
      margin: 5px 10px; }
      @media (hover: hover) {
        .header-top-image .post-cats a:hover {
          background: #fff;
          color: #fed9a8; } }
  .header-top-image #breadcrumbs,
  .header-top-image .rank-math-breadcrumb {
    font-style: normal;
    font-size: 75%;
    letter-spacing: 1px;
    text-align: center;
    text-transform: none;
    color: rgba(0, 0, 0, 0.75);
    margin: 30px 0 0 0;
    position: relative;
    z-index: 20; }
    .header-top-image #breadcrumbs a,
    .header-top-image .rank-math-breadcrumb a {
      color: rgba(0, 0, 0, 0.75);
      text-decoration: none; }
      .header-top-image #breadcrumbs a:hover,
      .header-top-image .rank-math-breadcrumb a:hover {
        opacity: 1; }
  .header-top-image.full {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    /*
    flex-direction: row | row-reverse | column | column-reverse;
    */
    -webkit-flex-direction: row;
    flex-direction: row;
    /*
    horizontally
    justify-content: flex-start | flex-end | center | space-between | space-around | space-evenly;
    */
    -webkit-justify-content: center;
    justify-content: center;
    /*
    vertically
    align-items: flex-start | flex-end | center | baseline | stretch;
    */
    -webkit-align-items: center;
    align-items: center;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    height: calc(100vh - 145px);
    min-height: 550px; }
    @media screen and (max-width: 768px) {
      .header-top-image.full {
        height: auto;
        min-height: 400px; } }

/* ==========================================================================
	Block editor - general styles 
	========================================================================== */
.site-content {
  /** Gallery */ }
  .site-content h3 {
    font-size: 22px; }
    @media screen and (min-width: 320px) {
      .site-content h3 {
        font-size: calc(22px + 6 * ((100vw - 320px) / 1600)) !important; } }
    @media screen and (min-width: 1920px) {
      .site-content h3 {
        font-size: 28px !important; } }
  .site-content h4 {
    font-size: 20px; }
    @media screen and (min-width: 320px) {
      .site-content h4 {
        font-size: calc(20px + 5 * ((100vw - 320px) / 1600)) !important; } }
    @media screen and (min-width: 1920px) {
      .site-content h4 {
        font-size: 25px !important; } }
  .site-content h5 {
    font-size: 18px; }
    @media screen and (min-width: 320px) {
      .site-content h5 {
        font-size: calc(18px + 4 * ((100vw - 320px) / 1600)) !important; } }
    @media screen and (min-width: 1920px) {
      .site-content h5 {
        font-size: 22px !important; } }
  .site-content h6 {
    font-size: 16px; }
    @media screen and (min-width: 320px) {
      .site-content h6 {
        font-size: calc(16px + 2 * ((100vw - 320px) / 1600)) !important; } }
    @media screen and (min-width: 1920px) {
      .site-content h6 {
        font-size: 18px !important; } }
  .site-content .wp-block-heading {
    margin-bottom: 0.5em; }
    .site-content .wp-block-heading.margin-lg {
      margin-bottom: 0.75em; }
    .site-content .wp-block-heading.margin-sm {
      margin-bottom: 0.25em; }
    .site-content .wp-block-heading.large-txt {
      font-size: 34px; }
      @media screen and (min-width: 320px) {
        .site-content .wp-block-heading.large-txt {
          font-size: calc(34px + 16 * ((100vw - 320px) / 1600)) !important; } }
      @media screen and (min-width: 1920px) {
        .site-content .wp-block-heading.large-txt {
          font-size: 50px !important; } }
    .site-content .wp-block-heading:not(:first-child) {
      margin-top: 0.5em; }
  .inner-page .site-content p a:not(.btn):not(.wp-block-button__link), .inner-page .site-content ol a:not(.btn):not(.wp-block-button__link), .inner-page .site-content ul:not(.kb-gallery-ul) a:not(.btn):not(.wp-block-button__link) {
    text-decoration: none;
    display: inline-block; }
  .site-content hr {
    height: 1px;
    background: #f1f2f8;
    border-color: #f1f2f8;
    margin: 30px 0; }
  .site-content .shadow-box {
    position: relative;
    box-shadow: 0px 5px 45px rgba(0, 0, 0, 0.14); }
    .site-content .shadow-box .kt-inside-inner-col {
      padding: 30px; }
      .site-content .shadow-box .kt-inside-inner-col > :last-child {
        margin-bottom: 0; }
    .site-content .shadow-box .wp-block-group__inner-container {
      padding: 30px; }
      .site-content .shadow-box .wp-block-group__inner-container > :last-child {
        margin-bottom: 0; }
  .site-content .top-ttl {
    color: #6b91c1;
    font-weight: 400;
    margin-bottom: 0.5em;
    position: relative;
    text-transform: uppercase;
    letter-spacing: 1px; }
    .site-content .top-ttl p.site-content .top-ttl {
      font-size: 16px; }
      @media screen and (min-width: 320px) {
        .site-content .top-ttl p.site-content .top-ttl {
          font-size: calc(16px + 6 * ((100vw - 320px) / 1600)) !important; } }
      @media screen and (min-width: 1920px) {
        .site-content .top-ttl p.site-content .top-ttl {
          font-size: 22px !important; } }
    .site-content .top-ttl strong {
      display: inline-block; }
  .site-content .title {
    position: relative;
    margin-bottom: 1em;
    text-transform: uppercase; }
    .site-content .title {
      font-size: 30px; }
      @media screen and (min-width: 320px) {
        .site-content .title {
          font-size: calc(30px + 10 * ((100vw - 320px) / 1600)) !important; } }
      @media screen and (min-width: 1920px) {
        .site-content .title {
          font-size: 40px !important; } }
    .site-content .title strong {
      color: #9ec3b3; }
  .site-content .decor-ttl {
    position: relative; }
    .site-content .decor-ttl:after {
      content: '';
      display: block;
      width: 100px;
      height: 1px;
      margin-top: 0.5em;
      background-color: #9ec3b3;
      /* Fallback Color */
      background-image: -webkit-gradient(linear, 45deg, from(#fed9a8), to(#9ec3b3));
      /* Saf4+, Chrome */
      background-image: -webkit-linear-gradient(45deg, #fed9a8, #9ec3b3);
      /* Chrome 10+, Saf5.1+, iOS 5+ */
      background-image: -moz-linear-gradient(45deg, #fed9a8, #9ec3b3);
      /* FF3.6 */
      background-image: -ms-linear-gradient(45deg, #fed9a8, #9ec3b3);
      /* IE10 */
      background-image: -o-linear-gradient(45deg, #fed9a8, #9ec3b3);
      /* Opera 11.10+ */
      background-image: linear-gradient(45deg, #fed9a8, #9ec3b3);
      filter: progid:DXImageTransform.Microsoft.gradient(GradientType=1,StartColorStr='#fed9a8', EndColorStr='#9ec3b3'); }
    .site-content .decor-ttl strong {
      color: #6b91c1; }
    .site-content .decor-ttl.has-text-align-center:after {
      margin-left: auto;
      margin-right: auto; }
  .site-content .bg-decor {
    background-color: #fff;
    /* Fallback Color */
    background-image: -webkit-gradient(linear, 45deg, from(#6a6a6a), to(#fff));
    /* Saf4+, Chrome */
    background-image: -webkit-linear-gradient(45deg, #6a6a6a, #fff);
    /* Chrome 10+, Saf5.1+, iOS 5+ */
    background-image: -moz-linear-gradient(45deg, #6a6a6a, #fff);
    /* FF3.6 */
    background-image: -ms-linear-gradient(45deg, #6a6a6a, #fff);
    /* IE10 */
    background-image: -o-linear-gradient(45deg, #6a6a6a, #fff);
    /* Opera 11.10+ */
    background-image: linear-gradient(45deg, #6a6a6a, #fff);
    filter: progid:DXImageTransform.Microsoft.gradient(GradientType=1,StartColorStr='#6a6a6a', EndColorStr='#fff');
    padding: 15px 25px 15px 25px;
    margin-bottom: 20px; }
  .site-content .bg-gray {
    padding: 15px 25px 15px 25px;
    background: #6a6a6a; }
  .site-content .bg-box ul:last-child,
  .site-content .bg-box p:last-child {
    margin-bottom: 0; }
  .site-content blockquote {
    margin: 0 0 20px 0;
    position: relative;
    border-left-color: #6b91c1;
    padding: 1.5em 0 1.5em 2em; }
    .site-content blockquote p {
      margin-bottom: 0;
      font-size: 20px;
      letter-spacing: 1px;
      color: #6b91c1;
      font-family: "Josefin Sans", serif;
      font-style: italic; }
    .site-content blockquote:before {
      content: "\f10d";
      font-family: "Font Awesome 5 Free";
      font-weight: 900;
      font-size: 24px;
      display: block;
      color: #6b91c1;
      background: #fff;
      padding: 8px 0;
      top: 50%;
      left: -12px;
      position: absolute;
      position: absolute;
      top: 50%;
      -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
      transform: translateY(-50%);
      z-index: 10; }
  .site-content ul.list-col-2 {
    -webkit-columns: 2;
    -moz-columns: 2;
    columns: 2; }
    @media screen and (max-width: 600px) {
      .site-content ul.list-col-2 {
        -webkit-columns: 1;
        -moz-columns: 1;
        columns: 1; } }
  .site-content ul.list-col-3 {
    -webkit-columns: 3;
    -moz-columns: 3;
    columns: 3; }
    @media screen and (max-width: 600px) {
      .site-content ul.list-col-3 {
        -webkit-columns: 1;
        -moz-columns: 1;
        columns: 1; } }
  .site-content ul.list-style {
    list-style: none;
    margin-left: 0; }
    .site-content ul.list-style li {
      padding-left: 20px;
      position: relative;
      margin: 0 0 10px 0; }
      .site-content ul.list-style li:before {
        content: '';
        display: block;
        width: 7px;
        height: 7px;
        background: #e5b97f;
        color: #e5b97f;
        transform: rotate(45deg);
        top: 0.55em;
        left: 0;
        position: absolute; }
    .site-content ul.list-style.check li:before {
      content: '\2713';
      font-family: Arial;
      width: 25px;
      height: 25px;
      line-height: 25px;
      font-size: 18px;
      border-radius: 0;
      top: 0;
      background: rgba(0, 0, 0, 0); }
  .site-content ol.list-style {
    font-size: 16px;
    font-weight: 300;
    color: #000;
    list-style-type: none;
    counter-reset: li; }
    .site-content ol.list-style li {
      display: block;
      margin-bottom: 16px;
      margin-left: 0; }
      .site-content ol.list-style li:before {
        display: inline-block;
        color: #e5b97f;
        margin-right: 14px;
        min-width: 22px;
        counter-increment: li;
        content: counter(li,decimal-leading-zero) "."; }
  .site-content .wp-block-table {
    box-shadow: 5px 5px 30px rgba(0, 0, 0, 0.05);
    margin: 30px 0; }
    .site-content .wp-block-table thead {
      border-bottom-color: #fed9a8; }
    .site-content .wp-block-table tr:nth-child(2n+1) {
      background: #f7f7f5; }
    .site-content .wp-block-table tr:nth-child(2n) {
      background: #fff; }
    .site-content .wp-block-table th, .site-content .wp-block-table td {
      padding: 10px 15px;
      border-color: #fff; }
      @media screen and (max-width: 600px) {
        .site-content .wp-block-table th, .site-content .wp-block-table td {
          padding: 6px 10px;
          font-size: 14px; } }
    .site-content .wp-block-table th {
      background: rgba(106, 106, 106, 0.75);
      color: #6b91c1;
      text-align: center;
      border-left: 1px solid rgba(255, 255, 255, 0.6); }
    .site-content .wp-block-table.price-table th, .site-content .wp-block-table.price-table td {
      vertical-align: middle;
      padding: 15px 15px; }
    .site-content .wp-block-table.price-table td:last-child {
      color: #6b91c1; }
      .site-content .wp-block-table.price-table td:last-child strong {
        opacity: 0.85;
        font-size: 120%; }
      .site-content .wp-block-table.price-table td:last-child em {
        font-style: normal; }
  .site-content .wp-block-image.shadow-img figure > a {
    display: block;
    position: relative; }
    .site-content .wp-block-image.shadow-img figure > a:after {
      content: '';
      display: block;
      width: 100%;
      height: 100%;
      opacity: 0;
      background: rgba(20, 22, 24, 0.5);
      -webkit-transition: all 0.4s;
      -moz-transition: all 0.4s;
      -ms-transition: all 0.4s;
      -o-transition: all 0.4s;
      transition: all 0.4s;
      top: 0;
      left: 0;
      position: absolute;
      z-index: 10; }
    .site-content .wp-block-image.shadow-img figure > a img {
      border: 1px solid #fff;
      box-shadow: 0 0 30px rgba(0, 0, 0, 0.2); }
    .site-content .wp-block-image.shadow-img figure > a:hover:after {
      opacity: 1; }
  .site-content .wp-block-image.fill-img {
    display: block;
    margin: 0;
    position: relative;
    width: 100%;
    height: 100%;
    padding-top: 60%; }
    .site-content .wp-block-image.fill-img img {
      display: block;
      width: 100%;
      height: 100%;
      object-fit: cover;
      top: 0;
      left: 0;
      position: absolute; }
  .site-content .wp-block-image.crop-img {
    display: block;
    width: 100%;
    margin: 0 auto 1.5em auto;
    position: relative;
    padding-top: 87%; }
    .site-content .wp-block-image.crop-img img {
      display: block;
      width: 100%;
      height: 100%;
      object-fit: cover;
      top: 0;
      left: 0;
      position: absolute; }
  .site-content .schema-faq .schema-faq-section {
    margin: 0 0 15px 0; }
    .site-content .schema-faq .schema-faq-section .schema-faq-question {
      position: relative;
      margin: 0 0 10px 0;
      padding: 0 0 0 33px;
      font-weight: 500;
      font-size: 22px;
      text-align: left;
      display: block;
      font-family: "Josefin Sans", serif; }
      .site-content .schema-faq .schema-faq-section .schema-faq-question:before {
        content: '\f059';
        font-family: "Font Awesome 5 Free";
        font-weight: 900;
        display: block;
        position: absolute;
        left: 0;
        top: 0;
        font-size: 24px;
        line-height: 1.15;
        color: #9ec3b3; }
    .site-content .schema-faq .schema-faq-section .schema-faq-answer {
      font-size: 20px;
      margin-bottom: 25px; }
  .site-content .schema-faq.faqs-spoiler {
    position: relative; }
    .site-content .schema-faq.faqs-spoiler .schema-faq-section {
      padding: 0;
      margin: 0 0 10px 0;
      border: 1px solid #e2e6eb; }
      .site-content .schema-faq.faqs-spoiler .schema-faq-section:hover .schema-faq-question {
        background: rgba(107, 145, 193, 0.05);
        color: #6b91c1; }
    .site-content .schema-faq.faqs-spoiler .schema-faq-question {
      display: block;
      position: relative;
      text-align: left;
      padding: 24px 60px 24px 32px;
      margin: 0;
      cursor: pointer;
      font-size: 16px;
      font-weight: 400; }
      .site-content .schema-faq.faqs-spoiler .schema-faq-question:before {
        display: none; }
      .site-content .schema-faq.faqs-spoiler .schema-faq-question:after {
        content: '\f067';
        font-family: "Font Awesome 5 Free";
        font-weight: 900;
        font-size: 18px;
        line-height: 1em;
        color: #6b91c1;
        display: block;
        position: absolute;
        right: 25px;
        top: 50%;
        margin-top: -9px; }
      .site-content .schema-faq.faqs-spoiler .schema-faq-question.open:after {
        content: '\f068';
        animation: fadeIn 0.6s; }
      @media screen and (max-width: 640px) {
        .site-content .schema-faq.faqs-spoiler .schema-faq-question {
          padding: 16px 50px 16px 20px; }
          .site-content .schema-faq.faqs-spoiler .schema-faq-question:after {
            right: 16px; } }
    .site-content .schema-faq.faqs-spoiler .schema-faq-answer {
      display: none;
      padding: 32px;
      margin: 0;
      border-top: 1px solid #e2e6eb;
      position: relative; }
      @media screen and (max-width: 640px) {
        .site-content .schema-faq.faqs-spoiler .schema-faq-answer {
          padding: 20px;
          font-size: 14px; } }
  .site-content .rl-gallery-container .rl-gallery-item {
    overflow: hidden; }
    .site-content .rl-gallery-container .rl-gallery-item img {
      width: 100%;
      -webkit-transition: all 1s;
      -moz-transition: all 1s;
      -ms-transition: all 1s;
      -o-transition: all 1s;
      transition: all 1s; }
    .site-content .rl-gallery-container .rl-gallery-item:hover img {
      -webkit-transform: scale(1.1);
      -moz-transform: scale(1.1);
      -ms-transform: scale(1.1);
      transform: scale(1.1); }
  .site-content .rl-gallery-container .rl-gallery-link:before {
    content: '\002B';
    font-family: Arial;
    font-size: 32px;
    color: #fff;
    background: rgba(0, 0, 0, 0.65);
    width: 50px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    margin: -25px 0 0 -25px;
    opacity: 0;
    top: 50%;
    left: 50%;
    position: absolute;
    -webkit-transition: all 0.6s;
    -moz-transition: all 0.6s;
    -ms-transition: all 0.6s;
    -o-transition: all 0.6s;
    transition: all 0.6s;
    z-index: 10; }
  .site-content .rl-gallery-container .rl-gallery-link:hover:before {
    opacity: 1; }
  .site-content .wp-block-kadence-advancedgallery .kb-gallery-figure {
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.1); }
  .site-content .wp-block-kadence-advancedgallery .kadence-blocks-gallery-item {
    margin: 0; }
  .site-content .wp-block-kadence-advancedgallery .kb-gallery-item-link {
    position: relative;
    /* &:before {
    	content: '';
    	display: block;
    	width: 48px;
    	height: 48px;
    	line-height: 48px;
    	background: $_color_accent2_dark url('../images/arrow-up-right.svg') no-repeat center;
    	background-size: 24px 24px;
    	margin: -24px 0 0 -24px;
    	opacity: 0;
    	@include absolute(left 50% top 50%);
    	@include transition(all 0.6s);
    	z-index: 10;
    }*/ }
    .site-content .wp-block-kadence-advancedgallery .kb-gallery-item-link img {
      transition: all 2.5s; }
    .site-content .wp-block-kadence-advancedgallery .kb-gallery-item-link:hover:before {
      opacity: 1; }
    .site-content .wp-block-kadence-advancedgallery .kb-gallery-item-link:hover img {
      transform: scale(1.1); }
  .site-content .wp-block-gallery {
    margin: 0; }
    .site-content .wp-block-gallery .blocks-gallery-item a,
    .site-content .wp-block-gallery .wp-block-image a {
      -webkit-transition: all 0.4s;
      -moz-transition: all 0.4s;
      -ms-transition: all 0.4s;
      -o-transition: all 0.4s;
      transition: all 0.4s;
      position: relative;
      border: none !important; }
      .site-content .wp-block-gallery .blocks-gallery-item a:before,
      .site-content .wp-block-gallery .wp-block-image a:before {
        content: '+';
        font-family: "IBM Plex Sans", serif;
        width: 60px;
        height: 60px;
        line-height: 60px;
        text-align: center;
        margin: -30px 0 0 -30px;
        font-size: 34px;
        font-weight: 300;
        background: rgba(0, 0, 0, 0.6);
        color: #fff;
        border-radius: 50%;
        opacity: 0;
        top: 50%;
        left: 50%;
        position: absolute;
        -webkit-transition: all 0.4s;
        -moz-transition: all 0.4s;
        -ms-transition: all 0.4s;
        -o-transition: all 0.4s;
        transition: all 0.4s;
        z-index: 100; }
    .site-content .wp-block-gallery .blocks-gallery-item:hover a:before,
    .site-content .wp-block-gallery .wp-block-image:hover a:before {
      opacity: 1; }
    .site-content .wp-block-gallery.brands-gallery {
      /*
      horizontally
      justify-content: flex-start | flex-end | center | space-between | space-around | space-evenly;
      */
      -webkit-justify-content: center;
      justify-content: center; }
      .site-content .wp-block-gallery.brands-gallery .wp-block-image {
        flex-grow: 0;
        padding: 5px;
        position: relative;
        top: 0;
        -webkit-transition: all 0.4s;
        -moz-transition: all 0.4s;
        -ms-transition: all 0.4s;
        -o-transition: all 0.4s;
        transition: all 0.4s; }
        .site-content .wp-block-gallery.brands-gallery .wp-block-image img {
          box-shadow: 0 0 20px rgba(0, 0, 0, 0.1); }
        .site-content .wp-block-gallery.brands-gallery .wp-block-image:hover {
          top: -10px; }
  @media screen and (max-width: 992px) {
    .site-content .wp-block-columns.row-responsive {
      display: block; }
      .site-content .wp-block-columns.row-responsive .wp-block-column {
        width: 100%;
        margin: 0 0 30px 0; } }
  .site-content .wp-block-media-text__content {
    padding: 30px 40px; }
    .site-content .wp-block-media-text__content > *:last-child {
      margin-bottom: 0; }
  .site-content .wp-block-media-text.is-image-fill .wp-block-media-text__media {
    padding-top: 70%; }
  @media screen and (max-width: 992px) {
    .site-content .wp-block-media-text {
      display: -webkit-box;
      display: -moz-box;
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex;
      /*
      flex-direction: row | row-reverse | column | column-reverse;
      */
      -webkit-flex-direction: row;
      flex-direction: row;
      -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap; }
      .site-content .wp-block-media-text > * {
        width: 100%; }
      .site-content .wp-block-media-text__content {
        padding: 30px 0; }
      .site-content .wp-block-media-text__media {
        order: -1; } }
  .site-content .wp-block-media-text + h2, .site-content .wp-block-media-text + h3 {
    margin-top: 1.3em;
    margin-bottom: 1.3em; }
  @media screen and (max-width: 992px) {
    .site-content .wp-block-media-text.shadow-box .wp-block-media-text__content {
      padding: 30px; } }
  .site-content .kt-tabs-content-wrap .wp-block-kadence-tab[aria-hidden="false"] {
    animation: fadeIn 0.8s; }
  .site-content .has-medium-font-size {
    font-size: 26px !important; }
    @media screen and (max-width: 768px) {
      .site-content .has-medium-font-size {
        font-size: 18px !important; } }

/* ==========================================================================
   Home Page
   ========================================================================== */
.service-boxes-line .kt-inside-inner-col {
  position: relative; }
  .service-boxes-line .kt-inside-inner-col .wp-block-image {
    position: relative;
    overflow: hidden;
    transition: all 0.5s; }
    .service-boxes-line .kt-inside-inner-col .wp-block-image img {
      transition: all 2.5s; }
  .service-boxes-line .kt-inside-inner-col .wp-block-heading {
    position: relative;
    margin: 0;
    padding-top: 16px; }
    .service-boxes-line .kt-inside-inner-col .wp-block-heading:before {
      content: '';
      display: block;
      width: 22px;
      height: 22px;
      background: #fed9a8;
      background-color: #e5b97f;
      /* Fallback Color */
      background-image: -webkit-gradient(linear, left, from(#fed9a8), to(#e5b97f));
      /* Saf4+, Chrome */
      background-image: -webkit-linear-gradient(left, #fed9a8, #e5b97f);
      /* Chrome 10+, Saf5.1+, iOS 5+ */
      background-image: -moz-linear-gradient(left, #fed9a8, #e5b97f);
      /* FF3.6 */
      background-image: -ms-linear-gradient(left, #fed9a8, #e5b97f);
      /* IE10 */
      background-image: -o-linear-gradient(left, #fed9a8, #e5b97f);
      /* Opera 11.10+ */
      background-image: linear-gradient(left, #fed9a8, #e5b97f);
      filter: progid:DXImageTransform.Microsoft.gradient(GradientType=1,StartColorStr='#fed9a8', EndColorStr='#e5b97f');
      border: 2px solid #fff;
      transform: rotate(45deg);
      margin-left: -11px;
      top: -11px;
      left: 50%;
      position: absolute;
      z-index: 20; }
  .service-boxes-line .kt-inside-inner-col .cover-link {
    font-size: 0;
    margin: 0; }
    .service-boxes-line .kt-inside-inner-col .cover-link a {
      display: block;
      width: 100%;
      height: 100%;
      font-size: 0;
      opacity: 0;
      top: 0;
      left: 0;
      position: absolute;
      z-index: 20; }
  .service-boxes-line .kt-inside-inner-col:hover .wp-block-image img {
    transform: scale(1.1); }
.service-boxes-line .kt-row-column-wrap:hover .kt-inside-inner-col .wp-block-image {
  filter: grayscale(85%); }
.service-boxes-line .kt-row-column-wrap:hover .kt-inside-inner-col:hover .wp-block-image {
  filter: grayscale(0%); }

/* ==========================================================================
	Block editor - additional styles 
	========================================================================== */
.site-content {
  /** Single project */
  /** About page */ }
  .site-content .main-page-title {
    color: rgba(0, 0, 0, 0.75);
    margin-bottom: 1em; }
    .site-content .main-page-title {
      font-size: 22px; }
      @media screen and (min-width: 320px) {
        .site-content .main-page-title {
          font-size: calc(22px + 12 * ((100vw - 320px) / 1600)) !important; } }
      @media screen and (min-width: 1920px) {
        .site-content .main-page-title {
          font-size: 34px !important; } }
    .site-content .main-page-title.margin-0 {
      margin: 0; }
  .site-content .wp-block-video {
    margin: 0; }
    .site-content .wp-block-video figure {
      margin: 0; }
  .site-content .projects-grid-row .wp-block-kadence-column .wp-block-image {
    position: relative;
    overflow: hidden; }
    .site-content .projects-grid-row .wp-block-kadence-column .wp-block-image img {
      transition: all 2.5s; }
    .site-content .projects-grid-row .wp-block-kadence-column .wp-block-image .wp-element-caption {
      text-align: left;
      font-style: normal;
      color: #000;
      text-transform: uppercase; }
      .site-content .projects-grid-row .wp-block-kadence-column .wp-block-image .wp-element-caption {
        font-size: 16px; }
        @media screen and (min-width: 320px) {
          .site-content .projects-grid-row .wp-block-kadence-column .wp-block-image .wp-element-caption {
            font-size: calc(16px + 4 * ((100vw - 320px) / 1600)) !important; } }
        @media screen and (min-width: 1920px) {
          .site-content .projects-grid-row .wp-block-kadence-column .wp-block-image .wp-element-caption {
            font-size: 20px !important; } }
  .site-content .projects-grid-row .wp-block-kadence-column .wp-block-heading {
    font-family: "IBM Plex Sans", serif;
    text-transform: uppercase; }
    .site-content .projects-grid-row .wp-block-kadence-column .wp-block-heading {
      font-size: 16px; }
      @media screen and (min-width: 320px) {
        .site-content .projects-grid-row .wp-block-kadence-column .wp-block-heading {
          font-size: calc(16px + 4 * ((100vw - 320px) / 1600)) !important; } }
      @media screen and (min-width: 1920px) {
        .site-content .projects-grid-row .wp-block-kadence-column .wp-block-heading {
          font-size: 20px !important; } }
  .site-content .projects-grid-row .wp-block-kadence-column:hover .wp-block-image img {
    transform: scale(1.1); }
  .site-content .project-info-holder .sidebar-col h2 {
    margin-bottom: 36px; }
    .site-content .project-info-holder .sidebar-col h2 {
      font-size: 20px; }
      @media screen and (min-width: 320px) {
        .site-content .project-info-holder .sidebar-col h2 {
          font-size: calc(20px + 8 * ((100vw - 320px) / 1600)) !important; } }
      @media screen and (min-width: 1920px) {
        .site-content .project-info-holder .sidebar-col h2 {
          font-size: 28px !important; } }
    @media screen and (max-width: 768px) {
      .site-content .project-info-holder .sidebar-col h2 {
        margin-bottom: 24px; } }
  .site-content .project-info-holder .media-box {
    position: relative;
    background: rgba(236, 233, 229, 0.5);
    outline: 1px solid rgba(254, 217, 168, 0.75);
    outline-offset: 3px; }
    .site-content .project-info-holder .media-box:not(:last-child) {
      margin-bottom: 40px; }
    .site-content .project-info-holder .media-box .wp-block-group__inner-container {
      padding-top: 20px;
      padding-right: 20px;
      padding-bottom: 20px;
      padding-left: calc(40% + 20px);
      overflow: hidden;
      min-height: 120px;
      display: -webkit-box;
      display: -moz-box;
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex;
      /*
      flex-direction: row | row-reverse | column | column-reverse;
      */
      -webkit-flex-direction: row;
      flex-direction: row;
      /*
      horizontally
      justify-content: flex-start | flex-end | center | space-between | space-around | space-evenly;
      */
      -webkit-justify-content: flex-start;
      justify-content: flex-start;
      /*
      vertically
      align-items: flex-start | flex-end | center | baseline | stretch;
      */
      -webkit-align-items: center;
      align-items: center;
      -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap; }
    .site-content .project-info-holder .media-box .wp-block-image {
      position: absolute;
      left: 0;
      top: 0;
      bottom: 0;
      width: 40%;
      height: 100%; }
      .site-content .project-info-holder .media-box .wp-block-image figure {
        display: block;
        width: 100%;
        height: 100%; }
        .site-content .project-info-holder .media-box .wp-block-image figure img {
          display: block;
          width: 100%;
          height: 100%;
          object-fit: cover; }
    .site-content .project-info-holder .media-box .wp-block-heading {
      width: 100%;
      margin-top: 0; }
      .site-content .project-info-holder .media-box .wp-block-heading {
        font-size: 18px; }
        @media screen and (min-width: 320px) {
          .site-content .project-info-holder .media-box .wp-block-heading {
            font-size: calc(18px + 4 * ((100vw - 320px) / 1600)) !important; } }
        @media screen and (min-width: 1920px) {
          .site-content .project-info-holder .media-box .wp-block-heading {
            font-size: 22px !important; } }
    .site-content .project-info-holder .media-box p {
      width: 100%;
      font-size: 14px; }
    .site-content .project-info-holder .media-box .wp-block-buttons {
      width: 100%; }
  .site-content .featured-articles-grid .kt-inside-inner-col {
    background: rgba(236, 233, 229, 0.5);
    padding-top: 0;
    padding-right: 40px;
    padding-bottom: 40px;
    padding-left: 40px;
    overflow: hidden;
    position: relative; }
  .site-content .featured-articles-grid .wp-block-image.img {
    display: block;
    overflow: hidden;
    position: relative;
    width: auto;
    height: auto;
    padding-top: 110%; }
    .site-content .featured-articles-grid .wp-block-image.img figure, .site-content .featured-articles-grid .wp-block-image.img img {
      display: block;
      width: 100%;
      height: 100%;
      object-fit: cover;
      position: absolute;
      left: 0;
      top: 0;
      transition: transform 0.6s; }
    .site-content .featured-articles-grid .wp-block-image.img:hover img {
      transform: scale(1.1); }
  .site-content .featured-articles-grid .wp-block-image.logo {
    margin-bottom: 30px;
    position: relative;
    z-index: 30; }
    .site-content .featured-articles-grid .wp-block-image.logo img {
      border: 1px solid rgba(255, 255, 255, 0.5);
      padding: 2px; }
  .site-content .featured-articles-grid .wp-block-heading {
    font-size: 22px !important; }
  .site-content .featured-articles-grid.horizontal .kt-inside-inner-col {
    padding-top: 40px;
    padding-left: calc(45% + 40px); }
    @media screen and (max-width: 600px) {
      .site-content .featured-articles-grid.horizontal .kt-inside-inner-col {
        padding-top: 0;
        padding-left: 40px; } }
  .site-content .featured-articles-grid.horizontal .wp-block-image.img {
    width: 45%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    margin: 0; }
    @media screen and (max-width: 600px) {
      .site-content .featured-articles-grid.horizontal .wp-block-image.img {
        position: relative;
        width: auto;
        height: auto;
        padding-top: 75%;
        margin: 0 -40px 35px -40px; } }
  .site-content .featured-articles-grid.vertical .wp-block-heading {
    margin-bottom: 1.2em; }
  .site-content .featured-articles-grid.vertical .wp-block-image.img {
    margin: 0 -40px 0 -40px; }
  .site-content .featured-articles-grid.vertical .wp-block-image.logo {
    margin-top: -75px; }
    .site-content .featured-articles-grid.vertical .wp-block-image.logo img {
      box-shadow: 0 0 20px rgba(0, 0, 0, 0.2); }
  .site-content .press-boxes-grid .wp-block-image {
    margin-bottom: 1.5em;
    position: relative;
    border-radius: .5em;
    background: #ece9e4; }
    .site-content .press-boxes-grid .wp-block-image:before {
      content: '';
      display: block;
      width: 2.73em;
      height: 3em;
      background: linear-gradient(-150deg, #fbfbfb 1.5em, #ece9e4 0);
      top: 0;
      right: 0;
      position: absolute;
      z-index: 10; }
    .site-content .press-boxes-grid .wp-block-image:after {
      content: '';
      display: block;
      background: linear-gradient(to left bottom, transparent 50%, rgba(0, 0, 0, 0.1) 0, rgba(0, 0, 0, 0.2)) no-repeat 100% 0;
      width: 1.73em;
      height: 3em;
      transform: translateY(-1.3em) rotate(-30deg);
      transform-origin: bottom right;
      border-bottom-left-radius: inherit;
      box-shadow: -0.2em 0.2em 0.3em -0.1em rgba(0, 0, 0, 0.15);
      top: 0;
      right: 0;
      position: absolute;
      z-index: 15; }
    .site-content .press-boxes-grid .wp-block-image img {
      border-radius: .5em; }

/* ==========================================================================
	Category posts 
	========================================================================== */
.archive article.post,
.blog article.post,
.search article.post {
  position: relative;
  box-shadow: 0px 10px 20px rgba(0, 0, 0, 0.12); }
  .archive article.post .entry-header,
  .blog article.post .entry-header,
  .search article.post .entry-header {
    margin: 0; }
  .archive article.post .post-thumb,
  .blog article.post .post-thumb,
  .search article.post .post-thumb {
    width: 100%;
    display: block;
    position: relative; }
    .archive article.post .post-thumb a,
    .blog article.post .post-thumb a,
    .search article.post .post-thumb a {
      display: block;
      overflow: hidden;
      position: relative;
      padding-top: 40%;
      z-index: 10; }
      .archive article.post .post-thumb a img,
      .blog article.post .post-thumb a img,
      .search article.post .post-thumb a img {
        display: block;
        width: 100%;
        height: 100%;
        object-fit: cover;
        top: 0;
        left: 0;
        position: absolute;
        -webkit-transition: all 3s;
        -moz-transition: all 3s;
        -ms-transition: all 3s;
        -o-transition: all 3s;
        transition: all 3s; }
      .archive article.post .post-thumb a:hover img,
      .blog article.post .post-thumb a:hover img,
      .search article.post .post-thumb a:hover img {
        transform: scale(1.05); }
  .archive article.post .entry-content,
  .blog article.post .entry-content,
  .search article.post .entry-content {
    padding: 35px;
    margin: 0;
    position: relative; }
    .archive article.post .entry-content .more-p,
    .blog article.post .entry-content .more-p,
    .search article.post .entry-content .more-p {
      display: none; }
  .archive article.post .entry-title a,
  .blog article.post .entry-title a,
  .search article.post .entry-title a {
    text-decoration: none;
    border: none;
    color: #000000; }
    .archive article.post .entry-title a:hover,
    .blog article.post .entry-title a:hover,
    .search article.post .entry-title a:hover {
      color: #e5b97f; }
  .archive article.post.no-results,
  .blog article.post.no-results,
  .search article.post.no-results {
    padding: 40px; }
    .archive article.post.no-results .entry-content,
    .blog article.post.no-results .entry-content,
    .search article.post.no-results .entry-content {
      background: none;
      width: auto;
      margin: 0;
      padding: 0; }

.header-meta {
  text-align: left;
  position: relative;
  font-weight: 400;
  font-size: 12px;
  letter-spacing: 1px;
  color: #111; }
  .header-meta > * {
    display: inline-block;
    margin-right: 10px;
    font-weight: normal;
    font-style: normal; }

.post-thumb img {
  width: 100%;
  height: auto; }

a.more-link {
  display: inline-block;
  vertical-align: middle;
  cursor: pointer;
  position: relative;
  font-family: "IBM Plex Sans", serif;
  font-weight: 600;
  text-decoration: none;
  line-height: 1.2;
  padding: 12px 40px;
  background: #000;
  color: #ece9e5 !important;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s; }
  a.more-link {
    font-size: 14px; }
    @media screen and (min-width: 320px) {
      a.more-link {
        font-size: calc(14px + 2 * ((100vw - 320px) / 1600)) !important; } }
    @media screen and (min-width: 1920px) {
      a.more-link {
        font-size: 16px !important; } }
  a.more-link:hover {
    background: #fed9a8;
    color: #000 !Important; }

/** Post Nav bottom */
.post-nav-section {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  /*
  flex-direction: row | row-reverse | column | column-reverse;
  */
  -webkit-flex-direction: row;
  flex-direction: row;
  /*
  horizontally
  justify-content: flex-start | flex-end | center | space-between | space-around | space-evenly;
  */
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: none;
  flex-wrap: nowrap; }
  .post-nav-section .btn {
    width: 49%;
    min-width: 100px;
    white-space: normal; }
    .post-nav-section .btn strong {
      display: block;
      position: relative;
      font-size: 80%;
      overflow: hidden;
      white-space: nowrap;
      text-overflow: ellipsis; }
      @media screen and (max-width: 480px) {
        .post-nav-section .btn strong {
          display: none; } }
    .post-nav-section .btn[rel="prev"] {
      text-align: left; }
    .post-nav-section .btn[rel="next"] {
      text-align: right; }
    @media screen and (max-width: 480px) {
      .post-nav-section .btn {
        font-size: 12px !important; } }

/* ==========================================================================
   Footer Section
   ========================================================================== */
#footercontainer {
  position: relative;
  z-index: 10; }
  #footercontainer:before {
    content: '';
    display: block;
    height: 1px;
    width: 1400px;
    max-width: 100%;
    background-color: #e5b97f;
    /* Fallback Color */
    background-image: -webkit-gradient(linear, left, from(#fed9a8), to(#e5b97f));
    /* Saf4+, Chrome */
    background-image: -webkit-linear-gradient(left, #fed9a8, #e5b97f);
    /* Chrome 10+, Saf5.1+, iOS 5+ */
    background-image: -moz-linear-gradient(left, #fed9a8, #e5b97f);
    /* FF3.6 */
    background-image: -ms-linear-gradient(left, #fed9a8, #e5b97f);
    /* IE10 */
    background-image: -o-linear-gradient(left, #fed9a8, #e5b97f);
    /* Opera 11.10+ */
    background-image: linear-gradient(left, #fed9a8, #e5b97f);
    filter: progid:DXImageTransform.Microsoft.gradient(GradientType=1,StartColorStr='#fed9a8', EndColorStr='#e5b97f');
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translate(-50%); }
  #footercontainer .footer-widgets {
    color: #000000;
    font-size: 16px;
    padding: 20px 20px 40px 20px;
    position: relative;
    text-align: center; }
    @media screen and (max-width: 1200px) {
      #footercontainer .footer-widgets {
        padding-top: 30px;
        padding-bottom: 20px; } }
    #footercontainer .footer-widgets a {
      color: #000000; }
      #footercontainer .footer-widgets a:hover {
        color: #82ae9b; }
    #footercontainer .footer-widgets .widget {
      position: relative;
      margin-bottom: 30px;
      z-index: 20; }
    #footercontainer .footer-widgets .widget-title {
      font-family: "IBM Plex Sans", serif;
      font-weight: 400;
      text-align: center;
      position: relative;
      padding-bottom: 16px;
      margin-bottom: 1em;
      color: #000000;
      line-height: 27.84px;
      text-transform: capitalize; }
      #footercontainer .footer-widgets .widget-title {
        font-size: 20px; }
        @media screen and (min-width: 320px) {
          #footercontainer .footer-widgets .widget-title {
            font-size: calc(20px + 10 * ((100vw - 320px) / 1600)) !important; } }
        @media screen and (min-width: 1920px) {
          #footercontainer .footer-widgets .widget-title {
            font-size: 30px !important; } }
  #footercontainer .copyright {
    font-size: 12px;
    letter-spacing: 1px;
    color: #393939;
    padding: 20px 0 20px 0;
    text-align: center; }
    #footercontainer .copyright a {
      color: #000000; }
      #footercontainer .copyright a:hover {
        color: #82ae9b; }
    #footercontainer .copyright p {
      margin: 0;
      padding: 0; }

/* ==========================================================================
   Sidebar
   ========================================================================== */
#secondary .widget {
  padding: 25px;
  margin-bottom: 40px;
  box-shadow: 0 0 25px rgba(0, 0, 0, 0.15); }
  #secondary .widget:last-child {
    margin: 0; }
  #secondary .widget .widget-title {
    font-family: "IBM Plex Sans", serif;
    font-weight: 700;
    letter-spacing: 1px;
    text-align: left;
    text-transform: uppercase;
    position: relative;
    padding-bottom: 16px;
    margin-bottom: 1em;
    color: #000000; }
    #secondary .widget .widget-title {
      font-size: 16px; }
      @media screen and (min-width: 320px) {
        #secondary .widget .widget-title {
          font-size: calc(16px + 6 * ((100vw - 320px) / 1600)) !important; } }
      @media screen and (min-width: 1920px) {
        #secondary .widget .widget-title {
          font-size: 22px !important; } }
    #secondary .widget .widget-title:before, #secondary .widget .widget-title:after {
      content: '';
      display: block;
      width: 20px;
      height: 2px;
      bottom: 0;
      left: 0;
      position: absolute;
      z-index: 10; }
    #secondary .widget .widget-title:before {
      background: #fed9a8; }
    #secondary .widget .widget-title:after {
      background: #fed9a8;
      left: 24px; }
  #secondary .widget .menu {
    padding: 0;
    margin: 0; }
    #secondary .widget .menu li {
      display: block;
      position: relative;
      padding: 10px 0 10px 22px;
      border-top: 1px solid rgba(254, 217, 168, 0.1); }
      #secondary .widget .menu li:first-child {
        border: none; }
      #secondary .widget .menu li:before {
        content: '';
        display: block;
        width: 8px;
        height: 8px;
        background: #fed9a8;
        opacity: 0.5;
        top: 17px;
        left: 0px;
        position: absolute; }
      #secondary .widget .menu li a {
        color: #fed9a8;
        border-bottom: 1px solid rgba(0, 0, 0, 0); }
        #secondary .widget .menu li a:hover {
          color: #fed9a8;
          border-bottom-color: #fed9a8; }
      #secondary .widget .menu li .sub-menu {
        margin-top: 6px;
        padding-left: 15px; }
  @media screen and (max-width: 992px) {
    #secondary .widget.side-services {
      display: none; } }

/* ==========================================================================
   404 Page
   ========================================================================== */
article.error404 {
  text-align: center; }
  article.error404 .error-code {
    color: #fff;
    text-shadow: -2px 0 #000000, 0 2px #000000, 2px 0 #000000, 0 -2px #000000;
    line-height: 1.1; }
    article.error404 .error-code {
      font-size: 60px; }
      @media screen and (min-width: 320px) {
        article.error404 .error-code {
          font-size: calc(60px + 120 * ((100vw - 320px) / 1600)) !important; } }
      @media screen and (min-width: 1920px) {
        article.error404 .error-code {
          font-size: 180px !important; } }

/* ==========================================================================
   Site specific styles
   ========================================================================== */
.odometer {
  font-family: "Josefin Sans", serif !important;
  font-weight: 700; }
  .odometer {
    font-size: 26px; }
    @media screen and (min-width: 320px) {
      .odometer {
        font-size: calc(26px + 34 * ((100vw - 320px) / 1600)) !important; } }
    @media screen and (min-width: 1920px) {
      .odometer {
        font-size: 60px !important; } }

/** 	Custom Separator 	*/
.sq_sep {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  /*
  flex-direction: row | row-reverse | column | column-reverse;
  */
  -webkit-flex-direction: row;
  flex-direction: row;
  /*
  horizontally
  justify-content: flex-start | flex-end | center | space-between | space-around | space-evenly;
  */
  -webkit-justify-content: center;
  justify-content: center;
  /*
  vertically
  align-items: flex-start | flex-end | center | baseline | stretch;
  */
  -webkit-align-items: center;
  align-items: center;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: none;
  flex-wrap: nowrap;
  position: relative;
  clear: both;
  margin: 0 auto 40px auto;
  width: 300px;
  max-width: 100%; }
  .sq_sep:before, .sq_sep:after {
    content: '';
    display: block;
    flex: 1;
    height: 1px;
    background: #e5b97f;
    margin: 0 15px; }
  .sq_sep .decor {
    display: block;
    width: 26px;
    height: 26px;
    background: #fed9a8;
    background-color: #e5b97f;
    /* Fallback Color */
    background-image: -webkit-gradient(linear, left, from(#fed9a8), to(#e5b97f));
    /* Saf4+, Chrome */
    background-image: -webkit-linear-gradient(left, #fed9a8, #e5b97f);
    /* Chrome 10+, Saf5.1+, iOS 5+ */
    background-image: -moz-linear-gradient(left, #fed9a8, #e5b97f);
    /* FF3.6 */
    background-image: -ms-linear-gradient(left, #fed9a8, #e5b97f);
    /* IE10 */
    background-image: -o-linear-gradient(left, #fed9a8, #e5b97f);
    /* Opera 11.10+ */
    background-image: linear-gradient(left, #fed9a8, #e5b97f);
    filter: progid:DXImageTransform.Microsoft.gradient(GradientType=1,StartColorStr='#fed9a8', EndColorStr='#e5b97f');
    border: 2px solid rgba(255, 255, 255, 0.3);
    transform: rotate(45deg);
    margin: 0 10px;
    z-index: 20; }
  .sq_sep.white:before, .sq_sep.white:after {
    background: #fff; }
  .sq_sep.white .decor {
    background: #fff;
    border-color: #fed9a8; }

.sq-video-preview .video-box {
  background: #f0f0f0;
  cursor: pointer;
  position: relative;
  box-shadow: 0 0 25px rgba(0, 0, 0, 0.2); }
  .sq-video-preview .video-box.played {
    background: none; }
  .sq-video-preview .video-box .poster {
    width: 100%;
    height: 100%;
    object-fit: cover;
    top: 0;
    left: 0;
    position: absolute; }
  .sq-video-preview .video-box .play-video {
    width: 60px;
    height: 60px;
    line-height: 60px;
    font-size: 20px;
    text-align: center;
    margin-left: -30px;
    margin-top: -30px;
    color: #fff;
    text-decoration: none;
    background: rgba(107, 145, 193, 0.85);
    border-radius: 50%;
    top: 50%;
    left: 50%;
    position: absolute;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    z-index: 20; }
    .sq-video-preview .video-box .play-video i {
      margin-left: 3px; }
  .sq-video-preview .video-box:hover .play-video {
    transform: scale(1.2);
    background: rgba(107, 145, 193, 0.84); }

/*@import "_site-loader";*/
/* ==========================================================================
   Additional styles
   ========================================================================== */
/** Additional Color Palette */
.has-sq-black-background-color {
  background-color: #000000; }

.has-sq-black-color {
  color: #000000; }

.has-sq-dark-gray-background-color {
  background-color: #393939; }

.has-sq-dark-gray-color {
  color: #393939; }

.has-sq-primary-light-background-color {
  background-color: #ece9e5; }

.has-sq-primary-light-color {
  color: #ece9e5; }

.has-sq-primary-main-background-color {
  background-color: #fed9a8; }

.has-sq-primary-main-color {
  color: #fed9a8; }

.has-sq-primary-dark-background-color {
  background-color: #e5b97f; }

.has-sq-primary-dark-color {
  color: #e5b97f; }

.has-sq-secondary-main-background-color {
  background-color: #9ec3b3; }

.has-sq-secondary-main-color {
  color: #9ec3b3; }

.has-sq-secondary-dark-background-color {
  background-color: #82ae9b; }

.has-sq-secondary-dark-bg-color {
  color: #82ae9b; }

/*# sourceMappingURL=theme.css.map */
