/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
@import url("https://fonts.googleapis.com/css2?family=Material+Symbols+Outlined:opsz,wght,FILL,GRAD@20..48,100..700,0..1,-50..200");
html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

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

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}

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

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

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

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

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

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

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

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

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

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

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

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input { /* 1 */
  overflow: visible;
}

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

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

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

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

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

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

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

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

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

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

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

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

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

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

/* Misc
   ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none;
}
@keyframes rotating {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
@keyframes rotatingAnti {
  from {
    transform: rotate(360deg);
  }
  to {
    transform: rotate(0deg);
  }
}
.rotating {
  animation: rotating 2s linear infinite;
}

html, body {
  margin: 0;
  padding: 0;
}

body {
  text-align: left;
}

.no-gutter {
  margin-left: 0;
  margin-right: 0;
}

.no-gutter > [class^=col-] {
  padding-left: 0;
  padding-right: 0;
}

.color-main {
  color: var(--color-main);
}

a.phone {
  text-decoration: none;
}
a.phone i, a.phone span {
  display: inline-block;
  text-decoration: none;
  vertical-align: middle;
}

.wrapper {
  max-width: 1200px;
  margin: auto;
}
.catalog-page .wrapper {
  max-width: none;
}

#wpadminbar li#wp-admin-bar-wp-logo, #wpadminbar li#wp-admin-bar-comments, #wpadminbar li#wp-admin-bar-updates, #wpadminbar li#wp-admin-bar-new-content, #wpadminbar li#wp-admin-bar-customize, #wpadminbar li#wp-admin-bar-search {
  display: none;
}

/* global var defaults */
:root {
  --color-form-background: #cfcfcf;
  --color-form-description: #767676;
  --font-size-form-description: 0.85em;
}

.material-symbols-rounded,
.material-symbols-outlined {
  vertical-align: bottom;
  margin-top: -10px;
  font-variation-settings: "FILL" 0, "wght" 400, "GRAD" 0, "opsz" 48;
}

.appointment .material-symbols-outlined {
  font-size: 22px;
  width: 22px;
  vertical-align: text-bottom;
  font-variation-settings: "wght" 500;
}

.main-menu .material-symbols-rounded,
.main-menu .material-symbols-outlined {
  width: 25px;
}

header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 1000;
  transition: top 250ms;
  height: 8vH;
  min-height: 60px;
}
header > div {
  height: 100%;
}
header > div.wrapper > div, header > div.wrapper > nav {
  height: 100%;
}
header .branding a {
  display: inline-block;
  height: 100%;
}
header .branding a img {
  max-width: 70%;
  height: auto;
  vertical-align: middle;
}
header .slicknav_menu {
  padding: 0;
}
@media only screen and (min-width: 980px) {
  header .slicknav_menu {
    display: none;
  }
}
header .slicknav_btn {
  float: left;
  margin: 0 0 0 15px;
  padding: 3vh 0.5em;
  height: 100%;
}
header .slicknav_btn .slicknav_icon-bar {
  margin-top: 2px;
}
header .slicknav_nav {
  position: relative;
  left: 0;
  right: 0;
  z-index: 1000;
}
.admin-bar header {
  top: 46px;
}
@media only screen and (min-width: 768px) {
  .admin-bar header {
    top: 32px;
  }
}
@media only screen and (max-width: 768px) {
  .show-detail header {
    top: -100px;
  }
}

nav.main-menu {
  position: absolute;
  left: 0;
  top: 0;
}
nav.main-menu > ul {
  padding-left: 15px;
}
@media only screen and (max-width: 768px) {
  nav.main-menu > ul {
    display: none;
  }
}
nav.main-menu > ul > li a {
  padding: 1.45em 0.6em;
}
@media only screen and (min-width: 980px) {
  nav.main-menu > ul > li a {
    padding: 1.1em 1em;
  }
}

nav.user-menu {
  position: absolute;
  right: 0;
  top: 0;
  z-index: 100;
}
nav.user-menu > ul li {
  margin-left: 0;
}
@media only screen and (min-width: 980px) {
  nav.user-menu > ul li {
    margin-left: 1em;
  }
}
nav.user-menu > ul li a {
  padding: 1.1em 1em;
}
nav.user-menu > ul li.button a {
  padding: 0.4em 20px;
}
header nav.user-menu > ul {
  padding-right: 15px;
}
header nav.user-menu .favorites,
header nav.user-menu .appointment,
header nav.user-menu .clients {
  display: none;
}
@media only screen and (min-width: 768px) {
  header nav.user-menu .favorites,
  header nav.user-menu .appointment,
  header nav.user-menu .clients {
    display: inline-block;
  }
}
header nav.user-menu .phone {
  display: none;
}
@media only screen and (min-width: 768px) {
  header nav.user-menu .search {
    display: none;
  }
}
header nav.user-menu .favorites {
  transition: opacity 0.4s, transform 250ms;
  transform: translateY(-10px);
  opacity: 0;
}
.has-favorites header nav.user-menu .favorites {
  transform: translateY(0);
  opacity: 1;
}
footer nav.user-menu {
  position: fixed;
  left: 0;
  bottom: 0;
  top: auto;
  height: 50px;
  transition: bottom 250ms;
  text-align: center;
}
@media only screen and (min-width: 768px) {
  footer nav.user-menu {
    display: none;
  }
}
footer nav.user-menu > ul > li {
  margin: 0 3%;
}
footer nav.user-menu > ul > li > a {
  padding: 0.6em 0.4em;
  transition: all 250ms;
}
.has-favorites footer nav.user-menu > ul > li > a {
  padding: 0.6em 0.2em;
}
footer nav.user-menu .phone > a {
  position: relative;
}
footer nav.user-menu .phone .material-icons.chat {
  position: absolute;
  top: 3px;
  right: -5px;
  content: url(../images/whatsapp.svg);
  transform: scale(0.9);
  filter: invert(46%) sepia(33%) saturate(4721%) hue-rotate(90deg) brightness(101%) contrast(94%);
}
.has-favorites footer nav.user-menu .phone .material-icons.chat {
  right: -3px;
}
footer nav.user-menu .phone > ul {
  position: absolute;
  left: 0;
  top: 100%;
  height: 160%;
  width: 100%;
  padding: 0;
  overflow: hidden;
}
footer nav.user-menu .phone > ul li {
  background-color: #fff;
  opacity: 0;
  position: relative;
  transition: opacity 250ms, transform 250ms;
  transition-timing-function: ease-out;
  transform: translateY(20px);
  display: table;
  width: 100%;
  height: 100%;
}
footer nav.user-menu .phone > ul li:after {
  content: "";
  display: block;
  position: absolute;
  border-top: 1px solid #abb6c3;
  bottom: 0;
  left: 0;
  width: 100%;
}
footer nav.user-menu .phone > ul a {
  text-align: left;
  padding: 0 20px;
  display: table-cell;
  vertical-align: middle;
}
footer nav.user-menu .phone > ul .material-icons {
  margin-right: 20px;
  vertical-align: middle;
}
footer nav.user-menu .phone > ul .material-icons.chat {
  transform: scale(1.2);
  position: static;
}
footer nav.user-menu .phone a.focus + ul {
  top: -159%;
}
footer nav.user-menu .phone a.focus + ul li {
  opacity: 1;
  transform: translateY(0);
}
footer nav.user-menu .phones > ul {
  top: 200%;
  height: 320%;
}
footer nav.user-menu .phones > ul li {
  height: 50%;
}
footer nav.user-menu .phones a.focus + ul {
  top: -319%;
}
footer nav.user-menu .search {
  display: none;
}
footer nav.user-menu .favorites {
  margin-left: 0;
  display: none;
}
.has-favorites footer nav.user-menu .favorites {
  display: inline-block;
}
footer nav.user-menu .clients {
  margin-right: 0;
}
@media only screen and (max-width: 768px) {
  .show-detail footer nav.user-menu {
    bottom: -70px;
  }
}
.input-has-focus footer nav.user-menu {
  bottom: -55px;
}

header nav > ul,
footer nav > ul {
  margin: 0;
  padding: 0;
}
header nav > ul > li,
footer nav > ul > li {
  list-style-type: none;
  display: inline-block;
}
header nav > ul > li a,
footer nav > ul > li a {
  display: block;
}

body > .wrapper {
  transition: all 200ms;
  padding-top: 70px;
}
@media only screen and (max-width: 768px) {
  body > .wrapper {
    padding-top: 73px;
  }
}

nav.main-menu a {
  text-decoration: none;
  color: #777;
}

header {
  box-shadow: 0px 0 3px 0px rgba(0, 0, 0, 0.4);
  text-align: center;
  /* Mobile menu */
}
header .slicknav_menu {
  text-align: left;
  position: absolute;
  left: 0;
  top: 0;
}
.slicknav-open header .slicknav_menu {
  right: 0;
  box-shadow: 0px 0px 3px 0px rgba(0, 0, 0, 0.4);
}
header .slicknav_menu .slicknav_nav a {
  padding-top: 1em;
  padding-bottom: 1em;
}
header .slicknav_menu .slicknav_nav a:focus {
  outline: 0;
}
header .slicknav_btn {
  background-color: transparent;
  font-size: 1.6em;
}
header .slicknav_btn .slicknav_icon-bar {
  height: 3px;
  box-shadow: none;
  border-radius: 0;
  margin-top: 2px;
  transition: all 200ms;
}
.slicknav-open header .slicknav_btn .slicknav_icon-bar:nth-child(1) {
  transform: rotate(45deg) translateY(0.18em) translateX(0.18em);
}
header .slicknav_btn .slicknav_icon-bar:nth-child(2) {
  display: none;
}
.slicknav-open header .slicknav_btn .slicknav_icon-bar:nth-child(3) {
  transform: rotate(-45deg) translateY(-0.04em) translateX(0.05em);
}

