/*!
Theme Name: Customify
Theme URI: https://pressmaximum.last-d07d/customify
Author: WPCustomify
Author URI: https://pressmaximum.last-d07d
Description: Customify is fast, lightweight, responsive and super flexible multipurpose theme built with SEO, speed, and usability in mind. Unleash the power of your imagination with a true WYSIWYG Header & Footer builder (inside the WordPress Customizer) built exclusively for this theme. The theme works great with any of your favorite page builder likes Elementor, Beaver Builder, SiteOrigin, Thrive Architect, Divi, Visual Composer, etc. Combined with the Header & Footer builder, you can build any type of websites like shop, business agencies, corporate, portfolio, education, university portal, consulting, church, restaurant, medical and so on. Customify is compatible with all well-coded plugins, including major ones like WooCommerce, OrbitFox, Yoast, BuddyPress, bbPress, etc. Learn more about the theme and ready to import demo sites at https://pressmaximum.last-d07d/customify
Version: 0.3.7
License: GNU General Public License v2 or later
License URI: http://www.media-2970.article-inner-7bec/licenses/gpl-2.0.red_2323
Text Domain: customify
Domain Path: /languages
Tested up to: 5.5.1
Requires PHP: 5.6
Tags: custom-background, custom-logo, custom-menu, featured-images, flexible-header, footer-widgets, full-width-template, sticky-post, theme-options, threaded-comments, translation-ready, one-column, two-columns, three-columns, left-sidebar, right-sidebar, e-commerce, blog
 This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.
 Customify is based on Underscores http://underscores.accordion-9ed6/, (C) 2012-2016 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.
 Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal http://necolas.gradient_huge_8c03.dark_23ea/normalize.column_active_d217/
 ======
Note: Do not edit this file. If you wish to add your own CSS we strongly recommend creating your own child theme, or installing a custom CSS plugin.
======
*/ /*! normalize.column_active_d217 v7.0.0 | MIT License | github.last-d07d/necolas/normalize.column_active_d217 */
html {
  line-height: 1.15;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}
body {
  margin: 0;
}
article,
aside,
footer,
header,
nav,
section {
  display: block;
}
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
figcaption,
figure,
main {
  display: block;
}
figure {
  margin: 1em 40px;
}
hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}
pre {
  font-family: monospace, monospace;
  font-size: 1em;
}
a {
  background-color: transparent;
  -webkit-text-decoration-skip: objects;
}
abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted;
}
b,
strong {
  font-weight: inherit;
}
b,
strong {
  font-weight: bolder;
}
code,
kbd,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}
dfn {
  font-style: italic;
}
mark {
  background-color: #ff0;
  color: #000;
}
small {
  font-size: 80%;
}
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sub {
  bottom: -0.25em;
}
sup {
  top: -0.5em;
}
audio,
video {
  display: inline-block;
}
audio:not([controls]) {
  display: none;
  height: 0;
}
img {
  border-style: none;
}
svg:not(:root) {
  overflow: hidden;
}
button,
input,
optgroup,
select,
textarea {
  font-family: sans-serif;
  font-size: 100%;
  line-height: 1.15;
  margin: 0;
}
button,
input {
  overflow: visible;
}
button,
select {
  text-transform: none;
}
[type="reset"],
[type="submit"],
button,
html [type="button"] {
  -webkit-appearance: button;
}
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner,
button::-moz-focus-inner {
  border-style: none;
  padding: 0;
}
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring,
button:-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 {
  display: inline-block;
  vertical-align: baseline;
}
textarea {
  overflow: auto;
}
[type="checkbox"],
[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
[type="search"] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}
[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}
details,
menu {
  display: block;
}
summary {
  display: list-item;
}
canvas {
  display: inline-block;
}
template {
  display: none;
}
[hidden] {
  display: none;
}
[class*="customify-grid-"],
[class*="customify-grid_"],
[class~="customify-grid"] {
  box-sizing: border-box;
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  flex-flow: row wrap;
  margin: 0 -1em;
}
[class*="customify-col-"],
[class*="customify-col_"],
[class~="customify-col"] {
  box-sizing: border-box;
  padding: 0 1em 0;
  max-width: 100%;
}
[class*="customify-col_"],
[class~="customify-col"] {
  -webkit-box-flex: 1;
  flex: 1 1 0%;
}
[class*="customify-col-"] {
  -webkit-box-flex: 0;
  flex: none;
}
[class*="customify-grid-"][class*="customify-col-"],
[class*="customify-grid-"][class*="customify-col_"],
[class*="customify-grid-"][class~="customify-col"],
[class*="customify-grid_"][class*="customify-col-"],
[class*="customify-grid_"][class*="customify-col_"],
[class*="customify-grid_"][class~="customify-col"],
[class~="customify-grid"][class*="customify-col-"],
[class~="customify-grid"][class*="customify-col_"],
[class~="customify-grid"][class~="customify-col"] {
  margin: 0;
  padding: 0;
}
[class*="customify-grid-"][class*="-noGutter"] {
  margin: 0;
}
[class*="customify-grid-"][class*="-noGutter"] > [class*="customify-col-"],
[class*="customify-grid-"][class*="-noGutter"] > [class~="customify-col"] {
  padding: 0;
}
[class*="customify-grid-"][class*="-noWrap"] {
  flex-wrap: nowrap;
}
[class*="customify-grid-"][class*="-center"] {
  -webkit-box-pack: center;
  justify-content: center;
}
[class*="customify-grid-"][class*="-right"] {
  -webkit-box-pack: end;
  justify-content: flex-end;
  align-self: flex-end;
  margin-left: auto;
}
[class*="customify-grid-"][class*="-top"] {
  -webkit-box-align: start;
  align-items: flex-start;
}
[class*="customify-grid-"][class*="-middle"] {
  -webkit-box-align: center;
  align-items: center;
}
[class*="customify-grid-"][class*="-bottom"] {
  -webkit-box-align: end;
  align-items: flex-end;
}
[class*="customify-grid-"][class*="-reverse"] {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  flex-direction: row-reverse;
}
[class*="customify-grid-"][class*="-column"] {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
}
[class*="customify-grid-"][class*="-column"] > [class*="customify-col-"] {
  flex-basis: auto;
}
[class*="customify-grid-"][class*="-column-reverse"] {
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
  flex-direction: column-reverse;
}
[class*="customify-grid-"][class*="-spaceBetween"] {
  -webkit-box-pack: justify;
  justify-content: space-between;
}
[class*="customify-grid-"][class*="-spaceAround"] {
  justify-content: space-around;
}
[class*="customify-grid-"][class*="-equalHeight"] > [class*="customify-col-"],
[class*="customify-grid-"][class*="-equalHeight"] > [class*="customify-col_"],
[class*="customify-grid-"][class*="-equalHeight"] > [class~="customify-col"] {
  align-self: stretch;
}
[class*="customify-grid-"][class*="-equalHeight"]
  > [class*="customify-col-"]
  > *,
[class*="customify-grid-"][class*="-equalHeight"]
  > [class*="customify-col_"]
  > *,
