/*!
Theme Name: Customify
Theme URI: https://pressmaximum.module_plasma_d95d/customify
Author: WPCustomify
Author URI: https://pressmaximum.module_plasma_d95d
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.module_plasma_d95d/customify
Version: 0.3.7
License: GNU General Public License v2 or later
License URI: http://www.shadow-hard-1f27.chip-5570/licenses/gpl-2.0.image_685f
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.thick-89ea/, (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.clean-26b8.description_caf1/normalize.pro-0317/
 ======
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.pro-0317 v7.0.0 | MIT License | github.module_plasma_d95d/necolas/normalize.pro-0317 */
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;
}
.full_2a7f .cold-19a3,
.picture_1f42,
.pattern-82e7,
.thumbnail_first_fd62,
.medium_9740,
.grid_fixed_90eb,
.article-steel-46f3,
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;
}
.picture_1f42,
h1 {
  font-size: 2.42em;
  line-height: 1.216;
}
@media screen and (max-width: 1024px) {
  .picture_1f42,
  h1 {
    font-size: 2.1em;
  }
}
@media screen and (max-width: 568px) {
  .picture_1f42,
  h1 {
    font-size: 1.8em;
  }
}
.pattern-82e7,
h2 {
  font-size: 2.1em;
  line-height: 1.216;
}
.pattern-82e7 + h3,
h2 + h3 {
  border-top: 1px solid #eaecee;
  padding-top: 0.5407911001em;
}
@media screen and (max-width: 1024px) {
  .pattern-82e7,
  h2 {
    font-size: 1.9em;
  }
}
@media screen and (max-width: 568px) {
  .pattern-82e7,
  h2 {
    font-size: 1.7em;
  }
}
.thumbnail_first_fd62,
h3 {
  font-size: 1.618em;
}
.full_2a7f .cold-19a3,
.medium_9740,
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.glass-d2dd {
  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;
}
.static-ff11:after,
.static-ff11:before,
.description-7d38:after,
.description-7d38:before {
  content: "";
  display: table;
}
.static-ff11:after,
.description-7d38:after {
  clear: both;
}
.backdrop_8fd5 {
  float: right;
  margin-right: 0;
}
.north_fa85 {
  float: left;
  margin-left: 0;
}
form {
  margin-bottom: 2em;
}
.hovered_8c6c .article-bottom-15d3,
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;
}
.hovered_8c6c .article-bottom-15d3: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;
}
.filter_gas_9c1e .article-bottom-15d3 {
  box-shadow: none;
}
.filter_gas_9c1e
  .article-bottom-15d3
  .aside_active_2258 {
  line-height: 2.4em;
  min-height: 2.6em;
  padding-left: 0;
}
.filter_gas_9c1e .article-bottom-15d3 .hero_cold_739a {
  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;
}
.filter_gas_9c1e
  .article-bottom-15d3
  .hero_cold_739a
  b {
  display: none;
}
.filter_gas_9c1e .row-complex-3b4a {
  border: 1px solid #e5e5e5;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.12) inset;
}
.background-static-4a61:not(.shade_basic_1069):not(.tooltip_stale_b0c1),
button:not(.shade_basic_1069):not(.tooltip_stale_b0c1),
input[type="button"]:not(.shade_basic_1069):not(
    .tooltip_stale_b0c1
  ),
input[type="reset"]:not(.shade_basic_1069):not(
    .tooltip_stale_b0c1
  ),
input[type="submit"]:not(.shade_basic_1069):not(
    .tooltip_stale_b0c1
  ) {
  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;
}
.background-static-4a61:not(.shade_basic_1069):not(
    .tooltip_stale_b0c1
  ):hover,
button:not(.shade_basic_1069):not(
    .tooltip_stale_b0c1
  ):hover,
input[type="button"]:not(.shade_basic_1069):not(
    .tooltip_stale_b0c1
  ):hover,
input[type="reset"]:not(.shade_basic_1069):not(
    .tooltip_stale_b0c1
  ):hover,
input[type="submit"]:not(.shade_basic_1069):not(
    .tooltip_stale_b0c1
  ):hover {
  box-shadow: inset 0 0 0 120px rgba(0, 0, 0, 0.18);
  color: #fff;
  outline: 0;
}
.background-static-4a61:not(.shade_basic_1069):not(
    .tooltip_stale_b0c1
  ):active,
.background-static-4a61:not(.shade_basic_1069):not(
    .tooltip_stale_b0c1
  ):focus,
button:not(.shade_basic_1069):not(
    .tooltip_stale_b0c1
  ):active,
button:not(.shade_basic_1069):not(
    .tooltip_stale_b0c1
  ):focus,
input[type="button"]:not(.shade_basic_1069):not(
    .tooltip_stale_b0c1
  ):active,
input[type="button"]:not(.shade_basic_1069):not(
    .tooltip_stale_b0c1
  ):focus,
input[type="reset"]:not(.shade_basic_1069):not(
    .tooltip_stale_b0c1
  ):active,
input[type="reset"]:not(.shade_basic_1069):not(
    .tooltip_stale_b0c1
  ):focus,
input[type="submit"]:not(.shade_basic_1069):not(
    .tooltip_stale_b0c1
  ):active,
input[type="submit"]:not(.shade_basic_1069):not(
    .tooltip_stale_b0c1
  ):focus {
  outline: 0;
}
.background-static-4a61:not(.shade_basic_1069):not(
    .tooltip_stale_b0c1
  ).fn-loading-0834,
button:not(.shade_basic_1069):not(
    .tooltip_stale_b0c1
  ).fn-loading-0834,
input[type="button"]:not(.shade_basic_1069):not(
    .tooltip_stale_b0c1
  ).fn-loading-0834,
input[type="reset"]:not(.shade_basic_1069):not(
    .tooltip_stale_b0c1
  ).fn-loading-0834,
input[type="submit"]:not(.shade_basic_1069):not(
    .tooltip_stale_b0c1
  ).fn-loading-0834 {
  position: relative;
}
.background-static-4a61:not(.shade_basic_1069):not(
    .tooltip_stale_b0c1
  ).fn-loading-0834
  .hard-b7f6,
.background-static-4a61:not(.shade_basic_1069):not(
    .tooltip_stale_b0c1
  ).fn-loading-0834
  .gallery_gas_d5dd,
.background-static-4a61:not(.shade_basic_1069):not(
    .tooltip_stale_b0c1
  ).fn-loading-0834
  .icon-27d6,
.background-static-4a61:not(.shade_basic_1069):not(
    .tooltip_stale_b0c1
  ).fn-loading-0834
  i,
.background-static-4a61:not(.shade_basic_1069):not(
    .tooltip_stale_b0c1
  ).fn-loading-0834
  svg,
button:not(.shade_basic_1069):not(
    .tooltip_stale_b0c1
  ).fn-loading-0834
  .hard-b7f6,
button:not(.shade_basic_1069):not(
    .tooltip_stale_b0c1
  ).fn-loading-0834
  .gallery_gas_d5dd,
button:not(.shade_basic_1069):not(
    .tooltip_stale_b0c1
  ).fn-loading-0834
  .icon-27d6,
button:not(.shade_basic_1069):not(
    .tooltip_stale_b0c1
  ).fn-loading-0834
  i,
button:not(.shade_basic_1069):not(
    .tooltip_stale_b0c1
  ).fn-loading-0834
  svg,
input[type="button"]:not(.shade_basic_1069):not(
    .tooltip_stale_b0c1
  ).fn-loading-0834
  .hard-b7f6,
input[type="button"]:not(.shade_basic_1069):not(
    .tooltip_stale_b0c1
  ).fn-loading-0834
  .gallery_gas_d5dd,
input[type="button"]:not(.shade_basic_1069):not(
    .tooltip_stale_b0c1
  ).fn-loading-0834
  .icon-27d6,
input[type="button"]:not(.shade_basic_1069):not(
    .tooltip_stale_b0c1
  ).fn-loading-0834
  i,
input[type="button"]:not(.shade_basic_1069):not(
    .tooltip_stale_b0c1
  ).fn-loading-0834
  svg,
input[type="reset"]:not(.shade_basic_1069):not(
    .tooltip_stale_b0c1
  ).fn-loading-0834
  .hard-b7f6,
input[type="reset"]:not(.shade_basic_1069):not(
    .tooltip_stale_b0c1
  ).fn-loading-0834
  .gallery_gas_d5dd,
input[type="reset"]:not(.shade_basic_1069):not(
    .tooltip_stale_b0c1
  ).fn-loading-0834
  .icon-27d6,
input[type="reset"]:not(.shade_basic_1069):not(
    .tooltip_stale_b0c1
  ).fn-loading-0834
  i,
input[type="reset"]:not(.shade_basic_1069):not(
    .tooltip_stale_b0c1
  ).fn-loading-0834
  svg,
input[type="submit"]:not(.shade_basic_1069):not(
    .tooltip_stale_b0c1
  ).fn-loading-0834
  .hard-b7f6,
input[type="submit"]:not(.shade_basic_1069):not(
    .tooltip_stale_b0c1
  ).fn-loading-0834
  .gallery_gas_d5dd,
input[type="submit"]:not(.shade_basic_1069):not(
    .tooltip_stale_b0c1
  ).fn-loading-0834
  .icon-27d6,
input[type="submit"]:not(.shade_basic_1069):not(
    .tooltip_stale_b0c1
  ).fn-loading-0834
  i,
input[type="submit"]:not(.shade_basic_1069):not(
    .tooltip_stale_b0c1
  ).fn-loading-0834
  svg {
  visibility: hidden;
}
.background-static-4a61:not(.shade_basic_1069):not(
    .tooltip_stale_b0c1
  ).fn-loading-0834:after,
button:not(.shade_basic_1069):not(
    .tooltip_stale_b0c1
  ).fn-loading-0834:after,
input[type="button"]:not(.shade_basic_1069):not(
    .tooltip_stale_b0c1
  ).fn-loading-0834:after,
input[type="reset"]:not(.shade_basic_1069):not(
    .tooltip_stale_b0c1
  ).fn-loading-0834:after,
input[type="submit"]:not(.shade_basic_1069):not(
    .tooltip_stale_b0c1
  ).fn-loading-0834: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;
}
.background-static-4a61:not(.shade_basic_1069):not(.tooltip_stale_b0c1),
input[type="button"]:not(.shade_basic_1069):not(
    .tooltip_stale_b0c1
  ),
input[type="reset"]:not(.shade_basic_1069):not(
    .tooltip_stale_b0c1
  ),
input[type="submit"]:not(.shade_basic_1069):not(
    .tooltip_stale_b0c1
  ) {
  color: #fff;
  background: #235787;
}
.background-static-4a61:not(.shade_basic_1069):not(
    .tooltip_stale_b0c1
  ):focus,
input[type="button"]:not(.shade_basic_1069):not(
    .tooltip_stale_b0c1
  ):focus,
input[type="reset"]:not(.shade_basic_1069):not(
    .tooltip_stale_b0c1
  ):focus,
input[type="submit"]:not(.shade_basic_1069):not(
    .tooltip_stale_b0c1
  ):focus {
  color: #fff;
}
.background-static-4a61.fn-disabled-0834:not(.shade_basic_1069):not(
    .tooltip_stale_b0c1
  ),
.background-static-4a61[disabled]:not(.shade_basic_1069):not(
    .tooltip_stale_b0c1
  ),
button.fn-disabled-0834:not(.shade_basic_1069):not(
    .tooltip_stale_b0c1
  ),
