/*!
Theme Name: Customify
Theme URI: https://pressmaximum.black_bbb1/customify
Author: WPCustomify
Author URI: https://pressmaximum.black_bbb1
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.black_bbb1/customify
Version: 0.3.7
License: GNU General Public License v2 or later
License URI: http://www.header-pressed-3490.link-11f6/licenses/gpl-2.0.message-right-2317
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.steel-4a1b/, (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.small_6996.article_3e2d/normalize.grid-mini-3888/
 ======
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.grid-mini-3888 v7.0.0 | MIT License | github.black_bbb1/necolas/normalize.grid-mini-3888 */
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;
}
.sidebar-be58 .liquid_2271,
.mask-in-758c,
.focus-f8bb,
.preview_out_b749,
.row_narrow_4b22,
.over_59f2,
.advanced-b182,
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;
}
.mask-in-758c,
h1 {
  font-size: 2.42em;
  line-height: 1.216;
}
@media screen and (max-width: 1024px) {
  .mask-in-758c,
  h1 {
    font-size: 2.1em;
  }
}
@media screen and (max-width: 568px) {
  .mask-in-758c,
  h1 {
    font-size: 1.8em;
  }
}
.focus-f8bb,
h2 {
  font-size: 2.1em;
  line-height: 1.216;
}
.focus-f8bb + h3,
h2 + h3 {
  border-top: 1px solid #eaecee;
  padding-top: 0.5407911001em;
}
@media screen and (max-width: 1024px) {
  .focus-f8bb,
  h2 {
    font-size: 1.9em;
  }
}
@media screen and (max-width: 568px) {
  .focus-f8bb,
  h2 {
    font-size: 1.7em;
  }
}
.preview_out_b749,
h3 {
  font-size: 1.618em;
}
.sidebar-be58 .liquid_2271,
.row_narrow_4b22,
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.input_d996 {
  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;
}
.aside_910e:after,
.aside_910e:before,
.search-orange-9840:after,
.search-orange-9840:before {
  content: "";
  display: table;
}
.aside_910e:after,
.search-orange-9840:after {
  clear: both;
}
.last_0206 {
  float: right;
  margin-right: 0;
}
.north_7944 {
  float: left;
  margin-left: 0;
}
form {
  margin-bottom: 2em;
}
.secondary_fb72 .button_wood_087b,
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;
}
.secondary_fb72 .button_wood_087b: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;
}
.link_center_c73e .button_wood_087b {
  box-shadow: none;
}
.link_center_c73e
  .button_wood_087b
  .under_2e79 {
  line-height: 2.4em;
  min-height: 2.6em;
  padding-left: 0;
}
.link_center_c73e .button_wood_087b .bright_6e0f {
  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;
}
.link_center_c73e
  .button_wood_087b
  .bright_6e0f
  b {
  display: none;
}
.link_center_c73e .left-0357 {
  border: 1px solid #e5e5e5;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.12) inset;
}
.bottom_32ba:not(.hero-4e0b):not(.tiny_f3fd),
button:not(.hero-4e0b):not(.tiny_f3fd),
input[type="button"]:not(.hero-4e0b):not(
    .tiny_f3fd
  ),
input[type="reset"]:not(.hero-4e0b):not(
    .tiny_f3fd
  ),
input[type="submit"]:not(.hero-4e0b):not(
    .tiny_f3fd
  ) {
  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;
}
.bottom_32ba:not(.hero-4e0b):not(
    .tiny_f3fd
  ):hover,
button:not(.hero-4e0b):not(
    .tiny_f3fd
  ):hover,
input[type="button"]:not(.hero-4e0b):not(
    .tiny_f3fd
  ):hover,
input[type="reset"]:not(.hero-4e0b):not(
    .tiny_f3fd
  ):hover,
input[type="submit"]:not(.hero-4e0b):not(
    .tiny_f3fd
  ):hover {
  box-shadow: inset 0 0 0 120px rgba(0, 0, 0, 0.18);
  color: #fff;
  outline: 0;
}
.bottom_32ba:not(.hero-4e0b):not(
    .tiny_f3fd
  ):active,
.bottom_32ba:not(.hero-4e0b):not(
    .tiny_f3fd
  ):focus,
button:not(.hero-4e0b):not(
    .tiny_f3fd
  ):active,
button:not(.hero-4e0b):not(
    .tiny_f3fd
  ):focus,
input[type="button"]:not(.hero-4e0b):not(
    .tiny_f3fd
  ):active,
input[type="button"]:not(.hero-4e0b):not(
    .tiny_f3fd
  ):focus,
input[type="reset"]:not(.hero-4e0b):not(
    .tiny_f3fd
  ):active,
input[type="reset"]:not(.hero-4e0b):not(
    .tiny_f3fd
  ):focus,
input[type="submit"]:not(.hero-4e0b):not(
    .tiny_f3fd
  ):active,
input[type="submit"]:not(.hero-4e0b):not(
    .tiny_f3fd
  ):focus {
  outline: 0;
}
.bottom_32ba:not(.hero-4e0b):not(
    .tiny_f3fd
  ).fn-loading-5317,
button:not(.hero-4e0b):not(
    .tiny_f3fd
  ).fn-loading-5317,
input[type="button"]:not(.hero-4e0b):not(
    .tiny_f3fd
  ).fn-loading-5317,
input[type="reset"]:not(.hero-4e0b):not(
    .tiny_f3fd
  ).fn-loading-5317,
input[type="submit"]:not(.hero-4e0b):not(
    .tiny_f3fd
  ).fn-loading-5317 {
  position: relative;
}
.bottom_32ba:not(.hero-4e0b):not(
    .tiny_f3fd
  ).fn-loading-5317
  .clean-c9f2,
.bottom_32ba:not(.hero-4e0b):not(
    .tiny_f3fd
  ).fn-loading-5317
  .hidden_aedd,
.bottom_32ba:not(.hero-4e0b):not(
    .tiny_f3fd
  ).fn-loading-5317
  .smooth-a799,
.bottom_32ba:not(.hero-4e0b):not(
    .tiny_f3fd
  ).fn-loading-5317
  i,
.bottom_32ba:not(.hero-4e0b):not(
    .tiny_f3fd
  ).fn-loading-5317
  svg,
button:not(.hero-4e0b):not(
    .tiny_f3fd
  ).fn-loading-5317
  .clean-c9f2,
button:not(.hero-4e0b):not(
    .tiny_f3fd
  ).fn-loading-5317
  .hidden_aedd,
button:not(.hero-4e0b):not(
    .tiny_f3fd
  ).fn-loading-5317
  .smooth-a799,
button:not(.hero-4e0b):not(
    .tiny_f3fd
  ).fn-loading-5317
  i,
button:not(.hero-4e0b):not(
    .tiny_f3fd
  ).fn-loading-5317
  svg,
input[type="button"]:not(.hero-4e0b):not(
    .tiny_f3fd
  ).fn-loading-5317
  .clean-c9f2,
input[type="button"]:not(.hero-4e0b):not(
    .tiny_f3fd
  ).fn-loading-5317
  .hidden_aedd,
input[type="button"]:not(.hero-4e0b):not(
    .tiny_f3fd
  ).fn-loading-5317
  .smooth-a799,
input[type="button"]:not(.hero-4e0b):not(
    .tiny_f3fd
  ).fn-loading-5317
  i,
input[type="button"]:not(.hero-4e0b):not(
    .tiny_f3fd
  ).fn-loading-5317
  svg,
input[type="reset"]:not(.hero-4e0b):not(
    .tiny_f3fd
  ).fn-loading-5317
  .clean-c9f2,
input[type="reset"]:not(.hero-4e0b):not(
    .tiny_f3fd
  ).fn-loading-5317
  .hidden_aedd,
input[type="reset"]:not(.hero-4e0b):not(
    .tiny_f3fd
  ).fn-loading-5317
  .smooth-a799,
input[type="reset"]:not(.hero-4e0b):not(
    .tiny_f3fd
  ).fn-loading-5317
  i,
input[type="reset"]:not(.hero-4e0b):not(
    .tiny_f3fd
  ).fn-loading-5317
  svg,
input[type="submit"]:not(.hero-4e0b):not(
    .tiny_f3fd
  ).fn-loading-5317
  .clean-c9f2,
input[type="submit"]:not(.hero-4e0b):not(
    .tiny_f3fd
  ).fn-loading-5317
  .hidden_aedd,
input[type="submit"]:not(.hero-4e0b):not(
    .tiny_f3fd
  ).fn-loading-5317
  .smooth-a799,
input[type="submit"]:not(.hero-4e0b):not(
    .tiny_f3fd
  ).fn-loading-5317
  i,
input[type="submit"]:not(.hero-4e0b):not(
    .tiny_f3fd
  ).fn-loading-5317
  svg {
  visibility: hidden;
}
.bottom_32ba:not(.hero-4e0b):not(
    .tiny_f3fd
  ).fn-loading-5317:after,
button:not(.hero-4e0b):not(
    .tiny_f3fd
  ).fn-loading-5317:after,
input[type="button"]:not(.hero-4e0b):not(
    .tiny_f3fd
  ).fn-loading-5317:after,
input[type="reset"]:not(.hero-4e0b):not(
    .tiny_f3fd
  ).fn-loading-5317:after,
input[type="submit"]:not(.hero-4e0b):not(
    .tiny_f3fd
  ).fn-loading-5317: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;
}
.bottom_32ba:not(.hero-4e0b):not(.tiny_f3fd),
input[type="button"]:not(.hero-4e0b):not(
    .tiny_f3fd
  ),
input[type="reset"]:not(.hero-4e0b):not(
    .tiny_f3fd
  ),
input[type="submit"]:not(.hero-4e0b):not(
    .tiny_f3fd
  ) {
  color: #fff;
  background: #235787;
}
.bottom_32ba:not(.hero-4e0b):not(
    .tiny_f3fd
  ):focus,
input[type="button"]:not(.hero-4e0b):not(
    .tiny_f3fd
  ):focus,
input[type="reset"]:not(.hero-4e0b):not(
    .tiny_f3fd
  ):focus,
input[type="submit"]:not(.hero-4e0b):not(
    .tiny_f3fd
  ):focus {
  color: #fff;
}
.bottom_32ba.fn-disabled-5317:not(.hero-4e0b):not(
    .tiny_f3fd
  ),
.bottom_32ba[disabled]:not(.hero-4e0b):not(
    .tiny_f3fd
  ),
button.fn-disabled-5317:not(.hero-4e0b):not(
    .tiny_f3fd
  ),