[class*="customify-grid-"][class*="-equalHeight"]
  > [class~="customify-col"]
  > * {
  height: 100%;
}
[class*="customify-grid-"][class*="-noBottom"] > [class*="customify-col-"],
[class*="customify-grid-"][class*="-noBottom"] > [class*="customify-col_"],
[class*="customify-grid-"][class*="-noBottom"] > [class~="customify-col"] {
  padding-bottom: 0;
}
[class*="customify-col-"][class*="-top"] {
  align-self: flex-start;
}
[class*="customify-col-"][class*="-middle"] {
  align-self: center;
}
[class*="customify-col-"][class*="-bottom"] {
  align-self: flex-end;
}
[class*="customify-col-"][class*="-secon"] {
  -webkit-box-ordinal-group: 0;
  order: -1;
}
[class*="customify-col-"][class*="-last"] {
  -webkit-box-ordinal-group: 2;
  order: 1;
}
[class*="customify-grid-1"] > [class*="customify-col-"],
[class*="customify-grid-1"] > [class*="customify-col_"],
[class*="customify-grid-1"] > [class~="customify-col"] {
  flex-basis: 100%;
  max-width: 100%;
}
[class*="customify-grid-2"] > [class*="customify-col-"],
[class*="customify-grid-2"] > [class*="customify-col_"],
[class*="customify-grid-2"] > [class~="customify-col"] {
  flex-basis: 50%;
  max-width: 50%;
}
[class*="customify-grid-3"] > [class*="customify-col-"],
[class*="customify-grid-3"] > [class*="customify-col_"],
[class*="customify-grid-3"] > [class~="customify-col"] {
  flex-basis: 33.3333333333%;
  max-width: 33.3333333333%;
}
[class*="customify-grid-4"] > [class*="customify-col-"],
[class*="customify-grid-4"] > [class*="customify-col_"],
[class*="customify-grid-4"] > [class~="customify-col"] {
  flex-basis: 25%;
  max-width: 25%;
}
[class*="customify-grid-5"] > [class*="customify-col-"],
[class*="customify-grid-5"] > [class*="customify-col_"],
[class*="customify-grid-5"] > [class~="customify-col"] {
  flex-basis: 20%;
  max-width: 20%;
}
[class*="customify-grid-6"] > [class*="customify-col-"],
[class*="customify-grid-6"] > [class*="customify-col_"],
[class*="customify-grid-6"] > [class~="customify-col"] {
  flex-basis: 16.6666666667%;
  max-width: 16.6666666667%;
}
[class*="customify-grid-7"] > [class*="customify-col-"],
[class*="customify-grid-7"] > [class*="customify-col_"],
[class*="customify-grid-7"] > [class~="customify-col"] {
  flex-basis: 14.2857142857%;
  max-width: 14.2857142857%;
}
[class*="customify-grid-8"] > [class*="customify-col-"],
[class*="customify-grid-8"] > [class*="customify-col_"],
[class*="customify-grid-8"] > [class~="customify-col"] {
  flex-basis: 12.5%;
  max-width: 12.5%;
}
[class*="customify-grid-9"] > [class*="customify-col-"],
[class*="customify-grid-9"] > [class*="customify-col_"],
[class*="customify-grid-9"] > [class~="customify-col"] {
  flex-basis: 11.1111111111%;
  max-width: 11.1111111111%;
}
[class*="customify-grid-10"] > [class*="customify-col-"],
[class*="customify-grid-10"] > [class*="customify-col_"],
[class*="customify-grid-10"] > [class~="customify-col"] {
  flex-basis: 10%;
  max-width: 10%;
}
[class*="customify-grid-11"] > [class*="customify-col-"],
[class*="customify-grid-11"] > [class~="customify-col"] {
  flex-basis: 9.0909090909%;
  max-width: 9.0909090909%;
}
[class*="customify-grid-12"] > [class*="customify-col-"],
[class*="customify-grid-12"] > [class*="customify-col_"],
[class*="customify-grid-12"] > [class~="customify-col"] {
  flex-basis: 8.3333333333%;
  max-width: 8.3333333333%;
}
@media screen and (max-width: 80em) {
  [class*="_lg-1"] > [class*="customify-col-"],
  [class*="_lg-1"] > [class*="customify-col_"],
  [class*="_lg-1"] > [class~="customify-col"] {
    flex-basis: 100%;
    max-width: 100%;
  }
  [class*="_lg-2"] > [class*="customify-col-"],
  [class*="_lg-2"] > [class*="customify-col_"],
  [class*="_lg-2"] > [class~="customify-col"] {
    flex-basis: 50%;
    max-width: 50%;
  }
  [class*="_lg-3"] > [class*="customify-col-"],
  [class*="_lg-3"] > [class*="customify-col_"],
  [class*="_lg-3"] > [class~="customify-col"] {
    flex-basis: 33.3333333333%;
    max-width: 33.3333333333%;
  }
  [class*="_lg-4"] > [class*="customify-col-"],
  [class*="_lg-4"] > [class*="customify-col_"],
  [class*="_lg-4"] > [class~="customify-col"] {
    flex-basis: 25%;
    max-width: 25%;
  }
  [class*="_lg-5"] > [class*="customify-col-"],
  [class*="_lg-5"] > [class*="customify-col_"],
  [class*="_lg-5"] > [class~="customify-col"] {
    flex-basis: 20%;
    max-width: 20%;
  }
  [class*="_lg-6"] > [class*="customify-col-"],
  [class*="_lg-6"] > [class*="customify-col_"],
  [class*="_lg-6"] > [class~="customify-col"] {
    flex-basis: 16.6666666667%;
    max-width: 16.6666666667%;
  }
  [class*="_lg-7"] > [class*="customify-col-"],
  [class*="_lg-7"] > [class*="customify-col_"],
  [class*="_lg-7"] > [class~="customify-col"] {
    flex-basis: 14.2857142857%;
    max-width: 14.2857142857%;
  }
  [class*="_lg-8"] > [class*="customify-col-"],
  [class*="_lg-8"] > [class*="customify-col_"],
  [class*="_lg-8"] > [class~="customify-col"] {
    flex-basis: 12.5%;
    max-width: 12.5%;
  }
  [class*="_lg-9"] > [class*="customify-col-"],
  [class*="_lg-9"] > [class*="customify-col_"],
  [class*="_lg-9"] > [class~="customify-col"] {
    flex-basis: 11.1111111111%;
    max-width: 11.1111111111%;
  }
  [class*="_lg-10"] > [class*="customify-col-"],
  [class*="_lg-10"] > [class*="customify-col_"],
  [class*="_lg-10"] > [class~="customify-col"] {
    flex-basis: 10%;
    max-width: 10%;
  }
  [class*="_lg-11"] > [class*="customify-col-"],
  [class*="_lg-11"] > [class~="customify-col"] {
    flex-basis: 9.0909090909%;
    max-width: 9.0909090909%;
  }
  [class*="_lg-12"] > [class*="customify-col-"],
  [class*="_lg-12"] > [class*="customify-col_"],
  [class*="_lg-12"] > [class~="customify-col"] {
    flex-basis: 8.3333333333%;
    max-width: 8.3333333333%;
  }
}
@media screen and (max-width: 64em) {
  [class*="_md-1"] > [class*="customify-col-"],
  [class*="_md-1"] > [class*="customify-col_"],
  [class*="_md-1"] > [class~="customify-col"] {
    flex-basis: 100%;
    max-width: 100%;
  }
  [class*="_md-2"] > [class*="customify-col-"],
  [class*="_md-2"] > [class*="customify-col_"],
  [class*="_md-2"] > [class~="customify-col"] {
    flex-basis: 50%;
    max-width: 50%;
  }
  [class*="_md-3"] > [class*="customify-col-"],
  [class*="_md-3"] > [class*="customify-col_"],
  [class*="_md-3"] > [class~="customify-col"] {
    flex-basis: 33.3333333333%;
    max-width: 33.3333333333%;
  }
  [class*="_md-4"] > [class*="customify-col-"],
  [class*="_md-4"] > [class*="customify-col_"],
  [class*="_md-4"] > [class~="customify-col"] {
    flex-basis: 25%;
    max-width: 25%;
  }
  [class*="_md-5"] > [class*="customify-col-"],
  [class*="_md-5"] > [class*="customify-col_"],
  [class*="_md-5"] > [class~="customify-col"] {
    flex-basis: 20%;
    max-width: 20%;
  }
  [class*="_md-6"] > [class*="customify-col-"],
  [class*="_md-6"] > [class*="customify-col_"],
  [class*="_md-6"] > [class~="customify-col"] {
    flex-basis: 16.6666666667%;
    max-width: 16.6666666667%;
  }
  [class*="_md-7"] > [class*="customify-col-"],
  [class*="_md-7"] > [class*="customify-col_"],
  [class*="_md-7"] > [class~="customify-col"] {
    flex-basis: 14.2857142857%;
    max-width: 14.2857142857%;
  }
  [class*="_md-8"] > [class*="customify-col-"],
  [class*="_md-8"] > [class*="customify-col_"],
  [class*="_md-8"] > [class~="customify-col"] {
    flex-basis: 12.5%;
    max-width: 12.5%;
  }
  [class*="_md-9"] > [class*="customify-col-"],
  [class*="_md-9"] > [class*="customify-col_"],
  [class*="_md-9"] > [class~="customify-col"] {
    flex-basis: 11.1111111111%;
    max-width: 11.1111111111%;
  }
  [class*="_md-10"] > [class*="customify-col-"],
  [class*="_md-10"] > [class*="customify-col_"],
  [class*="_md-10"] > [class~="customify-col"] {
    flex-basis: 10%;
    max-width: 10%;
  }
  [class*="_md-11"] > [class*="customify-col-"],
  [class*="_md-11"] > [class~="customify-col"] {
    flex-basis: 9.0909090909%;
    max-width: 9.0909090909%;
  }
  [class*="_md-12"] > [class*="customify-col-"],
  [class*="_md-12"] > [class*="customify-col_"],
  [class*="_md-12"] > [class~="customify-col"] {
    flex-basis: 8.3333333333%;
    max-width: 8.3333333333%;
  }
}
@media screen and (max-width: 48em) {
  [class*="_sm-1"] > [class*="customify-col-"],
  [class*="_sm-1"] > [class*="customify-col_"],
  [class*="_sm-1"] > [class~="customify-col"] {
    flex-basis: 100%;
    max-width: 100%;
  }
  [class*="_sm-2"] > [class*="customify-col-"],
  [class*="_sm-2"] > [class*="customify-col_"],
  [class*="_sm-2"] > [class~="customify-col"] {
    flex-basis: 50%;
    max-width: 50%;
  }
  [class*="_sm-3"] > [class*="customify-col-"],
  [class*="_sm-3"] > [class*="customify-col_"],
  [class*="_sm-3"] > [class~="customify-col"] {
    flex-basis: 33.3333333333%;
    max-width: 33.3333333333%;
  }
  [class*="_sm-4"] > [class*="customify-col-"],
  [class*="_sm-4"] > [class*="customify-col_"],
  [class*="_sm-4"] > [class~="customify-col"] {
    flex-basis: 25%;
    max-width: 25%;
  }
  [class*="_sm-5"] > [class*="customify-col-"],
  [class*="_sm-5"] > [class*="customify-col_"],
  [class*="_sm-5"] > [class~="customify-col"] {
    flex-basis: 20%;
    max-width: 20%;
  }
  [class*="_sm-6"] > [class*="customify-col-"],
  [class*="_sm-6"] > [class*="customify-col_"],
  [class*="_sm-6"] > [class~="customify-col"] {
    flex-basis: 16.6666666667%;
    max-width: 16.6666666667%;
  }
  [class*="_sm-7"] > [class*="customify-col-"],
  [class*="_sm-7"] > [class*="customify-col_"],
  [class*="_sm-7"] > [class~="customify-col"] {
    flex-basis: 14.2857142857%;
    max-width: 14.2857142857%;
  }
  [class*="_sm-8"] > [class*="customify-col-"],
  [class*="_sm-8"] > [class*="customify-col_"],
  [class*="_sm-8"] > [class~="customify-col"] {
    flex-basis: 12.5%;
    max-width: 12.5%;
  }
  [class*="_sm-9"] > [class*="customify-col-"],
  [class*="_sm-9"] > [class*="customify-col_"],
  [class*="_sm-9"] > [class~="customify-col"] {
    flex-basis: 11.1111111111%;
    max-width: 11.1111111111%;
  }
  [class*="_sm-10"] > [class*="customify-col-"],
  [class*="_sm-10"] > [class*="customify-col_"],
  [class*="_sm-10"] > [class~="customify-col"] {
    flex-basis: 10%;
    max-width: 10%;
  }
  [class*="_sm-11"] > [class*="customify-col-"],
  [class*="_sm-11"] > [class~="customify-col"] {
    flex-basis: 9.0909090909%;
    max-width: 9.0909090909%;
  }
  [class*="_sm-12"] > [class*="customify-col-"],
  [class*="_sm-12"] > [class*="customify-col_"],
  [class*="_sm-12"] > [class~="customify-col"] {
    flex-basis: 8.3333333333%;
    max-width: 8.3333333333%;
  }
}
@media screen and (max-width: 35.5em) {
  [class*="_xs-1"] > [class*="customify-col-"],
  [class*="_xs-1"] > [class*="customify-col_"],
  [class*="_xs-1"] > [class~="customify-col"] {
    flex-basis: 100%;
    max-width: 100%;
  }
  [class*="_xs-2"] > [class*="customify-col-"],
  [class*="_xs-2"] > [class*="customify-col_"],
  [class*="_xs-2"] > [class~="customify-col"] {
    flex-basis: 50%;
    max-width: 50%;
  }
  [class*="_xs-3"] > [class*="customify-col-"],
  [class*="_xs-3"] > [class*="customify-col_"],
  [class*="_xs-3"] > [class~="customify-col"] {
    flex-basis: 33.3333333333%;
    max-width: 33.3333333333%;
  }
  [class*="_xs-4"] > [class*="customify-col-"],
  [class*="_xs-4"] > [class*="customify-col_"],
  [class*="_xs-4"] > [class~="customify-col"] {
    flex-basis: 25%;
    max-width: 25%;
  }
  [class*="_xs-5"] > [class*="customify-col-"],
  [class*="_xs-5"] > [class*="customify-col_"],
  [class*="_xs-5"] > [class~="customify-col"] {
    flex-basis: 20%;
    max-width: 20%;
  }
  [class*="_xs-6"] > [class*="customify-col-"],
  [class*="_xs-6"] > [class*="customify-col_"],
  [class*="_xs-6"] > [class~="customify-col"] {
    flex-basis: 16.6666666667%;
    max-width: 16.6666666667%;
  }
  [class*="_xs-7"] > [class*="customify-col-"],
  [class*="_xs-7"] > [class*="customify-col_"],
  [class*="_xs-7"] > [class~="customify-col"] {
    flex-basis: 14.2857142857%;
    max-width: 14.2857142857%;
  }
  [class*="_xs-8"] > [class*="customify-col-"],
  [class*="_xs-8"] > [class*="customify-col_"],
  [class*="_xs-8"] > [class~="customify-col"] {
    flex-basis: 12.5%;
    max-width: 12.5%;
  }
  [class*="_xs-9"] > [class*="customify-col-"],
  [class*="_xs-9"] > [class*="customify-col_"],
  [class*="_xs-9"] > [class~="customify-col"] {
    flex-basis: 11.1111111111%;
    max-width: 11.1111111111%;
  }
  [class*="_xs-10"] > [class*="customify-col-"],
  [class*="_xs-10"] > [class*="customify-col_"],
  [class*="_xs-10"] > [class~="customify-col"] {
    flex-basis: 10%;
    max-width: 10%;
  }
  [class*="_xs-11"] > [class*="customify-col-"],
  [class*="_xs-11"] > [class~="customify-col"] {
    flex-basis: 9.0909090909%;
    max-width: 9.0909090909%;
  }
  [class*="_xs-12"] > [class*="customify-col-"],
  [class*="_xs-12"] > [class*="customify-col_"],
  [class*="_xs-12"] > [class~="customify-col"] {
    flex-basis: 8.3333333333%;
    max-width: 8.3333333333%;
  }
}
[class*="customify-grid-"] > [class*="customify-col-1"],
[class*="customify-grid_"] > [class*="customify-col-1"],
[class~="customify-grid"] > [class*="customify-col-1"] {
  flex-basis: 8.3333333333%;
  max-width: 8.3333333333%;
}
[class*="customify-grid-"] > [class*="customify-col-2"],
[class*="customify-grid_"] > [class*="customify-col-2"],
[class~="customify-grid"] > [class*="customify-col-2"] {
  flex-basis: 16.6666666667%;
  max-width: 16.6666666667%;
}
[class*="customify-grid-"] > [class*="customify-col-3"],
[class*="customify-grid_"] > [class*="customify-col-3"],
[class~="customify-grid"] > [class*="customify-col-3"] {
  flex-basis: 25%;
  max-width: 25%;
}
[class*="customify-grid-"] > [class*="customify-col-4"],
[class*="customify-grid_"] > [class*="customify-col-4"],
[class~="customify-grid"] > [class*="customify-col-4"] {
  flex-basis: 33.3333333333%;
  max-width: 33.3333333333%;
}
[class*="customify-grid-"] > [class*="customify-col-5"],
[class*="customify-grid_"] > [class*="customify-col-5"],
[class~="customify-grid"] > [class*="customify-col-5"] {
  flex-basis: 41.6666666667%;
  max-width: 41.6666666667%;
}
[class*="customify-grid-"] > [class*="customify-col-6"],
[class*="customify-grid_"] > [class*="customify-col-6"],
[class~="customify-grid"] > [class*="customify-col-6"] {
  flex-basis: 50%;
  max-width: 50%;
}
[class*="customify-grid-"] > [class*="customify-col-7"],
[class*="customify-grid_"] > [class*="customify-col-7"],
[class~="customify-grid"] > [class*="customify-col-7"] {
  flex-basis: 58.3333333333%;
  max-width: 58.3333333333%;
}
[class*="customify-grid-"] > [class*="customify-col-8"],
[class*="customify-grid_"] > [class*="customify-col-8"],
[class~="customify-grid"] > [class*="customify-col-8"] {
  flex-basis: 66.6666666667%;
  max-width: 66.6666666667%;
}
[class*="customify-grid-"] > [class*="customify-col-9"],
[class*="customify-grid_"] > [class*="customify-col-9"],
[class~="customify-grid"] > [class*="customify-col-9"] {
  flex-basis: 75%;
  max-width: 75%;
}
[class*="customify-grid-"] > [class*="customify-col-10"],
[class*="customify-grid_"] > [class*="customify-col-10"],
[class~="customify-grid"] > [class*="customify-col-10"] {
  flex-basis: 83.3333333333%;
  max-width: 83.3333333333%;
}
[class*="customify-grid-"] > [class*="customify-col-11"],
[class*="customify-grid_"] > [class*="customify-col-11"],
[class~="customify-grid"] > [class*="customify-col-11"] {
  flex-basis: 91.6666666667%;
  max-width: 91.6666666667%;
}
[class*="customify-grid-"] > [class*="customify-col-12"],
[class*="customify-grid_"] > [class*="customify-col-12"],
[class~="customify-grid"] > [class*="customify-col-12"] {
  flex-basis: 100%;
  max-width: 100%;
}
[class*="customify-grid-"] > [data-push-left*="off-0"],
[class*="customify-grid_"] > [data-push-left*="off-0"],
[class~="customify-grid"] > [data-push-left*="off-0"] {
  margin-left: 0;
}
[class*="customify-grid-"] > [data-push-left*="off-1"],
[class*="customify-grid_"] > [data-push-left*="off-1"],
[class~="customify-grid"] > [data-push-left*="off-1"] {
  margin-left: 8.3333333333%;
}
[class*="customify-grid-"] > [data-push-left*="off-2"],
[class*="customify-grid_"] > [data-push-left*="off-2"],
[class~="customify-grid"] > [data-push-left*="off-2"] {
  margin-left: 16.6666666667%;
}
[class*="customify-grid-"] > [data-push-left*="off-3"],
[class*="customify-grid_"] > [data-push-left*="off-3"],
[class~="customify-grid"] > [data-push-left*="off-3"] {
  margin-left: 25%;
}
[class*="customify-grid-"] > [data-push-left*="off-4"],
[class*="customify-grid_"] > [data-push-left*="off-4"],
[class~="customify-grid"] > [data-push-left*="off-4"] {
  margin-left: 33.3333333333%;
}
[class*="customify-grid-"] > [data-push-left*="off-5"],
[class*="customify-grid_"] > [data-push-left*="off-5"],
[class~="customify-grid"] > [data-push-left*="off-5"] {
  margin-left: 41.6666666667%;
}
[class*="customify-grid-"] > [data-push-left*="off-6"],
[class*="customify-grid_"] > [data-push-left*="off-6"],
[class~="customify-grid"] > [data-push-left*="off-6"] {
  margin-left: 50%;
}
[class*="customify-grid-"] > [data-push-left*="off-7"],
[class*="customify-grid_"] > [data-push-left*="off-7"],
[class~="customify-grid"] > [data-push-left*="off-7"] {
  margin-left: 58.3333333333%;
}
[class*="customify-grid-"] > [data-push-left*="off-8"],
[class*="customify-grid_"] > [data-push-left*="off-8"],
[class~="customify-grid"] > [data-push-left*="off-8"] {
  margin-left: 66.6666666667%;
}
[class*="customify-grid-"] > [data-push-left*="off-9"],
[class*="customify-grid_"] > [data-push-left*="off-9"],
[class~="customify-grid"] > [data-push-left*="off-9"] {
  margin-left: 75%;
}
[class*="customify-grid-"] > [data-push-left*="off-10"],
[class*="customify-grid_"] > [data-push-left*="off-10"],
[class~="customify-grid"] > [data-push-left*="off-10"] {
  margin-left: 83.3333333333%;
}
[class*="customify-grid-"] > [data-push-left*="off-11"],
[class*="customify-grid_"] > [data-push-left*="off-11"],
[class~="customify-grid"] > [data-push-left*="off-11"] {
  margin-left: 91.6666666667%;
}
[class*="customify-grid-"] > [data-push-right*="off-0"],
[class*="customify-grid_"] > [data-push-right*="off-0"],
[class~="customify-grid"] > [data-push-right*="off-0"] {
  margin-right: 0;
}
[class*="customify-grid-"] > [data-push-right*="off-1"],
[class*="customify-grid_"] > [data-push-right*="off-1"],
[class~="customify-grid"] > [data-push-right*="off-1"] {
  margin-right: 8.3333333333%;
}
[class*="customify-grid-"] > [data-push-right*="off-2"],
[class*="customify-grid_"] > [data-push-right*="off-2"],
[class~="customify-grid"] > [data-push-right*="off-2"] {
  margin-right: 16.6666666667%;
}
[class*="customify-grid-"] > [data-push-right*="off-3"],
[class*="customify-grid_"] > [data-push-right*="off-3"],
[class~="customify-grid"] > [data-push-right*="off-3"] {
  margin-right: 25%;
}
[class*="customify-grid-"] > [data-push-right*="off-4"],
[class*="customify-grid_"] > [data-push-right*="off-4"],
[class~="customify-grid"] > [data-push-right*="off-4"] {
  margin-right: 33.3333333333%;
}
[class*="customify-grid-"] > [data-push-right*="off-5"],
[class*="customify-grid_"] > [data-push-right*="off-5"],
[class~="customify-grid"] > [data-push-right*="off-5"] {
  margin-right: 41.6666666667%;
}
[class*="customify-grid-"] > [data-push-right*="off-6"],
[class*="customify-grid_"] > [data-push-right*="off-6"],
[class~="customify-grid"] > [data-push-right*="off-6"] {
  margin-right: 50%;
}
[class*="customify-grid-"] > [data-push-right*="off-7"],
[class*="customify-grid_"] > [data-push-right*="off-7"],
[class~="customify-grid"] > [data-push-right*="off-7"] {
  margin-right: 58.3333333333%;
}
[class*="customify-grid-"] > [data-push-right*="off-8"],
[class*="customify-grid_"] > [data-push-right*="off-8"],
[class~="customify-grid"] > [data-push-right*="off-8"] {
  margin-right: 66.6666666667%;
}
[class*="customify-grid-"] > [data-push-right*="off-9"],
[class*="customify-grid_"] > [data-push-right*="off-9"],
[class~="customify-grid"] > [data-push-right*="off-9"] {
  margin-right: 75%;
}
[class*="customify-grid-"] > [data-push-right*="off-10"],
[class*="customify-grid_"] > [data-push-right*="off-10"],
[class~="customify-grid"] > [data-push-right*="off-10"] {
  margin-right: 83.3333333333%;
}
[class*="customify-grid-"] > [data-push-right*="off-11"],
[class*="customify-grid_"] > [data-push-right*="off-11"],
[class~="customify-grid"] > [data-push-right*="off-11"] {
  margin-right: 91.6666666667%;
}
@media screen and (max-width: 80em) {
  [class*="customify-grid-"] > [class*="_lg-1"],
  [class*="customify-grid_"] > [class*="_lg-1"],
  [class~="customify-grid"] > [class*="_lg-1"] {
    flex-basis: 8.3333333333%;
    max-width: 8.3333333333%;
  }
  [class*="customify-grid-"] > [class*="_lg-2"],
  [class*="customify-grid_"] > [class*="_lg-2"],
  [class~="customify-grid"] > [class*="_lg-2"] {
    flex-basis: 16.6666666667%;
    max-width: 16.6666666667%;
  }
  [class*="customify-grid-"] > [class*="_lg-3"],
  [class*="customify-grid_"] > [class*="_lg-3"],
  [class~="customify-grid"] > [class*="_lg-3"] {
    flex-basis: 25%;
    max-width: 25%;
  }
  [class*="customify-grid-"] > [class*="_lg-4"],
  [class*="customify-grid_"] > [class*="_lg-4"],
  [class~="customify-grid"] > [class*="_lg-4"] {
    flex-basis: 33.3333333333%;
    max-width: 33.3333333333%;
  }
  [class*="customify-grid-"] > [class*="_lg-5"],
  [class*="customify-grid_"] > [class*="_lg-5"],
  [class~="customify-grid"] > [class*="_lg-5"] {
    flex-basis: 41.6666666667%;
    max-width: 41.6666666667%;
  }
  [class*="customify-grid-"] > [class*="_lg-6"],
  [class*="customify-grid_"] > [class*="_lg-6"],
  [class~="customify-grid"] > [class*="_lg-6"] {
    flex-basis: 50%;
    max-width: 50%;
  }
  [class*="customify-grid-"] > [class*="_lg-7"],
  [class*="customify-grid_"] > [class*="_lg-7"],
  [class~="customify-grid"] > [class*="_lg-7"] {
    flex-basis: 58.3333333333%;
    max-width: 58.3333333333%;
  }
  [class*="customify-grid-"] > [class*="_lg-8"],
  [class*="customify-grid_"] > [class*="_lg-8"],
  [class~="customify-grid"] > [class*="_lg-8"] {
    flex-basis: 66.6666666667%;
    max-width: 66.6666666667%;
  }
  [class*="customify-grid-"] > [class*="_lg-9"],
  [class*="customify-grid_"] > [class*="_lg-9"],
  [class~="customify-grid"] > [class*="_lg-9"] {
    flex-basis: 75%;
    max-width: 75%;
  }
  [class*="customify-grid-"] > [class*="_lg-10"],
  [class*="customify-grid_"] > [class*="_lg-10"],
  [class~="customify-grid"] > [class*="_lg-10"] {
    flex-basis: 83.3333333333%;
    max-width: 83.3333333333%;
  }
  [class*="customify-grid-"] > [class*="_lg-11"],
  [class*="customify-grid_"] > [class*="_lg-11"],
  [class~="customify-grid"] > [class*="_lg-11"] {
    flex-basis: 91.6666666667%;
    max-width: 91.6666666667%;
  }
  [class*="customify-grid-"] > [class*="_lg-12"],
  [class*="customify-grid_"] > [class*="_lg-12"],
  [class~="customify-grid"] > [class*="_lg-12"] {
    flex-basis: 100%;
    max-width: 100%;
  }
  [class*="customify-grid-"] > [data-push-left*="_lg-0"],
  [class*="customify-grid_"] > [data-push-left*="_lg-0"],
  [class~="customify-grid"] > [data-push-left*="_lg-0"] {
    margin-left: 0;
  }
  [class*="customify-grid-"] > [data-push-left*="_lg-1"],
  [class*="customify-grid_"] > [data-push-left*="_lg-1"],
  [class~="customify-grid"] > [data-push-left*="_lg-1"] {
    margin-left: 8.3333333333%;
  }
  [class*="customify-grid-"] > [data-push-left*="_lg-2"],
  [class*="customify-grid_"] > [data-push-left*="_lg-2"],
  [class~="customify-grid"] > [data-push-left*="_lg-2"] {
    margin-left: 16.6666666667%;
  }
  [class*="customify-grid-"] > [data-push-left*="_lg-3"],
  [class*="customify-grid_"] > [data-push-left*="_lg-3"],
  [class~="customify-grid"] > [data-push-left*="_lg-3"] {
    margin-left: 25%;
  }
  [class*="customify-grid-"] > [data-push-left*="_lg-4"],
  [class*="customify-grid_"] > [data-push-left*="_lg-4"],
  [class~="customify-grid"] > [data-push-left*="_lg-4"] {
    margin-left: 33.3333333333%;
  }
  [class*="customify-grid-"] > [data-push-left*="_lg-5"],
  [class*="customify-grid_"] > [data-push-left*="_lg-5"],
  [class~="customify-grid"] > [data-push-left*="_lg-5"] {
    margin-left: 41.6666666667%;
  }
  [class*="customify-grid-"] > [data-push-left*="_lg-6"],
  [class*="customify-grid_"] > [data-push-left*="_lg-6"],
  [class~="customify-grid"] > [data-push-left*="_lg-6"] {
    margin-left: 50%;
  }
  [class*="customify-grid-"] > [data-push-left*="_lg-7"],
  [class*="customify-grid_"] > [data-push-left*="_lg-7"],
  [class~="customify-grid"] > [data-push-left*="_lg-7"] {
    margin-left: 58.3333333333%;
  }
  [class*="customify-grid-"] > [data-push-left*="_lg-8"],
  [class*="customify-grid_"] > [data-push-left*="_lg-8"],
  [class~="customify-grid"] > [data-push-left*="_lg-8"] {
    margin-left: 66.6666666667%;
  }
  [class*="customify-grid-"] > [data-push-left*="_lg-9"],
  [class*="customify-grid_"] > [data-push-left*="_lg-9"],
  [class~="customify-grid"] > [data-push-left*="_lg-9"] {
    margin-left: 75%;
  }
  [class*="customify-grid-"] > [data-push-left*="_lg-10"],
  [class*="customify-grid_"] > [data-push-left*="_lg-10"],
  [class~="customify-grid"] > [data-push-left*="_lg-10"] {
    margin-left: 83.3333333333%;
  }
  [class*="customify-grid-"] > [data-push-left*="_lg-11"],
  [class*="customify-grid_"] > [data-push-left*="_lg-11"],
  [class~="customify-grid"] > [data-push-left*="_lg-11"] {
    margin-left: 91.6666666667%;
  }
  [class*="customify-grid-"] > [data-push-right*="_lg-0"],
  [class*="customify-grid_"] > [data-push-right*="_lg-0"],
  [class~="customify-grid"] > [data-push-right*="_lg-0"] {
    margin-right: 0;
  }
  [class*="customify-grid-"] > [data-push-right*="_lg-1"],
  [class*="customify-grid_"] > [data-push-right*="_lg-1"],
  [class~="customify-grid"] > [data-push-right*="_lg-1"] {
    margin-right: 8.3333333333%;
  }
  [class*="customify-grid-"] > [data-push-right*="_lg-2"],
  [class*="customify-grid_"] > [data-push-right*="_lg-2"],
  [class~="customify-grid"] > [data-push-right*="_lg-2"] {
    margin-right: 16.6666666667%;
  }
  [class*="customify-grid-"] > [data-push-right*="_lg-3"],
  [class*="customify-grid_"] > [data-push-right*="_lg-3"],
  [class~="customify-grid"] > [data-push-right*="_lg-3"] {
    margin-right: 25%;
  }
  [class*="customify-grid-"] > [data-push-right*="_lg-4"],
  [class*="customify-grid_"] > [data-push-right*="_lg-4"],
  [class~="customify-grid"] > [data-push-right*="_lg-4"] {
    margin-right: 33.3333333333%;
  }
  [class*="customify-grid-"] > [data-push-right*="_lg-5"],
  [class*="customify-grid_"] > [data-push-right*="_lg-5"],
  [class~="customify-grid"] > [data-push-right*="_lg-5"] {
    margin-right: 41.6666666667%;
  }
  [class*="customify-grid-"] > [data-push-right*="_lg-6"],
  [class*="customify-grid_"] > [data-push-right*="_lg-6"],
  [class~="customify-grid"] > [data-push-right*="_lg-6"] {
    margin-right: 50%;
  }
  [class*="customify-grid-"] > [data-push-right*="_lg-7"],
  [class*="customify-grid_"] > [data-push-right*="_lg-7"],
  [class~="customify-grid"] > [data-push-right*="_lg-7"] {
    margin-right: 58.3333333333%;
  }
  [class*="customify-grid-"] > [data-push-right*="_lg-8"],
  [class*="customify-grid_"] > [data-push-right*="_lg-8"],
  [class~="customify-grid"] > [data-push-right*="_lg-8"] {
    margin-right: 66.6666666667%;
  }
  [class*="customify-grid-"] > [data-push-right*="_lg-9"],
  [class*="customify-grid_"] > [data-push-right*="_lg-9"],
  [class~="customify-grid"] > [data-push-right*="_lg-9"] {
    margin-right: 75%;
  }
  [class*="customify-grid-"] > [data-push-right*="_lg-10"],
  [class*="customify-grid_"] > [data-push-right*="_lg-10"],
  [class~="customify-grid"] > [data-push-right*="_lg-10"] {
    margin-right: 83.3333333333%;
  }
  [class*="customify-grid-"] > [data-push-right*="_lg-11"],
  [class*="customify-grid_"] > [data-push-right*="_lg-11"],
  [class~="customify-grid"] > [data-push-right*="_lg-11"] {
    margin-right: 91.6666666667%;
  }
  [class*="customify-grid-"] [class*="_lg-secon"],
  [class*="customify-grid_"] [class*="_lg-secon"],
  [class~="customify-grid"] [class*="_lg-secon"] {
    -webkit-box-ordinal-group: 0;
    order: -1;
  }
  [class*="customify-grid-"] [class*="_lg-last"],
  [class*="customify-grid_"] [class*="_lg-last"],
  [class~="customify-grid"] [class*="_lg-last"] {
    -webkit-box-ordinal-group: 2;
    order: 1;
  }
}
@media screen and (max-width: 64em) {
  [class*="customify-grid-"] > [class*="_md-1"],
  [class*="customify-grid_"] > [class*="_md-1"],
  [class~="customify-grid"] > [class*="_md-1"] {
    flex-basis: 8.3333333333%;
    max-width: 8.3333333333%;
  }
  [class*="customify-grid-"] > [class*="_md-2"],
  [class*="customify-grid_"] > [class*="_md-2"],
  [class~="customify-grid"] > [class*="_md-2"] {
    flex-basis: 16.6666666667%;
    max-width: 16.6666666667%;
  }
  [class*="customify-grid-"] > [class*="_md-3"],
  [class*="customify-grid_"] > [class*="_md-3"],
  [class~="customify-grid"] > [class*="_md-3"] {
    flex-basis: 25%;
    max-width: 25%;
  }
  [class*="customify-grid-"] > [class*="_md-4"],
  [class*="customify-grid_"] > [class*="_md-4"],
  [class~="customify-grid"] > [class*="_md-4"] {
    flex-basis: 33.3333333333%;
    max-width: 33.3333333333%;
  }
  [class*="customify-grid-"] > [class*="_md-5"],
  [class*="customify-grid_"] > [class*="_md-5"],
  [class~="customify-grid"] > [class*="_md-5"] {
    flex-basis: 41.6666666667%;
    max-width: 41.6666666667%;
  }
  [class*="customify-grid-"] > [class*="_md-6"],
  [class*="customify-grid_"] > [class*="_md-6"],
  [class~="customify-grid"] > [class*="_md-6"] {
    flex-basis: 50%;
    max-width: 50%;
  }
  [class*="customify-grid-"] > [class*="_md-7"],
  [class*="customify-grid_"] > [class*="_md-7"],
  [class~="customify-grid"] > [class*="_md-7"] {
    flex-basis: 58.3333333333%;
    max-width: 58.3333333333%;
  }
  [class*="customify-grid-"] > [class*="_md-8"],
  [class*="customify-grid_"] > [class*="_md-8"],
  [class~="customify-grid"] > [class*="_md-8"] {
    flex-basis: 66.6666666667%;
    max-width: 66.6666666667%;
  }
  [class*="customify-grid-"] > [class*="_md-9"],
  [class*="customify-grid_"] > [class*="_md-9"],
  [class~="customify-grid"] > [class*="_md-9"] {
    flex-basis: 75%;
    max-width: 75%;
  }
  [class*="customify-grid-"] > [class*="_md-10"],
  [class*="customify-grid_"] > [class*="_md-10"],
  [class~="customify-grid"] > [class*="_md-10"] {
    flex-basis: 83.3333333333%;
    max-width: 83.3333333333%;
  }
  [class*="customify-grid-"] > [class*="_md-11"],
  [class*="customify-grid_"] > [class*="_md-11"],
  [class~="customify-grid"] > [class*="_md-11"] {
    flex-basis: 91.6666666667%;
    max-width: 91.6666666667%;
  }
  [class*="customify-grid-"] > [class*="_md-12"],
  [class*="customify-grid_"] > [class*="_md-12"],
  [class~="customify-grid"] > [class*="_md-12"] {
    flex-basis: 100%;
    max-width: 100%;
  }
  [class*="customify-grid-"] > [data-push-left*="_md-0"],
  [class*="customify-grid_"] > [data-push-left*="_md-0"],
  [class~="customify-grid"] > [data-push-left*="_md-0"] {
    margin-left: 0;
  }
  [class*="customify-grid-"] > [data-push-left*="_md-1"],
  [class*="customify-grid_"] > [data-push-left*="_md-1"],
  [class~="customify-grid"] > [data-push-left*="_md-1"] {
    margin-left: 8.3333333333%;
  }
  [class*="customify-grid-"] > [data-push-left*="_md-2"],
  [class*="customify-grid_"] > [data-push-left*="_md-2"],
  [class~="customify-grid"] > [data-push-left*="_md-2"] {
    margin-left: 16.6666666667%;
  }
  [class*="customify-grid-"] > [data-push-left*="_md-3"],
  [class*="customify-grid_"] > [data-push-left*="_md-3"],
  [class~="customify-grid"] > [data-push-left*="_md-3"] {
    margin-left: 25%;
  }
  [class*="customify-grid-"] > [data-push-left*="_md-4"],
  [class*="customify-grid_"] > [data-push-left*="_md-4"],
  [class~="customify-grid"] > [data-push-left*="_md-4"] {
    margin-left: 33.3333333333%;
  }
  [class*="customify-grid-"] > [data-push-left*="_md-5"],
  [class*="customify-grid_"] > [data-push-left*="_md-5"],
  [class~="customify-grid"] > [data-push-left*="_md-5"] {
    margin-left: 41.6666666667%;
  }
  [class*="customify-grid-"] > [data-push-left*="_md-6"],
  [class*="customify-grid_"] > [data-push-left*="_md-6"],
  [class~="customify-grid"] > [data-push-left*="_md-6"] {
    margin-left: 50%;
  }
  [class*="customify-grid-"] > [data-push-left*="_md-7"],
  [class*="customify-grid_"] > [data-push-left*="_md-7"],
  [class~="customify-grid"] > [data-push-left*="_md-7"] {
    margin-left: 58.3333333333%;
  }
  [class*="customify-grid-"] > [data-push-left*="_md-8"],
  [class*="customify-grid_"] > [data-push-left*="_md-8"],
  [class~="customify-grid"] > [data-push-left*="_md-8"] {
    margin-left: 66.6666666667%;
  }
  [class*="customify-grid-"] > [data-push-left*="_md-9"],
  [class*="customify-grid_"] > [data-push-left*="_md-9"],
  [class~="customify-grid"] > [data-push-left*="_md-9"] {
    margin-left: 75%;
  }
  [class*="customify-grid-"] > [data-push-left*="_md-10"],
  [class*="customify-grid_"] > [data-push-left*="_md-10"],
  [class~="customify-grid"] > [data-push-left*="_md-10"] {
    margin-left: 83.3333333333%;
  }
  [class*="customify-grid-"] > [data-push-left*="_md-11"],
  [class*="customify-grid_"] > [data-push-left*="_md-11"],
  [class~="customify-grid"] > [data-push-left*="_md-11"] {
    margin-left: 91.6666666667%;
  }
  [class*="customify-grid-"] > [data-push-right*="_md-0"],
  [class*="customify-grid_"] > [data-push-right*="_md-0"],
  [class~="customify-grid"] > [data-push-right*="_md-0"] {
    margin-right: 0;
  }
  [class*="customify-grid-"] > [data-push-right*="_md-1"],
  [class*="customify-grid_"] > [data-push-right*="_md-1"],
  [class~="customify-grid"] > [data-push-right*="_md-1"] {
    margin-right: 8.3333333333%;
  }
  [class*="customify-grid-"] > [data-push-right*="_md-2"],
  [class*="customify-grid_"] > [data-push-right*="_md-2"],
  [class~="customify-grid"] > [data-push-right*="_md-2"] {
    margin-right: 16.6666666667%;
  }
  [class*="customify-grid-"] > [data-push-right*="_md-3"],
  [class*="customify-grid_"] > [data-push-right*="_md-3"],
  [class~="customify-grid"] > [data-push-right*="_md-3"] {
    margin-right: 25%;
  }
  [class*="customify-grid-"] > [data-push-right*="_md-4"],
  [class*="customify-grid_"] > [data-push-right*="_md-4"],
  [class~="customify-grid"] > [data-push-right*="_md-4"] {
    margin-right: 33.3333333333%;
  }
  [class*="customify-grid-"] > [data-push-right*="_md-5"],
  [class*="customify-grid_"] > [data-push-right*="_md-5"],
  [class~="customify-grid"] > [data-push-right*="_md-5"] {
    margin-right: 41.6666666667%;
  }
  [class*="customify-grid-"] > [data-push-right*="_md-6"],
  [class*="customify-grid_"] > [data-push-right*="_md-6"],
  [class~="customify-grid"] > [data-push-right*="_md-6"] {
    margin-right: 50%;
  }
  [class*="customify-grid-"] > [data-push-right*="_md-7"],
  [class*="customify-grid_"] > [data-push-right*="_md-7"],
  [class~="customify-grid"] > [data-push-right*="_md-7"] {
    margin-right: 58.3333333333%;
  }
  [class*="customify-grid-"] > [data-push-right*="_md-8"],
  [class*="customify-grid_"] > [data-push-right*="_md-8"],
  [class~="customify-grid"] > [data-push-right*="_md-8"] {
    margin-right: 66.6666666667%;
  }
  [class*="customify-grid-"] > [data-push-right*="_md-9"],
  [class*="customify-grid_"] > [data-push-right*="_md-9"],
  [class~="customify-grid"] > [data-push-right*="_md-9"] {
    margin-right: 75%;
  }
  [class*="customify-grid-"] > [data-push-right*="_md-10"],
  [class*="customify-grid_"] > [data-push-right*="_md-10"],
  [class~="customify-grid"] > [data-push-right*="_md-10"] {
    margin-right: 83.3333333333%;
  }
  [class*="customify-grid-"] > [data-push-right*="_md-11"],
  [class*="customify-grid_"] > [data-push-right*="_md-11"],
  [class~="customify-grid"] > [data-push-right*="_md-11"] {
    margin-right: 91.6666666667%;
  }
  [class*="customify-grid-"] [class*="_md-secon"],
  [class*="customify-grid_"] [class*="_md-secon"],
  [class~="customify-grid"] [class*="_md-secon"] {
    -webkit-box-ordinal-group: 0;
    order: -1;
  }
  [class*="customify-grid-"] [class*="_md-last"],
  [class*="customify-grid_"] [class*="_md-last"],
  [class~="customify-grid"] [class*="_md-last"] {
    -webkit-box-ordinal-group: 2;
    order: 1;
  }
}
@media screen and (max-width: 48em) {
  [class*="customify-grid-"] > [class*="_sm-1"],
  [class*="customify-grid_"] > [class*="_sm-1"],
  [class~="customify-grid"] > [class*="_sm-1"] {
    flex-basis: 8.3333333333%;
    max-width: 8.3333333333%;
  }
  [class*="customify-grid-"] > [class*="_sm-2"],
  [class*="customify-grid_"] > [class*="_sm-2"],
  [class~="customify-grid"] > [class*="_sm-2"] {
    flex-basis: 16.6666666667%;
    max-width: 16.6666666667%;
  }
  [class*="customify-grid-"] > [class*="_sm-3"],
  [class*="customify-grid_"] > [class*="_sm-3"],
  [class~="customify-grid"] > [class*="_sm-3"] {
    flex-basis: 25%;
    max-width: 25%;
  }
  [class*="customify-grid-"] > [class*="_sm-4"],
  [class*="customify-grid_"] > [class*="_sm-4"],
  [class~="customify-grid"] > [class*="_sm-4"] {
    flex-basis: 33.3333333333%;
    max-width: 33.3333333333%;
  }
  [class*="customify-grid-"] > [class*="_sm-5"],
  [class*="customify-grid_"] > [class*="_sm-5"],
  [class~="customify-grid"] > [class*="_sm-5"] {
    flex-basis: 41.6666666667%;
    max-width: 41.6666666667%;
  }
  [class*="customify-grid-"] > [class*="_sm-6"],
  [class*="customify-grid_"] > [class*="_sm-6"],
  [class~="customify-grid"] > [class*="_sm-6"] {
    flex-basis: 50%;
    max-width: 50%;
  }
  [class*="customify-grid-"] > [class*="_sm-7"],
  [class*="customify-grid_"] > [class*="_sm-7"],
  [class~="customify-grid"] > [class*="_sm-7"] {
    flex-basis: 58.3333333333%;
    max-width: 58.3333333333%;
  }
  [class*="customify-grid-"] > [class*="_sm-8"],
  [class*="customify-grid_"] > [class*="_sm-8"],
  [class~="customify-grid"] > [class*="_sm-8"] {
    flex-basis: 66.6666666667%;
    max-width: 66.6666666667%;
  }
  [class*="customify-grid-"] > [class*="_sm-9"],
  [class*="customify-grid_"] > [class*="_sm-9"],
  [class~="customify-grid"] > [class*="_sm-9"] {
    flex-basis: 75%;
    max-width: 75%;
  }
  [class*="customify-grid-"] > [class*="_sm-10"],
  [class*="customify-grid_"] > [class*="_sm-10"],
  [class~="customify-grid"] > [class*="_sm-10"] {
    flex-basis: 83.3333333333%;
    max-width: 83.3333333333%;
  }
  [class*="customify-grid-"] > [class*="_sm-11"],
  [class*="customify-grid_"] > [class*="_sm-11"],
  [class~="customify-grid"] > [class*="_sm-11"] {
    flex-basis: 91.6666666667%;
    max-width: 91.6666666667%;
  }
  [class*="customify-grid-"] > [class*="_sm-12"],
  [class*="customify-grid_"] > [class*="_sm-12"],
  [class~="customify-grid"] > [class*="_sm-12"] {
    flex-basis: 100%;
    max-width: 100%;
  }
  [class*="customify-grid-"] > [data-push-left*="_sm-0"],
  [class*="customify-grid_"] > [data-push-left*="_sm-0"],
  [class~="customify-grid"] > [data-push-left*="_sm-0"] {
    margin-left: 0;
  }
  [class*="customify-grid-"] > [data-push-left*="_sm-1"],
  [class*="customify-grid_"] > [data-push-left*="_sm-1"],
  [class~="customify-grid"] > [data-push-left*="_sm-1"] {
    margin-left: 8.3333333333%;
  }
  [class*="customify-grid-"] > [data-push-left*="_sm-2"],
  [class*="customify-grid_"] > [data-push-left*="_sm-2"],
  [class~="customify-grid"] > [data-push-left*="_sm-2"] {
    margin-left: 16.6666666667%;
  }
  [class*="customify-grid-"] > [data-push-left*="_sm-3"],
  [class*="customify-grid_"] > [data-push-left*="_sm-3"],
  [class~="customify-grid"] > [data-push-left*="_sm-3"] {
    margin-left: 25%;
  }
  [class*="customify-grid-"] > [data-push-left*="_sm-4"],
  [class*="customify-grid_"] > [data-push-left*="_sm-4"],
  [class~="customify-grid"] > [data-push-left*="_sm-4"] {
    margin-left: 33.3333333333%;
  }
  [class*="customify-grid-"] > [data-push-left*="_sm-5"],
  [class*="customify-grid_"] > [data-push-left*="_sm-5"],
  [class~="customify-grid"] > [data-push-left*="_sm-5"] {
    margin-left: 41.6666666667%;
  }
  [class*="customify-grid-"] > [data-push-left*="_sm-6"],
  [class*="customify-grid_"] > [data-push-left*="_sm-6"],
  [class~="customify-grid"] > [data-push-left*="_sm-6"] {
    margin-left: 50%;
  }
  [class*="customify-grid-"] > [data-push-left*="_sm-7"],
  [class*="customify-grid_"] > [data-push-left*="_sm-7"],
  [class~="customify-grid"] > [data-push-left*="_sm-7"] {
    margin-left: 58.3333333333%;
  }
  [class*="customify-grid-"] > [data-push-left*="_sm-8"],
  [class*="customify-grid_"] > [data-push-left*="_sm-8"],
  [class~="customify-grid"] > [data-push-left*="_sm-8"] {
    margin-left: 66.6666666667%;
  }
  [class*="customify-grid-"] > [data-push-left*="_sm-9"],
  [class*="customify-grid_"] > [data-push-left*="_sm-9"],
  [class~="customify-grid"] > [data-push-left*="_sm-9"] {
    margin-left: 75%;
  }
  [class*="customify-grid-"] > [data-push-left*="_sm-10"],
  [class*="customify-grid_"] > [data-push-left*="_sm-10"],
  [class~="customify-grid"] > [data-push-left*="_sm-10"] {
    margin-left: 83.3333333333%;
  }
  [class*="customify-grid-"] > [data-push-left*="_sm-11"],
  [class*="customify-grid_"] > [data-push-left*="_sm-11"],
  [class~="customify-grid"] > [data-push-left*="_sm-11"] {
    margin-left: 91.6666666667%;
  }
  [class*="customify-grid-"] > [data-push-right*="_sm-0"],
  [class*="customify-grid_"] > [data-push-right*="_sm-0"],
  [class~="customify-grid"] > [data-push-right*="_sm-0"] {
    margin-right: 0;
  }
  [class*="customify-grid-"] > [data-push-right*="_sm-1"],
  [class*="customify-grid_"] > [data-push-right*="_sm-1"],
  [class~="customify-grid"] > [data-push-right*="_sm-1"] {
    margin-right: 8.3333333333%;
  }
  [class*="customify-grid-"] > [data-push-right*="_sm-2"],
  [class*="customify-grid_"] > [data-push-right*="_sm-2"],
  [class~="customify-grid"] > [data-push-right*="_sm-2"] {
    margin-right: 16.6666666667%;
  }
  [class*="customify-grid-"] > [data-push-right*="_sm-3"],
  [class*="customify-grid_"] > [data-push-right*="_sm-3"],
  [class~="customify-grid"] > [data-push-right*="_sm-3"] {
    margin-right: 25%;
  }
  [class*="customify-grid-"] > [data-push-right*="_sm-4"],
  [class*="customify-grid_"] > [data-push-right*="_sm-4"],
  [class~="customify-grid"] > [data-push-right*="_sm-4"] {
    margin-right: 33.3333333333%;
  }
  [class*="customify-grid-"] > [data-push-right*="_sm-5"],
  [class*="customify-grid_"] > [data-push-right*="_sm-5"],
  [class~="customify-grid"] > [data-push-right*="_sm-5"] {
    margin-right: 41.6666666667%;
  }
  [class*="customify-grid-"] > [data-push-right*="_sm-6"],
  [class*="customify-grid_"] > [data-push-right*="_sm-6"],
  [class~="customify-grid"] > [data-push-right*="_sm-6"] {
    margin-right: 50%;
  }
  [class*="customify-grid-"] > [data-push-right*="_sm-7"],
  [class*="customify-grid_"] > [data-push-right*="_sm-7"],
  [class~="customify-grid"] > [data-push-right*="_sm-7"] {
    margin-right: 58.3333333333%;
  }
  [class*="customify-grid-"] > [data-push-right*="_sm-8"],
  [class*="customify-grid_"] > [data-push-right*="_sm-8"],
  [class~="customify-grid"] > [data-push-right*="_sm-8"] {
    margin-right: 66.6666666667%;
  }
  [class*="customify-grid-"] > [data-push-right*="_sm-9"],
  [class*="customify-grid_"] > [data-push-right*="_sm-9"],
  [class~="customify-grid"] > [data-push-right*="_sm-9"] {
    margin-right: 75%;
  }
  [class*="customify-grid-"] > [data-push-right*="_sm-10"],
  [class*="customify-grid_"] > [data-push-right*="_sm-10"],
  [class~="customify-grid"] > [data-push-right*="_sm-10"] {
    margin-right: 83.3333333333%;
  }
  [class*="customify-grid-"] > [data-push-right*="_sm-11"],
  [class*="customify-grid_"] > [data-push-right*="_sm-11"],
  [class~="customify-grid"] > [data-push-right*="_sm-11"] {
    margin-right: 91.6666666667%;
  }
  [class*="customify-grid-"] [class*="_sm-secon"],
  [class*="customify-grid_"] [class*="_sm-secon"],
  [class~="customify-grid"] [class*="_sm-secon"] {
    -webkit-box-ordinal-group: 0;
    order: -1;
  }
  [class*="customify-grid-"] [class*="_sm-last"],
  [class*="customify-grid_"] [class*="_sm-last"],
  [class~="customify-grid"] [class*="_sm-last"] {
    -webkit-box-ordinal-group: 2;
    order: 1;
  }
}
@media screen and (max-width: 35.5em) {
  [class*="customify-grid-"] > [class*="_xs-1"],
  [class*="customify-grid_"] > [class*="_xs-1"],
  [class~="customify-grid"] > [class*="_xs-1"] {
    flex-basis: 8.3333333333%;
    max-width: 8.3333333333%;
  }
  [class*="customify-grid-"] > [class*="_xs-2"],
  [class*="customify-grid_"] > [class*="_xs-2"],
  [class~="customify-grid"] > [class*="_xs-2"] {
    flex-basis: 16.6666666667%;
    max-width: 16.6666666667%;
  }
  [class*="customify-grid-"] > [class*="_xs-3"],
  [class*="customify-grid_"] > [class*="_xs-3"],
  [class~="customify-grid"] > [class*="_xs-3"] {
    flex-basis: 25%;
    max-width: 25%;
  }
  [class*="customify-grid-"] > [class*="_xs-4"],
  [class*="customify-grid_"] > [class*="_xs-4"],
  [class~="customify-grid"] > [class*="_xs-4"] {
    flex-basis: 33.3333333333%;
    max-width: 33.3333333333%;
  }
  [class*="customify-grid-"] > [class*="_xs-5"],
  [class*="customify-grid_"] > [class*="_xs-5"],
  [class~="customify-grid"] > [class*="_xs-5"] {
    flex-basis: 41.6666666667%;
    max-width: 41.6666666667%;
  }
  [class*="customify-grid-"] > [class*="_xs-6"],
  [class*="customify-grid_"] > [class*="_xs-6"],
  [class~="customify-grid"] > [class*="_xs-6"] {
    flex-basis: 50%;
    max-width: 50%;
  }
  [class*="customify-grid-"] > [class*="_xs-7"],
  [class*="customify-grid_"] > [class*="_xs-7"],
  [class~="customify-grid"] > [class*="_xs-7"] {
    flex-basis: 58.3333333333%;
    max-width: 58.3333333333%;
  }
  [class*="customify-grid-"] > [class*="_xs-8"],
  [class*="customify-grid_"] > [class*="_xs-8"],
  [class~="customify-grid"] > [class*="_xs-8"] {
    flex-basis: 66.6666666667%;
    max-width: 66.6666666667%;
  }
  [class*="customify-grid-"] > [class*="_xs-9"],
  [class*="customify-grid_"] > [class*="_xs-9"],
  [class~="customify-grid"] > [class*="_xs-9"] {
    flex-basis: 75%;
    max-width: 75%;
  }
  [class*="customify-grid-"] > [class*="_xs-10"],
  [class*="customify-grid_"] > [class*="_xs-10"],
  [class~="customify-grid"] > [class*="_xs-10"] {
    flex-basis: 83.3333333333%;
    max-width: 83.3333333333%;
  }
  [class*="customify-grid-"] > [class*="_xs-11"],
  [class*="customify-grid_"] > [class*="_xs-11"],
  [class~="customify-grid"] > [class*="_xs-11"] {
    flex-basis: 91.6666666667%;
    max-width: 91.6666666667%;
  }
  [class*="customify-grid-"] > [class*="_xs-12"],
  [class*="customify-grid_"] > [class*="_xs-12"],
  [class~="customify-grid"] > [class*="_xs-12"] {
    flex-basis: 100%;
    max-width: 100%;
  }
  [class*="customify-grid-"] > [data-push-left*="_xs-0"],
  [class*="customify-grid_"] > [data-push-left*="_xs-0"],
  [class~="customify-grid"] > [data-push-left*="_xs-0"] {
    margin-left: 0;
  }
  [class*="customify-grid-"] > [data-push-left*="_xs-1"],
  [class*="customify-grid_"] > [data-push-left*="_xs-1"],
  [class~="customify-grid"] > [data-push-left*="_xs-1"] {
    margin-left: 8.3333333333%;
  }
  [class*="customify-grid-"] > [data-push-left*="_xs-2"],
  [class*="customify-grid_"] > [data-push-left*="_xs-2"],
  [class~="customify-grid"] > [data-push-left*="_xs-2"] {
    margin-left: 16.6666666667%;
  }
  [class*="customify-grid-"] > [data-push-left*="_xs-3"],
  [class*="customify-grid_"] > [data-push-left*="_xs-3"],
  [class~="customify-grid"] > [data-push-left*="_xs-3"] {
    margin-left: 25%;
  }
  [class*="customify-grid-"] > [data-push-left*="_xs-4"],
  [class*="customify-grid_"] > [data-push-left*="_xs-4"],
  [class~="customify-grid"] > [data-push-left*="_xs-4"] {
    margin-left: 33.3333333333%;
  }
  [class*="customify-grid-"] > [data-push-left*="_xs-5"],
  [class*="customify-grid_"] > [data-push-left*="_xs-5"],
  [class~="customify-grid"] > [data-push-left*="_xs-5"] {
    margin-left: 41.6666666667%;
  }
  [class*="customify-grid-"] > [data-push-left*="_xs-6"],
  [class*="customify-grid_"] > [data-push-left*="_xs-6"],
  [class~="customify-grid"] > [data-push-left*="_xs-6"] {
    margin-left: 50%;
  }
  [class*="customify-grid-"] > [data-push-left*="_xs-7"],
  [class*="customify-grid_"] > [data-push-left*="_xs-7"],
  [class~="customify-grid"] > [data-push-left*="_xs-7"] {
    margin-left: 58.3333333333%;
  }
  [class*="customify-grid-"] > [data-push-left*="_xs-8"],
  [class*="customify-grid_"] > [data-push-left*="_xs-8"],
  [class~="customify-grid"] > [data-push-left*="_xs-8"] {
    margin-left: 66.6666666667%;
  }
  [class*="customify-grid-"] > [data-push-left*="_xs-9"],
  [class*="customify-grid_"] > [data-push-left*="_xs-9"],
  [class~="customify-grid"] > [data-push-left*="_xs-9"] {
    margin-left: 75%;
  }
  [class*="customify-grid-"] > [data-push-left*="_xs-10"],
  [class*="customify-grid_"] > [data-push-left*="_xs-10"],
  [class~="customify-grid"] > [data-push-left*="_xs-10"] {
    margin-left: 83.3333333333%;
  }
  [class*="customify-grid-"] > [data-push-left*="_xs-11"],
  [class*="customify-grid_"] > [data-push-left*="_xs-11"],
  [class~="customify-grid"] > [data-push-left*="_xs-11"] {
    margin-left: 91.6666666667%;
  }
  [class*="customify-grid-"] > [data-push-right*="_xs-0"],
  [class*="customify-grid_"] > [data-push-right*="_xs-0"],
  [class~="customify-grid"] > [data-push-right*="_xs-0"] {
    margin-right: 0;
  }
  [class*="customify-grid-"] > [data-push-right*="_xs-1"],
  [class*="customify-grid_"] > [data-push-right*="_xs-1"],
  [class~="customify-grid"] > [data-push-right*="_xs-1"] {
    margin-right: 8.3333333333%;
  }
  [class*="customify-grid-"] > [data-push-right*="_xs-2"],
  [class*="customify-grid_"] > [data-push-right*="_xs-2"],
  [class~="customify-grid"] > [data-push-right*="_xs-2"] {
    margin-right: 16.6666666667%;
  }
  [class*="customify-grid-"] > [data-push-right*="_xs-3"],
  [class*="customify-grid_"] > [data-push-right*="_xs-3"],
  [class~="customify-grid"] > [data-push-right*="_xs-3"] {
    margin-right: 25%;
  }
  [class*="customify-grid-"] > [data-push-right*="_xs-4"],
  [class*="customify-grid_"] > [data-push-right*="_xs-4"],
  [class~="customify-grid"] > [data-push-right*="_xs-4"] {
    margin-right: 33.3333333333%;
  }
  [class*="customify-grid-"] > [data-push-right*="_xs-5"],
  [class*="customify-grid_"] > [data-push-right*="_xs-5"],
  [class~="customify-grid"] > [data-push-right*="_xs-5"] {
    margin-right: 41.6666666667%;
  }
  [class*="customify-grid-"] > [data-push-right*="_xs-6"],
  [class*="customify-grid_"] > [data-push-right*="_xs-6"],
  [class~="customify-grid"] > [data-push-right*="_xs-6"] {
    margin-right: 50%;
  }
  [class*="customify-grid-"] > [data-push-right*="_xs-7"],
  [class*="customify-grid_"] > [data-push-right*="_xs-7"],
  [class~="customify-grid"] > [data-push-right*="_xs-7"] {
    margin-right: 58.3333333333%;
  }
  [class*="customify-grid-"] > [data-push-right*="_xs-8"],
  [class*="customify-grid_"] > [data-push-right*="_xs-8"],
  [class~="customify-grid"] > [data-push-right*="_xs-8"] {
    margin-right: 66.6666666667%;
  }
  [class*="customify-grid-"] > [data-push-right*="_xs-9"],
  [class*="customify-grid_"] > [data-push-right*="_xs-9"],
  [class~="customify-grid"] > [data-push-right*="_xs-9"] {
    margin-right: 75%;
  }
  [class*="customify-grid-"] > [data-push-right*="_xs-10"],
  [class*="customify-grid_"] > [data-push-right*="_xs-10"],
  [class~="customify-grid"] > [data-push-right*="_xs-10"] {
    margin-right: 83.3333333333%;
  }
  [class*="customify-grid-"] > [data-push-right*="_xs-11"],
  [class*="customify-grid_"] > [data-push-right*="_xs-11"],
  [class~="customify-grid"] > [data-push-right*="_xs-11"] {
    margin-right: 91.6666666667%;
  }
  [class*="customify-grid-"] [class*="_xs-secon"],
  [class*="customify-grid_"] [class*="_xs-secon"],
  [class~="customify-grid"] [class*="_xs-secon"] {
    -webkit-box-ordinal-group: 0;
    order: -1;
  }
  [class*="customify-grid-"] [class*="_xs-last"],
  [class*="customify-grid_"] [class*="_xs-last"],
  [class~="customify-grid"] [class*="_xs-last"] {
    -webkit-box-ordinal-group: 2;
    order: 1;
  }
}
[class*="customify-col-"][class*="customify-col-0"] {
  display: none;
}
@media screen and (max-width: 80em) {
  [class*="customify-grid-"] > :not([class*="_lg-0"]),
  [class*="customify-grid_"] > :not([class*="_lg-0"]),
  [class~="customify-grid"] > :not([class*="_lg-0"]) {
    display: block;
  }
  [class*="customify-grid-"] > [class*="_lg-0"],
  [class*="customify-grid_"] > [class*="_lg-0"],
  [class~="customify-grid"] > [class*="_lg-0"] {
    display: none;
  }
}
@media screen and (max-width: 64em) {
  [class*="customify-grid-"] > :not([class*="_md-0"]),
  [class*="customify-grid_"] > :not([class*="_md-0"]),
  [class~="customify-grid"] > :not([class*="_md-0"]) {
    display: block;
  }
  [class*="customify-grid-"] > [class*="_md-0"],
  [class*="customify-grid_"] > [class*="_md-0"],
  [class~="customify-grid"] > [class*="_md-0"] {
    display: none;
  }
}
@media screen and (max-width: 48em) {
  [class*="customify-grid-"] > :not([class*="_sm-0"]),
  [class*="customify-grid_"] > :not([class*="_sm-0"]),
  [class~="customify-grid"] > :not([class*="_sm-0"]) {
    display: block;
  }
  [class*="customify-grid-"] > [class*="_sm-0"],
  [class*="customify-grid_"] > [class*="_sm-0"],
  [class~="customify-grid"] > [class*="_sm-0"] {
    display: none;
  }
}
@media screen and (max-width: 35.5em) {
  [class*="customify-grid-"] > :not([class*="_xs-0"]),
  [class*="customify-grid_"] > :not([class*="_xs-0"]),
  [class~="customify-grid"] > :not([class*="_xs-0"]) {
    display: block;
  }
  [class*="customify-grid-"] > [class*="_xs-0"],
  [class*="customify-grid_"] > [class*="_xs-0"],
  [class~="customify-grid"] > [class*="_xs-0"] {
    display: none;
  }
}
body {
  color: #686868;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto,
    "Helvetica Neue", Arial, sans-serif;
  font-weight: 400;
  line-height: 1.618;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
}
.tag-10a3 .content-narrow-982d,
.paragraph_in_77fe,
.stale-be06,
.list_e73e,
.modal_78d9,
.heading-selected-59c4,
.layout_wide_a941,
h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 400;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto,
    "Helvetica Neue", Arial, sans-serif;
  margin: 0 0 0.5407911001em;
  color: #2b2b2b;
  clear: both;
}
.paragraph_in_77fe,
h1 {
  font-size: 2.42em;
  line-height: 1.216;
}
@media screen and (max-width: 1024px) {
  .paragraph_in_77fe,
  h1 {
    font-size: 2.1em;
  }
}
@media screen and (max-width: 568px) {
  .paragraph_in_77fe,
  h1 {
    font-size: 1.8em;
  }
}
.stale-be06,
h2 {
  font-size: 2.1em;
  line-height: 1.216;
}
.stale-be06 + h3,
h2 + h3 {
  border-top: 1px solid #eaecee;
  padding-top: 0.5407911001em;
}
@media screen and (max-width: 1024px) {
  .stale-be06,
  h2 {
    font-size: 1.9em;
  }
}
@media screen and (max-width: 568px) {
  .stale-be06,
  h2 {
    font-size: 1.7em;
  }
}
.list_e73e,
h3 {
  font-size: 1.618em;
}
.tag-10a3 .content-narrow-982d,
.modal_78d9,
h4 {
  font-size: 1.41575em;
}
p {
  margin: 0 0 1.41575em;
}
cite,
dfn,
em,
i {
  font-style: italic;
}
blockquote {
  padding: 0 1.41575em;
  margin: 1.41575em 1.618em;
  border-left: 3px solid #eaecee;
  font-style: italic;
  font-weight: 200;
  font-size: 1.2em;
}
blockquote p:last-of-type {
  margin-bottom: 0;
}
address {
  margin: 0 0 1.618em;
}
pre {
  background: #f2f2f2;
  font-family: "Courier 10 Pitch", Courier, monospace;
  margin-bottom: 2.2906835em;
  padding: 1.618em;
  overflow: auto;
  max-width: 100%;
}
code,
kbd,
tt,
var {
  background-color: rgba(0, 0, 0, 0.05);
  font-family: Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
  padding: 0.15em 0.5407911001em;
  border-radius: 2px;
}
abbr,
acronym {
  border-bottom: 1px dotted #686868;
  cursor: help;
}
ins,
mark {
  background: 0 0;
  text-decoration: none;
}
big {
  font-size: 125%;
}
html {
  box-sizing: border-box;
}
*,
:after,
:before {
  box-sizing: inherit;
}
body {
  background: #fff;
}
hr {
  background-color: #ccc;
  border: 0;
  height: 1px;
  margin: 0 0 1.618em;
}
img {
  height: auto;
  max-width: 100%;
}
figure {
  margin: 1em 0;
}
a.item-top-6d73 {
  color: currentColor;
}
a {
  color: #1e4b75;
  text-decoration: none;
  -webkit-transition: all 0.14s ease-out;
  transition: all 0.14s ease-out;
}
a:focus,
a:hover {
  color: #111;
}
a:active,
a:hover {
  outline: 0;
}
ol,
ul {
  margin: 0 0 1.618em 2.617924em;
  padding: 0;
}
ul {
  list-style: disc;
}
ol {
  list-style: decimal;
}
li > ol,
li > ul {
  margin-bottom: 0;
  margin-left: 2.617924em;
}
dt {
  font-weight: 700;
}
dd {
  margin: 0 0 1.618em;
}
table {
  width: 100%;
  max-width: 100%;
  margin-bottom: 2.2906835em;
  border-spacing: 0;
  border-collapse: separate;
}
table caption {
  padding: 1.41575em;
  font-weight: 600;
}
table th {
  background: #f2f2f2;
  font-weight: 500;
}
table td,
table th {
  padding: 1em 1.618em;
  vertical-align: top;
  text-align: left;
  font-size: 0.9em;
}
table thead th {
  vertical-align: middle;
}
table tbody td {
  background: #fafafa;
}
table tbody tr:nth-child(2n) td {
  background: #f7f7f7;
}
.photo-e14d:after,
.photo-e14d:before,
.box-blue-d610:after,
.box-blue-d610:before {
  content: "";
  display: table;
}
.photo-e14d:after,
.box-blue-d610:after {
  clear: both;
}
.pink-406f {
  float: right;
  margin-right: 0;
}
.dropdown_advanced_6b86 {
  float: left;
  margin-left: 0;
}
form {
  margin-bottom: 2em;
}
.dropdown-bronze-ce3c .list_ad4f,
input[type="color"],
input[type="date"],
input[type="datetime-local"],
input[type="datetime"],
input[type="email"],
input[type="month"],
input[type="number"],
input[type="password"],
input[type="range"],
input[type="search"],
input[type="tel"],
input[type="text"],
input[type="time"],
input[type="url"],
input[type="week"],
select,
textarea {
  color: #282828;
  border: 1px solid #e5e5e5;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.12) inset;
  padding: 0 0.75em;
  height: 2.6em;
  width: 100%;
  max-width: 100%;
  vertical-align: middle;
  border-radius: 1px;
  -moz-appearance: none;
  -webkit-appearance: none;
}
.dropdown-bronze-ce3c .list_ad4f:focus,
input[type="color"]:focus,
input[type="date"]:focus,
input[type="datetime-local"]:focus,
input[type="datetime"]:focus,
input[type="email"]:focus,
input[type="month"]:focus,
input[type="number"]:focus,
input[type="password"]:focus,
input[type="range"]:focus,
input[type="search"]:focus,
input[type="tel"]:focus,
input[type="text"]:focus,
input[type="time"]:focus,
input[type="url"]:focus,
input[type="week"]:focus,
select:focus,
textarea:focus {
  border-color: rgba(0, 0, 0, 0.1);
  outline: 0;
  background-color: #f9f9f9;
}
select {
  box-shadow: none;
  background-image: url(data:image/svg+xml;utf8;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iaXNvLTg4NTktMSI/Pgo8IS0tIEdlbmVyYXRvcjogQWRvYmUgSWxsdXN0cmF0b3IgMTguMS4xLCBTVkcgRXhwb3J0IFBsdWctSW4gLiBTVkcgVmVyc2lvbjogNi4wMCBCdWlsZCAwKSAgLS0+CjxzdmcgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayIgdmVyc2lvbj0iMS4xIiBpZD0iQ2FwYV8xIiB4PSIwcHgiIHk9IjBweCIgdmlld0JveD0iMCAwIDEwMCAxMDAiIHN0eWxlPSJlbmFibGUtYmFja2dyb3VuZDpuZXcgMCAwIDEwMCAxMDA7IiB4bWw6c3BhY2U9InByZXNlcnZlIiB3aWR0aD0iMTZweCIgaGVpZ2h0PSIxNnB4Ij4KPGc+Cgk8cGF0aCBkPSJNNDkuOTk4LDBMMjcsMzYuNDk4bDQ2LDAuMDA0TDQ5Ljk5OCwweiBNNTAuMDA0LDEwMEw3Myw2My41MDJsLTQ2LTAuMDA0TDUwLjAwNCwxMDB6IiBmaWxsPSIjMDAwMDAwIi8+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPC9zdmc+Cg==);
  background-position: center right 8px;
  background-repeat: no-repeat;
  padding-right: 1.5em;
  cursor: pointer;
}
.pagination-simple-45be .list_ad4f {
  box-shadow: none;
}
.pagination-simple-45be
  .list_ad4f
  .wood-6caa {
  line-height: 2.4em;
  min-height: 2.6em;
  padding-left: 0;
}
.pagination-simple-45be .list_ad4f .cool-8322 {
  top: 46%;
  right: 1px;
  -webkit-transform: translateY(-38%);
  -ms-transform: translateY(-38%);
  transform: translateY(-38%);
  background-image: url(data:image/svg+xml;utf8;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iaXNvLTg4NTktMSI/Pgo8IS0tIEdlbmVyYXRvcjogQWRvYmUgSWxsdXN0cmF0b3IgMTguMS4xLCBTVkcgRXhwb3J0IFBsdWctSW4gLiBTVkcgVmVyc2lvbjogNi4wMCBCdWlsZCAwKSAgLS0+CjxzdmcgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayIgdmVyc2lvbj0iMS4xIiBpZD0iQ2FwYV8xIiB4PSIwcHgiIHk9IjBweCIgdmlld0JveD0iMCAwIDEwMCAxMDAiIHN0eWxlPSJlbmFibGUtYmFja2dyb3VuZDpuZXcgMCAwIDEwMCAxMDA7IiB4bWw6c3BhY2U9InByZXNlcnZlIiB3aWR0aD0iMTZweCIgaGVpZ2h0PSIxNnB4Ij4KPGc+Cgk8cGF0aCBkPSJNNDkuOTk4LDBMMjcsMzYuNDk4bDQ2LDAuMDA0TDQ5Ljk5OCwweiBNNTAuMDA0LDEwMEw3Myw2My41MDJsLTQ2LTAuMDA0TDUwLjAwNCwxMDB6IiBmaWxsPSIjMDAwMDAwIi8+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPC9zdmc+Cg==);
  background-position: center right 8px;
  background-repeat: no-repeat;
}
.pagination-simple-45be
  .list_ad4f
  .cool-8322
  b {
  display: none;
}
.pagination-simple-45be .action-55c7 {
  border: 1px solid #e5e5e5;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.12) inset;
}
.hero-1c0b:not(.white_e574):not(.picture-bd21),
button:not(.white_e574):not(.picture-bd21),
input[type="button"]:not(.white_e574):not(
    .picture-bd21
  ),
