/*
Theme Name: Mais que cuidar - Store
Author: Gottschalg Web Studio
Author URI: https://gottschalg.mobi/
Requires at least: WordPress 5.2.1
Version: 1.0
License: GNU General Public License v2 or later
License URI: LICENSE
*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  font-size: 100%;
  vertical-align: baseline;
}

html {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

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

caption, th, td {
  text-align: left;
  font-weight: normal;
  vertical-align: middle;
}

q, blockquote {
  quotes: none;
}
q:before, q:after, blockquote:before, blockquote:after {
  content: "";
  content: none;
}

a img {
  border: none;
}

article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
  display: block;
}

* {
  box-sizing: border-box;
  outline: none;
  font-family: "Rubik", sans-serif;
}

html,
body {
  font-family: "Rubik", sans-serif;
  scroll-behavior: smooth;
  min-height: 100vh;
  overflow-x: hidden;
  width: 100vw;
}

.switcher.notranslate {
  display: none;
}

.helpie-faq .collection-title {
  display: none;
}
.helpie-faq.accordions ul {
  padding-top: 0;
}
.helpie-faq.accordions p {
  margin-bottom: 15px;
}
.helpie-faq.accordions .accordion {
  border: 0 !important;
}
.helpie-faq.accordions .accordion__item {
  border-bottom: solid 1px #f2f2f2 !important;
}
.helpie-faq.accordions .accordion__header {
  border-bottom: solid 1px #f2f2f2 !important;
  background-image: url("data:image/svg+xml,%3Csvg width='26' height='26' viewBox='0 0 26 26' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M13 2.36364C7.1257 2.36364 2.36364 7.1257 2.36364 13C2.36364 18.8743 7.1257 23.6364 13 23.6364C18.8743 23.6364 23.6364 18.8743 23.6364 13C23.6364 7.1257 18.8743 2.36364 13 2.36364ZM0 13C0 5.8203 5.8203 0 13 0C20.1797 0 26 5.8203 26 13C26 20.1797 20.1797 26 13 26C5.8203 26 0 20.1797 0 13Z' fill='black'/%3E%3C/svg%3E") !important;
  background-repeat: no-repeat !important;
  background-position: right 31px center !important;
  padding: 25px 70px 25px 0 !important;
}
.helpie-faq.accordions .accordion__header:after, .helpie-faq.accordions .accordion__header:before {
  background: #02182b !important;
}
.helpie-faq.accordions .accordion__header .accordion__title,
.helpie-faq.accordions .accordion__header h2 {
  font-weight: 500;
  color: #515151;
  font-family: "Rubik", sans-serif;
  line-height: 1.49;
  font-size: 16px !important;
  margin: 0;
  padding: 0;
}
.helpie-faq.accordions .accordion__body {
  background: #ffffff !important;
  padding: 25px 0 !important;
  color: #515151;
  font-family: "Rubik", sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 1.49;
}
.helpie-faq.accordions .accordion__item:last-child .accordion__header {
  border: 0 !important;
}

.anchor-list {
  width: 100%;
  background: #f0f0f0;
  margin-bottom: 30px;
}
.anchor-list ul {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  margin: 0 -10px;
  max-width: 100vw;
}
@media only screen and (max-width: 768px) {
  .anchor-list ul {
    overflow-x: scroll;
  }
}
@media only screen and (max-width: 768px) {
  .anchor-list ul li {
    flex: 1;
    min-width: 100px;
    text-align: center;
  }
}
.anchor-list ul li a {
  color: #515151;
  text-decoration: underline;
  padding: 15px 10px;
  display: inline-block;
}
.anchor-list ul li.separator {
  width: 1px;
  min-width: 1px;
  max-width: 1px;
  height: 18px;
  display: inline-block;
  background: rgba(0, 0, 0, 0.1);
}
.anchor-list ul li.separator:last-child {
  display: none;
}

/*!
 * animate.css -https://daneden.github.io/animate.css/
 * Version - 3.7.2
 * Licensed under the MIT license - http://opensource.org/licenses/MIT
 *
 * Copyright (c) 2019 Daniel Eden
 */
@-webkit-keyframes bounce {
  from,
  20%,
  53%,
  80%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  40%,
  43% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -30px, 0);
    transform: translate3d(0, -30px, 0);
  }
  70% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -15px, 0);
    transform: translate3d(0, -15px, 0);
  }
  90% {
    -webkit-transform: translate3d(0, -4px, 0);
    transform: translate3d(0, -4px, 0);
  }
}
@keyframes bounce {
  from,
  20%,
  53%,
  80%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  40%,
  43% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -30px, 0);
    transform: translate3d(0, -30px, 0);
  }
  70% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -15px, 0);
    transform: translate3d(0, -15px, 0);
  }
  90% {
    -webkit-transform: translate3d(0, -4px, 0);
    transform: translate3d(0, -4px, 0);
  }
}
.bounce {
  -webkit-animation-name: bounce;
  animation-name: bounce;
  -webkit-transform-origin: center bottom;
  transform-origin: center bottom;
}

@-webkit-keyframes flash {
  from,
  50%,
  to {
    opacity: 1;
  }
  25%,
  75% {
    opacity: 0;
  }
}
@keyframes flash {
  from,
  50%,
  to {
    opacity: 1;
  }
  25%,
  75% {
    opacity: 0;
  }
}
.flash {
  -webkit-animation-name: flash;
  animation-name: flash;
}

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@-webkit-keyframes pulse {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
  50% {
    -webkit-transform: scale3d(1.05, 1.05, 1.05);
    transform: scale3d(1.05, 1.05, 1.05);
  }
  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
@keyframes pulse {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
  50% {
    -webkit-transform: scale3d(1.05, 1.05, 1.05);
    transform: scale3d(1.05, 1.05, 1.05);
  }
  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
.pulse {
  -webkit-animation-name: pulse;
  animation-name: pulse;
}

@-webkit-keyframes rubberBand {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
  30% {
    -webkit-transform: scale3d(1.25, 0.75, 1);
    transform: scale3d(1.25, 0.75, 1);
  }
  40% {
    -webkit-transform: scale3d(0.75, 1.25, 1);
    transform: scale3d(0.75, 1.25, 1);
  }
  50% {
    -webkit-transform: scale3d(1.15, 0.85, 1);
    transform: scale3d(1.15, 0.85, 1);
  }
  65% {
    -webkit-transform: scale3d(0.95, 1.05, 1);
    transform: scale3d(0.95, 1.05, 1);
  }
  75% {
    -webkit-transform: scale3d(1.05, 0.95, 1);
    transform: scale3d(1.05, 0.95, 1);
  }
  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
@keyframes rubberBand {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
  30% {
    -webkit-transform: scale3d(1.25, 0.75, 1);
    transform: scale3d(1.25, 0.75, 1);
  }
  40% {
    -webkit-transform: scale3d(0.75, 1.25, 1);
    transform: scale3d(0.75, 1.25, 1);
  }
  50% {
    -webkit-transform: scale3d(1.15, 0.85, 1);
    transform: scale3d(1.15, 0.85, 1);
  }
  65% {
    -webkit-transform: scale3d(0.95, 1.05, 1);
    transform: scale3d(0.95, 1.05, 1);
  }
  75% {
    -webkit-transform: scale3d(1.05, 0.95, 1);
    transform: scale3d(1.05, 0.95, 1);
  }
  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
.rubberBand {
  -webkit-animation-name: rubberBand;
  animation-name: rubberBand;
}

@-webkit-keyframes shake {
  from,
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  10%,
  30%,
  50%,
  70%,
  90% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0);
  }
  20%,
  40%,
  60%,
  80% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0);
  }
}
@keyframes shake {
  from,
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  10%,
  30%,
  50%,
  70%,
  90% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0);
  }
  20%,
  40%,
  60%,
  80% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0);
  }
}
.shake {
  -webkit-animation-name: shake;
  animation-name: shake;
}

@-webkit-keyframes headShake {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  6.5% {
    -webkit-transform: translateX(-6px) rotateY(-9deg);
    transform: translateX(-6px) rotateY(-9deg);
  }
  18.5% {
    -webkit-transform: translateX(5px) rotateY(7deg);
    transform: translateX(5px) rotateY(7deg);
  }
  31.5% {
    -webkit-transform: translateX(-3px) rotateY(-5deg);
    transform: translateX(-3px) rotateY(-5deg);
  }
  43.5% {
    -webkit-transform: translateX(2px) rotateY(3deg);
    transform: translateX(2px) rotateY(3deg);
  }
  50% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
@keyframes headShake {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  6.5% {
    -webkit-transform: translateX(-6px) rotateY(-9deg);
    transform: translateX(-6px) rotateY(-9deg);
  }
  18.5% {
    -webkit-transform: translateX(5px) rotateY(7deg);
    transform: translateX(5px) rotateY(7deg);
  }
  31.5% {
    -webkit-transform: translateX(-3px) rotateY(-5deg);
    transform: translateX(-3px) rotateY(-5deg);
  }
  43.5% {
    -webkit-transform: translateX(2px) rotateY(3deg);
    transform: translateX(2px) rotateY(3deg);
  }
  50% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
.headShake {
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
  -webkit-animation-name: headShake;
  animation-name: headShake;
}

@-webkit-keyframes swing {
  20% {
    -webkit-transform: rotate3d(0, 0, 1, 15deg);
    transform: rotate3d(0, 0, 1, 15deg);
  }
  40% {
    -webkit-transform: rotate3d(0, 0, 1, -10deg);
    transform: rotate3d(0, 0, 1, -10deg);
  }
  60% {
    -webkit-transform: rotate3d(0, 0, 1, 5deg);
    transform: rotate3d(0, 0, 1, 5deg);
  }
  80% {
    -webkit-transform: rotate3d(0, 0, 1, -5deg);
    transform: rotate3d(0, 0, 1, -5deg);
  }
  to {
    -webkit-transform: rotate3d(0, 0, 1, 0deg);
    transform: rotate3d(0, 0, 1, 0deg);
  }
}
@keyframes swing {
  20% {
    -webkit-transform: rotate3d(0, 0, 1, 15deg);
    transform: rotate3d(0, 0, 1, 15deg);
  }
  40% {
    -webkit-transform: rotate3d(0, 0, 1, -10deg);
    transform: rotate3d(0, 0, 1, -10deg);
  }
  60% {
    -webkit-transform: rotate3d(0, 0, 1, 5deg);
    transform: rotate3d(0, 0, 1, 5deg);
  }
  80% {
    -webkit-transform: rotate3d(0, 0, 1, -5deg);
    transform: rotate3d(0, 0, 1, -5deg);
  }
  to {
    -webkit-transform: rotate3d(0, 0, 1, 0deg);
    transform: rotate3d(0, 0, 1, 0deg);
  }
}
.swing {
  -webkit-transform-origin: top center;
  transform-origin: top center;
  -webkit-animation-name: swing;
  animation-name: swing;
}

@-webkit-keyframes tada {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
  10%,
  20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
  }
  30%,
  50%,
  70%,
  90% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
  }
  40%,
  60%,
  80% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
  }
  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
@keyframes tada {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
  10%,
  20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
  }
  30%,
  50%,
  70%,
  90% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
  }
  40%,
  60%,
  80% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
  }
  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
.tada {
  -webkit-animation-name: tada;
  animation-name: tada;
}

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@-webkit-keyframes wobble {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  15% {
    -webkit-transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
    transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
  }
  30% {
    -webkit-transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
    transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
  }
  45% {
    -webkit-transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
    transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
  }
  60% {
    -webkit-transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
    transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
  }
  75% {
    -webkit-transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
    transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes wobble {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  15% {
    -webkit-transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
    transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
  }
  30% {
    -webkit-transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
    transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
  }
  45% {
    -webkit-transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
    transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
  }
  60% {
    -webkit-transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
    transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
  }
  75% {
    -webkit-transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
    transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.wobble {
  -webkit-animation-name: wobble;
  animation-name: wobble;
}

@-webkit-keyframes jello {
  from,
  11.1%,
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  22.2% {
    -webkit-transform: skewX(-12.5deg) skewY(-12.5deg);
    transform: skewX(-12.5deg) skewY(-12.5deg);
  }
  33.3% {
    -webkit-transform: skewX(6.25deg) skewY(6.25deg);
    transform: skewX(6.25deg) skewY(6.25deg);
  }
  44.4% {
    -webkit-transform: skewX(-3.125deg) skewY(-3.125deg);
    transform: skewX(-3.125deg) skewY(-3.125deg);
  }
  55.5% {
    -webkit-transform: skewX(1.5625deg) skewY(1.5625deg);
    transform: skewX(1.5625deg) skewY(1.5625deg);
  }
  66.6% {
    -webkit-transform: skewX(-0.78125deg) skewY(-0.78125deg);
    transform: skewX(-0.78125deg) skewY(-0.78125deg);
  }
  77.7% {
    -webkit-transform: skewX(0.39063deg) skewY(0.39063deg);
    transform: skewX(0.39063deg) skewY(0.39063deg);
  }
  88.8% {
    -webkit-transform: skewX(-0.19531deg) skewY(-0.19531deg);
    transform: skewX(-0.19531deg) skewY(-0.19531deg);
  }
}
@keyframes jello {
  from,
  11.1%,
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  22.2% {
    -webkit-transform: skewX(-12.5deg) skewY(-12.5deg);
    transform: skewX(-12.5deg) skewY(-12.5deg);
  }
  33.3% {
    -webkit-transform: skewX(6.25deg) skewY(6.25deg);
    transform: skewX(6.25deg) skewY(6.25deg);
  }
  44.4% {
    -webkit-transform: skewX(-3.125deg) skewY(-3.125deg);
    transform: skewX(-3.125deg) skewY(-3.125deg);
  }
  55.5% {
    -webkit-transform: skewX(1.5625deg) skewY(1.5625deg);
    transform: skewX(1.5625deg) skewY(1.5625deg);
  }
  66.6% {
    -webkit-transform: skewX(-0.78125deg) skewY(-0.78125deg);
    transform: skewX(-0.78125deg) skewY(-0.78125deg);
  }
  77.7% {
    -webkit-transform: skewX(0.39063deg) skewY(0.39063deg);
    transform: skewX(0.39063deg) skewY(0.39063deg);
  }
  88.8% {
    -webkit-transform: skewX(-0.19531deg) skewY(-0.19531deg);
    transform: skewX(-0.19531deg) skewY(-0.19531deg);
  }
}
.jello {
  -webkit-animation-name: jello;
  animation-name: jello;
  -webkit-transform-origin: center;
  transform-origin: center;
}

@-webkit-keyframes heartBeat {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  14% {
    -webkit-transform: scale(1.3);
    transform: scale(1.3);
  }
  28% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  42% {
    -webkit-transform: scale(1.3);
    transform: scale(1.3);
  }
  70% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
@keyframes heartBeat {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  14% {
    -webkit-transform: scale(1.3);
    transform: scale(1.3);
  }
  28% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  42% {
    -webkit-transform: scale(1.3);
    transform: scale(1.3);
  }
  70% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
.heartBeat {
  -webkit-animation-name: heartBeat;
  animation-name: heartBeat;
  -webkit-animation-duration: 1.3s;
  animation-duration: 1.3s;
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
}

@-webkit-keyframes bounceIn {
  from,
  20%,
  40%,
  60%,
  80%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  20% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
  }
  40% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(1.03, 1.03, 1.03);
    transform: scale3d(1.03, 1.03, 1.03);
  }
  80% {
    -webkit-transform: scale3d(0.97, 0.97, 0.97);
    transform: scale3d(0.97, 0.97, 0.97);
  }
  to {
    opacity: 1;
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
@keyframes bounceIn {
  from,
  20%,
  40%,
  60%,
  80%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  20% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
  }
  40% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(1.03, 1.03, 1.03);
    transform: scale3d(1.03, 1.03, 1.03);
  }
  80% {
    -webkit-transform: scale3d(0.97, 0.97, 0.97);
    transform: scale3d(0.97, 0.97, 0.97);
  }
  to {
    opacity: 1;
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
.bounceIn {
  -webkit-animation-duration: 0.75s;
  animation-duration: 0.75s;
  -webkit-animation-name: bounceIn;
  animation-name: bounceIn;
}

@-webkit-keyframes bounceInDown {
  from,
  60%,
  75%,
  90%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -3000px, 0);
    transform: translate3d(0, -3000px, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, 25px, 0);
    transform: translate3d(0, 25px, 0);
  }
  75% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0);
  }
  90% {
    -webkit-transform: translate3d(0, 5px, 0);
    transform: translate3d(0, 5px, 0);
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes bounceInDown {
  from,
  60%,
  75%,
  90%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -3000px, 0);
    transform: translate3d(0, -3000px, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, 25px, 0);
    transform: translate3d(0, 25px, 0);
  }
  75% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0);
  }
  90% {
    -webkit-transform: translate3d(0, 5px, 0);
    transform: translate3d(0, 5px, 0);
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.bounceInDown {
  -webkit-animation-name: bounceInDown;
  animation-name: bounceInDown;
}

@-webkit-keyframes bounceInLeft {
  from,
  60%,
  75%,
  90%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-3000px, 0, 0);
    transform: translate3d(-3000px, 0, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(25px, 0, 0);
    transform: translate3d(25px, 0, 0);
  }
  75% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0);
  }
  90% {
    -webkit-transform: translate3d(5px, 0, 0);
    transform: translate3d(5px, 0, 0);
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes bounceInLeft {
  from,
  60%,
  75%,
  90%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-3000px, 0, 0);
    transform: translate3d(-3000px, 0, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(25px, 0, 0);
    transform: translate3d(25px, 0, 0);
  }
  75% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0);
  }
  90% {
    -webkit-transform: translate3d(5px, 0, 0);
    transform: translate3d(5px, 0, 0);
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.bounceInLeft {
  -webkit-animation-name: bounceInLeft;
  animation-name: bounceInLeft;
}

@-webkit-keyframes bounceInRight {
  from,
  60%,
  75%,
  90%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  from {
    opacity: 0;
    -webkit-transform: translate3d(3000px, 0, 0);
    transform: translate3d(3000px, 0, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(-25px, 0, 0);
    transform: translate3d(-25px, 0, 0);
  }
  75% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0);
  }
  90% {
    -webkit-transform: translate3d(-5px, 0, 0);
    transform: translate3d(-5px, 0, 0);
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes bounceInRight {
  from,
  60%,
  75%,
  90%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  from {
    opacity: 0;
    -webkit-transform: translate3d(3000px, 0, 0);
    transform: translate3d(3000px, 0, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(-25px, 0, 0);
    transform: translate3d(-25px, 0, 0);
  }
  75% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0);
  }
  90% {
    -webkit-transform: translate3d(-5px, 0, 0);
    transform: translate3d(-5px, 0, 0);
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.bounceInRight {
  -webkit-animation-name: bounceInRight;
  animation-name: bounceInRight;
}

@-webkit-keyframes bounceInUp {
  from,
  60%,
  75%,
  90%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 3000px, 0);
    transform: translate3d(0, 3000px, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0);
  }
  75% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0);
  }
  90% {
    -webkit-transform: translate3d(0, -5px, 0);
    transform: translate3d(0, -5px, 0);
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes bounceInUp {
  from,
  60%,
  75%,
  90%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 3000px, 0);
    transform: translate3d(0, 3000px, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0);
  }
  75% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0);
  }
  90% {
    -webkit-transform: translate3d(0, -5px, 0);
    transform: translate3d(0, -5px, 0);
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.bounceInUp {
  -webkit-animation-name: bounceInUp;
  animation-name: bounceInUp;
}

@-webkit-keyframes bounceOut {
  20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9);
  }
  50%,
  55% {
    opacity: 1;
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
  }
  to {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
}
@keyframes bounceOut {
  20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9);
  }
  50%,
  55% {
    opacity: 1;
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
  }
  to {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
}
.bounceOut {
  -webkit-animation-duration: 0.75s;
  animation-duration: 0.75s;
  -webkit-animation-name: bounceOut;
  animation-name: bounceOut;
}

@-webkit-keyframes bounceOutDown {
  20% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0);
  }
  40%,
  45% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
}
@keyframes bounceOutDown {
  20% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0);
  }
  40%,
  45% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
}
.bounceOutDown {
  -webkit-animation-name: bounceOutDown;
  animation-name: bounceOutDown;
}

@-webkit-keyframes bounceOutLeft {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(20px, 0, 0);
    transform: translate3d(20px, 0, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
}
@keyframes bounceOutLeft {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(20px, 0, 0);
    transform: translate3d(20px, 0, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
}
.bounceOutLeft {
  -webkit-animation-name: bounceOutLeft;
  animation-name: bounceOutLeft;
}

@-webkit-keyframes bounceOutRight {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(-20px, 0, 0);
    transform: translate3d(-20px, 0, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
}
@keyframes bounceOutRight {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(-20px, 0, 0);
    transform: translate3d(-20px, 0, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
}
.bounceOutRight {
  -webkit-animation-name: bounceOutRight;
  animation-name: bounceOutRight;
}

@-webkit-keyframes bounceOutUp {
  20% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0);
  }
  40%,
  45% {
    opacity: 1;
    -webkit-transform: translate3d(0, 20px, 0);
    transform: translate3d(0, 20px, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
}
@keyframes bounceOutUp {
  20% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0);
  }
  40%,
  45% {
    opacity: 1;
    -webkit-transform: translate3d(0, 20px, 0);
    transform: translate3d(0, 20px, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
}
.bounceOutUp {
  -webkit-animation-name: bounceOutUp;
  animation-name: bounceOutUp;
}

@-webkit-keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.fadeIn {
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn;
}

@-webkit-keyframes fadeInDown {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes fadeInDown {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.fadeInDown {
  -webkit-animation-name: fadeInDown;
  animation-name: fadeInDown;
}

@-webkit-keyframes fadeInDownBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes fadeInDownBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.fadeInDownBig {
  -webkit-animation-name: fadeInDownBig;
  animation-name: fadeInDownBig;
}

@-webkit-keyframes fadeInLeft {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes fadeInLeft {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.fadeInLeft {
  -webkit-animation-name: fadeInLeft;
  animation-name: fadeInLeft;
}

@-webkit-keyframes fadeInLeftBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes fadeInLeftBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.fadeInLeftBig {
  -webkit-animation-name: fadeInLeftBig;
  animation-name: fadeInLeftBig;
}

@-webkit-keyframes fadeInRight {
  from {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes fadeInRight {
  from {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.fadeInRight {
  -webkit-animation-name: fadeInRight;
  animation-name: fadeInRight;
}

@-webkit-keyframes fadeInRightBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes fadeInRightBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.fadeInRightBig {
  -webkit-animation-name: fadeInRightBig;
  animation-name: fadeInRightBig;
}

@-webkit-keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.fadeInUp {
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp;
}

@-webkit-keyframes fadeInUpBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes fadeInUpBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.fadeInUpBig {
  -webkit-animation-name: fadeInUpBig;
  animation-name: fadeInUpBig;
}

@-webkit-keyframes fadeOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
@keyframes fadeOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
.fadeOut {
  -webkit-animation-name: fadeOut;
  animation-name: fadeOut;
}

@-webkit-keyframes fadeOutDown {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
}
@keyframes fadeOutDown {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
}
.fadeOutDown {
  -webkit-animation-name: fadeOutDown;
  animation-name: fadeOutDown;
}

@-webkit-keyframes fadeOutDownBig {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
}
@keyframes fadeOutDownBig {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
}
.fadeOutDownBig {
  -webkit-animation-name: fadeOutDownBig;
  animation-name: fadeOutDownBig;
}

@-webkit-keyframes fadeOutLeft {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
}
@keyframes fadeOutLeft {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
}
.fadeOutLeft {
  -webkit-animation-name: fadeOutLeft;
  animation-name: fadeOutLeft;
}

@-webkit-keyframes fadeOutLeftBig {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
}
@keyframes fadeOutLeftBig {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
}
.fadeOutLeftBig {
  -webkit-animation-name: fadeOutLeftBig;
  animation-name: fadeOutLeftBig;
}

@-webkit-keyframes fadeOutRight {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
}
@keyframes fadeOutRight {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
}
.fadeOutRight {
  -webkit-animation-name: fadeOutRight;
  animation-name: fadeOutRight;
}

@-webkit-keyframes fadeOutRightBig {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
}
@keyframes fadeOutRightBig {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
}
.fadeOutRightBig {
  -webkit-animation-name: fadeOutRightBig;
  animation-name: fadeOutRightBig;
}

@-webkit-keyframes fadeOutUp {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
}
@keyframes fadeOutUp {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
}
.fadeOutUp {
  -webkit-animation-name: fadeOutUp;
  animation-name: fadeOutUp;
}

@-webkit-keyframes fadeOutUpBig {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
}
@keyframes fadeOutUpBig {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
}
.fadeOutUpBig {
  -webkit-animation-name: fadeOutUpBig;
  animation-name: fadeOutUpBig;
}

@-webkit-keyframes flip {
  from {
    -webkit-transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 0) rotate3d(0, 1, 0, -360deg);
    transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 0) rotate3d(0, 1, 0, -360deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  40% {
    -webkit-transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
    transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  50% {
    -webkit-transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
    transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  80% {
    -webkit-transform: perspective(400px) scale3d(0.95, 0.95, 0.95) translate3d(0, 0, 0) rotate3d(0, 1, 0, 0deg);
    transform: perspective(400px) scale3d(0.95, 0.95, 0.95) translate3d(0, 0, 0) rotate3d(0, 1, 0, 0deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  to {
    -webkit-transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 0) rotate3d(0, 1, 0, 0deg);
    transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 0) rotate3d(0, 1, 0, 0deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
}
@keyframes flip {
  from {
    -webkit-transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 0) rotate3d(0, 1, 0, -360deg);
    transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 0) rotate3d(0, 1, 0, -360deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  40% {
    -webkit-transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
    transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  50% {
    -webkit-transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
    transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  80% {
    -webkit-transform: perspective(400px) scale3d(0.95, 0.95, 0.95) translate3d(0, 0, 0) rotate3d(0, 1, 0, 0deg);
    transform: perspective(400px) scale3d(0.95, 0.95, 0.95) translate3d(0, 0, 0) rotate3d(0, 1, 0, 0deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  to {
    -webkit-transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 0) rotate3d(0, 1, 0, 0deg);
    transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 0) rotate3d(0, 1, 0, 0deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
}
.animated.flip {
  -webkit-backface-visibility: visible;
  backface-visibility: visible;
  -webkit-animation-name: flip;
  animation-name: flip;
}

@-webkit-keyframes flipInX {
  from {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0;
  }
  40% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  60% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
  }
  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
}
@keyframes flipInX {
  from {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0;
  }
  40% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  60% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
  }
  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
}
.flipInX {
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipInX;
  animation-name: flipInX;
}

@-webkit-keyframes flipInY {
  from {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0;
  }
  40% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  60% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
  }
  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
}
@keyframes flipInY {
  from {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0;
  }
  40% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  60% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
  }
  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
}
.flipInY {
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipInY;
  animation-name: flipInY;
}

@-webkit-keyframes flipOutX {
  from {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
  30% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    opacity: 1;
  }
  to {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    opacity: 0;
  }
}
@keyframes flipOutX {
  from {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
  30% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    opacity: 1;
  }
  to {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    opacity: 0;
  }
}
.flipOutX {
  -webkit-animation-duration: 0.75s;
  animation-duration: 0.75s;
  -webkit-animation-name: flipOutX;
  animation-name: flipOutX;
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
}

@-webkit-keyframes flipOutY {
  from {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
  30% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    opacity: 1;
  }
  to {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    opacity: 0;
  }
}
@keyframes flipOutY {
  from {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
  30% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    opacity: 1;
  }
  to {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    opacity: 0;
  }
}
.flipOutY {
  -webkit-animation-duration: 0.75s;
  animation-duration: 0.75s;
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipOutY;
  animation-name: flipOutY;
}

@-webkit-keyframes lightSpeedIn {
  from {
    -webkit-transform: translate3d(100%, 0, 0) skewX(-30deg);
    transform: translate3d(100%, 0, 0) skewX(-30deg);
    opacity: 0;
  }
  60% {
    -webkit-transform: skewX(20deg);
    transform: skewX(20deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: skewX(-5deg);
    transform: skewX(-5deg);
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes lightSpeedIn {
  from {
    -webkit-transform: translate3d(100%, 0, 0) skewX(-30deg);
    transform: translate3d(100%, 0, 0) skewX(-30deg);
    opacity: 0;
  }
  60% {
    -webkit-transform: skewX(20deg);
    transform: skewX(20deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: skewX(-5deg);
    transform: skewX(-5deg);
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.lightSpeedIn {
  -webkit-animation-name: lightSpeedIn;
  animation-name: lightSpeedIn;
  -webkit-animation-timing-function: ease-out;
  animation-timing-function: ease-out;
}

@-webkit-keyframes lightSpeedOut {
  from {
    opacity: 1;
  }
  to {
    -webkit-transform: translate3d(100%, 0, 0) skewX(30deg);
    transform: translate3d(100%, 0, 0) skewX(30deg);
    opacity: 0;
  }
}
@keyframes lightSpeedOut {
  from {
    opacity: 1;
  }
  to {
    -webkit-transform: translate3d(100%, 0, 0) skewX(30deg);
    transform: translate3d(100%, 0, 0) skewX(30deg);
    opacity: 0;
  }
}
.lightSpeedOut {
  -webkit-animation-name: lightSpeedOut;
  animation-name: lightSpeedOut;
  -webkit-animation-timing-function: ease-in;
  animation-timing-function: ease-in;
}

@-webkit-keyframes rotateIn {
  from {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate3d(0, 0, 1, -200deg);
    transform: rotate3d(0, 0, 1, -200deg);
    opacity: 0;
  }
  to {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}
@keyframes rotateIn {
  from {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate3d(0, 0, 1, -200deg);
    transform: rotate3d(0, 0, 1, -200deg);
    opacity: 0;
  }
  to {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}
.rotateIn {
  -webkit-animation-name: rotateIn;
  animation-name: rotateIn;
}

@-webkit-keyframes rotateInDownLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}
@keyframes rotateInDownLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}
.rotateInDownLeft {
  -webkit-animation-name: rotateInDownLeft;
  animation-name: rotateInDownLeft;
}

@-webkit-keyframes rotateInDownRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}
@keyframes rotateInDownRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}
.rotateInDownRight {
  -webkit-animation-name: rotateInDownRight;
  animation-name: rotateInDownRight;
}

@-webkit-keyframes rotateInUpLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}
@keyframes rotateInUpLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}
.rotateInUpLeft {
  -webkit-animation-name: rotateInUpLeft;
  animation-name: rotateInUpLeft;
}

@-webkit-keyframes rotateInUpRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, -90deg);
    transform: rotate3d(0, 0, 1, -90deg);
    opacity: 0;
  }
  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}
@keyframes rotateInUpRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, -90deg);
    transform: rotate3d(0, 0, 1, -90deg);
    opacity: 0;
  }
  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}
.rotateInUpRight {
  -webkit-animation-name: rotateInUpRight;
  animation-name: rotateInUpRight;
}

@-webkit-keyframes rotateOut {
  from {
    -webkit-transform-origin: center;
    transform-origin: center;
    opacity: 1;
  }
  to {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate3d(0, 0, 1, 200deg);
    transform: rotate3d(0, 0, 1, 200deg);
    opacity: 0;
  }
}
@keyframes rotateOut {
  from {
    -webkit-transform-origin: center;
    transform-origin: center;
    opacity: 1;
  }
  to {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate3d(0, 0, 1, 200deg);
    transform: rotate3d(0, 0, 1, 200deg);
    opacity: 0;
  }
}
.rotateOut {
  -webkit-animation-name: rotateOut;
  animation-name: rotateOut;
}

@-webkit-keyframes rotateOutDownLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    opacity: 1;
  }
  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
}
@keyframes rotateOutDownLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    opacity: 1;
  }
  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
}
.rotateOutDownLeft {
  -webkit-animation-name: rotateOutDownLeft;
  animation-name: rotateOutDownLeft;
}

@-webkit-keyframes rotateOutDownRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    opacity: 1;
  }
  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
}
@keyframes rotateOutDownRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    opacity: 1;
  }
  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
}
.rotateOutDownRight {
  -webkit-animation-name: rotateOutDownRight;
  animation-name: rotateOutDownRight;
}

@-webkit-keyframes rotateOutUpLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    opacity: 1;
  }
  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
}
@keyframes rotateOutUpLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    opacity: 1;
  }
  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
}
.rotateOutUpLeft {
  -webkit-animation-name: rotateOutUpLeft;
  animation-name: rotateOutUpLeft;
}