button[disabled]:not(.hero-4e0b):not(
    .tiny_f3fd
  ) {
  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;
}
.pressed_9a8c {
  clip: rect(1px, 1px, 1px, 1px);
  position: absolute !important;
  height: 1px;
  width: 1px;
  overflow: hidden;
  word-con: normal !important;
}
.pressed_9a8c: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;
}
.surface-918c {
  display: inline;
  float: left;
  margin-right: 1.41575em;
}
.tag_16fc {
  display: inline;
  float: right;
  margin-left: 1.41575em;
}
.north-9869 {
  clear: both;
  display: block;
  margin: 0 auto;
}
.aside_910e:after,
.aside_910e:before,
.advanced_7bb9:after,
.advanced_7bb9:before,
.breadcrumb-steel-1388:after,
.breadcrumb-steel-1388:before,
.narrow-12e5:after,
.narrow-12e5:before,
.filter-0885:after,
.filter-0885:before,
.secondary_bronze_9acc:after,
.secondary_bronze_9acc:before {
  content: "";
  display: table;
  table-layout: fixed;
}
.aside_910e:after,
.advanced_7bb9:after,
.breadcrumb-steel-1388:after,
.narrow-12e5:after,
.filter-0885:after,
.secondary_bronze_9acc:after {
  clear: both;
}
.advanced_7bb9 .paper-0864,
.breadcrumb-steel-1388 .paper-0864,
.hidden-purple-083f .paper-0864 {
  border: none;
  margin-bottom: 0;
  margin-top: 0;
  padding: 0;
}
embed,
iframe,
object {
  max-width: 100%;
}
.backdrop_79e3 {
  display: inline-block;
}
.feature-small-be7b {
  margin-bottom: 1.41575em;
  max-width: 100%;
}
.feature-small-be7b img[class*="wp-image-"] {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.feature-small-be7b .west_5ba2 {
  padding: 1em 0;
  font-size: 85%;
}
.west_5ba2 {
  text-align: left;
  font-style: italic;
  color: #999;
}
.card-wood-a9f8 {
  margin-bottom: 1.5em;
  margin-bottom: 1.41575em;
}
.card-wood-a9f8:after,
.card-wood-a9f8:before {
  content: "";
  display: table;
}
.card-wood-a9f8:after {
  clear: both;
}
.focus-5f7d {
  display: inline-block;
  text-align: center;
  vertical-align: top;
  width: 100%;
}
.list-fast-a9d2 .focus-5f7d {
  max-width: 50%;
}
.glass-5583 .focus-5f7d {
  max-width: 33.33%;
}
.widget_d0b0 .focus-5f7d {
  max-width: 25%;
}
.text_0dc8 .focus-5f7d {
  max-width: 20%;
}
.in_86ed .focus-5f7d {
  max-width: 16.66%;
}
.up_692b .focus-5f7d {
  max-width: 14.28%;
}
.dynamic-eae4 .focus-5f7d {
  max-width: 12.5%;
}
.paragraph_2d95 .focus-5f7d {
  max-width: 11.11%;
}
.pro_0131 {
  display: block;
}
.sidebar-be58 .large-2b42 label,
.sidebar-be58 .shadow-liquid-35c8 label,
.sidebar-be58 .component_1855 label,
.sidebar-be58 .copper_dc0c label {
  text-transform: uppercase;
  letter-spacing: 0.5px;
  font-size: 0.85em;
}
.gradient-warm-5e12 {
  list-style: none;
  margin: 0;
}
.gradient-warm-5e12 article.accordion_9901 {
  margin-bottom: 0;
}
.gradient-warm-5e12 ul {
  list-style: none;
  margin: 0;
}
.gradient-warm-5e12 .module-9157 li.accordion_9901 {
  padding-left: 30px;
}
@media screen and (min-width: 64em) {
  .gradient-warm-5e12 .module-9157 li.accordion_9901 {
    padding-left: 85px;
    border-left: 1px solid #eaecee;
    position: relative;
    width: 100%;
  }
  .gradient-warm-5e12 .module-9157 li.accordion_9901: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) {
  .gradient-warm-5e12 .module-9157 li.accordion_9901 li.accordion_9901 li.accordion_9901 li.accordion_9901 {
    padding-left: 0;
  }
}
article.accordion_9901 {
  padding: 1.618em 0;
  margin-bottom: 1.618em;
}
article.accordion_9901 .advanced_7bb9 p:last-of-type {
  margin-bottom: 0;
}
article.accordion_9901 .out-b4b1 {
  float: left;
}
article.accordion_9901 .detail_86b7 {
  margin-left: 85px;
}
article.accordion_9901 .wide-86b5 {
  display: block;
  margin: 12px 0 12px;
  padding-bottom: 4px;
  border-bottom: 1px solid #eaecee;
}
article.accordion_9901 .wide-86b5 .pink_c28e {
  margin-left: 10px;
}
article.accordion_9901 .nav-purple-a928 {
  font-weight: 500;
  text-transform: uppercase;
  line-height: 1;
  font-style: normal;
}
article.accordion_9901 .block-53bd {
  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 .large-2b42,
  #respond .component_1855,
  #respond .copper_dc0c {
    width: 29.4117647059%;
    margin-right: 5.8823529412%;
    float: left;
  }
}
#respond .large-2b42 input,
#respond .component_1855 input,
#respond .copper_dc0c input {
  width: 100%;
}
#respond .copper_dc0c {
  margin-right: 0;
}
#respond .focused_094a #wp-comment-cookies-consent {
  position: relative;
  top: -1px;
  margin-right: 5px;
}
.accent_small_f48a {
  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;
}
.accent_small_f48a.fresh-3eab {
  width: 36px;
  height: 36px;
  min-height: 36px;
  font-size: 1.1em;
}
.accent_small_f48a 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%);
}
.accent_small_f48a:focus,
.accent_small_f48a: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);
}
.center_b890 {
  border-radius: 10%;
}
.item_gold_8c3b {
  border-radius: 50%;
}
.hidden_simple_357c {
  font-size: 0.72em;
}
.center-b53d {
  font-size: 0.875em;
}
.cool-da9d {
  font-size: 1.1em;
}
.wrapper_hard_d984 {
  text-transform: uppercase;
  line-height: 1.2;
}
.wrapper_hard_d984.hidden_simple_357c {
  letter-spacing: 0.5px;
}
.solid-8568,
.solid-8568 a {
  color: #6d6d6d;
}
.solid-8568 a:hover {
  color: #111;
}
.smooth-2325 {
  color: #6d6d6d;
}
.white-a9e2 {
  overflow-x: hidden;
}
.white-a9e2 .simple_0ce5.notification_right_17b6 {
  position: relative;
}
.white-a9e2 .simple_0ce5.notification_right_17b6.grid-pink-251d {
  position: initial;
}
.white-a9e2
  .simple_0ce5.notification_right_17b6.grid-pink-251d
  .wrapper_112d {
  left: auto;
}
.white-a9e2 .simple_0ce5 .wrapper_112d {
  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;
}
.white-a9e2 .simple_0ce5:hover.notification_right_17b6 {
  -webkit-transition-delay: 0s !important;
  transition-delay: 0s !important;
  outline: 1px solid #0073aa;
  outline-offset: -1px;
}
.white-a9e2
  .simple_0ce5:hover.notification_right_17b6
  .wrapper_112d {
  display: block;
  z-index: 9999999;
}
.white-a9e2 .module-6480 .block-huge-f014,
.white-a9e2 .button-480b .block-huge-f014 {
  display: none;
}
.white-a9e2 .inner-926a .simple_0ce5:hover.notification_right_17b6 {
  outline: 1px dashed #ff472e;
  outline-offset: -1px;
}
.sidebar-be58 .large-2b42 label,
.sidebar-be58 .shadow-liquid-35c8 label,
.sidebar-be58 .component_1855 label,
.sidebar-be58 .copper_dc0c label {
  text-transform: uppercase;
  letter-spacing: 0.5px;
  font-size: 0.85em;
}
.gradient-warm-5e12 {
  list-style: none;
  margin: 0;
}
.gradient-warm-5e12 article.accordion_9901 {
  margin-bottom: 0;
}
.gradient-warm-5e12 ul {
  list-style: none;
  margin: 0;
}
.gradient-warm-5e12 .module-9157 li.accordion_9901 {
  padding-left: 30px;
}
@media screen and (min-width: 64em) {
  .gradient-warm-5e12 .module-9157 li.accordion_9901 {
    padding-left: 85px;
    border-left: 1px solid #eaecee;
    position: relative;
    width: 100%;
  }
  .gradient-warm-5e12 .module-9157 li.accordion_9901: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) {
  .gradient-warm-5e12 .module-9157 li.accordion_9901 li.accordion_9901 li.accordion_9901 li.accordion_9901 {
    padding-left: 0;
  }
}
article.accordion_9901 {
  padding: 1.618em 0;
  margin-bottom: 1.618em;
}
article.accordion_9901 .advanced_7bb9 p:last-of-type {
  margin-bottom: 0;
}
article.accordion_9901 .out-b4b1 {
  float: left;
}
article.accordion_9901 .detail_86b7 {
  margin-left: 85px;
}
article.accordion_9901 .wide-86b5 {
  display: block;
  margin: 12px 0 12px;
  padding-bottom: 4px;
  border-bottom: 1px solid #eaecee;
}
article.accordion_9901 .wide-86b5 .pink_c28e {
  margin-left: 10px;
}
article.accordion_9901 .nav-purple-a928 {
  font-weight: 500;
  text-transform: uppercase;
  line-height: 1;
  font-style: normal;
}
article.accordion_9901 .block-53bd {
  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 .large-2b42,
  #respond .component_1855,
  #respond .copper_dc0c {
    width: 29.4117647059%;
    margin-right: 5.8823529412%;
    float: left;
  }
}
#respond .large-2b42 input,
#respond .component_1855 input,
#respond .copper_dc0c input {
  width: 100%;
}
#respond .copper_dc0c {
  margin-right: 0;
}
#respond .focused_094a #wp-comment-cookies-consent {
  position: relative;
  top: -1px;
  margin-right: 5px;
}
.module-6480 .description_be88 {
  color: rgba(255, 255, 255, 0.99);
  background: rgba(0, 0, 0, 0.9);
}
.description_be88 .menu_1b1d.fixed_0bea .widget_ff34 > li > a:focus,
.description_be88 .menu_1b1d.fixed_0bea .widget_ff34 > li > a:hover,
.description_be88 .menu_1b1d.dropdown_978e .widget_ff34 > li > a:focus,
.description_be88 .menu_1b1d.dropdown_978e .widget_ff34 > li > a:hover,
.description_be88 .menu_1b1d.card_first_5f7f .widget_ff34 > li > a:focus,
.description_be88 .menu_1b1d.card_first_5f7f .widget_ff34 > li > a:hover {
  color: rgba(255, 255, 255, 0.99);
}
.description_be88
  .menu_1b1d.fixed_0bea
  .widget_ff34
  > li.content_31c6
  > a,
.description_be88
  .menu_1b1d.fixed_0bea
  .widget_ff34
  > li.tabs-copper-2fae
  > a,
.description_be88
  .menu_1b1d.dropdown_978e
  .widget_ff34
  > li.content_31c6
  > a,
.description_be88
  .menu_1b1d.dropdown_978e
  .widget_ff34
  > li.tabs-copper-2fae
  > a,
.description_be88
  .menu_1b1d.card_first_5f7f
  .widget_ff34
  > li.content_31c6
  > a,
.description_be88 .menu_1b1d.card_first_5f7f .widget_ff34 > li.pattern-471d > a {
  color: rgba(255, 255, 255, 0.99);
}
.description_be88 .message-0d47,
.description_be88 .message-0d47 a {
  color: rgba(255, 255, 255, 0.99);
}
.description_be88 .tertiary-3b3f.icon_glass_2d76 li a,
.description_be88 .medium_50c7 a,
.description_be88 .video_49d8,
.description_be88 .widget_ff34 > li > a,
.description_be88 .container_up_6bbd {
  color: rgba(255, 255, 255, 0.79);
}
.description_be88 .tertiary-3b3f.icon_glass_2d76 li a:hover,
.description_be88 .medium_50c7 a:hover,
.description_be88 .video_49d8:hover,
.description_be88 .widget_ff34 > li > a:hover,
.description_be88 .container_up_6bbd:hover {
  color: rgba(255, 255, 255, 0.99);
}
.description_be88 .hard_7b2d {
  color: rgba(255, 255, 255, 0.79);
}
.description_be88 .hard_7b2d .icon_pink_6650 {
  color: rgba(255, 255, 255, 0.99);
}
.description_be88 .hard_7b2d:hover {
  color: rgba(255, 255, 255, 0.99);
}
.description_be88 .header_0bdb .photo-1978 {
  background: rgba(255, 255, 255, 0.03);
  border-color: rgba(255, 255, 255, 0.08);
  color: rgba(255, 255, 255, 0.79);
}
.description_be88 .header_0bdb .photo-1978 .popup_stone_2c7d {
  color: rgba(255, 255, 255, 0.79);
}
.description_be88
  .header_0bdb
  .photo-1978
  .popup_stone_2c7d::-webkit-input-placeholder {
  color: rgba(255, 255, 255, 0.79);
}
.description_be88
  .header_0bdb
  .photo-1978
  .popup_stone_2c7d:-ms-input-placeholder {
  color: rgba(255, 255, 255, 0.79);
}
.description_be88
  .header_0bdb
  .photo-1978
  .popup_stone_2c7d::-ms-input-placeholder {
  color: rgba(255, 255, 255, 0.79);
}
.description_be88
  .header_0bdb
  .photo-1978
  .popup_stone_2c7d::placeholder {
  color: rgba(255, 255, 255, 0.79);
}
.description_be88 .header_0bdb .row-west-e054 {
  color: rgba(255, 255, 255, 0.79);
}
.description_be88 .header_0bdb .row-west-e054:hover {
  color: rgba(255, 255, 255, 0.99);
}
.focus_copper_b3c0
  .description_be88
  .header_0bdb
  .left_a01c
  .gas_2374 {
  background-color: rgba(255, 255, 255, 0.03);
  border-color: rgba(255, 255, 255, 0.08);
  color: rgba(255, 255, 255, 0.79);
}
.focus_copper_b3c0
  .description_be88
  .header_0bdb
  .left_a01c
  .popup_stone_2c7d {
  background-color: rgba(255, 255, 255, 0.03) !important;
  border-color: rgba(255, 255, 255, 0.08);
  color: rgba(255, 255, 255, 0.79);
}
.module-6480 .current_251d {
  color: rgba(0, 0, 0, 0.6);
  background: rgba(255, 255, 255, 0.9);
}
.current_251d .menu_1b1d.fixed_0bea .widget_ff34 > li > a:focus,
.current_251d .menu_1b1d.fixed_0bea .widget_ff34 > li > a:hover,
.current_251d .menu_1b1d.dropdown_978e .widget_ff34 > li > a:focus,
.current_251d .menu_1b1d.dropdown_978e .widget_ff34 > li > a:hover,
.current_251d .menu_1b1d.card_first_5f7f .widget_ff34 > li > a:focus,
.current_251d .menu_1b1d.card_first_5f7f .widget_ff34 > li > a:hover {
  color: rgba(0, 0, 0, 0.8);
}
.current_251d
  .menu_1b1d.fixed_0bea
  .widget_ff34
  > li.content_31c6
  > a,
.current_251d
  .menu_1b1d.fixed_0bea
  .widget_ff34
  > li.tabs-copper-2fae
  > a,
.current_251d
  .menu_1b1d.dropdown_978e
  .widget_ff34
  > li.content_31c6
  > a,
.current_251d
  .menu_1b1d.dropdown_978e
  .widget_ff34
  > li.tabs-copper-2fae
  > a,
.current_251d
  .menu_1b1d.card_first_5f7f
  .widget_ff34
  > li.content_31c6
  > a,