input[type="reset"]:not(.white_e574):not(
    .picture-bd21
  ),
input[type="submit"]:not(.white_e574):not(
    .picture-bd21
  ) {
  border: none;
  cursor: pointer;
  padding: 0 1.3em;
  line-height: 2.5em;
  min-height: 2.6em;
  max-width: 100%;
  font-weight: bolder;
  text-transform: uppercase;
  -webkit-transition: border 0.3s, background 0.3s, box-shadow 0.3s,
    opacity 0.3s, color 0.3s, -webkit-transform 0.3s;
  transition: border 0.3s, background 0.3s, box-shadow 0.3s, opacity 0.3s,
    color 0.3s, -webkit-transform 0.3s;
  transition: transform 0.3s, border 0.3s, background 0.3s, box-shadow 0.3s,
    opacity 0.3s, color 0.3s;
  transition: transform 0.3s, border 0.3s, background 0.3s, box-shadow 0.3s,
    opacity 0.3s, color 0.3s, -webkit-transform 0.3s;
  border-radius: 1px;
  display: inline-block;
}
.hero-1c0b:not(.white_e574):not(
    .picture-bd21
  ):hover,
button:not(.white_e574):not(
    .picture-bd21
  ):hover,
input[type="button"]:not(.white_e574):not(
    .picture-bd21
  ):hover,