button[disabled]:not(.shade_basic_1069):not(
    .tooltip_stale_b0c1
  ) {
  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;
}
.pink_90a9 {
  clip: rect(1px, 1px, 1px, 1px);
  position: absolute !important;
  height: 1px;
  width: 1px;
  overflow: hidden;
  word-con: normal !important;
}
.pink_90a9: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;
}
.nav-e109 {
  display: inline;
  float: left;
  margin-right: 1.41575em;
}
.menu-88f4 {
  display: inline;
  float: right;
  margin-left: 1.41575em;
}
.prev-01c4 {
  clear: both;
  display: block;
  margin: 0 auto;
}
.static-ff11:after,
.static-ff11:before,
.backdrop-5700:after,
.backdrop-5700:before,
.in-a5a5:after,
.in-a5a5:before,
.message-51d3:after,
.message-51d3:before,
.notification_hovered_78d8:after,
.notification_hovered_78d8:before,
.video-2d7c:after,
.video-2d7c:before {
  content: "";
  display: table;
  table-layout: fixed;
}
.static-ff11:after,
.backdrop-5700:after,
.in-a5a5:after,
.message-51d3:after,
.notification_hovered_78d8:after,
.video-2d7c:after {
  clear: both;
}
.backdrop-5700 .cold-ea82,
.in-a5a5 .cold-ea82,
.in_2ec0 .cold-ea82 {
  border: none;
  margin-bottom: 0;
  margin-top: 0;
  padding: 0;
}
embed,
iframe,
object {
  max-width: 100%;
}
.avatar-upper-c2be {
  display: inline-block;
}
.last_5728 {
  margin-bottom: 1.41575em;
  max-width: 100%;
}
.last_5728 img[class*="wp-image-"] {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.last_5728 .filter-silver-f26e {
  padding: 1em 0;
  font-size: 85%;
}
.filter-silver-f26e {
  text-align: left;
  font-style: italic;
  color: #999;
}
.overlay_middle_978d {
  margin-bottom: 1.5em;
  margin-bottom: 1.41575em;
}
.overlay_middle_978d:after,
.overlay_middle_978d:before {
  content: "";
  display: table;
}
.overlay_middle_978d:after {
  clear: both;
}
.prev_d963 {
  display: inline-block;
  text-align: center;
  vertical-align: top;
  width: 100%;
}
.frame_afbb .prev_d963 {
  max-width: 50%;
}
.outline-plasma-f86f .prev_d963 {
  max-width: 33.33%;
}
.text_5a3e .prev_d963 {
  max-width: 25%;
}
.backdrop_643a .prev_d963 {
  max-width: 20%;
}
.active-e6b0 .prev_d963 {
  max-width: 16.66%;
}
.form-3a9c .prev_d963 {
  max-width: 14.28%;
}
.content_0c58 .prev_d963 {
  max-width: 12.5%;
}
.fresh-0cf3 .prev_d963 {
  max-width: 11.11%;
}
.top-532b {
  display: block;
}
.full_2a7f .in_404c label,
.full_2a7f .cold_66a4 label,
.full_2a7f .short-d6d3 label,
.full_2a7f .hot_8baa label {
  text-transform: uppercase;
  letter-spacing: 0.5px;
  font-size: 0.85em;
}
.modal_f197 {
  list-style: none;
  margin: 0;
}
.modal_f197 article.hard_4679 {
  margin-bottom: 0;
}
.modal_f197 ul {
  list-style: none;
  margin: 0;
}
.modal_f197 .grid_08e7 li.hard_4679 {
  padding-left: 30px;
}
@media screen and (min-width: 64em) {
  .modal_f197 .grid_08e7 li.hard_4679 {
    padding-left: 85px;
    border-left: 1px solid #eaecee;
    position: relative;
    width: 100%;
  }
  .modal_f197 .grid_08e7 li.hard_4679: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) {
  .modal_f197 .grid_08e7 li.hard_4679 li.hard_4679 li.hard_4679 li.hard_4679 {
    padding-left: 0;
  }
}
article.hard_4679 {
  padding: 1.618em 0;
  margin-bottom: 1.618em;
}
article.hard_4679 .backdrop-5700 p:last-of-type {
  margin-bottom: 0;
}
article.hard_4679 .accent_fdb1 {
  float: left;
}
article.hard_4679 .table-cool-d0fa {
  margin-left: 85px;
}
article.hard_4679 .lite-c060 {
  display: block;
  margin: 12px 0 12px;
  padding-bottom: 4px;
  border-bottom: 1px solid #eaecee;
}
article.hard_4679 .lite-c060 .wood_b69b {
  margin-left: 10px;
}
article.hard_4679 .feature-283e {
  font-weight: 500;
  text-transform: uppercase;
  line-height: 1;
  font-style: normal;
}
article.hard_4679 .accent-clean-640c {
  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 .in_404c,
  #respond .short-d6d3,
  #respond .hot_8baa {
    width: 29.4117647059%;
    margin-right: 5.8823529412%;
    float: left;
  }
}
#respond .in_404c input,
#respond .short-d6d3 input,
#respond .hot_8baa input {
  width: 100%;
}
#respond .hot_8baa {
  margin-right: 0;
}
#respond .copper-cdf2 #wp-comment-cookies-consent {
  position: relative;
  top: -1px;
  margin-right: 5px;
}
.tag-rough-86b9 {
  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;
}
.tag-rough-86b9.active-307e {
  width: 36px;
  height: 36px;
  min-height: 36px;
  font-size: 1.1em;
}
.tag-rough-86b9 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%);
}
.tag-rough-86b9:focus,
.tag-rough-86b9: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);
}
.logo-9b25 {
  border-radius: 10%;
}
.list-f621 {
  border-radius: 50%;
}
.video-00da {
  font-size: 0.72em;
}
.warm_c98c {
  font-size: 0.875em;
}
.shade-93be {
  font-size: 1.1em;
}
.lower-a67e {
  text-transform: uppercase;
  line-height: 1.2;
}
.lower-a67e.video-00da {
  letter-spacing: 0.5px;
}
.pagination_bc8b,
.pagination_bc8b a {
  color: #6d6d6d;
}
.pagination_bc8b a:hover {
  color: #111;
}
.thumbnail-5f1f {
  color: #6d6d6d;
}
.primary-0284 {
  overflow-x: hidden;
}
.primary-0284 .sort_current_1459.hard_f336 {
  position: relative;
}
.primary-0284 .sort_current_1459.hard_f336.paragraph_large_6fb2 {
  position: initial;
}
.primary-0284
  .sort_current_1459.hard_f336.paragraph_large_6fb2
  .video-clean-5eab {
  left: auto;
}
.primary-0284 .sort_current_1459 .video-clean-5eab {
  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;
}
.primary-0284 .sort_current_1459:hover.hard_f336 {
  -webkit-transition-delay: 0s !important;
  transition-delay: 0s !important;
  outline: 1px solid #0073aa;
  outline-offset: -1px;
}
.primary-0284
  .sort_current_1459:hover.hard_f336
  .video-clean-5eab {
  display: block;
  z-index: 9999999;
}
.primary-0284 .photo-6364 .sort-last-5163,
.primary-0284 .selected-0b9e .sort-last-5163 {
  display: none;
}
.primary-0284 .white-2baa .sort_current_1459:hover.hard_f336 {
  outline: 1px dashed #ff472e;
  outline-offset: -1px;
}
.full_2a7f .in_404c label,
.full_2a7f .cold_66a4 label,
.full_2a7f .short-d6d3 label,
.full_2a7f .hot_8baa label {
  text-transform: uppercase;
  letter-spacing: 0.5px;
  font-size: 0.85em;
}
.modal_f197 {
  list-style: none;
  margin: 0;
}
.modal_f197 article.hard_4679 {
  margin-bottom: 0;
}
.modal_f197 ul {
  list-style: none;
  margin: 0;
}
.modal_f197 .grid_08e7 li.hard_4679 {
  padding-left: 30px;
}
@media screen and (min-width: 64em) {
  .modal_f197 .grid_08e7 li.hard_4679 {
    padding-left: 85px;
    border-left: 1px solid #eaecee;
    position: relative;
    width: 100%;
  }
  .modal_f197 .grid_08e7 li.hard_4679: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) {
  .modal_f197 .grid_08e7 li.hard_4679 li.hard_4679 li.hard_4679 li.hard_4679 {
    padding-left: 0;
  }
}
article.hard_4679 {
  padding: 1.618em 0;
  margin-bottom: 1.618em;
}
article.hard_4679 .backdrop-5700 p:last-of-type {
  margin-bottom: 0;
}
article.hard_4679 .accent_fdb1 {
  float: left;
}
article.hard_4679 .table-cool-d0fa {
  margin-left: 85px;
}
article.hard_4679 .lite-c060 {
  display: block;
  margin: 12px 0 12px;
  padding-bottom: 4px;
  border-bottom: 1px solid #eaecee;
}
article.hard_4679 .lite-c060 .wood_b69b {
  margin-left: 10px;
}
article.hard_4679 .feature-283e {
  font-weight: 500;
  text-transform: uppercase;
  line-height: 1;
  font-style: normal;
}
article.hard_4679 .accent-clean-640c {
  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 .in_404c,
  #respond .short-d6d3,
  #respond .hot_8baa {
    width: 29.4117647059%;
    margin-right: 5.8823529412%;
    float: left;
  }
}
#respond .in_404c input,
#respond .short-d6d3 input,
#respond .hot_8baa input {
  width: 100%;
}
#respond .hot_8baa {
  margin-right: 0;
}
#respond .copper-cdf2 #wp-comment-cookies-consent {
  position: relative;
  top: -1px;
  margin-right: 5px;
}
.photo-6364 .copper-751a {
  color: rgba(255, 255, 255, 0.99);
  background: rgba(0, 0, 0, 0.9);
}
.copper-751a .hidden_7eb9.fast-3b7a .thumbnail-7517 > li > a:focus,
.copper-751a .hidden_7eb9.fast-3b7a .thumbnail-7517 > li > a:hover,
.copper-751a .hidden_7eb9.yellow-f4f0 .thumbnail-7517 > li > a:focus,
.copper-751a .hidden_7eb9.yellow-f4f0 .thumbnail-7517 > li > a:hover,
.copper-751a .hidden_7eb9.title-77a9 .thumbnail-7517 > li > a:focus,
.copper-751a .hidden_7eb9.title-77a9 .thumbnail-7517 > li > a:hover {
  color: rgba(255, 255, 255, 0.99);
}
.copper-751a
  .hidden_7eb9.fast-3b7a
  .thumbnail-7517
  > li.dirty-bece
  > a,
.copper-751a
  .hidden_7eb9.fast-3b7a
  .thumbnail-7517
  > li.module-slow-3a35
  > a,
.copper-751a
  .hidden_7eb9.yellow-f4f0
  .thumbnail-7517
  > li.dirty-bece
  > a,
.copper-751a
  .hidden_7eb9.yellow-f4f0
  .thumbnail-7517
  > li.module-slow-3a35
  > a,
.copper-751a
  .hidden_7eb9.title-77a9
  .thumbnail-7517
  > li.dirty-bece
  > a,
.copper-751a .hidden_7eb9.title-77a9 .thumbnail-7517 > li.column_fixed_7cb4 > a {
  color: rgba(255, 255, 255, 0.99);
}
.copper-751a .liquid-d02c,
.copper-751a .liquid-d02c a {
  color: rgba(255, 255, 255, 0.99);
}
.copper-751a .highlight-lite-1593.search_wide_e052 li a,
.copper-751a .fixed-735b a,
.copper-751a .tiny-f207,
.copper-751a .thumbnail-7517 > li > a,
.copper-751a .advanced_a3e1 {
  color: rgba(255, 255, 255, 0.79);
}
.copper-751a .highlight-lite-1593.search_wide_e052 li a:hover,
.copper-751a .fixed-735b a:hover,
.copper-751a .tiny-f207:hover,
.copper-751a .thumbnail-7517 > li > a:hover,
.copper-751a .advanced_a3e1:hover {
  color: rgba(255, 255, 255, 0.99);
}
.copper-751a .liquid-a9ab {
  color: rgba(255, 255, 255, 0.79);
}
.copper-751a .liquid-a9ab .blue_5d75 {
  color: rgba(255, 255, 255, 0.99);
}
.copper-751a .liquid-a9ab:hover {
  color: rgba(255, 255, 255, 0.99);
}
.copper-751a .status-left-3950 .popup-49b0 {
  background: rgba(255, 255, 255, 0.03);
  border-color: rgba(255, 255, 255, 0.08);
  color: rgba(255, 255, 255, 0.79);
}
.copper-751a .status-left-3950 .popup-49b0 .left_f3e0 {
  color: rgba(255, 255, 255, 0.79);
}
.copper-751a
  .status-left-3950
  .popup-49b0
  .left_f3e0::-webkit-input-placeholder {
  color: rgba(255, 255, 255, 0.79);
}
.copper-751a
  .status-left-3950
  .popup-49b0
  .left_f3e0:-ms-input-placeholder {
  color: rgba(255, 255, 255, 0.79);
}
.copper-751a
  .status-left-3950
  .popup-49b0
  .left_f3e0::-ms-input-placeholder {
  color: rgba(255, 255, 255, 0.79);
}
.copper-751a
  .status-left-3950
  .popup-49b0
  .left_f3e0::placeholder {
  color: rgba(255, 255, 255, 0.79);
}
.copper-751a .status-left-3950 .input_eb35 {
  color: rgba(255, 255, 255, 0.79);
}
.copper-751a .status-left-3950 .input_eb35:hover {
  color: rgba(255, 255, 255, 0.99);
}
.title_c81f
  .copper-751a
  .status-left-3950
  .frame_pro_30eb
  .logo-wide-b9ce {
  background-color: rgba(255, 255, 255, 0.03);
  border-color: rgba(255, 255, 255, 0.08);
  color: rgba(255, 255, 255, 0.79);
}
.title_c81f
  .copper-751a
  .status-left-3950
  .frame_pro_30eb
  .left_f3e0 {
  background-color: rgba(255, 255, 255, 0.03) !important;
  border-color: rgba(255, 255, 255, 0.08);
  color: rgba(255, 255, 255, 0.79);
}
.photo-6364 .picture_00ed {
  color: rgba(0, 0, 0, 0.6);
  background: rgba(255, 255, 255, 0.9);
}
.picture_00ed .hidden_7eb9.fast-3b7a .thumbnail-7517 > li > a:focus,
.picture_00ed .hidden_7eb9.fast-3b7a .thumbnail-7517 > li > a:hover,
.picture_00ed .hidden_7eb9.yellow-f4f0 .thumbnail-7517 > li > a:focus,
.picture_00ed .hidden_7eb9.yellow-f4f0 .thumbnail-7517 > li > a:hover,
.picture_00ed .hidden_7eb9.title-77a9 .thumbnail-7517 > li > a:focus,
.picture_00ed .hidden_7eb9.title-77a9 .thumbnail-7517 > li > a:hover {
  color: rgba(0, 0, 0, 0.8);
}
.picture_00ed
  .hidden_7eb9.fast-3b7a
  .thumbnail-7517
  > li.dirty-bece
  > a,
.picture_00ed
  .hidden_7eb9.fast-3b7a
  .thumbnail-7517
  > li.module-slow-3a35
  > a,
.picture_00ed
  .hidden_7eb9.yellow-f4f0
  .thumbnail-7517
  > li.dirty-bece
  > a,
.picture_00ed
  .hidden_7eb9.yellow-f4f0
  .thumbnail-7517
  > li.module-slow-3a35
  > a,
.picture_00ed
  .hidden_7eb9.title-77a9
  .thumbnail-7517
  > li.dirty-bece
  > a,