.current_251d .menu_1b1d.card_first_5f7f .widget_ff34 > li.pattern-471d > a {
  color: rgba(0, 0, 0, 0.8);
}
.current_251d .message-0d47,
.current_251d .message-0d47 a {
  color: rgba(0, 0, 0, 0.8);
}
.current_251d .tertiary-3b3f.icon_glass_2d76 li a,
.current_251d .medium_50c7 a,
.current_251d .video_49d8,
.current_251d .widget_ff34 > li > a,
.current_251d .container_up_6bbd {
  color: rgba(0, 0, 0, 0.55);
}
.current_251d .tertiary-3b3f.icon_glass_2d76 li a:hover,
.current_251d .medium_50c7 a:hover,
.current_251d .video_49d8:hover,
.current_251d .widget_ff34 > li > a:hover,
.current_251d .container_up_6bbd:hover {
  color: rgba(0, 0, 0, 0.8);
}
.current_251d .hard_7b2d {
  color: rgba(0, 0, 0, 0.55);
}
.current_251d .hard_7b2d .icon_pink_6650 {
  color: rgba(0, 0, 0, 0.8);
}
.current_251d .hard_7b2d:hover {
  color: rgba(0, 0, 0, 0.8);
}
.article-small-86bd .hover_lower_5356 {
  margin-left: auto;
  margin-right: auto;
}
.breadcrumb-steel-1388 > * {
  margin-left: auto;
  margin-right: auto;
}
.breadcrumb-steel-1388 .surface-918c {
  margin-right: 1.41575em;
}
.text-ffbe .breadcrumb-steel-1388 > .input-00d7 {
  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;
}
.text-ffbe .breadcrumb-steel-1388 > .card_068b {
  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;
}
.header-yellow-e28d.article-small-86bd .hover_lower_5356,
.outline-first-ab47.article-small-86bd .hover_lower_5356 {
  margin-left: 0;
}
.aside-fbc8.article-small-86bd .hover_lower_5356,
.header_dim_847e.article-small-86bd .hover_lower_5356 {
  margin-right: 0;
}
.breadcrumb-steel-1388 ol,
.breadcrumb-steel-1388 ul {
  margin: 1.5em auto;
  list-style-position: outside;
}
.card-d323 video {
  max-width: 100%;
}
.highlight-over-3900 img {
  display: block;
}
.highlight-over-3900.surface-918c,
.highlight-over-3900.tag_16fc {
  width: 100%;
}
.highlight-over-3900.card_068b img {
  width: 100vw;
  width: calc(var(--vw, 1vw) * 100);
}
.hero_medium_6c07:not(.sort-focused-ff4b) {
  margin: 1.5em auto;
}
.form_hovered_d7e5 p {
  padding: 1.5em 14px;
}
ul.tooltip-huge-5a76.card_068b,
ul.tooltip-huge-5a76.input-00d7,
ul.tooltip-huge-5a76.south-bd97.input-00d7 {
  padding: 0 14px;
}
.gallery_solid_dae7 {
  display: block;
  overflow-x: auto;
}
.gallery_solid_dae7 table {
  border-collapse: collapse;
  width: 100%;
}
.gallery_solid_dae7 td,
.gallery_solid_dae7 th {
  padding: 0.5em;
}
.breadcrumb-steel-1388 li {
  margin-left: 2.5em;
  margin-bottom: 6px;
}
.breadcrumb-steel-1388 ol ol,
.breadcrumb-steel-1388 ol ul,
.breadcrumb-steel-1388 ul ol,
.breadcrumb-steel-1388 ul ul {
  margin-bottom: 0;
  margin-top: 0;
  margin-left: 2.5em;
}
.breadcrumb-steel-1388 ol ol li,
.breadcrumb-steel-1388 ol ul li,
.breadcrumb-steel-1388 ul ol li,
.breadcrumb-steel-1388 ul ul li {
  margin-left: 0;
}
.section_glass_1e50.down_70ae > .nav_up_0d83 {
  position: relative;
  width: 100%;
  height: 0;
  padding-top: 56.25%;
}
.section_glass_1e50.down_70ae > .nav_up_0d83 iframe,
.section_glass_1e50.down_70ae > .nav_up_0d83 > object {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}
.mask-copper-7793 {
  border-left-width: 4px;
  border-left-color: currentColor;
}
.mask-copper-7793.table-bb9f {
  padding: 0;
}
.mask-copper-7793.table-bb9f cite {
  font-size: 13px;
}
.mask-copper-7793 > * {
  margin-left: 16px;
  margin-right: 16px;
}
.mask-copper-7793 cite {
  font-style: normal;
  margin-top: 1em;
  position: relative;
  font-size: 13px;
}
.popup_a517 {
  border-bottom: 4px solid currentColor;
  border-top: 4px solid currentColor;
  margin-left: 0;
  margin-right: 0;
  padding: 3em 0;
  text-align: center;
}
.popup_a517 > p:first-child {
  margin-top: 0;
}
.popup_a517 cite {
  font-size: 13px;
  font-style: normal;
  text-transform: uppercase;
}
.popup_a517 blockquote {
  border-left: 0;
}
.clean-125e {
  margin: 3em auto;
  border: none;
  border-bottom: 2px solid currentColor;
}
.clean-125e:not(.highlight_db9a) {
  max-width: 100px;
}
.clean-125e.surface-south-c523 {
  border-bottom: none !important;
  text-align: center;
}
.clean-125e.surface-south-c523::before {
  padding-left: 0;
  font-size: 30px;
}
@media screen and (min-width: 768px) {
  .form_hovered_d7e5 p {
    padding: 1.5em 0;
  }
}
.stale_1c1a {
  color: #0073aa;
}
.nav_8cd5 {
  background-color: #0073aa;
}
.logo_mini_4fa1 {
  color: #229fd8;
}
.avatar_2c26 {
  background-color: #229fd8;
}
.border_out_4d2c {
  color: #eee;
}
.hidden-fluid-ec9f {
  background-color: #eee;
}
.left-19d5 {
  color: #444;
}
.outline-1409 {
  background-color: #444;
}
.dropdown_pressed_53aa {
  padding: 0;
  -webkit-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  text-size-adjust: 100%;
  line-height: 13px;
}
.dropdown_pressed_53aa .tag_rough_7ef2 .medium_50c7 {
  font-size: 15px;
}
.dropdown_pressed_53aa .medium_50c7 {
  line-height: 1.3;
}
.dropdown_pressed_53aa .current_251d {
}
.dropdown_pressed_53aa .description_be88 {
  background: #235787;
}
.grid_tall_1746 {
  padding: 0;
}
.grid_tall_1746 .description_be88 {
  background: #1a1a1a;
}
.grid_tall_1746 .current_251d {
  box-shadow: 0 1px 2px 0 #e1e5ea;
  background: #fff;
}
.feature-white-6377 {
  padding: 0;
  border-left: none;
  border-right: none;
}
.feature-white-6377 .current_251d {
  box-shadow: 0 1px 2px 0 #e1e5ea;
}
.feature-white-6377 .description_be88 {
  background: #303030;
}
.secondary_bronze_9acc {
  position: relative;
  z-index: 10;
}
.secondary_bronze_9acc .focus-yellow-76fc {
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
  -webkit-box-pack: center;
  justify-content: center;
}
.hidden_6325 .notification_right_17b6 {
  display: inline-block;
  vertical-align: middle;
}
.hidden_6325.block-dark-775c .notification_right_17b6 {
  margin-right: 1em;
}
@media screen and (max-width: 1024px) {
  .hidden_6325.block-dark-775c .notification_right_17b6 {
    margin-right: 1em;
  }
}
@media screen and (max-width: 568px) {
  .hidden_6325.block-dark-775c .notification_right_17b6 {
    margin-right: 0.4em;
  }
}
.hidden_6325.block-dark-775c .notification_right_17b6:last-child {
  margin-right: 0;
}
.sort_pro_f46c .focus-yellow-76fc {
  max-width: initial;
}
@media screen and (min-width: 1025px) {
  .module-6480 .tag_rough_7ef2 {
    margin: 0 -0.5em;
  }
  .module-6480 .tag_rough_7ef2 [class*="customify-col-"],
  .module-6480 .tag_rough_7ef2 [class*="customify-col_"],
  .module-6480 .tag_rough_7ef2 [class~="customify-col-"] {
    padding-left: 0.5em;
    padding-right: 0.5em;
  }
}
.module-6480.lite-9ab4 .focus-yellow-76fc {
  background: 0 0 !important;
}
.module-6480.lite-9ab4 .focus-yellow-76fc,
.module-6480.sort_pro_f46c .focus-yellow-76fc {
  border: 0 none !important;
  box-shadow: none !important;
}
@media screen and (min-width: 1025px) {
  .module-6480.header_top_963d {
    background: 0 0 !important;
    border: 0 none;
    box-shadow: none !important;
  }
}
.module-6480.sort_pro_f46c .focus-yellow-76fc {
  box-shadow: none !important;
}
.under-0217 {
  padding: 21px 0 22px;
  border-bottom: 1px solid #eaecee;
  word-break: break-word;
  background: #f9f9f9;
}
@media screen and (max-width: 1024px) {
  .under-0217 {
    padding: 19px 0 20px;
  }
}
@media screen and (max-width: 568px) {
  .under-0217 {
    padding: 18px 0 20px;
  }
}
.under-0217 .disabled_pressed_5277 {
  width: 100%;
}
.under-0217 .link-4bc8 {
  margin-bottom: 0;
}
.under-0217 .gallery_cb9b {
  margin-top: 5px;
  font-size: 0.875em;
}
.image-b9cb {
  padding: 9px 0 9px;
  border-bottom: 1px solid #eaecee;
  color: #6d6d6d;
  line-height: 1.6;
  background: #fff;
}
.image-b9cb .dropdown_red_ecaa {
  width: 100%;
}
.search_west_84f1 {
  list-style: none;
  margin: 0 1em;
  padding: 0;
}
.search_west_84f1 li {
  display: inline-block;
  position: relative;
  padding-right: 10px;
}
.search_west_84f1 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;
}
.search_west_84f1 li:last-child:after {
  display: none;
}
.search_west_84f1 li a {
  font-weight: 500;
  margin-right: 10px;
}
.thick_c094 .block-huge-f014 button,
.under-0217 .block-huge-f014 button {
  left: 0;
}
.thick_c094 .dropdown_red_ecaa,
.under-0217 .dropdown_red_ecaa {
  padding-left: 0;
  padding-right: 0;
}
.thick_c094 .image-b9cb,
.under-0217 .image-b9cb {
  border-bottom: none;
  padding-bottom: 0;
  background: 0 0;
}
.thick_c094 {
  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;
}
.thick_c094: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;
}
.thick_c094 .upper-32ed {
  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) {
  .thick_c094 .upper-32ed {
    min-height: 300px;
  }
}
@media screen and (max-width: 1024px) {
  .thick_c094 .upper-32ed {
    min-height: 250px;
    padding: 1em 15px;
  }
}
@media screen and (max-width: 568px) {
  .thick_c094 .upper-32ed {
    min-height: 200px;
  }
}
.thick_c094 .search_west_84f1 {
  color: rgba(255, 255, 255, 0.8);
}
.thick_c094 .search_west_84f1 a,
.thick_c094 .search_west_84f1 li:after {
  color: inherit;
}
.thick_c094 .search_west_84f1 a:hover {
  color: rgba(255, 255, 255, 0.8);
}
.nav_warm_8f2b {
  margin-bottom: 0.5em;
}
.active_e8ea {
  margin-bottom: 1.2em;
}
.active_e8ea,
.nav_warm_8f2b {
  display: inline-block;
  position: relative;
  color: rgba(255, 255, 255, 0.99);
  z-index: 5;
}
.active_e8ea p:last-child,
.nav_warm_8f2b p:last-child {
  margin-bottom: 0;
}
#header-menu-sidebar .block-huge-f014,
#masthead .block-huge-f014 {
  display: none;
}
#masthead
  > .block-huge-f014.caption-solid-f43c {
  display: none;
}
#masthead > .block-huge-f014 button {
  left: 0;
}
.avatar_mini_33a5 {
  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%;
}
.avatar_mini_33a5 .notification_right_17b6 {
  display: -webkit-inline-box;
  display: inline-flex;
  -webkit-box-align: center;
  align-items: center;
  margin-left: 0.5em;
  margin-right: 0.5em;
}
.avatar_mini_33a5 .block-7a42 {
  display: -webkit-box;
  display: flex;
}
.avatar_mini_33a5 .block-7a42.active_right_9cc8 {
  -webkit-box-pack: center;
  justify-content: center;
  margin-left: 1em;
  margin-right: 1em;
}
.avatar_mini_33a5 .block-7a42.liquid-5ae0 {
  -webkit-box-pack: start;
  justify-content: flex-start;
  margin-right: auto;
  -webkit-box-flex: 1;
  flex: 1 1 0;
}
.avatar_mini_33a5 .block-7a42.message-2aa3 {
  margin-left: auto;
  -webkit-box-pack: end;
  justify-content: flex-end;
  -webkit-box-flex: 1;
  flex: 1 1 0;
}
.avatar_mini_33a5.module_2937.header-6801 .block-7a42.active_right_9cc8 {
  flex-basis: 100%;
}
.avatar_mini_33a5.header_warm_e043 .block-7a42.liquid-5ae0 {
  -webkit-box-flex: 1;
  flex: auto;
}
.avatar_mini_33a5.header_warm_e043 .block-7a42.message-2aa3 {
  -webkit-box-flex: 1;
  flex: auto;
}
#masthead
  > .block-huge-f014.caption-solid-f43c {
  display: none;
}
#masthead > .block-huge-f014 button {
  left: 0;
}
.sort-2a40 {
  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;
}
.sort-2a40:hover {
  box-shadow: inset 0 0 0 120px rgba(0, 0, 0, 0.18);
  color: #fff;
}
.sort-2a40.background_4fb6 i {
  margin-right: 4px;
}
.sort-2a40.text_da89 i {
  margin-left: 5px;
}
.medium_50c7 p {
  font-weight: 500;
  text-transform: uppercase;
  font-size: 13px;
}
.medium_50c7 p:last-child {
  margin-bottom: 0;
}
.primary_b4f5 {
  display: -webkit-box;
  display: flex;
  line-height: 0.9;
  vertical-align: middle;
}
.primary_b4f5 a {
  display: inline-block;
  text-transform: uppercase;
  letter-spacing: 0.4px;
  font-weight: 600;
}
.primary_b4f5 img {
  display: block;
  width: auto;
  line-height: 1;
}
.primary_b4f5 .message-0d47 {
  font-size: 1.5em;
  margin: 0;
  font-weight: 600;
  line-height: 1.216;
}
.primary_b4f5 .west-ea00 {
  margin: 5px 0 7px 0;
}
.primary_b4f5.small-4fa5 .progress-fluid-2566 {
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
  -webkit-box-pack: center;
  justify-content: center;
}
.primary_b4f5.small-4fa5 .top_dcc8 {
  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;
}
.primary_b4f5.border-8553 {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  flex-direction: row-reverse;
}
.primary_b4f5.border-8553 .progress-fluid-2566 {
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
  -webkit-box-pack: center;
  justify-content: center;
}
.primary_b4f5.border-8553 .top_dcc8 {
  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;
}
.primary_b4f5.icon-9351 {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
}
.primary_b4f5.active-1b30 {
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
  flex-direction: column-reverse;
}
.primary_b4f5.active-1b30 .top_dcc8 {
  margin-top: 7px;
}
.wood-b841 {
  display: inline-block;
}
.secondary_bronze_9acc .picture-c361 .primary_b4f5 img {
  max-width: 100%;
}
.menu_1b1d .tabs_upper_40f2.shadow-8453,
.background_7188 .tabs_upper_40f2.shadow-8453 {
  position: relative;
  display: -webkit-inline-box;
  display: inline-flex;
  -webkit-box-align: center;
  align-items: center;
}
.menu_1b1d .panel_9231,
.background_7188 .panel_9231 {
  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%);
}
.menu_1b1d .panel_9231 {
  display: inline;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-decoration: none !important;
}
.menu_1b1d.pagination-e122 .panel_9231 {
  display: none;
}
.menu_1b1d .pattern-slow-2e39 {
  list-style: none;
  padding: 0;
  margin: 0;
}
.menu_1b1d .pattern-slow-2e39 li {
  display: inline-block;
  position: relative;
}
.menu_1b1d .pattern-slow-2e39 li:last-child {
  margin-right: 0;
}
.menu_1b1d .pattern-slow-2e39 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;
}
.menu_1b1d .pattern-slow-2e39 li.pattern-471d > a {
  color: rgba(0, 0, 0, 0.9);
}
.menu_1b1d .pattern-slow-2e39 > 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;
}
.menu_1b1d .pattern-slow-2e39 > li > a i {
  line-height: 0;
}
.menu_1b1d .pattern-slow-2e39 > li.east_bae4 > a .panel_9231 {
  margin-left: 4px;
  line-height: 0;
}
.menu_1b1d .pattern-slow-2e39 .banner-brown-df43 li.east_bae4 > a {
  position: relative;
}
.menu_1b1d .pattern-slow-2e39 .banner-brown-df43 li.east_bae4 > a:after,
.menu_1b1d .pattern-slow-2e39 .banner-brown-df43 li.east_bae4 > a:before {
  content: "";
  display: table;
}
.menu_1b1d .pattern-slow-2e39 .banner-brown-df43 li.east_bae4 > a:after {
  clear: both;
}
.menu_1b1d .pattern-slow-2e39 .banner-brown-df43 li.east_bae4 > a .panel_9231 {
  margin-left: 5px;
  float: right;
}
.menu_1b1d .progress_9858,
.menu_1b1d .banner-brown-df43 {
  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;
}
.menu_1b1d .banner-brown-df43 {
  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;
}
.menu_1b1d .banner-brown-df43 .shadow-8453 {
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: justify;
  justify-content: space-between;
}
.menu_1b1d .banner-brown-df43 .panel_9231 {
  -webkit-transform: rotate(135deg) translateY(0);
  -ms-transform: rotate(135deg) translateY(0);
  transform: rotate(135deg) translateY(0);
}
.menu_1b1d .banner-brown-df43 li {
  display: block;
  margin: 0;
  padding: 0;
}
.menu_1b1d .banner-brown-df43 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;
}
.menu_1b1d .banner-brown-df43 li a:hover {
  background: rgba(0, 0, 0, 0.015);
  color: rgba(0, 0, 0, 0.8);
}
.menu_1b1d .banner-brown-df43 .banner-brown-df43 {
  top: 0;
  left: 100%;
}
.menu_1b1d .tabs-east-d818.fn-focus-5317 > .progress_9858,
.menu_1b1d .tabs-east-d818.fn-focus-5317 > .banner-brown-df43,
.menu_1b1d .tabs-east-d818:focus > .progress_9858,
.menu_1b1d .tabs-east-d818:focus > .banner-brown-df43,
.menu_1b1d .tabs-east-d818:hover > .progress_9858,
.menu_1b1d .tabs-east-d818:hover > .banner-brown-df43 {
  height: auto;
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
  overflow: initial;
  visibility: visible;
  opacity: 1;
}
.menu_1b1d.card_first_5f7f .widget_ff34:after,
.menu_1b1d.card_first_5f7f .widget_ff34:before {
  content: "";
  display: table;
}
.menu_1b1d.card_first_5f7f .widget_ff34:after {
  clear: both;
}
.menu_1b1d.card_first_5f7f .widget_ff34 > li {
  float: left;
}
.menu_1b1d.last_2f1e .widget_ff34:after,
.menu_1b1d.last_2f1e .widget_ff34:before {
  content: "";
  display: table;
}
.menu_1b1d.last_2f1e .widget_ff34:after {
  clear: both;
}
.menu_1b1d.last_2f1e .widget_ff34 > li {
  float: left;
}
.menu_1b1d.last_2f1e .widget_ff34 > li > a {
  background: 0 0;
  display: -webkit-inline-box;
  display: inline-flex;
  vertical-align: middle;
  -webkit-box-align: center;
  align-items: center;
}
.menu_1b1d.last_2f1e .widget_ff34 > li > a:hover {
  color: #fff;
  background-color: #1e4b75;
}
.menu_1b1d.last_2f1e .widget_ff34 > li.content_31c6 > a,
.menu_1b1d.last_2f1e .widget_ff34 > li.pattern-471d > a {
  color: #fff;
  background-color: #1e4b75;
}
.menu_1b1d.fixed_0bea .widget_ff34 > li > a .shadow-8453 {
  position: relative;
}
.menu_1b1d.fixed_0bea .widget_ff34 > li > a .shadow-8453: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;
}
.menu_1b1d.fixed_0bea
  .widget_ff34
  > li:focus
  > a
  .shadow-8453:before,
