@charset "UTF-8";
/**
 *
 * Piwo Stylesheet
 * by Puruno
 * https://themeforest.net/user/puruno
 * 
 * please do not edit directly in theme, for any adjustments we recomend using child theme
 * https://codex.wordpress.org/Child_Themes
 *
 *  *
 * 1. 	Foundation base styles
 * 2. 	Global elements
 * 3. 	Navbar styles
 * 4. 	Blog template styles
 * 5. 	Portfolio templates styles
 * 6. 	WooCommerce styles
 * 7.	Footer styles
 * 8. 	WordPress Multilingual Plugin styles
 * 9.	Magnific Popup styles
 * 10.	Owl Carousel styles
 * 11.	Swiper slider styles
 * 12.	Google maps styles
 * 13.  Full Pages styles
 * 14.  Animations styles
 * 15.  Font Awesome
  */
/**
 *
 * 1. Foundation base styles
 *
 */
/**
 * Foundation for Sites by ZURB
 * Version 6.3.1
 * foundation.zurb.com
 * Licensed under MIT Open Source
 */
/*! normalize-scss | MIT/GPLv2 License | bit.ly/normalize-scss */
/* Document
       ========================================================================== */
/**
     * 1. Change the default font family in all browsers (opinionated).
     * 2. Correct the line height in all browsers.
     * 3. Prevent adjustments of font size after orientation changes in
     *    IE on Windows Phone and in iOS.
     */
html {
  font-family: sans-serif;
  /* 1 */
  line-height: 1.15;
  /* 2 */
  -ms-text-size-adjust: 100%;
  /* 3 */
  -webkit-text-size-adjust: 100%;
  /* 3 */ }

/* Sections
       ========================================================================== */
/**
     * Remove the margin in all browsers (opinionated).
     */
body {
  margin: 0; }

/**
     * Add the correct display in IE 9-.
     */
article,
aside,
footer,
header,
nav,
section {
  display: block; }

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

/* Grouping content
       ========================================================================== */
/**
     * Add the correct display in IE 9-.
     */
figcaption,
figure {
  display: block; }

/**
     * Add the correct margin in IE 8.
     */
figure {
  margin: 1em 40px; }

/**
     * 1. Add the correct box sizing in Firefox.
     * 2. Show the overflow in Edge and IE.
     */
hr {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */ }

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

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

/* Links
       ========================================================================== */
/**
     * 1. Remove the gray background on active links in IE 10.
     * 2. Remove gaps in links underline in iOS 8+ and Safari 8+.
     */
a {
  background-color: transparent;
  /* 1 */
  -webkit-text-decoration-skip: objects;
  /* 2 */ }

/**
     * Remove the outline on focused links when they are also active or hovered
     * in all browsers (opinionated).
     */
a:active,
a:hover {
  outline-width: 0; }

/* Text-level semantics
       ========================================================================== */
/**
     * 1. Remove the bottom border in Firefox 39-.
     * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
     */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
  /* 2 */ }

/**
     * Prevent the duplicate application of `bolder` by the next rule in Safari 6.
     */
b,
strong {
  font-weight: inherit; }

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

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

/**
     * Add the correct font style in Android 4.3-.
     */
dfn {
  font-style: italic; }

/**
     * Add the correct background and color in IE 9-.
     */
mark {
  background-color: #ff0;
  color: #000; }

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

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

sub {
  bottom: -0.25em; }

sup {
  top: -0.5em; }

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

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

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

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

/* Forms
       ========================================================================== */
/**
     * 1. Change the font styles in all browsers (opinionated).
     * 2. Remove the margin in Firefox and Safari.
     */
button,
input,
optgroup,
select,
textarea {
  font-family: sans-serif;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */ }

/**
     * Show the overflow in IE.
     */
button {
  overflow: visible; }

/**
     * Remove the inheritance of text transform in Edge, Firefox, and IE.
     * 1. Remove the inheritance of text transform in Firefox.
     */
button,
select {
  /* 1 */
  text-transform: none; }

/**
     * 1. Prevent a WebKit bug where (2) destroys native `audio` and `video`
     *    controls in Android 4.
     * 2. Correct the inability to style clickable types in iOS and Safari.
     */
button,
html [type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
  /* 2 */ }

button,
[type="button"],
[type="reset"],
[type="submit"] {
  /**
       * Remove the inner border and padding in Firefox.
       */
  /**
       * Restore the focus styles unset by the previous rule.
       */ }
  button::-moz-focus-inner,
  [type="button"]::-moz-focus-inner,
  [type="reset"]::-moz-focus-inner,
  [type="submit"]::-moz-focus-inner {
    border-style: none;
    padding: 0; }
  button:-moz-focusring,
  [type="button"]:-moz-focusring,
  [type="reset"]:-moz-focusring,
  [type="submit"]:-moz-focusring {
    outline: 1px dotted ButtonText; }

/**
     * Show the overflow in Edge.
     */
input {
  overflow: visible; }

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

/**
     * Correct the cursor style of increment and decrement buttons in Chrome.
     */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto; }

/**
     * 1. Correct the odd appearance in Chrome and Safari.
     * 2. Correct the outline style in Safari.
     */
[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */
  /**
       * Remove the inner padding and cancel buttons in Chrome and Safari on macOS.
       */ }
  [type="search"]::-webkit-search-cancel-button, [type="search"]::-webkit-search-decoration {
    -webkit-appearance: none; }

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

/**
     * Change the border, margin, and padding in all browsers (opinionated).
     */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em; }

/**
     * 1. Correct the text wrapping in Edge and IE.
     * 2. Correct the color inheritance from `fieldset` elements in IE.
     * 3. Remove the padding so developers are not caught out when they zero out
     *    `fieldset` elements in all browsers.
     */
legend {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  /* 1 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  color: inherit;
  /* 2 */
  white-space: normal;
  /* 1 */ }

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

/**
     * Remove the default vertical scrollbar in IE.
     */
textarea {
  overflow: auto; }

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

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

/*
     * Add the correct display in IE 9-.
     */
menu {
  display: block; }

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

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

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

.foundation-mq {
  font-family: "small=0em&medium=40em&large=64em&xlarge=80em&xxlarge=90em"; }

html {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-size: 100%; }

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

body {
  margin: 0;
  padding: 0;
  background: #fff;
  font-family: "Poppins", Helvetica, Roboto, Arial, sans-serif;
  font-weight: normal;
  line-height: 1.8em;
  color: #333;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

img {
  display: inline-block;
  vertical-align: middle;
  max-width: 100%;
  height: auto;
  -ms-interpolation-mode: bicubic; }

textarea {
  height: auto;
  min-height: 50px;
  border-radius: 0; }

select {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 100%;
  border-radius: 0; }

.map_canvas img,
.map_canvas embed,
.map_canvas object,
.mqa-display img,
.mqa-display embed,
.mqa-display object {
  max-width: none !important; }

button {
  padding: 0;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border: 0;
  border-radius: 0;
  background: transparent;
  line-height: 1; }
  [data-whatinput='mouse'] button {
    outline: 0; }

pre {
  overflow: auto; }

.is-visible {
  display: block !important; }

.is-hidden {
  display: none !important; }

.row {
  max-width: 81.25rem;
  margin-right: auto;
  margin-left: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap; }
  .row .row {
    margin-right: -1.25rem;
    margin-left: -1.25rem; }
    @media print, screen and (min-width: 40em) {
      .row .row {
        margin-right: -1.25rem;
        margin-left: -1.25rem; } }
    @media print, screen and (min-width: 64em) {
      .row .row {
        margin-right: -1.25rem;
        margin-left: -1.25rem; } }
    @media screen and (min-width: 80em) {
      .row .row {
        margin-right: -1.25rem;
        margin-left: -1.25rem; } }
    @media screen and (min-width: 90em) {
      .row .row {
        margin-right: -1.25rem;
        margin-left: -1.25rem; } }
    .row .row.collapse {
      margin-right: 0;
      margin-left: 0; }
  .row.expanded {
    max-width: none; }
    .row.expanded .row {
      margin-right: auto;
      margin-left: auto; }
  .row:not(.expanded) .row {
    max-width: none; }
  .row.collapse > .column, .row.collapse > .columns {
    padding-right: 0;
    padding-left: 0; }
  .row.is-collapse-child,
  .row.collapse > .column > .row,
  .row.collapse > .columns > .row {
    margin-right: 0;
    margin-left: 0; }

.column, .columns {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 0px;
          flex: 1 1 0px;
  padding-right: 1.25rem;
  padding-left: 1.25rem;
  min-width: initial; }
  @media print, screen and (min-width: 40em) {
    .column, .columns {
      padding-right: 1.25rem;
      padding-left: 1.25rem; } }

.column.row.row, .row.row.columns {
  float: none;
  display: block; }

.row .column.row.row, .row .row.row.columns {
  margin-right: 0;
  margin-left: 0;
  padding-right: 0;
  padding-left: 0; }

.flex-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }

.flex-child-auto {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto; }

.flex-child-grow {
  -webkit-box-flex: 1;
      -ms-flex: 1 0 auto;
          flex: 1 0 auto; }

.flex-child-shrink {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 auto;
          flex: 0 1 auto; }

.flex-dir-row {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row; }

.flex-dir-row-reverse {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse; }

.flex-dir-column {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column; }

.flex-dir-column-reverse {
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
      -ms-flex-direction: column-reverse;
          flex-direction: column-reverse; }

.small-1 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 8.33333%;
          flex: 0 0 8.33333%;
  max-width: 8.33333%; }

.small-offset-0 {
  margin-left: 0%; }

.small-2 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 16.66667%;
          flex: 0 0 16.66667%;
  max-width: 16.66667%; }

.small-offset-1 {
  margin-left: 8.33333%; }

.small-3 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 25%;
          flex: 0 0 25%;
  max-width: 25%; }

.small-offset-2 {
  margin-left: 16.66667%; }

.small-4 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 33.33333%;
          flex: 0 0 33.33333%;
  max-width: 33.33333%; }

.small-offset-3 {
  margin-left: 25%; }

.small-5 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 41.66667%;
          flex: 0 0 41.66667%;
  max-width: 41.66667%; }

.small-offset-4 {
  margin-left: 33.33333%; }

.small-6 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 50%;
          flex: 0 0 50%;
  max-width: 50%; }

.small-offset-5 {
  margin-left: 41.66667%; }

.small-7 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 58.33333%;
          flex: 0 0 58.33333%;
  max-width: 58.33333%; }

.small-offset-6 {
  margin-left: 50%; }

.small-8 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 66.66667%;
          flex: 0 0 66.66667%;
  max-width: 66.66667%; }

.small-offset-7 {
  margin-left: 58.33333%; }

.small-9 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 75%;
          flex: 0 0 75%;
  max-width: 75%; }

.small-offset-8 {
  margin-left: 66.66667%; }

.small-10 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 83.33333%;
          flex: 0 0 83.33333%;
  max-width: 83.33333%; }

.small-offset-9 {
  margin-left: 75%; }

.small-11 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 91.66667%;
          flex: 0 0 91.66667%;
  max-width: 91.66667%; }

.small-offset-10 {
  margin-left: 83.33333%; }

.small-12 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
  max-width: 100%; }

.small-offset-11 {
  margin-left: 91.66667%; }

.small-order-1 {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1; }

.small-order-2 {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2; }

.small-order-3 {
  -webkit-box-ordinal-group: 4;
      -ms-flex-order: 3;
          order: 3; }

.small-order-4 {
  -webkit-box-ordinal-group: 5;
      -ms-flex-order: 4;
          order: 4; }

.small-order-5 {
  -webkit-box-ordinal-group: 6;
      -ms-flex-order: 5;
          order: 5; }

.small-order-6 {
  -webkit-box-ordinal-group: 7;
      -ms-flex-order: 6;
          order: 6; }

.small-up-1 {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap; }
  .small-up-1 > .column, .small-up-1 > .columns {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%; }

.small-up-2 {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap; }
  .small-up-2 > .column, .small-up-2 > .columns {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%; }

.small-up-3 {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap; }
  .small-up-3 > .column, .small-up-3 > .columns {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 33.33333%;
            flex: 0 0 33.33333%;
    max-width: 33.33333%; }

.small-up-4 {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap; }
  .small-up-4 > .column, .small-up-4 > .columns {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%;
    max-width: 25%; }

.small-up-5 {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap; }
  .small-up-5 > .column, .small-up-5 > .columns {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 20%;
            flex: 0 0 20%;
    max-width: 20%; }

.small-up-6 {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap; }
  .small-up-6 > .column, .small-up-6 > .columns {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 16.66667%;
            flex: 0 0 16.66667%;
    max-width: 16.66667%; }

.small-up-7 {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap; }
  .small-up-7 > .column, .small-up-7 > .columns {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 14.28571%;
            flex: 0 0 14.28571%;
    max-width: 14.28571%; }

.small-up-8 {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap; }
  .small-up-8 > .column, .small-up-8 > .columns {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 12.5%;
            flex: 0 0 12.5%;
    max-width: 12.5%; }

.small-collapse > .column, .small-collapse > .columns {
  padding-right: 0;
  padding-left: 0; }

.small-uncollapse > .column, .small-uncollapse > .columns {
  padding-right: 1.25rem;
  padding-left: 1.25rem; }

@media print, screen and (min-width: 40em) {
  .medium-1 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 8.33333%;
            flex: 0 0 8.33333%;
    max-width: 8.33333%; }
  .medium-offset-0 {
    margin-left: 0%; }
  .medium-2 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 16.66667%;
            flex: 0 0 16.66667%;
    max-width: 16.66667%; }
  .medium-offset-1 {
    margin-left: 8.33333%; }
  .medium-3 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%;
    max-width: 25%; }
  .medium-offset-2 {
    margin-left: 16.66667%; }
  .medium-4 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 33.33333%;
            flex: 0 0 33.33333%;
    max-width: 33.33333%; }
  .medium-offset-3 {
    margin-left: 25%; }
  .medium-5 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 41.66667%;
            flex: 0 0 41.66667%;
    max-width: 41.66667%; }
  .medium-offset-4 {
    margin-left: 33.33333%; }
  .medium-6 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%; }
  .medium-offset-5 {
    margin-left: 41.66667%; }
  .medium-7 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 58.33333%;
            flex: 0 0 58.33333%;
    max-width: 58.33333%; }
  .medium-offset-6 {
    margin-left: 50%; }
  .medium-8 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 66.66667%;
            flex: 0 0 66.66667%;
    max-width: 66.66667%; }
  .medium-offset-7 {
    margin-left: 58.33333%; }
  .medium-9 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 75%;
            flex: 0 0 75%;
    max-width: 75%; }
  .medium-offset-8 {
    margin-left: 66.66667%; }
  .medium-10 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 83.33333%;
            flex: 0 0 83.33333%;
    max-width: 83.33333%; }
  .medium-offset-9 {
    margin-left: 75%; }
  .medium-11 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 91.66667%;
            flex: 0 0 91.66667%;
    max-width: 91.66667%; }
  .medium-offset-10 {
    margin-left: 83.33333%; }
  .medium-12 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%; }
  .medium-offset-11 {
    margin-left: 91.66667%; }
  .medium-order-1 {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1; }
  .medium-order-2 {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2; }
  .medium-order-3 {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3; }
  .medium-order-4 {
    -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
            order: 4; }
  .medium-order-5 {
    -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
            order: 5; }
  .medium-order-6 {
    -webkit-box-ordinal-group: 7;
        -ms-flex-order: 6;
            order: 6; }
  .medium-up-1 {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap; }
    .medium-up-1 > .column, .medium-up-1 > .columns {
      -webkit-box-flex: 0;
          -ms-flex: 0 0 100%;
              flex: 0 0 100%;
      max-width: 100%; }
  .medium-up-2 {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap; }
    .medium-up-2 > .column, .medium-up-2 > .columns {
      -webkit-box-flex: 0;
          -ms-flex: 0 0 50%;
              flex: 0 0 50%;
      max-width: 50%; }
  .medium-up-3 {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap; }
    .medium-up-3 > .column, .medium-up-3 > .columns {
      -webkit-box-flex: 0;
          -ms-flex: 0 0 33.33333%;
              flex: 0 0 33.33333%;
      max-width: 33.33333%; }
  .medium-up-4 {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap; }
    .medium-up-4 > .column, .medium-up-4 > .columns {
      -webkit-box-flex: 0;
          -ms-flex: 0 0 25%;
              flex: 0 0 25%;
      max-width: 25%; }
  .medium-up-5 {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap; }
    .medium-up-5 > .column, .medium-up-5 > .columns {
      -webkit-box-flex: 0;
          -ms-flex: 0 0 20%;
              flex: 0 0 20%;
      max-width: 20%; }
  .medium-up-6 {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap; }
    .medium-up-6 > .column, .medium-up-6 > .columns {
      -webkit-box-flex: 0;
          -ms-flex: 0 0 16.66667%;
              flex: 0 0 16.66667%;
      max-width: 16.66667%; }
  .medium-up-7 {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap; }
    .medium-up-7 > .column, .medium-up-7 > .columns {
      -webkit-box-flex: 0;
          -ms-flex: 0 0 14.28571%;
              flex: 0 0 14.28571%;
      max-width: 14.28571%; }
  .medium-up-8 {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap; }
    .medium-up-8 > .column, .medium-up-8 > .columns {
      -webkit-box-flex: 0;
          -ms-flex: 0 0 12.5%;
              flex: 0 0 12.5%;
      max-width: 12.5%; } }

@media print, screen and (min-width: 40em) and (min-width: 40em) {
  .medium-expand {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 0px;
            flex: 1 1 0px; } }

@media print, screen and (min-width: 40em) {
  .medium-flex-dir-row {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row; }
  .medium-flex-dir-row-reverse {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse; }
  .medium-flex-dir-column {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column; }
  .medium-flex-dir-column-reverse {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse; }
  .medium-flex-child-auto {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 auto;
            flex: 1 1 auto; }
  .medium-flex-child-grow {
    -webkit-box-flex: 1;
        -ms-flex: 1 0 auto;
            flex: 1 0 auto; }
  .medium-flex-child-shrink {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 auto;
            flex: 0 1 auto; } }

.row.medium-unstack > .column, .row.medium-unstack > .columns {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%; }
  @media print, screen and (min-width: 40em) {
    .row.medium-unstack > .column, .row.medium-unstack > .columns {
      -webkit-box-flex: 1;
          -ms-flex: 1 1 0px;
              flex: 1 1 0px; } }

@media print, screen and (min-width: 40em) {
  .medium-collapse > .column, .medium-collapse > .columns {
    padding-right: 0;
    padding-left: 0; }
  .medium-uncollapse > .column, .medium-uncollapse > .columns {
    padding-right: 1.25rem;
    padding-left: 1.25rem; } }

@media print, screen and (min-width: 64em) {
  .large-1 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 8.33333%;
            flex: 0 0 8.33333%;
    max-width: 8.33333%; }
  .large-offset-0 {
    margin-left: 0%; }
  .large-2 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 16.66667%;
            flex: 0 0 16.66667%;
    max-width: 16.66667%; }
  .large-offset-1 {
    margin-left: 8.33333%; }
  .large-3 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%;
    max-width: 25%; }
  .large-offset-2 {
    margin-left: 16.66667%; }
  .large-4 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 33.33333%;
            flex: 0 0 33.33333%;
    max-width: 33.33333%; }
  .large-offset-3 {
    margin-left: 25%; }
  .large-5 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 41.66667%;
            flex: 0 0 41.66667%;
    max-width: 41.66667%; }
  .large-offset-4 {
    margin-left: 33.33333%; }
  .large-6 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%; }
  .large-offset-5 {
    margin-left: 41.66667%; }
  .large-7 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 58.33333%;
            flex: 0 0 58.33333%;
    max-width: 58.33333%; }
  .large-offset-6 {
    margin-left: 50%; }
  .large-8 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 66.66667%;
            flex: 0 0 66.66667%;
    max-width: 66.66667%; }
  .large-offset-7 {
    margin-left: 58.33333%; }
  .large-9 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 75%;
            flex: 0 0 75%;
    max-width: 75%; }
  .large-offset-8 {
    margin-left: 66.66667%; }
  .large-10 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 83.33333%;
            flex: 0 0 83.33333%;
    max-width: 83.33333%; }
  .large-offset-9 {
    margin-left: 75%; }
  .large-11 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 91.66667%;
            flex: 0 0 91.66667%;
    max-width: 91.66667%; }
  .large-offset-10 {
    margin-left: 83.33333%; }
  .large-12 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%; }
  .large-offset-11 {
    margin-left: 91.66667%; }
  .large-order-1 {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1; }
  .large-order-2 {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2; }
  .large-order-3 {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3; }
  .large-order-4 {
    -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
            order: 4; }
  .large-order-5 {
    -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
            order: 5; }
  .large-order-6 {
    -webkit-box-ordinal-group: 7;
        -ms-flex-order: 6;
            order: 6; }
  .large-up-1 {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap; }
    .large-up-1 > .column, .large-up-1 > .columns {
      -webkit-box-flex: 0;
          -ms-flex: 0 0 100%;
              flex: 0 0 100%;
      max-width: 100%; }
  .large-up-2 {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap; }
    .large-up-2 > .column, .large-up-2 > .columns {
      -webkit-box-flex: 0;
          -ms-flex: 0 0 50%;
              flex: 0 0 50%;
      max-width: 50%; }
  .large-up-3 {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap; }
    .large-up-3 > .column, .large-up-3 > .columns {
      -webkit-box-flex: 0;
          -ms-flex: 0 0 33.33333%;
              flex: 0 0 33.33333%;
      max-width: 33.33333%; }
  .large-up-4 {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap; }
    .large-up-4 > .column, .large-up-4 > .columns {
      -webkit-box-flex: 0;
          -ms-flex: 0 0 25%;
              flex: 0 0 25%;
      max-width: 25%; }
  .large-up-5 {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap; }
    .large-up-5 > .column, .large-up-5 > .columns {
      -webkit-box-flex: 0;
          -ms-flex: 0 0 20%;
              flex: 0 0 20%;
      max-width: 20%; }
  .large-up-6 {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap; }
    .large-up-6 > .column, .large-up-6 > .columns {
      -webkit-box-flex: 0;
          -ms-flex: 0 0 16.66667%;
              flex: 0 0 16.66667%;
      max-width: 16.66667%; }
  .large-up-7 {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap; }
    .large-up-7 > .column, .large-up-7 > .columns {
      -webkit-box-flex: 0;
          -ms-flex: 0 0 14.28571%;
              flex: 0 0 14.28571%;
      max-width: 14.28571%; }
  .large-up-8 {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap; }
    .large-up-8 > .column, .large-up-8 > .columns {
      -webkit-box-flex: 0;
          -ms-flex: 0 0 12.5%;
              flex: 0 0 12.5%;
      max-width: 12.5%; } }

@media print, screen and (min-width: 64em) and (min-width: 64em) {
  .large-expand {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 0px;
            flex: 1 1 0px; } }

@media print, screen and (min-width: 64em) {
  .large-flex-dir-row {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row; }
  .large-flex-dir-row-reverse {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse; }
  .large-flex-dir-column {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column; }
  .large-flex-dir-column-reverse {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse; }
  .large-flex-child-auto {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 auto;
            flex: 1 1 auto; }
  .large-flex-child-grow {
    -webkit-box-flex: 1;
        -ms-flex: 1 0 auto;
            flex: 1 0 auto; }
  .large-flex-child-shrink {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 auto;
            flex: 0 1 auto; } }

.row.large-unstack > .column, .row.large-unstack > .columns {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%; }
  @media print, screen and (min-width: 64em) {
    .row.large-unstack > .column, .row.large-unstack > .columns {
      -webkit-box-flex: 1;
          -ms-flex: 1 1 0px;
              flex: 1 1 0px; } }

@media print, screen and (min-width: 64em) {
  .large-collapse > .column, .large-collapse > .columns {
    padding-right: 0;
    padding-left: 0; }
  .large-uncollapse > .column, .large-uncollapse > .columns {
    padding-right: 1.25rem;
    padding-left: 1.25rem; } }

@media screen and (min-width: 80em) {
  .xlarge-1 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 8.33333%;
            flex: 0 0 8.33333%;
    max-width: 8.33333%; }
  .xlarge-offset-0 {
    margin-left: 0%; }
  .xlarge-2 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 16.66667%;
            flex: 0 0 16.66667%;
    max-width: 16.66667%; }
  .xlarge-offset-1 {
    margin-left: 8.33333%; }
  .xlarge-3 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%;
    max-width: 25%; }
  .xlarge-offset-2 {
    margin-left: 16.66667%; }
  .xlarge-4 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 33.33333%;
            flex: 0 0 33.33333%;
    max-width: 33.33333%; }
  .xlarge-offset-3 {
    margin-left: 25%; }
  .xlarge-5 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 41.66667%;
            flex: 0 0 41.66667%;
    max-width: 41.66667%; }
  .xlarge-offset-4 {
    margin-left: 33.33333%; }
  .xlarge-6 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%; }
  .xlarge-offset-5 {
    margin-left: 41.66667%; }
  .xlarge-7 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 58.33333%;
            flex: 0 0 58.33333%;
    max-width: 58.33333%; }
  .xlarge-offset-6 {
    margin-left: 50%; }
  .xlarge-8 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 66.66667%;
            flex: 0 0 66.66667%;
    max-width: 66.66667%; }
  .xlarge-offset-7 {
    margin-left: 58.33333%; }
  .xlarge-9 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 75%;
            flex: 0 0 75%;
    max-width: 75%; }
  .xlarge-offset-8 {
    margin-left: 66.66667%; }
  .xlarge-10 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 83.33333%;
            flex: 0 0 83.33333%;
    max-width: 83.33333%; }
  .xlarge-offset-9 {
    margin-left: 75%; }
  .xlarge-11 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 91.66667%;
            flex: 0 0 91.66667%;
    max-width: 91.66667%; }
  .xlarge-offset-10 {
    margin-left: 83.33333%; }
  .xlarge-12 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%; }
  .xlarge-offset-11 {
    margin-left: 91.66667%; }
  .xlarge-order-1 {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1; }
  .xlarge-order-2 {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2; }
  .xlarge-order-3 {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3; }
  .xlarge-order-4 {
    -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
            order: 4; }
  .xlarge-order-5 {
    -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
            order: 5; }
  .xlarge-order-6 {
    -webkit-box-ordinal-group: 7;
        -ms-flex-order: 6;
            order: 6; }
  .xlarge-up-1 {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap; }
    .xlarge-up-1 > .column, .xlarge-up-1 > .columns {
      -webkit-box-flex: 0;
          -ms-flex: 0 0 100%;
              flex: 0 0 100%;
      max-width: 100%; }
  .xlarge-up-2 {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap; }
    .xlarge-up-2 > .column, .xlarge-up-2 > .columns {
      -webkit-box-flex: 0;
          -ms-flex: 0 0 50%;
              flex: 0 0 50%;
      max-width: 50%; }
  .xlarge-up-3 {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap; }
    .xlarge-up-3 > .column, .xlarge-up-3 > .columns {
      -webkit-box-flex: 0;
          -ms-flex: 0 0 33.33333%;
              flex: 0 0 33.33333%;
      max-width: 33.33333%; }
  .xlarge-up-4 {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap; }
    .xlarge-up-4 > .column, .xlarge-up-4 > .columns {
      -webkit-box-flex: 0;
          -ms-flex: 0 0 25%;
              flex: 0 0 25%;
      max-width: 25%; }
  .xlarge-up-5 {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap; }
    .xlarge-up-5 > .column, .xlarge-up-5 > .columns {
      -webkit-box-flex: 0;
          -ms-flex: 0 0 20%;
              flex: 0 0 20%;
      max-width: 20%; }
  .xlarge-up-6 {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap; }
    .xlarge-up-6 > .column, .xlarge-up-6 > .columns {
      -webkit-box-flex: 0;
          -ms-flex: 0 0 16.66667%;
              flex: 0 0 16.66667%;
      max-width: 16.66667%; }
  .xlarge-up-7 {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap; }
    .xlarge-up-7 > .column, .xlarge-up-7 > .columns {
      -webkit-box-flex: 0;
          -ms-flex: 0 0 14.28571%;
              flex: 0 0 14.28571%;
      max-width: 14.28571%; }
  .xlarge-up-8 {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap; }
    .xlarge-up-8 > .column, .xlarge-up-8 > .columns {
      -webkit-box-flex: 0;
          -ms-flex: 0 0 12.5%;
              flex: 0 0 12.5%;
      max-width: 12.5%; } }

@media screen and (min-width: 80em) and (min-width: 80em) {
  .xlarge-expand {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 0px;
            flex: 1 1 0px; } }

@media screen and (min-width: 80em) {
  .xlarge-flex-dir-row {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row; }
  .xlarge-flex-dir-row-reverse {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse; }
  .xlarge-flex-dir-column {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column; }
  .xlarge-flex-dir-column-reverse {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse; }
  .xlarge-flex-child-auto {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 auto;
            flex: 1 1 auto; }
  .xlarge-flex-child-grow {
    -webkit-box-flex: 1;
        -ms-flex: 1 0 auto;
            flex: 1 0 auto; }
  .xlarge-flex-child-shrink {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 auto;
            flex: 0 1 auto; } }

.row.xlarge-unstack > .column, .row.xlarge-unstack > .columns {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%; }
  @media screen and (min-width: 80em) {
    .row.xlarge-unstack > .column, .row.xlarge-unstack > .columns {
      -webkit-box-flex: 1;
          -ms-flex: 1 1 0px;
              flex: 1 1 0px; } }

@media screen and (min-width: 80em) {
  .xlarge-collapse > .column, .xlarge-collapse > .columns {
    padding-right: 0;
    padding-left: 0; }
  .xlarge-uncollapse > .column, .xlarge-uncollapse > .columns {
    padding-right: 1.25rem;
    padding-left: 1.25rem; } }

@media screen and (min-width: 90em) {
  .xxlarge-1 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 8.33333%;
            flex: 0 0 8.33333%;
    max-width: 8.33333%; }
  .xxlarge-offset-0 {
    margin-left: 0%; }
  .xxlarge-2 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 16.66667%;
            flex: 0 0 16.66667%;
    max-width: 16.66667%; }
  .xxlarge-offset-1 {
    margin-left: 8.33333%; }
  .xxlarge-3 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%;
    max-width: 25%; }
  .xxlarge-offset-2 {
    margin-left: 16.66667%; }
  .xxlarge-4 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 33.33333%;
            flex: 0 0 33.33333%;
    max-width: 33.33333%; }
  .xxlarge-offset-3 {
    margin-left: 25%; }
  .xxlarge-5 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 41.66667%;
            flex: 0 0 41.66667%;
    max-width: 41.66667%; }
  .xxlarge-offset-4 {
    margin-left: 33.33333%; }
  .xxlarge-6 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%; }
  .xxlarge-offset-5 {
    margin-left: 41.66667%; }
  .xxlarge-7 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 58.33333%;
            flex: 0 0 58.33333%;
    max-width: 58.33333%; }
  .xxlarge-offset-6 {
    margin-left: 50%; }
  .xxlarge-8 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 66.66667%;
            flex: 0 0 66.66667%;
    max-width: 66.66667%; }
  .xxlarge-offset-7 {
    margin-left: 58.33333%; }
  .xxlarge-9 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 75%;
            flex: 0 0 75%;
    max-width: 75%; }
  .xxlarge-offset-8 {
    margin-left: 66.66667%; }
  .xxlarge-10 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 83.33333%;
            flex: 0 0 83.33333%;
    max-width: 83.33333%; }
  .xxlarge-offset-9 {
    margin-left: 75%; }
  .xxlarge-11 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 91.66667%;
            flex: 0 0 91.66667%;
    max-width: 91.66667%; }
  .xxlarge-offset-10 {
    margin-left: 83.33333%; }
  .xxlarge-12 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%; }
  .xxlarge-offset-11 {
    margin-left: 91.66667%; }
  .xxlarge-order-1 {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1; }
  .xxlarge-order-2 {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2; }
  .xxlarge-order-3 {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3; }
  .xxlarge-order-4 {
    -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
            order: 4; }
  .xxlarge-order-5 {
    -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
            order: 5; }
  .xxlarge-order-6 {
    -webkit-box-ordinal-group: 7;
        -ms-flex-order: 6;
            order: 6; }
  .xxlarge-up-1 {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap; }
    .xxlarge-up-1 > .column, .xxlarge-up-1 > .columns {
      -webkit-box-flex: 0;
          -ms-flex: 0 0 100%;
              flex: 0 0 100%;
      max-width: 100%; }
  .xxlarge-up-2 {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap; }
    .xxlarge-up-2 > .column, .xxlarge-up-2 > .columns {
      -webkit-box-flex: 0;
          -ms-flex: 0 0 50%;
              flex: 0 0 50%;
      max-width: 50%; }
  .xxlarge-up-3 {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap; }
    .xxlarge-up-3 > .column, .xxlarge-up-3 > .columns {
      -webkit-box-flex: 0;
          -ms-flex: 0 0 33.33333%;
              flex: 0 0 33.33333%;
      max-width: 33.33333%; }
  .xxlarge-up-4 {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap; }
    .xxlarge-up-4 > .column, .xxlarge-up-4 > .columns {
      -webkit-box-flex: 0;
          -ms-flex: 0 0 25%;
              flex: 0 0 25%;
      max-width: 25%; }
  .xxlarge-up-5 {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap; }
    .xxlarge-up-5 > .column, .xxlarge-up-5 > .columns {
      -webkit-box-flex: 0;
          -ms-flex: 0 0 20%;
              flex: 0 0 20%;
      max-width: 20%; }
  .xxlarge-up-6 {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap; }
    .xxlarge-up-6 > .column, .xxlarge-up-6 > .columns {
      -webkit-box-flex: 0;
          -ms-flex: 0 0 16.66667%;
              flex: 0 0 16.66667%;
      max-width: 16.66667%; }
  .xxlarge-up-7 {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap; }
    .xxlarge-up-7 > .column, .xxlarge-up-7 > .columns {
      -webkit-box-flex: 0;
          -ms-flex: 0 0 14.28571%;
              flex: 0 0 14.28571%;
      max-width: 14.28571%; }
  .xxlarge-up-8 {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap; }
    .xxlarge-up-8 > .column, .xxlarge-up-8 > .columns {
      -webkit-box-flex: 0;
          -ms-flex: 0 0 12.5%;
              flex: 0 0 12.5%;
      max-width: 12.5%; } }

@media screen and (min-width: 90em) and (min-width: 90em) {
  .xxlarge-expand {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 0px;
            flex: 1 1 0px; } }

@media screen and (min-width: 90em) {
  .xxlarge-flex-dir-row {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row; }
  .xxlarge-flex-dir-row-reverse {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse; }
  .xxlarge-flex-dir-column {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column; }
  .xxlarge-flex-dir-column-reverse {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse; }
  .xxlarge-flex-child-auto {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 auto;
            flex: 1 1 auto; }
  .xxlarge-flex-child-grow {
    -webkit-box-flex: 1;
        -ms-flex: 1 0 auto;
            flex: 1 0 auto; }
  .xxlarge-flex-child-shrink {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 auto;
            flex: 0 1 auto; } }

.row.xxlarge-unstack > .column, .row.xxlarge-unstack > .columns {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%; }
  @media screen and (min-width: 90em) {
    .row.xxlarge-unstack > .column, .row.xxlarge-unstack > .columns {
      -webkit-box-flex: 1;
          -ms-flex: 1 1 0px;
              flex: 1 1 0px; } }

@media screen and (min-width: 90em) {
  .xxlarge-collapse > .column, .xxlarge-collapse > .columns {
    padding-right: 0;
    padding-left: 0; }
  .xxlarge-uncollapse > .column, .xxlarge-uncollapse > .columns {
    padding-right: 1.25rem;
    padding-left: 1.25rem; } }

.shrink {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  max-width: 100%; }

.column-block {
  margin-bottom: 2.5rem; }
  .column-block > :last-child {
    margin-bottom: 0; }
  @media print, screen and (min-width: 40em) {
    .column-block {
      margin-bottom: 2.5rem; }
      .column-block > :last-child {
        margin-bottom: 0; } }

div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
form,
p,
blockquote,
th,
td {
  margin: 0;
  padding: 0; }

p {
  margin-bottom: 1rem;
  font-size: inherit;
  line-height: 1.8em;
  text-rendering: optimizeLegibility; }

em,
i {
  font-style: italic;
  line-height: inherit; }

strong,
b {
  font-weight: bold;
  line-height: inherit; }

small {
  font-size: 80%;
  line-height: inherit; }

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Poppins";
  font-style: normal;
  font-weight: normal;
  color: inherit;
  text-rendering: optimizeLegibility; }
  h1 small,
  h2 small,
  h3 small,
  h4 small,
  h5 small,
  h6 small {
    line-height: 0;
    color: #ddd; }

h1 {
  font-size: 1.875rem;
  line-height: 1.2;
  margin-top: 0;
  margin-bottom: 1.875rem; }

h2 {
  font-size: 1.5625rem;
  line-height: 1.2;
  margin-top: 0;
  margin-bottom: 1.875rem; }

h3 {
  font-size: 1.4375rem;
  line-height: 1.2;
  margin-top: 0;
  margin-bottom: 1.875rem; }

h4 {
  font-size: 1.375rem;
  line-height: 1.2;
  margin-top: 0;
  margin-bottom: 1.875rem; }

h5 {
  font-size: 1.3125rem;
  line-height: 1.2;
  margin-top: 0;
  margin-bottom: 1.875rem; }

h6 {
  font-size: 1.25rem;
  line-height: 1.2;
  margin-top: 0;
  margin-bottom: 1.875rem; }

@media print, screen and (min-width: 40em) {
  h1 {
    font-size: 3.75rem; }
  h2 {
    font-size: 3.125rem; }
  h3 {
    font-size: 2.375rem; }
  h4 {
    font-size: 1.9375rem; }
  h5 {
    font-size: 1.5625rem; }
  h6 {
    font-size: 1.25rem; } }

a {
  line-height: inherit;
  color: #1779ba;
  text-decoration: none;
  cursor: pointer; }
  a:hover, a:focus {
    color: #1468a0; }
  a img {
    border: 0; }

hr {
  clear: both;
  max-width: 81.25rem;
  height: 0;
  margin: 1.25rem auto;
  border-top: 0;
  border-right: 0;
  border-bottom: 1px solid #ddd;
  border-left: 0; }

ul,
ol,
dl {
  margin-bottom: 1rem;
  list-style-position: outside;
  line-height: 1.8em; }

li {
  font-size: inherit; }

ul {
  margin-left: 1.25rem;
  list-style-type: disc; }

ol {
  margin-left: 1.25rem; }

ul ul, ol ul, ul ol, ol ol {
  margin-left: 1.25rem;
  margin-bottom: 0; }

dl {
  margin-bottom: 1rem; }
  dl dt {
    margin-bottom: 0.3rem;
    font-weight: bold; }

blockquote {
  margin: 0 0 1rem;
  padding: 0.5625rem 1.25rem 0 1.1875rem;
  border-left: 1px solid #ddd; }
  blockquote, blockquote p {
    line-height: 1.8em;
    color: #8a8a8a; }

cite {
  display: block;
  font-size: 0.8125rem;
  color: #8a8a8a; }
  cite:before {
    content: "— "; }

abbr {
  border-bottom: 1px dotted #333;
  color: #333;
  cursor: help; }

figure {
  margin: 0; }

code {
  padding: 0.125rem 0.3125rem 0.0625rem;
  border: 1px solid #ddd;
  background-color: #f5f3f4;
  font-family: Consolas, "Liberation Mono", Courier, monospace;
  font-weight: normal;
  color: #333; }

kbd {
  margin: 0;
  padding: 0.125rem 0.25rem 0;
  background-color: #f5f3f4;
  font-family: Consolas, "Liberation Mono", Courier, monospace;
  color: #333; }

.subheader {
  margin-top: 0.2rem;
  margin-bottom: 0.5rem;
  font-weight: normal;
  line-height: 1.4;
  color: #8a8a8a; }

.lead {
  font-size: 125%;
  line-height: 1.6; }

.stat {
  font-size: 2.5rem;
  line-height: 1; }
  p + .stat {
    margin-top: -1rem; }

.no-bullet {
  margin-left: 0;
  list-style: none; }

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

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

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

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

@media print, screen and (min-width: 40em) {
  .medium-text-left {
    text-align: left; }
  .medium-text-right {
    text-align: right; }
  .medium-text-center {
    text-align: center; }
  .medium-text-justify {
    text-align: justify; } }

@media print, screen and (min-width: 64em) {
  .large-text-left {
    text-align: left; }
  .large-text-right {
    text-align: right; }
  .large-text-center {
    text-align: center; }
  .large-text-justify {
    text-align: justify; } }

@media screen and (min-width: 80em) {
  .xlarge-text-left {
    text-align: left; }
  .xlarge-text-right {
    text-align: right; }
  .xlarge-text-center {
    text-align: center; }
  .xlarge-text-justify {
    text-align: justify; } }

@media screen and (min-width: 90em) {
  .xxlarge-text-left {
    text-align: left; }
  .xxlarge-text-right {
    text-align: right; }
  .xxlarge-text-center {
    text-align: center; }
  .xxlarge-text-justify {
    text-align: justify; } }

.show-for-print {
  display: none !important; }

@media print {
  * {
    background: transparent !important;
    -webkit-box-shadow: none !important;
            box-shadow: none !important;
    color: black !important;
    text-shadow: none !important; }
  .show-for-print {
    display: block !important; }
  .hide-for-print {
    display: none !important; }
  table.show-for-print {
    display: table !important; }
  thead.show-for-print {
    display: table-header-group !important; }
  tbody.show-for-print {
    display: table-row-group !important; }
  tr.show-for-print {
    display: table-row !important; }
  td.show-for-print {
    display: table-cell !important; }
  th.show-for-print {
    display: table-cell !important; }
  a,
  a:visited {
    text-decoration: underline; }
  a[href]:after {
    content: " (" attr(href) ")"; }
  .ir a:after,
  a[href^='javascript:']:after,
  a[href^='#']:after {
    content: ''; }
  abbr[title]:after {
    content: " (" attr(title) ")"; }
  pre,
  blockquote {
    border: 1px solid #8a8a8a;
    page-break-inside: avoid; }
  thead {
    display: table-header-group; }
  tr,
  img {
    page-break-inside: avoid; }
  img {
    max-width: 100% !important; }
  @page {
    margin: 0.5cm; }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3; }
  h2,
  h3 {
    page-break-after: avoid; }
  .print-break-inside {
    page-break-inside: auto; } }

.button {
  display: inline-block;
  vertical-align: middle;
  margin: 0 0 1rem 0;
  padding: 0.85em 1em;
  -webkit-appearance: none;
  border: 1px solid transparent;
  border-radius: 0;
  -webkit-transition: background-color 0.25s ease-out, color 0.25s ease-out;
  transition: background-color 0.25s ease-out, color 0.25s ease-out;
  font-size: 0.9rem;
  line-height: 1;
  text-align: center;
  cursor: pointer;
  background-color: #1779ba;
  color: #fff; }
  [data-whatinput='mouse'] .button {
    outline: 0; }
  .button:hover, .button:focus {
    background-color: #14679e;
    color: #fff; }
  .button.tiny {
    font-size: 0.6rem; }
  .button.small {
    font-size: 0.75rem; }
  .button.large {
    font-size: 1.25rem; }
  .button.expanded {
    display: block;
    width: 100%;
    margin-right: 0;
    margin-left: 0; }
  .button.primary {
    background-color: #1779ba;
    color: #fff; }
    .button.primary:hover, .button.primary:focus {
      background-color: #126195;
      color: #fff; }
  .button.secondary {
    background-color: #767676;
    color: #fff; }
    .button.secondary:hover, .button.secondary:focus {
      background-color: #5e5e5e;
      color: #fff; }
  .button.success {
    background-color: #3adb76;
    color: #333; }
    .button.success:hover, .button.success:focus {
      background-color: #22bb5b;
      color: #333; }
  .button.warning {
    background-color: #ffae00;
    color: #333; }
    .button.warning:hover, .button.warning:focus {
      background-color: #cc8b00;
      color: #333; }
  .button.alert {
    background-color: #cc4b37;
    color: #fff; }
    .button.alert:hover, .button.alert:focus {
      background-color: #a53b2a;
      color: #fff; }
  .button.hollow {
    border: 1px solid #1779ba;
    color: #1779ba; }
    .button.hollow, .button.hollow:hover, .button.hollow:focus {
      background-color: transparent; }
    .button.hollow:hover, .button.hollow:focus {
      border-color: #0c3d5d;
      color: #0c3d5d; }
    .button.hollow.primary {
      border: 1px solid #1779ba;
      color: #1779ba; }
      .button.hollow.primary:hover, .button.hollow.primary:focus {
        border-color: #0c3d5d;
        color: #0c3d5d; }
    .button.hollow.secondary {
      border: 1px solid #767676;
      color: #767676; }
      .button.hollow.secondary:hover, .button.hollow.secondary:focus {
        border-color: #3b3b3b;
        color: #3b3b3b; }
    .button.hollow.success {
      border: 1px solid #3adb76;
      color: #3adb76; }
      .button.hollow.success:hover, .button.hollow.success:focus {
        border-color: #157539;
        color: #157539; }
    .button.hollow.warning {
      border: 1px solid #ffae00;
      color: #ffae00; }
      .button.hollow.warning:hover, .button.hollow.warning:focus {
        border-color: #805700;
        color: #805700; }
    .button.hollow.alert {
      border: 1px solid #cc4b37;
      color: #cc4b37; }
      .button.hollow.alert:hover, .button.hollow.alert:focus {
        border-color: #67251a;
        color: #67251a; }
  .button.disabled, .button[disabled] {
    opacity: 0.25;
    cursor: not-allowed; }
    .button.disabled, .button.disabled:hover, .button.disabled:focus, .button[disabled], .button[disabled]:hover, .button[disabled]:focus {
      background-color: #1779ba;
      color: #fff; }
    .button.disabled.primary, .button[disabled].primary {
      opacity: 0.25;
      cursor: not-allowed; }
      .button.disabled.primary, .button.disabled.primary:hover, .button.disabled.primary:focus, .button[disabled].primary, .button[disabled].primary:hover, .button[disabled].primary:focus {
        background-color: #1779ba;
        color: #fff; }
    .button.disabled.secondary, .button[disabled].secondary {
      opacity: 0.25;
      cursor: not-allowed; }
      .button.disabled.secondary, .button.disabled.secondary:hover, .button.disabled.secondary:focus, .button[disabled].secondary, .button[disabled].secondary:hover, .button[disabled].secondary:focus {
        background-color: #767676;
        color: #fff; }
    .button.disabled.success, .button[disabled].success {
      opacity: 0.25;
      cursor: not-allowed; }
      .button.disabled.success, .button.disabled.success:hover, .button.disabled.success:focus, .button[disabled].success, .button[disabled].success:hover, .button[disabled].success:focus {
        background-color: #3adb76;
        color: #333; }
    .button.disabled.warning, .button[disabled].warning {
      opacity: 0.25;
      cursor: not-allowed; }
      .button.disabled.warning, .button.disabled.warning:hover, .button.disabled.warning:focus, .button[disabled].warning, .button[disabled].warning:hover, .button[disabled].warning:focus {
        background-color: #ffae00;
        color: #333; }
    .button.disabled.alert, .button[disabled].alert {
      opacity: 0.25;
      cursor: not-allowed; }
      .button.disabled.alert, .button.disabled.alert:hover, .button.disabled.alert:focus, .button[disabled].alert, .button[disabled].alert:hover, .button[disabled].alert:focus {
        background-color: #cc4b37;
        color: #fff; }
  .button.dropdown::after {
    display: block;
    width: 0;
    height: 0;
    border: inset 0.4em;
    content: '';
    border-bottom-width: 0;
    border-top-style: solid;
    border-color: #fff transparent transparent;
    position: relative;
    top: 0.4em;
    display: inline-block;
    float: right;
    margin-left: 1em; }
  .button.dropdown.hollow::after {
    border-top-color: #1779ba; }
  .button.dropdown.hollow.primary::after {
    border-top-color: #1779ba; }
  .button.dropdown.hollow.secondary::after {
    border-top-color: #767676; }
  .button.dropdown.hollow.success::after {
    border-top-color: #3adb76; }
  .button.dropdown.hollow.warning::after {
    border-top-color: #ffae00; }
  .button.dropdown.hollow.alert::after {
    border-top-color: #cc4b37; }
  .button.arrow-only::after {
    top: -0.1em;
    float: none;
    margin-left: 0; }

[type='text'], [type='password'], [type='date'], [type='datetime'], [type='datetime-local'], [type='month'], [type='week'], [type='email'], [type='number'], [type='search'], [type='tel'], [type='time'], [type='url'], [type='color'],
textarea {
  display: block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 100%;
  height: 2.4375rem;
  margin: 0 0 1rem;
  padding: 0.5rem;
  border: 1px solid #ddd;
  border-radius: 0;
  background-color: #fff;
  -webkit-box-shadow: inset 0 1px 2px rgba(51, 51, 51, 0.1);
          box-shadow: inset 0 1px 2px rgba(51, 51, 51, 0.1);
  font-family: inherit;
  font-size: 1rem;
  font-weight: normal;
  color: #333;
  -webkit-transition: border-color 0.25s ease-in-out, -webkit-box-shadow 0.5s;
  transition: border-color 0.25s ease-in-out, -webkit-box-shadow 0.5s;
  transition: box-shadow 0.5s, border-color 0.25s ease-in-out;
  transition: box-shadow 0.5s, border-color 0.25s ease-in-out, -webkit-box-shadow 0.5s;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none; }
  [type='text']:focus, [type='password']:focus, [type='date']:focus, [type='datetime']:focus, [type='datetime-local']:focus, [type='month']:focus, [type='week']:focus, [type='email']:focus, [type='number']:focus, [type='search']:focus, [type='tel']:focus, [type='time']:focus, [type='url']:focus, [type='color']:focus,
  textarea:focus {
    outline: none;
    border: 1px solid #8a8a8a;
    background-color: #fff;
    -webkit-box-shadow: 0 0 5px #ddd;
            box-shadow: 0 0 5px #ddd;
    -webkit-transition: border-color 0.25s ease-in-out, -webkit-box-shadow 0.5s;
    transition: border-color 0.25s ease-in-out, -webkit-box-shadow 0.5s;
    transition: box-shadow 0.5s, border-color 0.25s ease-in-out;
    transition: box-shadow 0.5s, border-color 0.25s ease-in-out, -webkit-box-shadow 0.5s; }

textarea {
  max-width: 100%; }
  textarea[rows] {
    height: auto; }

input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
  color: #8a8a8a; }

input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
  color: #8a8a8a; }

input::-ms-input-placeholder,
textarea::-ms-input-placeholder {
  color: #8a8a8a; }

input::placeholder,
textarea::placeholder {
  color: #8a8a8a; }

input:disabled, input[readonly],
textarea:disabled,
textarea[readonly] {
  background-color: #f5f3f4;
  cursor: not-allowed; }

[type='submit'],
[type='button'] {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border-radius: 0; }

input[type='search'] {
  -webkit-box-sizing: border-box;
          box-sizing: border-box; }

[type='file'],
[type='checkbox'],
[type='radio'] {
  margin: 0 0 1rem; }

[type='checkbox'] + label,
[type='radio'] + label {
  display: inline-block;
  vertical-align: baseline;
  margin-left: 0.5rem;
  margin-right: 1rem;
  margin-bottom: 0; }
  [type='checkbox'] + label[for],
  [type='radio'] + label[for] {
    cursor: pointer; }

label > [type='checkbox'],
label > [type='radio'] {
  margin-right: 0.5rem; }

[type='file'] {
  width: 100%; }

label {
  display: block;
  margin: 0;
  font-size: 0.875rem;
  font-weight: normal;
  line-height: 1.8;
  color: #333; }
  label.middle {
    margin: 0 0 1rem;
    padding: 0.5625rem 0; }

.help-text {
  margin-top: -0.5rem;
  font-size: 0.8125rem;
  font-style: italic;
  color: #333; }

.input-group {
  display: table;
  width: 100%;
  margin-bottom: 1rem; }
  .input-group > :first-child {
    border-radius: 0 0 0 0; }
  .input-group > :last-child > * {
    border-radius: 0 0 0 0; }

.input-group-label, .input-group-field, .input-group-button, .input-group-button a,
.input-group-button input,
.input-group-button button,
.input-group-button label {
  margin: 0;
  white-space: nowrap;
  display: table-cell;
  vertical-align: middle; }

.input-group-label {
  padding: 0 1rem;
  border: 1px solid #ddd;
  background: #f5f3f4;
  color: #333;
  text-align: center;
  white-space: nowrap;
  width: 1%;
  height: 100%; }
  .input-group-label:first-child {
    border-right: 0; }
  .input-group-label:last-child {
    border-left: 0; }

.input-group-field {
  border-radius: 0;
  height: 2.5rem; }

.input-group-button {
  padding-top: 0;
  padding-bottom: 0;
  text-align: center;
  width: 1%;
  height: 100%; }
  .input-group-button a,
  .input-group-button input,
  .input-group-button button,
  .input-group-button label {
    height: 2.5rem;
    padding-top: 0;
    padding-bottom: 0;
    font-size: 1rem; }

.input-group .input-group-button {
  display: table-cell; }

fieldset {
  margin: 0;
  padding: 0;
  border: 0; }

legend {
  max-width: 100%;
  margin-bottom: 0.5rem; }

.fieldset {
  margin: 1.125rem 0;
  padding: 1.25rem;
  border: 1px solid #ddd; }
  .fieldset legend {
    margin: 0;
    margin-left: -0.1875rem;
    padding: 0 0.1875rem;
    background: #fff; }

select {
  height: 2.4375rem;
  margin: 0 0 1rem;
  padding: 0.5rem;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border: 1px solid #ddd;
  border-radius: 0;
  background-color: #fff;
  font-family: inherit;
  font-size: 1rem;
  line-height: normal;
  color: #333;
  background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' version='1.1' width='32' height='24' viewBox='0 0 32 24'><polygon points='0,0 32,0 16,24' style='fill: rgb%28138, 138, 138%29'></polygon></svg>");
  background-origin: content-box;
  background-position: right -1rem center;
  background-repeat: no-repeat;
  background-size: 9px 6px;
  padding-right: 1.5rem;
  -webkit-transition: border-color 0.25s ease-in-out, -webkit-box-shadow 0.5s;
  transition: border-color 0.25s ease-in-out, -webkit-box-shadow 0.5s;
  transition: box-shadow 0.5s, border-color 0.25s ease-in-out;
  transition: box-shadow 0.5s, border-color 0.25s ease-in-out, -webkit-box-shadow 0.5s; }
  @media screen and (min-width: 0\0) {
    select {
      background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACAAAAAYCAYAAACbU/80AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAIpJREFUeNrEkckNgDAMBBfRkEt0ObRBBdsGXUDgmQfK4XhH2m8czQAAy27R3tsw4Qfe2x8uOO6oYLb6GlOor3GF+swURAOmUJ+RwtEJs9WvTGEYxBXqI1MQAZhCfUQKRzDMVj+TwrAIV6jvSUEkYAr1LSkcyTBb/V+KYfX7xAeusq3sLDtGH3kEGACPWIflNZfhRQAAAABJRU5ErkJggg=="); } }
  select:focus {
    outline: none;
    border: 1px solid #8a8a8a;
    background-color: #fff;
    -webkit-box-shadow: 0 0 5px #ddd;
            box-shadow: 0 0 5px #ddd;
    -webkit-transition: border-color 0.25s ease-in-out, -webkit-box-shadow 0.5s;
    transition: border-color 0.25s ease-in-out, -webkit-box-shadow 0.5s;
    transition: box-shadow 0.5s, border-color 0.25s ease-in-out;
    transition: box-shadow 0.5s, border-color 0.25s ease-in-out, -webkit-box-shadow 0.5s; }
  select:disabled {
    background-color: #f5f3f4;
    cursor: not-allowed; }
  select::-ms-expand {
    display: none; }
  select[multiple] {
    height: auto;
    background-image: none; }

.is-invalid-input:not(:focus) {
  border-color: #cc4b37;
  background-color: #faedeb; }
  .is-invalid-input:not(:focus)::-webkit-input-placeholder {
    color: #cc4b37; }
  .is-invalid-input:not(:focus):-ms-input-placeholder {
    color: #cc4b37; }
  .is-invalid-input:not(:focus)::-ms-input-placeholder {
    color: #cc4b37; }
  .is-invalid-input:not(:focus)::placeholder {
    color: #cc4b37; }

.is-invalid-label {
  color: #cc4b37; }

.form-error {
  display: none;
  margin-top: -0.5rem;
  margin-bottom: 1rem;
  font-size: 0.75rem;
  font-weight: bold;
  color: #cc4b37; }
  .form-error.is-visible {
    display: block; }

.button-group {
  margin-bottom: 1rem;
  font-size: 0; }
  .button-group::before, .button-group::after {
    display: table;
    content: ' '; }
  .button-group::after {
    clear: both; }
  .button-group .button {
    margin: 0;
    margin-right: 1px;
    margin-bottom: 1px;
    font-size: 0.9rem; }
    .button-group .button:last-child {
      margin-right: 0; }
  .button-group.tiny .button {
    font-size: 0.6rem; }
  .button-group.small .button {
    font-size: 0.75rem; }
  .button-group.large .button {
    font-size: 1.25rem; }
  .button-group.expanded {
    margin-right: -1px; }
    .button-group.expanded::before, .button-group.expanded::after {
      display: none; }
    .button-group.expanded .button:first-child:last-child {
      width: 100%; }
    .button-group.expanded .button:first-child:nth-last-child(2), .button-group.expanded .button:first-child:nth-last-child(2):first-child:nth-last-child(2) ~ .button {
      display: inline-block;
      width: calc(50% - 1px);
      margin-right: 1px; }
      .button-group.expanded .button:first-child:nth-last-child(2):last-child, .button-group.expanded .button:first-child:nth-last-child(2):first-child:nth-last-child(2) ~ .button:last-child {
        margin-right: -6px; }
    .button-group.expanded .button:first-child:nth-last-child(3), .button-group.expanded .button:first-child:nth-last-child(3):first-child:nth-last-child(3) ~ .button {
      display: inline-block;
      width: calc(33.33333% - 1px);
      margin-right: 1px; }
      .button-group.expanded .button:first-child:nth-last-child(3):last-child, .button-group.expanded .button:first-child:nth-last-child(3):first-child:nth-last-child(3) ~ .button:last-child {
        margin-right: -6px; }
    .button-group.expanded .button:first-child:nth-last-child(4), .button-group.expanded .button:first-child:nth-last-child(4):first-child:nth-last-child(4) ~ .button {
      display: inline-block;
      width: calc(25% - 1px);
      margin-right: 1px; }
      .button-group.expanded .button:first-child:nth-last-child(4):last-child, .button-group.expanded .button:first-child:nth-last-child(4):first-child:nth-last-child(4) ~ .button:last-child {
        margin-right: -6px; }
    .button-group.expanded .button:first-child:nth-last-child(5), .button-group.expanded .button:first-child:nth-last-child(5):first-child:nth-last-child(5) ~ .button {
      display: inline-block;
      width: calc(20% - 1px);
      margin-right: 1px; }
      .button-group.expanded .button:first-child:nth-last-child(5):last-child, .button-group.expanded .button:first-child:nth-last-child(5):first-child:nth-last-child(5) ~ .button:last-child {
        margin-right: -6px; }
    .button-group.expanded .button:first-child:nth-last-child(6), .button-group.expanded .button:first-child:nth-last-child(6):first-child:nth-last-child(6) ~ .button {
      display: inline-block;
      width: calc(16.66667% - 1px);
      margin-right: 1px; }
      .button-group.expanded .button:first-child:nth-last-child(6):last-child, .button-group.expanded .button:first-child:nth-last-child(6):first-child:nth-last-child(6) ~ .button:last-child {
        margin-right: -6px; }
  .button-group.primary .button {
    background-color: #1779ba;
    color: #fff; }
    .button-group.primary .button:hover, .button-group.primary .button:focus {
      background-color: #126195;
      color: #fff; }
  .button-group.secondary .button {
    background-color: #767676;
    color: #fff; }
    .button-group.secondary .button:hover, .button-group.secondary .button:focus {
      background-color: #5e5e5e;
      color: #fff; }
  .button-group.success .button {
    background-color: #3adb76;
    color: #333; }
    .button-group.success .button:hover, .button-group.success .button:focus {
      background-color: #22bb5b;
      color: #333; }
  .button-group.warning .button {
    background-color: #ffae00;
    color: #333; }
    .button-group.warning .button:hover, .button-group.warning .button:focus {
      background-color: #cc8b00;
      color: #333; }
  .button-group.alert .button {
    background-color: #cc4b37;
    color: #fff; }
    .button-group.alert .button:hover, .button-group.alert .button:focus {
      background-color: #a53b2a;
      color: #fff; }
  .button-group.stacked .button, .button-group.stacked-for-small .button, .button-group.stacked-for-medium .button {
    width: 100%; }
    .button-group.stacked .button:last-child, .button-group.stacked-for-small .button:last-child, .button-group.stacked-for-medium .button:last-child {
      margin-bottom: 0; }
  @media print, screen and (min-width: 40em) {
    .button-group.stacked-for-small .button {
      width: auto;
      margin-bottom: 0; } }
  @media print, screen and (min-width: 64em) {
    .button-group.stacked-for-medium .button {
      width: auto;
      margin-bottom: 0; } }
  @media screen and (max-width: 39.9375em) {
    .button-group.stacked-for-small.expanded {
      display: block; }
      .button-group.stacked-for-small.expanded .button {
        display: block;
        margin-right: 0; } }

.close-button {
  position: absolute;
  color: #8a8a8a;
  cursor: pointer; }
  [data-whatinput='mouse'] .close-button {
    outline: 0; }
  .close-button:hover, .close-button:focus {
    color: #333; }
  .close-button.small {
    right: 0.66rem;
    top: 0.33em;
    font-size: 1.5em;
    line-height: 1; }
  .close-button, .close-button.medium {
    right: 1rem;
    top: 0.5rem;
    font-size: 2em;
    line-height: 1; }

.menu-icon {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  width: 20px;
  height: 16px;
  cursor: pointer; }
  .menu-icon::after {
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 2px;
    background: #fff;
    -webkit-box-shadow: 0 7px 0 #fff, 0 14px 0 #fff;
            box-shadow: 0 7px 0 #fff, 0 14px 0 #fff;
    content: ''; }
  .menu-icon:hover::after {
    background: #ddd;
    -webkit-box-shadow: 0 7px 0 #ddd, 0 14px 0 #ddd;
            box-shadow: 0 7px 0 #ddd, 0 14px 0 #ddd; }

.menu-icon.dark {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  width: 20px;
  height: 16px;
  cursor: pointer; }
  .menu-icon.dark::after {
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 2px;
    background: #333;
    -webkit-box-shadow: 0 7px 0 #333, 0 14px 0 #333;
            box-shadow: 0 7px 0 #333, 0 14px 0 #333;
    content: ''; }
  .menu-icon.dark:hover::after {
    background: #8a8a8a;
    -webkit-box-shadow: 0 7px 0 #8a8a8a, 0 14px 0 #8a8a8a;
            box-shadow: 0 7px 0 #8a8a8a, 0 14px 0 #8a8a8a; }

.responsive-embed,
.flex-video {
  position: relative;
  height: 0;
  margin-bottom: 1rem;
  padding-bottom: 75%;
  overflow: hidden; }
  .responsive-embed iframe,
  .responsive-embed object,
  .responsive-embed embed,
  .responsive-embed video,
  .flex-video iframe,
  .flex-video object,
  .flex-video embed,
  .flex-video video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }
  .responsive-embed.widescreen,
  .flex-video.widescreen {
    padding-bottom: 56.25%; }

.label {
  display: inline-block;
  padding: 0.33333rem 0.5rem;
  border-radius: 0;
  font-size: 0.8rem;
  line-height: 1;
  white-space: nowrap;
  cursor: default;
  background: #1779ba;
  color: #fff; }
  .label.primary {
    background: #1779ba;
    color: #fff; }
  .label.secondary {
    background: #767676;
    color: #fff; }
  .label.success {
    background: #3adb76;
    color: #333; }
  .label.warning {
    background: #ffae00;
    color: #333; }
  .label.alert {
    background: #cc4b37;
    color: #fff; }

.media-object {
  display: block;
  margin-bottom: 1rem; }
  .media-object img {
    max-width: none; }
  @media screen and (max-width: 39.9375em) {
    .media-object.stack-for-small .media-object-section {
      padding: 0;
      padding-bottom: 1rem;
      display: block; }
      .media-object.stack-for-small .media-object-section img {
        width: 100%; } }

.media-object-section {
  display: table-cell;
  vertical-align: top; }
  .media-object-section:first-child {
    padding-right: 1rem; }
  .media-object-section:last-child:not(:nth-child(2)) {
    padding-left: 1rem; }
  .media-object-section > :last-child {
    margin-bottom: 0; }
  .media-object-section.middle {
    vertical-align: middle; }
  .media-object-section.bottom {
    vertical-align: bottom; }

table {
  width: 100%;
  margin-bottom: 1rem;
  border-radius: 0; }
  thead, tbody, tfoot {
    border: 0px solid rgba(13, 13, 13, 0);
    background-color: transparent; }
  caption {
    padding: 0.5rem 0.625rem 0.625rem;
    font-weight: bold; }
  thead {
    background: rgba(6, 6, 6, 0);
    color: #333; }
  tfoot {
    background: rgba(13, 13, 13, 0);
    color: #333; }
  thead tr, tfoot tr {
    background: transparent; }
  thead th, thead td, tfoot th, tfoot td {
    padding: 0.5rem 0.625rem 0.625rem;
    font-weight: bold;
    text-align: left; }
  tbody th, tbody td {
    padding: 0.5rem 0.625rem 0.625rem; }
  tbody tr {
    border-bottom: 0;
    border-bottom: 0px solid rgba(13, 13, 13, 0);
    background-color: transparent; }
  table.striped tbody tr:nth-child(even) {
    border-bottom: 0;
    background-color: rgba(13, 13, 13, 0); }

@media screen and (max-width: 63.9375em) {
  table.stack thead {
    display: none; }
  table.stack tfoot {
    display: none; }
  table.stack tr,
  table.stack th,
  table.stack td {
    display: block; }
  table.stack td {
    border-top: 0; } }

table.scroll {
  display: block;
  width: 100%;
  overflow-x: auto; }

table.hover thead tr:hover {
  background-color: rgba(1, 1, 1, 0); }

table.hover tfoot tr:hover {
  background-color: rgba(8, 8, 8, 0); }

table.hover tbody tr:hover {
  background-color: transparent; }

table.hover.striped tr:nth-of-type(even):hover {
  background-color: transparent; }

.table-scroll {
  overflow-x: auto; }
  .table-scroll table {
    width: auto; }

.hide {
  display: none !important; }

.invisible {
  visibility: hidden; }

@media screen and (max-width: 39.9375em) {
  .hide-for-small-only {
    display: none !important; } }

@media screen and (max-width: 0em), screen and (min-width: 40em) {
  .show-for-small-only {
    display: none !important; } }

@media print, screen and (min-width: 40em) {
  .hide-for-medium {
    display: none !important; } }

@media screen and (max-width: 39.9375em) {
  .show-for-medium {
    display: none !important; } }

@media screen and (min-width: 40em) and (max-width: 63.9375em) {
  .hide-for-medium-only {
    display: none !important; } }

@media screen and (max-width: 39.9375em), screen and (min-width: 64em) {
  .show-for-medium-only {
    display: none !important; } }

@media print, screen and (min-width: 64em) {
  .hide-for-large {
    display: none !important; } }

@media screen and (max-width: 63.9375em) {
  .show-for-large {
    display: none !important; } }

@media screen and (min-width: 64em) and (max-width: 79.9375em) {
  .hide-for-large-only {
    display: none !important; } }

@media screen and (max-width: 63.9375em), screen and (min-width: 80em) {
  .show-for-large-only {
    display: none !important; } }

@media screen and (min-width: 80em) {
  .hide-for-xlarge {
    display: none !important; } }

@media screen and (max-width: 79.9375em) {
  .show-for-xlarge {
    display: none !important; } }

@media screen and (min-width: 80em) and (max-width: 89.9375em) {
  .hide-for-xlarge-only {
    display: none !important; } }

@media screen and (max-width: 79.9375em), screen and (min-width: 90em) {
  .show-for-xlarge-only {
    display: none !important; } }

@media screen and (min-width: 90em) {
  .hide-for-xxlarge {
    display: none !important; } }

@media screen and (max-width: 89.9375em) {
  .show-for-xxlarge {
    display: none !important; } }

@media screen and (min-width: 90em) {
  .hide-for-xxlarge-only {
    display: none !important; } }

@media screen and (max-width: 89.9375em) {
  .show-for-xxlarge-only {
    display: none !important; } }

.show-for-sr,
.show-on-focus {
  position: absolute !important;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0); }

.show-on-focus:active, .show-on-focus:focus {
  position: static !important;
  width: auto;
  height: auto;
  overflow: visible;
  clip: auto; }

.show-for-landscape,
.hide-for-portrait {
  display: block !important; }
  @media screen and (orientation: landscape) {
    .show-for-landscape,
    .hide-for-portrait {
      display: block !important; } }
  @media screen and (orientation: portrait) {
    .show-for-landscape,
    .hide-for-portrait {
      display: none !important; } }

.hide-for-landscape,
.show-for-portrait {
  display: none !important; }
  @media screen and (orientation: landscape) {
    .hide-for-landscape,
    .show-for-portrait {
      display: none !important; } }
  @media screen and (orientation: portrait) {
    .hide-for-landscape,
    .show-for-portrait {
      display: block !important; } }

.float-left {
  float: left !important; }

.float-right {
  float: right !important; }

.float-center {
  display: block;
  margin-right: auto;
  margin-left: auto; }

.clearfix::before, .clearfix::after {
  display: table;
  content: ' '; }

.clearfix::after {
  clear: both; }

.align-right {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end; }

.align-center {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center; }

.align-justify {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between; }

.align-spaced {
  -ms-flex-pack: distribute;
      justify-content: space-around; }

.align-top {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start; }

.align-self-top {
  -ms-flex-item-align: start;
      align-self: flex-start; }

.align-bottom {
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end; }

.align-self-bottom {
  -ms-flex-item-align: end;
      align-self: flex-end; }

.align-middle {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }

.align-self-middle {
  -ms-flex-item-align: center;
      align-self: center; }

.align-stretch {
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch; }

.align-self-stretch {
  -ms-flex-item-align: stretch;
      align-self: stretch; }

.align-center-middle {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-line-pack: center;
      align-content: center; }

.small-order-1 {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1; }

.small-order-2 {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2; }

.small-order-3 {
  -webkit-box-ordinal-group: 4;
      -ms-flex-order: 3;
          order: 3; }

.small-order-4 {
  -webkit-box-ordinal-group: 5;
      -ms-flex-order: 4;
          order: 4; }

.small-order-5 {
  -webkit-box-ordinal-group: 6;
      -ms-flex-order: 5;
          order: 5; }

.small-order-6 {
  -webkit-box-ordinal-group: 7;
      -ms-flex-order: 6;
          order: 6; }

@media print, screen and (min-width: 40em) {
  .medium-order-1 {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1; }
  .medium-order-2 {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2; }
  .medium-order-3 {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3; }
  .medium-order-4 {
    -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
            order: 4; }
  .medium-order-5 {
    -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
            order: 5; }
  .medium-order-6 {
    -webkit-box-ordinal-group: 7;
        -ms-flex-order: 6;
            order: 6; } }

@media print, screen and (min-width: 64em) {
  .large-order-1 {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1; }
  .large-order-2 {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2; }
  .large-order-3 {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3; }
  .large-order-4 {
    -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
            order: 4; }
  .large-order-5 {
    -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
            order: 5; }
  .large-order-6 {
    -webkit-box-ordinal-group: 7;
        -ms-flex-order: 6;
            order: 6; } }

@media screen and (min-width: 80em) {
  .xlarge-order-1 {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1; }
  .xlarge-order-2 {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2; }
  .xlarge-order-3 {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3; }
  .xlarge-order-4 {
    -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
            order: 4; }
  .xlarge-order-5 {
    -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
            order: 5; }
  .xlarge-order-6 {
    -webkit-box-ordinal-group: 7;
        -ms-flex-order: 6;
            order: 6; } }

@media screen and (min-width: 90em) {
  .xxlarge-order-1 {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1; }
  .xxlarge-order-2 {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2; }
  .xxlarge-order-3 {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3; }
  .xxlarge-order-4 {
    -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
            order: 4; }
  .xxlarge-order-5 {
    -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
            order: 5; }
  .xxlarge-order-6 {
    -webkit-box-ordinal-group: 7;
        -ms-flex-order: 6;
            order: 6; } }

/**
 *
 * 2. Global elements
 *
 */
h1, .h1 {
  font-size: 1.81462rem; }
  @media screen and (min-width: 37.5rem) {
    h1, .h1 {
      font-size: calc(1.81462rem + 1.97418 * ((100vw - 37.5rem) / 42.5)); } }
  @media screen and (min-width: 80rem) {
    h1, .h1 {
      font-size: 3.7888rem; } }

h2, .h2 {
  font-size: 1.5792rem; }
  @media screen and (min-width: 37.5rem) {
    h2, .h2 {
      font-size: calc(1.5792rem + 1.49997 * ((100vw - 37.5rem) / 42.5)); } }
  @media screen and (min-width: 80rem) {
    h2, .h2 {
      font-size: 3.07917rem; } }

h3, .h3 {
  font-size: 1.48004rem; }
  @media screen and (min-width: 37.5rem) {
    h3, .h3 {
      font-size: calc(1.48004rem + 0.91876 * ((100vw - 37.5rem) / 42.5)); } }
  @media screen and (min-width: 80rem) {
    h3, .h3 {
      font-size: 2.3988rem; } }

h4, .h4 {
  font-size: 1.3871rem; }
  @media screen and (min-width: 37.5rem) {
    h4, .h4 {
      font-size: calc(1.3871rem + 0.54575 * ((100vw - 37.5rem) / 42.5)); } }
  @media screen and (min-width: 80rem) {
    h4, .h4 {
      font-size: 1.93285rem; } }

h5, .h5 {
  font-size: 1.33375rem; }
  @media screen and (min-width: 37.5rem) {
    h5, .h5 {
      font-size: calc(1.33375rem + 0.26585 * ((100vw - 37.5rem) / 42.5)); } }
  @media screen and (min-width: 80rem) {
    h5, .h5 {
      font-size: 1.5996rem; } }

h6, .h6 {
  font-size: 1.22705rem; }
  @media screen and (min-width: 37.5rem) {
    h6, .h6 {
      font-size: calc(1.22705rem + 0.0393 * ((100vw - 37.5rem) / 42.5)); } }
  @media screen and (min-width: 80rem) {
    h6, .h6 {
      font-size: 1.26635rem; } }

.stuck {
  position: fixed;
  top: 0; }

/**
 *
 * Basic styles
 *
 */
body {
  -webkit-transition: background-color 0.4s, color 0.4s;
  transition: background-color 0.4s, color 0.4s;
  overflow-x: hidden;
  position: relative; }
  body a, body button {
    color: inherit; }
    body a:focus, body a:active, body button:focus, body button:active {
      outline: none; }
    body a:hover, body a:focus, body button:hover, body button:focus {
      color: inherit; }
  body p {
    margin-bottom: 30px; }
  body.no-scroll {
    overflow-y: hidden; }
  body .content p a, body .text-link, body .wpb_text_column p a, body .team-member .desc p a, body .attr-content p a, body .piwo-nav-footer > .item-footer-wrapper a {
    border-bottom: 1px solid;
    display: inline;
    -webkit-transition: color .4s;
    transition: color .4s;
    position: relative; }
    body .content p a:after, body .text-link:after, body .wpb_text_column p a:after, body .team-member .desc p a:after, body .attr-content p a:after, body .piwo-nav-footer > .item-footer-wrapper a:after {
      content: "";
      position: absolute;
      left: 0;
      width: 100%;
      border-bottom: 1px solid #556df4;
      -webkit-transition: -webkit-transform .4s;
      transition: -webkit-transform .4s;
      transition: transform .4s;
      transition: transform .4s, -webkit-transform .4s;
      -webkit-transform: scaleX(0);
              transform: scaleX(0);
      -webkit-transform-origin: left;
              transform-origin: left;
      bottom: -1px; }
    body .content p a:hover, body .text-link:hover, body .wpb_text_column p a:hover, body .team-member .desc p a:hover, body .attr-content p a:hover, body .piwo-nav-footer > .item-footer-wrapper a:hover {
      color: #556df4; }
      body .content p a:hover:after, body .text-link:hover:after, body .wpb_text_column p a:hover:after, body .team-member .desc p a:hover:after, body .attr-content p a:hover:after, body .piwo-nav-footer > .item-footer-wrapper a:hover:after {
        -webkit-transform: scaleX(1);
                transform: scaleX(1); }
  body .vc_row h1, body .vc_row h2, body .vc_row h3, body .vc_row h4, body .vc_row h5, body .vc_row h6 {
    color: inherit; }
  body button {
    line-height: inherit; }
  body .vc_section {
    position: relative; }
  body blockquote, body blockquote p {
    font-size: 22px;
    color: inherit;
    border: none; }
  body blockquote {
    position: relative; }
    body blockquote > * {
      padding: 20px;
      position: relative;
      margin-bottom: 0;
      line-height: 1.5em; }
    body blockquote:before {
      position: absolute;
      top: 20px;
      left: 0px;
      opacity: .2; }
    body blockquote footer {
      font-size: 0.7em;
      display: block;
      text-align: right;
      margin-top: 5px; }
  body .dropcap {
    font-size: 3.5em;
    line-height: 1;
    font-weight: bold;
    float: left;
    padding: 0 16px 0 0; }
    body .dropcap.dropcap-normal {
      color: currentColor; }
    body .dropcap.dropcap-accent {
      color: #556df4; }
  body .piwo-highlight {
    position: relative;
    background: 0 0;
    border: 0; }
    body .piwo-highlight.highlight-accent {
      background: #556df4;
      color: currentColor; }
  body thead, body tbody, body tfoot {
    border-color: inherit;
    background: transparent; }
  body [type='text'], body [type='password'], body [type='date'], body [type='datetime'], body [type='datetime-local'], body [type='month'], body [type='week'], body [type='email'], body [type='number'], body [type='search'], body [type='tel'], body [type='time'], body [type='url'], body [type='color'], body textarea, body select, body .select2-selection--single {
    color: inherit !important; }
    body [type='text']:focus, body [type='text']:active, body [type='password']:focus, body [type='password']:active, body [type='date']:focus, body [type='date']:active, body [type='datetime']:focus, body [type='datetime']:active, body [type='datetime-local']:focus, body [type='datetime-local']:active, body [type='month']:focus, body [type='month']:active, body [type='week']:focus, body [type='week']:active, body [type='email']:focus, body [type='email']:active, body [type='number']:focus, body [type='number']:active, body [type='search']:focus, body [type='search']:active, body [type='tel']:focus, body [type='tel']:active, body [type='time']:focus, body [type='time']:active, body [type='url']:focus, body [type='url']:active, body [type='color']:focus, body [type='color']:active, body textarea:focus, body textarea:active, body select:focus, body select:active, body .select2-selection--single:focus, body .select2-selection--single:active {
      border-color: inherit !important; }

.nowrap {
  white-space: nowrap; }

.text-inline-block {
  display: inline-block !important; }

.page-wrapper .page-wrapper {
  z-index: 5; }
  .page-wrapper .page-wrapper .classic .row:first-of-type:not(:empty) {
    padding-top: 90px; }
  @media screen and (max-width: 63.9375em) {
    .page-wrapper .page-wrapper {
      margin-top: 0; } }

.page-padding {
  padding: 80px 0; }

.piwo-header {
  font-family: "Poppins"; }

.piwo-hover-text {
  position: relative;
  display: inline-block;
  opacity: .8;
  -webkit-transition: opacity .2s, color .2s;
  transition: opacity .2s, color .2s; }
  .piwo-hover-text:hover {
    opacity: 1;
    color: #556df4; }

.text-light {
  color: #fff; }
  .text-light:hover {
    color: #fff; }

pre {
  background: #f5f3f4;
  padding: 15px; }

.wp-caption {
  max-width: 100%; }

.wp-caption-text {
  margin-top: 5px;
  font-size: 12px !important;
  color: #8a8a8a;
  margin-bottom: 5px !important; }

img.alignleft {
  margin: 0;
  float: left;
  margin-right: 1.5em; }

img.alignright {
  margin: 0;
  float: right;
  margin-left: 1.5em; }

.alignleft {
  margin: 0;
  float: left;
  margin-right: 1.5em; }

.alignright {
  margin: 0;
  float: right;
  margin-left: 1.5em; }

.aligncenter {
  clear: both;
  display: block;
  margin: 30px auto; }

.alignnone {
  margin: 30px 0; }

.pagination .screen-reader-text {
  display: none; }

.blog:not(.blog-grid) .sticky-post {
  position: relative; }
  .blog:not(.blog-grid) .sticky-post .post-meta:before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    opacity: .2;
    border: 5px solid #556df4;
    background: transparent;
    z-index: 0; }

.gallery-item {
  display: inline-block;
  text-align: left;
  vertical-align: top;
  margin: 0 0 5px;
  padding: 0 10px 0 0;
  width: 50%; }
  .gallery-item a, .gallery-item a:hover, .gallery-item a:focus {
    -webkit-box-shadow: none;
            box-shadow: none;
    background: none;
    display: inline-block;
    max-width: 100%; }
  .gallery-item a img {
    display: block;
    -webkit-transition: -webkit-filter 0.2s ease-in;
    transition: -webkit-filter 0.2s ease-in;
    transition: filter 0.2s ease-in;
    transition: filter 0.2s ease-in, -webkit-filter 0.2s ease-in;
    -webkit-backface-visibility: hidden;
            backface-visibility: hidden; }
  .gallery-item a:hover img, .gallery-item a:focus img {
    -webkit-filter: opacity(60%);
            filter: opacity(60%); }

@media screen and (max-width: 39.9375em) {
  .gallery:not(.gallery-columns-1) .gallery-item {
    max-width: 100% !important; } }

.gallery-columns-1 .gallery-item {
  float: none;
  width: 100%;
  max-width: 100%; }

.gallery-columns-2 .gallery-item {
  float: none;
  max-width: 50%; }

.gallery-columns-3 .gallery-item {
  float: none;
  max-width: 33.3332%; }

.gallery-columns-4 .gallery-item {
  float: none;
  max-width: 25%; }

.gallery-columns-5 .gallery-item {
  float: none;
  max-width: 20%; }

.gallery-columns-6 .gallery-item {
  float: none;
  max-width: 16.6667%; }

.gallery-columns-7 .gallery-item {
  float: none;
  max-width: 14.28%; }

.gallery-columns-8 .gallery-item {
  float: none;
  max-width: 12.5%; }

.gallery-columns-9 .gallery-item {
  float: none;
  max-width: 11.11%; }

.gallery-caption {
  display: block;
  text-align: left;
  padding: 0 10px 0 0;
  margin-bottom: 0; }

/**
 *
 * Scroll to top
 *
 */
.scroll-up {
  display: block;
  position: fixed;
  text-align: center;
  bottom: 30px;
  right: 30px;
  cursor: pointer;
  z-index: 11;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: opacity .4s 0s, visibility 0s .4s, -webkit-transform .4s 0s;
  transition: opacity .4s 0s, visibility 0s .4s, -webkit-transform .4s 0s;
  transition: opacity .4s 0s, visibility 0s .4s, transform .4s 0s;
  transition: opacity .4s 0s, visibility 0s .4s, transform .4s 0s, -webkit-transform .4s 0s;
  color: #556df4;
  -webkit-transform: translateY(-30px);
          transform: translateY(-30px);
  width: 40px;
  height: 40px;
  border-radius: 5px;
  -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.3);
          box-shadow: 0 3px 6px rgba(0, 0, 0, 0.3); }
  .scroll-up i {
    vertical-align: middle;
    color: inherit;
    font-weight: bold;
    position: absolute;
    top: 0;
    left: 50%;
    -webkit-transform: translate(-50%);
            transform: translate(-50%);
    -webkit-transition: margin-top .3s;
    transition: margin-top .3s;
    line-height: 36px; }
  .scroll-up .arrow {
    height: 40px;
    position: relative;
    line-height: 40px; }
    .scroll-up .arrow span {
      height: 20px;
      width: 2px;
      background: currentColor;
      display: block;
      margin: 0 auto;
      -webkit-transition: -webkit-transform .3s;
      transition: -webkit-transform .3s;
      transition: transform .3s;
      transition: transform .3s, -webkit-transform .3s;
      position: absolute;
      top: 50%;
      left: 50%;
      margin-left: -1px;
      margin-top: -10px;
      opacity: 0;
      -webkit-transition: opacity .3s;
      transition: opacity .3s; }
  .scroll-up.show-arrow {
    opacity: 1;
    visibility: visible;
    -webkit-transition: opacity .4s 0s, visibility 0s 0s, -webkit-transform .4s 0s;
    transition: opacity .4s 0s, visibility 0s 0s, -webkit-transform .4s 0s;
    transition: opacity .4s 0s, visibility 0s 0s, transform .4s 0s;
    transition: opacity .4s 0s, visibility 0s 0s, transform .4s 0s, -webkit-transform .4s 0s;
    -webkit-transform: translateY(0);
            transform: translateY(0); }
    .scroll-up.show-arrow:hover {
      opacity: 1; }
      .scroll-up.show-arrow:hover .arrow i {
        margin-top: -8px; }
      .scroll-up.show-arrow:hover .arrow span {
        opacity: 1; }
  .scroll-up > span {
    color: inherit;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-size: 12px;
    font-weight: bold;
    padding-top: 10px;
    display: inline-block; }

/**
 *
 * Pagination 
 *
 */
.nav-links, .page-links, .woocommerce-pagination {
  width: 100%;
  text-align: center;
  padding: 30px 0 15px; }
  .nav-links a, .nav-links span, .page-links a, .page-links span, .woocommerce-pagination a, .woocommerce-pagination span {
    display: inline-block;
    vertical-align: middle;
    -webkit-transition: border-color .3s;
    transition: border-color .3s; }
  .nav-links .prev, .nav-links .next, .page-links .prev, .page-links .next, .woocommerce-pagination .prev, .woocommerce-pagination .next {
    position: relative; }
  .nav-links .arrow, .page-links .arrow, .woocommerce-pagination .arrow {
    position: absolute; }
    .nav-links .arrow.arrow-prev .arrow-icon i, .page-links .arrow.arrow-prev .arrow-icon i, .woocommerce-pagination .arrow.arrow-prev .arrow-icon i {
      margin-left: -4px; }
    .nav-links .arrow .arrow-icon, .page-links .arrow .arrow-icon, .woocommerce-pagination .arrow .arrow-icon {
      position: relative;
      width: 30px;
      height: 30px;
      line-height: 30px; }
      .nav-links .arrow .arrow-icon:after, .page-links .arrow .arrow-icon:after, .woocommerce-pagination .arrow .arrow-icon:after {
        content: "";
        position: absolute;
        top: 50%;
        margin-top: -1px;
        left: 50%;
        margin-left: -6px;
        height: 1px;
        width: 12px;
        background: #333;
        line-height: 30px;
        opacity: 0;
        -webkit-transition: opacity .2s;
        transition: opacity .2s; }
      .nav-links .arrow .arrow-icon i, .page-links .arrow .arrow-icon i, .woocommerce-pagination .arrow .arrow-icon i {
        position: absolute;
        top: 50%;
        margin-top: -9px;
        width: 0;
        -webkit-transition: opacity .2s, width .2s;
        transition: opacity .2s, width .2s;
        opacity: 1;
        font-size: 16px;
        color: #333;
        left: 50%;
        margin-left: -1px;
        -webkit-transition: -webkit-transform .2s;
        transition: -webkit-transform .2s;
        transition: transform .2s;
        transition: transform .2s, -webkit-transform .2s; }
  .nav-links .page-numbers, .nav-links .page-number, .page-links .page-numbers, .page-links .page-number, .woocommerce-pagination .page-numbers, .woocommerce-pagination .page-number {
    font-size: 12px;
    width: 30px;
    height: 30px;
    line-height: 30px;
    border: none;
    position: relative;
    margin: 0 1px; }
    .nav-links .page-numbers.dots:after, .nav-links .page-number.dots:after, .page-links .page-numbers.dots:after, .page-links .page-number.dots:after, .woocommerce-pagination .page-numbers.dots:after, .woocommerce-pagination .page-number.dots:after {
      border: none !important; }
    .nav-links .page-numbers:after, .nav-links .page-number:after, .page-links .page-numbers:after, .page-links .page-number:after, .woocommerce-pagination .page-numbers:after, .woocommerce-pagination .page-number:after {
      content: "";
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      border: 2px solid;
      border-radius: 50%;
      opacity: .2;
      -webkit-transition: opacity .4s;
      transition: opacity .4s; }
    .nav-links .page-numbers.current, .nav-links .page-number.current, .page-links .page-numbers.current, .page-links .page-number.current, .woocommerce-pagination .page-numbers.current, .woocommerce-pagination .page-number.current {
      font-weight: bold; }
      .nav-links .page-numbers.current:after, .nav-links .page-number.current:after, .page-links .page-numbers.current:after, .page-links .page-number.current:after, .woocommerce-pagination .page-numbers.current:after, .woocommerce-pagination .page-number.current:after {
        opacity: 1; }
    .nav-links .page-numbers:hover:after, .nav-links .page-number:hover:after, .page-links .page-numbers:hover:after, .page-links .page-number:hover:after, .woocommerce-pagination .page-numbers:hover:after, .woocommerce-pagination .page-number:hover:after {
      opacity: 1; }
    .nav-links .page-numbers:hover .arrow-icon:after, .nav-links .page-number:hover .arrow-icon:after, .page-links .page-numbers:hover .arrow-icon:after, .page-links .page-number:hover .arrow-icon:after, .woocommerce-pagination .page-numbers:hover .arrow-icon:after, .woocommerce-pagination .page-number:hover .arrow-icon:after {
      opacity: 1; }
    .nav-links .page-numbers:hover .arrow-next .arrow-icon i, .nav-links .page-number:hover .arrow-next .arrow-icon i, .page-links .page-numbers:hover .arrow-next .arrow-icon i, .page-links .page-number:hover .arrow-next .arrow-icon i, .woocommerce-pagination .page-numbers:hover .arrow-next .arrow-icon i, .woocommerce-pagination .page-number:hover .arrow-next .arrow-icon i {
      -webkit-transform: translateX(3px);
              transform: translateX(3px); }
    .nav-links .page-numbers:hover .arrow-prev .arrow-icon i, .nav-links .page-number:hover .arrow-prev .arrow-icon i, .page-links .page-numbers:hover .arrow-prev .arrow-icon i, .page-links .page-number:hover .arrow-prev .arrow-icon i, .woocommerce-pagination .page-numbers:hover .arrow-prev .arrow-icon i, .woocommerce-pagination .page-number:hover .arrow-prev .arrow-icon i {
      -webkit-transform: translateX(-3px);
              transform: translateX(-3px); }

.page-links {
  width: 100%;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  margin-bottom: 30px; }
  .page-links a, .page-links span {
    display: inline-block;
    vertical-align: middle; }
  .page-links span {
    font-weight: bold;
    font-size: 16px;
    width: 25px;
    margin: 0 2px; }

.page-links .page-number {
  margin: 0 3px; }

.page-links > *:first-child {
  margin-left: 15px !important; }

.page-links > span:after {
  opacity: 1 !important; }

/**
 *
 * Button
 *
 */
.btn {
  text-transform: uppercase;
  letter-spacing: 1px !important;
  font-family: "Poppins";
  margin-bottom: 5px;
  cursor: pointer;
  display: inline-block !important;
  position: relative;
  vertical-align: middle; }
  .btn.btn-underline {
    padding: 2px 0 !important; }
  .btn.btn-rounded {
    border-radius: 30px;
    overflow: hidden; }
    .btn.btn-rounded:after {
      border-radius: 30px;
      z-index: 1; }
  .btn.btn-solid {
    position: relative;
    -webkit-box-shadow: 1px 5px 15px rgba(0, 0, 0, 0.05);
            box-shadow: 1px 5px 15px rgba(0, 0, 0, 0.05);
    z-index: 3;
    overflow: hidden; }
    .btn.btn-solid .btn-text {
      -webkit-transition: opacity 0.3s cubic-bezier(0.86, 0, 0.07, 1), -webkit-transform 0.3s cubic-bezier(0.86, 0, 0.07, 1);
      transition: opacity 0.3s cubic-bezier(0.86, 0, 0.07, 1), -webkit-transform 0.3s cubic-bezier(0.86, 0, 0.07, 1);
      transition: transform 0.3s cubic-bezier(0.86, 0, 0.07, 1), opacity 0.3s cubic-bezier(0.86, 0, 0.07, 1);
      transition: transform 0.3s cubic-bezier(0.86, 0, 0.07, 1), opacity 0.3s cubic-bezier(0.86, 0, 0.07, 1), -webkit-transform 0.3s cubic-bezier(0.86, 0, 0.07, 1);
      display: inline-block;
      -webkit-transition-delay: .15s;
              transition-delay: .15s; }
    .btn.btn-solid:after {
      content: '';
      position: absolute;
      top: 0;
      left: 0;
      height: 100%;
      width: 100%;
      background: #556df4;
      -webkit-transform: scaleX(0);
              transform: scaleX(0);
      -webkit-transition: -webkit-transform .3s;
      transition: -webkit-transform .3s;
      transition: transform .3s;
      transition: transform .3s, -webkit-transform .3s;
      z-index: 0;
      -webkit-transform-origin: 100% 50%;
              transform-origin: 100% 50%;
      -webkit-transition: -webkit-transform 0.35s cubic-bezier(0.86, 0, 0.07, 1);
      transition: -webkit-transform 0.35s cubic-bezier(0.86, 0, 0.07, 1);
      transition: transform 0.35s cubic-bezier(0.86, 0, 0.07, 1);
      transition: transform 0.35s cubic-bezier(0.86, 0, 0.07, 1), -webkit-transform 0.35s cubic-bezier(0.86, 0, 0.07, 1);
      will-change: transform; }
    .btn.btn-solid:before {
      content: attr(data-btn-text);
      color: currentColor;
      position: absolute;
      top: 50%;
      left: 0;
      width: 100%;
      -webkit-transition: opacity .3s, -webkit-transform .3s;
      transition: opacity .3s, -webkit-transform .3s;
      transition: transform .3s, opacity .3s;
      transition: transform .3s, opacity .3s, -webkit-transform .3s;
      -webkit-transform-origin: 100% 50%;
              transform-origin: 100% 50%;
      -webkit-transform: translateX(-20px) translateY(-50%);
              transform: translateX(-20px) translateY(-50%);
      display: inline-block;
      text-align: center;
      z-index: 1;
      opacity: 0;
      -webkit-transition-delay: 0s;
              transition-delay: 0s;
      font-weight: bold; }
    .btn.btn-solid:hover .btn-text {
      -webkit-transform: translateX(20px);
              transform: translateX(20px);
      opacity: 0;
      -webkit-transition-delay: 0s;
              transition-delay: 0s; }
    .btn.btn-solid:hover:before {
      -webkit-transform: translateX(0) translateY(-50%);
              transform: translateX(0) translateY(-50%);
      opacity: 1;
      -webkit-transition-delay: .15s;
              transition-delay: .15s; }
    .btn.btn-solid:hover:after {
      -webkit-transform-origin: 0 50%;
              transform-origin: 0 50%;
      -webkit-transform: scaleX(1);
              transform: scaleX(1);
      -webkit-transition: -webkit-transform 0.5s cubic-bezier(0.86, 0, 0.07, 1);
      transition: -webkit-transform 0.5s cubic-bezier(0.86, 0, 0.07, 1);
      transition: transform 0.5s cubic-bezier(0.86, 0, 0.07, 1);
      transition: transform 0.5s cubic-bezier(0.86, 0, 0.07, 1), -webkit-transform 0.5s cubic-bezier(0.86, 0, 0.07, 1); }
  .btn.btn-outline {
    position: relative;
    border: 2px solid;
    -webkit-box-shadow: 1px 5px 15px rgba(0, 0, 0, 0.05);
            box-shadow: 1px 5px 15px rgba(0, 0, 0, 0.05);
    overflow: hidden; }
    .btn.btn-outline .btn-text {
      -webkit-transition: opacity .3s, -webkit-transform .3s;
      transition: opacity .3s, -webkit-transform .3s;
      transition: transform .3s, opacity .3s;
      transition: transform .3s, opacity .3s, -webkit-transform .3s;
      display: inline-block;
      -webkit-transition-delay: .15s;
              transition-delay: .15s; }
    .btn.btn-outline:before {
      content: attr(data-btn-text);
      position: absolute;
      top: 50%;
      left: 0;
      width: 100%;
      -webkit-transition: opacity .3s, -webkit-transform .3s;
      transition: opacity .3s, -webkit-transform .3s;
      transition: transform .3s, opacity .3s;
      transition: transform .3s, opacity .3s, -webkit-transform .3s;
      -webkit-transform-origin: 100% 50%;
              transform-origin: 100% 50%;
      -webkit-transform: translateX(-20px) translateY(-50%);
              transform: translateX(-20px) translateY(-50%);
      display: inline-block;
      text-align: center;
      z-index: 1;
      opacity: 0;
      -webkit-transition-delay: 0s;
              transition-delay: 0s;
      font-weight: bold; }
    .btn.btn-outline:hover .btn-text {
      -webkit-transform: translateX(20px);
              transform: translateX(20px);
      opacity: 0;
      -webkit-transition-delay: 0s;
              transition-delay: 0s; }
    .btn.btn-outline:hover:before {
      -webkit-transform: translateX(0) translateY(-50%);
              transform: translateX(0) translateY(-50%);
      opacity: 1;
      -webkit-transition-delay: .15s;
              transition-delay: .15s; }
  .btn .btn-text {
    position: relative;
    z-index: 3;
    color: inherit;
    -webkit-transition: color .3s;
    transition: color .3s;
    font-weight: 600;
    text-transform: uppercase; }

.btn-xs {
  padding: 4px 18px;
  font-size: 10px; }
  .btn-xs.btn-outline {
    padding: 2px 16px; }

.btn-sm {
  padding: 6px 22px;
  font-size: 12px; }
  .btn-sm.btn-outline {
    padding: 4px 20px; }

.btn-md {
  padding: 9px 28px;
  font-size: 12px; }
  .btn-md.btn-outline {
    padding: 7px 26px; }

.btn-lg {
  padding: 12px 34px;
  font-size: 14px; }
  .btn-lg.btn-outline {
    padding: 10px 32px; }

.btn-light.btn-underline, .btn-light.btn-outline {
  color: #fff;
  background: transparent;
  border-color: inherit; }
  .btn-light.btn-underline .btn-text, .btn-light.btn-outline .btn-text {
    color: inherit; }

.btn-light.btn-solid {
  background: #fff; }
  .btn-light.btn-solid .btn-text {
    color: inherit; }

.btn-dark.btn-underline, .btn-dark.btn-outline {
  color: #333;
  background: transparent;
  border-color: inherit; }
  .btn-dark.btn-underline .btn-text, .btn-dark.btn-outline .btn-text {
    color: inherit; }

.btn-dark.btn-solid {
  background: #333; }
  .btn-dark.btn-solid .btn-text {
    color: inherit; }

/**
 *
 * Intro section
 *
 */
.post-intro-wrapper {
  position: relative;
  padding: 180px 0 80px;
  background: #fff;
  z-index: 3;
  overflow: hidden; }
  @media screen and (max-width: 63.9375em) {
    .post-intro-wrapper {
      padding: 140px 0 40px; } }
  .post-intro-wrapper h1.post-title {
    margin: 0 0 40px 0; }
    @media screen and (max-width: 63.9375em) {
      .post-intro-wrapper h1.post-title {
        margin: 0 0 20px 0; } }
  .post-intro-wrapper .single-post-content {
    padding-top: 0;
    margin-left: auto;
    margin-right: auto; }
  .post-intro-wrapper .post-header.post-meta {
    margin-bottom: 0;
    position: relative;
    z-index: 2; }
    .post-intro-wrapper .post-header.post-meta .post-cat-author:after {
      content: '';
      margin-top: -1px;
      margin-left: 10px;
      margin-right: 10px;
      height: 1em;
      width: 20px;
      height: 1px;
      background: currentColor;
      display: inline-block;
      vertical-align: middle; }
  .post-intro-wrapper .intro-overlay {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    pointer-events: none; }
  .post-intro-wrapper .intro-subtitle {
    font-size: 18px;
    margin-top: -20px; }

.parallax-header-decoration {
  white-space: nowrap;
  font-size: 12vw;
  position: absolute;
  display: block;
  z-index: 1;
  pointer-events: none;
  opacity: 0.06;
  left: -20px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  font-weight: bold; }
  .parallax-header-decoration span {
    display: block; }

.parallax-header-background {
  position: absolute;
  left: 0;
  top: -100px;
  bottom: 0;
  right: 0;
  z-index: -1;
  background-size: cover;
  background-position: center; }

/**
 *
 * Forms
 *
 */
label, input, select, textarea {
  color: inherit; }
  label::-webkit-input-placeholder, input::-webkit-input-placeholder, select::-webkit-input-placeholder, textarea::-webkit-input-placeholder {
    color: inherit !important;
    opacity: .5; }
  label:-ms-input-placeholder, input:-ms-input-placeholder, select:-ms-input-placeholder, textarea:-ms-input-placeholder {
    color: inherit !important;
    opacity: .5; }
  label::-ms-input-placeholder, input::-ms-input-placeholder, select::-ms-input-placeholder, textarea::-ms-input-placeholder {
    color: inherit !important;
    opacity: .5; }
  label::placeholder, input::placeholder, select::placeholder, textarea::placeholder {
    color: inherit !important;
    opacity: .5; }

select {
  height: 50px; }

.select-wrapper {
  position: relative; }
  .select-wrapper:after {
    content: '';
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 5px 5px 0 5px;
    border-color: transparent;
    border-top-color: inherit;
    position: absolute;
    top: 50%;
    margin-top: -3px;
    right: 15px; }

@-webkit-keyframes autofill {
  to {
    background: transparent;
    border-color: inherit !important;
    color: inherit; } }

@keyframes autofill {
  to {
    background: transparent;
    border-color: inherit !important;
    color: inherit; } }

.form-style .form-submit {
  text-align: right;
  margin-bottom: 15px; }

.form-style .btn {
  color: inherit; }

.form-style .form-fieldset {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 -15px;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end; }

.form-style .wpcf7-not-valid-tip {
  display: none !important; }

.form-style div.wpcf7-response-output {
  margin: 0;
  padding: 15px 30px;
  border: none !important; }

.form-style div.wpcf7-validation-errors {
  background: #fefcc6; }

.form-style div.wpcf7-mail-sent-ok {
  background: #c2ffa8; }

.form-style.newsletter-form {
  position: relative; }
  .form-style.newsletter-form.form-block .newsletter-details > * {
    display: block; }
  .form-style.newsletter-form .n-text.email {
    margin-bottom: 0; }
  .form-style.newsletter-form .n-text input {
    opacity: 1 !important;
    border: 2px solid;
    padding: 25px 20px; }
  .form-style.newsletter-form .form-submit {
    position: absolute;
    right: 0;
    height: 100%;
    line-height: 54px;
    text-align: center;
    cursor: pointer;
    top: 0; }
    .form-style.newsletter-form .form-submit button {
      position: absolute;
      top: 0;
      right: 0;
      line-height: 54px;
      padding: 0 20px; }
  .form-style.newsletter-form .success-message {
    padding: 0px 15px;
    border-radius: 50px;
    background-color: #1dc17d;
    display: inline-block;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 12px;
    color: #fff;
    margin-top: 10px;
    opacity: 0;
    -webkit-transition: opacity .3s;
    transition: opacity .3s;
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 10; }
  .form-style.newsletter-form .error-message {
    padding: 0px 15px;
    border-radius: 50px;
    background-color: #d42556;
    display: inline-block;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 12px;
    color: #fff;
    margin-top: 10px;
    opacity: 0;
    -webkit-transition: opacity .3s;
    transition: opacity .3s;
    z-index: 10; }
  .form-style.newsletter-form .newsletter-success .success-message {
    opacity: 1; }
  .form-style.newsletter-form .newsletter-error .error-message {
    opacity: 1; }

.wpcf7 label {
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase;
  margin-bottom: 4px; }

.piwo-input {
  position: relative;
  width: 100%;
  padding: 0 15px !important;
  margin-bottom: 15px; }
  .piwo-input.hor-submit {
    width: auto !important;
    margin-top: 0; }
  .piwo-input.input-required label:after {
    content: "";
    width: 4px;
    top: 0;
    border-bottom: 4px solid;
    vertical-align: super;
    display: inline-block;
    margin-left: 4px; }
  .piwo-input.active-input input, .piwo-input.active-input textarea, .piwo-input.active-input select {
    opacity: 1; }
  .piwo-input select {
    font-size: 0.875rem;
    height: 45px; }
    .piwo-input select:focus {
      outline: none; }
  .piwo-input input {
    height: 45px; }
  .piwo-input input, .piwo-input textarea, .piwo-input select {
    -webkit-box-shadow: none !important;
            box-shadow: none !important;
    background: transparent !important;
    margin-bottom: 0;
    padding: 15px;
    color: inherit;
    opacity: .85;
    -webkit-transition: opacity .4s, border .4s;
    transition: opacity .4s, border .4s; }
    .piwo-input input:-webkit-autofill, .piwo-input textarea:-webkit-autofill, .piwo-input select:-webkit-autofill {
      -webkit-animation-name: autofill;
      -webkit-animation-fill-mode: both; }
  .piwo-input textarea {
    height: 50px; }
  .piwo-input.input-error input, .piwo-input.input-error textarea {
    border-bottom-color: #ea0e41 !important; }
  .piwo-input input.wpcf7-not-valid, .piwo-input textarea.wpcf7-not-valid {
    border-bottom-color: #ea0e41 !important; }

input, textarea, select {
  border-width: 1px;
  border-style: solid;
  border-color: #ddd;
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
  background: transparent !important;
  margin-bottom: 5px;
  -webkit-transition: border-color .4s;
  transition: border-color .4s;
  padding: 15px 20px;
  color: inherit; }
  input:-webkit-autofill, textarea:-webkit-autofill, select:-webkit-autofill {
    -webkit-animation-name: autofill;
    -webkit-animation-fill-mode: both; }
  input:focus, textarea:focus, select:focus {
    border-color: inherit;
    border-bottom-color: #556df4; }

.plugin-off .form-style .piwo-input.input-required:after {
  background: #333; }

.plugin-off .form-style .piwo-input input, .plugin-off .form-style .piwo-input textarea, .plugin-off .form-style .piwo-input select {
  border-color: #333;
  color: #333; }

select {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none; }

.rtb-booking-form legend {
  display: none; }

.rtb-booking-form button {
  font-family: inherit;
  letter-spacing: 2px;
  padding-bottom: 5px; }

.rtb-booking-form .date label, .rtb-booking-form .party label {
  display: none; }

.rtb-booking-form .party label {
  position: absolute;
  left: 30px; }

.rtb-booking-form .date input {
  font-size: 14px; }

.rtb-booking-form .add-message {
  font-size: 12px;
  text-transform: uppercase;
  margin: 0;
  text-align: left;
  margin-left: 30px;
  margin-top: 0 !important; }
  .rtb-booking-form .add-message a {
    position: relative;
    display: inline-block; }
    .rtb-booking-form .add-message a:before {
      content: "";
      position: absolute;
      left: -20px;
      width: 10px;
      top: 50%;
      border-bottom: 1px solid; }
    .rtb-booking-form .add-message a:after {
      content: "";
      position: absolute;
      left: -15px;
      width: 1px;
      top: 50%;
      margin-top: -5px;
      border-bottom: 10px solid; }

.rtb-booking-form .rtb-textarea.message {
  width: 100%;
  top: auto !important;
  left: auto !important;
  position: relative !important; }
  .rtb-booking-form .rtb-textarea.message textarea {
    resize: none;
    text-align: left;
    max-width: 100%;
    min-height: 200px; }

.rtb-error {
  display: none !important; }

.picker--focused .picker__day--selected, .picker__day--selected, .picker__day--selected:hover {
  background: #3c3c3c !important; }

.picker--focused .picker__day--highlighted, .picker__day--highlighted:hover, .picker__day--infocus:hover, .picker__day--outfocus:hover {
  color: #fff !important;
  background: #616161 !important; }

.picker__day {
  -webkit-transition: 0.3s background-color, 0.3s color;
  transition: 0.3s background-color, 0.3s color; }

.post-password-form p:empty {
  display: none; }

.post-password-form fieldset {
  padding: 0 !important; }
  .post-password-form fieldset p {
    display: none; }

.post-password-form .btn {
  padding: 15px;
  cursor: pointer;
  margin-top: 15px; }

.wpcf7-form p {
  position: relative; }

.wpcf7-form p:last-of-type {
  text-align: right; }

.wpcf7-form .ajax-loader {
  position: absolute;
  top: 12px; }

.wpcf7-submit {
  font-weight: 600;
  text-transform: uppercase;
  font-size: 12px;
  padding: 4px 20px;
  border: 2px solid;
  line-height: inherit;
  letter-spacing: 1px;
  cursor: pointer;
  -webkit-transition: opacity .3s;
  transition: opacity .3s;
  color: inherit; }
  .wpcf7-submit.btn-solid {
    border: 2px solid transparent; }
  .wpcf7-submit:focus {
    outline: none !important;
    border-color: inherit; }

/**
 *
 * 404 error
 *
 */
.error-404 {
  margin: 160px 0 80px;
  position: relative;
  text-align: center; }
  .error-404 .header-404 {
    z-index: -1;
    font-size: 260px;
    font-style: italic;
    line-height: 1;
    text-align: center;
    margin-bottom: 0;
    position: absolute;
    right: 0;
    top: -60px;
    left: 0;
    opacity: 0.05; }
  .error-404 .page-content {
    margin-top: 0; }
  .error-404 fieldset {
    margin-bottom: 0; }
  .error-404 h1 {
    margin: 0; }
  @media screen and (max-width: 63.9375em) {
    .error-404 {
      text-align: center; }
      .error-404 h1 {
        margin-bottom: 30px; }
      .error-404 .search-input {
        margin: 0 auto;
        width: 70%; }
      .error-404 .form-style.search-form {
        max-width: 100%;
        width: 70%;
        margin: 0 auto; } }

.search-form .search-input {
  position: relative;
  width: 100%; }

.search-form .form-submit {
  position: absolute;
  bottom: 0;
  right: 15px;
  height: 45px;
  margin-top: 0;
  width: 45px;
  text-align: center;
  margin-bottom: 0; }

.search-form .search-submit {
  bottom: 5px;
  right: 15px;
  height: 45px;
  margin-top: 0;
  width: 45px;
  text-align: center;
  cursor: pointer;
  opacity: .7;
  -webkit-transition: opacity .3s;
  transition: opacity .3s; }
  .search-form .search-submit svg {
    width: 15px;
    height: 15px; }
  .search-form .search-submit:hover {
    opacity: 1; }

.search-form input {
  margin-bottom: 0;
  padding-right: 40px;
  border: 2px solid;
  opacity: 1; }
  .search-form input:focus {
    border: 2px solid; }

.search-results .post-meta .post-title {
  margin-bottom: 30px; }

/**
 *
 * VC Elements
 *
 */
.wpb_single_image {
  margin-bottom: 0; }

.team-member .team-header .name {
  margin-bottom: 0;
  font-weight: 700;
  font-size: 20px; }

.team-member .desc {
  margin-bottom: 20px; }
  .team-member .desc > *:last-of-type {
    margin-bottom: 0; }

.team-member ul {
  margin: 0; }
  .team-member ul li {
    list-style-type: none;
    display: inline-block;
    margin: 0 6px; }
    .team-member ul li:last-of-type {
      margin-right: 0; }

.team-member.team-style1.team-img-top .team-header {
  position: relative;
  margin: -20px -20px 0;
  padding: 20px 20px 0; }

.team-member.team-style1.team-img-top .team-name {
  position: relative; }

.team-member.team-style1.team-img-top .desc {
  padding-top: 20px; }

.team-member.team-style1.team-img-top .team-info {
  padding: 20px 20px 20px; }

.team-member.team-style1:not(.team-img-top) .team-header {
  padding-bottom: 20px; }

.team-member.team-style2 .team-header {
  padding: 20px 20px; }

.team-member.team-style2 .team-info {
  -webkit-box-shadow: 0 5px 5px rgba(0, 0, 0, 0.05);
          box-shadow: 0 5px 5px rgba(0, 0, 0, 0.05);
  background: #f9f9f9; }

.team-member.team-style2 .team-image {
  position: relative; }
  .team-member.team-style2 .team-image:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.8);
    opacity: 0;
    -webkit-transition: opacity .4s;
    transition: opacity .4s; }

.team-member.team-style2 .team-image > .desc {
  position: absolute;
  top: 0;
  left: 0;
  color: #fff;
  padding: 20px;
  margin-bottom: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: calc(100% - 50px);
  opacity: 0;
  -webkit-transition: opacity .4s;
  transition: opacity .4s;
  z-index: 1;
  width: 100%; }

.team-member.team-style2 .member-socials {
  padding: 0 20px 20px; }

.team-member.team-style2:hover .desc {
  opacity: 1; }

.team-member.team-style2:hover .team-image:after {
  opacity: 1; }

.team-member.team-style2 .position {
  position: absolute;
  bottom: 10px;
  right: 20px;
  font-weight: 700;
  letter-spacing: 1px;
  padding: 5px 12px;
  border-radius: 50px;
  opacity: 1;
  margin-bottom: 10px;
  font-size: 12px;
  text-transform: uppercase;
  background: currentColor;
  z-index: 1;
  line-height: 1.8em;
  color: #fff; }

.team-member.team-style3 .team-header {
  position: absolute;
  bottom: 20px;
  left: 20px;
  right: 20px;
  color: #fff;
  z-index: 1;
  -webkit-transition: opacity .4s;
  transition: opacity .4s; }

.team-member.team-style3 .team-image > .desc {
  position: absolute;
  top: 0;
  left: 0;
  color: #fff;
  padding: 40px;
  margin-bottom: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 100%;
  opacity: 0;
  -webkit-transition: opacity .4s;
  transition: opacity .4s;
  z-index: 1;
  width: 100%; }

.team-member.team-style3 .member-socials {
  position: absolute;
  top: 20px;
  right: 20px;
  z-index: 1;
  -webkit-transition: opacity .4s;
  transition: opacity .4s; }

.team-member.team-style3 .team-image {
  overflow: hidden;
  position: relative; }
  .team-member.team-style3 .team-image:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.8)), color-stop(50%, transparent), to(transparent));
    background: linear-gradient(to top, rgba(0, 0, 0, 0.8) 0%, transparent 50%, transparent 100%);
    z-index: 1;
    -webkit-transition: -webkit-transform .4s;
    transition: -webkit-transform .4s;
    transition: transform .4s;
    transition: transform .4s, -webkit-transform .4s; }
  .team-member.team-style3 .team-image:after {
    content: "";
    position: absolute;
    left: 0;
    height: 100%;
    width: 100%;
    bottom: 1px;
    background: rgba(0, 0, 0, 0.8);
    -webkit-transition: -webkit-transform .4s;
    transition: -webkit-transform .4s;
    transition: transform .4s;
    transition: transform .4s, -webkit-transform .4s;
    -webkit-transform: translateY(100%);
            transform: translateY(100%); }

.team-member.team-style3:hover .desc {
  opacity: 1; }

.team-member.team-style3:hover .team-header {
  opacity: 0; }

.team-member.team-style3:hover .team-image:before {
  -webkit-transform: translateY(-100%);
          transform: translateY(-100%); }

.team-member.team-style3:hover .team-image:after {
  -webkit-transform: translateY(0);
          transform: translateY(0); }

.member-socials a {
  color: #fff;
  width: 25px;
  height: 25px;
  text-align: center;
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  border-radius: 50%;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 14px; }
  .member-socials a:hover, .member-socials a:focus {
    color: #fff; }

.member-socials .facebook a {
  background: #3b5999; }

.member-socials .youtube a {
  background: #cd201f; }

.member-socials .instagram a {
  background: #e4405f; }

.member-socials .twitter a {
  background: #55acee; }

.member-socials .reddit-alien a {
  background: #ff5700; }

.member-socials .pinterest-p a {
  background: #bd081c; }

.member-socials .vine a {
  background: #00b489; }

.member-socials .tumblr a {
  background: #34465d; }

.member-socials .flickr a {
  background: #ff0084; }

.member-socials .google-plus a {
  background: #dd4b39; }

.member-socials .linkedin a {
  background: #0077b5; }

.member-socials .vk a {
  background: #4c75a3; }

.member-socials .dribbble a {
  background: #ea4c89; }

.team-img-right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }
  .team-img-right .team-header {
    margin-top: 0 !important; }
  .team-img-right .team-info {
    padding: 60px; }
  .team-img-right .team-info, .team-img-right .team-image {
    width: 50%; }
  .team-img-right .team-info {
    float: left; }
  .team-img-right .team-image {
    float: right; }

.team-img-left {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }
  .team-img-left .team-header {
    margin-top: 0 !important; }
  .team-img-left .team-info {
    padding: 60px; }
  .team-img-left .team-info, .team-img-left .team-image {
    width: 50%; }
  .team-img-left .team-info {
    float: left; }
  .team-img-left .team-image {
    float: left; }

.team-img-top .img-wrapper {
  text-align: center; }

@media screen and (max-width: 63.9375em) {
  .team-img-right {
    display: block; }
    .team-img-right .team-image {
      padding-right: 0;
      text-align: center; }
    .team-img-right .team-member .team-header {
      margin-top: 30px; }
    .team-img-right .team-info, .team-img-right .team-image {
      width: 100%;
      float: none; }
    .team-img-right .team-info {
      padding: 30px 0; }
  .team-img-left {
    display: block; }
    .team-img-left .team-image {
      padding-left: 0;
      text-align: center; }
    .team-img-left .team-member .team-header {
      margin-top: 30px; }
    .team-img-left .team-info, .team-img-left .team-image {
      width: 100%;
      float: none; }
    .team-img-left .team-info {
      padding: 30px 0; }
  .team-grid .team-member {
    width: 100%;
    float: none; }
  .team-grid .team-image {
    text-align: center; } }

.piwo_countdown {
  text-align: center; }
  .piwo_countdown .show7 .piwo_countdown-section {
    width: calc(100%/7); }
  .piwo_countdown .show6 .piwo_countdown-section {
    width: calc(100%/6); }
  .piwo_countdown .show5 .piwo_countdown-section {
    width: 20%; }
  .piwo_countdown .show4 .piwo_countdown-section {
    width: 25%; }
  .piwo_countdown .show3 .piwo_countdown-section {
    width: calc(100%/3); }
  .piwo_countdown .show2 .piwo_countdown-section {
    width: 50%; }
  @media screen and (max-width: 39.9375em) {
    .piwo_countdown .piwo_countdown-div {
      text-align: center !important; }
    .piwo_countdown .piwo_countdown-section {
      width: 100% !important;
      display: block; } }
  .piwo_countdown .piwo_countdown-row {
    display: block; }
  .piwo_countdown .piwo_countdown-section {
    display: inline-block; }
    .piwo_countdown .piwo_countdown-section:last-of-type {
      padding-right: none; }
    .piwo_countdown .piwo_countdown-section .piwo_countdown-amount {
      font-size: 72px;
      letter-spacing: 1px;
      display: block;
      font-weight: bold;
      line-height: 1em; }
    .piwo_countdown .piwo_countdown-section .piwo_countdown-period {
      font-size: 14px;
      text-transform: uppercase;
      letter-spacing: 2px; }

.interactive-box {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  background-size: cover;
  background-position: center center;
  overflow: hidden; }
  .interactive-box .box-overlay {
    background: -webkit-gradient(linear, left top, left bottom, from(transparent), to(rgba(0, 0, 0, 0.85)));
    background: linear-gradient(to bottom, transparent 0%, rgba(0, 0, 0, 0.85) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#a6000000',GradientType=0 );
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -webkit-transition: opacity .3s .1s, -webkit-filter .4s;
    transition: opacity .3s .1s, -webkit-filter .4s;
    transition: filter .4s, opacity .3s .1s;
    transition: filter .4s, opacity .3s .1s, -webkit-filter .4s; }
  .interactive-box.active-hover:not(.no_hover):hover .interactive-img {
    -webkit-transform: scale(1.05);
            transform: scale(1.05); }
  .interactive-box.active-hover:not(.no_hover):hover .box-overlay {
    -webkit-filter: brightness(0.95);
            filter: brightness(0.95); }
  .interactive-box .interactive-img {
    background-size: cover;
    background-position: center center;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -webkit-transition: -webkit-transform .4s;
    transition: -webkit-transform .4s;
    transition: transform .4s;
    transition: transform .4s, -webkit-transform .4s; }
  .interactive-box .icon-hover {
    width: 50px;
    height: 50px;
    position: absolute;
    bottom: 40px;
    left: 0;
    border: 2px solid;
    border-radius: 50%;
    opacity: 0;
    pointer-events: none;
    -webkit-transition: opacity .3s 0s, left .3s 0s;
    transition: opacity .3s 0s, left .3s 0s; }
    .interactive-box .icon-hover .arrow-icon, .interactive-box .icon-hover .zoom-icon {
      line-height: 46px;
      text-align: center;
      font-size: 20px;
      -webkit-transition: -webkit-transform .3s 0s;
      transition: -webkit-transform .3s 0s;
      transition: transform .3s 0s;
      transition: transform .3s 0s, -webkit-transform .3s 0s;
      -webkit-transform: scale(0.7);
              transform: scale(0.7); }
    .interactive-box .icon-hover .zoom-icon {
      font-size: 18px; }
  .interactive-box:not(.no_hover):hover .box-content {
    opacity: 0;
    -webkit-transition: opacity .3s 0s, -webkit-transform .3s 0s;
    transition: opacity .3s 0s, -webkit-transform .3s 0s;
    transition: opacity .3s 0s, transform .3s 0s;
    transition: opacity .3s 0s, transform .3s 0s, -webkit-transform .3s 0s;
    -webkit-transform: translateX(40px);
            transform: translateX(40px); }
  .interactive-box:not(.no_hover):hover .box-overlay {
    opacity: 0;
    -webkit-transition: opacity .3s 0s;
    transition: opacity .3s 0s; }
  .interactive-box:not(.no_hover):hover .icon-hover {
    opacity: 1;
    -webkit-transition: opacity .3s .1s, left .3s .1s;
    transition: opacity .3s .1s, left .3s .1s;
    left: 40px; }
  .interactive-box:not(.no_hover):hover .arrow-icon, .interactive-box:not(.no_hover):hover .zoom-icon {
    -webkit-transform: scale(1);
            transform: scale(1);
    -webkit-transition: -webkit-transform .3s .1s;
    transition: -webkit-transform .3s .1s;
    transition: transform .3s .1s;
    transition: transform .3s .1s, -webkit-transform .3s .1s; }
  .interactive-box .box-content {
    padding: 40px;
    position: relative;
    width: 100%;
    z-index: 2;
    -webkit-transition: opacity .3s .1s, -webkit-transform .3s  .1s;
    transition: opacity .3s .1s, -webkit-transform .3s  .1s;
    transition: opacity .3s .1s, transform .3s  .1s;
    transition: opacity .3s .1s, transform .3s  .1s, -webkit-transform .3s  .1s; }
    .interactive-box .box-content .subheading {
      text-transform: uppercase;
      font-size: 12px; }
    .interactive-box .box-content .h6 {
      margin-bottom: 5px; }
    .interactive-box .box-content > *:not(.h6) {
      margin-bottom: 10px;
      color: inherit; }
    .interactive-box .box-content .box-header {
      margin-bottom: 20px; }
      .interactive-box .box-content .box-header .h6, .interactive-box .box-content .box-header p {
        margin-bottom: 0; }
      .interactive-box .box-content .box-header .subheading {
        font-weight: 700;
        display: inline-block;
        letter-spacing: 2px;
        margin-bottom: 15px; }
        .interactive-box .box-content .box-header .subheading:before {
          content: "";
          width: 20px;
          height: 1px;
          background: currentColor;
          display: inline-block;
          vertical-align: middle;
          margin-top: -2px;
          margin-right: 20px; }
    .interactive-box .box-content .box-text > * {
      color: inherit; }
    .interactive-box .box-content .box-text a:not(.btn) {
      border-bottom: 1px solid;
      display: inline;
      -webkit-transition: opacity 0.4s;
      transition: opacity 0.4s;
      opacity: .8; }
      .interactive-box .box-content .box-text a:not(.btn):hover {
        opacity: 1; }
    .interactive-box .box-content blockquote, .interactive-box .box-content blockquote p {
      font-size: 16px !important;
      padding: 0; }
    .interactive-box .box-content blockquote {
      padding: 0 30px; }
      .interactive-box .box-content blockquote:before {
        top: -15px;
        left: 15px;
        opacity: .12; }
    .interactive-box .box-content > *:last-child, .interactive-box .box-content *:last-child {
      margin-bottom: 0; }
  .interactive-box .box-link {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 2; }
  .interactive-box.open-lightbox .lightbox {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 2; }
    .interactive-box.open-lightbox .lightbox img {
      display: none; }
  .interactive-box .box-slider {
    height: 100%;
    z-index: 2; }
    .interactive-box .box-slider .owl-dots {
      height: 20px;
      width: 100%;
      text-align: center;
      position: absolute;
      top: 30px; }
      .interactive-box .box-slider .owl-dots .owl-dot {
        display: inline-block;
        width: 8px;
        height: 8px;
        border: 1px solid transparent;
        opacity: 1;
        background: transparent;
        border-radius: 50%;
        margin: 0 5px;
        background: currentColor;
        -webkit-transition: background .3s, border .3s;
        transition: background .3s, border .3s; }
        .interactive-box .box-slider .owl-dots .owl-dot.active {
          background: transparent;
          -webkit-transform: scale(1.4);
                  transform: scale(1.4);
          border-color: currentColor; }
    .interactive-box .box-slider .owl-item {
      overflow: hidden; }
    .interactive-box .box-slider .owl-stage-outer, .interactive-box .box-slider .owl-stage, .interactive-box .box-slider .owl-item, .interactive-box .box-slider .item {
      height: 100%; }
    .interactive-box .box-slider .box-content {
      height: 100%;
      width: 100%;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: end;
          -ms-flex-align: end;
              align-items: flex-end;
      margin: 0; }
      .interactive-box .box-slider .box-content h4 {
        width: 100%;
        position: relative;
        z-index: 2; }
  .interactive-box.video-box {
    position: relative; }
    .interactive-box.video-box .video-icon {
      width: 50px;
      height: 50px;
      background: #fff;
      border-radius: 50%;
      position: absolute;
      top: 50%;
      left: 50%;
      margin-top: -25px;
      margin-left: -25px;
      -webkit-transition: -webkit-transform .4s;
      transition: -webkit-transform .4s;
      transition: transform .4s;
      transition: transform .4s, -webkit-transform .4s; }
      .interactive-box.video-box .video-icon:hover {
        -webkit-transform: scale(1.1);
                transform: scale(1.1); }

.images-cascade {
  position: relative;
  max-width: 100%; }
  .images-cascade:not(.lightbox) .img-cascade a {
    pointer-events: none; }
  .images-cascade .cascade-lightbox {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 2; }
  .images-cascade .img {
    display: block; }
    .images-cascade .img > span {
      display: block;
      overflow: hidden; }
      .images-cascade .img > span.loaded {
        -webkit-transform: translateY(0);
                transform: translateY(0); }
    .images-cascade .img .overlay {
      display: inline-block;
      position: relative; }
      .images-cascade .img .overlay:after {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: currentColor; }
  .images-cascade .img-cascade {
    display: inline-block;
    width: 100%;
    text-align: center; }
  .images-cascade .img-cascade1 {
    z-index: 2; }
  .images-cascade .img-cascade2 {
    z-index: 1; }
  .images-cascade .img-cascade3 {
    z-index: 0; }
  .images-cascade .img-cascade1, .images-cascade .img-cascade2, .images-cascade .img-cascade3 {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%); }
  @media screen and (max-width: 63.9375em) {
    .images-cascade .img-cascade1, .images-cascade .img-cascade2, .images-cascade .img-cascade3 {
      position: relative;
      top: 0;
      left: 0;
      -webkit-transform: translate(0, 0);
              transform: translate(0, 0);
      padding: 0px;
      margin-bottom: 20px; }
      .images-cascade .img-cascade1 .img, .images-cascade .img-cascade2 .img, .images-cascade .img-cascade3 .img {
        -webkit-transform: translateX(0) translateY(0) !important;
                transform: translateX(0) translateY(0) !important; } }

.piwo-social-profiles.social-outline li, .piwo-social-profiles.social-solid li, .piwo-shares.social-outline li, .piwo-shares.social-solid li {
  margin: 0 .3em; }

.piwo-social-profiles.social-outline a, .piwo-social-profiles.social-solid a, .piwo-shares.social-outline a, .piwo-shares.social-solid a {
  width: 2em;
  height: 2em;
  line-height: 1em;
  padding: 20px;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-transition: color .3s, background-color .3s, border-color .3s;
  transition: color .3s, background-color .3s, border-color .3s; }

.piwo-social-profiles.social-outline a, .piwo-shares.social-outline a {
  border: 1px solid; }

.piwo-social-profiles.social-solid a, .piwo-shares.social-solid a {
  background: currentColor;
  border: 1px solid transparent; }

.piwo-social-profiles.social-solid i, .piwo-shares.social-solid i {
  -webkit-transition: color .3s;
  transition: color .3s; }

.piwo-social-profiles.social-solid.color-dark i, .piwo-social-profiles.social-solid.color-accent i, .piwo-shares.social-solid.color-dark i, .piwo-shares.social-solid.color-accent i {
  color: #fff; }

.piwo-social-profiles.social-solid.color-light i, .piwo-shares.social-solid.color-light i {
  color: #333; }

.piwo-social-profiles.social-solid.color-light a:hover i, .piwo-shares.social-solid.color-light a:hover i {
  color: #fff; }

.piwo-social-profiles.circle a, .piwo-shares.circle a {
  border-radius: 50%; }

.piwo-social-profiles, .social-shares {
  margin: 0; }
  .piwo-social-profiles li, .social-shares li {
    list-style-type: none;
    display: inline-block;
    margin: 0 15px; }
    .piwo-social-profiles li:first-of-type, .social-shares li:first-of-type {
      margin-left: 0; }
    .piwo-social-profiles li:last-of-type, .social-shares li:last-of-type {
      margin-right: 0; }
  .piwo-social-profiles a, .social-shares a {
    display: inline-block;
    -webkit-transition: color .3s;
    transition: color .3s; }

.piwo-gallery {
  -webkit-transform: translateZ(0);
          transform: translateZ(0); }
  .piwo-gallery article a {
    position: absolute !important;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 11; }
  .piwo-gallery .load-more {
    position: relative; }
  .piwo-gallery .grid-sizer, .piwo-gallery .w1-h1 {
    width: 25%;
    height: 0;
    padding-bottom: 25%; }
  .piwo-gallery .w2-h1 {
    width: 50%;
    height: 0;
    padding-bottom: 25%; }
  .piwo-gallery .w2-h2 {
    width: 50%;
    height: 0;
    padding-bottom: 50%; }
  .piwo-gallery .w1-h2 {
    width: 25%;
    height: 0;
    padding-bottom: 50%; }
  .piwo-gallery .grid-sizer .mix,
  .piwo-gallery .w1-h1 .mix,
  .piwo-gallery .w2-h1 .mix,
  .piwo-gallery .w2-h2 .mix,
  .piwo-gallery .w1-h2 .mix {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 11; }
  .piwo-gallery .grid-sizer .layer,
  .piwo-gallery .w1-h1 .layer,
  .piwo-gallery .w2-h1 .layer,
  .piwo-gallery .w2-h2 .layer,
  .piwo-gallery .w1-h2 .layer {
    position: absolute;
    overflow: hidden; }
    .piwo-gallery .grid-sizer .layer .img-bg,
    .piwo-gallery .w1-h1 .layer .img-bg,
    .piwo-gallery .w2-h1 .layer .img-bg,
    .piwo-gallery .w2-h2 .layer .img-bg,
    .piwo-gallery .w1-h2 .layer .img-bg {
      background-size: cover;
      background-position: center center;
      -webkit-transform: scale(1.01);
              transform: scale(1.01);
      -webkit-transition: -webkit-transform 0.9s cubic-bezier(0.25, 0.46, 0.45, 0.94);
      transition: -webkit-transform 0.9s cubic-bezier(0.25, 0.46, 0.45, 0.94);
      transition: transform 0.9s cubic-bezier(0.25, 0.46, 0.45, 0.94);
      transition: transform 0.9s cubic-bezier(0.25, 0.46, 0.45, 0.94), -webkit-transform 0.9s cubic-bezier(0.25, 0.46, 0.45, 0.94);
      -webkit-transform-origin: center;
              transform-origin: center;
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%; }
  @media screen and (max-width: 63.9375em) {
    .piwo-gallery .grid-sizer,
    .piwo-gallery .w1-h1,
    .piwo-gallery .w2-h1,
    .piwo-gallery .w2-h2,
    .piwo-gallery .w1-h2 {
      width: 100% !important;
      padding-bottom: 50% !important; } }
  .piwo-gallery .grid-sizer:hover .img-bg,
  .piwo-gallery .w1-h1:hover .img-bg,
  .piwo-gallery .w2-h1:hover .img-bg,
  .piwo-gallery .w2-h2:hover .img-bg,
  .piwo-gallery .w1-h2:hover .img-bg {
    -webkit-transform: scale(1.08);
            transform: scale(1.08); }
  .piwo-gallery .grid-sizer:hover .overlay-masonry,
  .piwo-gallery .w1-h1:hover .overlay-masonry,
  .piwo-gallery .w2-h1:hover .overlay-masonry,
  .piwo-gallery .w2-h2:hover .overlay-masonry,
  .piwo-gallery .w1-h2:hover .overlay-masonry {
    opacity: 1; }
  .piwo-gallery .grid-sizer:hover .portfolio-content,
  .piwo-gallery .w1-h1:hover .portfolio-content,
  .piwo-gallery .w2-h1:hover .portfolio-content,
  .piwo-gallery .w2-h2:hover .portfolio-content,
  .piwo-gallery .w1-h2:hover .portfolio-content {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
    blur: 0px; }
  .piwo-gallery .portfolio-masonry {
    margin: 2px; }
    .piwo-gallery .portfolio-masonry img {
      display: none; }
  .piwo-gallery .overlay-masonry {
    position: absolute;
    opacity: 0;
    -webkit-transition: opacity 0.5s;
    transition: opacity 0.5s; }
  .piwo-gallery .layer, .piwo-gallery .overlay-masonry {
    top: 2px;
    right: 2px;
    bottom: 2px;
    left: 2px; }

.vc_row {
  position: relative; }
  .vc_row.vc_column-gap-inner-100 > .vc_column_container > .vc_column-inner {
    padding: 50px; }
    .vc_row.vc_column-gap-inner-100 > .vc_column_container > .vc_column-inner .vc_inner {
      margin-left: -50px;
      margin-right: -50px; }
      .vc_row.vc_column-gap-inner-100 > .vc_column_container > .vc_column-inner .vc_inner > .vc_column_container {
        padding: 0 50px; }
        .vc_row.vc_column-gap-inner-100 > .vc_column_container > .vc_column-inner .vc_inner > .vc_column_container > .vc_column-inner {
          padding-left: 0;
          padding-right: 0; }

div.vc_row {
  margin-left: -20px;
  margin-right: -20px; }

div.vc_column_container > .vc_column-inner {
  padding-left: 20px;
  padding-right: 20px; }

.piwo-parallax, .extended_bg {
  position: absolute;
  top: 0;
  bottom: 0;
  background-size: cover;
  background-position: center center;
  left: 0;
  right: 0; }

.row-image-overlay {
  position: absolute !important;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0; }

.color-light {
  color: #fff; }

.remove-gap > .vc_column_container > .vc_column-inner {
  padding: 0; }

.remove-gap .mosaic-item {
  margin-bottom: 0; }

.pattern_bg {
  background-size: auto; }

.column-overlay {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0; }

.column-overlay.column-hoverable {
  -webkit-transition: background-color 0.4s;
  transition: background-color 0.4s; }

.vc_column-inner:hover .column-overlay.column-hoverable {
  background-color: transparent !important; }

.vc_column-inner:hover .column-overlay-hover {
  opacity: 1; }

.column-overlay-hover {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  opacity: 0;
  -webkit-transition: opacity 0.4s;
  transition: opacity 0.4s; }

.wpb_wrapper {
  position: relative;
  z-index: 1; }

.vc_column-inner {
  position: relative; }

.wpb_text_column.wpb_content_element:last-child {
  margin: 0; }

.transition-overlay {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #fff;
  z-index: 99999; }

.bypostauthor .comment-author-link {
  font-weight: 400; }

.piwo-portfolio-carousel .swiper-slide img {
  height: 100%;
  width: auto; }

.footer-row-wrapper {
  padding: 0 45px;
  overflow: hidden; }
  .footer-row-wrapper.page-padding {
    padding-top: 90px;
    padding-bottom: 90px; }
  @media screen and (max-width: 63.9375em) {
    .footer-row-wrapper {
      padding: 0 15px; } }

.b-lazy {
  opacity: 0;
  -webkit-transition: opacity .8s, -webkit-transform .8s;
  transition: opacity .8s, -webkit-transform .8s;
  transition: opacity .8s, transform .8s;
  transition: opacity .8s, transform .8s, -webkit-transform .8s;
  -webkit-transform-origin: top;
          transform-origin: top; }
  .b-lazy.b-loaded {
    opacity: 1; }

.image-wrapper, .img-wrapper {
  overflow: hidden;
  -webkit-transition: opacity .4s, -webkit-transform .8s;
  transition: opacity .4s, -webkit-transform .8s;
  transition: transform .8s, opacity .4s;
  transition: transform .8s, opacity .4s, -webkit-transform .8s;
  display: block;
  position: relative; }
  .image-wrapper.loaded, .img-wrapper.loaded {
    -webkit-transform: translateY(0);
            transform: translateY(0); }

.vc_single_image-wrapper {
  -webkit-transform: translateY(-100%);
          transform: translateY(-100%);
  overflow: hidden;
  -webkit-transition: -webkit-transform .8s;
  transition: -webkit-transform .8s;
  transition: transform .8s;
  transition: transform .8s, -webkit-transform .8s;
  display: block; }
  .vc_single_image-wrapper .vc_single_image-img {
    opacity: 0;
    -webkit-transition: opacity .8s, -webkit-transform .8s;
    transition: opacity .8s, -webkit-transform .8s;
    transition: opacity .8s, transform .8s;
    transition: opacity .8s, transform .8s, -webkit-transform .8s;
    -webkit-transform: translateY(100%) scale(1.3);
            transform: translateY(100%) scale(1.3);
    -webkit-transform-origin: top;
            transform-origin: top; }
  .vc_single_image-wrapper.loaded {
    -webkit-transform: translateY(0);
            transform: translateY(0); }
    .vc_single_image-wrapper.loaded .vc_single_image-img {
      opacity: 1;
      -webkit-transform: translateY(0) scale(1);
              transform: translateY(0) scale(1); }

.swiper-slide .b-lazy {
  -webkit-transform: translateY(0);
          transform: translateY(0); }

.swiper-slide .piwo-portfolio-item .image-wrapper {
  -webkit-transform: translateY(0);
          transform: translateY(0);
  overflow: hidden;
  -webkit-transition: -webkit-transform 1s;
  transition: -webkit-transform 1s;
  transition: transform 1s;
  transition: transform 1s, -webkit-transform 1s; }
  .swiper-slide .piwo-portfolio-item .image-wrapper.loaded {
    -webkit-transform: translateY(0);
            transform: translateY(0); }

.piwo-carousel-container {
  position: relative;
  z-index: 2;
  padding-left: 40px;
  padding-right: 40px; }
  .piwo-carousel-container .piwo-carousel-arrows .arrow-icon:after {
    display: none; }
  .piwo-carousel-container .piwo-carousel-arrows .arrow-icon > div:before, .piwo-carousel-container .piwo-carousel-arrows .arrow-icon > div:after {
    -webkit-box-shadow: none !important;
            box-shadow: none !important; }
  .piwo-carousel-container .piwo-carousel-arrows .arrow-prev {
    left: 3px !important; }
  .piwo-carousel-container .piwo-carousel-arrows .arrow-next {
    right: 3px !important; }
  .piwo-carousel-container .piwo-process-box .bg-number {
    left: -5px;
    top: 55px; }
  .piwo-carousel-container .piwo-process-box .process-box-content > *:not(.content) {
    margin-bottom: 20px;
    margin-top: 20px; }
  .piwo-carousel-container .piwo-testimonial .testimonial-content {
    margin: 0 40px; }
  .piwo-carousel-container .piwo-testimonial.img_bottom.bg-bg .text, .piwo-carousel-container .piwo-testimonial.img_bottom.bg-pattern .text {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 calc(100% - 80px);
            flex: 0 0 calc(100% - 80px); }
  .piwo-carousel-container .piwo-testimonial.img_bottom.border-1 .text {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 calc(100% - 82px);
            flex: 0 0 calc(100% - 82px); }
  .piwo-carousel-container .piwo-testimonial.img_left.bg-bg, .piwo-carousel-container .piwo-testimonial.img_left.bg-pattern, .piwo-carousel-container .piwo-testimonial.standard.bg-bg, .piwo-carousel-container .piwo-testimonial.standard.bg-pattern {
    width: calc(100% - 80px) !important; }
  .piwo-carousel-container .piwo-testimonial.img_left.border-1, .piwo-carousel-container .piwo-testimonial.standard.border-1 {
    width: calc(100% - 82px) !important; }

.piwo-carousel {
  margin: 0 -60px;
  position: relative; }
  .piwo-carousel .img-wrapper {
    text-align: center; }
  .piwo-carousel .item-desc {
    padding: 0 45px; }
  .piwo-carousel .swiper-wrapper {
    -webkit-box-align: center !important;
        -ms-flex-align: center !important;
            align-items: center !important; }

.piwo-carousel-pagination {
  text-align: center;
  position: relative;
  padding: 30px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }
  .piwo-carousel-pagination .swiper-pagination-bullet {
    opacity: 1;
    -webkit-transition: background .2s, padding .2s;
    transition: background .2s, padding .2s;
    width: 8px;
    height: 8px;
    margin: 0 5px;
    background: currentColor;
    border: 2px solid; }
    .piwo-carousel-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
      background: transparent;
      height: 10px;
      width: 10px; }
  .piwo-carousel-pagination .swiper-pagination-bullet-active {
    background: #556df4; }

.piwo-carousel-arrows .arrow {
  position: absolute;
  width: 40px;
  height: 40px;
  top: 50%;
  margin-top: -20px;
  cursor: pointer;
  -webkit-transition: -webkit-transform .2s;
  transition: -webkit-transform .2s;
  transition: transform .2s;
  transition: transform .2s, -webkit-transform .2s;
  z-index: 1; }
  .piwo-carousel-arrows .arrow.arrow-prev {
    left: 40px; }
    .piwo-carousel-arrows .arrow.arrow-prev .arrow-icon > div:before {
      -webkit-transform: rotate(-45deg) scaleX(0.7);
              transform: rotate(-45deg) scaleX(0.7); }
    .piwo-carousel-arrows .arrow.arrow-prev .arrow-icon > div:after {
      -webkit-transform: rotate(45deg) scaleX(0.7);
              transform: rotate(45deg) scaleX(0.7); }
    .piwo-carousel-arrows .arrow.arrow-prev .arrow-icon:after {
      -webkit-transform-origin: left;
              transform-origin: left;
      left: 0;
      right: auto; }
    .piwo-carousel-arrows .arrow.arrow-prev .arrow-icon > div:before, .piwo-carousel-arrows .arrow.arrow-prev .arrow-icon > div:after {
      -webkit-transform-origin: left;
              transform-origin: left;
      left: 0; }
  .piwo-carousel-arrows .arrow.arrow-next {
    right: 40px; }
    .piwo-carousel-arrows .arrow.arrow-next .arrow-icon > div:before {
      -webkit-transform: rotate(45deg) scaleX(0.7);
              transform: rotate(45deg) scaleX(0.7); }
    .piwo-carousel-arrows .arrow.arrow-next .arrow-icon > div:after {
      -webkit-transform: rotate(-45deg) scaleX(0.7);
              transform: rotate(-45deg) scaleX(0.7); }
    .piwo-carousel-arrows .arrow.arrow-next .arrow-icon:after {
      -webkit-transform-origin: right;
              transform-origin: right;
      left: auto;
      right: 0; }
    .piwo-carousel-arrows .arrow.arrow-next .arrow-icon > div:before, .piwo-carousel-arrows .arrow.arrow-next .arrow-icon > div:after {
      -webkit-transform-origin: right;
              transform-origin: right;
      right: 0; }
  .piwo-carousel-arrows .arrow .arrow-icon {
    height: 40px;
    position: relative;
    background: transparent !important; }
    .piwo-carousel-arrows .arrow .arrow-icon:after {
      content: "";
      height: 1px;
      width: 40px;
      background: currentColor;
      line-height: 40px;
      margin-top: 20px;
      position: relative;
      -webkit-box-shadow: 0 0 15px 2px rgba(0, 0, 0, 0.2);
              box-shadow: 0 0 15px 2px rgba(0, 0, 0, 0.2);
      position: absolute;
      top: 0;
      left: 0;
      -webkit-transform: scaleX(0);
              transform: scaleX(0);
      -webkit-transition: -webkit-transform .2s;
      transition: -webkit-transform .2s;
      transition: transform .2s;
      transition: transform .2s, -webkit-transform .2s; }
    .piwo-carousel-arrows .arrow .arrow-icon > div {
      position: relative;
      width: 40px;
      height: 40px; }
      .piwo-carousel-arrows .arrow .arrow-icon > div:before {
        content: "";
        width: 40px;
        height: 2px;
        background: currentColor;
        position: absolute;
        top: 50%;
        margin-top: -1px;
        -webkit-transition: opacity .2s, -webkit-transform .2s;
        transition: opacity .2s, -webkit-transform .2s;
        transition: transform .2s, opacity .2s;
        transition: transform .2s, opacity .2s, -webkit-transform .2s;
        opacity: .5;
        -webkit-box-shadow: 0 0 15px 2px rgba(0, 0, 0, 0.2);
                box-shadow: 0 0 15px 2px rgba(0, 0, 0, 0.2); }
      .piwo-carousel-arrows .arrow .arrow-icon > div:after {
        content: "";
        width: 40px;
        height: 2px;
        background: currentColor;
        position: absolute;
        top: 50%;
        margin-top: -1px;
        -webkit-transition: opacity .2s, -webkit-transform .2s;
        transition: opacity .2s, -webkit-transform .2s;
        transition: transform .2s, opacity .2s;
        transition: transform .2s, opacity .2s, -webkit-transform .2s;
        opacity: .5;
        -webkit-box-shadow: 0 0 15px 2px rgba(0, 0, 0, 0.2);
                box-shadow: 0 0 15px 2px rgba(0, 0, 0, 0.2); }
  .piwo-carousel-arrows .arrow:hover {
    -webkit-transition: -webkit-transform .2s;
    transition: -webkit-transform .2s;
    transition: transform .2s;
    transition: transform .2s, -webkit-transform .2s; }
    .piwo-carousel-arrows .arrow:hover .arrow-icon:after {
      -webkit-transform: scaleX(1.5);
              transform: scaleX(1.5); }
    .piwo-carousel-arrows .arrow:hover .arrow-icon > div:before, .piwo-carousel-arrows .arrow:hover .arrow-icon > div:after {
      -webkit-box-shadow: 0 0 30px 2px rgba(0, 0, 0, 0.2);
              box-shadow: 0 0 30px 2px rgba(0, 0, 0, 0.2); }
    .piwo-carousel-arrows .arrow:hover.arrow-prev .arrow-icon > div:before {
      -webkit-transform: rotate(-45deg) scale(0.3, 0.5) !important;
              transform: rotate(-45deg) scale(0.3, 0.5) !important;
      opacity: 1; }
    .piwo-carousel-arrows .arrow:hover.arrow-prev .arrow-icon > div:after {
      -webkit-transform: rotate(45deg) scale(0.3, 0.5) !important;
              transform: rotate(45deg) scale(0.3, 0.5) !important;
      opacity: 1; }
    .piwo-carousel-arrows .arrow:hover.arrow-next .arrow-icon > div:before {
      -webkit-transform: rotate(45deg) scale(0.3, 0.5) !important;
              transform: rotate(45deg) scale(0.3, 0.5) !important;
      opacity: 1; }
    .piwo-carousel-arrows .arrow:hover.arrow-next .arrow-icon > div:after {
      -webkit-transform: rotate(-45deg) scale(0.3, 0.5) !important;
              transform: rotate(-45deg) scale(0.3, 0.5) !important;
      opacity: 1; }

.piwo-slider-container {
  position: relative;
  z-index: 2;
  overflow: hidden; }
  .piwo-slider-container .slide-nav {
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 3;
    white-space: nowrap;
    position: relative; }
    .piwo-slider-container .slide-nav .piwo-slide-content {
      display: inline-block;
      height: 100%;
      position: relative;
      vertical-align: top;
      cursor: pointer;
      overflow: hidden;
      border-right: 1px solid rgba(255, 255, 255, 0.12);
      background-size: cover;
      background-position: center; }
      @media screen and (max-width: 39.9375em) {
        .piwo-slider-container .slide-nav .piwo-slide-content:first-of-type {
          padding-top: 100px; } }
      @media print, screen and (min-width: 64em) {
        .piwo-slider-container .slide-nav .piwo-slide-content {
          background-image: none !important; } }
      .piwo-slider-container .slide-nav .piwo-slide-content:last-of-type {
        border-bottom: none; }
      .piwo-slider-container .slide-nav .piwo-slide-content .item-desc {
        height: 100%;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        padding: 40px;
        width: 80%;
        text-align: left;
        position: relative;
        z-index: 1;
        -webkit-box-pack: start;
            -ms-flex-pack: start;
                justify-content: flex-start;
        -webkit-box-align: end;
            -ms-flex-align: end;
                align-items: flex-end; }
        @media screen and (max-width: 63.9375em) {
          .piwo-slider-container .slide-nav .piwo-slide-content .item-desc {
            width: 100%; } }
        .piwo-slider-container .slide-nav .piwo-slide-content .item-desc h2.h4 {
          margin-bottom: 0; }
        .piwo-slider-container .slide-nav .piwo-slide-content .item-desc .heading-intro-text {
          margin-bottom: 15px; }
        .piwo-slider-container .slide-nav .piwo-slide-content .item-desc .btn {
          margin-top: 30px; }
      .piwo-slider-container .slide-nav .piwo-slide-content .slide-overlay {
        opacity: .6;
        -webkit-transition: opacity .4s;
        transition: opacity .4s;
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%; }
      .piwo-slider-container .slide-nav .piwo-slide-content h2 {
        display: inline-block; }
      .piwo-slider-container .slide-nav .piwo-slide-content:hover .img-hover {
        opacity: 1; }
      .piwo-slider-container .slide-nav .piwo-slide-content:hover .slide-overlay {
        opacity: 0; }
  .piwo-slider-container .bg-images {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%; }
    .piwo-slider-container .bg-images .img-slide {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      background-size: cover;
      height: 100%;
      will-change: opacity;
      background-position: center center; }
  .piwo-slider-container .item-wrapper {
    white-space: normal;
    -webkit-transition: -webkit-transform .3s;
    transition: -webkit-transform .3s;
    transition: transform .3s;
    transition: transform .3s, -webkit-transform .3s; }
    .piwo-slider-container .item-wrapper > * {
      text-shadow: 0 0px 10px rgba(0, 0, 0, 0.3); }
    .piwo-slider-container .item-wrapper h2 {
      margin-bottom: 20px; }
    .piwo-slider-container .item-wrapper p {
      font-weight: bold; }
  .piwo-slider-container .piwo-slider {
    position: absolute;
    top: 0;
    left: 0; }
  .piwo-slider-container.slide-mobile .slide-nav {
    left: 0 !important;
    height: auto !important; }
    .piwo-slider-container.slide-mobile .slide-nav .piwo-slide-content {
      display: block;
      height: auto;
      border: none;
      border-bottom: 1px solid rgba(255, 255, 255, 0.12); }
      .piwo-slider-container.slide-mobile .slide-nav .piwo-slide-content h2 > span {
        background-size: 100% 100%; }
  .piwo-slider-container.slide-mobile .piwo-slider, .piwo-slider-container.slide-mobile .piwo-parallax {
    height: 100vh; }
  .piwo-slider-container.slide-mobile .img-hover {
    opacity: 1 !important; }
  .piwo-slider-container .swiper-slide > div {
    background-size: cover;
    background-position: center center;
    width: 100%; }

.vc_tta-tabs.style-1 .vc_tta-tabs-container {
  border-bottom: 1px solid #ddd; }
  .vc_tta-tabs.style-1 .vc_tta-tabs-container .vc_tta-tab {
    background: transparent !important; }
    .vc_tta-tabs.style-1 .vc_tta-tabs-container .vc_tta-tab > a {
      padding: 20px 20px 20px 0 !important;
      border: none !important;
      opacity: .5; }
    .vc_tta-tabs.style-1 .vc_tta-tabs-container .vc_tta-tab.vc_active > a {
      opacity: 1; }
  .vc_tta-tabs.style-1 .vc_tta-tabs-container .vc_tta-title-text {
    font-weight: 700; }

.vc_tta-tabs.style-1 .vc_tta-panels {
  background: transparent !important; }

.vc_tta-tabs.style-1 .vc_tta-panel-body {
  border: none !important;
  margin-left: -20px;
  margin-right: -20px; }
  .vc_tta-tabs.style-1 .vc_tta-panel-body > div {
    padding: 6px 0 !important; }

.vc_tta-tabs.style-1.vc_tta-tabs-position-left .vc_tta-tabs-container, .vc_tta-tabs.style-1.vc_tta-tabs-position-right .vc_tta-tabs-container {
  border-bottom: none; }

.vc_tta-tabs.style-1.vc_tta-tabs-position-left .vc_tta-panel-body > div, .vc_tta-tabs.style-1.vc_tta-tabs-position-right .vc_tta-panel-body > div {
  padding: 3px 0; }

.vc_tta-tabs.style-1.vc_tta-tabs-position-left .vc_tta-tabs-list {
  margin-right: 20px !important;
  border-right: 1px solid #ddd; }

.vc_tta-tabs.style-1.vc_tta-tabs-position-right .vc_tta-tabs-list {
  margin-left: 20px !important; }

.vc_tta-tabs.style-2 .vc_tta-tabs-container .vc_tta-tabs-list {
  border-bottom: 1px solid #ddd; }

.vc_tta-tabs.style-2 .vc_tta-tabs-container .vc_tta-tab {
  border: 1px solid #ddd;
  border-bottom: none;
  border-left: none;
  background: transparent !important; }
  .vc_tta-tabs.style-2 .vc_tta-tabs-container .vc_tta-tab:first-of-type {
    border-left: 1px solid #ddd; }
  .vc_tta-tabs.style-2 .vc_tta-tabs-container .vc_tta-tab > a {
    padding: 20px !important;
    border: none !important;
    opacity: .5; }
  .vc_tta-tabs.style-2 .vc_tta-tabs-container .vc_tta-tab.vc_active > a {
    opacity: 1; }

.vc_tta-tabs.style-2 .vc_tta-tabs-container .vc_tta-title-text {
  font-weight: 700; }

.vc_tta-tabs.style-2 .vc_tta-panel-body {
  border: 1px solid !important;
  border-top: none !important;
  color: inherit; }
  .vc_tta-tabs.style-2 .vc_tta-panel-body > div {
    padding: 6px 0 !important; }

.vc_tta-tabs.style-2.vc_tta-tabs-position-left .vc_tta-tab, .vc_tta-tabs.style-2.vc_tta-tabs-position-right .vc_tta-tab {
  border-left: 1px solid #ddd; }

.vc_tta-tabs.style-2.vc_tta-tabs-position-left .vc_tta-panel-body, .vc_tta-tabs.style-2.vc_tta-tabs-position-right .vc_tta-panel-body {
  border: 1px solid !important; }

.vc_tta-tabs.style-2.vc_tta-tabs-position-left .vc_tta-panel-body {
  border-left: none !important; }

.vc_tta-tabs.style-2.vc_tta-tabs-position-right .vc_tta-panel-body {
  border-right: none !important; }

.vc_tta-tabs.style-3 .vc_tta-tab {
  border: none;
  background: #f9f9f9;
  position: relative;
  counter-increment: section;
  margin-right: 10px !important; }
  .vc_tta-tabs.style-3 .vc_tta-tab > a {
    padding: 20px !important;
    border: none !important;
    opacity: .5; }
  .vc_tta-tabs.style-3 .vc_tta-tab:before {
    content: "0" counter(section) ".";
    border: none !important;
    position: absolute;
    left: 20px;
    -webkit-box-shadow: none !important;
            box-shadow: none !important;
    bottom: 0;
    color: currentColor;
    height: 28px;
    width: auto;
    top: 20px;
    font-weight: 700;
    opacity: .5; }
  .vc_tta-tabs.style-3 .vc_tta-tab.vc_active > a {
    opacity: 1; }
  .vc_tta-tabs.style-3 .vc_tta-tab.vc_active:before {
    opacity: 1; }

.vc_tta-tabs.style-3 .vc_tta-title-text {
  font-weight: 700;
  padding-left: 25px; }

.vc_tta-tabs.style-3 .vc_tta-panel-body {
  border: none !important;
  margin-left: -20px;
  margin-right: -20px; }
  .vc_tta-tabs.style-3 .vc_tta-panel-body > div {
    padding: 6px 0 !important; }

.vc_tta-tabs.style-3.vc_tta-tabs-position-left .vc_tta-tab, .vc_tta-tabs.style-3.vc_tta-tabs-position-right .vc_tta-tab {
  margin-bottom: 10px !important; }

.vc_tta-tabs.style-3.vc_tta-tabs-position-left .vc_tta-panel-body, .vc_tta-tabs.style-3.vc_tta-tabs-position-right .vc_tta-panel-body {
  margin: 0 -20px; }

.vc_tta-tabs.style-3.vc_tta-tabs-position-left .vc_tta-tab {
  margin-right: 20px !important; }

.vc_tta-tabs.style-3.vc_tta-tabs-position-right .vc_tta-tab {
  margin-left: 20px !important; }

@media screen and (max-width: 48em) {
  .vc_tta-tabs .vc_tta-panel-title > a {
    padding: 10px 0 !important;
    font-size: 20px; }
  .vc_tta-tabs .vc_tta-panel-heading {
    opacity: .5;
    border: none !important; }
  .vc_tta-tabs .vc_active .vc_tta-panel-heading {
    opacity: 1; }
  .vc_tta-tabs.style-2 .vc_tta-panel-body {
    border: none !important;
    padding-left: 0 !important;
    padding-right: 0 !important; }
  .vc_tta-tabs.style-2.vc_tta-tabs-position-left .vc_tta-panel-body, .vc_tta-tabs.style-2.vc_tta-tabs-position-right .vc_tta-panel-body {
    border: none !important; }
  .vc_tta-tabs.style-3 .vc_tta-panel-title {
    position: relative; }
    .vc_tta-tabs.style-3 .vc_tta-panel-title .vc_tta-title-text {
      padding-left: 0; }
    .vc_tta-tabs.style-3 .vc_tta-panel-title a {
      display: inline-block !important;
      margin-left: 5px; }
    .vc_tta-tabs.style-3 .vc_tta-panel-title:before {
      content: "0" counter(section) ".";
      border: none !important;
      display: inline-block;
      -webkit-box-shadow: none !important;
              box-shadow: none !important;
      color: currentColor;
      opacity: .5;
      font-size: 20px; }
  .vc_tta-tabs.style-3 .vc_tta-panel {
    counter-increment: section; }
    .vc_tta-tabs.style-3 .vc_tta-panel.vc_active .vc_tta-panel-title:before {
      opacity: 1; } }

.vc_tta-accordion.vc_tta.vc_general .accordion-header {
  display: block;
  border-bottom: 1px solid #ddd;
  padding: 20px 0;
  font-weight: 700;
  font-size: 16px; }

.vc_tta-accordion.vc_tta.vc_general .accordion-content {
  padding: 20px 0;
  display: block;
  border-bottom: 1px solid #ddd; }

.vc_tta-accordion.vc_tta.vc_general.style-1 .vc_tta-panels {
  background: transparent !important; }

.vc_tta-accordion.vc_tta.vc_general.style-1 .vc_tta-panel {
  border-bottom: 1px solid #ddd; }

.vc_tta-accordion.vc_tta.vc_general.style-1 .vc_tta-panel-body {
  border: none;
  border-top: 1px solid;
  padding: 0;
  color: inherit !important; }
  .vc_tta-accordion.vc_tta.vc_general.style-1 .vc_tta-panel-body .accordion-content {
    border: none;
    padding: 20px 0 !important; }

.vc_tta-accordion.vc_tta.vc_general.style-1 .vc_tta-panel-heading {
  border: none; }
  .vc_tta-accordion.vc_tta.vc_general.style-1 .vc_tta-panel-heading .vc_tta-panel-title {
    font-size: 16px;
    font-family: inherit !important;
    line-height: inherit; }
    .vc_tta-accordion.vc_tta.vc_general.style-1 .vc_tta-panel-heading .vc_tta-panel-title a {
      padding: 20px 0; }

.vc_tta-accordion.vc_tta.vc_general.style-1 .vc_tta-controls-icon {
  right: 20px;
  left: auto !important;
  height: 8px;
  width: 8px; }

.vc_tta-accordion.vc_tta.vc_general.style-1 .vc_tta-panel:first-of-type .vc_tta-panel-heading {
  border-top: 1px solid #ddd; }

.vc_tta-accordion.vc_tta.vc_general.style-2 .vc_tta-panels {
  border-left: 1px solid #ddd;
  border-right: 1px solid #ddd; }

.vc_tta-accordion.vc_tta.vc_general.style-2 .vc_tta-panel {
  border-bottom: 1px solid #ddd; }

.vc_tta-accordion.vc_tta.vc_general.style-2 .vc_tta-panel-body {
  border: none;
  border-top: 1px solid;
  padding: 0 20px;
  color: inherit !important; }
  .vc_tta-accordion.vc_tta.vc_general.style-2 .vc_tta-panel-body .accordion-content {
    border: none;
    padding: 20px 0 !important; }

.vc_tta-accordion.vc_tta.vc_general.style-2 .vc_tta-panel-heading {
  border: none; }
  .vc_tta-accordion.vc_tta.vc_general.style-2 .vc_tta-panel-heading .vc_tta-panel-title {
    font-size: 16px;
    font-family: inherit !important;
    line-height: inherit; }
    .vc_tta-accordion.vc_tta.vc_general.style-2 .vc_tta-panel-heading .vc_tta-panel-title a {
      padding: 20px; }

.vc_tta-accordion.vc_tta.vc_general.style-2 .vc_tta-controls-icon {
  right: 20px;
  left: auto !important;
  height: 8px;
  width: 8px; }

.vc_tta-accordion.vc_tta.vc_general.style-2 .vc_tta-panel:first-of-type .vc_tta-panel-heading {
  border-top: 1px solid #ddd; }

.vc_tta-accordion.vc_tta.vc_general.style-3 .vc_tta-panels {
  background: transparent !important; }

.vc_tta-accordion.vc_tta.vc_general.style-3 .vc_tta-panel-body {
  border: none;
  padding: 0 20px; }
  .vc_tta-accordion.vc_tta.vc_general.style-3 .vc_tta-panel-body .accordion-content {
    border: none;
    padding: 20px 0 !important; }

.vc_tta-accordion.vc_tta.vc_general.style-3 .vc_tta-panel {
  position: relative;
  counter-increment: section;
  margin-bottom: 10px; }
  .vc_tta-accordion.vc_tta.vc_general.style-3 .vc_tta-panel:before {
    content: "0" counter(section) ".";
    border: none !important;
    position: absolute;
    left: 20px;
    -webkit-box-shadow: none !important;
            box-shadow: none !important;
    bottom: 0;
    color: currentColor;
    height: 28px;
    width: auto;
    top: 20px;
    font-weight: 700; }

.vc_tta-accordion.vc_tta.vc_general.style-3 .vc_tta-panel-heading {
  border: none;
  background: #f9f9f9; }
  .vc_tta-accordion.vc_tta.vc_general.style-3 .vc_tta-panel-heading .vc_tta-panel-title {
    font-size: 16px;
    font-family: inherit !important;
    line-height: inherit; }
    .vc_tta-accordion.vc_tta.vc_general.style-3 .vc_tta-panel-heading .vc_tta-panel-title a {
      padding: 20px;
      padding-left: 46px !important; }

.vc_tta-accordion.vc_tta.vc_general.style-3 .vc_tta-controls-icon {
  right: 20px;
  left: auto !important;
  height: 8px;
  width: 8px; }

.vc_toggle.vc_toggle_default .vc_toggle_title {
  padding-left: 30px; }
  .vc_toggle.vc_toggle_default .vc_toggle_title h4 {
    font-size: 16px;
    font-weight: 700;
    line-height: inherit; }
  .vc_toggle.vc_toggle_default .vc_toggle_title .vc_toggle_icon {
    width: 12px;
    height: 2px;
    margin-left: 0;
    background: #333;
    border: none; }
    .vc_toggle.vc_toggle_default .vc_toggle_title .vc_toggle_icon:before, .vc_toggle.vc_toggle_default .vc_toggle_title .vc_toggle_icon:after {
      background: #333;
      border: none;
      width: 2px !important; }
    .vc_toggle.vc_toggle_default .vc_toggle_title .vc_toggle_icon:after {
      height: 12px;
      opacity: 1;
      visibility: visible;
      -webkit-transition: opacity .2s 0s, visibility 0s 0s;
      transition: opacity .2s 0s, visibility 0s 0s; }

.vc_toggle.vc_toggle_default.vc_toggle_active .vc_toggle_icon:after {
  opacity: 0;
  visibility: hidden;
  -webkit-transition: opacity .2s 0s, visibility 0s .2s;
  transition: opacity .2s 0s, visibility 0s .2s; }

.piwo-cta {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 40px 0; }
  .piwo-cta .piwo-cta-btn, .piwo-cta .btn {
    margin: 0; }
  .piwo-cta .piwo-cta-text > *:last-of-type {
    margin-bottom: 0; }
  .piwo-cta.piwo-cta-right, .piwo-cta.piwo-cta-left {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
  .piwo-cta.piwo-cta-right .piwo-cta-btn {
    margin-left: 40px; }
  .piwo-cta.piwo-cta-left {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse; }
    .piwo-cta.piwo-cta-left .piwo-cta-btn {
      margin-right: 40px; }
  .piwo-cta.piwo-cta-top, .piwo-cta.piwo-cta-bottom {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column; }
  .piwo-cta.piwo-cta-top {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse; }
    .piwo-cta.piwo-cta-top .piwo-cta-btn {
      margin-bottom: 30px; }
  .piwo-cta.piwo-cta-bottom .piwo-cta-btn {
    margin-top: 30px; }
  @media screen and (max-width: 39.9375em) {
    .piwo-cta .piwo-cta-text > h5 {
      margin-bottom: 10px !important; } }
  @media screen and (min-width: 40em) and (max-width: 63.9375em) {
    .piwo-cta .piwo-cta-text > h5 {
      margin-bottom: 5px !important; } }
  @media screen and (max-width: 63.9375em) {
    .piwo-cta.piwo-cta-right {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      -webkit-box-align: inherit;
          -ms-flex-align: inherit;
              align-items: inherit; }
      .piwo-cta.piwo-cta-right .piwo-cta-btn {
        margin-top: 30px; }
    .piwo-cta.piwo-cta-left {
      -webkit-box-orient: vertical;
      -webkit-box-direction: reverse;
          -ms-flex-direction: column-reverse;
              flex-direction: column-reverse;
      -webkit-box-align: inherit;
          -ms-flex-align: inherit;
              align-items: inherit; }
      .piwo-cta.piwo-cta-left .piwo-cta-btn {
        margin-bottom: 30px; } }

.piwo-presentation-box {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }
  .piwo-presentation-box .overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }
  .piwo-presentation-box .presentation-box-content {
    position: relative; }
  .piwo-presentation-box .img {
    background-size: cover;
    background-position: center center; }
  .piwo-presentation-box img {
    display: none; }
  .piwo-presentation-box.style-side .img, .piwo-presentation-box.style-side .presentation-box-content {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    width: 50%; }
  .piwo-presentation-box.style-side .presentation-box-content {
    padding: 80px; }
  .piwo-presentation-box.style-side.img-right .img {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2; }
  .piwo-presentation-box.style-overlapping .overlay {
    width: 25%; }
  .piwo-presentation-box.style-overlapping .img {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 60%;
            flex: 0 0 60%;
    width: 60%; }
  .piwo-presentation-box.style-overlapping .presentation-box-content {
    margin-top: 80px;
    margin-bottom: 80px;
    padding: 40px; }
  .piwo-presentation-box.style-overlapping.img-left .presentation-box-content {
    margin-left: -80px;
    margin-right: 80px; }
  .piwo-presentation-box.style-overlapping.img-left .overlay {
    right: 40%;
    left: auto; }
  .piwo-presentation-box.style-overlapping.img-right .presentation-box-content {
    margin-right: -80px;
    margin-left: 80px; }
  .piwo-presentation-box.style-overlapping.img-right .overlay {
    left: 40%;
    right: auto; }
  .piwo-presentation-box.style-overlapping.img-right .img {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2; }
  .piwo-presentation-box.style-inside {
    background-size: cover;
    background-position: center center; }
    .piwo-presentation-box.style-inside .img {
      display: none; }
    .piwo-presentation-box.style-inside .presentation-box-content {
      margin: 40px;
      padding: 40px; }
  @media screen and (max-width: 63.9375em) {
    .piwo-presentation-box.style-inside .presentation-box-content {
      padding: 20px;
      margin: 20px !important; }
    .piwo-presentation-box.style-side .presentation-box-content {
      padding: 20px; }
    .piwo-presentation-box.style-overlapping .presentation-box-content {
      padding: 20px;
      margin: 0 !important; } }
  @media screen and (max-width: 47.9375em) {
    .piwo-presentation-box {
      display: block !important; }
      .piwo-presentation-box .img, .piwo-presentation-box .overlay {
        display: none; }
      .piwo-presentation-box img {
        display: block; }
      .piwo-presentation-box .presentation-box-content {
        width: 100% !important; }
      .piwo-presentation-box.style-inside {
        background: none !important;
        min-height: auto !important; }
        .piwo-presentation-box.style-inside .overlay {
          display: block; }
        .piwo-presentation-box.style-inside .presentation-box-content {
          padding: 20px;
          margin: 0 !important;
          position: absolute;
          bottom: 20px;
          width: auto !important; }
        .piwo-presentation-box.style-inside.hor-flex-start .presentation-box-content {
          left: 20px; }
        .piwo-presentation-box.style-inside.hor-center .presentation-box-content {
          left: 50%;
          -webkit-transform: translateX(-50%);
                  transform: translateX(-50%); }
        .piwo-presentation-box.style-inside.hor-flex-end .presentation-box-content {
          right: 20px; }
      .piwo-presentation-box.style-side .presentation-box-content {
        padding: 20px; }
      .piwo-presentation-box.style-overlapping .presentation-box-content {
        padding: 20px;
        margin: 0 !important; } }

.wpb_wrapper .vc_progress_bar .piwo-single-bar {
  margin-bottom: 20px; }

.wpb_wrapper .vc_progress_bar .vc_single_bar {
  border-radius: 3px;
  -webkit-box-shadow: none;
          box-shadow: none;
  background: #ccd3fc;
  position: relative;
  height: 10px; }

.wpb_wrapper .vc_progress_bar .vc_bar {
  border-radius: 0;
  -webkit-transition: none !important;
  transition: none !important; }

.wpb_wrapper .vc_progress_bar .vc_label {
  padding: 0;
  font-size: 16px;
  width: 100%;
  margin-bottom: 10px;
  font-weight: 700;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }

.wpb_wrapper .vc_progress_bar .vc_label_units {
  background: #556df4;
  font-size: 12px;
  color: #fff;
  padding: 0 8px;
  border-radius: 5px;
  margin-left: 10px; }

.chart {
  width: 150px;
  height: 150px;
  margin: 0 auto; }

.vc_pie_chart_value.piwo-header {
  font-size: 18px !important; }

.wpb_pie_chart_heading {
  margin: 20px 0 0 0; }

.piwo_countdown {
  text-align: center; }
  .piwo_countdown .show7 .piwo_countdown-section {
    width: calc(100%/7); }
  .piwo_countdown .show6 .piwo_countdown-section {
    width: calc(100%/6); }
  .piwo_countdown .show5 .piwo_countdown-section {
    width: 20%; }
  .piwo_countdown .show4 .piwo_countdown-section {
    width: 25%; }
  .piwo_countdown .show3 .piwo_countdown-section {
    width: calc(100%/3); }
  .piwo_countdown .show2 .piwo_countdown-section {
    width: 50%; }
  @media screen and (max-width: 39.9375em) {
    .piwo_countdown .piwo_countdown-section {
      width: 100% !important;
      display: block; } }
  .piwo_countdown .piwo_countdown-section {
    display: inline-block; }
    .piwo_countdown .piwo_countdown-section:last-of-type {
      padding-right: none; }
    .piwo_countdown .piwo_countdown-section .piwo_countdown-amount {
      font-size: 72px;
      letter-spacing: 1px;
      display: block;
      font-weight: bold; }
    .piwo_countdown .piwo_countdown-section .piwo_countdown-period {
      font-size: 14px;
      text-transform: uppercase;
      letter-spacing: 2px; }

.piwo-counter.style-ver .icon-value img {
  display: inline-block;
  margin: 0 auto 20px; }

.piwo-counter.style-ver .icon-value span {
  display: block; }

.piwo-counter.style-ver .icon-value p {
  margin-bottom: 20px; }

.piwo-counter.style-inline .icon-value {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 20px; }
  .piwo-counter.style-inline .icon-value img {
    margin-right: 20px; }

.piwo-counter.style-hor {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }
  .piwo-counter.style-hor .icon-value {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
    .piwo-counter.style-hor .icon-value img {
      margin-right: 20px; }
  .piwo-counter.style-hor .counter-text {
    text-align: left;
    margin-left: 20px; }

.piwo-counter p {
  font-weight: 700;
  line-height: 1em;
  margin-bottom: 0; }

.piwo-counter .counter-title {
  margin-bottom: 0; }

.piwo-counter .counter-subtitle {
  text-transform: uppercase;
  font-size: 14px; }

.piwo-pricing-table.style1 {
  border: 1px solid #ddd; }
  .piwo-pricing-table.style1 .time-interval {
    font-size: 12px;
    font-weight: 700;
    color: #fff;
    background: #556cf4;
    padding: 10px 25px;
    border-radius: 50px;
    margin: 0 auto; }
  .piwo-pricing-table.style1 .header-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }

.piwo-pricing-table.style2 .pricing-content {
  border-bottom: 1px solid #ddd; }

.piwo-pricing-table.style2.featured .pricing-content {
  border-bottom: 1px solid transparent; }

.piwo-pricing-table.style2 .price {
  margin-bottom: 0;
  padding-bottom: 0; }

.piwo-pricing-table.style2 .time-interval {
  font-size: 12px;
  font-weight: 700;
  padding: 0;
  margin: 0 auto;
  background: transparent !important; }

.piwo-pricing-table .pricing-content {
  padding: 40px; }
  .piwo-pricing-table .pricing-content h3 {
    margin-bottom: 0;
    position: relative; }
  .piwo-pricing-table .pricing-content .subtitle {
    text-transform: uppercase;
    font-size: 14px;
    position: relative; }
  .piwo-pricing-table .pricing-content .price-badge {
    position: relative; }

.piwo-pricing-table .price {
  font-size: 36px;
  font-weight: bold;
  line-height: 1;
  padding: 10px 0;
  margin-top: 20px;
  position: relative;
  margin-bottom: 5px;
  font-family: poppins; }
  .piwo-pricing-table .price span {
    display: inline-block;
    vertical-align: top; }

.piwo-pricing-table .price-desc {
  padding: 40px; }

.piwo-pricing-table .desc {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 40px; }
  .piwo-pricing-table .desc ul {
    margin: 0; }
  .piwo-pricing-table .desc li {
    margin-bottom: 0;
    list-style-type: none;
    position: relative;
    font-weight: 400; }
    .piwo-pricing-table .desc li:before {
      content: "";
      position: relative;
      width: 6px;
      height: 6px;
      top: -3px;
      background: #556df4;
      border-radius: 50%;
      margin-right: 15px;
      display: inline-block; }

.piwo-pricing-table .btn {
  margin-bottom: 0; }

.piwo-pricing-table.piwo-pricing-table-2 {
  background: #f9f9f9;
  border: none; }
  .piwo-pricing-table.piwo-pricing-table-2 .price {
    padding-bottom: 0;
    margin-bottom: 0; }
  .piwo-pricing-table.piwo-pricing-table-2 .pricing-content {
    padding-bottom: 0; }
  .piwo-pricing-table.piwo-pricing-table-2 .price-desc {
    margin-top: 40px;
    border-top: 1px solid #ddd; }
  .piwo-pricing-table.piwo-pricing-table-2.featured .price-desc {
    background: rgba(0, 0, 0, 0.08);
    border-top: 1px solid transparent; }

.piwo_video_lightbox.play_button {
  position: relative;
  width: 90px;
  height: 90px;
  margin: 0;
  display: inline-block; }

.centered-text .piwo_video_lightbox.play_button {
  margin: 0 30px; }

.piwo_video_lightbox svg {
  display: block;
  width: 20px;
  height: 20px;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-left: 2px;
  transform: translateY(-50%) translateX(-50%);
  -webkit-transform: translateY(-50%) translateX(-50%); }

.piwo_video_lightbox.play_button:before {
  display: block;
  position: absolute;
  content: ' ';
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 6px solid;
  z-index: 10;
  border-radius: 200px;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  transition: all 0.4s cubic-bezier(0.19, 1, 0.22, 1) 0s;
  -webkit-transition: all 0.4s cubic-bezier(0.19, 1, 0.22, 1) 0s; }

.piwo_video_lightbox.play_button_with_text span.play {
  height: 52px;
  width: 52px;
  position: relative;
  vertical-align: middle;
  display: inline-block; }
  .piwo_video_lightbox.play_button_with_text span.play > .inner-wrap {
    height: 100%;
    width: 100%;
    display: block;
    border-radius: 50%;
    transition: all 0.45s cubic-bezier(0.15, 0.2, 0.1, 1) 0s;
    -webkit-transition: all 0.45s cubic-bezier(0.15, 0.2, 0.1, 1) 0s; }

.piwo_video_lightbox.play_button_with_text:hover span.play > .inner-wrap {
  -webkit-transform: scale(1.15);
  transform: scale(1.15); }

.piwo_video_lightbox.play_button_with_text .link-text > * {
  margin-bottom: 0; }

body .piwo_video_lightbox.play_button_with_text span.play:before {
  width: 50px;
  height: 50px;
  left: 50%;
  top: 50%;
  z-index: -1; }

.piwo_video_lightbox.play_button_with_text svg {
  width: 14px;
  height: 14px;
  z-index: 100; }

.piwo_video_lightbox.play_button_with_text .link-text {
  display: inline-block;
  margin-left: 25px;
  vertical-align: middle; }

.piwo_video_lightbox span.play {
  display: block;
  height: 100%;
  width: 100%;
  transition: all 0.4s cubic-bezier(0.19, 1, 0.22, 1) 0s;
  -webkit-transition: all 0.4s cubic-bezier(0.19, 1, 0.22, 1) 0s; }

.piwo_video_lightbox path {
  fill: inherit; }

.piwo_video_lightbox:hover:before {
  transform: scale(1.1);
  -webkit-transform: scale(1.1);
  opacity: 0.4; }

.piwo_video_lightbox:not(.play_button_with_text):hover span.play {
  transform: scale(1.3);
  -webkit-transform: scale(1.3); }

.piwo_video_lightbox.piwo-button[data-color*="transparent"] {
  background-color: transparent !important;
  border: 2px solid #fff;
  opacity: 1;
  transition: all 0.2s linear;
  -webkit-transition: all 0.2s linear; }
  .piwo_video_lightbox.piwo-button[data-color*="transparent"]:hover {
    color: #fff !important;
    border-color: transparent !important; }

.piwo-video-box {
  overflow: hidden;
  line-height: 0;
  position: relative;
  margin-bottom: 35px; }
  .piwo-video-box img {
    transition: all 0.7s cubic-bezier(0.2, 1, 0.22, 1);
    -webkit-transition: all 0.7s cubic-bezier(0.2, 1, 0.22, 1);
    margin-bottom: 0 !important;
    transform: translateZ(0) scale(1.05);
    -webkit-transform: translateZ(0) scale(1.05);
    backface-visibility: hidden;
    -webkit-backface-visibility: hidden;
    max-width: none !important;
    width: 100% !important; }
  .piwo-video-box[data-hover="zoom_button"] img {
    transition: none !important;
    -webkit-transition: none !important;
    -ms-transition: none !important;
    -webkit-transform: none !important;
    transform: none !important; }
  .piwo-video-box a.piwo_video_lightbox {
    position: absolute;
    left: 50%;
    top: 50%;
    z-index: 10;
    width: 70px;
    height: 70px;
    margin-top: -35px;
    margin-left: -35px;
    color: #fff;
    display: inline-block;
    border-radius: 200px;
    -webkit-transform: translateZ(0);
    transform: translateZ(0); }

body .piwo-video-box[data-hover="zoom_button"] a.piwo_video_lightbox:after {
  background-color: #000;
  position: absolute;
  content: ' ';
  display: block;
  left: 0;
  top: 0;
  width: 100%;
  border-radius: 200px;
  height: 100%;
  z-index: 1;
  transition: all 0.7s cubic-bezier(0.2, 1, 0.22, 1);
  -webkit-transition: all 0.7s cubic-bezier(0.2, 1, 0.22, 1); }

.piwo-video-box:hover a.piwo_video_lightbox:after {
  -webkit-transform: scale(1.14);
  transform: scale(1.14); }

.piwo-video-box[data-hover="zoom_button"] span.play {
  position: relative;
  z-index: 10; }

.piwo-video-box > a.full-link {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: 100; }

.piwo-video-box:hover img {
  transform: scale(1.14);
  -webkit-transform: scale(1.14); }

.piwo-video-box .piwo_video_lightbox path {
  fill: #fff !important; }

body .piwo-video-box[data-hover="zoom_button"] a.piwo_video_lightbox {
  background-color: transparent !important; }

.show-on-hover > .wpb_wrapper {
  opacity: 0;
  -webkit-transition: opacity 0.4s;
  transition: opacity 0.4s; }

.show-on-hover:hover > .wpb_wrapper {
  opacity: 1; }

.pswp .wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center; }

.pswp .video-wrapper {
  width: 70%; }
  .pswp .video-wrapper .widescreen {
    width: 100%; }

.mfp-fade.mfp-wrap {
  opacity: 0;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s; }
  .mfp-fade.mfp-wrap.mfp-ready {
    opacity: 1; }
  .mfp-fade.mfp-wrap.mfp-removing {
    opacity: 0; }

.mfp-fade.mfp-bg {
  opacity: 0;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s; }
  .mfp-fade.mfp-bg.mfp-ready {
    opacity: 0.8; }
  .mfp-fade.mfp-bg.mfp-removing {
    opacity: 0; }

.piwo-add-info {
  border-left: 2px solid;
  display: inline-block;
  padding-left: 20px;
  position: relative; }
  .piwo-add-info.add-padding-bg {
    padding: 20px; }
  .piwo-add-info p {
    margin-bottom: 0; }

.fade-only, .fade-only img {
  -webkit-transform: none !important;
          transform: none !important; }

a.hover-underline {
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(96%, transparent), color-stop(0%, #556df4));
  background-image: linear-gradient(transparent 96%, #556df4 0%);
  background-size: 0 100%;
  background-repeat: no-repeat;
  -webkit-transition: background-size .2s;
  transition: background-size .2s; }
  a.hover-underline:hover {
    background-size: 100% 100%; }

.piwo-gradient-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%; }

.piwo-text-animation {
  overflow: hidden; }
  .piwo-text-animation .text-wrap {
    white-space: nowrap;
    word-break: keep-all; }

.blast {
  display: inline-block;
  opacity: 1;
  word-break: keep-all; }

.html5-video-player .video-click-tracking, .html5-video-player .video-stream {
  min-width: 100vh !important; }

.piwo-full-pages .fullpage-wrapper .columns > .vc_row {
  min-height: 100.01vh; }

.piwo-full-pages .fp-section {
  position: relative;
  overflow: hidden; }

#fp-nav {
  position: fixed;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 30px;
  z-index: 5;
  margin-top: 0 !important;
  text-align: center; }
  #fp-nav li {
    list-style-type: none;
    direction: rtl;
    text-align: right;
    line-height: 25px; }
    #fp-nav li a {
      display: inline-block;
      width: 30px;
      height: 25px;
      margin: 5px 0;
      text-align: center; }
      #fp-nav li a span {
        opacity: 1;
        -webkit-transition: background .2s, width .2s, height .2s;
        transition: background .2s, width .2s, height .2s;
        width: 8px;
        height: 8px;
        margin: 0 5px;
        background: currentColor;
        border: 2px solid;
        border-radius: 50%;
        line-height: 25px;
        display: inline-block; }
    #fp-nav li .fp-tooltip {
      display: inline-block;
      padding: 0 5px;
      vertical-align: middle;
      color: inherit;
      opacity: 0;
      visibility: hidden;
      -webkit-transition: opacity .4s 0s, visibility 0s .4s;
      transition: opacity .4s 0s, visibility 0s .4s; }
    #fp-nav li:hover a span {
      opacity: 1; }
    #fp-nav li:hover .fp-tooltip {
      opacity: 1;
      visibility: visible;
      -webkit-transition: opacity .4s 0s, visibility 0s 0s;
      transition: opacity .4s 0s, visibility 0s 0s;
      text-shadow: 0 0 2px rgba(0, 0, 0, 0.2); }
    #fp-nav li a.active span {
      background: transparent;
      height: 10px;
      width: 10px; }
  #fp-nav ul {
    margin: 0 !important; }

.piwo-full-pages .fullpage-wrapper {
  width: 100vw;
  max-width: none;
  position: fixed !important;
  left: 0;
  right: 0;
  padding: 0 !important;
  will-change: transform; }

.piwo-split-slider-container {
  top: 0;
  left: 0; }
  .piwo-split-slider-container .piwo-split-slider {
    -webkit-transition: background-color 1s;
    transition: background-color 1s; }
    @media print, screen and (min-width: 64em) {
      .piwo-split-slider-container .piwo-split-slider {
        height: 100vh !important; } }
  .piwo-split-slider-container .fixed-container {
    position: absolute;
    z-index: 5; }
    @media screen and (max-width: 63.9375em) {
      .piwo-split-slider-container .fixed-container {
        top: 30px;
        left: 30px;
        bottom: 30px;
        right: 30px; }
        .piwo-split-slider-container .fixed-container h1 {
          font-size: 30px !important; } }
    .piwo-split-slider-container .fixed-container h1 {
      text-shadow: 0px 0px 10px rgba(0, 0, 0, 0.7);
      line-height: 1.4em;
      margin-bottom: 30px; }
    @media print, screen and (min-width: 64em) {
      .piwo-split-slider-container .fixed-container {
        top: 100px;
        left: calc(90px + 2.5 * ((50vw - 300px) / 21.125));
        bottom: 100px;
        width: 50%; } }
    .piwo-split-slider-container .fixed-container .piwo-split-slide-desc {
      position: absolute;
      z-index: 1;
      bottom: 40px;
      left: 0;
      -webkit-transform: translate(0, 0);
              transform: translate(0, 0);
      opacity: 1;
      -webkit-transition: opacity .5s, -webkit-transform .5s;
      transition: opacity .5s, -webkit-transform .5s;
      transition: transform .5s, opacity .5s;
      transition: transform .5s, opacity .5s, -webkit-transform .5s;
      overflow: hidden; }
      .piwo-split-slider-container .fixed-container .piwo-split-slide-desc:not(.active) {
        pointer-events: none; }
      .piwo-split-slider-container .fixed-container .piwo-split-slide-desc .slide-text-wrapper {
        -webkit-transform: translateY(100%);
                transform: translateY(100%);
        -webkit-transition: -webkit-transform .5s;
        transition: -webkit-transform .5s;
        transition: transform .5s;
        transition: transform .5s, -webkit-transform .5s; }
      .piwo-split-slider-container .fixed-container .piwo-split-slide-desc.active .slide-text-wrapper {
        -webkit-transform: translateY(0);
                transform: translateY(0); }
  .piwo-split-slider-container .slide-shadow-text {
    position: absolute;
    bottom: 120px;
    left: -10px;
    color: currentColor;
    pointer-events: none;
    opacity: 0;
    white-space: nowrap;
    width: auto !important;
    -webkit-transition: opacity .3s .0s;
    transition: opacity .3s .0s; }
    .piwo-split-slider-container .slide-shadow-text.active {
      opacity: .07;
      -webkit-transition: opacity .3s .3s;
      transition: opacity .3s .3s; }
    .piwo-split-slider-container .slide-shadow-text h1 {
      font-size: calc(100px + 2.5 * ((100vw - 37.5rem) / 42.5));
      line-height: 1em; }
  .piwo-split-slider-container .slide {
    position: relative;
    overflow: hidden;
    width: calc(100vw - 60px);
    margin: 30px; }
    @media print, screen and (min-width: 64em) {
      .piwo-split-slider-container .slide {
        width: 80vw;
        height: calc(100vh - 200px) !important;
        margin: 100px 10vw; } }
  .piwo-split-slider-container .slide-img {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    overflow: hidden;
    width: 100%;
    height: 100%;
    z-index: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center; }
    .piwo-split-slider-container .slide-img .img-wrapper {
      -webkit-transform: scale(0.85);
              transform: scale(0.85);
      -webkit-transition: -webkit-transform 0.5s 0.1s cubic-bezier(0.15, 0.2, 0.1, 1);
      transition: -webkit-transform 0.5s 0.1s cubic-bezier(0.15, 0.2, 0.1, 1);
      transition: transform 0.5s 0.1s cubic-bezier(0.15, 0.2, 0.1, 1);
      transition: transform 0.5s 0.1s cubic-bezier(0.15, 0.2, 0.1, 1), -webkit-transform 0.5s 0.1s cubic-bezier(0.15, 0.2, 0.1, 1);
      position: relative;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      overflow: hidden;
      height: 100%; }
      @media screen and (max-width: 63.9375em) {
        .piwo-split-slider-container .slide-img .img-wrapper {
          width: 100%; }
          .piwo-split-slider-container .slide-img .img-wrapper .mobile-gradient {
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%; } }
      @media print, screen and (min-width: 64em) {
        .piwo-split-slider-container .slide-img .img-wrapper .mobile-gradient {
          display: none; } }
    .piwo-split-slider-container .slide-img.active .img-wrapper {
      -webkit-transform: scale(1);
              transform: scale(1); }
    .piwo-split-slider-container .slide-img.active img {
      -webkit-transform: scale(1);
              transform: scale(1); }
  .piwo-split-slider-container .portfolio-category {
    margin: 0 0 15px !important;
    font-size: inherit; }
    .piwo-split-slider-container .portfolio-category .piwo-hover-text:before {
      bottom: 20%; }
    @media screen and (max-width: 63.9375em) {
      .piwo-split-slider-container .portfolio-category {
        margin: -5px 0 30px; } }
  .piwo-split-slider-container .portfolio-category li {
    list-style-type: none;
    display: inline-block;
    padding-right: 5px;
    font-size: inherit; }
    .piwo-split-slider-container .portfolio-category li:after {
      content: ",";
      font-size: 16px;
      position: relative;
      opacity: .7; }
    .piwo-split-slider-container .portfolio-category li:last-of-type {
      padding-right: 0; }
      .piwo-split-slider-container .portfolio-category li:last-of-type:after {
        display: none; }
    .piwo-split-slider-container .portfolio-category li:hover a {
      opacity: 1; }
    .piwo-split-slider-container .portfolio-category li a {
      z-index: 1;
      opacity: 1;
      -webkit-transition: opacity .3s;
      transition: opacity .3s;
      font-size: 16px;
      text-shadow: 0px 0px 5px rgba(0, 0, 0, 0.7); }
      @media screen and (max-width: 63.9375em) {
        .piwo-split-slider-container .portfolio-category li a {
          font-size: 14px; } }
  .piwo-split-slider-container img {
    height: 100%;
    width: auto;
    max-width: none;
    -webkit-transform: scale(1.15);
            transform: scale(1.15);
    -webkit-transition: -webkit-transform 0.5s 0.1s cubic-bezier(0.15, 0.2, 0.1, 1);
    transition: -webkit-transform 0.5s 0.1s cubic-bezier(0.15, 0.2, 0.1, 1);
    transition: transform 0.5s 0.1s cubic-bezier(0.15, 0.2, 0.1, 1);
    transition: transform 0.5s 0.1s cubic-bezier(0.15, 0.2, 0.1, 1), -webkit-transform 0.5s 0.1s cubic-bezier(0.15, 0.2, 0.1, 1); }
  .piwo-split-slider-container .btn-container {
    position: absolute;
    left: 0;
    bottom: 80px;
    width: 100%;
    z-index: 5;
    height: 30px;
    overflow: hidden;
    pointer-events: none; }
    @media print, screen and (min-width: 64em) {
      .piwo-split-slider-container .btn-container {
        bottom: 150px;
        width: 50%; } }
  .piwo-split-slider-container .split-slider-btn {
    position: absolute;
    left: 150px;
    -webkit-transition: color 0.3s .2s;
    transition: color 0.3s .2s;
    pointer-events: none; }
    @media screen and (max-width: 63.9375em) {
      .piwo-split-slider-container .split-slider-btn {
        left: 80px; } }
    .piwo-split-slider-container .split-slider-btn a {
      text-transform: uppercase;
      letter-spacing: 1px;
      display: block;
      position: relative;
      white-space: nowrap; }
      .piwo-split-slider-container .split-slider-btn a > span {
        -webkit-transform: translateX(-100%);
                transform: translateX(-100%);
        overflow: hidden;
        display: block;
        -webkit-transition: -webkit-transform .4s 0s;
        transition: -webkit-transform .4s 0s;
        transition: transform .4s 0s;
        transition: transform .4s 0s, -webkit-transform .4s 0s; }
        .piwo-split-slider-container .split-slider-btn a > span span {
          -webkit-transform: translateX(100%);
                  transform: translateX(100%);
          display: inline-block;
          -webkit-transition: -webkit-transform .4s 0s;
          transition: -webkit-transform .4s 0s;
          transition: transform .4s 0s;
          transition: transform .4s 0s, -webkit-transform .4s 0s; }
      .piwo-split-slider-container .split-slider-btn a:before {
        content: "";
        position: absolute;
        left: -150px;
        bottom: -1px;
        height: 2px;
        background: currentColor;
        right: 0px;
        -webkit-transform: scaleX(0);
                transform: scaleX(0);
        -webkit-transition: -webkit-transform .3s 0s;
        transition: -webkit-transform .3s 0s;
        transition: transform .3s 0s;
        transition: transform .3s 0s, -webkit-transform .3s 0s;
        -webkit-transform-origin: left;
                transform-origin: left; }
      .piwo-split-slider-container .split-slider-btn a:after {
        content: "";
        position: absolute;
        left: -150px;
        bottom: -1px;
        height: 2px;
        background: #556df4;
        right: 0px;
        -webkit-transform: scaleX(0);
                transform: scaleX(0);
        -webkit-transition: -webkit-transform .3s;
        transition: -webkit-transform .3s;
        transition: transform .3s;
        transition: transform .3s, -webkit-transform .3s;
        -webkit-transform-origin: left;
                transform-origin: left; }
      @media screen and (max-width: 63.9375em) {
        .piwo-split-slider-container .split-slider-btn a:before, .piwo-split-slider-container .split-slider-btn a:after {
          left: -80px; } }
    .piwo-split-slider-container .split-slider-btn.active {
      pointer-events: auto; }
      .piwo-split-slider-container .split-slider-btn.active a:before {
        -webkit-transform: scaleX(1);
                transform: scaleX(1);
        -webkit-transition-delay: .3s;
                transition-delay: .3s;
        -webkit-transition-duration: .6s;
                transition-duration: .6s; }
      .piwo-split-slider-container .split-slider-btn.active a > span {
        -webkit-transform: translateX(0);
                transform: translateX(0);
        -webkit-transition-delay: .6s;
                transition-delay: .6s; }
        .piwo-split-slider-container .split-slider-btn.active a > span span {
          -webkit-transform: translateX(0);
                  transform: translateX(0);
          -webkit-transition-delay: .6s;
                  transition-delay: .6s; }
      .piwo-split-slider-container .split-slider-btn.active a:hover:after {
        -webkit-transform: scaleX(1);
                transform: scaleX(1); }

.piwo-split-slider-pagination, .piwo-split-pagination {
  position: fixed;
  right: 30px !important;
  z-index: 10; }
  .piwo-split-slider-pagination .swiper-pagination-bullet:not(.swiper-pagination-bullet-active), .piwo-split-pagination .swiper-pagination-bullet:not(.swiper-pagination-bullet-active) {
    border: 2px solid transparent !important; }
  .piwo-split-slider-pagination .swiper-pagination-bullet, .piwo-split-pagination .swiper-pagination-bullet {
    background-color: currentColor;
    /* transition: background-color .3s, opacity .3s; */
    margin: 15px 0 !important;
    background-clip: padding-box;
    -webkit-transition: background .4s, border .4s !important;
    transition: background .4s, border .4s !important;
    width: 12px !important;
    height: 12px !important; }
    .piwo-split-slider-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active, .piwo-split-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
      background-color: transparent !important;
      background-clip: unset !important;
      border: 2px solid currentColor; }
  @media screen and (max-width: 63.9375em) {
    .piwo-split-slider-pagination, .piwo-split-pagination {
      right: 12px !important; } }

.piwo-split-pagination {
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%); }
  .piwo-split-pagination .swiper-pagination-bullet {
    display: block; }

.piwo-split-slider-arrows, .piwo-split-arrows {
  position: fixed;
  bottom: 30px;
  right: 30px;
  z-index: 6;
  line-height: 15px; }
  @media screen and (max-width: 39.9375em) {
    .piwo-split-slider-arrows, .piwo-split-arrows {
      display: none; } }
  .piwo-split-slider-arrows .arrow, .piwo-split-arrows .arrow {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    border: 2px solid;
    display: inline-block;
    margin-left: 7px;
    -webkit-transition: color .3s, opacity .3s;
    transition: color .3s, opacity .3s;
    position: relative;
    cursor: pointer;
    opacity: 0.5; }
    .piwo-split-slider-arrows .arrow span, .piwo-split-arrows .arrow span {
      height: 20px;
      width: 2px;
      background: currentColor;
      display: block;
      margin: 0 auto;
      -webkit-transition: -webkit-transform .3s;
      transition: -webkit-transform .3s;
      transition: transform .3s;
      transition: transform .3s, -webkit-transform .3s;
      opacity: 0;
      -webkit-transition: opacity .3s .0s;
      transition: opacity .3s .0s;
      position: absolute;
      left: 50%;
      margin-left: -1px;
      top: 50%;
      margin-top: -10px; }
    .piwo-split-slider-arrows .arrow:hover, .piwo-split-arrows .arrow:hover {
      opacity: 1; }
      .piwo-split-slider-arrows .arrow:hover span, .piwo-split-arrows .arrow:hover span {
        -webkit-transition: opacity .3s .1s;
        transition: opacity .3s .1s;
        opacity: 1; }
      .piwo-split-slider-arrows .arrow:hover.arrow-prev i, .piwo-split-arrows .arrow:hover.arrow-prev i {
        -webkit-transform: translate(-50%, -100%);
                transform: translate(-50%, -100%); }
      .piwo-split-slider-arrows .arrow:hover.arrow-next i, .piwo-split-arrows .arrow:hover.arrow-next i {
        -webkit-transform: translate(-50%, 0%);
                transform: translate(-50%, 0%); }
  .piwo-split-slider-arrows i, .piwo-split-arrows i {
    vertical-align: middle;
    font-weight: bold;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    -webkit-transition: -webkit-transform .3s;
    transition: -webkit-transform .3s;
    transition: transform .3s;
    transition: transform .3s, -webkit-transform .3s; }

.piwo-split-arrows {
  -webkit-transition: color .6s;
  transition: color .6s; }

.piwo-split-container {
  overflow: hidden;
  max-height: 100vh; }
  .piwo-split-container .piwo-split-wrapper {
    width: 50%;
    height: 100vh !important; }
    .piwo-split-container .piwo-split-wrapper .swiper-wrapper {
      -webkit-transition-timing-function: cubic-bezier(0.65, 0.05, 0.36, 1) !important;
              transition-timing-function: cubic-bezier(0.65, 0.05, 0.36, 1) !important;
      -webkit-transition-delay: .01s;
              transition-delay: .01s; }
  .piwo-split-container .img-slide {
    height: 100%;
    width: 50%;
    background-size: cover;
    background-position: center center; }
  .piwo-split-container .slide-left, .piwo-split-container .slide-right {
    width: 100%;
    height: 100vh !important; }
  .piwo-split-container .slide-text {
    margin: 80px;
    padding: 80px;
    position: relative;
    min-width: calc(100% - 320px); }
    .piwo-split-container .slide-text > div:not(.slide-shadow-text) {
      width: 100%;
      overflow: hidden; }
      .piwo-split-container .slide-text > div:not(.slide-shadow-text) > * {
        -webkit-transform: translateY(calc(100% + 30px));
                transform: translateY(calc(100% + 30px));
        -webkit-transition: opacity 0.5s, -webkit-transform 0.8s cubic-bezier(0.15, 0.2, 0.1, 1);
        transition: opacity 0.5s, -webkit-transform 0.8s cubic-bezier(0.15, 0.2, 0.1, 1);
        transition: transform 0.8s cubic-bezier(0.15, 0.2, 0.1, 1), opacity 0.5s;
        transition: transform 0.8s cubic-bezier(0.15, 0.2, 0.1, 1), opacity 0.5s, -webkit-transform 0.8s cubic-bezier(0.15, 0.2, 0.1, 1);
        opacity: 0; }
    .piwo-split-container .slide-text.active > div:not(.slide-shadow-text) > * {
      -webkit-transform: translateY(0);
              transform: translateY(0);
      -webkit-transition: opacity 0s, -webkit-transform 0.8s cubic-bezier(0.15, 0.2, 0.1, 1);
      transition: opacity 0s, -webkit-transform 0.8s cubic-bezier(0.15, 0.2, 0.1, 1);
      transition: transform 0.8s cubic-bezier(0.15, 0.2, 0.1, 1), opacity 0s;
      transition: transform 0.8s cubic-bezier(0.15, 0.2, 0.1, 1), opacity 0s, -webkit-transform 0.8s cubic-bezier(0.15, 0.2, 0.1, 1);
      opacity: 1; }
    .piwo-split-container .slide-text.active .slide-shadow-text {
      opacity: .05;
      -webkit-transition: opacity .5s .5s;
      transition: opacity .5s .5s; }
    .piwo-split-container .slide-text.active .slide-subtitle div {
      -webkit-transition-delay: .3s;
              transition-delay: .3s; }
    .piwo-split-container .slide-text.active .slide-desc div {
      -webkit-transition-delay: .3s;
              transition-delay: .3s; }
    .piwo-split-container .slide-text h1 {
      margin-bottom: 0;
      line-height: 1.3em; }
    .piwo-split-container .slide-text .slide-subtitle {
      margin-bottom: 15px; }
      .piwo-split-container .slide-text .slide-subtitle div {
        -webkit-transition-delay: 0s;
                transition-delay: 0s;
        margin-bottom: 0; }
    .piwo-split-container .slide-text .slide-desc div {
      -webkit-transition-delay: 0s;
              transition-delay: 0s; }
    .piwo-split-container .slide-text .slide-title {
      margin-bottom: 30px; }
  .piwo-split-container .piwo-split-slide {
    height: 100vh !important;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: left;
        -ms-flex-align: left;
            align-items: left;
    width: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center; }
  .piwo-split-container .slide-shadow-text {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    opacity: 0;
    white-space: nowrap;
    width: auto !important;
    -webkit-transition: opacity .5s .0s;
    transition: opacity .5s .0s;
    left: calc((70px + 2.5 * ((50vw - 300px) / 21.125))* -1); }
    .piwo-split-container .slide-shadow-text h1 {
      font-size: calc(200px + 2.5 * ((100vw - 37.5rem) / 42.5));
      line-height: 1em; }
  .piwo-split-container .btn-container {
    width: 100%;
    z-index: 5;
    margin-top: 30px;
    position: relative;
    overflow: hidden; }

.piwo-split-counter {
  position: fixed;
  bottom: 90px;
  left: 50%;
  z-index: 6;
  width: 60px;
  height: 60px;
  background: #556df4;
  margin-left: -30px;
  border-radius: 50%;
  line-height: 60px;
  text-align: center;
  color: #333;
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
          box-shadow: 0 0 10px rgba(0, 0, 0, 0.3); }
  .piwo-split-counter .svgloader {
    position: absolute;
    top: -20px;
    left: -20px; }
  .piwo-split-counter #border-circle {
    stroke: #556df4 !important; }
  .piwo-split-counter span {
    color: #fff;
    font-weight: bold;
    font-size: 16px; }
    .piwo-split-counter span.count-sep {
      padding: 0 3px; }

.split-left-container, .split-right-container {
  width: 50% !important;
  margin: 0 !important;
  float: left; }

.piwo-split-container-mobile .piwo-split-slide {
  width: 100%; }
  .piwo-split-container-mobile .piwo-split-slide .img-slide {
    width: 100% !important;
    max-height: 400px;
    background-size: cover;
    background-position: center center; }

.piwo-split-container-mobile .slide-text {
  position: relative;
  margin: 60px 30px 30px; }
  .piwo-split-container-mobile .slide-text > div:not(.slide-shadow-text) {
    width: 100%;
    overflow: hidden; }
  .piwo-split-container-mobile .slide-text h1 {
    margin-bottom: 0; }
  .piwo-split-container-mobile .slide-text .slide-subtitle {
    margin-bottom: 30px; }
    .piwo-split-container-mobile .slide-text .slide-subtitle div {
      margin-bottom: 0; }

.piwo-split-container-mobile .piwo-split-slide {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: left;
      -ms-flex-align: left;
          align-items: left;
  width: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center; }

.piwo-split-container-mobile .slide-shadow-text {
  position: absolute;
  top: -60px;
  white-space: nowrap;
  width: auto !important;
  left: -40px;
  opacity: .05; }
  .piwo-split-container-mobile .slide-shadow-text h1 {
    font-size: 80px;
    line-height: 1em; }

.piwo-split-container-mobile .slide-subtitle div {
  text-transform: uppercase;
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 0px; }

.piwo-split-container-mobile .btn-container {
  z-index: 5;
  position: relative;
  overflow: hidden;
  text-align: right;
  width: 100%; }
  .piwo-split-container-mobile .btn-container .split-btn {
    margin: 0 30px 30px; }
  .piwo-split-container-mobile .btn-container a {
    text-transform: uppercase;
    letter-spacing: 1px;
    display: block;
    position: relative;
    white-space: nowrap; }

.piwo-nav:not(.fixed-nav).animation-split-slider .nav-items a, .piwo-nav:not(.fixed-nav).animation-split-slider .logo h1 {
  -webkit-transition: color .8s !important;
  transition: color .8s !important; }

.piwo-nav:not(.fixed-nav).animation-split-slider .icon-cart path {
  -webkit-transition: fill .8s !important;
  transition: fill .8s !important; }

.piwo-service.service-1, .piwo-service.service-2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }

.piwo-service.service-1 .service-icon {
  min-width: 30px;
  max-width: 40px; }

.piwo-service.service-2 .service-icon {
  min-width: 40px;
  max-width: 40px; }

.piwo-service.service-3 .service-icon {
  min-width: 40px; }

.piwo-service .service-icon {
  line-height: 1em;
  padding-top: 2px; }

.piwo-service.service-3 .service-icon {
  margin-bottom: 40px; }
  .piwo-service.service-3 .service-icon img {
    width: 40px; }

.piwo-service .service-heading {
  margin-bottom: 15px; }
  .piwo-service .service-heading h6 {
    margin-bottom: 0; }
  .piwo-service .service-heading .subheading {
    margin-bottom: 0;
    font-weight: 400; }

.piwo-service.content-left.service-1 .service-content {
  padding-left: 40px; }

.piwo-service.content-left.service-2 {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap; }
  .piwo-service.content-left.service-2 .service-heading {
    padding-left: 20px; }
  .piwo-service.content-left.service-2 .service-content-inner {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%; }

.piwo-service.content-center {
  text-align: center; }
  .piwo-service.content-center.service-1 .service-heading {
    padding: 0 20px; }
  .piwo-service.content-center.service-2 {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center; }
    .piwo-service.content-center.service-2 .service-heading {
      padding-left: 40px; }
    .piwo-service.content-center.service-2 .service-content-inner {
      -webkit-box-flex: 0;
          -ms-flex: 0 0 100%;
              flex: 0 0 100%; }

.piwo-service.content-right {
  text-align: right; }
  .piwo-service.content-right.service-1 .service-content {
    padding-right: 40px;
    text-align: right; }
  .piwo-service.content-right.service-1 .service-icon {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2; }
  .piwo-service.content-right.service-2 {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end; }
    .piwo-service.content-right.service-2 .service-heading {
      padding-right: 20px;
      -webkit-box-ordinal-group: 2;
          -ms-flex-order: 1;
              order: 1; }
    .piwo-service.content-right.service-2 .service-icon {
      -webkit-box-ordinal-group: 3;
          -ms-flex-order: 2;
              order: 2; }
    .piwo-service.content-right.service-2 .service-content-inner {
      -webkit-box-flex: 0;
          -ms-flex: 0 0 100%;
              flex: 0 0 100%;
      -webkit-box-ordinal-group: 4;
          -ms-flex-order: 3;
              order: 3; }

.piwo-process-box {
  position: relative;
  overflow: hidden;
  background-position: center center; }
  .piwo-process-box .bg-number {
    position: absolute;
    top: 0;
    left: -50px;
    top: 33px;
    opacity: .05;
    font-weight: bold;
    font-size: 178px;
    pointer-events: none;
    z-index: 1; }
  .piwo-process-box .content > *:last-of-type {
    margin-bottom: 0; }
  .piwo-process-box .process-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }
  .piwo-process-box.bg-none {
    overflow: visible !important; }
  .piwo-process-box .process-box-content {
    position: relative; }
    .piwo-process-box .process-box-content > *:not(.content) {
      margin-bottom: 20px; }

.piwo-testimonial .testimonial-footer > span {
  display: block; }

.piwo-testimonial .quote-author {
  font-weight: 700;
  text-transform: none;
  font-size: 16px;
  margin-left: -30px; }

.piwo-testimonial .quote-author:before {
  content: '';
  border-top: 1px solid;
  width: 20px;
  display: inline-block;
  vertical-align: middle;
  margin-right: 10px;
  margin-top: -2px;
  opacity: 0.5; }

.piwo-testimonial .author-desc {
  font-size: 14px; }

.piwo-testimonial.img_left .testimonial-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }

.piwo-testimonial.img_left .testimonial-image {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 80px;
          flex: 0 0 80px; }
  .piwo-testimonial.img_left .testimonial-image img {
    border-radius: 50%; }

.piwo-testimonial.img_left .content {
  padding-left: 40px; }

.piwo-testimonial.img_left .testimonial-footer {
  margin-left: 30px; }

.piwo-testimonial.img_bottom .text {
  margin-bottom: 40px;
  -webkit-box-flex: 1;
      -ms-flex: 1 0 100%;
          flex: 1 0 100%; }
  .piwo-testimonial.img_bottom .text > *:last-of-type {
    margin-bottom: 0; }

.piwo-testimonial.img_bottom .testimonial-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap; }

.piwo-testimonial.img_bottom .testimonial-image {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 80px;
          flex: 0 0 80px;
  width: 80px;
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2; }
  .piwo-testimonial.img_bottom .testimonial-image img {
    border-radius: 50%; }

.piwo-testimonial.img_bottom .testimonial-footer {
  margin-left: 30px;
  -webkit-box-ordinal-group: 4;
      -ms-flex-order: 3;
          order: 3; }

.piwo-testimonial.img_bottom .quote-author {
  margin-left: 0; }
  .piwo-testimonial.img_bottom .quote-author:before {
    display: none; }

.piwo-coverflow-slider {
  padding: 30px 0; }
  .piwo-coverflow-slider .swiper-wrapper {
    will-change: transform; }
  .piwo-coverflow-slider .swiper-slide {
    z-index: -1;
    position: relative;
    will-change: transform;
    padding: 0 20px; }
    .piwo-coverflow-slider .swiper-slide .swiper-slide-inner:after {
      content: "";
      position: absolute;
      top: 0;
      width: 100%;
      height: 100%;
      opacity: .5;
      z-index: 0;
      left: 0;
      opacity: 0;
      -webkit-transition: opacity 1s 0s;
      transition: opacity 1s 0s;
      background: -webkit-gradient(linear, left top, left bottom, from(transparent), to(rgba(0, 0, 0, 0.7)));
      background: linear-gradient(to bottom, transparent 0%, rgba(0, 0, 0, 0.7) 100%);
      filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#a6000000',GradientType=0 );
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%; }
    .piwo-coverflow-slider .swiper-slide.swiper-slide-active .swiper-slide-inner:after {
      opacity: 1;
      -webkit-transition: opacity 1s 1s;
      transition: opacity 1s 1s; }
    .piwo-coverflow-slider .swiper-slide:before {
      content: "";
      display: block; }
    .piwo-coverflow-slider .swiper-slide .swiper-slide-inner {
      -webkit-transform-style: preserve-3d;
              transform-style: preserve-3d;
      -webkit-backface-visibility: hidden;
              backface-visibility: hidden; }
      .piwo-coverflow-slider .swiper-slide .swiper-slide-inner img {
        position: relative;
        height: calc(100vh - 160px);
        width: auto;
        -webkit-box-shadow: 0 0 45px rgba(0, 0, 0, 0.5);
                box-shadow: 0 0 45px rgba(0, 0, 0, 0.5); }
        @media screen and (max-width: 39.9375em) {
          .piwo-coverflow-slider .swiper-slide .swiper-slide-inner img {
            -webkit-box-shadow: none;
                    box-shadow: none; } }
        @media screen and (max-width: 63.9375em) and (orientation: landscape) {
          .piwo-coverflow-slider .swiper-slide .swiper-slide-inner img {
            height: 100vh !important; } }
        @media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (-webkit-min-device-pixel-ratio: 1) {
          .piwo-coverflow-slider .swiper-slide .swiper-slide-inner img {
            -webkit-box-shadow: none !important;
                    box-shadow: none !important; } }
        @media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (-webkit-min-device-pixel-ratio: 2) {
          .piwo-coverflow-slider .swiper-slide .swiper-slide-inner img {
            -webkit-box-shadow: none !important;
                    box-shadow: none !important; } }
        @media only screen and (min-device-width: 834px) and (max-device-width: 1112px) and (-webkit-min-device-pixel-ratio: 2) {
          .piwo-coverflow-slider .swiper-slide .swiper-slide-inner img {
            -webkit-box-shadow: none !important;
                    box-shadow: none !important; } }
    .piwo-coverflow-slider .swiper-slide.active {
      z-index: 2; }
  .piwo-coverflow-slider .slide-text {
    position: absolute;
    bottom: 80px;
    text-align: center;
    color: inherit;
    opacity: 0;
    width: 100%;
    -webkit-transition: opacity .3s;
    transition: opacity .3s;
    pointer-events: none; }
    .piwo-coverflow-slider .slide-text .slide-title {
      width: auto !important;
      -webkit-perspective: 2000px;
              perspective: 2000px;
      will-change: transform; }
      .piwo-coverflow-slider .slide-text .slide-title h2 {
        line-height: 1.2em;
        color: inherit;
        text-shadow: 0px 0px 10px rgba(0, 0, 0, 0.7);
        margin-bottom: 30px; }
    @media screen and (max-width: 50.625em) {
      .piwo-coverflow-slider .slide-text .slide-subtitle, .piwo-coverflow-slider .slide-text .slide-desc, .piwo-coverflow-slider .slide-text .slide-btn {
        margin: 0 15px; } }
    @media screen and (min-width: 50.6875em) and (max-width: 75em) {
      .piwo-coverflow-slider .slide-text .slide-subtitle, .piwo-coverflow-slider .slide-text .slide-desc, .piwo-coverflow-slider .slide-text .slide-btn {
        margin: 0 60px; } }
    @media screen and (min-width: 75em) {
      .piwo-coverflow-slider .slide-text .slide-subtitle, .piwo-coverflow-slider .slide-text .slide-desc, .piwo-coverflow-slider .slide-text .slide-btn {
        margin: 0 90px; } }
    .piwo-coverflow-slider .slide-text .slide-subtitle div {
      text-transform: uppercase;
      font-size: 14px;
      opacity: 1;
      font-weight: 400;
      margin-bottom: 15px;
      letter-spacing: 0px;
      text-shadow: 0px 0px 5px rgba(0, 0, 0, 0.7);
      opacity: 0;
      -webkit-transition: opacity .3s;
      transition: opacity .3s; }
    .piwo-coverflow-slider .slide-text.active {
      opacity: 1;
      -webkit-transition: none;
      transition: none;
      pointer-events: auto; }
      .piwo-coverflow-slider .slide-text.active .slide-subtitle div, .piwo-coverflow-slider .slide-text.active .slide-desc {
        -webkit-transition: none;
        transition: none;
        opacity: 1; }
    .piwo-coverflow-slider .slide-text .slide-desc {
      text-shadow: 0px 0px 5px rgba(0, 0, 0, 0.7);
      -webkit-transition: opacity .3s;
      transition: opacity .3s;
      opacity: 0;
      display: none; }
      @media screen and (max-width: 39.9375em) {
        .piwo-coverflow-slider .slide-text .slide-desc {
          line-height: 1.5em; } }
  .piwo-coverflow-slider .slide-text-container {
    position: absolute;
    bottom: 0;
    z-index: 5;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%); }
    @media screen and (max-width: 39.9375em) and (orientation: portrait) {
      .piwo-coverflow-slider .slide-text-container {
        bottom: 0;
        width: calc(100vw - 60px) !important; } }
    @media screen and (min-width: 40em) and (max-width: 63.9375em) {
      .piwo-coverflow-slider .slide-text-container {
        bottom: 0; } }
    @media screen and (max-width: 63.9375em) and (orientation: landscape) {
      .piwo-coverflow-slider .slide-text-container {
        bottom: -5px;
        height: 100%;
        width: 100% !important; } }
  .piwo-coverflow-slider .arrow-icon:after {
    background: currentColor; }
  .piwo-coverflow-slider ~ .piwo-carousel-pagination {
    padding-top: 0; }

@media screen and (max-width: 50.625em) {
  .vc_row-no-padding .swiper-slide .swiper-slide-inner img {
    height: auto;
    width: 100vw; } }

.piwo-table-events {
  border-bottom: 2px solid;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start; }
  .piwo-table-events .table-events-header {
    text-transform: uppercase;
    letter-spacing: 1px;
    font-weight: bold;
    padding: 20px 0;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%; }
  .piwo-table-events .table-events-content-wrapper {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 75%;
            flex: 0 0 75%; }
    .piwo-table-events .table-events-content-wrapper .table-events-content {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: justify;
          -ms-flex-pack: justify;
              justify-content: space-between;
      -webkit-box-align: baseline;
          -ms-flex-align: baseline;
              align-items: baseline;
      padding: 20px 0;
      border-bottom: 1px solid; }
      .piwo-table-events .table-events-content-wrapper .table-events-content:last-of-type {
        border: none; }
      .piwo-table-events .table-events-content-wrapper .table-events-content .events-text1 {
        padding-right: 40px; }
      .piwo-table-events .table-events-content-wrapper .table-events-content .events-text2 {
        text-align: right; }
      .piwo-table-events .table-events-content-wrapper .table-events-content .events-text a {
        position: relative;
        display: block; }
        .piwo-table-events .table-events-content-wrapper .table-events-content .events-text a:after {
          content: "\f105";
          font-family: "FontAwesome";
          position: absolute;
          top: 50%;
          right: -30px;
          margin-top: -10px;
          width: 20px;
          height: 20px;
          border: 2px solid;
          border-radius: 50%;
          font-weight: bold;
          font-size: 14px;
          line-height: 16px;
          -webkit-transform: translateX(-30px);
                  transform: translateX(-30px);
          opacity: 0;
          -webkit-transition: opacity .3s, -webkit-transform .3s;
          transition: opacity .3s, -webkit-transform .3s;
          transition: opacity .3s, transform .3s;
          transition: opacity .3s, transform .3s, -webkit-transform .3s;
          text-align: center;
          padding-left: 1px; }
        .piwo-table-events .table-events-content-wrapper .table-events-content .events-text a:hover:after {
          opacity: 1;
          -webkit-transform: translateX(0);
                  transform: translateX(0); }
  .piwo-table-events .events-text > *:last-of-type {
    margin-bottom: 0; }
  @media screen and (max-width: 39.9375em) {
    .piwo-table-events {
      display: block !important; }
      .piwo-table-events .table-events-content {
        display: block !important;
        text-align: left; }
      .piwo-table-events .table-events-header, .piwo-table-events .table-events-content-wrapper, .piwo-table-events .events-text1, .piwo-table-events .events-text2 {
        width: 100% !important;
        text-align: left !important; }
      .piwo-table-events .events-text1 {
        margin-bottom: 20px; } }

.wpb_wrapper .widget ul {
  margin-bottom: 0; }

.wpb_wrapper .widget > ul, .wpb_wrapper .widget.widget_nav_menu > div > ul {
  margin-left: 0; }

.wpb_wrapper .widget li {
  list-style-type: none; }

.wpb_wrapper .widget.widget_nav_menu li a {
  font-size: .9em; }

.wpb_wrapper .widget.widget_tag_cloud .tagcloud a {
  margin-right: 5px;
  margin-bottom: 0px;
  display: inline-block;
  line-height: 1em;
  border: 1px solid;
  border-radius: 10px;
  padding: 2px 7px;
  text-transform: uppercase;
  font-size: 10px !important;
  font-weight: 600;
  opacity: .6;
  -webkit-transition: opacity .3s;
  transition: opacity .3s; }

.wpb_wrapper .widget.widget_rss .rsswidget {
  margin-right: 0;
  margin-right: 10px; }

.wpb_wrapper .widget.widget_rss .rss-date {
  text-transform: uppercase;
  font-size: 14px; }

.wpb_wrapper .widget.widget_rss .rssSummary {
  margin-top: 10px; }

.wpb_wrapper .widget.widget_rss li {
  margin-bottom: 20px; }

.wpb_wrapper .widget.widget_recent_comments li {
  margin-bottom: 5px; }
  .wpb_wrapper .widget.widget_recent_comments li span {
    font-size: .9em;
    text-transform: uppercase;
    opacity: .7; }
  .wpb_wrapper .widget.widget_recent_comments li a {
    font-weight: bold; }

.wpb_wrapper .widget.widget_recent_entries li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 20px;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start; }
  .wpb_wrapper .widget.widget_recent_entries li .image {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50px;
            flex: 0 0 50px;
    width: 50px;
    margin-right: 15px; }
  .wpb_wrapper .widget.widget_recent_entries li .text a {
    font-weight: bold;
    display: block;
    line-height: 1.4em;
    text-align: left !important; }
  .wpb_wrapper .widget.widget_recent_entries li .text .post-date {
    font-size: .85em;
    text-transform: uppercase;
    font-weight: 600;
    opacity: .7;
    line-height: 1.4em;
    text-align: left !important; }

.footer-row-wrapper .wpb_wrapper .widget, .footer-row-wrapper .wpb_wrapper > * {
  font-size: 14px; }

.footer-row-wrapper .wpb_wrapper .form-style.newsletter-form .n-text input {
  font-size: 14px;
  padding: 5px 20px; }

.footer-row-wrapper .wpb_wrapper .form-style.newsletter-form .form-submit button {
  line-height: 45px; }

.widget:not(.woocommerce) select {
  border: 2px solid !important;
  color: inherit;
  padding: 10px 20px;
  position: relative;
  margin-bottom: 0; }

.widget:not(.woocommerce) form:not(.search-form) {
  position: relative; }
  .widget:not(.woocommerce) form:not(.search-form):after {
    content: "\f0dd";
    font-family: 'FontAwesome';
    position: absolute;
    top: 0;
    height: 100%;
    width: 30px;
    height: 50px;
    text-align: center;
    line-height: 43px;
    right: 8px; }

.experimental2-wrapper {
  position: relative;
  margin-bottom: 160px;
  margin-top: 33vh; }

.experimental2-wrapper > div {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }

.experimental2-wrapper > div > .inner {
  width: 50%; }

.experimental2-wrapper > div:nth-child(2n) {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end; }

.experimental2-wrapper > div .ad-bg {
  position: absolute;
  left: -100%;
  top: 50px;
  right: 0;
  bottom: 50px;
  z-index: -1;
  background: url("http://demo.yosoftware.com/wp/piwo/wp-content/uploads/2018/01/pattern3.png"); }

.experimental2-wrapper > div:nth-child(2n-1) .ad-bg {
  right: -100%;
  left: 0; }

.experimental2-wrapper > div:nth-child(2n-1) > .inner {
  padding-right: 60px; }

.experimental2-wrapper > div:nth-child(2n) > .inner {
  padding-left: 60px; }

.experimental2-wrapper > div:nth-child(2n-1) .description {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2; }

.experimental2-wrapper > div:nth-child(2n-1) > .inner {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1; }

.experimental2-wrapper > div:nth-child(2n) .description {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
  text-align: right; }

.experimental2-wrapper > div:nth-child(2n) > .inner {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2; }

.experimental2-wrapper > div .inner:before {
  content: '';
  opacity: 0.15;
  border: 15px solid;
  position: absolute;
  top: 60px;
  /* left: -90px; */
  right: 30px;
  bottom: 60px;
  z-index: -2;
  left: -60px; }

.experimental2-wrapper > div:nth-child(2n-1) .inner:before {
  /* right: -90px; */
  left: 30px;
  right: -60px; }

.experimental2-wrapper progress {
  position: absolute;
  left: 50%;
  width: 1px;
  margin-left: -1px;
  top: 0;
  bottom: 0;
  background: #f0f0f0;
  display: block; }

.site-progress {
  position: fixed;
  top: 200px;
  bottom: 200px;
  left: 30px;
  width: 1px;
  background: #e7e7e7; }

.site-progress .inner {
  position: absolute;
  top: 0;
  left: 0;
  width: 1px;
  background: #999;
  height: 0; }

.site-progress .inner:after {
  content: '';
  display: block;
  margin-left: -2px;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 5px;
  height: 15px;
  background: transparent;
  border: 1px solid #666; }

.experimental2-wrapper .description {
  max-width: 35%; }

.experimental2-wrapper h1 {
  margin: 0 0 30px 0;
  position: relative;
  overflow: hidden; }

.experimental2-wrapper > div:nth-child(2n) h1 a .line-inner-wrapper {
  float: right; }

.experimental2-wrapper h1 a .line-inner-wrapper {
  position: relative;
  overflow: hidden;
  float: left; }

.experimental2-wrapper h1 a .line-inner {
  position: relative;
  z-index: 2;
  display: inline-block;
  opacity: 0; }

.experimental2-wrapper .subtitle {
  display: inline-block;
  margin-bottom: 30px;
  /* font-size: 24px; */
  overflow: hidden;
  position: relative;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 2px;
  font-family: poppins;
  margin-bottom: 15px;
  color: #556df4; }

.experimental2-wrapper .subtitle-inner {
  display: inline-block;
  opacity: 0; }

.bg-text {
  position: absolute;
  left: 0;
  font-size: 250px;
  opacity: 0.03;
  width: 100%;
  text-align: center;
  pointer-events: none;
  z-index: -1;
  font-weight: 700;
  white-space: nowrap; }

.experimental2-wrapper .piwo-img-wrapper {
  -webkit-transition: -webkit-transform 0.4s;
  transition: -webkit-transform 0.4s;
  transition: transform 0.4s;
  transition: transform 0.4s, -webkit-transform 0.4s;
  display: block; }

.experimental2-wrapper .button-wrapper {
  overflow: hidden;
  position: relative;
  display: inline-block; }

.experimental2-wrapper .button-wrapper .btn {
  opacity: 0; }

.experimental2-wrapper .experimental2-hover .piwo-img-wrapper {
  -webkit-transform: scale(1.05);
          transform: scale(1.05); }

.revealer {
  position: absolute;
  background: #333;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  pointer-events: none;
  z-index: 3;
  -webkit-transform: translateX(-101%);
          transform: translateX(-101%); }

.revealer-bg {
  position: absolute;
  background: #c4dffa;
  left: -10px;
  top: 0;
  bottom: 0;
  right: -10px;
  pointer-events: none;
  z-index: 1; }

.piwo-breadcrumbs {
  font-size: 14px;
  padding: 20px 0; }
  .piwo-breadcrumbs .breadcrumbs {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
    .piwo-breadcrumbs .breadcrumbs div:first-child > span {
      border-bottom: 1px solid;
      opacity: 0.5; }
  .piwo-breadcrumbs a {
    font-weight: 600; }
  .piwo-breadcrumbs i {
    opacity: 0.5;
    margin: 0 15px; }
  .piwo-breadcrumbs .fa-home {
    margin-left: 0; }

.page-wrapper {
  width: 100%;
  position: relative;
  z-index: 2; }

.element-list-table {
  margin: 0;
  margin-bottom: 30px;
  overflow: hidden; }
  @media screen and (max-width: 39.9375em) {
    .element-list-table.el-half-width li {
      width: 100%; } }
  @media print, screen and (min-width: 40em) {
    .element-list-table.el-half-width li {
      width: 50%;
      float: left; }
      .element-list-table.el-half-width li:first-of-type, .element-list-table.el-half-width li:nth-child(2) {
        border: none; } }
  .element-list-table.el-full-width li {
    width: 100%; }
  .element-list-table.el-sm-list li {
    padding: 5px 30px;
    font-size: 14px; }
  .element-list-table li {
    border-top: 1px solid #ddd;
    padding: 15px 30px;
    position: relative;
    list-style-type: none; }
    .element-list-table li:first-of-type {
      border: none; }

ul.element-list-table li:before {
  content: "";
  position: absolute;
  width: 6px;
  height: 6px;
  margin-top: -3px;
  top: 50%;
  left: 10px;
  background: #556df4;
  border-radius: 50%; }

ol.element-list-table {
  counter-reset: counter_level1; }
  ol.element-list-table li:before {
    content: counter(counter_level1) ".";
    counter-increment: counter_level1;
    position: absolute;
    left: 10px;
    background: transparent; }

.piwo-text-link {
  border-bottom: 1px solid; }

.piwo-fa {
  margin: 0 5px; }

.vc-bg-lines > div:first-child:before, .vc-bg-lines > div:last-child:before {
  content: '';
  height: 40px;
  top: -20px;
  background: #556cf4;
  width: 1px;
  position: absolute;
  left: 0; }

.vc-bg-lines > div:first-child:after, .vc-bg-lines > div:last-child:after {
  content: '';
  height: 40px;
  bottom: -20px;
  background: #556cf4;
  width: 1px;
  position: absolute;
  left: 0; }

.bg-lines-separator {
  position: absolute;
  height: 40px;
  width: 40px;
  top: 50%;
  margin-top: -20px;
  left: 0;
  margin-left: -20px; }
  .bg-lines-separator:before {
    content: '';
    background: currentColor;
    width: 11px;
    height: 1px;
    position: absolute;
    left: 15px;
    top: 20px;
    opacity: 0.5;
    -webkit-transform: rotateZ(90deg);
            transform: rotateZ(90deg); }
  .bg-lines-separator:after {
    content: '';
    background: currentColor;
    width: 11px;
    height: 1px;
    position: absolute;
    left: 15px;
    top: 20px;
    opacity: 0.5; }

p span {
  line-height: 1.8em; }

.fixed-cart {
  display: none; }

body.piwo-nav-left .fixed-cart {
  position: fixed;
  top: 30px;
  right: 30px;
  width: 60px;
  height: 40px;
  line-height: 40px;
  color: #fff;
  text-align: center;
  z-index: 13;
  border-radius: 5px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.3);
          box-shadow: 0 3px 6px rgba(0, 0, 0, 0.3);
  cursor: pointer;
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s; }
  body.piwo-nav-left .fixed-cart:hover {
    -webkit-transform: scale(1.1);
            transform: scale(1.1); }
  body.piwo-nav-left .fixed-cart svg {
    width: 20px;
    margin-left: -2px; }
    body.piwo-nav-left .fixed-cart svg.icon-cart path {
      fill: #fff !important; }
  body.piwo-nav-left .fixed-cart span {
    position: relative;
    margin-left: 5px; }

body:not(.piwo-nav-left) .footer-row-wrapper {
  width: 100%; }

.overlay-search {
  position: fixed;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  background: rgba(27, 28, 37, 0.9);
  z-index: 999;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: #fff;
  display: none;
  opacity: 0;
  cursor: pointer; }
  .overlay-search .piwo-input {
    margin: 0; }
  .overlay-search input, .overlay-search input:focus {
    font-size: 50px;
    height: auto;
    border: none;
    border-bottom: 2px solid #fff;
    color: #fff !important;
    padding-left: 0;
    font-weight: 700; }
  .overlay-search .search-form .form-submit {
    height: 89px;
    bottom: -5px; }
  .overlay-search .search-form .search-submit {
    height: 89px; }
    .overlay-search .search-form .search-submit i {
      font-size: 30px; }
  .overlay-search label {
    display: none; }

.open-overlay-search {
  cursor: pointer;
  -webkit-transition: color .3s;
  transition: color .3s; }

.wcs-timetable__carousel .wcs-class__time {
  -ms-flex-preferred-size: 50% !important;
      flex-basis: 50% !important; }

.piwo-buttons-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 -10px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap; }
  .piwo-buttons-container > div {
    margin: 0 10px; }
  .piwo-buttons-container.left {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start; }
  .piwo-buttons-container.center {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center; }
  .piwo-buttons-container.right {
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end; }
  .piwo-buttons-container .btn .btn-text {
    white-space: nowrap; }

.vc_section[data-vc-full-width] {
  overflow: visible !important; }

.wpcf7-submit {
  color: inherit; }

.piwo-price-list .piwo-price-list-el {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-bottom: 30px; }
  .piwo-price-list .piwo-price-list-el h3 {
    margin: 0; }
  .piwo-price-list .piwo-price-list-el .ppl-description {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%; }

.fake-browser-ui {
  padding: 20px 0 0;
  border-radius: 3px;
  background: #f7f7f7;
  border: 1px solid #ececec;
  display: inline-block;
  position: relative;
  line-height: 0;
  width: 100%; }
  .fake-browser-ui .frame {
    display: block;
    height: 15px;
    position: absolute;
    top: 5px;
    left: 1px; }
  .fake-browser-ui span {
    height: 8px;
    width: 8px;
    border-radius: 8px;
    background-color: #eee;
    border: 1px solid #dadada;
    float: left;
    margin: 0 0 0 4px; }

.demo-selector .piwo-portfolio-item {
  -webkit-box-shadow: none;
          box-shadow: none; }

.demo-selector h3 {
  font-size: 16px;
  text-align: center; }

.demo-selector ul {
  display: none; }

.demo-selector .image-wrapper {
  -webkit-box-shadow: 0 40px 40px -40px rgba(0, 0, 0, 0.18);
          box-shadow: 0 40px 40px -40px rgba(0, 0, 0, 0.18); }

.search-results-wrapper {
  margin-bottom: 80px; }
  .search-results-wrapper .post-images, .search-results-wrapper .intro-post-cat-tags, .search-results-wrapper .piwo-post-gallery {
    display: none !important; }

.search-results-header {
  margin-top: 80px;
  margin-bottom: 80px; }

.row:not(.expanded) .row {
  max-width: none; }

.row {
  position: relative;
  z-index: 1; }

body {
  color: #464856; }

.row-container {
  position: relative;
  padding: 80px 0; }

.piwo-heading .primary-heading {
  margin: 0 0 15px 0; }

.piwo-heading .subheading {
  font-weight: 400; }

.piwo-heading .heading-intro-text {
  text-transform: uppercase;
  margin-bottom: 15px;
  letter-spacing: 2px;
  font-size: 12px; }
  .piwo-heading .heading-intro-text.show-sep:before {
    content: '';
    height: 1px;
    width: 20px;
    margin-right: 20px;
    display: inline-block;
    vertical-align: middle;
    margin-top: -2px;
    background-color: currentColor; }

.piwo-heading .heading-intro-text:empty {
  display: none; }

.piwo-heading.text-center .heading-intro-text:before {
  margin-left: -40px; }

.subheading {
  font-size: 14px; }

.empty-divider {
  height: 40px; }

.border-bottom {
  border-bottom: 1px solid #ddd; }

.btn-color {
  background: #556df4;
  color: #fff; }

.lighter {
  opacity: 0.4; }

.separator {
  height: 2px;
  width: 20px;
  background: #556cf4;
  margin: 0;
  margin-bottom: 20px; }

.primary-color {
  color: #556df4; }

.piwo_video_lightbox .link-text {
  text-transform: uppercase;
  font-weight: 700; }

.blog-post {
  margin: 20px 0; }

.blog-post > *:last-child {
  margin-bottom: 0; }

.blog-post p {
  opacity: 0.8; }

.shift-left {
  left: -100px;
  position: relative; }

.shift-right {
  right: -100px;
  position: relative; }

.vc-bg-lines {
  pointer-events: none;
  color: rgba(0, 0, 0, 0.08); }

.vc-bg-lines > div {
  top: 0;
  background: currentColor;
  width: 1px;
  height: 100%;
  position: absolute;
  left: 3%; }

.vc-bg-lines > div:nth-child(2) {
  left: 26.5%; }
  @media screen and (max-width: 63.9375em) {
    .vc-bg-lines > div:nth-child(2) {
      display: none; } }

.vc-bg-lines > div:nth-child(3) {
  left: 50%; }

.vc-bg-lines > div:nth-child(4) {
  left: 73.5%; }
  @media screen and (max-width: 63.9375em) {
    .vc-bg-lines > div:nth-child(4) {
      display: none; } }

.vc-bg-lines > div:nth-child(5) {
  left: 97%; }

.list-style-1 {
  list-style: none;
  padding: 0;
  margin: 0; }
  .list-style-1 li {
    position: relative;
    padding-left: 20px;
    margin-left: 0; }
    .list-style-1 li:before {
      content: "";
      width: 10px;
      height: 1px;
      background-color: currentColor;
      position: absolute;
      top: 50%;
      left: 0;
      margin-top: 1px; }

.list-style-2 {
  list-style: none;
  padding: 0;
  margin: 0; }
  .list-style-2 li {
    position: relative;
    padding-left: 20px;
    margin-left: 0; }
    .list-style-2 li:before {
      content: "\f00c";
      position: absolute;
      top: 0;
      left: 0;
      margin-top: 1px;
      font-family: 'FontAwesome';
      font-size: 75%;
      opacity: 0.3; }

.list-style-3 {
  list-style: none;
  padding: 0;
  margin: 0; }
  .list-style-3 li {
    position: relative;
    padding-left: 20px;
    margin-left: 0; }
    .list-style-3 li:before {
      content: "\f192";
      position: absolute;
      top: 0;
      left: 0;
      margin-top: 1px;
      font-family: 'FontAwesome';
      font-size: 75%;
      opacity: 0.3; }

.list-style-border li {
  margin-bottom: 20px; }
  .list-style-border li:after {
    content: '';
    position: absolute;
    bottom: -10px;
    left: 0;
    width: 100%;
    height: 1px;
    background: currentColor;
    opacity: 0.1; }
  .list-style-border li:last-child {
    margin-bottom: 0; }
    .list-style-border li:last-child:after {
      display: none; }

.list-style-color li:before {
  opacity: 1;
  color: #556df4; }

@media print, screen and (min-width: 64em) {
  .offset-left-1 {
    left: -40px; }
  .offset-left-2 {
    left: -80px; }
  .offset-left-3 {
    left: -120px; }
  .offset-left-4 {
    left: -160px; }
  .offset-left-5 {
    left: -200px; }
  .offset-right-1 {
    right: -40px; }
  .offset-right-2 {
    right: -80px; }
  .offset-right-3 {
    right: -120px; }
  .offset-right-4 {
    right: -160px; }
  .offset-right-5 {
    right: -200px; }
  .offset-top-1 {
    top: -40px; }
  .offset-top-2 {
    top: -80px; }
  .offset-top-3 {
    top: -120px; }
  .offset-top-4 {
    top: -160px; }
  .offset-top-5 {
    top: -200px; }
  .offset-bottom-1 {
    bottom: -40px; }
  .offset-bottom-2 {
    bottom: -80px; }
  .offset-bottom-3 {
    bottom: -120px; }
  .offset-bottom-4 {
    bottom: -160px; }
  .offset-bottom-5 {
    bottom: -200px; }
  .offset-left-1,
  .offset-left-2,
  .offset-left-3,
  .offset-left-4,
  .offset-left-5,
  .offset-right-1,
  .offset-right-2,
  .offset-right-3,
  .offset-right-4,
  .offset-right-5,
  .offset-top-1,
  .offset-top-2,
  .offset-top-3,
  .offset-top-4,
  .offset-top-5,
  .offset-bottom-1,
  .offset-bottom-2,
  .offset-bottom-3,
  .offset-bottom-4,
  .offset-bottom-5 {
    position: relative; } }

.offset-index-1 {
  z-index: 2; }

.offset-index-2 {
  z-index: 3; }

.offset-index-3 {
  z-index: 4; }

.offset-index-4 {
  z-index: 5; }

.offset-index-5 {
  z-index: 6; }

.vc_row[data-vc-full-width] {
  overflow: visible !important; }

.scroll-down {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }

.scroll-down-icon:before {
  content: '';
  height: 80px;
  width: 2px;
  background: #fff;
  display: block;
  position: absolute;
  top: -100px;
  left: 20px;
  margin-left: -1px; }

.loader,
.loader__figure {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%); }

.loader {
  overflow: visible;
  padding-top: 2em;
  height: 0;
  width: 2em; }
  .loader:before {
    display: none !important; }

.loader__figure {
  height: 0;
  width: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border: 0 solid #556df4;
  border-radius: 50%;
  -webkit-animation: loader-figure 1.15s infinite cubic-bezier(0.215, 0.61, 0.355, 1);
  animation: loader-figure 1.15s infinite cubic-bezier(0.215, 0.61, 0.355, 1); }

.loader__label {
  float: left;
  margin-left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  margin: 0.5em 0 0 50%;
  font-size: 0.875em;
  letter-spacing: 0.1em;
  line-height: 1.5em;
  color: #556df4;
  white-space: nowrap;
  -webkit-animation: loader-label 1.15s infinite cubic-bezier(0.215, 0.61, 0.355, 1);
  animation: loader-label 1.15s infinite cubic-bezier(0.215, 0.61, 0.355, 1); }

@-webkit-keyframes loader-figure {
  0% {
    height: 0;
    width: 0;
    background-color: #FE665C; }
  29% {
    background-color: #FE665C; }
  30% {
    height: 2em;
    width: 2em;
    background-color: transparent;
    border-width: 1em;
    opacity: 1; }
  100% {
    height: 2em;
    width: 2em;
    border-width: 0;
    opacity: 0;
    background-color: transparent; } }

@keyframes loader-figure {
  0% {
    height: 0;
    width: 0;
    background-color: #FE665C; }
  29% {
    background-color: #FE665C; }
  30% {
    height: 2em;
    width: 2em;
    background-color: transparent;
    border-width: 1em;
    opacity: 1; }
  100% {
    height: 2em;
    width: 2em;
    border-width: 0;
    opacity: 0;
    background-color: transparent; } }

@-webkit-keyframes loader-label {
  0% {
    opacity: 0.25; }
  30% {
    opacity: 1; }
  100% {
    opacity: 0.25; } }

@keyframes loader-label {
  0% {
    opacity: 0.25; }
  30% {
    opacity: 1; }
  100% {
    opacity: 0.25; } }

body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  min-height: 100vh;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column; }

.page-wrapper {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1; }

.row-image-overlay {
  overflow: hidden; }

.piwo-fullscreen-links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-line-pack: stretch;
      align-content: stretch;
  width: 100%; }

.piwo-fullscreen-links-list {
  list-style: none;
  margin: 0;
  padding: 0;
  position: relative;
  z-index: 2;
  counter-reset: piwo-links;
  padding: 30px 0; }
  .piwo-fullscreen-links-list li {
    padding: 20px 120px 20px 0;
    position: relative;
    line-height: 1em;
    margin: 0; }
    .piwo-fullscreen-links-list li .title {
      display: block;
      position: relative;
      -webkit-transition: opacity .3s, -webkit-transform .3s;
      transition: opacity .3s, -webkit-transform .3s;
      transition: transform .3s, opacity .3s;
      transition: transform .3s, opacity .3s, -webkit-transform .3s;
      -webkit-transform-origin: left;
              transform-origin: left;
      opacity: .7; }
      @media screen and (max-width: 63.9375em) {
        .piwo-fullscreen-links-list li .title:after {
          display: none; } }
      @media screen and (min-width: 64em) and (max-width: 79.9375em) {
        .piwo-fullscreen-links-list li .title:after {
          left: -30px; } }
    .piwo-fullscreen-links-list li .subtitle {
      display: block;
      text-transform: uppercase;
      font-weight: bold !important;
      opacity: 0;
      -webkit-transition: opacity 0.3s, -webkit-transform 0.3s;
      transition: opacity 0.3s, -webkit-transform 0.3s;
      transition: opacity 0.3s, transform 0.3s;
      transition: opacity 0.3s, transform 0.3s, -webkit-transform 0.3s;
      -webkit-transform: translateY(30px);
              transform: translateY(30px);
      display: none; }
      @media screen and (max-width: 63.9375em) {
        .piwo-fullscreen-links-list li .subtitle {
          opacity: 0.4;
          -webkit-transform: translateY(0);
                  transform: translateY(0); } }
    .piwo-fullscreen-links-list li.piwo-active .title {
      -webkit-transform: scale(1.2);
              transform: scale(1.2);
      opacity: 1; }
    .piwo-fullscreen-links-list li:hover .title:after {
      opacity: .1; }
    .piwo-fullscreen-links-list li:hover .subtitle {
      opacity: 0.4;
      -webkit-transform: translateY(0);
              transform: translateY(0); }
    @media screen and (max-width: 63.9375em) {
      .piwo-fullscreen-links-list li {
        margin: 15px 0 15px 0 !important; } }
  .piwo-fullscreen-links-list .h1 .subtitle {
    font-size: 0.28em; }
  .piwo-fullscreen-links-list .h2 .subtitle {
    font-size: 0.32em; }
  .piwo-fullscreen-links-list .h3 .subtitle {
    font-size: 0.38em; }
  .piwo-fullscreen-links-list .h4 .subtitle {
    font-size: 0.42em; }
  .piwo-fullscreen-links-list .h5 .subtitle {
    font-size: 0.5em; }
  @media screen and (max-width: 63.9375em) {
    .piwo-fullscreen-links-list {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column; }
      .piwo-fullscreen-links-list .h1 .subtitle {
        font-size: 0.5em; }
      .piwo-fullscreen-links-list .h2 .subtitle {
        font-size: 0.5em; }
      .piwo-fullscreen-links-list .h3 .subtitle {
        font-size: 0.7em; }
      .piwo-fullscreen-links-list .h4 .subtitle {
        font-size: 0.8em; }
      .piwo-fullscreen-links-list .h5 .subtitle {
        font-size: 0.8em; } }

.piwo-fullscreen-bg-titles {
  pointer-events: none;
  position: fixed;
  top: 50%;
  left: 0; }
  .piwo-fullscreen-bg-titles li {
    position: absolute;
    top: 0;
    left: 0;
    white-space: nowrap;
    opacity: 0;
    -webkit-transition: opacity .3s;
    transition: opacity .3s;
    width: 100vw; }
    .piwo-fullscreen-bg-titles li h1 {
      margin: 0;
      font-size: calc(190px + 2.5 * ((100vw - 600px) / 42.25));
      -webkit-transform: translateY(-50%);
              transform: translateY(-50%); }
    .piwo-fullscreen-bg-titles li.piwo-active {
      opacity: .05; }

.piwo-fullscreen-links-images {
  pointer-events: none;
  position: fixed;
  z-index: 1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 60px;
  /* display: flex; */ }
  .piwo-fullscreen-links-images ul {
    list-style: none;
    margin: 0;
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    padding: 120px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    justify-items: center;
    text-align: center; }
  .piwo-fullscreen-links-images li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: absolute;
    left: 60px;
    top: 60px;
    right: 60px;
    bottom: 60px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center; }
    .piwo-fullscreen-links-images li img {
      -webkit-transition: -webkit-transform 0.5s;
      transition: -webkit-transform 0.5s;
      transition: transform 0.5s;
      transition: transform 0.5s, -webkit-transform 0.5s;
      -webkit-transform: translate3d(0, 0, 0) scale(1.2);
              transform: translate3d(0, 0, 0) scale(1.2);
      width: auto;
      height: 100%;
      opacity: 1;
      max-width: none; }
    .piwo-fullscreen-links-images li div {
      position: relative;
      opacity: 0;
      -webkit-transition: opacity 0.5s, -webkit-transform 0.5s;
      transition: opacity 0.5s, -webkit-transform 0.5s;
      transition: opacity 0.5s, transform 0.5s;
      transition: opacity 0.5s, transform 0.5s, -webkit-transform 0.5s;
      -webkit-transform: translate3d(0, 0, 0) scale(0.8);
              transform: translate3d(0, 0, 0) scale(0.8);
      overflow: hidden;
      height: 100%;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center; }
    .piwo-fullscreen-links-images li.piwo-active div {
      opacity: 1;
      -webkit-transform: translate3d(0, 0, 0) scale(1);
              transform: translate3d(0, 0, 0) scale(1); }
    .piwo-fullscreen-links-images li.piwo-active img {
      -webkit-transform: translate3d(0, 0, 0) scale(1);
              transform: translate3d(0, 0, 0) scale(1); }
  @media screen and (max-width: 39.9375em) {
    .piwo-fullscreen-links-images {
      padding: 0; }
      .piwo-fullscreen-links-images ul {
        padding: 0; }
        .piwo-fullscreen-links-images ul li {
          top: 0;
          right: 0;
          bottom: 0;
          left: 0;
          margin: 0 -30px; } }

.piwo-fullscreen-links-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -ms-flex-line-pack: center;
      align-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }

@media print, screen and (min-width: 64em) {
  .piwo-fullscreen-links-center {
    text-align: center; }
    .piwo-fullscreen-links-center li {
      padding: 20px 60px 20px 60px; }
    .piwo-fullscreen-links-center .piwo-fullscreen-links-list {
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center; }
      .piwo-fullscreen-links-center .piwo-fullscreen-links-list li .title {
        -webkit-transform-origin: center;
                transform-origin: center; }
    .piwo-fullscreen-links-center .piwo-fullscreen-links-inner {
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center; }
  .piwo-fullscreen-links-right {
    text-align: right; }
    .piwo-fullscreen-links-right li {
      padding: 20px 0px 20px 120px; }
    .piwo-fullscreen-links-right .piwo-fullscreen-links-list {
      -webkit-box-pack: end;
          -ms-flex-pack: end;
              justify-content: flex-end; }
      .piwo-fullscreen-links-right .piwo-fullscreen-links-list li .title {
        -webkit-transform-origin: right;
                transform-origin: right; }
    .piwo-fullscreen-links-right .piwo-fullscreen-links-inner {
      -webkit-box-pack: end;
          -ms-flex-pack: end;
              justify-content: flex-end; }
    .piwo-fullscreen-links-right .piwo-fullscreen-bg-titles {
      text-align: left; }
      .piwo-fullscreen-links-right .piwo-fullscreen-bg-titles li {
        padding: 0; } }

/**
 *
 * 3. Navbar styles
 *
 */
.piwo-nav .nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  padding: 0; }
  .piwo-nav .nav a {
    font-size: 14px; }
  .piwo-nav .nav > div {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap; }
    .piwo-nav .nav > div.nav-additional {
      -webkit-box-pack: end;
          -ms-flex-pack: end;
              justify-content: flex-end;
      text-align: right;
      -webkit-box-flex: 1;
          -ms-flex: 1 1 0px;
              flex: 1 1 0; }
      .piwo-nav .nav > div.nav-additional > ul {
        margin: 0;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-item-align: stretch;
            align-self: stretch; }
        .piwo-nav .nav > div.nav-additional > ul > li {
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          -ms-flex-item-align: stretch;
              align-self: stretch;
          -webkit-box-align: center;
              -ms-flex-align: center;
                  align-items: center;
          list-style-type: none;
          margin-left: 30px; }
          .piwo-nav .nav > div.nav-additional > ul > li:first-of-type {
            margin-left: 0; }
    .piwo-nav .nav > div.logo {
      position: static;
      -webkit-box-flex: 1;
          -ms-flex: 1 1 0px;
              flex: 1 1 0;
      padding: 0;
      height: inherit; }
      .piwo-nav .nav > div.logo h1 {
        margin-bottom: 0;
        font-size: 20px;
        text-transform: uppercase; }
      .piwo-nav .nav > div.logo .static-logo {
        height: inherit; }
      .piwo-nav .nav > div.logo a {
        height: inherit; }
    .piwo-nav .nav > div.main-nav > ul {
      padding: 0;
      margin: 0;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-item-align: stretch;
          align-self: stretch;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap; }

.static-logo {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }

.piwo-nav {
  position: absolute;
  width: 100%;
  z-index: 20; }
  @media screen and (max-width: 63.9375em) {
    .piwo-nav .nav-social-profiles {
      display: none !important; } }
  .piwo-nav.nav-top {
    top: 0; }
  .piwo-nav.nav-bottom {
    bottom: 0; }
    .piwo-nav.nav-bottom .menu-item-has-children .sub-menu {
      bottom: 100%;
      margin-bottom: 20px;
      top: auto; }
      .piwo-nav.nav-bottom .menu-item-has-children .sub-menu .sub-menu {
        top: auto;
        bottom: -27px; }
    .piwo-nav.nav-bottom ul.sub-menu:before {
      content: '';
      height: 40px;
      position: absolute;
      top: 100%;
      left: 0;
      right: 0; }
  .piwo-nav.nav-left .nav > div.logo {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 auto;
            flex: 0 1 auto; }
  .piwo-nav.nav-right .nav > div.nav-additional {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 auto;
            flex: 0 1 auto; }
  .piwo-nav.nav-transparent .page-wrapper .page-wrapper {
    top: 0; }
  .piwo-nav .menu > li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
    .piwo-nav .menu > li > a {
      display: block;
      line-height: 1;
      padding: 10px 15px; }
  .piwo-nav .menu-item-has-children, .piwo-nav .menu-item-object-piwo_mega_menu {
    position: relative; }
    .piwo-nav .menu-item-has-children .sub-menu, .piwo-nav .menu-item-object-piwo_mega_menu .sub-menu {
      display: none;
      position: absolute;
      left: 50%;
      z-index: 19;
      height: auto !important;
      padding: 0;
      background: #fff;
      top: 100%; }
      .piwo-nav .menu-item-has-children .sub-menu .sub-menu, .piwo-nav .menu-item-object-piwo_mega_menu .sub-menu .sub-menu {
        left: calc(100% + 1px);
        margin-left: 0;
        top: -15px; }
      .piwo-nav .menu-item-has-children .sub-menu .dropdown-left, .piwo-nav .menu-item-object-piwo_mega_menu .sub-menu .dropdown-left {
        left: auto;
        right: calc(100% + 1px);
        margin-right: 0; }
      .piwo-nav .menu-item-has-children .sub-menu li, .piwo-nav .menu-item-object-piwo_mega_menu .sub-menu li {
        list-style-type: none; }
        .piwo-nav .menu-item-has-children .sub-menu li > a, .piwo-nav .menu-item-object-piwo_mega_menu .sub-menu li > a {
          margin: 0 15px; }
      @media print, screen and (min-width: 64em) {
        .piwo-nav .menu-item-has-children .sub-menu li, .piwo-nav .menu-item-object-piwo_mega_menu .sub-menu li {
          top: 0;
          margin-top: 0;
          padding: 2px 15px;
          height: auto !important;
          line-height: 1; }
          .piwo-nav .menu-item-has-children .sub-menu li > a, .piwo-nav .menu-item-object-piwo_mega_menu .sub-menu li > a {
            display: block; } }
  .piwo-nav .menu-item {
    list-style-type: none; }
    .piwo-nav .menu-item .sub-menu {
      -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.08);
              box-shadow: 0 0 10px rgba(0, 0, 0, 0.08); }
      .piwo-nav .menu-item .sub-menu li {
        position: relative;
        width: 100%;
        text-align: left !important; }
        .piwo-nav .menu-item .sub-menu li:hover > a {
          opacity: 1; }
        .piwo-nav .menu-item .sub-menu li a {
          white-space: nowrap;
          -webkit-transition: opacity 0.4s;
          transition: opacity 0.4s;
          opacity: 0.8; }
  .piwo-nav .dropdown > li {
    position: relative; }
    .piwo-nav .dropdown > li.current_page_item i {
      opacity: 1; }
    .piwo-nav .dropdown > li:hover i {
      opacity: 1; }
    .piwo-nav .dropdown > li > a {
      position: relative;
      overflow: hidden; }
      .piwo-nav .dropdown > li > a:after {
        content: "";
        position: absolute;
        border-bottom: 2px solid #556df4;
        -webkit-transition: opacity 0.2s, width 0.2s 0.2s, left 0.2s, -webkit-transform 0.2s;
        transition: opacity 0.2s, width 0.2s 0.2s, left 0.2s, -webkit-transform 0.2s;
        transition: transform 0.2s, opacity 0.2s, width 0.2s 0.2s, left 0.2s;
        transition: transform 0.2s, opacity 0.2s, width 0.2s 0.2s, left 0.2s, -webkit-transform 0.2s;
        left: 15px;
        right: 15px;
        opacity: 1;
        z-index: -1;
        bottom: 5px;
        -webkit-transform: scaleX(0);
                transform: scaleX(0);
        -webkit-transform-origin: left;
                transform-origin: left; }
      .piwo-nav .dropdown > li > a:hover:after {
        -webkit-transform: scaleX(1);
                transform: scaleX(1); }

.main-nav {
  margin: 0 15px; }
  .main-nav .menu-item-has-children a, .main-nav .mega-menu-inner a {
    padding: 8px 0; }
    .main-nav .menu-item-has-children a[href="#"], .main-nav .mega-menu-inner a[href="#"] {
      cursor: default; }

.piwo-nav .menu-item-has-children:not(.first-level) > a {
  padding-right: 20px; }

.piwo-nav .menu-item-has-children:not(.first-level) > a::after {
  right: 20px;
  position: absolute;
  content: '+';
  opacity: .5;
  background: transparent !important; }

.nav-social-profiles > ul {
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-left: 0; }

.nav-social-profiles li.profile {
  margin-left: 10px; }
  .nav-social-profiles li.profile:first-child {
    margin-left: 0; }
  .nav-social-profiles li.profile a {
    display: inline-block;
    width: 25px;
    text-align: center;
    position: relative;
    font-size: 13px;
    height: 25px;
    border-radius: 50%;
    -webkit-transition: background .3s;
    transition: background .3s; }
    .nav-social-profiles li.profile a i {
      -webkit-transition: color 0.2s;
      transition: color 0.2s; }
    .nav-social-profiles li.profile a:hover {
      background: #fff; }
      .nav-social-profiles li.profile a:hover i {
        color: #3b5998; }

/**
 *
 * Burger nav
 *
 */
.piwo-nav-burger {
  width: 20px;
  margin-left: 30px;
  position: relative;
  cursor: pointer; }
  .piwo-nav-burger span {
    -webkit-transform-origin: right;
            transform-origin: right;
    -webkit-transition: opacity .2s, background-color .3s, -webkit-transform .2s;
    transition: opacity .2s, background-color .3s, -webkit-transform .2s;
    transition: transform .2s, opacity .2s, background-color .3s;
    transition: transform .2s, opacity .2s, background-color .3s, -webkit-transform .2s; }
  .piwo-nav-burger .center {
    position: absolute;
    top: 50%;
    margin-top: -1px;
    width: 20px;
    height: 2px;
    background: currentColor; }
  .piwo-nav-burger .top, .piwo-nav-burger .bottom {
    position: absolute;
    top: 50%;
    margin-top: -7px;
    height: 2px;
    width: 100%;
    background: currentColor; }
  .piwo-nav-burger .top {
    margin-top: -7px; }
  .piwo-nav-burger .bottom {
    margin-top: 5px; }
  .piwo-nav-burger:hover .top {
    -webkit-transform: scaleX(0.8);
            transform: scaleX(0.8); }
  .piwo-nav-burger:hover .center {
    -webkit-transform: scaleX(0.5);
            transform: scaleX(0.5); }
  .piwo-nav-burger:hover .bottom {
    -webkit-transform: scaleX(0.4);
            transform: scaleX(0.4); }

.piwo-body-overlay {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  z-index: 21;
  background: rgba(0, 0, 0, 0.5);
  opacity: 0;
  visibility: hidden;
  -webkit-transition: opacity .3s .2s, visibility 0s .6s;
  transition: opacity .3s .2s, visibility 0s .6s;
  left: 0;
  cursor: pointer; }
  .piwo-body-overlay.open {
    opacity: 1;
    visibility: visible;
    -webkit-transition: opacity .3s .2s, visibility 0s .2s;
    transition: opacity .3s .2s, visibility 0s .2s; }

.piwo-nav-overlay {
  width: 40vw;
  position: fixed;
  height: 100%;
  z-index: 22;
  top: 0;
  right: 0;
  visibility: hidden;
  -webkit-transition: visibility 0s 0.8s, -webkit-transform 0.6s 0.2s cubic-bezier(0.77, 0, 0.175, 1);
  transition: visibility 0s 0.8s, -webkit-transform 0.6s 0.2s cubic-bezier(0.77, 0, 0.175, 1);
  transition: transform 0.6s 0.2s cubic-bezier(0.77, 0, 0.175, 1), visibility 0s 0.8s;
  transition: transform 0.6s 0.2s cubic-bezier(0.77, 0, 0.175, 1), visibility 0s 0.8s, -webkit-transform 0.6s 0.2s cubic-bezier(0.77, 0, 0.175, 1);
  -webkit-transform: translateX(100%) translateZ(0);
          transform: translateX(100%) translateZ(0); }
  @media screen and (max-width: 39.9375em) {
    .piwo-nav-overlay {
      width: 90vw; } }
  @media screen and (min-width: 40em) and (max-width: 63.9375em) {
    .piwo-nav-overlay {
      width: 70vw; } }
  .piwo-nav-overlay .piwo-nav-burger {
    position: absolute;
    top: 0px;
    height: 100px;
    right: 60px;
    width: 20px;
    z-index: 20; }
    .piwo-nav-overlay .piwo-nav-burger .center {
      opacity: 0; }
    .piwo-nav-overlay .piwo-nav-burger .top {
      -webkit-transform: translateY(6px) rotate(-45deg);
              transform: translateY(6px) rotate(-45deg); }
    .piwo-nav-overlay .piwo-nav-burger .bottom {
      -webkit-transform: translateY(-6px) rotate(45deg);
              transform: translateY(-6px) rotate(45deg); }
    @media screen and (max-width: 63.9375em) {
      .piwo-nav-overlay .piwo-nav-burger {
        right: 30px; } }
  .piwo-nav-overlay .piwo-overlay {
    position: fixed;
    z-index: 12;
    width: 40vw;
    height: 100%;
    background: #fff;
    right: 0;
    top: 0; }
    @media screen and (max-width: 39.9375em) {
      .piwo-nav-overlay .piwo-overlay {
        width: 90vw; } }
    @media screen and (min-width: 40em) and (max-width: 63.9375em) {
      .piwo-nav-overlay .piwo-overlay {
        width: 70vw; } }
  .piwo-nav-overlay .piwo-menu-content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    overflow-y: auto;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    padding: 0 60px 60px 60px;
    z-index: 13;
    letter-spacing: 1px;
    will-change: transform;
    overflow-x: hidden;
    width: 40vw; }
    @media screen and (max-width: 63.9375em) {
      .piwo-nav-overlay .piwo-menu-content {
        padding: 0 30px 30px 30px; } }
    @media screen and (max-width: 39.9375em) {
      .piwo-nav-overlay .piwo-menu-content {
        width: 90vw; } }
    @media screen and (min-width: 40em) and (max-width: 63.9375em) {
      .piwo-nav-overlay .piwo-menu-content {
        width: 70vw; } }
    .piwo-nav-overlay .piwo-menu-content .menu li {
      display: block;
      text-align: right; }
      .piwo-nav-overlay .piwo-menu-content .menu li .link-wrapper {
        padding: 20px 50px 20px 0; }
    .piwo-nav-overlay .piwo-menu-content .megamenu .menu-item a {
      padding: 8px 0 !important; }
    .piwo-nav-overlay .piwo-menu-content .menu > li > .item-wrapper > .link-wrapper {
      display: inline-block; }
    .piwo-nav-overlay .piwo-menu-content .main-nav > .menu > li {
      overflow: hidden; }
      .piwo-nav-overlay .piwo-menu-content .main-nav > .menu > li > .item-wrapper {
        -webkit-transform: translateY(100%);
                transform: translateY(100%);
        -webkit-transition: -webkit-transform .3s 0s;
        transition: -webkit-transform .3s 0s;
        transition: transform .3s 0s;
        transition: transform .3s 0s, -webkit-transform .3s 0s; }
    .piwo-nav-overlay .piwo-menu-content li:not(.menu-item):not(.overlay-back) {
      margin-top: 15px; }
    .piwo-nav-overlay .piwo-menu-content li.overlay-back + li:not(.menu-item) {
      margin-top: 0; }
  .piwo-nav-overlay .piwo-menu {
    margin: 120px 0 60px; }
    .piwo-nav-overlay .piwo-menu .lng {
      margin: 0;
      margin-bottom: 15px;
      text-transform: uppercase; }
      .piwo-nav-overlay .piwo-menu .lng li {
        display: inline-block;
        list-style-type: none;
        margin-right: 6px; }
        .piwo-nav-overlay .piwo-menu .lng li:after {
          content: "/";
          margin-left: 6px;
          margin-right: -5px; }
        .piwo-nav-overlay .piwo-menu .lng li:last-of-type {
          margin-right: 0; }
          .piwo-nav-overlay .piwo-menu .lng li:last-of-type:after {
            display: none; }
        .piwo-nav-overlay .piwo-menu .lng li a {
          font-weight: lighter; }
  .piwo-nav-overlay .piwo-nav-footer .item-footer-wrapper {
    overflow: hidden; }
    .piwo-nav-overlay .piwo-nav-footer .item-footer-wrapper > *:last-of-type {
      margin-bottom: 0; }
  .piwo-nav-overlay .piwo-nav-footer ul > li, .piwo-nav-overlay .piwo-nav-footer .item-footer-wrapper > * {
    -webkit-transform: translateY(100%);
            transform: translateY(100%);
    -webkit-transition: -webkit-transform .3s 0s;
    transition: -webkit-transform .3s 0s;
    transition: transform .3s 0s;
    transition: transform .3s 0s, -webkit-transform .3s 0s; }
  .piwo-nav-overlay .piwo-nav-footer ul {
    margin: 0;
    overflow: hidden; }
    .piwo-nav-overlay .piwo-nav-footer ul li {
      display: inline-block;
      list-style-type: none;
      margin-right: 15px; }
      .piwo-nav-overlay .piwo-nav-footer ul li:last-of-type {
        margin-right: 0; }
  .piwo-nav-overlay.piwo-overlay-open {
    visibility: visible;
    -webkit-transition: visibility 0s, -webkit-transform 0.6s cubic-bezier(0.77, 0, 0.175, 1);
    transition: visibility 0s, -webkit-transform 0.6s cubic-bezier(0.77, 0, 0.175, 1);
    transition: visibility 0s, transform 0.6s cubic-bezier(0.77, 0, 0.175, 1);
    transition: visibility 0s, transform 0.6s cubic-bezier(0.77, 0, 0.175, 1), -webkit-transform 0.6s cubic-bezier(0.77, 0, 0.175, 1);
    -webkit-transform: translateX(0) translateZ(0);
            transform: translateX(0) translateZ(0); }
    .piwo-nav-overlay.piwo-overlay-open .piwo-overlay {
      opacity: 1;
      -webkit-transition: opacity .3s;
      transition: opacity .3s; }
    .piwo-nav-overlay.piwo-overlay-open .piwo-menu-content .main-nav > .menu > li > .item-wrapper {
      -webkit-transform: translateY(0);
              transform: translateY(0);
      -webkit-transition: -webkit-transform .3s .4s;
      transition: -webkit-transform .3s .4s;
      transition: transform .3s .4s;
      transition: transform .3s .4s, -webkit-transform .3s .4s; }
    .piwo-nav-overlay.piwo-overlay-open .piwo-menu-content .piwo-nav-footer ul > li, .piwo-nav-overlay.piwo-overlay-open .piwo-menu-content .piwo-nav-footer .item-footer-wrapper > * {
      -webkit-transform: translateY(0);
              transform: translateY(0);
      -webkit-transition: -webkit-transform .3s .4s;
      transition: -webkit-transform .3s .4s;
      transition: transform .3s .4s;
      transition: transform .3s .4s, -webkit-transform .3s .4s; }
  .piwo-nav-overlay .nav-social-profiles li.profile {
    margin-right: 5px; }
    .piwo-nav-overlay .nav-social-profiles li.profile a {
      font-size: 18px; }
  .piwo-nav-overlay .languages {
    padding: 0 40px 0 40px;
    margin-right: 10px;
    margin-bottom: 20px;
    text-align: right; }
    .piwo-nav-overlay .languages li {
      display: inline-block;
      font-weight: 400;
      text-transform: uppercase;
      font-size: 14px;
      font-family: poppins; }
      .piwo-nav-overlay .languages li:after {
        content: '';
        margin: 0 5px;
        width: 10px;
        height: 1px;
        background: currentColor;
        display: inline-block;
        vertical-align: middle;
        margin-top: -2px; }
      .piwo-nav-overlay .languages li:last-child:after {
        display: none; }
      .piwo-nav-overlay .languages li.lng-active {
        font-weight: 700; }

.piwo-menu .main-nav {
  margin: 0; }
  .piwo-menu .main-nav > .menu {
    position: relative; }

.piwo-menu ul {
  margin: 0; }

.piwo-menu .menu-item-has-children > .item-wrapper > a {
  position: relative;
  display: inline-block; }
  .piwo-menu .menu-item-has-children > .item-wrapper > a:before {
    content: "";
    position: absolute;
    top: 50%;
    width: 10px;
    height: 2px;
    background: currentColor;
    right: 0;
    margin-top: -1px;
    opacity: 0.5;
    -webkit-transition: opacity .2s, right .2s;
    transition: opacity .2s, right .2s; }
    @media screen and (max-width: 63.9375em) {
      .piwo-menu .menu-item-has-children > .item-wrapper > a:before {
        margin-top: 0px; } }
  .piwo-menu .menu-item-has-children > .item-wrapper > a:after {
    content: "";
    position: absolute;
    top: 50%;
    opacity: .5;
    right: 4px;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    -webkit-transition: opacity .2s;
    transition: opacity .2s;
    height: 10px;
    width: 2px;
    background: currentColor; }
  .piwo-menu .menu-item-has-children > .item-wrapper > a:hover:before {
    opacity: 1; }
  .piwo-menu .menu-item-has-children > .item-wrapper > a:hover:after {
    opacity: 1; }

.piwo-menu .menu .sub-menu .link-wrapper {
  display: none;
  opacity: 0; }

.piwo-menu .sub-menu {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin: 0; }

.piwo-menu .overlay-children-icon {
  position: absolute;
  right: -30px;
  top: 50%;
  margin-top: -12px;
  opacity: .5; }
  .piwo-menu .overlay-children-icon i {
    font-style: normal;
    font-size: 20px; }

.piwo-menu .overlay-back {
  cursor: pointer;
  opacity: 0.5;
  -webkit-transition: opacity .2s;
  transition: opacity .2s; }
  .piwo-menu .overlay-back a {
    position: relative;
    padding-left: 20px !important;
    cursor: pointer !important; }
    .piwo-menu .overlay-back a:before {
      content: "\f104";
      font-family: "FontAwesome";
      position: absolute;
      top: 50%;
      left: 0;
      -webkit-transform: translateY(-50%);
              transform: translateY(-50%);
      font-size: 16px;
      margin-top: -1px; }
    .piwo-menu .overlay-back a:after {
      content: "";
      position: absolute;
      top: 50%;
      width: 10px;
      height: 2px;
      background: currentColor;
      left: 9px;
      margin-top: 0;
      opacity: 0;
      -webkit-transition: opacity .2s, left .2s;
      transition: opacity .2s, left .2s;
      margin-top: -1px; }
      @media screen and (max-width: 63.9375em) {
        .piwo-menu .overlay-back a:after {
          margin-top: 0px; } }
  .piwo-menu .overlay-back:hover {
    opacity: 1; }
    .piwo-menu .overlay-back:hover a:after {
      left: 1px;
      opacity: 1; }

.piwo-menu .open-dropdown {
  position: absolute;
  right: 0;
  background: #f1f1f1;
  height: 40px;
  width: 40px;
  top: 50%;
  line-height: 40px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  text-align: center;
  font-weight: 900;
  font-size: 24px;
  color: rgba(6, 6, 6, 0.3); }

/**
 *
 * Fixed navigation
 *
 */
.fixed-nav {
  position: relative;
  z-index: 20;
  position: fixed;
  top: -20px;
  left: 0;
  right: 0;
  -webkit-box-shadow: 0 0 40px rgba(0, 0, 0, 0.05);
          box-shadow: 0 0 40px rgba(0, 0, 0, 0.05);
  -webkit-transform: translateY(-100%);
          transform: translateY(-100%);
  -webkit-transition: top .4s, -webkit-transform 0.4s;
  transition: top .4s, -webkit-transform 0.4s;
  transition: transform 0.4s, top .4s;
  transition: transform 0.4s, top .4s, -webkit-transform 0.4s;
  width: 100%;
  white-space: nowrap; }
  .fixed-nav.show-fixed-nav {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    top: 0; }

.nav-top .fixed-nav .menu-item-has-children .dropdown {
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.08);
          box-shadow: 0 0 10px rgba(0, 0, 0, 0.08); }
  .nav-top .fixed-nav .menu-item-has-children .dropdown .dropdown {
    top: -15px; }

.nav-additional .profile a {
  -webkit-transition: -webkit-transform .4s;
  transition: -webkit-transform .4s;
  transition: transform .4s;
  transition: transform .4s, -webkit-transform .4s; }

.piwo-nav .logo img {
  max-height: 100%; }

.piwo-nav .nav {
  height: 100px; }

.nav-solid.nav-top ~ .page-wrapper {
  padding-top: 100px; }

.page-padding-top {
  padding-top: 60px; }

.nav-transparent ~ .page-wrapper .home-bg-slider, .nav-transparent ~ .page-wrapper .page-padding-top {
  top: 0; }

.nav-transparent ~ .page-wrapper .home-bg-slider {
  height: 100vh; }

.nav-solid.nav-bottom ~ .page-wrapper {
  height: calc(100vh); }
  .nav-solid.nav-bottom ~ .page-wrapper .home-bg-slider {
    top: 0; }
  .nav-solid.nav-bottom ~ .page-wrapper .page-padding-top {
    bottom: 0; }

.show-frame .nav-solid.nav-bottom ~ .page-wrapper {
  height: calc(100vh - 15px); }

.nav-solid.nav-center-ver ~ .page-wrapper .home-bg-slider, .nav-solid.nav-center-ver ~ .page-wrapper .page-padding-top {
  top: 0;
  bottom: 0; }

.nav-solid ~ .page-wrapper .home-bg-slider {
  height: calc(100vh - 100px); }

.nav-transparent.nav-top ~ .page-wrapper .home-content {
  padding-top: 100px; }

.nav-transparent.nav-bottom ~ .page-wrapper .home-content {
  padding-bottom: 100px; }

.piwo-nav a, .fixed-nav a {
  font-family: "Poppins"; }

.piwo-nav.nav-dark-text a, .fixed-nav.nav-dark-text a {
  color: #333; }

.piwo-nav.nav-light-text a, .fixed-nav.nav-light-text a {
  color: #fff; }

.nav-solid .nav-dark-text {
  background: #fff; }

.nav-solid .nav-light-text {
  background: #333; }

.mobile-nav .nav, .mobile-menu-content, .mobile-menu-content:after {
  background: #fff; }

#mobile-burger:before, #mobile-burger > div, #mobile-burger:after {
  background: #333; }

.open-cart a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 20px;
  vertical-align: middle;
  position: relative;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-right: 0; }
  .open-cart a svg {
    -webkit-box-flex: 1;
        -ms-flex: 1 0 20px;
            flex: 1 0 20px;
    width: 20px; }

.open-cart .woo-cart-count {
  margin-top: 4px;
  margin-left: 5px; }

.open-cart.mobile-cart a {
  width: 30px;
  height: 30px;
  margin-top: 0; }

.open-cart.mobile-cart .woo-cart-count {
  top: 50%; }

.woo-cart-count {
  font-size: 12px; }
  .woo-cart-count:empty {
    display: none; }

.top-empty-menu {
  margin: 0;
  padding: 0; }

.logo-text a, .text-logo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }

.mega-menu .mega-menu-inner {
  padding: 60px; }
  .mega-menu .mega-menu-inner ul {
    margin: 0; }
    .mega-menu .mega-menu-inner ul li {
      margin: 0;
      padding: 0 !important; }
      .mega-menu .mega-menu-inner ul li a {
        margin: 0 !important; }
  .mega-menu .mega-menu-inner .empty-header {
    opacity: 0; }

.mega-menu-content {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative; }
  .mega-menu-content .mega-menu-content-inner {
    width: 100%;
    padding: 30px;
    position: relative;
    z-index: 2; }
  .mega-menu-content.ver-top {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start; }
  .mega-menu-content.ver-center {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
  .mega-menu-content.ver-bottom {
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end; }

.mega-menu-content-overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1; }

body.admin-bar.plugin-on #mobile-navbar-home {
  top: 46px;
  position: absolute; }

body.admin-bar.plugin-on #mobile-burger {
  margin-top: 46px;
  position: absolute; }

body.admin-bar.plugin-on .shopping-cart {
  padding-top: 62px; }

body.admin-bar.plugin-on .cart-offcanvas-close {
  top: 80px; }

@media screen and (max-width: 63.9375em) {
  body.admin-bar.plugin-on {
    position: static;
    margin-top: 46px; }
    body.admin-bar.plugin-on .piwo-nav.nav-top:not(.fixed-nav) {
      top: 46px; } }

@media print, screen and (min-width: 64em) {
  body.admin-bar.plugin-on {
    margin-top: 32px; }
    body.admin-bar.plugin-on .piwo-nav.fixed-nav {
      top: 32px; } }

.piwo-nav .menu-item-has-children .sub-menu:not(.mega-menu) {
  padding: 15px 0; }

.menu-item-object-piwo_mega_menu > a {
  cursor: default; }

.piwo-nav .additional-bar {
  font-size: 12px;
  border-bottom-width: 1px;
  border-bottom-style: solid; }
  .piwo-nav .additional-bar .additional-bar-inner {
    padding: 5px 0; }
    .piwo-nav .additional-bar .additional-bar-inner span {
      margin: 0 20px; }
      .piwo-nav .additional-bar .additional-bar-inner span:first-child {
        margin-left: 0; }
      .piwo-nav .additional-bar .additional-bar-inner span:last-child {
        margin-right: 0; }
  .piwo-nav .additional-bar a {
    color: inherit; }
  .piwo-nav .additional-bar.left .additional-bar-inner {
    text-align: left; }
  .piwo-nav .additional-bar.right .additional-bar-inner {
    text-align: right; }
  .piwo-nav .additional-bar.center .additional-bar-inner {
    text-align: center; }
  .piwo-nav .additional-bar.space .additional-bar-inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between; }

body.piwo-nav-left .piwo-left-nav-wrapper {
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  width: 280px;
  z-index: 15; }
  @media screen and (max-width: 63.9375em) {
    body.piwo-nav-left .piwo-left-nav-wrapper {
      position: absolute;
      width: 100%;
      bottom: auto; }
      body.piwo-nav-left .piwo-left-nav-wrapper .piwo-left-inner > div:first-child {
        -webkit-box-flex: 1;
            -ms-flex: 1 0 auto;
                flex: 1 0 auto; } }

body.piwo-nav-left .piwo-left-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 0 20px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }
  body.piwo-nav-left .piwo-left-inner h1 {
    font-size: 36px;
    margin: 0; }

@media print, screen and (min-width: 64em) {
  body.piwo-nav-left .page-wrapper > .page-wrapper-inner {
    margin-left: 280px;
    padding: 0 20px; }
    body.piwo-nav-left .page-wrapper > .page-wrapper-inner .post-intro-wrapper, body.piwo-nav-left .page-wrapper > .page-wrapper-inner .piwo-breadcrumbs {
      margin: 0 -20px; }
  body.piwo-nav-left .footer-row-wrapper {
    margin-left: 280px; }
  body.piwo-nav-left .row-image-overlay {
    margin-left: 280px; }
  body.piwo-nav-left .vc_row[data-vc-full-width] {
    padding-left: 280px; }
  body.piwo-nav-left .piwo-nav {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column; }
  body.piwo-nav-left .piwo-split-counter {
    margin-left: 110px; }
  body.piwo-nav-left .piwo-left-inner {
    position: absolute;
    height: auto;
    bottom: 0;
    top: 0;
    left: 0;
    right: 0;
    padding: 0;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between; }
    body.piwo-nav-left .piwo-left-inner ul {
      list-style: none;
      margin: 0; }
    body.piwo-nav-left .piwo-left-inner .main-nav {
      margin: 0; }
    body.piwo-nav-left .piwo-left-inner a {
      position: relative; }
    body.piwo-nav-left .piwo-left-inner h1 {
      font-size: 30px;
      margin: 0; }
    body.piwo-nav-left .piwo-left-inner .desktop-menu a {
      padding: 0 40px 0 0;
      display: block; }
    body.piwo-nav-left .piwo-left-inner .desktop-menu li {
      padding: 0 40px; }
    body.piwo-nav-left .piwo-left-inner .sub-menu {
      margin-left: 0 !important;
      position: absolute;
      top: 0;
      bottom: 0;
      left: 100%;
      width: auto !important;
      padding: 0;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-line-pack: center;
          align-content: center;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      display: none;
      opacity: 0; }
      body.piwo-nav-left .piwo-left-inner .sub-menu.mega-menu {
        display: none !important; }
      body.piwo-nav-left .piwo-left-inner .sub-menu li {
        white-space: nowrap; }
      body.piwo-nav-left .piwo-left-inner .sub-menu .sub-menu {
        border-left: 1px solid rgba(127, 127, 127, 0.1) !important; }
    body.piwo-nav-left .piwo-left-inner .menu-item-has-children > a:before, body.piwo-nav-left .piwo-left-inner .menu-item-has-children > a:after {
      content: '';
      width: 9px;
      position: absolute;
      right: 0;
      top: 50%;
      background: currentColor;
      height: 2px;
      margin-top: -2px;
      border-radius: 50px;
      opacity: 0.3; }
    body.piwo-nav-left .piwo-left-inner .menu-item-has-children > a:after {
      -webkit-transform: rotateZ(90deg) scaleX(1);
              transform: rotateZ(90deg) scaleX(1);
      -webkit-transition: -webkit-transform .2s;
      transition: -webkit-transform .2s;
      transition: transform .2s;
      transition: transform .2s, -webkit-transform .2s; }
    body.piwo-nav-left .piwo-left-inner .menu-item-has-children > a:hover:after {
      -webkit-transform: rotateZ(90deg) scaleX(0);
              transform: rotateZ(90deg) scaleX(0); }
    body.piwo-nav-left .piwo-left-inner .nav-additional {
      padding: 40px;
      width: 100%; }
    body.piwo-nav-left .piwo-left-inner .logo {
      padding: 40px; }
    body.piwo-nav-left .piwo-left-inner .languages {
      padding: 20px 40px 0 40px; }
      body.piwo-nav-left .piwo-left-inner .languages li {
        display: inline-block;
        font-weight: 400;
        text-transform: uppercase;
        font-size: 14px;
        font-family: poppins; }
        body.piwo-nav-left .piwo-left-inner .languages li:after {
          content: '';
          margin: 0 5px;
          width: 10px;
          height: 1px;
          background: currentColor;
          display: inline-block;
          vertical-align: middle;
          margin-top: -2px; }
        body.piwo-nav-left .piwo-left-inner .languages li:last-child:after {
          display: none; }
        body.piwo-nav-left .piwo-left-inner .languages li.lng-active {
          font-weight: 700; }
    body.piwo-nav-left .piwo-left-inner .nav-social-profiles > ul {
      -ms-flex-wrap: wrap;
          flex-wrap: wrap; }
    body.piwo-nav-left .piwo-left-inner .nav-social-profiles li a {
      line-height: 23px;
      border: 1px solid transparent;
      position: relative; }
      body.piwo-nav-left .piwo-left-inner .nav-social-profiles li a:hover {
        color: inherit !important; }
      body.piwo-nav-left .piwo-left-inner .nav-social-profiles li a:before {
        content: '';
        position: absolute;
        left: 0;
        top: 0;
        right: 0;
        bottom: 0;
        border: 1px solid currentColor !important;
        border-radius: 50%;
        opacity: 0.3; } }

body.piwo-nav-left .piwo-left-nav-footer {
  margin: 20px 0 0 0;
  padding-top: 20px;
  font-size: 14px;
  position: relative; }
  body.piwo-nav-left .piwo-left-nav-footer:before {
    content: '';
    border-top: 1px solid currentColor;
    width: 100%;
    top: 0;
    position: absolute;
    opacity: 0.15; }

/**
 *
 * 4. Blog template styles
 *
 */
/**
 *
 * Blog List
 *
 */
.blog-list {
  padding-top: 0; }
  .blog-list .post-header {
    margin-bottom: 80px;
    text-align: left; }
    @media screen and (max-width: 79.9375em) {
      .blog-list .post-header > .post-meta {
        padding-left: 20px;
        padding-right: 20px; } }
    .blog-list .post-header .piwo-post-video {
      position: relative; }
      .blog-list .post-header .piwo-post-video .responsive-embed, .blog-list .post-header .piwo-post-video .flex-video {
        margin-bottom: 0 !important; }
    .blog-list .post-header .post-meta {
      padding: 0;
      margin-top: 40px; }
    .blog-list .post-header img {
      width: 100%; }
  .blog-list .alignleft {
    padding-right: 40px;
    margin-right: 0;
    text-align: right;
    margin-bottom: 30px; }
  .blog-list .alignright {
    padding-left: 40px;
    margin-left: 0;
    text-align: left;
    margin-bottom: 30px; }
  @media screen and (min-width: 80em) {
    .blog-list .alignleft, .blog-list .pull-left {
      margin-left: -40px;
      max-width: calc(40px + 50%); }
    .blog-list .alignright, .blog-list .pull-right {
      margin-right: -40px;
      max-width: calc(40px + 50%); } }
  @media screen and (max-width: 39.9375em) {
    .blog-list .piwo-post-link .post-meta, .blog-list .piwo-post-quote .quote .post-meta {
      left: 20px !important;
      right: 20px; }
    .blog-list .piwo-post-link .post-custom-link .post-link-icon {
      width: 40px; }
    .blog-list .piwo-post-quote .quote {
      left: 0;
      right: 0; }
    .blog-list .quotation-marks {
      top: 20px;
      left: 20px !important; } }
  @media print, screen and (min-width: 40em) {
    .blog-list .post-content {
      padding: 0 40px; }
    .blog-list .piwo-post-link .post-meta, .blog-list .piwo-post-quote .quote .post-meta {
      left: 40px !important;
      right: 40px; } }
  @media screen and (max-width: 79.9375em) {
    .blog-list {
      margin-top: 40px; } }
  .blog-list .post-tags a.piwo-hover-text {
    margin-bottom: 0; }
  .blog-list .piwo-post-gallery {
    margin-bottom: 0;
    height: 550px !important; }
  .blog-list .piwo-post-video, .blog-list .piwo-post-audio {
    margin-bottom: 0; }
  .blog-list .post-title {
    margin-bottom: 20px !important; }
  .blog-list .piwo-post-link {
    margin-bottom: 0; }
    .blog-list .piwo-post-link .post-meta {
      margin-bottom: 40px; }
    @media screen and (min-width: 80em) {
      .blog-list .piwo-post-link .post-meta {
        left: 0; } }
  .blog-list .piwo-post-quote .post-meta {
    margin-bottom: 40px; }
  .blog-list .sticky-post {
    position: relative; }
    .blog-list .sticky-post:before {
      right: 0;
      left: 0; }
  .blog-list .no-image {
    margin-bottom: 20px; }
    .blog-list .no-image .post-custom-link, .blog-list .no-image .quote {
      position: relative;
      top: 0;
      left: 0;
      margin: 0 !important;
      text-align: left;
      padding: 0 !important;
      padding-top: 40px !important; }
      .blog-list .no-image .post-custom-link .quote-content, .blog-list .no-image .quote .quote-content {
        width: 100% !important; }
  .blog-list .byline.post-cat-author:after {
    display: none; }
  .blog-list .intro-post-cat-tags li:first-of-type {
    margin-left: 0; }
  .blog-list .content {
    margin-bottom: 20px; }
    .blog-list .content .lead {
      font-size: inherit;
      line-height: 1.8em; }
  .blog-list .more-link {
    opacity: .5;
    -webkit-transition: opacity .4s, color .4s;
    transition: opacity .4s, color .4s;
    font-style: italic; }
    .blog-list .more-link:hover {
      opacity: 1; }
  .blog-list li.byline.post-cat-author:after {
    content: '';
    margin-top: -2px;
    margin-left: 10px;
    margin-right: 10px;
    width: 20px;
    height: 1px;
    display: inline-block;
    vertical-align: middle; }

/**
 *
 * Blog Masonry
 *
 */
.blog-masonry.page-padding {
  padding: 0; }

.blog-masonry .blog-post-content {
  margin: 0 -20px; }

.blog-masonry .sidebar-on .post-header, .blog-masonry .sidebar-on .grid-sizer {
  width: 50%; }
  @media screen and (max-width: 79.9375em) {
    .blog-masonry .sidebar-on .post-header, .blog-masonry .sidebar-on .grid-sizer {
      width: 100%; } }

.blog-masonry.piwo-2-col .post-header, .blog-masonry.piwo-2-col .grid-sizer {
  width: 50%; }
  @media screen and (max-width: 39.9375em) {
    .blog-masonry.piwo-2-col .post-header, .blog-masonry.piwo-2-col .grid-sizer {
      width: 100%; } }

.blog-masonry.piwo-3-col .post-header, .blog-masonry.piwo-3-col .grid-sizer {
  width: 33.3332%; }
  @media screen and (max-width: 79.9375em) {
    .blog-masonry.piwo-3-col .post-header, .blog-masonry.piwo-3-col .grid-sizer {
      width: 50%; } }
  @media screen and (max-width: 39.9375em) {
    .blog-masonry.piwo-3-col .post-header, .blog-masonry.piwo-3-col .grid-sizer {
      width: 100%; } }

.blog-masonry.piwo-4-col .post-header, .blog-masonry.piwo-4-col .grid-sizer {
  width: 25%; }
  @media screen and (max-width: 79.9375em) {
    .blog-masonry.piwo-4-col .post-header, .blog-masonry.piwo-4-col .grid-sizer {
      width: 50%; } }
  @media screen and (max-width: 39.9375em) {
    .blog-masonry.piwo-4-col .post-header, .blog-masonry.piwo-4-col .grid-sizer {
      width: 100%; } }

.blog-masonry .post-header {
  padding: 0 20px; }

.blog-masonry .piwo-post-gallery {
  position: relative;
  height: auto !important;
  margin-bottom: 0; }
  .blog-masonry .piwo-post-gallery:before {
    display: block;
    content: " ";
    width: 100%;
    padding-top: 75%; }
  .blog-masonry .piwo-post-gallery > div {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0; }

.blog-masonry .piwo-post-link {
  margin-bottom: 40px; }
  .blog-masonry .piwo-post-link .post-custom-link {
    padding-bottom: 30px; }
    .blog-masonry .piwo-post-link .post-custom-link .post-link-icon {
      width: 40px; }
    .blog-masonry .piwo-post-link .post-custom-link a > span {
      vertical-align: top; }
  .blog-masonry .piwo-post-link .post-meta {
    background: transparent !important; }
  .blog-masonry .piwo-post-link .post-images {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }
  .blog-masonry .piwo-post-link .link-bg-img {
    height: 100%;
    background-size: cover !important;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0; }
  .blog-masonry .piwo-post-link .post-custom-link, .blog-masonry .piwo-post-link .post-meta {
    position: relative;
    left: 0;
    right: 0; }
  .blog-masonry .piwo-post-link .post-meta {
    padding-bottom: 40px !important; }
  .blog-masonry .piwo-post-link .post-custom-link {
    text-align: left;
    left: 30px; }

.blog-masonry .post-cat-meta {
  margin-bottom: 20px !important; }

.blog-masonry .post-meta {
  padding-bottom: 30px !important;
  padding-left: 30px !important;
  padding-right: 30px !important;
  background: transparent;
  text-align: center;
  margin-bottom: 40px; }
  @media screen and (max-width: 39.9375em) {
    .blog-masonry .post-meta {
      padding-left: 0 !important;
      padding-right: 0 !important; } }
  .blog-masonry .post-meta .btn {
    margin-top: 15px; }
  .blog-masonry .post-meta:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #f9f9f9;
    z-index: -1; }
    @media screen and (max-width: 39.9375em) {
      .blog-masonry .post-meta:after {
        left: 0;
        right: 0; } }

.blog-masonry .piwo-post-link .post-meta:after {
  display: none; }

.blog-masonry .piwo-post-quote {
  margin-bottom: 40px; }
  .blog-masonry .piwo-post-quote .quote {
    position: relative;
    width: 100%;
    padding: 30px 30px 0;
    left: 0; }
  .blog-masonry .piwo-post-quote .quote-content {
    font-size: 18px;
    padding-bottom: 30px; }
    .blog-masonry .piwo-post-quote .quote-content p:first-of-type {
      font-weight: 600;
      overflow: hidden; }
    @media screen and (min-width: 80em) {
      .blog-masonry .piwo-post-quote .quote-content {
        width: 80%;
        left: 10%; } }
    .blog-masonry .piwo-post-quote .quote-content p > span {
      font-size: 14px;
      float: right; }
  .blog-masonry .piwo-post-quote .quote-bg-img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-size: cover !important; }
  .blog-masonry .piwo-post-quote .post-meta {
    left: auto;
    right: auto;
    position: relative !important; }
  .blog-masonry .piwo-post-quote .quotation-marks {
    width: 30px;
    left: 30px; }
  .blog-masonry .piwo-post-quote:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #000;
    opacity: .5;
    z-index: 0; }
  .blog-masonry .piwo-post-quote .post-meta {
    background: transparent !important; }
    .blog-masonry .piwo-post-quote .post-meta:after {
      display: none; }

.blog-masonry .piwo-post-video {
  margin-bottom: 0; }
  .blog-masonry .piwo-post-video > div {
    margin-bottom: 0; }

.blog-masonry .piwo-post-audio {
  margin-bottom: 0; }

.blog-masonry .post-title {
  position: relative; }

.blog-masonry .large-with-sidebar li.byline.post-cat-author {
  display: none; }

.blog-masonry .large-with-sidebar .post-meta {
  padding-top: 20px !important;
  padding-left: 20px !important;
  padding-right: 20px !important; }

.blog-masonry .large-with-sidebar .quote-content {
  display: none; }

.blog-masonry .large-with-sidebar .quotation-marks {
  position: relative; }

.blog-masonry .piwo-load-more-wrapper {
  margin-bottom: 0 !important;
  margin-top: 0 !important; }

.blog-archive-header .parallax-header-decoration span {
  display: inline-block; }

.blog-archive-header .taxonomy-description {
  max-width: 700px;
  margin: 0 auto; }

/**
 *
 * Blog Grid
 *
 */
.blog-grid .blog-grid-wrapper {
  width: 100%; }

.blog-grid.piwo-2-col .post-header {
  width: 50%; }
  @media screen and (max-width: 39.9375em) {
    .blog-grid.piwo-2-col .post-header {
      width: 100%; } }

.blog-grid.piwo-3-col .post-header {
  width: 33.3332%; }
  @media screen and (max-width: 79.9375em) {
    .blog-grid.piwo-3-col .post-header {
      width: 50%; } }
  @media screen and (max-width: 39.9375em) {
    .blog-grid.piwo-3-col .post-header {
      width: 100%; } }

.blog-grid.piwo-4-col .post-header {
  width: 25%; }
  @media screen and (max-width: 79.9375em) {
    .blog-grid.piwo-4-col .post-header {
      width: 50%; } }
  @media screen and (max-width: 39.9375em) {
    .blog-grid.piwo-4-col .post-header {
      width: 100%; } }

.blog-grid .blog-grid-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-line-pack: start;
      align-content: start; }

.blog-grid .piwo-post-quote {
  margin-bottom: 0; }
  .blog-grid .piwo-post-quote.no-image .quote {
    color: currentColor;
    position: relative;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0; }
  .blog-grid .piwo-post-quote.no-image .quote-content {
    padding: 30px 0 !important; }
  .blog-grid .piwo-post-quote.no-image .quotation-marks {
    top: 30px; }
    .blog-grid .piwo-post-quote.no-image .quotation-marks path {
      fill: currentColor; }
  .blog-grid .piwo-post-quote.no-image .post-meta {
    position: relative;
    padding: 30px !important; }
  .blog-grid .piwo-post-quote .quote {
    left: 30px;
    top: 30px;
    right: 30px;
    padding: 0;
    width: auto;
    height: auto; }
  .blog-grid .piwo-post-quote .quote-content {
    font-size: 16px; }
  .blog-grid .piwo-post-quote .post-meta {
    left: auto;
    right: auto; }
  .blog-grid .piwo-post-quote .quotation-marks {
    width: 30px; }

.blog-grid .pagination {
  width: 100%; }

.blog-grid .blog-post-content {
  margin: 0 -20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap; }
  @media screen and (max-width: 39.9375em) {
    .blog-grid .blog-post-content {
      margin: 0; } }

.blog-grid .sidebar-on .post-header {
  width: 50%; }
  @media screen and (max-width: 79.9375em) {
    .blog-grid .sidebar-on .post-header {
      width: 100%; } }

.blog-grid .post-header {
  padding: 0 20px;
  margin-bottom: 40px;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  z-index: 1; }
  .blog-grid .post-header.centered {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center; }
  @media screen and (max-width: 39.9375em) {
    .blog-grid .post-header {
      padding: 0; }
      .blog-grid .post-header .quote-content {
        display: none; } }
  @media screen and (min-width: 40em) and (max-width: 63.9375em) {
    .blog-grid .post-header .quote-content {
      display: none; } }
  .blog-grid .post-header:after {
    content: "";
    position: absolute;
    top: 0;
    left: 20px;
    right: 20px;
    height: 100%;
    background: #f9f9f9;
    z-index: -1; }
    @media screen and (max-width: 39.9375em) {
      .blog-grid .post-header:after {
        left: 0;
        right: 0; } }

.blog-grid .piwo-post-gallery {
  position: relative;
  height: auto !important;
  margin-bottom: 0; }
  .blog-grid .piwo-post-gallery:before {
    display: block;
    content: " ";
    width: 100%;
    padding-top: 66.66667%; }
  .blog-grid .piwo-post-gallery > div {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0; }

.blog-grid .piwo-post-video {
  position: relative;
  margin-bottom: 0; }
  .blog-grid .piwo-post-video:before {
    display: block;
    content: " ";
    width: 100%;
    padding-top: 66.66667%; }
  .blog-grid .piwo-post-video > div {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0; }
  .blog-grid .piwo-post-video .responsive-embed.widescreen, .blog-grid .piwo-post-video .flex-video.widescreen {
    padding-bottom: 66.66%; }

.blog-grid .piwo-post-audio {
  margin-bottom: 0; }

.blog-grid .piwo-post-link {
  margin-bottom: 0; }
  .blog-grid .piwo-post-link.no-image .post-custom-link, .blog-grid .piwo-post-link.no-image .post-meta {
    position: relative;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    color: currentColor; }
  .blog-grid .piwo-post-link.no-image .post-custom-link a {
    color: currentColor;
    padding: 30px 30px 0; }
  .blog-grid .piwo-post-link.no-image svg path {
    fill: currentColor; }
  .blog-grid .piwo-post-link .post-custom-link .post-link-icon {
    width: 40px; }
  @media screen and (max-width: 63.9375em) {
    .blog-grid .piwo-post-link .post-custom-link > a > span {
      -webkit-transform: translateX(0);
              transform: translateX(0); }
      .blog-grid .piwo-post-link .post-custom-link > a > span span {
        -webkit-transform: translateX(0);
                transform: translateX(0); } }
  .blog-grid .piwo-post-link .post-link-text {
    vertical-align: baseline; }

.blog-grid .post-meta {
  padding: 40px;
  text-align: center; }
  .blog-grid .post-meta .post-cat-meta {
    margin-bottom: 20px; }
  .blog-grid .post-meta .btn {
    margin-top: 20px; }

.blog-grid .sticky-post:after {
  background: #556df4; }

.blog-grid .sticky-post {
  color: #fff; }
  .blog-grid .sticky-post li.byline.post-cat-author:after {
    background: currentColor; }

.blog-grid .piwo-load-more-wrapper {
  margin-bottom: 0 !important;
  margin-top: 0 !important; }

/**
 *
 * Blog Carousel
 *
 */
.blog-carousel .swiper-wrapper {
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end; }

.blog-carousel .swiper-slide {
  background: #f9f9f9;
  -webkit-box-shadow: 0 5px 5px rgba(0, 0, 0, 0.05);
          box-shadow: 0 5px 5px rgba(0, 0, 0, 0.05); }
  @media screen and (max-width: 39.9375em) {
    .blog-carousel .swiper-slide {
      height: auto !important; } }

.blog-carousel .post-meta {
  padding: 30px; }
  .blog-carousel .post-meta header {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis; }
  .blog-carousel .post-meta .post-title {
    margin-bottom: 30px; }

.blog-carousel .post-without-img {
  position: absolute;
  bottom: 0;
  width: 100%; }

li.byline.post-cat-author:after {
  content: '';
  margin-top: -2px;
  margin-left: 10px;
  margin-right: 10px;
  width: 20px;
  height: 1px;
  background: currentColor;
  display: inline-block;
  vertical-align: middle; }

/**
 *
 * VC Piwo Latest Posts
 *
 */
.piwo-latest-posts .latest-post-date {
  text-transform: uppercase;
  font-size: 14px;
  margin-bottom: 0; }

.piwo-latest-posts .post-excerpt {
  margin-top: 20px;
  z-index: 1; }

.piwo-latest-posts .post-excerpt > *:last-of-type {
  margin-bottom: 0; }

.piwo-latest-posts .overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%; }

.piwo-latest-posts h6 {
  margin-bottom: 0;
  margin-top: 15px; }

.piwo-latest-posts .blog-post {
  padding: 0 20px;
  display: inline-block;
  vertical-align: top; }

.piwo-latest-posts.piwo-2-col {
  margin: 0 -20px; }
  .piwo-latest-posts.piwo-2-col .blog-post {
    width: 50%; }

.piwo-latest-posts.piwo-3-col {
  margin: 0 -20px; }
  .piwo-latest-posts.piwo-3-col .blog-post {
    width: 33.3334%; }
    @media screen and (min-width: 40em) and (max-width: 63.9375em) {
      .piwo-latest-posts.piwo-3-col .blog-post {
        width: 50%; } }

.piwo-latest-posts.piwo-4-col {
  margin: 0 -20px; }
  .piwo-latest-posts.piwo-4-col .blog-post {
    width: 25%; }
    @media screen and (min-width: 40em) and (max-width: 63.9375em) {
      .piwo-latest-posts.piwo-4-col .blog-post {
        width: 50%; } }

.piwo-latest-posts.featured-latest-post {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: top;
      -ms-flex-align: top;
          align-items: top; }
  .piwo-latest-posts.featured-latest-post .featured.featured-img .post-wrapper {
    position: relative; }
    .piwo-latest-posts.featured-latest-post .featured.featured-img .post-wrapper h6 {
      z-index: 1; }
  .piwo-latest-posts.featured-latest-post .normal-posts {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    padding: 20px 0; }
  .piwo-latest-posts.featured-latest-post .featured {
    position: relative; }
    .piwo-latest-posts.featured-latest-post .featured .post-wrapper {
      position: absolute;
      top: 0;
      height: 100%;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      -webkit-box-pack: end;
          -ms-flex-pack: end;
              justify-content: flex-end; }
  .piwo-latest-posts.featured-latest-post.piwo-2-col .normal-posts {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 40%;
            flex: 0 0 40%; }
    .piwo-latest-posts.featured-latest-post.piwo-2-col .normal-posts .blog-post {
      width: 100%; }
  .piwo-latest-posts.featured-latest-post.piwo-2-col .featured {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 60%;
            flex: 0 0 60%; }
  @media screen and (min-width: 40em) and (max-width: 63.9375em) {
    .piwo-latest-posts.featured-latest-post.piwo-2-col .normal-posts {
      -webkit-box-flex: 0;
          -ms-flex: 0 0 50%;
              flex: 0 0 50%; }
    .piwo-latest-posts.featured-latest-post.piwo-2-col .featured {
      -webkit-box-flex: 0;
          -ms-flex: 0 0 50%;
              flex: 0 0 50%; } }
  .piwo-latest-posts.featured-latest-post.piwo-3-col .normal-posts {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%; }
    .piwo-latest-posts.featured-latest-post.piwo-3-col .normal-posts .blog-post {
      width: 50%; }
    @media screen and (min-width: 40em) and (max-width: 63.9375em) {
      .piwo-latest-posts.featured-latest-post.piwo-3-col .normal-posts .blog-post {
        width: 100%; } }
  .piwo-latest-posts.featured-latest-post.piwo-3-col .featured {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%; }
  .piwo-latest-posts.featured-latest-post.piwo-4-col .normal-posts {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 60%;
            flex: 0 0 60%; }
    .piwo-latest-posts.featured-latest-post.piwo-4-col .normal-posts .blog-post {
      width: 33.33%; }
  .piwo-latest-posts.featured-latest-post.piwo-4-col .featured {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 40%;
            flex: 0 0 40%; }
  @media screen and (min-width: 40em) and (max-width: 63.9375em) {
    .piwo-latest-posts.featured-latest-post.piwo-4-col .normal-posts {
      -webkit-box-flex: 0;
          -ms-flex: 0 0 50%;
              flex: 0 0 50%; }
      .piwo-latest-posts.featured-latest-post.piwo-4-col .normal-posts .blog-post {
        width: 100%; }
    .piwo-latest-posts.featured-latest-post.piwo-4-col .featured {
      -webkit-box-flex: 0;
          -ms-flex: 0 0 50%;
              flex: 0 0 50%; } }

@media screen and (max-width: 39.9375em) {
  .piwo-latest-posts {
    display: block !important; }
    .piwo-latest-posts .normal-posts {
      display: block !important;
      width: 100%;
      padding: 0 !important; }
    .piwo-latest-posts .blog-post {
      width: 100% !important; }
    .piwo-latest-posts .featured {
      height: 300px; } }

/**
 *
 * Single post
 *
 */
.single-post-content {
  padding-top: 80px; }
  @media screen and (max-width: 63.9375em) {
    .single-post-content {
      padding-top: 40px; } }

.piwo-post-gallery {
  margin-bottom: 30px;
  height: 600px !important; }
  .piwo-post-gallery .swiper-slide div {
    background-size: cover;
    background-position: center center;
    height: 100%; }
  .piwo-post-gallery .piwo-carousel-arrows .arrow.arrow-next {
    right: 30px; }
    .piwo-post-gallery .piwo-carousel-arrows .arrow.arrow-next .arrow-icon > div:before {
      -webkit-transform: rotate(45deg) scaleX(0.5);
              transform: rotate(45deg) scaleX(0.5); }
    .piwo-post-gallery .piwo-carousel-arrows .arrow.arrow-next .arrow-icon > div:after {
      -webkit-transform: rotate(-45deg) scaleX(0.5);
              transform: rotate(-45deg) scaleX(0.5); }
  .piwo-post-gallery .piwo-carousel-arrows .arrow.arrow-prev {
    left: 30px; }
    .piwo-post-gallery .piwo-carousel-arrows .arrow.arrow-prev .arrow-icon > div:before {
      -webkit-transform: rotate(-45deg) scaleX(0.5);
              transform: rotate(-45deg) scaleX(0.5); }
    .piwo-post-gallery .piwo-carousel-arrows .arrow.arrow-prev .arrow-icon > div:after {
      -webkit-transform: rotate(45deg) scaleX(0.5);
              transform: rotate(45deg) scaleX(0.5); }
  .piwo-post-gallery .piwo-post-gallery-arrows .arrow {
    position: absolute;
    width: 60px;
    height: 50px;
    top: 50%;
    margin-top: -25px;
    cursor: pointer;
    -webkit-transition: -webkit-transform .2s;
    transition: -webkit-transform .2s;
    transition: transform .2s;
    transition: transform .2s, -webkit-transform .2s;
    z-index: 1; }
    .piwo-post-gallery .piwo-post-gallery-arrows .arrow.arrow-prev {
      left: 25px; }
      .piwo-post-gallery .piwo-post-gallery-arrows .arrow.arrow-prev i {
        left: -1px; }
    .piwo-post-gallery .piwo-post-gallery-arrows .arrow.arrow-next {
      right: 25px; }
      .piwo-post-gallery .piwo-post-gallery-arrows .arrow.arrow-next i {
        right: -1px; }
    .piwo-post-gallery .piwo-post-gallery-arrows .arrow .arrow-icon {
      height: 1px;
      width: 60px;
      background: #fff;
      line-height: 50px;
      margin-top: 24px;
      position: relative;
      -webkit-box-shadow: 0 0 6px 2px rgba(0, 0, 0, 0.2);
              box-shadow: 0 0 6px 2px rgba(0, 0, 0, 0.2); }
      .piwo-post-gallery .piwo-post-gallery-arrows .arrow .arrow-icon i {
        position: absolute;
        top: -10px;
        width: 0;
        -webkit-transition: opacity .2s, width .2s;
        transition: opacity .2s, width .2s;
        opacity: 0;
        font-size: 20px;
        color: #fff;
        text-shadow: 0 0 8px rgba(0, 0, 0, 0.4); }
    .piwo-post-gallery .piwo-post-gallery-arrows .arrow:hover {
      -webkit-transition: -webkit-transform .2s;
      transition: -webkit-transform .2s;
      transition: transform .2s;
      transition: transform .2s, -webkit-transform .2s; }
      .piwo-post-gallery .piwo-post-gallery-arrows .arrow:hover.arrow-prev {
        -webkit-transform: translateX(5px);
                transform: translateX(5px); }
      .piwo-post-gallery .piwo-post-gallery-arrows .arrow:hover.arrow-next {
        -webkit-transform: translateX(-5px);
                transform: translateX(-5px); }
      .piwo-post-gallery .piwo-post-gallery-arrows .arrow:hover .arrow-icon i {
        width: 6px;
        opacity: 1; }

.piwo-post-video, .piwo-post-audio {
  margin-bottom: 30px; }

.piwo-post-link {
  margin-bottom: 60px;
  position: relative; }
  .piwo-post-link .post-images:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #000;
    opacity: .7;
    z-index: 0; }
  .piwo-post-link .post-custom-link {
    position: absolute;
    z-index: 1;
    top: 30px;
    left: 30px;
    cursor: pointer; }
    .piwo-post-link .post-custom-link .post-link-icon {
      opacity: .5;
      -webkit-transition: opacity .3s;
      transition: opacity .3s;
      width: 80px;
      display: inline-block;
      vertical-align: middle; }
    .piwo-post-link .post-custom-link a {
      display: block;
      color: #fff;
      text-transform: uppercase;
      letter-spacing: 1px; }
      .piwo-post-link .post-custom-link a > span {
        -webkit-transform: translateX(-100%);
                transform: translateX(-100%);
        overflow: hidden;
        display: block;
        -webkit-transition: -webkit-transform .4s 0s;
        transition: -webkit-transform .4s 0s;
        transition: transform .4s 0s;
        transition: transform .4s 0s, -webkit-transform .4s 0s;
        display: inline-block;
        vertical-align: middle; }
        .piwo-post-link .post-custom-link a > span span {
          -webkit-transform: translateX(100%);
                  transform: translateX(100%);
          display: inline-block;
          -webkit-transition: -webkit-transform .4s 0s;
          transition: -webkit-transform .4s 0s;
          transition: transform .4s 0s;
          transition: transform .4s 0s, -webkit-transform .4s 0s; }
    .piwo-post-link .post-custom-link:hover .post-link-icon {
      opacity: 1; }
    .piwo-post-link .post-custom-link:hover a > span {
      -webkit-transform: translateX(0);
              transform: translateX(0); }
      .piwo-post-link .post-custom-link:hover a > span span {
        -webkit-transform: translateX(0);
                transform: translateX(0); }
  .piwo-post-link .post-meta {
    position: absolute;
    bottom: 0;
    left: 30px;
    right: 30px;
    padding: 0 !important;
    background: transparent;
    color: #fff;
    z-index: 1; }

.piwo-post-quote {
  position: relative;
  margin-bottom: 60px; }
  @media screen and (min-width: 80em) {
    .piwo-post-quote {
      font-size: 22px; }
      .piwo-post-quote .quote-content {
        width: 80%;
        left: 10%;
        margin: 0 auto; }
      .piwo-post-quote .post-meta {
        left: 0;
        right: 0; }
      .piwo-post-quote .quotation-marks {
        left: calc(10% - 30px); } }
  @media screen and (max-width: 79.9375em) {
    .piwo-post-quote .quote-content {
      width: 80%;
      left: 10%;
      margin: 0 auto; }
    .piwo-post-quote .quotation-marks {
      left: calc(10% - 30px); }
    .piwo-post-quote .post-meta {
      left: 30px;
      right: 30px; } }
  .piwo-post-quote .quote {
    position: absolute;
    top: 0;
    text-align: left;
    color: #fff;
    z-index: 1;
    padding: 15% 0;
    height: 100%; }
    .piwo-post-quote .quote .post-meta {
      padding: 0 !important;
      background: transparent;
      font-style: normal;
      position: absolute;
      bottom: 0; }
  .piwo-post-quote .quote-content p {
    overflow: hidden; }
  .piwo-post-quote .quote-content p:first-of-type {
    font-weight: 600;
    margin-bottom: 20px; }
  .piwo-post-quote .quote-content span {
    font-size: 14px;
    float: right;
    font-weight: normal; }
  .piwo-post-quote .post-images:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #333;
    opacity: .7;
    z-index: 0; }
  .piwo-post-quote .quotation-marks {
    position: absolute;
    width: 50px;
    opacity: .3; }
    .piwo-post-quote .quotation-marks path {
      fill: #fff; }

.blog:not(.blog-classic) .post-images {
  display: block; }

.piwo-blog-list .post-meta.meta-full-width {
  width: 100%;
  padding: 0;
  margin-left: auto;
  margin-right: auto; }

.piwo-blog-list[data-show-img='1'] .post-meta.meta-full-width {
  width: 50%;
  padding: 0;
  margin-left: auto;
  margin-right: auto; }

.single-post .post-meta.meta-full-width {
  width: 100%;
  text-align: left; }

.single-post .post-header {
  display: block;
  margin-bottom: 0; }

.single-post .post-meta {
  width: 100%;
  padding: 0;
  margin-bottom: 60px;
  background: transparent; }

.single-post .post-images {
  width: 100%;
  margin-bottom: 60px; }

.single-post .piwo-post-gallery, .single-post .piwo-post-video {
  margin-bottom: 60px; }

.single-post .post-title {
  position: relative; }

.single-post .post-footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  margin-bottom: 80px; }
  .single-post .post-footer .post-author {
    line-height: 1.5em; }
    .single-post .post-footer .post-author a.piwo-text-link {
      border: none; }

.single-post .post-cat-tags {
  margin-right: 30px;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 0px;
          flex: 1 1 0;
  text-align: left; }
  .single-post .post-cat-tags li {
    font-size: 14px; }
  .single-post .post-cat-tags li:first-of-type {
    text-transform: uppercase;
    font-weight: 700;
    letter-spacing: 1px;
    font-size: 12px; }

@media print, screen and (min-width: 64em) {
  .single-post .social-shares {
    text-align: right; } }

.single-post .post-shares {
  margin-bottom: 80px; }
  .single-post .post-shares .header-shares {
    text-transform: uppercase;
    letter-spacing: 1px;
    font-weight: 700;
    font-size: 12px;
    margin-bottom: 5px; }

.single-post .social-shares {
  margin: 0;
  font-size: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center; }
  .single-post .social-shares li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 0 5px;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50px;
            flex: 0 0 50px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    height: 50px;
    -ms-flex-line-pack: center;
        align-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
    .single-post .social-shares li a {
      display: block;
      width: 100%;
      height: 100%;
      border-radius: 50%;
      text-align: center;
      line-height: 50px;
      color: #fff;
      border: 1px solid;
      -webkit-transition: background-color .3s;
      transition: background-color .3s; }
      .single-post .social-shares li a.facebook {
        background-color: #3b5998;
        border-color: #3b5998; }
      .single-post .social-shares li a.twitter {
        background-color: #00b6f1;
        border-color: #00b6f1; }
      .single-post .social-shares li a.google-plus {
        background-color: #df4a32;
        border-color: #df4a32; }
      .single-post .social-shares li a.pinterest {
        background-color: #cb2027;
        border-color: #cb2027; }
      .single-post .social-shares li a.tumblr {
        background-color: #35465d;
        border-color: #35465d; }
      .single-post .social-shares li a:hover {
        background-color: transparent; }

.single-post .post-header ul.post-cat-meta {
  margin-bottom: 20px; }

.single-post .post-without-sidebar .single-post-separator {
  position: relative;
  height: 1px;
  width: 100vw;
  left: 50%;
  right: 50%;
  margin-left: -50vw;
  margin-right: -50vw;
  background: #ddd; }

.single-post .sidebar-on .single-post-separator {
  position: relative;
  height: 1px;
  background: #ddd;
  margin-left: -100vw; }
  @media screen and (min-width: 81.875em) {
    .single-post .sidebar-on .single-post-separator {
      margin-right: calc((58.5rem - 680px)/2 * -1); } }
  @media screen and (max-width: 81.8125em) {
    .single-post .sidebar-on .single-post-separator {
      margin-right: calc((72vw - 690px)/2 * -1); } }
  @media screen and (max-width: 79.9375em) {
    .single-post .sidebar-on .single-post-separator {
      width: 100vw;
      margin-left: -50vw;
      margin-right: -50vw;
      left: 50%;
      right: 50%; } }

.single-post .single-post-author {
  padding: 80px 120px;
  text-align: center;
  font-size: 1rem; }
  .single-post .single-post-author img {
    margin-bottom: 30px;
    border-radius: 50%; }
  @media screen and (max-width: 63.9375em) {
    .single-post .single-post-author {
      padding: 40px 0; } }
  .single-post .single-post-author .author-desc p:last-of-type {
    margin-bottom: 0; }

.post-header {
  text-align: center; }
  .post-header ul {
    margin: 0; }
    .post-header ul.post-cat-meta {
      margin-bottom: 15px;
      display: inline-block;
      font-size: 14px; }
      .post-header ul.post-cat-meta.meta-author-date {
        margin-bottom: 0; }
  .post-header .edit-link {
    text-transform: uppercase;
    font-size: 12px;
    display: none; }
  .post-header li {
    list-style-type: none;
    display: inline-block;
    position: relative; }

.post-meta {
  padding: 30px 0; }
  .post-meta .post-title {
    color: inherit;
    position: relative;
    display: inline-block;
    z-index: 1; }
    .post-meta .post-title a {
      -webkit-transition: opacity .2s;
      transition: opacity .2s;
      word-break: break-word; }
    .post-meta .post-title:hover a {
      opacity: .85; }
  .post-meta .post-cat-meta {
    margin: 0;
    font-size: 14px; }
  .post-meta .post-cat-meta li {
    position: relative;
    padding-right: 5px; }
    .post-meta .post-cat-meta li:last-of-type {
      padding-right: 0; }
      .post-meta .post-cat-meta li:last-of-type:after {
        display: none; }
  .post-meta .btn {
    color: inherit !important; }

.meta-author-date {
  margin-bottom: 0; }
  .meta-author-date li:first-of-type:after {
    content: "|"; }

.post-cat-tags .piwo-hover-text:before {
  bottom: 20%; }

.post-footer {
  font-size: 14px;
  width: 100%;
  text-align: right;
  clear: both; }
  .post-footer p {
    margin-bottom: 0; }

.post-tags {
  margin: 0; }
  .post-tags li {
    list-style-type: none;
    display: inline-block;
    padding-right: 5px;
    margin-bottom: 0; }
    .post-tags li:after {
      content: "/";
      color: inherit;
      font-size: 10px;
      padding-left: 5px;
      top: -1px;
      position: relative;
      opacity: .7; }
    .post-tags li:first-of-type {
      margin-right: 5px; }
      .post-tags li:first-of-type:after {
        display: none; }
    .post-tags li:last-of-type {
      margin-right: 0;
      padding-right: 0; }
      .post-tags li:last-of-type:after {
        display: none; }

.single-post-comments {
  margin-top: 80px;
  margin-bottom: 80px;
  position: relative; }

#comments .comment-list {
  margin: 0 0 40px; }

#comments .piwo-hover-text:before {
  bottom: 20%; }

#comments .comments-title {
  margin-bottom: 60px; }

#comments .comment-author {
  overflow: hidden; }

#comments .comment-author-avatar {
  width: 70px;
  float: left; }
  #comments .comment-author-avatar img {
    border-radius: 50%;
    background: #ddd; }

#comments.comments-area > .comment-list {
  margin-bottom: 80px; }
  #comments.comments-area > .comment-list > .comment .comment-list {
    margin-left: 60px; }

#comments > ul {
  margin: 0; }

#comments li.comment {
  list-style-type: none;
  margin-top: 40px; }

#comments .pingback {
  margin-top: 0;
  list-style: none;
  border-top: 1px solid #f5f3f4;
  margin-bottom: 20px;
  padding-top: 20px;
  margin-right: 60px; }

#comments .comment-content {
  margin-left: 80px; }
  #comments .comment-content .comment-author-link {
    font-weight: 600; }
  #comments .comment-content .comment-date {
    font-size: 14px; }
  #comments .comment-content .comment-author-link {
    margin-right: 20px; }
  #comments .comment-content .comment-date {
    margin-bottom: 20px; }
    #comments .comment-content .comment-date .comment-edit-link {
      opacity: 0.3; }

#comments .comment-body p:last-of-type {
  margin-bottom: 20px; }

#comments .comment-body .reply {
  opacity: .7;
  -webkit-transition: opacity .4s;
  transition: opacity .4s;
  text-transform: uppercase;
  letter-spacing: 1px; }
  #comments .comment-body .reply:hover {
    opacity: 1; }

#comments .comment-respond {
  padding: 0; }

#comments .comment .comment-respond {
  padding-left: 60px; }

#comments .comment-reply-title {
  margin-bottom: 40px; }

#comments .form-submit button {
  cursor: pointer; }

#comments #cancel-comment-reply-link {
  position: relative;
  font-size: 14px;
  margin-left: 20px;
  text-transform: uppercase;
  letter-spacing: 1px; }
  #comments #cancel-comment-reply-link:after {
    content: "";
    position: absolute;
    bottom: -5px;
    left: 10px;
    right: 10px;
    border-bottom: 2px solid; }

#comments .comment-form {
  margin-top: 40px; }

#comments .no-comments {
  margin-top: 40px; }

#comments .comment-list ~ .piwo-pings {
  margin-top: 20px; }

#comments #comment-content .reply {
  font-size: 11px;
  padding: 0 10px !important;
  font-weight: 600; }

/**
 *
 * Sidebar
 *
 */
.single-post-sidebar, .shop-sidebar {
  position: relative;
  margin-bottom: 60px;
  height: 100%;
  min-height: 100%; }
  .single-post-sidebar a, .shop-sidebar a {
    font-weight: 600; }
  .single-post-sidebar ul, .shop-sidebar ul {
    margin: 0; }
  .single-post-sidebar li, .shop-sidebar li {
    list-style-type: none;
    margin-bottom: 20px; }
  .single-post-sidebar .widget-title, .shop-sidebar .widget-title {
    padding: 0 0;
    position: relative;
    font-size: 18px; }
    .single-post-sidebar .widget-title span, .shop-sidebar .widget-title span {
      background: transparent; }
  .single-post-sidebar .widget, .shop-sidebar .widget {
    margin-bottom: 80px;
    font-size: 14px; }
    .single-post-sidebar .widget > *:not(.widget-title):last-of-type, .shop-sidebar .widget > *:not(.widget-title):last-of-type {
      margin-bottom: 0; }
    .single-post-sidebar .widget select, .shop-sidebar .widget select {
      padding: 0 30px 0 15px !important;
      border-color: inherit !important; }
    .single-post-sidebar .widget .select-wrapper:after, .shop-sidebar .widget .select-wrapper:after {
      right: 25px; }
  .single-post-sidebar .widget_recent_entries li:hover a, .single-post-sidebar .widget_rss li:hover a, .single-post-sidebar .widget_pages li:hover a, .shop-sidebar .widget_recent_entries li:hover a, .shop-sidebar .widget_rss li:hover a, .shop-sidebar .widget_pages li:hover a {
    color: #556df4; }
  .single-post-sidebar .widget_recent_comments li a:hover, .shop-sidebar .widget_recent_comments li a:hover {
    color: #556df4; }
  .single-post-sidebar .widget_rss li, .shop-sidebar .widget_rss li {
    margin-bottom: 30px; }
    .single-post-sidebar .widget_rss li a, .shop-sidebar .widget_rss li a {
      -webkit-transition: opacity .2s;
      transition: opacity .2s; }
    .single-post-sidebar .widget_rss li:hover a, .shop-sidebar .widget_rss li:hover a {
      opacity: .85; }
  .single-post-sidebar .widget_search .piwo-input, .shop-sidebar .widget_search .piwo-input {
    margin-bottom: 0; }

.widget_recent_entries .post-date {
  display: block; }

.widget_tag_cloud .tagcloud a {
  font-size: 12px !important;
  margin-right: 10px;
  margin-bottom: 10px;
  display: inline-block;
  line-height: 1em; }
  .widget_tag_cloud .tagcloud a:last-of-type:after {
    display: none; }
  .widget_tag_cloud .tagcloud a:hover {
    opacity: 1; }

.widget_rss .rsswidget {
  font-weight: bold;
  margin-right: 15px; }

.widget_rss .rssSummary {
  margin-top: 15px; }

.widget_recent_comments .comment-author-link a.url {
  position: relative;
  display: inline-block; }

.widget_recent_comments .comment-author-link > a:first-of-type {
  background-image: none !important; }

.widget-area section:last-of-type {
  margin-bottom: 0; }

.widget_archive label, .widget_categories label {
  display: none; }

.widget_archive li a, .widget_categories li a {
  position: relative;
  display: inline-block; }

#wp-calendar {
  text-align: center;
  table-layout: fixed;
  border-collapse: collapse;
  border: none !important; }
  #wp-calendar thead {
    background: transparent !important;
    border: none;
    color: inherit; }
    #wp-calendar thead th {
      text-align: center;
      padding: 5px;
      font-size: 12px;
      border: none !important;
      line-height: 22px; }
    #wp-calendar thead tr {
      border-bottom: 1px solid !important; }
  #wp-calendar caption {
    padding-bottom: 5px; }
  #wp-calendar tbody {
    background: transparent;
    border: none;
    text-align: center; }
    #wp-calendar tbody td {
      padding: 5px 0; }
      #wp-calendar tbody td a {
        display: block;
        color: #fff;
        background: red;
        border-radius: 50%;
        width: 30px;
        height: 30px;
        line-height: 30px;
        margin: 0 auto; }
    #wp-calendar tbody tr {
      background: transparent;
      border-bottom: none !important; }
    #wp-calendar tbody #today {
      font-weight: bold; }
  #wp-calendar tfoot {
    background: transparent;
    border: none;
    color: inherit; }
    #wp-calendar tfoot tr {
      color: inherit;
      border: none; }
    #wp-calendar tfoot td {
      text-transform: uppercase;
      font-size: 11px;
      letter-spacing: 1px; }
  #wp-calendar #next {
    text-align: right; }

.piwo-load-more-wrapper {
  width: 100%;
  margin-top: 30px; }

.blog .piwo-load-more-wrapper {
  margin-bottom: 60px; }

.show-gutter + .piwo-load-more-wrapper {
  margin-top: 0; }

.post-header .post-images {
  -webkit-transform: translateY(0);
          transform: translateY(0); }

.widget_nav_menu li {
  margin-bottom: 0 !important; }
  .widget_nav_menu li ul {
    margin-left: 10px; }
  .widget_nav_menu li a {
    text-transform: uppercase;
    position: relative;
    font-size: 12px; }
    .widget_nav_menu li a:after {
      content: "";
      position: absolute;
      width: 100%;
      border-bottom: 2px solid #556df4;
      -webkit-transform: scaleX(0);
              transform: scaleX(0);
      -webkit-transition: -webkit-transform .2s;
      transition: -webkit-transform .2s;
      transition: transform .2s;
      transition: transform .2s, -webkit-transform .2s;
      left: 0;
      bottom: 0;
      -webkit-transform-origin: left;
              transform-origin: left; }
    .widget_nav_menu li a:hover:after {
      -webkit-transform: scaleX(1);
              transform: scaleX(1); }

.widget_meta a {
  text-transform: uppercase;
  position: relative;
  font-size: 12px; }
  .widget_meta a:after {
    content: "";
    position: absolute;
    width: 100%;
    border-bottom: 2px solid #556df4;
    -webkit-transform: scaleX(0);
            transform: scaleX(0);
    -webkit-transition: -webkit-transform .2s;
    transition: -webkit-transform .2s;
    transition: transform .2s;
    transition: transform .2s, -webkit-transform .2s;
    left: 0;
    bottom: 0;
    -webkit-transform-origin: left;
            transform-origin: left; }
  .widget_meta a:hover:after {
    -webkit-transform: scaleX(1);
            transform: scaleX(1); }

.post-header a.post-images:hover > div, .post-header a.post-images:hover img {
  opacity: 0.95; }

.post-header .post-meta {
  opacity: 0;
  -webkit-transition: opacity 0.4s .1s, -webkit-transform 0.4s .1s;
  transition: opacity 0.4s .1s, -webkit-transform 0.4s .1s;
  transition: opacity 0.4s .1s, transform 0.4s .1s;
  transition: opacity 0.4s .1s, transform 0.4s .1s, -webkit-transform 0.4s .1s;
  -webkit-transform: translateY(-20px);
          transform: translateY(-20px); }
  .post-header .post-meta.loaded-post {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0); }

.intro-post-cat-tags {
  font-size: 14px; }

.large-without-sidebar {
  padding-top: 80px; }

@media screen and (min-width: 80em) {
  .large-with-sidebar {
    max-width: 72%;
    padding-right: 40px;
    padding-top: 80px; } }

@media screen and (min-width: 80em) {
  .large-sidebar {
    max-width: 28%;
    border-left: 1px solid #ddd;
    padding: 40px 0 40px 40px; } }

.large-sidebar .widget-title {
  margin-left: -40px;
  padding-left: 40px;
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid #ddd; }
  .large-sidebar .widget-title:after {
    content: '';
    border-bottom: 1px solid #ddd;
    height: 1px;
    width: 200%;
    position: absolute;
    bottom: -1px;
    left: 100%; }

.single-post .single-post-content {
  margin: 0 auto !important;
  position: relative;
  z-index: 2; }
  .single-post .single-post-content.post-with-sidebar .post-content-wrapper {
    max-width: 700px;
    margin: 0 auto; }
    @media screen and (min-width: 80em) {
      .single-post .single-post-content.post-with-sidebar .post-content-wrapper .post-images, .single-post .single-post-content.post-with-sidebar .post-content-wrapper .post-custom-link, .single-post .single-post-content.post-with-sidebar .post-content-wrapper .piwo-post-video, .single-post .single-post-content.post-with-sidebar .post-content-wrapper .piwo-post-gallery {
        width: calc(100% + 140px);
        margin-left: -70px;
        margin-right: -70px; }
      .single-post .single-post-content.post-with-sidebar .post-content-wrapper .alignleft, .single-post .single-post-content.post-with-sidebar .post-content-wrapper .pull-left {
        margin-left: -70px;
        max-width: calc(40px + 50%); }
      .single-post .single-post-content.post-with-sidebar .post-content-wrapper .alignright, .single-post .single-post-content.post-with-sidebar .post-content-wrapper .pull-right {
        margin-right: -70px;
        max-width: calc(40px + 50%); } }
    @media screen and (max-width: 79.9375em) {
      .single-post .single-post-content.post-with-sidebar .post-content-wrapper .alignleft, .single-post .single-post-content.post-with-sidebar .post-content-wrapper .alignright {
        width: 100%; } }
  .single-post .single-post-content.post-without-sidebar .post-content-wrapper {
    max-width: 760px;
    margin: 0 auto; }
    @media screen and (min-width: 80em) {
      .single-post .single-post-content.post-without-sidebar .post-content-wrapper .post-images, .single-post .single-post-content.post-without-sidebar .post-content-wrapper .post-custom-link, .single-post .single-post-content.post-without-sidebar .post-content-wrapper .piwo-post-video, .single-post .single-post-content.post-without-sidebar .post-content-wrapper .piwo-post-gallery {
        width: calc(100% + 380px);
        margin-left: -190px;
        margin-right: -190px; }
      .single-post .single-post-content.post-without-sidebar .post-content-wrapper .alignleft:not(.img-without-margin), .single-post .single-post-content.post-without-sidebar .post-content-wrapper .pull-left {
        margin-left: -190px;
        max-width: calc(40px + 50%); }
      .single-post .single-post-content.post-without-sidebar .post-content-wrapper .alignright:not(.img-without-margin), .single-post .single-post-content.post-without-sidebar .post-content-wrapper .pull-right {
        margin-right: -190px;
        max-width: calc(40px + 50%); } }
    @media screen and (max-width: 79.9375em) {
      .single-post .single-post-content.post-without-sidebar .post-content-wrapper .alignleft, .single-post .single-post-content.post-without-sidebar .post-content-wrapper .alignright {
        width: 100%; } }

.single-post blockquote.pull-right {
  padding-right: 0;
  padding-top: 0;
  padding-bottom: 0;
  margin-bottom: 0; }
  .single-post blockquote.pull-right:before {
    top: 20px; }

.single-post blockquote.pull-left {
  padding-left: 0;
  padding-top: 0;
  padding-bottom: 0;
  margin-bottom: 0; }
  .single-post blockquote.pull-left:before {
    top: 20px;
    left: 0; }

.single-post .alignleft {
  padding-right: 40px;
  margin-right: 0;
  text-align: right;
  margin-bottom: 30px; }

.single-post .alignright {
  padding-left: 40px;
  margin-left: 0;
  text-align: left;
  margin-bottom: 30px; }

.single-post .post-meta {
  margin-bottom: 90px; }

.single-post .post-cat-meta {
  display: block; }

.single-post .content {
  font-weight: 400; }
  @media print, screen and (min-width: 64em) {
    .single-post .content {
      font-size: 18px; } }

.single-post .edit-link {
  display: none !important; }

.single-post .post-title:before {
  top: 50% !important;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  font-size: 4em;
  left: -45px; }

.single-post .background-el {
  position: relative; }
  .single-post .background-el:after {
    content: "";
    position: absolute;
    top: 0;
    height: 30%;
    width: 150vw;
    left: -50vw;
    z-index: -1; }

.single-post .post-intro-wrapper header {
  position: relative; }

.single-post-controls {
  padding: 40px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  position: relative; }
  @media screen and (max-width: 39.9375em) {
    .single-post-controls {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column; }
      .single-post-controls .link-prev {
        margin-bottom: 40px; } }
  .single-post-controls .adjacent-post-title > div {
    font-size: 11px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1px;
    opacity: .5; }
  .single-post-controls .link-next {
    text-align: right;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end; }
    .single-post-controls .link-next .adjacent-post-image {
      -webkit-box-ordinal-group: 3;
          -ms-flex-order: 2;
              order: 2; }
  .single-post-controls a {
    -ms-flex-preferred-size: 50%;
        flex-basis: 50%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
  .single-post-controls .disabled-link {
    visibility: hidden; }
  .single-post-controls .adjacent-post-image {
    height: 80px;
    width: 80px;
    background-position: center;
    background-size: cover;
    display: block;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 80px;
            flex: 0 0 80px;
    border-radius: 50%; }
  .single-post-controls .adjacent-post-title {
    padding: 0 20px; }
    .single-post-controls .adjacent-post-title h6 {
      margin: 0; }
    .single-post-controls .adjacent-post-title.no-image-right {
      padding-right: 0; }
    .single-post-controls .adjacent-post-title.no-image-left {
      padding-left: 0; }

.single-post-comments {
  font-size: 1rem; }

.blog-list .blog-post-content.large-without-sidebar .post-content-wrapper {
  max-width: 840px;
  margin: 0 auto; }
  @media screen and (min-width: 80em) {
    .blog-list .blog-post-content.large-without-sidebar .post-content-wrapper .post-images.swiper-container, .blog-list .blog-post-content.large-without-sidebar .post-content-wrapper .post-custom-link.swiper-container, .blog-list .blog-post-content.large-without-sidebar .post-content-wrapper .piwo-post-video.swiper-container, .blog-list .blog-post-content.large-without-sidebar .post-content-wrapper .piwo-post-gallery.swiper-container {
      width: auto; } }

.logged-in-as {
  margin-top: -40px;
  font-size: 14px; }
  .logged-in-as a {
    border-bottom: none !important; }

/**
 *
 * 5. Portfolio templates styles
 *
 */
.portfolio-text {
  padding: 40px;
  z-index: 1;
  text-align: left; }
  .portfolio-text ul {
    margin: 0 0 20px 0;
    font-size: 14px !important;
    opacity: 0.5; }
  .portfolio-text li {
    list-style-type: none;
    display: inline-block;
    padding-right: 5px; }
    .portfolio-text li:after {
      content: ",";
      font-size: 12px;
      position: relative;
      opacity: .5; }
    .portfolio-text li:last-of-type {
      padding-right: 0; }
      .portfolio-text li:last-of-type:after {
        display: none; }
    .portfolio-text li a {
      z-index: 1; }
  .portfolio-text h3 {
    margin-bottom: 5px;
    position: relative; }
    .portfolio-text h3.header-outline {
      display: inline-block;
      z-index: 1; }
      .portfolio-text h3.header-outline:after {
        content: "";
        position: absolute;
        bottom: 5px;
        left: -5px;
        width: calc(100% + 10px);
        height: 10px;
        background: #556df4;
        -webkit-transition: width .2s;
        transition: width .2s;
        -webkit-transform: skew(10deg);
                transform: skew(10deg);
        opacity: .4;
        z-index: -1; }

.piwo-portfolio-item {
  position: relative;
  max-height: 100%; }
  .piwo-portfolio-item .portfolio-img {
    -webkit-transition: opacity .8s, -webkit-transform .8s;
    transition: opacity .8s, -webkit-transform .8s;
    transition: opacity .8s, transform .8s;
    transition: opacity .8s, transform .8s, -webkit-transform .8s; }
  .piwo-portfolio-item .portfolio-hover-img {
    z-index: 1; }
  .piwo-portfolio-item.text-on-hover .portfolio-link {
    z-index: 2; }
  .piwo-portfolio-item.text-on-hover .portfolio-text {
    position: absolute;
    opacity: 0; }
  .piwo-portfolio-item.text-on-hover.hover1 .portfolio-text {
    bottom: 40px;
    text-align: left;
    overflow: hidden;
    opacity: 1;
    opacity: 0;
    -webkit-transition: opacity .4s .1s;
    transition: opacity .4s .1s;
    left: -20px;
    background: #fff;
    padding: 40px;
    max-width: calc(100% - 40px);
    -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.03);
            box-shadow: 0 5px 10px rgba(0, 0, 0, 0.03); }
  .piwo-portfolio-item.text-on-hover.hover1 img {
    -webkit-transition: opacity .8s, -webkit-transform 1.4s;
    transition: opacity .8s, -webkit-transform 1.4s;
    transition: opacity .8s, transform 1.4s;
    transition: opacity .8s, transform 1.4s, -webkit-transform 1.4s;
    -webkit-transform-origin: center;
            transform-origin: center; }
  .piwo-portfolio-item.text-on-hover.hover1 h3, .piwo-portfolio-item.text-on-hover.hover1 .portfolio-category {
    overflow: hidden; }
  .piwo-portfolio-item.text-on-hover.hover1 h3 span, .piwo-portfolio-item.text-on-hover.hover1 .portfolio-category li {
    position: relative;
    -webkit-transition: top .2s, opacity .2s;
    transition: top .2s, opacity .2s;
    opacity: 0; }
  .piwo-portfolio-item.text-on-hover.hover1 h3 span {
    top: 1.2em; }
  .piwo-portfolio-item.text-on-hover.hover1 .portfolio-category li {
    top: 1.2rem; }
  .piwo-portfolio-item.text-on-hover.hover1:hover:before {
    opacity: .4;
    -webkit-transform: scale(0.9);
            transform: scale(0.9); }
  .piwo-portfolio-item.text-on-hover.hover1:hover img, .piwo-portfolio-item.text-on-hover.hover1:hover .portfolio-img {
    -webkit-transform: scale(1.06);
            transform: scale(1.06); }
  .piwo-portfolio-item.text-on-hover.hover1:hover .portfolio-text {
    opacity: 1;
    -webkit-transition: opacity .4s;
    transition: opacity .4s; }
  .piwo-portfolio-item.text-on-hover.hover1:hover h3 span, .piwo-portfolio-item.text-on-hover.hover1:hover .portfolio-category li {
    top: 0;
    -webkit-transition: top .2s .2s, opacity .2s .2s;
    transition: top .2s .2s, opacity .2s .2s;
    opacity: 1; }
  .piwo-portfolio-item.text-on-hover.hover2 .portfolio-hover-img {
    position: absolute;
    top: -1%;
    left: -1%;
    width: 102%;
    height: 102%;
    background: #fff;
    -webkit-transform: scaleX(0.5);
            transform: scaleX(0.5);
    -webkit-transition: opacity .3s .1s, -webkit-transform 0s .4s;
    transition: opacity .3s .1s, -webkit-transform 0s .4s;
    transition: transform 0s .4s, opacity .3s .1s;
    transition: transform 0s .4s, opacity .3s .1s, -webkit-transform 0s .4s;
    opacity: 0; }
  .piwo-portfolio-item.text-on-hover.hover2 .portfolio-text {
    left: 0;
    width: 100%;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    text-align: center;
    -webkit-transition: opacity .2s;
    transition: opacity .2s; }
  .piwo-portfolio-item.text-on-hover.hover2 h3 {
    display: inline-block; }
  .piwo-portfolio-item.text-on-hover.hover2 h3 > span {
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(75%, transparent), color-stop(0%, #556df4));
    background-image: linear-gradient(transparent 75%, #556df4 0%);
    background-size: 0 100%;
    background-repeat: no-repeat;
    -webkit-transition: background-size .2s;
    transition: background-size .2s; }
  .piwo-portfolio-item.text-on-hover.hover2:hover .portfolio-hover-img {
    opacity: .98;
    -webkit-transform: scale(1);
            transform: scale(1);
    -webkit-transition: opacity .2s, -webkit-transform .3s;
    transition: opacity .2s, -webkit-transform .3s;
    transition: transform .3s, opacity .2s;
    transition: transform .3s, opacity .2s, -webkit-transform .3s; }
  .piwo-portfolio-item.text-on-hover.hover2:hover .portfolio-text {
    opacity: 1;
    -webkit-transition: opacity .3s .2s;
    transition: opacity .3s .2s; }
  .piwo-portfolio-item.text-on-hover.hover3 .portfolio-text {
    -webkit-transition: opacity .2s;
    transition: opacity .2s;
    background: #fff;
    cursor: pointer;
    padding: 40px;
    width: auto; }
    .piwo-portfolio-item.text-on-hover.hover3 .portfolio-text h3 {
      margin-bottom: 0; }
  .piwo-portfolio-item .portfolio-link {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1; }
  .piwo-portfolio-item .gallery-lightbox a {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }
    .piwo-portfolio-item .gallery-lightbox a:first-of-type {
      z-index: 2; }

.piwo-portfolio-carousel.swiper-container {
  overflow: visible; }
  .piwo-portfolio-carousel.swiper-container .piwo-portfolio-carousel-wrapper {
    overflow: hidden; }
  .piwo-portfolio-carousel.swiper-container .piwo-portfolio-item.text-on-hover.hover1 .portfolio-text {
    left: 40px;
    max-width: calc(100% - 80px);
    background: transparent; }
  .piwo-portfolio-carousel.swiper-container .piwo-portfolio-item.text-on-hover.hover1:hover img {
    -webkit-transform: scale(1);
            transform: scale(1); }
  .piwo-portfolio-carousel.swiper-container .piwo-gallery-pagination {
    bottom: -40px; }
    .piwo-portfolio-carousel.swiper-container .piwo-gallery-pagination span {
      -webkit-box-shadow: none !important;
              box-shadow: none !important;
      margin: 0 5px; }
  .piwo-portfolio-carousel.swiper-container .piwo-carousel-arrows .arrow {
    width: 50px;
    height: 50px;
    margin-top: -25px;
    background: #fff;
    border-radius: 50%; }
    .piwo-portfolio-carousel.swiper-container .piwo-carousel-arrows .arrow .arrow-icon {
      height: 50px; }
      .piwo-portfolio-carousel.swiper-container .piwo-carousel-arrows .arrow .arrow-icon > div {
        width: 50px;
        height: 50px; }
        .piwo-portfolio-carousel.swiper-container .piwo-carousel-arrows .arrow .arrow-icon > div:before, .piwo-portfolio-carousel.swiper-container .piwo-carousel-arrows .arrow .arrow-icon > div:after {
          width: 15px;
          opacity: 1;
          -webkit-box-shadow: none;
                  box-shadow: none; }
      .piwo-portfolio-carousel.swiper-container .piwo-carousel-arrows .arrow .arrow-icon:after {
        top: 50%;
        margin-top: -1px;
        height: 2px;
        width: 15px;
        -webkit-box-shadow: none;
                box-shadow: none; }
    .piwo-portfolio-carousel.swiper-container .piwo-carousel-arrows .arrow.arrow-prev .arrow-icon:after {
      left: 15px; }
    .piwo-portfolio-carousel.swiper-container .piwo-carousel-arrows .arrow.arrow-prev .arrow-icon > div:before, .piwo-portfolio-carousel.swiper-container .piwo-carousel-arrows .arrow.arrow-prev .arrow-icon > div:after {
      left: 50%;
      margin-left: -5px; }
    .piwo-portfolio-carousel.swiper-container .piwo-carousel-arrows .arrow.arrow-next .arrow-icon:after {
      right: 15px; }
    .piwo-portfolio-carousel.swiper-container .piwo-carousel-arrows .arrow.arrow-next .arrow-icon > div:before, .piwo-portfolio-carousel.swiper-container .piwo-carousel-arrows .arrow.arrow-next .arrow-icon > div:after {
      right: 50%;
      margin-right: -5px;
      left: auto; }
    .piwo-portfolio-carousel.swiper-container .piwo-carousel-arrows .arrow.arrow-prev:hover .arrow-icon > div:before {
      -webkit-transform: translateX(-5px) rotate(-45deg) scale(0.5, 1) !important;
              transform: translateX(-5px) rotate(-45deg) scale(0.5, 1) !important; }
    .piwo-portfolio-carousel.swiper-container .piwo-carousel-arrows .arrow.arrow-prev:hover .arrow-icon > div:after {
      -webkit-transform: translateX(-5px) rotate(45deg) scale(0.5, 1) !important;
              transform: translateX(-5px) rotate(45deg) scale(0.5, 1) !important; }
    .piwo-portfolio-carousel.swiper-container .piwo-carousel-arrows .arrow.arrow-next:hover .arrow-icon > div:before {
      -webkit-transform: translateX(5px) rotate(45deg) scale(0.5, 1) !important;
              transform: translateX(5px) rotate(45deg) scale(0.5, 1) !important; }
    .piwo-portfolio-carousel.swiper-container .piwo-carousel-arrows .arrow.arrow-next:hover .arrow-icon > div:after {
      -webkit-transform: translateX(5px) rotate(-45deg) scale(0.5, 1) !important;
              transform: translateX(5px) rotate(-45deg) scale(0.5, 1) !important; }
  @media screen and (max-width: 39.9375em) {
    .piwo-portfolio-carousel.swiper-container .piwo-portfolio-item.text-on-hover.hover1 .portfolio-text {
      opacity: 1 !important;
      padding: 20px;
      left: 20px;
      bottom: 20px;
      max-width: calc(100% - 40px); }
      .piwo-portfolio-carousel.swiper-container .piwo-portfolio-item.text-on-hover.hover1 .portfolio-text li, .piwo-portfolio-carousel.swiper-container .piwo-portfolio-item.text-on-hover.hover1 .portfolio-text h3 span {
        top: 0 !important;
        opacity: 1 !important; } }

.piwo-portfolio-masonry.piwo-masonry .w1-h1 .image-wrapper {
  padding-bottom: 100%; }

.piwo-portfolio-masonry.piwo-masonry .w2-h1 .image-wrapper {
  padding-bottom: 50%; }

.piwo-portfolio-masonry.piwo-masonry .w2-h2 .image-wrapper {
  padding-bottom: 100%; }

.piwo-portfolio-masonry.piwo-masonry .w1-h2 .image-wrapper {
  padding-bottom: 200%; }

.piwo-portfolio-masonry.piwo-grid .image-wrapper {
  padding-bottom: 75%; }

.piwo-portfolio-masonry.show-gutter .w2-h1 .image-wrapper {
  padding-bottom: calc(50% - 20px); }

.piwo-portfolio-masonry.show-gutter .w1-h2 .image-wrapper {
  padding-bottom: calc(200% + 40px); }

.piwo-portfolio-masonry.piwo-masonry-sd .w1-h1 .image-wrapper {
  padding-bottom: 100%; }

.piwo-portfolio-masonry.piwo-masonry-sd .w2-h1 .image-wrapper {
  padding-bottom: 50%; }

.piwo-portfolio-masonry.piwo-masonry-sd .w2-h2 .image-wrapper {
  padding-bottom: 100%; }

.piwo-portfolio-masonry.piwo-masonry-sd .w1-h2 .image-wrapper {
  padding-bottom: 200%; }

.piwo-portfolio-masonry.piwo-masonry-sd .w1-h1 {
  padding: 11% 2%; }

.piwo-portfolio-masonry.piwo-masonry-sd .w1-h2 {
  padding: 10% 5%; }

.piwo-portfolio-masonry.piwo-masonry-sd .w2-h1 {
  padding: 8% 6%; }

.piwo-portfolio-masonry.piwo-masonry-sd .w2-h2 {
  padding: 9% 9%; }

.piwo-portfolio-masonry.piwo-1-col article,
.piwo-portfolio-masonry.piwo-1-col .grid-sizer,
.piwo-portfolio-masonry.piwo-1-col .w1-h1 {
  width: 100% !important;
  height: auto; }

.piwo-portfolio-masonry.piwo-1-col .w2-h1 {
  width: 100% !important;
  height: auto; }

.piwo-portfolio-masonry.piwo-1-col .w2-h2 {
  width: 100% !important;
  height: auto; }

.piwo-portfolio-masonry.piwo-1-col .w1-h2 {
  width: 100% !important;
  height: auto; }

.piwo-portfolio-masonry.piwo-2-col article,
.piwo-portfolio-masonry.piwo-2-col .grid-sizer,
.piwo-portfolio-masonry.piwo-2-col .w1-h1 {
  width: 50%;
  height: auto; }

.piwo-portfolio-masonry.piwo-2-col .w2-h1 {
  width: 50%;
  height: auto; }

.piwo-portfolio-masonry.piwo-2-col .w2-h2 {
  width: 50%;
  height: auto; }

.piwo-portfolio-masonry.piwo-2-col .w1-h2 {
  width: 50%;
  height: auto; }

.piwo-portfolio-masonry.piwo-3-col article {
  width: 33.3333%;
  height: auto; }

.piwo-portfolio-masonry.piwo-3-col .grid-sizer,
.piwo-portfolio-masonry.piwo-3-col .w1-h1 {
  width: 33.3333%;
  height: auto; }

.piwo-portfolio-masonry.piwo-3-col .w2-h1 {
  width: 66.6666%;
  height: auto; }

.piwo-portfolio-masonry.piwo-3-col .w2-h2 {
  width: 66.6666%;
  height: auto; }

.piwo-portfolio-masonry.piwo-3-col .w1-h2 {
  width: 33.3333%;
  height: auto; }

.piwo-portfolio-masonry.piwo-4-col article {
  width: 25%;
  height: auto; }

.piwo-portfolio-masonry.piwo-4-col .grid-sizer,
.piwo-portfolio-masonry.piwo-4-col .w1-h1 {
  width: 25%;
  height: auto; }

.piwo-portfolio-masonry.piwo-4-col .w2-h1 {
  width: 50%;
  height: auto; }

.piwo-portfolio-masonry.piwo-4-col .w2-h2 {
  width: 50%;
  height: auto; }

.piwo-portfolio-masonry.piwo-4-col .w1-h2 {
  width: 25%;
  height: auto; }

.piwo-portfolio-masonry.piwo-5-col article {
  width: 20%;
  height: auto; }

.piwo-portfolio-masonry.piwo-5-col .grid-sizer,
.piwo-portfolio-masonry.piwo-5-col .w1-h1 {
  width: 20%;
  height: auto; }

.piwo-portfolio-masonry.piwo-5-col .w2-h1 {
  width: 40%;
  height: auto; }

.piwo-portfolio-masonry.piwo-5-col .w2-h2 {
  width: 40%;
  height: auto; }

.piwo-portfolio-masonry.piwo-5-col .w1-h2 {
  width: 20%;
  height: auto; }

.piwo-portfolio-masonry.piwo-6-col article {
  width: 16.65%;
  height: auto; }

.piwo-portfolio-masonry.piwo-6-col .grid-sizer,
.piwo-portfolio-masonry.piwo-6-col .w1-h1 {
  width: 16.65%;
  height: auto; }

.piwo-portfolio-masonry.piwo-6-col .w2-h1 {
  width: 33.32%;
  height: auto; }

.piwo-portfolio-masonry.piwo-6-col .w2-h2 {
  width: 33.32%;
  height: auto; }

.piwo-portfolio-masonry.piwo-6-col .w1-h2 {
  width: 16.65%;
  height: auto; }

.piwo-portfolio-masonry .portfolio-img {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background-size: cover;
  background-position: center center; }

.piwo-portfolio-masonry img {
  width: 100%; }

.piwo-portfolio-masonry.show-gutter {
  margin-left: -20px;
  margin-right: -20px; }
  .piwo-portfolio-masonry.show-gutter article {
    padding-left: 20px;
    padding-right: 20px;
    margin-bottom: 40px; }

@media screen and (min-width: 40em) and (max-width: 63.9375em) {
  .piwo-portfolio-masonry article, .piwo-portfolio-masonry .grid-sizer {
    width: 50% !important; } }

@media screen and (max-width: 39.9375em) {
  .piwo-portfolio-masonry article {
    width: 100% !important;
    padding-bottom: 20px !important; } }

.piwo-portfolio-masonry .piwo-load-more-wrapper {
  margin-top: 30px; }

.piwo-gallery-element .xs-gallery {
  margin: -5px; }
  .piwo-gallery-element .xs-gallery .image-wrapper {
    position: relative; }
    .piwo-gallery-element .xs-gallery .image-wrapper .portfolio-img {
      left: 5px;
      right: 5px;
      top: 5px;
      bottom: 5px; }

.piwo-gallery-element .show-gutter {
  margin: 0 -20px; }
  .piwo-gallery-element .show-gutter .image-wrapper {
    position: relative; }
  .piwo-gallery-element .show-gutter article > a {
    left: 20px;
    right: 20px; }

.piwo-gallery-element .portfolio-img, .piwo-gallery-element img {
  -webkit-transition: opacity 0.6s, -webkit-transform 0.6s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: opacity 0.6s, -webkit-transform 0.6s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: transform 0.6s cubic-bezier(0.25, 0.46, 0.45, 0.94), opacity 0.6s;
  transition: transform 0.6s cubic-bezier(0.25, 0.46, 0.45, 0.94), opacity 0.6s, -webkit-transform 0.6s cubic-bezier(0.25, 0.46, 0.45, 0.94); }

.piwo-gallery-element .portfolio-link {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  height: 100%;
  z-index: 2; }

.piwo-gallery-element article:hover .portfolio-img, .piwo-gallery-element article:hover img {
  opacity: .95;
  -webkit-transform: scale(1.05);
          transform: scale(1.05); }

.piwo-gallery-pagination {
  width: 100%;
  text-align: center;
  position: absolute;
  z-index: 1; }
  .piwo-gallery-pagination span {
    width: 10px;
    height: 10px;
    border: 2px solid #fff;
    background: currentColor;
    -webkit-transition: background .2s, border .2s;
    transition: background .2s, border .2s;
    opacity: 1; }
    .piwo-gallery-pagination span.swiper-pagination-bullet-active {
      background: transparent;
      border: 2px solid currentColor; }

.piwo-gallery-arrows .arrow {
  position: absolute;
  width: 60px;
  height: 50px;
  top: 50%;
  margin-top: -25px;
  cursor: pointer;
  -webkit-transition: -webkit-transform .2s;
  transition: -webkit-transform .2s;
  transition: transform .2s;
  transition: transform .2s, -webkit-transform .2s;
  z-index: 1; }
  .piwo-gallery-arrows .arrow.arrow-prev {
    left: 25px; }
    .piwo-gallery-arrows .arrow.arrow-prev i {
      left: -1px; }
  .piwo-gallery-arrows .arrow.arrow-next {
    right: 25px; }
    .piwo-gallery-arrows .arrow.arrow-next i {
      right: -1px; }
  .piwo-gallery-arrows .arrow .arrow-icon {
    height: 1px;
    width: 60px;
    background: #fff;
    line-height: 50px;
    margin-top: 24px;
    position: relative;
    -webkit-box-shadow: 0 0 6px 2px rgba(0, 0, 0, 0.2);
            box-shadow: 0 0 6px 2px rgba(0, 0, 0, 0.2); }
    .piwo-gallery-arrows .arrow .arrow-icon i {
      position: absolute;
      top: -10px;
      width: 0;
      -webkit-transition: opacity .2s, width .2s;
      transition: opacity .2s, width .2s;
      opacity: 0;
      font-size: 20px;
      color: #fff;
      text-shadow: 0 0 8px rgba(0, 0, 0, 0.4); }
  .piwo-gallery-arrows .arrow:hover {
    -webkit-transition: -webkit-transform .2s;
    transition: -webkit-transform .2s;
    transition: transform .2s;
    transition: transform .2s, -webkit-transform .2s; }
    .piwo-gallery-arrows .arrow:hover.arrow-prev {
      -webkit-transform: translateX(5px);
              transform: translateX(5px); }
    .piwo-gallery-arrows .arrow:hover.arrow-next {
      -webkit-transform: translateX(-5px);
              transform: translateX(-5px); }
    .piwo-gallery-arrows .arrow:hover .arrow-icon i {
      width: 6px;
      opacity: 1; }

.single-portfolio-main-content {
  padding-top: 40px; }

.single-portfolio {
  position: relative;
  padding: 0 0 40px; }
  .single-portfolio .single-gallery-masonry {
    margin: -20px !important;
    margin-bottom: 20px !important; }
  .single-portfolio .single-gallery-back .btn {
    display: block !important;
    margin-bottom: 0; }
  .single-portfolio .breadcrumbs-category {
    position: relative; }
    .single-portfolio .breadcrumbs-category:last-of-type:after {
      display: none; }
    .single-portfolio .breadcrumbs-category:after {
      content: "/";
      margin: 0 3px; }
  .single-portfolio .social-shares {
    font-size: 14px; }
    .single-portfolio .social-shares li {
      margin: 0 10px; }
      .single-portfolio .social-shares li:last-of-type {
        margin-right: 0; }
  .single-portfolio .single-portfolio-categories {
    margin: 0 0 15px 0;
    color: #556df4; }
    .single-portfolio .single-portfolio-categories:before {
      content: '';
      width: 20px;
      margin-right: 20px;
      background-color: currentColor;
      height: 1px;
      display: inline-block;
      vertical-align: middle;
      margin-top: -2px; }
    .single-portfolio .single-portfolio-categories li {
      list-style: none;
      margin: 0;
      padding: 0;
      display: inline-block; }
      .single-portfolio .single-portfolio-categories li a {
        color: #556df4;
        font-size: 12px;
        font-family: poppins;
        text-transform: uppercase;
        font-weight: 700;
        letter-spacing: 2px; }
    .single-portfolio .single-portfolio-categories > li:last-of-type a span {
      display: none; }
  .single-portfolio .single-portfolio-content.show-fixed {
    position: fixed;
    -webkit-transition: top .4s;
    transition: top .4s; }
  .single-portfolio .single-portfolio-subtitle {
    font-weight: 600;
    font-size: 11px;
    text-transform: uppercase;
    letter-spacing: 1px;
    position: relative; }
    .single-portfolio .single-portfolio-subtitle span {
      opacity: .5; }
  .single-portfolio .bg-fixed-title {
    position: fixed;
    font-size: 19vw;
    top: 375px;
    left: -33px;
    white-space: nowrap;
    z-index: -1;
    opacity: 0.03; }
  .single-portfolio .single-portfolio-footer {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    padding-top: 40px;
    position: relative;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
    .single-portfolio .single-portfolio-footer:before {
      content: "";
      position: absolute;
      top: 0;
      left: -40px;
      width: 100vw;
      background: #ddd;
      height: 1px; }
    .single-portfolio .single-portfolio-footer .portfolio-shares {
      text-align: right;
      position: relative; }
      .single-portfolio .single-portfolio-footer .portfolio-shares li {
        margin: 0 4px; }
        .single-portfolio .single-portfolio-footer .portfolio-shares li a {
          display: block;
          width: 34px;
          height: 34px;
          text-align: center;
          border: 2px solid #ddd;
          line-height: 30px;
          border-radius: 50%;
          -webkit-transition: border-color .3s, color .3s;
          transition: border-color .3s, color .3s; }
        .single-portfolio .single-portfolio-footer .portfolio-shares li:hover a {
          border-color: currentColor; }
        .single-portfolio .single-portfolio-footer .portfolio-shares li:first-of-type {
          margin-left: 0; }
        .single-portfolio .single-portfolio-footer .portfolio-shares li:last-of-type {
          margin-right: 0; }
      .single-portfolio .single-portfolio-footer .portfolio-shares > div {
        font-size: 11px;
        text-transform: uppercase;
        letter-spacing: 1px;
        opacity: 0.5;
        font-weight: 600;
        line-height: 1.2em;
        position: absolute;
        top: -25px;
        left: 0; }
    .single-portfolio .single-portfolio-footer .single-gallery-back ~ .portfolio-shares > div {
      right: 0;
      left: auto; }
  .single-portfolio .piwo-gallery-image, .single-portfolio .single-portfolio-content {
    margin-bottom: 30px; }
  .single-portfolio .single-portfolio-header {
    position: relative; }
    .single-portfolio .single-portfolio-header h2 {
      margin-bottom: 40px;
      position: relative;
      display: inline-block;
      z-index: 1; }
    .single-portfolio .single-portfolio-header span {
      position: relative; }
  .single-portfolio .attr-content > * {
    display: inline-block; }
  .single-portfolio .portfolio-category {
    margin-bottom: 40px;
    font-weight: inherit;
    margin-left: 0;
    font-size: 14px !important; }
    .single-portfolio .portfolio-category li {
      margin-right: 5px;
      margin-left: 5px; }
    .single-portfolio .portfolio-category a {
      z-index: 1;
      color: inherit;
      border: 2px solid currentColor;
      font-weight: 700;
      letter-spacing: 1px;
      padding: 7px 15px;
      border-radius: 50px;
      opacity: 1;
      margin-bottom: 10px; }
    .single-portfolio .portfolio-category a.piwo-hover-text {
      opacity: 1; }
  .single-portfolio .attr-tags a {
    border-bottom: none; }
  .single-portfolio .single-portfolio-text {
    margin-bottom: 60px;
    font-size: 16px; }
  .single-portfolio .single-gallery-attributes {
    padding-bottom: 20px; }
    .single-portfolio .single-gallery-attributes .attr {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: justify;
          -ms-flex-pack: justify;
              justify-content: space-between;
      margin: 0 -20px;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap; }
    .single-portfolio .single-gallery-attributes .attr-wrapper {
      padding: 0 20px 20px;
      -webkit-box-flex: 1;
          -ms-flex: 1 0 50%;
              flex: 1 0 50%; }
    .single-portfolio .single-gallery-attributes .attr-header {
      font-weight: 700;
      font-size: 12px;
      padding-right: 10px;
      text-transform: uppercase;
      font-family: poppins; }
    .single-portfolio .single-gallery-attributes .attr-content > * {
      margin-bottom: 0; }
  .single-portfolio .single-gallery-slider {
    position: relative; }

.piwo-single-gallery {
  margin-bottom: 40px !important; }
  .piwo-single-gallery .responsive-embed {
    margin-bottom: 0; }
  .piwo-single-gallery .original-size-img {
    margin-bottom: 30px;
    display: block; }
  .piwo-single-gallery .piwo-gallery-image {
    position: relative;
    overflow: hidden;
    text-align: center;
    -webkit-perspective: 1000px;
            perspective: 1000px; }
  .piwo-single-gallery .piwo-gallery-image:hover:after, .piwo-single-gallery .slide:hover:after {
    opacity: .4;
    -webkit-transform: scale(1);
            transform: scale(1); }
  @media screen and (max-width: 63.9375em) {
    .piwo-single-gallery {
      margin: 0 -15px; } }

.single-portfolio-large .single-large-portfolio-separator {
  width: 100vw;
  height: 1px;
  background: #ddd;
  margin-bottom: 40px; }

.single-portfolio-large.content-top .single-large-portfolio-separator {
  display: none; }

.single-portfolio-large.content-top .single-portfolio-content {
  margin-bottom: 30px; }

.single-portfolio-large.content-bottom .piwo-single-gallery {
  margin-bottom: 60px; }

@media screen and (max-width: 63.9375em) {
  .single-portfolio-large .single-gallery-grid .piwo-gallery-image, .single-portfolio-large .single-gallery-grid .grid-sizer {
    width: 100%; } }

@media print, screen and (min-width: 64em) {
  .single-portfolio-large .single-gallery-grid .piwo-gallery-image, .single-portfolio-large .single-gallery-grid .grid-sizer {
    width: 33.3332%; } }

.single-portfolio-large .single-gallery-masonry .grid-sizer, .single-portfolio-large .single-gallery-masonry .w1-h1 {
  width: 25%;
  height: 0;
  padding-bottom: 25%; }

.single-portfolio-large .single-gallery-masonry .w2-h1 {
  width: 50%;
  height: 0;
  padding-bottom: 25%; }

.single-portfolio-large .single-gallery-masonry .w2-h2 {
  width: 50%;
  height: 0;
  padding-bottom: 50%; }

.single-portfolio-large .single-gallery-masonry .w1-h2 {
  width: 25%;
  height: 0;
  padding-bottom: 50%; }

@media screen and (max-width: 63.9375em) {
  .single-portfolio-large .single-portfolio-content {
    margin-top: 25px; } }

@media print, screen and (min-width: 64em) {
  .single-portfolio-large .single-portfolio-content-block {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    position: relative; }
    .single-portfolio-large .single-portfolio-content-block:after {
      content: "";
      position: absolute;
      top: -40px;
      bottom: -30px;
      left: 60%;
      width: 1px;
      background: #ddd; }
    .single-portfolio-large .single-portfolio-content-block > div {
      padding: 0 0 0 40px;
      width: 40%; }
    .single-portfolio-large .single-portfolio-content-block .single-portfolio-header {
      padding: 0 30px 0 0; }
    .single-portfolio-large .single-portfolio-content-block .single-portfolio-header {
      width: 60%; }
    .single-portfolio-large .single-portfolio-content-block .single-gallery-attributes {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      -webkit-box-pack: end;
          -ms-flex-pack: end;
              justify-content: flex-end;
      position: relative; }
      .single-portfolio-large .single-portfolio-content-block .single-gallery-attributes .attr-wrapper {
        -webkit-box-flex: 1;
            -ms-flex: 1 0 33.33%;
                flex: 1 0 33.33%; }
  .single-portfolio-large .single-portfolio-footer {
    margin-top: 0; } }

.single-portfolio-large .piwo-single-gallery {
  margin: 0 -15px 60px -15px;
  text-align: center; }

.single-portfolio-large .single-portfolio-text {
  margin-bottom: 0; }

.single-portfolio-prev-next {
  position: relative; }
  .single-portfolio-prev-next:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 1px;
    background: #ddd; }

.prev-next-portfolio {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 60px 0;
  position: relative; }
  @media print, screen and (min-width: 64em) {
    .prev-next-portfolio {
      padding: 40px 0 0; } }
  .prev-next-portfolio .arrow a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
  .prev-next-portfolio .arrow.arrow-prev a {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start; }
    .prev-next-portfolio .arrow.arrow-prev a > div {
      position: relative; }
  .prev-next-portfolio .arrow.arrow-next a {
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end; }
    .prev-next-portfolio .arrow.arrow-next a > div {
      position: relative; }
  .prev-next-portfolio .adjacent-post-image {
    height: 80px;
    width: 80px;
    background-position: center;
    background-size: cover;
    display: block;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 80px;
            flex: 0 0 80px;
    border-radius: 50%; }
  .prev-next-portfolio .arrow-next .adjacent-post-image {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2; }
  .prev-next-portfolio div {
    text-transform: uppercase;
    font-size: 11px;
    letter-spacing: 1px;
    font-weight: bold; }
  .prev-next-portfolio > div {
    width: calc(100% / 3); }
  .prev-next-portfolio .previous-portfolio {
    text-align: left;
    position: relative; }
    .prev-next-portfolio .previous-portfolio .adjacent-post-image {
      margin-right: 20px; }
    .prev-next-portfolio .previous-portfolio .previous {
      -webkit-transition: opacity .3s;
      transition: opacity .3s; }
    .prev-next-portfolio .previous-portfolio .arrow-icon, .prev-next-portfolio .previous-portfolio .previous {
      opacity: .5; }
    .prev-next-portfolio .previous-portfolio:hover .previous {
      opacity: 1; }
  .prev-next-portfolio h6 {
    text-transform: none; }
  .prev-next-portfolio .single-portfolio-back-to-page {
    width: 50px;
    height: 50px;
    text-align: center;
    position: relative; }
    .prev-next-portfolio .single-portfolio-back-to-page .back-top:before {
      content: "";
      position: absolute;
      top: 50%;
      left: 50%;
      width: 5px;
      height: 5px;
      background: currentColor;
      margin-top: -7px;
      margin-left: -7px;
      -webkit-transition: -webkit-transform .3s;
      transition: -webkit-transform .3s;
      transition: transform .3s;
      transition: transform .3s, -webkit-transform .3s; }
    .prev-next-portfolio .single-portfolio-back-to-page .back-top:after {
      content: "";
      position: absolute;
      top: 50%;
      right: 50%;
      width: 5px;
      height: 5px;
      background: currentColor;
      margin-top: -7px;
      margin-right: -7px;
      -webkit-transition: -webkit-transform .3s;
      transition: -webkit-transform .3s;
      transition: transform .3s;
      transition: transform .3s, -webkit-transform .3s; }
    .prev-next-portfolio .single-portfolio-back-to-page .back-bottom:before {
      content: "";
      position: absolute;
      bottom: 50%;
      left: 50%;
      width: 5px;
      height: 5px;
      background: currentColor;
      margin-bottom: -7px;
      margin-left: -7px;
      -webkit-transition: -webkit-transform .3s;
      transition: -webkit-transform .3s;
      transition: transform .3s;
      transition: transform .3s, -webkit-transform .3s; }
    .prev-next-portfolio .single-portfolio-back-to-page .back-bottom:after {
      content: "";
      position: absolute;
      bottom: 50%;
      right: 50%;
      width: 5px;
      height: 5px;
      background: currentColor;
      margin-bottom: -7px;
      margin-right: -7px;
      -webkit-transition: -webkit-transform .3s;
      transition: -webkit-transform .3s;
      transition: transform .3s;
      transition: transform .3s, -webkit-transform .3s; }
    .prev-next-portfolio .single-portfolio-back-to-page a {
      display: block;
      width: 100%;
      height: 100%; }
      .prev-next-portfolio .single-portfolio-back-to-page a:after {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        border-radius: 50%;
        border: 2px solid;
        opacity: .2;
        -webkit-transition: opacity .3s;
        transition: opacity .3s; }
    .prev-next-portfolio .single-portfolio-back-to-page:hover a:after {
      opacity: 1; }
    .prev-next-portfolio .single-portfolio-back-to-page:hover .back-top:before {
      -webkit-transform: translateX(2px) translateY(2px);
              transform: translateX(2px) translateY(2px); }
    .prev-next-portfolio .single-portfolio-back-to-page:hover .back-top:after {
      -webkit-transform: translateX(-2px) translateY(2px);
              transform: translateX(-2px) translateY(2px); }
    .prev-next-portfolio .single-portfolio-back-to-page:hover .back-bottom:before {
      -webkit-transform: translateX(2px) translateY(-2px);
              transform: translateX(2px) translateY(-2px); }
    .prev-next-portfolio .single-portfolio-back-to-page:hover .back-bottom:after {
      -webkit-transform: translateX(-2px) translateY(-2px);
              transform: translateX(-2px) translateY(-2px); }
  .prev-next-portfolio .next-portfolio {
    text-align: right;
    position: relative; }
    .prev-next-portfolio .next-portfolio .adjacent-post-image {
      margin-left: 20px; }
    .prev-next-portfolio .next-portfolio .next {
      -webkit-transition: opacity .3s;
      transition: opacity .3s; }
    .prev-next-portfolio .next-portfolio .next {
      opacity: .5; }
    .prev-next-portfolio .next-portfolio:hover .next {
      opacity: 1; }

.single-portfolio-small .single-portfolio-content.is_stuck ~ div {
  pointer-events: none; }

@media print, screen and (min-width: 64em) {
  .single-portfolio-small .portfolio-right-col {
    position: relative; }
    .single-portfolio-small .portfolio-right-col:before {
      content: "";
      position: absolute;
      top: -40px;
      left: 20px;
      width: 1px;
      background: #ddd;
      bottom: 0; }
  .single-portfolio-small .single-portfolio-content {
    padding: 40px 0 40px 40px;
    padding-top: 0;
    position: relative;
    margin-bottom: 0; }
    .single-portfolio-small .single-portfolio-content .single-portfolio-header {
      margin-bottom: 30px;
      position: relative; }
      .single-portfolio-small .single-portfolio-content .single-portfolio-header h4 {
        margin-bottom: 0; }
    .single-portfolio-small .single-portfolio-content .single-portfolio-text {
      margin-bottom: 40px;
      position: relative; } }

@media screen and (max-width: 63.9375em) {
  .single-portfolio-small .single-gallery-grid .piwo-gallery-image, .single-portfolio-small .single-gallery-grid .grid-sizer {
    width: 100%; } }

@media print, screen and (min-width: 64em) {
  .single-portfolio-small .single-gallery-grid .piwo-gallery-image, .single-portfolio-small .single-gallery-grid .grid-sizer {
    width: 50%; } }

.single-portfolio-small .single-gallery-masonry .grid-sizer, .single-portfolio-small .single-gallery-masonry .w1-h1 {
  width: 33.332%;
  height: 0;
  padding-bottom: 33.332%; }

.single-portfolio-small .single-gallery-masonry .w2-h1 {
  width: 66.6667%;
  height: 0;
  padding-bottom: 33.332%; }

.single-portfolio-small .single-gallery-masonry .w2-h2 {
  width: 66.6667%;
  height: 0;
  padding-bottom: 66.6667%; }

.single-portfolio-small .single-gallery-masonry .w1-h2 {
  width: 33.332%;
  height: 0;
  padding-bottom: 66.6667%; }

.single-gallery-grid {
  overflow: hidden;
  margin: 0 -15px; }
  .single-gallery-grid .piwo-gallery-image a {
    display: block;
    padding: 0 15px; }

.single-gallery-masonry .piwo-gallery-image {
  margin-bottom: 0;
  overflow: hidden; }

.single-gallery-masonry article a {
  position: absolute !important;
  z-index: 11;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%; }

.single-gallery-masonry .img-bg {
  background-size: cover;
  background-position: center center;
  -webkit-transform: scale(1.01);
          transform: scale(1.01);
  -webkit-transition: -webkit-transform 0.9s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: -webkit-transform 0.9s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: transform 0.9s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: transform 0.9s cubic-bezier(0.25, 0.46, 0.45, 0.94), -webkit-transform 0.9s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -webkit-transform-origin: center;
          transform-origin: center;
  position: absolute;
  top: 20px;
  right: 20px;
  bottom: 20px;
  left: 20px; }

.single-gallery-masonry img {
  display: none; }

div.piwo-portfolio-masonry.piwo-parallax-portfolio {
  text-align: center; }
  div.piwo-portfolio-masonry.piwo-parallax-portfolio.piwo-2-col .portfolio-landscape {
    width: 45%;
    padding: 30px; }
  div.piwo-portfolio-masonry.piwo-parallax-portfolio.piwo-2-col .portfolio-landscape-2 {
    width: 52%;
    padding: 30px; }
  div.piwo-portfolio-masonry.piwo-parallax-portfolio.piwo-2-col .portfolio-portrait {
    width: 37%;
    padding: 30px; }
  div.piwo-portfolio-masonry.piwo-parallax-portfolio.piwo-3-col .portfolio-landscape {
    width: 32%;
    padding: 30px; }
  div.piwo-portfolio-masonry.piwo-parallax-portfolio.piwo-3-col .portfolio-landscape-2 {
    width: 38%;
    padding: 30px; }
  div.piwo-portfolio-masonry.piwo-parallax-portfolio.piwo-3-col .portfolio-portrait {
    width: 30%;
    padding: 30px; }

.portfolio-hover3-container {
  position: fixed;
  z-index: 99;
  background: #fff;
  max-width: 500px; }

.piwo-portfolio-filters {
  margin-left: 20px;
  margin-right: 20px; }
  .piwo-portfolio-filters.center ul {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center; }
  .piwo-portfolio-filters.right ul {
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end; }
  .piwo-portfolio-filters ul {
    list-style: none;
    margin: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 0 -10px 40px;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap; }
    .piwo-portfolio-filters ul li {
      margin: 0 10px;
      font-weight: 700;
      font-size: 14px;
      cursor: pointer; }
      .piwo-portfolio-filters ul li.filter-active {
        border-bottom: 1px solid #556df4; }
    .piwo-portfolio-filters ul .filter-count-wrapper {
      color: #556df4;
      display: inline-block;
      line-height: 1em;
      font-weight: 700;
      padding: 2px 0;
      vertical-align: text-bottom;
      margin-left: 0;
      -webkit-transition: background-color 0.3s, color 0.3s;
      transition: background-color 0.3s, color 0.3s; }

/**
 *
 * 6. WooCommerce styles
 *
 */
.shop-products > .row .small-12:not(.sidebar-on) {
  padding-top: 80px; }

.woocommerce-store-notice, p.demo_store {
  background: #546df5; }

body:not(.woocommerce-checkout) .blog-content > .woocommerce, #content > .product {
  padding-top: 80px; }

.woocommerce-error, .woocommerce-message, .woocommerce-info {
  position: fixed;
  max-width: 100%;
  z-index: 999;
  left: 40px;
  bottom: 0;
  -webkit-box-shadow: 0px 10px 40px -10px rgba(0, 0, 0, 0.4);
          box-shadow: 0px 10px 40px -10px rgba(0, 0, 0, 0.4);
  padding: 16px 0;
  background: #546df5;
  color: #fff !important;
  border: none;
  border-radius: 30px;
  opacity: 0;
  -webkit-transform: translateX(-100%);
          transform: translateX(-100%); }
  .woocommerce-error div, .woocommerce-message div, .woocommerce-info div {
    padding: 0 60px !important; }
    .woocommerce-error div .btn, .woocommerce-message div .btn, .woocommerce-info div .btn {
      display: none !important; }
  .woocommerce-error:before, .woocommerce-message:before, .woocommerce-info:before {
    border-radius: 50%;
    height: 100%;
    top: 0;
    width: 60px;
    left: 0;
    line-height: 60px;
    text-align: center;
    color: #fff; }

.woocommerce {
  position: relative; }
  .woocommerce mark {
    background: transparent;
    font-weight: 700; }
  .woocommerce .star-rating {
    width: 5.3em;
    color: #546df5; }
  .woocommerce .amount {
    font-weight: 700 !important; }

.btn.btn-woo {
  font-size: 12px;
  border-radius: 0;
  -webkit-transition: opacity .3s;
  transition: opacity .3s; }
  .btn.btn-woo:hover {
    opacity: .8; }

.return-to-shop .btn.btn-woo {
  padding: 10px 50px;
  border: 2px solid;
  border-radius: 50px; }
  .return-to-shop .btn.btn-woo .button {
    padding: 0;
    background: transparent !important;
    margin: 0; }

.woocommerce ul.products.columns-1 h2.woocommerce-loop-category__title {
  font-size: 62px; }

.woocommerce ul.products.columns-2 h2.woocommerce-loop-category__title {
  font-size: 40px; }

.woocommerce ul.products.columns-3 h2.woocommerce-loop-category__title {
  font-size: 28px; }

.woocommerce ul.products.columns-4 h2.woocommerce-loop-category__title {
  font-size: 20px; }

.woocommerce ul.products.columns-5 h2.woocommerce-loop-category__title {
  font-size: 16px; }

.woocommerce ul.products.columns-6 h2.woocommerce-loop-category__title {
  font-size: 14px; }

.woocommerce ul.products li.product-category.product {
  position: relative;
  overflow: hidden; }
  .woocommerce ul.products li.product-category.product:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: .5;
    background: #000;
    pointer-events: none;
    -webkit-transition: opacity .3s;
    transition: opacity .3s;
    z-index: 1; }
  .woocommerce ul.products li.product-category.product:hover:before {
    opacity: 0; }
  .woocommerce ul.products li.product-category.product:hover h2.woocommerce-loop-category__title {
    opacity: 0;
    -webkit-transform: translateX(100px);
            transform: translateX(100px); }
  .woocommerce ul.products li.product-category.product:hover img {
    -webkit-transform: scale(1.1);
            transform: scale(1.1); }
  .woocommerce ul.products li.product-category.product h2.woocommerce-loop-category__title {
    position: absolute;
    bottom: 5%;
    left: 6%;
    color: #fff !important;
    text-transform: uppercase;
    padding: 0;
    margin: 0;
    -webkit-transition: opacity .3s, -webkit-transform .3s;
    transition: opacity .3s, -webkit-transform .3s;
    transition: transform .3s, opacity .3s;
    transition: transform .3s, opacity .3s, -webkit-transform .3s;
    z-index: 2; }
  .woocommerce ul.products li.product-category.product mark {
    display: none; }
  .woocommerce ul.products li.product-category.product img {
    -webkit-transition: -webkit-transform .3s;
    transition: -webkit-transform .3s;
    transition: transform .3s;
    transition: transform .3s, -webkit-transform .3s; }

[type="radio"]:not(.wcs-filter):checked, [type="radio"]:not(:checked) {
  position: absolute;
  left: -9999px; }

[type="radio"]:not(.wcs-filter):checked + label, [type="radio"]:not(:checked) + label {
  position: relative;
  padding-left: 28px;
  cursor: pointer;
  line-height: 16px;
  display: inline-block; }

[type="radio"]:checked + label:before, [type="radio"]:not(:checked) + label:before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 16px;
  height: 16px;
  border: 1px solid #ddd;
  border-radius: 100%;
  background: #fff; }

[type="radio"]:checked + label:after, [type="radio"]:not(:checked) + label:after {
  content: '';
  width: 8px;
  height: 8px;
  background: #556fd4;
  position: absolute;
  top: 4px;
  left: 4px;
  border-radius: 100%;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease; }

[type="radio"]:not(:checked) + label:after {
  opacity: 0;
  -webkit-transform: scale(0);
          transform: scale(0); }

[type="radio"]:checked + label:before {
  border-color: #556fd4; }

[type="radio"]:checked + label:after {
  opacity: 1;
  -webkit-transform: scale(1);
          transform: scale(1); }

[type="checkbox"]:not(.wcs-filter):checked, [type="checkbox"]:not(.wcs-filter):not(:checked) {
  position: absolute;
  left: -9999px; }

label.checkbox {
  position: relative;
  padding-left: 28px; }

[type="checkbox"]:not(.wcs-filter) + span:before {
  content: "";
  position: absolute;
  width: 16px;
  height: 16px;
  border: 1px solid #ddd;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: 0;
  margin-top: 0;
  cursor: pointer;
  -webkit-transition: background .3s, border-color .3s;
  transition: background .3s, border-color .3s; }

[type="checkbox"]:not(.wcs-filter) + span:after {
  content: "";
  left: 6px;
  top: 9px;
  width: 5px;
  height: 8px;
  border: solid white;
  border-width: 0 2px 2px 0;
  position: absolute; }

[type="checkbox"]:not(.wcs-filter):checked + span:after, [type="checkbox"]:not(.wcs-filter):not(:checked) + span:after {
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease; }

[type="checkbox"]:not(.wcs-filter):not(:checked) + span:after {
  opacity: 0;
  -webkit-transform: scale(0) rotate(45deg);
          transform: scale(0) rotate(45deg); }

[type="checkbox"]:not(.wcs-filter):checked + span:before {
  border-color: #556fd4;
  background: #556fd4; }

[type="checkbox"]:not(.wcs-filter):checked + span:after {
  opacity: 1;
  -webkit-transform: scale(1) rotate(45deg);
          transform: scale(1) rotate(45deg); }

.woocommerce-pagination {
  border: none;
  text-align: center;
  margin: -20px 0 40px; }
  .woocommerce-pagination ul.page-numbers {
    border: none !important;
    margin: 0 auto !important;
    display: block !important;
    width: 100%; }
    .woocommerce-pagination ul.page-numbers li {
      display: inline-block !important;
      border-right: none !important;
      vertical-align: middle;
      margin: 0 3px !important;
      float: none !important; }
      .woocommerce-pagination ul.page-numbers li span, .woocommerce-pagination ul.page-numbers li a {
        color: inherit !important;
        background: transparent !important;
        line-height: 18px !important; }
        .woocommerce-pagination ul.page-numbers li span:after, .woocommerce-pagination ul.page-numbers li a:after {
          border-color: inherit !important; }
    .woocommerce-pagination ul.page-numbers:after {
      border: none !important;
      pointer-events: none !important; }

.woocommerce ul.products {
  width: 100%; }
  .woocommerce ul.products li.product a img {
    margin-bottom: 15px; }

.woocommerce-result-count {
  font-weight: 700;
  margin-bottom: 40px; }

.woocommerce .woocommerce-ordering {
  margin-bottom: 40px;
  line-height: 20px;
  border: 1px solid #ddd;
  margin-right: 10px;
  margin-left: 10px;
  position: relative; }
  .woocommerce .woocommerce-ordering:after {
    content: "";
    position: absolute;
    top: 50%;
    margin-top: -2.5px;
    right: 15px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 5px 5px 0 5px;
    border-color: currentColor transparent transparent transparent; }
  .woocommerce .woocommerce-ordering .orderby {
    padding: 8px 15px;
    padding-right: 20px;
    border: none;
    height: auto;
    font-weight: 700;
    margin-bottom: 0;
    width: auto; }

.woocommerce ul.products li.product .woocommerce-loop-category__title, .woocommerce ul.products li.product .woocommerce-loop-product__title, .woocommerce ul.products li.product h3 {
  padding: 0 0 15px;
  font-family: inherit !important; }

.woocommerce ul.products li.product {
  margin-bottom: 20px;
  margin-bottom: 20px !important; }
  @media screen and (max-width: 39.9375em) {
    .woocommerce ul.products li.product {
      width: 100% !important;
      float: none !important;
      margin: 0 0 20px 0 !important; } }
  .woocommerce ul.products li.product a.woocommerce-loop-product__link .loop-product-wrapper {
    position: relative;
    padding: 20px 20px 10px 20px;
    background: white; }
  .woocommerce ul.products li.product a.woocommerce-loop-product__link .star-rating {
    font-size: 0.75em;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%; }
  .woocommerce ul.products li.product a.woocommerce-loop-product__link .piwo-loop-product-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: baseline;
        -ms-flex-align: baseline;
            align-items: baseline; }
  .woocommerce ul.products li.product a.woocommerce-loop-product__link .woocommerce-loop-product__title {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 auto;
            flex: 0 1 auto;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    padding-bottom: 0;
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1; }
  .woocommerce ul.products li.product a.woocommerce-loop-product__link .price {
    text-align: right;
    -webkit-box-flex: 1;
        -ms-flex: 1 0 auto;
            flex: 1 0 auto;
    padding-left: 10px;
    color: inherit;
    margin-bottom: 0;
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2; }
    .woocommerce ul.products li.product a.woocommerce-loop-product__link .price > span {
      font-weight: normal; }
    .woocommerce ul.products li.product a.woocommerce-loop-product__link .price * {
      line-height: 1.8em; }
    .woocommerce ul.products li.product a.woocommerce-loop-product__link .price del {
      font-weight: normal;
      opacity: 1; }
    .woocommerce ul.products li.product a.woocommerce-loop-product__link .price ins {
      font-weight: normal;
      color: #d60f3d;
      text-decoration: none; }
  .woocommerce ul.products li.product .loop-product-btn {
    opacity: 0;
    display: block !important; }
    .woocommerce ul.products li.product .loop-product-btn > * {
      margin: 0 5px;
      display: block !important; }
    .woocommerce ul.products li.product .loop-product-btn .added {
      display: none !important; }

.woocommerce span.onsale, .woocommerce.single-product span.onsale {
  background: transparent;
  border: 2px solid;
  border-radius: 50px;
  padding: 7px 12px;
  line-height: 1;
  text-transform: uppercase;
  font-size: 12px;
  font-weight: 600;
  min-width: auto;
  min-height: auto; }

.woocommerce ul.products li.product .onsale {
  right: 15px; }

.woocommerce.widget .amount, .woocommerce.widget .product-title, .woocommerce.widget .mini_cart_item > a:not(.remove) {
  font-weight: 600 !important;
  font-size: 12px; }

.woocommerce.widget.widget_layered_nav_filters .chosen {
  margin-right: 10px; }

.woocommerce.widget.widget_price_filter .price_slider_wrapper .ui-widget-content {
  background: #ddd;
  height: 3px; }

.woocommerce.widget.widget_price_filter .price_slider_wrapper .ui-slider-handle {
  width: 10px;
  height: 10px; }

.woocommerce.widget.widget_price_filter .btn-woo {
  margin-bottom: 0; }

.woocommerce.widget.widget_price_filter .button {
  background: transparent;
  padding: 0;
  color: inherit;
  text-transform: uppercase;
  font-weight: 600; }

.woocommerce.widget .price_slider_amount {
  position: relative; }
  .woocommerce.widget .price_slider_amount .price_label {
    position: absolute;
    left: 0;
    top: 0;
    font-weight: 700; }

.woocommerce.widget ul.cart-list, .woocommerce.widget ul.product_list_widget {
  padding-bottom: 5px; }

.woocommerce.widget ul.cart_list li, .woocommerce.widget ul.product_list_widget li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-top: 0;
  padding-left: 0;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0;
  margin-bottom: 15px;
  position: relative; }
  .woocommerce.widget ul.cart_list li a:not(.remove), .woocommerce.widget ul.product_list_widget li a:not(.remove) {
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    -webkit-box-flex: 1;
        -ms-flex: 1 1 auto;
            flex: 1 1 auto;
    line-height: 50px;
    padding-right: 20px;
    font-size: 14px; }
  .woocommerce.widget ul.cart_list li ins, .woocommerce.widget ul.product_list_widget li ins {
    padding-left: 5px; }
  .woocommerce.widget ul.cart_list li a.remove, .woocommerce.widget ul.product_list_widget li a.remove {
    right: 0;
    left: auto;
    top: 50%;
    margin-top: -10.5px;
    font-weight: normal;
    color: inherit !important;
    -webkit-transition: color .3s;
    transition: color .3s;
    background: transparent !important; }
    .woocommerce.widget ul.cart_list li a.remove:hover, .woocommerce.widget ul.product_list_widget li a.remove:hover {
      color: #d60f3d !important; }
  .woocommerce.widget ul.cart_list li img, .woocommerce.widget ul.product_list_widget li img {
    float: none;
    margin-left: 0;
    width: 50px;
    margin-right: 10px; }
  .woocommerce.widget ul.cart_list li span.quantity, .woocommerce.widget ul.product_list_widget li span.quantity {
    padding-right: 30px;
    text-align: right;
    -webkit-box-flex: 1;
        -ms-flex: 1 0 auto;
            flex: 1 0 auto; }

.woocommerce.widget.widget_shopping_cart .total {
  border-top: 1px solid #ddd;
  padding-top: 5px;
  margin-bottom: 20px;
  overflow: hidden; }
  .woocommerce.widget.widget_shopping_cart .total .amount {
    float: right;
    padding-right: 30px; }

.woocommerce.widget .woocommerce-mini-cart__buttons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin: 0 -10px; }
  @media screen and (max-width: 63.9375em) {
    .woocommerce.widget .woocommerce-mini-cart__buttons {
      -webkit-box-pack: end;
          -ms-flex-pack: end;
              justify-content: flex-end; } }
  .woocommerce.widget .woocommerce-mini-cart__buttons .btn {
    /*  margin: 0 10px;  */
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    width: 50%;
    text-align: center;
    color: inherit; }
    .woocommerce.widget .woocommerce-mini-cart__buttons .btn a {
      display: inline-block;
      vertical-align: middle;
      margin: 0;
      padding: 10px 20px;
      line-height: 1.5em;
      font-weight: 600;
      background: transparent;
      height: 100%;
      width: calc(100% - 20px);
      border-radius: 0;
      font-size: 11px; }
    .woocommerce.widget .woocommerce-mini-cart__buttons .btn:first-of-type a {
      background: transparent;
      border: 2px solid;
      color: inherit; }
    .woocommerce.widget .woocommerce-mini-cart__buttons .btn:last-of-type a {
      color: #fff;
      background: #556fd4;
      border: 2px solid #556fd4; }

.woocommerce.widget .product-categories .children {
  margin-left: 10px; }

.woocommerce.widget .product-categories li {
  margin-bottom: 0; }

.woocommerce.widget .product-categories li a {
  margin-bottom: 5px;
  display: inline-block; }

.woocommerce.widget .product-categories > li {
  margin-bottom: 10px; }

.woocommerce.widget.widget_top_rated_products .star-rating {
  position: absolute;
  top: 0;
  left: 60px;
  font-size: .8em; }

.woocommerce.widget.widget_recent_reviews .star-rating {
  font-size: .8em;
  margin-top: -15px; }

.woocommerce.widget.widget_recent_reviews .reviewer {
  font-size: 12px;
  position: absolute;
  bottom: 5px;
  right: 0; }

.woocommerce.widget.widget_product_search {
  text-align: right;
  position: relative; }
  .woocommerce.widget.widget_product_search input.search-field {
    height: 45px;
    padding: 8px 20px; }
  .woocommerce.widget.widget_product_search button {
    position: absolute;
    right: 0;
    top: 0;
    height: 45px;
    width: 50px;
    -webkit-transform: translateX(0) !important;
            transform: translateX(0) !important;
    cursor: pointer;
    background: transparent !important; }
  .woocommerce.widget.widget_product_search button {
    -webkit-box-shadow: none;
            box-shadow: none;
    color: transparent; }
    .woocommerce.widget.widget_product_search button:before {
      content: "\f002";
      font-family: "FontAwesome";
      position: absolute;
      top: 0;
      right: 20px;
      height: 45px;
      -webkit-transform: translateX(0) translateY(0);
              transform: translateX(0) translateY(0);
      opacity: .8;
      line-height: 45px;
      font-size: 14px;
      -webkit-transition: opacity .3s;
      transition: opacity .3s; }
      .woocommerce.widget.widget_product_search button:before:hover:before {
        opacity: 1; }
    .woocommerce.widget.widget_product_search button:after {
      display: none !important; }

.woocommerce-cart .blog-content > .woocommerce {
  padding-bottom: 80px; }

.woocommerce table.shop_table {
  border: none;
  border-radius: 0;
  border-collapse: collapse; }

.piwo-cart-wrapper .cart-collaterals {
  display: none; }

.piwo-cart-wrapper tr:last-of-type td {
  padding: 30px 0 20px !important; }

@media print, screen and (min-width: 64em) {
  .woocommerce:not(.add_to_cart_inline):not(.widget) {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap; }
    .woocommerce:not(.add_to_cart_inline):not(.widget) .piwo-cart-wrapper {
      width: 60%;
      -webkit-box-flex: 0;
          -ms-flex: 0 0 60%;
              flex: 0 0 60%;
      padding-right: 80px; }
    .woocommerce:not(.add_to_cart_inline):not(.widget) .cart_totals {
      width: 35%;
      -webkit-box-flex: 0;
          -ms-flex: 0 0 35%;
              flex: 0 0 35%; }
    .woocommerce:not(.add_to_cart_inline):not(.widget) .cart-empty, .woocommerce:not(.add_to_cart_inline):not(.widget) .return-to-shop {
      -webkit-box-flex: 1;
          -ms-flex: 1 0 100%;
              flex: 1 0 100%; } }

.add_to_cart_inline {
  border: none !important;
  padding: 0 !important;
  font-weight: 700;
  font-size: 20px;
  text-align: center;
  margin-bottom: 20px; }

.add_to_cart_button .btn-text {
  line-height: 2.4em; }

.woocommerce .cross-sells {
  margin-top: 40px;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%; }

.woocommerce .woocommerce-cart-form {
  position: relative; }
  .woocommerce .woocommerce-cart-form table.shop_table th {
    padding: 30px 0 20px 0; }
  .woocommerce .woocommerce-cart-form .coupon {
    width: 50%;
    position: relative; }
    .woocommerce .woocommerce-cart-form .coupon #coupon_code {
      width: 100%;
      border: 1px dashed #ddd;
      margin: 0;
      float: none;
      height: 45px;
      padding: 10px 35px 10px 20px; }
    .woocommerce .woocommerce-cart-form .coupon .btn {
      height: 45px;
      position: absolute;
      right: 0;
      width: 40px;
      border: none;
      border-radius: 0;
      background: red;
      -webkit-box-shadow: none;
              box-shadow: none;
      padding: 0;
      color: inherit !important;
      top: 0;
      background: transparent !important;
      cursor: pointer;
      opacity: .5;
      -webkit-transition: opacity .3s;
      transition: opacity .3s; }
      .woocommerce .woocommerce-cart-form .coupon .btn:before {
        content: "";
        position: absolute;
        top: 50%;
        margin-top: -1px;
        height: 2px;
        width: 20px;
        background: currentColor;
        left: 0px;
        z-index: 1;
        color: inherit;
        opacity: 1;
        -webkit-transform: translateX(0) translateY(0);
                transform: translateX(0) translateY(0);
        z-index: -1; }
      .woocommerce .woocommerce-cart-form .coupon .btn:after {
        content: "\f105";
        font-family: "FontAwesome";
        font-size: 16px;
        background: transparent;
        opacity: 1;
        -webkit-transform: translateX(0) translateY(0);
                transform: translateX(0) translateY(0);
        right: 16px;
        line-height: 45px;
        left: auto;
        position: absolute;
        z-index: -1; }
      .woocommerce .woocommerce-cart-form .coupon .btn:hover {
        opacity: 1; }
    .woocommerce .woocommerce-cart-form .coupon input[name=apply_coupon] {
      opacity: 0;
      position: absolute;
      top: 0;
      right: 0;
      height: 100%;
      width: 45px; }

.woocommerce table.shop_table th.product-name {
  text-align: left;
  position: absolute;
  left: 0; }

.woocommerce table.shop_table th.product-price, .woocommerce table.shop_table th.product-quantity {
  text-align: center;
  padding-left: 10px;
  padding-right: 10px; }

.woocommerce table.shop_table th.product-subtotal {
  text-align: right; }

.woocommerce table.shop_table th {
  font-size: 16px;
  line-height: 1em;
  border: none;
  font-weight: bold !important; }

.woocommerce table.shop_table td {
  padding: 30px 10px;
  font-size: 16px;
  border-color: #f1f1f1 !important; }
  .woocommerce table.shop_table td.product-remove {
    padding: 20px 0; }
  .woocommerce table.shop_table td.product-name {
    line-height: 16px; }
  .woocommerce table.shop_table td.product-subtotal {
    padding-right: 0;
    text-align: right;
    font-size: 16px;
    font-weight: bold !important; }
  .woocommerce table.shop_table td.product-price {
    text-align: center;
    font-size: 16px; }

.woocommerce table.shop_table a.remove {
  width: 20px;
  height: 20px;
  padding: 0;
  margin: 0;
  background: transparent !important;
  border: none;
  color: inherit !important;
  font-size: 16px;
  font-weight: normal;
  -webkit-transition: color .3s;
  transition: color .3s; }
  .woocommerce table.shop_table a.remove:hover {
    color: #d60f3d !important; }

.woocommerce table.shop_table .product-thumbnail {
  min-width: 50px;
  max-width: 90px; }

.woocommerce table.shop_table img {
  width: 100px; }

.woocommerce table.shop_table .product-quantity {
  text-align: center;
  min-width: 40px; }
  .woocommerce table.shop_table .product-quantity input[type=number]::-webkit-inner-spin-button, .woocommerce table.shop_table .product-quantity input[type=number]::-webkit-outer-spin-button {
    -webkit-appearance: none; }
  .woocommerce table.shop_table .product-quantity input {
    width: 40px;
    padding: 10px;
    height: 40px;
    margin: 0 auto;
    color: inherit; }
    .woocommerce table.shop_table .product-quantity input:focus {
      border-color: currentColor; }

.woocommerce table.shop_table tr:last-of-type td {
  padding: 20px 0; }

@media screen and (max-width: 48em) {
  .woocommerce table.shop_table tr {
    padding-bottom: 10px;
    margin-bottom: 10px;
    border-bottom: 1px solid #f1f1f1; }
  .woocommerce table.shop_table td {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    border: none;
    padding: 10px 0;
    background: transparent !important; }
  .woocommerce table.shop_table td.product-remove {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: start; }
    .woocommerce table.shop_table td.product-remove .remove {
      position: absolute;
      right: 0; }
  .woocommerce table.shop_table td.product-thumbnail {
    display: none !important; }
  .woocommerce table.shop_table .actions {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between; }
    .woocommerce table.shop_table .actions .coupon {
      width: 50%;
      -webkit-box-flex: 0;
          -ms-flex: 0 0 50%;
              flex: 0 0 50%; }
    .woocommerce table.shop_table .actions .button {
      width: auto !important; }
    .woocommerce table.shop_table .actions .piwo-input {
      display: none; } }

@media screen and (min-width: 48.0625em) {
  .woocommerce table.shop_table thead {
    display: none; } }

.woocommerce .cart_totals {
  background: #f9f9f9;
  padding: 40px 60px;
  -webkit-box-shadow: 0px 15px 40px -10px rgba(0, 0, 0, 0.2);
          box-shadow: 0px 15px 40px -10px rgba(0, 0, 0, 0.2); }
  .woocommerce .cart_totals .h5 {
    text-align: center; }
  .woocommerce .cart_totals table.shop_table th {
    padding: 10px 0;
    line-height: 20px;
    text-align: left;
    padding-right: 40px;
    width: 100px;
    border: none; }
  .woocommerce .cart_totals table.shop_table tr.shipping {
    vertical-align: top; }
  .woocommerce .cart_totals table.shop_table td {
    padding: 10px 0;
    border: none; }
  .woocommerce .cart_totals table.shop_table .cart-subtotal td {
    font-weight: bold; }
  .woocommerce .cart_totals #shipping_method {
    margin-left: 20px;
    margin-top: -4px; }
    .woocommerce .cart_totals #shipping_method li {
      padding: 0; }
    .woocommerce .cart_totals #shipping_method label:before {
      top: 3px; }
    .woocommerce .cart_totals #shipping_method label:after {
      top: 7px; }
  .woocommerce .cart_totals .woocommerce-shipping-calculator {
    margin-top: 20px;
    margin-bottom: 0; }
    .woocommerce .cart_totals .woocommerce-shipping-calculator .form-row {
      padding: 0;
      margin: 0; }
    .woocommerce .cart_totals .woocommerce-shipping-calculator .form-row .select2-container--default .select2-selection--single {
      background: #f1f1f1 !important;
      border: none;
      border-bottom: 2px solid #ddd;
      margin-bottom: 10px;
      font-size: 14px; }
    .woocommerce .cart_totals .woocommerce-shipping-calculator .form-row select, .woocommerce .cart_totals .woocommerce-shipping-calculator .form-row input, .woocommerce .cart_totals .woocommerce-shipping-calculator .form-row textarea {
      height: 45px;
      border: none;
      border-bottom: 2px solid #ddd;
      padding: 10px 20px;
      font-size: 14px;
      margin-bottom: 10px;
      background: #f1f1f1 !important; }
    .woocommerce .cart_totals .woocommerce-shipping-calculator > p {
      margin-bottom: 10px; }
    .woocommerce .cart_totals .woocommerce-shipping-calculator .shipping-calculator-form > p:last-of-type {
      text-align: right;
      margin-bottom: 0; }
    .woocommerce .cart_totals .woocommerce-shipping-calculator .btn-light {
      margin-top: 20px;
      margin-bottom: 0;
      text-align: right; }
      .woocommerce .cart_totals .woocommerce-shipping-calculator .btn-light .btn-text {
        margin-bottom: 0; }
  .woocommerce .cart_totals .shipping td {
    display: block !important; }
  .woocommerce .cart_totals .shipping label {
    margin-right: 0;
    margin-left: 0;
    font-size: 16px; }
    .woocommerce .cart_totals .shipping label .amount {
      margin-left: 5px; }
  .woocommerce .cart_totals .shipping .shipping-calculator-button {
    font-weight: bold; }
  .woocommerce .cart_totals .shipping button[name=calc_shipping] {
    font-size: 12px;
    font-weight: 600;
    background: transparent;
    text-transform: uppercase;
    padding: 0;
    color: inherit; }

.woocommerce .button[name=update_cart] {
  height: 45px;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-size: 12px;
  color: inherit;
  background: transparent; }
  .woocommerce .button[name=update_cart]:focus {
    outline: none !important; }

#add_payment_method .wc-proceed-to-checkout, .woocommerce-cart .wc-proceed-to-checkout, .woocommerce-checkout .wc-proceed-to-checkout {
  padding: 0;
  text-align: center; }
  #add_payment_method .wc-proceed-to-checkout a.checkout-button, .woocommerce-cart .wc-proceed-to-checkout a.checkout-button, .woocommerce-checkout .wc-proceed-to-checkout a.checkout-button {
    margin-bottom: 0;
    padding: 10px 50px;
    font-size: 12px;
    background: #556fd4;
    color: #fff;
    width: 100%; }

form.woocommerce-checkout {
  margin-top: 60px; }

.woocommerce-checkout .woocommerce > .woocommerce-info {
  position: relative;
  height: auto;
  left: auto;
  bottom: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
  -webkit-transform: translateX(0) !important;
          transform: translateX(0) !important;
  opacity: 1 !important; }
  .woocommerce-checkout .woocommerce > .woocommerce-info > * {
    opacity: 1;
    padding: 0 !important; }

@media print, screen and (min-width: 64em) {
  .woocommerce-checkout .col2-set {
    width: 60%;
    float: left;
    padding-right: 80px; }
    .woocommerce-checkout .col2-set .col-1, .woocommerce-checkout .col2-set .col-2 {
      width: 100%;
      float: none; }
  .woocommerce-checkout #order_review {
    float: right;
    width: 40%;
    padding: 40px; }
  .woocommerce-checkout .woocommerce-form-login, .woocommerce-checkout .checkout_coupon {
    width: calc(60% - 80px); } }

@media screen and (max-width: 64em) {
  .woocommerce-checkout #order_review {
    margin-top: 40px; }
  .woocommerce-checkout #order_review table.shop_table thead .product-name, .woocommerce-checkout #order_review table.shop_table thead .product-total {
    padding-top: 20px; }
  .woocommerce-checkout #order_review table.shop_table .product-name, .woocommerce-checkout #order_review table.shop_table .product-total {
    padding-left: 20px;
    padding-right: 20px; }
  .woocommerce-checkout #order_review table.shop_table tfoot th, .woocommerce-checkout #order_review table.shop_table tfoot td {
    padding-left: 20px !important;
    padding-right: 20px !important; }
  .woocommerce-checkout #order_review table.shop_table tfoot .order-total td small {
    right: 20px !important; } }

@media screen and (max-width: 48em) {
  .woocommerce-checkout #order_review {
    margin-top: 40px; }
  .woocommerce-checkout #order_review table.shop_table td {
    display: table-cell !important; }
  .woocommerce-checkout #order_review table.shop_table tfoot .shipping td {
    padding-left: 0 !important;
    padding-right: 0 !important; }
    .woocommerce-checkout #order_review table.shop_table tfoot .shipping td ul li {
      padding-right: 20px;
      padding-left: 0; } }

.woocommerce-checkout:after {
  content: "";
  clear: both; }

.woocommerce-checkout #order_review_heading {
  display: none; }

.woocommerce-checkout #order_review {
  background: #f9f9f9;
  -webkit-box-shadow: 0px 15px 40px -10px rgba(0, 0, 0, 0.2);
          box-shadow: 0px 15px 40px -10px rgba(0, 0, 0, 0.2); }
  .woocommerce-checkout #order_review table.shop_table {
    table-layout: fixed;
    border-bottom: 1px solid #ddd; }
    .woocommerce-checkout #order_review table.shop_table thead {
      display: table-header-group; }
      .woocommerce-checkout #order_review table.shop_table thead .product-name {
        position: relative; }
      .woocommerce-checkout #order_review table.shop_table thead .product-total {
        text-align: right;
        font-size: 14px; }
      .woocommerce-checkout #order_review table.shop_table thead th {
        padding: 0;
        padding-bottom: 20px; }
      .woocommerce-checkout #order_review table.shop_table thead tr {
        border-bottom: 1px solid #f1f1f1; }
    .woocommerce-checkout #order_review table.shop_table tbody th, .woocommerce-checkout #order_review table.shop_table tbody td {
      border: none; }
    .woocommerce-checkout #order_review table.shop_table td {
      padding: 10px 0; }
    .woocommerce-checkout #order_review table.shop_table .product-name {
      font-size: 14px;
      text-overflow: ellipsis;
      overflow: hidden;
      white-space: nowrap; }
    .woocommerce-checkout #order_review table.shop_table .product-total {
      text-align: right;
      font-weight: bold; }
    .woocommerce-checkout #order_review table.shop_table tfoot tr {
      border: none; }
      .woocommerce-checkout #order_review table.shop_table tfoot tr:first-of-type td, .woocommerce-checkout #order_review table.shop_table tfoot tr:first-of-type th {
        padding-top: 40px !important; }
        @media screen and (max-width: 39.9375em) {
          .woocommerce-checkout #order_review table.shop_table tfoot tr:first-of-type td, .woocommerce-checkout #order_review table.shop_table tfoot tr:first-of-type th {
            padding-top: 20px !important; } }
      .woocommerce-checkout #order_review table.shop_table tfoot tr:last-of-type td, .woocommerce-checkout #order_review table.shop_table tfoot tr:last-of-type th {
        padding-bottom: 40px !important; }
        @media screen and (max-width: 39.9375em) {
          .woocommerce-checkout #order_review table.shop_table tfoot tr:last-of-type td, .woocommerce-checkout #order_review table.shop_table tfoot tr:last-of-type th {
            padding-bottom: 20px !important; } }
    .woocommerce-checkout #order_review table.shop_table tfoot th {
      font-size: 14px;
      padding-left: 0;
      padding-right: 0;
      border-top: none;
      vertical-align: top;
      padding: 20px 0; }
    .woocommerce-checkout #order_review table.shop_table tfoot td {
      font-weight: bold;
      text-align: right;
      border-top: 0;
      vertical-align: top;
      line-height: 1em; }
    .woocommerce-checkout #order_review table.shop_table tfoot .cart-subtotal td {
      text-align: right;
      border-top: 1px solid #f1f1f1; }
    .woocommerce-checkout #order_review table.shop_table tfoot .cart-subtotal th {
      border-top: 1px solid #f1f1f1; }
    .woocommerce-checkout #order_review table.shop_table tfoot .order-total th {
      font-size: 24px; }
    .woocommerce-checkout #order_review table.shop_table tfoot .order-total td {
      text-align: right;
      position: relative; }
      .woocommerce-checkout #order_review table.shop_table tfoot .order-total td small {
        position: absolute;
        bottom: 30px;
        right: 0;
        font-size: 12px; }
      .woocommerce-checkout #order_review table.shop_table tfoot .order-total td strong span.amount {
        font-size: 24px;
        line-height: 44px; }
    .woocommerce-checkout #order_review table.shop_table tfoot #shipping_method {
      margin-top: -1px; }
      .woocommerce-checkout #order_review table.shop_table tfoot #shipping_method label {
        margin-right: 0; }

.woocommerce-checkout #payment {
  border-radius: 0;
  background: transparent !important; }
  .woocommerce-checkout #payment ul.payment_methods {
    padding: 0 0 20px !important;
    border-bottom: 1px solid #ddd !important; }
  .woocommerce-checkout #payment div.form-row {
    padding: 20px 0 0; }

.woocommerce-checkout .payment_box {
  color: inherit !important; }
  .woocommerce-checkout .payment_box:before {
    display: none !important; }

.woocommerce-checkout .payment_method_paypal {
  padding-top: 10px; }
  .woocommerce-checkout .payment_method_paypal label {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start; }
  .woocommerce-checkout .payment_method_paypal img {
    margin-left: 20px; }
  .woocommerce-checkout .payment_method_paypal a {
    -ms-flex-item-align: end;
        align-self: flex-end;
    margin-left: 5px;
    line-height: 16px !important; }

.woocommerce-checkout .woocommerce > .woocommerce-info {
  border: none;
  border-radius: 0;
  background: transparent;
  color: inherit !important;
  padding: 0;
  width: 100%;
  max-width: 100%;
  margin-bottom: 10px; }
  .woocommerce-checkout .woocommerce > .woocommerce-info a {
    font-weight: 700; }
    .woocommerce-checkout .woocommerce > .woocommerce-info a:hover {
      opacity: 1; }
  .woocommerce-checkout .woocommerce > .woocommerce-info:before {
    display: none; }

.woocommerce-checkout form.woocommerce-form-login {
  border: 1px solid #ddd;
  padding: 40px 30px;
  margin: 10px 0 20px;
  border-radius: 0; }
  .woocommerce-checkout form.woocommerce-form-login p {
    padding: 0 10px; }
  .woocommerce-checkout form.woocommerce-form-login .form-row:not(.form-row-first):not(.form-row-last) {
    text-align: right;
    position: relative; }
    .woocommerce-checkout form.woocommerce-form-login .form-row:not(.form-row-first):not(.form-row-last) label {
      position: absolute;
      left: 10px;
      padding-left: 28px; }
    .woocommerce-checkout form.woocommerce-form-login .form-row:not(.form-row-first):not(.form-row-last) input {
      border: none;
      padding: 0;
      line-height: 1.5em;
      color: #fff; }
    .woocommerce-checkout form.woocommerce-form-login .form-row:not(.form-row-first):not(.form-row-last) .btn.btn-woo {
      padding: 5px 30px;
      border-radius: 50px; }
      .woocommerce-checkout form.woocommerce-form-login .form-row:not(.form-row-first):not(.form-row-last) .btn.btn-woo button {
        background: transparent;
        padding: 0;
        border: none;
        color: #fff;
        text-transform: uppercase; }
  .woocommerce-checkout form.woocommerce-form-login .lost_password {
    font-size: 14px;
    font-weight: 600;
    margin-bottom: 0; }

.woocommerce-checkout .checkout_coupon {
  border: none !important;
  padding: 0 !important;
  margin: 10px 0 20px !important;
  border-radius: 0 !important;
  position: relative; }
  .woocommerce-checkout .checkout_coupon #coupon_code {
    width: 100%;
    border: 1px dashed #ddd;
    margin: 0;
    float: none;
    height: 45px;
    padding: 10px 35px 10px 20px; }
  .woocommerce-checkout .checkout_coupon button[name=apply_coupon] {
    opacity: 0;
    position: absolute;
    top: 0;
    right: 0;
    height: 100%;
    width: 45px; }
  .woocommerce-checkout .checkout_coupon .btn {
    height: 45px;
    position: absolute;
    right: 50%;
    width: 40px;
    border: none;
    border-radius: 0;
    -webkit-box-shadow: none;
            box-shadow: none;
    padding: 0;
    color: inherit !important;
    top: 0;
    background: transparent !important;
    cursor: pointer;
    opacity: .5;
    -webkit-transition: opacity .3s;
    transition: opacity .3s; }
    .woocommerce-checkout .checkout_coupon .btn:before {
      content: "";
      position: absolute;
      top: 50%;
      margin-top: -1px;
      height: 2px;
      width: 20px;
      background: currentColor;
      left: 0px;
      z-index: 1;
      color: inherit;
      opacity: 1;
      -webkit-transform: translateX(0) translateY(0);
              transform: translateX(0) translateY(0); }
    .woocommerce-checkout .checkout_coupon .btn:after {
      content: "\f105";
      font-family: "FontAwesome";
      font-size: 16px;
      background: transparent !important;
      opacity: 1;
      -webkit-transform: translateX(0) translateY(0);
              transform: translateX(0) translateY(0);
      right: 16px;
      line-height: 45px;
      left: auto;
      position: absolute; }
    .woocommerce-checkout .checkout_coupon .btn:hover {
      opacity: 1; }
  .woocommerce-checkout .checkout_coupon .form-row {
    width: 50% !important;
    margin-bottom: 0;
    padding: 0; }
  @media screen and (max-width: 39.9375em) {
    .woocommerce-checkout .checkout_coupon .form-row {
      width: 100% !important; }
    .woocommerce-checkout .checkout_coupon .btn {
      right: 0; } }

#place_order.btn-woo {
  padding: 8px 30px;
  background: #556fd4;
  color: #fff; }

#place_order :before {
  content: attr(data-value); }

.woocommerce form .form-row {
  padding: 0 10px;
  margin-bottom: 15px; }
  .woocommerce form .form-row label {
    font-size: 14px;
    font-weight: 700;
    text-transform: uppercase;
    margin-bottom: 4px; }
    .woocommerce form .form-row label .required {
      color: inherit;
      text-decoration: none;
      opacity: .7; }
  .woocommerce form .form-row.form-row-first, .woocommerce form .form-row.form-row-last {
    width: 50%; }
  .woocommerce form .form-row.woocommerce-invalid label {
    color: inherit; }
  .woocommerce form .form-row.woocommerce-invalid input.input-text, .woocommerce form .form-row.woocommerce-invalid select, .woocommerce form .form-row.woocommerce-invalid textarea {
    border-color: #e8e8e8; }
    .woocommerce form .form-row.woocommerce-invalid input.input-text:focus, .woocommerce form .form-row.woocommerce-invalid select:focus, .woocommerce form .form-row.woocommerce-invalid textarea:focus {
      border-color: inherit; }
  .woocommerce form .form-row.piwo-invalid label {
    color: #d60f3d; }
  .woocommerce form .form-row.piwo-invalid input.input-text, .woocommerce form .form-row.piwo-invalid select, .woocommerce form .form-row.piwo-invalid textarea {
    border-color: #d60f3d; }
  .woocommerce form .form-row [type='text'], .woocommerce form .form-row [type='password'], .woocommerce form .form-row [type='date'], .woocommerce form .form-row [type='datetime'], .woocommerce form .form-row [type='datetime-local'], .woocommerce form .form-row [type='month'], .woocommerce form .form-row [type='week'], .woocommerce form .form-row [type='email'], .woocommerce form .form-row [type='number'], .woocommerce form .form-row [type='search'], .woocommerce form .form-row [type='tel'], .woocommerce form .form-row [type='time'], .woocommerce form .form-row [type='url'], .woocommerce form .form-row [type='color'], .woocommerce form .form-row textarea {
    height: 43px;
    font-size: 16px;
    padding: 10px 15px;
    color: inherit;
    border-color: #e8e8e8; }
    .woocommerce form .form-row [type='text']:focus, .woocommerce form .form-row [type='password']:focus, .woocommerce form .form-row [type='date']:focus, .woocommerce form .form-row [type='datetime']:focus, .woocommerce form .form-row [type='datetime-local']:focus, .woocommerce form .form-row [type='month']:focus, .woocommerce form .form-row [type='week']:focus, .woocommerce form .form-row [type='email']:focus, .woocommerce form .form-row [type='number']:focus, .woocommerce form .form-row [type='search']:focus, .woocommerce form .form-row [type='tel']:focus, .woocommerce form .form-row [type='time']:focus, .woocommerce form .form-row [type='url']:focus, .woocommerce form .form-row [type='color']:focus, .woocommerce form .form-row textarea:focus {
      border-color: inherit; }
  .woocommerce form .form-row .select2-container .select2-selection--single {
    height: 43px;
    color: inherit;
    border-radius: 0;
    padding: 0;
    position: relative;
    color: inherit;
    background: transparent; }
    .woocommerce form .form-row .select2-container .select2-selection--single:focus {
      outline: none; }
    .woocommerce form .form-row .select2-container .select2-selection--single:after {
      content: '';
      width: 0;
      height: 0;
      border-style: solid;
      border-width: 5px 5px 0 5px;
      border-color: transparent;
      border-top-color: currentColor;
      position: absolute;
      top: 50%;
      margin-top: -3px;
      right: 15px; }
  .woocommerce form .form-row .select2-selection__rendered {
    line-height: 41px;
    padding: 0 15px;
    color: inherit; }
  .woocommerce form .form-row .select2-container--default .select2-selection--single .select2-selection__arrow {
    width: 37px;
    height: 41px;
    opacity: 0; }
  .woocommerce form .form-row.woocommerce-validated .select2-container, .woocommerce form .form-row.woocommerce-validated input.input-text, .woocommerce form .form-row.woocommerce-validated select {
    border-color: #e8e8e8; }
    .woocommerce form .form-row.woocommerce-validated .select2-container:focus, .woocommerce form .form-row.woocommerce-validated input.input-text:focus, .woocommerce form .form-row.woocommerce-validated select:focus {
      border-color: inherit; }

.woocommerce form .woocommerce-billing-fields__field-wrapper, .woocommerce form .woocommerce-additional-fields, .woocommerce form .woocommerce-shipping-fields__field-wrapper, .woocommerce form .woocommerce-account-fields {
  margin: 0 -10px; }

.woocommerce form .woocommerce-additional-fields h3 {
  padding: 0 10px; }

.woocommerce form .woocommerce-account-fields #account_password_field label {
  text-transform: uppercase;
  font-weight: 700; }

.woocommerce form .woocommerce-account-fields label {
  text-transform: none;
  font-weight: normal;
  line-height: 1.8; }
  .woocommerce form .woocommerce-account-fields label span:after {
    top: 6px; }

.woocommerce form .create-account [type="checkbox"] + span:before {
  margin-top: 1px; }

.select2-search--dropdown {
  padding: 15px 15px 0 !important; }

.select2-results__option {
  padding: 6px 16px; }

.woocommerce-order {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap; }
  .woocommerce-order .woocommerce-notice {
    font-weight: 700;
    font-size: 20px;
    text-align: center;
    margin-bottom: 0;
    padding: 20px;
    background: #4a4c65;
    color: #fff;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%; }
  .woocommerce-order .woocommerce-order-overview {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    padding: 20px 0;
    background: #f9f9f9;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap; }
    .woocommerce-order .woocommerce-order-overview li {
      float: none;
      line-height: 1em;
      font-size: 14px !important;
      margin: 0 !important;
      -webkit-box-flex: 1;
          -ms-flex: 1 1 auto;
              flex: 1 1 auto;
      padding-right: 0;
      padding: 0 20px !important; }
      .woocommerce-order .woocommerce-order-overview li strong {
        font-size: 18px !important; }
      .woocommerce-order .woocommerce-order-overview li strong {
        text-overflow: ellipsis;
        overflow: hidden;
        white-space: nowrap; }
    @media screen and (max-width: 63.9375em) {
      .woocommerce-order .woocommerce-order-overview {
        display: block; }
        .woocommerce-order .woocommerce-order-overview li {
          width: 100%;
          display: block;
          padding-bottom: 20px !important;
          border-right: none !important; }
          .woocommerce-order .woocommerce-order-overview li:last-of-type {
            padding-bottom: 0 !important; } }
  .woocommerce-order > p {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%; }
  .woocommerce-order .woocommerce-customer-details {
    display: none; }
  .woocommerce-order .addresses {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    padding-right: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between; }
    @media screen and (max-width: 63.9375em) {
      .woocommerce-order .addresses {
        -webkit-box-flex: 0;
            -ms-flex: 0 0 100%;
                flex: 0 0 100%; } }
    @media screen and (max-width: 39.9375em) {
      .woocommerce-order .addresses {
        -ms-flex-wrap: wrap;
            flex-wrap: wrap; }
        .woocommerce-order .addresses .col-1 {
          -webkit-box-flex: 0;
              -ms-flex: 0 0 100%;
                  flex: 0 0 100%; } }
    .woocommerce-order .addresses table.shop_table {
      margin-bottom: 40px; }
      .woocommerce-order .addresses table.shop_table tr {
        border: none; }
      .woocommerce-order .addresses table.shop_table td, .woocommerce-order .addresses table.shop_table th {
        padding: 0 !important;
        text-align: left;
        border: none; }
    .woocommerce-order .addresses address {
      font-style: normal !important; }
  .woocommerce-order address {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%; }

.woocommerce-order-details {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 50%;
          flex: 0 0 50%;
  padding-right: 80px; }
  @media screen and (max-width: 63.9375em) {
    .woocommerce-order-details {
      -webkit-box-flex: 0;
          -ms-flex: 0 0 100%;
              flex: 0 0 100%;
      padding-right: 0; } }
  @media screen and (max-width: 48em) {
    .woocommerce-order-details {
      padding-right: 0; }
      .woocommerce-order-details table.shop_table td {
        display: table-cell !important; }
      .woocommerce-order-details table.shop_table tfoot .shipping td {
        padding-left: 0 !important;
        padding-right: 0 !important; }
        .woocommerce-order-details table.shop_table tfoot .shipping td ul li {
          padding-right: 20px;
          padding-left: 0; } }
  .woocommerce-order-details table.shop_table {
    background: #f9f9f9; }
    .woocommerce-order-details table.shop_table td {
      border: none !important;
      font-weight: 700 !important; }
    .woocommerce-order-details table.shop_table .product-name {
      text-overflow: ellipsis;
      white-space: nowrap;
      overflow: hidden;
      padding: 10px 0 10px 40px;
      position: relative !important; }
      @media screen and (max-width: 39.9375em) {
        .woocommerce-order-details table.shop_table .product-name {
          padding: 10px 0 10px 20px; } }
    .woocommerce-order-details table.shop_table .product-total {
      padding: 10px 40px;
      text-align: right;
      font-weight: 700; }
      @media screen and (max-width: 39.9375em) {
        .woocommerce-order-details table.shop_table .product-total {
          padding: 10px 20px; } }
    .woocommerce-order-details table.shop_table tr:first-of-type td {
      padding-top: 40px; }
      @media screen and (max-width: 39.9375em) {
        .woocommerce-order-details table.shop_table tr:first-of-type td {
          padding-top: 20px; } }
    .woocommerce-order-details table.shop_table tbody tr:last-of-type {
      border-bottom: 1px solid #e8e8e8; }
      .woocommerce-order-details table.shop_table tbody tr:last-of-type td {
        padding: 10px 40px 20px; }
        @media screen and (max-width: 39.9375em) {
          .woocommerce-order-details table.shop_table tbody tr:last-of-type td {
            padding: 10px 20px 20px !important; } }
    .woocommerce-order-details table.shop_table tfoot tr {
      border-bottom: none; }
    .woocommerce-order-details table.shop_table tfoot th {
      padding: 10px 0 10px 40px !important;
      border: none; }
      @media screen and (max-width: 39.9375em) {
        .woocommerce-order-details table.shop_table tfoot th {
          padding: 10px 0 10px 20px !important; } }
    .woocommerce-order-details table.shop_table tfoot td {
      padding: 10px 40px !important;
      text-align: right;
      font-weight: bold; }
      @media screen and (max-width: 39.9375em) {
        .woocommerce-order-details table.shop_table tfoot td {
          padding: 10px 20px !important; } }
    .woocommerce-order-details table.shop_table tfoot tr:first-of-type td, .woocommerce-order-details table.shop_table tfoot tr:first-of-type th {
      padding-top: 20px !important; }
    .woocommerce-order-details table.shop_table tfoot tr:last-of-type td, .woocommerce-order-details table.shop_table tfoot tr:last-of-type th {
      padding: 10px 40px 40px !important; }
      @media screen and (max-width: 39.9375em) {
        .woocommerce-order-details table.shop_table tfoot tr:last-of-type td, .woocommerce-order-details table.shop_table tfoot tr:last-of-type th {
          padding: 10px 20px 20px !important; } }

.woocommerce-account:not(.logged-in) .woocommerce {
  display: block;
  width: 60%;
  margin: 0 auto; }
  @media screen and (max-width: 39.9375em) {
    .woocommerce-account:not(.logged-in) .woocommerce {
      width: 100%; } }

.woocommerce-account:not(.logged-in) form.woocommerce-form-login {
  border: 1px solid #ddd;
  padding: 40px 30px;
  margin: 10px 0 20px;
  border-radius: 0; }
  .woocommerce-account:not(.logged-in) form.woocommerce-form-login p {
    padding: 0 10px; }
  .woocommerce-account:not(.logged-in) form.woocommerce-form-login .form-row {
    position: relative; }
    .woocommerce-account:not(.logged-in) form.woocommerce-form-login .form-row:not(.woocommerce-form-row) {
      text-align: right; }
      .woocommerce-account:not(.logged-in) form.woocommerce-form-login .form-row:not(.woocommerce-form-row) input {
        border: none;
        padding: 0; }
  .woocommerce-account:not(.logged-in) form.woocommerce-form-login .woocommerce-form__label {
    position: absolute;
    left: 10px;
    padding-left: 28px; }
  .woocommerce-account:not(.logged-in) form.woocommerce-form-login .lost_password {
    font-size: 14px;
    font-weight: 600;
    margin-bottom: 0; }

.woocommerce-account:not(.logged-in) .btn {
  padding: 8px 15px;
  border-radius: 50px; }
  .woocommerce-account:not(.logged-in) .btn button {
    border: none;
    padding: 0;
    text-transform: uppercase;
    color: #fff !important;
    background: transparent !important; }

.woocommerce-ResetPassword {
  border: 1px solid #ddd;
  padding: 40px; }
  .woocommerce-ResetPassword .form-row {
    padding: 0 !important;
    width: 100% !important; }
    .woocommerce-ResetPassword .form-row:last-of-type {
      text-align: right;
      margin-bottom: 0; }
  .woocommerce-ResetPassword .btn {
    padding: 8px 15px;
    border-radius: 50px; }
    .woocommerce-ResetPassword .btn button {
      border: none;
      padding: 0;
      text-transform: uppercase;
      color: #fff !important;
      background: transparent !important; }

.woocommerce-lost-password .woocommerce {
  margin-left: 20%; }
  @media screen and (max-width: 39.9375em) {
    .woocommerce-lost-password .woocommerce {
      margin-left: 0; } }

.logged-in .woocommerce {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start; }

.logged-in .woocommerce-MyAccount-navigation {
  float: none !important;
  width: 20% !important; }
  @media screen and (max-width: 63.9375em) {
    .logged-in .woocommerce-MyAccount-navigation {
      width: 100% !important;
      margin-bottom: 40px; } }
  .logged-in .woocommerce-MyAccount-navigation ul {
    margin: -10px 0 !important; }
  .logged-in .woocommerce-MyAccount-navigation li {
    background: transparent;
    margin: 10px 0; }
    .logged-in .woocommerce-MyAccount-navigation li.is-active {
      color: #556fd4; }
    .logged-in .woocommerce-MyAccount-navigation li a {
      border-bottom: none;
      font-weight: 700;
      text-transform: uppercase; }

.logged-in .woocommerce-MyAccount-content {
  float: none !important;
  width: 50% !important; }
  .logged-in .woocommerce-MyAccount-content p > a {
    border-bottom: 1px solid; }
  @media screen and (max-width: 63.9375em) {
    .logged-in .woocommerce-MyAccount-content {
      width: 100% !important; } }
  .logged-in .woocommerce-MyAccount-content td .btn {
    vertical-align: middle; }
  .logged-in .woocommerce-MyAccount-content form {
    margin: 0 -10px; }
    .logged-in .woocommerce-MyAccount-content form legend {
      padding: 0 10px;
      font-weight: 700;
      font-size: 24px;
      padding-top: 20px;
      padding-bottom: 10px; }
    .logged-in .woocommerce-MyAccount-content form p:not(.form-row) {
      text-align: right;
      padding: 0 10px; }
      .logged-in .woocommerce-MyAccount-content form p:not(.form-row) input {
        padding: 0;
        border: none; }
  .logged-in .woocommerce-MyAccount-content .woocommerce-address-fields .btn-woo, .logged-in .woocommerce-MyAccount-content .edit-account .btn-woo {
    padding: 8px 20px;
    border-radius: 50px; }
    .logged-in .woocommerce-MyAccount-content .woocommerce-address-fields .btn-woo > *, .logged-in .woocommerce-MyAccount-content .edit-account .btn-woo > * {
      color: #fff;
      text-transform: uppercase;
      background: transparent;
      padding: 0;
      border: none; }
      .logged-in .woocommerce-MyAccount-content .woocommerce-address-fields .btn-woo > *:focus, .logged-in .woocommerce-MyAccount-content .edit-account .btn-woo > *:focus {
        outline: none; }
  .logged-in .woocommerce-MyAccount-content .woocommerce-MyAccount-orders tr:last-of-type td {
    padding: 20px 10px; }
  .logged-in .woocommerce-MyAccount-content .view {
    background: transparent !important;
    font-weight: 600;
    font-size: 12px;
    padding: 0;
    text-transform: uppercase;
    text-align: center;
    border-radius: 0;
    color: inherit; }

.logged-in.woocommerce-edit-address .woocommerce-MyAccount-content {
  width: 80% !important; }
  @media screen and (max-width: 63.9375em) {
    .logged-in.woocommerce-edit-address .woocommerce-MyAccount-content {
      width: 100% !important; } }

.logged-in .addresses .woocommerce-Address {
  margin-bottom: 40px; }

.logged-in .addresses .title {
  position: relative; }
  .logged-in .addresses .title a {
    position: absolute;
    top: 0;
    right: 40px;
    border-radius: 15px;
    background: #556fd4;
    color: #fff;
    padding: 0 10px;
    font-weight: 700;
    font-size: 12px; }

.logged-in .addresses address {
  font-style: normal; }

.logged-in.woocommerce-view-order .woocommerce-MyAccount-content {
  width: 80% !important;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap; }
  .logged-in.woocommerce-view-order .woocommerce-MyAccount-content > p {
    width: 100%;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%; }
  @media screen and (max-width: 63.9375em) {
    .logged-in.woocommerce-view-order .woocommerce-MyAccount-content {
      width: 100% !important; } }
  .logged-in.woocommerce-view-order .woocommerce-MyAccount-content .woocommerce-customer-details {
    display: none !important; }
  @media print, screen and (min-width: 64em) {
    .logged-in.woocommerce-view-order .woocommerce-MyAccount-content .woocommerce-order-details {
      width: 60%;
      -webkit-box-flex: 0;
          -ms-flex: 0 0 60%;
              flex: 0 0 60%; }
    .logged-in.woocommerce-view-order .woocommerce-MyAccount-content .addresses {
      width: 40%;
      -webkit-box-flex: 0;
          -ms-flex: 0 0 40%;
              flex: 0 0 40%;
      display: block; }
      .logged-in.woocommerce-view-order .woocommerce-MyAccount-content .addresses > .woocommerce-column {
        width: 100%; } }
  @media screen and (max-width: 63.9375em) {
    .logged-in.woocommerce-view-order .woocommerce-MyAccount-content .woocommerce-order-details {
      width: 100%;
      -webkit-box-flex: 0;
          -ms-flex: 0 0 100%;
              flex: 0 0 100%; } }

.logged-in.woocommerce-edit-address form h3 {
  padding: 0 10px; }

form.track_order {
  border: 1px solid #ddd;
  padding: 40px; }
  form.track_order .form-row-first {
    margin-left: -10px; }
  form.track_order .form-row-last {
    margin-right: -10px; }
  form.track_order .form-row:last-of-type {
    margin-bottom: 0;
    margin-left: -10px;
    margin-right: -10px;
    text-align: right; }
  form.track_order .btn {
    margin-bottom: 0; }
    form.track_order .btn .btn-text {
      padding: 0;
      border: none; }

.cart-overlay {
  position: fixed;
  z-index: 13;
  width: 100%;
  height: 100%;
  background: #333;
  opacity: 0;
  left: 0;
  top: 0;
  -webkit-transition: opacity .4s;
  transition: opacity .4s; }

.cart-offcanvas {
  position: fixed;
  width: 100%;
  height: 100%;
  z-index: 20;
  top: 0;
  right: 0;
  visibility: hidden;
  -webkit-transition: visibility 0s .4s;
  transition: visibility 0s .4s; }
  .cart-offcanvas .piwo-empty-cart {
    font-weight: 600;
    text-align: center;
    padding: 40px 20px; }
    .cart-offcanvas .piwo-empty-cart h3 {
      opacity: .3; }
    .cart-offcanvas .piwo-empty-cart .piwo-empty-cart-icon {
      margin-bottom: 10px;
      opacity: .3; }
      .cart-offcanvas .piwo-empty-cart .piwo-empty-cart-icon svg {
        width: 25px !important; }
    .cart-offcanvas .piwo-empty-cart .empty-cart-link {
      text-transform: uppercase;
      letter-spacing: 1px;
      font-weight: normal;
      opacity: .7;
      -webkit-transition: opacity .3s;
      transition: opacity .3s; }
      .cart-offcanvas .piwo-empty-cart .empty-cart-link:hover {
        opacity: 1; }
  .cart-offcanvas .piwo-not-empty-cart {
    position: absolute;
    top: 0;
    left: 0;
    height: 65px;
    width: 100%;
    padding: 20px;
    background: #f9f9f9;
    z-index: 2;
    font-weight: 600;
    line-height: 20px; }
    .cart-offcanvas .piwo-not-empty-cart span {
      margin-left: 5px;
      background: #556fd4;
      color: #fff;
      padding: 2px 6px;
      border-radius: 4px;
      font-size: 12px;
      line-height: 20px; }
  .cart-offcanvas .show-cart {
    margin: 0 -45px 0 0;
    max-height: calc(100% - 170px);
    overflow: auto;
    padding-top: 65px;
    padding-right: 75px; }
    .cart-offcanvas .show-cart li {
      list-style-type: none;
      position: relative; }
    .cart-offcanvas .show-cart .img-product {
      -webkit-box-flex: 0;
          -ms-flex: 0 0 80px;
              flex: 0 0 80px; }
    .cart-offcanvas .show-cart .list-product {
      overflow: hidden; }
      .cart-offcanvas .show-cart .list-product .remove-product {
        position: absolute;
        width: 20px;
        height: 20px;
        top: 50%;
        margin-top: -10px;
        right: -30px;
        text-align: center;
        cursor: pointer; }
        @media screen and (max-width: 63.9375em) {
          .cart-offcanvas .show-cart .list-product .remove-product {
            opacity: 1; } }
        @media print, screen and (min-width: 64em) {
          .cart-offcanvas .show-cart .list-product .remove-product {
            opacity: 0;
            -webkit-transition: opacity .3s;
            transition: opacity .3s; } }
        .cart-offcanvas .show-cart .list-product .remove-product .icon-close {
          position: relative;
          height: 20px;
          width: 20px; }
          .cart-offcanvas .show-cart .list-product .remove-product .icon-close:before, .cart-offcanvas .show-cart .list-product .remove-product .icon-close:after {
            content: "";
            position: absolute;
            top: 50%;
            margin-top: -1px;
            left: 6px;
            width: 10px;
            height: 2px;
            background: currentColor;
            -webkit-transition: background .3s;
            transition: background .3s; }
          .cart-offcanvas .show-cart .list-product .remove-product .icon-close:before {
            -webkit-transform: rotate(45deg);
                    transform: rotate(45deg); }
          .cart-offcanvas .show-cart .list-product .remove-product .icon-close:after {
            -webkit-transform: rotate(-45deg);
                    transform: rotate(-45deg); }
          .cart-offcanvas .show-cart .list-product .remove-product .icon-close:hover:before, .cart-offcanvas .show-cart .list-product .remove-product .icon-close:hover:after {
            background: #d60f3d; }
    @media print, screen and (min-width: 64em) {
      .cart-offcanvas .show-cart li:hover .list-product .remove-product {
        opacity: 1; } }
  .cart-offcanvas .shopping-cart {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    padding: 20px;
    background: #fff;
    z-index: 14;
    overflow-y: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-transition: -webkit-transform 0.4s;
    transition: -webkit-transform 0.4s;
    transition: transform 0.4s;
    transition: transform 0.4s, -webkit-transform 0.4s;
    -webkit-transform: translateX(100%);
            transform: translateX(100%); }
    .cart-offcanvas .shopping-cart .product {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      margin-bottom: 20px; }
      .cart-offcanvas .shopping-cart .product .img-product {
        display: block; }
    @media screen and (max-width: 39.9375em) {
      .cart-offcanvas .shopping-cart {
        width: 80%; }
        .cart-offcanvas .shopping-cart .img-product {
          width: 60px; } }
    @media print, screen and (min-width: 40em) {
      .cart-offcanvas .shopping-cart {
        width: 400px; }
        .cart-offcanvas .shopping-cart .img-product {
          width: 80px; } }
    .cart-offcanvas .shopping-cart .list-product {
      -webkit-box-flex: 0;
          -ms-flex: 0 1 100%;
              flex: 0 1 100%;
      padding-left: 20px; }
      .cart-offcanvas .shopping-cart .list-product a {
        display: block; }
      .cart-offcanvas .shopping-cart .list-product h5 {
        margin-bottom: 0;
        font-size: 16px !important;
        text-overflow: ellipsis;
        overflow: hidden;
        white-space: nowrap; }
    .cart-offcanvas .shopping-cart .quantity:after {
      content: "x";
      color: inherit;
      margin-left: 5px;
      margin-right: 5px;
      font-size: 14px; }
    .cart-offcanvas .shopping-cart .quantity, .cart-offcanvas .shopping-cart .price-product {
      display: inline-block; }
  .cart-offcanvas .summation {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    padding: 20px; }
    .cart-offcanvas .summation .summation-subtotal {
      margin-bottom: 20px;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: justify;
          -ms-flex-pack: justify;
              justify-content: space-between;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center; }
      .cart-offcanvas .summation .summation-subtotal span {
        font-weight: 600; }
      .cart-offcanvas .summation .summation-subtotal span:not(.amount) {
        font-size: 20px;
        opacity: .7; }
      .cart-offcanvas .summation .summation-subtotal span.amount {
        font-size: 24px; }
    .cart-offcanvas .summation .btn-cart a {
      display: block !important;
      text-align: center;
      letter-spacing: 1px;
      text-transform: uppercase;
      -webkit-transition: opacity .3s;
      transition: opacity .3s;
      font-weight: 600; }
      .cart-offcanvas .summation .btn-cart a:hover {
        opacity: .8; }
    .cart-offcanvas .summation .btn-cart a:first-of-type {
      padding: 10px 50px;
      background: transparent;
      border: 2px solid;
      margin-bottom: 10px; }
    .cart-offcanvas .summation .btn-cart a:last-of-type {
      padding: 12px 50px;
      background: #556fd4;
      color: #fff; }
    .cart-offcanvas .summation .btn-cart .btn-solid {
      margin: 0; }
    .cart-offcanvas .summation:after {
      content: "";
      position: absolute;
      left: 0;
      background: #f9f9f9;
      height: 100%;
      width: 100%;
      bottom: 0;
      z-index: -1; }
  .cart-offcanvas.show-cart-offcanvas {
    visibility: visible;
    -webkit-transition: visibility .0s .0s;
    transition: visibility .0s .0s; }
    .cart-offcanvas.show-cart-offcanvas .cart-overlay {
      opacity: .7;
      -webkit-transition: opacity .4s;
      transition: opacity .4s; }
    .cart-offcanvas.show-cart-offcanvas .shopping-cart {
      -webkit-transform: translateX(0);
              transform: translateX(0);
      -webkit-transition: -webkit-transform 0.4s;
      transition: -webkit-transform 0.4s;
      transition: transform 0.4s;
      transition: transform 0.4s, -webkit-transform 0.4s;
      overflow: hidden; }

.cart-offcanvas-close {
  height: 15px;
  width: 15px;
  position: fixed;
  cursor: pointer;
  z-index: 15;
  top: 23px;
  right: 20px; }
  .cart-offcanvas-close:before, .cart-offcanvas-close:after, .cart-offcanvas-close > div {
    content: "";
    position: absolute;
    top: 50%;
    margin-top: -1px;
    height: 2px;
    background: #333;
    width: 100%; }
  .cart-offcanvas-close > div {
    opacity: 0;
    width: 0; }
  .cart-offcanvas-close:before {
    content: "";
    -webkit-transform: rotate(-45deg);
            transform: rotate(-45deg);
    -webkit-transform-origin: center center;
            transform-origin: center center; }
  .cart-offcanvas-close:after {
    content: "";
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
    -webkit-transform-origin: center center;
            transform-origin: center center; }

.woocommerce a.added_to_cart {
  display: none; }

.woocommerce-MyAccount-navigation ul {
  list-style: none;
  margin: 0; }

.icon-cart path {
  -webkit-transition: fill .2s;
  transition: fill .2s; }

.icon-cart:hover path {
  fill: #556df4; }

.single-product.woocommerce span.onsale {
  font-size: 16px;
  padding: 10px 20px; }

.single-product.woocommerce .quantity .qty {
  height: 50px;
  margin-right: 15px;
  color: inherit; }

.single-product.woocommerce .price del span {
  color: inherit !important; }

.single-product.woocommerce .price ins {
  color: inherit !important;
  text-decoration: none;
  margin-left: 10px; }

.single-product.woocommerce .single_add_to_cart_button {
  background: #556fd4;
  color: #fff;
  padding: 10px 50px;
  -webkit-transition: opacity .3s;
  transition: opacity .3s; }
  .single-product.woocommerce .single_add_to_cart_button:hover {
    opacity: .8; }

.single-product.woocommerce .summary ins, .single-product.woocommerce .summary del span {
  font-size: 26px !important;
  color: inherit !important; }

.single-product.woocommerce div.product .price {
  color: inherit; }

.single-product.woocommerce .comment-form-rating {
  margin-top: 30px; }
  .single-product.woocommerce .comment-form-rating .select-wrapper:after {
    display: none; }

.single-product.woocommerce div.product .stock {
  color: inherit;
  font-family: "Poppins"; }

.single-product.woocommerce .variations tr, .single-product.woocommerce div.product form.cart table tr {
  background: transparent !important; }

.single-product.woocommerce .variations td, .single-product.woocommerce div.product form.cart table td {
  vertical-align: middle !important; }
  .single-product.woocommerce .variations td .piwo-input > *, .single-product.woocommerce div.product form.cart table td .piwo-input > * {
    margin: 0 !important; }
  .single-product.woocommerce .variations td .qty, .single-product.woocommerce div.product form.cart table td .qty {
    margin-bottom: 0 !important; }

.single-product.woocommerce .variations td.label, .single-product.woocommerce div.product form.cart table td.label {
  display: table-cell;
  background: transparent !important;
  padding-bottom: 0;
  padding-right: 0 !important;
  line-height: 1 !important; }

.single-product.woocommerce .variations .reset_variations, .single-product.woocommerce div.product form.cart table .reset_variations {
  position: absolute; }

.single-product.woocommerce .woocommerce-variation-price {
  margin-bottom: 15px;
  margin-top: 30px; }

.single-product.woocommerce .woocommerce-tabs a {
  text-transform: uppercase;
  letter-spacing: 1px;
  font-size: 12px; }

.single-product.woocommerce .woocommerce-product-gallery__trigger {
  border: none; }

.single-product.woocommerce input[type=number]::-webkit-inner-spin-button, .single-product.woocommerce input[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0; }

.single-product.woocommerce input[type=number] {
  -moz-appearance: textfield; }

.single-product.woocommerce .cart:not(.variations_form) {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }

.single-product.woocommerce .quantity {
  position: relative;
  float: none !important;
  margin: 0 !important;
  margin-right: 20px !important; }
  .single-product.woocommerce .quantity .quantity-nav {
    float: left;
    position: relative;
    height: 50px;
    float: none;
    position: absolute;
    top: 0;
    right: 0; }
  .single-product.woocommerce .quantity .qty {
    margin: 0;
    padding-right: 20px;
    width: 70px; }
  .single-product.woocommerce .quantity .quantity-button.quantity-up {
    position: absolute;
    height: 50%;
    top: 0;
    border-bottom: 1px solid #eee; }
  .single-product.woocommerce .quantity .quantity-button.quantity-down {
    position: absolute;
    bottom: -1px;
    height: 50%; }

.single-product.woocommerce .quantity-button {
  position: relative;
  cursor: pointer;
  border-left: 1px solid #eee;
  width: 20px;
  text-align: center;
  color: inherit;
  font-size: 14px;
  line-height: 1.7;
  -webkit-transform: translateX(-100%);
          transform: translateX(-100%); }

.single-product.woocommerce .sku_wrapper, .single-product.woocommerce .posted_in {
  font-weight: 700;
  text-transform: uppercase;
  font-size: 12px;
  display: block; }

.single-product.woocommerce .sku_wrapper span {
  font-weight: normal; }

.single-product.woocommerce .posted_in a {
  text-transform: none;
  font-weight: normal; }

.single-product.woocommerce .variations_form .variations {
  margin-bottom: 0; }

.single-product.woocommerce .variations_form td, .single-product.woocommerce .variations_form th {
  display: block; }

.single-product.woocommerce .variations_form .label {
  display: block !important;
  color: inherit !important;
  text-transform: uppercase;
  font-size: 12px;
  letter-spacing: 1px; }
  .single-product.woocommerce .variations_form .label label {
    font-size: inherit; }

.single-product.woocommerce .variations_form select {
  border: 1px solid #ddd;
  height: 43px;
  font-size: 16px;
  padding: 10px 15px;
  color: inherit; }

.single-product.woocommerce .variations_form .value {
  position: relative;
  padding-bottom: 0; }
  .single-product.woocommerce .variations_form .value:after {
    content: '';
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 5px 5px 0 5px;
    border-color: transparent;
    border-top-color: currentColor;
    position: absolute;
    top: 50%;
    margin-top: 0;
    right: 30px; }

.single-product.woocommerce .variations_form .woocommerce-variation-add-to-cart {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }

.single-product.woocommerce .variations_form .woocommerce-variation-price {
  margin-top: 0;
  margin-bottom: 0; }

.single-product.woocommerce .variations_form .single_variation_wrap {
  padding-top: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap; }

.woocommerce div.product .product_title {
  margin-bottom: 20px; }

.woocommerce div.product .price {
  margin-bottom: 20px; }

.woocommerce div.product .woocommerce-product-rating {
  font-size: 12px;
  cursor: pointer; }
  @media print, screen and (min-width: 64em) {
    .woocommerce div.product .woocommerce-product-rating {
      position: absolute;
      top: 40px;
      left: 40px; } }
  .woocommerce div.product .woocommerce-product-rating .star-rating {
    margin: 0;
    float: none; }
  .woocommerce div.product .woocommerce-product-rating .woocommerce-review-link {
    position: absolute;
    display: block;
    white-space: nowrap;
    bottom: -30px;
    right: 0;
    opacity: 0;
    -webkit-transition: opacity .3s;
    transition: opacity .3s;
    padding-top: 30px;
    left: 0; }
  .woocommerce div.product .woocommerce-product-rating:hover .woocommerce-review-link {
    opacity: 1; }

.woocommerce div.product ul.tabs.wc-tabs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 0;
  margin-bottom: 0;
  border-bottom: 1px solid #ddd;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center; }
  .woocommerce div.product ul.tabs.wc-tabs:before {
    display: none !important; }
  @media screen and (max-width: 39.9375em) {
    .woocommerce div.product ul.tabs.wc-tabs {
      display: block;
      border: none; }
      .woocommerce div.product ul.tabs.wc-tabs li {
        display: block !important;
        text-align: center;
        margin-right: 0 !important;
        padding-right: 0 !important; }
        .woocommerce div.product ul.tabs.wc-tabs li a {
          padding: 10px 0 !important; } }
  .woocommerce div.product ul.tabs.wc-tabs li {
    font-weight: 700;
    border: none;
    background: transparent !important;
    margin: 0;
    margin-right: 10px;
    border-radius: 0;
    padding: 0;
    position: relative;
    padding-right: 20px; }
    .woocommerce div.product ul.tabs.wc-tabs li:last-of-type {
      padding-right: 0; }
    .woocommerce div.product ul.tabs.wc-tabs li:after {
      display: none; }
    .woocommerce div.product ul.tabs.wc-tabs li:before {
      display: none !important; }
    .woocommerce div.product ul.tabs.wc-tabs li a {
      border: none;
      padding: 20px 0;
      display: block;
      text-transform: none;
      letter-spacing: 0;
      font-size: 18px;
      font-weight: 700;
      color: inherit;
      opacity: .5;
      -webkit-transition: opacity .3s;
      transition: opacity .3s; }
    .woocommerce div.product ul.tabs.wc-tabs li.active a {
      opacity: 1; }
    .woocommerce div.product ul.tabs.wc-tabs li.active:before {
      opacity: 1; }

@media print, screen and (min-width: 64em) {
  .woocommerce div.product .woocommerce-tabs {
    max-width: 60%;
    margin: 0 auto; } }

.woocommerce div.product .woocommerce-tabs .panel {
  padding: 40px 0; }

.woocommerce div.product #tab-description h2 {
  display: none; }

.woocommerce div.product #reviews h2 {
  display: none; }

.woocommerce div.product #tab-additional_information h2 {
  display: none; }

.woocommerce div.product .woocommerce-product-details__short-description p:last-of-type {
  margin-bottom: 40px; }

.woocommerce div.product div.summary {
  position: relative; }
  @media print, screen and (min-width: 64em) {
    .woocommerce div.product div.summary {
      margin-bottom: 80px;
      padding: 80px 0 0 40px; } }

.woocommerce div.product form.cart {
  margin-bottom: 40px; }

.woocommerce div.product .related.products {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: 100%; }

.woocommerce div.product div.images {
  position: relative; }
  .woocommerce div.product div.images .flex-control-thumbs li img {
    -webkit-transition: opacity .3s;
    transition: opacity .3s; }
  @media print, screen and (min-width: 64em) {
    .woocommerce div.product div.images {
      margin-bottom: 80px; }
      .woocommerce div.product div.images ol.flex-control-nav {
        width: 120px;
        padding-right: 20px;
        position: absolute;
        left: 0;
        z-index: 0;
        overflow-y: scroll;
        height: 100%;
        top: 0; }
        .woocommerce div.product div.images ol.flex-control-nav li {
          display: block;
          width: 100%;
          float: none;
          padding-bottom: 20px; }
          .woocommerce div.product div.images ol.flex-control-nav li:last-of-type {
            padding-bottom: 0;
            margin-bottom: 0; }
      .woocommerce div.product div.images .flex-viewport {
        margin-left: 105px;
        width: calc(100% - 105px);
        z-index: 1; }
      .woocommerce div.product div.images span.onsale {
        top: 20px;
        left: 125px; } }
  .woocommerce div.product div.images .woocommerce-product-gallery__trigger {
    top: 20px;
    right: 20px; }

@media print, screen and (min-width: 64em) {
  .woocommerce div.product span.onsale {
    top: 20px;
    left: 125px; } }

@media screen and (max-width: 63.9375em) {
  .woocommerce div.product span.onsale {
    top: 100px;
    left: 20px; } }

.woocommerce div.product .comment-reply-title {
  font-weight: 700;
  font-size: 20px; }

.woocommerce div.product .comment-form label {
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase;
  margin-bottom: 4px; }

.woocommerce div.product .comment-form textarea {
  border: 1px solid #ddd; }
  .woocommerce div.product .comment-form textarea:focus {
    border-color: inherit; }

.woocommerce div.product .comment-form .form-submit {
  text-align: right; }

.woocommerce #reviews #comments ol.commentlist li p:last-of-type {
  margin-bottom: 0; }

.woocommerce #reviews #comments ol.commentlist li .meta {
  color: inherit;
  padding-right: 40px; }
  .woocommerce #reviews #comments ol.commentlist li .meta strong {
    font-size: 16px;
    display: block; }

.woocommerce #reviews #comments ol.commentlist li img.avatar {
  background: transparent;
  border: none;
  width: 50px;
  padding: 0;
  border-radius: 50%; }

.woocommerce #reviews #comments ol.commentlist li .comment-text {
  padding: 0;
  border: none;
  margin-left: 70px;
  margin-bottom: 20px; }

.woocommerce #reviews #comments ol.commentlist li .star-rating {
  font-size: 12px;
  margin-top: 5px; }

.woocommerce #reviews #comments ol.commentlist li .woocommerce-review__dash {
  display: none; }

.woocommerce #reviews #comments ol.commentlist li .woocommerce-review__published-date {
  text-transform: uppercase;
  letter-spacing: 1px;
  font-weight: 600;
  font-size: 12px; }

.woocommerce .post-type-archive.products ul, .post-type-archive.woocommerce ul.products {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 0 -20px;
  width: auto; }

.woocommerce.post-type-archive ul.products li.product, .post-type-archive ul.products li.product {
  width: 33.33%;
  margin: 0;
  padding: 0 20px; }

.woocommerce.post-type-archive ul.products.columns-2 li.product, .post-type-archive ul.products.columns-2 li.product {
  width: 50%; }

.woocommerce.post-type-archive ul.products.columns-4 li.product, .post-type-archive ul.products.columns-4 li.product {
  width: 25%; }

.woocommerce ul.products li.product a img {
  margin-bottom: 0; }

.loop-product-btn .btn.btn-woo {
  background: #556df4;
  color: #fff;
  padding: 8px 40px; }

.empty-cart-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-flex: 0;
      -ms-flex: 0 1 100%;
          flex: 0 1 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 100%;
  max-width: 100%; }

.empty-cart-wrapper:empty {
  display: none; }

.summation:empty:empty {
  display: none; }

.plugin-off.woocommerce ul.products li.product .onsale {
  color: #556df4; }

/**
 *
 * 7. Footer styles
 *
 */
.footer {
  padding: 90px 0 0;
  background: #f5f3f4;
  bottom: 0;
  width: 100%; }
  .footer .btn-newsletter {
    padding: 0 5px;
    margin-top: 15px; }

.footer-info {
  background: #ddd;
  margin-top: 60px; }
  @media screen and (max-width: 63.9375em) {
    .footer-info .info {
      margin-bottom: 15px; } }
  @media print, screen and (min-width: 64em) {
    .footer-info .footer-content {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: justify;
          -ms-flex-pack: justify;
              justify-content: space-between;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center; }
      .footer-info .footer-content .info {
        margin-right: 15px; } }
  .footer-info .footer-content {
    font-size: 14px;
    text-align: center;
    padding: 20px 0; }
    .footer-info .footer-content .info p {
      margin: 0; }
  .footer-info .footer-nav ul {
    margin: 0;
    margin-left: 15px; }
    .footer-info .footer-nav ul li {
      list-style-type: none;
      display: inline-block;
      margin-left: 15px;
      position: relative; }
      .footer-info .footer-nav ul li:first-of-type {
        margin-left: 0; }
        .footer-info .footer-nav ul li:first-of-type:before {
          display: none; }
      .footer-info .footer-nav ul li:before {
        content: "/";
        color: inherit;
        position: absolute;
        left: -12px;
        bottom: 0; }

@media screen and (max-width: 39.9375em) {
  .footer-row-wrapper * {
    text-align: center !important; } }

/**
 *
 * 8. WordPress Multilingual Plugin styles
 *
 */
.piwo-wpml-switcher {
  position: relative;
  text-align: left;
  margin-left: 30px; }
  .piwo-wpml-switcher ul li {
    text-align: left;
    list-style: none; }
  .piwo-wpml-switcher ul a {
    padding: 10px 15px; }
  .piwo-wpml-switcher .fa-angle-down {
    font-size: 11px;
    vertical-align: middle; }
  .piwo-wpml-switcher .sub-menu {
    -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.08);
            box-shadow: 0 0 10px rgba(0, 0, 0, 0.08); }

/**
 *
 * 9. Magnific Popup styles
 *
 */
/* Magnific Popup CSS */
.mfp-bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 104200;
  overflow: hidden;
  position: fixed;
  background: #0b0b0b;
  opacity: 0.8;
  filter: alpha(opacity=80); }

.mfp-wrap {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 104300;
  position: fixed;
  outline: none !important;
  -webkit-backface-visibility: hidden; }

.mfp-container {
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  padding: 0 20px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

.mfp-container:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle; }

.mfp-align-top .mfp-container:before {
  display: none; }

.mfp-content {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0 auto;
  text-align: left;
  z-index: 104500; }

.mfp-inline-holder .mfp-content,
.mfp-ajax-holder .mfp-content {
  width: 100%;
  cursor: auto; }

.mfp-ajax-cur {
  cursor: progress; }

.mfp-zoom-out-cur, .mfp-zoom-out-cur .mfp-image-holder .mfp-close {
  cursor: -webkit-zoom-out;
  cursor: zoom-out; }

.mfp-zoom {
  cursor: pointer;
  cursor: -webkit-zoom-in;
  cursor: zoom-in; }

.mfp-auto-cursor .mfp-content {
  cursor: auto; }

.mfp-close,
.mfp-arrow,
.mfp-preloader,
.mfp-counter {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
      user-select: none; }

.mfp-loading.mfp-figure {
  display: none; }

.mfp-hide {
  display: none !important; }

.mfp-preloader {
  color: #CCC;
  position: absolute;
  top: 50%;
  width: auto;
  text-align: center;
  margin-top: -0.8em;
  left: 8px;
  right: 8px;
  z-index: 104400; }

.mfp-preloader a {
  color: #CCC; }

.mfp-preloader a:hover {
  color: #FFF; }

.mfp-s-ready .mfp-preloader {
  display: none; }

.mfp-s-error .mfp-content {
  display: none; }

button.mfp-close,
button.mfp-arrow {
  overflow: visible;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
  display: block;
  outline: none;
  padding: 0;
  z-index: 104600;
  -webkit-box-shadow: none;
  box-shadow: none; }

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

.mfp-close {
  width: 44px;
  height: 44px;
  line-height: 44px;
  position: absolute;
  right: 0;
  top: 0;
  text-decoration: none;
  text-align: center;
  opacity: 0.65;
  filter: alpha(opacity=65);
  padding: 0 0 18px 10px;
  color: #FFF;
  font-style: normal;
  font-size: 28px;
  font-family: Arial, Baskerville, monospace; }

.mfp-close:hover,
.mfp-close:focus {
  opacity: 1;
  filter: alpha(opacity=100); }

.mfp-close:active {
  top: 1px; }

.mfp-close-btn-in .mfp-close {
  top: 20px;
  color: #333;
  display: inline-block;
  width: 20px !important;
  height: 20px;
  padding-right: 0 !important;
  line-height: 20px !important;
  transition: all 0.47s cubic-bezier(0.3, 1, 0.3, 0.95) 0s;
  -webkit-transition: all 0.47s cubic-bezier(0.3, 1, 0.3, 0.95) 0s; }

.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
  color: #FFF;
  right: -6px;
  text-align: right;
  padding-right: 6px;
  width: 100%; }

.mfp-counter {
  position: absolute;
  top: 0;
  right: 0;
  color: #CCC;
  font-size: 12px;
  line-height: 18px;
  white-space: nowrap; }

.mfp-arrow {
  position: absolute;
  opacity: 0.65;
  filter: alpha(opacity=65);
  margin: 0;
  top: 50%;
  margin-top: -55px;
  padding: 0;
  width: 90px;
  height: 110px;
  -webkit-tap-highlight-color: transparent; }

.mfp-arrow:active {
  margin-top: -54px; }

.mfp-arrow:hover,
.mfp-arrow:focus {
  opacity: 1;
  filter: alpha(opacity=100); }

body:not(.ascend) .mfp-arrow:before,
body:not(.ascend) .mfp-arrow:after,
body:not(.ascend) .mfp-arrow .mfp-b,
body:not(.ascend) .mfp-arrow .mfp-a {
  content: '';
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  left: 0;
  top: 0;
  margin-top: 35px;
  margin-left: 35px;
  border: medium inset transparent; }

body:not(.ascend) .mfp-arrow:after,
body:not(.ascend) .mfp-arrow .mfp-a {
  border-top-width: 13px;
  border-bottom-width: 13px;
  top: 8px; }

body:not(.ascend) .mfp-arrow:before,
body:not(.ascend) .mfp-arrow .mfp-b {
  border-top-width: 21px;
  border-bottom-width: 21px;
  opacity: 0.7; }

.mfp-arrow-left {
  left: 0; }

body:not(.ascend) .mfp-arrow-left:after,
body:not(.ascend) .mfp-arrow-left .mfp-a {
  border-right: 17px solid #FFF;
  margin-left: 31px; }

body:not(.ascend) .mfp-arrow-left:before,
body:not(.ascend) .mfp-arrow-left .mfp-b {
  margin-left: 25px;
  border-right: 27px solid #3F3F3F; }

.mfp-arrow-right {
  right: 0; }

body:not(.ascend) .mfp-arrow-right:after,
body:not(.ascend) .mfp-arrow-right .mfp-a {
  border-left: 17px solid #FFF;
  margin-left: 39px; }

body:not(.ascend) .mfp-arrow-right:before,
body:not(.ascend) .mfp-arrow-right .mfp-b {
  border-left: 27px solid #3F3F3F; }

.mfp-iframe-holder {
  padding-top: 40px;
  padding-bottom: 40px; }

.mfp-iframe-holder .mfp-content {
  line-height: 0;
  width: 100%;
  max-width: 900px; }

.mfp-iframe-holder .mfp-close {
  top: -40px; }

.mfp-iframe-scaler {
  width: 100%;
  height: 0;
  padding-top: 56.25%; }

.mfp-iframe-scaler iframe {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
          box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #000; }

/* Main image in popup */
img.mfp-img {
  width: auto;
  max-width: 100%;
  height: auto;
  display: block;
  line-height: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 55px 0 55px;
  margin: 0 auto; }

/* The shadow behind the image */
.mfp-figure {
  line-height: 0; }

.mfp-figure:after {
  content: '';
  position: absolute;
  left: 0;
  top: 55px;
  bottom: 55px;
  display: block;
  right: 0;
  width: auto;
  height: auto;
  z-index: -1;
  /*box-shadow: 0 0 15px rgba(0, 0, 0, 0.2); */
  background: #444; }

.mfp-figure small {
  color: #BDBDBD;
  display: block;
  font-size: 12px;
  line-height: 14px; }

.mfp-figure figure {
  margin: 0; }

.mfp-bottom-bar {
  margin-top: -40px;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  cursor: auto; }

.mfp-title {
  text-align: left;
  line-height: 18px;
  color: #F3F3F3;
  word-wrap: break-word;
  padding-right: 36px; }

.mfp-image-holder .mfp-content {
  max-width: 100%; }

.mfp-gallery .mfp-image-holder .mfp-figure {
  cursor: pointer; }

@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
  /**
       * Remove all paddings around the image on small screen
       */
  .mfp-img-mobile .mfp-image-holder {
    padding-left: 0;
    padding-right: 0; }
  .mfp-img-mobile img.mfp-img {
    padding: 0; }
  .mfp-img-mobile .mfp-figure:after {
    top: 0;
    bottom: 0; }
  .mfp-img-mobile .mfp-figure small {
    display: inline;
    margin-left: 5px; }
  .mfp-img-mobile .mfp-bottom-bar {
    background: rgba(0, 0, 0, 0.6);
    bottom: 0;
    margin: 0;
    top: auto;
    padding: 3px 5px;
    position: fixed;
    -webkit-box-sizing: border-box;
    box-sizing: border-box; }
  .mfp-img-mobile .mfp-bottom-bar:empty {
    padding: 0; }
  .mfp-img-mobile .mfp-counter {
    right: 5px;
    top: 3px; }
  .mfp-img-mobile .mfp-close {
    top: 0;
    right: 0;
    width: 35px;
    height: 35px;
    line-height: 35px;
    background: rgba(0, 0, 0, 0.6);
    position: fixed;
    text-align: center;
    padding: 0; } }

@media all and (max-width: 900px) {
  .mfp-arrow {
    -webkit-transform: scale(0.75);
    transform: scale(0.75); }
  .mfp-arrow-left {
    -webkit-transform-origin: 0;
    transform-origin: 0; }
  .mfp-arrow-right {
    -webkit-transform-origin: 100%;
    transform-origin: 100%; }
  .ascend .mfp-arrow-left {
    left: 20px !important; }
  .ascend .mfp-arrow-right {
    right: 20px !important; }
  .mfp-container {
    padding-left: 6px;
    padding-right: 6px; } }

.mfp-ie7 .mfp-img {
  padding: 0; }

.mfp-ie7 .mfp-bottom-bar {
  width: 600px;
  left: 50%;
  margin-left: -300px;
  margin-top: 5px;
  padding-bottom: 5px; }

.mfp-ie7 .mfp-container {
  padding: 0; }

.mfp-ie7 .mfp-content {
  padding-top: 44px; }

.mfp-ie7 .mfp-close {
  top: 0;
  right: 0;
  padding-top: 0; }

.mfp-bg {
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out; }

.mfp-zoom-in {
  /* start state */
  /* animate in */
  /* animate out */ }

.mfp-zoom-in .mfp-with-anim, .mfp-zoom-in .mfp-iframe-scaler {
  opacity: 0;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  -webkit-transform: scale(0.93);
          transform: scale(0.93); }

.mfp-zoom-in.mfp-bg {
  opacity: 0;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out; }

.mfp-zoom-in.mfp-ready.mfp-image-loaded .mfp-with-anim, .mfp-zoom-in.mfp-ready .mfp-iframe-scaler {
  opacity: 1;
  -webkit-transform: scale(1);
          transform: scale(1); }

.mfp-zoom-in.mfp-ready.mfp-bg {
  opacity: 0.85; }

body .mfp-zoom-in.mfp-removing .mfp-with-anim, .mfp-zoom-in.mfp-removing .mfp-iframe-scaler {
  -webkit-transform: scale(0.93) !important;
          transform: scale(0.93) !important;
  opacity: 0 !important; }

.mfp-zoom-in.mfp-removing.mfp-bg {
  opacity: 0; }

.mfp-wrap.mfp-removing .mfp-arrow-left, .mfp-wrap.mfp-removing .mfp-arrow-right {
  opacity: 0; }

.mfp-zoom-out {
  /* start state */
  /* animate in */
  /* animate out */ }

.mfp-zoom-out .mfp-with-anim {
  opacity: 0;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  -webkit-transform: scale(1.3);
          transform: scale(1.3); }

.mfp-zoom-out.mfp-bg {
  opacity: 0;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out; }

.mfp-zoom-out.mfp-ready .mfp-with-anim {
  opacity: 1;
  -webkit-transform: scale(1);
          transform: scale(1); }

.mfp-zoom-out.mfp-ready.mfp-bg {
  opacity: 0.8; }

.mfp-zoom-out.mfp-removing .mfp-with-anim {
  -webkit-transform: scale(1.3);
          transform: scale(1.3);
  opacity: 0; }

.mfp-zoom-out.mfp-removing.mfp-bg {
  opacity: 0; }

/**
 *
 * 10. Owl Carousel styles
 *
 */
/**
 * Owl Carousel v2.2.1
 * Copyright 2013-2017 David Deutsch
 * Licensed under  ()
 */
/*
 *  Owl Carousel - Core
 */
.owl-carousel {
  display: none;
  width: 100%;
  -webkit-tap-highlight-color: transparent;
  /* position relative and z-index fix webkit rendering fonts issue */
  position: relative;
  z-index: 1; }

.owl-carousel .owl-stage {
  position: relative;
  -ms-touch-action: pan-Y;
  -moz-backface-visibility: hidden;
  /* fix firefox animation glitch */ }

.owl-carousel .owl-stage:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0; }

.owl-carousel .owl-stage-outer {
  position: relative;
  overflow: hidden;
  /* fix for flashing background */
  -webkit-transform: translate3d(0px, 0px, 0px); }

.owl-carousel .owl-wrapper,
.owl-carousel .owl-item {
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0); }

.owl-carousel .owl-item {
  position: relative;
  min-height: 1px;
  float: left;
  -webkit-backface-visibility: hidden;
  -webkit-tap-highlight-color: transparent;
  -webkit-touch-callout: none; }

.owl-carousel .owl-item img {
  display: block;
  width: 100%; }

.owl-carousel .owl-nav.disabled,
.owl-carousel .owl-dots.disabled {
  display: none; }

.owl-carousel .owl-nav .owl-prev,
.owl-carousel .owl-nav .owl-next,
.owl-carousel .owl-dot {
  cursor: pointer;
  cursor: hand;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

.owl-carousel.owl-loaded {
  display: block; }

.owl-carousel.owl-loading {
  opacity: 0;
  display: block; }

.owl-carousel.owl-hidden {
  opacity: 0; }

.owl-carousel.owl-refresh .owl-item {
  visibility: hidden; }

.owl-carousel.owl-drag .owl-item {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

.owl-carousel.owl-grab {
  cursor: move;
  cursor: -webkit-grab;
  cursor: grab; }

.owl-carousel.owl-rtl {
  direction: rtl; }

.owl-carousel.owl-rtl .owl-item {
  float: right; }

/* No Js */
.no-js .owl-carousel {
  display: block; }

/*
 *  Owl Carousel - Animate Plugin
 */
.owl-carousel .animated {
  -webkit-animation-duration: 1000ms;
          animation-duration: 1000ms;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both; }

.owl-carousel .owl-animated-in {
  z-index: 0; }

.owl-carousel .owl-animated-out {
  z-index: 1; }

.owl-carousel .fadeOut {
  -webkit-animation-name: fadeOut;
          animation-name: fadeOut; }

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

@keyframes fadeOut {
  0% {
    opacity: 1; }
  100% {
    opacity: 0; } }

/*
 * 	Owl Carousel - Auto Height Plugin
 */
.owl-height {
  -webkit-transition: height 500ms ease-in-out;
  transition: height 500ms ease-in-out; }

/*
 * 	Owl Carousel - Lazy Load Plugin
 */
.owl-carousel .owl-item .owl-lazy {
  opacity: 0;
  -webkit-transition: opacity 400ms ease;
  transition: opacity 400ms ease; }

.owl-carousel .owl-item img.owl-lazy {
  -webkit-transform-style: preserve-3d;
          transform-style: preserve-3d; }

/*
 * 	Owl Carousel - Video Plugin
 */
.owl-carousel .owl-video-wrapper {
  position: relative;
  height: 100%;
  background: #000; }

.owl-carousel .owl-video-play-icon {
  position: absolute;
  height: 80px;
  width: 80px;
  left: 50%;
  top: 50%;
  margin-left: -40px;
  margin-top: -40px;
  background: url("owl.video.play.png") no-repeat;
  cursor: pointer;
  z-index: 1;
  -webkit-backface-visibility: hidden;
  -webkit-transition: -webkit-transform 100ms ease;
  transition: -webkit-transform 100ms ease;
  transition: transform 100ms ease;
  transition: transform 100ms ease, -webkit-transform 100ms ease; }

.owl-carousel .owl-video-play-icon:hover {
  -webkit-transform: scale(1.3, 1.3);
          transform: scale(1.3, 1.3); }

.owl-carousel .owl-video-playing .owl-video-tn,
.owl-carousel .owl-video-playing .owl-video-play-icon {
  display: none; }

.owl-carousel .owl-video-tn {
  opacity: 0;
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  -webkit-transition: opacity 400ms ease;
  transition: opacity 400ms ease; }

.owl-carousel .owl-video-frame {
  position: relative;
  z-index: 1;
  height: 100%;
  width: 100%; }

/**
 *
 * 11. Swiper slider styles
 *
 */
/**
 * Swiper 3.4.2
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * 
 * http://www.idangero.us/swiper/
 * 
 * Copyright 2017, Vladimir Kharlampidi
 * The iDangero.us
 * http://www.idangero.us/
 * 
 * Licensed under MIT
 * 
 * Released on: March 10, 2017
 */
.swiper-container {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  /* Fix of Webkit flickering */
  z-index: 1; }

.swiper-container-no-flexbox .swiper-slide {
  float: left; }

.swiper-container-vertical > .swiper-wrapper {
  -webkit-box-orient: vertical;
  -ms-flex-direction: column;
  flex-direction: column; }

.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  -webkit-transition-timing-function: cubic-bezier(0.26, 0.76, 0.34, 0.97);
          transition-timing-function: cubic-bezier(0.26, 0.76, 0.34, 0.97); }

.swiper-container-android .swiper-slide,
.swiper-wrapper {
  -webkit-transform: translate3d(0px, 0, 0);
  transform: translate3d(0px, 0, 0); }

.swiper-container-multirow > .swiper-wrapper {
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }

.swiper-container-free-mode > .swiper-wrapper {
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
  margin: 0 auto; }

.swiper-slide {
  -webkit-flex-shrink: 0;
  -ms-flex: 0 0 auto;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative; }

/* Auto Height */
@media print, screen and (min-width: 64em) {
  .swiper-container-autoheight,
  .swiper-container-autoheight .swiper-slide {
    height: auto !important; } }

@media screen and (max-width: 63.9375em) {
  .swiper-container-autoheight:not(.piwo-split-slider),
  .swiper-container-autoheight .swiper-slide:not(.piwo-split-slider) {
    height: auto !important; } }

.swiper-container-autoheight .swiper-wrapper {
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-transition-property: -webkit-transform, height;
  -webkit-transition-property: height, -webkit-transform;
  transition-property: height, -webkit-transform;
  transition-property: transform, height;
  transition-property: transform, height, -webkit-transform; }

/* a11y */
.swiper-container .swiper-notification {
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
  opacity: 0;
  z-index: -1000; }

/* IE10 Windows Phone 8 Fixes */
.swiper-wp8-horizontal {
  -ms-touch-action: pan-y;
  touch-action: pan-y; }

.swiper-wp8-vertical {
  -ms-touch-action: pan-x;
  touch-action: pan-x; }

/* Arrows */
.swiper-button-prev,
.swiper-button-next {
  position: absolute;
  top: 50%;
  width: 27px;
  height: 44px;
  margin-top: -22px;
  z-index: 10;
  cursor: pointer;
  background-size: 27px 44px;
  background-position: center;
  background-repeat: no-repeat; }

.swiper-button-prev.swiper-button-disabled,
.swiper-button-next.swiper-button-disabled {
  opacity: 0.35;
  cursor: auto;
  pointer-events: none; }

.swiper-button-prev,
.swiper-container-rtl .swiper-button-next {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23007aff'%2F%3E%3C%2Fsvg%3E");
  left: 10px;
  right: auto; }

.swiper-button-prev.swiper-button-black,
.swiper-container-rtl .swiper-button-next.swiper-button-black {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E"); }

.swiper-button-prev.swiper-button-white,
.swiper-container-rtl .swiper-button-next.swiper-button-white {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E"); }

.swiper-button-next,
.swiper-container-rtl .swiper-button-prev {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23007aff'%2F%3E%3C%2Fsvg%3E");
  right: 10px;
  left: auto; }

.swiper-button-next.swiper-button-black,
.swiper-container-rtl .swiper-button-prev.swiper-button-black {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E"); }

.swiper-button-next.swiper-button-white,
.swiper-container-rtl .swiper-button-prev.swiper-button-white {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E"); }

/* Pagination Styles */
.swiper-pagination {
  position: absolute;
  text-align: center;
  -webkit-transition: 300ms;
  transition: 300ms;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  z-index: 10; }

.swiper-pagination.swiper-pagination-hidden {
  opacity: 0; }

/* Common Styles */
.swiper-pagination-fraction,
.swiper-pagination-custom,
.swiper-container-horizontal > .swiper-pagination-bullets {
  bottom: 10px;
  left: 0;
  width: 100%; }

/* Bullets */
.swiper-pagination-bullet {
  width: 8px;
  height: 8px;
  display: inline-block;
  border-radius: 100%;
  background: #000; }

button.swiper-pagination-bullet {
  border: none;
  margin: 0;
  padding: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -webkit-appearance: none;
  appearance: none; }

.swiper-pagination-clickable .swiper-pagination-bullet {
  cursor: pointer; }

.swiper-pagination-white .swiper-pagination-bullet {
  background: #fff; }

.swiper-pagination-bullet-active {
  opacity: 1;
  background: #007aff; }

.swiper-pagination-white .swiper-pagination-bullet-active {
  background: #fff; }

.swiper-pagination-black .swiper-pagination-bullet-active {
  background: #000; }

.swiper-container-vertical > .swiper-pagination-bullets {
  right: 10px;
  top: 50%;
  -webkit-transform: translate3d(0px, -50%, 0);
  transform: translate3d(0px, -50%, 0); }

.swiper-container-vertical > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 5px 0;
  display: block; }

.swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 5px; }

/* Progress */
.swiper-pagination-progress {
  background: rgba(0, 0, 0, 0.25);
  position: absolute; }

.swiper-pagination-progress .swiper-pagination-progressbar {
  background: #007aff;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -webkit-transform: scale(0);
  transform: scale(0);
  -webkit-transform-origin: left top;
  transform-origin: left top; }

.swiper-container-rtl .swiper-pagination-progress .swiper-pagination-progressbar {
  -webkit-transform-origin: right top;
  transform-origin: right top; }

.swiper-container-horizontal > .swiper-pagination-progress {
  width: 100%;
  height: 4px;
  left: 0;
  top: 0; }

.swiper-container-vertical > .swiper-pagination-progress {
  width: 4px;
  height: 100%;
  left: 0;
  top: 0; }

.swiper-pagination-progress.swiper-pagination-white {
  background: rgba(255, 255, 255, 0.5); }

.swiper-pagination-progress.swiper-pagination-white .swiper-pagination-progressbar {
  background: #fff; }

.swiper-pagination-progress.swiper-pagination-black .swiper-pagination-progressbar {
  background: #000; }

/* 3D Container */
.swiper-container-3d {
  -webkit-perspective: 1200px;
  -o-perspective: 1200px;
  perspective: 1200px; }

.swiper-container-3d .swiper-wrapper,
.swiper-container-3d .swiper-slide,
.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top,
.swiper-container-3d .swiper-slide-shadow-bottom,
.swiper-container-3d .swiper-cube-shadow {
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d; }

.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top,
.swiper-container-3d .swiper-slide-shadow-bottom {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 10; }

.swiper-container-3d .swiper-slide-shadow-left {
  /* Safari 4+, Chrome */
  /* Chrome 10+, Safari 5.1+, iOS 5+ */
  /* Firefox 3.6-15 */
  /* Opera 11.10-12.00 */
  background-image: -webkit-gradient(linear, right top, left top, from(rgba(0, 0, 0, 0.5)), to(transparent));
  background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), transparent);
  /* Firefox 16+, IE10, Opera 12.50+ */ }

.swiper-container-3d .swiper-slide-shadow-right {
  /* Safari 4+, Chrome */
  /* Chrome 10+, Safari 5.1+, iOS 5+ */
  /* Firefox 3.6-15 */
  /* Opera 11.10-12.00 */
  background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.5)), to(transparent));
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), transparent);
  /* Firefox 16+, IE10, Opera 12.50+ */ }

.swiper-container-3d .swiper-slide-shadow-top {
  /* Safari 4+, Chrome */
  /* Chrome 10+, Safari 5.1+, iOS 5+ */
  /* Firefox 3.6-15 */
  /* Opera 11.10-12.00 */
  background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.5)), to(transparent));
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), transparent);
  /* Firefox 16+, IE10, Opera 12.50+ */ }

.swiper-container-3d .swiper-slide-shadow-bottom {
  /* Safari 4+, Chrome */
  /* Chrome 10+, Safari 5.1+, iOS 5+ */
  /* Firefox 3.6-15 */
  /* Opera 11.10-12.00 */
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(transparent));
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), transparent);
  /* Firefox 16+, IE10, Opera 12.50+ */ }

/* Coverflow */
.swiper-container-coverflow .swiper-wrapper,
.swiper-container-flip .swiper-wrapper {
  /* Windows 8 IE 10 fix */
  -ms-perspective: 1200px; }

/* Cube + Flip */
.swiper-container-cube,
.swiper-container-flip {
  overflow: visible; }

.swiper-container-cube .swiper-slide,
.swiper-container-flip .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 1; }

.swiper-container-cube .swiper-slide .swiper-slide,
.swiper-container-flip .swiper-slide .swiper-slide {
  pointer-events: none; }

.swiper-container-cube .swiper-slide-active,
.swiper-container-flip .swiper-slide-active,
.swiper-container-cube .swiper-slide-active .swiper-slide-active,
.swiper-container-flip .swiper-slide-active .swiper-slide-active {
  pointer-events: auto; }

.swiper-container-cube .swiper-slide-shadow-top,
.swiper-container-flip .swiper-slide-shadow-top,
.swiper-container-cube .swiper-slide-shadow-bottom,
.swiper-container-flip .swiper-slide-shadow-bottom,
.swiper-container-cube .swiper-slide-shadow-left,
.swiper-container-flip .swiper-slide-shadow-left,
.swiper-container-cube .swiper-slide-shadow-right,
.swiper-container-flip .swiper-slide-shadow-right {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden; }

/* Cube */
.swiper-container-cube .swiper-slide {
  visibility: hidden;
  -webkit-transform-origin: 0 0;
  transform-origin: 0 0;
  width: 100%;
  height: 100%; }

.swiper-container-cube.swiper-container-rtl .swiper-slide {
  -webkit-transform-origin: 100% 0;
  transform-origin: 100% 0; }

.swiper-container-cube .swiper-slide-active,
.swiper-container-cube .swiper-slide-next,
.swiper-container-cube .swiper-slide-prev,
.swiper-container-cube .swiper-slide-next + .swiper-slide {
  pointer-events: auto;
  visibility: visible; }

.swiper-container-cube .swiper-cube-shadow {
  position: absolute;
  left: 0;
  bottom: 0px;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 0.6;
  -webkit-filter: blur(50px);
  filter: blur(50px);
  z-index: 0; }

/* Fade */
.swiper-container-fade.swiper-container-free-mode .swiper-slide {
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out; }

.swiper-container-fade .swiper-slide {
  pointer-events: none;
  -webkit-transition-property: opacity;
  transition-property: opacity; }

.swiper-container-fade .swiper-slide .swiper-slide {
  pointer-events: none; }

.swiper-container-fade .swiper-slide-active,
.swiper-container-fade .swiper-slide-active .swiper-slide-active {
  pointer-events: auto; }

.swiper-zoom-container {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center; }

.swiper-zoom-container > img,
.swiper-zoom-container > svg,
.swiper-zoom-container > canvas {
  max-width: 100%;
  max-height: 100%;
  -o-object-fit: contain;
     object-fit: contain; }

/* Scrollbar */
.swiper-scrollbar {
  border-radius: 10px;
  position: relative;
  -ms-touch-action: none;
  background: rgba(0, 0, 0, 0.1); }

.swiper-container-horizontal > .swiper-scrollbar {
  position: absolute;
  left: 1%;
  bottom: 3px;
  z-index: 50;
  height: 5px;
  width: 98%; }

.swiper-container-vertical > .swiper-scrollbar {
  position: absolute;
  right: 3px;
  top: 1%;
  z-index: 50;
  width: 5px;
  height: 98%; }

.swiper-scrollbar-drag {
  height: 100%;
  width: 100%;
  position: relative;
  background: rgba(0, 0, 0, 0.5);
  border-radius: 10px;
  left: 0;
  top: 0; }

.swiper-scrollbar-cursor-drag {
  cursor: move; }

/* Preloader */
.swiper-lazy-preloader {
  width: 42px;
  height: 42px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -21px;
  margin-top: -21px;
  z-index: 10;
  -webkit-transform-origin: 50%;
  transform-origin: 50%;
  -webkit-animation: swiper-preloader-spin 1s steps(12, end) infinite;
  animation: swiper-preloader-spin 1s steps(12, end) infinite; }

.swiper-lazy-preloader:after {
  display: block;
  content: "";
  width: 100%;
  height: 100%;
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%236c6c6c'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
  background-position: 50%;
  background-size: 100%;
  background-repeat: no-repeat; }

.swiper-lazy-preloader-white:after {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%23fff'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E"); }

@-webkit-keyframes swiper-preloader-spin {
  100% {
    -webkit-transform: rotate(360deg); } }

@keyframes swiper-preloader-spin {
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg); } }

.swiper-container {
  width: 100%;
  height: 100%; }

.swiper-slide {
  width: auto; }

/**
 *
 * 12. Google maps styles
 *
 */
.pin-wrap {
  position: absolute;
  width: 40px;
  height: 40px;
  margin-top: -48.28427px;
  margin-left: -20px;
  -webkit-transform-origin: 50% 120.71068% 0;
          transform-origin: 50% 120.71068% 0; }

.pin {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 40px;
  height: 40px;
  margin-top: -20px;
  margin-left: -20px;
  -webkit-transform-origin: 50% 120.71068% 0;
          transform-origin: 50% 120.71068% 0; }

.pin::after {
  position: absolute;
  display: block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 40px;
  height: 40px;
  content: '';
  -webkit-transform: rotateZ(-45deg);
          transform: rotateZ(-45deg);
  border: 12px solid #556df4;
  border-radius: 50% 50% 50% 50%;
  border-color: inherit; }

.pin::before {
  position: absolute;
  display: block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 40px;
  height: 40px;
  content: '';
  -webkit-transform: rotateZ(-45deg);
          transform: rotateZ(-45deg);
  border: 8px solid #556df4;
  border-radius: 50% 50% 50% 0;
  border-color: inherit; }

.shadow {
  position: absolute; }

.shadow::after {
  position: absolute;
  left: -120px;
  display: block;
  width: 40px;
  height: 40px;
  margin-top: -20px;
  content: '';
  -webkit-transform: rotateX(55deg);
          transform: rotateX(55deg);
  border-radius: 50%;
  -webkit-box-shadow: rgba(0, 0, 0, 0.3) 100px 0 20px;
          box-shadow: rgba(0, 0, 0, 0.3) 100px 0 20px; }

.pulse {
  position: absolute;
  margin-top: -25px;
  margin-left: -25px;
  -webkit-transform: rotateX(55deg);
          transform: rotateX(55deg); }

.pulse::after {
  display: block;
  width: 50px;
  height: 50px;
  content: '';
  -webkit-animation: pulsate 1s ease-out;
          animation: pulsate 1s ease-out;
  -webkit-animation-delay: 1.1s;
          animation-delay: 1.1s;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
  opacity: 0;
  border-radius: 50%;
  -webkit-box-shadow: 0 0 1px 2px rgba(0, 0, 0, 0.3);
          box-shadow: 0 0 1px 2px rgba(0, 0, 0, 0.3);
  -webkit-box-shadow: 0 0 6px 3px;
          box-shadow: 0 0 6px 3px; }

@-webkit-keyframes pulsate {
  0% {
    -webkit-transform: scale(0.1, 0.1);
            transform: scale(0.1, 0.1);
    opacity: 0; }
  50% {
    opacity: 1; }
  100% {
    -webkit-transform: scale(1.2, 1.2);
            transform: scale(1.2, 1.2);
    opacity: 0; } }

@keyframes pulsate {
  0% {
    -webkit-transform: scale(0.1, 0.1);
            transform: scale(0.1, 0.1);
    opacity: 0; }
  50% {
    opacity: 1; }
  100% {
    -webkit-transform: scale(1.2, 1.2);
            transform: scale(1.2, 1.2);
    opacity: 0; } }

/**
 *
 * 13. Full Pages styles
 *
 */
/*!
 * fullPage 2.9.4
 * https://github.com/alvarotrigo/fullPage.js
 * MIT licensed
 *
 * Copyright (C) 2013 alvarotrigo.com - A project by Alvaro Trigo
 */
html.fp-enabled,
.fp-enabled body {
  margin: 0;
  padding: 0;
  overflow: hidden;
  /*Avoid flicker on slides transitions for mobile phones #336 */
  -webkit-tap-highlight-color: transparent; }

#superContainer {
  height: 100%;
  position: relative;
  /* Touch detection for Windows 8 */
  -ms-touch-action: none;
  /* IE 11 on Windows Phone 8.1*/
  touch-action: none; }

.fp-section {
  position: relative;
  -webkit-box-sizing: border-box;
  /* Safari<=5 Android<=3 */
  /* <=28 */
  box-sizing: border-box; }

.fp-slide {
  float: left; }

.fp-slide, .fp-slidesContainer {
  height: 100%;
  display: block; }

.fp-slides {
  z-index: 1;
  height: 100%;
  overflow: hidden;
  position: relative;
  -webkit-transition: all 0.3s ease-out;
  /* Safari<=6 Android<=4.3 */
  transition: all 0.3s ease-out; }

.fp-section.fp-table, .fp-slide.fp-table {
  display: table;
  table-layout: fixed;
  width: 100%; }

.fp-tableCell {
  will-change: transform;
  display: table-cell;
  vertical-align: middle;
  width: 100%;
  height: 100%; }

.fp-slidesContainer {
  float: left;
  position: relative; }

.fp-controlArrow {
  -webkit-user-select: none;
  /* webkit (safari, chrome) browsers */
  -moz-user-select: none;
  /* mozilla browsers */
  -khtml-user-select: none;
  /* webkit (konqueror) browsers */
  -ms-user-select: none;
  /* IE10+ */
  position: absolute;
  z-index: 4;
  top: 50%;
  cursor: pointer;
  width: 0;
  height: 0;
  border-style: solid;
  margin-top: -38px;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); }

.fp-controlArrow.fp-prev {
  left: 15px;
  width: 0;
  border-width: 38.5px 34px 38.5px 0;
  border-color: transparent #fff transparent transparent; }

.fp-controlArrow.fp-next {
  right: 15px;
  border-width: 38.5px 0 38.5px 34px;
  border-color: transparent transparent transparent #fff; }

.fp-scrollable {
  overflow: hidden;
  position: relative; }

.fp-scroller {
  overflow: hidden; }

.iScrollIndicator {
  border: 0 !important; }

.fp-notransition {
  -webkit-transition: none !important;
  transition: none !important; }

.fp-auto-height.fp-section,
.fp-auto-height .fp-slide,
.fp-auto-height .fp-tableCell {
  height: auto !important; }

.fp-responsive .fp-auto-height-responsive.fp-section,
.fp-responsive .fp-auto-height-responsive .fp-slide,
.fp-responsive .fp-auto-height-responsive .fp-tableCell {
  height: auto !important; }

/**
 *
 * 14. Animations styles
 *
 */
[data-aos][data-aos][data-aos-duration="50"], body[data-aos-duration="50"] [data-aos] {
  -webkit-transition-duration: 50ms;
          transition-duration: 50ms; }

[data-aos][data-aos][data-aos-delay="50"], body[data-aos-delay="50"] [data-aos] {
  -webkit-transition-delay: 0;
          transition-delay: 0; }

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

[data-aos][data-aos][data-aos-duration="100"], body[data-aos-duration="100"] [data-aos] {
  -webkit-transition-duration: .1s;
          transition-duration: .1s; }

[data-aos][data-aos][data-aos-delay="100"], body[data-aos-delay="100"] [data-aos] {
  -webkit-transition-delay: 0;
          transition-delay: 0; }

[data-aos][data-aos][data-aos-delay="100"].aos-animate, body[data-aos-delay="100"] [data-aos].aos-animate {
  -webkit-transition-delay: .1s;
          transition-delay: .1s; }

[data-aos][data-aos][data-aos-duration="150"], body[data-aos-duration="150"] [data-aos] {
  -webkit-transition-duration: .15s;
          transition-duration: .15s; }

[data-aos][data-aos][data-aos-delay="150"], body[data-aos-delay="150"] [data-aos] {
  -webkit-transition-delay: 0;
          transition-delay: 0; }

[data-aos][data-aos][data-aos-delay="150"].aos-animate, body[data-aos-delay="150"] [data-aos].aos-animate {
  -webkit-transition-delay: .15s;
          transition-delay: .15s; }

[data-aos][data-aos][data-aos-duration="200"], body[data-aos-duration="200"] [data-aos] {
  -webkit-transition-duration: .2s;
          transition-duration: .2s; }

[data-aos][data-aos][data-aos-delay="200"], body[data-aos-delay="200"] [data-aos] {
  -webkit-transition-delay: 0;
          transition-delay: 0; }

[data-aos][data-aos][data-aos-delay="200"].aos-animate, body[data-aos-delay="200"] [data-aos].aos-animate {
  -webkit-transition-delay: .2s;
          transition-delay: .2s; }

[data-aos][data-aos][data-aos-duration="250"], body[data-aos-duration="250"] [data-aos] {
  -webkit-transition-duration: .25s;
          transition-duration: .25s; }

[data-aos][data-aos][data-aos-delay="250"], body[data-aos-delay="250"] [data-aos] {
  -webkit-transition-delay: 0;
          transition-delay: 0; }

[data-aos][data-aos][data-aos-delay="250"].aos-animate, body[data-aos-delay="250"] [data-aos].aos-animate {
  -webkit-transition-delay: .25s;
          transition-delay: .25s; }

[data-aos][data-aos][data-aos-duration="300"], body[data-aos-duration="300"] [data-aos] {
  -webkit-transition-duration: .3s;
          transition-duration: .3s; }

[data-aos][data-aos][data-aos-delay="300"], body[data-aos-delay="300"] [data-aos] {
  -webkit-transition-delay: 0;
          transition-delay: 0; }

[data-aos][data-aos][data-aos-delay="300"].aos-animate, body[data-aos-delay="300"] [data-aos].aos-animate {
  -webkit-transition-delay: .3s;
          transition-delay: .3s; }

[data-aos][data-aos][data-aos-duration="350"], body[data-aos-duration="350"] [data-aos] {
  -webkit-transition-duration: .35s;
          transition-duration: .35s; }

[data-aos][data-aos][data-aos-delay="350"], body[data-aos-delay="350"] [data-aos] {
  -webkit-transition-delay: 0;
          transition-delay: 0; }

[data-aos][data-aos][data-aos-delay="350"].aos-animate, body[data-aos-delay="350"] [data-aos].aos-animate {
  -webkit-transition-delay: .35s;
          transition-delay: .35s; }

[data-aos][data-aos][data-aos-duration="400"], body[data-aos-duration="400"] [data-aos] {
  -webkit-transition-duration: .4s;
          transition-duration: .4s; }

[data-aos][data-aos][data-aos-delay="400"], body[data-aos-delay="400"] [data-aos] {
  -webkit-transition-delay: 0;
          transition-delay: 0; }

[data-aos][data-aos][data-aos-delay="400"].aos-animate, body[data-aos-delay="400"] [data-aos].aos-animate {
  -webkit-transition-delay: .4s;
          transition-delay: .4s; }

[data-aos][data-aos][data-aos-duration="450"], body[data-aos-duration="450"] [data-aos] {
  -webkit-transition-duration: .45s;
          transition-duration: .45s; }

[data-aos][data-aos][data-aos-delay="450"], body[data-aos-delay="450"] [data-aos] {
  -webkit-transition-delay: 0;
          transition-delay: 0; }

[data-aos][data-aos][data-aos-delay="450"].aos-animate, body[data-aos-delay="450"] [data-aos].aos-animate {
  -webkit-transition-delay: .45s;
          transition-delay: .45s; }

[data-aos][data-aos][data-aos-duration="500"], body[data-aos-duration="500"] [data-aos] {
  -webkit-transition-duration: .5s;
          transition-duration: .5s; }

[data-aos][data-aos][data-aos-delay="500"], body[data-aos-delay="500"] [data-aos] {
  -webkit-transition-delay: 0;
          transition-delay: 0; }

[data-aos][data-aos][data-aos-delay="500"].aos-animate, body[data-aos-delay="500"] [data-aos].aos-animate {
  -webkit-transition-delay: .5s;
          transition-delay: .5s; }

[data-aos][data-aos][data-aos-duration="550"], body[data-aos-duration="550"] [data-aos] {
  -webkit-transition-duration: .55s;
          transition-duration: .55s; }

[data-aos][data-aos][data-aos-delay="550"], body[data-aos-delay="550"] [data-aos] {
  -webkit-transition-delay: 0;
          transition-delay: 0; }

[data-aos][data-aos][data-aos-delay="550"].aos-animate, body[data-aos-delay="550"] [data-aos].aos-animate {
  -webkit-transition-delay: .55s;
          transition-delay: .55s; }

[data-aos][data-aos][data-aos-duration="600"], body[data-aos-duration="600"] [data-aos] {
  -webkit-transition-duration: .6s;
          transition-duration: .6s; }

[data-aos][data-aos][data-aos-delay="600"], body[data-aos-delay="600"] [data-aos] {
  -webkit-transition-delay: 0;
          transition-delay: 0; }

[data-aos][data-aos][data-aos-delay="600"].aos-animate, body[data-aos-delay="600"] [data-aos].aos-animate {
  -webkit-transition-delay: .6s;
          transition-delay: .6s; }

[data-aos][data-aos][data-aos-duration="650"], body[data-aos-duration="650"] [data-aos] {
  -webkit-transition-duration: .65s;
          transition-duration: .65s; }

[data-aos][data-aos][data-aos-delay="650"], body[data-aos-delay="650"] [data-aos] {
  -webkit-transition-delay: 0;
          transition-delay: 0; }

[data-aos][data-aos][data-aos-delay="650"].aos-animate, body[data-aos-delay="650"] [data-aos].aos-animate {
  -webkit-transition-delay: .65s;
          transition-delay: .65s; }

[data-aos][data-aos][data-aos-duration="700"], body[data-aos-duration="700"] [data-aos] {
  -webkit-transition-duration: .7s;
          transition-duration: .7s; }

[data-aos][data-aos][data-aos-delay="700"], body[data-aos-delay="700"] [data-aos] {
  -webkit-transition-delay: 0;
          transition-delay: 0; }

[data-aos][data-aos][data-aos-delay="700"].aos-animate, body[data-aos-delay="700"] [data-aos].aos-animate {
  -webkit-transition-delay: .7s;
          transition-delay: .7s; }

[data-aos][data-aos][data-aos-duration="750"], body[data-aos-duration="750"] [data-aos] {
  -webkit-transition-duration: .75s;
          transition-duration: .75s; }

[data-aos][data-aos][data-aos-delay="750"], body[data-aos-delay="750"] [data-aos] {
  -webkit-transition-delay: 0;
          transition-delay: 0; }

[data-aos][data-aos][data-aos-delay="750"].aos-animate, body[data-aos-delay="750"] [data-aos].aos-animate {
  -webkit-transition-delay: .75s;
          transition-delay: .75s; }

[data-aos][data-aos][data-aos-duration="800"], body[data-aos-duration="800"] [data-aos] {
  -webkit-transition-duration: .8s;
          transition-duration: .8s; }

[data-aos][data-aos][data-aos-delay="800"], body[data-aos-delay="800"] [data-aos] {
  -webkit-transition-delay: 0;
          transition-delay: 0; }

[data-aos][data-aos][data-aos-delay="800"].aos-animate, body[data-aos-delay="800"] [data-aos].aos-animate {
  -webkit-transition-delay: .8s;
          transition-delay: .8s; }

[data-aos][data-aos][data-aos-duration="850"], body[data-aos-duration="850"] [data-aos] {
  -webkit-transition-duration: .85s;
          transition-duration: .85s; }

[data-aos][data-aos][data-aos-delay="850"], body[data-aos-delay="850"] [data-aos] {
  -webkit-transition-delay: 0;
          transition-delay: 0; }

[data-aos][data-aos][data-aos-delay="850"].aos-animate, body[data-aos-delay="850"] [data-aos].aos-animate {
  -webkit-transition-delay: .85s;
          transition-delay: .85s; }

[data-aos][data-aos][data-aos-duration="900"], body[data-aos-duration="900"] [data-aos] {
  -webkit-transition-duration: .9s;
          transition-duration: .9s; }

[data-aos][data-aos][data-aos-delay="900"], body[data-aos-delay="900"] [data-aos] {
  -webkit-transition-delay: 0;
          transition-delay: 0; }

[data-aos][data-aos][data-aos-delay="900"].aos-animate, body[data-aos-delay="900"] [data-aos].aos-animate {
  -webkit-transition-delay: .9s;
          transition-delay: .9s; }

[data-aos][data-aos][data-aos-duration="950"], body[data-aos-duration="950"] [data-aos] {
  -webkit-transition-duration: .95s;
          transition-duration: .95s; }

[data-aos][data-aos][data-aos-delay="950"], body[data-aos-delay="950"] [data-aos] {
  -webkit-transition-delay: 0;
          transition-delay: 0; }

[data-aos][data-aos][data-aos-delay="950"].aos-animate, body[data-aos-delay="950"] [data-aos].aos-animate {
  -webkit-transition-delay: .95s;
          transition-delay: .95s; }

[data-aos][data-aos][data-aos-duration="1000"], body[data-aos-duration="1000"] [data-aos] {
  -webkit-transition-duration: 1s;
          transition-duration: 1s; }

[data-aos][data-aos][data-aos-delay="1000"], body[data-aos-delay="1000"] [data-aos] {
  -webkit-transition-delay: 0;
          transition-delay: 0; }

[data-aos][data-aos][data-aos-delay="1000"].aos-animate, body[data-aos-delay="1000"] [data-aos].aos-animate {
  -webkit-transition-delay: 1s;
          transition-delay: 1s; }

[data-aos][data-aos][data-aos-duration="1050"], body[data-aos-duration="1050"] [data-aos] {
  -webkit-transition-duration: 1.05s;
          transition-duration: 1.05s; }

[data-aos][data-aos][data-aos-delay="1050"], body[data-aos-delay="1050"] [data-aos] {
  -webkit-transition-delay: 0;
          transition-delay: 0; }

[data-aos][data-aos][data-aos-delay="1050"].aos-animate, body[data-aos-delay="1050"] [data-aos].aos-animate {
  -webkit-transition-delay: 1.05s;
          transition-delay: 1.05s; }

[data-aos][data-aos][data-aos-duration="1100"], body[data-aos-duration="1100"] [data-aos] {
  -webkit-transition-duration: 1.1s;
          transition-duration: 1.1s; }

[data-aos][data-aos][data-aos-delay="1100"], body[data-aos-delay="1100"] [data-aos] {
  -webkit-transition-delay: 0;
          transition-delay: 0; }

[data-aos][data-aos][data-aos-delay="1100"].aos-animate, body[data-aos-delay="1100"] [data-aos].aos-animate {
  -webkit-transition-delay: 1.1s;
          transition-delay: 1.1s; }

[data-aos][data-aos][data-aos-duration="1150"], body[data-aos-duration="1150"] [data-aos] {
  -webkit-transition-duration: 1.15s;
          transition-duration: 1.15s; }

[data-aos][data-aos][data-aos-delay="1150"], body[data-aos-delay="1150"] [data-aos] {
  -webkit-transition-delay: 0;
          transition-delay: 0; }

[data-aos][data-aos][data-aos-delay="1150"].aos-animate, body[data-aos-delay="1150"] [data-aos].aos-animate {
  -webkit-transition-delay: 1.15s;
          transition-delay: 1.15s; }

[data-aos][data-aos][data-aos-duration="1200"], body[data-aos-duration="1200"] [data-aos] {
  -webkit-transition-duration: 1.2s;
          transition-duration: 1.2s; }

[data-aos][data-aos][data-aos-delay="1200"], body[data-aos-delay="1200"] [data-aos] {
  -webkit-transition-delay: 0;
          transition-delay: 0; }

[data-aos][data-aos][data-aos-delay="1200"].aos-animate, body[data-aos-delay="1200"] [data-aos].aos-animate {
  -webkit-transition-delay: 1.2s;
          transition-delay: 1.2s; }

[data-aos][data-aos][data-aos-duration="1250"], body[data-aos-duration="1250"] [data-aos] {
  -webkit-transition-duration: 1.25s;
          transition-duration: 1.25s; }

[data-aos][data-aos][data-aos-delay="1250"], body[data-aos-delay="1250"] [data-aos] {
  -webkit-transition-delay: 0;
          transition-delay: 0; }

[data-aos][data-aos][data-aos-delay="1250"].aos-animate, body[data-aos-delay="1250"] [data-aos].aos-animate {
  -webkit-transition-delay: 1.25s;
          transition-delay: 1.25s; }

[data-aos][data-aos][data-aos-duration="1300"], body[data-aos-duration="1300"] [data-aos] {
  -webkit-transition-duration: 1.3s;
          transition-duration: 1.3s; }

[data-aos][data-aos][data-aos-delay="1300"], body[data-aos-delay="1300"] [data-aos] {
  -webkit-transition-delay: 0;
          transition-delay: 0; }

[data-aos][data-aos][data-aos-delay="1300"].aos-animate, body[data-aos-delay="1300"] [data-aos].aos-animate {
  -webkit-transition-delay: 1.3s;
          transition-delay: 1.3s; }

[data-aos][data-aos][data-aos-duration="1350"], body[data-aos-duration="1350"] [data-aos] {
  -webkit-transition-duration: 1.35s;
          transition-duration: 1.35s; }

[data-aos][data-aos][data-aos-delay="1350"], body[data-aos-delay="1350"] [data-aos] {
  -webkit-transition-delay: 0;
          transition-delay: 0; }

[data-aos][data-aos][data-aos-delay="1350"].aos-animate, body[data-aos-delay="1350"] [data-aos].aos-animate {
  -webkit-transition-delay: 1.35s;
          transition-delay: 1.35s; }

[data-aos][data-aos][data-aos-duration="1400"], body[data-aos-duration="1400"] [data-aos] {
  -webkit-transition-duration: 1.4s;
          transition-duration: 1.4s; }

[data-aos][data-aos][data-aos-delay="1400"], body[data-aos-delay="1400"] [data-aos] {
  -webkit-transition-delay: 0;
          transition-delay: 0; }

[data-aos][data-aos][data-aos-delay="1400"].aos-animate, body[data-aos-delay="1400"] [data-aos].aos-animate {
  -webkit-transition-delay: 1.4s;
          transition-delay: 1.4s; }

[data-aos][data-aos][data-aos-duration="1450"], body[data-aos-duration="1450"] [data-aos] {
  -webkit-transition-duration: 1.45s;
          transition-duration: 1.45s; }

[data-aos][data-aos][data-aos-delay="1450"], body[data-aos-delay="1450"] [data-aos] {
  -webkit-transition-delay: 0;
          transition-delay: 0; }

[data-aos][data-aos][data-aos-delay="1450"].aos-animate, body[data-aos-delay="1450"] [data-aos].aos-animate {
  -webkit-transition-delay: 1.45s;
          transition-delay: 1.45s; }

[data-aos][data-aos][data-aos-duration="1500"], body[data-aos-duration="1500"] [data-aos] {
  -webkit-transition-duration: 1.5s;
          transition-duration: 1.5s; }

[data-aos][data-aos][data-aos-delay="1500"], body[data-aos-delay="1500"] [data-aos] {
  -webkit-transition-delay: 0;
          transition-delay: 0; }

[data-aos][data-aos][data-aos-delay="1500"].aos-animate, body[data-aos-delay="1500"] [data-aos].aos-animate {
  -webkit-transition-delay: 1.5s;
          transition-delay: 1.5s; }

[data-aos][data-aos][data-aos-duration="1550"], body[data-aos-duration="1550"] [data-aos] {
  -webkit-transition-duration: 1.55s;
          transition-duration: 1.55s; }

[data-aos][data-aos][data-aos-delay="1550"], body[data-aos-delay="1550"] [data-aos] {
  -webkit-transition-delay: 0;
          transition-delay: 0; }

[data-aos][data-aos][data-aos-delay="1550"].aos-animate, body[data-aos-delay="1550"] [data-aos].aos-animate {
  -webkit-transition-delay: 1.55s;
          transition-delay: 1.55s; }

[data-aos][data-aos][data-aos-duration="1600"], body[data-aos-duration="1600"] [data-aos] {
  -webkit-transition-duration: 1.6s;
          transition-duration: 1.6s; }

[data-aos][data-aos][data-aos-delay="1600"], body[data-aos-delay="1600"] [data-aos] {
  -webkit-transition-delay: 0;
          transition-delay: 0; }

[data-aos][data-aos][data-aos-delay="1600"].aos-animate, body[data-aos-delay="1600"] [data-aos].aos-animate {
  -webkit-transition-delay: 1.6s;
          transition-delay: 1.6s; }

[data-aos][data-aos][data-aos-duration="1650"], body[data-aos-duration="1650"] [data-aos] {
  -webkit-transition-duration: 1.65s;
          transition-duration: 1.65s; }

[data-aos][data-aos][data-aos-delay="1650"], body[data-aos-delay="1650"] [data-aos] {
  -webkit-transition-delay: 0;
          transition-delay: 0; }

[data-aos][data-aos][data-aos-delay="1650"].aos-animate, body[data-aos-delay="1650"] [data-aos].aos-animate {
  -webkit-transition-delay: 1.65s;
          transition-delay: 1.65s; }

[data-aos][data-aos][data-aos-duration="1700"], body[data-aos-duration="1700"] [data-aos] {
  -webkit-transition-duration: 1.7s;
          transition-duration: 1.7s; }

[data-aos][data-aos][data-aos-delay="1700"], body[data-aos-delay="1700"] [data-aos] {
  -webkit-transition-delay: 0;
          transition-delay: 0; }

[data-aos][data-aos][data-aos-delay="1700"].aos-animate, body[data-aos-delay="1700"] [data-aos].aos-animate {
  -webkit-transition-delay: 1.7s;
          transition-delay: 1.7s; }

[data-aos][data-aos][data-aos-duration="1750"], body[data-aos-duration="1750"] [data-aos] {
  -webkit-transition-duration: 1.75s;
          transition-duration: 1.75s; }

[data-aos][data-aos][data-aos-delay="1750"], body[data-aos-delay="1750"] [data-aos] {
  -webkit-transition-delay: 0;
          transition-delay: 0; }

[data-aos][data-aos][data-aos-delay="1750"].aos-animate, body[data-aos-delay="1750"] [data-aos].aos-animate {
  -webkit-transition-delay: 1.75s;
          transition-delay: 1.75s; }

[data-aos][data-aos][data-aos-duration="1800"], body[data-aos-duration="1800"] [data-aos] {
  -webkit-transition-duration: 1.8s;
          transition-duration: 1.8s; }

[data-aos][data-aos][data-aos-delay="1800"], body[data-aos-delay="1800"] [data-aos] {
  -webkit-transition-delay: 0;
          transition-delay: 0; }

[data-aos][data-aos][data-aos-delay="1800"].aos-animate, body[data-aos-delay="1800"] [data-aos].aos-animate {
  -webkit-transition-delay: 1.8s;
          transition-delay: 1.8s; }

[data-aos][data-aos][data-aos-duration="1850"], body[data-aos-duration="1850"] [data-aos] {
  -webkit-transition-duration: 1.85s;
          transition-duration: 1.85s; }

[data-aos][data-aos][data-aos-delay="1850"], body[data-aos-delay="1850"] [data-aos] {
  -webkit-transition-delay: 0;
          transition-delay: 0; }

[data-aos][data-aos][data-aos-delay="1850"].aos-animate, body[data-aos-delay="1850"] [data-aos].aos-animate {
  -webkit-transition-delay: 1.85s;
          transition-delay: 1.85s; }

[data-aos][data-aos][data-aos-duration="1900"], body[data-aos-duration="1900"] [data-aos] {
  -webkit-transition-duration: 1.9s;
          transition-duration: 1.9s; }

[data-aos][data-aos][data-aos-delay="1900"], body[data-aos-delay="1900"] [data-aos] {
  -webkit-transition-delay: 0;
          transition-delay: 0; }

[data-aos][data-aos][data-aos-delay="1900"].aos-animate, body[data-aos-delay="1900"] [data-aos].aos-animate {
  -webkit-transition-delay: 1.9s;
          transition-delay: 1.9s; }

[data-aos][data-aos][data-aos-duration="1950"], body[data-aos-duration="1950"] [data-aos] {
  -webkit-transition-duration: 1.95s;
          transition-duration: 1.95s; }

[data-aos][data-aos][data-aos-delay="1950"], body[data-aos-delay="1950"] [data-aos] {
  -webkit-transition-delay: 0;
          transition-delay: 0; }

[data-aos][data-aos][data-aos-delay="1950"].aos-animate, body[data-aos-delay="1950"] [data-aos].aos-animate {
  -webkit-transition-delay: 1.95s;
          transition-delay: 1.95s; }

[data-aos][data-aos][data-aos-duration="2000"], body[data-aos-duration="2000"] [data-aos] {
  -webkit-transition-duration: 2s;
          transition-duration: 2s; }

[data-aos][data-aos][data-aos-delay="2000"], body[data-aos-delay="2000"] [data-aos] {
  -webkit-transition-delay: 0;
          transition-delay: 0; }

[data-aos][data-aos][data-aos-delay="2000"].aos-animate, body[data-aos-delay="2000"] [data-aos].aos-animate {
  -webkit-transition-delay: 2s;
          transition-delay: 2s; }

[data-aos][data-aos][data-aos-duration="2050"], body[data-aos-duration="2050"] [data-aos] {
  -webkit-transition-duration: 2.05s;
          transition-duration: 2.05s; }

[data-aos][data-aos][data-aos-delay="2050"], body[data-aos-delay="2050"] [data-aos] {
  -webkit-transition-delay: 0;
          transition-delay: 0; }

[data-aos][data-aos][data-aos-delay="2050"].aos-animate, body[data-aos-delay="2050"] [data-aos].aos-animate {
  -webkit-transition-delay: 2.05s;
          transition-delay: 2.05s; }

[data-aos][data-aos][data-aos-duration="2100"], body[data-aos-duration="2100"] [data-aos] {
  -webkit-transition-duration: 2.1s;
          transition-duration: 2.1s; }

[data-aos][data-aos][data-aos-delay="2100"], body[data-aos-delay="2100"] [data-aos] {
  -webkit-transition-delay: 0;
          transition-delay: 0; }

[data-aos][data-aos][data-aos-delay="2100"].aos-animate, body[data-aos-delay="2100"] [data-aos].aos-animate {
  -webkit-transition-delay: 2.1s;
          transition-delay: 2.1s; }

[data-aos][data-aos][data-aos-duration="2150"], body[data-aos-duration="2150"] [data-aos] {
  -webkit-transition-duration: 2.15s;
          transition-duration: 2.15s; }

[data-aos][data-aos][data-aos-delay="2150"], body[data-aos-delay="2150"] [data-aos] {
  -webkit-transition-delay: 0;
          transition-delay: 0; }

[data-aos][data-aos][data-aos-delay="2150"].aos-animate, body[data-aos-delay="2150"] [data-aos].aos-animate {
  -webkit-transition-delay: 2.15s;
          transition-delay: 2.15s; }

[data-aos][data-aos][data-aos-duration="2200"], body[data-aos-duration="2200"] [data-aos] {
  -webkit-transition-duration: 2.2s;
          transition-duration: 2.2s; }

[data-aos][data-aos][data-aos-delay="2200"], body[data-aos-delay="2200"] [data-aos] {
  -webkit-transition-delay: 0;
          transition-delay: 0; }

[data-aos][data-aos][data-aos-delay="2200"].aos-animate, body[data-aos-delay="2200"] [data-aos].aos-animate {
  -webkit-transition-delay: 2.2s;
          transition-delay: 2.2s; }

[data-aos][data-aos][data-aos-duration="2250"], body[data-aos-duration="2250"] [data-aos] {
  -webkit-transition-duration: 2.25s;
          transition-duration: 2.25s; }

[data-aos][data-aos][data-aos-delay="2250"], body[data-aos-delay="2250"] [data-aos] {
  -webkit-transition-delay: 0;
          transition-delay: 0; }

[data-aos][data-aos][data-aos-delay="2250"].aos-animate, body[data-aos-delay="2250"] [data-aos].aos-animate {
  -webkit-transition-delay: 2.25s;
          transition-delay: 2.25s; }

[data-aos][data-aos][data-aos-duration="2300"], body[data-aos-duration="2300"] [data-aos] {
  -webkit-transition-duration: 2.3s;
          transition-duration: 2.3s; }

[data-aos][data-aos][data-aos-delay="2300"], body[data-aos-delay="2300"] [data-aos] {
  -webkit-transition-delay: 0;
          transition-delay: 0; }

[data-aos][data-aos][data-aos-delay="2300"].aos-animate, body[data-aos-delay="2300"] [data-aos].aos-animate {
  -webkit-transition-delay: 2.3s;
          transition-delay: 2.3s; }

[data-aos][data-aos][data-aos-duration="2350"], body[data-aos-duration="2350"] [data-aos] {
  -webkit-transition-duration: 2.35s;
          transition-duration: 2.35s; }

[data-aos][data-aos][data-aos-delay="2350"], body[data-aos-delay="2350"] [data-aos] {
  -webkit-transition-delay: 0;
          transition-delay: 0; }

[data-aos][data-aos][data-aos-delay="2350"].aos-animate, body[data-aos-delay="2350"] [data-aos].aos-animate {
  -webkit-transition-delay: 2.35s;
          transition-delay: 2.35s; }

[data-aos][data-aos][data-aos-duration="2400"], body[data-aos-duration="2400"] [data-aos] {
  -webkit-transition-duration: 2.4s;
          transition-duration: 2.4s; }

[data-aos][data-aos][data-aos-delay="2400"], body[data-aos-delay="2400"] [data-aos] {
  -webkit-transition-delay: 0;
          transition-delay: 0; }

[data-aos][data-aos][data-aos-delay="2400"].aos-animate, body[data-aos-delay="2400"] [data-aos].aos-animate {
  -webkit-transition-delay: 2.4s;
          transition-delay: 2.4s; }

[data-aos][data-aos][data-aos-duration="2450"], body[data-aos-duration="2450"] [data-aos] {
  -webkit-transition-duration: 2.45s;
          transition-duration: 2.45s; }

[data-aos][data-aos][data-aos-delay="2450"], body[data-aos-delay="2450"] [data-aos] {
  -webkit-transition-delay: 0;
          transition-delay: 0; }

[data-aos][data-aos][data-aos-delay="2450"].aos-animate, body[data-aos-delay="2450"] [data-aos].aos-animate {
  -webkit-transition-delay: 2.45s;
          transition-delay: 2.45s; }

[data-aos][data-aos][data-aos-duration="2500"], body[data-aos-duration="2500"] [data-aos] {
  -webkit-transition-duration: 2.5s;
          transition-duration: 2.5s; }

[data-aos][data-aos][data-aos-delay="2500"], body[data-aos-delay="2500"] [data-aos] {
  -webkit-transition-delay: 0;
          transition-delay: 0; }

[data-aos][data-aos][data-aos-delay="2500"].aos-animate, body[data-aos-delay="2500"] [data-aos].aos-animate {
  -webkit-transition-delay: 2.5s;
          transition-delay: 2.5s; }

[data-aos][data-aos][data-aos-duration="2550"], body[data-aos-duration="2550"] [data-aos] {
  -webkit-transition-duration: 2.55s;
          transition-duration: 2.55s; }

[data-aos][data-aos][data-aos-delay="2550"], body[data-aos-delay="2550"] [data-aos] {
  -webkit-transition-delay: 0;
          transition-delay: 0; }

[data-aos][data-aos][data-aos-delay="2550"].aos-animate, body[data-aos-delay="2550"] [data-aos].aos-animate {
  -webkit-transition-delay: 2.55s;
          transition-delay: 2.55s; }

[data-aos][data-aos][data-aos-duration="2600"], body[data-aos-duration="2600"] [data-aos] {
  -webkit-transition-duration: 2.6s;
          transition-duration: 2.6s; }

[data-aos][data-aos][data-aos-delay="2600"], body[data-aos-delay="2600"] [data-aos] {
  -webkit-transition-delay: 0;
          transition-delay: 0; }

[data-aos][data-aos][data-aos-delay="2600"].aos-animate, body[data-aos-delay="2600"] [data-aos].aos-animate {
  -webkit-transition-delay: 2.6s;
          transition-delay: 2.6s; }

[data-aos][data-aos][data-aos-duration="2650"], body[data-aos-duration="2650"] [data-aos] {
  -webkit-transition-duration: 2.65s;
          transition-duration: 2.65s; }

[data-aos][data-aos][data-aos-delay="2650"], body[data-aos-delay="2650"] [data-aos] {
  -webkit-transition-delay: 0;
          transition-delay: 0; }

[data-aos][data-aos][data-aos-delay="2650"].aos-animate, body[data-aos-delay="2650"] [data-aos].aos-animate {
  -webkit-transition-delay: 2.65s;
          transition-delay: 2.65s; }

[data-aos][data-aos][data-aos-duration="2700"], body[data-aos-duration="2700"] [data-aos] {
  -webkit-transition-duration: 2.7s;
          transition-duration: 2.7s; }

[data-aos][data-aos][data-aos-delay="2700"], body[data-aos-delay="2700"] [data-aos] {
  -webkit-transition-delay: 0;
          transition-delay: 0; }

[data-aos][data-aos][data-aos-delay="2700"].aos-animate, body[data-aos-delay="2700"] [data-aos].aos-animate {
  -webkit-transition-delay: 2.7s;
          transition-delay: 2.7s; }

[data-aos][data-aos][data-aos-duration="2750"], body[data-aos-duration="2750"] [data-aos] {
  -webkit-transition-duration: 2.75s;
          transition-duration: 2.75s; }

[data-aos][data-aos][data-aos-delay="2750"], body[data-aos-delay="2750"] [data-aos] {
  -webkit-transition-delay: 0;
          transition-delay: 0; }

[data-aos][data-aos][data-aos-delay="2750"].aos-animate, body[data-aos-delay="2750"] [data-aos].aos-animate {
  -webkit-transition-delay: 2.75s;
          transition-delay: 2.75s; }

[data-aos][data-aos][data-aos-duration="2800"], body[data-aos-duration="2800"] [data-aos] {
  -webkit-transition-duration: 2.8s;
          transition-duration: 2.8s; }

[data-aos][data-aos][data-aos-delay="2800"], body[data-aos-delay="2800"] [data-aos] {
  -webkit-transition-delay: 0;
          transition-delay: 0; }

[data-aos][data-aos][data-aos-delay="2800"].aos-animate, body[data-aos-delay="2800"] [data-aos].aos-animate {
  -webkit-transition-delay: 2.8s;
          transition-delay: 2.8s; }

[data-aos][data-aos][data-aos-duration="2850"], body[data-aos-duration="2850"] [data-aos] {
  -webkit-transition-duration: 2.85s;
          transition-duration: 2.85s; }

[data-aos][data-aos][data-aos-delay="2850"], body[data-aos-delay="2850"] [data-aos] {
  -webkit-transition-delay: 0;
          transition-delay: 0; }

[data-aos][data-aos][data-aos-delay="2850"].aos-animate, body[data-aos-delay="2850"] [data-aos].aos-animate {
  -webkit-transition-delay: 2.85s;
          transition-delay: 2.85s; }

[data-aos][data-aos][data-aos-duration="2900"], body[data-aos-duration="2900"] [data-aos] {
  -webkit-transition-duration: 2.9s;
          transition-duration: 2.9s; }

[data-aos][data-aos][data-aos-delay="2900"], body[data-aos-delay="2900"] [data-aos] {
  -webkit-transition-delay: 0;
          transition-delay: 0; }

[data-aos][data-aos][data-aos-delay="2900"].aos-animate, body[data-aos-delay="2900"] [data-aos].aos-animate {
  -webkit-transition-delay: 2.9s;
          transition-delay: 2.9s; }

[data-aos][data-aos][data-aos-duration="2950"], body[data-aos-duration="2950"] [data-aos] {
  -webkit-transition-duration: 2.95s;
          transition-duration: 2.95s; }

[data-aos][data-aos][data-aos-delay="2950"], body[data-aos-delay="2950"] [data-aos] {
  -webkit-transition-delay: 0;
          transition-delay: 0; }

[data-aos][data-aos][data-aos-delay="2950"].aos-animate, body[data-aos-delay="2950"] [data-aos].aos-animate {
  -webkit-transition-delay: 2.95s;
          transition-delay: 2.95s; }

[data-aos][data-aos][data-aos-duration="3000"], body[data-aos-duration="3000"] [data-aos] {
  -webkit-transition-duration: 3s;
          transition-duration: 3s; }

[data-aos][data-aos][data-aos-delay="3000"], body[data-aos-delay="3000"] [data-aos] {
  -webkit-transition-delay: 0;
          transition-delay: 0; }

[data-aos][data-aos][data-aos-delay="3000"].aos-animate, body[data-aos-delay="3000"] [data-aos].aos-animate {
  -webkit-transition-delay: 3s;
          transition-delay: 3s; }

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

[data-aos][data-aos][data-aos-easing=ease], body[data-aos-easing=ease] [data-aos] {
  -webkit-transition-timing-function: ease;
          transition-timing-function: ease; }

[data-aos][data-aos][data-aos-easing=ease-in], body[data-aos-easing=ease-in] [data-aos] {
  -webkit-transition-timing-function: ease-in;
          transition-timing-function: ease-in; }

[data-aos][data-aos][data-aos-easing=ease-out], body[data-aos-easing=ease-out] [data-aos] {
  -webkit-transition-timing-function: ease-out;
          transition-timing-function: ease-out; }

[data-aos][data-aos][data-aos-easing=ease-in-out], body[data-aos-easing=ease-in-out] [data-aos] {
  -webkit-transition-timing-function: ease-in-out;
          transition-timing-function: ease-in-out; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

[data-aos^=fade][data-aos^=fade] {
  opacity: 0;
  -webkit-transition-property: opacity,-webkit-transform;
  transition-property: opacity,-webkit-transform;
  transition-property: opacity,transform;
  transition-property: opacity,transform,-webkit-transform; }

[data-aos^=fade][data-aos^=fade].aos-animate {
  opacity: 1;
  -webkit-transform: translate(0);
          transform: translate(0); }

[data-aos=fade-up] {
  -webkit-transform: translateY(100px);
          transform: translateY(100px); }

[data-aos=fade-down] {
  -webkit-transform: translateY(-100px);
          transform: translateY(-100px); }

[data-aos=fade-right] {
  -webkit-transform: translate(-100px);
          transform: translate(-100px); }

[data-aos=fade-left] {
  -webkit-transform: translate(100px);
          transform: translate(100px); }

[data-aos=fade-up-right] {
  -webkit-transform: translate(-100px, 100px);
          transform: translate(-100px, 100px); }

[data-aos=fade-up-left] {
  -webkit-transform: translate(100px, 100px);
          transform: translate(100px, 100px); }

[data-aos=fade-down-right] {
  -webkit-transform: translate(-100px, -100px);
          transform: translate(-100px, -100px); }

[data-aos=fade-down-left] {
  -webkit-transform: translate(100px, -100px);
          transform: translate(100px, -100px); }

[data-aos^=zoom][data-aos^=zoom] {
  opacity: 0;
  -webkit-transition-property: opacity,-webkit-transform;
  transition-property: opacity,-webkit-transform;
  transition-property: opacity,transform;
  transition-property: opacity,transform,-webkit-transform; }

[data-aos^=zoom][data-aos^=zoom].aos-animate {
  opacity: 1;
  -webkit-transform: translate(0) scale(1);
          transform: translate(0) scale(1); }

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

[data-aos=zoom-in-up] {
  -webkit-transform: translateY(100px) scale(0.6);
          transform: translateY(100px) scale(0.6); }

[data-aos=zoom-in-down] {
  -webkit-transform: translateY(-100px) scale(0.6);
          transform: translateY(-100px) scale(0.6); }

[data-aos=zoom-in-right] {
  -webkit-transform: translate(-100px) scale(0.6);
          transform: translate(-100px) scale(0.6); }

[data-aos=zoom-in-left] {
  -webkit-transform: translate(100px) scale(0.6);
          transform: translate(100px) scale(0.6); }

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

[data-aos=zoom-out-up] {
  -webkit-transform: translateY(100px) scale(1.2);
          transform: translateY(100px) scale(1.2); }

[data-aos=zoom-out-down] {
  -webkit-transform: translateY(-100px) scale(1.2);
          transform: translateY(-100px) scale(1.2); }

[data-aos=zoom-out-right] {
  -webkit-transform: translate(-100px) scale(1.2);
          transform: translate(-100px) scale(1.2); }

[data-aos=zoom-out-left] {
  -webkit-transform: translate(100px) scale(1.2);
          transform: translate(100px) scale(1.2); }

[data-aos^=slide][data-aos^=slide] {
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform; }

[data-aos^=slide][data-aos^=slide].aos-animate {
  -webkit-transform: translate(0);
          transform: translate(0); }

[data-aos=slide-up] {
  -webkit-transform: translateY(100%);
          transform: translateY(100%); }

[data-aos=slide-down] {
  -webkit-transform: translateY(-100%);
          transform: translateY(-100%); }

[data-aos=slide-right] {
  -webkit-transform: translateX(-100%);
          transform: translateX(-100%); }

[data-aos=slide-left] {
  -webkit-transform: translateX(100%);
          transform: translateX(100%); }

[data-aos^=flip][data-aos^=flip] {
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform; }

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

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

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

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

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

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

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

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

/**
 *
 * 15. Font Awesome
 *
 */
/*!
 *  Font Awesome 4.7.0 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */
/* FONT PATH
 * -------------------------- */
@font-face {
  font-family: 'FontAwesome';
  src: url("../fonts/fontawesome-webfont.eot?v=4.7.0");
  src: url("../fonts/fontawesome-webfont.eot?#iefix&v=4.7.0") format("embedded-opentype"), url("../fonts/fontawesome-webfont.woff2?v=4.7.0") format("woff2"), url("../fonts/fontawesome-webfont.woff?v=4.7.0") format("woff"), url("../fonts/fontawesome-webfont.ttf?v=4.7.0") format("truetype"), url("../fonts/fontawesome-webfont.svg?v=4.7.0#fontawesomeregular") format("svg");
  font-weight: normal;
  font-style: normal; }

.fa {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

/* makes the font 33% larger relative to the icon container */
.fa-lg {
  font-size: 1.33333em;
  line-height: 0.75em;
  vertical-align: -15%; }

.fa-2x {
  font-size: 2em; }

.fa-3x {
  font-size: 3em; }

.fa-4x {
  font-size: 4em; }

.fa-5x {
  font-size: 5em; }

.fa-fw {
  width: 1.28571em;
  text-align: center; }

.fa-ul {
  padding-left: 0;
  margin-left: 2.14286em;
  list-style-type: none; }
  .fa-ul > li {
    position: relative; }

.fa-li {
  position: absolute;
  left: -2.14286em;
  width: 2.14286em;
  top: 0.14286em;
  text-align: center; }
  .fa-li.fa-lg {
    left: -1.85714em; }

.fa-border {
  padding: .2em .25em .15em;
  border: solid 0.08em #eee;
  border-radius: .1em; }

.fa-pull-left {
  float: left; }

.fa-pull-right {
  float: right; }

.fa.fa-pull-left {
  margin-right: .3em; }

.fa.fa-pull-right {
  margin-left: .3em; }

/* Deprecated as of 4.4.0 */
.pull-right {
  float: right; }

.pull-left {
  float: left; }

.fa.pull-left {
  margin-right: .3em; }

.fa.pull-right {
  margin-left: .3em; }

.fa-spin {
  -webkit-animation: fa-spin 2s infinite linear;
  animation: fa-spin 2s infinite linear; }

.fa-pulse {
  -webkit-animation: fa-spin 1s infinite steps(8);
  animation: fa-spin 1s infinite steps(8); }

@-webkit-keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg); } }

@keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg); } }

.fa-rotate-90 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg); }

.fa-rotate-180 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg); }

.fa-rotate-270 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";
  -webkit-transform: rotate(270deg);
  transform: rotate(270deg); }

.fa-flip-horizontal {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";
  -webkit-transform: scale(-1, 1);
  transform: scale(-1, 1); }

.fa-flip-vertical {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
  -webkit-transform: scale(1, -1);
  transform: scale(1, -1); }

:root .fa-rotate-90,
:root .fa-rotate-180,
:root .fa-rotate-270,
:root .fa-flip-horizontal,
:root .fa-flip-vertical {
  -webkit-filter: none;
          filter: none; }

.fa-stack {
  position: relative;
  display: inline-block;
  width: 2em;
  height: 2em;
  line-height: 2em;
  vertical-align: middle; }

.fa-stack-1x, .fa-stack-2x {
  position: absolute;
  left: 0;
  width: 100%;
  text-align: center; }

.fa-stack-1x {
  line-height: inherit; }

.fa-stack-2x {
  font-size: 2em; }

.fa-inverse {
  color: #fff; }

/* Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen
   readers do not read off random characters that represent icons */
.fa-glass:before {
  content: ""; }

.fa-music:before {
  content: ""; }

.fa-search:before {
  content: ""; }

.fa-envelope-o:before {
  content: ""; }

.fa-heart:before {
  content: ""; }

.fa-star:before {
  content: ""; }

.fa-star-o:before {
  content: ""; }

.fa-user:before {
  content: ""; }

.fa-film:before {
  content: ""; }

.fa-th-large:before {
  content: ""; }

.fa-th:before {
  content: ""; }

.fa-th-list:before {
  content: ""; }

.fa-check:before {
  content: ""; }

.fa-remove:before,
.fa-close:before,
.fa-times:before {
  content: ""; }

.fa-search-plus:before {
  content: ""; }

.fa-search-minus:before {
  content: ""; }

.fa-power-off:before {
  content: ""; }

.fa-signal:before {
  content: ""; }

.fa-gear:before,
.fa-cog:before {
  content: ""; }

.fa-trash-o:before {
  content: ""; }

.fa-home:before {
  content: ""; }

.fa-file-o:before {
  content: ""; }

.fa-clock-o:before {
  content: ""; }

.fa-road:before {
  content: ""; }

.fa-download:before {
  content: ""; }

.fa-arrow-circle-o-down:before {
  content: ""; }

.fa-arrow-circle-o-up:before {
  content: ""; }

.fa-inbox:before {
  content: ""; }

.fa-play-circle-o:before {
  content: ""; }

.fa-rotate-right:before,
.fa-repeat:before {
  content: ""; }

.fa-refresh:before {
  content: ""; }

.fa-list-alt:before {
  content: ""; }

.fa-lock:before {
  content: ""; }

.fa-flag:before {
  content: ""; }

.fa-headphones:before {
  content: ""; }

.fa-volume-off:before {
  content: ""; }

.fa-volume-down:before {
  content: ""; }

.fa-volume-up:before {
  content: ""; }

.fa-qrcode:before {
  content: ""; }

.fa-barcode:before {
  content: ""; }

.fa-tag:before {
  content: ""; }

.fa-tags:before {
  content: ""; }

.fa-book:before {
  content: ""; }

.fa-bookmark:before {
  content: ""; }

.fa-print:before {
  content: ""; }

.fa-camera:before {
  content: ""; }

.fa-font:before {
  content: ""; }

.fa-bold:before {
  content: ""; }

.fa-italic:before {
  content: ""; }

.fa-text-height:before {
  content: ""; }

.fa-text-width:before {
  content: ""; }

.fa-align-left:before {
  content: ""; }

.fa-align-center:before {
  content: ""; }

.fa-align-right:before {
  content: ""; }

.fa-align-justify:before {
  content: ""; }

.fa-list:before {
  content: ""; }

.fa-dedent:before,
.fa-outdent:before {
  content: ""; }

.fa-indent:before {
  content: ""; }

.fa-video-camera:before {
  content: ""; }

.fa-photo:before,
.fa-image:before,
.fa-picture-o:before {
  content: ""; }

.fa-pencil:before {
  content: ""; }

.fa-map-marker:before {
  content: ""; }

.fa-adjust:before {
  content: ""; }

.fa-tint:before {
  content: ""; }

.fa-edit:before,
.fa-pencil-square-o:before {
  content: ""; }

.fa-share-square-o:before {
  content: ""; }

.fa-check-square-o:before {
  content: ""; }

.fa-arrows:before {
  content: ""; }

.fa-step-backward:before {
  content: ""; }

.fa-fast-backward:before {
  content: ""; }

.fa-backward:before {
  content: ""; }

.fa-play:before {
  content: ""; }

.fa-pause:before {
  content: ""; }

.fa-stop:before {
  content: ""; }

.fa-forward:before {
  content: ""; }

.fa-fast-forward:before {
  content: ""; }

.fa-step-forward:before {
  content: ""; }

.fa-eject:before {
  content: ""; }

.fa-chevron-left:before {
  content: ""; }

.fa-chevron-right:before {
  content: ""; }

.fa-plus-circle:before {
  content: ""; }

.fa-minus-circle:before {
  content: ""; }

.fa-times-circle:before {
  content: ""; }

.fa-check-circle:before {
  content: ""; }

.fa-question-circle:before {
  content: ""; }

.fa-info-circle:before {
  content: ""; }

.fa-crosshairs:before {
  content: ""; }

.fa-times-circle-o:before {
  content: ""; }

.fa-check-circle-o:before {
  content: ""; }

.fa-ban:before {
  content: ""; }

.fa-arrow-left:before {
  content: ""; }

.fa-arrow-right:before {
  content: ""; }

.fa-arrow-up:before {
  content: ""; }

.fa-arrow-down:before {
  content: ""; }

.fa-mail-forward:before,
.fa-share:before {
  content: ""; }

.fa-expand:before {
  content: ""; }

.fa-compress:before {
  content: ""; }

.fa-plus:before {
  content: ""; }

.fa-minus:before {
  content: ""; }

.fa-asterisk:before {
  content: ""; }

.fa-exclamation-circle:before {
  content: ""; }

.fa-gift:before {
  content: ""; }

.fa-leaf:before {
  content: ""; }

.fa-fire:before {
  content: ""; }

.fa-eye:before {
  content: ""; }

.fa-eye-slash:before {
  content: ""; }

.fa-warning:before,
.fa-exclamation-triangle:before {
  content: ""; }

.fa-plane:before {
  content: ""; }

.fa-calendar:before {
  content: ""; }

.fa-random:before {
  content: ""; }

.fa-comment:before {
  content: ""; }

.fa-magnet:before {
  content: ""; }

.fa-chevron-up:before {
  content: ""; }

.fa-chevron-down:before {
  content: ""; }

.fa-retweet:before {
  content: ""; }

.fa-shopping-cart:before {
  content: ""; }

.fa-folder:before {
  content: ""; }

.fa-folder-open:before {
  content: ""; }

.fa-arrows-v:before {
  content: ""; }

.fa-arrows-h:before {
  content: ""; }

.fa-bar-chart-o:before,
.fa-bar-chart:before {
  content: ""; }

.fa-twitter-square:before {
  content: ""; }

.fa-facebook-square:before {
  content: ""; }

.fa-camera-retro:before {
  content: ""; }

.fa-key:before {
  content: ""; }

.fa-gears:before,
.fa-cogs:before {
  content: ""; }

.fa-comments:before {
  content: ""; }

.fa-thumbs-o-up:before {
  content: ""; }

.fa-thumbs-o-down:before {
  content: ""; }

.fa-star-half:before {
  content: ""; }

.fa-heart-o:before {
  content: ""; }

.fa-sign-out:before {
  content: ""; }

.fa-linkedin-square:before {
  content: ""; }

.fa-thumb-tack:before {
  content: ""; }

.fa-external-link:before {
  content: ""; }

.fa-sign-in:before {
  content: ""; }

.fa-trophy:before {
  content: ""; }

.fa-github-square:before {
  content: ""; }

.fa-upload:before {
  content: ""; }

.fa-lemon-o:before {
  content: ""; }

.fa-phone:before {
  content: ""; }

.fa-square-o:before {
  content: ""; }

.fa-bookmark-o:before {
  content: ""; }

.fa-phone-square:before {
  content: ""; }

.fa-twitter:before {
  content: ""; }

.fa-facebook-f:before,
.fa-facebook:before {
  content: ""; }

.fa-github:before {
  content: ""; }

.fa-unlock:before {
  content: ""; }

.fa-credit-card:before {
  content: ""; }

.fa-feed:before,
.fa-rss:before {
  content: ""; }

.fa-hdd-o:before {
  content: ""; }

.fa-bullhorn:before {
  content: ""; }

.fa-bell:before {
  content: ""; }

.fa-certificate:before {
  content: ""; }

.fa-hand-o-right:before {
  content: ""; }

.fa-hand-o-left:before {
  content: ""; }

.fa-hand-o-up:before {
  content: ""; }

.fa-hand-o-down:before {
  content: ""; }

.fa-arrow-circle-left:before {
  content: ""; }

.fa-arrow-circle-right:before {
  content: ""; }

.fa-arrow-circle-up:before {
  content: ""; }

.fa-arrow-circle-down:before {
  content: ""; }

.fa-globe:before {
  content: ""; }

.fa-wrench:before {
  content: ""; }

.fa-tasks:before {
  content: ""; }

.fa-filter:before {
  content: ""; }

.fa-briefcase:before {
  content: ""; }

.fa-arrows-alt:before {
  content: ""; }

.fa-group:before,
.fa-users:before {
  content: ""; }

.fa-chain:before,
.fa-link:before {
  content: ""; }

.fa-cloud:before {
  content: ""; }

.fa-flask:before {
  content: ""; }

.fa-cut:before,
.fa-scissors:before {
  content: ""; }

.fa-copy:before,
.fa-files-o:before {
  content: ""; }

.fa-paperclip:before {
  content: ""; }

.fa-save:before,
.fa-floppy-o:before {
  content: ""; }

.fa-square:before {
  content: ""; }

.fa-navicon:before,
.fa-reorder:before,
.fa-bars:before {
  content: ""; }

.fa-list-ul:before {
  content: ""; }

.fa-list-ol:before {
  content: ""; }

.fa-strikethrough:before {
  content: ""; }

.fa-underline:before {
  content: ""; }

.fa-table:before {
  content: ""; }

.fa-magic:before {
  content: ""; }

.fa-truck:before {
  content: ""; }

.fa-pinterest:before {
  content: ""; }

.fa-pinterest-square:before {
  content: ""; }

.fa-google-plus-square:before {
  content: ""; }

.fa-google-plus:before {
  content: ""; }

.fa-money:before {
  content: ""; }

.fa-caret-down:before {
  content: ""; }

.fa-caret-up:before {
  content: ""; }

.fa-caret-left:before {
  content: ""; }

.fa-caret-right:before {
  content: ""; }

.fa-columns:before {
  content: ""; }

.fa-unsorted:before,
.fa-sort:before {
  content: ""; }

.fa-sort-down:before,
.fa-sort-desc:before {
  content: ""; }

.fa-sort-up:before,
.fa-sort-asc:before {
  content: ""; }

.fa-envelope:before {
  content: ""; }

.fa-linkedin:before {
  content: ""; }

.fa-rotate-left:before,
.fa-undo:before {
  content: ""; }

.fa-legal:before,
.fa-gavel:before {
  content: ""; }

.fa-dashboard:before,
.fa-tachometer:before {
  content: ""; }

.fa-comment-o:before {
  content: ""; }

.fa-comments-o:before {
  content: ""; }

.fa-flash:before,
.fa-bolt:before {
  content: ""; }

.fa-sitemap:before {
  content: ""; }

.fa-umbrella:before {
  content: ""; }

.fa-paste:before,
.fa-clipboard:before {
  content: ""; }

.fa-lightbulb-o:before {
  content: ""; }

.fa-exchange:before {
  content: ""; }

.fa-cloud-download:before {
  content: ""; }

.fa-cloud-upload:before {
  content: ""; }

.fa-user-md:before {
  content: ""; }

.fa-stethoscope:before {
  content: ""; }

.fa-suitcase:before {
  content: ""; }

.fa-bell-o:before {
  content: ""; }

.fa-coffee:before {
  content: ""; }

.fa-cutlery:before {
  content: ""; }

.fa-file-text-o:before {
  content: ""; }

.fa-building-o:before {
  content: ""; }

.fa-hospital-o:before {
  content: ""; }

.fa-ambulance:before {
  content: ""; }

.fa-medkit:before {
  content: ""; }

.fa-fighter-jet:before {
  content: ""; }

.fa-beer:before {
  content: ""; }

.fa-h-square:before {
  content: ""; }

.fa-plus-square:before {
  content: ""; }

.fa-angle-double-left:before {
  content: ""; }

.fa-angle-double-right:before {
  content: ""; }

.fa-angle-double-up:before {
  content: ""; }

.fa-angle-double-down:before {
  content: ""; }

.fa-angle-left:before {
  content: ""; }

.fa-angle-right:before {
  content: ""; }

.fa-angle-up:before {
  content: ""; }

.fa-angle-down:before {
  content: ""; }

.fa-desktop:before {
  content: ""; }

.fa-laptop:before {
  content: ""; }

.fa-tablet:before {
  content: ""; }

.fa-mobile-phone:before,
.fa-mobile:before {
  content: ""; }

.fa-circle-o:before {
  content: ""; }

.fa-quote-left:before {
  content: ""; }

.fa-quote-right:before {
  content: ""; }

.fa-spinner:before {
  content: ""; }

.fa-circle:before {
  content: ""; }

.fa-mail-reply:before,
.fa-reply:before {
  content: ""; }

.fa-github-alt:before {
  content: ""; }

.fa-folder-o:before {
  content: ""; }

.fa-folder-open-o:before {
  content: ""; }

.fa-smile-o:before {
  content: ""; }

.fa-frown-o:before {
  content: ""; }

.fa-meh-o:before {
  content: ""; }

.fa-gamepad:before {
  content: ""; }

.fa-keyboard-o:before {
  content: ""; }

.fa-flag-o:before {
  content: ""; }

.fa-flag-checkered:before {
  content: ""; }

.fa-terminal:before {
  content: ""; }

.fa-code:before {
  content: ""; }

.fa-mail-reply-all:before,
.fa-reply-all:before {
  content: ""; }

.fa-star-half-empty:before,
.fa-star-half-full:before,
.fa-star-half-o:before {
  content: ""; }

.fa-location-arrow:before {
  content: ""; }

.fa-crop:before {
  content: ""; }

.fa-code-fork:before {
  content: ""; }

.fa-unlink:before,
.fa-chain-broken:before {
  content: ""; }

.fa-question:before {
  content: ""; }

.fa-info:before {
  content: ""; }

.fa-exclamation:before {
  content: ""; }

.fa-superscript:before {
  content: ""; }

.fa-subscript:before {
  content: ""; }

.fa-eraser:before {
  content: ""; }

.fa-puzzle-piece:before {
  content: ""; }

.fa-microphone:before {
  content: ""; }

.fa-microphone-slash:before {
  content: ""; }

.fa-shield:before {
  content: ""; }

.fa-calendar-o:before {
  content: ""; }

.fa-fire-extinguisher:before {
  content: ""; }

.fa-rocket:before {
  content: ""; }

.fa-maxcdn:before {
  content: ""; }

.fa-chevron-circle-left:before {
  content: ""; }

.fa-chevron-circle-right:before {
  content: ""; }

.fa-chevron-circle-up:before {
  content: ""; }

.fa-chevron-circle-down:before {
  content: ""; }

.fa-html5:before {
  content: ""; }

.fa-css3:before {
  content: ""; }

.fa-anchor:before {
  content: ""; }

.fa-unlock-alt:before {
  content: ""; }

.fa-bullseye:before {
  content: ""; }

.fa-ellipsis-h:before {
  content: ""; }

.fa-ellipsis-v:before {
  content: ""; }

.fa-rss-square:before {
  content: ""; }

.fa-play-circle:before {
  content: ""; }

.fa-ticket:before {
  content: ""; }

.fa-minus-square:before {
  content: ""; }

.fa-minus-square-o:before {
  content: ""; }

.fa-level-up:before {
  content: ""; }

.fa-level-down:before {
  content: ""; }

.fa-check-square:before {
  content: ""; }

.fa-pencil-square:before {
  content: ""; }

.fa-external-link-square:before {
  content: ""; }

.fa-share-square:before {
  content: ""; }

.fa-compass:before {
  content: ""; }

.fa-toggle-down:before,
.fa-caret-square-o-down:before {
  content: ""; }

.fa-toggle-up:before,
.fa-caret-square-o-up:before {
  content: ""; }

.fa-toggle-right:before,
.fa-caret-square-o-right:before {
  content: ""; }

.fa-euro:before,
.fa-eur:before {
  content: ""; }

.fa-gbp:before {
  content: ""; }

.fa-dollar:before,
.fa-usd:before {
  content: ""; }

.fa-rupee:before,
.fa-inr:before {
  content: ""; }

.fa-cny:before,
.fa-rmb:before,
.fa-yen:before,
.fa-jpy:before {
  content: ""; }

.fa-ruble:before,
.fa-rouble:before,
.fa-rub:before {
  content: ""; }

.fa-won:before,
.fa-krw:before {
  content: ""; }

.fa-bitcoin:before,
.fa-btc:before {
  content: ""; }

.fa-file:before {
  content: ""; }

.fa-file-text:before {
  content: ""; }

.fa-sort-alpha-asc:before {
  content: ""; }

.fa-sort-alpha-desc:before {
  content: ""; }

.fa-sort-amount-asc:before {
  content: ""; }

.fa-sort-amount-desc:before {
  content: ""; }

.fa-sort-numeric-asc:before {
  content: ""; }

.fa-sort-numeric-desc:before {
  content: ""; }

.fa-thumbs-up:before {
  content: ""; }

.fa-thumbs-down:before {
  content: ""; }

.fa-youtube-square:before {
  content: ""; }

.fa-youtube:before {
  content: ""; }

.fa-xing:before {
  content: ""; }

.fa-xing-square:before {
  content: ""; }

.fa-youtube-play:before {
  content: ""; }

.fa-dropbox:before {
  content: ""; }

.fa-stack-overflow:before {
  content: ""; }

.fa-instagram:before {
  content: ""; }

.fa-flickr:before {
  content: ""; }

.fa-adn:before {
  content: ""; }

.fa-bitbucket:before {
  content: ""; }

.fa-bitbucket-square:before {
  content: ""; }

.fa-tumblr:before {
  content: ""; }

.fa-tumblr-square:before {
  content: ""; }

.fa-long-arrow-down:before {
  content: ""; }

.fa-long-arrow-up:before {
  content: ""; }

.fa-long-arrow-left:before {
  content: ""; }

.fa-long-arrow-right:before {
  content: ""; }

.fa-apple:before {
  content: ""; }

.fa-windows:before {
  content: ""; }

.fa-android:before {
  content: ""; }

.fa-linux:before {
  content: ""; }

.fa-dribbble:before {
  content: ""; }

.fa-skype:before {
  content: ""; }

.fa-foursquare:before {
  content: ""; }

.fa-trello:before {
  content: ""; }

.fa-female:before {
  content: ""; }

.fa-male:before {
  content: ""; }

.fa-gittip:before,
.fa-gratipay:before {
  content: ""; }

.fa-sun-o:before {
  content: ""; }

.fa-moon-o:before {
  content: ""; }

.fa-archive:before {
  content: ""; }

.fa-bug:before {
  content: ""; }

.fa-vk:before {
  content: ""; }

.fa-weibo:before {
  content: ""; }

.fa-renren:before {
  content: ""; }

.fa-pagelines:before {
  content: ""; }

.fa-stack-exchange:before {
  content: ""; }

.fa-arrow-circle-o-right:before {
  content: ""; }

.fa-arrow-circle-o-left:before {
  content: ""; }

.fa-toggle-left:before,
.fa-caret-square-o-left:before {
  content: ""; }

.fa-dot-circle-o:before {
  content: ""; }

.fa-wheelchair:before {
  content: ""; }

.fa-vimeo-square:before {
  content: ""; }

.fa-turkish-lira:before,
.fa-try:before {
  content: ""; }

.fa-plus-square-o:before {
  content: ""; }

.fa-space-shuttle:before {
  content: ""; }

.fa-slack:before {
  content: ""; }

.fa-envelope-square:before {
  content: ""; }

.fa-wordpress:before {
  content: ""; }

.fa-openid:before {
  content: ""; }

.fa-institution:before,
.fa-bank:before,
.fa-university:before {
  content: ""; }

.fa-mortar-board:before,
.fa-graduation-cap:before {
  content: ""; }

.fa-yahoo:before {
  content: ""; }

.fa-google:before {
  content: ""; }

.fa-reddit:before {
  content: ""; }

.fa-reddit-square:before {
  content: ""; }

.fa-stumbleupon-circle:before {
  content: ""; }

.fa-stumbleupon:before {
  content: ""; }

.fa-delicious:before {
  content: ""; }

.fa-digg:before {
  content: ""; }

.fa-pied-piper-pp:before {
  content: ""; }

.fa-pied-piper-alt:before {
  content: ""; }

.fa-drupal:before {
  content: ""; }

.fa-joomla:before {
  content: ""; }

.fa-language:before {
  content: ""; }

.fa-fax:before {
  content: ""; }

.fa-building:before {
  content: ""; }

.fa-child:before {
  content: ""; }

.fa-paw:before {
  content: ""; }

.fa-spoon:before {
  content: ""; }

.fa-cube:before {
  content: ""; }

.fa-cubes:before {
  content: ""; }

.fa-behance:before {
  content: ""; }

.fa-behance-square:before {
  content: ""; }

.fa-steam:before {
  content: ""; }

.fa-steam-square:before {
  content: ""; }

.fa-recycle:before {
  content: ""; }

.fa-automobile:before,
.fa-car:before {
  content: ""; }

.fa-cab:before,
.fa-taxi:before {
  content: ""; }

.fa-tree:before {
  content: ""; }

.fa-spotify:before {
  content: ""; }

.fa-deviantart:before {
  content: ""; }

.fa-soundcloud:before {
  content: ""; }

.fa-database:before {
  content: ""; }

.fa-file-pdf-o:before {
  content: ""; }

.fa-file-word-o:before {
  content: ""; }

.fa-file-excel-o:before {
  content: ""; }

.fa-file-powerpoint-o:before {
  content: ""; }

.fa-file-photo-o:before,
.fa-file-picture-o:before,
.fa-file-image-o:before {
  content: ""; }

.fa-file-zip-o:before,
.fa-file-archive-o:before {
  content: ""; }

.fa-file-sound-o:before,
.fa-file-audio-o:before {
  content: ""; }

.fa-file-movie-o:before,
.fa-file-video-o:before {
  content: ""; }

.fa-file-code-o:before {
  content: ""; }

.fa-vine:before {
  content: ""; }

.fa-codepen:before {
  content: ""; }

.fa-jsfiddle:before {
  content: ""; }

.fa-life-bouy:before,
.fa-life-buoy:before,
.fa-life-saver:before,
.fa-support:before,
.fa-life-ring:before {
  content: ""; }

.fa-circle-o-notch:before {
  content: ""; }

.fa-ra:before,
.fa-resistance:before,
.fa-rebel:before {
  content: ""; }

.fa-ge:before,
.fa-empire:before {
  content: ""; }

.fa-git-square:before {
  content: ""; }

.fa-git:before {
  content: ""; }

.fa-y-combinator-square:before,
.fa-yc-square:before,
.fa-hacker-news:before {
  content: ""; }

.fa-tencent-weibo:before {
  content: ""; }

.fa-qq:before {
  content: ""; }

.fa-wechat:before,
.fa-weixin:before {
  content: ""; }

.fa-send:before,
.fa-paper-plane:before {
  content: ""; }

.fa-send-o:before,
.fa-paper-plane-o:before {
  content: ""; }

.fa-history:before {
  content: ""; }

.fa-circle-thin:before {
  content: ""; }

.fa-header:before {
  content: ""; }

.fa-paragraph:before {
  content: ""; }

.fa-sliders:before {
  content: ""; }

.fa-share-alt:before {
  content: ""; }

.fa-share-alt-square:before {
  content: ""; }

.fa-bomb:before {
  content: ""; }

.fa-soccer-ball-o:before,
.fa-futbol-o:before {
  content: ""; }

.fa-tty:before {
  content: ""; }

.fa-binoculars:before {
  content: ""; }

.fa-plug:before {
  content: ""; }

.fa-slideshare:before {
  content: ""; }

.fa-twitch:before {
  content: ""; }

.fa-yelp:before {
  content: ""; }

.fa-newspaper-o:before {
  content: ""; }

.fa-wifi:before {
  content: ""; }

.fa-calculator:before {
  content: ""; }

.fa-paypal:before {
  content: ""; }

.fa-google-wallet:before {
  content: ""; }

.fa-cc-visa:before {
  content: ""; }

.fa-cc-mastercard:before {
  content: ""; }

.fa-cc-discover:before {
  content: ""; }

.fa-cc-amex:before {
  content: ""; }

.fa-cc-paypal:before {
  content: ""; }

.fa-cc-stripe:before {
  content: ""; }

.fa-bell-slash:before {
  content: ""; }

.fa-bell-slash-o:before {
  content: ""; }

.fa-trash:before {
  content: ""; }

.fa-copyright:before {
  content: ""; }

.fa-at:before {
  content: ""; }

.fa-eyedropper:before {
  content: ""; }

.fa-paint-brush:before {
  content: ""; }

.fa-birthday-cake:before {
  content: ""; }

.fa-area-chart:before {
  content: ""; }

.fa-pie-chart:before {
  content: ""; }

.fa-line-chart:before {
  content: ""; }

.fa-lastfm:before {
  content: ""; }

.fa-lastfm-square:before {
  content: ""; }

.fa-toggle-off:before {
  content: ""; }

.fa-toggle-on:before {
  content: ""; }

.fa-bicycle:before {
  content: ""; }

.fa-bus:before {
  content: ""; }

.fa-ioxhost:before {
  content: ""; }

.fa-angellist:before {
  content: ""; }

.fa-cc:before {
  content: ""; }

.fa-shekel:before,
.fa-sheqel:before,
.fa-ils:before {
  content: ""; }

.fa-meanpath:before {
  content: ""; }

.fa-buysellads:before {
  content: ""; }

.fa-connectdevelop:before {
  content: ""; }

.fa-dashcube:before {
  content: ""; }

.fa-forumbee:before {
  content: ""; }

.fa-leanpub:before {
  content: ""; }

.fa-sellsy:before {
  content: ""; }

.fa-shirtsinbulk:before {
  content: ""; }

.fa-simplybuilt:before {
  content: ""; }

.fa-skyatlas:before {
  content: ""; }

.fa-cart-plus:before {
  content: ""; }

.fa-cart-arrow-down:before {
  content: ""; }

.fa-diamond:before {
  content: ""; }

.fa-ship:before {
  content: ""; }

.fa-user-secret:before {
  content: ""; }

.fa-motorcycle:before {
  content: ""; }

.fa-street-view:before {
  content: ""; }

.fa-heartbeat:before {
  content: ""; }

.fa-venus:before {
  content: ""; }

.fa-mars:before {
  content: ""; }

.fa-mercury:before {
  content: ""; }

.fa-intersex:before,
.fa-transgender:before {
  content: ""; }

.fa-transgender-alt:before {
  content: ""; }

.fa-venus-double:before {
  content: ""; }

.fa-mars-double:before {
  content: ""; }

.fa-venus-mars:before {
  content: ""; }

.fa-mars-stroke:before {
  content: ""; }

.fa-mars-stroke-v:before {
  content: ""; }

.fa-mars-stroke-h:before {
  content: ""; }

.fa-neuter:before {
  content: ""; }

.fa-genderless:before {
  content: ""; }

.fa-facebook-official:before {
  content: ""; }

.fa-pinterest-p:before {
  content: ""; }

.fa-whatsapp:before {
  content: ""; }

.fa-server:before {
  content: ""; }

.fa-user-plus:before {
  content: ""; }

.fa-user-times:before {
  content: ""; }

.fa-hotel:before,
.fa-bed:before {
  content: ""; }

.fa-viacoin:before {
  content: ""; }

.fa-train:before {
  content: ""; }

.fa-subway:before {
  content: ""; }

.fa-medium:before {
  content: ""; }

.fa-yc:before,
.fa-y-combinator:before {
  content: ""; }

.fa-optin-monster:before {
  content: ""; }

.fa-opencart:before {
  content: ""; }

.fa-expeditedssl:before {
  content: ""; }

.fa-battery-4:before,
.fa-battery:before,
.fa-battery-full:before {
  content: ""; }

.fa-battery-3:before,
.fa-battery-three-quarters:before {
  content: ""; }

.fa-battery-2:before,
.fa-battery-half:before {
  content: ""; }

.fa-battery-1:before,
.fa-battery-quarter:before {
  content: ""; }

.fa-battery-0:before,
.fa-battery-empty:before {
  content: ""; }

.fa-mouse-pointer:before {
  content: ""; }

.fa-i-cursor:before {
  content: ""; }

.fa-object-group:before {
  content: ""; }

.fa-object-ungroup:before {
  content: ""; }

.fa-sticky-note:before {
  content: ""; }

.fa-sticky-note-o:before {
  content: ""; }

.fa-cc-jcb:before {
  content: ""; }

.fa-cc-diners-club:before {
  content: ""; }

.fa-clone:before {
  content: ""; }

.fa-balance-scale:before {
  content: ""; }

.fa-hourglass-o:before {
  content: ""; }

.fa-hourglass-1:before,
.fa-hourglass-start:before {
  content: ""; }

.fa-hourglass-2:before,
.fa-hourglass-half:before {
  content: ""; }

.fa-hourglass-3:before,
.fa-hourglass-end:before {
  content: ""; }

.fa-hourglass:before {
  content: ""; }

.fa-hand-grab-o:before,
.fa-hand-rock-o:before {
  content: ""; }

.fa-hand-stop-o:before,
.fa-hand-paper-o:before {
  content: ""; }

.fa-hand-scissors-o:before {
  content: ""; }

.fa-hand-lizard-o:before {
  content: ""; }

.fa-hand-spock-o:before {
  content: ""; }

.fa-hand-pointer-o:before {
  content: ""; }

.fa-hand-peace-o:before {
  content: ""; }

.fa-trademark:before {
  content: ""; }

.fa-registered:before {
  content: ""; }

.fa-creative-commons:before {
  content: ""; }

.fa-gg:before {
  content: ""; }

.fa-gg-circle:before {
  content: ""; }

.fa-tripadvisor:before {
  content: ""; }

.fa-odnoklassniki:before {
  content: ""; }

.fa-odnoklassniki-square:before {
  content: ""; }

.fa-get-pocket:before {
  content: ""; }

.fa-wikipedia-w:before {
  content: ""; }

.fa-safari:before {
  content: ""; }

.fa-chrome:before {
  content: ""; }

.fa-firefox:before {
  content: ""; }

.fa-opera:before {
  content: ""; }

.fa-internet-explorer:before {
  content: ""; }

.fa-tv:before,
.fa-television:before {
  content: ""; }

.fa-contao:before {
  content: ""; }

.fa-500px:before {
  content: ""; }

.fa-amazon:before {
  content: ""; }

.fa-calendar-plus-o:before {
  content: ""; }

.fa-calendar-minus-o:before {
  content: ""; }

.fa-calendar-times-o:before {
  content: ""; }

.fa-calendar-check-o:before {
  content: ""; }

.fa-industry:before {
  content: ""; }

.fa-map-pin:before {
  content: ""; }

.fa-map-signs:before {
  content: ""; }

.fa-map-o:before {
  content: ""; }

.fa-map:before {
  content: ""; }

.fa-commenting:before {
  content: ""; }

.fa-commenting-o:before {
  content: ""; }

.fa-houzz:before {
  content: ""; }

.fa-vimeo:before {
  content: ""; }

.fa-black-tie:before {
  content: ""; }

.fa-fonticons:before {
  content: ""; }

.fa-reddit-alien:before {
  content: ""; }

.fa-edge:before {
  content: ""; }

.fa-credit-card-alt:before {
  content: ""; }

.fa-codiepie:before {
  content: ""; }

.fa-modx:before {
  content: ""; }

.fa-fort-awesome:before {
  content: ""; }

.fa-usb:before {
  content: ""; }

.fa-product-hunt:before {
  content: ""; }

.fa-mixcloud:before {
  content: ""; }

.fa-scribd:before {
  content: ""; }

.fa-pause-circle:before {
  content: ""; }

.fa-pause-circle-o:before {
  content: ""; }

.fa-stop-circle:before {
  content: ""; }

.fa-stop-circle-o:before {
  content: ""; }

.fa-shopping-bag:before {
  content: ""; }

.fa-shopping-basket:before {
  content: ""; }

.fa-hashtag:before {
  content: ""; }

.fa-bluetooth:before {
  content: ""; }

.fa-bluetooth-b:before {
  content: ""; }

.fa-percent:before {
  content: ""; }

.fa-gitlab:before {
  content: ""; }

.fa-wpbeginner:before {
  content: ""; }

.fa-wpforms:before {
  content: ""; }

.fa-envira:before {
  content: ""; }

.fa-universal-access:before {
  content: ""; }

.fa-wheelchair-alt:before {
  content: ""; }

.fa-question-circle-o:before {
  content: ""; }

.fa-blind:before {
  content: ""; }

.fa-audio-description:before {
  content: ""; }

.fa-volume-control-phone:before {
  content: ""; }

.fa-braille:before {
  content: ""; }

.fa-assistive-listening-systems:before {
  content: ""; }

.fa-asl-interpreting:before,
.fa-american-sign-language-interpreting:before {
  content: ""; }

.fa-deafness:before,
.fa-hard-of-hearing:before,
.fa-deaf:before {
  content: ""; }

.fa-glide:before {
  content: ""; }

.fa-glide-g:before {
  content: ""; }

.fa-signing:before,
.fa-sign-language:before {
  content: ""; }

.fa-low-vision:before {
  content: ""; }

.fa-viadeo:before {
  content: ""; }

.fa-viadeo-square:before {
  content: ""; }

.fa-snapchat:before {
  content: ""; }

.fa-snapchat-ghost:before {
  content: ""; }

.fa-snapchat-square:before {
  content: ""; }

.fa-pied-piper:before {
  content: ""; }

.fa-first-order:before {
  content: ""; }

.fa-yoast:before {
  content: ""; }

.fa-themeisle:before {
  content: ""; }

.fa-google-plus-circle:before,
.fa-google-plus-official:before {
  content: ""; }

.fa-fa:before,
.fa-font-awesome:before {
  content: ""; }

.fa-handshake-o:before {
  content: ""; }

.fa-envelope-open:before {
  content: ""; }

.fa-envelope-open-o:before {
  content: ""; }

.fa-linode:before {
  content: ""; }

.fa-address-book:before {
  content: ""; }

.fa-address-book-o:before {
  content: ""; }

.fa-vcard:before,
.fa-address-card:before {
  content: ""; }

.fa-vcard-o:before,
.fa-address-card-o:before {
  content: ""; }

.fa-user-circle:before {
  content: ""; }

.fa-user-circle-o:before {
  content: ""; }

.fa-user-o:before {
  content: ""; }

.fa-id-badge:before {
  content: ""; }

.fa-drivers-license:before,
.fa-id-card:before {
  content: ""; }

.fa-drivers-license-o:before,
.fa-id-card-o:before {
  content: ""; }

.fa-quora:before {
  content: ""; }

.fa-free-code-camp:before {
  content: ""; }

.fa-telegram:before {
  content: ""; }

.fa-thermometer-4:before,
.fa-thermometer:before,
.fa-thermometer-full:before {
  content: ""; }

.fa-thermometer-3:before,
.fa-thermometer-three-quarters:before {
  content: ""; }

.fa-thermometer-2:before,
.fa-thermometer-half:before {
  content: ""; }

.fa-thermometer-1:before,
.fa-thermometer-quarter:before {
  content: ""; }

.fa-thermometer-0:before,
.fa-thermometer-empty:before {
  content: ""; }

.fa-shower:before {
  content: ""; }

.fa-bathtub:before,
.fa-s15:before,
.fa-bath:before {
  content: ""; }

.fa-podcast:before {
  content: ""; }

.fa-window-maximize:before {
  content: ""; }

.fa-window-minimize:before {
  content: ""; }

.fa-window-restore:before {
  content: ""; }

.fa-times-rectangle:before,
.fa-window-close:before {
  content: ""; }

.fa-times-rectangle-o:before,
.fa-window-close-o:before {
  content: ""; }

.fa-bandcamp:before {
  content: ""; }

.fa-grav:before {
  content: ""; }

.fa-etsy:before {
  content: ""; }

.fa-imdb:before {
  content: ""; }

.fa-ravelry:before {
  content: ""; }

.fa-eercast:before {
  content: ""; }

.fa-microchip:before {
  content: ""; }

.fa-snowflake-o:before {
  content: ""; }

.fa-superpowers:before {
  content: ""; }

.fa-wpexplorer:before {
  content: ""; }

.fa-meetup:before {
  content: ""; }

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

.sr-only-focusable:active, .sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto; }