nav.user-menu .material-icons {
  vertical-align: top;
  font-size: 30px;
}
@media only screen and (max-width: 768px) {
  nav.user-menu .search .material-icons {
    font-size: 30px;
  }
}
nav.user-menu .appointment a {
  display: inline-block;
  vertical-align: top;
}

@media only screen and (orientation: portrait) and (max-width: 768px) {
  .search-result {
    padding-bottom: 50px;
  }
}

.search-message {
  font-size: 0.8em;
  padding: 1em 0;
  text-align: center;
}

ul.menu {
  padding: 0;
  margin: 0 auto;
}
ul.menu li {
  padding: 0;
  list-style-type: none;
  text-align: center;
}
ul.menu#menu-404 {
  margin: 0;
}
ul.menu#menu-404 li {
  padding: 0 0 1rem 20px;
  text-align: left;
}

.product-tags li {
  padding-bottom: 0.3em;
}

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

body > .wherever-footer {
  margin-top: 4em;
}

/* Gravity forms */
.gform_wrapper {
  background-color: var(--color-form-background);
}

/* SO Widget class */
.menu-horizontal ul.menu {
  text-align: center;
}
.menu-horizontal ul.menu li {
  display: inline-block;
}
.menu-horizontal ul.menu li a {
  display: inline-block;
  padding: 0.5em 1em;
  text-transform: uppercase;
  font-size: 0.85em;
}
.menu-horizontal ul.menu li:after {
  content: "|";
  display: inline-block;
  margin-right: -2px;
}
.menu-horizontal ul.menu li:nth-last-child(1):after {
  display: none;
}

.loading-products .detail-images:before, .loading-products .detail-images:after {
  content: "";
  display: block;
  position: absolute;
  z-index: 1000;
  border: 3px solid;
  border-radius: 50%;
  border-top-color: rgb(255, 255, 255);
  border-right-color: rgba(255, 255, 255, 0.75);
  border-bottom-color: rgba(255, 255, 255, 0.5);
  border-left-color: rgba(255, 255, 255, 0.25);
}
.loading-products .detail-images:before {
  width: 60px;
  height: 60px;
  right: 15px;
  top: 20px;
  animation: rotating 0.5s linear infinite;
}
.loading-products .detail-images:after {
  width: 50px;
  height: 50px;
  right: 20px;
  top: 25px;
  animation: rotating 0.85s linear infinite;
}

/* Lightbox */
#swipebox-close {
  background-image: url(../images/lightbox-icons-grey.svg) !important;
  background-position: 0;
}

#swipebox-overlay {
  background-color: var(--color-background);
}
#swipebox-overlay a.swipebox-close {
  top: 15px;
}

#swipebox-top-bar,
#swipebox-bottom-bar {
  background-color: var(--color-background);
}

.counter-icon, footer .user-menu .favorites a .counter, header .user-menu .favorites a .counter {
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -2px;
  margin-left: 3px;
  width: 17px;
  height: 17px;
  font-size: 0.8em;
  font-weight: 700;
  line-height: 1.5;
  z-index: 10;
  background-color: rgb(202, 31, 31);
  border-radius: 50%;
  color: #fff;
  text-decoration: none;
}

header .user-menu .search {
  transition: all 250ms;
  opacity: 0;
  transform: translateY(-20px);
}
.is-search-form-above-viewport header .user-menu .search {
  opacity: 1;
  transform: translateY(0);
}
header .user-menu .favorites a {
  position: relative;
}
header .user-menu .favorites a .counter {
  display: none;
}
.has-favorites header .user-menu .favorites a .counter {
  display: block;
}

footer .user-menu .favorites a {
  position: relative;
}
footer .user-menu .favorites a .counter {
  display: none;
}
.has-favorites footer .user-menu .favorites a .counter {
  display: block;
}

a.button {
  text-decoration: none;
}

.control-image-browser {
  position: absolute;
  left: calc(33% - 25px);
  top: 43%;
  bottom: 60px;
  padding: 0;
  margin: 0;
  z-index: 20;
  opacity: 1;
  transition: left 400ms ease-out, opacity 400ms ease-out, transform 250ms ease-out;
  text-align: center;
  animation: closeIntro 250ms normal forwards ease-out 1;
}
@keyframes closeIntro {
  from {
    opacity: 0;
    transform: translateX(-10px);
  }
  to {
    opacity: 1;
    transform: translateX(0);
  }
}
.show-detail .control-image-browser {
  left: calc(33% + 10px);
}
.is-zoom .control-image-browser {
  animation: closeOut 250ms normal forwards ease-out 1;
}
@keyframes closeOut {
  from {
    opacity: 1;
    transform: translateX(0);
  }
  to {
    opacity: 0;
    transform: translateX(-30px);
  }
}
.control-image-browser li {
  padding: 5px;
  font-size: 0;
  border-radius: 50px;
  cursor: pointer;
  list-style-type: none;
}
.control-image-browser li span {
  padding: 7px;
  display: block;
  border-radius: 20px;
}

.transform-duration-250 {
  transition-duration: 250ms;
}

.transform-duration-300 {
  transition-duration: 300ms;
}

.detail-images > .product-images-wrapper {
  position: absolute;
  z-index: 10;
  left: -100%;
  width: 300%;
  height: 100%;
  will-change: transform;
}
.show-detail .detail-images > .product-images-wrapper {
  z-index: 20;
}
.detail-images > .product-images-wrapper .current-model,
.detail-images > .product-images-wrapper .prev-model,
.detail-images > .product-images-wrapper .next-model {
  position: absolute;
  overflow: hidden;
  width: 33.333333%;
  height: 100%;
  background-color: #fff;
  top: 0;
  will-change: transform;
}
.show-detail .detail-images > .product-images-wrapper .current-model,
.show-detail .detail-images > .product-images-wrapper .prev-model,
.show-detail .detail-images > .product-images-wrapper .next-model {
  opacity: 1;
}
.detail-images > .product-images-wrapper .prev-model,
.detail-images > .product-images-wrapper .next-model {
  z-index: 8;
}
.detail-images > .product-images-wrapper .prev-model .product-image-wrapper,
.detail-images > .product-images-wrapper .next-model .product-image-wrapper {
  width: 100%;
  filter: blur(5px);
  -webkit-filter: blur(5px);
}
.detail-images > .product-images-wrapper .prev-model .product-image-wrapper.loaded,
.detail-images > .product-images-wrapper .next-model .product-image-wrapper.loaded {
  filter: blur(0);
  -webkit-filter: blur(0);
}
.detail-images > .product-images-wrapper .prev-model img,
.detail-images > .product-images-wrapper .next-model img {
  width: 100% !important;
}
.detail-images > .product-images-wrapper .prev-model {
  left: 0;
}
.detail-images > .product-images-wrapper .next-model {
  left: 66.666666%;
}
.detail-images > .product-images-wrapper .current-model {
  z-index: 10;
  opacity: 0;
  transition: opacity 0.4s, transform 250ms;
  left: 33.333333%;
  height: auto;
}
.detail-images > .product-images-wrapper.scrolling .current-model {
  transition: none;
}
.detail-images > .product-images-wrapper img.do-pinchadjust {
  transition: all 250ms;
}
.detail-images > .product-images-wrapper.do-panleft, .detail-images > .product-images-wrapper.do-panright, .detail-images > .product-images-wrapper.do-panabort {
  transition: transform 250ms;
}
.detail-images > .product-images-wrapper .product-image-wrapper {
  position: relative;
  overflow: hidden;
  background-size: cover;
  background-repeat: none;
  font-size: 0;
  margin-bottom: 16px;
}
.detail-images > .product-images-wrapper .product-image-wrapper:last-child {
  margin-bottom: 0;
}
.detail-images > .product-images-wrapper .product-image-wrapper img {
  width: 100%;
  height: auto;
}

.detail-info .product-info-excerpt {
  padding-top: 3.8em;
}
@media only screen and (min-width: 768px) {
  .detail-info .product-info-excerpt {
    padding-top: 0;
  }
}
.detail-info .product-info-excerpt .product-name {
  display: inline-block;
}
.detail-info .product-info-excerpt .product-name h1, .detail-info .product-info-excerpt .product-name h2 {
  font-size: 1em;
  font-weight: 100;
  line-height: 1.2;
  letter-spacing: 0;
  margin: 0;
  padding: 0 0 0.4em;
  text-transform: none;
}
.detail-info .product-info-excerpt .product-name h2 {
  font-size: 1em;
}
@media only screen and (min-width: 980px) {
  .detail-info .product-info-excerpt .product-name h2 {
    font-size: 0.85em;
  }
}
@media only screen and (min-width: 768px) and (orientation: landscape) {
  .detail-info .product-info-excerpt .product-name {
    display: block;
  }
}

.product-info-content .product-description {
  -moz-columns: 300px 2;
       columns: 300px 2;
  -moz-column-gap: 30px;
       column-gap: 30px;
}