.menu_1b1d.fixed_0bea
  .widget_ff34
  > li:hover
  > a
  .shadow-8453:before {
  width: 100%;
  background-color: currentColor;
}
.menu_1b1d.fixed_0bea
  .widget_ff34
  > li.content_31c6
  > a
  .shadow-8453:before,
.menu_1b1d.fixed_0bea
  .widget_ff34
  > li.tabs-copper-2fae
  > a
  .shadow-8453:before {
  width: 100%;
  background-color: currentColor;
}
.menu_1b1d.dropdown_978e .widget_ff34 > li > a .shadow-8453 {
  position: relative;
}
.menu_1b1d.dropdown_978e .widget_ff34 > li > a .shadow-8453: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;
}
.menu_1b1d.dropdown_978e .widget_ff34 > li:focus > a .shadow-8453:before,
.menu_1b1d.dropdown_978e
  .widget_ff34
  > li:hover
  > a
  .shadow-8453:before {
  width: 100%;
  background-color: currentColor;
}
.menu_1b1d.dropdown_978e
  .widget_ff34
  > li.content_31c6
  > a
  .shadow-8453:before,
.menu_1b1d.dropdown_978e
  .widget_ff34
  > li.tabs-copper-2fae
  > a
  .shadow-8453:before {
  width: 100%;
  background-color: currentColor;
}
.background_7188 .pattern-slow-2e39 {
  margin: 0;
  padding: 0;
  list-style: none;
}
.background_7188 .pattern-slow-2e39 li:first-child > a {
  border-top: none;
}
.background_7188 .pattern-slow-2e39 .background-left-1d3a > .shadow-8453 .panel_9231 {
  display: none;
}
.background_7188 .pattern-slow-2e39 li {
  list-style: none;
  position: relative;
  border-bottom: 1px solid transparent;
}
.background_7188 .pattern-slow-2e39 li:last-child {
  border: none;
}
.background_7188 .pattern-slow-2e39 li.east_bae4 > a {
  padding-right: 45px !important;
}
.background_7188 .pattern-slow-2e39 li a {
  display: block;
  padding: 0.55em 1.5em;
}
.background_7188 .pattern-slow-2e39 li a:focus,
.background_7188 .pattern-slow-2e39 li a:hover {
  background: rgba(0, 0, 0, 0.01);
}
.background_7188 .pattern-slow-2e39 li .tall-fc55 {
  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;
}
.background_7188 .pattern-slow-2e39 li .tall-fc55:hover {
  box-shadow: none;
}
.background_7188 .pattern-slow-2e39 li .tall-fc55 .panel_9231 {
  -webkit-transform: rotate(-135deg) translateY(50%) translateX(50%);
  -ms-transform: rotate(-135deg) translateY(50%) translateX(50%);
  transform: rotate(-135deg) translateY(50%) translateX(50%);
}
.background_7188 .pattern-slow-2e39 .banner-brown-df43 {
  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);
}
.background_7188 .pattern-slow-2e39 .banner-brown-df43 li a {
  padding-left: 3em;
}
.background_7188 .pattern-slow-2e39 .aside_short_d317 > a .tall-fc55 i {
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
.background_7188 .pattern-slow-2e39 .aside_short_d317 > .banner-brown-df43 {
  display: block;
  opacity: 1;
}
.solid_0e65 {
  max-width: 100%;
}
.bronze_d05a {
  line-height: 0;
  cursor: pointer;
}
.container_up_6bbd {
  line-height: 0;
  display: inline-block;
  position: relative;
  box-shadow: none;
}
.container_up_6bbd:hover {
  box-shadow: none;
  color: currentColor;
}
.container_up_6bbd svg {
  width: 18px;
  height: 18px;
}
.container_up_6bbd .surface_267f {
  display: none;
}
.easy_55a5 {
  position: relative;
}
.easy_55a5.fn-active-5317 .container_up_6bbd .notification_f220 {
  display: none;
}
.easy_55a5.fn-active-5317 .container_up_6bbd .surface_267f {
  display: inline-block;
}
.easy_55a5 .tag-068c {
  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);
}
.easy_55a5.caption-hard-4cd1 .tag-068c {
  left: auto;
  right: -0.9em;
}
.easy_55a5.caption-hard-4cd1 .notice-east-6629::before {
  left: auto;
  right: 15px;
}
.easy_55a5.fn-active-5317 .tag-068c {
  height: auto;
  overflow: initial;
  z-index: 26;
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
}
.left_a01c {
  display: -webkit-box;
  display: flex;
  margin-bottom: 0;
  width: 100%;
  max-width: 100%;
}
.left_a01c label {
  flex-basis: 100%;
}
.left_a01c .photo-1978 {
  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;
}
.left_a01c .popup_stone_2c7d {
  display: block;
  width: 100%;
  border-radius: 2px;
  height: 2.4em;
}
.left_a01c .popup_stone_2c7d:focus {
  background-color: transparent;
}
.left_a01c button.row-west-e054 {
  overflow: hidden;
  box-shadow: none;
  margin-left: -40px;
  background: 0 0;
  color: #6d6d6d;
  line-height: 0;
  padding: 0 0.7em;
  min-height: auto;
}
.left_a01c button.row-west-e054:hover {
  box-shadow: none;
  background-color: transparent;
  color: #686868;
}
.left_a01c button.row-west-e054 svg {
  width: 18px;
  height: 18px;
}
.left_a01c input[type="submit"] {
  min-height: auto;
}
.header_0bdb .left_a01c .popup_stone_2c7d {
  border: 0;
  box-shadow: none;
  background-color: transparent;
}
.notice-east-6629 {
  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) {
  .notice-east-6629 {
    width: 220px;
  }
}
.notice-east-6629 label {
  flex-basis: 100%;
}
.notice-east-6629::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;
}
.focus_copper_b3c0 .header_0bdb .left_a01c {
  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;
}
.focus_copper_b3c0
  .header_0bdb
  .left_a01c
  .photo-1978 {
  background-color: transparent;
  min-height: auto;
  flex-basis: 100%;
  display: -webkit-box;
  display: flex;
  border-style: none;
  border: none;
  box-shadow: none;
}
.focus_copper_b3c0 .header_0bdb .left_a01c .popup_stone_2c7d {
  border-color: transparent;
  height: auto;
  background-color: transparent;
  border: 0;
  border-style: none;
  box-shadow: none;
  -webkit-box-flex: 0;
  flex: 0 0 auto;
}
.focus_copper_b3c0
  .header_0bdb
  .left_a01c
  .popup_stone_2c7d:focus {
  background: 0 0;
}
.focus_copper_b3c0
  .header_0bdb
  .left_a01c
  .gas_2374 {
  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;
}
.tertiary-3b3f {
  display: inline-block;
  margin: 0;
  padding: 0;
  list-style: none;
  position: relative;
}
.tertiary-3b3f li {
  list-style: none;
  display: inline-block;
  margin: 0 3px;
}
.tertiary-3b3f li:last-child {
  margin-right: 0;
}
.tertiary-3b3f li:first-child {
  margin-left: 0;
}
.tertiary-3b3f.detail_b265 a {
  color: #fff;
}
.tertiary-3b3f.detail_b265 a:hover {
  color: #fff;
}
.tertiary-3b3f a {
  color: currentColor;
  text-align: center;
  vertical-align: middle;
  width: 100%;
  padding: 0.4em;
  display: inline-block;
  line-height: 1;
  font-size: 13px;
}
.tertiary-3b3f a i {
  width: 1em;
  height: 1em;
  position: relative;
  display: block;
}
.tertiary-3b3f a i:before {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}
.tertiary-3b3f a:hover {
  opacity: 0.9;
  color: inherit;
}
.tertiary-3b3f [class*="social-icon-apple"] {
  background-color: #999;
}
.tertiary-3b3f [class*="social-icon-apple"].breadcrumb_b451 {
  background-color: transparent;
  color: #999;
}
.tertiary-3b3f [class*="social-icon-behance"] {
  background-color: #1769ff;
}
.tertiary-3b3f [class*="social-icon-behance"].breadcrumb_b451 {
  background-color: transparent;
  color: #1769ff;
}
.tertiary-3b3f [class*="social-icon-bitbucket"] {
  background-color: #205081;
}
.tertiary-3b3f [class*="social-icon-bitbucket"].breadcrumb_b451 {
  background-color: transparent;
  color: #205081;
}
.tertiary-3b3f [class*="social-icon-codepen"] {
  background-color: #000;
}
.tertiary-3b3f [class*="social-icon-codepen"].breadcrumb_b451 {
  background-color: transparent;
  color: #000;
}
.tertiary-3b3f [class*="social-icon-delicious"] {
  background-color: #39f;
}
.tertiary-3b3f [class*="social-icon-delicious"].breadcrumb_b451 {
  background-color: transparent;
  color: #39f;
}
.tertiary-3b3f [class*="social-icon-digg"] {
  background-color: #005be2;
}
.tertiary-3b3f [class*="social-icon-digg"].breadcrumb_b451 {
  background-color: transparent;
  color: #005be2;
}
.tertiary-3b3f [class*="social-icon-dribbble"] {
  background-color: #ea4c89;
}
.tertiary-3b3f [class*="social-icon-dribbble"].breadcrumb_b451 {
  background-color: transparent;
  color: #ea4c89;
}
.tertiary-3b3f [class*="social-icon-envelope"] {
  background-color: #ea4335;
}
.tertiary-3b3f [class*="social-icon-envelope"].breadcrumb_b451 {
  background-color: transparent;
  color: #ea4335;
}
.tertiary-3b3f [class*="social-icon-facebook"] {
  background-color: #3b5998;
}
.tertiary-3b3f [class*="social-icon-facebook"].breadcrumb_b451 {
  background-color: transparent;
  color: #3b5998;
}
.tertiary-3b3f [class*="social-icon-flickr"] {
  background-color: #0063dc;
}
.tertiary-3b3f [class*="social-icon-flickr"].breadcrumb_b451 {
  background-color: transparent;
  color: #0063dc;
}
.tertiary-3b3f [class*="social-icon-foursquare"] {
  background-color: #2d5be3;
}
.tertiary-3b3f [class*="social-icon-foursquare"].breadcrumb_b451 {
  background-color: transparent;
  color: #2d5be3;
}
.tertiary-3b3f [class*="social-icon-github"] {
  background-color: #333;
}
.tertiary-3b3f [class*="social-icon-github"].breadcrumb_b451 {
  background-color: transparent;
  color: #333;
}
.tertiary-3b3f [class*="social-icon-google-plus"] {
  background-color: #dd4b39;
}
.tertiary-3b3f [class*="social-icon-google-plus"].breadcrumb_b451 {
  background-color: transparent;
  color: #dd4b39;
}
.tertiary-3b3f [class*="social-icon-houzz"] {
  background-color: #7ac142;
}
.tertiary-3b3f [class*="social-icon-houzz"].breadcrumb_b451 {
  background-color: transparent;
  color: #7ac142;
}
.tertiary-3b3f [class*="social-icon-instagram"] {
  background-color: #262626;
}
.tertiary-3b3f [class*="social-icon-instagram"].breadcrumb_b451 {
  background-color: transparent;
  color: #262626;
}
.tertiary-3b3f [class*="social-icon-jsfiddle"] {
  background-color: #487aa2;
}
.tertiary-3b3f [class*="social-icon-jsfiddle"].breadcrumb_b451 {
  background-color: transparent;
  color: #487aa2;
}
.tertiary-3b3f [class*="social-icon-linkedin"] {
  background-color: #0077b5;
}
.tertiary-3b3f [class*="social-icon-linkedin"].breadcrumb_b451 {
  background-color: transparent;
  color: #0077b5;
}
.tertiary-3b3f [class*="social-icon-medium"] {
  background-color: #00ab6b;
}
.tertiary-3b3f [class*="social-icon-medium"].breadcrumb_b451 {
  background-color: transparent;
  color: #00ab6b;
}
.tertiary-3b3f [class*="social-icon-odnoklassniki"] {
  background-color: #f4731c;
}
.tertiary-3b3f
  [class*="social-icon-odnoklassniki"].breadcrumb_b451 {
  background-color: transparent;
  color: #f4731c;
}
.tertiary-3b3f [class*="social-icon-meetup"] {
  background-color: #ec1c40;
}
.tertiary-3b3f [class*="social-icon-meetup"].breadcrumb_b451 {
  background-color: transparent;
  color: #ec1c40;
}
.tertiary-3b3f [class*="social-icon-pinterest"] {
  background-color: #bd081c;
}
.tertiary-3b3f [class*="social-icon-pinterest"].breadcrumb_b451 {
  background-color: transparent;
  color: #bd081c;
}
.tertiary-3b3f [class*="social-icon-product-hunt"] {
  background-color: #da552f;
}
.tertiary-3b3f [class*="social-icon-product-hunt"].breadcrumb_b451 {
  background-color: transparent;
  color: #da552f;
}
.tertiary-3b3f [class*="social-icon-reddit"] {
  background-color: #ff4500;
}
.tertiary-3b3f [class*="social-icon-reddit"].breadcrumb_b451 {
  background-color: transparent;
  color: #ff4500;
}
.tertiary-3b3f [class*="social-icon-rss"] {
  background-color: #f26522;
}
.tertiary-3b3f [class*="social-icon-rss"].breadcrumb_b451 {
  background-color: transparent;
  color: #f26522;
}
.tertiary-3b3f [class*="social-icon-shopping-cart"] {
  background-color: #4caf50;
}
.tertiary-3b3f
  [class*="social-icon-shopping-cart"].breadcrumb_b451 {
  background-color: transparent;
  color: #4caf50;
}
.tertiary-3b3f [class*="social-icon-skype"] {
  background-color: #00aff0;
}
.tertiary-3b3f [class*="social-icon-skype"].breadcrumb_b451 {
  background-color: transparent;
  color: #00aff0;
}
.tertiary-3b3f [class*="social-icon-slideshare"] {
  background-color: #0077b5;
}
.tertiary-3b3f [class*="social-icon-slideshare"].breadcrumb_b451 {
  background-color: transparent;
  color: #0077b5;
}
.tertiary-3b3f [class*="social-icon-snapchat"] {
  background-color: #fffc00;
}
.tertiary-3b3f [class*="social-icon-snapchat"].breadcrumb_b451 {
  background-color: transparent;
  color: #fffc00;
}
.tertiary-3b3f [class*="social-icon-soundcloud"] {
  background-color: #f80;
}
.tertiary-3b3f [class*="social-icon-soundcloud"].breadcrumb_b451 {
  background-color: transparent;
  color: #f80;
}
.tertiary-3b3f [class*="social-icon-spotify"] {
  background-color: #2ebd59;
}
.tertiary-3b3f [class*="social-icon-spotify"].breadcrumb_b451 {
  background-color: transparent;
  color: #2ebd59;
}
.tertiary-3b3f [class*="social-icon-stack-overflow"] {
  background-color: #fe7a15;
}
.tertiary-3b3f
  [class*="social-icon-stack-overflow"].breadcrumb_b451 {
  background-color: transparent;
  color: #fe7a15;
}
.tertiary-3b3f [class*="social-icon-maldkfgram"] {
  background-color: #2ca5e0;
}
.tertiary-3b3f [class*="social-icon-maldkfgram"].breadcrumb_b451 {
  background-color: transparent;
  color: #2ca5e0;
}
.tertiary-3b3f [class*="social-icon-tripadvisor"] {
  background-color: #589442;
}
.tertiary-3b3f [class*="social-icon-tripadvisor"].breadcrumb_b451 {
  background-color: transparent;
  color: #589442;
}
.tertiary-3b3f [class*="social-icon-tumblr"] {
  background-color: #35465c;
}
.tertiary-3b3f [class*="social-icon-tumblr"].breadcrumb_b451 {
  background-color: transparent;
  color: #35465c;
}
.tertiary-3b3f [class*="social-icon-twitch"] {
  background-color: #6441a5;
}
.tertiary-3b3f [class*="social-icon-twitch"].breadcrumb_b451 {
  background-color: transparent;
  color: #6441a5;
}
.tertiary-3b3f [class*="social-icon-twitter"] {
  background-color: #1da1f2;
}
.tertiary-3b3f [class*="social-icon-twitter"].breadcrumb_b451 {
  background-color: transparent;
  color: #1da1f2;
}
.tertiary-3b3f [class*="social-icon-vimeo"] {
  background-color: #1ab7ea;
}
.tertiary-3b3f [class*="social-icon-vimeo"].breadcrumb_b451 {
  background-color: transparent;
  color: #1ab7ea;
}
.tertiary-3b3f [class*="social-icon-vk"] {
  background-color: #45668e;
}
.tertiary-3b3f [class*="social-icon-vk"].breadcrumb_b451 {
  background-color: transparent;
  color: #45668e;
}
.tertiary-3b3f [class*="social-icon-weibo"] {
  background-color: #df2029;
}
.tertiary-3b3f [class*="social-icon-weibo"].breadcrumb_b451 {
  background-color: transparent;
  color: #df2029;
}
.tertiary-3b3f [class*="social-icon-weixin"] {
  background-color: #7bb32e;
}
.tertiary-3b3f [class*="social-icon-weixin"].breadcrumb_b451 {
  background-color: transparent;
  color: #7bb32e;
}
.tertiary-3b3f [class*="social-icon-whatsapp"] {
  background-color: #25d366;
}
.tertiary-3b3f [class*="social-icon-whatsapp"].breadcrumb_b451 {
  background-color: transparent;
  color: #25d366;
}
.tertiary-3b3f [class*="social-icon-wordpress"] {
  background-color: #21759b;
}
.tertiary-3b3f [class*="social-icon-wordpress"].breadcrumb_b451 {
  background-color: transparent;
  color: #21759b;
}
.tertiary-3b3f [class*="social-icon-xing"] {
  background-color: #026466;
}
.tertiary-3b3f [class*="social-icon-xing"].breadcrumb_b451 {
  background-color: transparent;
  color: #026466;
}
.tertiary-3b3f [class*="social-icon-yelp"] {
  background-color: #af0606;
}
.tertiary-3b3f [class*="social-icon-yelp"].breadcrumb_b451 {
  background-color: transparent;
  color: #af0606;
}
.tertiary-3b3f [class*="social-icon-youtube"] {
  background-color: #cd201f;
}
.tertiary-3b3f [class*="social-icon-youtube"].breadcrumb_b451 {
  background-color: transparent;
  color: #cd201f;
}
.video_49d8 {
  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;
}
.video_49d8:hover {
  box-shadow: none;
  background: 0 0;
}
.filter_orange_ac62 {
  background: 0 0 !important;
  text-transform: uppercase;
  font-size: 0.85em;
}
.tag_a093 {
  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;
}
.wood-d094 {
  display: inline-block;
  position: relative;
  vertical-align: middle;
}
.next-dc10 {
  display: block;
  top: 50%;
  background-color: currentcolor;
}
.next-dc10,
.next-dc10::after,
.next-dc10::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;
}
.next-dc10::after,
.next-dc10::before {
  content: "";
  display: block;
  background-color: inherit;
}
.clean_fb22 .tag_a093 .wood-d094 {
  margin-top: -2px;
  width: 19px;
}
.clean_fb22 .tag_a093 .next-dc10 {
  margin-top: -1px;
}
.clean_fb22 .tag_a093 .next-dc10,
.clean_fb22 .tag_a093 .next-dc10::after,
.clean_fb22 .tag_a093 .next-dc10::before {
  width: 19px;
  height: 2px;
}
.clean_fb22 .tag_a093 .next-dc10::before {
  top: -6px;
}
.clean_fb22 .tag_a093 .next-dc10::after {
  bottom: -6px;
}
.column-11da .tag_a093 .wood-d094 {
  margin-top: -2px;
  width: 22px;
}
.column-11da .tag_a093 .next-dc10 {
  margin-top: -1px;
}
.column-11da .tag_a093 .next-dc10,
.column-11da .tag_a093 .next-dc10::after,
.column-11da .tag_a093 .next-dc10::before {
  width: 22px;
  height: 2px;
}
.column-11da .tag_a093 .next-dc10::before {
  top: -7px;
}
.column-11da .tag_a093 .next-dc10::after {
  bottom: -7px;
}
.gradient_white_0d87 .tag_a093 .wood-d094 {
  margin-top: -2px;
  width: 31px;
}
.gradient_white_0d87 .tag_a093 .next-dc10 {
  margin-top: -1.5px;
}
.gradient_white_0d87 .tag_a093 .next-dc10,
.gradient_white_0d87 .tag_a093 .next-dc10::after,
.gradient_white_0d87 .tag_a093 .next-dc10::before {
  width: 31px;
  height: 3px;
}
.gradient_white_0d87 .tag_a093 .next-dc10::before {
  top: -9px;
}
.gradient_white_0d87 .tag_a093 .next-dc10::after {
  bottom: -9px;
}
@media screen and (min-width: 1025px) {
  .notification_dirty_2ab9 .tag_a093 .wood-d094 {
    margin-top: -2px;
    width: 19px;
  }
  .notification_dirty_2ab9 .tag_a093 .next-dc10 {
    margin-top: -1px;
  }
  .notification_dirty_2ab9 .tag_a093 .next-dc10,
  .notification_dirty_2ab9 .tag_a093 .next-dc10::after,
  .notification_dirty_2ab9 .tag_a093 .next-dc10::before {
    width: 19px;
    height: 2px;
  }
  .notification_dirty_2ab9 .tag_a093 .next-dc10::before {
    top: -6px;
  }
  .notification_dirty_2ab9 .tag_a093 .next-dc10::after {
    bottom: -6px;
  }
  .fixed_cbc7 .tag_a093 .wood-d094 {
    margin-top: -2px;
    width: 22px;
  }
  .fixed_cbc7 .tag_a093 .next-dc10 {
    margin-top: -1px;
  }
  .fixed_cbc7 .tag_a093 .next-dc10,
  .fixed_cbc7 .tag_a093 .next-dc10::after,
  .fixed_cbc7 .tag_a093 .next-dc10::before {
    width: 22px;
    height: 2px;
  }
  .fixed_cbc7 .tag_a093 .next-dc10::before {
    top: -7px;
  }
  .fixed_cbc7 .tag_a093 .next-dc10::after {
    bottom: -7px;
  }
  .new_5c4a .tag_a093 .wood-d094 {
    margin-top: -2px;
    width: 31px;
  }
  .new_5c4a .tag_a093 .next-dc10 {
    margin-top: -1.5px;
  }
  .new_5c4a .tag_a093 .next-dc10,
  .new_5c4a .tag_a093 .next-dc10::after,
  .new_5c4a .tag_a093 .next-dc10::before {
    width: 31px;
    height: 3px;
  }
  .new_5c4a .tag_a093 .next-dc10::before {
    top: -9px;
  }
  .new_5c4a .tag_a093 .next-dc10::after {
    bottom: -9px;
  }
}
@media screen and (max-width: 1024px) {
  .active-west-9d2e .tag_a093 .wood-d094 {
    margin-top: -2px;
    width: 19px;
  }
  .active-west-9d2e .tag_a093 .next-dc10 {
    margin-top: -1px;
  }
  .active-west-9d2e .tag_a093 .next-dc10,
  .active-west-9d2e .tag_a093 .next-dc10::after,
  .active-west-9d2e .tag_a093 .next-dc10::before {
    width: 19px;
    height: 2px;
  }
  .active-west-9d2e .tag_a093 .next-dc10::before {
    top: -6px;
  }
  .active-west-9d2e .tag_a093 .next-dc10::after {
    bottom: -6px;
  }
  .shadow-7484 .tag_a093 .wood-d094 {
    margin-top: -2px;
    width: 22px;
  }
  .shadow-7484 .tag_a093 .next-dc10 {
    margin-top: -1px;
  }
  .shadow-7484 .tag_a093 .next-dc10,
  .shadow-7484 .tag_a093 .next-dc10::after,
  .shadow-7484 .tag_a093 .next-dc10::before {
    width: 22px;
    height: 2px;
  }
  .shadow-7484 .tag_a093 .next-dc10::before {
    top: -7px;
  }
  .shadow-7484 .tag_a093 .next-dc10::after {
    bottom: -7px;
  }
  .bright-c41c .tag_a093 .wood-d094 {
    margin-top: -2px;
    width: 31px;
  }
  .bright-c41c .tag_a093 .next-dc10 {
    margin-top: -1.5px;
  }
  .bright-c41c .tag_a093 .next-dc10,
  .bright-c41c .tag_a093 .next-dc10::after,
  .bright-c41c .tag_a093 .next-dc10::before {
    width: 31px;
    height: 3px;
  }
  .bright-c41c .tag_a093 .next-dc10::before {
    top: -9px;
  }
  .bright-c41c .tag_a093 .next-dc10::after {
    bottom: -9px;
  }
}
@media screen and (max-width: 568px) {
  .chip_middle_bb07 .tag_a093 .wood-d094 {
    margin-top: -2px;
    width: 19px;
  }
  .chip_middle_bb07 .tag_a093 .next-dc10 {
    margin-top: -1px;
  }
  .chip_middle_bb07 .tag_a093 .next-dc10,
  .chip_middle_bb07 .tag_a093 .next-dc10::after,
  .chip_middle_bb07 .tag_a093 .next-dc10::before {
    width: 19px;
    height: 2px;
  }
  .chip_middle_bb07 .tag_a093 .next-dc10::before {
    top: -6px;
  }
  .chip_middle_bb07 .tag_a093 .next-dc10::after {
    bottom: -6px;
  }
  .image-hard-8bc6 .tag_a093 .wood-d094 {
    margin-top: -2px;
    width: 22px;
  }
  .image-hard-8bc6 .tag_a093 .next-dc10 {
    margin-top: -1px;
  }
  .image-hard-8bc6 .tag_a093 .next-dc10,
  .image-hard-8bc6 .tag_a093 .next-dc10::after,
  .image-hard-8bc6 .tag_a093 .next-dc10::before {
    width: 22px;
    height: 2px;
  }
  .image-hard-8bc6 .tag_a093 .next-dc10::before {
    top: -7px;
  }
  .image-hard-8bc6 .tag_a093 .next-dc10::after {
    bottom: -7px;
  }
  .inner_5c11 .tag_a093 .wood-d094 {
    margin-top: -2px;
    width: 31px;
  }
  .inner_5c11 .tag_a093 .next-dc10 {
    margin-top: -1.5px;
  }
  .inner_5c11 .tag_a093 .next-dc10,
  .inner_5c11 .tag_a093 .next-dc10::after,
  .inner_5c11 .tag_a093 .next-dc10::before {
    width: 31px;
    height: 3px;
  }
  .inner_5c11 .tag_a093 .next-dc10::before {
    top: -9px;
  }
  .inner_5c11 .tag_a093 .next-dc10::after {
    bottom: -9px;
  }
}
.backdrop-14f0 .next-dc10 {
  -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);
}
.backdrop-14f0 .next-dc10::before {
  -webkit-transition: top 75ms 0.12s ease, opacity 75ms ease;
  transition: top 75ms 0.12s ease, opacity 75ms ease;
}
.backdrop-14f0 .next-dc10::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);
}
.backdrop-14f0.box-92ff .next-dc10 {
  -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);
}
.backdrop-14f0.box-92ff .next-dc10::before {
  top: 0;
  opacity: 0;
  -webkit-transition: top 75ms ease, opacity 75ms 0.12s ease;
  transition: top 75ms ease, opacity 75ms 0.12s ease;
}
.backdrop-14f0.box-92ff .next-dc10::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);
}
.iron_349c {
  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.yellow-1a2c:before {
  display: none;
}
.button-480b {
  padding: 0;
  position: fixed;
  width: 100%;
  max-width: 100%;
  top: 0;
  z-index: 999900;
  visibility: hidden;
}
.button-480b .clean-72b8 {
  padding: 1.4em 1.5em;
  border-bottom: 1px solid transparent;
}
.button-480b .clean-72b8:last-of-type {
  border-bottom: none;
}
.button-480b .clean-72b8.pink_dd9b,
.button-480b .clean-72b8.component-33f5,
.button-480b .clean-72b8.chip_29b3 {
  padding: 0;
}
.button-480b .background_7188 .tall-fc55 {
  color: currentColor;
}
.button-480b .background_7188 .tall-fc55:focus,
.button-480b .background_7188 .tall-fc55:hover {
  background: rgba(0, 0, 0, 0.01);
}
.button-480b.current_251d .hard_7b2d,
.button-480b.current_251d .medium_50c7 a,
.button-480b.current_251d .widget_ff34 a,
.button-480b.current_251d .banner-brown-df43 a {
  color: rgba(0, 0, 0, 0.55);
}
.button-480b.current_251d .hard_7b2d:hover,
.button-480b.current_251d .medium_50c7 a:hover,
.button-480b.current_251d .widget_ff34 a:hover,
.button-480b.current_251d .banner-brown-df43 a:hover {
  color: rgba(0, 0, 0, 0.8);
}
.button-480b.current_251d .icon_pink_6650 {
  color: rgba(0, 0, 0, 0.8);
}
.button-480b.current_251d .clean-72b8 {
  border-color: rgba(0, 0, 0, 0.08);
}
.button-480b.current_251d .clean-72b8:before {
  background: rgba(0, 0, 0, 0.08);
}
.button-480b.current_251d .tooltip_c79d:before {
  background: rgba(255, 255, 255, 0.9);
}
.button-480b.current_251d .background_7188 .pattern-slow-2e39 li a,
.button-480b.current_251d .background_7188 .tall-fc55,
.button-480b.current_251d .banner-brown-df43 {
  border-color: rgba(0, 0, 0, 0.08);
}
.button-480b.current_251d .background_7188 .tall-fc55:focus,
.button-480b.current_251d .background_7188 .tall-fc55:hover {
  background: rgba(0, 0, 0, 0.01);
}
.button-480b.current_251d .pattern-slow-2e39 li {
  border-color: rgba(0, 0, 0, 0.08);
}
.button-480b.description_be88 .hard_7b2d,
.button-480b.description_be88 .medium_50c7 a,
.button-480b.description_be88 .widget_ff34 .tall-fc55,
.button-480b.description_be88 .widget_ff34 a,
.button-480b.description_be88 .banner-brown-df43 a {
  color: rgba(255, 255, 255, 0.79);
}
.button-480b.description_be88 .hard_7b2d:hover,
.button-480b.description_be88 .medium_50c7 a:hover,
.button-480b.description_be88 .widget_ff34 .tall-fc55:hover,
.button-480b.description_be88 .widget_ff34 a:hover,
.button-480b.description_be88 .banner-brown-df43 a:hover {
  color: rgba(255, 255, 255, 0.99);
}
.button-480b.description_be88 .icon_pink_6650 {
  color: rgba(255, 255, 255, 0.99);
}
.button-480b.description_be88 .clean-72b8 {
  border-color: rgba(255, 255, 255, 0.08);
}
.button-480b.description_be88 .clean-72b8:before {
  background: rgba(255, 255, 255, 0.08);
}
.button-480b.description_be88 .tooltip_c79d:before {
  background: rgba(0, 0, 0, 0.9);
}
.button-480b.description_be88 .background_7188 .pattern-slow-2e39 li a,
.button-480b.description_be88 .background_7188 .tall-fc55,
.button-480b.description_be88 .banner-brown-df43 {
  border-color: rgba(255, 255, 255, 0.08);
}
.button-480b.description_be88 .background_7188 .tall-fc55:focus,
.button-480b.description_be88 .background_7188 .tall-fc55:hover {
  background: rgba(0, 0, 0, 0.01);
}
.button-480b.description_be88 .pattern-slow-2e39 li {
  border-color: rgba(255, 255, 255, 0.08);
}
.tooltip_c79d {
  position: relative;
  word-con: break-word;
  min-height: 100%;
  display: block;
}
.tooltip_c79d:before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  display: block;
  min-height: 100%;
}
.accordion_purple_a62a {
  position: relative;
  word-con: break-word;
  min-height: 100%;
  display: block;
  padding: 1.2em 0;
}
.panel-iron-99bc .button-480b {
  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;
}
.panel-iron-99bc .clean-72b8 {
  text-align: center;
  padding: 2em 1.5em;
  border: none;
  position: relative;
}
.panel-iron-99bc .clean-72b8: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) {
  .panel-iron-99bc .clean-72b8:before {
    width: 16%;
    left: 42%;
  }
}
.panel-iron-99bc .clean-72b8:last-child:before {
  content: none;
}
.panel-iron-99bc .clean-72b8[class*="-menu"] {
  padding: 2.5em 1.5em;
}
.panel-iron-99bc .background_7188 .pattern-slow-2e39 li a {
  border: none;
  font-size: 140%;
  text-transform: uppercase;
  font-weight: 500;
}
.panel-iron-99bc .background_7188 .pattern-slow-2e39 li a .tall-fc55 {
  display: inline-block;
  position: relative;
  border: 0 none;
  margin-right: -1.3em;
  top: -2px;
  padding: 0.28em 0.5em;
}
.panel-iron-99bc .background_7188 .banner-brown-df43 {
  border: none;
}
.panel-iron-99bc .background_7188 .banner-brown-df43 li a {
  text-transform: none;
  padding: 0.35em 1.5em;
  font-size: 100%;
}
.panel-iron-99bc .tooltip_c79d {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}
.panel-iron-99bc .accordion_purple_a62a {
  max-width: 48em;
  margin: 3em auto;
  padding: 0;
}
.panel-iron-99bc .description_be88 .tooltip_c79d:before {
  background: rgba(0, 0, 0, 0.9);
}
.panel-iron-99bc .current_251d.blue-a63f .next-dc10 {
  background: rgba(0, 0, 0, 0.6);
}
.panel-iron-99bc
  .current_251d.blue-a63f
  .next-dc10::after,