@-webkit-keyframes rotateOutUpRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    opacity: 1;
  }
  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, 90deg);
    transform: rotate3d(0, 0, 1, 90deg);
    opacity: 0;
  }
}
@keyframes rotateOutUpRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    opacity: 1;
  }
  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, 90deg);
    transform: rotate3d(0, 0, 1, 90deg);
    opacity: 0;
  }
}
.rotateOutUpRight {
  -webkit-animation-name: rotateOutUpRight;
  animation-name: rotateOutUpRight;
}

@-webkit-keyframes hinge {
  0% {
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }
  20%,
  60% {
    -webkit-transform: rotate3d(0, 0, 1, 80deg);
    transform: rotate3d(0, 0, 1, 80deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }
  40%,
  80% {
    -webkit-transform: rotate3d(0, 0, 1, 60deg);
    transform: rotate3d(0, 0, 1, 60deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    opacity: 1;
  }
  to {
    -webkit-transform: translate3d(0, 700px, 0);
    transform: translate3d(0, 700px, 0);
    opacity: 0;
  }
}
@keyframes hinge {
  0% {
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }
  20%,
  60% {
    -webkit-transform: rotate3d(0, 0, 1, 80deg);
    transform: rotate3d(0, 0, 1, 80deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }
  40%,
  80% {
    -webkit-transform: rotate3d(0, 0, 1, 60deg);
    transform: rotate3d(0, 0, 1, 60deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    opacity: 1;
  }
  to {
    -webkit-transform: translate3d(0, 700px, 0);
    transform: translate3d(0, 700px, 0);
    opacity: 0;
  }
}
.hinge {
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
  -webkit-animation-name: hinge;
  animation-name: hinge;
}

@-webkit-keyframes jackInTheBox {
  from {
    opacity: 0;
    -webkit-transform: scale(0.1) rotate(30deg);
    transform: scale(0.1) rotate(30deg);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
  }
  50% {
    -webkit-transform: rotate(-10deg);
    transform: rotate(-10deg);
  }
  70% {
    -webkit-transform: rotate(3deg);
    transform: rotate(3deg);
  }
  to {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
@keyframes jackInTheBox {
  from {
    opacity: 0;
    -webkit-transform: scale(0.1) rotate(30deg);
    transform: scale(0.1) rotate(30deg);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
  }
  50% {
    -webkit-transform: rotate(-10deg);
    transform: rotate(-10deg);
  }
  70% {
    -webkit-transform: rotate(3deg);
    transform: rotate(3deg);
  }
  to {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
.jackInTheBox {
  -webkit-animation-name: jackInTheBox;
  animation-name: jackInTheBox;
}

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@-webkit-keyframes rollIn {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
    transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes rollIn {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
    transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.rollIn {
  -webkit-animation-name: rollIn;
  animation-name: rollIn;
}

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@-webkit-keyframes rollOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
    transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
  }
}
@keyframes rollOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
    transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
  }
}
.rollOut {
  -webkit-animation-name: rollOut;
  animation-name: rollOut;
}

@-webkit-keyframes zoomIn {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  50% {
    opacity: 1;
  }
}
@keyframes zoomIn {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  50% {
    opacity: 1;
  }
}
.zoomIn {
  -webkit-animation-name: zoomIn;
  animation-name: zoomIn;
}

@-webkit-keyframes zoomInDown {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
@keyframes zoomInDown {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
.zoomInDown {
  -webkit-animation-name: zoomInDown;
  animation-name: zoomInDown;
}

@-webkit-keyframes zoomInLeft {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
@keyframes zoomInLeft {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
.zoomInLeft {
  -webkit-animation-name: zoomInLeft;
  animation-name: zoomInLeft;
}

@-webkit-keyframes zoomInRight {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
@keyframes zoomInRight {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
.zoomInRight {
  -webkit-animation-name: zoomInRight;
  animation-name: zoomInRight;
}

@-webkit-keyframes zoomInUp {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
@keyframes zoomInUp {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
.zoomInUp {
  -webkit-animation-name: zoomInUp;
  animation-name: zoomInUp;
}

@-webkit-keyframes zoomOut {
  from {
    opacity: 1;
  }
  50% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  to {
    opacity: 0;
  }
}
@keyframes zoomOut {
  from {
    opacity: 1;
  }
  50% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  to {
    opacity: 0;
  }
}
.zoomOut {
  -webkit-animation-name: zoomOut;
  animation-name: zoomOut;
}

@-webkit-keyframes zoomOutDown {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  to {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
@keyframes zoomOutDown {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  to {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
.zoomOutDown {
  -webkit-animation-name: zoomOutDown;
  animation-name: zoomOutDown;
}

@-webkit-keyframes zoomOutLeft {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: scale(0.1) translate3d(-2000px, 0, 0);
    transform: scale(0.1) translate3d(-2000px, 0, 0);
    -webkit-transform-origin: left center;
    transform-origin: left center;
  }
}
@keyframes zoomOutLeft {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: scale(0.1) translate3d(-2000px, 0, 0);
    transform: scale(0.1) translate3d(-2000px, 0, 0);
    -webkit-transform-origin: left center;
    transform-origin: left center;
  }
}
.zoomOutLeft {
  -webkit-animation-name: zoomOutLeft;
  animation-name: zoomOutLeft;
}

@-webkit-keyframes zoomOutRight {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: scale(0.1) translate3d(2000px, 0, 0);
    transform: scale(0.1) translate3d(2000px, 0, 0);
    -webkit-transform-origin: right center;
    transform-origin: right center;
  }
}
@keyframes zoomOutRight {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: scale(0.1) translate3d(2000px, 0, 0);
    transform: scale(0.1) translate3d(2000px, 0, 0);
    -webkit-transform-origin: right center;
    transform-origin: right center;
  }
}
.zoomOutRight {
  -webkit-animation-name: zoomOutRight;
  animation-name: zoomOutRight;
}

@-webkit-keyframes zoomOutUp {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  to {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
@keyframes zoomOutUp {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  to {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
.zoomOutUp {
  -webkit-animation-name: zoomOutUp;
  animation-name: zoomOutUp;
}

@-webkit-keyframes slideInDown {
  from {
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes slideInDown {
  from {
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.slideInDown {
  -webkit-animation-name: slideInDown;
  animation-name: slideInDown;
}

@-webkit-keyframes slideInLeft {
  from {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes slideInLeft {
  from {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.slideInLeft {
  -webkit-animation-name: slideInLeft;
  animation-name: slideInLeft;
}

@-webkit-keyframes slideInRight {
  from {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes slideInRight {
  from {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.slideInRight {
  -webkit-animation-name: slideInRight;
  animation-name: slideInRight;
}

@-webkit-keyframes slideInUp {
  from {
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes slideInUp {
  from {
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.slideInUp {
  -webkit-animation-name: slideInUp;
  animation-name: slideInUp;
}

@-webkit-keyframes slideOutDown {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
}
@keyframes slideOutDown {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
}
.slideOutDown {
  -webkit-animation-name: slideOutDown;
  animation-name: slideOutDown;
}

@-webkit-keyframes slideOutLeft {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
}
@keyframes slideOutLeft {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
}
.slideOutLeft {
  -webkit-animation-name: slideOutLeft;
  animation-name: slideOutLeft;
}

@-webkit-keyframes slideOutRight {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
}
@keyframes slideOutRight {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
}
.slideOutRight {
  -webkit-animation-name: slideOutRight;
  animation-name: slideOutRight;
}

@-webkit-keyframes slideOutUp {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
}
@keyframes slideOutUp {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
}
.slideOutUp {
  -webkit-animation-name: slideOutUp;
  animation-name: slideOutUp;
}

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

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

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

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

.animated.delay-3s {
  -webkit-animation-delay: 3s;
  animation-delay: 3s;
}

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

.animated.delay-5s {
  -webkit-animation-delay: 5s;
  animation-delay: 5s;
}

.animated.fast {
  -webkit-animation-duration: 800ms;
  animation-duration: 800ms;
}

.animated.faster {
  -webkit-animation-duration: 500ms;
  animation-duration: 500ms;
}

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

.animated.slower {
  -webkit-animation-duration: 3s;
  animation-duration: 3s;
}

@media (print), (prefers-reduced-motion: reduce) {
  .animated {
    -webkit-animation-duration: 1ms !important;
    animation-duration: 1ms !important;
    -webkit-transition-duration: 1ms !important;
    transition-duration: 1ms !important;
    -webkit-animation-iteration-count: 1 !important;
    animation-iteration-count: 1 !important;
  }
}
.block-call-or-message {
  width: 100%;
  padding: 70px 0;
  text-align: center;
  color: #ffffff;
  margin: 50px 0;
  background: #06a2dd;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
@media only screen and (max-width: 768px) {
  .block-call-or-message {
    width: 100vw;
    margin: 0 -10px;
  }
}
.block-call-or-message h1,
.block-call-or-message h2,
.block-call-or-message h3,
.block-call-or-message h4 {
  color: #ffffff;
  margin: 0 0 30px 0;
}
.block-call-or-message p {
  color: #ffffff;
  margin: 0 0 30px 0;
}
.block-call-or-message .actions {
  width: 100%;
  max-width: 450px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media only screen and (max-width: 768px) {
  .block-call-or-message .actions {
    flex-direction: column;
  }
}
.block-call-or-message .actions .hub-button, .block-call-or-message .actions body.woocommerce-page .category.grid .products div.product .button, body.woocommerce-page .category.grid .products div.product .block-call-or-message .actions .button,
.block-call-or-message .actions body.page-id-5329 .category.grid .products div.product .button,
body.page-id-5329 .category.grid .products div.product .block-call-or-message .actions .button, .block-call-or-message .actions body.woocommerce-page .category.list .products div.product .button, body.woocommerce-page .category.list .products div.product .block-call-or-message .actions .button,
.block-call-or-message .actions body.page-id-5329 .category.list .products div.product .button,
body.page-id-5329 .category.list .products div.product .block-call-or-message .actions .button, .block-call-or-message .actions .owl-carousel div.product .button, .owl-carousel div.product .block-call-or-message .actions .button, .block-call-or-message .actions .woocommerce form.register .woocommerce-button, .woocommerce form.register .block-call-or-message .actions .woocommerce-button,
.block-call-or-message .actions .woocommerce form.login .woocommerce-button,
.woocommerce form.login .block-call-or-message .actions .woocommerce-button {
  flex: 0.47;
  padding: 0;
}
@media only screen and (max-width: 768px) {
  .block-call-or-message .actions .hub-button, .block-call-or-message .actions body.woocommerce-page .category.grid .products div.product .button, body.woocommerce-page .category.grid .products div.product .block-call-or-message .actions .button,
  .block-call-or-message .actions body.page-id-5329 .category.grid .products div.product .button,
  body.page-id-5329 .category.grid .products div.product .block-call-or-message .actions .button, .block-call-or-message .actions body.woocommerce-page .category.list .products div.product .button, body.woocommerce-page .category.list .products div.product .block-call-or-message .actions .button,
  .block-call-or-message .actions body.page-id-5329 .category.list .products div.product .button,
  body.page-id-5329 .category.list .products div.product .block-call-or-message .actions .button, .block-call-or-message .actions .owl-carousel div.product .button, .owl-carousel div.product .block-call-or-message .actions .button, .block-call-or-message .actions .woocommerce form.register .woocommerce-button, .woocommerce form.register .block-call-or-message .actions .woocommerce-button,
  .block-call-or-message .actions .woocommerce form.login .woocommerce-button,
  .woocommerce form.login .block-call-or-message .actions .woocommerce-button {
    flex: auto !important;
    width: 80%;
    display: flex;
    margin: 5px 0;
  }
}
.block-call-or-message .actions .hub-button svg, .block-call-or-message .actions body.woocommerce-page .category.grid .products div.product .button svg, body.woocommerce-page .category.grid .products div.product .block-call-or-message .actions .button svg,
.block-call-or-message .actions body.page-id-5329 .category.grid .products div.product .button svg,
body.page-id-5329 .category.grid .products div.product .block-call-or-message .actions .button svg, .block-call-or-message .actions body.woocommerce-page .category.list .products div.product .button svg, body.woocommerce-page .category.list .products div.product .block-call-or-message .actions .button svg,
.block-call-or-message .actions body.page-id-5329 .category.list .products div.product .button svg,
body.page-id-5329 .category.list .products div.product .block-call-or-message .actions .button svg, .block-call-or-message .actions .owl-carousel div.product .button svg, .owl-carousel div.product .block-call-or-message .actions .button svg, .block-call-or-message .actions .woocommerce form.register .woocommerce-button svg, .woocommerce form.register .block-call-or-message .actions .woocommerce-button svg,
.block-call-or-message .actions .woocommerce form.login .woocommerce-button svg,
.woocommerce form.login .block-call-or-message .actions .woocommerce-button svg {
  margin-right: 10px;
}

.block-quote-or-message {
  width: 100%;
  padding: 70px 0;
  text-align: center;
  color: #ffffff;
  margin: 50px 0;
  background: #06a2dd;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
@media only screen and (max-width: 768px) {
  .block-quote-or-message {
    width: 100vw;
    margin: 0 -10px;
  }
}
.block-quote-or-message h1,
.block-quote-or-message h2,
.block-quote-or-message h3,
.block-quote-or-message h4 {
  color: #ffffff;
  margin: 0 0 30px 0;
}
.block-quote-or-message p {
  color: #ffffff;
  margin: 0 0 30px 0;
}
.block-quote-or-message .actions {
  width: 100%;
  max-width: 450px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media only screen and (max-width: 768px) {
  .block-quote-or-message .actions {
    flex-direction: column;
  }
}
.block-quote-or-message .actions .hub-button, .block-quote-or-message .actions body.woocommerce-page .category.grid .products div.product .button, body.woocommerce-page .category.grid .products div.product .block-quote-or-message .actions .button,
.block-quote-or-message .actions body.page-id-5329 .category.grid .products div.product .button,
body.page-id-5329 .category.grid .products div.product .block-quote-or-message .actions .button, .block-quote-or-message .actions body.woocommerce-page .category.list .products div.product .button, body.woocommerce-page .category.list .products div.product .block-quote-or-message .actions .button,
.block-quote-or-message .actions body.page-id-5329 .category.list .products div.product .button,
body.page-id-5329 .category.list .products div.product .block-quote-or-message .actions .button, .block-quote-or-message .actions .owl-carousel div.product .button, .owl-carousel div.product .block-quote-or-message .actions .button, .block-quote-or-message .actions .woocommerce form.register .woocommerce-button, .woocommerce form.register .block-quote-or-message .actions .woocommerce-button,
.block-quote-or-message .actions .woocommerce form.login .woocommerce-button,
.woocommerce form.login .block-quote-or-message .actions .woocommerce-button {
  flex: 0.47;
  padding: 0;
}
@media only screen and (max-width: 768px) {
  .block-quote-or-message .actions .hub-button, .block-quote-or-message .actions body.woocommerce-page .category.grid .products div.product .button, body.woocommerce-page .category.grid .products div.product .block-quote-or-message .actions .button,
  .block-quote-or-message .actions body.page-id-5329 .category.grid .products div.product .button,
  body.page-id-5329 .category.grid .products div.product .block-quote-or-message .actions .button, .block-quote-or-message .actions body.woocommerce-page .category.list .products div.product .button, body.woocommerce-page .category.list .products div.product .block-quote-or-message .actions .button,
  .block-quote-or-message .actions body.page-id-5329 .category.list .products div.product .button,
  body.page-id-5329 .category.list .products div.product .block-quote-or-message .actions .button, .block-quote-or-message .actions .owl-carousel div.product .button, .owl-carousel div.product .block-quote-or-message .actions .button, .block-quote-or-message .actions .woocommerce form.register .woocommerce-button, .woocommerce form.register .block-quote-or-message .actions .woocommerce-button,
  .block-quote-or-message .actions .woocommerce form.login .woocommerce-button,
  .woocommerce form.login .block-quote-or-message .actions .woocommerce-button {
    flex: auto !important;
    width: 80%;
    display: flex;
    margin: 5px 0;
  }
}
.block-quote-or-message .actions .hub-button svg, .block-quote-or-message .actions body.woocommerce-page .category.grid .products div.product .button svg, body.woocommerce-page .category.grid .products div.product .block-quote-or-message .actions .button svg,
.block-quote-or-message .actions body.page-id-5329 .category.grid .products div.product .button svg,
body.page-id-5329 .category.grid .products div.product .block-quote-or-message .actions .button svg, .block-quote-or-message .actions body.woocommerce-page .category.list .products div.product .button svg, body.woocommerce-page .category.list .products div.product .block-quote-or-message .actions .button svg,
.block-quote-or-message .actions body.page-id-5329 .category.list .products div.product .button svg,
body.page-id-5329 .category.list .products div.product .block-quote-or-message .actions .button svg, .block-quote-or-message .actions .owl-carousel div.product .button svg, .owl-carousel div.product .block-quote-or-message .actions .button svg, .block-quote-or-message .actions .woocommerce form.register .woocommerce-button svg, .woocommerce form.register .block-quote-or-message .actions .woocommerce-button svg,
.block-quote-or-message .actions .woocommerce form.login .woocommerce-button svg,
.woocommerce form.login .block-quote-or-message .actions .woocommerce-button svg {
  margin-right: 10px;
}

.breadcrumbs,
.woocommerce .woocommerce-breadcrumb {
  font-family: "Rubik", sans-serif;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  font-size: 0.7rem;
  color: #8d8d8d;
  width: 100%;
  height: 50px;
  border-bottom: 1px solid #dedede;
}
@media only screen and (max-width: 768px) {
  .breadcrumbs,
  .woocommerce .woocommerce-breadcrumb {
    display: none;
  }
}
.breadcrumbs .flex-container > span > span > a,
.woocommerce .woocommerce-breadcrumb .flex-container > span > span > a {
  font-weight: bold;
}
.breadcrumbs a,
.woocommerce .woocommerce-breadcrumb a {
  font-size: 0.7rem;
  color: #515151;
}

.hub-button, body.woocommerce-page .category.grid .products div.product .button,
body.page-id-5329 .category.grid .products div.product .button, body.woocommerce-page .category.list .products div.product .button,
body.page-id-5329 .category.list .products div.product .button, .owl-carousel div.product .button, .woocommerce form.register .woocommerce-button,
.woocommerce form.login .woocommerce-button {
  display: flex;
  align-items: center;
  justify-content: center;
  width: max-content;
  height: 40px;
  min-width: 150px;
  max-width: 455px;
  overflow: hidden;
  border-radius: 4px;
  border: none;
  padding: 10px 25px;
  cursor: pointer;
  text-decoration: none;
  color: #ffffff;
  opacity: 1;
  -moz-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.hub-button.disabled, body.woocommerce-page .category.grid .products div.product .disabled.button,
body.page-id-5329 .category.grid .products div.product .disabled.button, body.woocommerce-page .category.list .products div.product .disabled.button,
body.page-id-5329 .category.list .products div.product .disabled.button, .owl-carousel div.product .disabled.button, .woocommerce form.register .disabled.woocommerce-button,
.woocommerce form.login .disabled.woocommerce-button, .hub-button[disabled], body.woocommerce-page .category.grid .products div.product [disabled].button,
body.page-id-5329 .category.grid .products div.product [disabled].button, body.woocommerce-page .category.list .products div.product [disabled].button,
body.page-id-5329 .category.list .products div.product [disabled].button, .owl-carousel div.product [disabled].button, .woocommerce form.register [disabled].woocommerce-button,
.woocommerce form.login [disabled].woocommerce-button, .hub-button[disabled="disabled"], body.woocommerce-page .category.grid .products div.product [disabled="disabled"].button,
body.page-id-5329 .category.grid .products div.product [disabled="disabled"].button, body.woocommerce-page .category.list .products div.product [disabled="disabled"].button,
body.page-id-5329 .category.list .products div.product [disabled="disabled"].button, .owl-carousel div.product [disabled="disabled"].button, .woocommerce form.register [disabled="disabled"].woocommerce-button,
.woocommerce form.login [disabled="disabled"].woocommerce-button {
  opacity: 0.7;
  cursor: not-allowed;
}
.hub-button .hub-button__label, body.woocommerce-page .category.grid .products div.product .button .hub-button__label,
body.page-id-5329 .category.grid .products div.product .button .hub-button__label, body.woocommerce-page .category.list .products div.product .button .hub-button__label,
body.page-id-5329 .category.list .products div.product .button .hub-button__label, .owl-carousel div.product .button .hub-button__label, .woocommerce form.register .woocommerce-button .hub-button__label,
.woocommerce form.login .woocommerce-button .hub-button__label {
  display: flex;
  align-items: center;
  justify-content: center;
  text-transform: uppercase;
  font-size: 0.8rem;
  color: #ffffff;
}
.hub-button:hover, body.woocommerce-page .category.grid .products div.product .button:hover,
body.page-id-5329 .category.grid .products div.product .button:hover, body.woocommerce-page .category.list .products div.product .button:hover,
body.page-id-5329 .category.list .products div.product .button:hover, .owl-carousel div.product .button:hover, .woocommerce form.register .woocommerce-button:hover,
.woocommerce form.login .woocommerce-button:hover {
  -moz-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.hub-button.small, body.woocommerce-page .category.grid .products div.product .small.button,
body.page-id-5329 .category.grid .products div.product .small.button, body.woocommerce-page .category.list .products div.product .small.button,
body.page-id-5329 .category.list .products div.product .small.button, .owl-carousel div.product .small.button, .woocommerce form.register .small.woocommerce-button,
.woocommerce form.login .small.woocommerce-button {
  font-size: 0.7rem;
  padding: 10px 25px;
}
.hub-button.rounded, body.woocommerce-page .category.grid .products div.product .rounded.button,
body.page-id-5329 .category.grid .products div.product .rounded.button, body.woocommerce-page .category.list .products div.product .rounded.button,
body.page-id-5329 .category.list .products div.product .rounded.button, .owl-carousel div.product .rounded.button, .woocommerce form.register .rounded.woocommerce-button,
.woocommerce form.login .rounded.woocommerce-button {
  border-radius: 100px;
}
.hub-button.blue, body.woocommerce-page .category.grid .products div.product .blue.button,
body.page-id-5329 .category.grid .products div.product .blue.button, body.woocommerce-page .category.list .products div.product .blue.button,
body.page-id-5329 .category.list .products div.product .blue.button, .owl-carousel div.product .blue.button, .woocommerce form.register .woocommerce-button,
.woocommerce form.login .woocommerce-button {
  background: #06a2dd;
}
.hub-button.blue:hover, body.woocommerce-page .category.grid .products div.product .blue.button:hover,
body.page-id-5329 .category.grid .products div.product .blue.button:hover, body.woocommerce-page .category.list .products div.product .blue.button:hover,
body.page-id-5329 .category.list .products div.product .blue.button:hover, .owl-carousel div.product .blue.button:hover, .woocommerce form.register .woocommerce-button:hover,
.woocommerce form.login .woocommerce-button:hover {
  background: #1dbdf9;
}
.hub-button.blue.outline, body.woocommerce-page .category.grid .products div.product .blue.outline.button,
body.page-id-5329 .category.grid .products div.product .blue.outline.button, body.woocommerce-page .category.list .products div.product .blue.outline.button,
body.page-id-5329 .category.list .products div.product .blue.outline.button, .owl-carousel div.product .blue.outline.button, .woocommerce form.register .outline.woocommerce-button,
.woocommerce form.login .outline.woocommerce-button {
  background: transparent;
  border: 1px solid #06a2dd;
  color: #06a2dd;
}
.hub-button.blue.outline:hover, body.woocommerce-page .category.grid .products div.product .blue.outline.button:hover,
body.page-id-5329 .category.grid .products div.product .blue.outline.button:hover, body.woocommerce-page .category.list .products div.product .blue.outline.button:hover,
body.page-id-5329 .category.list .products div.product .blue.outline.button:hover, .owl-carousel div.product .blue.outline.button:hover, .woocommerce form.register .outline.woocommerce-button:hover,
.woocommerce form.login .outline.woocommerce-button:hover {
  background: #06a2dd;
  color: #ffffff;
}
.hub-button.white, body.woocommerce-page .category.grid .products div.product .white.button,
body.page-id-5329 .category.grid .products div.product .white.button, body.woocommerce-page .category.list .products div.product .white.button,
body.page-id-5329 .category.list .products div.product .white.button, .owl-carousel div.product .white.button, .woocommerce form.register .white.woocommerce-button,
.woocommerce form.login .white.woocommerce-button {
  background: #ffffff;
  color: #ffffff;
}
.hub-button.white .hub-button__label, body.woocommerce-page .category.grid .products div.product .white.button .hub-button__label,
body.page-id-5329 .category.grid .products div.product .white.button .hub-button__label, body.woocommerce-page .category.list .products div.product .white.button .hub-button__label,
body.page-id-5329 .category.list .products div.product .white.button .hub-button__label, .owl-carousel div.product .white.button .hub-button__label, .woocommerce form.register .white.woocommerce-button .hub-button__label,
.woocommerce form.login .white.woocommerce-button .hub-button__label {
  color: #ffffff;
}
.hub-button.white:hover, body.woocommerce-page .category.grid .products div.product .white.button:hover,
body.page-id-5329 .category.grid .products div.product .white.button:hover, body.woocommerce-page .category.list .products div.product .white.button:hover,
body.page-id-5329 .category.list .products div.product .white.button:hover, .owl-carousel div.product .white.button:hover, .woocommerce form.register .white.woocommerce-button:hover,
.woocommerce form.login .white.woocommerce-button:hover {
  background: #06a2dd;
  color: #ffffff !important;
}
.hub-button.white:hover .hub-button__label, body.woocommerce-page .category.grid .products div.product .white.button:hover .hub-button__label,
body.page-id-5329 .category.grid .products div.product .white.button:hover .hub-button__label, body.woocommerce-page .category.list .products div.product .white.button:hover .hub-button__label,
body.page-id-5329 .category.list .products div.product .white.button:hover .hub-button__label, .owl-carousel div.product .white.button:hover .hub-button__label, .woocommerce form.register .white.woocommerce-button:hover .hub-button__label,
.woocommerce form.login .white.woocommerce-button:hover .hub-button__label {
  color: #ffffff;
}
.hub-button.white.outline, body.woocommerce-page .category.grid .products div.product .white.outline.button,
body.page-id-5329 .category.grid .products div.product .white.outline.button, body.woocommerce-page .category.list .products div.product .white.outline.button,
body.page-id-5329 .category.list .products div.product .white.outline.button, .owl-carousel div.product .white.outline.button, .woocommerce form.register .white.outline.woocommerce-button,
.woocommerce form.login .white.outline.woocommerce-button {
  background: transparent;
  border: 1px solid #ffffff;
}
.hub-button.white.outline:hover, body.woocommerce-page .category.grid .products div.product .white.outline.button:hover,
body.page-id-5329 .category.grid .products div.product .white.outline.button:hover, body.woocommerce-page .category.list .products div.product .white.outline.button:hover,
body.page-id-5329 .category.list .products div.product .white.outline.button:hover, .owl-carousel div.product .white.outline.button:hover, .woocommerce form.register .white.outline.woocommerce-button:hover,
.woocommerce form.login .white.outline.woocommerce-button:hover {
  background: rgba(255, 255, 255, 0.3);
}
.hub-button.big, body.woocommerce-page .category.grid .products div.product .big.button,
body.page-id-5329 .category.grid .products div.product .big.button, body.woocommerce-page .category.list .products div.product .big.button,
body.page-id-5329 .category.list .products div.product .big.button, .owl-carousel div.product .big.button, .woocommerce form.register .big.woocommerce-button,
.woocommerce form.login .big.woocommerce-button {
  height: 45px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 4px;
  padding: 0px 50px;
}
.hub-button.big .hub-button__label, body.woocommerce-page .category.grid .products div.product .big.button .hub-button__label,
body.page-id-5329 .category.grid .products div.product .big.button .hub-button__label, body.woocommerce-page .category.list .products div.product .big.button .hub-button__label,
body.page-id-5329 .category.list .products div.product .big.button .hub-button__label, .owl-carousel div.product .big.button .hub-button__label, .woocommerce form.register .big.woocommerce-button .hub-button__label,
.woocommerce form.login .big.woocommerce-button .hub-button__label {
  font-size: 0.9rem;
}
.hub-button.orange, body.woocommerce-page .category.grid .products div.product .button,
body.page-id-5329 .category.grid .products div.product .button, body.woocommerce-page .category.list .products div.product .button,
body.page-id-5329 .category.list .products div.product .button, .owl-carousel div.product .button, .woocommerce form.register .orange.woocommerce-button,
.woocommerce form.login .orange.woocommerce-button {
  background: #f59900;
  color: #ffffff;
}
.hub-button.orange:hover, body.woocommerce-page .category.grid .products div.product .button:hover,
body.page-id-5329 .category.grid .products div.product .button:hover, body.woocommerce-page .category.list .products div.product .button:hover,
body.page-id-5329 .category.list .products div.product .button:hover, .owl-carousel div.product .button:hover, .woocommerce form.register .orange.woocommerce-button:hover,
.woocommerce form.login .orange.woocommerce-button:hover {
  background: #ffaf29;
}
.hub-button.orange.outline, body.woocommerce-page .category.grid .products div.product .outline.button,
body.page-id-5329 .category.grid .products div.product .outline.button, body.woocommerce-page .category.list .products div.product .outline.button,
body.page-id-5329 .category.list .products div.product .outline.button, .owl-carousel div.product .outline.button, .woocommerce form.register .orange.outline.woocommerce-button,
.woocommerce form.login .orange.outline.woocommerce-button {
  border-color: #f59900;
}
.hub-button.orange.outline .hub-button__label, body.woocommerce-page .category.grid .products div.product .outline.button .hub-button__label,
body.page-id-5329 .category.grid .products div.product .outline.button .hub-button__label, body.woocommerce-page .category.list .products div.product .outline.button .hub-button__label,
body.page-id-5329 .category.list .products div.product .outline.button .hub-button__label, .owl-carousel div.product .outline.button .hub-button__label, .woocommerce form.register .orange.outline.woocommerce-button .hub-button__label,
.woocommerce form.login .orange.outline.woocommerce-button .hub-button__label {
  color: #f59900;
}
.hub-button.orange.outline:hover, body.woocommerce-page .category.grid .products div.product .outline.button:hover,
body.page-id-5329 .category.grid .products div.product .outline.button:hover, body.woocommerce-page .category.list .products div.product .outline.button:hover,
body.page-id-5329 .category.list .products div.product .outline.button:hover, .owl-carousel div.product .outline.button:hover, .woocommerce form.register .orange.outline.woocommerce-button:hover,
.woocommerce form.login .orange.outline.woocommerce-button:hover {
  background: #f59900;
}
.hub-button.orange.outline:hover .hub-button__label, body.woocommerce-page .category.grid .products div.product .outline.button:hover .hub-button__label,
body.page-id-5329 .category.grid .products div.product .outline.button:hover .hub-button__label, body.woocommerce-page .category.list .products div.product .outline.button:hover .hub-button__label,
body.page-id-5329 .category.list .products div.product .outline.button:hover .hub-button__label, .owl-carousel div.product .outline.button:hover .hub-button__label, .woocommerce form.register .orange.outline.woocommerce-button:hover .hub-button__label,
.woocommerce form.login .orange.outline.woocommerce-button:hover .hub-button__label {
  color: #ffffff;
}
.hub-button.green, body.woocommerce-page .category.grid .products div.product .green.button,
body.page-id-5329 .category.grid .products div.product .green.button, body.woocommerce-page .category.list .products div.product .green.button,
body.page-id-5329 .category.list .products div.product .green.button, .owl-carousel div.product .green.button, .woocommerce form.register .green.woocommerce-button,
.woocommerce form.login .green.woocommerce-button {
  background: #99ca3c;
}
.hub-button.green:hover, body.woocommerce-page .category.grid .products div.product .green.button:hover,
body.page-id-5329 .category.grid .products div.product .green.button:hover, body.woocommerce-page .category.list .products div.product .green.button:hover,
body.page-id-5329 .category.list .products div.product .green.button:hover, .owl-carousel div.product .green.button:hover, .woocommerce form.register .green.woocommerce-button:hover,
.woocommerce form.login .green.woocommerce-button:hover {
  background: #aed564;
}
.hub-button.green.outline, body.woocommerce-page .category.grid .products div.product .green.outline.button,
body.page-id-5329 .category.grid .products div.product .green.outline.button, body.woocommerce-page .category.list .products div.product .green.outline.button,
body.page-id-5329 .category.list .products div.product .green.outline.button, .owl-carousel div.product .green.outline.button, .woocommerce form.register .green.outline.woocommerce-button,
.woocommerce form.login .green.outline.woocommerce-button {
  background: transparent;
  border: 1px solid #99ca3c;
  color: #99ca3c;
}
.hub-button.green.outline:hover, body.woocommerce-page .category.grid .products div.product .green.outline.button:hover,
body.page-id-5329 .category.grid .products div.product .green.outline.button:hover, body.woocommerce-page .category.list .products div.product .green.outline.button:hover,
body.page-id-5329 .category.list .products div.product .green.outline.button:hover, .owl-carousel div.product .green.outline.button:hover, .woocommerce form.register .green.outline.woocommerce-button:hover,
.woocommerce form.login .green.outline.woocommerce-button:hover {
  background: #99ca3c;
  color: #ffffff;
}
.hub-button.dark, body.woocommerce-page .category.grid .products div.product .dark.button,
body.page-id-5329 .category.grid .products div.product .dark.button, body.woocommerce-page .category.list .products div.product .dark.button,
body.page-id-5329 .category.list .products div.product .dark.button, .owl-carousel div.product .dark.button, .woocommerce form.register .dark.woocommerce-button,
.woocommerce form.login .dark.woocommerce-button {
  background: #515151;
}
.hub-button.dark:hover, body.woocommerce-page .category.grid .products div.product .dark.button:hover,
body.page-id-5329 .category.grid .products div.product .dark.button:hover, body.woocommerce-page .category.list .products div.product .dark.button:hover,
body.page-id-5329 .category.list .products div.product .dark.button:hover, .owl-carousel div.product .dark.button:hover, .woocommerce form.register .dark.woocommerce-button:hover,
.woocommerce form.login .dark.woocommerce-button:hover {
  background: #6b6b6b;
}
.hub-button.dark.outline, body.woocommerce-page .category.grid .products div.product .dark.outline.button,
body.page-id-5329 .category.grid .products div.product .dark.outline.button, body.woocommerce-page .category.list .products div.product .dark.outline.button,
body.page-id-5329 .category.list .products div.product .dark.outline.button, .owl-carousel div.product .dark.outline.button, .woocommerce form.register .dark.outline.woocommerce-button,
.woocommerce form.login .dark.outline.woocommerce-button {
  background: transparent;
  border: 1px solid #515151;
  color: #515151;
}
.hub-button.dark.outline:hover, body.woocommerce-page .category.grid .products div.product .dark.outline.button:hover,
body.page-id-5329 .category.grid .products div.product .dark.outline.button:hover, body.woocommerce-page .category.list .products div.product .dark.outline.button:hover,
body.page-id-5329 .category.list .products div.product .dark.outline.button:hover, .owl-carousel div.product .dark.outline.button:hover, .woocommerce form.register .dark.outline.woocommerce-button:hover,
.woocommerce form.login .dark.outline.woocommerce-button:hover {
  background: #515151;
  color: #ffffff;
}
.hub-button .icon, body.woocommerce-page .category.grid .products div.product .button .icon,
body.page-id-5329 .category.grid .products div.product .button .icon, body.woocommerce-page .category.list .products div.product .button .icon,
body.page-id-5329 .category.list .products div.product .button .icon, .owl-carousel div.product .button .icon, .woocommerce form.register .woocommerce-button .icon,
.woocommerce form.login .woocommerce-button .icon {
  margin-right: 5px;
}
.hub-button.outline, body.woocommerce-page .category.grid .products div.product .outline.button,
body.page-id-5329 .category.grid .products div.product .outline.button, body.woocommerce-page .category.list .products div.product .outline.button,
body.page-id-5329 .category.list .products div.product .outline.button, .owl-carousel div.product .outline.button, .woocommerce form.register .outline.woocommerce-button,
.woocommerce form.login .outline.woocommerce-button {
  background: transparent;
  border: 1px solid #ffffff;
}

.hub-checkbox {
  display: flex;
  flex-direction: column;
  margin-bottom: 0.5rem;
  font-family: "Rubik", sans-serif;
}
.hub-checkbox .input-container {
  display: flex;
  flex-direction: row;
  align-items: center;
}
.hub-checkbox .input-container input[type="checkbox"] {
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  border: solid 1px #515151;
  background: #fff;
  border-radius: 3px;
  flex-shrink: 0;
  margin: 0 0.8rem 0 0;
  padding: 0;
  height: 17px;
  width: 17px;
  cursor: pointer;
}
.hub-checkbox .input-container input[type="checkbox"]:focus {
  outline: none;
}
.hub-checkbox .input-container input[type="checkbox"]:checked {
  background-image: url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz4KPHN2ZyB3aWR0aD0iMTNweCIgaGVpZ2h0PSIxMHB4IiB2aWV3Qm94PSIwIDAgMTMgMTAiIHZlcnNpb249IjEuMSIgCiAgICB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIAogICAgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiPgogICAgPGcgaWQ9IlBhZ2UtMSIgc3Ryb2tlPSJub25lIiBzdHJva2Utd2lkdGg9IjEiIGZpbGw9Im5vbmUiIGZpbGwtcnVsZT0iZXZlbm9kZCI+CiAgICAgICAgPGcgaWQ9Im9uIj4KICAgICAgICAgICAgPGcgaWQ9ImEtbGluayIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoMS4wMDAwMDAsIDAuMDAwMDAwKSIgZmlsbD0iIzA2QTJERCIgZmlsbC1ydWxlPSJub256ZXJvIj4KICAgICAgICAgICAgICAgIDxwb2x5Z29uIGlkPSJhIiBwb2ludHM9IjQuNTMgNi4xOTIgMS4yOTMgMi42NTcgMCA0LjA3IDQuNTMgOS4wMiAxMSAxLjk1IDkuNzA2IDAuNTM2Ij48L3BvbHlnb24+CiAgICAgICAgICAgIDwvZz4KICAgICAgICAgICAgPHBvbHlnb24gaWQ9IlNoYXBlIiBzdHJva2U9IiMwNkEyREQiIHN0cm9rZS13aWR0aD0iMC41IiBwb2ludHM9IjUuNTMgNS44MjIgMTAuNzA2IDAuMTY1IDEyLjMzOSAxLjk1IDUuNTI5IDkuMzkxIDAuNjYxIDQuMDcxIDIuMjk0IDIuMjg3Ij48L3BvbHlnb24+CiAgICAgICAgPC9nPgogICAgPC9nPgo8L3N2Zz4=");
  background-position-y: center;
  background-repeat: no-repeat;
  background-size: contain;
  background-color: white;
}
.hub-checkbox .input-container input[disabled="disabled"] {
  cursor: not-allowed;
}
.hub-checkbox .input-container .input-label {
  font-size: 0.8rem;
  margin: -7px -10px;
  padding: 7px 10px;
}
.hub-checkbox .switch-container {
  display: flex;
  flex-direction: row;
  align-items: center;
}
.hub-checkbox .switch-container input[type="checkbox"] {
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  border-radius: 25px;
  flex-shrink: 0;
  margin: 0 1.5rem;
  padding: 0;
  width: 50px;
  height: 25px;
  cursor: pointer;
  position: relative;
  padding: 3px;
  background: #ebebeb;
}
.hub-checkbox .switch-container input[type="checkbox"]:before {
  content: "";
  width: 19px;
  height: 19px;
  display: inline-block;
  position: absolute;
  left: 3px;
  top: 2px;
  border-radius: 25px;
  background: #de1d49;
  transition: ease 0.3s all;
}
.hub-checkbox .switch-container input[type="checkbox"]:focus {
  outline: none;
}
.hub-checkbox .switch-container input[type="checkbox"]:checked:before {
  left: 27px;
  transition: ease 0.3s all;
  background: #06a2dd;
}
.hub-checkbox .switch-container .input-label {
  font-size: 0.8rem;
  font-weight: 500;
  margin: 0;
  color: #515151;
  line-height: 1.29;
  max-width: 146px;
  transition: ease 0.3s all;
}
.hub-checkbox .switch-container .input-label.active {
  font-weight: 300;
  transition: ease 0.3s all;
}
.hub-checkbox a {
  color: #de1d49;
  text-decoration: none;
}
.hub-checkbox a:active {
  outline: none;
}
.hub-checkbox.error input,
.hub-checkbox.error label,
.hub-checkbox.error select,
.hub-checkbox.error textarea,
.hub-checkbox.error .input-container input {
  color: #de1d49;
  border-color: #de1d49;
}
.hub-checkbox.error .error-container span {
  color: #de1d49;
  font-size: 0.7rem;
  line-height: 1.5;
  font-style: normal;
}
@media only screen and (max-width: 768px) {
  .hub-checkbox {
    margin-bottom: 2.5rem;
  }
}

.hub-dropdown {
  position: relative;
  display: flex;
  flex-direction: column;
  margin-bottom: 2.5rem;
  width: 100%;
  font-family: "Rubik", sans-serif;
}
.hub-dropdown label {
  font-size: 0.8rem;
  margin-bottom: .75rem;
  text-transform: uppercase;
  font-family: "Rubik", sans-serif;
}
.hub-dropdown.disabled > div:not(.error-container) {
  background-color: #8d8d8d;
}
.hub-dropdown.disabled > div:not(.error-container) .hub-dropdown-selected {
  cursor: not-allowed;
  background-color: #8d8d8d;
}
.hub-dropdown .hub-dropdown-selected {
  color: #515151;
  cursor: pointer;
  display: flex;
  align-items: center;
  font-size: 0.8rem;
  letter-spacing: 0.4px;
  overflow: hidden;
  white-space: nowrap;
  margin-right: 2.5rem;
  padding: 10px;
  min-height: 38px;
}
.hub-dropdown .hub-dropdown-arrow:before {
  content: url("assets/icons/arrow-down.svg");
  position: absolute;
  right: 10px;
  top: 8px;
  cursor: pointer;
}
.hub-dropdown .hub-dropdown-select-container {
  position: relative;
  cursor: pointer;
  word-break: break-all;
  min-width: 120px;
  background: #ffffff;
  border: solid 1px #ebebeb;
  border-radius: 4px;
}
.hub-dropdown .hub-dropdown-option-container {
  position: absolute;
  top: 23px;
  word-break: break-all;
  border: 1px solid #ebebeb;
  border-radius: 4px;
  background: #ffffff;
  padding: 0;
  z-index: 100;
  min-width: 120px;
  width: 100%;
  display: none;
}
.hub-dropdown .hub-dropdown-option-container label {
  padding: 9px 8.5px 0;
  display: block;
  margin: 0;
}
.hub-dropdown .hub-dropdown-option-container .hub-dropdown-selected {
  padding: 8px 15px;
  width: 100%;
  display: inline-block;
  color: #06a2dd;
}
.hub-dropdown .hub-dropdown-option-container .hub-dropdown-selected:hover {
  background: #ebebeb;
}
.hub-dropdown .hub-dropdown-option-container .hub-dropdown-arrow:before {
  top: 36px;
  right: 14px;
}
.hub-dropdown .hub-dropdown-option-container .search-container {
  width: 100%;
  padding: 5px 10px;
  background-color: #ffffff;
}
.hub-dropdown .hub-dropdown-option-container .search-container ::-webkit-input-placeholder {
  color: #ebebeb;
}
.hub-dropdown .hub-dropdown-option-container .search-container ::-moz-placeholder {
  color: #ebebeb;
}
.hub-dropdown .hub-dropdown-option-container .search-container :-ms-input-placeholder {
  color: #ebebeb;
}
.hub-dropdown .hub-dropdown-option-container .search-container input {
  border: 1px solid #ebebeb;
  border-radius: 3px;
  padding: 8px;
  width: 100%;
  font-weight: 300;
  outline: none;
}
.hub-dropdown .hub-dropdown-option-container ul {
  background: #ffffff;
  margin: 0;
  padding: 0;
  max-height: 168px;
  overflow-y: auto;
  width: -webkit-fill-available;
}
.hub-dropdown .hub-dropdown-option-container ul li {
  color: #515151;
  font-size: 0.8rem;
  line-height: 2;
  list-style: none;
  padding: 5px 10px;
  letter-spacing: 0.5px;
  cursor: pointer;
  word-break: break-word;
  min-height: 38px;
}
.hub-dropdown .hub-dropdown-option-container ul li:hover {
  background: #ebebeb;
}
.hub-dropdown .hub-dropdown-option-container ul li.selected {
  background-color: #eefaff;
  color: #06a2dd;
}
.hub-dropdown .hub-dropdown-option-container ul li.selected:hover {
  background-color: #ebebeb;
  color: #06a2dd;
}
.hub-dropdown.opened .hub-dropdown-arrow:before {
  transform: rotate(180deg);
  right: 10px;
  top: 10px;
}
.hub-dropdown.opened .hub-dropdown-select-container .hub-dropdown-arrow {
  display: none;
}
.hub-dropdown.opened .hub-dropdown-option-container {
  display: block;
}
.hub-dropdown.error input,
.hub-dropdown.error label,
.hub-dropdown.error select,
.hub-dropdown.error textarea,
.hub-dropdown.error .hub-dropdown-select-container,
.hub-dropdown.error .hub-dropdown-selected {
  color: #de1d49;
  border-color: #de1d49;
}
.hub-dropdown.error .error-container span {
  color: #de1d49;
  font-size: 0.7rem;
  line-height: 1.5;
  font-style: normal;
}
@media only screen and (max-width: 768px) {
  .hub-dropdown select {
    width: 100%;
    margin: 0;
    padding: .5rem 2.7rem .5rem 1rem;
    line-height: 2;
    border: none;
    border-bottom: 1px solid;
    font-weight: lighter;
    letter-spacing: 0.4px;
    background-color: unset;
    background-image: url("assets/icons/arrow-down.svg");
    background-position: 97% center;
    background-repeat: no-repeat;
    color: #515151;
    overflow: hidden;
    -webkit-appearance: none;
    -moz-appearance: none;
    -webkit-border-radius: 0;
    -webkit-user-select: none;
    font-size: 16px;
  }
}

div.line-spacer {
  width: 100%;
  display: flex;
  margin: 30px 0;
  align-items: center;
  font-family: "Rubik", sans-serif;
}
div.line-spacer span,
div.line-spacer h2 {
  color: #137091;
  font-size: 1.4rem;
  width: 100%;
  text-align: center;
  flex: 1;
}
div.line-spacer:before, div.line-spacer:after {
  flex: 1;
  content: " ";
  height: 3px;
  background: #99ca3c;
  max-width: 25%;
  padding: 0 2%;
}

h2.line-spacer {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  margin: 30px 0;
  align-items: center;
  font-family: "Rubik", sans-serif;
  color: #137091;
  font-size: 1.4rem;
  text-align: center;
}
@media only screen and (max-width: 768px) {
  h2.line-spacer {
    display: inline-block;
  }
}
h2.line-spacer.small {
  font-size: 1rem;
}
h2.line-spacer:before, h2.line-spacer:after {
  content: " ";
  height: 3px;
  background: #99ca3c;
  flex: 1;
}
@media only screen and (max-width: 768px) {
  h2.line-spacer:before, h2.line-spacer:after {
    content: "";
    display: none;
  }
}
h2.line-spacer:before {
  margin-right: 2rem;
}
h2.line-spacer:after {
  margin-left: 2rem;
}

.wrapper {
  width: 100%;
  max-width: 1240px;
  margin: auto;
  padding: 0 15px;
}
@media only screen and (max-width: 768px) {
  .wrapper {
    padding: 0 10px;
  }
}
.wrapper.p-0 {
  padding: 0;
}

.main {
  min-height: 40vw;
}

.main header {
  background: #06a2dd;
}
.main header h1 {
  font-family: "Rubik", sans-serif;
  font-size: 2rem;
  color: #ffffff;
  font-weight: bold;
  padding: 2rem 0;
}
@media only screen and (max-width: 768px) {
  .main header h1 {
    padding: 2rem;
    font-size: 1.6rem;
  }
}

p em {
  font-style: italic;
}

.p10 {
  padding: 0 10%;
}

.z-10 {
  z-index: 10;
  position: relative;
}

.z-20 {
  z-index: 20;
  position: relative;
}

.page-404 h2 {
  color: #06a2dd;
  font-size: 1.5rem;
  font-family: "Rubik", sans-serif;
  font-style: italic;
  padding: 1.5rem 0;
}
.page-404 h2.big {
  font-size: 4rem;
}
.page-404 h3 {
  color: #99ca3c;
  font-size: 1.3rem;
  font-family: "Rubik", sans-serif;
  font-style: italic;
  padding: 1.5rem 0;
}
.page-404 h4 {
  color: #515151;
  font-size: 1.3rem;
  font-family: "Rubik", sans-serif;
  padding: 1.5rem 0;
}
.page-404 p {
  color: #515151;
  line-height: 1.5;
  margin-bottom: 1.3rem;
}

img {
  max-width: 100%;
}

.flex-container {
  width: 100%;
  max-width: 1240px;
  display: flex;
  margin: auto;
  padding: 0 15px;
}
@media only screen and (max-width: 768px) {
  .flex-container {
    padding: 0 10px;
  }
}
.flex-container.row {
  flex-direction: row;
}
.flex-container.column {
  flex-direction: column;
}
.flex-container.h-center {
  justify-content: center;
}
.flex-container.v-center {
  align-items: center;
}

.stores .disclaimer {
  width: 100%;
  display: inline-block;
  color: #137091;
  font-size: 1rem;
  margin: 18px 0 40px 0;
  text-align: center;
}
.stores .companies {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  margin-bottom: -3px;
  background: linear-gradient(180deg, rgba(0, 49, 77, 0) 0%, #0170af 100%), #0181ca;
  position: relative;
  margin-top: 120px;
}
@media only screen and (max-width: 768px) {
  .stores .companies {
    display: none;
  }
}
.stores .companies .flex-container {
  justify-content: space-between;
}
.stores .companies .company {
  position: relative;
  padding: 40px 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.stores .companies .company .information {
  min-height: 100px;
  color: #ffffff;
  font-family: "Rubik", sans-serif;
  text-align: center;
}
.stores .companies .company .information .title {
  font-size: 1.2rem;
  margin-bottom: 10px;
  font-weight: 500;
}
.stores .companies .company .information .address {
  font-size: 0.7rem;
  line-height: 1.4;
}
.stores .companies .company .information .address strong {
  font-weight: bold;
}
.stores .companies .company .information .address a {
  color: #fff;
  text-decoration: underline;
}
.stores .companies .company img {
  height: 120px;
  position: absolute;
  top: -120px;
}

footer.footer {
  position: relative;
  width: 100%;
  background: #f0f0f0;
  padding: 50px 0 80px 0;
}
footer.footer .flex-container {
  align-items: center;
  justify-content: space-between;
}
@media only screen and (max-width: 768px) {
  footer.footer .flex-container {
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 0 20px;
  }
}
footer.footer .flex-container .left {
  margin-right: 60px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
}
@media only screen and (max-width: 768px) {
  footer.footer .flex-container .left {
    width: 100%;
    align-items: center;
  }
}
footer.footer .flex-container .left .brand {
  max-width: 240px;
  margin-top: -20px;
  margin-bottom: 20px;
}
@media only screen and (max-width: 768px) {
  footer.footer .flex-container .left .brand {
    max-width: 200px;
  }
}
footer.footer .flex-container .left .brand svg {
  width: 100%;
}
@media only screen and (max-width: 768px) {
  footer.footer .flex-container .left {
    margin: 0 0 20px 0;
  }
}
footer.footer .flex-container .right {
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  color: #8d8d8d;
  font-size: 0.7rem;
  text-decoration: none;
}
@media only screen and (max-width: 768px) {
  footer.footer .flex-container .right .textwidget p {
    text-align: center;
  }
}
footer.footer .flex-container .right .textwidget p {
  margin-bottom: 15px;
}
footer.footer .flex-container .right .menu-footer-container {
  width: 100%;
  display: inline-block;
  margin-bottom: 25px;
}
footer.footer .flex-container .right .menu-footer-container .menu {
  width: 100%;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
@media only screen and (max-width: 768px) {
  footer.footer .flex-container .right .menu-footer-container .menu {
    justify-content: center;
    flex-direction: column;
  }
}
footer.footer .flex-container .right .menu-footer-container .menu a {
  color: #515151;
  font-size: 0.9rem;
  text-decoration: none;
  display: inline-block;
  padding: 10px 5px;
}
footer.footer .flex-container .right .menu-footer-container .menu a:hover {
  color: #06a2dd;
  text-decoration: underline;
}
footer.footer .seal {
  width: 260px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
footer.footer .seal .content {
  color: #a7a7a7;
  font-size: 0.6rem;
}
footer.footer .created-by {
  width: 100%;
  margin-top: 2rem;
  text-align: center;
}
footer.footer .links {
  margin: 0px 0 20px 10px;
  font-size: 14px;
}
@media only screen and (max-width: 768px) {
  footer.footer .links {
    text-align: center;
  }
}
footer.footer .links p {
  margin: 5px 0;
}
footer.footer .links a {
  color: #06a2dd;
  text-decoration: none;
}

.signature {
  text-align: center;
}
@media only screen and (max-width: 1024px) {
  .signature {
    padding: 2rem;
  }
}
.signature .footer-signature-widget {
  padding: 20px 0;
}
.signature .footer-signature-widget .textwidget {
  color: #8d8d8d;
  font-size: 0.7rem;
}
.signature .footer-signature-widget .textwidget a {
  color: #8d8d8d;
  text-decoration: none;
}
.signature .menu-footer-container {
  font-family: "Rubik", sans-serif;
}
@media only screen and (max-width: 1024px) {
  .signature .menu-footer-container {
    display: none;
  }
}
.signature .menu-footer-container .menu {
  display: flex;
  align-items: center;
  justify-content: center;
}
.signature .menu-footer-container .menu a {
  color: #8d8d8d;
  text-decoration: none;
  font-size: 1rem;
  padding: 0.5rem 1rem;
}

.goto-top {
  background: #06a2dd;
  padding: 8px 15px;
  display: flex;
  align-items: center;
  border-radius: 4px 4px 0 0;
  position: fixed;
  bottom: -100px;
  left: calc(50% - 65px);
  cursor: pointer;
  z-index: 99999999;
  transition: all 0.3s ease;
  box-shadow: 0 0 10px -3px rgba(0, 0, 0, 0.5);
}
@media only screen and (max-width: 768px) {
  .goto-top {
    bottom: 15px;
    left: 10px;
    height: 40px;
    width: 40px;
    z-index: 99999999999;
    border-radius: 60px;
    left: 15px;
    padding: 0;
    justify-content: center;
    box-shadow: none;
  }
}
.goto-top.show {
  transition: all 0.3s ease;
  bottom: 0;
}
@media only screen and (max-width: 768px) {
  .goto-top.show {
    bottom: 20px;
  }
}
.goto-top span {
  color: #ffffff;
  font-size: 0.7rem;
  margin-right: 7px;
}
@media only screen and (max-width: 768px) {
  .goto-top span {
    display: none;
  }
}
.goto-top svg {
  width: 20px;
  height: 20px;
}
@media only screen and (max-width: 768px) {
  .goto-top svg {
    width: 30px;
    height: 30px;
  }
}
.goto-top svg path,
.goto-top svg line {
  fill: #ffffff;
}

.mobile-bottom {
  display: none;
}

@media only screen and (max-width: 768px) {
  .mobile-bottom {
    display: flex;
    align-items: center;
    justify-content: center;
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100vw;
    background: #fff;
    height: 70px;
    z-index: 9999;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
  }

  #netreviewsWidgetNum706widget10av {
    display: none;
  }

  #bricks-component-j1mg1bW36BgyydqCf-jNLg-wrapper.rdstation-popup-position-bottom_right.floating-button.floating-button--close {
    z-index: 9999999999;
  }

  #bricks-component-j1mg1bW36BgyydqCf-jNLg-wrapper.rdstation-popup-position-bottom_right.floating-button.floating-button--close .bricks--floating--button {
    width: 40px !important;
    height: 40px !important;
    bottom: 10px !important;
    background-size: 40px !important;
    margin-bottom: -5px;
  }

  #bricks-component-j1mg1bW36BgyydqCf-jNLg-wrapper.floating-button .bricks--section {
    margin-top: 100px;
  }
}
#netreviewsWidgetNum691widget23av {
  display: none;
}

.wrapper {
  box-sizing: border-box;
  max-width: 1240px;
  margin: 0 auto;
}

.container {
  width: 1200px;
  max-width: 100%;
  margin-right: auto;
  margin-left: auto;
  padding-right: 2rem;
  padding-left: 2rem;
}

.container-fluid {
  margin-right: auto;
  margin-left: auto;
  padding-right: 2rem;
  padding-left: 2rem;
}

.row {
  box-sizing: border-box;
  display: flex;
  flex: 0 1 auto;
  flex-direction: row;
  flex-wrap: wrap;
  margin-right: -0.5rem;
  margin-left: -0.5rem;
}

.row.reverse {
  flex-direction: row-reverse;
}

.col.reverse {
  flex-direction: column-reverse;
}

.float.left {
  float: left;
}
.float.right {
  float: right;
}

.col-xs {
  box-sizing: border-box;
  flex-grow: 0;
  flex-shrink: 0;
  padding-right: 0.5rem;
  padding-left: 0.5rem;
  flex-basis: auto;
}

.col-xs-1 {
  box-sizing: border-box;
  flex-grow: 0;
  flex-shrink: 0;
  padding-right: 0.5rem;
  padding-left: 0.5rem;
  flex-basis: 8.33333%;
  max-width: 8.33333%;
}

.col-xs-2 {
  box-sizing: border-box;
  flex-grow: 0;
  flex-shrink: 0;
  padding-right: 0.5rem;
  padding-left: 0.5rem;
  flex-basis: 16.66667%;
  max-width: 16.66667%;
}

.col-xs-3 {
  box-sizing: border-box;
  flex-grow: 0;
  flex-shrink: 0;
  padding-right: 0.5rem;
  padding-left: 0.5rem;
  flex-basis: 25%;
  max-width: 25%;
}

.col-xs-4 {
  box-sizing: border-box;
  flex-grow: 0;
  flex-shrink: 0;
  padding-right: 0.5rem;
  padding-left: 0.5rem;
  flex-basis: 33.33333%;
  max-width: 33.33333%;
}

.col-xs-5 {
  box-sizing: border-box;
  flex-grow: 0;
  flex-shrink: 0;
  padding-right: 0.5rem;
  padding-left: 0.5rem;
  flex-basis: 41.66667%;
  max-width: 41.66667%;
}

.col-xs-6 {
  box-sizing: border-box;
  flex-grow: 0;
  flex-shrink: 0;
  padding-right: 0.5rem;
  padding-left: 0.5rem;
  flex-basis: 50%;
  max-width: 50%;
}

.col-xs-7 {
  box-sizing: border-box;
  flex-grow: 0;
  flex-shrink: 0;
  padding-right: 0.5rem;
  padding-left: 0.5rem;
  flex-basis: 58.33333%;
  max-width: 58.33333%;
}

.col-xs-8 {
  box-sizing: border-box;
  flex-grow: 0;
  flex-shrink: 0;
  padding-right: 0.5rem;
  padding-left: 0.5rem;
  flex-basis: 66.66667%;
  max-width: 66.66667%;
}

.col-xs-9 {
  box-sizing: border-box;
  flex-grow: 0;
  flex-shrink: 0;
  padding-right: 0.5rem;
  padding-left: 0.5rem;
  flex-basis: 75%;
  max-width: 75%;
}

.col-xs-10 {
  box-sizing: border-box;
  flex-grow: 0;
  flex-shrink: 0;
  padding-right: 0.5rem;
  padding-left: 0.5rem;
  flex-basis: 83.33333%;
  max-width: 83.33333%;
}

.col-xs-11 {
  box-sizing: border-box;
  flex-grow: 0;
  flex-shrink: 0;
  padding-right: 0.5rem;
  padding-left: 0.5rem;
  flex-basis: 91.66667%;
  max-width: 91.66667%;
}

.col-xs-12 {
  box-sizing: border-box;
  flex-grow: 0;
  flex-shrink: 0;
  padding-right: 0.5rem;
  padding-left: 0.5rem;
  flex-basis: 100%;
  max-width: 100%;
}

.col-xs-offset-0 {
  box-sizing: border-box;
  flex-grow: 0;
  flex-shrink: 0;
  padding-right: 0.5rem;
  padding-left: 0.5rem;
  margin-left: 0;
}

.col-xs-offset-1 {
  box-sizing: border-box;
  flex-grow: 0;
  flex-shrink: 0;
  padding-right: 0.5rem;
  padding-left: 0.5rem;
  margin-left: 8.33333%;
}

.col-xs-offset-2 {
  box-sizing: border-box;
  flex-grow: 0;
  flex-shrink: 0;
  padding-right: 0.5rem;
  padding-left: 0.5rem;
  margin-left: 16.66667%;
}

.col-xs-offset-3 {
  box-sizing: border-box;
  flex-grow: 0;
  flex-shrink: 0;
  padding-right: 0.5rem;
  padding-left: 0.5rem;
  margin-left: 25%;
}

.col-xs-offset-4 {
  box-sizing: border-box;
  flex-grow: 0;
  flex-shrink: 0;
  padding-right: 0.5rem;
  padding-left: 0.5rem;
  margin-left: 33.33333%;
}

.col-xs-offset-5 {
  box-sizing: border-box;
  flex-grow: 0;
  flex-shrink: 0;
  padding-right: 0.5rem;
  padding-left: 0.5rem;
  margin-left: 41.66667%;
}

.col-xs-offset-6 {
  box-sizing: border-box;
  flex-grow: 0;
  flex-shrink: 0;
  padding-right: 0.5rem;
  padding-left: 0.5rem;
  margin-left: 50%;
}

.col-xs-offset-7 {
  box-sizing: border-box;
  flex-grow: 0;
  flex-shrink: 0;
  padding-right: 0.5rem;
  padding-left: 0.5rem;
  margin-left: 58.33333%;
}

.col-xs-offset-8 {
  box-sizing: border-box;
  flex-grow: 0;
  flex-shrink: 0;
  padding-right: 0.5rem;
  padding-left: 0.5rem;
  margin-left: 66.66667%;
}

.col-xs-offset-9 {
  box-sizing: border-box;
  flex-grow: 0;
  flex-shrink: 0;
  padding-right: 0.5rem;
  padding-left: 0.5rem;
  margin-left: 75%;
}

.col-xs-offset-10 {
  box-sizing: border-box;
  flex-grow: 0;
  flex-shrink: 0;
  padding-right: 0.5rem;
  padding-left: 0.5rem;
  margin-left: 83.33333%;
}

.col-xs-offset-11 {
  box-sizing: border-box;
  flex-grow: 0;
  flex-shrink: 0;
  padding-right: 0.5rem;
  padding-left: 0.5rem;
  margin-left: 91.66667%;
}

.col-xs-offset-12 {
  box-sizing: border-box;
  flex-grow: 0;
  flex-shrink: 0;
  padding-right: 0.5rem;
  padding-left: 0.5rem;
  margin-left: 100%;
}

.col-xs {
  flex-grow: 1;
  flex-basis: 0;
  max-width: 100%;
}

.start-xs {
  justify-content: flex-start;
  text-align: left;
}

.center-xs {
  justify-content: center;
  text-align: center;
}

.end-xs {
  justify-content: flex-end;
  text-align: right;
}

.top-xs {
  align-items: flex-start;
}

.middle-xs {
  align-items: center;
}

.bottom-xs {
  align-items: flex-end;
}

.around-xs {
  justify-content: space-around;
}

.between-xs {
  justify-content: space-between;
}

.first-xs {
  order: -1;
}

.last-xs {
  order: 1;
}

@media only screen and (min-width: 48em) {
  .container {
    width: 46rem;
  }

  .col-sm {
    box-sizing: border-box;
    flex-grow: 0;
    flex-shrink: 0;
    padding-right: 0.5rem;
    padding-left: 0.5rem;
    flex-basis: auto;
  }

  .col-sm-1 {
    box-sizing: border-box;
    flex-grow: 0;
    flex-shrink: 0;
    padding-right: 0.5rem;
    padding-left: 0.5rem;
    flex-basis: 8.33333%;
    max-width: 8.33333%;
  }

  .col-sm-2 {
    box-sizing: border-box;
    flex-grow: 0;
    flex-shrink: 0;
    padding-right: 0.5rem;
    padding-left: 0.5rem;
    flex-basis: 16.66667%;
    max-width: 16.66667%;
  }

  .col-sm-3 {
    box-sizing: border-box;
    flex-grow: 0;
    flex-shrink: 0;
    padding-right: 0.5rem;
    padding-left: 0.5rem;
    flex-basis: 25%;
    max-width: 25%;
  }

  .col-sm-4 {
    box-sizing: border-box;
    flex-grow: 0;
    flex-shrink: 0;
    padding-right: 0.5rem;
    padding-left: 0.5rem;
    flex-basis: 33.33333%;
    max-width: 33.33333%;
  }

  .col-sm-5 {
    box-sizing: border-box;
    flex-grow: 0;
    flex-shrink: 0;
    padding-right: 0.5rem;
    padding-left: 0.5rem;
    flex-basis: 41.66667%;
    max-width: 41.66667%;
  }

  .col-sm-6 {
    box-sizing: border-box;
    flex-grow: 0;
    flex-shrink: 0;
    padding-right: 0.5rem;
    padding-left: 0.5rem;
    flex-basis: 50%;
    max-width: 50%;
  }

  .col-sm-7 {
    box-sizing: border-box;
    flex-grow: 0;
    flex-shrink: 0;
    padding-right: 0.5rem;
    padding-left: 0.5rem;
    flex-basis: 58.33333%;
    max-width: 58.33333%;
  }

  .col-sm-8 {
    box-sizing: border-box;
    flex-grow: 0;
    flex-shrink: 0;
    padding-right: 0.5rem;
    padding-left: 0.5rem;
    flex-basis: 66.66667%;
    max-width: 66.66667%;
  }

  .col-sm-9 {
    box-sizing: border-box;
    flex-grow: 0;
    flex-shrink: 0;
    padding-right: 0.5rem;
    padding-left: 0.5rem;
    flex-basis: 75%;
    max-width: 75%;
  }

  .col-sm-10 {
    box-sizing: border-box;
    flex-grow: 0;
    flex-shrink: 0;
    padding-right: 0.5rem;
    padding-left: 0.5rem;
    flex-basis: 83.33333%;
    max-width: 83.33333%;
  }

  .col-sm-11 {
    box-sizing: border-box;
    flex-grow: 0;
    flex-shrink: 0;
    padding-right: 0.5rem;
    padding-left: 0.5rem;
    flex-basis: 91.66667%;
    max-width: 91.66667%;
  }

  .col-sm-12 {
    box-sizing: border-box;
    flex-grow: 0;
    flex-shrink: 0;
    padding-right: 0.5rem;
    padding-left: 0.5rem;
    flex-basis: 100%;
    max-width: 100%;
  }

  .col-sm-offset-0 {
    box-sizing: border-box;
    flex-grow: 0;
    flex-shrink: 0;
    padding-right: 0.5rem;
    padding-left: 0.5rem;
    margin-left: 0;
  }

  .col-sm-offset-1 {
    box-sizing: border-box;
    flex-grow: 0;
    flex-shrink: 0;
    padding-right: 0.5rem;
    padding-left: 0.5rem;
    margin-left: 8.33333%;
  }

  .col-sm-offset-2 {
    box-sizing: border-box;
    flex-grow: 0;
    flex-shrink: 0;
    padding-right: 0.5rem;
    padding-left: 0.5rem;
    margin-left: 16.66667%;
  }

  .col-sm-offset-3 {
    box-sizing: border-box;
    flex-grow: 0;
    flex-shrink: 0;
    padding-right: 0.5rem;
    padding-left: 0.5rem;
    margin-left: 25%;
  }

  .col-sm-offset-4 {
    box-sizing: border-box;
    flex-grow: 0;
    flex-shrink: 0;
    padding-right: 0.5rem;
    padding-left: 0.5rem;
    margin-left: 33.33333%;
  }

  .col-sm-offset-5 {
    box-sizing: border-box;
    flex-grow: 0;
    flex-shrink: 0;
    padding-right: 0.5rem;
    padding-left: 0.5rem;
    margin-left: 41.66667%;
  }

  .col-sm-offset-6 {
    box-sizing: border-box;
    flex-grow: 0;
    flex-shrink: 0;
    padding-right: 0.5rem;
    padding-left: 0.5rem;
    margin-left: 50%;
  }

  .col-sm-offset-7 {
    box-sizing: border-box;
    flex-grow: 0;
    flex-shrink: 0;
    padding-right: 0.5rem;
    padding-left: 0.5rem;
    margin-left: 58.33333%;
  }

  .col-sm-offset-8 {
    box-sizing: border-box;
    flex-grow: 0;
    flex-shrink: 0;
    padding-right: 0.5rem;
    padding-left: 0.5rem;
    margin-left: 66.66667%;
  }

  .col-sm-offset-9 {
    box-sizing: border-box;
    flex-grow: 0;
    flex-shrink: 0;
    padding-right: 0.5rem;
    padding-left: 0.5rem;
    margin-left: 75%;
  }

  .col-sm-offset-10 {
    box-sizing: border-box;
    flex-grow: 0;
    flex-shrink: 0;
    padding-right: 0.5rem;
    padding-left: 0.5rem;
    margin-left: 83.33333%;
  }

  .col-sm-offset-11 {
    box-sizing: border-box;
    flex-grow: 0;
    flex-shrink: 0;
    padding-right: 0.5rem;
    padding-left: 0.5rem;
    margin-left: 91.66667%;
  }

  .col-sm-offset-12 {
    box-sizing: border-box;
    flex-grow: 0;
    flex-shrink: 0;
    padding-right: 0.5rem;
    padding-left: 0.5rem;
    margin-left: 100%;
  }

  .col-sm {
    flex-grow: 1;
    flex-basis: 0;
    max-width: 100%;
  }

  .start-sm {
    justify-content: flex-start;
    text-align: left;
  }

  .center-sm {
    justify-content: center;
    text-align: center;
  }

  .end-sm {
    justify-content: flex-end;
    text-align: right;
  }

  .top-sm {
    align-items: flex-start;
  }

  .middle-sm {
    align-items: center;
  }

  .bottom-sm {
    align-items: flex-end;
  }

  .around-sm {
    justify-content: space-around;
  }

  .between-sm {
    justify-content: space-between;
  }

  .first-sm {
    order: -1;
  }

  .last-sm {
    order: 1;
  }
}
@media only screen and (min-width: 62em) {
  .container {
    width: 61rem;
  }

  .col-md {
    box-sizing: border-box;
    flex-grow: 0;
    flex-shrink: 0;
    padding-right: 0.5rem;
    padding-left: 0.5rem;
    flex-basis: auto;
  }

  .col-md-1 {
    box-sizing: border-box;
    flex-grow: 0;
    flex-shrink: 0;
    padding-right: 0.5rem;
    padding-left: 0.5rem;
    flex-basis: 8.33333%;
    max-width: 8.33333%;
  }

  .col-md-2 {
    box-sizing: border-box;
    flex-grow: 0;
    flex-shrink: 0;
    padding-right: 0.5rem;
    padding-left: 0.5rem;
    flex-basis: 16.66667%;
    max-width: 16.66667%;
  }

  .col-md-3 {
    box-sizing: border-box;
    flex-grow: 0;
    flex-shrink: 0;
    padding-right: 0.5rem;
    padding-left: 0.5rem;
    flex-basis: 25%;
    max-width: 25%;
  }

  .col-md-4 {
    box-sizing: border-box;
    flex-grow: 0;
    flex-shrink: 0;
    padding-right: 0.5rem;
    padding-left: 0.5rem;
    flex-basis: 33.33333%;
    max-width: 33.33333%;
  }

  .col-md-5 {
    box-sizing: border-box;
    flex-grow: 0;
    flex-shrink: 0;
    padding-right: 0.5rem;
    padding-left: 0.5rem;
    flex-basis: 41.66667%;
    max-width: 41.66667%;
  }

  .col-md-6 {
    box-sizing: border-box;
    flex-grow: 0;
    flex-shrink: 0;
    padding-right: 0.5rem;
    padding-left: 0.5rem;
    flex-basis: 50%;
    max-width: 50%;
  }

  .col-md-7 {
    box-sizing: border-box;
    flex-grow: 0;
    flex-shrink: 0;
    padding-right: 0.5rem;
    padding-left: 0.5rem;
    flex-basis: 58.33333%;
    max-width: 58.33333%;
  }

  .col-md-8 {
    box-sizing: border-box;
    flex-grow: 0;
    flex-shrink: 0;
    padding-right: 0.5rem;
    padding-left: 0.5rem;
    flex-basis: 66.66667%;
    max-width: 66.66667%;
  }

  .col-md-9 {
    box-sizing: border-box;
    flex-grow: 0;
    flex-shrink: 0;
    padding-right: 0.5rem;
    padding-left: 0.5rem;
    flex-basis: 75%;
    max-width: 75%;
  }

  .col-md-10 {
    box-sizing: border-box;
    flex-grow: 0;
    flex-shrink: 0;
    padding-right: 0.5rem;
    padding-left: 0.5rem;
    flex-basis: 83.33333%;
    max-width: 83.33333%;
  }

  .col-md-11 {
    box-sizing: border-box;
    flex-grow: 0;
    flex-shrink: 0;
    padding-right: 0.5rem;
    padding-left: 0.5rem;
    flex-basis: 91.66667%;
    max-width: 91.66667%;
  }

  .col-md-12 {
    box-sizing: border-box;
    flex-grow: 0;
    flex-shrink: 0;
    padding-right: 0.5rem;
    padding-left: 0.5rem;
    flex-basis: 100%;
    max-width: 100%;
  }

  .col-md-offset-0 {
    box-sizing: border-box;
    flex-grow: 0;
    flex-shrink: 0;
    padding-right: 0.5rem;
    padding-left: 0.5rem;
    margin-left: 0;
  }

  .col-md-offset-1 {
    box-sizing: border-box;
    flex-grow: 0;
    flex-shrink: 0;
    padding-right: 0.5rem;
    padding-left: 0.5rem;
    margin-left: 8.33333%;
  }

  .col-md-offset-2 {
    box-sizing: border-box;
    flex-grow: 0;
    flex-shrink: 0;
    padding-right: 0.5rem;
    padding-left: 0.5rem;
    margin-left: 16.66667%;
  }

  .col-md-offset-3 {
    box-sizing: border-box;
    flex-grow: 0;
    flex-shrink: 0;
    padding-right: 0.5rem;
    padding-left: 0.5rem;
    margin-left: 25%;
  }

  .col-md-offset-4 {
    box-sizing: border-box;
    flex-grow: 0;
    flex-shrink: 0;
    padding-right: 0.5rem;
    padding-left: 0.5rem;
    margin-left: 33.33333%;
  }

  .col-md-offset-5 {
    box-sizing: border-box;
    flex-grow: 0;
    flex-shrink: 0;
    padding-right: 0.5rem;
    padding-left: 0.5rem;
    margin-left: 41.66667%;
  }

  .col-md-offset-6 {
    box-sizing: border-box;
    flex-grow: 0;
    flex-shrink: 0;
    padding-right: 0.5rem;
    padding-left: 0.5rem;
    margin-left: 50%;
  }

  .col-md-offset-7 {
    box-sizing: border-box;
    flex-grow: 0;
    flex-shrink: 0;
    padding-right: 0.5rem;
    padding-left: 0.5rem;
    margin-left: 58.33333%;
  }

  .col-md-offset-8 {
    box-sizing: border-box;
    flex-grow: 0;
    flex-shrink: 0;
    padding-right: 0.5rem;
    padding-left: 0.5rem;
    margin-left: 66.66667%;
  }

  .col-md-offset-9 {
    box-sizing: border-box;
    flex-grow: 0;
    flex-shrink: 0;
    padding-right: 0.5rem;
    padding-left: 0.5rem;
    margin-left: 75%;
  }

  .col-md-offset-10 {
    box-sizing: border-box;
    flex-grow: 0;
    flex-shrink: 0;
    padding-right: 0.5rem;
    padding-left: 0.5rem;
    margin-left: 83.33333%;
  }

  .col-md-offset-11 {
    box-sizing: border-box;
    flex-grow: 0;
    flex-shrink: 0;
    padding-right: 0.5rem;
    padding-left: 0.5rem;
    margin-left: 91.66667%;
  }

  .col-md-offset-12 {
    box-sizing: border-box;
    flex-grow: 0;
    flex-shrink: 0;
    padding-right: 0.5rem;
    padding-left: 0.5rem;
    margin-left: 100%;
  }

  .col-md {
    flex-grow: 1;
    flex-basis: 0;
    max-width: 100%;
  }

  .start-md {
    justify-content: flex-start;
    text-align: left;
  }

  .center-md {
    justify-content: center;
    text-align: center;
  }

  .end-md {
    justify-content: flex-end;
    text-align: right;
  }

  .top-md {
    align-items: flex-start;
  }

  .middle-md {
    align-items: center;
  }

  .bottom-md {
    align-items: flex-end;
  }

  .around-md {
    justify-content: space-around;
  }

  .between-md {
    justify-content: space-between;
  }

  .first-md {
    order: -1;
  }

  .last-md {
    order: 1;
  }
}
@media only screen and (min-width: 75em) {
  .container {
    width: 71rem;
  }

  .col-lg {
    box-sizing: border-box;
    flex-grow: 0;
    flex-shrink: 0;
    padding-right: 0.5rem;
    padding-left: 0.5rem;
    flex-basis: auto;
  }

  .col-lg-1 {
    box-sizing: border-box;
    flex-grow: 0;
    flex-shrink: 0;
    padding-right: 0.5rem;
    padding-left: 0.5rem;
    flex-basis: 8.33333%;
    max-width: 8.33333%;
  }

  .col-lg-2 {
    box-sizing: border-box;
    flex-grow: 0;
    flex-shrink: 0;
    padding-right: 0.5rem;
    padding-left: 0.5rem;
    flex-basis: 16.66667%;
    max-width: 16.66667%;
  }

  .col-lg-3 {
    box-sizing: border-box;
    flex-grow: 0;
    flex-shrink: 0;
    padding-right: 0.5rem;
    padding-left: 0.5rem;
    flex-basis: 25%;
    max-width: 25%;
  }

  .col-lg-4 {
    box-sizing: border-box;
    flex-grow: 0;
    flex-shrink: 0;
    padding-right: 0.5rem;
    padding-left: 0.5rem;
    flex-basis: 33.33333%;
    max-width: 33.33333%;
  }

  .col-lg-5 {
    box-sizing: border-box;
    flex-grow: 0;
    flex-shrink: 0;
    padding-right: 0.5rem;
    padding-left: 0.5rem;
    flex-basis: 41.66667%;
    max-width: 41.66667%;
  }

  .col-lg-6 {
    box-sizing: border-box;
    flex-grow: 0;
    flex-shrink: 0;
    padding-right: 0.5rem;
    padding-left: 0.5rem;
    flex-basis: 50%;
    max-width: 50%;
  }

  .col-lg-7 {
    box-sizing: border-box;
    flex-grow: 0;
    flex-shrink: 0;
    padding-right: 0.5rem;
    padding-left: 0.5rem;
    flex-basis: 58.33333%;
    max-width: 58.33333%;
  }

  .col-lg-8 {
    box-sizing: border-box;
    flex-grow: 0;
    flex-shrink: 0;
    padding-right: 0.5rem;
    padding-left: 0.5rem;
    flex-basis: 66.66667%;
    max-width: 66.66667%;
  }

  .col-lg-9 {
    box-sizing: border-box;
    flex-grow: 0;
    flex-shrink: 0;
    padding-right: 0.5rem;
    padding-left: 0.5rem;
    flex-basis: 75%;
    max-width: 75%;
  }

  .col-lg-10 {
    box-sizing: border-box;
    flex-grow: 0;
    flex-shrink: 0;
    padding-right: 0.5rem;
    padding-left: 0.5rem;
    flex-basis: 83.33333%;
    max-width: 83.33333%;
  }

  .col-lg-11 {
    box-sizing: border-box;
    flex-grow: 0;
    flex-shrink: 0;
    padding-right: 0.5rem;
    padding-left: 0.5rem;
    flex-basis: 91.66667%;
    max-width: 91.66667%;
  }

  .col-lg-12 {
    box-sizing: border-box;
    flex-grow: 0;
    flex-shrink: 0;
    padding-right: 0.5rem;
    padding-left: 0.5rem;
    flex-basis: 100%;
    max-width: 100%;
  }

  .col-lg-offset-0 {
    box-sizing: border-box;
    flex-grow: 0;
    flex-shrink: 0;
    padding-right: 0.5rem;
    padding-left: 0.5rem;
    margin-left: 0;
  }

  .col-lg-offset-1 {
    box-sizing: border-box;
    flex-grow: 0;
    flex-shrink: 0;
    padding-right: 0.5rem;
    padding-left: 0.5rem;
    margin-left: 8.33333%;
  }

  .col-lg-offset-2 {
    box-sizing: border-box;
    flex-grow: 0;
    flex-shrink: 0;
    padding-right: 0.5rem;
    padding-left: 0.5rem;
    margin-left: 16.66667%;
  }

  .col-lg-offset-3 {
    box-sizing: border-box;
    flex-grow: 0;
    flex-shrink: 0;
    padding-right: 0.5rem;
    padding-left: 0.5rem;
    margin-left: 25%;
  }

  .col-lg-offset-4 {
    box-sizing: border-box;
    flex-grow: 0;
    flex-shrink: 0;
    padding-right: 0.5rem;
    padding-left: 0.5rem;
    margin-left: 33.33333%;
  }

  .col-lg-offset-5 {
    box-sizing: border-box;
    flex-grow: 0;
    flex-shrink: 0;
    padding-right: 0.5rem;
    padding-left: 0.5rem;
    margin-left: 41.66667%;
  }

  .col-lg-offset-6 {
    box-sizing: border-box;
    flex-grow: 0;
    flex-shrink: 0;
    padding-right: 0.5rem;
    padding-left: 0.5rem;
    margin-left: 50%;
  }

  .col-lg-offset-7 {
    box-sizing: border-box;
    flex-grow: 0;
    flex-shrink: 0;
    padding-right: 0.5rem;
    padding-left: 0.5rem;
    margin-left: 58.33333%;
  }

  .col-lg-offset-8 {
    box-sizing: border-box;
    flex-grow: 0;
    flex-shrink: 0;
    padding-right: 0.5rem;
    padding-left: 0.5rem;
    margin-left: 66.66667%;
  }

  .col-lg-offset-9 {
    box-sizing: border-box;
    flex-grow: 0;
    flex-shrink: 0;
    padding-right: 0.5rem;
    padding-left: 0.5rem;
    margin-left: 75%;
  }

  .col-lg-offset-10 {
    box-sizing: border-box;
    flex-grow: 0;
    flex-shrink: 0;
    padding-right: 0.5rem;
    padding-left: 0.5rem;
    margin-left: 83.33333%;
  }

  .col-lg-offset-11 {
    box-sizing: border-box;
    flex-grow: 0;
    flex-shrink: 0;
    padding-right: 0.5rem;
    padding-left: 0.5rem;
    margin-left: 91.66667%;
  }

  .col-lg-offset-12 {
    box-sizing: border-box;
    flex-grow: 0;
    flex-shrink: 0;
    padding-right: 0.5rem;
    padding-left: 0.5rem;
    margin-left: 100%;
  }

  .col-lg {
    flex-grow: 1;
    flex-basis: 0;
    max-width: 100%;
  }

  .start-lg {
    justify-content: flex-start;
    text-align: left;
  }

  .center-lg {
    justify-content: center;
    text-align: center;
  }

  .end-lg {
    justify-content: flex-end;
    text-align: right;
  }

  .top-lg {
    align-items: flex-start;
  }

  .middle-lg {
    align-items: center;
  }

  .bottom-lg {
    align-items: flex-end;
  }

  .around-lg {
    justify-content: space-around;
  }

  .between-lg {
    justify-content: space-between;
  }

  .first-lg {
    order: -1;
  }

  .last-lg {
    order: 1;
  }
}
menu {
  width: 100%;
}
menu .menu-principal-container.desktop {
  background: #137091;
  position: relative;
  padding: 0 10px;
  z-index: 999;
}
menu .menu-principal-container.desktop > ul {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  height: 50px;
}
menu .menu-principal-container.desktop > ul li {
  font-size: 0.7rem;
  text-transform: none;
  position: relative;
}
menu .menu-principal-container.desktop > ul li:hover > ul.sub-menu {
  display: block;
}
menu .menu-principal-container.desktop > ul li a {
  position: relative;
  padding: 17px 20px;
  color: #515151;
  text-decoration: none;
  font-size: 0.7rem;
  font-family: "Rubik", sans-serif;
  display: flex;
  align-items: center;
  text-align: left;
  line-height: 1.49;
  -moz-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
menu .menu-principal-container.desktop > ul li a:hover {
  background: #137091;
  color: #ffffff;
  -moz-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
@media only screen and (max-width: 1024px) {
  menu .menu-principal-container.desktop > ul li a.children {
    pointer-events: none;
  }
}
menu .menu-principal-container.desktop > ul li a.children::after {
  content: " ";
  border-right: 1px solid #ffffff;
  border-bottom: 1px solid #ffffff;
  width: 5px;
  height: 5px;
  margin-left: 7px;
  margin-top: -2px;
  margin-right: -13px;
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
menu .menu-principal-container.desktop > ul li ul.sub-menu {
  position: absolute;
  padding: 0;
  min-width: 230px;
  box-shadow: 0 10px 10px -10px rgba(8, 4, 4, 0.2);
  display: none;
  border: 1px solid #f0f0f0;
}
menu .menu-principal-container.desktop > ul li ul.sub-menu ul.sub-menu {
  top: -1px;
  left: 100%;
  display: none;
}
menu .menu-principal-container.desktop > ul li ul.sub-menu li {
  background: #ffffff;
  width: 100%;
  position: relative;
}
menu .menu-principal-container.desktop > ul li ul.sub-menu li:hover > ul.sub-menu {
  display: block;
}
menu .menu-principal-container.desktop > ul li ul.sub-menu li a {
  padding: 10px 20px;
  font-size: 0.8rem;
  border-bottom: 1px solid #ebebeb;
  width: 100%;
}
@media only screen and (max-width: 1024px) {
  menu .menu-principal-container.desktop > ul li ul.sub-menu li a {
    padding: 18px 2rem;
    background: #f0f0f0;
  }
}
menu .menu-principal-container.desktop > ul li ul.sub-menu li a.children::after {
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
menu .menu-principal-container.desktop > ul li ul.sub-menu li:last-child a {
  border: 0;
}
menu .menu-principal-container.desktop > ul > li.menu-item-has-children > a {
  padding: 17px 25px 17px 10px;
}
menu .menu-principal-container.desktop > ul > li.menu-item-has-children > a::after {
  content: " ";
  border-right: 1px solid #ffffff;
  border-bottom: 1px solid #ffffff;
  width: 5px;
  height: 5px;
  margin-left: 7px;
  margin-top: -2px;
  margin-right: -13px;
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
menu .menu-principal-container.desktop > ul > li > a {
  color: #ffffff;
}
menu .menu-principal-container.desktop > ul > li > a:hover {
  background: #0d4d64;
}

.mobile-menu {
  background: #ffffff;
  border-radius: 6px;
  border-bottom: 4px solid #ebebeb;
  position: relative;
  padding: 0 20px;
  top: 0;
}
@media only screen and (min-width: 1025px) {
  .mobile-menu {
    display: none;
  }
}
@media only screen and (max-width: 1024px) {
  .mobile-menu {
    right: -100vw;
    position: fixed;
    height: 100vh;
    width: 400px;
    max-width: 400px;
    border: 0;
    border-radius: 0;
    display: flex;
    justify-content: center;
    box-shadow: 0 0 40px -10px black;
    padding: 4rem 0;
    overflow-y: scroll;
    z-index: 999999;
  }
  .mobile-menu.open {
    right: 0px;
  }
  .mobile-menu .close-menu-button {
    position: absolute;
    width: 50px;
    height: 50px;
    top: 10px;
    right: 0;
    cursor: pointer;
    display: flex;
    align-content: center;
    justify-content: center;
    border: 0;
    background: #ffffff;
  }
  .mobile-menu .close-menu-button path {
    fill: #515151;
    opacity: 0.5;
  }
}
@media only screen and (max-width: 768px) {
  .mobile-menu {
    width: 80vw;
  }
}
.mobile-menu nav {
  width: 100%;
}
.mobile-menu nav > ul {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  width: 100%;
}
@media only screen and (max-width: 1024px) {
  .mobile-menu nav > ul {
    width: 100%;
    flex-direction: column;
    justify-content: flex-start;
  }
}
.mobile-menu nav > ul li {
  font-size: 0.7rem;
  text-transform: none;
  position: relative;
}
@media only screen and (max-width: 1024px) {
  .mobile-menu nav > ul li {
    width: 100%;
  }
}
.mobile-menu nav > ul li.open > ul.sub-menu {
  display: block;
}
.mobile-menu nav > ul li.menu-item-has-children > a::after {
  content: " ";
  border-right: 1px solid #515151;
  border-bottom: 1px solid #515151;
  width: 5px;
  height: 5px;
  margin-left: 7px;
  margin-top: -2px;
  margin-right: -13px;
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.mobile-menu nav > ul li a {
  position: relative;
  color: #515151;
  text-decoration: none;
  font-size: 0.8rem;
  font-family: "Rubik", sans-serif;
  display: flex;
  align-items: center;
  line-height: 1.49;
  width: 100%;
  text-align: center;
  justify-content: flex-end;
  border-bottom: 1px solid #ebebeb;
  padding: 18px 2rem;
}
.mobile-menu nav > ul li a.children::after {
  content: " ";
  border-right: 1px solid #ffffff;
  border-bottom: 1px solid #515151;
  width: 5px;
  height: 5px;
  margin-left: 7px;
  margin-top: -2px;
  margin-right: -13px;
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.mobile-menu nav > ul li ul.sub-menu {
  position: relative;
  width: 100%;
  box-shadow: none;
  padding: 0;
  display: none;
}
.mobile-menu nav > ul li ul.sub-menu.open {
  display: block;
}
.mobile-menu nav > ul li ul.sub-menu li {
  background: #ffffff;
  width: 100%;
  position: relative;
}
.mobile-menu nav > ul li ul.sub-menu li a {
  padding: 18px 2rem;
  font-size: 0.8rem;
  border-bottom: 1px solid #ebebeb;
  width: 100%;
  background: #f0f0f0;
}
.mobile-menu nav > ul li ul.sub-menu li a.children::after {
  content: "";
  display: none;
}
.mobile-menu nav > ul li ul.sub-menu li:last-child a {
  border: 0;
}

body {
  top: 0 !important;
}
@media only screen and (max-width: 768px) {
  body {
    padding-top: 70px;
  }
}

.header-help-center {
  background: #f0f0f0;
  width: 100%;
  max-width: 100%;
  height: 60px;
  padding: 11px 0;
  display: inline-block;
  font-size: 0.9rem;
  line-height: 1rem;
  color: #137091;
  font-family: "Rubik", sans-serif;
  z-index: 9999999;
}
.header-help-center.scroll {
  font-size: 0.7rem;
  line-height: 0.7rem;
  padding: 8px 0;
  height: 60px;
  position: fixed;
  border-bottom: 2px solid #ffffff;
  top: 0;
  left: 0;
}
.header-help-center.scroll svg {
  width: 16px;
  height: 16px;
}
.header-help-center.scroll .column-1 {
  display: none;
}
.header-help-center.scroll .scroll-menu {
  display: block;
}
.header-help-center .scroll-menu {
  display: none;
  position: relative;
}
.header-help-center .scroll-menu .float-menu-button {
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 0;
  background: transparent;
  cursor: pointer;
  border-radius: 4px;
}
.header-help-center .scroll-menu .float-menu-button:hover {
  background: #137091;
}
.header-help-center .scroll-menu .float-menu-button:hover svg {
  stroke: #ffffff;
}
.header-help-center .scroll-menu .float-menu-button:hover span {
  color: #ffffff;
}
.header-help-center .scroll-menu .float-menu-button span {
  color: #137091;
  font-family: "Rubik", sans-serif;
  margin-left: 10px;
  font-size: 1rem;
  font-weight: 700;
}
.header-help-center .scroll-menu .float-menu {
  display: none;
  background: #f0f0f0;
  position: absolute;
  top: 50px;
  width: 230px;
  box-shadow: 0 5px 10px -3px rgba(0, 0, 0, 0.3);
}
.header-help-center .scroll-menu .float-menu.open {
  display: block;
}
.header-help-center .scroll-menu .float-menu > ul {
  flex-direction: column;
  padding: 0;
}
.header-help-center .scroll-menu .float-menu li {
  border-bottom: 1px solid #fff;
  position: relative;
}
.header-help-center .scroll-menu .float-menu li:last-child {
  border: 0;
}
.header-help-center .scroll-menu .float-menu li.menu-item-has-children > a::after {
  content: " ";
  border-right: 1px solid #137091;
  border-bottom: 1px solid #137091;
  width: 5px;
  height: 5px;
  right: 13px;
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  position: absolute;
}
.header-help-center .scroll-menu .float-menu li.menu-item-has-children > a:hover {
  background: #137091;
  color: #ffffff;
  -moz-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.header-help-center .scroll-menu .float-menu li.menu-item-has-children > a:hover:after {
  border-color: #ffffff;
}
.header-help-center .scroll-menu .float-menu li a {
  position: relative;
  padding: 10px 20px;
  color: #137091;
  text-decoration: none;
  font-size: 0.8rem;
  font-family: "Rubik", sans-serif;
  display: flex;
  align-items: center;
  text-align: left;
  line-height: 1.49;
  -moz-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.header-help-center .scroll-menu .float-menu li a:hover {
  background: #137091;
  color: #ffffff;
  -moz-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.header-help-center .scroll-menu .float-menu li a:hover:after {
  border-color: #ffffff;
}
.header-help-center .scroll-menu .float-menu li a.children::after {
  content: " ";
  border-right: 1px solid #137091;
  border-bottom: 1px solid #137091;
  width: 5px;
  height: 5px;
  right: 13px;
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  position: absolute;
}
.header-help-center .scroll-menu .float-menu li:hover > .sub-menu {
  display: block;
}
.header-help-center .scroll-menu .float-menu li .sub-menu {
  display: none;
  background: #f0f0f0;
  position: absolute;
  float: left;
  left: 230px;
  width: 230px;
  top: 0;
  box-shadow: 0 5px 10px -3px rgba(0, 0, 0, 0.3);
}
.header-help-center .flex-container {
  justify-content: space-between;
}
.header-help-center .column {
  display: flex;
  flex-direction: row;
  align-content: center;
  justify-content: center;
}
.header-help-center .column.column-1 {
  flex-direction: column;
  justify-content: flex-start;
}
.header-help-center .column.column-4 {
  justify-content: flex-end;
}
.header-help-center .column .icon {
  margin-right: 12px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.header-help-center .column .icon svg path {
  fill: #137091;
}
.header-help-center .column .content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  text-decoration: none;
  color: #137091;
  font-family: "Rubik", sans-serif;
  transition: all 0.3s ease;
}
.header-help-center .column .content:hover {
  transform: scale(1.08) translateX(10px);
  transition: all 0.3s ease;
}
.header-help-center .column strong {
  font-weight: 700;
}
.header-help-center .column p {
  display: inline-block;
  width: 100%;
}
.header-help-center .column small {
  font-size: 0.7rem;
}

header.header-component {
  background: #ffffff;
  width: 100%;
  max-width: 100%;
  height: 90px;
  padding: 15px 0;
  box-sizing: border-box;
  display: flex;
  align-items: center;
}
@media only screen and (max-width: 768px) {
  header.header-component {
    padding: 0;
    height: 70px;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 99999;
    background: #06a2dd;
  }
}
header.header-component .flex-container {
  flex-direction: row;
  align-content: center;
  justify-content: space-between;
  box-sizing: border-box;
}
header.header-component .brand {
  display: inline-block;
  width: auto;
  height: 50px;
}
header.header-component .brand a {
  display: flex;
  align-items: center;
  position: relative;
  width: 302px;
  height: 50px;
  text-decoration: none;
}
@media only screen and (max-width: 768px) {
  header.header-component .brand a {
    padding: 5px 0;
    width: 40px;
  }
}
header.header-component .brand a svg {
  position: relative;
  width: 100%;
  z-index: 2;
}
@media only screen and (max-width: 768px) {
  header.header-component .brand .mobile {
    display: block;
  }
  header.header-component .brand .desktop {
    display: none;
  }
}
@media only screen and (min-width: 1025px) {
  header.header-component .brand .mobile {
    display: none;
  }
  header.header-component .brand .desktop {
    display: block;
  }
}
header.header-component .search-component {
  width: 100%;
  margin: 0 100px;
  position: relative;
}
@media only screen and (max-width: 768px) {
  header.header-component .search-component {
    margin: 0 10px 0 15px;
  }
}
header.header-component .search-component .input-group {
  border: 2px solid #f0f0f0;
  border-radius: 4px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media only screen and (max-width: 768px) {
  header.header-component .search-component .input-group {
    border: 0;
  }
}
header.header-component .search-component .input-group input {
  border-radius: 4px 0 0 4px;
  height: 46px;
  width: calc(100% - 40px);
  border: 0;
  font-family: "Rubik", sans-serif;
  color: #515151;
  font-size: 1.2rem;
  padding-left: 20px;
}
@media only screen and (max-width: 768px) {
  header.header-component .search-component .input-group input {
    width: 100%;
    border-radius: 4px 0 0 4px;
    font-size: 1rem;
  }
}
header.header-component .search-component .input-group input::placeholder {
  color: #dedede;
}
header.header-component .search-component .input-group input:focus ~ .input-group {
  border-color: #06a2dd;
}
header.header-component .search-component .input-group button {
  border: 0;
  outline: none;
  background: transparent;
  width: 46px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media only screen and (max-width: 768px) {
  header.header-component .search-component .input-group button {
    background: #fff;
    border-radius: 0 4px 4px 0;
    height: 46px;
  }
}
header.header-component .search-component .results {
  position: absolute;
  width: 100%;
  top: 48px;
  background: #ffffff;
  z-index: 9999;
  display: flex;
  flex-direction: column;
  border: 2px solid #f0f0f0;
  border-top: 0;
  padding: 1rem;
  border-radius: 0 0 4px 4px;
  box-shadow: 0 8px 9px -7px rgba(0, 0, 0, 0.4);
}
header.header-component .search-component .results p {
  color: #515151;
  font-size: 0.8rem;
}
header.header-component .actions {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
header.header-component .actions .my-account {
  width: 50px;
  height: 50px;
  border-radius: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
header.header-component .actions .my-cart {
  width: 50px;
  height: 50px;
  border-radius: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}
@media only screen and (min-width: 1025px) {
  header.header-component .actions .my-cart {
    margin-right: 10px;
  }
}
@media only screen and (max-width: 768px) {
  header.header-component .actions .my-cart svg path {
    fill: #515151;
    opacity: 0.5;
  }
}
@media only screen and (max-width: 768px) and (max-width: 768px) {
  header.header-component .actions .my-cart svg path {
    fill: #ffffff;
    opacity: 1;
  }
}

header.header-component .actions .my-cart span {
  background: #137091;
  width: 20px;
  height: 20px;
  border-radius: 20px;
  position: absolute;
  top: 0;
  right: 0;
  color: #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 12px;
}
header.header-component .actions .menu-button {
  width: 50px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: transparent;
  border: 0;
}
header.header-component .actions .menu-button path {
  stroke: #ffffff;
}
header.header-component .actions .languages-component {
  display: inline-block;
  margin-left: 20px;
  width: 50px;
}
header.header-component .actions .languages-component .current-language {
  display: flex;
  align-items: center;
  justify-content: center;
}
header.header-component .actions .languages-component .current-language .flag {
  height: 16px;
  margin-right: 5px;
}
header.header-component .actions .languages-component .current-language .drop {
  height: 16px;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
}
header.header-component .actions .languages-component .language-selector {
  width: 100%;
  height: 100vh;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 99999;
  display: flex;
  align-items: center;
  justify-content: center;
}
header.header-component .actions .languages-component .language-selector .background {
  width: 100%;
  height: 100vh;
  background: rgba(0, 0, 0, 0.7);
  position: absolute;
  top: 0;
  left: 0;
}
header.header-component .actions .languages-component .language-selector .modal {
  display: flex;
  flex-direction: column;
  padding: 1.4rem 2rem;
  width: 150px;
  border-radius: 4px;
  background: #ffffff;
  z-index: 2;
}
header.header-component .actions .languages-component .language-selector .modal .language {
  width: 100%;
  display: flex;
  align-items: center;
  padding: 5px 0;
  cursor: pointer;
}
header.header-component .actions .languages-component .language-selector .modal .language span {
  font-size: 1rem;
  color: #515151;
}
header.header-component .actions .languages-component .language-selector .modal .language img {
  margin-right: 5px;
}

#google_translate_element2 {
  display: none;
}

.goog-te-banner-frame {
  display: none !important;
}

.goog-te-menu-value:hover {
  text-decoration: none !important;
}

.goog-text-highlight {
  background-color: transparent !important;
  box-shadow: none !important;
}

.help-toolbar {
  background: #06a2dd;
  color: #ffffff;
  font-size: 1.2rem;
  font-weight: bold;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-top: 1px solid #ffffff;
  padding: 0 15px;
  height: 50px;
  box-shadow: 0px 3px 10px rgba(6, 162, 221, 0.4);
}
.help-toolbar a {
  padding: 5px 8px;
  display: inline-block;
}

.helper-center {
  width: 100%;
  margin: 120px 0;
}
.helper-center .flex-container {
  max-width: 750px;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.helper-center h3, .helper-center .helper-center-title {
  width: 100%;
  display: inline-block;
  color: #137091;
  font-size: 1.4rem;
  text-align: center;
  font-weight: normal;
}
.helper-center h3 strong, .helper-center .helper-center-title strong {
  font-weight: bold;
}
.helper-center .disclaimer, .helper-center h1.disclaimer {
  width: 100%;
  display: inline-block;
  color: #137091;
  font-size: 1rem;
  margin: 10px 0 0 0;
  text-align: center;
}
.helper-center .divider {
  display: flex;
  align-items: center;
  justify-content: space-between;
  opacity: 0.4;
  width: 100%;
  margin: 40px 0;
}
.helper-center .divider:before, .helper-center .divider:after {
  content: " ";
  width: calc(50% - 30px);
  height: 1px;
  background: #de1d49;
}
.helper-center .contacts {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  gap: 100px;
  width: 100%;
}
@media only screen and (max-width: 768px) {
  .helper-center .contacts {
    align-items: center;
    flex-direction: column;
  }
}
.helper-center .contacts .contact {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  max-width: 210px;
}
@media only screen and (max-width: 768px) {
  .helper-center .contacts .contact {
    padding: 30px 0;
  }
}
.helper-center .contacts .contact .icon {
  width: 80px;
  height: 80px;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media only screen and (max-width: 768px) {
  .helper-center .contacts .contact .icon {
    height: auto;
    margin-bottom: 20px;
  }
}
.helper-center .contacts .contact .title {
  width: 100%;
  display: inline-block;
  color: #137091;
  font-size: 1.1rem;
  margin: 0 0 20px 0;
  text-align: center;
}
.helper-center .contacts .contact .title strong {
  font-weight: bold;
}
.helper-center .contacts .contact .content {
  width: 100%;
  display: inline-block;
  color: #515151;
  font-size: 0.8rem;
  margin: 0 0 30px 0;
  text-align: center;
  line-height: 1.4;
  height: 80px;
}
@media only screen and (max-width: 768px) {
  .helper-center .contacts .contact .content {
    height: auto;
    margin: 0 0 20px 0;
  }
}
.helper-center .contacts .contact .content strong {
  font-weight: bold;
}
.helper-center .contacts .contact .hub-button.link, .helper-center .contacts .contact body.woocommerce-page .category.grid .products div.product .link.button, body.woocommerce-page .category.grid .products div.product .helper-center .contacts .contact .link.button,
.helper-center .contacts .contact body.page-id-5329 .category.grid .products div.product .link.button,
body.page-id-5329 .category.grid .products div.product .helper-center .contacts .contact .link.button, .helper-center .contacts .contact body.woocommerce-page .category.list .products div.product .link.button, body.woocommerce-page .category.list .products div.product .helper-center .contacts .contact .link.button,
.helper-center .contacts .contact body.page-id-5329 .category.list .products div.product .link.button,
body.page-id-5329 .category.list .products div.product .helper-center .contacts .contact .link.button, .helper-center .contacts .contact .owl-carousel div.product .link.button, .owl-carousel div.product .helper-center .contacts .contact .link.button, .helper-center .contacts .contact .woocommerce form.register .link.woocommerce-button, .woocommerce form.register .helper-center .contacts .contact .link.woocommerce-button,
.helper-center .contacts .contact .woocommerce form.login .link.woocommerce-button,
.woocommerce form.login .helper-center .contacts .contact .link.woocommerce-button {
  font-size: 1.7rem;
  font-weight: bold;
  color: #06a2dd;
  text-align: center;
  width: 100%;
  padding: 0;
}
.helper-center .social {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  margin-top: 40px;
}
.helper-center .social p {
  font-size: 0.7rem;
  color: #8d8d8d;
  margin: 0 0 5px 0;
}
.helper-center .social .links {
  display: flex;
  align-items: center;
  justify-content: center;
}
.helper-center .social .links a {
  width: 30px;
  height: 30px;
  margin: 5px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.home .wc-block-grid__products li {
  list-style: none !important;
}
.home .breadcrumbs {
  display: none;
}
@media only screen and (max-width: 768px) {
  .home .flex-container {
    padding: 0 10px;
  }
}
.home .flex-container h2 {
  color: #06a2dd;
  font-size: 1.5rem;
  margin: 1.5rem 0 2.5rem 0;
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  align-items: center;
  font-style: italic;
  text-align: center;
}
@media only screen and (max-width: 768px) {
  .home .flex-container h2 {
    display: block;
  }
  .home .flex-container h2:before, .home .flex-container h2:after {
    display: none;
  }
}
.home .flex-container h2:before {
  content: " ";
  height: 3px;
  background: #99ca3c;
  flex: 1;
  margin-right: 2rem;
}
.home .flex-container h2:after {
  content: " ";
  height: 3px;
  background: #99ca3c;
  flex: 1;
  margin-left: 2rem;
}

.hub-icon {
  position: relative;
  display: flex;
  flex-direction: column;
  margin-bottom: 1.5rem;
  width: 100%;
  font-family: "Rubik", sans-serif;
}
.hub-icon label {
  font-size: 0.8rem;
  font-weight: 500;
  margin-bottom: 0.5rem;
  text-transform: uppercase;
  font-family: "Rubik", sans-serif;
}
.hub-icon .icons {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
}
.hub-icon .icon {
  background: #ffffff;
  border: solid 1px #ebebeb;
  color: #515151;
  font-size: 0.8rem;
  letter-spacing: 0.4px;
  padding: 10px;
  border-radius: 4px;
  font-family: "Rubik", sans-serif;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}
.hub-icon .icon span {
  margin-top: 15px;
}
.hub-icon .icon:focus {
  outline: none;
  border-color: #06a2dd;
}
.hub-icon .icon.active {
  outline: none;
  border-color: #06a2dd;
}
.hub-icon .icon:disabled {
  -webkit-text-fill-color: #8d8d8d;
  opacity: 1;
  cursor: not-allowed;
}

.image-gallery .full-preview {
  width: 100%;
  display: inline-block;
  background: #f0f0f0;
  border-radius: 3px;
  padding: 3px;
}
.image-gallery .full-preview:hover {
  background: #06a2dd;
}
.image-gallery .full-preview img {
  display: inline-block;
  width: 100%;
  border-radius: 3px;
  cursor: zoom-in;
}
.image-gallery .image-list {
  width: 100%;
  display: inline-block;
  margin: 1rem 5px 0 5px;
}
.image-gallery .image-list .image {
  max-width: 110px;
  margin: 0 5px;
}
.image-gallery .image-list img {
  width: 100%;
  display: inline-block;
  background: #f0f0f0;
  border-radius: 3px;
  padding: 3px;
  cursor: pointer;
}
.image-gallery .image-list img:hover {
  background: #06a2dd;
}
.image-gallery .image-modal {
  background: rgba(0, 0, 0, 0.5);
  display: flex;
  align-items: center;
  justify-content: center;
  position: fixed;
  z-index: 10;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  cursor: pointer;
}
.image-gallery .image-modal img {
  width: auto;
  height: auto;
}

.hub-input, .woocommerce form.register .form-row,
.woocommerce form.login .form-row {
  position: relative;
  display: flex;
  flex-direction: column;
  margin-bottom: 1.5rem;
  width: 100%;
  font-family: "Rubik", sans-serif;
}
.hub-input label, .woocommerce form.register .form-row label,
.woocommerce form.login .form-row label {
  font-size: 0.8rem;
  font-weight: 500;
  margin-bottom: 0.5rem;
  text-transform: uppercase;
  font-family: "Rubik", sans-serif;
}
.hub-input input, .woocommerce form.register .form-row input,
.woocommerce form.login .form-row input {
  background: #ffffff;
  border: solid 1px #ebebeb;
  color: #515151;
  font-size: 0.8rem;
  letter-spacing: 0.4px;
  padding: 10px;
  border-radius: 4px;
  font-family: "Rubik", sans-serif;
}
.hub-input input:focus, .woocommerce form.register .form-row input:focus,
.woocommerce form.login .form-row input:focus {
  outline: none;
  border-color: #06a2dd;
}
.hub-input input:disabled, .woocommerce form.register .form-row input:disabled,
.woocommerce form.login .form-row input:disabled {
  -webkit-text-fill-color: #8d8d8d;
  opacity: 1;
  cursor: not-allowed;
}
.hub-input.big input, .woocommerce form.register .big.form-row input,
.woocommerce form.login .big.form-row input {
  height: 45px;
  font-size: 0.9rem;
}
.hub-input.error input, .woocommerce form.register .error.form-row input,
.woocommerce form.login .error.form-row input,
.hub-input.error label,
.woocommerce form.register .error.form-row label,
.woocommerce form.login .error.form-row label,
.hub-input.error select,
.woocommerce form.register .error.form-row select,
.woocommerce form.login .error.form-row select,
.hub-input.error textarea,
.woocommerce form.register .error.form-row textarea,
.woocommerce form.login .error.form-row textarea {
  color: #de1d49;
  border-color: #de1d49;
}
.hub-input.error .error-container span, .woocommerce form.register .error.form-row .error-container span,
.woocommerce form.login .error.form-row .error-container span {
  color: #de1d49;
  font-size: 0.7rem;
  line-height: 1.5;
  font-style: normal;
}

.schedule-more-information {
  width: 100%;
}
.schedule-more-information.modal {
  padding-left: 2rem;
  margin-top: 3rem;
}
.schedule-more-information .get-email {
  position: relative;
  width: 100%;
}
.schedule-more-information .actions {
  display: flex;
  flex-direction: row;
}
.schedule-more-information .actions button {
  margin-right: 1rem;
}
.schedule-more-information .private-information {
  color: #515151;
  font-size: 0.7rem;
  padding: 1rem 0;
}
.schedule-more-information .lead-modal.center {
  justify-content: center;
  text-align: center;
}
.schedule-more-information .lead-modal.center .actions {
  justify-content: center;
  text-align: center;
}
.schedule-more-information .lead-modal > .modal {
  position: fixed;
  background: #f0f0f0;
  width: 100vw;
  height: 100vh;
  top: 0;
  left: 0;
  z-index: 999999999;
}
.schedule-more-information .lead-modal > .modal .modal-content {
  width: 100vw;
  height: 100vh;
  display: flex;
  justify-content: center;
  overflow-y: scroll;
}
.schedule-more-information .lead-modal > .modal .modal-content .modal-content-form {
  display: flex;
  flex-direction: column;
}
.schedule-more-information .lead-modal > .modal .modal-content .modal-content-form h2 {
  color: #06a2dd;
  font-size: 2rem;
  font-family: "Rubik", sans-serif;
  padding: 1rem 0 2rem 0;
  text-align: center;
}
@media only screen and (max-width: 768px) {
  .schedule-more-information .lead-modal > .modal .modal-content .modal-content-form h2 {
    padding: 14rem 0 2rem 0;
  }
}
@media only screen and (max-width: 768px) {
  .schedule-more-information .lead-modal > .modal .modal-content {
    padding: 2rem;
  }
}
.schedule-more-information .lead-modal > .modal .modal-content .wrapper {
  margin-top: 5rem;
  margin-bottom: 5rem;
}
.schedule-more-information .lead-modal > .modal .close {
  position: absolute;
  top: 2rem;
  right: 2rem;
  cursor: pointer;
  z-index: 99;
}
.schedule-more-information h2 {
  color: #06a2dd;
  font-size: 2rem;
  font-family: "Rubik", sans-serif;
  padding: 1rem 0 2rem 0;
  text-align: center;
}
@media only screen and (max-width: 768px) {
  .schedule-more-information h2 {
    padding: 14rem 0 2rem 0;
  }
}
.schedule-more-information .space-up {
  margin-top: 20px;
}
.schedule-more-information .sent {
  text-align: center;
}
.schedule-more-information .sent p {
  color: #515151;
}

.lead-component .lead-modal {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background: rgba(0, 0, 0, 0.7);
  display: flex;
  align-items: center;
  flex-direction: column;
  z-index: 999999999;
  overflow-y: auto;
  justify-content: center;
}
@media only screen and (max-width: 768px) {
  .lead-component .lead-modal {
    justify-content: flex-start;
    background: #f3f3f3;
  }
}
.lead-component .lead-modal .content {
  display: flex;
  flex-direction: column;
  max-width: 450px;
  font-size: 0.9rem;
  color: #515151;
  max-width: 100%;
  margin: 3rem 0;
  background: #f3f3f3;
  padding: 2rem;
  border-radius: 10px;
  box-shadow: 0 0 30px -10px rgba(0, 0, 0, 0.5);
  border: 1px solid #ddd;
  position: relative;
}
@media only screen and (max-width: 768px) {
  .lead-component .lead-modal .content {
    border-radius: 0;
    border: 0;
    box-shadow: none;
  }
  .lead-component .lead-modal .content .half {
    flex-direction: column;
  }
}
.lead-component .lead-modal .content .close {
  position: absolute;
  top: -15px;
  right: -15px;
  width: 30px;
  height: 30px;
  border: 0;
  background: #fff;
  border-radius: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 10;
  cursor: pointer;
}
@media only screen and (max-width: 768px) {
  .lead-component .lead-modal .content .close {
    background: transparent;
    top: -20px;
    right: 10px;
  }
}
.lead-component .lead-modal .content h2 {
  display: inline-block;
  margin-bottom: 40px;
  font-size: 1.6rem;
  font-weight: bold;
  color: #137091;
  text-align: center;
}
.lead-component .lead-modal .content .form {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
}
@media only screen and (max-width: 768px) {
  .lead-component .lead-modal .content .form {
    width: 100%;
    display: inline-block;
  }
}
.lead-component .lead-modal .content .form .wide {
  flex: 1;
  width: 100%;
}
.lead-component .lead-modal .content .form .half {
  flex: 1;
  width: 100%;
  display: flex;
  justify-content: space-between;
}
.lead-component .lead-modal .content .form .half .hub-input:first-child, .lead-component .lead-modal .content .form .half .woocommerce form.register .form-row:first-child, .woocommerce form.register .lead-component .lead-modal .content .form .half .form-row:first-child,
.lead-component .lead-modal .content .form .half .woocommerce form.login .form-row:first-child,
.woocommerce form.login .lead-component .lead-modal .content .form .half .form-row:first-child {
  margin-right: 3px;
}
.lead-component .lead-modal .content .form .half .hub-input:last-child, .lead-component .lead-modal .content .form .half .woocommerce form.register .form-row:last-child, .woocommerce form.register .lead-component .lead-modal .content .form .half .form-row:last-child,
.lead-component .lead-modal .content .form .half .woocommerce form.login .form-row:last-child,
.woocommerce form.login .lead-component .lead-modal .content .form .half .form-row:last-child {
  margin-left: 3px;
}
.lead-component .lead-modal .content .private-information {
  color: #515151;
  font-size: 0.7rem;
  padding: 1rem 0;
}
.lead-component .lead-modal .content .actions {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 1rem;
}
.lead-component .lead-modal .content .actions .button-load {
  margin-right: 10px;
}
.lead-component .lead-modal .sent {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  width: 100%;
  height: 100%;
  padding: 0 3rem;
}
.lead-component .lead-modal .sent h2 {
  display: inline-block;
  margin-bottom: 20px;
  font-size: 1.6rem;
  font-weight: bold;
  color: #99ca3c;
}
.lead-component .lead-modal .sent p {
  margin-bottom: 20px;
  color: #515151;
  font-size: 1rem;
  line-height: 1.4;
}
.lead-component .sent {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  width: 100%;
  height: 100%;
  padding: 0 3rem;
  height: calc(100vh - 150px);
}
.lead-component .sent h2 {
  display: inline-block;
  margin-bottom: 20px;
  font-size: 1.6rem;
  font-weight: bold;
  color: #99ca3c;
}
.lead-component .sent p {
  margin-bottom: 20px;
  color: #515151;
  font-size: 1rem;
  line-height: 1.4;
}

.lead-form-component .lead-form {
  display: flex;
  align-items: center;
  flex-direction: column;
  z-index: 999999999;
  overflow-y: scroll;
}
.lead-form-component .lead-form .content {
  display: flex;
  flex-direction: column;
  max-width: 450px;
  font-size: 0.9rem;
  color: #515151;
}
.lead-form-component .lead-form .content h2 {
  display: inline-block;
  margin-bottom: 40px;
  font-size: 1.6rem;
  font-weight: bold;
  color: #137091;
  text-align: center;
}
.lead-form-component .lead-form .content .form {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
}
.lead-form-component .lead-form .content .form .wide {
  flex: 1;
  width: 100%;
}
.lead-form-component .lead-form .content .form .half {
  flex: 1;
  width: 100%;
  display: flex;
  justify-content: space-between;
}
.lead-form-component .lead-form .content .form .half .hub-input:first-child, .lead-form-component .lead-form .content .form .half .woocommerce form.register .form-row:first-child, .woocommerce form.register .lead-form-component .lead-form .content .form .half .form-row:first-child,
.lead-form-component .lead-form .content .form .half .woocommerce form.login .form-row:first-child,
.woocommerce form.login .lead-form-component .lead-form .content .form .half .form-row:first-child {
  margin-right: 3px;
}
.lead-form-component .lead-form .content .form .half .hub-input:last-child, .lead-form-component .lead-form .content .form .half .woocommerce form.register .form-row:last-child, .woocommerce form.register .lead-form-component .lead-form .content .form .half .form-row:last-child,
.lead-form-component .lead-form .content .form .half .woocommerce form.login .form-row:last-child,
.woocommerce form.login .lead-form-component .lead-form .content .form .half .form-row:last-child {
  margin-left: 3px;
}
.lead-form-component .lead-form .content .private-information {
  color: #515151;
  font-size: 0.7rem;
  padding: 1rem 0;
}
.lead-form-component .lead-form .sent {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  width: 100%;
  height: 100%;
  padding: 0 3rem;
}
.lead-form-component .lead-form .sent h2 {
  display: inline-block;
  margin-bottom: 20px;
  font-size: 1.6rem;
  font-weight: bold;
  color: #99ca3c;
}
.lead-form-component .lead-form .sent p {
  margin-bottom: 20px;
  color: #515151;
  font-size: 1rem;
  line-height: 1.4;
}

ul.check-style {
  list-style-position: inside;
  list-style-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA8AAAAPCAYAAAA71pVKAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAGXSURBVHgBlVJLTgJBEK3+oCw5AkeADYgwyXACuQG4UsICPQFyAmGhSGIinAA8gRhBREmYI3CEWTPT3VYNmWSYDCa+1UxXvVevXzWDCF42dsb3/bYxYBuAHB5lGIADwBylvG6z9LUN+3ZK2TIkDn4q9s7zJ/SNxLFRbMw5uL7RWcGhDoLbWBoR0fP8N+wiYYDh2qqBNhMk9U9T8u4yP3MhASHRIFErVWWD5VmWC4EH7PW6ML+BI4gT6QocRMqmIk38D5HOOWemzYDPolap+S9iWJeYTs430A2bhyurtvO8e7xONZ1Ou0kTsb55XFm3PG7xqvgx1QbeKYck4h4sG9jGyLcC1xEVaBYXDRJIIlLAAV0bl1PKjLOLuAMSOEml8ocTEUHAZtsszWfcKJjifu3ndbkeF4jvO1gr6I42bBzYJgV6HEqz3mBZseEIiCiEDF5g+kT2Auth8em70sMfXBsbeaD6rcKnE5KklHXMAB+QcaMZsEN1q8GF7oRpRuAiuU8To1dhSRYfFuc5KUVWa8horZxWee8ijl+hhQK1zb59pwAAAABJRU5ErkJggg==");
}
ul.check-style li {
  line-height: 1.4;
}

ol {
  list-style-position: inside;
  list-style: decimal;
  padding-inline-start: 1rem;
}
ol li {
  line-height: 1.49;
  margin-bottom: 0.5rem;
}
ol.real-orders em strong {
  width: 100%;
  display: inline-block;
  margin-bottom: 0.2rem;
}
ol.real-orders li {
  margin-bottom: 1rem;
}

@media only screen and (max-width: 768px) {
  .mobile-hidden {
    display: none !important;
  }
}
@media only screen and (min-width: 1025px) {
  .desktop-hidden {
    display: none !important;
  }
}
@media only screen and (max-width: 1024px) {
  .tablet-hidden {
    display: none !important;
  }
}
.need-help {
  background: #137091;
  padding: 50px 0;
  margin-bottom: 40px;
}
.need-help .flex-container {
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
@media only screen and (max-width: 768px) {
  .need-help .flex-container {
    flex-direction: column;
  }
}
.need-help .flex-container h3 {
  font-size: 24pt;
  font-weight: bold;
  margin-bottom: 20px;
}
.need-help .flex-container p {
  font-size: 14pt;
}
.need-help .flex-container h3,
.need-help .flex-container p {
  color: #ffffff;
}
.need-help .flex-container form {
  margin-top: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media only screen and (max-width: 768px) {
  .need-help .flex-container form {
    flex-direction: column;
  }
}
.need-help .flex-container form .hub-input, .need-help .flex-container .woocommerce form.register .form-row, .woocommerce .need-help .flex-container form.register .form-row,
.need-help .flex-container .woocommerce form.login .form-row,
.woocommerce .need-help .flex-container form.login .form-row {
  margin: 0 15px 0 0;
}
@media only screen and (max-width: 768px) {
  .need-help .flex-container form .hub-input, .need-help .flex-container .woocommerce form.register .form-row, .woocommerce .need-help .flex-container form.register .form-row,
  .need-help .flex-container .woocommerce form.login .form-row,
  .woocommerce .need-help .flex-container form.login .form-row {
    margin: 15px 0;
  }
}
.need-help .flex-container form .hub-input input, .need-help .flex-container .woocommerce form.register .form-row input, .woocommerce .need-help .flex-container form.register .form-row input,
.need-help .flex-container .woocommerce form.login .form-row input,
.woocommerce .need-help .flex-container form.login .form-row input {
  height: 40px;
}
.need-help .flex-container form button {
  height: 40px;
  padding: 0 20px;
  width: 300px;
}
.need-help .flex-container form button span {
  font-size: 16px;
  font-weight: bold;
  color: #ffffff;
}
.need-help .flex-container form button span svg {
  display: none;
  margin-right: 10px;
}
.need-help .flex-container form button span:disabled {
  opacity: 0.8;
}
.need-help .flex-container form button span:disabled svg {
  display: block;
}

.need-help-header {
  background: #137091;
  padding: 20px 0;
  margin-bottom: 20px;
}
@media only screen and (max-width: 768px) {
  .need-help-header {
    display: none;
  }
}
.need-help-header .flex-container {
  flex-direction: row;
  justify-content: center;
  align-items: center;
}
.need-help-header .flex-container p {
  font-size: 18pt;
  font-weight: bold;
  margin-right: 2rem;
  color: #ffffff;
}
.need-help-header .flex-container form {
  display: flex;
  align-items: center;
  justify-content: center;
}
.need-help-header .flex-container form .hub-input, .need-help-header .flex-container .woocommerce form.register .form-row, .woocommerce .need-help-header .flex-container form.register .form-row,
.need-help-header .flex-container .woocommerce form.login .form-row,
.woocommerce .need-help-header .flex-container form.login .form-row {
  margin: 0 15px 0 0;
}
.need-help-header .flex-container form .hub-input input, .need-help-header .flex-container .woocommerce form.register .form-row input, .woocommerce .need-help-header .flex-container form.register .form-row input,
.need-help-header .flex-container .woocommerce form.login .form-row input,
.woocommerce .need-help-header .flex-container form.login .form-row input {
  height: 40px;
}
.need-help-header .flex-container form button {
  height: 40px;
  padding: 0 20px;
  width: 300px;
}
.need-help-header .flex-container form button span {
  font-size: 16px;
  font-weight: bold;
  color: #ffffff;
}
.need-help-header .flex-container form button span svg {
  display: none;
  margin-right: 10px;
}
.need-help-header .flex-container form button span:disabled {
  opacity: 0.8;
}
.need-help-header .flex-container form button span:disabled svg {
  display: block;
}

.owl-carousel,
.owl-carousel .owl-item {
  -webkit-tap-highlight-color: transparent;
  position: relative;
}

.owl-carousel {
  display: none;
  width: 100%;
  z-index: 1;
}

.owl-carousel .owl-stage {
  position: relative;
  -ms-touch-action: pan-Y;
  touch-action: manipulation;
  -moz-backface-visibility: hidden;
}

.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;
  -webkit-transform: translate3d(0, 0, 0);
}

.owl-carousel .owl-item,
.owl-carousel .owl-wrapper {
  -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 {
  min-height: 1px;
  float: left;
  -webkit-backface-visibility: hidden;
  -webkit-touch-callout: none;
}

.owl-carousel .owl-item img {
  display: block;
  width: 100%;
}

.owl-carousel .owl-dots.disabled,
.owl-carousel .owl-nav.disabled {
  display: none;
}

.no-js .owl-carousel,
.owl-carousel.owl-loaded {
  display: block;
}

.owl-carousel .owl-dot,
.owl-carousel .owl-nav .owl-next,
.owl-carousel .owl-nav .owl-prev {
  cursor: pointer;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.owl-carousel .owl-nav button.owl-next,
.owl-carousel .owl-nav button.owl-prev,
.owl-carousel button.owl-dot {
  background: 0 0;
  color: inherit;
  border: none;
  padding: 0 !important;
  font: inherit;
}

.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 {
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.owl-carousel.owl-grab {
  cursor: move;
  cursor: grab;
}

.owl-carousel.owl-rtl {
  direction: rtl;
}

.owl-carousel.owl-rtl .owl-item {
  float: right;
}

.owl-carousel .animated {
  animation-duration: 1s;
  animation-fill-mode: both;
}

.owl-carousel .owl-animated-in {
  z-index: 0;
}

.owl-carousel .owl-animated-out {
  z-index: 1;
}

.owl-carousel .fadeOut {
  animation-name: fadeOut;
}

@keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
.owl-height {
  transition: height 0.5s ease-in-out;
}

.owl-carousel .owl-item .owl-lazy {
  opacity: 0;
  transition: opacity 0.4s ease;
}

.owl-carousel .owl-item .owl-lazy:not([src]),
.owl-carousel .owl-item .owl-lazy[src^=""] {
  max-height: 0;
}

.owl-carousel .owl-item img.owl-lazy {
  transform-style: preserve-3d;
}

.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;
  transition: transform 0.1s ease;
}

.owl-carousel .owl-video-play-icon:hover {
  -ms-transform: scale(1.3, 1.3);
  transform: scale(1.3, 1.3);
}

.owl-carousel .owl-video-playing .owl-video-play-icon,
.owl-carousel .owl-video-playing .owl-video-tn {
  display: none;
}

.owl-carousel .owl-video-tn {
  opacity: 0;
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  transition: opacity 0.4s ease;
}

.owl-carousel .owl-video-frame {
  position: relative;
  z-index: 1;
  height: 100%;
  width: 100%;
}

.owl-carousel .owl-dots {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.owl-carousel .owl-dots button.owl-dot {
  width: 18px;
  height: 18px;
  border-radius: 20px;
  border: 2px solid #dedede;
  outline: none;
  background: transparent;
  margin: 3px;
  display: inline-block;
}
.owl-carousel .owl-dots button.owl-dot.active {
  background: #dedede;
}

.pagination {
  width: 100%;
  margin: 2rem auto;
  height: 30px;
}
.pagination ul.page-numbers {
  display: flex;
  flex-direction: row;
  justify-content: center;
}
.pagination ul.page-numbers lihover {
  background: #f0f0f0;
}
.pagination ul.page-numbers lihover a {
  color: #515151;
}
.pagination ul.page-numbers li a,
.pagination ul.page-numbers li span.current {
  width: 40px;
  height: 40px;
  border: 0;
  border-radius: 2px;
  border: 1px solid #f0f0f0;
  margin: 2px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
}
.pagination ul.page-numbers li .dots {
  width: 40px;
  height: 40px;
  border: 0;
  margin: 2px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
}
.pagination ul.page-numbers li a {
  color: #515151;
}
.pagination ul.page-numbers li a.next, .pagination ul.page-numbers li a.prev {
  width: auto;
  border: 0;
  font-size: 0.9rem;
  margin: 0 4px;
  padding: 0 10px;
  display: flex;
  align-items: center;
}
.pagination ul.page-numbers li a.next svg, .pagination ul.page-numbers li a.prev svg {
  margin: 0 3px;
}
.pagination ul.page-numbers li span.current {
  border: 1px solid #06a2dd;
  border-radius: 2px;
  background: #06a2dd;
  color: #fff;
}

.woocommerce nav.woocommerce-pagination {
  margin: 2rem auto;
}
.woocommerce nav.woocommerce-pagination ul {
  display: flex;
  align-items: center;
  justify-content: center;
  color: #515151;
  font-size: 1rem;
  font-weight: normal;
  padding-left: 0;
  border: 0;
}
.woocommerce nav.woocommerce-pagination ul li {
  border: 0;
}
.woocommerce nav.woocommerce-pagination ul li span.current {
  background: #06a2dd;
  color: #ffffff;
  font-weight: 600;
  border-radius: 4px;
  width: 50px;
  height: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0;
  border-color: transparent;
}
.woocommerce nav.woocommerce-pagination ul li a,
.woocommerce nav.woocommerce-pagination ul li span {
  border-left: 0;
  border-right: solid 1px #f0f0f0;
  font-family: "Rubik", sans-serif;
  color: #515151;
  font-weight: normal;
  text-decoration: none;
  width: 50px;
  height: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.woocommerce nav.woocommerce-pagination ul li a:hover,
.woocommerce nav.woocommerce-pagination ul li span:hover {
  color: #06a2dd;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.woocommerce nav.woocommerce-pagination ul .prev,
.woocommerce nav.woocommerce-pagination ul .next {
  width: 50px;
  height: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: "Rubik", sans-serif;
  font-size: 18px;
  font-weight: normal;
}
.woocommerce nav.woocommerce-pagination ul .prev {
  float: left;
  margin-right: 0;
  border-right: solid 1px #f0f0f0;
}
.woocommerce nav.woocommerce-pagination ul .next {
  float: right;
  border-left: solid 1px #f0f0f0;
  width: 50px;
  height: 30px;
  border-color: transparent;
}

pre.wp-block-verse {
  border-radius: 4px;
  border-left: 3px solid #137091;
  background: #f2fafd;
  padding: 15px;
  max-width: 100%;
  display: inline-block;
  white-space: normal;
}
pre.wp-block-verse strong {
  font-weight: bold;
}
@media only screen and (max-width: 768px) {
  pre.wp-block-verse strong {
    display: inline-block;
    width: 100%;
  }
}
pre.wp-block-verse em {
  font-style: italic;
}
pre.wp-block-verse a {
  display: inline-block;
  max-width: 100%;
  white-space: normal;
}

.results-frame {
  width: 100vw;
  height: calc(100vh - 245px);
  background: #ffffff;
  position: fixed;
  top: 245px;
  padding-bottom: 5vh;
  left: 0;
  z-index: 9999;
  border-top: 2px solid #f0f0f0;
  overflow-x: hidden;
  overflow-y: auto;
}
@media only screen and (max-width: 768px) {
  .results-frame {
    top: 120px;
    height: calc(100vh - 120px);
  }
}
.results-frame header {
  padding: 20px 0;
}
@media only screen and (min-width: 1025px) {
  .results-frame header {
    position: fixed;
    top: 150px;
    width: 100%;
  }
}
.results-frame header span.searh-term {
  font-size: 1.6rem;
  color: #ffffff;
  font-weight: bold;
  padding: 1rem 0;
  text-align: left;
}
@media only screen and (min-width: 1025px) {
  .results-frame section.main {
    padding-top: 20px;
  }
}
.results-frame .result-grid {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
}
@media only screen and (max-width: 768px) {
  .results-frame .result-grid {
    margin: 0;
  }
}
.results-frame .result-grid .result-item {
  width: 250px;
  max-width: 250px;
  flex: 1;
  margin: 15px;
  text-decoration: none;
  display: inline-block;
}
@media only screen and (max-width: 768px) {
  .results-frame .result-grid .result-item {
    width: calc(50vw - 15px);
    max-width: calc(50vw - 15px);
    flex-basis: 42%;
  }
}
.results-frame .result-grid .result-item img {
  background: #f0f0f0;
  width: 250px;
  min-width: 250px;
  min-height: 200px;
  text-indent: -9999px;
  display: inline-block;
}
@media only screen and (max-width: 768px) {
  .results-frame .result-grid .result-item img {
    width: 100%;
    min-width: auto;
    min-height: 40vw;
  }
}
.results-frame .result-grid .result-item .title {
  font-size: 1rem;
  margin-top: 10px;
  color: #515151;
  display: inline-block;
}
.results-frame .result-grid .result-item:hover .title {
  color: #06a2dd;
  text-decoration: underline;
}
.results-frame .close {
  width: 100vw;
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: fixed;
  bottom: 0;
  background: linear-gradient(rgba(255, 255, 255, 0), #ffffff);
}
.results-frame .close button {
  width: 90%;
  border: 1px solid #137091;
  border-radius: 4px;
  color: #137091;
  padding: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #ffffff;
  font-size: 1rem;
}

.select2-container--open .select2-dropdown--below {
  border-color: #ebebeb;
  box-shadow: 0 0 10px -3px rgba(0, 0, 0, 0.3);
}

.select2-container--default .select2-results__option--highlighted[aria-selected],
.select2-container--default .select2-results__option--highlighted[data-selected] {
  background: #06a2dd;
}

.hub-textarea {
  position: relative;
  display: flex;
  flex-direction: column;
  margin-bottom: 2rem;
  width: 100%;
  font-family: "Rubik", sans-serif;
}
.hub-textarea label {
  font-size: 0.8rem;
  font-weight: 500;
  margin-bottom: .75rem;
  text-transform: uppercase;
  font-family: "Rubik", sans-serif;
}
.hub-textarea textarea {
  background: #ffffff;
  border: solid 1px #ebebeb;
  color: #515151;
  font-size: 0.8rem;
  letter-spacing: 0.4px;
  padding: 10px;
  border-radius: 4px;
  font-family: "Rubik", sans-serif;
}
.hub-textarea textarea:focus {
  outline: none;
  border-color: #06a2dd;
}
.hub-textarea textarea:disabled {
  -webkit-text-fill-color: #8d8d8d;
  opacity: 1;
  cursor: not-allowed;
}
.hub-textarea.error input,
.hub-textarea.error label,
.hub-textarea.error select,
.hub-textarea.error textarea {
  color: #de1d49;
  border-color: #de1d49;
}
.hub-textarea.error .error-container span {
  color: #de1d49;
  font-size: 0.7rem;
  line-height: 1.5;
  font-style: normal;
}

@media only screen and (max-width: 768px) {
  .woocommerce-notices-wrapper {
    position: fixed;
    top: 17px;
    left: 0;
    z-index: 99;
  }
}
.woocommerce-notices-wrapper .woocommerce-message {
  margin: 2rem 0;
}
@media only screen and (max-width: 768px) {
  .woocommerce-notices-wrapper .woocommerce-message {
    box-shadow: 0 0 10px -3px rgba(0, 0, 0, 0.7);
  }
}

.hide {
  display: none !important;
}

.flex-container {
  max-width: 1440px;
}

body.woocommerce-cart .row {
  margin: 0;
}
body.woocommerce-cart .woocommerce {
  display: inline-block;
  width: 100%;
}
@media only screen and (min-width: 1025px) {
  body.woocommerce-cart .woocommerce-cart-form {
    max-width: 65%;
    width: 100%;
    float: left;
  }
  body.woocommerce-cart .cart-collaterals {
    max-width: 30%;
    float: right;
  }
  body.woocommerce-cart .cart-collaterals .cart_totals {
    width: 100%;
  }
  body.woocommerce-cart .cart-collaterals .cart_totals h2 {
    display: none;
  }
}
body.woocommerce-cart .woocommerce-cart-form table {
  background: #ffffff;
  box-shadow: 0 0 10px -3px rgba(0, 0, 0, 0.3);
}
body.woocommerce-cart .woocommerce-cart-form table thead th,
body.woocommerce-cart .woocommerce-cart-form table thead td {
  color: #515151;
  font-weight: normal;
}
body.woocommerce-cart .woocommerce-cart-form table tbody tr:nth-child(odd) td:not(.actions) {
  background: #f0f0f0;
}
body.woocommerce-cart .woocommerce-cart-form table tbody tr td.product-remove a {
  border-radius: 50%;
  width: 30px;
  height: 30px;
  border: 1px solid #f0f0f0;
  background: #ffffff;
  display: flex;
  align-content: center;
  justify-content: center;
}
body.woocommerce-cart .woocommerce-cart-form table tbody tr td.product-remove a:hover {
  background: #de1d49;
}
body.woocommerce-cart .woocommerce-cart-form table tbody tr td.product-remove a:hover svg path {
  fill: #ffffff;
}
body.woocommerce-cart .woocommerce-cart-form table tbody tr td.product-remove a svg path {
  fill: #8d8d8d;
}
body.woocommerce-cart .woocommerce-cart-form table tbody tr td.product-thumbnail a {
  border-radius: 4px;
  overflow: hidden;
}
body.woocommerce-cart .woocommerce-cart-form table tbody tr td.product-thumbnail a img {
  width: 90px;
}
body.woocommerce-cart .woocommerce-cart-form table tbody tr td.product-name a {
  font-size: 1rem;
  text-decoration: none;
  color: #515151;
  font-weight: bold;
}
body.woocommerce-cart .woocommerce-cart-form table tbody tr td.product-price .amount, body.woocommerce-cart .woocommerce-cart-form table tbody tr td.product-subtotal .amount {
  color: #515151;
}
body.woocommerce-cart .woocommerce-cart-form table tbody tr td.product-quantity .quantity input {
  border-radius: 4px;
  padding: 10px 0;
  border: 1px solid #06a2dd;
  text-align: center;
  font-size: 1.2rem;
  color: #99ca3c;
  width: 60px;
  -webkit-appearance: textfield;
  -moz-appearance: textfield;
  appearance: textfield;
}
body.woocommerce-cart .woocommerce-cart-form table tbody tr td.product-quantity .quantity input::-webkit-inner-spin-button, body.woocommerce-cart .woocommerce-cart-form table tbody tr td.product-quantity .quantity input::-webkit-outer-spin-button {
  -webkit-appearance: none;
}
body.woocommerce-cart .woocommerce-cart-form table tbody tr td.actions {
  min-height: 60px;
}
body.woocommerce-cart .woocommerce-cart-form table tbody tr td.actions .hub-button, body.woocommerce-cart .woocommerce-cart-form table tbody tr td.actions body.woocommerce-page .category.grid .products div.product .button, body.woocommerce-page .category.grid .products div.product body.woocommerce-cart .woocommerce-cart-form table tbody tr td.actions .button,
body.woocommerce-cart .woocommerce-cart-form table tbody tr td.actions body.page-id-5329 .category.grid .products div.product .button,
body.page-id-5329 .category.grid .products div.product body.woocommerce-cart .woocommerce-cart-form table tbody tr td.actions .button, body.woocommerce-cart .woocommerce-cart-form table tbody tr td.actions body.woocommerce-page .category.list .products div.product .button, body.woocommerce-page .category.list .products div.product body.woocommerce-cart .woocommerce-cart-form table tbody tr td.actions .button,
body.woocommerce-cart .woocommerce-cart-form table tbody tr td.actions body.page-id-5329 .category.list .products div.product .button,
body.page-id-5329 .category.list .products div.product body.woocommerce-cart .woocommerce-cart-form table tbody tr td.actions .button, body.woocommerce-cart .woocommerce-cart-form table tbody tr td.actions .owl-carousel div.product .button, .owl-carousel div.product body.woocommerce-cart .woocommerce-cart-form table tbody tr td.actions .button, body.woocommerce-cart .woocommerce-cart-form table tbody tr td.actions .woocommerce form.register .woocommerce-button, .woocommerce form.register body.woocommerce-cart .woocommerce-cart-form table tbody tr td.actions .woocommerce-button,
body.woocommerce-cart .woocommerce-cart-form table tbody tr td.actions .woocommerce form.login .woocommerce-button,
.woocommerce form.login body.woocommerce-cart .woocommerce-cart-form table tbody tr td.actions .woocommerce-button {
  float: right;
}
body.woocommerce-cart .cart-collaterals .cart_totals {
  float: left;
}
body.woocommerce-cart .cart-collaterals .cart_totals #shipping_method,
body.woocommerce-cart .cart-collaterals .cart_totals ul,
body.woocommerce-cart .cart-collaterals .cart_totals li {
  text-align: left;
}
body.woocommerce-cart .cart-collaterals .cart_totals #shipping_method label,
body.woocommerce-cart .cart-collaterals .cart_totals ul label,
body.woocommerce-cart .cart-collaterals .cart_totals li label {
  color: #515151;
  font-weight: bold;
}
body.woocommerce-cart .cart-collaterals .cart_totals #shipping_method p,
body.woocommerce-cart .cart-collaterals .cart_totals ul p,
body.woocommerce-cart .cart-collaterals .cart_totals li p {
  color: #515151;
  font-size: 0.8rem;
}
body.woocommerce-cart .cart-collaterals .cart_totals .woocommerce-shipping-totals .woocommerce-shipping-destination {
  color: #515151;
  font-size: 0.8rem;
  text-align: left;
}
body.woocommerce-cart .cart-collaterals .cart_totals .woocommerce-shipping-totals .woocommerce-shipping-calculator {
  display: inline-block;
  width: 100%;
}
body.woocommerce-cart .cart-collaterals .cart_totals .woocommerce-shipping-totals .woocommerce-shipping-calculator .shipping-calculator-button {
  background: transparent;
  border: 1px solid #06a2dd;
  float: left;
  align-items: center;
  display: flex;
  justify-content: center;
}
body.woocommerce-cart .cart-collaterals .cart_totals .woocommerce-shipping-totals .woocommerce-shipping-calculator .shipping-calculator-button:after {
  margin-bottom: -4px;
  position: relative;
}
body.woocommerce-cart .cart-collaterals .cart_totals .select2-selection {
  min-width: 120px;
  width: auto;
  background: #ffffff;
  border: solid 1px #ebebeb;
  border-radius: 4px;
  height: 46px;
  font-size: 0.8rem;
  flex-direction: row;
  display: flex;
  align-items: center;
}
body.woocommerce-cart .cart-collaterals .cart_totals .select2-selection .select2-selection__arrow {
  height: 46px;
}
body.woocommerce-cart .cart-collaterals .cart_totals td[data-title="Envio"]:before {
  width: 100%;
  text-align: left;
  margin-bottom: 1rem;
}
body.woocommerce-cart .cart-collaterals .cart_totals .hub-input, body.woocommerce-cart .cart-collaterals .cart_totals .woocommerce form.register .form-row, .woocommerce form.register body.woocommerce-cart .cart-collaterals .cart_totals .form-row,
body.woocommerce-cart .cart-collaterals .cart_totals .woocommerce form.login .form-row,
.woocommerce form.login body.woocommerce-cart .cart-collaterals .cart_totals .form-row {
  min-width: 120px;
  width: auto;
  background: #ffffff;
  border: solid 1px #ebebeb;
  border-radius: 4px;
  height: 46px;
  font-size: 0.8rem;
  flex-direction: row;
  display: flex;
  align-items: center;
  padding: 0 10px;
  width: 100%;
}
body.woocommerce-cart .cart-collaterals .cart_totals h2 {
  font-size: 1.2rem;
  font-weight: bold;
  color: #06a2dd;
}
body.woocommerce-cart .cart-collaterals .cart_totals table {
  background: #ffffff;
  box-shadow: 0 0 10px -3px rgba(0, 0, 0, 0.3);
}
@media only screen and (max-width: 768px) {
  body.woocommerce-cart .cart-collaterals .cart_totals table {
    margin-top: 2rem;
  }
}
body.woocommerce-cart .cart-collaterals .cart_totals table tr:nth-child(odd) td,
body.woocommerce-cart .cart-collaterals .cart_totals table tr:nth-child(odd) th {
  background: #f0f0f0;
}
body.woocommerce-cart .cart-collaterals .cart_totals table tr th {
  font-weight: normal;
  color: #515151;
  font-size: 1rem;
  vertical-align: middle;
  width: 100px;
}
body.woocommerce-cart .cart-collaterals .cart_totals table tr td {
  font-weight: normal;
  color: #06a2dd;
  font-size: 1rem;
  text-align: right;
  vertical-align: middle;
}
body.woocommerce-cart .cart-collaterals .cart_totals table tr.order-total td,
body.woocommerce-cart .cart-collaterals .cart_totals table tr.order-total th {
  font-size: 1.2rem;
  font-weight: 600;
}
body.woocommerce-cart .cart-collaterals .cart_totals .wc-proceed-to-checkout {
  padding: 1rem 0 4rem;
}
body.woocommerce-cart .cart-collaterals .cart_totals .wc-proceed-to-checkout .hub-button, body.woocommerce-cart .cart-collaterals .cart_totals .wc-proceed-to-checkout body.woocommerce-page .category.grid .products div.product .button, body.woocommerce-page .category.grid .products div.product body.woocommerce-cart .cart-collaterals .cart_totals .wc-proceed-to-checkout .button,
body.woocommerce-cart .cart-collaterals .cart_totals .wc-proceed-to-checkout body.page-id-5329 .category.grid .products div.product .button,
body.page-id-5329 .category.grid .products div.product body.woocommerce-cart .cart-collaterals .cart_totals .wc-proceed-to-checkout .button, body.woocommerce-cart .cart-collaterals .cart_totals .wc-proceed-to-checkout body.woocommerce-page .category.list .products div.product .button, body.woocommerce-page .category.list .products div.product body.woocommerce-cart .cart-collaterals .cart_totals .wc-proceed-to-checkout .button,
body.woocommerce-cart .cart-collaterals .cart_totals .wc-proceed-to-checkout body.page-id-5329 .category.list .products div.product .button,
body.page-id-5329 .category.list .products div.product body.woocommerce-cart .cart-collaterals .cart_totals .wc-proceed-to-checkout .button, body.woocommerce-cart .cart-collaterals .cart_totals .wc-proceed-to-checkout .owl-carousel div.product .button, .owl-carousel div.product body.woocommerce-cart .cart-collaterals .cart_totals .wc-proceed-to-checkout .button, body.woocommerce-cart .cart-collaterals .cart_totals .wc-proceed-to-checkout .woocommerce form.register .woocommerce-button, .woocommerce form.register body.woocommerce-cart .cart-collaterals .cart_totals .wc-proceed-to-checkout .woocommerce-button,
body.woocommerce-cart .cart-collaterals .cart_totals .wc-proceed-to-checkout .woocommerce form.login .woocommerce-button,
.woocommerce form.login body.woocommerce-cart .cart-collaterals .cart_totals .wc-proceed-to-checkout .woocommerce-button {
  height: 60px;
  width: 100%;
  max-width: 100%;
}
body.woocommerce-cart .cart-collaterals .cart_totals .checkout-button {
  color: #ffffff;
  font-weight: bold;
  text-transform: uppercase;
}

body.woocommerce-page,
body.page-id-5329 {
  overflow-y: initial !important;
}
body.woocommerce-page main,
body.page-id-5329 main {
  margin-bottom: 3rem;
}
body.woocommerce-page .main,
body.page-id-5329 .main {
  max-width: 100vw;
}
body.woocommerce-page h1,
body.page-id-5329 h1 {
  font-size: 1.1rem;
  text-transform: uppercase;
  color: #515151;
  font-weight: bold;
  margin: 40px 0 20px 0;
}
@media only screen and (max-width: 768px) {
  body.woocommerce-page h1,
  body.page-id-5329 h1 {
    text-align: center;
    font-size: 1.4rem;
    padding: 0;
  }
}
body.woocommerce-page .woocommerce,
body.page-id-5329 .woocommerce {
  width: 100%;
}
body.woocommerce-page .grid-or-list-wrapper,
body.page-id-5329 .grid-or-list-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 5px;
  width: 60px;
}
body.woocommerce-page .grid-or-list-wrapper a,
body.page-id-5329 .grid-or-list-wrapper a {
  text-decoration: none;
  width: 25px;
  height: 25px;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0.4;
}
body.woocommerce-page .grid-or-list-wrapper a.active,
body.page-id-5329 .grid-or-list-wrapper a.active {
  opacity: 1;
}
body.woocommerce-page .category.filter.grid .products,
body.page-id-5329 .category.filter.grid .products {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
}
@media only screen and (max-width: 768px) {
  body.woocommerce-page .category.filter.grid .products,
  body.page-id-5329 .category.filter.grid .products {
    grid-template-columns: 1fr 1fr;
    gap: 10px;
    padding: 10px;
  }
}
body.woocommerce-page .category.filter .woocommerce-product-list,
body.page-id-5329 .category.filter .woocommerce-product-list {
  grid-auto-flow: row;
}
body.woocommerce-page .category.grid .products,
body.page-id-5329 .category.grid .products {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  gap: 15px;
}
@media only screen and (max-width: 768px) {
  body.woocommerce-page .category.grid .products,
  body.page-id-5329 .category.grid .products {
    grid-template-columns: 1fr 1fr;
    gap: 10px;
    padding: 10px;
  }
}
body.woocommerce-page .category.grid .products div.product,
body.page-id-5329 .category.grid .products div.product {
  display: flex;
  flex-direction: column;
  text-decoration: none;
  border: 3px solid transparent;
  border-radius: 4px;
  align-self: flex-start;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
@media only screen and (max-width: 768px) {
  body.woocommerce-page .category.grid .products div.product,
  body.page-id-5329 .category.grid .products div.product {
    margin: 0;
  }
}
@media not all and (pointer: coarse) {
  body.woocommerce-page .category.grid .products div.product:hover:hover,
  body.page-id-5329 .category.grid .products div.product:hover:hover {
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    border-color: #f0f0f0;
  }
  body.woocommerce-page .category.grid .products div.product:hover:hover .button,
  body.page-id-5329 .category.grid .products div.product:hover:hover .button {
    display: flex;
  }
  body.woocommerce-page .category.grid .products div.product:hover:hover .information,
  body.page-id-5329 .category.grid .products div.product:hover:hover .information {
    margin-top: -75px;
    padding: 10px;
    box-shadow: 0 -5px 5px -2px rgba(0, 0, 0, 0.3);
  }
}
body.woocommerce-page .category.grid .products div.product .button,
body.page-id-5329 .category.grid .products div.product .button {
  display: none;
  height: 40px;
  margin: 10px auto 20px auto;
}
body.woocommerce-page .category.grid .products div.product a,
body.page-id-5329 .category.grid .products div.product a {
  text-decoration: none;
}
body.woocommerce-page .category.grid .products div.product .produt-image,
body.page-id-5329 .category.grid .products div.product .produt-image {
  overflow: hidden;
  display: inline-block;
  position: relative;
  border-radius: 4px;
  background: #f0f0f0;
  width: 100%;
}
@media only screen and (max-width: 768px) {
  body.woocommerce-page .category.grid .products div.product .produt-image,
  body.page-id-5329 .category.grid .products div.product .produt-image {
    height: 115px;
  }
}
body.woocommerce-page .category.grid .products div.product .produt-image img,
body.page-id-5329 .category.grid .products div.product .produt-image img {
  max-width: 100%;
  height: auto;
  border-radius: 4px;
  width: 100%;
}
body.woocommerce-page .category.grid .products div.product .onsale,
body.page-id-5329 .category.grid .products div.product .onsale {
  width: 154px;
  border-radius: 0;
  transform: rotate(45deg);
  top: -20px;
  right: -59px;
  position: absolute;
  left: auto;
  padding: 44px 35px 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  font-weight: 400;
  line-height: 17px;
  background: #99ca3c;
  color: #fff;
  font-size: 12px;
}
body.woocommerce-page .category.grid .products div.product .woocommerce-LoopProduct-link,
body.page-id-5329 .category.grid .products div.product .woocommerce-LoopProduct-link {
  display: inline-block;
  text-decoration: none;
}
body.woocommerce-page .category.grid .products div.product .woocommerce-LoopProduct-link .wp-post-image,
body.page-id-5329 .category.grid .products div.product .woocommerce-LoopProduct-link .wp-post-image {
  width: 100%;
  max-height: 190px;
  overflow: hidden;
  display: inline-block;
}
body.woocommerce-page .category.grid .products div.product .information,
body.page-id-5329 .category.grid .products div.product .information {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  padding-top: 1rem;
  flex-direction: column;
  position: relative;
  z-index: 2;
  background: #ffffff;
  border-radius: 4px;
  min-height: 100px;
}
body.woocommerce-page .category.grid .products div.product .information .price,
body.page-id-5329 .category.grid .products div.product .information .price {
  color: #06a2dd;
  font-size: 1.2rem;
  font-family: "Rubik", sans-serif;
  font-weight: bold;
  padding: 0.5rem 0 0 0;
  text-decoration: none;
  width: 100%;
}
body.woocommerce-page .category.grid .products div.product .information .price small,
body.page-id-5329 .category.grid .products div.product .information .price small {
  font-size: 0.8rem;
  display: inline-block;
  margin-right: 4px;
}
body.woocommerce-page .category.grid .products div.product .information .price ins,
body.page-id-5329 .category.grid .products div.product .information .price ins {
  width: 100%;
  text-decoration: none;
  display: inline-block;
}
body.woocommerce-page .category.grid .products div.product .information .price del,
body.page-id-5329 .category.grid .products div.product .information .price del {
  color: #515151;
  display: inline-block;
  width: 100%;
}
body.woocommerce-page .category.grid .products div.product .information .price del small,
body.page-id-5329 .category.grid .products div.product .information .price del small {
  font-size: 0.6rem;
  color: #515151;
}
body.woocommerce-page .category.grid .products div.product .information .price del .amount,
body.page-id-5329 .category.grid .products div.product .information .price del .amount {
  font-size: 0.9rem;
  color: #515151;
  font-weight: normal;
}
body.woocommerce-page .category.grid .products div.product .information h2,
body.page-id-5329 .category.grid .products div.product .information h2 {
  text-align: left;
  color: #515151;
  font-size: 0.8rem;
  font-family: "Rubik", sans-serif;
  padding: 0 1.5rem 0 0;
  line-height: 1.49;
}
body.woocommerce-page .category.grid .products div.product .information .listStars,
body.page-id-5329 .category.grid .products div.product .information .listStars {
  display: inline-block;
  width: 100%;
  min-width: auto;
  max-width: none;
  margin: 10px 0;
}
@media only screen and (max-width: 768px) {
  body.woocommerce-page .category.grid .products div.product .information .listStars,
  body.page-id-5329 .category.grid .products div.product .information .listStars {
    display: flex;
    flex-direction: column;
  }
}
body.woocommerce-page .category.list .products,
body.page-id-5329 .category.list .products {
  display: flex;
  flex-direction: column;
}
body.woocommerce-page .category.list .products div.product,
body.page-id-5329 .category.list .products div.product {
  display: flex;
  flex-direction: row;
  text-decoration: none;
  align-self: flex-start;
  margin-top: 34px;
  padding-bottom: 25px;
  border-bottom: 1px solid #e4e4e4;
}
@media only screen and (max-width: 768px) {
  body.woocommerce-page .category.list .products div.product,
  body.page-id-5329 .category.list .products div.product {
    flex-direction: column;
  }
}
body.woocommerce-page .category.list .products div.product .button,
body.page-id-5329 .category.list .products div.product .button {
  display: none;
  height: 40px;
  margin: 10px auto 20px auto;
}
body.woocommerce-page .category.list .products div.product a,
body.page-id-5329 .category.list .products div.product a {
  text-decoration: none;
}
body.woocommerce-page .category.list .products div.product .produt-image,
body.page-id-5329 .category.list .products div.product .produt-image {
  overflow: hidden;
  display: inline-block;
  position: relative;
  border-radius: 4px;
  background: #f0f0f0;
  max-width: 250px;
  min-height: 180px;
  margin-right: 40px;
  width: 100%;
}
@media only screen and (max-width: 768px) {
  body.woocommerce-page .category.list .products div.product .produt-image,
  body.page-id-5329 .category.list .products div.product .produt-image {
    min-width: 80px;
    min-height: 80px;
    margin-right: 15px;
    max-width: 200px;
  }
}
body.woocommerce-page .category.list .products div.product .produt-image img,
body.page-id-5329 .category.list .products div.product .produt-image img {
  max-width: 100%;
  height: auto;
  border-radius: 4px;
}
body.woocommerce-page .category.list .products div.product .onsale,
body.page-id-5329 .category.list .products div.product .onsale {
  width: 154px;
  border-radius: 0;
  transform: rotate(45deg);
  top: -20px;
  right: -59px;
  position: absolute;
  left: auto;
  padding: 44px 35px 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  font-weight: 400;
  line-height: 17px;
  background: #99ca3c;
  color: #fff;
  font-size: 12px;
}
body.woocommerce-page .category.list .products div.product .woocommerce-LoopProduct-link,
body.page-id-5329 .category.list .products div.product .woocommerce-LoopProduct-link {
  display: flex;
  flex-direction: row;
  text-decoration: none;
  width: 100%;
}
body.woocommerce-page .category.list .products div.product .woocommerce-LoopProduct-link .wp-post-image,
body.page-id-5329 .category.list .products div.product .woocommerce-LoopProduct-link .wp-post-image {
  width: 100%;
  max-height: 190px;
  overflow: hidden;
  display: inline-block;
}
body.woocommerce-page .category.list .products div.product .information,
body.page-id-5329 .category.list .products div.product .information {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  padding-top: 1rem;
  flex-direction: column;
  position: relative;
  z-index: 2;
  background: #ffffff;
  border-radius: 4px;
  min-height: 100px;
  width: 100%;
}
@media only screen and (max-width: 768px) {
  body.woocommerce-page .category.list .products div.product .information,
  body.page-id-5329 .category.list .products div.product .information {
    padding-top: 0;
  }
}
body.woocommerce-page .category.list .products div.product .information .description,
body.page-id-5329 .category.list .products div.product .information .description {
  color: #333;
  font-size: 16px;
  line-height: 20px;
  margin-top: 7px;
}
@media only screen and (max-width: 768px) {
  body.woocommerce-page .category.list .products div.product .information .description,
  body.page-id-5329 .category.list .products div.product .information .description {
    display: none;
  }
}
body.woocommerce-page .category.list .products div.product .information .woocommerce-loop-product__title,
body.page-id-5329 .category.list .products div.product .information .woocommerce-loop-product__title {
  color: #333;
  font-size: 18px;
  line-height: 20px;
  font-weight: bold;
}
body.woocommerce-page .category.list .products div.product .information .stock-available,
body.page-id-5329 .category.list .products div.product .information .stock-available {
  color: #333;
  font-size: 12px;
  line-height: 20px;
  margin-top: 13px;
}
body.woocommerce-page .category.list .products div.product .information .stock-available strong,
body.page-id-5329 .category.list .products div.product .information .stock-available strong {
  font-weight: 700;
}
body.woocommerce-page .category.list .products div.product .information .price,
body.page-id-5329 .category.list .products div.product .information .price {
  color: #06a2dd;
  font-size: 1.2rem;
  font-family: "Rubik", sans-serif;
  font-weight: bold;
  padding: 0.5rem 0 0 0;
  text-decoration: none;
  width: 100%;
  order: 3;
}
body.woocommerce-page .category.list .products div.product .information .price small,
body.page-id-5329 .category.list .products div.product .information .price small {
  font-size: 0.8rem;
  display: inline-block;
  margin-right: 4px;
}
body.woocommerce-page .category.list .products div.product .information .price ins,
body.page-id-5329 .category.list .products div.product .information .price ins {
  width: 100%;
  text-decoration: none;
  display: inline-block;
}
body.woocommerce-page .category.list .products div.product .information .price del,
body.page-id-5329 .category.list .products div.product .information .price del {
  color: #515151;
  display: inline-block;
  width: 100%;
}
body.woocommerce-page .category.list .products div.product .information .price del small,
body.page-id-5329 .category.list .products div.product .information .price del small {
  font-size: 0.6rem;
  color: #515151;
}
body.woocommerce-page .category.list .products div.product .information .price del .amount,
body.page-id-5329 .category.list .products div.product .information .price del .amount {
  font-size: 0.9rem;
  color: #515151;
  font-weight: normal;
}
body.woocommerce-page .category.list .products div.product .information h2,
body.page-id-5329 .category.list .products div.product .information h2 {
  text-align: left;
  color: #515151;
  font-size: 0.8rem;
  font-family: "Rubik", sans-serif;
  padding: 0 1.5rem 0 0;
  line-height: 1.49;
}
@media only screen and (max-width: 768px) {
  body.woocommerce-page .category.list .products div.product .information h2,
  body.page-id-5329 .category.list .products div.product .information h2 {
    padding: 0;
  }
}
body.woocommerce-page .category.list .products div.product .information .listStars,
body.page-id-5329 .category.list .products div.product .information .listStars {
  display: inline-block;
  width: 100%;
  min-width: auto;
  max-width: none;
  margin: 10px 0;
}
@media only screen and (max-width: 768px) {
  body.woocommerce-page .category.list .products div.product .information .listStars,
  body.page-id-5329 .category.list .products div.product .information .listStars {
    display: flex;
    flex-direction: column;
  }
}
body.woocommerce-page .category.list .products div.product .button,
body.page-id-5329 .category.list .products div.product .button {
  display: flex;
  text-align: center;
  font-size: 14px;
  font-weight: 500;
  line-height: 21px;
  align-self: center;
  width: 100%;
  max-width: 230px;
  margin: 0 0 0 20px;
  padding: 10px;
}
@media only screen and (max-width: 768px) {
  body.woocommerce-page .category.list .products div.product .button,
  body.page-id-5329 .category.list .products div.product .button {
    margin-top: 20px;
  }
}
body.woocommerce-page .category.list .products div.product .button svg,
body.page-id-5329 .category.list .products div.product .button svg {
  margin-right: 5px;
}
body.woocommerce-page .category.list .products .product,
body.page-id-5329 .category.list .products .product {
  width: 100%;
}
body.woocommerce-page .woocommerce-product-list,
body.page-id-5329 .woocommerce-product-list {
  width: 100%;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  border-top: 1px solid #ebebeb;
  padding: 30px 0;
}
@media only screen and (max-width: 768px) {
  body.woocommerce-page .woocommerce-product-list,
  body.page-id-5329 .woocommerce-product-list {
    flex-direction: column-reverse;
  }
}
body.woocommerce-page .woocommerce-product-list .woocommerce-pagination,
body.page-id-5329 .woocommerce-product-list .woocommerce-pagination {
  margin: 0 auto;
}
body.woocommerce-page .woocommerce-product-list .woocommerce-ordering,
body.page-id-5329 .woocommerce-product-list .woocommerce-ordering {
  margin: 0;
  justify-self: flex-end;
  grid-column: 3;
}
@media only screen and (max-width: 768px) {
  body.woocommerce-page .woocommerce-product-list .woocommerce-ordering,
  body.page-id-5329 .woocommerce-product-list .woocommerce-ordering {
    padding: 0 15px;
  }
}
body.woocommerce-page .woocommerce-product-list .woocommerce-ordering .hub-dropdown,
body.page-id-5329 .woocommerce-product-list .woocommerce-ordering .hub-dropdown {
  width: auto;
  background: #ffffff;
  border: solid 1px #ebebeb;
  border-radius: 4px;
  height: 46px;
  font-size: 0.8rem;
  flex-direction: row;
  margin: 0;
  padding: 0 10px;
}
body.woocommerce-page .woocommerce-result-count,
body.page-id-5329 .woocommerce-result-count {
  display: flex;
  justify-content: flex-start;
  width: 50%;
}
body.woocommerce-page .term-description,
body.woocommerce-page .category-long-description,
body.page-id-5329 .term-description,
body.page-id-5329 .category-long-description {
  display: inline-block;
  width: 100%;
  padding: 0;
  font-size: 0.9rem;
  line-height: 1.4;
  color: #515151;
  margin: 40px 0 0 0;
}
@media only screen and (max-width: 768px) {
  body.woocommerce-page .term-description,
  body.woocommerce-page .category-long-description,
  body.page-id-5329 .term-description,
  body.page-id-5329 .category-long-description {
    padding: 0 15px;
  }
}
body.woocommerce-page .term-description img,
body.woocommerce-page .category-long-description img,
body.page-id-5329 .term-description img,
body.page-id-5329 .category-long-description img {
  border-radius: 8px;
  overflow: hidden;
}
body.woocommerce-page .term-description p,
body.woocommerce-page .category-long-description p,
body.page-id-5329 .term-description p,
body.page-id-5329 .category-long-description p {
  color: #515151;
  width: 100%;
  margin: 0 0 1rem 0;
}
body.woocommerce-page .term-description h2,
body.woocommerce-page .term-description h3,
body.woocommerce-page .category-long-description h2,
body.woocommerce-page .category-long-description h3,
body.page-id-5329 .term-description h2,
body.page-id-5329 .term-description h3,
body.page-id-5329 .category-long-description h2,
body.page-id-5329 .category-long-description h3 {
  color: #515151;
  width: 100%;
  margin: 0 0 1rem 0;
  font-weight: bold;
}
body.woocommerce-page .term-description h2,
body.woocommerce-page .category-long-description h2,
body.page-id-5329 .term-description h2,
body.page-id-5329 .category-long-description h2 {
  font-size: 1.7rem;
}
body.woocommerce-page .term-description h3,
body.woocommerce-page .category-long-description h3,
body.page-id-5329 .term-description h3,
body.page-id-5329 .category-long-description h3 {
  font-size: 1.3rem;
}
body.woocommerce-page .term-description strong,
body.woocommerce-page .category-long-description strong,
body.page-id-5329 .term-description strong,
body.page-id-5329 .category-long-description strong {
  font-weight: bold;
}
body.woocommerce-page .term-description ul,
body.woocommerce-page .term-description ol,
body.woocommerce-page .category-long-description ul,
body.woocommerce-page .category-long-description ol,
body.page-id-5329 .term-description ul,
body.page-id-5329 .term-description ol,
body.page-id-5329 .category-long-description ul,
body.page-id-5329 .category-long-description ol {
  width: 100%;
  list-style: initial !important;
  margin-bottom: 15px;
}
body.woocommerce-page .term-description ul li,
body.woocommerce-page .term-description ol li,
body.woocommerce-page .category-long-description ul li,
body.woocommerce-page .category-long-description ol li,
body.page-id-5329 .term-description ul li,
body.page-id-5329 .term-description ol li,
body.page-id-5329 .category-long-description ul li,
body.page-id-5329 .category-long-description ol li {
  list-style-position: inside;
  list-style-type: disc;
  margin: 0.3rem 0;
}
body.woocommerce-page .term-description ul li > :before,
body.woocommerce-page .term-description ol li > :before,
body.woocommerce-page .category-long-description ul li > :before,
body.woocommerce-page .category-long-description ol li > :before,
body.page-id-5329 .term-description ul li > :before,
body.page-id-5329 .term-description ol li > :before,
body.page-id-5329 .category-long-description ul li > :before,
body.page-id-5329 .category-long-description ol li > :before {
  content: none;
}
body.woocommerce-page .term-description ol > li,
body.woocommerce-page .category-long-description ol > li,
body.page-id-5329 .term-description ol > li,
body.page-id-5329 .category-long-description ol > li {
  list-style-type: decimal;
}
body.woocommerce-page .term-description ol > li ul li,
body.woocommerce-page .category-long-description ol > li ul li,
body.page-id-5329 .term-description ol > li ul li,
body.page-id-5329 .category-long-description ol > li ul li {
  list-style-position: inside;
  list-style-type: disc;
  margin: 0.3rem 0;
}
body.woocommerce-page .term-description a,
body.woocommerce-page .category-long-description a,
body.page-id-5329 .term-description a,
body.page-id-5329 .category-long-description a {
  color: #06a2dd;
}
body.woocommerce-page .woocommerce-pagination,
body.page-id-5329 .woocommerce-pagination {
  margin: auto;
  height: 30px;
  margin: 2rem auto;
}
@media only screen and (max-width: 768px) {
  body.woocommerce-page .woocommerce-pagination,
  body.page-id-5329 .woocommerce-pagination {
    display: none;
  }
}
body.woocommerce-page .woocommerce-pagination ul.page-numbers lihover,
body.page-id-5329 .woocommerce-pagination ul.page-numbers lihover {
  background: #f0f0f0;
}
body.woocommerce-page .woocommerce-pagination ul.page-numbers lihover a,
body.page-id-5329 .woocommerce-pagination ul.page-numbers lihover a {
  color: #515151;
}
body.woocommerce-page .woocommerce-pagination ul.page-numbers li a,
body.woocommerce-page .woocommerce-pagination ul.page-numbers li span.current,
body.page-id-5329 .woocommerce-pagination ul.page-numbers li a,
body.page-id-5329 .woocommerce-pagination ul.page-numbers li span.current {
  width: 30px;
  height: 30px;
  border: 0;
  border-radius: 2px;
  border: 1px solid #f0f0f0;
  margin: 2px;
}
body.woocommerce-page .woocommerce-pagination ul.page-numbers li a,
body.page-id-5329 .woocommerce-pagination ul.page-numbers li a {
  color: #515151;
}
body.woocommerce-page .woocommerce-pagination ul.page-numbers li a.next, body.woocommerce-page .woocommerce-pagination ul.page-numbers li a.prev,
body.page-id-5329 .woocommerce-pagination ul.page-numbers li a.next,
body.page-id-5329 .woocommerce-pagination ul.page-numbers li a.prev {
  width: auto;
  border: 0;
  font-size: 0.9rem;
  margin: 0 4px;
  padding: 0 10px;
  display: flex;
  align-items: center;
}
body.woocommerce-page .woocommerce-pagination ul.page-numbers li a.next svg, body.woocommerce-page .woocommerce-pagination ul.page-numbers li a.prev svg,
body.page-id-5329 .woocommerce-pagination ul.page-numbers li a.next svg,
body.page-id-5329 .woocommerce-pagination ul.page-numbers li a.prev svg {
  margin: 0 3px;
}
body.woocommerce-page .woocommerce-pagination ul.page-numbers li span.current,
body.page-id-5329 .woocommerce-pagination ul.page-numbers li span.current {
  border: 1px solid #06a2dd;
  border-radius: 2px;
}
body.woocommerce-page .woocommerce-pagination ul.page-numbers li span.current:hover,
body.page-id-5329 .woocommerce-pagination ul.page-numbers li span.current:hover {
  color: #fff;
}
body.woocommerce-page .store-filter,
body.page-id-5329 .store-filter {
  width: calc(100% + 20px);
  margin: 40px -10px 0 -10px;
  padding-right: 20px;
  max-width: 300px;
  position: sticky;
  top: 50px;
}
@media only screen and (max-width: 768px) {
  body.woocommerce-page .store-filter,
  body.page-id-5329 .store-filter {
    display: none;
  }
}
body.woocommerce-page .store-filter .wc-filter:not(:last-child),
body.page-id-5329 .store-filter .wc-filter:not(:last-child) {
  border-bottom: 1px solid #f0f0f0;
  padding: 15px 0.5rem;
}
body.woocommerce-page .store-filter .wc-filter.open,
body.page-id-5329 .store-filter .wc-filter.open {
  margin: 0 0 15px 0;
}
body.woocommerce-page .store-filter .wc-filter.open h2:after,
body.page-id-5329 .store-filter .wc-filter.open h2:after {
  transform: rotate(180deg);
}
body.woocommerce-page .store-filter .wc-filter.open .wc-filter__filters,
body.page-id-5329 .store-filter .wc-filter.open .wc-filter__filters {
  display: block;
}
body.woocommerce-page .store-filter .wc-filter h2,
body.page-id-5329 .store-filter .wc-filter h2 {
  color: #515151;
  font-weight: bold;
  font-size: 1rem;
  margin: 0;
  padding: 0;
  border-bottom: 0;
  cursor: pointer;
  position: relative;
}
body.woocommerce-page .store-filter .wc-filter h2:after,
body.page-id-5329 .store-filter .wc-filter h2:after {
  content: " ";
  background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAsAAAAHCAYAAADebrddAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAACrSURBVHgBdY6xEQIhFETluAIuOyDCDhgGYjUzUzvQzDLswtgKbqzgWjg7uIyU1ABwmZEZ5hx/xP59y19qjNlyzjfOudfqz2itz33fe8oYGwghVyGEROBZQ0qpDvs7/FvTNGuKX98Qx+zVgQy2bTviuU8p+RjjhWTDWqsgstHBmLJBKR2gJfQMfZowpJysA2X3BXfg5qzJoqNEtxG15BL8gUsAFQ4hhAdAX3sfMHJXIIhPy3IAAAAASUVORK5CYII=");
  position: absolute;
  right: 0;
  top: -5px;
  width: 30px;
  height: 30px;
  background-repeat: no-repeat;
  background-position: center;
}
body.woocommerce-page .store-filter .wc-filter .wc-filter__filters,
body.page-id-5329 .store-filter .wc-filter .wc-filter__filters {
  display: none;
}
body.woocommerce-page .store-filter .product-categories,
body.page-id-5329 .store-filter .product-categories {
  padding-bottom: 30px;
  border-bottom: 1px solid #f0f0f0;
}
body.woocommerce-page .store-filter h2,
body.page-id-5329 .store-filter h2 {
  color: #515151;
  font-weight: bold;
  font-size: 1rem;
  margin: 0;
  padding: 0;
  border-bottom: 0;
  position: relative;
}
body.woocommerce-page .store-filter ul,
body.page-id-5329 .store-filter ul {
  margin: 1rem 0 0 0;
  padding: 0;
}
body.woocommerce-page .store-filter ul li,
body.page-id-5329 .store-filter ul li {
  width: 100%;
  display: flex;
  align-items: center;
  padding: 8px 0;
  margin: 0;
}
body.woocommerce-page .store-filter a,
body.woocommerce-page .store-filter label,
body.page-id-5329 .store-filter a,
body.page-id-5329 .store-filter label {
  color: #515151;
  font-size: 0.9rem;
  display: inline-block;
  text-decoration: none;
}
body.woocommerce-page .store-filter a:hover,
body.page-id-5329 .store-filter a:hover {
  text-decoration: underline;
}
body.woocommerce-page .store-filter .filter-submit,
body.page-id-5329 .store-filter .filter-submit {
  margin-top: 20px;
}
body.woocommerce-page .most-popular-on-category,
body.woocommerce-page .most-searched-on-week,
body.page-id-5329 .most-popular-on-category,
body.page-id-5329 .most-searched-on-week {
  margin: 40px 0 0 0;
}
@media only screen and (max-width: 768px) {
  body.woocommerce-page .most-popular-on-category,
  body.woocommerce-page .most-searched-on-week,
  body.page-id-5329 .most-popular-on-category,
  body.page-id-5329 .most-searched-on-week {
    margin: 40px -10px;
    width: 100vw;
  }
}
body.woocommerce-page .most-popular-on-category .section-title,
body.woocommerce-page .most-searched-on-week .section-title,
body.page-id-5329 .most-popular-on-category .section-title,
body.page-id-5329 .most-searched-on-week .section-title {
  font-size: 1.4rem;
  font-weight: bold;
  color: #137091;
  margin-bottom: 20px;
}
@media only screen and (max-width: 768px) {
  body.woocommerce-page .most-popular-on-category .section-title,
  body.woocommerce-page .most-searched-on-week .section-title,
  body.page-id-5329 .most-popular-on-category .section-title,
  body.page-id-5329 .most-searched-on-week .section-title {
    text-align: center;
  }
}
@media only screen and (max-width: 768px) {
  body.woocommerce-page .most-popular-on-category .products,
  body.woocommerce-page .most-searched-on-week .products,
  body.page-id-5329 .most-popular-on-category .products,
  body.page-id-5329 .most-searched-on-week .products {
    padding: 0 10px;
  }
}
body.woocommerce-page .most-popular-on-category,
body.page-id-5329 .most-popular-on-category {
  margin: 20px 0 40px 0;
  padding: 60px 0 0 0;
  border-top: 1px solid #f0f0f0;
}
@media only screen and (max-width: 768px) {
  body.woocommerce-page .most-popular-on-category,
  body.page-id-5329 .most-popular-on-category {
    margin: 20px -10px 40px -10px;
  }
}
body.woocommerce-page .product-slider-loading .products > div,
body.page-id-5329 .product-slider-loading .products > div {
  opacity: 0.3;
  width: 100%;
  display: flex;
  overflow-x: auto;
  white-space: nowrap;
}
body.woocommerce-page .product-slider-loading .products > div *,
body.page-id-5329 .product-slider-loading .products > div * {
  pointer-events: none;
}
body.woocommerce-page .product-slider-loading .products > div::-webkit-scrollbar,
body.page-id-5329 .product-slider-loading .products > div::-webkit-scrollbar {
  display: none;
}
body.woocommerce-page .product-slider-loading .products > div > div,
body.page-id-5329 .product-slider-loading .products > div > div {
  margin: 0 15px;
  min-width: 270px;
}
@media only screen and (max-width: 768px) {
  body.woocommerce-page .product-slider-loading .products > div > div,
  body.page-id-5329 .product-slider-loading .products > div > div {
    width: calc(50% - 30px);
    min-width: auto;
  }
}
body.woocommerce-page .product-slider-loading .products > div > div .produt-image,
body.page-id-5329 .product-slider-loading .products > div > div .produt-image {
  background: #f0f0f0;
  border-radius: 4px;
  width: 268px;
  height: 240px;
}
body.woocommerce-page .product-slider-loading .products > div > div *,
body.page-id-5329 .product-slider-loading .products > div > div * {
  color: #fff !important;
  max-width: 100%;
}

.owl-carousel div.product {
  display: flex;
  flex-direction: column;
  text-decoration: none;
  border: 3px solid transparent;
  border-radius: 4px;
  align-self: flex-start;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
@media only screen and (max-width: 768px) {
  .owl-carousel div.product {
    margin: 0;
  }
}
@media not all and (pointer: coarse) {
  .owl-carousel div.product:hover:hover {
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    border-color: #f0f0f0;
  }
  .owl-carousel div.product:hover:hover .button {
    display: flex;
  }
  .owl-carousel div.product:hover:hover .information {
    margin-top: -75px;
    padding: 10px;
    box-shadow: 0 -5px 5px -2px rgba(0, 0, 0, 0.3);
  }
}
.owl-carousel div.product .button {
  display: none;
  height: 40px;
  margin: 10px auto 20px auto;
}
.owl-carousel div.product a {
  text-decoration: none;
}
.owl-carousel div.product .produt-image {
  overflow: hidden;
  display: inline-block;
  position: relative;
  border-radius: 4px;
  background: #f0f0f0;
  width: 100%;
}
@media only screen and (max-width: 768px) {
  .owl-carousel div.product .produt-image {
    height: 115px;
  }
}
.owl-carousel div.product .produt-image img {
  max-width: 100%;
  height: auto;
  border-radius: 4px;
  width: 100%;
}
.owl-carousel div.product .onsale {
  width: 154px;
  border-radius: 0;
  transform: rotate(45deg);
  top: -20px;
  right: -59px;
  position: absolute;
  left: auto;
  padding: 44px 35px 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  font-weight: 400;
  line-height: 17px;
  background: #99ca3c;
  color: #fff;
  font-size: 12px;
}
.owl-carousel div.product .woocommerce-LoopProduct-link {
  display: inline-block;
  text-decoration: none;
}
.owl-carousel div.product .woocommerce-LoopProduct-link .wp-post-image {
  width: 100%;
  max-height: 190px;
  overflow: hidden;
  display: inline-block;
}
.owl-carousel div.product .information {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  padding-top: 1rem;
  flex-direction: column;
  position: relative;
  z-index: 2;
  background: #ffffff;
  border-radius: 4px;
  min-height: 100px;
}
.owl-carousel div.product .information .price {
  color: #06a2dd;
  font-size: 1.2rem;
  font-family: "Rubik", sans-serif;
  font-weight: bold;
  padding: 0.5rem 0 0 0;
  text-decoration: none;
  width: 100%;
}
.owl-carousel div.product .information .price small {
  font-size: 0.8rem;
  display: inline-block;
  margin-right: 4px;
}
.owl-carousel div.product .information .price ins {
  width: 100%;
  text-decoration: none;
  display: inline-block;
}
.owl-carousel div.product .information .price del {
  color: #515151;
  display: inline-block;
  width: 100%;
}
.owl-carousel div.product .information .price del small {
  font-size: 0.6rem;
  color: #515151;
}
.owl-carousel div.product .information .price del .amount {
  font-size: 0.9rem;
  color: #515151;
  font-weight: normal;
}
.owl-carousel div.product .information h2 {
  text-align: left;
  color: #515151;
  font-size: 0.8rem;
  font-family: "Rubik", sans-serif;
  padding: 0 1.5rem 0 0;
  line-height: 1.49;
}
.owl-carousel div.product .information .listStars {
  display: inline-block;
  width: 100%;
  min-width: auto;
  max-width: none;
  margin: 10px 0;
}
@media only screen and (max-width: 768px) {
  .owl-carousel div.product .information .listStars {
    display: flex;
    flex-direction: column;
  }
}

@media only screen and (max-width: 768px) {
  .tax-product_cat .site-main .col-md-9 {
    max-width: 100vw;
    display: flex;
    flex-direction: column;
  }
}
.home .wc-block-grid__products li {
  list-style: none !important;
}
.home .breadcrumbs {
  display: none;
}
@media only screen and (max-width: 768px) {
  .home .flex-container {
    padding: 0 10px;
  }
}
.home .flex-container h2 {
  color: #06a2dd;
  font-size: 1.5rem;
  margin: 1.5rem 0 2.5rem 0;
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  align-items: center;
  font-style: italic;
  text-align: center;
}
@media only screen and (max-width: 768px) {
  .home .flex-container h2 {
    display: block;
  }
  .home .flex-container h2:before, .home .flex-container h2:after {
    display: none;
  }
}
.home .flex-container h2:before {
  content: " ";
  height: 3px;
  background: #99ca3c;
  flex: 1;
  margin-right: 2rem;
}
.home .flex-container h2:after {
  content: " ";
  height: 3px;
  background: #99ca3c;
  flex: 1;
  margin-left: 2rem;
}

.woocommerce #customer_login h2 {
  color: #137091;
  font-size: 1.4rem;
  width: 100%;
}
.woocommerce form.register,
.woocommerce form.login {
  border-radius: 4px;
  border-color: #f0f0f0;
}
.woocommerce form.register .woocommerce-privacy-policy-text,
.woocommerce form.login .woocommerce-privacy-policy-text {
  margin-top: 10px;
  font-size: 0.9rem;
  color: #515151;
}

@media only screen and (min-width: 1025px) {
  .woocommerce-account .woocommerce {
    margin-top: 3rem;
  }
}
@media only screen and (min-width: 1025px) {
  .woocommerce-account .woocommerce-MyAccount-navigation {
    max-width: 250px;
    background: #ffffff;
    box-shadow: 0 0 10px -3px rgba(0, 0, 0, 0.3);
    border-radius: 4px;
  }
}
@media only screen and (max-width: 768px) {
  .woocommerce-account .woocommerce-MyAccount-navigation {
    width: calc(100% + 50px);
    margin-bottom: 2rem;
    background: #f0f0f0;
    margin: 0 -25px 2rem -25px;
  }
}
.woocommerce-account .woocommerce-MyAccount-navigation ul {
  list-style: none !important;
}
@media only screen and (max-width: 768px) {
  .woocommerce-account .woocommerce-MyAccount-navigation ul {
    display: flex;
    flex-wrap: wrap;
  }
}
.woocommerce-account .woocommerce-MyAccount-navigation ul li {
  list-style: none !important;
}
@media only screen and (max-width: 768px) {
  .woocommerce-account .woocommerce-MyAccount-navigation ul li {
    flex: 1;
    border-left: 1px solid transparent;
    border-right: 1px solid #ebebeb;
    width: 50%;
  }
  .woocommerce-account .woocommerce-MyAccount-navigation ul li:last-child {
    border-bottom: 1px solid #ebebeb;
  }
}
.woocommerce-account .woocommerce-MyAccount-navigation ul li:not(:last-child) {
  border-bottom: 1px solid #ebebeb;
}
.woocommerce-account .woocommerce-MyAccount-navigation ul li a {
  color: #06a2dd;
  width: 100%;
  padding: 1rem 2rem;
  display: inline-block;
  text-decoration: none;
  font-size: 0.9rem;
}
@media only screen and (max-width: 768px) {
  .woocommerce-account .woocommerce-MyAccount-navigation ul li a {
    text-align: center;
  }
}
.woocommerce-account .woocommerce-MyAccount-navigation ul li a:hover {
  background: #f0f0f0;
}
.woocommerce-account .woocommerce-MyAccount-content {
  font-size: 0.9rem;
  color: #515151;
  line-height: 1.5;
}
.woocommerce-account .woocommerce-MyAccount-content p {
  margin-bottom: 15px;
  color: #515151;
  line-height: 1.5;
}
.woocommerce-account .woocommerce-MyAccount-content a {
  color: #06a2dd;
}
.woocommerce-account .woocommerce-MyAccount-content .woocommerce-Addresses header {
  background: transparent;
  border-bottom: 1px solid #ebebeb;
  padding: 1rem 0;
  margin-bottom: 1rem;
}
@media only screen and (max-width: 768px) {
  .woocommerce-account .woocommerce-MyAccount-content .woocommerce-Addresses header {
    margin-top: 1rem;
    border-top: 1px solid #ebebeb;
  }
}
.woocommerce-account .woocommerce-MyAccount-content .woocommerce-Addresses header h3 {
  margin: 0;
}
.woocommerce-account .woocommerce-MyAccount-content h2 {
  font-size: 1.4rem;
}
.woocommerce-account .woocommerce-MyAccount-content h3 {
  font-size: 1.2rem;
}
.woocommerce-account .woocommerce-MyAccount-content h2,
.woocommerce-account .woocommerce-MyAccount-content h3 {
  color: #06a2dd;
  margin-bottom: 20px;
}
.woocommerce-account .woocommerce-MyAccount-content .form-row {
  margin-bottom: 25px;
}
.woocommerce-account .woocommerce-MyAccount-content .select2-selection {
  min-width: 120px;
  width: auto;
  background: #ffffff;
  border: solid 1px #ebebeb;
  border-radius: 4px;
  height: 46px;
  font-size: 0.8rem;
  flex-direction: row;
  display: flex;
  align-items: center;
}
.woocommerce-account .woocommerce-MyAccount-content .select2-selection .select2-selection__arrow {
  height: 46px;
}
.woocommerce-account .woocommerce-MyAccount-content label {
  font-size: 0.8rem;
  font-weight: 500;
  margin-bottom: 0.5rem;
  text-transform: uppercase;
  font-family: "Rubik", sans-serif;
}
.woocommerce-account .woocommerce-MyAccount-content input,
.woocommerce-account .woocommerce-MyAccount-content textarea {
  background: #ffffff;
  border: solid 1px #ebebeb;
  color: #515151;
  font-size: 0.8rem;
  letter-spacing: 0.4px;
  padding: 10px;
  border-radius: 4px;
  font-family: "Rubik", sans-serif;
}
.woocommerce-account .woocommerce-MyAccount-content input:focus,
.woocommerce-account .woocommerce-MyAccount-content textarea:focus {
  outline: none;
  border-color: #06a2dd;
}
.woocommerce-account .woocommerce-MyAccount-content input:disabled,
.woocommerce-account .woocommerce-MyAccount-content textarea:disabled {
  -webkit-text-fill-color: #8d8d8d;
  opacity: 1;
  cursor: not-allowed;
}

.page-template-default:not(.page-id-5329) main header {
  background: #fff;
}
.page-template-default:not(.page-id-5329) main header h1 {
  padding: 1rem 0;
  font-size: 2rem;
  margin: 1rem 0 0 0;
}
.page-template-default:not(.page-id-5329) main .flex-container {
  box-sizing: border-box;
}
.page-template-default:not(.page-id-5329) main .flex-container .row {
  display: inline-block;
  width: 100%;
  padding: 2rem 0 0 0;
  font-size: 0.9rem;
  font-family: "Rubik", sans-serif;
  line-height: 1.5;
  color: #515151;
}
.page-template-default:not(.page-id-5329) main .flex-container p {
  width: 100%;
  margin: 0 0 1rem 0;
}
.page-template-default:not(.page-id-5329) main .flex-container h2,
.page-template-default:not(.page-id-5329) main .flex-container h3 {
  width: 100%;
  margin: 1rem 0;
}
.page-template-default:not(.page-id-5329) main .flex-container h2 {
  color: #515151;
  font-size: 1.4rem;
  font-family: "Rubik", sans-serif;
  font-style: italic;
}
.page-template-default:not(.page-id-5329) main .flex-container h3 {
  color: #515151;
  font-size: 1.2rem;
  font-family: "Rubik", sans-serif;
  font-style: italic;
}
.page-template-default:not(.page-id-5329) main .flex-container strong {
  font-weight: bold;
}
.page-template-default:not(.page-id-5329) main .flex-container ul,
.page-template-default:not(.page-id-5329) main .flex-container ol {
  width: 100%;
  list-style: initial !important;
}
.page-template-default:not(.page-id-5329) main .flex-container ul li,
.page-template-default:not(.page-id-5329) main .flex-container ol li {
  list-style-position: inside;
  list-style-type: disc;
  margin: 0.3rem 0;
}
.page-template-default:not(.page-id-5329) main .flex-container ul li > :before,
.page-template-default:not(.page-id-5329) main .flex-container ol li > :before {
  content: none;
}
.page-template-default:not(.page-id-5329) main .flex-container ol > li {
  list-style-type: decimal;
}
.page-template-default:not(.page-id-5329) main .flex-container ol > li ul li {
  list-style-position: inside;
  list-style-type: disc;
  margin: 0.3rem 0;
}
.page-template-default:not(.page-id-5329) main .flex-container a {
  color: #06a2dd;
}

body:not(.woocommerce-page):not(.page-id-5329):not(.search) .main > .wrapper img {
  max-width: 100%;
  height: auto;
}
body:not(.woocommerce-page):not(.page-id-5329):not(.search) .main > .wrapper a {
  color: #06a2dd;
  text-decoration: underline;
}
body:not(.woocommerce-page):not(.page-id-5329):not(.search) .main > .wrapper p {
  width: 100%;
  display: inline-block;
  line-height: 1.4;
  color: #515151;
  margin-bottom: 1.2rem;
}
body:not(.woocommerce-page):not(.page-id-5329):not(.search) .main > .wrapper p .alignleft {
  float: left;
  margin-right: 2rem;
}
body:not(.woocommerce-page):not(.page-id-5329):not(.search) .main > .wrapper p .alignright {
  float: right;
  margin-left: 2rem;
}
body:not(.woocommerce-page):not(.page-id-5329):not(.search) .main > .wrapper strong {
  font-weight: bold;
}
body:not(.woocommerce-page):not(.page-id-5329):not(.search) .main > .wrapper h2:not(.line-spacer) {
  width: 100%;
  display: inline-block;
  color: #99ca3c;
  font-size: 1.7rem;
  font-family: "Rubik", sans-serif;
  font-style: italic;
  padding: 1.5rem 0;
}
body:not(.woocommerce-page):not(.page-id-5329):not(.search) .main > .wrapper h3 {
  width: 100%;
  display: inline-block;
  color: #99ca3c;
  font-size: 1.3rem;
  font-family: "Rubik", sans-serif;
  font-style: italic;
  padding: 1.5rem 0;
}

.wc-block-grid {
  width: -webkit-fill-available;
}
.wc-block-grid .wc-block-grid__products {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-gap: 15px;
}
@media only screen and (max-width: 768px) {
  .wc-block-grid .wc-block-grid__products {
    display: block;
  }
}
.wc-block-grid .wc-block-grid__products .wc-block-grid__product {
  width: 100%;
  max-width: 100%;
}
.wc-block-grid .wc-block-grid__product-link {
  text-decoration: none !important;
  display: inline-block;
}
.wc-block-grid li {
  padding: 0;
  margin: 0;
}
.wc-block-grid li:hover .wc-block-grid__product-title {
  color: #06a2dd;
}
.wc-block-grid .wc-block-grid__product-title {
  color: #99ca3c;
  font-size: 1rem;
  font-weight: 300;
  font-style: italic;
  background-size: 100%;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #ffffff), color-stop(100%, #f7f7f7));
  background-image: -moz-linear-gradient(#ffffff, #f7f7f7);
  background-image: -webkit-linear-gradient(#ffffff, #f7f7f7);
  background-image: linear-gradient(#ffffff, #f7f7f7);
  text-align: center;
  padding: 2rem 0;
}
.wc-block-grid .wc-block-grid__product-image {
  max-height: 190px;
  overflow: hidden;
  margin: 0;
}
.wc-block-grid .wc-block-grid__product-image img {
  height: auto;
  width: 100%;
}

.wp-block-spacer {
  display: inline-block;
  width: 100%;
}

.woocommerce .single-product {
  opacity: 0;
}