/*
	TODO: set vars


$font_family_main: ;
$color-text-main_title: ;
$color_background: ;
$color-text-main_bg: ;
$color-button-cita_bg: ;
$color-text-catalog_list_highlight: ;
*/
.page-template-clients #main .glyphicon {
  font-family: "Glyphicons Halflings";
}
.page-template-clients .note-header h1 {
  font-size: 22px;
  margin-top: 0;
  padding-top: 1.2em;
  margin-bottom: 1em;
  text-transform: uppercase;
  text-align: left;
}
.page-template-clients .note-header p {
  padding-bottom: 1em;
}
.page-template-clients form {
  /*
  label {
  	color: $color-text-main_title;
  }
  */
}
.page-template-clients form .submit {
  padding-top: 20px;
}
.page-template-clients .nav-tabs > li {
  /*
  &.active {
  	a, a:focus {
  		color: $color_background;
  		background-color: $color-text-main_bg;
  	}
  }
  */
}
.page-template-clients .nav-tabs > li > a {
  font-size: 1.2em;
}
.page-template-clients .tab-content {
  padding: 2em 15px 2em;
}
.page-template-clients .tab-content h2 {
  font-size: 1.4em;
  margin-top: 0;
  color: #57534e;
}
.page-template-clients .tab-content h3 {
  font-size: 1.2em;
  margin-bottom: 0.4em;
  color: #57534e;
}
.page-template-clients .tab-content ul {
  margin-bottom: 1.4em;
}
.page-template-clients .tab-content li {
  padding: 5px;
  font-size: 0.95em;
  list-style-type: none;
  /*
  strong {
  	color: $color-text-main_title;
  }
  */
}
.page-template-clients .tab-content li.payment-petition {
  padding-top: 1.4em;
  font-size: 1.4em !important;
}
.page-template-clients #citas p {
  font-size: 1.2em;
  /*
  color: $color-text-menu_list;
  strong {
  	color: $color-text-main_title;
  }
  */
}
.page-template-clients #citas li {
  border: none;
  line-height: 2.5em;
}
.page-template-clients #citas li .btn {
  float: right;
}
.page-template-clients #citas li:after {
  content: "";
  display: block;
  clear: both;
}
.page-template-clients #citas .radio {
  margin: 0;
}
.page-template-clients #citas #cita-form {
  display: none;
}
.page-template-clients #citas.show-change-date #cita-form {
  display: block;
}
.page-template-clients #citas.show-change-date .change-date {
  display: none;
}
.page-template-clients #citas .submit-buttons {
  text-align: right;
}
.page-template-clients #citas .cita-notification {
  display: none;
}
.page-template-clients #citas .cita-notification p {
  font-size: 1em;
  color: #666;
}
.page-template-clients #citas.show-cita-email-send .cita-notification {
  display: block;
}
.page-template-clients #citas.show-cita-email-send .change-date {
  display: none;
}
.page-template-clients #pagos > ul > li {
  font-size: 1em;
  color: #57534e;
}
.page-template-clients #pagos > ul > li .list-amount {
  font-weight: 700;
  float: right;
}
.page-template-clients #pagos > ul > li:after {
  content: "";
  display: block;
  clear: both;
}
.page-template-clients #pagos > ul > li.total {
  border-top: none;
}
.page-template-clients #pagos > ul > li.credit-card-payment {
  border-top: none;
  text-align: right;
}
.page-template-clients #pagos > ul > li.credit-card-payment small {
  font-size: 0.85em;
  display: block;
  padding-top: 1em;
}
.page-template-clients #pagos > ul > li .show-payment-history,
.page-template-clients #pagos > ul > li .hide-payment-history {
  float: right;
  clear: right;
  margin-top: 0.8em;
}
.page-template-clients #pagos > ul > li .hide-payment-history {
  display: none;
}
.page-template-clients #pagos > ul > li li {
  font-size: 0.8em;
  border-top: none;
  padding: 0.2em 0;
  margin-top: 0.5em;
  border-top: 1px solid #A9A19A;
  color: #57534e;
}
.page-template-clients #pagos > ul > li .payment-history {
  display: none;
  clear: both;
  padding-left: 20px;
  padding-bottom: 0.5em;
  margin-bottom: 0;
}
.page-template-clients #pagos > ul > li input {
  /*
  color: $color_background;
  &:focus {
  	color: $color-text-main_title;
  }
  */
}
.page-template-clients #pagos > ul > li input[name=email] {
  width: 35%;
  min-width: 150px;
}
.page-template-clients #pagos.showing-payment-history .payment-history {
  display: block;
}
.page-template-clients #pagos.showing-payment-history .show-payment-history {
  display: none;
}
.page-template-clients #pagos.showing-payment-history .hide-payment-history {
  display: inline-block;
}

.gform_wrapper {
  padding: 15px;
}
.gform_wrapper.gravity-theme div.gfield_description {
  padding-top: 0.4em;
  color: var(--color-form-description);
  font-size: var(--font-size-form-description);
}
.gform_wrapper.gravity-theme div.gform_fields {
  grid-row-gap: 20px;
}

.grecaptcha-badge {
  bottom: 120px !important;
}

@media only screen and (min-width: 980px) {
  .ngrmsf_wrapper {
    padding: 30px;
  }
}
@media only screen and (min-width: 980px) {
  .ngrmsf_wrapper .gfield {
    padding-bottom: 0.85rem;
  }
}

aside#moove_gdpr_cookie_info_bar {
  height: 100vh;
  max-height: 100vh;
  display: flex;
  justify-content: center;
  align-items: center;
}
aside#moove_gdpr_cookie_info_bar.moove-gdpr-light-scheme {
  background-color: rgba(0, 0, 0, 0.75);
}
aside#moove_gdpr_cookie_info_bar .moove-gdpr-info-bar-container {
  background-color: #fff;
  padding: 60px 20px;
  border-radius: 5px;
}
@media only screen and (max-width: 768px) {
  aside#moove_gdpr_cookie_info_bar .moove-gdpr-info-bar-container .moove-gdpr-button-holder {
    padding-top: 1em;
  }
  aside#moove_gdpr_cookie_info_bar .moove-gdpr-info-bar-container .moove-gdpr-button-holder button.mgbutton {
    font-size: 14px;
  }
}

/* Frow customization
https://frowcss.com/customize.html
*/
/*! Frow CSS | MIT License | frowcss.com */
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
}

body {
  margin: 0;
}

main {
  display: block;
}

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

hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}

pre {
  font-family: monospace, monospace;
  font-size: 1em;
}

a {
  background-color: transparent;
}

abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
}

b {
  font-weight: bolder;
}

strong {
  font-weight: bolder;
}

code {
  font-family: monospace, monospace;
  font-size: 1em;
}

kbd {
  font-family: monospace, monospace;
  font-size: 1em;
}

samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

small {
  font-size: 80%;
}

sub {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
  bottom: -0.25em;
}

sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
  top: -0.5em;
}

img {
  border-style: none;
}

button {
  font-family: inherit;
  font-size: 100%;
  line-height: 1.15;
  margin: 0;
  overflow: visible;
  text-transform: none;
  -webkit-appearance: button;
}
button::-moz-focus-inner {
  border-style: none;
  padding: 0;
}
button:-moz-focusring {
  outline: 1px dotted ButtonText;
}

input {
  font-family: inherit;
  font-size: 100%;
  line-height: 1.15;
  margin: 0;
  overflow: visible;
}

optgroup {
  font-family: inherit;
  font-size: 100%;
  line-height: 1.15;
  margin: 0;
}

select {
  font-family: inherit;
  font-size: 100%;
  line-height: 1.15;
  margin: 0;
  text-transform: none;
}

textarea {
  font-family: inherit;
  font-size: 100%;
  line-height: 1.15;
  margin: 0;
  overflow: auto;
}

[type=button] {
  -webkit-appearance: button;
}
[type=button]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}
[type=button]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

[type=reset] {
  -webkit-appearance: button;
}
[type=reset]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}
[type=reset]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

[type=submit] {
  -webkit-appearance: button;
}
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

fieldset {
  padding: 0.35em 0.75em 0.625em;
}

legend {
  box-sizing: border-box;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal;
}

progress {
  vertical-align: baseline;
}

[type=checkbox] {
  box-sizing: border-box;
  padding: 0;
}

[type=radio] {
  box-sizing: border-box;
  padding: 0;
}

[type=number]::-webkit-inner-spin-button {
  height: auto;
}
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

[type=search] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}
[type=search]::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}

details {
  display: block;
}

summary {
  display: list-item;
}

template {
  display: none;
}

[hidden] {
  display: none;
}