.panel-iron-99bc
  .current_251d.blue-a63f
  .next-dc10:before {
  background: inherit;
}
.panel-iron-99bc
  .current_251d.blue-a63f:hover
  .next-dc10 {
  background: rgba(0, 0, 0, 0.8);
}
.pro-dee4 .button-480b {
  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) {
  .pro-dee4 .button-480b {
    width: auto;
    right: 45px;
  }
}
.slider-a83e .button-480b {
  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) {
  .slider-a83e .button-480b {
    width: auto;
    left: 45px;
  }
}
.yellow-1a2c .button-480b {
  position: relative;
  height: 0;
  display: block;
  visibility: visible;
  z-index: 999900;
  overflow: hidden;
}
.yellow-1a2c .accordion_purple_a62a {
  max-width: 48em;
  margin: 0 auto;
}
.yellow-1a2c .tooltip_c79d:before {
  box-shadow: inset 0 0 12px 0 rgba(0, 0, 0, 0.05);
}
.text-selected-0e14 {
  overflow-x: hidden;
  position: relative;
  width: 100%;
  display: block;
}
.text-selected-0e14.panel-iron-99bc .button-480b {
  z-index: 0;
  opacity: 0;
  height: 100%;
}
.text-selected-0e14.pro-dee4 .button-480b {
  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);
}
.text-selected-0e14 .button-480b {
  visibility: visible;
}
.text-selected-0e14.slider-a83e .button-480b {
  -webkit-transform: translateX(200%);
  -ms-transform: translateX(200%);
  transform: translateX(200%);
  height: 100%;
}
.badge_action_8dee,
.list-new-588f {
  overflow-x: hidden;
}
.badge_action_8dee .button-480b {
  overflow: auto;
}
.badge_action_8dee.panel-iron-99bc {
  overflow: initial;
  position: relative;
  width: 100%;
  display: block;
}
.badge_action_8dee.panel-iron-99bc .button-480b {
  z-index: 999900;
  opacity: 1;
  visibility: visible;
}
.badge_action_8dee.panel-iron-99bc .video_49d8 {
  opacity: 0;
}
.badge_action_8dee.pro-dee4 {
  overflow: initial;
  position: relative;
  width: 100%;
  display: block;
}
.badge_action_8dee.pro-dee4 .button-480b {
  z-index: 999900;
  height: 100vh;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  left: 0;
  visibility: visible;
}
.badge_action_8dee.pro-dee4 .video_49d8 {
  opacity: 0;
}
.badge_action_8dee.slider-a83e {
  overflow: initial;
  position: relative;
  width: 100%;
  display: block;
}
.badge_action_8dee.slider-a83e .button-480b {
  z-index: 999900;
  height: 100vh;
  max-width: 100vw;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  right: 0;
  visibility: visible;
}
.badge_action_8dee.slider-a83e .video_49d8 {
  opacity: 0;
}
.badge_action_8dee.yellow-1a2c .button-480b {
  z-index: 10;
  visibility: visible;
}
.blue-a63f {
  display: none;
  z-index: 999910;
  cursor: pointer;
  position: fixed;
  top: 10px;
  right: 12px;
}
.blue-a63f .next-dc10 {
  background: rgba(255, 255, 255, 0.99);
}
.blue-a63f .next-dc10::after,
.blue-a63f .next-dc10:before {
  background: inherit;
}
.blue-a63f:hover .next-dc10 {
  background: rgba(255, 255, 255, 0.99);
}
.slider-a83e .blue-a63f {
  top: 10px;
  right: auto;
  left: 12px;
}
.yellow-1a2c .blue-a63f {
  display: none !important;
}
.badge_action_8dee:before,
.list-new-588f:before {
  z-index: 999897;
  visibility: visible;
  opacity: 1;
}
.badge_action_8dee .blue-a63f,
.list-new-588f .blue-a63f {
  display: inline-block;
}
.button-480b .notification_right_17b6 {
  -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;
}
.badge_action_8dee .button-480b .notification_right_17b6,
.list-new-588f .button-480b .notification_right_17b6 {
  opacity: 1;
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
}
.status_0f25 .photo-1978 {
  width: 100%;
}
.picture-c361 {
  padding: 0 0.5em 0;
}
.picture-c361 [class*="customify-col-"],
.picture-c361 [class*="customify-col_"],
.picture-c361 [class~="customify-col"] {
  padding: 0 0.5em 0;
}
.title_simple_0c9e .picture-c361 {
  padding-left: 1em;
  padding-right: 1em;
}
@media screen and (min-width: 1025px) {
  .tag_rough_7ef2 .old_27f7,
  .old_27f7 {
    display: none;
  }
  .block-soft-7e50 {
    text-align: left;
  }
  .focused_f6ce {
    text-align: center;
  }
  .grid-b314 {
    text-align: right;
  }
}
@media screen and (max-width: 1024px) {
  .tag_rough_7ef2 .block_54e2,
  .block_54e2 {
    display: none;
  }
  .progress_cd0e {
    text-align: left;
  }
  .smooth-fb5e {
    text-align: center;
  }
  .lite_f114 {
    text-align: right;
  }
}
@media screen and (max-width: 568px) {
  .tag_rough_7ef2 .carousel-5447,
  .carousel-5447 {
    display: none;
  }
  .content-b625 {
    text-align: left;
  }
  .notification_paper_a373 {
    text-align: center;
  }
  .in-7294 {
    text-align: right;
  }
}
#page {
  position: relative;
}
.pattern-2442 {
  box-shadow: none !important;
}
.caption_fixed_8d20 .medium-8065,
.box-motion-11b9 .medium-8065 {
  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;
}
.box-motion-11b9 .medium-8065 {
  margin-top: 30px;
  margin-bottom: 30px;
}
.focus-yellow-76fc {
  position: relative;
  padding-left: 2em;
  padding-right: 2em;
}
.focus-yellow-76fc:after,
.focus-yellow-76fc:before {
  content: "";
  display: table;
}
.focus-yellow-76fc:after {
  clear: both;
}
@media screen and (max-width: 48em) {
  .focus-yellow-76fc {
    padding-left: 1em;
    padding-right: 1em;
  }
}
.focus-yellow-76fc,
.header_top_963d {
  max-width: 1248px;
  margin: 0 auto;
}