.picture_00ed .hidden_7eb9.title-77a9 .thumbnail-7517 > li.column_fixed_7cb4 > a {
  color: rgba(0, 0, 0, 0.8);
}
.picture_00ed .liquid-d02c,
.picture_00ed .liquid-d02c a {
  color: rgba(0, 0, 0, 0.8);
}
.picture_00ed .highlight-lite-1593.search_wide_e052 li a,
.picture_00ed .fixed-735b a,
.picture_00ed .tiny-f207,
.picture_00ed .thumbnail-7517 > li > a,
.picture_00ed .advanced_a3e1 {
  color: rgba(0, 0, 0, 0.55);
}
.picture_00ed .highlight-lite-1593.search_wide_e052 li a:hover,
.picture_00ed .fixed-735b a:hover,
.picture_00ed .tiny-f207:hover,
.picture_00ed .thumbnail-7517 > li > a:hover,
.picture_00ed .advanced_a3e1:hover {
  color: rgba(0, 0, 0, 0.8);
}
.picture_00ed .liquid-a9ab {
  color: rgba(0, 0, 0, 0.55);
}
.picture_00ed .liquid-a9ab .blue_5d75 {
  color: rgba(0, 0, 0, 0.8);
}
.picture_00ed .liquid-a9ab:hover {
  color: rgba(0, 0, 0, 0.8);
}
.wood-e98d .layout-b788 {
  margin-left: auto;
  margin-right: auto;
}
.in-a5a5 > * {
  margin-left: auto;
  margin-right: auto;
}
.in-a5a5 .nav-e109 {
  margin-right: 1.41575em;
}
.alert_smooth_334c .in-a5a5 > .paragraph_middle_6719 {
  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;
}
.alert_smooth_334c .in-a5a5 > .link-stale-f2b1 {
  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;
}
.breadcrumb_803c.wood-e98d .layout-b788,
.grid_wide_418a.wood-e98d .layout-b788 {
  margin-left: 0;
}
.item-wide-e026.wood-e98d .layout-b788,
.left_141a.wood-e98d .layout-b788 {
  margin-right: 0;
}
.in-a5a5 ol,
.in-a5a5 ul {
  margin: 1.5em auto;
  list-style-position: outside;
}
.section-selected-4343 video {
  max-width: 100%;
}
.fast_eb19 img {
  display: block;
}
.fast_eb19.nav-e109,
.fast_eb19.menu-88f4 {
  width: 100%;
}
.fast_eb19.link-stale-f2b1 img {
  width: 100vw;
  width: calc(var(--vw, 1vw) * 100);
}
.picture-d66a:not(.layout_26de) {
  margin: 1.5em auto;
}
.bright-f433 p {
  padding: 1.5em 14px;
}
ul.footer-left-2536.link-stale-f2b1,
ul.footer-left-2536.paragraph_middle_6719,
ul.footer-left-2536.dropdown_large_a0d0.paragraph_middle_6719 {
  padding: 0 14px;
}
.dark-3f5b {
  display: block;
  overflow-x: auto;
}
.dark-3f5b table {
  border-collapse: collapse;
  width: 100%;
}
.dark-3f5b td,
.dark-3f5b th {
  padding: 0.5em;
}
.in-a5a5 li {
  margin-left: 2.5em;
  margin-bottom: 6px;
}
.in-a5a5 ol ol,
.in-a5a5 ol ul,
.in-a5a5 ul ol,
.in-a5a5 ul ul {
  margin-bottom: 0;
  margin-top: 0;
  margin-left: 2.5em;
}
.in-a5a5 ol ol li,
.in-a5a5 ol ul li,
.in-a5a5 ul ol li,
.in-a5a5 ul ul li {
  margin-left: 0;
}
.card_2b6a.top_3d94 > .banner_62d2 {
  position: relative;
  width: 100%;
  height: 0;
  padding-top: 56.25%;
}
.card_2b6a.top_3d94 > .banner_62d2 iframe,
.card_2b6a.top_3d94 > .banner_62d2 > object {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}
.form_south_7255 {
  border-left-width: 4px;
  border-left-color: currentColor;
}
.form_south_7255.pink-d244 {
  padding: 0;
}
.form_south_7255.pink-d244 cite {
  font-size: 13px;
}
.form_south_7255 > * {
  margin-left: 16px;
  margin-right: 16px;
}
.form_south_7255 cite {
  font-style: normal;
  margin-top: 1em;
  position: relative;
  font-size: 13px;
}
.hidden-right-58df {
  border-bottom: 4px solid currentColor;
  border-top: 4px solid currentColor;
  margin-left: 0;
  margin-right: 0;
  padding: 3em 0;
  text-align: center;
}
.hidden-right-58df > p:first-child {
  margin-top: 0;
}
.hidden-right-58df cite {
  font-size: 13px;
  font-style: normal;
  text-transform: uppercase;
}
.hidden-right-58df blockquote {
  border-left: 0;
}
.popup_3edd {
  margin: 3em auto;
  border: none;
  border-bottom: 2px solid currentColor;
}
.popup_3edd:not(.dropdown-short-72e4) {
  max-width: 100px;
}
.popup_3edd.small-34ff {
  border-bottom: none !important;
  text-align: center;
}
.popup_3edd.small-34ff::before {
  padding-left: 0;
  font-size: 30px;
}
@media screen and (min-width: 768px) {
  .bright-f433 p {
    padding: 1.5em 0;
  }
}
.up_dc97 {
  color: #0073aa;
}
.bright-a18a {
  background-color: #0073aa;
}
.out_199b {
  color: #229fd8;
}
.silver_c51b {
  background-color: #229fd8;
}
.blue-dbda {
  color: #eee;
}
.layout-8cda {
  background-color: #eee;
}
.container_70e2 {
  color: #444;
}
.card_advanced_4735 {
  background-color: #444;
}
.north-4ad8 {
  padding: 0;
  -webkit-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  text-size-adjust: 100%;
  line-height: 13px;
}
.north-4ad8 .dim-6eb9 .fixed-735b {
  font-size: 15px;
}
.north-4ad8 .fixed-735b {
  line-height: 1.3;
}
.north-4ad8 .picture_00ed {
}
.north-4ad8 .copper-751a {
  background: #235787;
}
.cold_6e56 {
  padding: 0;
}
.cold_6e56 .copper-751a {
  background: #1a1a1a;
}
.cold_6e56 .picture_00ed {
  box-shadow: 0 1px 2px 0 #e1e5ea;
  background: #fff;
}
.shade_c9b6 {
  padding: 0;
  border-left: none;
  border-right: none;
}
.shade_c9b6 .picture_00ed {
  box-shadow: 0 1px 2px 0 #e1e5ea;
}
.shade_c9b6 .copper-751a {
  background: #303030;
}
.video-2d7c {
  position: relative;
  z-index: 10;
}
.video-2d7c .mask_6dc6 {
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
  -webkit-box-pack: center;
  justify-content: center;
}
.menu_3ce9 .hard_f336 {
  display: inline-block;
  vertical-align: middle;
}
.menu_3ce9.surface_under_d7b2 .hard_f336 {
  margin-right: 1em;
}
@media screen and (max-width: 1024px) {
  .menu_3ce9.surface_under_d7b2 .hard_f336 {
    margin-right: 1em;
  }
}
@media screen and (max-width: 568px) {
  .menu_3ce9.surface_under_d7b2 .hard_f336 {
    margin-right: 0.4em;
  }
}
.menu_3ce9.surface_under_d7b2 .hard_f336:last-child {
  margin-right: 0;
}
.accordion_tiny_c7f1 .mask_6dc6 {
  max-width: initial;
}
@media screen and (min-width: 1025px) {
  .photo-6364 .dim-6eb9 {
    margin: 0 -0.5em;
  }
  .photo-6364 .dim-6eb9 [class*="customify-col-"],
  .photo-6364 .dim-6eb9 [class*="customify-col_"],
  .photo-6364 .dim-6eb9 [class~="customify-col-"] {
    padding-left: 0.5em;
    padding-right: 0.5em;
  }
}
.photo-6364.container-top-29c9 .mask_6dc6 {
  background: 0 0 !important;
}
.photo-6364.container-top-29c9 .mask_6dc6,
.photo-6364.accordion_tiny_c7f1 .mask_6dc6 {
  border: 0 none !important;
  box-shadow: none !important;
}
@media screen and (min-width: 1025px) {
  .photo-6364.upper-e5f1 {
    background: 0 0 !important;
    border: 0 none;
    box-shadow: none !important;
  }
}
.photo-6364.accordion_tiny_c7f1 .mask_6dc6 {
  box-shadow: none !important;
}
.lite-758a {
  padding: 21px 0 22px;
  border-bottom: 1px solid #eaecee;
  word-break: break-word;
  background: #f9f9f9;
}
@media screen and (max-width: 1024px) {
  .lite-758a {
    padding: 19px 0 20px;
  }
}
@media screen and (max-width: 568px) {
  .lite-758a {
    padding: 18px 0 20px;
  }
}
.lite-758a .search-narrow-b40f {
  width: 100%;
}
.lite-758a .sort-warm-11f2 {
  margin-bottom: 0;
}
.lite-758a .fresh-fe99 {
  margin-top: 5px;
  font-size: 0.875em;
}
.stone-b796 {
  padding: 9px 0 9px;
  border-bottom: 1px solid #eaecee;
  color: #6d6d6d;
  line-height: 1.6;
  background: #fff;
}
.stone-b796 .aside_east_c461 {
  width: 100%;
}
.filter_a317 {
  list-style: none;
  margin: 0 1em;
  padding: 0;
}
.filter_a317 li {
  display: inline-block;
  position: relative;
  padding-right: 10px;
}
.filter_a317 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;
}
.filter_a317 li:last-child:after {
  display: none;
}
.filter_a317 li a {
  font-weight: 500;
  margin-right: 10px;
}
.column-selected-d500 .sort-last-5163 button,
.lite-758a .sort-last-5163 button {
  left: 0;
}
.column-selected-d500 .aside_east_c461,
.lite-758a .aside_east_c461 {
  padding-left: 0;
  padding-right: 0;
}
.column-selected-d500 .stone-b796,
.lite-758a .stone-b796 {
  border-bottom: none;
  padding-bottom: 0;
  background: 0 0;
}
.column-selected-d500 {
  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;
}
.column-selected-d500: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;
}
.column-selected-d500 .container-hard-143b {
  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) {
  .column-selected-d500 .container-hard-143b {
    min-height: 300px;
  }
}
@media screen and (max-width: 1024px) {
  .column-selected-d500 .container-hard-143b {
    min-height: 250px;
    padding: 1em 15px;
  }
}
@media screen and (max-width: 568px) {
  .column-selected-d500 .container-hard-143b {
    min-height: 200px;
  }
}
.column-selected-d500 .filter_a317 {
  color: rgba(255, 255, 255, 0.8);
}
.column-selected-d500 .filter_a317 a,
.column-selected-d500 .filter_a317 li:after {
  color: inherit;
}
.column-selected-d500 .filter_a317 a:hover {
  color: rgba(255, 255, 255, 0.8);
}
.shadow-348b {
  margin-bottom: 0.5em;
}
.prev_8f68 {
  margin-bottom: 1.2em;
}
.prev_8f68,
.shadow-348b {
  display: inline-block;
  position: relative;
  color: rgba(255, 255, 255, 0.99);
  z-index: 5;
}
.prev_8f68 p:last-child,
.shadow-348b p:last-child {
  margin-bottom: 0;
}
#header-menu-sidebar .sort-last-5163,
#masthead .sort-last-5163 {
  display: none;
}
#masthead
  > .sort-last-5163.narrow-825e {
  display: none;
}
#masthead > .sort-last-5163 button {
  left: 0;
}
.status-orange-32d5 {
  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%;
}
.status-orange-32d5 .hard_f336 {
  display: -webkit-inline-box;
  display: inline-flex;
  -webkit-box-align: center;
  align-items: center;
  margin-left: 0.5em;
  margin-right: 0.5em;
}
.status-orange-32d5 .item-motion-109c {
  display: -webkit-box;
  display: flex;
}
.status-orange-32d5 .item-motion-109c.hover_plasma_8be7 {
  -webkit-box-pack: center;
  justify-content: center;
  margin-left: 1em;
  margin-right: 1em;
}
.status-orange-32d5 .item-motion-109c.disabled-top-87bd {
  -webkit-box-pack: start;
  justify-content: flex-start;
  margin-right: auto;
  -webkit-box-flex: 1;
  flex: 1 1 0;
}
.status-orange-32d5 .item-motion-109c.component-4c23 {
  margin-left: auto;
  -webkit-box-pack: end;
  justify-content: flex-end;
  -webkit-box-flex: 1;
  flex: 1 1 0;
}
.status-orange-32d5.primary_outer_c5e1.border-thick-249e .item-motion-109c.hover_plasma_8be7 {
  flex-basis: 100%;
}
.status-orange-32d5.large_7c6a .item-motion-109c.disabled-top-87bd {
  -webkit-box-flex: 1;
  flex: auto;
}
.status-orange-32d5.large_7c6a .item-motion-109c.component-4c23 {
  -webkit-box-flex: 1;
  flex: auto;
}
#masthead
  > .sort-last-5163.narrow-825e {
  display: none;
}
#masthead > .sort-last-5163 button {
  left: 0;
}
.gradient-f23d {
  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;
}
.gradient-f23d:hover {
  box-shadow: inset 0 0 0 120px rgba(0, 0, 0, 0.18);
  color: #fff;
}
.gradient-f23d.notice-028a i {
  margin-right: 4px;
}
.gradient-f23d.surface-dynamic-c803 i {
  margin-left: 5px;
}
.fixed-735b p {
  font-weight: 500;
  text-transform: uppercase;
  font-size: 13px;
}
.fixed-735b p:last-child {
  margin-bottom: 0;
}
.photo-top-8ba9 {
  display: -webkit-box;
  display: flex;
  line-height: 0.9;
  vertical-align: middle;
}
.photo-top-8ba9 a {
  display: inline-block;
  text-transform: uppercase;
  letter-spacing: 0.4px;
  font-weight: 600;
}
.photo-top-8ba9 img {
  display: block;
  width: auto;
  line-height: 1;
}
.photo-top-8ba9 .liquid-d02c {
  font-size: 1.5em;
  margin: 0;
  font-weight: 600;
  line-height: 1.216;
}
.photo-top-8ba9 .slider-fluid-fa3b {
  margin: 5px 0 7px 0;
}
.photo-top-8ba9.thumbnail_fea7 .chip_4e61 {
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
  -webkit-box-pack: center;
  justify-content: center;
}
.photo-top-8ba9.thumbnail_fea7 .silver-28cd {
  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;
}
.photo-top-8ba9.selected-9d4a {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  flex-direction: row-reverse;
}
.photo-top-8ba9.selected-9d4a .chip_4e61 {
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
  -webkit-box-pack: center;
  justify-content: center;
}
.photo-top-8ba9.selected-9d4a .silver-28cd {
  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;
}
.photo-top-8ba9.gallery_fc9d {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
}
.photo-top-8ba9.active-c11b {
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
  flex-direction: column-reverse;
}
.photo-top-8ba9.active-c11b .silver-28cd {
  margin-top: 7px;
}
.prev-c886 {
  display: inline-block;
}
.video-2d7c .lower-ad60 .photo-top-8ba9 img {
  max-width: 100%;
}
.hidden_7eb9 .white-2866.message-ed6e,
.detail_pro_bc9f .white-2866.message-ed6e {
  position: relative;
  display: -webkit-inline-box;
  display: inline-flex;
  -webkit-box-align: center;
  align-items: center;
}
.hidden_7eb9 .column-4995,
.detail_pro_bc9f .column-4995 {
  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%);
}
.hidden_7eb9 .column-4995 {
  display: inline;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-decoration: none !important;
}
.hidden_7eb9.component_full_d742 .column-4995 {
  display: none;
}
.hidden_7eb9 .sidebar_ff0e {
  list-style: none;
  padding: 0;
  margin: 0;
}
.hidden_7eb9 .sidebar_ff0e li {
  display: inline-block;
  position: relative;
}
.hidden_7eb9 .sidebar_ff0e li:last-child {
  margin-right: 0;
}
.hidden_7eb9 .sidebar_ff0e 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;
}
.hidden_7eb9 .sidebar_ff0e li.column_fixed_7cb4 > a {
  color: rgba(0, 0, 0, 0.9);
}
.hidden_7eb9 .sidebar_ff0e > 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;
}
.hidden_7eb9 .sidebar_ff0e > li > a i {
  line-height: 0;
}
.hidden_7eb9 .sidebar_ff0e > li.dark_a4bc > a .column-4995 {
  margin-left: 4px;
  line-height: 0;
}
.hidden_7eb9 .sidebar_ff0e .menu-1d34 li.dark_a4bc > a {
  position: relative;
}
.hidden_7eb9 .sidebar_ff0e .menu-1d34 li.dark_a4bc > a:after,
.hidden_7eb9 .sidebar_ff0e .menu-1d34 li.dark_a4bc > a:before {
  content: "";
  display: table;
}
.hidden_7eb9 .sidebar_ff0e .menu-1d34 li.dark_a4bc > a:after {
  clear: both;
}
.hidden_7eb9 .sidebar_ff0e .menu-1d34 li.dark_a4bc > a .column-4995 {
  margin-left: 5px;
  float: right;
}
.hidden_7eb9 .gold_758d,
.hidden_7eb9 .menu-1d34 {
  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;
}
.hidden_7eb9 .menu-1d34 {
  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;
}
.hidden_7eb9 .menu-1d34 .message-ed6e {
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: justify;
  justify-content: space-between;
}
.hidden_7eb9 .menu-1d34 .column-4995 {
  -webkit-transform: rotate(135deg) translateY(0);
  -ms-transform: rotate(135deg) translateY(0);
  transform: rotate(135deg) translateY(0);
}
.hidden_7eb9 .menu-1d34 li {
  display: block;
  margin: 0;
  padding: 0;
}
.hidden_7eb9 .menu-1d34 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;
}
.hidden_7eb9 .menu-1d34 li a:hover {
  background: rgba(0, 0, 0, 0.015);
  color: rgba(0, 0, 0, 0.8);
}
.hidden_7eb9 .menu-1d34 .menu-1d34 {
  top: 0;
  left: 100%;
}
.hidden_7eb9 .easy_a343.fn-focus-0834 > .gold_758d,
.hidden_7eb9 .easy_a343.fn-focus-0834 > .menu-1d34,
.hidden_7eb9 .easy_a343:focus > .gold_758d,
.hidden_7eb9 .easy_a343:focus > .menu-1d34,
.hidden_7eb9 .easy_a343:hover > .gold_758d,
.hidden_7eb9 .easy_a343:hover > .menu-1d34 {
  height: auto;
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
  overflow: initial;
  visibility: visible;
  opacity: 1;
}
.hidden_7eb9.title-77a9 .thumbnail-7517:after,
.hidden_7eb9.title-77a9 .thumbnail-7517:before {
  content: "";
  display: table;
}
.hidden_7eb9.title-77a9 .thumbnail-7517:after {
  clear: both;
}
.hidden_7eb9.title-77a9 .thumbnail-7517 > li {
  float: left;
}
.hidden_7eb9.fresh_79cc .thumbnail-7517:after,
.hidden_7eb9.fresh_79cc .thumbnail-7517:before {
  content: "";
  display: table;
}
.hidden_7eb9.fresh_79cc .thumbnail-7517:after {
  clear: both;
}
.hidden_7eb9.fresh_79cc .thumbnail-7517 > li {
  float: left;
}
.hidden_7eb9.fresh_79cc .thumbnail-7517 > li > a {
  background: 0 0;
  display: -webkit-inline-box;
  display: inline-flex;
  vertical-align: middle;
  -webkit-box-align: center;
  align-items: center;
}
.hidden_7eb9.fresh_79cc .thumbnail-7517 > li > a:hover {
  color: #fff;
  background-color: #1e4b75;
}
.hidden_7eb9.fresh_79cc .thumbnail-7517 > li.dirty-bece > a,
.hidden_7eb9.fresh_79cc .thumbnail-7517 > li.column_fixed_7cb4 > a {
  color: #fff;
  background-color: #1e4b75;
}
.hidden_7eb9.fast-3b7a .thumbnail-7517 > li > a .message-ed6e {
  position: relative;
}
.hidden_7eb9.fast-3b7a .thumbnail-7517 > li > a .message-ed6e: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;
}
.hidden_7eb9.fast-3b7a
  .thumbnail-7517
  > li:focus
  > a
  .message-ed6e:before,