input[type="reset"]:not(.white_e574):not(
    .picture-bd21
  ):hover,
input[type="submit"]:not(.white_e574):not(
    .picture-bd21
  ):hover {
  box-shadow: inset 0 0 0 120px rgba(0, 0, 0, 0.18);
  color: #fff;
  outline: 0;
}
.hero-1c0b:not(.white_e574):not(
    .picture-bd21
  ):active,
.hero-1c0b:not(.white_e574):not(
    .picture-bd21
  ):focus,
button:not(.white_e574):not(
    .picture-bd21
  ):active,
button:not(.white_e574):not(
    .picture-bd21
  ):focus,
input[type="button"]:not(.white_e574):not(
    .picture-bd21
  ):active,
input[type="button"]:not(.white_e574):not(
    .picture-bd21
  ):focus,
input[type="reset"]:not(.white_e574):not(
    .picture-bd21
  ):active,
input[type="reset"]:not(.white_e574):not(
    .picture-bd21
  ):focus,
input[type="submit"]:not(.white_e574):not(
    .picture-bd21
  ):active,
input[type="submit"]:not(.white_e574):not(
    .picture-bd21
  ):focus {
  outline: 0;
}
.hero-1c0b:not(.white_e574):not(
    .picture-bd21
  ).fn-loading-fc8f,
button:not(.white_e574):not(
    .picture-bd21
  ).fn-loading-fc8f,
input[type="button"]:not(.white_e574):not(
    .picture-bd21
  ).fn-loading-fc8f,
input[type="reset"]:not(.white_e574):not(
    .picture-bd21
  ).fn-loading-fc8f,
input[type="submit"]:not(.white_e574):not(
    .picture-bd21
  ).fn-loading-fc8f {
  position: relative;
}
.hero-1c0b:not(.white_e574):not(
    .picture-bd21
  ).fn-loading-fc8f
  .simple_4929,
.hero-1c0b:not(.white_e574):not(
    .picture-bd21
  ).fn-loading-fc8f
  .lite-cf83,
.hero-1c0b:not(.white_e574):not(
    .picture-bd21
  ).fn-loading-fc8f
  .detail-36b2,
.hero-1c0b:not(.white_e574):not(
    .picture-bd21
  ).fn-loading-fc8f
  i,
.hero-1c0b:not(.white_e574):not(
    .picture-bd21
  ).fn-loading-fc8f
  svg,
button:not(.white_e574):not(
    .picture-bd21
  ).fn-loading-fc8f
  .simple_4929,
button:not(.white_e574):not(
    .picture-bd21
  ).fn-loading-fc8f
  .lite-cf83,
button:not(.white_e574):not(
    .picture-bd21
  ).fn-loading-fc8f
  .detail-36b2,
button:not(.white_e574):not(
    .picture-bd21
  ).fn-loading-fc8f
  i,
button:not(.white_e574):not(
    .picture-bd21
  ).fn-loading-fc8f
  svg,
input[type="button"]:not(.white_e574):not(
    .picture-bd21
  ).fn-loading-fc8f
  .simple_4929,
input[type="button"]:not(.white_e574):not(
    .picture-bd21
  ).fn-loading-fc8f
  .lite-cf83,
input[type="button"]:not(.white_e574):not(
    .picture-bd21
  ).fn-loading-fc8f
  .detail-36b2,
input[type="button"]:not(.white_e574):not(
    .picture-bd21
  ).fn-loading-fc8f
  i,
input[type="button"]:not(.white_e574):not(
    .picture-bd21
  ).fn-loading-fc8f
  svg,
input[type="reset"]:not(.white_e574):not(
    .picture-bd21
  ).fn-loading-fc8f
  .simple_4929,
input[type="reset"]:not(.white_e574):not(
    .picture-bd21
  ).fn-loading-fc8f
  .lite-cf83,
input[type="reset"]:not(.white_e574):not(
    .picture-bd21
  ).fn-loading-fc8f
  .detail-36b2,
input[type="reset"]:not(.white_e574):not(
    .picture-bd21
  ).fn-loading-fc8f
  i,
input[type="reset"]:not(.white_e574):not(
    .picture-bd21
  ).fn-loading-fc8f
  svg,
input[type="submit"]:not(.white_e574):not(
    .picture-bd21
  ).fn-loading-fc8f
  .simple_4929,
input[type="submit"]:not(.white_e574):not(
    .picture-bd21
  ).fn-loading-fc8f
  .lite-cf83,
input[type="submit"]:not(.white_e574):not(
    .picture-bd21
  ).fn-loading-fc8f
  .detail-36b2,
input[type="submit"]:not(.white_e574):not(
    .picture-bd21
  ).fn-loading-fc8f
  i,
input[type="submit"]:not(.white_e574):not(
    .picture-bd21
  ).fn-loading-fc8f
  svg {
  visibility: hidden;
}
.hero-1c0b:not(.white_e574):not(
    .picture-bd21
  ).fn-loading-fc8f:after,
button:not(.white_e574):not(
    .picture-bd21
  ).fn-loading-fc8f:after,
input[type="button"]:not(.white_e574):not(
    .picture-bd21
  ).fn-loading-fc8f:after,
input[type="reset"]:not(.white_e574):not(
    .picture-bd21
  ).fn-loading-fc8f:after,
input[type="submit"]:not(.white_e574):not(
    .picture-bd21
  ).fn-loading-fc8f:after {
  content: "" !important;
  height: 16px;
  width: 16px;
  -webkit-animation: spin 0.6s linear infinite;
  animation: spin 0.6s linear infinite;
  border: 2px solid rgba(0, 0, 0, 0.3);
  border-left-color: currentColor;
  border-radius: 50%;
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -8px;
  margin-left: -8px;
  padding: 0;
  line-height: 0;
}
.hero-1c0b:not(.white_e574):not(.picture-bd21),
input[type="button"]:not(.white_e574):not(
    .picture-bd21
  ),
input[type="reset"]:not(.white_e574):not(
    .picture-bd21
  ),
input[type="submit"]:not(.white_e574):not(
    .picture-bd21
  ) {
  color: #fff;
  background: #235787;
}
.hero-1c0b:not(.white_e574):not(
    .picture-bd21
  ):focus,
input[type="button"]:not(.white_e574):not(
    .picture-bd21
  ):focus,
input[type="reset"]:not(.white_e574):not(
    .picture-bd21
  ):focus,
input[type="submit"]:not(.white_e574):not(
    .picture-bd21
  ):focus {
  color: #fff;
}
.hero-1c0b.fn-disabled-fc8f:not(.white_e574):not(
    .picture-bd21
  ),
.hero-1c0b[disabled]:not(.white_e574):not(
    .picture-bd21
  ),
button.fn-disabled-fc8f:not(.white_e574):not(
    .picture-bd21
  ),
button[disabled]:not(.white_e574):not(
    .picture-bd21
  ) {
  opacity: 0.5;
}
textarea {
  padding: 0.575em 0.875em 0;
  min-height: 130px;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
fieldset {
  border: none;
  margin: 2.2906835em 0;
  padding: 0;
}
fieldset legend {
  margin-bottom: 0.5407911001em;
  font-weight: 600;
}
label {
  color: #252525;
}
.feature_gas_343d {
  clip: rect(1px, 1px, 1px, 1px);
  position: absolute !important;
  height: 1px;
  width: 1px;
  overflow: hidden;
  word-con: normal !important;
}
.feature_gas_343d:focus {
  background-color: #f1f1f1;
  border-radius: 3px;
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  clip: auto !important;
  display: block;
  font-weight: 700;
  height: auto;
  left: 0;
  line-height: normal;
  padding: 1em 2.2906835em;
  text-decoration: none;
  top: 0;
  width: auto;
  z-index: 100000;
}
#content[tabindex="-1"]:focus {
  outline: 0;
}
.header_old_4f29 {
  display: inline;
  float: left;
  margin-right: 1.41575em;
}
.texture_motion_9747 {
  display: inline;
  float: right;
  margin-left: 1.41575em;
}
.highlight-red-1135 {
  clear: both;
  display: block;
  margin: 0 auto;
}
.photo-e14d:after,
.photo-e14d:before,
.solid_35dd:after,
.solid_35dd:before,
.pagination_c950:after,
.pagination_c950:before,
.label-slow-7242:after,
.label-slow-7242:before,
.glass_9dc5:after,
.glass_9dc5:before,
.status-e8e8:after,
.status-e8e8:before {
  content: "";
  display: table;
  table-layout: fixed;
}
.photo-e14d:after,
.solid_35dd:after,
.pagination_c950:after,
.label-slow-7242:after,
.glass_9dc5:after,
.status-e8e8:after {
  clear: both;
}
.solid_35dd .pagination_a3fe,
.pagination_c950 .pagination_a3fe,
.photo-slow-1147 .pagination_a3fe {
  border: none;
  margin-bottom: 0;
  margin-top: 0;
  padding: 0;
}
embed,
iframe,
object {
  max-width: 100%;
}
.icon-south-9215 {
  display: inline-block;
}
.stale_b861 {
  margin-bottom: 1.41575em;
  max-width: 100%;
}
.stale_b861 img[class*="wp-image-"] {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.stale_b861 .hard_2ead {
  padding: 1em 0;
  font-size: 85%;
}
.hard_2ead {
  text-align: left;
  font-style: italic;
  color: #999;
}
.image-action-0e4f {
  margin-bottom: 1.5em;
  margin-bottom: 1.41575em;
}
.image-action-0e4f:after,
.image-action-0e4f:before {
  content: "";
  display: table;
}
.image-action-0e4f:after {
  clear: both;
}
.out-5496 {
  display: inline-block;
  text-align: center;
  vertical-align: top;
  width: 100%;
}
.grid-fast-3608 .out-5496 {
  max-width: 50%;
}
.smooth-1ba8 .out-5496 {
  max-width: 33.33%;
}
.shadow_333e .out-5496 {
  max-width: 25%;
}
.alert-west-f59f .out-5496 {
  max-width: 20%;
}
.button_gold_77f8 .out-5496 {
  max-width: 16.66%;
}
.sort-f9e0 .out-5496 {
  max-width: 14.28%;
}
.black-e113 .out-5496 {
  max-width: 12.5%;
}
.next-bfd1 .out-5496 {
  max-width: 11.11%;
}
.dropdown_active_6b13 {
  display: block;
}
.tag-10a3 .lite_92e7 label,
.tag-10a3 .simple_c365 label,
.tag-10a3 .down-bd8d label,
.tag-10a3 .row_white_dd87 label {
  text-transform: uppercase;
  letter-spacing: 0.5px;
  font-size: 0.85em;
}
.info-26c4 {
  list-style: none;
  margin: 0;
}
.info-26c4 article.table-soft-f122 {
  margin-bottom: 0;
}
.info-26c4 ul {
  list-style: none;
  margin: 0;
}
.info-26c4 .sidebar-b0f4 li.table-soft-f122 {
  padding-left: 30px;
}
@media screen and (min-width: 64em) {
  .info-26c4 .sidebar-b0f4 li.table-soft-f122 {
    padding-left: 85px;
    border-left: 1px solid #eaecee;
    position: relative;
    width: 100%;
  }
  .info-26c4 .sidebar-b0f4 li.table-soft-f122:after {
    content: "";
    display: block;
    position: absolute;
    float: left;
    top: 1.618em;
    left: 0;
    width: 1.618em;
    height: 1px;
    background-color: #eaecee;
  }
}
@media screen and (max-width: 48em) {
  .info-26c4 .sidebar-b0f4 li.table-soft-f122 li.table-soft-f122 li.table-soft-f122 li.table-soft-f122 {
    padding-left: 0;
  }
}
article.table-soft-f122 {
  padding: 1.618em 0;
  margin-bottom: 1.618em;
}
article.table-soft-f122 .solid_35dd p:last-of-type {
  margin-bottom: 0;
}
article.table-soft-f122 .slider-tall-0c64 {
  float: left;
}
article.table-soft-f122 .mini-4516 {
  margin-left: 85px;
}
article.table-soft-f122 .background-ecea {
  display: block;
  margin: 12px 0 12px;
  padding-bottom: 4px;
  border-bottom: 1px solid #eaecee;
}
article.table-soft-f122 .background-ecea .hovered_d2a5 {
  margin-left: 10px;
}
article.table-soft-f122 .gallery_fae1 {
  font-weight: 500;
  text-transform: uppercase;
  line-height: 1;
  font-style: normal;
}
article.table-soft-f122 .icon-fixed-1ee8 {
  background: #6d6d6d;
  padding: 1px 6px 1px;
  border-radius: 2px;
  color: #fff;
  position: relative;
  top: -2px;
  margin-left: 4px;
}
@media screen and (min-width: 64em) {
  #respond .lite_92e7,
  #respond .down-bd8d,
  #respond .row_white_dd87 {
    width: 29.4117647059%;
    margin-right: 5.8823529412%;
    float: left;
  }
}
#respond .lite_92e7 input,
#respond .down-bd8d input,
#respond .row_white_dd87 input {
  width: 100%;
}
#respond .row_white_dd87 {
  margin-right: 0;
}
#respond .input-selected-54c1 #wp-comment-cookies-consent {
  position: relative;
  top: -1px;
  margin-right: 5px;
}
.menu_blue_7be6 {
  margin: auto;
  width: 24px;
  height: 24px;
  min-height: 24px;
  overflow: hidden;
  fill: currentColor;
  line-height: 1em;
  font-size: 1em;
  position: relative;
  padding: 0;
  border-radius: 50%;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.16), 0 0 0 1px rgba(0, 0, 0, 0.08);
  background-color: rgba(255, 255, 255, 0.5);
  color: #888;
  opacity: 0.6;
  display: inline-block;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
.menu_blue_7be6.shadow-a077 {
  width: 36px;
  height: 36px;
  min-height: 36px;
  font-size: 1.1em;
}
.menu_blue_7be6 svg {
  width: 50%;
  height: 50%;
  position: absolute;
  top: 50%;
  left: 50%;
  fill: currentColor;
  color: currentColor;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.menu_blue_7be6:focus,
.menu_blue_7be6:hover {
  color: #333;
  opacity: 1;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.26), 0 0 0 1px rgba(0, 0, 0, 0.18);
  background-color: rgba(255, 255, 255, 0.99);
}
.white_6f82 {
  border-radius: 10%;
}
.widget_8142 {
  border-radius: 50%;
}
.sort_prev_77ed {
  font-size: 0.72em;
}
.notice_plasma_ddb5 {
  font-size: 0.875em;
}
.dark_62e0 {
  font-size: 1.1em;
}
.bottom_7a0b {
  text-transform: uppercase;
  line-height: 1.2;
}
.bottom_7a0b.sort_prev_77ed {
  letter-spacing: 0.5px;
}
.clean-9489,
.clean-9489 a {
  color: #6d6d6d;
}
.clean-9489 a:hover {
  color: #111;
}
.frame-ab87 {
  color: #6d6d6d;
}
.hero-86b4 {
  overflow-x: hidden;
}
.hero-86b4 .grid-c0f5.sidebar-4d3e {
  position: relative;
}
.hero-86b4 .grid-c0f5.sidebar-4d3e.menu_fb03 {
  position: initial;
}
.hero-86b4
  .grid-c0f5.sidebar-4d3e.menu_fb03
  .over-2d8e {
  left: auto;
}
.hero-86b4 .grid-c0f5 .over-2d8e {
  position: absolute;
  top: 100%;
  left: 0;
  display: none;
  background: #0073aa;
  color: #fff;
  padding: 5px 8px 6px;
  font-size: 12px !important;
  font-weight: 600;
  line-height: 14px;
  cursor: pointer;
  border-bottom-left-radius: 2px;
  border-bottom-right-radius: 2px;
}
.hero-86b4 .grid-c0f5:hover.sidebar-4d3e {
  -webkit-transition-delay: 0s !important;
  transition-delay: 0s !important;
  outline: 1px solid #0073aa;
  outline-offset: -1px;
}
.hero-86b4
  .grid-c0f5:hover.sidebar-4d3e
  .over-2d8e {
  display: block;
  z-index: 9999999;
}
.hero-86b4 .next_cb90 .image-3ba1,
.hero-86b4 .main_aafa .image-3ba1 {
  display: none;
}
.hero-86b4 .bottom-97be .grid-c0f5:hover.sidebar-4d3e {
  outline: 1px dashed #ff472e;
  outline-offset: -1px;
}
.tag-10a3 .lite_92e7 label,
.tag-10a3 .simple_c365 label,
.tag-10a3 .down-bd8d label,
.tag-10a3 .row_white_dd87 label {
  text-transform: uppercase;
  letter-spacing: 0.5px;
  font-size: 0.85em;
}
.info-26c4 {
  list-style: none;
  margin: 0;
}
.info-26c4 article.table-soft-f122 {
  margin-bottom: 0;
}
.info-26c4 ul {
  list-style: none;
  margin: 0;
}
.info-26c4 .sidebar-b0f4 li.table-soft-f122 {
  padding-left: 30px;
}
@media screen and (min-width: 64em) {
  .info-26c4 .sidebar-b0f4 li.table-soft-f122 {
    padding-left: 85px;
    border-left: 1px solid #eaecee;
    position: relative;
    width: 100%;
  }
  .info-26c4 .sidebar-b0f4 li.table-soft-f122:after {
    content: "";
    display: block;
    position: absolute;
    float: left;
    top: 1.618em;
    left: 0;
    width: 1.618em;
    height: 1px;
    background-color: #eaecee;
  }
}
@media screen and (max-width: 48em) {
  .info-26c4 .sidebar-b0f4 li.table-soft-f122 li.table-soft-f122 li.table-soft-f122 li.table-soft-f122 {
    padding-left: 0;
  }
}
article.table-soft-f122 {
  padding: 1.618em 0;
  margin-bottom: 1.618em;
}
article.table-soft-f122 .solid_35dd p:last-of-type {
  margin-bottom: 0;
}
article.table-soft-f122 .slider-tall-0c64 {
  float: left;
}
article.table-soft-f122 .mini-4516 {
  margin-left: 85px;
}
article.table-soft-f122 .background-ecea {
  display: block;
  margin: 12px 0 12px;
  padding-bottom: 4px;
  border-bottom: 1px solid #eaecee;
}
article.table-soft-f122 .background-ecea .hovered_d2a5 {
  margin-left: 10px;
}
article.table-soft-f122 .gallery_fae1 {
  font-weight: 500;
  text-transform: uppercase;
  line-height: 1;
  font-style: normal;
}
article.table-soft-f122 .icon-fixed-1ee8 {
  background: #6d6d6d;
  padding: 1px 6px 1px;
  border-radius: 2px;
  color: #fff;
  position: relative;
  top: -2px;
  margin-left: 4px;
}
@media screen and (min-width: 64em) {
  #respond .lite_92e7,
  #respond .down-bd8d,
  #respond .row_white_dd87 {
    width: 29.4117647059%;
    margin-right: 5.8823529412%;
    float: left;
  }
}
#respond .lite_92e7 input,
#respond .down-bd8d input,
#respond .row_white_dd87 input {
  width: 100%;
}
#respond .row_white_dd87 {
  margin-right: 0;
}
#respond .input-selected-54c1 #wp-comment-cookies-consent {
  position: relative;
  top: -1px;
  margin-right: 5px;
}
.next_cb90 .dirty-712d {
  color: rgba(255, 255, 255, 0.99);
  background: rgba(0, 0, 0, 0.9);
}
.dirty-712d .carousel-glass-ea3b.status-liquid-875f .thick-ad64 > li > a:focus,
.dirty-712d .carousel-glass-ea3b.status-liquid-875f .thick-ad64 > li > a:hover,
.dirty-712d .carousel-glass-ea3b.detail_53e3 .thick-ad64 > li > a:focus,
.dirty-712d .carousel-glass-ea3b.detail_53e3 .thick-ad64 > li > a:hover,
.dirty-712d .carousel-glass-ea3b.black_0f73 .thick-ad64 > li > a:focus,
.dirty-712d .carousel-glass-ea3b.black_0f73 .thick-ad64 > li > a:hover {
  color: rgba(255, 255, 255, 0.99);
}
.dirty-712d
  .carousel-glass-ea3b.status-liquid-875f
  .thick-ad64
  > li.outline_orange_4723
  > a,
.dirty-712d
  .carousel-glass-ea3b.status-liquid-875f
  .thick-ad64
  > li.rough-a60f
  > a,
.dirty-712d
  .carousel-glass-ea3b.detail_53e3
  .thick-ad64
  > li.outline_orange_4723
  > a,
.dirty-712d
  .carousel-glass-ea3b.detail_53e3
  .thick-ad64
  > li.rough-a60f
  > a,
.dirty-712d
  .carousel-glass-ea3b.black_0f73
  .thick-ad64
  > li.outline_orange_4723
  > a,
.dirty-712d .carousel-glass-ea3b.black_0f73 .thick-ad64 > li.component_rough_0afc > a {
  color: rgba(255, 255, 255, 0.99);
}
.dirty-712d .warm-5473,
.dirty-712d .warm-5473 a {
  color: rgba(255, 255, 255, 0.99);
}
.dirty-712d .gas_22b2.card_7f95 li a,
.dirty-712d .layout_5558 a,
.dirty-712d .tooltip_ef1f,
.dirty-712d .thick-ad64 > li > a,
.dirty-712d .white_7172 {
  color: rgba(255, 255, 255, 0.79);
}
.dirty-712d .gas_22b2.card_7f95 li a:hover,
.dirty-712d .layout_5558 a:hover,
.dirty-712d .tooltip_ef1f:hover,
.dirty-712d .thick-ad64 > li > a:hover,
.dirty-712d .white_7172:hover {
  color: rgba(255, 255, 255, 0.99);
}
.dirty-712d .button_large_74f6 {
  color: rgba(255, 255, 255, 0.79);
}
.dirty-712d .button_large_74f6 .tertiary_fresh_2dfe {
  color: rgba(255, 255, 255, 0.99);
}
.dirty-712d .button_large_74f6:hover {
  color: rgba(255, 255, 255, 0.99);
}
.dirty-712d .bronze-2c4f .image-faf7 {
  background: rgba(255, 255, 255, 0.03);
  border-color: rgba(255, 255, 255, 0.08);
  color: rgba(255, 255, 255, 0.79);
}
.dirty-712d .bronze-2c4f .image-faf7 .surface-glass-a51c {
  color: rgba(255, 255, 255, 0.79);
}
.dirty-712d
  .bronze-2c4f
  .image-faf7
  .surface-glass-a51c::-webkit-input-placeholder {
  color: rgba(255, 255, 255, 0.79);
}
.dirty-712d
  .bronze-2c4f
  .image-faf7
  .surface-glass-a51c:-ms-input-placeholder {
  color: rgba(255, 255, 255, 0.79);
}
.dirty-712d
  .bronze-2c4f
  .image-faf7
  .surface-glass-a51c::-ms-input-placeholder {
  color: rgba(255, 255, 255, 0.79);
}
.dirty-712d
  .bronze-2c4f
  .image-faf7
  .surface-glass-a51c::placeholder {
  color: rgba(255, 255, 255, 0.79);
}
.dirty-712d .bronze-2c4f .primary-wood-bd34 {
  color: rgba(255, 255, 255, 0.79);
}
.dirty-712d .bronze-2c4f .primary-wood-bd34:hover {
  color: rgba(255, 255, 255, 0.99);
}
.notification-out-a204
  .dirty-712d
  .bronze-2c4f
  .bottom_0d28
  .sort-fixed-ce91 {
  background-color: rgba(255, 255, 255, 0.03);
  border-color: rgba(255, 255, 255, 0.08);
  color: rgba(255, 255, 255, 0.79);
}
.notification-out-a204
  .dirty-712d
  .bronze-2c4f
  .bottom_0d28
  .surface-glass-a51c {
  background-color: rgba(255, 255, 255, 0.03) !important;
  border-color: rgba(255, 255, 255, 0.08);
  color: rgba(255, 255, 255, 0.79);
}
.next_cb90 .preview_f1c4 {
  color: rgba(0, 0, 0, 0.6);
  background: rgba(255, 255, 255, 0.9);
}
.preview_f1c4 .carousel-glass-ea3b.status-liquid-875f .thick-ad64 > li > a:focus,
.preview_f1c4 .carousel-glass-ea3b.status-liquid-875f .thick-ad64 > li > a:hover,
.preview_f1c4 .carousel-glass-ea3b.detail_53e3 .thick-ad64 > li > a:focus,
.preview_f1c4 .carousel-glass-ea3b.detail_53e3 .thick-ad64 > li > a:hover,
.preview_f1c4 .carousel-glass-ea3b.black_0f73 .thick-ad64 > li > a:focus,
.preview_f1c4 .carousel-glass-ea3b.black_0f73 .thick-ad64 > li > a:hover {
  color: rgba(0, 0, 0, 0.8);
}
.preview_f1c4
  .carousel-glass-ea3b.status-liquid-875f
  .thick-ad64
  > li.outline_orange_4723
  > a,