*, :after, :before {
  box-sizing: border-box;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

[hidden] {
  display: none !important;
}

body {
  color: #333;
}

h1, h2, h3, h4, h5, h6 {
  margin: 0;
  padding: 0;
}

a {
  cursor: pointer;
  color: #333;
  text-decoration: none;
}
a:hover, a:focus, a:active {
  color: #0d0d0d;
  text-decoration: underline;
}
p a {
  text-decoration: underline;
  display: inline;
}

pre {
  margin: 0;
}

canvas:focus {
  outline: none;
}

button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: none;
  -moz-appearance: none;
  background: none;
  background-color: #4F4F51;
  border: 2px solid #4F4F51;
  border-radius: 3px;
  color: #FFF;
  cursor: pointer;
  display: block;
  font-size: 16px;
  line-height: 100%;
  text-align: center;
  outline: none;
  padding: 7px;
  transition: transform 0.1s, background 0.4s, border-color 0.4s, color 0.4s, box-shadow 0.4s;
}
button:hover, button:focus, button:active,
[type=button]:hover,
[type=button]:focus,
[type=button]:active,
[type=reset]:hover,
[type=reset]:focus,
[type=reset]:active,
[type=submit]:hover,
[type=submit]:focus,
[type=submit]:active {
  background-color: #29292a;
  border-color: #29292a;
  outline: none;
  color: #FFF;
  text-decoration: none;
}
button:active,
[type=button]:active,
[type=reset]:active,
[type=submit]:active {
  transform: scale(0.96);
}
button:disabled,
[type=button]:disabled,
[type=reset]:disabled,
[type=submit]:disabled {
  cursor: default !important;
  border: 2px solid #EAEAEA;
  background: repeating-linear-gradient(45deg, #dddddd, #dddddd 3px, #FFF 3px, #FFF 6px);
  background-color: #c4c4c4;
  color: #888888;
  transform: scale(1);
}
button:disabled:hover, button:disabled:focus, button:disabled:active,
[type=button]:disabled:hover,
[type=button]:disabled:focus,
[type=button]:disabled:active,
[type=reset]:disabled:hover,
[type=reset]:disabled:focus,
[type=reset]:disabled:active,
[type=submit]:disabled:hover,
[type=submit]:disabled:focus,
[type=submit]:disabled:active {
  cursor: default !important;
  border: 2px solid #EAEAEA;
  background: repeating-linear-gradient(45deg, #dddddd, #dddddd 3px, #FFF 3px, #FFF 6px);
  background-color: #c4c4c4;
  color: #888888;
  transform: scale(1);
}
button.button-link, button.button-link:disabled,
[type=button].button-link,
[type=button].button-link:disabled,
[type=reset].button-link,
[type=reset].button-link:disabled,
[type=submit].button-link,
[type=submit].button-link:disabled {
  cursor: pointer;
  color: #333;
  text-decoration: none;
  border: none;
  outline: none;
  padding: 0;
  background: none;
  color: inherit;
  font-weight: inherit;
  font-size: inherit;
  text-transform: none;
}
button.button-link:hover, button.button-link:focus, button.button-link:active, button.button-link:disabled:hover, button.button-link:disabled:focus, button.button-link:disabled:active,
[type=button].button-link:hover,
[type=button].button-link:focus,
[type=button].button-link:active,
[type=button].button-link:disabled:hover,
[type=button].button-link:disabled:focus,
[type=button].button-link:disabled:active,
[type=reset].button-link:hover,
[type=reset].button-link:focus,
[type=reset].button-link:active,
[type=reset].button-link:disabled:hover,
[type=reset].button-link:disabled:focus,
[type=reset].button-link:disabled:active,
[type=submit].button-link:hover,
[type=submit].button-link:focus,
[type=submit].button-link:active,
[type=submit].button-link:disabled:hover,
[type=submit].button-link:disabled:focus,
[type=submit].button-link:disabled:active {
  color: #0d0d0d;
  text-decoration: underline;
}
p button.button-link, p button.button-link:disabled,
p [type=button].button-link,
p [type=button].button-link:disabled,
p [type=reset].button-link,
p [type=reset].button-link:disabled,
p [type=submit].button-link,
p [type=submit].button-link:disabled {
  text-decoration: underline;
  display: inline;
}
button.button-link:disabled, button.button-link:disabled:hover, button.button-link:disabled:focus, button.button-link:disabled:active,
[type=button].button-link:disabled,
[type=button].button-link:disabled:hover,
[type=button].button-link:disabled:focus,
[type=button].button-link:disabled:active,
[type=reset].button-link:disabled,
[type=reset].button-link:disabled:hover,
[type=reset].button-link:disabled:focus,
[type=reset].button-link:disabled:active,
[type=submit].button-link:disabled,
[type=submit].button-link:disabled:hover,
[type=submit].button-link:disabled:focus,
[type=submit].button-link:disabled:active {
  color: #999999;
  text-decoration: none;
}
button.button-none, button.button-none:focus, button.button-none:active, button.button-none:hover, button.button-none:disabled, button.button-none:disabled:hover,
[type=button].button-none,
[type=button].button-none:focus,
[type=button].button-none:active,
[type=button].button-none:hover,
[type=button].button-none:disabled,
[type=button].button-none:disabled:hover,
[type=reset].button-none,
[type=reset].button-none:focus,
[type=reset].button-none:active,
[type=reset].button-none:hover,
[type=reset].button-none:disabled,
[type=reset].button-none:disabled:hover,
[type=submit].button-none,
[type=submit].button-none:focus,
[type=submit].button-none:active,
[type=submit].button-none:hover,
[type=submit].button-none:disabled,
[type=submit].button-none:disabled:hover {
  border: none;
  outline: none;
  margin: 0;
  padding: 0;
  background: none;
  color: inherit;
  font-weight: inherit;
  font-size: inherit;
  text-transform: none;
}

.frow {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.frow > * {
  max-width: 100%;
}
.frow.centered {
  justify-content: center;
  align-items: center;
  align-content: center;
  height: 100%;
}
.frow.centered-column {
  justify-content: center;
  align-items: center;
  align-content: center;
  flex-direction: column;
  height: 100%;
}
.frow.row-start {
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
}
.frow.row-center {
  flex-direction: row;
  align-items: center;
  justify-content: center;
}
.frow.row-end {
  flex-direction: row;
  align-items: center;
  justify-content: flex-end;
}
.frow.row-between {
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
}
.frow.row-around {
  flex-direction: row;
  align-items: center;
  justify-content: space-around;
}
.frow.row-evenly {
  flex-direction: row;
  align-items: center;
  justify-content: space-evenly;
}
.frow.column-start {
  flex-direction: column;
  align-items: flex-start;
  align-content: flex-start;
  justify-content: flex-start;
}
.frow.column-center {
  flex-direction: column;
  align-items: center;
  align-content: center;
  justify-content: flex-start;
}
.frow.column-end {
  flex-direction: column;
  align-items: flex-end;
  align-content: flex-end;
  justify-content: flex-start;
}
.frow.inline {
  display: inline-flex;
}
.frow.wrap {
  flex-wrap: wrap;
}
.frow.wrap-reverse {
  flex-wrap: wrap-reverse;
}
.frow.nowrap {
  flex-wrap: nowrap;
}
.frow.direction-row {
  flex-direction: row;
}
.frow.direction-reverse {
  flex-direction: row-reverse;
}
.frow.direction-column {
  flex-direction: column;
}
.frow.direction-column-reverse {
  flex-direction: column-reverse;
}
.frow.justify-start {
  justify-content: flex-start;
}
.frow.justify-end {
  justify-content: flex-end;
}
.frow.justify-center {
  justify-content: center;
}
.frow.justify-between {
  justify-content: space-between;
}
.frow.justify-around {
  justify-content: space-around;
}
.frow.justify-evenly {
  justify-content: space-evenly;
}
.frow.items-start {
  align-items: flex-start;
}
.frow.items-end {
  align-items: flex-end;
}
.frow.items-center {
  align-items: center;
}
.frow.items-stretch {
  align-items: stretch;
}
.frow.items-baseline {
  align-items: baseline;
}
.frow.content-start {
  align-content: flex-start;
}
.frow.content-end {
  align-content: flex-end;
}
.frow.content-center {
  align-content: center;
}
.frow.content-between {
  align-content: space-between;
}
.frow.content-around {
  align-content: space-around;
}
.frow.content-evenly {
  align-content: space-evenly;
}
.frow.gutters {
  margin-left: -15px;
  margin-right: -15px;
}
.frow.gutters > [class*=col-xs], .frow.gutters > [class*=col-sm], .frow.gutters > [class*=col-md], .frow.gutters > [class*=col-lg] {
  padding-left: 15px;
  padding-right: 15px;
}
.frow [class*=col-xs], .frow [class*=col-sm], .frow [class*=col-md], .frow [class*=col-lg] {
  width: 100%;
}
@media (min-width: 0px) {
  .frow .col-xs-1-1 {
    width: 100%;
  }
  .frow .col-xs-1-2 {
    width: 50%;
  }
  .frow .col-xs-2-2 {
    width: 100%;
  }
  .frow .col-xs-1-3 {
    width: 33.3333333333%;
  }
  .frow .col-xs-2-3 {
    width: 66.6666666667%;
  }
  .frow .col-xs-3-3 {
    width: 100%;
  }
  .frow .col-xs-1-4 {
    width: 25%;
  }
  .frow .col-xs-2-4 {
    width: 50%;
  }
  .frow .col-xs-3-4 {
    width: 75%;
  }
  .frow .col-xs-4-4 {
    width: 100%;
  }
  .frow .col-xs-1-5 {
    width: 20%;
  }
  .frow .col-xs-2-5 {
    width: 40%;
  }
  .frow .col-xs-3-5 {
    width: 60%;
  }
  .frow .col-xs-4-5 {
    width: 80%;
  }
  .frow .col-xs-5-5 {
    width: 100%;
  }
  .frow .col-xs-1-6 {
    width: 16.6666666667%;
  }
  .frow .col-xs-2-6 {
    width: 33.3333333333%;
  }
  .frow .col-xs-3-6 {
    width: 50%;
  }
  .frow .col-xs-4-6 {
    width: 66.6666666667%;
  }
  .frow .col-xs-5-6 {
    width: 83.3333333333%;
  }
  .frow .col-xs-6-6 {
    width: 100%;
  }
  .frow .col-xs-1-7 {
    width: 14.2857142857%;
  }
  .frow .col-xs-2-7 {
    width: 28.5714285714%;
  }
  .frow .col-xs-3-7 {
    width: 42.8571428571%;
  }
  .frow .col-xs-4-7 {
    width: 57.1428571429%;
  }
  .frow .col-xs-5-7 {
    width: 71.4285714286%;
  }
  .frow .col-xs-6-7 {
    width: 85.7142857143%;
  }
  .frow .col-xs-7-7 {
    width: 100%;
  }
  .frow .col-xs-1-8 {
    width: 12.5%;
  }
  .frow .col-xs-2-8 {
    width: 25%;
  }
  .frow .col-xs-3-8 {
    width: 37.5%;
  }
  .frow .col-xs-4-8 {
    width: 50%;
  }
  .frow .col-xs-5-8 {
    width: 62.5%;
  }
  .frow .col-xs-6-8 {
    width: 75%;
  }
  .frow .col-xs-7-8 {
    width: 87.5%;
  }
  .frow .col-xs-8-8 {
    width: 100%;
  }
  .frow .col-xs-1-9 {
    width: 11.1111111111%;
  }
  .frow .col-xs-2-9 {
    width: 22.2222222222%;
  }
  .frow .col-xs-3-9 {
    width: 33.3333333333%;
  }
  .frow .col-xs-4-9 {
    width: 44.4444444444%;
  }
  .frow .col-xs-5-9 {
    width: 55.5555555556%;
  }
  .frow .col-xs-6-9 {
    width: 66.6666666667%;
  }
  .frow .col-xs-7-9 {
    width: 77.7777777778%;
  }
  .frow .col-xs-8-9 {
    width: 88.8888888889%;
  }
  .frow .col-xs-9-9 {
    width: 100%;
  }
  .frow .col-xs-1-10 {
    width: 10%;
  }
  .frow .col-xs-2-10 {
    width: 20%;
  }
  .frow .col-xs-3-10 {
    width: 30%;
  }
  .frow .col-xs-4-10 {
    width: 40%;
  }
  .frow .col-xs-5-10 {
    width: 50%;
  }
  .frow .col-xs-6-10 {
    width: 60%;
  }
  .frow .col-xs-7-10 {
    width: 70%;
  }
  .frow .col-xs-8-10 {
    width: 80%;
  }
  .frow .col-xs-9-10 {
    width: 90%;
  }
  .frow .col-xs-10-10 {
    width: 100%;
  }
  .frow .col-xs-1-11 {
    width: 9.0909090909%;
  }
  .frow .col-xs-2-11 {
    width: 18.1818181818%;
  }
  .frow .col-xs-3-11 {
    width: 27.2727272727%;
  }
  .frow .col-xs-4-11 {
    width: 36.3636363636%;
  }
  .frow .col-xs-5-11 {
    width: 45.4545454545%;
  }
  .frow .col-xs-6-11 {
    width: 54.5454545455%;
  }
  .frow .col-xs-7-11 {
    width: 63.6363636364%;
  }
  .frow .col-xs-8-11 {
    width: 72.7272727273%;
  }
  .frow .col-xs-9-11 {
    width: 81.8181818182%;
  }
  .frow .col-xs-10-11 {
    width: 90.9090909091%;
  }
  .frow .col-xs-11-11 {
    width: 100%;
  }
  .frow .col-xs-1-12 {
    width: 8.3333333333%;
  }
  .frow .col-xs-2-12 {
    width: 16.6666666667%;
  }
  .frow .col-xs-3-12 {
    width: 25%;
  }
  .frow .col-xs-4-12 {
    width: 33.3333333333%;
  }
  .frow .col-xs-5-12 {
    width: 41.6666666667%;
  }
  .frow .col-xs-6-12 {
    width: 50%;
  }
  .frow .col-xs-7-12 {
    width: 58.3333333333%;
  }
  .frow .col-xs-8-12 {
    width: 66.6666666667%;
  }
  .frow .col-xs-9-12 {
    width: 75%;
  }
  .frow .col-xs-10-12 {
    width: 83.3333333333%;
  }
  .frow .col-xs-11-12 {
    width: 91.6666666667%;
  }
  .frow .col-xs-12-12 {
    width: 100%;
  }
}
@media (min-width: 768px) {
  .frow .col-sm-1-1 {
    width: 100%;
  }
  .frow .col-sm-1-2 {
    width: 50%;
  }
  .frow .col-sm-2-2 {
    width: 100%;
  }
  .frow .col-sm-1-3 {
    width: 33.3333333333%;
  }
  .frow .col-sm-2-3 {
    width: 66.6666666667%;
  }
  .frow .col-sm-3-3 {
    width: 100%;
  }
  .frow .col-sm-1-4 {
    width: 25%;
  }
  .frow .col-sm-2-4 {
    width: 50%;
  }
  .frow .col-sm-3-4 {
    width: 75%;
  }
  .frow .col-sm-4-4 {
    width: 100%;
  }
  .frow .col-sm-1-5 {
    width: 20%;
  }
  .frow .col-sm-2-5 {
    width: 40%;
  }
  .frow .col-sm-3-5 {
    width: 60%;
  }
  .frow .col-sm-4-5 {
    width: 80%;
  }
  .frow .col-sm-5-5 {
    width: 100%;
  }
  .frow .col-sm-1-6 {
    width: 16.6666666667%;
  }
  .frow .col-sm-2-6 {
    width: 33.3333333333%;
  }
  .frow .col-sm-3-6 {
    width: 50%;
  }
  .frow .col-sm-4-6 {
    width: 66.6666666667%;
  }
  .frow .col-sm-5-6 {
    width: 83.3333333333%;
  }
  .frow .col-sm-6-6 {
    width: 100%;
  }
  .frow .col-sm-1-7 {
    width: 14.2857142857%;
  }
  .frow .col-sm-2-7 {
    width: 28.5714285714%;
  }
  .frow .col-sm-3-7 {
    width: 42.8571428571%;
  }
  .frow .col-sm-4-7 {
    width: 57.1428571429%;
  }
  .frow .col-sm-5-7 {
    width: 71.4285714286%;
  }
  .frow .col-sm-6-7 {
    width: 85.7142857143%;
  }
  .frow .col-sm-7-7 {
    width: 100%;
  }
  .frow .col-sm-1-8 {
    width: 12.5%;
  }
  .frow .col-sm-2-8 {
    width: 25%;
  }
  .frow .col-sm-3-8 {
    width: 37.5%;
  }
  .frow .col-sm-4-8 {
    width: 50%;
  }
  .frow .col-sm-5-8 {
    width: 62.5%;
  }
  .frow .col-sm-6-8 {
    width: 75%;
  }
  .frow .col-sm-7-8 {
    width: 87.5%;
  }
  .frow .col-sm-8-8 {
    width: 100%;
  }
  .frow .col-sm-1-9 {
    width: 11.1111111111%;
  }
  .frow .col-sm-2-9 {
    width: 22.2222222222%;
  }
  .frow .col-sm-3-9 {
    width: 33.3333333333%;
  }
  .frow .col-sm-4-9 {
    width: 44.4444444444%;
  }
  .frow .col-sm-5-9 {
    width: 55.5555555556%;
  }
  .frow .col-sm-6-9 {
    width: 66.6666666667%;
  }
  .frow .col-sm-7-9 {
    width: 77.7777777778%;
  }
  .frow .col-sm-8-9 {
    width: 88.8888888889%;
  }
  .frow .col-sm-9-9 {
    width: 100%;
  }
  .frow .col-sm-1-10 {
    width: 10%;
  }
  .frow .col-sm-2-10 {
    width: 20%;
  }
  .frow .col-sm-3-10 {
    width: 30%;
  }
  .frow .col-sm-4-10 {
    width: 40%;
  }
  .frow .col-sm-5-10 {
    width: 50%;
  }
  .frow .col-sm-6-10 {
    width: 60%;
  }
  .frow .col-sm-7-10 {
    width: 70%;
  }
  .frow .col-sm-8-10 {
    width: 80%;
  }
  .frow .col-sm-9-10 {
    width: 90%;
  }
  .frow .col-sm-10-10 {
    width: 100%;
  }
  .frow .col-sm-1-11 {
    width: 9.0909090909%;
  }
  .frow .col-sm-2-11 {
    width: 18.1818181818%;
  }
  .frow .col-sm-3-11 {
    width: 27.2727272727%;
  }
  .frow .col-sm-4-11 {
    width: 36.3636363636%;
  }
  .frow .col-sm-5-11 {
    width: 45.4545454545%;
  }
  .frow .col-sm-6-11 {
    width: 54.5454545455%;
  }
  .frow .col-sm-7-11 {
    width: 63.6363636364%;
  }
  .frow .col-sm-8-11 {
    width: 72.7272727273%;
  }
  .frow .col-sm-9-11 {
    width: 81.8181818182%;
  }
  .frow .col-sm-10-11 {
    width: 90.9090909091%;
  }
  .frow .col-sm-11-11 {
    width: 100%;
  }
  .frow .col-sm-1-12 {
    width: 8.3333333333%;
  }
  .frow .col-sm-2-12 {
    width: 16.6666666667%;
  }
  .frow .col-sm-3-12 {
    width: 25%;
  }
  .frow .col-sm-4-12 {
    width: 33.3333333333%;
  }
  .frow .col-sm-5-12 {
    width: 41.6666666667%;
  }
  .frow .col-sm-6-12 {
    width: 50%;
  }
  .frow .col-sm-7-12 {
    width: 58.3333333333%;
  }
  .frow .col-sm-8-12 {
    width: 66.6666666667%;
  }
  .frow .col-sm-9-12 {
    width: 75%;
  }
  .frow .col-sm-10-12 {
    width: 83.3333333333%;
  }
  .frow .col-sm-11-12 {
    width: 91.6666666667%;
  }
  .frow .col-sm-12-12 {
    width: 100%;
  }
}
@media (min-width: 992px) {
  .frow .col-md-1-1 {
    width: 100%;
  }
  .frow .col-md-1-2 {
    width: 50%;
  }
  .frow .col-md-2-2 {
    width: 100%;
  }
  .frow .col-md-1-3 {
    width: 33.3333333333%;
  }
  .frow .col-md-2-3 {
    width: 66.6666666667%;
  }
  .frow .col-md-3-3 {
    width: 100%;
  }
  .frow .col-md-1-4 {
    width: 25%;
  }
  .frow .col-md-2-4 {
    width: 50%;
  }
  .frow .col-md-3-4 {
    width: 75%;
  }
  .frow .col-md-4-4 {
    width: 100%;
  }
  .frow .col-md-1-5 {
    width: 20%;
  }
  .frow .col-md-2-5 {
    width: 40%;
  }
  .frow .col-md-3-5 {
    width: 60%;
  }
  .frow .col-md-4-5 {
    width: 80%;
  }
  .frow .col-md-5-5 {
    width: 100%;
  }
  .frow .col-md-1-6 {
    width: 16.6666666667%;
  }
  .frow .col-md-2-6 {
    width: 33.3333333333%;
  }
  .frow .col-md-3-6 {
    width: 50%;
  }
  .frow .col-md-4-6 {
    width: 66.6666666667%;
  }
  .frow .col-md-5-6 {
    width: 83.3333333333%;
  }
  .frow .col-md-6-6 {
    width: 100%;
  }
  .frow .col-md-1-7 {
    width: 14.2857142857%;
  }
  .frow .col-md-2-7 {
    width: 28.5714285714%;
  }
  .frow .col-md-3-7 {
    width: 42.8571428571%;
  }
  .frow .col-md-4-7 {
    width: 57.1428571429%;
  }
  .frow .col-md-5-7 {
    width: 71.4285714286%;
  }
  .frow .col-md-6-7 {
    width: 85.7142857143%;
  }
  .frow .col-md-7-7 {
    width: 100%;
  }
  .frow .col-md-1-8 {
    width: 12.5%;
  }
  .frow .col-md-2-8 {
    width: 25%;
  }
  .frow .col-md-3-8 {
    width: 37.5%;
  }
  .frow .col-md-4-8 {
    width: 50%;
  }
  .frow .col-md-5-8 {
    width: 62.5%;
  }
  .frow .col-md-6-8 {
    width: 75%;
  }
  .frow .col-md-7-8 {
    width: 87.5%;
  }
  .frow .col-md-8-8 {
    width: 100%;
  }
  .frow .col-md-1-9 {
    width: 11.1111111111%;
  }
  .frow .col-md-2-9 {
    width: 22.2222222222%;
  }
  .frow .col-md-3-9 {
    width: 33.3333333333%;
  }
  .frow .col-md-4-9 {
    width: 44.4444444444%;
  }
  .frow .col-md-5-9 {
    width: 55.5555555556%;
  }
  .frow .col-md-6-9 {
    width: 66.6666666667%;
  }
  .frow .col-md-7-9 {
    width: 77.7777777778%;
  }
  .frow .col-md-8-9 {
    width: 88.8888888889%;
  }
  .frow .col-md-9-9 {
    width: 100%;
  }
  .frow .col-md-1-10 {
    width: 10%;
  }
  .frow .col-md-2-10 {
    width: 20%;
  }
  .frow .col-md-3-10 {
    width: 30%;
  }
  .frow .col-md-4-10 {
    width: 40%;
  }
  .frow .col-md-5-10 {
    width: 50%;
  }
  .frow .col-md-6-10 {
    width: 60%;
  }
  .frow .col-md-7-10 {
    width: 70%;
  }
  .frow .col-md-8-10 {
    width: 80%;
  }
  .frow .col-md-9-10 {
    width: 90%;
  }
  .frow .col-md-10-10 {
    width: 100%;
  }
  .frow .col-md-1-11 {
    width: 9.0909090909%;
  }
  .frow .col-md-2-11 {
    width: 18.1818181818%;
  }
  .frow .col-md-3-11 {
    width: 27.2727272727%;
  }
  .frow .col-md-4-11 {
    width: 36.3636363636%;
  }
  .frow .col-md-5-11 {
    width: 45.4545454545%;
  }
  .frow .col-md-6-11 {
    width: 54.5454545455%;
  }
  .frow .col-md-7-11 {
    width: 63.6363636364%;
  }
  .frow .col-md-8-11 {
    width: 72.7272727273%;
  }
  .frow .col-md-9-11 {
    width: 81.8181818182%;
  }
  .frow .col-md-10-11 {
    width: 90.9090909091%;
  }
  .frow .col-md-11-11 {
    width: 100%;
  }
  .frow .col-md-1-12 {
    width: 8.3333333333%;
  }
  .frow .col-md-2-12 {
    width: 16.6666666667%;
  }
  .frow .col-md-3-12 {
    width: 25%;
  }
  .frow .col-md-4-12 {
    width: 33.3333333333%;
  }
  .frow .col-md-5-12 {
    width: 41.6666666667%;
  }
  .frow .col-md-6-12 {
    width: 50%;
  }
  .frow .col-md-7-12 {
    width: 58.3333333333%;
  }
  .frow .col-md-8-12 {
    width: 66.6666666667%;
  }
  .frow .col-md-9-12 {
    width: 75%;
  }
  .frow .col-md-10-12 {
    width: 83.3333333333%;
  }
  .frow .col-md-11-12 {
    width: 91.6666666667%;
  }
  .frow .col-md-12-12 {
    width: 100%;
  }
}
@media (min-width: 1200px) {
  .frow .col-lg-1-1 {
    width: 100%;
  }
  .frow .col-lg-1-2 {
    width: 50%;
  }
  .frow .col-lg-2-2 {
    width: 100%;
  }
  .frow .col-lg-1-3 {
    width: 33.3333333333%;
  }
  .frow .col-lg-2-3 {
    width: 66.6666666667%;
  }
  .frow .col-lg-3-3 {
    width: 100%;
  }
  .frow .col-lg-1-4 {
    width: 25%;
  }
  .frow .col-lg-2-4 {
    width: 50%;
  }
  .frow .col-lg-3-4 {
    width: 75%;
  }
  .frow .col-lg-4-4 {
    width: 100%;
  }
  .frow .col-lg-1-5 {
    width: 20%;
  }
  .frow .col-lg-2-5 {
    width: 40%;
  }
  .frow .col-lg-3-5 {
    width: 60%;
  }
  .frow .col-lg-4-5 {
    width: 80%;
  }
  .frow .col-lg-5-5 {
    width: 100%;
  }
  .frow .col-lg-1-6 {
    width: 16.6666666667%;
  }
  .frow .col-lg-2-6 {
    width: 33.3333333333%;
  }
  .frow .col-lg-3-6 {
    width: 50%;
  }
  .frow .col-lg-4-6 {
    width: 66.6666666667%;
  }
  .frow .col-lg-5-6 {
    width: 83.3333333333%;
  }
  .frow .col-lg-6-6 {
    width: 100%;
  }
  .frow .col-lg-1-7 {
    width: 14.2857142857%;
  }
  .frow .col-lg-2-7 {
    width: 28.5714285714%;
  }
  .frow .col-lg-3-7 {
    width: 42.8571428571%;
  }
  .frow .col-lg-4-7 {
    width: 57.1428571429%;
  }
  .frow .col-lg-5-7 {
    width: 71.4285714286%;
  }
  .frow .col-lg-6-7 {
    width: 85.7142857143%;
  }
  .frow .col-lg-7-7 {
    width: 100%;
  }
  .frow .col-lg-1-8 {
    width: 12.5%;
  }
  .frow .col-lg-2-8 {
    width: 25%;
  }
  .frow .col-lg-3-8 {
    width: 37.5%;
  }
  .frow .col-lg-4-8 {
    width: 50%;
  }
  .frow .col-lg-5-8 {
    width: 62.5%;
  }
  .frow .col-lg-6-8 {
    width: 75%;
  }
  .frow .col-lg-7-8 {
    width: 87.5%;
  }
  .frow .col-lg-8-8 {
    width: 100%;
  }
  .frow .col-lg-1-9 {
    width: 11.1111111111%;
  }
  .frow .col-lg-2-9 {
    width: 22.2222222222%;
  }
  .frow .col-lg-3-9 {
    width: 33.3333333333%;
  }
  .frow .col-lg-4-9 {
    width: 44.4444444444%;
  }
  .frow .col-lg-5-9 {
    width: 55.5555555556%;
  }
  .frow .col-lg-6-9 {
    width: 66.6666666667%;
  }
  .frow .col-lg-7-9 {
    width: 77.7777777778%;
  }
  .frow .col-lg-8-9 {
    width: 88.8888888889%;
  }
  .frow .col-lg-9-9 {
    width: 100%;
  }
  .frow .col-lg-1-10 {
    width: 10%;
  }
  .frow .col-lg-2-10 {
    width: 20%;
  }
  .frow .col-lg-3-10 {
    width: 30%;
  }
  .frow .col-lg-4-10 {
    width: 40%;
  }
  .frow .col-lg-5-10 {
    width: 50%;
  }
  .frow .col-lg-6-10 {
    width: 60%;
  }
  .frow .col-lg-7-10 {
    width: 70%;
  }
  .frow .col-lg-8-10 {
    width: 80%;
  }
  .frow .col-lg-9-10 {
    width: 90%;
  }
  .frow .col-lg-10-10 {
    width: 100%;
  }
  .frow .col-lg-1-11 {
    width: 9.0909090909%;
  }
  .frow .col-lg-2-11 {
    width: 18.1818181818%;
  }
  .frow .col-lg-3-11 {
    width: 27.2727272727%;
  }
  .frow .col-lg-4-11 {
    width: 36.3636363636%;
  }
  .frow .col-lg-5-11 {
    width: 45.4545454545%;
  }
  .frow .col-lg-6-11 {
    width: 54.5454545455%;
  }
  .frow .col-lg-7-11 {
    width: 63.6363636364%;
  }
  .frow .col-lg-8-11 {
    width: 72.7272727273%;
  }
  .frow .col-lg-9-11 {
    width: 81.8181818182%;
  }
  .frow .col-lg-10-11 {
    width: 90.9090909091%;
  }
  .frow .col-lg-11-11 {
    width: 100%;
  }
  .frow .col-lg-1-12 {
    width: 8.3333333333%;
  }
  .frow .col-lg-2-12 {
    width: 16.6666666667%;
  }
  .frow .col-lg-3-12 {
    width: 25%;
  }
  .frow .col-lg-4-12 {
    width: 33.3333333333%;
  }
  .frow .col-lg-5-12 {
    width: 41.6666666667%;
  }
  .frow .col-lg-6-12 {
    width: 50%;
  }
  .frow .col-lg-7-12 {
    width: 58.3333333333%;
  }
  .frow .col-lg-8-12 {
    width: 66.6666666667%;
  }
  .frow .col-lg-9-12 {
    width: 75%;
  }
  .frow .col-lg-10-12 {
    width: 83.3333333333%;
  }
  .frow .col-lg-11-12 {
    width: 91.6666666667%;
  }
  .frow .col-lg-12-12 {
    width: 100%;
  }
}

.frow-container {
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
}

@media (min-width: 768px) {
  .frow-container {
    max-width: 750px;
  }
}
@media (min-width: 992px) {
  .frow-container {
    max-width: 970px;
  }
}
@media (min-width: 1200px) {
  .frow-container {
    max-width: 1170px;
  }
}
.visible-xs, .visible-sm, .visible-md, .visible-lg {
  display: none !important;
}

.hidden-xs, .hidden-sm, .hidden-md, .hidden-lg {
  display: block !important;
}

.frow.hidden-xs, .frow.hidden-sm, .frow.hidden-md, .frow.hidden-lg {
  display: flex !important;
}

@media (max-width: 767px) {
  .visible-xs {
    display: block !important;
  }
  .frow.visible-xs {
    display: flex !important;
  }
  .hidden-xs,
  .frow.hidden-xs {
    display: none !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm {
    display: block !important;
  }
  .frow.visible-sm {
    display: flex !important;
  }
  .hidden-sm,
  .frow.hidden-sm {
    display: none !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md {
    display: block !important;
  }
  .frow.visible-md {
    display: flex !important;
  }
  .hidden-md,
  .frow.hidden-md {
    display: none !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg {
    display: block !important;
  }
  .frow.visible-lg {
    display: flex !important;
  }
  .hidden-lg,
  .frow.hidden-lg {
    display: none !important;
  }
}
@media (max-width: 767px) {
  .frow.direction-row-xs {
    flex-direction: row;
  }
  .frow.direction-reverse-xs {
    flex-direction: row-reverse;
  }
  .frow.direction-column-xs {
    flex-direction: column;
  }
  .frow.direction-column-reverse-xs {
    flex-direction: column-reverse;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .frow.direction-row-sm {
    flex-direction: row;
  }
  .frow.direction-reverse-sm {
    flex-direction: row-reverse;
  }
  .frow.direction-column-sm {
    flex-direction: column;
  }
  .frow.direction-column-reverse-sm {
    flex-direction: column-reverse;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .frow.direction-row-md {
    flex-direction: row;
  }
  .frow.direction-reverse-md {
    flex-direction: row-reverse;
  }
  .frow.direction-column-md {
    flex-direction: column;
  }
  .frow.direction-column-reverse-md {
    flex-direction: column-reverse;
  }
}
@media (min-width: 1200px) {
  .frow.direction-row-lg {
    flex-direction: row;
  }
  .frow.direction-reverse-lg {
    flex-direction: row-reverse;
  }
  .frow.direction-column-lg {
    flex-direction: column;
  }
  .frow.direction-column-reverse-lg {
    flex-direction: column-reverse;
  }
}
.m-0 {
  margin: 0px !important;
}

.m-5 {
  margin: 5px !important;
}

.m-10 {
  margin: 10px !important;
}

.m-15 {
  margin: 15px !important;
}

.m-20 {
  margin: 20px !important;
}

.m-25 {
  margin: 25px !important;
}

.m-30 {
  margin: 30px !important;
}

.m-40 {
  margin: 40px !important;
}

.m-50 {
  margin: 50px !important;
}

.m-60 {
  margin: 60px !important;
}

.m-70 {
  margin: 70px !important;
}

.m-80 {
  margin: 80px !important;
}

.m-90 {
  margin: 90px !important;
}

.m-100 {
  margin: 100px !important;
}

.m-auto {
  margin: auto !important;
}

.mx-0 {
  margin-right: 0px !important;
  margin-left: 0px !important;
}

.mx-5 {
  margin-right: 5px !important;
  margin-left: 5px !important;
}

.mx-10 {
  margin-right: 10px !important;
  margin-left: 10px !important;
}

.mx-15 {
  margin-right: 15px !important;
  margin-left: 15px !important;
}

.mx-20 {
  margin-right: 20px !important;
  margin-left: 20px !important;
}

.mx-25 {
  margin-right: 25px !important;
  margin-left: 25px !important;
}

.mx-30 {
  margin-right: 30px !important;
  margin-left: 30px !important;
}

.mx-40 {
  margin-right: 40px !important;
  margin-left: 40px !important;
}

.mx-50 {
  margin-right: 50px !important;
  margin-left: 50px !important;
}

.mx-60 {
  margin-right: 60px !important;
  margin-left: 60px !important;
}

.mx-70 {
  margin-right: 70px !important;
  margin-left: 70px !important;
}

.mx-80 {
  margin-right: 80px !important;
  margin-left: 80px !important;
}

.mx-90 {
  margin-right: 90px !important;
  margin-left: 90px !important;
}

.mx-100 {
  margin-right: 100px !important;
  margin-left: 100px !important;
}

.mx-auto {
  margin-right: auto !important;
  margin-left: auto !important;
}

.my-0 {
  margin-top: 0px !important;
  margin-bottom: 0px !important;
}

.my-5 {
  margin-top: 5px !important;
  margin-bottom: 5px !important;
}

.my-10 {
  margin-top: 10px !important;
  margin-bottom: 10px !important;
}

.my-15 {
  margin-top: 15px !important;
  margin-bottom: 15px !important;
}

.my-20 {
  margin-top: 20px !important;
  margin-bottom: 20px !important;
}

.my-25 {
  margin-top: 25px !important;
  margin-bottom: 25px !important;
}

.my-30 {
  margin-top: 30px !important;
  margin-bottom: 30px !important;
}

.my-40 {
  margin-top: 40px !important;
  margin-bottom: 40px !important;
}

.my-50 {
  margin-top: 50px !important;
  margin-bottom: 50px !important;
}

.my-60 {
  margin-top: 60px !important;
  margin-bottom: 60px !important;
}

.my-70 {
  margin-top: 70px !important;
  margin-bottom: 70px !important;
}

.my-80 {
  margin-top: 80px !important;
  margin-bottom: 80px !important;
}

.my-90 {
  margin-top: 90px !important;
  margin-bottom: 90px !important;
}

.my-100 {
  margin-top: 100px !important;
  margin-bottom: 100px !important;
}

.my-auto {
  margin-top: auto !important;
  margin-bottom: auto !important;
}

.mt-0 {
  margin-top: 0px !important;
}

.mt-5 {
  margin-top: 5px !important;
}

.mt-10 {
  margin-top: 10px !important;
}

.mt-15 {
  margin-top: 15px !important;
}

.mt-20 {
  margin-top: 20px !important;
}

.mt-25 {
  margin-top: 25px !important;
}

.mt-30 {
  margin-top: 30px !important;
}

.mt-40 {
  margin-top: 40px !important;
}

.mt-50 {
  margin-top: 50px !important;
}

.mt-60 {
  margin-top: 60px !important;
}

.mt-70 {
  margin-top: 70px !important;
}

.mt-80 {
  margin-top: 80px !important;
}

.mt-90 {
  margin-top: 90px !important;
}

.mt-100 {
  margin-top: 100px !important;
}

.mt-auto {
  margin-top: auto !important;
}

.mr-0 {
  margin-right: 0px !important;
}

.mr-5 {
  margin-right: 5px !important;
}

.mr-10 {
  margin-right: 10px !important;
}

.mr-15 {
  margin-right: 15px !important;
}

.mr-20 {
  margin-right: 20px !important;
}

.mr-25 {
  margin-right: 25px !important;
}

.mr-30 {
  margin-right: 30px !important;
}

.mr-40 {
  margin-right: 40px !important;
}

.mr-50 {
  margin-right: 50px !important;
}

.mr-60 {
  margin-right: 60px !important;
}

.mr-70 {
  margin-right: 70px !important;
}

.mr-80 {
  margin-right: 80px !important;
}

.mr-90 {
  margin-right: 90px !important;
}

.mr-100 {
  margin-right: 100px !important;
}

.mr-auto {
  margin-right: auto !important;
}

.mb-0 {
  margin-bottom: 0px !important;
}

.mb-5 {
  margin-bottom: 5px !important;
}

.mb-10 {
  margin-bottom: 10px !important;
}

.mb-15 {
  margin-bottom: 15px !important;
}

.mb-20 {
  margin-bottom: 20px !important;
}

.mb-25 {
  margin-bottom: 25px !important;
}

.mb-30 {
  margin-bottom: 30px !important;
}

.mb-40 {
  margin-bottom: 40px !important;
}

.mb-50 {
  margin-bottom: 50px !important;
}

.mb-60 {
  margin-bottom: 60px !important;
}

.mb-70 {
  margin-bottom: 70px !important;
}

.mb-80 {
  margin-bottom: 80px !important;
}

.mb-90 {
  margin-bottom: 90px !important;
}

.mb-100 {
  margin-bottom: 100px !important;
}

.mb-auto {
  margin-bottom: auto !important;
}

.ml-0 {
  margin-left: 0px !important;
}

.ml-5 {
  margin-left: 5px !important;
}

.ml-10 {
  margin-left: 10px !important;
}

.ml-15 {
  margin-left: 15px !important;
}

.ml-20 {
  margin-left: 20px !important;
}

.ml-25 {
  margin-left: 25px !important;
}

.ml-30 {
  margin-left: 30px !important;
}

.ml-40 {
  margin-left: 40px !important;
}

.ml-50 {
  margin-left: 50px !important;
}

.ml-60 {
  margin-left: 60px !important;
}

.ml-70 {
  margin-left: 70px !important;
}

.ml-80 {
  margin-left: 80px !important;
}

.ml-90 {
  margin-left: 90px !important;
}

.ml-100 {
  margin-left: 100px !important;
}

.ml-auto {
  margin-left: auto !important;
}

.p-0 {
  padding: 0px !important;
}

.p-5 {
  padding: 5px !important;
}

.p-10 {
  padding: 10px !important;
}

.p-15 {
  padding: 15px !important;
}

.p-20 {
  padding: 20px !important;
}

.p-25 {
  padding: 25px !important;
}

.p-30 {
  padding: 30px !important;
}

.p-40 {
  padding: 40px !important;
}

.p-50 {
  padding: 50px !important;
}

.p-60 {
  padding: 60px !important;
}

.p-70 {
  padding: 70px !important;
}

.p-80 {
  padding: 80px !important;
}

.p-90 {
  padding: 90px !important;
}

.p-100 {
  padding: 100px !important;
}

.px-0 {
  padding-right: 0px !important;
  padding-left: 0px !important;
}

.px-5 {
  padding-right: 5px !important;
  padding-left: 5px !important;
}

.px-10 {
  padding-right: 10px !important;
  padding-left: 10px !important;
}

.px-15 {
  padding-right: 15px !important;
  padding-left: 15px !important;
}

.px-20 {
  padding-right: 20px !important;
  padding-left: 20px !important;
}

.px-25 {
  padding-right: 25px !important;
  padding-left: 25px !important;
}

.px-30 {
  padding-right: 30px !important;
  padding-left: 30px !important;
}

.px-40 {
  padding-right: 40px !important;
  padding-left: 40px !important;
}

.px-50 {
  padding-right: 50px !important;
  padding-left: 50px !important;
}

.px-60 {
  padding-right: 60px !important;
  padding-left: 60px !important;
}

.px-70 {
  padding-right: 70px !important;
  padding-left: 70px !important;
}

.px-80 {
  padding-right: 80px !important;
  padding-left: 80px !important;
}

.px-90 {
  padding-right: 90px !important;
  padding-left: 90px !important;
}

.px-100 {
  padding-right: 100px !important;
  padding-left: 100px !important;
}

.py-0 {
  padding-top: 0px !important;
  padding-bottom: 0px !important;
}

.py-5 {
  padding-top: 5px !important;
  padding-bottom: 5px !important;
}

.py-10 {
  padding-top: 10px !important;
  padding-bottom: 10px !important;
}

.py-15 {
  padding-top: 15px !important;
  padding-bottom: 15px !important;
}

.py-20 {
  padding-top: 20px !important;
  padding-bottom: 20px !important;
}

.py-25 {
  padding-top: 25px !important;
  padding-bottom: 25px !important;
}

.py-30 {
  padding-top: 30px !important;
  padding-bottom: 30px !important;
}

.py-40 {
  padding-top: 40px !important;
  padding-bottom: 40px !important;
}

.py-50 {
  padding-top: 50px !important;
  padding-bottom: 50px !important;
}

.py-60 {
  padding-top: 60px !important;
  padding-bottom: 60px !important;
}

.py-70 {
  padding-top: 70px !important;
  padding-bottom: 70px !important;
}

.py-80 {
  padding-top: 80px !important;
  padding-bottom: 80px !important;
}

.py-90 {
  padding-top: 90px !important;
  padding-bottom: 90px !important;
}

.py-100 {
  padding-top: 100px !important;
  padding-bottom: 100px !important;
}

.pt-0 {
  padding-top: 0px !important;
}

.pt-5 {
  padding-top: 5px !important;
}

.pt-10 {
  padding-top: 10px !important;
}

.pt-15 {
  padding-top: 15px !important;
}

.pt-20 {
  padding-top: 20px !important;
}

.pt-25 {
  padding-top: 25px !important;
}

.pt-30 {
  padding-top: 30px !important;
}

.pt-40 {
  padding-top: 40px !important;
}

.pt-50 {
  padding-top: 50px !important;
}

.pt-60 {
  padding-top: 60px !important;
}

.pt-70 {
  padding-top: 70px !important;
}

.pt-80 {
  padding-top: 80px !important;
}

.pt-90 {
  padding-top: 90px !important;
}

.pt-100 {
  padding-top: 100px !important;
}

.pr-0 {
  padding-right: 0px !important;
}

.pr-5 {
  padding-right: 5px !important;
}

.pr-10 {
  padding-right: 10px !important;
}

.pr-15 {
  padding-right: 15px !important;
}

.pr-20 {
  padding-right: 20px !important;
}

.pr-25 {
  padding-right: 25px !important;
}

.pr-30 {
  padding-right: 30px !important;
}

.pr-40 {
  padding-right: 40px !important;
}

.pr-50 {
  padding-right: 50px !important;
}

.pr-60 {
  padding-right: 60px !important;
}

.pr-70 {
  padding-right: 70px !important;
}

.pr-80 {
  padding-right: 80px !important;
}

.pr-90 {
  padding-right: 90px !important;
}

.pr-100 {
  padding-right: 100px !important;
}

.pb-0 {
  padding-bottom: 0px !important;
}

.pb-5 {
  padding-bottom: 5px !important;
}

.pb-10 {
  padding-bottom: 10px !important;
}

.pb-15 {
  padding-bottom: 15px !important;
}

.pb-20 {
  padding-bottom: 20px !important;
}

.pb-25 {
  padding-bottom: 25px !important;
}

.pb-30 {
  padding-bottom: 30px !important;
}

.pb-40 {
  padding-bottom: 40px !important;
}

.pb-50 {
  padding-bottom: 50px !important;
}

.pb-60 {
  padding-bottom: 60px !important;
}

.pb-70 {
  padding-bottom: 70px !important;
}

.pb-80 {
  padding-bottom: 80px !important;
}

.pb-90 {
  padding-bottom: 90px !important;
}

.pb-100 {
  padding-bottom: 100px !important;
}

.pl-0 {
  padding-left: 0px !important;
}

.pl-5 {
  padding-left: 5px !important;
}

.pl-10 {
  padding-left: 10px !important;
}

.pl-15 {
  padding-left: 15px !important;
}

.pl-20 {
  padding-left: 20px !important;
}

.pl-25 {
  padding-left: 25px !important;
}

.pl-30 {
  padding-left: 30px !important;
}

.pl-40 {
  padding-left: 40px !important;
}

.pl-50 {
  padding-left: 50px !important;
}

.pl-60 {
  padding-left: 60px !important;
}

.pl-70 {
  padding-left: 70px !important;
}

.pl-80 {
  padding-left: 80px !important;
}

.pl-90 {
  padding-left: 90px !important;
}

.pl-100 {
  padding-left: 100px !important;
}

.width-100 {
  width: 100% !important;
}

.width-auto {
  width: auto !important;
}

.height-100 {
  height: 100% !important;
}

.height-auto {
  height: auto !important;
}

.overflow-visible {
  overflow: visible !important;
}

.overflow-hidden {
  overflow: hidden !important;
}

.overflow-auto {
  overflow: auto !important;
}

.overflow-y-visible {
  overflow-y: visible !important;
}

.overflow-y-hidden {
  overflow-y: hidden !important;
}

.overflow-y-auto {
  overflow-y: auto !important;
}

.overflow-x-visible {
  overflow-x: visible !important;
}

.overflow-x-hidden {
  overflow-x: hidden !important;
}

.overflow-x-auto {
  overflow-x: auto !important;
}

.shrink-0 {
  flex-shrink: 0 !important;
}

.shrink-1 {
  flex-shrink: 1 !important;
}

.grow-0 {
  flex-grow: 0 !important;
}

.grow-1 {
  flex-grow: 1 !important;
}

.clickable:not([disabled]), [onclick]:not([disabled]) {
  cursor: pointer !important;
}

.not-clickable, .not-clickable[onclick] {
  cursor: default !important;
}

.letsGo-hide {
  display: none !important;
}

.shadow-light {
  box-shadow: 0px 1px 3px 0px #A0A0A0 !important;
}

.shadow-dark {
  box-shadow: 0px 1px 3px 0px #1B1B1B !important;
}

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

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

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

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

.text-uppercase {
  text-transform: uppercase !important;
}

.text-lowercase {
  text-transform: lowercase !important;
}

.text-capitalize {
  text-transform: capitalize !important;
}

.text-underline {
  text-decoration: underline !important;
}

.text-line-through {
  text-decoration: line-through !important;
}

.text-italic {
  font-style: italic !important;
}

.text-ellipsis {
  overflow: hidden !important;
  white-space: nowrap !important;
  text-overflow: ellipsis !important;
}

.opacity-0 {
  opacity: 0 !important;
}

.opacity-100 {
  opacity: 1 !important;
}

.visible-print,
.frow.visible-print {
  display: none !important;
}

@media print {
  .hidden-print,
  .frow.hidden-print {
    display: none !important;
  }
  .visible-print {
    display: block !important;
  }
  .frow.visible-print {
    display: flex !important;
  }
}
.visible-sr,
.visible-sr-focusable:not(:focus) {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  padding: 0 !important;
  margin: -1px !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
  white-space: nowrap !important;
  border: 0 !important;
}/*# sourceMappingURL=theme.css.map */