.hidden_7eb9.fast-3b7a
  .thumbnail-7517
  > li:hover
  > a
  .message-ed6e:before {
  width: 100%;
  background-color: currentColor;
}
.hidden_7eb9.fast-3b7a
  .thumbnail-7517
  > li.dirty-bece
  > a
  .message-ed6e:before,
.hidden_7eb9.fast-3b7a
  .thumbnail-7517
  > li.module-slow-3a35
  > a
  .message-ed6e:before {
  width: 100%;
  background-color: currentColor;
}
.hidden_7eb9.yellow-f4f0 .thumbnail-7517 > li > a .message-ed6e {
  position: relative;
}
.hidden_7eb9.yellow-f4f0 .thumbnail-7517 > li > a .message-ed6e: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;
}
.hidden_7eb9.yellow-f4f0 .thumbnail-7517 > li:focus > a .message-ed6e:before,
.hidden_7eb9.yellow-f4f0
  .thumbnail-7517
  > li:hover
  > a
  .message-ed6e:before {
  width: 100%;
  background-color: currentColor;
}
.hidden_7eb9.yellow-f4f0
  .thumbnail-7517
  > li.dirty-bece
  > a
  .message-ed6e:before,
.hidden_7eb9.yellow-f4f0
  .thumbnail-7517
  > li.module-slow-3a35
  > a
  .message-ed6e:before {
  width: 100%;
  background-color: currentColor;
}
.detail_pro_bc9f .sidebar_ff0e {
  margin: 0;
  padding: 0;
  list-style: none;
}
.detail_pro_bc9f .sidebar_ff0e li:first-child > a {
  border-top: none;
}
.detail_pro_bc9f .sidebar_ff0e .picture_b9a7 > .message-ed6e .column-4995 {
  display: none;
}
.detail_pro_bc9f .sidebar_ff0e li {
  list-style: none;
  position: relative;
  border-bottom: 1px solid transparent;
}
.detail_pro_bc9f .sidebar_ff0e li:last-child {
  border: none;
}
.detail_pro_bc9f .sidebar_ff0e li.dark_a4bc > a {
  padding-right: 45px !important;
}
.detail_pro_bc9f .sidebar_ff0e li a {
  display: block;
  padding: 0.55em 1.5em;
}
.detail_pro_bc9f .sidebar_ff0e li a:focus,
.detail_pro_bc9f .sidebar_ff0e li a:hover {
  background: rgba(0, 0, 0, 0.01);
}
.detail_pro_bc9f .sidebar_ff0e li .hidden_action_9fc1 {
  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;
}
.detail_pro_bc9f .sidebar_ff0e li .hidden_action_9fc1:hover {
  box-shadow: none;
}
.detail_pro_bc9f .sidebar_ff0e li .hidden_action_9fc1 .column-4995 {
  -webkit-transform: rotate(-135deg) translateY(50%) translateX(50%);
  -ms-transform: rotate(-135deg) translateY(50%) translateX(50%);
  transform: rotate(-135deg) translateY(50%) translateX(50%);
}
.detail_pro_bc9f .sidebar_ff0e .menu-1d34 {
  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);
}
.detail_pro_bc9f .sidebar_ff0e .menu-1d34 li a {
  padding-left: 3em;
}
.detail_pro_bc9f .sidebar_ff0e .media_44e1 > a .hidden_action_9fc1 i {
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
.detail_pro_bc9f .sidebar_ff0e .media_44e1 > .menu-1d34 {
  display: block;
  opacity: 1;
}
.module_gold_0842 {
  max-width: 100%;
}
.tabs-befa {
  line-height: 0;
  cursor: pointer;
}
.advanced_a3e1 {
  line-height: 0;
  display: inline-block;
  position: relative;
  box-shadow: none;
}
.advanced_a3e1:hover {
  box-shadow: none;
  color: currentColor;
}
.advanced_a3e1 svg {
  width: 18px;
  height: 18px;
}
.advanced_a3e1 .block-f8b6 {
  display: none;
}
.hard_d05a {
  position: relative;
}
.hard_d05a.fn-active-0834 .advanced_a3e1 .caption-east-487a {
  display: none;
}
.hard_d05a.fn-active-0834 .advanced_a3e1 .block-f8b6 {
  display: inline-block;
}
.hard_d05a .surface_e764 {
  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);
}
.hard_d05a.notification-brown-01f5 .surface_e764 {
  left: auto;
  right: -0.9em;
}
.hard_d05a.notification-brown-01f5 .nav-b205::before {
  left: auto;
  right: 15px;
}
.hard_d05a.fn-active-0834 .surface_e764 {
  height: auto;
  overflow: initial;
  z-index: 26;
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
}
.frame_pro_30eb {
  display: -webkit-box;
  display: flex;
  margin-bottom: 0;
  width: 100%;
  max-width: 100%;
}
.frame_pro_30eb label {
  flex-basis: 100%;
}
.frame_pro_30eb .popup-49b0 {
  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;
}
.frame_pro_30eb .left_f3e0 {
  display: block;
  width: 100%;
  border-radius: 2px;
  height: 2.4em;
}
.frame_pro_30eb .left_f3e0:focus {
  background-color: transparent;
}
.frame_pro_30eb button.input_eb35 {
  overflow: hidden;
  box-shadow: none;
  margin-left: -40px;
  background: 0 0;
  color: #6d6d6d;
  line-height: 0;
  padding: 0 0.7em;
  min-height: auto;
}
.frame_pro_30eb button.input_eb35:hover {
  box-shadow: none;
  background-color: transparent;
  color: #686868;
}
.frame_pro_30eb button.input_eb35 svg {
  width: 18px;
  height: 18px;
}
.frame_pro_30eb input[type="submit"] {
  min-height: auto;
}
.status-left-3950 .frame_pro_30eb .left_f3e0 {
  border: 0;
  box-shadow: none;
  background-color: transparent;
}
.nav-b205 {
  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) {
  .nav-b205 {
    width: 220px;
  }
}
.nav-b205 label {
  flex-basis: 100%;
}
.nav-b205::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;
}
.title_c81f .status-left-3950 .frame_pro_30eb {
  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;
}
.title_c81f
  .status-left-3950
  .frame_pro_30eb
  .popup-49b0 {
  background-color: transparent;
  min-height: auto;
  flex-basis: 100%;
  display: -webkit-box;
  display: flex;
  border-style: none;
  border: none;
  box-shadow: none;
}
.title_c81f .status-left-3950 .frame_pro_30eb .left_f3e0 {
  border-color: transparent;
  height: auto;
  background-color: transparent;
  border: 0;
  border-style: none;
  box-shadow: none;
  -webkit-box-flex: 0;
  flex: 0 0 auto;
}
.title_c81f
  .status-left-3950
  .frame_pro_30eb
  .left_f3e0:focus {
  background: 0 0;
}
.title_c81f
  .status-left-3950
  .frame_pro_30eb
  .logo-wide-b9ce {
  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;
}
.highlight-lite-1593 {
  display: inline-block;
  margin: 0;
  padding: 0;
  list-style: none;
  position: relative;
}
.highlight-lite-1593 li {
  list-style: none;
  display: inline-block;
  margin: 0 3px;
}
.highlight-lite-1593 li:last-child {
  margin-right: 0;
}
.highlight-lite-1593 li:first-child {
  margin-left: 0;
}
.highlight-lite-1593.grid_9ffb a {
  color: #fff;
}
.highlight-lite-1593.grid_9ffb a:hover {
  color: #fff;
}
.highlight-lite-1593 a {
  color: currentColor;
  text-align: center;
  vertical-align: middle;
  width: 100%;
  padding: 0.4em;
  display: inline-block;
  line-height: 1;
  font-size: 13px;
}
.highlight-lite-1593 a i {
  width: 1em;
  height: 1em;
  position: relative;
  display: block;
}
.highlight-lite-1593 a i:before {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}
.highlight-lite-1593 a:hover {
  opacity: 0.9;
  color: inherit;
}
.highlight-lite-1593 [class*="social-icon-apple"] {
  background-color: #999;
}
.highlight-lite-1593 [class*="social-icon-apple"].section-e466 {
  background-color: transparent;
  color: #999;
}
.highlight-lite-1593 [class*="social-icon-behance"] {
  background-color: #1769ff;
}
.highlight-lite-1593 [class*="social-icon-behance"].section-e466 {
  background-color: transparent;
  color: #1769ff;
}
.highlight-lite-1593 [class*="social-icon-bitbucket"] {
  background-color: #205081;
}
.highlight-lite-1593 [class*="social-icon-bitbucket"].section-e466 {
  background-color: transparent;
  color: #205081;
}
.highlight-lite-1593 [class*="social-icon-codepen"] {
  background-color: #000;
}
.highlight-lite-1593 [class*="social-icon-codepen"].section-e466 {
  background-color: transparent;
  color: #000;
}
.highlight-lite-1593 [class*="social-icon-delicious"] {
  background-color: #39f;
}
.highlight-lite-1593 [class*="social-icon-delicious"].section-e466 {
  background-color: transparent;
  color: #39f;
}
.highlight-lite-1593 [class*="social-icon-digg"] {
  background-color: #005be2;
}
.highlight-lite-1593 [class*="social-icon-digg"].section-e466 {
  background-color: transparent;
  color: #005be2;
}
.highlight-lite-1593 [class*="social-icon-dribbble"] {
  background-color: #ea4c89;
}
.highlight-lite-1593 [class*="social-icon-dribbble"].section-e466 {
  background-color: transparent;
  color: #ea4c89;
}
.highlight-lite-1593 [class*="social-icon-envelope"] {
  background-color: #ea4335;
}
.highlight-lite-1593 [class*="social-icon-envelope"].section-e466 {
  background-color: transparent;
  color: #ea4335;
}
.highlight-lite-1593 [class*="social-icon-facebook"] {
  background-color: #3b5998;
}
.highlight-lite-1593 [class*="social-icon-facebook"].section-e466 {
  background-color: transparent;
  color: #3b5998;
}
.highlight-lite-1593 [class*="social-icon-flickr"] {
  background-color: #0063dc;
}
.highlight-lite-1593 [class*="social-icon-flickr"].section-e466 {
  background-color: transparent;
  color: #0063dc;
}
.highlight-lite-1593 [class*="social-icon-foursquare"] {
  background-color: #2d5be3;
}
.highlight-lite-1593 [class*="social-icon-foursquare"].section-e466 {
  background-color: transparent;
  color: #2d5be3;
}
.highlight-lite-1593 [class*="social-icon-github"] {
  background-color: #333;
}
.highlight-lite-1593 [class*="social-icon-github"].section-e466 {
  background-color: transparent;
  color: #333;
}
.highlight-lite-1593 [class*="social-icon-google-plus"] {
  background-color: #dd4b39;
}
.highlight-lite-1593 [class*="social-icon-google-plus"].section-e466 {
  background-color: transparent;
  color: #dd4b39;
}
.highlight-lite-1593 [class*="social-icon-houzz"] {
  background-color: #7ac142;
}
.highlight-lite-1593 [class*="social-icon-houzz"].section-e466 {
  background-color: transparent;
  color: #7ac142;
}
.highlight-lite-1593 [class*="social-icon-instagram"] {
  background-color: #262626;
}
.highlight-lite-1593 [class*="social-icon-instagram"].section-e466 {
  background-color: transparent;
  color: #262626;
}
.highlight-lite-1593 [class*="social-icon-jsfiddle"] {
  background-color: #487aa2;
}
.highlight-lite-1593 [class*="social-icon-jsfiddle"].section-e466 {
  background-color: transparent;
  color: #487aa2;
}
.highlight-lite-1593 [class*="social-icon-linkedin"] {
  background-color: #0077b5;
}
.highlight-lite-1593 [class*="social-icon-linkedin"].section-e466 {
  background-color: transparent;
  color: #0077b5;
}
.highlight-lite-1593 [class*="social-icon-medium"] {
  background-color: #00ab6b;
}
.highlight-lite-1593 [class*="social-icon-medium"].section-e466 {
  background-color: transparent;
  color: #00ab6b;
}
.highlight-lite-1593 [class*="social-icon-odnoklassniki"] {
  background-color: #f4731c;
}
.highlight-lite-1593
  [class*="social-icon-odnoklassniki"].section-e466 {
  background-color: transparent;
  color: #f4731c;
}
.highlight-lite-1593 [class*="social-icon-meetup"] {
  background-color: #ec1c40;
}
.highlight-lite-1593 [class*="social-icon-meetup"].section-e466 {
  background-color: transparent;
  color: #ec1c40;
}
.highlight-lite-1593 [class*="social-icon-pinterest"] {
  background-color: #bd081c;
}
.highlight-lite-1593 [class*="social-icon-pinterest"].section-e466 {
  background-color: transparent;
  color: #bd081c;
}
.highlight-lite-1593 [class*="social-icon-product-hunt"] {
  background-color: #da552f;
}
.highlight-lite-1593 [class*="social-icon-product-hunt"].section-e466 {
  background-color: transparent;
  color: #da552f;
}
.highlight-lite-1593 [class*="social-icon-reddit"] {
  background-color: #ff4500;
}
.highlight-lite-1593 [class*="social-icon-reddit"].section-e466 {
  background-color: transparent;
  color: #ff4500;
}
.highlight-lite-1593 [class*="social-icon-rss"] {
  background-color: #f26522;
}
.highlight-lite-1593 [class*="social-icon-rss"].section-e466 {
  background-color: transparent;
  color: #f26522;
}
.highlight-lite-1593 [class*="social-icon-shopping-cart"] {
  background-color: #4caf50;
}
.highlight-lite-1593
  [class*="social-icon-shopping-cart"].section-e466 {
  background-color: transparent;
  color: #4caf50;
}
.highlight-lite-1593 [class*="social-icon-skype"] {
  background-color: #00aff0;
}
.highlight-lite-1593 [class*="social-icon-skype"].section-e466 {
  background-color: transparent;
  color: #00aff0;
}
.highlight-lite-1593 [class*="social-icon-slideshare"] {
  background-color: #0077b5;
}
.highlight-lite-1593 [class*="social-icon-slideshare"].section-e466 {
  background-color: transparent;
  color: #0077b5;
}
.highlight-lite-1593 [class*="social-icon-snapchat"] {
  background-color: #fffc00;
}
.highlight-lite-1593 [class*="social-icon-snapchat"].section-e466 {
  background-color: transparent;
  color: #fffc00;
}
.highlight-lite-1593 [class*="social-icon-soundcloud"] {
  background-color: #f80;
}
.highlight-lite-1593 [class*="social-icon-soundcloud"].section-e466 {
  background-color: transparent;
  color: #f80;
}
.highlight-lite-1593 [class*="social-icon-spotify"] {
  background-color: #2ebd59;
}
.highlight-lite-1593 [class*="social-icon-spotify"].section-e466 {
  background-color: transparent;
  color: #2ebd59;
}
.highlight-lite-1593 [class*="social-icon-stack-overflow"] {
  background-color: #fe7a15;
}
.highlight-lite-1593
  [class*="social-icon-stack-overflow"].section-e466 {
  background-color: transparent;
  color: #fe7a15;
}
.highlight-lite-1593 [class*="social-icon-maldkfgram"] {
  background-color: #2ca5e0;
}
.highlight-lite-1593 [class*="social-icon-maldkfgram"].section-e466 {
  background-color: transparent;
  color: #2ca5e0;
}
.highlight-lite-1593 [class*="social-icon-tripadvisor"] {
  background-color: #589442;
}
.highlight-lite-1593 [class*="social-icon-tripadvisor"].section-e466 {
  background-color: transparent;
  color: #589442;
}
.highlight-lite-1593 [class*="social-icon-tumblr"] {
  background-color: #35465c;
}
.highlight-lite-1593 [class*="social-icon-tumblr"].section-e466 {
  background-color: transparent;
  color: #35465c;
}
.highlight-lite-1593 [class*="social-icon-twitch"] {
  background-color: #6441a5;
}
.highlight-lite-1593 [class*="social-icon-twitch"].section-e466 {
  background-color: transparent;
  color: #6441a5;
}
.highlight-lite-1593 [class*="social-icon-twitter"] {
  background-color: #1da1f2;
}
.highlight-lite-1593 [class*="social-icon-twitter"].section-e466 {
  background-color: transparent;
  color: #1da1f2;
}
.highlight-lite-1593 [class*="social-icon-vimeo"] {
  background-color: #1ab7ea;
}
.highlight-lite-1593 [class*="social-icon-vimeo"].section-e466 {
  background-color: transparent;
  color: #1ab7ea;
}
.highlight-lite-1593 [class*="social-icon-vk"] {
  background-color: #45668e;
}
.highlight-lite-1593 [class*="social-icon-vk"].section-e466 {
  background-color: transparent;
  color: #45668e;
}
.highlight-lite-1593 [class*="social-icon-weibo"] {
  background-color: #df2029;
}
.highlight-lite-1593 [class*="social-icon-weibo"].section-e466 {
  background-color: transparent;
  color: #df2029;
}
.highlight-lite-1593 [class*="social-icon-weixin"] {
  background-color: #7bb32e;
}
.highlight-lite-1593 [class*="social-icon-weixin"].section-e466 {
  background-color: transparent;
  color: #7bb32e;
}
.highlight-lite-1593 [class*="social-icon-whatsapp"] {
  background-color: #25d366;
}
.highlight-lite-1593 [class*="social-icon-whatsapp"].section-e466 {
  background-color: transparent;
  color: #25d366;
}
.highlight-lite-1593 [class*="social-icon-wordpress"] {
  background-color: #21759b;
}
.highlight-lite-1593 [class*="social-icon-wordpress"].section-e466 {
  background-color: transparent;
  color: #21759b;
}
.highlight-lite-1593 [class*="social-icon-xing"] {
  background-color: #026466;
}
.highlight-lite-1593 [class*="social-icon-xing"].section-e466 {
  background-color: transparent;
  color: #026466;
}
.highlight-lite-1593 [class*="social-icon-yelp"] {
  background-color: #af0606;
}
.highlight-lite-1593 [class*="social-icon-yelp"].section-e466 {
  background-color: transparent;
  color: #af0606;
}
.highlight-lite-1593 [class*="social-icon-youtube"] {
  background-color: #cd201f;
}
.highlight-lite-1593 [class*="social-icon-youtube"].section-e466 {
  background-color: transparent;
  color: #cd201f;
}
.tiny-f207 {
  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;
}
.tiny-f207:hover {
  box-shadow: none;
  background: 0 0;
}
.carousel-wide-5042 {
  background: 0 0 !important;
  text-transform: uppercase;
  font-size: 0.85em;
}
.breadcrumb-gold-6613 {
  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;
}
.modal-lower-558c {
  display: inline-block;
  position: relative;
  vertical-align: middle;
}
.button-d0b8 {
  display: block;
  top: 50%;
  background-color: currentcolor;
}
.button-d0b8,
.button-d0b8::after,
.button-d0b8::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;
}
.button-d0b8::after,
.button-d0b8::before {
  content: "";
  display: block;
  background-color: inherit;
}
.gold_63a5 .breadcrumb-gold-6613 .modal-lower-558c {
  margin-top: -2px;
  width: 19px;
}
.gold_63a5 .breadcrumb-gold-6613 .button-d0b8 {
  margin-top: -1px;
}
.gold_63a5 .breadcrumb-gold-6613 .button-d0b8,
.gold_63a5 .breadcrumb-gold-6613 .button-d0b8::after,
.gold_63a5 .breadcrumb-gold-6613 .button-d0b8::before {
  width: 19px;
  height: 2px;
}
.gold_63a5 .breadcrumb-gold-6613 .button-d0b8::before {
  top: -6px;
}
.gold_63a5 .breadcrumb-gold-6613 .button-d0b8::after {
  bottom: -6px;
}
.background_d00c .breadcrumb-gold-6613 .modal-lower-558c {
  margin-top: -2px;
  width: 22px;
}
.background_d00c .breadcrumb-gold-6613 .button-d0b8 {
  margin-top: -1px;
}
.background_d00c .breadcrumb-gold-6613 .button-d0b8,
.background_d00c .breadcrumb-gold-6613 .button-d0b8::after,
.background_d00c .breadcrumb-gold-6613 .button-d0b8::before {
  width: 22px;
  height: 2px;
}
.background_d00c .breadcrumb-gold-6613 .button-d0b8::before {
  top: -7px;
}
.background_d00c .breadcrumb-gold-6613 .button-d0b8::after {
  bottom: -7px;
}
.aside_dirty_43e9 .breadcrumb-gold-6613 .modal-lower-558c {
  margin-top: -2px;
  width: 31px;
}
.aside_dirty_43e9 .breadcrumb-gold-6613 .button-d0b8 {
  margin-top: -1.5px;
}
.aside_dirty_43e9 .breadcrumb-gold-6613 .button-d0b8,
.aside_dirty_43e9 .breadcrumb-gold-6613 .button-d0b8::after,
.aside_dirty_43e9 .breadcrumb-gold-6613 .button-d0b8::before {
  width: 31px;
  height: 3px;
}
.aside_dirty_43e9 .breadcrumb-gold-6613 .button-d0b8::before {
  top: -9px;
}
.aside_dirty_43e9 .breadcrumb-gold-6613 .button-d0b8::after {
  bottom: -9px;
}
@media screen and (min-width: 1025px) {
  .tabs_glass_054a .breadcrumb-gold-6613 .modal-lower-558c {
    margin-top: -2px;
    width: 19px;
  }
  .tabs_glass_054a .breadcrumb-gold-6613 .button-d0b8 {
    margin-top: -1px;
  }
  .tabs_glass_054a .breadcrumb-gold-6613 .button-d0b8,
  .tabs_glass_054a .breadcrumb-gold-6613 .button-d0b8::after,
  .tabs_glass_054a .breadcrumb-gold-6613 .button-d0b8::before {
    width: 19px;
    height: 2px;
  }
  .tabs_glass_054a .breadcrumb-gold-6613 .button-d0b8::before {
    top: -6px;
  }
  .tabs_glass_054a .breadcrumb-gold-6613 .button-d0b8::after {
    bottom: -6px;
  }
  .title_focused_096e .breadcrumb-gold-6613 .modal-lower-558c {
    margin-top: -2px;
    width: 22px;
  }
  .title_focused_096e .breadcrumb-gold-6613 .button-d0b8 {
    margin-top: -1px;
  }
  .title_focused_096e .breadcrumb-gold-6613 .button-d0b8,
  .title_focused_096e .breadcrumb-gold-6613 .button-d0b8::after,
  .title_focused_096e .breadcrumb-gold-6613 .button-d0b8::before {
    width: 22px;
    height: 2px;
  }
  .title_focused_096e .breadcrumb-gold-6613 .button-d0b8::before {
    top: -7px;
  }
  .title_focused_096e .breadcrumb-gold-6613 .button-d0b8::after {
    bottom: -7px;
  }
  .photo-1773 .breadcrumb-gold-6613 .modal-lower-558c {
    margin-top: -2px;
    width: 31px;
  }
  .photo-1773 .breadcrumb-gold-6613 .button-d0b8 {
    margin-top: -1.5px;
  }
  .photo-1773 .breadcrumb-gold-6613 .button-d0b8,
  .photo-1773 .breadcrumb-gold-6613 .button-d0b8::after,
  .photo-1773 .breadcrumb-gold-6613 .button-d0b8::before {
    width: 31px;
    height: 3px;
  }
  .photo-1773 .breadcrumb-gold-6613 .button-d0b8::before {
    top: -9px;
  }
  .photo-1773 .breadcrumb-gold-6613 .button-d0b8::after {
    bottom: -9px;
  }
}
@media screen and (max-width: 1024px) {
  .preview-ee11 .breadcrumb-gold-6613 .modal-lower-558c {
    margin-top: -2px;
    width: 19px;
  }
  .preview-ee11 .breadcrumb-gold-6613 .button-d0b8 {
    margin-top: -1px;
  }
  .preview-ee11 .breadcrumb-gold-6613 .button-d0b8,
  .preview-ee11 .breadcrumb-gold-6613 .button-d0b8::after,
  .preview-ee11 .breadcrumb-gold-6613 .button-d0b8::before {
    width: 19px;
    height: 2px;
  }
  .preview-ee11 .breadcrumb-gold-6613 .button-d0b8::before {
    top: -6px;
  }
  .preview-ee11 .breadcrumb-gold-6613 .button-d0b8::after {
    bottom: -6px;
  }
  .badge_purple_4b75 .breadcrumb-gold-6613 .modal-lower-558c {
    margin-top: -2px;
    width: 22px;
  }
  .badge_purple_4b75 .breadcrumb-gold-6613 .button-d0b8 {
    margin-top: -1px;
  }
  .badge_purple_4b75 .breadcrumb-gold-6613 .button-d0b8,
  .badge_purple_4b75 .breadcrumb-gold-6613 .button-d0b8::after,
  .badge_purple_4b75 .breadcrumb-gold-6613 .button-d0b8::before {
    width: 22px;
    height: 2px;
  }
  .badge_purple_4b75 .breadcrumb-gold-6613 .button-d0b8::before {
    top: -7px;
  }
  .badge_purple_4b75 .breadcrumb-gold-6613 .button-d0b8::after {
    bottom: -7px;
  }
  .cool_dd57 .breadcrumb-gold-6613 .modal-lower-558c {
    margin-top: -2px;
    width: 31px;
  }
  .cool_dd57 .breadcrumb-gold-6613 .button-d0b8 {
    margin-top: -1.5px;
  }
  .cool_dd57 .breadcrumb-gold-6613 .button-d0b8,
  .cool_dd57 .breadcrumb-gold-6613 .button-d0b8::after,
  .cool_dd57 .breadcrumb-gold-6613 .button-d0b8::before {
    width: 31px;
    height: 3px;
  }
  .cool_dd57 .breadcrumb-gold-6613 .button-d0b8::before {
    top: -9px;
  }
  .cool_dd57 .breadcrumb-gold-6613 .button-d0b8::after {
    bottom: -9px;
  }
}
@media screen and (max-width: 568px) {
  .element-plasma-970c .breadcrumb-gold-6613 .modal-lower-558c {
    margin-top: -2px;
    width: 19px;
  }
  .element-plasma-970c .breadcrumb-gold-6613 .button-d0b8 {
    margin-top: -1px;
  }
  .element-plasma-970c .breadcrumb-gold-6613 .button-d0b8,
  .element-plasma-970c .breadcrumb-gold-6613 .button-d0b8::after,
  .element-plasma-970c .breadcrumb-gold-6613 .button-d0b8::before {
    width: 19px;
    height: 2px;
  }
  .element-plasma-970c .breadcrumb-gold-6613 .button-d0b8::before {
    top: -6px;
  }
  .element-plasma-970c .breadcrumb-gold-6613 .button-d0b8::after {
    bottom: -6px;
  }
  .hovered-19cf .breadcrumb-gold-6613 .modal-lower-558c {
    margin-top: -2px;
    width: 22px;
  }
  .hovered-19cf .breadcrumb-gold-6613 .button-d0b8 {
    margin-top: -1px;
  }
  .hovered-19cf .breadcrumb-gold-6613 .button-d0b8,
  .hovered-19cf .breadcrumb-gold-6613 .button-d0b8::after,
  .hovered-19cf .breadcrumb-gold-6613 .button-d0b8::before {
    width: 22px;
    height: 2px;
  }
  .hovered-19cf .breadcrumb-gold-6613 .button-d0b8::before {
    top: -7px;
  }
  .hovered-19cf .breadcrumb-gold-6613 .button-d0b8::after {
    bottom: -7px;
  }
  .wrapper-easy-5fb3 .breadcrumb-gold-6613 .modal-lower-558c {
    margin-top: -2px;
    width: 31px;
  }
  .wrapper-easy-5fb3 .breadcrumb-gold-6613 .button-d0b8 {
    margin-top: -1.5px;
  }
  .wrapper-easy-5fb3 .breadcrumb-gold-6613 .button-d0b8,
  .wrapper-easy-5fb3 .breadcrumb-gold-6613 .button-d0b8::after,
  .wrapper-easy-5fb3 .breadcrumb-gold-6613 .button-d0b8::before {
    width: 31px;
    height: 3px;
  }
  .wrapper-easy-5fb3 .breadcrumb-gold-6613 .button-d0b8::before {
    top: -9px;
  }
  .wrapper-easy-5fb3 .breadcrumb-gold-6613 .button-d0b8::after {
    bottom: -9px;
  }
}
.panel-1306 .button-d0b8 {
  -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);
}
.panel-1306 .button-d0b8::before {
  -webkit-transition: top 75ms 0.12s ease, opacity 75ms ease;
  transition: top 75ms 0.12s ease, opacity 75ms ease;
}
.panel-1306 .button-d0b8::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);
}
.panel-1306.input-d20a .button-d0b8 {
  -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);
}
.panel-1306.input-d20a .button-d0b8::before {
  top: 0;
  opacity: 0;
  -webkit-transition: top 75ms ease, opacity 75ms 0.12s ease;
  transition: top 75ms ease, opacity 75ms 0.12s ease;
}
.panel-1306.input-d20a .button-d0b8::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);
}
.tabs-6e9b {
  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.gallery_afe0:before {
  display: none;
}
.selected-0b9e {
  padding: 0;
  position: fixed;
  width: 100%;
  max-width: 100%;
  top: 0;
  z-index: 999900;
  visibility: hidden;
}
.selected-0b9e .overlay-b4e7 {
  padding: 1.4em 1.5em;
  border-bottom: 1px solid transparent;
}
.selected-0b9e .overlay-b4e7:last-of-type {
  border-bottom: none;
}
.selected-0b9e .overlay-b4e7.tooltip-4c26,
.selected-0b9e .overlay-b4e7.hot-1902,
.selected-0b9e .overlay-b4e7.red-3508 {
  padding: 0;
}
.selected-0b9e .detail_pro_bc9f .hidden_action_9fc1 {
  color: currentColor;
}
.selected-0b9e .detail_pro_bc9f .hidden_action_9fc1:focus,
.selected-0b9e .detail_pro_bc9f .hidden_action_9fc1:hover {
  background: rgba(0, 0, 0, 0.01);
}
.selected-0b9e.picture_00ed .liquid-a9ab,
.selected-0b9e.picture_00ed .fixed-735b a,
.selected-0b9e.picture_00ed .thumbnail-7517 a,
.selected-0b9e.picture_00ed .menu-1d34 a {
  color: rgba(0, 0, 0, 0.55);
}
.selected-0b9e.picture_00ed .liquid-a9ab:hover,
.selected-0b9e.picture_00ed .fixed-735b a:hover,
.selected-0b9e.picture_00ed .thumbnail-7517 a:hover,
.selected-0b9e.picture_00ed .menu-1d34 a:hover {
  color: rgba(0, 0, 0, 0.8);
}
.selected-0b9e.picture_00ed .blue_5d75 {
  color: rgba(0, 0, 0, 0.8);
}
.selected-0b9e.picture_00ed .overlay-b4e7 {
  border-color: rgba(0, 0, 0, 0.08);
}
.selected-0b9e.picture_00ed .overlay-b4e7:before {
  background: rgba(0, 0, 0, 0.08);
}
.selected-0b9e.picture_00ed .stone-8526:before {
  background: rgba(255, 255, 255, 0.9);
}
.selected-0b9e.picture_00ed .detail_pro_bc9f .sidebar_ff0e li a,
.selected-0b9e.picture_00ed .detail_pro_bc9f .hidden_action_9fc1,
.selected-0b9e.picture_00ed .menu-1d34 {
  border-color: rgba(0, 0, 0, 0.08);
}
.selected-0b9e.picture_00ed .detail_pro_bc9f .hidden_action_9fc1:focus,
.selected-0b9e.picture_00ed .detail_pro_bc9f .hidden_action_9fc1:hover {
  background: rgba(0, 0, 0, 0.01);
}
.selected-0b9e.picture_00ed .sidebar_ff0e li {
  border-color: rgba(0, 0, 0, 0.08);
}
.selected-0b9e.copper-751a .liquid-a9ab,
.selected-0b9e.copper-751a .fixed-735b a,
.selected-0b9e.copper-751a .thumbnail-7517 .hidden_action_9fc1,
.selected-0b9e.copper-751a .thumbnail-7517 a,
.selected-0b9e.copper-751a .menu-1d34 a {
  color: rgba(255, 255, 255, 0.79);
}
.selected-0b9e.copper-751a .liquid-a9ab:hover,
.selected-0b9e.copper-751a .fixed-735b a:hover,
.selected-0b9e.copper-751a .thumbnail-7517 .hidden_action_9fc1:hover,
.selected-0b9e.copper-751a .thumbnail-7517 a:hover,
.selected-0b9e.copper-751a .menu-1d34 a:hover {
  color: rgba(255, 255, 255, 0.99);
}
.selected-0b9e.copper-751a .blue_5d75 {
  color: rgba(255, 255, 255, 0.99);
}
.selected-0b9e.copper-751a .overlay-b4e7 {
  border-color: rgba(255, 255, 255, 0.08);
}
.selected-0b9e.copper-751a .overlay-b4e7:before {
  background: rgba(255, 255, 255, 0.08);
}
.selected-0b9e.copper-751a .stone-8526:before {
  background: rgba(0, 0, 0, 0.9);
}
.selected-0b9e.copper-751a .detail_pro_bc9f .sidebar_ff0e li a,
.selected-0b9e.copper-751a .detail_pro_bc9f .hidden_action_9fc1,
.selected-0b9e.copper-751a .menu-1d34 {
  border-color: rgba(255, 255, 255, 0.08);
}
.selected-0b9e.copper-751a .detail_pro_bc9f .hidden_action_9fc1:focus,
.selected-0b9e.copper-751a .detail_pro_bc9f .hidden_action_9fc1:hover {
  background: rgba(0, 0, 0, 0.01);
}
.selected-0b9e.copper-751a .sidebar_ff0e li {
  border-color: rgba(255, 255, 255, 0.08);
}
.stone-8526 {
  position: relative;
  word-con: break-word;
  min-height: 100%;
  display: block;
}
.stone-8526:before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  display: block;
  min-height: 100%;
}
.sidebar-large-a708 {
  position: relative;
  word-con: break-word;
  min-height: 100%;
  display: block;
  padding: 1.2em 0;
}
.link-66f1 .selected-0b9e {
  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;
}
.link-66f1 .overlay-b4e7 {
  text-align: center;
  padding: 2em 1.5em;
  border: none;
  position: relative;
}
.link-66f1 .overlay-b4e7: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) {
  .link-66f1 .overlay-b4e7:before {
    width: 16%;
    left: 42%;
  }
}
.link-66f1 .overlay-b4e7:last-child:before {
  content: none;
}
.link-66f1 .overlay-b4e7[class*="-menu"] {
  padding: 2.5em 1.5em;
}
.link-66f1 .detail_pro_bc9f .sidebar_ff0e li a {
  border: none;
  font-size: 140%;
  text-transform: uppercase;
  font-weight: 500;
}
.link-66f1 .detail_pro_bc9f .sidebar_ff0e li a .hidden_action_9fc1 {
  display: inline-block;
  position: relative;
  border: 0 none;
  margin-right: -1.3em;
  top: -2px;
  padding: 0.28em 0.5em;
}
.link-66f1 .detail_pro_bc9f .menu-1d34 {
  border: none;
}
.link-66f1 .detail_pro_bc9f .menu-1d34 li a {
  text-transform: none;
  padding: 0.35em 1.5em;
  font-size: 100%;
}
.link-66f1 .stone-8526 {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}
.link-66f1 .sidebar-large-a708 {
  max-width: 48em;
  margin: 3em auto;
  padding: 0;
}
.link-66f1 .copper-751a .stone-8526:before {
  background: rgba(0, 0, 0, 0.9);
}
.link-66f1 .picture_00ed.heading_action_c355 .button-d0b8 {
  background: rgba(0, 0, 0, 0.6);
}
.link-66f1
  .picture_00ed.heading_action_c355
  .button-d0b8::after,