.narrow-12e5.west-6071 .focus-yellow-76fc {
  max-width: 100%;
}
.narrow-12e5.fresh-f1f5 {
  max-width: 1200px;
  margin: 0 auto;
}
.narrow-12e5.north_31f0 .focus-yellow-76fc {
  max-width: 100%;
}
.narrow-12e5.north_31f0 > .focus-yellow-76fc {
  padding-left: 0;
  padding-right: 0;
}
.narrow-12e5.north_31f0 > .focus-yellow-76fc .tag_rough_7ef2 {
  margin: 0;
}
.narrow-12e5.north_31f0
  > .focus-yellow-76fc
  .detail-a122.black-d75f {
  margin-right: 0;
  margin-left: 0;
}
.narrow-12e5.north_31f0 #main.black-d75f {
  padding: 0;
}
#main,
#sidebar-primary,
#sidebar-secondary {
  padding-top: 2.617924em;
  padding-bottom: 2.617924em;
}
@media screen and (max-width: 1024px) {
  .table-3f3c #main {
    border-left: 0 none;
  }
}
@media screen and (max-width: 1024px) {
  .table-3f3c #sidebar-secondary {
    -webkit-box-ordinal-group: 6;
    order: 5;
    display: none;
  }
}
@media screen and (min-width: 48em) {
  .photo_1b8c .hover_lower_5356 {
    padding-right: 1em;
  }
  .photo_1b8c.stale_4171 .detail-a122 {
    border-right: 1px solid #eaecee;
  }
  .photo_1b8c.stale_4171 .hover_lower_5356 {
    padding-right: 1em;
  }
  .photo_1b8c.stale_4171 .secondary_cb59 {
    padding-left: 1em;
  }
}
@media screen and (min-width: 48em) {
  .element-over-e8d0 .hover_lower_5356 {
    padding-left: 1em;
  }
  .element-over-e8d0.stale_4171 .detail-a122 {
    border-left: 1px solid #eaecee;
  }
  .element-over-e8d0.stale_4171 .hover_lower_5356 {
    padding-left: 1em;
  }
  .element-over-e8d0.stale_4171 .secondary_cb59 {
    padding-right: 1em;
  }
}
@media screen and (min-width: 48em) {
  .article_505d .hover_lower_5356 {
    padding-left: 1em;
  }
  .article_505d.stale_4171 .under_a6eb {
    border-right: 1px solid #eaecee;
  }
  .article_505d.stale_4171 .gradient_9a9d {
    border-right: 1px solid #eaecee;
  }
  .article_505d.stale_4171 .hover_lower_5356 {
    padding-left: 1em;
  }
  .article_505d.stale_4171 .secondary_cb59 {
    padding-right: 1em;
  }
  .article_505d.stale_4171 .stone_5727 {
    padding-left: 1em;
    padding-right: 1em;
  }
}
@media screen and (min-width: 48em) {
  .over-c8d9 .hover_lower_5356 {
    padding-right: 1em;
  }
  .over-c8d9.stale_4171 .under_a6eb {
    border-left: 1px solid #eaecee;
  }
  .over-c8d9.stale_4171 .gradient_9a9d {
    border-left: 1px solid #eaecee;
  }
  .over-c8d9.stale_4171 .hover_lower_5356 {
    padding-right: 1em;
  }
  .over-c8d9.stale_4171 .secondary_cb59 {
    padding-left: 1em;
    padding-right: 1em;
  }
  .over-c8d9.stale_4171 .stone_5727 {
    padding-left: 1em;
  }
}
@media screen and (min-width: 48em) {
  .table-3f3c .hover_lower_5356 {
    padding-left: 1em;
    padding-right: 1em;
  }
  .table-3f3c.stale_4171 .detail-a122 {
    border-left: 1px solid #eaecee;
    border-right: 1px solid #eaecee;
  }
  .table-3f3c.stale_4171 .hover_lower_5356 {
    padding-left: 1em;
    padding-right: 1em;
  }
  .table-3f3c.stale_4171 .secondary_cb59 {
    padding-left: 1em;
  }
  .table-3f3c.stale_4171 .stone_5727 {
    padding-right: 1em;
  }
}
@media screen and (max-width: 64em) {
  .table-3f3c.stale_4171 .hover_lower_5356 {
    padding-left: 0;
  }
}
.sort_stale_41bb .hidden_6325 {
  display: inline-block;
}
.left-0fe6 {
  display: inline-block;
}
.slider-7869 {
  word-con: break-word;
}
.red-6059 > span {
  display: inline-block;
  padding: 5px 0;
}
.red-6059 .banner-north-3601 {
  margin-left: 8px;
  margin-right: 8px;
}
.red-6059 .slider-steel-3704 img {
  vertical-align: middle;
  overflow: hidden;
  border-radius: 50%;
  margin-right: 5px;
}
.texture-ed79 .highlight_7783 {
  margin-bottom: 2em;
}
.texture-ed79 .footer-iron-e8dc {
  margin-bottom: 15px;
}
.texture-ed79 .footer-iron-e8dc:last-child {
  margin-bottom: 0;
}
.texture-ed79 .feature_8b3a {
  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) {
  .texture-ed79 .feature_8b3a {
    display: block;
  }
}
.texture-ed79 .article-4596 {
  position: relative;
  max-width: 100%;
  flex-basis: 40%;
  padding-top: 0;
  overflow: hidden;
}
@media screen and (max-width: 568px) {
  .texture-ed79 .article-4596 {
    margin-bottom: 1em;
    width: 100% !important;
    padding-top: 56.25%;
  }
}
.texture-ed79 .section-huge-440c {
  position: absolute;
  top: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: flex;
  line-height: 0;
  background-color: #d5d5d5;
}
.texture-ed79 .section-huge-440c img {
  -o-object-fit: cover;
  object-fit: cover;
  width: 100%;
  height: auto;
}
.texture-ed79 .section-huge-440c a {
  position: absolute;
  top: 0;
  top: 0;
  display: block;
}
.texture-ed79 .slider-7869 {
  font-size: 1.5em;
  font-weight: 500;
  word-con: break-word;
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
}
.texture-ed79 .slider-7869 a {
  text-align: inherit;
  display: block;
  flex-basis: 100%;
}
.texture-ed79 .north-9fe6 p:last-child {
  margin-bottom: 0;
}
.texture-ed79 .popup-pressed-1af4 {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: block;
  z-index: 30;
}
.texture-ed79 .bronze-59a1 {
  -webkit-box-flex: 1;
  flex: 1;
  word-con: break-word;
  max-width: 100%;
}
.texture-ed79 .primary-advanced-94e6 {
  margin-top: 1em;
}
.texture-ed79 .next-fa63 {
  top: 0;
  display: block;
}
.texture-ed79 .next-fa63 a {
  color: inherit;
}
.texture-ed79 .next-fa63 a:hover {
  color: inherit;
}
.texture-ed79 .orange_8b74 {
  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;
}
.texture-ed79 .orange_8b74:hover {
  background: #235787;
  color: #fff;
  border-color: #235787;
}
.texture-ed79 .bronze-59a1 {
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-flow: column nowrap;
}
.texture-ed79 .widget-feb6 {
  position: relative;
  width: 100%;
  margin-bottom: 15px;
}
.texture-ed79 .widget-feb6:first-child {
  margin-top: 0;
}
.texture-ed79 .widget-feb6.menu_fixed_cd9d {
  -webkit-box-flex: 0;
  flex: none;
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.texture-ed79 .widget-feb6.detail-dd92 {
  display: -webkit-box;
  display: flex;
  margin-top: auto;
  margin-bottom: 0;
  -webkit-box-pack: justify;
  justify-content: space-between;
}
.texture-ed79
  .widget-feb6.detail-dd92.bright_495c
  .primary-advanced-94e6 {
  width: 100%;
}
.texture-ed79 .detail-dd92 {
  -webkit-box-align: center;
  align-items: center;
}
.texture-ed79 .detail-dd92 .red-6059,
.texture-ed79 .detail-dd92 > * {
  margin-bottom: 0;
  margin-top: 0;
  display: inline-block;
}
.texture-ed79 .section-huge-440c {
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
.texture-ed79 .section-huge-440c img {
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
.texture-ed79 .section-huge-440c: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;
}
.texture-ed79 .menu_fixed_cd9d {
  z-index: 5;
}
.texture-ed79 .hard-b295 .status-glass-e8f9 {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  display: block;
}
.texture-ed79 .info_lower_b2cd .status-glass-e8f9 {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  display: block;
}
.texture-ed79 .menu-4e4a .status-glass-e8f9 {
  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;
}
.texture-ed79.preview-91f9 .feature_8b3a,
.texture-ed79.layout_slow_e7b4 .feature_8b3a {
  display: block;
}
.texture-ed79.preview-91f9 .feature_8b3a .highlight-07e0,
.texture-ed79.preview-91f9 .feature_8b3a .bronze-59a1,
.texture-ed79.layout_slow_e7b4 .feature_8b3a .highlight-07e0,
.texture-ed79.layout_slow_e7b4 .feature_8b3a .bronze-59a1 {
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
}
.texture-ed79.label-new-b5b5 .article-4596 {
  margin-right: 2em;
}
@media screen and (max-width: 568px) {
  .texture-ed79.label-new-b5b5 .article-4596 {
    margin-right: 0;
  }
}
.texture-ed79.preview-91f9 .article-4596,
.texture-ed79.layout_slow_e7b4 .article-4596 {
  padding-top: 40%;
}
.texture-ed79.preview-91f9 .highlight_7783,
.texture-ed79.layout_slow_e7b4 .highlight_7783 {
  display: block;
}
.texture-ed79.preview-91f9 .fn-sticky-5317 .bronze-59a1,
.texture-ed79.layout_slow_e7b4 .fn-sticky-5317 .bronze-59a1 {
  background-color: #fcf8e3;
  border: 1px solid #faf2cc;
  border-top: 0 none;
  color: #8a6d3b;
  padding: 1em;
}
.texture-ed79.preview-91f9 .article-4596,
.texture-ed79.layout_slow_e7b4 .article-4596 {
  margin-bottom: 1em;
  display: block;
  position: relative;
}
.texture-ed79.preview-91f9 .bronze-59a1 {
  padding: 1em;
}
.hero_7451 {
  margin: 30px auto;
  display: block;
}
.hero_7451 .upper-da49 > * {
  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;
}
.hero_7451 .upper-da49 > :hover {
  border-color: #235787;
  background: #235787;
  color: #fff;
}
.hero_7451 .upper-da49 span {
  border-color: #235787;
  background: #235787;
  color: #fff;
}
.progress_31e9 .red-6059 {
  margin-bottom: 1.41575em;
}
.progress_31e9 .new-74c3 {
  margin-bottom: 1.618em;
}
.breadcrumb-steel-1388 .layout-62f3 {
  display: block;
  margin: 5px 0 20px;
  font-weight: 500;
}
.breadcrumb-steel-1388 .layout-62f3 a {
  border: 1px solid #eaecee;
  padding: 5px 12px 5px;
  text-transform: uppercase;
  color: #686868;
  margin: 0 2px;
}
.breadcrumb-steel-1388 .green_f4f5 {
  max-width: 100%;
  overflow: auto;
}
.article-small-86bd .breadcrumb-steel-1388 a:hover {
  text-decoration: underline;
}
.accordion_f018 .footer-iron-e8dc:not(.slider-7869),
.accordion_f018 .section-huge-440c {
  margin-bottom: 1.41575em;
}
.accordion_f018 .footer-iron-e8dc:not(.slider-7869):last-child,
.accordion_f018 .section-huge-440c:last-child {
  margin-bottom: 0;
}
.accordion_f018 .footer-iron-e8dc.alert-31c2 {
  margin-bottom: 0.41575em;
}
.accordion_f018 .block_selected_9099:before,
.accordion_f018 .menu_red_ba8e:before {
  font: normal normal normal 16px/1 FontAwesome;
  text-decoration: inherit;
  text-transform: none;
  position: relative;
  margin-right: 5px;
  color: #6d6d6d;
}
.accordion_f018 .block_selected_9099:before {
  content: "\f115";
}
.accordion_f018 .menu_red_ba8e:before {
  content: "\f02c";
}
.accordion_f018 .mask-fresh-6ea3 {
  display: block;
  width: 100%;
  margin-top: 0.5407911001em;
}
.accordion_f018 .mask-fresh-6ea3 a {
  text-transform: uppercase;
  font-weight: 500;
  font-size: 80%;
  letter-spacing: 0.5px;
}
.aside-yellow-254d {
  display: -webkit-box;
  display: flex;
}
.aside-yellow-254d .box_57f4 {
  flex-basis: 90px;
}
@media screen and (max-width: 568px) {
  .aside-yellow-254d .box_57f4 {
    flex-basis: 90px;
  }
}
.aside-yellow-254d .sidebar_d13c {
  flex-basis: calc(100% - 90px);
  margin-left: 1.5em;
}
@media screen and (max-width: 568px) {
  .aside-yellow-254d .sidebar_d13c {
    flex-basis: calc(100% - 50px);
  }
}
.aside-yellow-254d .section-simple-5b8d p:last-child {
  margin-bottom: 0.72em;
}
.secondary_hard_a0e8 .upper-da49 {
  padding: 16px 0 15px;
  border-top: 1px solid #eaecee;
  border-bottom: 1px solid #eaecee;
}
.secondary_hard_a0e8 .upper-da49:after,
.secondary_hard_a0e8 .upper-da49:before {
  content: "";
  display: table;
}
.secondary_hard_a0e8 .upper-da49:after {
  clear: both;
}
.secondary_hard_a0e8 .upper-da49 .notification_dim_b07d,
.secondary_hard_a0e8 .upper-da49 .card_lite_882b {
  width: 49%;
}
.secondary_hard_a0e8 .upper-da49 .notification_dim_b07d a span.background_c2af,
.secondary_hard_a0e8 .upper-da49 .card_lite_882b a span.background_c2af {
  display: block;
  margin-bottom: 5px;
}
.secondary_hard_a0e8 .upper-da49 .card_lite_882b {
  float: left;
  text-align: left;
}
.secondary_hard_a0e8 .upper-da49 .notification_dim_b07d {
  float: right;
  text-align: right;
}
.sort_gas_c547 {
  margin-bottom: 0.41575em;
}
@media screen and (max-width: 568px) {
  .sort_gas_c547 {
    margin-bottom: 0;
  }
}
.lite-6f8b {
  margin-bottom: 1em;
}
.lite-6f8b .slider-7869 {
  font-size: 1.1em;
  line-height: 1.3;
}
.mask_4193 a {
  display: block;
  line-height: 0;
  position: relative;
}
.header-696f .lite-6f8b,
.active_inner_f124 .lite-6f8b {
  display: -webkit-box;
  display: flex;
}
@media screen and (max-width: 568px) {
  .header-696f .lite-6f8b,
  .active_inner_f124 .lite-6f8b {
    display: block;
  }
}
.header-696f .mask_4193,
.active_inner_f124 .mask_4193 {
  flex-basis: 160px;
  position: relative;
}
@media screen and (max-width: 568px) {
  .header-696f .mask_4193,
  .active_inner_f124 .mask_4193 {
    margin-bottom: 1em;
  }
}
.header-696f .mask_4193 img,
.active_inner_f124 .mask_4193 img {
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  display: block;
}
.header-696f .status-fcd0,
.active_inner_f124 .status-fcd0 {
  flex-basis: calc(100% - 160px);
}
.header-696f .status-fcd0 p,
.active_inner_f124 .status-fcd0 p {
  margin-bottom: 0;
}
.header-696f .status-fcd0 {
  padding-left: 1em;
}
@media screen and (max-width: 568px) {
  .header-696f .status-fcd0 {
    padding-left: 0;
  }
}
.active_inner_f124 .status-fcd0 {
  -webkit-box-ordinal-group: 2;
  order: 1;
  padding-right: 1em;
}
@media screen and (max-width: 568px) {
  .active_inner_f124 .status-fcd0 {
    padding-right: 0;
  }
}
.active_inner_f124 .mask_4193 {
  -webkit-box-ordinal-group: 3;
  order: 2;
}
.cold_abbf .mask_4193 {
  margin-bottom: 0.5em;
}
.cold_abbf .mask_4193 img {
  width: 100%;
}
.out_d9d2 .out_43d1,
.texture_4e45 .out_43d1 {
  margin-bottom: 35px;
  padding-bottom: 20px;
  border-bottom: 1px solid #eaecee;
}
.texture_4e45 .detail-a122 .frame_7ed4 p:last-child {
  margin-bottom: 0;
}
.hover-77fb {
  font-size: 16px;
  text-transform: uppercase;
  font-weight: 500;
  color: currentColor;
  margin-bottom: 20px;
}
.article-4dbe .element_hovered_e7a0 {
  margin-bottom: 2em;
}
@media screen and (min-width: 1025px) {
  .article-4dbe .element_hovered_e7a0:last-of-type {
    margin-bottom: 0;
  }
}
.article-4dbe .element_hovered_e7a0 ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.article-4dbe .element_hovered_e7a0 ul:after {
  clear: both;
  content: ".";
  display: block;
  height: 0;
  visibility: hidden;
}
.article-4dbe .element_hovered_e7a0 ul li {
  margin: 0 0 0.6em;
}
.article-4dbe .element_hovered_e7a0 ul li.gradient_dark_10e7,
.article-4dbe .element_hovered_e7a0 ul li.search_mini_6e70 {
  position: relative;
}
.article-4dbe .element_hovered_e7a0 ul li.gradient_dark_10e7 .tiny-672e,
.article-4dbe .element_hovered_e7a0 ul li.search_mini_6e70 .tiny-672e {
  right: 0;
  background: #eaecee;
  color: #999;
  padding: 0 0.5em;
  border-radius: 0.9em;
  font-size: 12px;
  position: absolute;
  top: 4px;
}
.article-4dbe .element_hovered_e7a0 ul li.gradient_dark_10e7:after:after,
.article-4dbe .element_hovered_e7a0 ul li.gradient_dark_10e7:after:before,
.article-4dbe
  .element_hovered_e7a0
  ul
  li.search_mini_6e70:after:after,
.article-4dbe
  .element_hovered_e7a0
  ul
  li.search_mini_6e70:after:before {
  content: "";
  display: table;
}
.article-4dbe .element_hovered_e7a0 ul li.gradient_dark_10e7:after:after,
.article-4dbe
  .element_hovered_e7a0
  ul
  li.search_mini_6e70:after:after {
  clear: both;
}
.article-4dbe .element_hovered_e7a0 a.bottom_32ba:hover {
  text-decoration: none;
}
.article-4dbe .element_hovered_e7a0 select {
  max-width: 100%;
}
.article-4dbe .element_hovered_e7a0 table {
  font-size: 85%;
}
.article-4dbe .element_hovered_e7a0 table td,
.article-4dbe .element_hovered_e7a0 table th {
  padding: 0.2360828548em;
  text-align: center;
}
.article-4dbe .element_hovered_e7a0 table tfoot td {
  text-align: left;
}
.article-4dbe .element_hovered_e7a0 :last-child {
  margin-bottom: 0;
}
.article-4dbe .element_hovered_e7a0 .hovered_9b4e {
  display: -webkit-box;
  display: flex;
  width: 100%;
  max-width: 100%;
}
.article-4dbe .element_hovered_e7a0 .hovered_9b4e label {
  width: 100%;
}
.article-4dbe .element_hovered_e7a0 .hovered_9b4e .popup_stone_2c7d {
  width: 100%;
  display: block;
}
.article-4dbe .element_hovered_e7a0 .hovered_9b4e .row-west-e054 {
  padding: 9px 14px;
  margin-left: -46px;
  overflow: hidden;
  box-shadow: none;
  background: 0 0;
  color: #aaa;
  line-height: 0;
}
.article-4dbe .element_hovered_e7a0 .hovered_9b4e .row-west-e054:hover svg #svg-search {
  fill: #444;
}
.article-4dbe .element_hovered_e7a0 .hovered_9b4e .row-west-e054 svg {
  width: 18px;
  height: 18px;
}
.article-4dbe .disabled-blue-8183 ul ul,
.article-4dbe .smooth_a0a3 ul ul,
.article-4dbe .tiny_20fa ul ul,
.article-4dbe .info_medium_7c1b ul ul {
  margin-top: 0.3819820591em;
  margin-left: 0;
  margin-bottom: -0.3819820591em;
}
.article-4dbe .disabled-blue-8183 .east_bae4 > a,
.article-4dbe .smooth_a0a3 .east_bae4 > a,
.article-4dbe .tiny_20fa .east_bae4 > a,
.article-4dbe .info_medium_7c1b .east_bae4 > a {
  margin-bottom: 0;
}
.article-4dbe .search-bright-fc3b li,
.article-4dbe .disabled-blue-8183 li,
.article-4dbe .frame_0485 li,
.article-4dbe .smooth_a0a3 li,
.article-4dbe .tiny_20fa li,
.article-4dbe .info_medium_7c1b li,
.article-4dbe .preview_complex_33cb li,
.article-4dbe .title_slow_6b87 li {
  display: block;
  position: relative;
}
.article-4dbe .search-bright-fc3b li:last-child,
.article-4dbe .disabled-blue-8183 li:last-child,
.article-4dbe .frame_0485 li:last-child,
.article-4dbe .smooth_a0a3 li:last-child,
.article-4dbe .tiny_20fa li:last-child,
.article-4dbe .info_medium_7c1b li:last-child,
.article-4dbe .preview_complex_33cb li:last-child,
.article-4dbe .title_slow_6b87 li:last-child {
  border: none;
}
.article-4dbe .search-bright-fc3b li a,
.article-4dbe .disabled-blue-8183 li a,
.article-4dbe .frame_0485 li a,
.article-4dbe .smooth_a0a3 li a,
.article-4dbe .tiny_20fa li a,
.article-4dbe .info_medium_7c1b li a,
.article-4dbe .preview_complex_33cb li a,
.article-4dbe .title_slow_6b87 li a {
  display: block;
  width: 100%;
  padding-bottom: 0.6em;
  margin-bottom: 0.6em;
  border-bottom: 1px solid #eaecee;
  position: relative;
}
.article-4dbe .search-bright-fc3b li ul li::before,
.article-4dbe .disabled-blue-8183 li ul li::before,
.article-4dbe .frame_0485 li ul li::before,
.article-4dbe .smooth_a0a3 li ul li::before,
.article-4dbe .tiny_20fa li ul li::before,
.article-4dbe .info_medium_7c1b li ul li::before,
.article-4dbe .preview_complex_33cb li ul li::before,
.article-4dbe .title_slow_6b87 li ul li::before {
  left: 15px;
}
.article-4dbe .search-bright-fc3b li ul a,
.article-4dbe .disabled-blue-8183 li ul a,
.article-4dbe .frame_0485 li ul a,
.article-4dbe .smooth_a0a3 li ul a,
.article-4dbe .tiny_20fa li ul a,
.article-4dbe .info_medium_7c1b li ul a,
.article-4dbe .preview_complex_33cb li ul a,
.article-4dbe .title_slow_6b87 li ul a {
  padding-left: 20px;
}
.article-4dbe .search-bright-fc3b li ul ul li::before,
.article-4dbe .disabled-blue-8183 li ul ul li::before,
.article-4dbe .frame_0485 li ul ul li::before,
.article-4dbe .smooth_a0a3 li ul ul li::before,
.article-4dbe .tiny_20fa li ul ul li::before,
.article-4dbe .info_medium_7c1b li ul ul li::before,
.article-4dbe .preview_complex_33cb li ul ul li::before,
.article-4dbe .title_slow_6b87 li ul ul li::before {
  left: 30px;
}
.article-4dbe .search-bright-fc3b li ul ul a,
.article-4dbe .disabled-blue-8183 li ul ul a,
.article-4dbe .frame_0485 li ul ul a,
.article-4dbe .smooth_a0a3 li ul ul a,
.article-4dbe .tiny_20fa li ul ul a,
.article-4dbe .info_medium_7c1b li ul ul a,
.article-4dbe .preview_complex_33cb li ul ul a,
.article-4dbe .title_slow_6b87 li ul ul a {
  padding-left: 40px;
}
.article-4dbe .iron-7dc0 li {
  padding-bottom: 0.6em;
  border-bottom: 1px solid #eaecee;
  position: relative;
}
.article-4dbe .title_slow_6b87 ul li {
  margin-bottom: 1.41575em;
}
.article-4dbe .title_slow_6b87 ul li .list_last_cfa9 {
  font-weight: 400;
  font-size: 1.2em;
  line-height: 1.28;
}
.article-4dbe .title_slow_6b87 ul li .advanced_541e {
  display: block;
  margin: 0.5407911001em 0;
  font-size: 85%;
}
.description_be88 .search-bright-fc3b li a,
.description_be88 .disabled-blue-8183 li a,
.description_be88 .frame_0485 li a,
.description_be88 .smooth_a0a3 li a,
.description_be88 .tiny_20fa li a,
.description_be88 .info_medium_7c1b li a,
.description_be88 .preview_complex_33cb li a,
.description_be88 .title_slow_6b87 li a {
  border-color: rgba(255, 255, 255, 0.08);
}
.description_be88 .iron-7dc0 li {
  border-color: rgba(255, 255, 255, 0.08);
}
.description_be88 .element_hovered_e7a0 ul li.gradient_dark_10e7 .tiny-672e,
.description_be88 .element_hovered_e7a0 ul li.search_mini_6e70 .tiny-672e {
  background: rgba(0, 0, 0, 0.2);
}
.description_be88 .article-4dbe .element_hovered_e7a0 select {
  border-color: rgba(255, 255, 255, 0.08);
}
.narrow-12e5 .article-4dbe .pattern-slow-2e39 li {
  margin: 0;
}
.narrow-12e5 .article-4dbe .pattern-slow-2e39 li a {
  display: block;
  padding: 0.6em 0 0.6em;
}
.narrow-12e5 .article-4dbe .pattern-slow-2e39 li ul {
  margin: 0;
}
.narrow-12e5 .article-4dbe .pattern-slow-2e39 li ul li a {
  padding-left: 15px;
}
.narrow-12e5 .article-4dbe .pattern-slow-2e39 li ul li li a {
  padding-left: 30px;
}
.narrow-12e5 .article-4dbe .pattern-slow-2e39 li.pattern-471d > a {
  position: relative;
  border: 1px solid #eaecee;
  border-left: none;
  border-right: none;
  font-size: 110%;
}
.narrow-12e5 .article-4dbe .pattern-slow-2e39 li.pattern-471d > 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;
}
.narrow-12e5 .article-4dbe .pattern-slow-2e39 li.pattern-471d > 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;
}
.overlay-full-19b0 a {
  border: 1px solid currentColor;
  border-radius: 2px;
  display: inline-block;
  font-size: 0.875em !important;
  margin-bottom: 5px;
  padding: 1px 10px 1px;
}
.filter-0885 {
  position: relative;
  z-index: 10;
}
.filter-0885 .notification_right_17b6 {
  width: 100%;
  max-width: 100%;
}
.logo-current-5cc5 .easy_386e {
  padding-top: 2em;
  padding-bottom: 2em;
}
.logo-current-5cc5 .current_251d {
}
.logo-current-5cc5 .description_be88 {
  background: #292929;
}
.smooth-800e .easy_386e {
  padding-top: 2.5em;
  padding-bottom: 2.5em;
}
.smooth-800e .current_251d {
  background: #f9f9f9;
}
.smooth-800e .description_be88 {
  background: #303030;
}
.tiny_41d1 .easy_386e {
  padding-top: 1.5em;
  padding-bottom: 1.5em;
}
@media screen and (max-width: 568px) {
  .tiny_41d1 .hidden_6325 {
    margin-bottom: 1em;
  }
  .tiny_41d1 .hidden_6325:last-child {
    margin-bottom: 0;
  }
}
.tiny_41d1 .current_251d {
  background: #ededed;
}
.tiny_41d1 .description_be88 {
  background: #1a1a1a;
}
.easy_386e.current_251d {
  color: rgba(0, 0, 0, 0.6);
}
.easy_386e.current_251d .active_e943 li {
  border-color: rgba(0, 0, 0, 0.08);
}
.easy_386e.description_be88 {
  color: rgba(255, 255, 255, 0.99);
}
.easy_386e.description_be88 a:not(.bottom_32ba) {
  color: rgba(255, 255, 255, 0.79);
}
.easy_386e.description_be88 a:not(.bottom_32ba):hover {
  color: rgba(255, 255, 255, 0.99);
}
.easy_386e.description_be88 .active_e943 li {
  border-color: rgba(255, 255, 255, 0.08);
}
.easy_386e.description_be88 table tbody td,
.easy_386e.description_be88 table th {
  background: rgba(0, 0, 0, 0.08);
}
.inner-926a.sort_pro_f46c .focus-yellow-76fc {
  max-width: initial;
}
.inner-926a .block-dark-775c {
  -webkit-box-pack: start;
  justify-content: flex-start;
}
.inner-926a .block-dark-775c .notification_right_17b6 {
  width: auto;
}
@media screen and (max-width: 1024px) {
  .inner-926a .block-dark-775c .notification_right_17b6 {
    display: block;
    margin-bottom: 2em;
  }
  .inner-926a .block-dark-775c .notification_right_17b6:last-child {
    margin-bottom: 0;
  }
}
.tiny_41d1 .hidden_6325:last-child,
.smooth-800e .hidden_6325:last-child,
.logo-current-5cc5 .hidden_6325:last-child {
  margin-bottom: 0;
}
.tiny_41d1 .hidden_6325 .article-4dbe .element_hovered_e7a0:last-child,
.smooth-800e .hidden_6325 .article-4dbe .element_hovered_e7a0:last-child,
.logo-current-5cc5 .hidden_6325 .article-4dbe .element_hovered_e7a0:last-child {
  margin-bottom: 0;
}
@media screen and (max-width: 568px) {
  .tiny_41d1 .paper-a320,
  .tiny_41d1 .list_286c,
  .smooth-800e .paper-a320,
  .smooth-800e .list_286c,
  .logo-current-5cc5 .paper-a320,
  .logo-current-5cc5 .list_286c {
    text-align: center;
  }
}
@media screen and (max-width: 48em) {
  .filter-0885 .hidden_6325 {
    margin-bottom: 2em;
  }
}
.filter-0885 p:last-child {
  margin-bottom: 0;
}
.filter-0885 li,
.filter-0885 ul {
  list-style: none;
  margin: 0;
}
.filter-0885 ul ul {
  margin-left: 2.617924em;
}
.black_97ab {
  font-size: 0.875em;
}

/* css-noise: 58ea */
.phantom-card-n5 {
  padding: 0.3rem;
  font-size: 10px;
  line-height: 1.0;
}