.preview_f1c4
  .carousel-glass-ea3b.status-liquid-875f
  .thick-ad64
  > li.rough-a60f
  > a,
.preview_f1c4
  .carousel-glass-ea3b.detail_53e3
  .thick-ad64
  > li.outline_orange_4723
  > a,
.preview_f1c4
  .carousel-glass-ea3b.detail_53e3
  .thick-ad64
  > li.rough-a60f
  > a,
.preview_f1c4
  .carousel-glass-ea3b.black_0f73
  .thick-ad64
  > li.outline_orange_4723
  > a,
.preview_f1c4 .carousel-glass-ea3b.black_0f73 .thick-ad64 > li.component_rough_0afc > a {
  color: rgba(0, 0, 0, 0.8);
}
.preview_f1c4 .warm-5473,
.preview_f1c4 .warm-5473 a {
  color: rgba(0, 0, 0, 0.8);
}
.preview_f1c4 .gas_22b2.card_7f95 li a,
.preview_f1c4 .layout_5558 a,
.preview_f1c4 .tooltip_ef1f,
.preview_f1c4 .thick-ad64 > li > a,
.preview_f1c4 .white_7172 {
  color: rgba(0, 0, 0, 0.55);
}
.preview_f1c4 .gas_22b2.card_7f95 li a:hover,
.preview_f1c4 .layout_5558 a:hover,
.preview_f1c4 .tooltip_ef1f:hover,
.preview_f1c4 .thick-ad64 > li > a:hover,
.preview_f1c4 .white_7172:hover {
  color: rgba(0, 0, 0, 0.8);
}
.preview_f1c4 .button_large_74f6 {
  color: rgba(0, 0, 0, 0.55);
}
.preview_f1c4 .button_large_74f6 .tertiary_fresh_2dfe {
  color: rgba(0, 0, 0, 0.8);
}
.preview_f1c4 .button_large_74f6:hover {
  color: rgba(0, 0, 0, 0.8);
}
.row-right-6d3c .preview_orange_9cd6 {
  margin-left: auto;
  margin-right: auto;
}
.pagination_c950 > * {
  margin-left: auto;
  margin-right: auto;
}
.pagination_c950 .header_old_4f29 {
  margin-right: 1.41575em;
}
.table_fluid_d486 .pagination_c950 > .description-18f3 {
  max-width: 100vw;
  max-width: calc(var(--vw, 1vw) * 100);
  width: 1200px;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  left: 50%;
  position: relative;
}
.table_fluid_d486 .pagination_c950 > .picture-hard-b933 {
  margin: 1.5em 0;
  max-width: 100vw;
  max-width: calc(var(--vw, 1vw) * 100);
  width: 100vw;
  width: calc(var(--vw, 1vw) * 100);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  left: 50%;
  position: relative;
}
.form-short-4961.row-right-6d3c .preview_orange_9cd6,
.overlay_bd3e.row-right-6d3c .preview_orange_9cd6 {
  margin-left: 0;
}
.over_705b.row-right-6d3c .preview_orange_9cd6,
.heading_hard_2e7e.row-right-6d3c .preview_orange_9cd6 {
  margin-right: 0;
}
.pagination_c950 ol,
.pagination_c950 ul {
  margin: 1.5em auto;
  list-style-position: outside;
}
.accordion_in_879b video {
  max-width: 100%;
}
.hard-47f0 img {
  display: block;
}
.hard-47f0.header_old_4f29,
.hard-47f0.texture_motion_9747 {
  width: 100%;
}
.hard-47f0.picture-hard-b933 img {
  width: 100vw;
  width: calc(var(--vw, 1vw) * 100);
}
.pattern_short_dab4:not(.large-bf10) {
  margin: 1.5em auto;
}
.detail-stale-e8f7 p {
  padding: 1.5em 14px;
}
ul.gas_692b.picture-hard-b933,
ul.gas_692b.description-18f3,
ul.gas_692b.footer_4805.description-18f3 {
  padding: 0 14px;
}
.link_stone_1c3c {
  display: block;
  overflow-x: auto;
}
.link_stone_1c3c table {
  border-collapse: collapse;
  width: 100%;
}
.link_stone_1c3c td,
.link_stone_1c3c th {
  padding: 0.5em;
}
.pagination_c950 li {
  margin-left: 2.5em;
  margin-bottom: 6px;
}
.pagination_c950 ol ol,
.pagination_c950 ol ul,
.pagination_c950 ul ol,
.pagination_c950 ul ul {
  margin-bottom: 0;
  margin-top: 0;
  margin-left: 2.5em;
}
.pagination_c950 ol ol li,
.pagination_c950 ol ul li,
.pagination_c950 ul ol li,
.pagination_c950 ul ul li {
  margin-left: 0;
}
.aside_fixed_6b2f.current_763a > .pagination_c678 {
  position: relative;
  width: 100%;
  height: 0;
  padding-top: 56.25%;
}
.aside_fixed_6b2f.current_763a > .pagination_c678 iframe,
.aside_fixed_6b2f.current_763a > .pagination_c678 > object {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}
.box-slow-54c5 {
  border-left-width: 4px;
  border-left-color: currentColor;
}
.box-slow-54c5.menu-89ba {
  padding: 0;
}
.box-slow-54c5.menu-89ba cite {
  font-size: 13px;
}
.box-slow-54c5 > * {
  margin-left: 16px;
  margin-right: 16px;
}
.box-slow-54c5 cite {
  font-style: normal;
  margin-top: 1em;
  position: relative;
  font-size: 13px;
}
.detail-next-c1b1 {
  border-bottom: 4px solid currentColor;
  border-top: 4px solid currentColor;
  margin-left: 0;
  margin-right: 0;
  padding: 3em 0;
  text-align: center;
}
.detail-next-c1b1 > p:first-child {
  margin-top: 0;
}
.detail-next-c1b1 cite {
  font-size: 13px;
  font-style: normal;
  text-transform: uppercase;
}
.detail-next-c1b1 blockquote {
  border-left: 0;
}
.lite-f417 {
  margin: 3em auto;
  border: none;
  border-bottom: 2px solid currentColor;
}
.lite-f417:not(.image_d117) {
  max-width: 100px;
}
.lite-f417.nav_9399 {
  border-bottom: none !important;
  text-align: center;
}
.lite-f417.nav_9399::before {
  padding-left: 0;
  font-size: 30px;
}
@media screen and (min-width: 768px) {
  .detail-stale-e8f7 p {
    padding: 1.5em 0;
  }
}
.yellow-286c {
  color: #0073aa;
}
.purple-a112 {
  background-color: #0073aa;
}
.tabs-b703 {
  color: #229fd8;
}
.message_6af2 {
  background-color: #229fd8;
}
.progress-stone-f593 {
  color: #eee;
}
.nav_a978 {
  background-color: #eee;
}
.sidebar_gold_559a {
  color: #444;
}
.action-b0a3 {
  background-color: #444;
}
.banner_af64 {
  padding: 0;
  -webkit-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  text-size-adjust: 100%;
  line-height: 13px;
}
.banner_af64 .large_6c0a .layout_5558 {
  font-size: 15px;
}
.banner_af64 .layout_5558 {
  line-height: 1.3;
}
.banner_af64 .preview_f1c4 {
}
.banner_af64 .dirty-712d {
  background: #235787;
}
.button_pressed_e54f {
  padding: 0;
}
.button_pressed_e54f .dirty-712d {
  background: #1a1a1a;
}
.button_pressed_e54f .preview_f1c4 {
  box-shadow: 0 1px 2px 0 #e1e5ea;
  background: #fff;
}
.mini-7312 {
  padding: 0;
  border-left: none;
  border-right: none;
}
.mini-7312 .preview_f1c4 {
  box-shadow: 0 1px 2px 0 #e1e5ea;
}
.mini-7312 .dirty-712d {
  background: #303030;
}
.status-e8e8 {
  position: relative;
  z-index: 10;
}
.status-e8e8 .footer-fresh-3078 {
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
  -webkit-box-pack: center;
  justify-content: center;
}
.lower_3b54 .sidebar-4d3e {
  display: inline-block;
  vertical-align: middle;
}
.lower_3b54.nav_tiny_4bab .sidebar-4d3e {
  margin-right: 1em;
}
@media screen and (max-width: 1024px) {
  .lower_3b54.nav_tiny_4bab .sidebar-4d3e {
    margin-right: 1em;
  }
}
@media screen and (max-width: 568px) {
  .lower_3b54.nav_tiny_4bab .sidebar-4d3e {
    margin-right: 0.4em;
  }
}
.lower_3b54.nav_tiny_4bab .sidebar-4d3e:last-child {
  margin-right: 0;
}
.dim_f03c .footer-fresh-3078 {
  max-width: initial;
}
@media screen and (min-width: 1025px) {
  .next_cb90 .large_6c0a {
    margin: 0 -0.5em;
  }
  .next_cb90 .large_6c0a [class*="customify-col-"],
  .next_cb90 .large_6c0a [class*="customify-col_"],
  .next_cb90 .large_6c0a [class~="customify-col-"] {
    padding-left: 0.5em;
    padding-right: 0.5em;
  }
}
.next_cb90.right_81a7 .footer-fresh-3078 {
  background: 0 0 !important;
}
.next_cb90.right_81a7 .footer-fresh-3078,
.next_cb90.dim_f03c .footer-fresh-3078 {
  border: 0 none !important;
  box-shadow: none !important;
}
@media screen and (min-width: 1025px) {
  .next_cb90.narrow-114b {
    background: 0 0 !important;
    border: 0 none;
    box-shadow: none !important;
  }
}
.next_cb90.dim_f03c .footer-fresh-3078 {
  box-shadow: none !important;
}
.header-hard-6ecd {
  padding: 21px 0 22px;
  border-bottom: 1px solid #eaecee;
  word-break: break-word;
  background: #f9f9f9;
}
@media screen and (max-width: 1024px) {
  .header-hard-6ecd {
    padding: 19px 0 20px;
  }
}
@media screen and (max-width: 568px) {
  .header-hard-6ecd {
    padding: 18px 0 20px;
  }
}
.header-hard-6ecd .layout-orange-e30b {
  width: 100%;
}
.header-hard-6ecd .avatar_fast_c216 {
  margin-bottom: 0;
}
.header-hard-6ecd .tag_a565 {
  margin-top: 5px;
  font-size: 0.875em;
}
.upper_dd9f {
  padding: 9px 0 9px;
  border-bottom: 1px solid #eaecee;
  color: #6d6d6d;
  line-height: 1.6;
  background: #fff;
}
.upper_dd9f .north-3d8e {
  width: 100%;
}
.description_ba08 {
  list-style: none;
  margin: 0 1em;
  padding: 0;
}
.description_ba08 li {
  display: inline-block;
  position: relative;
  padding-right: 10px;
}
.description_ba08 li:after {
  border-top: 1px solid currentColor;
  border-left: 1px solid currentColor;
  content: "";
  width: 5px;
  height: 5px;
  display: inline-block;
  -webkit-transform: rotate(135deg);
  -ms-transform: rotate(135deg);
  transform: rotate(135deg);
  left: auto;
  position: relative;
  top: -1px;
}
.description_ba08 li:last-child:after {
  display: none;
}
.description_ba08 li a {
  font-weight: 500;
  margin-right: 10px;
}
.media-inner-50eb .image-3ba1 button,
.header-hard-6ecd .image-3ba1 button {
  left: 0;
}
.media-inner-50eb .north-3d8e,
.header-hard-6ecd .north-3d8e {
  padding-left: 0;
  padding-right: 0;
}
.media-inner-50eb .upper_dd9f,
.header-hard-6ecd .upper_dd9f {
  border-bottom: none;
  padding-bottom: 0;
  background: 0 0;
}
.media-inner-50eb {
  position: relative;
  background-size: cover;
  background-position: center;
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
  -webkit-box-pack: center;
  justify-content: center;
}
.media-inner-50eb:before {
  position: absolute;
  content: "";
  background-color: rgba(0, 0, 0, 0.3);
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: block;
  z-index: 1;
}
.media-inner-50eb .breadcrumb-complex-81cc {
  width: 100%;
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
  -webkit-box-pack: center;
  justify-content: center;
  z-index: 5;
  padding: 1em 30px;
}
@media screen and (min-width: 1025px) {
  .media-inner-50eb .breadcrumb-complex-81cc {
    min-height: 300px;
  }
}
@media screen and (max-width: 1024px) {
  .media-inner-50eb .breadcrumb-complex-81cc {
    min-height: 250px;
    padding: 1em 15px;
  }
}
@media screen and (max-width: 568px) {
  .media-inner-50eb .breadcrumb-complex-81cc {
    min-height: 200px;
  }
}
.media-inner-50eb .description_ba08 {
  color: rgba(255, 255, 255, 0.8);
}
.media-inner-50eb .description_ba08 a,
.media-inner-50eb .description_ba08 li:after {
  color: inherit;
}
.media-inner-50eb .description_ba08 a:hover {
  color: rgba(255, 255, 255, 0.8);
}
.image-c543 {
  margin-bottom: 0.5em;
}
.down_bb51 {
  margin-bottom: 1.2em;
}
.down_bb51,
.image-c543 {
  display: inline-block;
  position: relative;
  color: rgba(255, 255, 255, 0.99);
  z-index: 5;
}
.down_bb51 p:last-child,
.image-c543 p:last-child {
  margin-bottom: 0;
}
#header-menu-sidebar .image-3ba1,
#masthead .image-3ba1 {
  display: none;
}
#masthead
  > .image-3ba1.container-active-d397 {
  display: none;
}
#masthead > .image-3ba1 button {
  left: 0;
}
.white_e844 {
  display: -webkit-box !important;
  display: flex !important;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  flex-flow: row nowrap;
  -webkit-box-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  align-items: center;
  width: 100%;
  height: 100%;
}
.white_e844 .sidebar-4d3e {
  display: -webkit-inline-box;
  display: inline-flex;
  -webkit-box-align: center;
  align-items: center;
  margin-left: 0.5em;
  margin-right: 0.5em;
}
.white_e844 .motion_d79f {
  display: -webkit-box;
  display: flex;
}
.white_e844 .motion_d79f.detail_gas_cb21 {
  -webkit-box-pack: center;
  justify-content: center;
  margin-left: 1em;
  margin-right: 1em;
}
.white_e844 .motion_d79f.photo_66c4 {
  -webkit-box-pack: start;
  justify-content: flex-start;
  margin-right: auto;
  -webkit-box-flex: 1;
  flex: 1 1 0;
}
.white_e844 .motion_d79f.thumbnail_e79f {
  margin-left: auto;
  -webkit-box-pack: end;
  justify-content: flex-end;
  -webkit-box-flex: 1;
  flex: 1 1 0;
}
.white_e844.message-under-f453.dropdown-19a4 .motion_d79f.detail_gas_cb21 {
  flex-basis: 100%;
}
.white_e844.popup_steel_1ac7 .motion_d79f.photo_66c4 {
  -webkit-box-flex: 1;
  flex: auto;
}
.white_e844.popup_steel_1ac7 .motion_d79f.thumbnail_e79f {
  -webkit-box-flex: 1;
  flex: auto;
}
#masthead
  > .image-3ba1.container-active-d397 {
  display: none;
}
#masthead > .image-3ba1 button {
  left: 0;
}
.stone-7241 {
  padding: 0.5407911001em 1em;
  background: #c3512f;
  color: #fff;
  border-radius: 2px;
  display: inline-block;
  position: relative;
  text-decoration: none;
  font-size: 0.85em;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  font-weight: 600;
}
.stone-7241:hover {
  box-shadow: inset 0 0 0 120px rgba(0, 0, 0, 0.18);
  color: #fff;
}
.stone-7241.menu_cd3c i {
  margin-right: 4px;
}
.stone-7241.element-iron-254d i {
  margin-left: 5px;
}
.layout_5558 p {
  font-weight: 500;
  text-transform: uppercase;
  font-size: 13px;
}
.layout_5558 p:last-child {
  margin-bottom: 0;
}
.top-4b7d {
  display: -webkit-box;
  display: flex;
  line-height: 0.9;
  vertical-align: middle;
}
.top-4b7d a {
  display: inline-block;
  text-transform: uppercase;
  letter-spacing: 0.4px;
  font-weight: 600;
}
.top-4b7d img {
  display: block;
  width: auto;
  line-height: 1;
}
.top-4b7d .warm-5473 {
  font-size: 1.5em;
  margin: 0;
  font-weight: 600;
  line-height: 1.216;
}
.top-4b7d .blue-232c {
  margin: 5px 0 7px 0;
}
.top-4b7d.medium-4dfd .down-92e7 {
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
  -webkit-box-pack: center;
  justify-content: center;
}
.top-4b7d.medium-4dfd .texture_green_b3f7 {
  margin-left: 7px;
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
  -webkit-box-pack: center;
  justify-content: center;
}
.top-4b7d.wrapper_7634 {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  flex-direction: row-reverse;
}
.top-4b7d.wrapper_7634 .down-92e7 {
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
  -webkit-box-pack: center;
  justify-content: center;
}
.top-4b7d.wrapper_7634 .texture_green_b3f7 {
  margin-right: 7px;
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
  -webkit-box-pack: center;
  justify-content: center;
}
.top-4b7d.form_up_2369 {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
}
.top-4b7d.progress-da89 {
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
  flex-direction: column-reverse;
}
.top-4b7d.progress-da89 .texture_green_b3f7 {
  margin-top: 7px;
}
.image_7dcc {
  display: inline-block;
}
.status-e8e8 .tabs_down_50a7 .top-4b7d img {
  max-width: 100%;
}
.carousel-glass-ea3b .grid-c46b.filter-72fa,
.sidebar-dynamic-7e01 .grid-c46b.filter-72fa {
  position: relative;
  display: -webkit-inline-box;
  display: inline-flex;
  -webkit-box-align: center;
  align-items: center;
}
.carousel-glass-ea3b .feature_528a,
.sidebar-dynamic-7e01 .feature_528a {
  display: inline-block;
  font-size: inherit;
  text-rendering: auto;
  text-decoration: none !important;
  position: relative;
  width: 6px;
  height: 6px;
  margin-top: 1px;
  border-left: 1px solid currentColor;
  border-top: 1px solid currentColor;
  -webkit-transform: rotate(-135deg) translateY(50%);
  -ms-transform: rotate(-135deg) translateY(50%);
  transform: rotate(-135deg) translateY(50%);
}
.carousel-glass-ea3b .feature_528a {
  display: inline;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-decoration: none !important;
}
.carousel-glass-ea3b.popup-d374 .feature_528a {
  display: none;
}
.carousel-glass-ea3b .over_8033 {
  list-style: none;
  padding: 0;
  margin: 0;
}
.carousel-glass-ea3b .over_8033 li {
  display: inline-block;
  position: relative;
}
.carousel-glass-ea3b .over_8033 li:last-child {
  margin-right: 0;
}
.carousel-glass-ea3b .over_8033 li a {
  display: inline-block;
  -webkit-transition: all 0.14s ease-out;
  transition: all 0.14s ease-out;
  -webkit-text-decoration-color: currentColor;
  text-decoration-color: currentColor;
}
.carousel-glass-ea3b .over_8033 li.component_rough_0afc > a {
  color: rgba(0, 0, 0, 0.9);
}
.carousel-glass-ea3b .over_8033 > li > a {
  padding: 12px 13px 12px;
  display: -webkit-inline-box;
  display: inline-flex;
  -webkit-box-align: center;
  align-items: center;
  text-transform: uppercase;
  font-weight: 600;
  font-size: 0.85em;
  line-height: 1;
}
.carousel-glass-ea3b .over_8033 > li > a i {
  line-height: 0;
}
.carousel-glass-ea3b .over_8033 > li.shade-clean-7b4e > a .feature_528a {
  margin-left: 4px;
  line-height: 0;
}
.carousel-glass-ea3b .over_8033 .content-prev-1d33 li.shade-clean-7b4e > a {
  position: relative;
}
.carousel-glass-ea3b .over_8033 .content-prev-1d33 li.shade-clean-7b4e > a:after,
.carousel-glass-ea3b .over_8033 .content-prev-1d33 li.shade-clean-7b4e > a:before {
  content: "";
  display: table;
}
.carousel-glass-ea3b .over_8033 .content-prev-1d33 li.shade-clean-7b4e > a:after {
  clear: both;
}
.carousel-glass-ea3b .over_8033 .content-prev-1d33 li.shade-clean-7b4e > a .feature_528a {
  margin-left: 5px;
  float: right;
}
.carousel-glass-ea3b .media_09f3,
.carousel-glass-ea3b .content-prev-1d33 {
  position: absolute;
  left: 0;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  z-index: 99;
  opacity: 0;
  height: 0;
  overflow: hidden;
  visibility: hidden;
  display: block;
  -webkit-transform: translateY(40px);
  -ms-transform: translateY(40px);
  transform: translateY(40px);
  top: 100%;
  margin: 0;
  padding: 0;
}
.carousel-glass-ea3b .content-prev-1d33 {
  width: 14em;
  background: #fff;
  box-shadow: 0 2px 4px -2px rgba(0, 0, 0, 0.1), 0 4px 15px 0 rgba(0, 0, 0, 0.1);
  text-align: left;
  border-radius: 2px;
}
.carousel-glass-ea3b .content-prev-1d33 .filter-72fa {
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: justify;
  justify-content: space-between;
}
.carousel-glass-ea3b .content-prev-1d33 .feature_528a {
  -webkit-transform: rotate(135deg) translateY(0);
  -ms-transform: rotate(135deg) translateY(0);
  transform: rotate(135deg) translateY(0);
}
.carousel-glass-ea3b .content-prev-1d33 li {
  display: block;
  margin: 0;
  padding: 0;
}
.carousel-glass-ea3b .content-prev-1d33 li a {
  display: block;
  width: 100%;
  padding: 9px 15px;
  -webkit-transition: background 0.15s ease-out;
  transition: background 0.15s ease-out;
  color: rgba(0, 0, 0, 0.55);
  font-size: 0.9em;
  line-height: 1.5;
}
.carousel-glass-ea3b .content-prev-1d33 li a:hover {
  background: rgba(0, 0, 0, 0.015);
  color: rgba(0, 0, 0, 0.8);
}
.carousel-glass-ea3b .content-prev-1d33 .content-prev-1d33 {
  top: 0;
  left: 100%;
}
.carousel-glass-ea3b .white-9baf.fn-focus-fc8f > .media_09f3,
.carousel-glass-ea3b .white-9baf.fn-focus-fc8f > .content-prev-1d33,
.carousel-glass-ea3b .white-9baf:focus > .media_09f3,
.carousel-glass-ea3b .white-9baf:focus > .content-prev-1d33,
.carousel-glass-ea3b .white-9baf:hover > .media_09f3,
.carousel-glass-ea3b .white-9baf:hover > .content-prev-1d33 {
  height: auto;
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
  overflow: initial;
  visibility: visible;
  opacity: 1;
}
.carousel-glass-ea3b.black_0f73 .thick-ad64:after,
.carousel-glass-ea3b.black_0f73 .thick-ad64:before {
  content: "";
  display: table;
}
.carousel-glass-ea3b.black_0f73 .thick-ad64:after {
  clear: both;
}
.carousel-glass-ea3b.black_0f73 .thick-ad64 > li {
  float: left;
}
.carousel-glass-ea3b.header-9d4b .thick-ad64:after,
.carousel-glass-ea3b.header-9d4b .thick-ad64:before {
  content: "";
  display: table;
}
.carousel-glass-ea3b.header-9d4b .thick-ad64:after {
  clear: both;
}
.carousel-glass-ea3b.header-9d4b .thick-ad64 > li {
  float: left;
}
.carousel-glass-ea3b.header-9d4b .thick-ad64 > li > a {
  background: 0 0;
  display: -webkit-inline-box;
  display: inline-flex;
  vertical-align: middle;
  -webkit-box-align: center;
  align-items: center;
}
.carousel-glass-ea3b.header-9d4b .thick-ad64 > li > a:hover {
  color: #fff;
  background-color: #1e4b75;
}
.carousel-glass-ea3b.header-9d4b .thick-ad64 > li.outline_orange_4723 > a,
.carousel-glass-ea3b.header-9d4b .thick-ad64 > li.component_rough_0afc > a {
  color: #fff;
  background-color: #1e4b75;
}
.carousel-glass-ea3b.status-liquid-875f .thick-ad64 > li > a .filter-72fa {
  position: relative;
}
.carousel-glass-ea3b.status-liquid-875f .thick-ad64 > li > a .filter-72fa:before {
  position: absolute;
  bottom: -6px;
  width: 1px;
  left: 0;
  height: 2px;
  background-color: transparent;
  content: "";
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.carousel-glass-ea3b.status-liquid-875f
  .thick-ad64
  > li:focus
  > a
  .filter-72fa:before,
.carousel-glass-ea3b.status-liquid-875f
  .thick-ad64
  > li:hover
  > a
  .filter-72fa:before {
  width: 100%;
  background-color: currentColor;
}
.carousel-glass-ea3b.status-liquid-875f
  .thick-ad64
  > li.outline_orange_4723
  > a
  .filter-72fa:before,
.carousel-glass-ea3b.status-liquid-875f
  .thick-ad64
  > li.rough-a60f
  > a
  .filter-72fa:before {
  width: 100%;
  background-color: currentColor;
}
.carousel-glass-ea3b.detail_53e3 .thick-ad64 > li > a .filter-72fa {
  position: relative;
}
.carousel-glass-ea3b.detail_53e3 .thick-ad64 > li > a .filter-72fa:before {
  position: absolute;
  top: -6px;
  width: 1px;
  left: 0;
  height: 2px;
  background-color: transparent;
  content: "";
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.carousel-glass-ea3b.detail_53e3 .thick-ad64 > li:focus > a .filter-72fa:before,
.carousel-glass-ea3b.detail_53e3
  .thick-ad64
  > li:hover
  > a
  .filter-72fa:before {
  width: 100%;
  background-color: currentColor;
}
.carousel-glass-ea3b.detail_53e3
  .thick-ad64
  > li.outline_orange_4723
  > a
  .filter-72fa:before,
.carousel-glass-ea3b.detail_53e3
  .thick-ad64
  > li.rough-a60f
  > a
  .filter-72fa:before {
  width: 100%;
  background-color: currentColor;
}
.sidebar-dynamic-7e01 .over_8033 {
  margin: 0;
  padding: 0;
  list-style: none;
}
.sidebar-dynamic-7e01 .over_8033 li:first-child > a {
  border-top: none;
}
.sidebar-dynamic-7e01 .over_8033 .prev-0cfd > .filter-72fa .feature_528a {
  display: none;
}
.sidebar-dynamic-7e01 .over_8033 li {
  list-style: none;
  position: relative;
  border-bottom: 1px solid transparent;
}
.sidebar-dynamic-7e01 .over_8033 li:last-child {
  border: none;
}
.sidebar-dynamic-7e01 .over_8033 li.shade-clean-7b4e > a {
  padding-right: 45px !important;
}
.sidebar-dynamic-7e01 .over_8033 li a {
  display: block;
  padding: 0.55em 1.5em;
}
.sidebar-dynamic-7e01 .over_8033 li a:focus,
.sidebar-dynamic-7e01 .over_8033 li a:hover {
  background: rgba(0, 0, 0, 0.01);
}
.sidebar-dynamic-7e01 .over_8033 li .accordion_a695 {
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  text-align: center;
  vertical-align: middle;
  line-height: 1;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  cursor: pointer;
  padding: 0.88em 0.9em;
  border-left: 1px solid rgba(255, 255, 255, 0.08);
  background: 0 0;
}
.sidebar-dynamic-7e01 .over_8033 li .accordion_a695:hover {
  box-shadow: none;
}
.sidebar-dynamic-7e01 .over_8033 li .accordion_a695 .feature_528a {
  -webkit-transform: rotate(-135deg) translateY(50%) translateX(50%);
  -ms-transform: rotate(-135deg) translateY(50%) translateX(50%);
  transform: rotate(-135deg) translateY(50%) translateX(50%);
}
.sidebar-dynamic-7e01 .over_8033 .content-prev-1d33 {
  opacity: 0;
  -webkit-transition: opacity 0.5s ease;
  transition: opacity 0.5s ease;
  margin: 0;
  border-top: 1px solid rgba(255, 255, 255, 0.08);
}
.sidebar-dynamic-7e01 .over_8033 .content-prev-1d33 li a {
  padding-left: 3em;
}
.sidebar-dynamic-7e01 .over_8033 .focus_gas_3b9a > a .accordion_a695 i {
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
.sidebar-dynamic-7e01 .over_8033 .focus_gas_3b9a > .content-prev-1d33 {
  display: block;
  opacity: 1;
}
.carousel_afb0 {
  max-width: 100%;
}
.status_tall_83c7 {
  line-height: 0;
  cursor: pointer;
}
.white_7172 {
  line-height: 0;
  display: inline-block;
  position: relative;
  box-shadow: none;
}
.white_7172:hover {
  box-shadow: none;
  color: currentColor;
}
.white_7172 svg {
  width: 18px;
  height: 18px;
}
.white_7172 .east-c561 {
  display: none;
}
.action-75c3 {
  position: relative;
}
.action-75c3.fn-active-fc8f .white_7172 .element-liquid-f3f1 {
  display: none;
}
.action-75c3.fn-active-fc8f .white_7172 .east-c561 {
  display: inline-block;
}
.action-75c3 .last-d605 {
  position: absolute;
  top: 100%;
  left: -0.9em;
  height: 0;
  overflow: hidden;
  display: block;
  margin-top: -1px;
  -webkit-transition: all 0.2s linear;
  transition: all 0.2s linear;
  -webkit-transform: translateY(40px);
  -ms-transform: translateY(40px);
  transform: translateY(40px);
}
.action-75c3.yellow-c6f3 .last-d605 {
  left: auto;
  right: -0.9em;
}
.action-75c3.yellow-c6f3 .grid_tiny_5400::before {
  left: auto;
  right: 15px;
}
.action-75c3.fn-active-fc8f .last-d605 {
  height: auto;
  overflow: initial;
  z-index: 26;
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
}
.bottom_0d28 {
  display: -webkit-box;
  display: flex;
  margin-bottom: 0;
  width: 100%;
  max-width: 100%;
}
.bottom_0d28 label {
  flex-basis: 100%;
}
.bottom_0d28 .image-faf7 {
  border: 1px solid;
  border-color: rgba(127, 127, 127, 0.2);
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.12) inset;
  border-radius: 2px;
}
.bottom_0d28 .surface-glass-a51c {
  display: block;
  width: 100%;
  border-radius: 2px;
  height: 2.4em;
}
.bottom_0d28 .surface-glass-a51c:focus {
  background-color: transparent;
}
.bottom_0d28 button.primary-wood-bd34 {
  overflow: hidden;
  box-shadow: none;
  margin-left: -40px;
  background: 0 0;
  color: #6d6d6d;
  line-height: 0;
  padding: 0 0.7em;
  min-height: auto;
}
.bottom_0d28 button.primary-wood-bd34:hover {
  box-shadow: none;
  background-color: transparent;
  color: #686868;
}
.bottom_0d28 button.primary-wood-bd34 svg {
  width: 18px;
  height: 18px;
}
.bottom_0d28 input[type="submit"] {
  min-height: auto;
}
.bronze-2c4f .bottom_0d28 .surface-glass-a51c {
  border: 0;
  box-shadow: none;
  background-color: transparent;
}
.grid_tiny_5400 {
  border: 1px solid #eaecee;
  padding: 1.25em;
  background: #fff;
  width: 280px;
  position: relative;
  margin-top: 15px;
  box-shadow: 0 3px 30px rgba(25, 30, 35, 0.1);
}
@media screen and (max-width: 568px) {
  .grid_tiny_5400 {
    width: 220px;
  }
}
.grid_tiny_5400 label {
  flex-basis: 100%;
}
.grid_tiny_5400::before {
  border-top: 1px solid #eaecee;
  border-left: 1px solid #eaecee;
  background: #fff;
  content: "";
  display: block;
  position: absolute;
  top: -8px;
  left: 15px;
  width: 15px;
  height: 15px;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  z-index: 27;
}
.notification-out-a204 .bronze-2c4f .bottom_0d28 {
  margin-bottom: 0;
  width: 100%;
  max-width: 100%;
  display: -webkit-box;
  display: flex;
  border: 1px solid;
  border-color: rgba(127, 127, 127, 0.2);
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.12) inset;
  border-radius: 2px;
  height: 2.4em;
  line-height: 2.4em;
  overflow: hidden;
}
.notification-out-a204
  .bronze-2c4f
  .bottom_0d28
  .image-faf7 {
  background-color: transparent;
  min-height: auto;
  flex-basis: 100%;
  display: -webkit-box;
  display: flex;
  border-style: none;
  border: none;
  box-shadow: none;
}
.notification-out-a204 .bronze-2c4f .bottom_0d28 .surface-glass-a51c {
  border-color: transparent;
  height: auto;
  background-color: transparent;
  border: 0;
  border-style: none;
  box-shadow: none;
  -webkit-box-flex: 0;
  flex: 0 0 auto;
}
.notification-out-a204
  .bronze-2c4f
  .bottom_0d28
  .surface-glass-a51c:focus {
  background: 0 0;
}
.notification-out-a204
  .bronze-2c4f
  .bottom_0d28
  .sort-fixed-ce91 {
  height: auto;
  border: 0;
  background-color: transparent;
  -webkit-box-flex: 1;
  flex: 1 1 auto;
  width: auto;
  padding-right: 2em;
  position: relative;
  border-right: 1px solid rgba(127, 127, 127, 0.2);
  color: #6d6d6d;
  border-top: 0 !important;
  border-left: 0 !important;
  border-bottom: 0 !important;
}
.gas_22b2 {
  display: inline-block;
  margin: 0;
  padding: 0;
  list-style: none;
  position: relative;
}
.gas_22b2 li {
  list-style: none;
  display: inline-block;
  margin: 0 3px;
}
.gas_22b2 li:last-child {
  margin-right: 0;
}
.gas_22b2 li:first-child {
  margin-left: 0;
}
.gas_22b2.message_34e8 a {
  color: #fff;
}
.gas_22b2.message_34e8 a:hover {
  color: #fff;
}
.gas_22b2 a {
  color: currentColor;
  text-align: center;
  vertical-align: middle;
  width: 100%;
  padding: 0.4em;
  display: inline-block;
  line-height: 1;
  font-size: 13px;
}
.gas_22b2 a i {
  width: 1em;
  height: 1em;
  position: relative;
  display: block;
}
.gas_22b2 a i:before {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}
.gas_22b2 a:hover {
  opacity: 0.9;
  color: inherit;
}
.gas_22b2 [class*="social-icon-apple"] {
  background-color: #999;
}
.gas_22b2 [class*="social-icon-apple"].accordion_narrow_e932 {
  background-color: transparent;
  color: #999;
}
.gas_22b2 [class*="social-icon-behance"] {
  background-color: #1769ff;
}
.gas_22b2 [class*="social-icon-behance"].accordion_narrow_e932 {
  background-color: transparent;
  color: #1769ff;
}
.gas_22b2 [class*="social-icon-bitbucket"] {
  background-color: #205081;
}
.gas_22b2 [class*="social-icon-bitbucket"].accordion_narrow_e932 {
  background-color: transparent;
  color: #205081;
}
.gas_22b2 [class*="social-icon-codepen"] {
  background-color: #000;
}
.gas_22b2 [class*="social-icon-codepen"].accordion_narrow_e932 {
  background-color: transparent;
  color: #000;
}
.gas_22b2 [class*="social-icon-delicious"] {
  background-color: #39f;
}
.gas_22b2 [class*="social-icon-delicious"].accordion_narrow_e932 {
  background-color: transparent;
  color: #39f;
}
.gas_22b2 [class*="social-icon-digg"] {
  background-color: #005be2;
}
.gas_22b2 [class*="social-icon-digg"].accordion_narrow_e932 {
  background-color: transparent;
  color: #005be2;
}
.gas_22b2 [class*="social-icon-dribbble"] {
  background-color: #ea4c89;
}
.gas_22b2 [class*="social-icon-dribbble"].accordion_narrow_e932 {
  background-color: transparent;
  color: #ea4c89;
}
.gas_22b2 [class*="social-icon-envelope"] {
  background-color: #ea4335;
}
.gas_22b2 [class*="social-icon-envelope"].accordion_narrow_e932 {
  background-color: transparent;
  color: #ea4335;
}
.gas_22b2 [class*="social-icon-facebook"] {
  background-color: #3b5998;
}
.gas_22b2 [class*="social-icon-facebook"].accordion_narrow_e932 {
  background-color: transparent;
  color: #3b5998;
}
.gas_22b2 [class*="social-icon-flickr"] {
  background-color: #0063dc;
}
.gas_22b2 [class*="social-icon-flickr"].accordion_narrow_e932 {
  background-color: transparent;
  color: #0063dc;
}
.gas_22b2 [class*="social-icon-foursquare"] {
  background-color: #2d5be3;
}
.gas_22b2 [class*="social-icon-foursquare"].accordion_narrow_e932 {
  background-color: transparent;
  color: #2d5be3;
}
.gas_22b2 [class*="social-icon-github"] {
  background-color: #333;
}
.gas_22b2 [class*="social-icon-github"].accordion_narrow_e932 {
  background-color: transparent;
  color: #333;
}
.gas_22b2 [class*="social-icon-google-plus"] {
  background-color: #dd4b39;
}
.gas_22b2 [class*="social-icon-google-plus"].accordion_narrow_e932 {
  background-color: transparent;
  color: #dd4b39;
}
.gas_22b2 [class*="social-icon-houzz"] {
  background-color: #7ac142;
}
.gas_22b2 [class*="social-icon-houzz"].accordion_narrow_e932 {
  background-color: transparent;
  color: #7ac142;
}
.gas_22b2 [class*="social-icon-instagram"] {
  background-color: #262626;
}
.gas_22b2 [class*="social-icon-instagram"].accordion_narrow_e932 {
  background-color: transparent;
  color: #262626;
}
.gas_22b2 [class*="social-icon-jsfiddle"] {
  background-color: #487aa2;
}
.gas_22b2 [class*="social-icon-jsfiddle"].accordion_narrow_e932 {
  background-color: transparent;
  color: #487aa2;
}
.gas_22b2 [class*="social-icon-linkedin"] {
  background-color: #0077b5;
}
.gas_22b2 [class*="social-icon-linkedin"].accordion_narrow_e932 {
  background-color: transparent;
  color: #0077b5;
}
.gas_22b2 [class*="social-icon-medium"] {
  background-color: #00ab6b;
}
.gas_22b2 [class*="social-icon-medium"].accordion_narrow_e932 {
  background-color: transparent;
  color: #00ab6b;
}
.gas_22b2 [class*="social-icon-odnoklassniki"] {
  background-color: #f4731c;
}
.gas_22b2
  [class*="social-icon-odnoklassniki"].accordion_narrow_e932 {
  background-color: transparent;
  color: #f4731c;
}
.gas_22b2 [class*="social-icon-meetup"] {
  background-color: #ec1c40;
}
.gas_22b2 [class*="social-icon-meetup"].accordion_narrow_e932 {
  background-color: transparent;
  color: #ec1c40;
}
.gas_22b2 [class*="social-icon-pinterest"] {
  background-color: #bd081c;
}
.gas_22b2 [class*="social-icon-pinterest"].accordion_narrow_e932 {
  background-color: transparent;
  color: #bd081c;
}
.gas_22b2 [class*="social-icon-product-hunt"] {
  background-color: #da552f;
}
.gas_22b2 [class*="social-icon-product-hunt"].accordion_narrow_e932 {
  background-color: transparent;
  color: #da552f;
}
.gas_22b2 [class*="social-icon-reddit"] {
  background-color: #ff4500;
}
.gas_22b2 [class*="social-icon-reddit"].accordion_narrow_e932 {
  background-color: transparent;
  color: #ff4500;
}
.gas_22b2 [class*="social-icon-rss"] {
  background-color: #f26522;
}
.gas_22b2 [class*="social-icon-rss"].accordion_narrow_e932 {
  background-color: transparent;
  color: #f26522;
}
.gas_22b2 [class*="social-icon-shopping-cart"] {
  background-color: #4caf50;
}
.gas_22b2
  [class*="social-icon-shopping-cart"].accordion_narrow_e932 {
  background-color: transparent;
  color: #4caf50;
}
.gas_22b2 [class*="social-icon-skype"] {
  background-color: #00aff0;
}
.gas_22b2 [class*="social-icon-skype"].accordion_narrow_e932 {
  background-color: transparent;
  color: #00aff0;
}
.gas_22b2 [class*="social-icon-slideshare"] {
  background-color: #0077b5;
}
.gas_22b2 [class*="social-icon-slideshare"].accordion_narrow_e932 {
  background-color: transparent;
  color: #0077b5;
}
.gas_22b2 [class*="social-icon-snapchat"] {
  background-color: #fffc00;
}
.gas_22b2 [class*="social-icon-snapchat"].accordion_narrow_e932 {
  background-color: transparent;
  color: #fffc00;
}
.gas_22b2 [class*="social-icon-soundcloud"] {
  background-color: #f80;
}
.gas_22b2 [class*="social-icon-soundcloud"].accordion_narrow_e932 {
  background-color: transparent;
  color: #f80;
}
.gas_22b2 [class*="social-icon-spotify"] {
  background-color: #2ebd59;
}
.gas_22b2 [class*="social-icon-spotify"].accordion_narrow_e932 {
  background-color: transparent;
  color: #2ebd59;
}
.gas_22b2 [class*="social-icon-stack-overflow"] {
  background-color: #fe7a15;
}
.gas_22b2
  [class*="social-icon-stack-overflow"].accordion_narrow_e932 {
  background-color: transparent;
  color: #fe7a15;
}
.gas_22b2 [class*="social-icon-maldkfgram"] {
  background-color: #2ca5e0;
}
.gas_22b2 [class*="social-icon-maldkfgram"].accordion_narrow_e932 {
  background-color: transparent;
  color: #2ca5e0;
}
.gas_22b2 [class*="social-icon-tripadvisor"] {
  background-color: #589442;
}
.gas_22b2 [class*="social-icon-tripadvisor"].accordion_narrow_e932 {
  background-color: transparent;
  color: #589442;
}
.gas_22b2 [class*="social-icon-tumblr"] {
  background-color: #35465c;
}
.gas_22b2 [class*="social-icon-tumblr"].accordion_narrow_e932 {
  background-color: transparent;
  color: #35465c;
}
.gas_22b2 [class*="social-icon-twitch"] {
  background-color: #6441a5;
}
.gas_22b2 [class*="social-icon-twitch"].accordion_narrow_e932 {
  background-color: transparent;
  color: #6441a5;
}
.gas_22b2 [class*="social-icon-twitter"] {
  background-color: #1da1f2;
}
.gas_22b2 [class*="social-icon-twitter"].accordion_narrow_e932 {
  background-color: transparent;
  color: #1da1f2;
}
.gas_22b2 [class*="social-icon-vimeo"] {
  background-color: #1ab7ea;
}
.gas_22b2 [class*="social-icon-vimeo"].accordion_narrow_e932 {
  background-color: transparent;
  color: #1ab7ea;
}
.gas_22b2 [class*="social-icon-vk"] {
  background-color: #45668e;
}
.gas_22b2 [class*="social-icon-vk"].accordion_narrow_e932 {
  background-color: transparent;
  color: #45668e;
}
.gas_22b2 [class*="social-icon-weibo"] {
  background-color: #df2029;
}
.gas_22b2 [class*="social-icon-weibo"].accordion_narrow_e932 {
  background-color: transparent;
  color: #df2029;
}
.gas_22b2 [class*="social-icon-weixin"] {
  background-color: #7bb32e;
}
.gas_22b2 [class*="social-icon-weixin"].accordion_narrow_e932 {
  background-color: transparent;
  color: #7bb32e;
}
.gas_22b2 [class*="social-icon-whatsapp"] {
  background-color: #25d366;
}
.gas_22b2 [class*="social-icon-whatsapp"].accordion_narrow_e932 {
  background-color: transparent;
  color: #25d366;
}
.gas_22b2 [class*="social-icon-wordpress"] {
  background-color: #21759b;
}
.gas_22b2 [class*="social-icon-wordpress"].accordion_narrow_e932 {
  background-color: transparent;
  color: #21759b;
}
.gas_22b2 [class*="social-icon-xing"] {
  background-color: #026466;
}
.gas_22b2 [class*="social-icon-xing"].accordion_narrow_e932 {
  background-color: transparent;
  color: #026466;
}
.gas_22b2 [class*="social-icon-yelp"] {
  background-color: #af0606;
}
.gas_22b2 [class*="social-icon-yelp"].accordion_narrow_e932 {
  background-color: transparent;
  color: #af0606;
}
.gas_22b2 [class*="social-icon-youtube"] {
  background-color: #cd201f;
}
.gas_22b2 [class*="social-icon-youtube"].accordion_narrow_e932 {
  background-color: transparent;
  color: #cd201f;
}
.tooltip_ef1f {
  cursor: pointer;
  text-align: center;
  background: 0 0;
  box-shadow: none;
  color: currentColor;
  -webkit-transition: border 0.3s, background 0.3s, box-shadow 0.3s,
    opacity 0.3s, color 0.3s, -webkit-transform 0.3s;
  transition: border 0.3s, background 0.3s, box-shadow 0.3s, opacity 0.3s,
    color 0.3s, -webkit-transform 0.3s;
  transition: transform 0.3s, border 0.3s, background 0.3s, box-shadow 0.3s,
    opacity 0.3s, color 0.3s;
  transition: transform 0.3s, border 0.3s, background 0.3s, box-shadow 0.3s,
    opacity 0.3s, color 0.3s, -webkit-transform 0.3s;
}
.tooltip_ef1f:hover {
  box-shadow: none;
  background: 0 0;
}
.title_first_a727 {
  background: 0 0 !important;
  text-transform: uppercase;
  font-size: 0.85em;
}
.active-e7bd {
  padding: 0;
  display: inline-block;
  cursor: pointer;
  -webkit-transition-property: opacity, -webkit-filter;
  transition-property: opacity, -webkit-filter;
  transition-property: opacity, filter;
  transition-property: opacity, filter, -webkit-filter;
  -webkit-transition-duration: 0.15s;
  transition-duration: 0.15s;
  -webkit-transition-timing-function: linear;
  transition-timing-function: linear;
  font: inherit;
  color: inherit;
  text-transform: none;
  background-color: transparent;
  border: 0;
  margin: 0;
  overflow: visible;
}
.rough-f4ad {
  display: inline-block;
  position: relative;
  vertical-align: middle;
}
.hovered-ba85 {
  display: block;
  top: 50%;
  background-color: currentcolor;
}
.hovered-ba85,
.hovered-ba85::after,
.hovered-ba85::before {
  border-radius: 0;
  position: absolute;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  -webkit-transition-duration: 0.15s;
  transition-duration: 0.15s;
  -webkit-transition-timing-function: ease;
  transition-timing-function: ease;
}
.hovered-ba85::after,
.hovered-ba85::before {
  content: "";
  display: block;
  background-color: inherit;
}
.top_88ee .active-e7bd .rough-f4ad {
  margin-top: -2px;
  width: 19px;
}
.top_88ee .active-e7bd .hovered-ba85 {
  margin-top: -1px;
}
.top_88ee .active-e7bd .hovered-ba85,
.top_88ee .active-e7bd .hovered-ba85::after,
.top_88ee .active-e7bd .hovered-ba85::before {
  width: 19px;
  height: 2px;
}
.top_88ee .active-e7bd .hovered-ba85::before {
  top: -6px;
}
.top_88ee .active-e7bd .hovered-ba85::after {
  bottom: -6px;
}
.pro_10dc .active-e7bd .rough-f4ad {
  margin-top: -2px;
  width: 22px;
}
.pro_10dc .active-e7bd .hovered-ba85 {
  margin-top: -1px;
}
.pro_10dc .active-e7bd .hovered-ba85,
.pro_10dc .active-e7bd .hovered-ba85::after,
.pro_10dc .active-e7bd .hovered-ba85::before {
  width: 22px;
  height: 2px;
}
.pro_10dc .active-e7bd .hovered-ba85::before {
  top: -7px;
}
.pro_10dc .active-e7bd .hovered-ba85::after {
  bottom: -7px;
}
.hover-7ba2 .active-e7bd .rough-f4ad {
  margin-top: -2px;
  width: 31px;
}
.hover-7ba2 .active-e7bd .hovered-ba85 {
  margin-top: -1.5px;
}
.hover-7ba2 .active-e7bd .hovered-ba85,
.hover-7ba2 .active-e7bd .hovered-ba85::after,
.hover-7ba2 .active-e7bd .hovered-ba85::before {
  width: 31px;
  height: 3px;
}
.hover-7ba2 .active-e7bd .hovered-ba85::before {
  top: -9px;
}
.hover-7ba2 .active-e7bd .hovered-ba85::after {
  bottom: -9px;
}
@media screen and (min-width: 1025px) {
  .footer-wide-6968 .active-e7bd .rough-f4ad {
    margin-top: -2px;
    width: 19px;
  }
  .footer-wide-6968 .active-e7bd .hovered-ba85 {
    margin-top: -1px;
  }
  .footer-wide-6968 .active-e7bd .hovered-ba85,
  .footer-wide-6968 .active-e7bd .hovered-ba85::after,
  .footer-wide-6968 .active-e7bd .hovered-ba85::before {
    width: 19px;
    height: 2px;
  }
  .footer-wide-6968 .active-e7bd .hovered-ba85::before {
    top: -6px;
  }
  .footer-wide-6968 .active-e7bd .hovered-ba85::after {
    bottom: -6px;
  }
  .black_17f4 .active-e7bd .rough-f4ad {
    margin-top: -2px;
    width: 22px;
  }
  .black_17f4 .active-e7bd .hovered-ba85 {
    margin-top: -1px;
  }
  .black_17f4 .active-e7bd .hovered-ba85,
  .black_17f4 .active-e7bd .hovered-ba85::after,
  .black_17f4 .active-e7bd .hovered-ba85::before {
    width: 22px;
    height: 2px;
  }
  .black_17f4 .active-e7bd .hovered-ba85::before {
    top: -7px;
  }
  .black_17f4 .active-e7bd .hovered-ba85::after {
    bottom: -7px;
  }
  .breadcrumb_4bed .active-e7bd .rough-f4ad {
    margin-top: -2px;
    width: 31px;
  }
  .breadcrumb_4bed .active-e7bd .hovered-ba85 {
    margin-top: -1.5px;
  }
  .breadcrumb_4bed .active-e7bd .hovered-ba85,
  .breadcrumb_4bed .active-e7bd .hovered-ba85::after,
  .breadcrumb_4bed .active-e7bd .hovered-ba85::before {
    width: 31px;
    height: 3px;
  }
  .breadcrumb_4bed .active-e7bd .hovered-ba85::before {
    top: -9px;
  }
  .breadcrumb_4bed .active-e7bd .hovered-ba85::after {
    bottom: -9px;
  }
}
@media screen and (max-width: 1024px) {
  .form-1ec8 .active-e7bd .rough-f4ad {
    margin-top: -2px;
    width: 19px;
  }
  .form-1ec8 .active-e7bd .hovered-ba85 {
    margin-top: -1px;
  }
  .form-1ec8 .active-e7bd .hovered-ba85,
  .form-1ec8 .active-e7bd .hovered-ba85::after,
  .form-1ec8 .active-e7bd .hovered-ba85::before {
    width: 19px;
    height: 2px;
  }
  .form-1ec8 .active-e7bd .hovered-ba85::before {
    top: -6px;
  }
  .form-1ec8 .active-e7bd .hovered-ba85::after {
    bottom: -6px;
  }
  .search_de52 .active-e7bd .rough-f4ad {
    margin-top: -2px;
    width: 22px;
  }
  .search_de52 .active-e7bd .hovered-ba85 {
    margin-top: -1px;
  }
  .search_de52 .active-e7bd .hovered-ba85,
  .search_de52 .active-e7bd .hovered-ba85::after,
  .search_de52 .active-e7bd .hovered-ba85::before {
    width: 22px;
    height: 2px;
  }
  .search_de52 .active-e7bd .hovered-ba85::before {
    top: -7px;
  }
  .search_de52 .active-e7bd .hovered-ba85::after {
    bottom: -7px;
  }
  .fast_ce7c .active-e7bd .rough-f4ad {
    margin-top: -2px;
    width: 31px;
  }
  .fast_ce7c .active-e7bd .hovered-ba85 {
    margin-top: -1.5px;
  }
  .fast_ce7c .active-e7bd .hovered-ba85,
  .fast_ce7c .active-e7bd .hovered-ba85::after,
  .fast_ce7c .active-e7bd .hovered-ba85::before {
    width: 31px;
    height: 3px;
  }
  .fast_ce7c .active-e7bd .hovered-ba85::before {
    top: -9px;
  }
  .fast_ce7c .active-e7bd .hovered-ba85::after {
    bottom: -9px;
  }
}
@media screen and (max-width: 568px) {
  .block-short-efae .active-e7bd .rough-f4ad {
    margin-top: -2px;
    width: 19px;
  }
  .block-short-efae .active-e7bd .hovered-ba85 {
    margin-top: -1px;
  }
  .block-short-efae .active-e7bd .hovered-ba85,
  .block-short-efae .active-e7bd .hovered-ba85::after,
  .block-short-efae .active-e7bd .hovered-ba85::before {
    width: 19px;
    height: 2px;
  }
  .block-short-efae .active-e7bd .hovered-ba85::before {
    top: -6px;
  }
  .block-short-efae .active-e7bd .hovered-ba85::after {
    bottom: -6px;
  }
  .heading_focused_bbab .active-e7bd .rough-f4ad {
    margin-top: -2px;
    width: 22px;
  }
  .heading_focused_bbab .active-e7bd .hovered-ba85 {
    margin-top: -1px;
  }
  .heading_focused_bbab .active-e7bd .hovered-ba85,
  .heading_focused_bbab .active-e7bd .hovered-ba85::after,
  .heading_focused_bbab .active-e7bd .hovered-ba85::before {
    width: 22px;
    height: 2px;
  }
  .heading_focused_bbab .active-e7bd .hovered-ba85::before {
    top: -7px;
  }
  .heading_focused_bbab .active-e7bd .hovered-ba85::after {
    bottom: -7px;
  }
  .form-black-98d6 .active-e7bd .rough-f4ad {
    margin-top: -2px;
    width: 31px;
  }
  .form-black-98d6 .active-e7bd .hovered-ba85 {
    margin-top: -1.5px;
  }
  .form-black-98d6 .active-e7bd .hovered-ba85,
  .form-black-98d6 .active-e7bd .hovered-ba85::after,
  .form-black-98d6 .active-e7bd .hovered-ba85::before {
    width: 31px;
    height: 3px;
  }
  .form-black-98d6 .active-e7bd .hovered-ba85::before {
    top: -9px;
  }
  .form-black-98d6 .active-e7bd .hovered-ba85::after {
    bottom: -9px;
  }
}
.accordion_green_39d0 .hovered-ba85 {
  -webkit-transition-duration: 75ms;
  transition-duration: 75ms;
  -webkit-transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.accordion_green_39d0 .hovered-ba85::before {
  -webkit-transition: top 75ms 0.12s ease, opacity 75ms ease;
  transition: top 75ms 0.12s ease, opacity 75ms ease;
}
.accordion_green_39d0 .hovered-ba85::after {
  -webkit-transition: bottom 75ms 0.12s ease,
    -webkit-transform 75ms cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition: bottom 75ms 0.12s ease,
    -webkit-transform 75ms cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition: bottom 75ms 0.12s ease,
    transform 75ms cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition: bottom 75ms 0.12s ease,
    transform 75ms cubic-bezier(0.55, 0.055, 0.675, 0.19),
    -webkit-transform 75ms cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.accordion_green_39d0.purple_1837 .hovered-ba85 {
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-transition-delay: 0.12s;
  transition-delay: 0.12s;
  -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}
.accordion_green_39d0.purple_1837 .hovered-ba85::before {
  top: 0;
  opacity: 0;
  -webkit-transition: top 75ms ease, opacity 75ms 0.12s ease;
  transition: top 75ms ease, opacity 75ms 0.12s ease;
}
.accordion_green_39d0.purple_1837 .hovered-ba85::after {
  bottom: 0;
  -webkit-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  transform: rotate(-90deg);
  -webkit-transition: bottom 75ms ease,
    -webkit-transform 75ms 0.12s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: bottom 75ms ease,
    -webkit-transform 75ms 0.12s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: bottom 75ms ease,
    transform 75ms 0.12s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: bottom 75ms ease,
    transform 75ms 0.12s cubic-bezier(0.215, 0.61, 0.355, 1),
    -webkit-transform 75ms 0.12s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.badge_inner_e503 {
  overflow: hidden !important;
}
#page {
  -webkit-transition: -webkit-transform 0.7s ease;
  transition: -webkit-transform 0.7s ease;
  transition: transform 0.7s ease;
  transition: transform 0.7s ease, -webkit-transform 0.7s ease;
}
body:before {
  -webkit-transition: all 0.5s linear;
  transition: all 0.5s linear;
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  z-index: -1;
  content: " ";
  background: rgba(0, 0, 0, 0.5);
  visibility: hidden;
  opacity: 0;
}
body.advanced_421c:before {
  display: none;
}
.main_aafa {
  padding: 0;
  position: fixed;
  width: 100%;
  max-width: 100%;
  top: 0;
  z-index: 999900;
  visibility: hidden;
}
.main_aafa .video_next_e318 {
  padding: 1.4em 1.5em;
  border-bottom: 1px solid transparent;
}
.main_aafa .video_next_e318:last-of-type {
  border-bottom: none;
}
.main_aafa .video_next_e318.slow_7342,
.main_aafa .video_next_e318.media-warm-b177,
.main_aafa .video_next_e318.complex_6488 {
  padding: 0;
}
.main_aafa .sidebar-dynamic-7e01 .accordion_a695 {
  color: currentColor;
}
.main_aafa .sidebar-dynamic-7e01 .accordion_a695:focus,
.main_aafa .sidebar-dynamic-7e01 .accordion_a695:hover {
  background: rgba(0, 0, 0, 0.01);
}
.main_aafa.preview_f1c4 .button_large_74f6,
.main_aafa.preview_f1c4 .layout_5558 a,
.main_aafa.preview_f1c4 .thick-ad64 a,
.main_aafa.preview_f1c4 .content-prev-1d33 a {
  color: rgba(0, 0, 0, 0.55);
}
.main_aafa.preview_f1c4 .button_large_74f6:hover,
.main_aafa.preview_f1c4 .layout_5558 a:hover,
.main_aafa.preview_f1c4 .thick-ad64 a:hover,
.main_aafa.preview_f1c4 .content-prev-1d33 a:hover {
  color: rgba(0, 0, 0, 0.8);
}
.main_aafa.preview_f1c4 .tertiary_fresh_2dfe {
  color: rgba(0, 0, 0, 0.8);
}
.main_aafa.preview_f1c4 .video_next_e318 {
  border-color: rgba(0, 0, 0, 0.08);
}
.main_aafa.preview_f1c4 .video_next_e318:before {
  background: rgba(0, 0, 0, 0.08);
}
.main_aafa.preview_f1c4 .in-f2df:before {
  background: rgba(255, 255, 255, 0.9);
}
.main_aafa.preview_f1c4 .sidebar-dynamic-7e01 .over_8033 li a,
.main_aafa.preview_f1c4 .sidebar-dynamic-7e01 .accordion_a695,
.main_aafa.preview_f1c4 .content-prev-1d33 {
  border-color: rgba(0, 0, 0, 0.08);
}
.main_aafa.preview_f1c4 .sidebar-dynamic-7e01 .accordion_a695:focus,
.main_aafa.preview_f1c4 .sidebar-dynamic-7e01 .accordion_a695:hover {
  background: rgba(0, 0, 0, 0.01);
}
.main_aafa.preview_f1c4 .over_8033 li {
  border-color: rgba(0, 0, 0, 0.08);
}
.main_aafa.dirty-712d .button_large_74f6,
.main_aafa.dirty-712d .layout_5558 a,
.main_aafa.dirty-712d .thick-ad64 .accordion_a695,
.main_aafa.dirty-712d .thick-ad64 a,
.main_aafa.dirty-712d .content-prev-1d33 a {
  color: rgba(255, 255, 255, 0.79);
}
.main_aafa.dirty-712d .button_large_74f6:hover,
.main_aafa.dirty-712d .layout_5558 a:hover,
.main_aafa.dirty-712d .thick-ad64 .accordion_a695:hover,
.main_aafa.dirty-712d .thick-ad64 a:hover,
.main_aafa.dirty-712d .content-prev-1d33 a:hover {
  color: rgba(255, 255, 255, 0.99);
}
.main_aafa.dirty-712d .tertiary_fresh_2dfe {
  color: rgba(255, 255, 255, 0.99);
}
.main_aafa.dirty-712d .video_next_e318 {
  border-color: rgba(255, 255, 255, 0.08);
}
.main_aafa.dirty-712d .video_next_e318:before {
  background: rgba(255, 255, 255, 0.08);
}
.main_aafa.dirty-712d .in-f2df:before {
  background: rgba(0, 0, 0, 0.9);
}
.main_aafa.dirty-712d .sidebar-dynamic-7e01 .over_8033 li a,
.main_aafa.dirty-712d .sidebar-dynamic-7e01 .accordion_a695,
.main_aafa.dirty-712d .content-prev-1d33 {
  border-color: rgba(255, 255, 255, 0.08);
}
.main_aafa.dirty-712d .sidebar-dynamic-7e01 .accordion_a695:focus,
.main_aafa.dirty-712d .sidebar-dynamic-7e01 .accordion_a695:hover {
  background: rgba(0, 0, 0, 0.01);
}
.main_aafa.dirty-712d .over_8033 li {
  border-color: rgba(255, 255, 255, 0.08);
}
.in-f2df {
  position: relative;
  word-con: break-word;
  min-height: 100%;
  display: block;
}
.in-f2df:before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  display: block;
  min-height: 100%;
}
.huge-34ad {
  position: relative;
  word-con: break-word;
  min-height: 100%;
  display: block;
  padding: 1.2em 0;
}
.gold_e363 .main_aafa {
  box-shadow: none;
  -webkit-transition: all 0.5s linear;
  transition: all 0.5s linear;
  z-index: 0;
  opacity: 0;
  top: 0;
  width: 100%;
  right: 0;
  bottom: 0;
}
.gold_e363 .video_next_e318 {
  text-align: center;
  padding: 2em 1.5em;
  border: none;
  position: relative;
}
.gold_e363 .video_next_e318:before {
  content: "";
  width: 8%;
  height: 2px;
  display: block;
  background: rgba(255, 255, 255, 0.08);
  position: absolute;
  bottom: 0;
  left: 46%;
}
@media screen and (max-width: 64em) {
  .gold_e363 .video_next_e318:before {
    width: 16%;
    left: 42%;
  }
}
.gold_e363 .video_next_e318:last-child:before {
  content: none;
}
.gold_e363 .video_next_e318[class*="-menu"] {
  padding: 2.5em 1.5em;
}
.gold_e363 .sidebar-dynamic-7e01 .over_8033 li a {
  border: none;
  font-size: 140%;
  text-transform: uppercase;
  font-weight: 500;
}
.gold_e363 .sidebar-dynamic-7e01 .over_8033 li a .accordion_a695 {
  display: inline-block;
  position: relative;
  border: 0 none;
  margin-right: -1.3em;
  top: -2px;
  padding: 0.28em 0.5em;
}
.gold_e363 .sidebar-dynamic-7e01 .content-prev-1d33 {
  border: none;
}
.gold_e363 .sidebar-dynamic-7e01 .content-prev-1d33 li a {
  text-transform: none;
  padding: 0.35em 1.5em;
  font-size: 100%;
}
.gold_e363 .in-f2df {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}
.gold_e363 .huge-34ad {
  max-width: 48em;
  margin: 3em auto;
  padding: 0;
}
.gold_e363 .dirty-712d .in-f2df:before {
  background: rgba(0, 0, 0, 0.9);
}
.gold_e363 .preview_f1c4.dark_3c9d .hovered-ba85 {
  background: rgba(0, 0, 0, 0.6);
}
.gold_e363
  .preview_f1c4.dark_3c9d
  .hovered-ba85::after,
.gold_e363
  .preview_f1c4.dark_3c9d
  .hovered-ba85:before {
  background: inherit;
}
.gold_e363
  .preview_f1c4.dark_3c9d:hover
  .hovered-ba85 {
  background: rgba(0, 0, 0, 0.8);
}
.grid-90af .main_aafa {
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.4);
  width: 360px;
  left: 0;
  -webkit-transform: translate3d(-100%, 0, 0);
  transform: translate3d(-100%, 0, 0);
  -webkit-transition: -webkit-transform 0.5s
    cubic-bezier(0.79, 0.14, 0.15, 0.86);
  transition: -webkit-transform 0.5s cubic-bezier(0.79, 0.14, 0.15, 0.86);
  transition: transform 0.5s cubic-bezier(0.79, 0.14, 0.15, 0.86);
  transition: transform 0.5s cubic-bezier(0.79, 0.14, 0.15, 0.86),
    -webkit-transform 0.5s cubic-bezier(0.79, 0.14, 0.15, 0.86);
}
@media screen and (max-width: 35.5em) {
  .grid-90af .main_aafa {
    width: auto;
    right: 45px;
  }
}
.white-8943 .main_aafa {
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.4);
  -webkit-transition: -webkit-transform 0.5s
    cubic-bezier(0.79, 0.14, 0.15, 0.86);
  transition: -webkit-transform 0.5s cubic-bezier(0.79, 0.14, 0.15, 0.86);
  transition: transform 0.5s cubic-bezier(0.79, 0.14, 0.15, 0.86);
  transition: transform 0.5s cubic-bezier(0.79, 0.14, 0.15, 0.86),
    -webkit-transform 0.5s cubic-bezier(0.79, 0.14, 0.15, 0.86);
  -webkit-transform: translate3d(200%, 0, 0);
  transform: translate3d(200%, 0, 0);
  width: 360px;
  right: 0;
}
@media screen and (max-width: 35.5em) {
  .white-8943 .main_aafa {
    width: auto;
    left: 45px;
  }
}
.advanced_421c .main_aafa {
  position: relative;
  height: 0;
  display: block;
  visibility: visible;
  z-index: 999900;
  overflow: hidden;
}
.advanced_421c .huge-34ad {
  max-width: 48em;
  margin: 0 auto;
}
.advanced_421c .in-f2df:before {
  box-shadow: inset 0 0 12px 0 rgba(0, 0, 0, 0.05);
}
.footer-c029 {
  overflow-x: hidden;
  position: relative;
  width: 100%;
  display: block;
}
.footer-c029.gold_e363 .main_aafa {
  z-index: 0;
  opacity: 0;
  height: 100%;
}
.footer-c029.grid-90af .main_aafa {
  height: 100%;
  -webkit-transform: translateX(-100%);
  -ms-transform: translateX(-100%);
  transform: translateX(-100%);
  -webkit-transition: -webkit-transform 0.5s
    cubic-bezier(0.79, 0.14, 0.15, 0.86);
  transition: -webkit-transform 0.5s cubic-bezier(0.79, 0.14, 0.15, 0.86);
  transition: transform 0.5s cubic-bezier(0.79, 0.14, 0.15, 0.86);
  transition: transform 0.5s cubic-bezier(0.79, 0.14, 0.15, 0.86),
    -webkit-transform 0.5s cubic-bezier(0.79, 0.14, 0.15, 0.86);
}
.footer-c029 .main_aafa {
  visibility: visible;
}
.footer-c029.white-8943 .main_aafa {
  -webkit-transform: translateX(200%);
  -ms-transform: translateX(200%);
  transform: translateX(200%);
  height: 100%;
}
.short_b00d,
.wrapper-11c5 {
  overflow-x: hidden;
}
.short_b00d .main_aafa {
  overflow: auto;
}
.short_b00d.gold_e363 {
  overflow: initial;
  position: relative;
  width: 100%;
  display: block;
}
.short_b00d.gold_e363 .main_aafa {
  z-index: 999900;
  opacity: 1;
  visibility: visible;
}
.short_b00d.gold_e363 .tooltip_ef1f {
  opacity: 0;
}
.short_b00d.grid-90af {
  overflow: initial;
  position: relative;
  width: 100%;
  display: block;
}
.short_b00d.grid-90af .main_aafa {
  z-index: 999900;
  height: 100vh;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  left: 0;
  visibility: visible;
}
.short_b00d.grid-90af .tooltip_ef1f {
  opacity: 0;
}
.short_b00d.white-8943 {
  overflow: initial;
  position: relative;
  width: 100%;
  display: block;
}
.short_b00d.white-8943 .main_aafa {
  z-index: 999900;
  height: 100vh;
  max-width: 100vw;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  right: 0;
  visibility: visible;
}
.short_b00d.white-8943 .tooltip_ef1f {
  opacity: 0;
}
.short_b00d.advanced_421c .main_aafa {
  z-index: 10;
  visibility: visible;
}
.dark_3c9d {
  display: none;
  z-index: 999910;
  cursor: pointer;
  position: fixed;
  top: 10px;
  right: 12px;
}
.dark_3c9d .hovered-ba85 {
  background: rgba(255, 255, 255, 0.99);
}
.dark_3c9d .hovered-ba85::after,
.dark_3c9d .hovered-ba85:before {
  background: inherit;
}
.dark_3c9d:hover .hovered-ba85 {
  background: rgba(255, 255, 255, 0.99);
}
.white-8943 .dark_3c9d {
  top: 10px;
  right: auto;
  left: 12px;
}
.advanced_421c .dark_3c9d {
  display: none !important;
}
.short_b00d:before,
.wrapper-11c5:before {
  z-index: 999897;
  visibility: visible;
  opacity: 1;
}
.short_b00d .dark_3c9d,
.wrapper-11c5 .dark_3c9d {
  display: inline-block;
}
.main_aafa .sidebar-4d3e {
  -webkit-transition: opacity 0.3s, -webkit-transform 0.3s;
  transition: opacity 0.3s, -webkit-transform 0.3s;
  transition: transform 0.3s, opacity 0.3s;
  transition: transform 0.3s, opacity 0.3s, -webkit-transform 0.3s;
  -webkit-transform: translateY(45px);
  -ms-transform: translateY(45px);
  transform: translateY(45px);
  opacity: 0;
}
.short_b00d .main_aafa .sidebar-4d3e,
.wrapper-11c5 .main_aafa .sidebar-4d3e {
  opacity: 1;
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
}
.rough_1b6f .image-faf7 {
  width: 100%;
}
.tabs_down_50a7 {
  padding: 0 0.5em 0;
}
.tabs_down_50a7 [class*="customify-col-"],
.tabs_down_50a7 [class*="customify-col_"],
.tabs_down_50a7 [class~="customify-col"] {
  padding: 0 0.5em 0;
}
.element_thick_84e4 .tabs_down_50a7 {
  padding-left: 1em;
  padding-right: 1em;
}
@media screen and (min-width: 1025px) {
  .large_6c0a .block-6991,
  .block-6991 {
    display: none;
  }
  .image_fcb3 {
    text-align: left;
  }
  .content_69aa {
    text-align: center;
  }
  .dropdown-center-483c {
    text-align: right;
  }
}
@media screen and (max-width: 1024px) {
  .large_6c0a .nav_c40f,
  .nav_c40f {
    display: none;
  }
  .outline-dark-6a2e {
    text-align: left;
  }
  .preview-d735 {
    text-align: center;
  }
  .status_outer_fd86 {
    text-align: right;
  }
}
@media screen and (max-width: 568px) {
  .large_6c0a .gallery-2d8c,
  .gallery-2d8c {
    display: none;
  }
  .outer_3a05 {
    text-align: left;
  }
  .list_f806 {
    text-align: center;
  }
  .mini-e796 {
    text-align: right;
  }
}
#page {
  position: relative;
}
.steel_23cb {
  box-shadow: none !important;
}
.status_e423 .grid-61c2,
.item-advanced-e0e0 .grid-61c2 {
  max-width: 1248px;
  box-shadow: 0 3px 6px -4px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
  margin: 0 auto;
}
.item-advanced-e0e0 .grid-61c2 {
  margin-top: 30px;
  margin-bottom: 30px;
}
.footer-fresh-3078 {
  position: relative;
  padding-left: 2em;
  padding-right: 2em;
}
.footer-fresh-3078:after,
.footer-fresh-3078:before {
  content: "";
  display: table;
}
.footer-fresh-3078:after {
  clear: both;
}
@media screen and (max-width: 48em) {
  .footer-fresh-3078 {
    padding-left: 1em;
    padding-right: 1em;
  }
}
.footer-fresh-3078,
.narrow-114b {
  max-width: 1248px;
  margin: 0 auto;
}