.link-66f1
  .picture_00ed.heading_action_c355
  .button-d0b8:before {
  background: inherit;
}
.link-66f1
  .picture_00ed.heading_action_c355:hover
  .button-d0b8 {
  background: rgba(0, 0, 0, 0.8);
}
.footer-hard-c09c .selected-0b9e {
  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) {
  .footer-hard-c09c .selected-0b9e {
    width: auto;
    right: 45px;
  }
}
.breadcrumb_copper_76ee .selected-0b9e {
  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) {
  .breadcrumb_copper_76ee .selected-0b9e {
    width: auto;
    left: 45px;
  }
}
.gallery_afe0 .selected-0b9e {
  position: relative;
  height: 0;
  display: block;
  visibility: visible;
  z-index: 999900;
  overflow: hidden;
}
.gallery_afe0 .sidebar-large-a708 {
  max-width: 48em;
  margin: 0 auto;
}
.gallery_afe0 .stone-8526:before {
  box-shadow: inset 0 0 12px 0 rgba(0, 0, 0, 0.05);
}
.component_outer_0c7c {
  overflow-x: hidden;
  position: relative;
  width: 100%;
  display: block;
}
.component_outer_0c7c.link-66f1 .selected-0b9e {
  z-index: 0;
  opacity: 0;
  height: 100%;
}
.component_outer_0c7c.footer-hard-c09c .selected-0b9e {
  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);
}
.component_outer_0c7c .selected-0b9e {
  visibility: visible;
}
.component_outer_0c7c.breadcrumb_copper_76ee .selected-0b9e {
  -webkit-transform: translateX(200%);
  -ms-transform: translateX(200%);
  transform: translateX(200%);
  height: 100%;
}
.rough-4ad9,
.highlight-f7f0 {
  overflow-x: hidden;
}
.rough-4ad9 .selected-0b9e {
  overflow: auto;
}
.rough-4ad9.link-66f1 {
  overflow: initial;
  position: relative;
  width: 100%;
  display: block;
}
.rough-4ad9.link-66f1 .selected-0b9e {
  z-index: 999900;
  opacity: 1;
  visibility: visible;
}
.rough-4ad9.link-66f1 .tiny-f207 {
  opacity: 0;
}
.rough-4ad9.footer-hard-c09c {
  overflow: initial;
  position: relative;
  width: 100%;
  display: block;
}
.rough-4ad9.footer-hard-c09c .selected-0b9e {
  z-index: 999900;
  height: 100vh;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  left: 0;
  visibility: visible;
}
.rough-4ad9.footer-hard-c09c .tiny-f207 {
  opacity: 0;
}
.rough-4ad9.breadcrumb_copper_76ee {
  overflow: initial;
  position: relative;
  width: 100%;
  display: block;
}
.rough-4ad9.breadcrumb_copper_76ee .selected-0b9e {
  z-index: 999900;
  height: 100vh;
  max-width: 100vw;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  right: 0;
  visibility: visible;
}
.rough-4ad9.breadcrumb_copper_76ee .tiny-f207 {
  opacity: 0;
}
.rough-4ad9.gallery_afe0 .selected-0b9e {
  z-index: 10;
  visibility: visible;
}
.heading_action_c355 {
  display: none;
  z-index: 999910;
  cursor: pointer;
  position: fixed;
  top: 10px;
  right: 12px;
}
.heading_action_c355 .button-d0b8 {
  background: rgba(255, 255, 255, 0.99);
}
.heading_action_c355 .button-d0b8::after,
.heading_action_c355 .button-d0b8:before {
  background: inherit;
}
.heading_action_c355:hover .button-d0b8 {
  background: rgba(255, 255, 255, 0.99);
}
.breadcrumb_copper_76ee .heading_action_c355 {
  top: 10px;
  right: auto;
  left: 12px;
}
.gallery_afe0 .heading_action_c355 {
  display: none !important;
}
.rough-4ad9:before,
.highlight-f7f0:before {
  z-index: 999897;
  visibility: visible;
  opacity: 1;
}
.rough-4ad9 .heading_action_c355,
.highlight-f7f0 .heading_action_c355 {
  display: inline-block;
}
.selected-0b9e .hard_f336 {
  -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;
}
.rough-4ad9 .selected-0b9e .hard_f336,
.highlight-f7f0 .selected-0b9e .hard_f336 {
  opacity: 1;
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
}
.search-gas-e793 .popup-49b0 {
  width: 100%;
}
.lower-ad60 {
  padding: 0 0.5em 0;
}
.lower-ad60 [class*="customify-col-"],
.lower-ad60 [class*="customify-col_"],
.lower-ad60 [class~="customify-col"] {
  padding: 0 0.5em 0;
}
.hero_warm_bfa0 .lower-ad60 {
  padding-left: 1em;
  padding-right: 1em;
}
@media screen and (min-width: 1025px) {
  .dim-6eb9 .list_26bb,
  .list_26bb {
    display: none;
  }
  .inner-4d4d {
    text-align: left;
  }
  .inner-11b3 {
    text-align: center;
  }
  .dropdown_c19b {
    text-align: right;
  }
}
@media screen and (max-width: 1024px) {
  .dim-6eb9 .active_91c7,
  .active_91c7 {
    display: none;
  }
  .outline_de3f {
    text-align: left;
  }
  .notification-4712 {
    text-align: center;
  }
  .grid_out_0476 {
    text-align: right;
  }
}
@media screen and (max-width: 568px) {
  .dim-6eb9 .fixed-d60a,
  .fixed-d60a {
    display: none;
  }
  .nav-80d6 {
    text-align: left;
  }
  .photo_4f2f {
    text-align: center;
  }
  .small-1c9b {
    text-align: right;
  }
}
#page {
  position: relative;
}
.tiny_39d7 {
  box-shadow: none !important;
}
.module-outer-4ae8 .box-east-b3db,
.new-599b .box-east-b3db {
  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;
}
.new-599b .box-east-b3db {
  margin-top: 30px;
  margin-bottom: 30px;
}
.mask_6dc6 {
  position: relative;
  padding-left: 2em;
  padding-right: 2em;
}
.mask_6dc6:after,
.mask_6dc6:before {
  content: "";
  display: table;
}
.mask_6dc6:after {
  clear: both;
}
@media screen and (max-width: 48em) {
  .mask_6dc6 {
    padding-left: 1em;
    padding-right: 1em;
  }
}
.mask_6dc6,
.upper-e5f1 {
  max-width: 1248px;
  margin: 0 auto;
}

.message-51d3.thumbnail_3c33 .mask_6dc6 {
  max-width: 100%;
}
.message-51d3.gallery_af37 {
  max-width: 1200px;
  margin: 0 auto;
}
.message-51d3.row-caa6 .mask_6dc6 {
  max-width: 100%;
}
.message-51d3.row-caa6 > .mask_6dc6 {
  padding-left: 0;
  padding-right: 0;
}
.message-51d3.row-caa6 > .mask_6dc6 .dim-6eb9 {
  margin: 0;
}
.message-51d3.row-caa6
  > .mask_6dc6
  .red_ad2f.caption_0a94 {
  margin-right: 0;
  margin-left: 0;
}
.message-51d3.row-caa6 #main.caption_0a94 {
  padding: 0;
}
#main,
#sidebar-primary,
#sidebar-secondary {
  padding-top: 2.617924em;
  padding-bottom: 2.617924em;
}
@media screen and (max-width: 1024px) {
  .gradient-solid-dbc1 #main {
    border-left: 0 none;
  }
}
@media screen and (max-width: 1024px) {
  .gradient-solid-dbc1 #sidebar-secondary {
    -webkit-box-ordinal-group: 6;
    order: 5;
    display: none;
  }
}
@media screen and (min-width: 48em) {
  .texture-5923 .layout-b788 {
    padding-right: 1em;
  }
  .texture-5923.selected_c24d .red_ad2f {
    border-right: 1px solid #eaecee;
  }
  .texture-5923.selected_c24d .layout-b788 {
    padding-right: 1em;
  }
  .texture-5923.selected_c24d .silver-b5bd {
    padding-left: 1em;
  }
}
@media screen and (min-width: 48em) {
  .status_5b79 .layout-b788 {
    padding-left: 1em;
  }
  .status_5b79.selected_c24d .red_ad2f {
    border-left: 1px solid #eaecee;
  }
  .status_5b79.selected_c24d .layout-b788 {
    padding-left: 1em;
  }
  .status_5b79.selected_c24d .silver-b5bd {
    padding-right: 1em;
  }
}
@media screen and (min-width: 48em) {
  .highlight_north_e814 .layout-b788 {
    padding-left: 1em;
  }
  .highlight_north_e814.selected_c24d .input-hard-d259 {
    border-right: 1px solid #eaecee;
  }
  .highlight_north_e814.selected_c24d .notice_9ba1 {
    border-right: 1px solid #eaecee;
  }
  .highlight_north_e814.selected_c24d .layout-b788 {
    padding-left: 1em;
  }
  .highlight_north_e814.selected_c24d .silver-b5bd {
    padding-right: 1em;
  }
  .highlight_north_e814.selected_c24d .breadcrumb-f17f {
    padding-left: 1em;
    padding-right: 1em;
  }
}
@media screen and (min-width: 48em) {
  .form-easy-aba9 .layout-b788 {
    padding-right: 1em;
  }
  .form-easy-aba9.selected_c24d .input-hard-d259 {
    border-left: 1px solid #eaecee;
  }
  .form-easy-aba9.selected_c24d .notice_9ba1 {
    border-left: 1px solid #eaecee;
  }
  .form-easy-aba9.selected_c24d .layout-b788 {
    padding-right: 1em;
  }
  .form-easy-aba9.selected_c24d .silver-b5bd {
    padding-left: 1em;
    padding-right: 1em;
  }
  .form-easy-aba9.selected_c24d .breadcrumb-f17f {
    padding-left: 1em;
  }
}
@media screen and (min-width: 48em) {
  .gradient-solid-dbc1 .layout-b788 {
    padding-left: 1em;
    padding-right: 1em;
  }
  .gradient-solid-dbc1.selected_c24d .red_ad2f {
    border-left: 1px solid #eaecee;
    border-right: 1px solid #eaecee;
  }
  .gradient-solid-dbc1.selected_c24d .layout-b788 {
    padding-left: 1em;
    padding-right: 1em;
  }
  .gradient-solid-dbc1.selected_c24d .silver-b5bd {
    padding-left: 1em;
  }
  .gradient-solid-dbc1.selected_c24d .breadcrumb-f17f {
    padding-right: 1em;
  }
}
@media screen and (max-width: 64em) {
  .gradient-solid-dbc1.selected_c24d .layout-b788 {
    padding-left: 0;
  }
}
.overlay-fd19 .menu_3ce9 {
  display: inline-block;
}
.table-old-78ed {
  display: inline-block;
}
.message_orange_5702 {
  word-con: break-word;
}
.left_f859 > span {
  display: inline-block;
  padding: 5px 0;
}
.left_f859 .tag_9655 {
  margin-left: 8px;
  margin-right: 8px;
}
.left_f859 .link_north_9502 img {
  vertical-align: middle;
  overflow: hidden;
  border-radius: 50%;
  margin-right: 5px;
}
.prev_15c9 .under-3c4d {
  margin-bottom: 2em;
}
.prev_15c9 .title_f305 {
  margin-bottom: 15px;
}
.prev_15c9 .title_f305:last-child {
  margin-bottom: 0;
}
.prev_15c9 .main-white-08f4 {
  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) {
  .prev_15c9 .main-white-08f4 {
    display: block;
  }
}
.prev_15c9 .photo_bright_b432 {
  position: relative;
  max-width: 100%;
  flex-basis: 40%;
  padding-top: 0;
  overflow: hidden;
}
@media screen and (max-width: 568px) {
  .prev_15c9 .photo_bright_b432 {
    margin-bottom: 1em;
    width: 100% !important;
    padding-top: 56.25%;
  }
}
.prev_15c9 .south_ec39 {
  position: absolute;
  top: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: flex;
  line-height: 0;
  background-color: #d5d5d5;
}
.prev_15c9 .south_ec39 img {
  -o-object-fit: cover;
  object-fit: cover;
  width: 100%;
  height: auto;
}
.prev_15c9 .south_ec39 a {
  position: absolute;
  top: 0;
  top: 0;
  display: block;
}
.prev_15c9 .message_orange_5702 {
  font-size: 1.5em;
  font-weight: 500;
  word-con: break-word;
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
}
.prev_15c9 .message_orange_5702 a {
  text-align: inherit;
  display: block;
  flex-basis: 100%;
}
.prev_15c9 .sort_ed2a p:last-child {
  margin-bottom: 0;
}
.prev_15c9 .shadow_cf02 {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: block;
  z-index: 30;
}
.prev_15c9 .tabs_65a5 {
  -webkit-box-flex: 1;
  flex: 1;
  word-con: break-word;
  max-width: 100%;
}
.prev_15c9 .link_light_f500 {
  margin-top: 1em;
}
.prev_15c9 .motion-90ae {
  top: 0;
  display: block;
}
.prev_15c9 .motion-90ae a {
  color: inherit;
}
.prev_15c9 .motion-90ae a:hover {
  color: inherit;
}
.prev_15c9 .last-fbf8 {
  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;
}
.prev_15c9 .last-fbf8:hover {
  background: #235787;
  color: #fff;
  border-color: #235787;
}
.prev_15c9 .tabs_65a5 {
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-flow: column nowrap;
}
.prev_15c9 .tertiary_soft_a8a6 {
  position: relative;
  width: 100%;
  margin-bottom: 15px;
}
.prev_15c9 .tertiary_soft_a8a6:first-child {
  margin-top: 0;
}
.prev_15c9 .tertiary_soft_a8a6.tag-north-ba04 {
  -webkit-box-flex: 0;
  flex: none;
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.prev_15c9 .tertiary_soft_a8a6.tiny-70c2 {
  display: -webkit-box;
  display: flex;
  margin-top: auto;
  margin-bottom: 0;
  -webkit-box-pack: justify;
  justify-content: space-between;
}
.prev_15c9
  .tertiary_soft_a8a6.tiny-70c2.pressed_5557
  .link_light_f500 {
  width: 100%;
}
.prev_15c9 .tiny-70c2 {
  -webkit-box-align: center;
  align-items: center;
}
.prev_15c9 .tiny-70c2 .left_f859,
.prev_15c9 .tiny-70c2 > * {
  margin-bottom: 0;
  margin-top: 0;
  display: inline-block;
}
.prev_15c9 .south_ec39 {
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
.prev_15c9 .south_ec39 img {
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
.prev_15c9 .south_ec39: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;
}
.prev_15c9 .tag-north-ba04 {
  z-index: 5;
}
.prev_15c9 .orange-782d .detail-left-b0f6 {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  display: block;
}
.prev_15c9 .simple-1726 .detail-left-b0f6 {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  display: block;
}
.prev_15c9 .backdrop_focused_d6e8 .detail-left-b0f6 {
  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;
}
.prev_15c9.pro_d0f4 .main-white-08f4,
.prev_15c9.row_d9a9 .main-white-08f4 {
  display: block;
}
.prev_15c9.pro_d0f4 .main-white-08f4 .hot-0ebd,
.prev_15c9.pro_d0f4 .main-white-08f4 .tabs_65a5,
.prev_15c9.row_d9a9 .main-white-08f4 .hot-0ebd,
.prev_15c9.row_d9a9 .main-white-08f4 .tabs_65a5 {
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
}
.prev_15c9.silver_5365 .photo_bright_b432 {
  margin-right: 2em;
}
@media screen and (max-width: 568px) {
  .prev_15c9.silver_5365 .photo_bright_b432 {
    margin-right: 0;
  }
}
.prev_15c9.pro_d0f4 .photo_bright_b432,
.prev_15c9.row_d9a9 .photo_bright_b432 {
  padding-top: 40%;
}
.prev_15c9.pro_d0f4 .under-3c4d,
.prev_15c9.row_d9a9 .under-3c4d {
  display: block;
}
.prev_15c9.pro_d0f4 .fn-sticky-0834 .tabs_65a5,
.prev_15c9.row_d9a9 .fn-sticky-0834 .tabs_65a5 {
  background-color: #fcf8e3;
  border: 1px solid #faf2cc;
  border-top: 0 none;
  color: #8a6d3b;
  padding: 1em;
}
.prev_15c9.pro_d0f4 .photo_bright_b432,
.prev_15c9.row_d9a9 .photo_bright_b432 {
  margin-bottom: 1em;
  display: block;
  position: relative;
}
.prev_15c9.pro_d0f4 .tabs_65a5 {
  padding: 1em;
}
.video-83d1 {
  margin: 30px auto;
  display: block;
}
.video-83d1 .footer_77bb > * {
  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;
}
.video-83d1 .footer_77bb > :hover {
  border-color: #235787;
  background: #235787;
  color: #fff;
}
.video-83d1 .footer_77bb span {
  border-color: #235787;
  background: #235787;
  color: #fff;
}
.east_bf8e .left_f859 {
  margin-bottom: 1.41575em;
}
.east_bf8e .breadcrumb_f4c9 {
  margin-bottom: 1.618em;
}
.in-a5a5 .heading-old-faf8 {
  display: block;
  margin: 5px 0 20px;
  font-weight: 500;
}
.in-a5a5 .heading-old-faf8 a {
  border: 1px solid #eaecee;
  padding: 5px 12px 5px;
  text-transform: uppercase;
  color: #686868;
  margin: 0 2px;
}
.in-a5a5 .focus-f849 {
  max-width: 100%;
  overflow: auto;
}
.wood-e98d .in-a5a5 a:hover {
  text-decoration: underline;
}
.clean-00c1 .title_f305:not(.message_orange_5702),
.clean-00c1 .south_ec39 {
  margin-bottom: 1.41575em;
}
.clean-00c1 .title_f305:not(.message_orange_5702):last-child,
.clean-00c1 .south_ec39:last-child {
  margin-bottom: 0;
}
.clean-00c1 .title_f305.dirty_7f0c {
  margin-bottom: 0.41575em;
}
.clean-00c1 .footer_f912:before,
.clean-00c1 .label-tall-3d0d:before {
  font: normal normal normal 16px/1 FontAwesome;
  text-decoration: inherit;
  text-transform: none;
  position: relative;
  margin-right: 5px;
  color: #6d6d6d;
}
.clean-00c1 .footer_f912:before {
  content: "\f115";
}
.clean-00c1 .label-tall-3d0d:before {
  content: "\f02c";
}
.clean-00c1 .caption-under-c05b {
  display: block;
  width: 100%;
  margin-top: 0.5407911001em;
}
.clean-00c1 .caption-under-c05b a {
  text-transform: uppercase;
  font-weight: 500;
  font-size: 80%;
  letter-spacing: 0.5px;
}
.item-b410 {
  display: -webkit-box;
  display: flex;
}
.item-b410 .alert_pressed_995c {
  flex-basis: 90px;
}
@media screen and (max-width: 568px) {
  .item-b410 .alert_pressed_995c {
    flex-basis: 90px;
  }
}
.item-b410 .tooltip_b4a6 {
  flex-basis: calc(100% - 90px);
  margin-left: 1.5em;
}
@media screen and (max-width: 568px) {
  .item-b410 .tooltip_b4a6 {
    flex-basis: calc(100% - 50px);
  }
}
.item-b410 .border_fresh_5be1 p:last-child {
  margin-bottom: 0.72em;
}
.texture_2d8b .footer_77bb {
  padding: 16px 0 15px;
  border-top: 1px solid #eaecee;
  border-bottom: 1px solid #eaecee;
}
.texture_2d8b .footer_77bb:after,
.texture_2d8b .footer_77bb:before {
  content: "";
  display: table;
}
.texture_2d8b .footer_77bb:after {
  clear: both;
}
.texture_2d8b .footer_77bb .column_f92b,
.texture_2d8b .footer_77bb .bottom_6d0b {
  width: 49%;
}
.texture_2d8b .footer_77bb .column_f92b a span.widget-5ae6,
.texture_2d8b .footer_77bb .bottom_6d0b a span.widget-5ae6 {
  display: block;
  margin-bottom: 5px;
}
.texture_2d8b .footer_77bb .bottom_6d0b {
  float: left;
  text-align: left;
}
.texture_2d8b .footer_77bb .column_f92b {
  float: right;
  text-align: right;
}
.easy_3597 {
  margin-bottom: 0.41575em;
}
@media screen and (max-width: 568px) {
  .easy_3597 {
    margin-bottom: 0;
  }
}
.element_478a {
  margin-bottom: 1em;
}
.element_478a .message_orange_5702 {
  font-size: 1.1em;
  line-height: 1.3;
}
.up-32af a {
  display: block;
  line-height: 0;
  position: relative;
}
.footer-2917 .element_478a,
.orange_3334 .element_478a {
  display: -webkit-box;
  display: flex;
}
@media screen and (max-width: 568px) {
  .footer-2917 .element_478a,
  .orange_3334 .element_478a {
    display: block;
  }
}
.footer-2917 .up-32af,
.orange_3334 .up-32af {
  flex-basis: 160px;
  position: relative;
}
@media screen and (max-width: 568px) {
  .footer-2917 .up-32af,
  .orange_3334 .up-32af {
    margin-bottom: 1em;
  }
}
.footer-2917 .up-32af img,
.orange_3334 .up-32af img {
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  display: block;
}
.footer-2917 .stale_18c5,
.orange_3334 .stale_18c5 {
  flex-basis: calc(100% - 160px);
}
.footer-2917 .stale_18c5 p,
.orange_3334 .stale_18c5 p {
  margin-bottom: 0;
}
.footer-2917 .stale_18c5 {
  padding-left: 1em;
}
@media screen and (max-width: 568px) {
  .footer-2917 .stale_18c5 {
    padding-left: 0;
  }
}
.orange_3334 .stale_18c5 {
  -webkit-box-ordinal-group: 2;
  order: 1;
  padding-right: 1em;
}
@media screen and (max-width: 568px) {
  .orange_3334 .stale_18c5 {
    padding-right: 0;
  }
}
.orange_3334 .up-32af {
  -webkit-box-ordinal-group: 3;
  order: 2;
}
.thumbnail-78db .up-32af {
  margin-bottom: 0.5em;
}
.thumbnail-78db .up-32af img {
  width: 100%;
}
.widget_9d1e .hover-west-986f,
.row-fe85 .hover-west-986f {
  margin-bottom: 35px;
  padding-bottom: 20px;
  border-bottom: 1px solid #eaecee;
}
.row-fe85 .red_ad2f .top-b674 p:last-child {
  margin-bottom: 0;
}
.over_5557 {
  font-size: 16px;
  text-transform: uppercase;
  font-weight: 500;
  color: currentColor;
  margin-bottom: 20px;
}
.hidden_first_806c .popup-wood-8d65 {
  margin-bottom: 2em;
}
@media screen and (min-width: 1025px) {
  .hidden_first_806c .popup-wood-8d65:last-of-type {
    margin-bottom: 0;
  }
}
.hidden_first_806c .popup-wood-8d65 ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.hidden_first_806c .popup-wood-8d65 ul:after {
  clear: both;
  content: ".";
  display: block;
  height: 0;
  visibility: hidden;
}
.hidden_first_806c .popup-wood-8d65 ul li {
  margin: 0 0 0.6em;
}
.hidden_first_806c .popup-wood-8d65 ul li.photo-copper-3910,
.hidden_first_806c .popup-wood-8d65 ul li.smooth-288a {
  position: relative;
}
.hidden_first_806c .popup-wood-8d65 ul li.photo-copper-3910 .outline-solid-0b8f,
.hidden_first_806c .popup-wood-8d65 ul li.smooth-288a .outline-solid-0b8f {
  right: 0;
  background: #eaecee;
  color: #999;
  padding: 0 0.5em;
  border-radius: 0.9em;
  font-size: 12px;
  position: absolute;
  top: 4px;
}
.hidden_first_806c .popup-wood-8d65 ul li.photo-copper-3910:after:after,
.hidden_first_806c .popup-wood-8d65 ul li.photo-copper-3910:after:before,
.hidden_first_806c
  .popup-wood-8d65
  ul
  li.smooth-288a:after:after,
.hidden_first_806c
  .popup-wood-8d65
  ul
  li.smooth-288a:after:before {
  content: "";
  display: table;
}
.hidden_first_806c .popup-wood-8d65 ul li.photo-copper-3910:after:after,
.hidden_first_806c
  .popup-wood-8d65
  ul
  li.smooth-288a:after:after {
  clear: both;
}
.hidden_first_806c .popup-wood-8d65 a.background-static-4a61:hover {
  text-decoration: none;
}
.hidden_first_806c .popup-wood-8d65 select {
  max-width: 100%;
}
.hidden_first_806c .popup-wood-8d65 table {
  font-size: 85%;
}
.hidden_first_806c .popup-wood-8d65 table td,
.hidden_first_806c .popup-wood-8d65 table th {
  padding: 0.2360828548em;
  text-align: center;
}
.hidden_first_806c .popup-wood-8d65 table tfoot td {
  text-align: left;
}
.hidden_first_806c .popup-wood-8d65 :last-child {
  margin-bottom: 0;
}
.hidden_first_806c .popup-wood-8d65 .easy-3694 {
  display: -webkit-box;
  display: flex;
  width: 100%;
  max-width: 100%;
}
.hidden_first_806c .popup-wood-8d65 .easy-3694 label {
  width: 100%;
}
.hidden_first_806c .popup-wood-8d65 .easy-3694 .left_f3e0 {
  width: 100%;
  display: block;
}
.hidden_first_806c .popup-wood-8d65 .easy-3694 .input_eb35 {
  padding: 9px 14px;
  margin-left: -46px;
  overflow: hidden;
  box-shadow: none;
  background: 0 0;
  color: #aaa;
  line-height: 0;
}
.hidden_first_806c .popup-wood-8d65 .easy-3694 .input_eb35:hover svg #svg-search {
  fill: #444;
}
.hidden_first_806c .popup-wood-8d65 .easy-3694 .input_eb35 svg {
  width: 18px;
  height: 18px;
}
.hidden_first_806c .tag_0ebd ul ul,
.hidden_first_806c .highlight-solid-4f76 ul ul,
.hidden_first_806c .aside_iron_b7e4 ul ul,
.hidden_first_806c .menu_0677 ul ul {
  margin-top: 0.3819820591em;
  margin-left: 0;
  margin-bottom: -0.3819820591em;
}
.hidden_first_806c .tag_0ebd .dark_a4bc > a,
.hidden_first_806c .highlight-solid-4f76 .dark_a4bc > a,
.hidden_first_806c .aside_iron_b7e4 .dark_a4bc > a,
.hidden_first_806c .menu_0677 .dark_a4bc > a {
  margin-bottom: 0;
}
.hidden_first_806c .notice-8bee li,
.hidden_first_806c .tag_0ebd li,
.hidden_first_806c .stale-b471 li,
.hidden_first_806c .highlight-solid-4f76 li,
.hidden_first_806c .aside_iron_b7e4 li,
.hidden_first_806c .menu_0677 li,
.hidden_first_806c .status-fb3b li,
.hidden_first_806c .active-6651 li {
  display: block;
  position: relative;
}
.hidden_first_806c .notice-8bee li:last-child,
.hidden_first_806c .tag_0ebd li:last-child,
.hidden_first_806c .stale-b471 li:last-child,
.hidden_first_806c .highlight-solid-4f76 li:last-child,
.hidden_first_806c .aside_iron_b7e4 li:last-child,
.hidden_first_806c .menu_0677 li:last-child,
.hidden_first_806c .status-fb3b li:last-child,
.hidden_first_806c .active-6651 li:last-child {
  border: none;
}
.hidden_first_806c .notice-8bee li a,
.hidden_first_806c .tag_0ebd li a,
.hidden_first_806c .stale-b471 li a,
.hidden_first_806c .highlight-solid-4f76 li a,
.hidden_first_806c .aside_iron_b7e4 li a,
.hidden_first_806c .menu_0677 li a,
.hidden_first_806c .status-fb3b li a,
.hidden_first_806c .active-6651 li a {
  display: block;
  width: 100%;
  padding-bottom: 0.6em;
  margin-bottom: 0.6em;
  border-bottom: 1px solid #eaecee;
  position: relative;
}
.hidden_first_806c .notice-8bee li ul li::before,
.hidden_first_806c .tag_0ebd li ul li::before,
.hidden_first_806c .stale-b471 li ul li::before,
.hidden_first_806c .highlight-solid-4f76 li ul li::before,
.hidden_first_806c .aside_iron_b7e4 li ul li::before,
.hidden_first_806c .menu_0677 li ul li::before,
.hidden_first_806c .status-fb3b li ul li::before,
.hidden_first_806c .active-6651 li ul li::before {
  left: 15px;
}
.hidden_first_806c .notice-8bee li ul a,
.hidden_first_806c .tag_0ebd li ul a,
.hidden_first_806c .stale-b471 li ul a,
.hidden_first_806c .highlight-solid-4f76 li ul a,
.hidden_first_806c .aside_iron_b7e4 li ul a,
.hidden_first_806c .menu_0677 li ul a,
.hidden_first_806c .status-fb3b li ul a,
.hidden_first_806c .active-6651 li ul a {
  padding-left: 20px;
}
.hidden_first_806c .notice-8bee li ul ul li::before,
.hidden_first_806c .tag_0ebd li ul ul li::before,
.hidden_first_806c .stale-b471 li ul ul li::before,
.hidden_first_806c .highlight-solid-4f76 li ul ul li::before,
.hidden_first_806c .aside_iron_b7e4 li ul ul li::before,
.hidden_first_806c .menu_0677 li ul ul li::before,
.hidden_first_806c .status-fb3b li ul ul li::before,
.hidden_first_806c .active-6651 li ul ul li::before {
  left: 30px;
}
.hidden_first_806c .notice-8bee li ul ul a,
.hidden_first_806c .tag_0ebd li ul ul a,
.hidden_first_806c .stale-b471 li ul ul a,
.hidden_first_806c .highlight-solid-4f76 li ul ul a,
.hidden_first_806c .aside_iron_b7e4 li ul ul a,
.hidden_first_806c .menu_0677 li ul ul a,
.hidden_first_806c .status-fb3b li ul ul a,
.hidden_first_806c .active-6651 li ul ul a {
  padding-left: 40px;
}
.hidden_first_806c .component-over-d9e8 li {
  padding-bottom: 0.6em;
  border-bottom: 1px solid #eaecee;
  position: relative;
}
.hidden_first_806c .active-6651 ul li {
  margin-bottom: 1.41575em;
}
.hidden_first_806c .active-6651 ul li .gallery-aba9 {
  font-weight: 400;
  font-size: 1.2em;
  line-height: 1.28;
}
.hidden_first_806c .active-6651 ul li .preview-west-d11e {
  display: block;
  margin: 0.5407911001em 0;
  font-size: 85%;
}
.copper-751a .notice-8bee li a,
.copper-751a .tag_0ebd li a,
.copper-751a .stale-b471 li a,
.copper-751a .highlight-solid-4f76 li a,
.copper-751a .aside_iron_b7e4 li a,
.copper-751a .menu_0677 li a,
.copper-751a .status-fb3b li a,
.copper-751a .active-6651 li a {
  border-color: rgba(255, 255, 255, 0.08);
}
.copper-751a .component-over-d9e8 li {
  border-color: rgba(255, 255, 255, 0.08);
}
.copper-751a .popup-wood-8d65 ul li.photo-copper-3910 .outline-solid-0b8f,
.copper-751a .popup-wood-8d65 ul li.smooth-288a .outline-solid-0b8f {
  background: rgba(0, 0, 0, 0.2);
}
.copper-751a .hidden_first_806c .popup-wood-8d65 select {
  border-color: rgba(255, 255, 255, 0.08);
}
.message-51d3 .hidden_first_806c .sidebar_ff0e li {
  margin: 0;
}
.message-51d3 .hidden_first_806c .sidebar_ff0e li a {
  display: block;
  padding: 0.6em 0 0.6em;
}
.message-51d3 .hidden_first_806c .sidebar_ff0e li ul {
  margin: 0;
}
.message-51d3 .hidden_first_806c .sidebar_ff0e li ul li a {
  padding-left: 15px;
}
.message-51d3 .hidden_first_806c .sidebar_ff0e li ul li li a {
  padding-left: 30px;
}
.message-51d3 .hidden_first_806c .sidebar_ff0e li.column_fixed_7cb4 > a {
  position: relative;
  border: 1px solid #eaecee;
  border-left: none;
  border-right: none;
  font-size: 110%;
}
.message-51d3 .hidden_first_806c .sidebar_ff0e li.column_fixed_7cb4 > 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;
}
.message-51d3 .hidden_first_806c .sidebar_ff0e li.column_fixed_7cb4 > 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;
}
.border_under_9737 a {
  border: 1px solid currentColor;
  border-radius: 2px;
  display: inline-block;
  font-size: 0.875em !important;
  margin-bottom: 5px;
  padding: 1px 10px 1px;
}
.notification_hovered_78d8 {
  position: relative;
  z-index: 10;
}
.notification_hovered_78d8 .hard_f336 {
  width: 100%;
  max-width: 100%;
}
.smooth_5981 .status-555d {
  padding-top: 2em;
  padding-bottom: 2em;
}
.smooth_5981 .picture_00ed {
}
.smooth_5981 .copper-751a {
  background: #292929;
}
.iron-442a .status-555d {
  padding-top: 2.5em;
  padding-bottom: 2.5em;
}
.iron-442a .picture_00ed {
  background: #f9f9f9;
}
.iron-442a .copper-751a {
  background: #303030;
}
.layout-96ed .status-555d {
  padding-top: 1.5em;
  padding-bottom: 1.5em;
}
@media screen and (max-width: 568px) {
  .layout-96ed .menu_3ce9 {
    margin-bottom: 1em;
  }
  .layout-96ed .menu_3ce9:last-child {
    margin-bottom: 0;
  }
}
.layout-96ed .picture_00ed {
  background: #ededed;
}
.layout-96ed .copper-751a {
  background: #1a1a1a;
}
.status-555d.picture_00ed {
  color: rgba(0, 0, 0, 0.6);
}
.status-555d.picture_00ed .bronze_f206 li {
  border-color: rgba(0, 0, 0, 0.08);
}
.status-555d.copper-751a {
  color: rgba(255, 255, 255, 0.99);
}
.status-555d.copper-751a a:not(.background-static-4a61) {
  color: rgba(255, 255, 255, 0.79);
}
.status-555d.copper-751a a:not(.background-static-4a61):hover {
  color: rgba(255, 255, 255, 0.99);
}
.status-555d.copper-751a .bronze_f206 li {
  border-color: rgba(255, 255, 255, 0.08);
}
.status-555d.copper-751a table tbody td,
.status-555d.copper-751a table th {
  background: rgba(0, 0, 0, 0.08);
}
.white-2baa.accordion_tiny_c7f1 .mask_6dc6 {
  max-width: initial;
}
.white-2baa .surface_under_d7b2 {
  -webkit-box-pack: start;
  justify-content: flex-start;
}
.white-2baa .surface_under_d7b2 .hard_f336 {
  width: auto;
}
@media screen and (max-width: 1024px) {
  .white-2baa .surface_under_d7b2 .hard_f336 {
    display: block;
    margin-bottom: 2em;
  }
  .white-2baa .surface_under_d7b2 .hard_f336:last-child {
    margin-bottom: 0;
  }
}
.layout-96ed .menu_3ce9:last-child,
.iron-442a .menu_3ce9:last-child,
.smooth_5981 .menu_3ce9:last-child {
  margin-bottom: 0;
}
.layout-96ed .menu_3ce9 .hidden_first_806c .popup-wood-8d65:last-child,
.iron-442a .menu_3ce9 .hidden_first_806c .popup-wood-8d65:last-child,
.smooth_5981 .menu_3ce9 .hidden_first_806c .popup-wood-8d65:last-child {
  margin-bottom: 0;
}
@media screen and (max-width: 568px) {
  .layout-96ed .action_0ab3,
  .layout-96ed .component-6a94,
  .iron-442a .action_0ab3,
  .iron-442a .component-6a94,
  .smooth_5981 .action_0ab3,
  .smooth_5981 .component-6a94 {
    text-align: center;
  }
}
@media screen and (max-width: 48em) {
  .notification_hovered_78d8 .menu_3ce9 {
    margin-bottom: 2em;
  }
}
.notification_hovered_78d8 p:last-child {
  margin-bottom: 0;
}
.notification_hovered_78d8 li,
.notification_hovered_78d8 ul {
  list-style: none;
  margin: 0;
}
.notification_hovered_78d8 ul ul {
  margin-left: 2.617924em;
}
.hovered_2866 {
  font-size: 0.875em;
}

/* css-noise: 79a9 */
.ghost-box-c4 {
  padding: 0.2rem;
  font-size: 10px;
  line-height: 1.0;
}