.label-slow-7242.badge-fast-4bc6 .footer-fresh-3078 {
  max-width: 100%;
}
.label-slow-7242.highlight-dark-b0b8 {
  max-width: 1200px;
  margin: 0 auto;
}
.label-slow-7242.layout-a593 .footer-fresh-3078 {
  max-width: 100%;
}
.label-slow-7242.layout-a593 > .footer-fresh-3078 {
  padding-left: 0;
  padding-right: 0;
}
.label-slow-7242.layout-a593 > .footer-fresh-3078 .large_6c0a {
  margin: 0;
}
.label-slow-7242.layout-a593
  > .footer-fresh-3078
  .lite-93e4.badge-dirty-2ea4 {
  margin-right: 0;
  margin-left: 0;
}
.label-slow-7242.layout-a593 #main.badge-dirty-2ea4 {
  padding: 0;
}
#main,
#sidebar-primary,
#sidebar-secondary {
  padding-top: 2.617924em;
  padding-bottom: 2.617924em;
}
@media screen and (max-width: 1024px) {
  .caption-motion-798b #main {
    border-left: 0 none;
  }
}
@media screen and (max-width: 1024px) {
  .caption-motion-798b #sidebar-secondary {
    -webkit-box-ordinal-group: 6;
    order: 5;
    display: none;
  }
}
@media screen and (min-width: 48em) {
  .shade_32e6 .preview_orange_9cd6 {
    padding-right: 1em;
  }
  .shade_32e6.pink-6d84 .lite-93e4 {
    border-right: 1px solid #eaecee;
  }
  .shade_32e6.pink-6d84 .preview_orange_9cd6 {
    padding-right: 1em;
  }
  .shade_32e6.pink-6d84 .photo-d3c5 {
    padding-left: 1em;
  }
}
@media screen and (min-width: 48em) {
  .up-066b .preview_orange_9cd6 {
    padding-left: 1em;
  }
  .up-066b.pink-6d84 .lite-93e4 {
    border-left: 1px solid #eaecee;
  }
  .up-066b.pink-6d84 .preview_orange_9cd6 {
    padding-left: 1em;
  }
  .up-066b.pink-6d84 .photo-d3c5 {
    padding-right: 1em;
  }
}
@media screen and (min-width: 48em) {
  .outer_8b60 .preview_orange_9cd6 {
    padding-left: 1em;
  }
  .outer_8b60.pink-6d84 .focus_cool_e884 {
    border-right: 1px solid #eaecee;
  }
  .outer_8b60.pink-6d84 .notice_ceed {
    border-right: 1px solid #eaecee;
  }
  .outer_8b60.pink-6d84 .preview_orange_9cd6 {
    padding-left: 1em;
  }
  .outer_8b60.pink-6d84 .photo-d3c5 {
    padding-right: 1em;
  }
  .outer_8b60.pink-6d84 .thumbnail_a8bc {
    padding-left: 1em;
    padding-right: 1em;
  }
}
@media screen and (min-width: 48em) {
  .thick_30fb .preview_orange_9cd6 {
    padding-right: 1em;
  }
  .thick_30fb.pink-6d84 .focus_cool_e884 {
    border-left: 1px solid #eaecee;
  }
  .thick_30fb.pink-6d84 .notice_ceed {
    border-left: 1px solid #eaecee;
  }
  .thick_30fb.pink-6d84 .preview_orange_9cd6 {
    padding-right: 1em;
  }
  .thick_30fb.pink-6d84 .photo-d3c5 {
    padding-left: 1em;
    padding-right: 1em;
  }
  .thick_30fb.pink-6d84 .thumbnail_a8bc {
    padding-left: 1em;
  }
}
@media screen and (min-width: 48em) {
  .caption-motion-798b .preview_orange_9cd6 {
    padding-left: 1em;
    padding-right: 1em;
  }
  .caption-motion-798b.pink-6d84 .lite-93e4 {
    border-left: 1px solid #eaecee;
    border-right: 1px solid #eaecee;
  }
  .caption-motion-798b.pink-6d84 .preview_orange_9cd6 {
    padding-left: 1em;
    padding-right: 1em;
  }
  .caption-motion-798b.pink-6d84 .photo-d3c5 {
    padding-left: 1em;
  }
  .caption-motion-798b.pink-6d84 .thumbnail_a8bc {
    padding-right: 1em;
  }
}
@media screen and (max-width: 64em) {
  .caption-motion-798b.pink-6d84 .preview_orange_9cd6 {
    padding-left: 0;
  }
}
.background_large_22ac .lower_3b54 {
  display: inline-block;
}
.thick_e788 {
  display: inline-block;
}
.grid-823f {
  word-con: break-word;
}
.white_ec84 > span {
  display: inline-block;
  padding: 5px 0;
}
.white_ec84 .tooltip_orange_f6ec {
  margin-left: 8px;
  margin-right: 8px;
}
.white_ec84 .thumbnail_a2b2 img {
  vertical-align: middle;
  overflow: hidden;
  border-radius: 50%;
  margin-right: 5px;
}
.list_b9a0 .wrapper-7971 {
  margin-bottom: 2em;
}
.list_b9a0 .middle-3ab4 {
  margin-bottom: 15px;
}
.list_b9a0 .middle-3ab4:last-child {
  margin-bottom: 0;
}
.list_b9a0 .soft-d247 {
  display: -webkit-box;
  display: flex;
  flex-wrap: wrap;
  -webkit-box-align: stretch;
  align-items: stretch;
  width: 100%;
  border-bottom: 1px solid #eaecee;
  padding-bottom: 2em;
}
@media screen and (max-width: 568px) {
  .list_b9a0 .soft-d247 {
    display: block;
  }
}
.list_b9a0 .section-dc5d {
  position: relative;
  max-width: 100%;
  flex-basis: 40%;
  padding-top: 0;
  overflow: hidden;
}
@media screen and (max-width: 568px) {
  .list_b9a0 .section-dc5d {
    margin-bottom: 1em;
    width: 100% !important;
    padding-top: 56.25%;
  }
}
.list_b9a0 .plasma-04f7 {
  position: absolute;
  top: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: flex;
  line-height: 0;
  background-color: #d5d5d5;
}
.list_b9a0 .plasma-04f7 img {
  -o-object-fit: cover;
  object-fit: cover;
  width: 100%;
  height: auto;
}
.list_b9a0 .plasma-04f7 a {
  position: absolute;
  top: 0;
  top: 0;
  display: block;
}
.list_b9a0 .grid-823f {
  font-size: 1.5em;
  font-weight: 500;
  word-con: break-word;
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
}
.list_b9a0 .grid-823f a {
  text-align: inherit;
  display: block;
  flex-basis: 100%;
}
.list_b9a0 .paragraph-in-a1b3 p:last-child {
  margin-bottom: 0;
}
.list_b9a0 .container_af48 {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: block;
  z-index: 30;
}
.list_b9a0 .mask_bottom_7e15 {
  -webkit-box-flex: 1;
  flex: 1;
  word-con: break-word;
  max-width: 100%;
}
.list_b9a0 .detail-blue-b451 {
  margin-top: 1em;
}
.list_b9a0 .header_5d87 {
  top: 0;
  display: block;
}
.list_b9a0 .header_5d87 a {
  color: inherit;
}
.list_b9a0 .header_5d87 a:hover {
  color: inherit;
}
.list_b9a0 .cool_190d {
  display: inline-block;
  line-height: 1;
  border: 1px solid #235787;
  color: #235787;
  border-radius: 2px;
  cursor: pointer;
  padding: 7px 17px;
  font-size: 13px;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  -webkit-transition: border 0.18s, background 0.18s, box-shadow 0.18s,
    opacity 0.18s, color 0.18s, -webkit-transform 0.18s;
  transition: border 0.18s, background 0.18s, box-shadow 0.18s, opacity 0.18s,
    color 0.18s, -webkit-transform 0.18s;
  transition: transform 0.18s, border 0.18s, background 0.18s, box-shadow 0.18s,
    opacity 0.18s, color 0.18s;
  transition: transform 0.18s, border 0.18s, background 0.18s, box-shadow 0.18s,
    opacity 0.18s, color 0.18s, -webkit-transform 0.18s;
  font-weight: 500;
}
.list_b9a0 .cool_190d:hover {
  background: #235787;
  color: #fff;
  border-color: #235787;
}
.list_b9a0 .mask_bottom_7e15 {
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-flow: column nowrap;
}
.list_b9a0 .advanced_d6f8 {
  position: relative;
  width: 100%;
  margin-bottom: 15px;
}
.list_b9a0 .advanced_d6f8:first-child {
  margin-top: 0;
}
.list_b9a0 .advanced_d6f8.dark-8c8a {
  -webkit-box-flex: 0;
  flex: none;
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.list_b9a0 .advanced_d6f8.border_a6de {
  display: -webkit-box;
  display: flex;
  margin-top: auto;
  margin-bottom: 0;
  -webkit-box-pack: justify;
  justify-content: space-between;
}
.list_b9a0
  .advanced_d6f8.border_a6de.description_thick_90dc
  .detail-blue-b451 {
  width: 100%;
}
.list_b9a0 .border_a6de {
  -webkit-box-align: center;
  align-items: center;
}
.list_b9a0 .border_a6de .white_ec84,
.list_b9a0 .border_a6de > * {
  margin-bottom: 0;
  margin-top: 0;
  display: inline-block;
}
.list_b9a0 .plasma-04f7 {
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
.list_b9a0 .plasma-04f7 img {
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
.list_b9a0 .plasma-04f7:before {
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: 2;
}
.list_b9a0 .dark-8c8a {
  z-index: 5;
}
.list_b9a0 .secondary-middle-cb1c .highlight_1eb1 {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  display: block;
}
.list_b9a0 .preview_slow_7947 .highlight_1eb1 {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  display: block;
}
.list_b9a0 .avatar_lite_fb7e .highlight_1eb1 {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
  -webkit-box-pack: center;
  justify-content: center;
}
.list_b9a0.dynamic_7969 .soft-d247,
.list_b9a0.highlight-top-6e3e .soft-d247 {
  display: block;
}
.list_b9a0.dynamic_7969 .soft-d247 .message-smooth-7277,
.list_b9a0.dynamic_7969 .soft-d247 .mask_bottom_7e15,
.list_b9a0.highlight-top-6e3e .soft-d247 .message-smooth-7277,
.list_b9a0.highlight-top-6e3e .soft-d247 .mask_bottom_7e15 {
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
}
.list_b9a0.paper_a9af .section-dc5d {
  margin-right: 2em;
}
@media screen and (max-width: 568px) {
  .list_b9a0.paper_a9af .section-dc5d {
    margin-right: 0;
  }
}
.list_b9a0.dynamic_7969 .section-dc5d,
.list_b9a0.highlight-top-6e3e .section-dc5d {
  padding-top: 40%;
}
.list_b9a0.dynamic_7969 .wrapper-7971,
.list_b9a0.highlight-top-6e3e .wrapper-7971 {
  display: block;
}
.list_b9a0.dynamic_7969 .fn-sticky-fc8f .mask_bottom_7e15,
.list_b9a0.highlight-top-6e3e .fn-sticky-fc8f .mask_bottom_7e15 {
  background-color: #fcf8e3;
  border: 1px solid #faf2cc;
  border-top: 0 none;
  color: #8a6d3b;
  padding: 1em;
}
.list_b9a0.dynamic_7969 .section-dc5d,
.list_b9a0.highlight-top-6e3e .section-dc5d {
  margin-bottom: 1em;
  display: block;
  position: relative;
}
.list_b9a0.dynamic_7969 .mask_bottom_7e15 {
  padding: 1em;
}
.feature-5bff {
  margin: 30px auto;
  display: block;
}
.feature-5bff .sidebar-static-ba3c > * {
  border: 1px solid #eaecee;
  color: #6d6d6d;
  padding: 4px 12px 4px;
  border-radius: 1px;
  text-transform: uppercase;
  font-weight: 500;
  letter-spacing: 0.8px;
  display: inline-block;
}
.feature-5bff .sidebar-static-ba3c > :hover {
  border-color: #235787;
  background: #235787;
  color: #fff;
}
.feature-5bff .sidebar-static-ba3c span {
  border-color: #235787;
  background: #235787;
  color: #fff;
}
.wrapper_7ff4 .white_ec84 {
  margin-bottom: 1.41575em;
}
.wrapper_7ff4 .component-a7a7 {
  margin-bottom: 1.618em;
}
.pagination_c950 .outline_5e4d {
  display: block;
  margin: 5px 0 20px;
  font-weight: 500;
}
.pagination_c950 .outline_5e4d a {
  border: 1px solid #eaecee;
  padding: 5px 12px 5px;
  text-transform: uppercase;
  color: #686868;
  margin: 0 2px;
}
.pagination_c950 .static-8f84 {
  max-width: 100%;
  overflow: auto;
}
.row-right-6d3c .pagination_c950 a:hover {
  text-decoration: underline;
}
.avatar_right_b0db .middle-3ab4:not(.grid-823f),
.avatar_right_b0db .plasma-04f7 {
  margin-bottom: 1.41575em;
}
.avatar_right_b0db .middle-3ab4:not(.grid-823f):last-child,
.avatar_right_b0db .plasma-04f7:last-child {
  margin-bottom: 0;
}
.avatar_right_b0db .middle-3ab4.active_0656 {
  margin-bottom: 0.41575em;
}
.avatar_right_b0db .sidebar_494d:before,
.avatar_right_b0db .component_0ec6:before {
  font: normal normal normal 16px/1 FontAwesome;
  text-decoration: inherit;
  text-transform: none;
  position: relative;
  margin-right: 5px;
  color: #6d6d6d;
}
.avatar_right_b0db .sidebar_494d:before {
  content: "\f115";
}
.avatar_right_b0db .component_0ec6:before {
  content: "\f02c";
}
.avatar_right_b0db .sidebar-tall-d0d7 {
  display: block;
  width: 100%;
  margin-top: 0.5407911001em;
}
.avatar_right_b0db .sidebar-tall-d0d7 a {
  text-transform: uppercase;
  font-weight: 500;
  font-size: 80%;
  letter-spacing: 0.5px;
}
.shade_fresh_f5e9 {
  display: -webkit-box;
  display: flex;
}
.shade_fresh_f5e9 .input_1e1f {
  flex-basis: 90px;
}
@media screen and (max-width: 568px) {
  .shade_fresh_f5e9 .input_1e1f {
    flex-basis: 90px;
  }
}
.shade_fresh_f5e9 .link-clean-526a {
  flex-basis: calc(100% - 90px);
  margin-left: 1.5em;
}
@media screen and (max-width: 568px) {
  .shade_fresh_f5e9 .link-clean-526a {
    flex-basis: calc(100% - 50px);
  }
}
.shade_fresh_f5e9 .sort-yellow-1a9a p:last-child {
  margin-bottom: 0.72em;
}
.outline-460b .sidebar-static-ba3c {
  padding: 16px 0 15px;
  border-top: 1px solid #eaecee;
  border-bottom: 1px solid #eaecee;
}
.outline-460b .sidebar-static-ba3c:after,
.outline-460b .sidebar-static-ba3c:before {
  content: "";
  display: table;
}
.outline-460b .sidebar-static-ba3c:after {
  clear: both;
}
.outline-460b .sidebar-static-ba3c .alert-5ed1,
.outline-460b .sidebar-static-ba3c .component-old-e48f {
  width: 49%;
}
.outline-460b .sidebar-static-ba3c .alert-5ed1 a span.photo-next-b31c,
.outline-460b .sidebar-static-ba3c .component-old-e48f a span.photo-next-b31c {
  display: block;
  margin-bottom: 5px;
}
.outline-460b .sidebar-static-ba3c .component-old-e48f {
  float: left;
  text-align: left;
}
.outline-460b .sidebar-static-ba3c .alert-5ed1 {
  float: right;
  text-align: right;
}
.in_95b1 {
  margin-bottom: 0.41575em;
}
@media screen and (max-width: 568px) {
  .in_95b1 {
    margin-bottom: 0;
  }
}
.chip_blue_a30b {
  margin-bottom: 1em;
}
.chip_blue_a30b .grid-823f {
  font-size: 1.1em;
  line-height: 1.3;
}
.clean-176b a {
  display: block;
  line-height: 0;
  position: relative;
}
.steel-66c2 .chip_blue_a30b,
.button_narrow_37fa .chip_blue_a30b {
  display: -webkit-box;
  display: flex;
}
@media screen and (max-width: 568px) {
  .steel-66c2 .chip_blue_a30b,
  .button_narrow_37fa .chip_blue_a30b {
    display: block;
  }
}
.steel-66c2 .clean-176b,
.button_narrow_37fa .clean-176b {
  flex-basis: 160px;
  position: relative;
}
@media screen and (max-width: 568px) {
  .steel-66c2 .clean-176b,
  .button_narrow_37fa .clean-176b {
    margin-bottom: 1em;
  }
}
.steel-66c2 .clean-176b img,
.button_narrow_37fa .clean-176b img {
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  display: block;
}
.steel-66c2 .media-large-89dd,
.button_narrow_37fa .media-large-89dd {
  flex-basis: calc(100% - 160px);
}
.steel-66c2 .media-large-89dd p,
.button_narrow_37fa .media-large-89dd p {
  margin-bottom: 0;
}
.steel-66c2 .media-large-89dd {
  padding-left: 1em;
}
@media screen and (max-width: 568px) {
  .steel-66c2 .media-large-89dd {
    padding-left: 0;
  }
}
.button_narrow_37fa .media-large-89dd {
  -webkit-box-ordinal-group: 2;
  order: 1;
  padding-right: 1em;
}
@media screen and (max-width: 568px) {
  .button_narrow_37fa .media-large-89dd {
    padding-right: 0;
  }
}
.button_narrow_37fa .clean-176b {
  -webkit-box-ordinal-group: 3;
  order: 2;
}
.info-b7e1 .clean-176b {
  margin-bottom: 0.5em;
}
.info-b7e1 .clean-176b img {
  width: 100%;
}
.tag_short_3f3e .picture-active-4c65,
.texture-north-d11b .picture-active-4c65 {
  margin-bottom: 35px;
  padding-bottom: 20px;
  border-bottom: 1px solid #eaecee;
}
.texture-north-d11b .lite-93e4 .prev-c4cd p:last-child {
  margin-bottom: 0;
}
.upper-4697 {
  font-size: 16px;
  text-transform: uppercase;
  font-weight: 500;
  color: currentColor;
  margin-bottom: 20px;
}
.smooth_e51f .panel_stale_a8e6 {
  margin-bottom: 2em;
}
@media screen and (min-width: 1025px) {
  .smooth_e51f .panel_stale_a8e6:last-of-type {
    margin-bottom: 0;
  }
}
.smooth_e51f .panel_stale_a8e6 ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.smooth_e51f .panel_stale_a8e6 ul:after {
  clear: both;
  content: ".";
  display: block;
  height: 0;
  visibility: hidden;
}
.smooth_e51f .panel_stale_a8e6 ul li {
  margin: 0 0 0.6em;
}
.smooth_e51f .panel_stale_a8e6 ul li.wide_322f,
.smooth_e51f .panel_stale_a8e6 ul li.complex-22ec {
  position: relative;
}
.smooth_e51f .panel_stale_a8e6 ul li.wide_322f .article_dynamic_73e7,
.smooth_e51f .panel_stale_a8e6 ul li.complex-22ec .article_dynamic_73e7 {
  right: 0;
  background: #eaecee;
  color: #999;
  padding: 0 0.5em;
  border-radius: 0.9em;
  font-size: 12px;
  position: absolute;
  top: 4px;
}
.smooth_e51f .panel_stale_a8e6 ul li.wide_322f:after:after,
.smooth_e51f .panel_stale_a8e6 ul li.wide_322f:after:before,
.smooth_e51f
  .panel_stale_a8e6
  ul
  li.complex-22ec:after:after,
.smooth_e51f
  .panel_stale_a8e6
  ul
  li.complex-22ec:after:before {
  content: "";
  display: table;
}
.smooth_e51f .panel_stale_a8e6 ul li.wide_322f:after:after,
.smooth_e51f
  .panel_stale_a8e6
  ul
  li.complex-22ec:after:after {
  clear: both;
}
.smooth_e51f .panel_stale_a8e6 a.hero-1c0b:hover {
  text-decoration: none;
}
.smooth_e51f .panel_stale_a8e6 select {
  max-width: 100%;
}
.smooth_e51f .panel_stale_a8e6 table {
  font-size: 85%;
}
.smooth_e51f .panel_stale_a8e6 table td,
.smooth_e51f .panel_stale_a8e6 table th {
  padding: 0.2360828548em;
  text-align: center;
}
.smooth_e51f .panel_stale_a8e6 table tfoot td {
  text-align: left;
}
.smooth_e51f .panel_stale_a8e6 :last-child {
  margin-bottom: 0;
}
.smooth_e51f .panel_stale_a8e6 .accordion-old-1c1f {
  display: -webkit-box;
  display: flex;
  width: 100%;
  max-width: 100%;
}
.smooth_e51f .panel_stale_a8e6 .accordion-old-1c1f label {
  width: 100%;
}
.smooth_e51f .panel_stale_a8e6 .accordion-old-1c1f .surface-glass-a51c {
  width: 100%;
  display: block;
}
.smooth_e51f .panel_stale_a8e6 .accordion-old-1c1f .primary-wood-bd34 {
  padding: 9px 14px;
  margin-left: -46px;
  overflow: hidden;
  box-shadow: none;
  background: 0 0;
  color: #aaa;
  line-height: 0;
}
.smooth_e51f .panel_stale_a8e6 .accordion-old-1c1f .primary-wood-bd34:hover svg #svg-search {
  fill: #444;
}
.smooth_e51f .panel_stale_a8e6 .accordion-old-1c1f .primary-wood-bd34 svg {
  width: 18px;
  height: 18px;
}
.smooth_e51f .picture_eda6 ul ul,
.smooth_e51f .down_4f6f ul ul,
.smooth_e51f .clean-7096 ul ul,
.smooth_e51f .container-full-6c1e ul ul {
  margin-top: 0.3819820591em;
  margin-left: 0;
  margin-bottom: -0.3819820591em;
}
.smooth_e51f .picture_eda6 .shade-clean-7b4e > a,
.smooth_e51f .down_4f6f .shade-clean-7b4e > a,
.smooth_e51f .clean-7096 .shade-clean-7b4e > a,
.smooth_e51f .container-full-6c1e .shade-clean-7b4e > a {
  margin-bottom: 0;
}
.smooth_e51f .widget-dim-037c li,
.smooth_e51f .picture_eda6 li,
.smooth_e51f .element-wide-014f li,
.smooth_e51f .down_4f6f li,
.smooth_e51f .clean-7096 li,
.smooth_e51f .container-full-6c1e li,
.smooth_e51f .carousel_c353 li,
.smooth_e51f .silver-72f8 li {
  display: block;
  position: relative;
}
.smooth_e51f .widget-dim-037c li:last-child,
.smooth_e51f .picture_eda6 li:last-child,
.smooth_e51f .element-wide-014f li:last-child,
.smooth_e51f .down_4f6f li:last-child,
.smooth_e51f .clean-7096 li:last-child,
.smooth_e51f .container-full-6c1e li:last-child,
.smooth_e51f .carousel_c353 li:last-child,
.smooth_e51f .silver-72f8 li:last-child {
  border: none;
}
.smooth_e51f .widget-dim-037c li a,
.smooth_e51f .picture_eda6 li a,
.smooth_e51f .element-wide-014f li a,
.smooth_e51f .down_4f6f li a,
.smooth_e51f .clean-7096 li a,
.smooth_e51f .container-full-6c1e li a,
.smooth_e51f .carousel_c353 li a,
.smooth_e51f .silver-72f8 li a {
  display: block;
  width: 100%;
  padding-bottom: 0.6em;
  margin-bottom: 0.6em;
  border-bottom: 1px solid #eaecee;
  position: relative;
}
.smooth_e51f .widget-dim-037c li ul li::before,
.smooth_e51f .picture_eda6 li ul li::before,
.smooth_e51f .element-wide-014f li ul li::before,
.smooth_e51f .down_4f6f li ul li::before,
.smooth_e51f .clean-7096 li ul li::before,
.smooth_e51f .container-full-6c1e li ul li::before,
.smooth_e51f .carousel_c353 li ul li::before,
.smooth_e51f .silver-72f8 li ul li::before {
  left: 15px;
}
.smooth_e51f .widget-dim-037c li ul a,
.smooth_e51f .picture_eda6 li ul a,
.smooth_e51f .element-wide-014f li ul a,
.smooth_e51f .down_4f6f li ul a,
.smooth_e51f .clean-7096 li ul a,
.smooth_e51f .container-full-6c1e li ul a,
.smooth_e51f .carousel_c353 li ul a,
.smooth_e51f .silver-72f8 li ul a {
  padding-left: 20px;
}
.smooth_e51f .widget-dim-037c li ul ul li::before,
.smooth_e51f .picture_eda6 li ul ul li::before,
.smooth_e51f .element-wide-014f li ul ul li::before,
.smooth_e51f .down_4f6f li ul ul li::before,
.smooth_e51f .clean-7096 li ul ul li::before,
.smooth_e51f .container-full-6c1e li ul ul li::before,
.smooth_e51f .carousel_c353 li ul ul li::before,
.smooth_e51f .silver-72f8 li ul ul li::before {
  left: 30px;
}
.smooth_e51f .widget-dim-037c li ul ul a,
.smooth_e51f .picture_eda6 li ul ul a,
.smooth_e51f .element-wide-014f li ul ul a,
.smooth_e51f .down_4f6f li ul ul a,
.smooth_e51f .clean-7096 li ul ul a,
.smooth_e51f .container-full-6c1e li ul ul a,
.smooth_e51f .carousel_c353 li ul ul a,
.smooth_e51f .silver-72f8 li ul ul a {
  padding-left: 40px;
}
.smooth_e51f .avatar_4899 li {
  padding-bottom: 0.6em;
  border-bottom: 1px solid #eaecee;
  position: relative;
}
.smooth_e51f .silver-72f8 ul li {
  margin-bottom: 1.41575em;
}
.smooth_e51f .silver-72f8 ul li .menu_silver_5cfe {
  font-weight: 400;
  font-size: 1.2em;
  line-height: 1.28;
}
.smooth_e51f .silver-72f8 ul li .thumbnail-9259 {
  display: block;
  margin: 0.5407911001em 0;
  font-size: 85%;
}
.dirty-712d .widget-dim-037c li a,
.dirty-712d .picture_eda6 li a,
.dirty-712d .element-wide-014f li a,
.dirty-712d .down_4f6f li a,
.dirty-712d .clean-7096 li a,
.dirty-712d .container-full-6c1e li a,
.dirty-712d .carousel_c353 li a,
.dirty-712d .silver-72f8 li a {
  border-color: rgba(255, 255, 255, 0.08);
}
.dirty-712d .avatar_4899 li {
  border-color: rgba(255, 255, 255, 0.08);
}
.dirty-712d .panel_stale_a8e6 ul li.wide_322f .article_dynamic_73e7,
.dirty-712d .panel_stale_a8e6 ul li.complex-22ec .article_dynamic_73e7 {
  background: rgba(0, 0, 0, 0.2);
}
.dirty-712d .smooth_e51f .panel_stale_a8e6 select {
  border-color: rgba(255, 255, 255, 0.08);
}
.label-slow-7242 .smooth_e51f .over_8033 li {
  margin: 0;
}
.label-slow-7242 .smooth_e51f .over_8033 li a {
  display: block;
  padding: 0.6em 0 0.6em;
}
.label-slow-7242 .smooth_e51f .over_8033 li ul {
  margin: 0;
}
.label-slow-7242 .smooth_e51f .over_8033 li ul li a {
  padding-left: 15px;
}
.label-slow-7242 .smooth_e51f .over_8033 li ul li li a {
  padding-left: 30px;
}
.label-slow-7242 .smooth_e51f .over_8033 li.component_rough_0afc > a {
  position: relative;
  border: 1px solid #eaecee;
  border-left: none;
  border-right: none;
  font-size: 110%;
}
.label-slow-7242 .smooth_e51f .over_8033 li.component_rough_0afc > a:before {
  border-bottom: 6px solid transparent;
  border-left: 6px solid #eaecee;
  border-top: 6px solid transparent;
  content: "";
  display: inline-block;
  position: absolute;
  right: 5px;
  top: 13px;
}
.label-slow-7242 .smooth_e51f .over_8033 li.component_rough_0afc > a:after {
  border-bottom: 6px solid transparent;
  border-left: 6px solid #fff;
  border-top: 6px solid transparent;
  content: "";
  display: inline-block;
  position: absolute;
  right: 6px;
  top: 13px;
}
.bronze-caf2 a {
  border: 1px solid currentColor;
  border-radius: 2px;
  display: inline-block;
  font-size: 0.875em !important;
  margin-bottom: 5px;
  padding: 1px 10px 1px;
}
.glass_9dc5 {
  position: relative;
  z-index: 10;
}
.glass_9dc5 .sidebar-4d3e {
  width: 100%;
  max-width: 100%;
}
.paper_23f3 .basic_4c23 {
  padding-top: 2em;
  padding-bottom: 2em;
}
.paper_23f3 .preview_f1c4 {
}
.paper_23f3 .dirty-712d {
  background: #292929;
}
.advanced-dddc .basic_4c23 {
  padding-top: 2.5em;
  padding-bottom: 2.5em;
}
.advanced-dddc .preview_f1c4 {
  background: #f9f9f9;
}
.advanced-dddc .dirty-712d {
  background: #303030;
}
.pink_368e .basic_4c23 {
  padding-top: 1.5em;
  padding-bottom: 1.5em;
}
@media screen and (max-width: 568px) {
  .pink_368e .lower_3b54 {
    margin-bottom: 1em;
  }
  .pink_368e .lower_3b54:last-child {
    margin-bottom: 0;
  }
}
.pink_368e .preview_f1c4 {
  background: #ededed;
}
.pink_368e .dirty-712d {
  background: #1a1a1a;
}
.basic_4c23.preview_f1c4 {
  color: rgba(0, 0, 0, 0.6);
}
.basic_4c23.preview_f1c4 .backdrop-06e1 li {
  border-color: rgba(0, 0, 0, 0.08);
}
.basic_4c23.dirty-712d {
  color: rgba(255, 255, 255, 0.99);
}
.basic_4c23.dirty-712d a:not(.hero-1c0b) {
  color: rgba(255, 255, 255, 0.79);
}
.basic_4c23.dirty-712d a:not(.hero-1c0b):hover {
  color: rgba(255, 255, 255, 0.99);
}
.basic_4c23.dirty-712d .backdrop-06e1 li {
  border-color: rgba(255, 255, 255, 0.08);
}
.basic_4c23.dirty-712d table tbody td,
.basic_4c23.dirty-712d table th {
  background: rgba(0, 0, 0, 0.08);
}
.bottom-97be.dim_f03c .footer-fresh-3078 {
  max-width: initial;
}
.bottom-97be .nav_tiny_4bab {
  -webkit-box-pack: start;
  justify-content: flex-start;
}
.bottom-97be .nav_tiny_4bab .sidebar-4d3e {
  width: auto;
}
@media screen and (max-width: 1024px) {
  .bottom-97be .nav_tiny_4bab .sidebar-4d3e {
    display: block;
    margin-bottom: 2em;
  }
  .bottom-97be .nav_tiny_4bab .sidebar-4d3e:last-child {
    margin-bottom: 0;
  }
}
.pink_368e .lower_3b54:last-child,
.advanced-dddc .lower_3b54:last-child,
.paper_23f3 .lower_3b54:last-child {
  margin-bottom: 0;
}
.pink_368e .lower_3b54 .smooth_e51f .panel_stale_a8e6:last-child,
.advanced-dddc .lower_3b54 .smooth_e51f .panel_stale_a8e6:last-child,
.paper_23f3 .lower_3b54 .smooth_e51f .panel_stale_a8e6:last-child {
  margin-bottom: 0;
}
@media screen and (max-width: 568px) {
  .pink_368e .breadcrumb_5451,
  .pink_368e .detail_e687,
  .advanced-dddc .breadcrumb_5451,
  .advanced-dddc .detail_e687,
  .paper_23f3 .breadcrumb_5451,
  .paper_23f3 .detail_e687 {
    text-align: center;
  }
}
@media screen and (max-width: 48em) {
  .glass_9dc5 .lower_3b54 {
    margin-bottom: 2em;
  }
}
.glass_9dc5 p:last-child {
  margin-bottom: 0;
}
.glass_9dc5 li,
.glass_9dc5 ul {
  list-style: none;
  margin: 0;
}
.glass_9dc5 ul ul {
  margin-left: 2.617924em;
}
.west_9570 {
  font-size: 0.875em;
}

/* css-noise: 1af6 */
.widget-item-j0 {
  padding: 0.4rem;
  font-size: 11px;
  line-height: 1.0;
}
