/*!
Theme Name: Customify
Theme URI: https://pressmaximum.rough_d59f/customify
Author: WPCustomify
Author URI: https://pressmaximum.rough_d59f
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.rough_d59f/customify
Version: 0.3.7
License: GNU General Public License v2 or later
License URI: http://www.description_e39c.list-7473/licenses/gpl-2.0.icon_complex_d717
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.accent_active_6647/, (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.item-59ee.bottom_2c68/normalize.hidden-easy-9e08/
 ======
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.hidden-easy-9e08 v7.0.0 | MIT License | github.rough_d59f/necolas/normalize.hidden-easy-9e08 */
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;
}
.backdrop_359c .active_43e7,
.chip_dark_6653,
.content_5878,
.icon-selected-50df,
.heading_e333,
.sidebar_bc86,
.row-6826,
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;
}
.chip_dark_6653,
h1 {
  font-size: 2.42em;
  line-height: 1.216;
}
@media screen and (max-width: 1024px) {
  .chip_dark_6653,
  h1 {
    font-size: 2.1em;
  }
}
@media screen and (max-width: 568px) {
  .chip_dark_6653,
  h1 {
    font-size: 1.8em;
  }
}
.content_5878,
h2 {
  font-size: 2.1em;
  line-height: 1.216;
}
.content_5878 + h3,
h2 + h3 {
  border-top: 1px solid #eaecee;
  padding-top: 0.5407911001em;
}
@media screen and (max-width: 1024px) {
  .content_5878,
  h2 {
    font-size: 1.9em;
  }
}
@media screen and (max-width: 568px) {
  .content_5878,
  h2 {
    font-size: 1.7em;
  }
}
.icon-selected-50df,
h3 {
  font-size: 1.618em;
}
.backdrop_359c .active_43e7,
.heading_e333,
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.outline-1999 {
  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;
}
.steel-4e9e:after,
.steel-4e9e:before,
.cool-1cd0:after,
.cool-1cd0:before {
  content: "";
  display: table;
}
.steel-4e9e:after,
.cool-1cd0:after {
  clear: both;
}
.box_soft_fcdb {
  float: right;
  margin-right: 0;
}
.item-b0dd {
  float: left;
  margin-left: 0;
}
form {
  margin-bottom: 2em;
}
.footer-pro-32d0 .highlight-bc85,
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;
}
.footer-pro-32d0 .highlight-bc85: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;
}
.button-b4d2 .highlight-bc85 {
  box-shadow: none;
}
.button-b4d2
  .highlight-bc85
  .sidebar-blue-724f {
  line-height: 2.4em;
  min-height: 2.6em;
  padding-left: 0;
}
.button-b4d2 .highlight-bc85 .panel_plasma_286c {
  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;
}
.button-b4d2
  .highlight-bc85
  .panel_plasma_286c
  b {
  display: none;
}
.button-b4d2 .pagination_silver_4dd9 {
  border: 1px solid #e5e5e5;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.12) inset;
}
.primary_light_c27f:not(.media_6a30):not(.chip-c1fe),
button:not(.media_6a30):not(.chip-c1fe),
input[type="button"]:not(.media_6a30):not(
    .chip-c1fe
  ),
input[type="reset"]:not(.media_6a30):not(
    .chip-c1fe
  ),
input[type="submit"]:not(.media_6a30):not(
    .chip-c1fe
  ) {
  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;
}
.primary_light_c27f:not(.media_6a30):not(
    .chip-c1fe
  ):hover,
button:not(.media_6a30):not(
    .chip-c1fe
  ):hover,
input[type="button"]:not(.media_6a30):not(
    .chip-c1fe
  ):hover,
input[type="reset"]:not(.media_6a30):not(
    .chip-c1fe
  ):hover,
input[type="submit"]:not(.media_6a30):not(
    .chip-c1fe
  ):hover {
  box-shadow: inset 0 0 0 120px rgba(0, 0, 0, 0.18);
  color: #fff;
  outline: 0;
}
.primary_light_c27f:not(.media_6a30):not(
    .chip-c1fe
  ):active,
.primary_light_c27f:not(.media_6a30):not(
    .chip-c1fe
  ):focus,
button:not(.media_6a30):not(
    .chip-c1fe
  ):active,
button:not(.media_6a30):not(
    .chip-c1fe
  ):focus,
input[type="button"]:not(.media_6a30):not(
    .chip-c1fe
  ):active,
input[type="button"]:not(.media_6a30):not(
    .chip-c1fe
  ):focus,
input[type="reset"]:not(.media_6a30):not(
    .chip-c1fe
  ):active,
input[type="reset"]:not(.media_6a30):not(
    .chip-c1fe
  ):focus,
input[type="submit"]:not(.media_6a30):not(
    .chip-c1fe
  ):active,
input[type="submit"]:not(.media_6a30):not(
    .chip-c1fe
  ):focus {
  outline: 0;
}
.primary_light_c27f:not(.media_6a30):not(
    .chip-c1fe
  ).fn-loading-e535,
button:not(.media_6a30):not(
    .chip-c1fe
  ).fn-loading-e535,
input[type="button"]:not(.media_6a30):not(
    .chip-c1fe
  ).fn-loading-e535,
input[type="reset"]:not(.media_6a30):not(
    .chip-c1fe
  ).fn-loading-e535,
input[type="submit"]:not(.media_6a30):not(
    .chip-c1fe
  ).fn-loading-e535 {
  position: relative;
}
.primary_light_c27f:not(.media_6a30):not(
    .chip-c1fe
  ).fn-loading-e535
  .feature-medium-6ac9,
.primary_light_c27f:not(.media_6a30):not(
    .chip-c1fe
  ).fn-loading-e535
  .pro-e9f6,
.primary_light_c27f:not(.media_6a30):not(
    .chip-c1fe
  ).fn-loading-e535
  .breadcrumb_9f0f,
.primary_light_c27f:not(.media_6a30):not(
    .chip-c1fe
  ).fn-loading-e535
  i,
.primary_light_c27f:not(.media_6a30):not(
    .chip-c1fe
  ).fn-loading-e535
  svg,
button:not(.media_6a30):not(
    .chip-c1fe
  ).fn-loading-e535
  .feature-medium-6ac9,
button:not(.media_6a30):not(
    .chip-c1fe
  ).fn-loading-e535
  .pro-e9f6,
button:not(.media_6a30):not(
    .chip-c1fe
  ).fn-loading-e535
  .breadcrumb_9f0f,
button:not(.media_6a30):not(
    .chip-c1fe
  ).fn-loading-e535
  i,
button:not(.media_6a30):not(
    .chip-c1fe
  ).fn-loading-e535
  svg,
input[type="button"]:not(.media_6a30):not(
    .chip-c1fe
  ).fn-loading-e535
  .feature-medium-6ac9,
input[type="button"]:not(.media_6a30):not(
    .chip-c1fe
  ).fn-loading-e535
  .pro-e9f6,
input[type="button"]:not(.media_6a30):not(
    .chip-c1fe
  ).fn-loading-e535
  .breadcrumb_9f0f,
input[type="button"]:not(.media_6a30):not(
    .chip-c1fe
  ).fn-loading-e535
  i,
input[type="button"]:not(.media_6a30):not(
    .chip-c1fe
  ).fn-loading-e535
  svg,
input[type="reset"]:not(.media_6a30):not(
    .chip-c1fe
  ).fn-loading-e535
  .feature-medium-6ac9,
input[type="reset"]:not(.media_6a30):not(
    .chip-c1fe
  ).fn-loading-e535
  .pro-e9f6,
input[type="reset"]:not(.media_6a30):not(
    .chip-c1fe
  ).fn-loading-e535
  .breadcrumb_9f0f,
input[type="reset"]:not(.media_6a30):not(
    .chip-c1fe
  ).fn-loading-e535
  i,
input[type="reset"]:not(.media_6a30):not(
    .chip-c1fe
  ).fn-loading-e535
  svg,
input[type="submit"]:not(.media_6a30):not(
    .chip-c1fe
  ).fn-loading-e535
  .feature-medium-6ac9,
input[type="submit"]:not(.media_6a30):not(
    .chip-c1fe
  ).fn-loading-e535
  .pro-e9f6,
input[type="submit"]:not(.media_6a30):not(
    .chip-c1fe
  ).fn-loading-e535
  .breadcrumb_9f0f,
input[type="submit"]:not(.media_6a30):not(
    .chip-c1fe
  ).fn-loading-e535
  i,
input[type="submit"]:not(.media_6a30):not(
    .chip-c1fe
  ).fn-loading-e535
  svg {
  visibility: hidden;
}
.primary_light_c27f:not(.media_6a30):not(
    .chip-c1fe
  ).fn-loading-e535:after,
button:not(.media_6a30):not(
    .chip-c1fe
  ).fn-loading-e535:after,
input[type="button"]:not(.media_6a30):not(
    .chip-c1fe
  ).fn-loading-e535:after,
input[type="reset"]:not(.media_6a30):not(
    .chip-c1fe
  ).fn-loading-e535:after,
input[type="submit"]:not(.media_6a30):not(
    .chip-c1fe
  ).fn-loading-e535: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;
}
.primary_light_c27f:not(.media_6a30):not(.chip-c1fe),
input[type="button"]:not(.media_6a30):not(
    .chip-c1fe
  ),
input[type="reset"]:not(.media_6a30):not(
    .chip-c1fe
  ),
input[type="submit"]:not(.media_6a30):not(
    .chip-c1fe
  ) {
  color: #fff;
  background: #235787;
}
.primary_light_c27f:not(.media_6a30):not(
    .chip-c1fe
  ):focus,
input[type="button"]:not(.media_6a30):not(
    .chip-c1fe
  ):focus,
input[type="reset"]:not(.media_6a30):not(
    .chip-c1fe
  ):focus,
input[type="submit"]:not(.media_6a30):not(
    .chip-c1fe
  ):focus {
  color: #fff;
}
.primary_light_c27f.fn-disabled-e535:not(.media_6a30):not(
    .chip-c1fe
  ),
.primary_light_c27f[disabled]:not(.media_6a30):not(
    .chip-c1fe
  ),
button.fn-disabled-e535:not(.media_6a30):not(
    .chip-c1fe
  ),
button[disabled]:not(.media_6a30):not(
    .chip-c1fe
  ) {
  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;
}
.bronze-f24a {
  clip: rect(1px, 1px, 1px, 1px);
  position: absolute !important;
  height: 1px;
  width: 1px;
  overflow: hidden;
  word-con: normal !important;
}
.bronze-f24a: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;
}
.iron_0aa1 {
  display: inline;
  float: left;
  margin-right: 1.41575em;
}
.dim-2944 {
  display: inline;
  float: right;
  margin-left: 1.41575em;
}
.paragraph_plasma_ae2d {
  clear: both;
  display: block;
  margin: 0 auto;
}
.steel-4e9e:after,
.steel-4e9e:before,
.heading_c275:after,
.heading_c275:before,
.shadow-1e43:after,
.shadow-1e43:before,
.glass-88d3:after,
.glass-88d3:before,
.frame_7288:after,
.frame_7288:before,
.cool-e430:after,
.cool-e430:before {
  content: "";
  display: table;
  table-layout: fixed;
}
.steel-4e9e:after,
.heading_c275:after,
.shadow-1e43:after,
.glass-88d3:after,
.frame_7288:after,
.cool-e430:after {
  clear: both;
}
.heading_c275 .border_56c6,
.shadow-1e43 .border_56c6,
.caption-fast-305e .border_56c6 {
  border: none;
  margin-bottom: 0;
  margin-top: 0;
  padding: 0;
}
embed,
iframe,
object {
  max-width: 100%;
}
.first_2608 {
  display: inline-block;
}
.south-5a8f {
  margin-bottom: 1.41575em;
  max-width: 100%;
}
.south-5a8f img[class*="wp-image-"] {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.south-5a8f .paragraph-0b95 {
  padding: 1em 0;
  font-size: 85%;
}
.paragraph-0b95 {
  text-align: left;
  font-style: italic;
  color: #999;
}
.stale-efe0 {
  margin-bottom: 1.5em;
  margin-bottom: 1.41575em;
}
.stale-efe0:after,
.stale-efe0:before {
  content: "";
  display: table;
}
.stale-efe0:after {
  clear: both;
}
.dirty_7d93 {
  display: inline-block;
  text-align: center;
  vertical-align: top;
  width: 100%;
}
.green_18c0 .dirty_7d93 {
  max-width: 50%;
}
.disabled-4cb8 .dirty_7d93 {
  max-width: 33.33%;
}
.light_e433 .dirty_7d93 {
  max-width: 25%;
}
.wide_3536 .dirty_7d93 {
  max-width: 20%;
}
.info-lower-e1a6 .dirty_7d93 {
  max-width: 16.66%;
}
.block-warm-07e3 .dirty_7d93 {
  max-width: 14.28%;
}
.brown_49b9 .dirty_7d93 {
  max-width: 12.5%;
}
.sidebar_bronze_5c31 .dirty_7d93 {
  max-width: 11.11%;
}
.notification_south_e93b {
  display: block;
}
.backdrop_359c .article_c6d3 label,
.backdrop_359c .menu-top-2379 label,
.backdrop_359c .dropdown_light_19d1 label,
.backdrop_359c .narrow-794c label {
  text-transform: uppercase;
  letter-spacing: 0.5px;
  font-size: 0.85em;
}
.popup-green-b3e7 {
  list-style: none;
  margin: 0;
}
.popup-green-b3e7 article.primary-liquid-d964 {
  margin-bottom: 0;
}
.popup-green-b3e7 ul {
  list-style: none;
  margin: 0;
}
.popup-green-b3e7 .bottom_dade li.primary-liquid-d964 {
  padding-left: 30px;
}
@media screen and (min-width: 64em) {
  .popup-green-b3e7 .bottom_dade li.primary-liquid-d964 {
    padding-left: 85px;
    border-left: 1px solid #eaecee;
    position: relative;
    width: 100%;
  }
  .popup-green-b3e7 .bottom_dade li.primary-liquid-d964: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) {
  .popup-green-b3e7 .bottom_dade li.primary-liquid-d964 li.primary-liquid-d964 li.primary-liquid-d964 li.primary-liquid-d964 {
    padding-left: 0;
  }
}
article.primary-liquid-d964 {
  padding: 1.618em 0;
  margin-bottom: 1.618em;
}
article.primary-liquid-d964 .heading_c275 p:last-of-type {
  margin-bottom: 0;
}
article.primary-liquid-d964 .rough_0547 {
  float: left;
}
article.primary-liquid-d964 .cold_b9e0 {
  margin-left: 85px;
}
article.primary-liquid-d964 .active-555b {
  display: block;
  margin: 12px 0 12px;
  padding-bottom: 4px;
  border-bottom: 1px solid #eaecee;
}
article.primary-liquid-d964 .active-555b .pink-ef74 {
  margin-left: 10px;
}
article.primary-liquid-d964 .notification-solid-a734 {
  font-weight: 500;
  text-transform: uppercase;
  line-height: 1;
  font-style: normal;
}
article.primary-liquid-d964 .aside-6547 {
  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 .article_c6d3,
  #respond .dropdown_light_19d1,
  #respond .narrow-794c {
    width: 29.4117647059%;
    margin-right: 5.8823529412%;
    float: left;
  }
}
#respond .article_c6d3 input,
#respond .dropdown_light_19d1 input,
#respond .narrow-794c input {
  width: 100%;
}
#respond .narrow-794c {
  margin-right: 0;
}
#respond .mini-ce73 #wp-comment-cookies-consent {
  position: relative;
  top: -1px;
  margin-right: 5px;
}
.slider_last_ca86 {
  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;
}
.slider_last_ca86.middle_8088 {
  width: 36px;
  height: 36px;
  min-height: 36px;
  font-size: 1.1em;
}
.slider_last_ca86 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%);
}
.slider_last_ca86:focus,
.slider_last_ca86: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);
}
.notification-orange-6125 {
  border-radius: 10%;
}
.primary_dirty_f2d4 {
  border-radius: 50%;
}
.column-west-a79e {
  font-size: 0.72em;
}
.north-ceda {
  font-size: 0.875em;
}
.wide-5b38 {
  font-size: 1.1em;
}
.nav_west_61e8 {
  text-transform: uppercase;
  line-height: 1.2;
}
.nav_west_61e8.column-west-a79e {
  letter-spacing: 0.5px;
}
.paragraph-center-bab0,
.paragraph-center-bab0 a {
  color: #6d6d6d;
}
.paragraph-center-bab0 a:hover {
  color: #111;
}
.preview-middle-22b3 {
  color: #6d6d6d;
}
.info_f588 {
  overflow-x: hidden;
}
.info_f588 .status-red-c504.chip-stone-cec3 {
  position: relative;
}
.info_f588 .status-red-c504.chip-stone-cec3.item-gas-6c78 {
  position: initial;
}
.info_f588
  .status-red-c504.chip-stone-cec3.item-gas-6c78
  .gallery-27e9 {
  left: auto;
}
.info_f588 .status-red-c504 .gallery-27e9 {
  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;
}
.info_f588 .status-red-c504:hover.chip-stone-cec3 {
  -webkit-transition-delay: 0s !important;
  transition-delay: 0s !important;
  outline: 1px solid #0073aa;
  outline-offset: -1px;
}
.info_f588
  .status-red-c504:hover.chip-stone-cec3
  .gallery-27e9 {
  display: block;
  z-index: 9999999;
}
.info_f588 .video-dynamic-52a2 .blue_7690,
.info_f588 .input-4094 .blue_7690 {
  display: none;
}
.info_f588 .brown_54ce .status-red-c504:hover.chip-stone-cec3 {
  outline: 1px dashed #ff472e;
  outline-offset: -1px;
}
.backdrop_359c .article_c6d3 label,
.backdrop_359c .menu-top-2379 label,
.backdrop_359c .dropdown_light_19d1 label,
.backdrop_359c .narrow-794c label {
  text-transform: uppercase;
  letter-spacing: 0.5px;
  font-size: 0.85em;
}
.popup-green-b3e7 {
  list-style: none;
  margin: 0;
}
.popup-green-b3e7 article.primary-liquid-d964 {
  margin-bottom: 0;
}
.popup-green-b3e7 ul {
  list-style: none;
  margin: 0;
}
.popup-green-b3e7 .bottom_dade li.primary-liquid-d964 {
  padding-left: 30px;
}
@media screen and (min-width: 64em) {
  .popup-green-b3e7 .bottom_dade li.primary-liquid-d964 {
    padding-left: 85px;
    border-left: 1px solid #eaecee;
    position: relative;
    width: 100%;
  }
  .popup-green-b3e7 .bottom_dade li.primary-liquid-d964: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) {
  .popup-green-b3e7 .bottom_dade li.primary-liquid-d964 li.primary-liquid-d964 li.primary-liquid-d964 li.primary-liquid-d964 {
    padding-left: 0;
  }
}
article.primary-liquid-d964 {
  padding: 1.618em 0;
  margin-bottom: 1.618em;
}
article.primary-liquid-d964 .heading_c275 p:last-of-type {
  margin-bottom: 0;
}
article.primary-liquid-d964 .rough_0547 {
  float: left;
}
article.primary-liquid-d964 .cold_b9e0 {
  margin-left: 85px;
}
article.primary-liquid-d964 .active-555b {
  display: block;
  margin: 12px 0 12px;
  padding-bottom: 4px;
  border-bottom: 1px solid #eaecee;
}
article.primary-liquid-d964 .active-555b .pink-ef74 {
  margin-left: 10px;
}
article.primary-liquid-d964 .notification-solid-a734 {
  font-weight: 500;
  text-transform: uppercase;
  line-height: 1;
  font-style: normal;
}
article.primary-liquid-d964 .aside-6547 {
  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 .article_c6d3,
  #respond .dropdown_light_19d1,
  #respond .narrow-794c {
    width: 29.4117647059%;
    margin-right: 5.8823529412%;
    float: left;
  }
}
#respond .article_c6d3 input,
#respond .dropdown_light_19d1 input,
#respond .narrow-794c input {
  width: 100%;
}
#respond .narrow-794c {
  margin-right: 0;
}
#respond .mini-ce73 #wp-comment-cookies-consent {
  position: relative;
  top: -1px;
  margin-right: 5px;
}
.video-dynamic-52a2 .item_52ae {
  color: rgba(255, 255, 255, 0.99);
  background: rgba(0, 0, 0, 0.9);
}
.item_52ae .pressed_88f8.secondary-2302 .icon_bb7b > li > a:focus,
.item_52ae .pressed_88f8.secondary-2302 .icon_bb7b > li > a:hover,
.item_52ae .pressed_88f8.stone_3642 .icon_bb7b > li > a:focus,
.item_52ae .pressed_88f8.stone_3642 .icon_bb7b > li > a:hover,
.item_52ae .pressed_88f8.hero-last-7a60 .icon_bb7b > li > a:focus,
.item_52ae .pressed_88f8.hero-last-7a60 .icon_bb7b > li > a:hover {
  color: rgba(255, 255, 255, 0.99);
}
.item_52ae
  .pressed_88f8.secondary-2302
  .icon_bb7b
  > li.hover-blue-8fd6
  > a,
.item_52ae
  .pressed_88f8.secondary-2302
  .icon_bb7b
  > li.logo_last_5d6f
  > a,
.item_52ae
  .pressed_88f8.stone_3642
  .icon_bb7b
  > li.hover-blue-8fd6
  > a,
.item_52ae
  .pressed_88f8.stone_3642
  .icon_bb7b
  > li.logo_last_5d6f
  > a,
.item_52ae
  .pressed_88f8.hero-last-7a60
  .icon_bb7b
  > li.hover-blue-8fd6
  > a,
.item_52ae .pressed_88f8.hero-last-7a60 .icon_bb7b > li.next-f0c3 > a {
  color: rgba(255, 255, 255, 0.99);
}
.item_52ae .video-7f68,
.item_52ae .video-7f68 a {
  color: rgba(255, 255, 255, 0.99);
}
.item_52ae .feature-2556.frame_out_8069 li a,
.item_52ae .slider-06b2 a,
.item_52ae .hero_left_c1f5,
.item_52ae .icon_bb7b > li > a,
.item_52ae .focused-e23c {
  color: rgba(255, 255, 255, 0.79);
}
.item_52ae .feature-2556.frame_out_8069 li a:hover,
.item_52ae .slider-06b2 a:hover,
.item_52ae .hero_left_c1f5:hover,
.item_52ae .icon_bb7b > li > a:hover,
.item_52ae .focused-e23c:hover {
  color: rgba(255, 255, 255, 0.99);
}
.item_52ae .media-52f6 {
  color: rgba(255, 255, 255, 0.79);
}
.item_52ae .media-52f6 .dirty_5f95 {
  color: rgba(255, 255, 255, 0.99);
}
.item_52ae .media-52f6:hover {
  color: rgba(255, 255, 255, 0.99);
}
.item_52ae .surface-cool-dfa3 .green-6846 {
  background: rgba(255, 255, 255, 0.03);
  border-color: rgba(255, 255, 255, 0.08);
  color: rgba(255, 255, 255, 0.79);
}
.item_52ae .surface-cool-dfa3 .green-6846 .popup_advanced_8d67 {
  color: rgba(255, 255, 255, 0.79);
}
.item_52ae
  .surface-cool-dfa3
  .green-6846
  .popup_advanced_8d67::-webkit-input-placeholder {
  color: rgba(255, 255, 255, 0.79);
}
.item_52ae
  .surface-cool-dfa3
  .green-6846
  .popup_advanced_8d67:-ms-input-placeholder {
  color: rgba(255, 255, 255, 0.79);
}
.item_52ae
  .surface-cool-dfa3
  .green-6846
  .popup_advanced_8d67::-ms-input-placeholder {
  color: rgba(255, 255, 255, 0.79);
}
.item_52ae
  .surface-cool-dfa3
  .green-6846
  .popup_advanced_8d67::placeholder {
  color: rgba(255, 255, 255, 0.79);
}
.item_52ae .surface-cool-dfa3 .slider_huge_3342 {
  color: rgba(255, 255, 255, 0.79);
}
.item_52ae .surface-cool-dfa3 .slider_huge_3342:hover {
  color: rgba(255, 255, 255, 0.99);
}
.up_d65a
  .item_52ae
  .surface-cool-dfa3
  .fixed-3cca
  .badge_paper_15f9 {
  background-color: rgba(255, 255, 255, 0.03);
  border-color: rgba(255, 255, 255, 0.08);
  color: rgba(255, 255, 255, 0.79);
}
.up_d65a
  .item_52ae
  .surface-cool-dfa3
  .fixed-3cca
  .popup_advanced_8d67 {
  background-color: rgba(255, 255, 255, 0.03) !important;
  border-color: rgba(255, 255, 255, 0.08);
  color: rgba(255, 255, 255, 0.79);
}
.video-dynamic-52a2 .accent-9bfe {
  color: rgba(0, 0, 0, 0.6);
  background: rgba(255, 255, 255, 0.9);
}
.accent-9bfe .pressed_88f8.secondary-2302 .icon_bb7b > li > a:focus,
.accent-9bfe .pressed_88f8.secondary-2302 .icon_bb7b > li > a:hover,
.accent-9bfe .pressed_88f8.stone_3642 .icon_bb7b > li > a:focus,
.accent-9bfe .pressed_88f8.stone_3642 .icon_bb7b > li > a:hover,
.accent-9bfe .pressed_88f8.hero-last-7a60 .icon_bb7b > li > a:focus,
.accent-9bfe .pressed_88f8.hero-last-7a60 .icon_bb7b > li > a:hover {
  color: rgba(0, 0, 0, 0.8);
}
.accent-9bfe
  .pressed_88f8.secondary-2302
  .icon_bb7b
  > li.hover-blue-8fd6
  > a,
.accent-9bfe
  .pressed_88f8.secondary-2302
  .icon_bb7b
  > li.logo_last_5d6f
  > a,
.accent-9bfe
  .pressed_88f8.stone_3642
  .icon_bb7b
  > li.hover-blue-8fd6
  > a,
.accent-9bfe
  .pressed_88f8.stone_3642
  .icon_bb7b
  > li.logo_last_5d6f
  > a,
.accent-9bfe
  .pressed_88f8.hero-last-7a60
  .icon_bb7b
  > li.hover-blue-8fd6
  > a,
.accent-9bfe .pressed_88f8.hero-last-7a60 .icon_bb7b > li.next-f0c3 > a {
  color: rgba(0, 0, 0, 0.8);
}
.accent-9bfe .video-7f68,
.accent-9bfe .video-7f68 a {
  color: rgba(0, 0, 0, 0.8);
}
.accent-9bfe .feature-2556.frame_out_8069 li a,
.accent-9bfe .slider-06b2 a,
.accent-9bfe .hero_left_c1f5,
.accent-9bfe .icon_bb7b > li > a,
.accent-9bfe .focused-e23c {
  color: rgba(0, 0, 0, 0.55);
}
.accent-9bfe .feature-2556.frame_out_8069 li a:hover,
.accent-9bfe .slider-06b2 a:hover,
.accent-9bfe .hero_left_c1f5:hover,
.accent-9bfe .icon_bb7b > li > a:hover,
.accent-9bfe .focused-e23c:hover {
  color: rgba(0, 0, 0, 0.8);
}
.accent-9bfe .media-52f6 {
  color: rgba(0, 0, 0, 0.55);
}
.accent-9bfe .media-52f6 .dirty_5f95 {
  color: rgba(0, 0, 0, 0.8);
}
.accent-9bfe .media-52f6:hover {
  color: rgba(0, 0, 0, 0.8);
}
.gallery_warm_1ec9 .accordion-easy-f865 {
  margin-left: auto;
  margin-right: auto;
}
.shadow-1e43 > * {
  margin-left: auto;
  margin-right: auto;
}
.shadow-1e43 .iron_0aa1 {
  margin-right: 1.41575em;
}
.chip-5f55 .shadow-1e43 > .west_cd88 {
  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;
}
.chip-5f55 .shadow-1e43 > .hero-liquid-ef87 {
  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;
}
.article-iron-0986.gallery_warm_1ec9 .accordion-easy-f865,
.chip_ed6b.gallery_warm_1ec9 .accordion-easy-f865 {
  margin-left: 0;
}
.sort-899a.gallery_warm_1ec9 .accordion-easy-f865,
.input-73b4.gallery_warm_1ec9 .accordion-easy-f865 {
  margin-right: 0;
}
.shadow-1e43 ol,
.shadow-1e43 ul {
  margin: 1.5em auto;
  list-style-position: outside;
}
.action_b318 video {
  max-width: 100%;
}
.row-glass-7073 img {
  display: block;
}
.row-glass-7073.iron_0aa1,
.row-glass-7073.dim-2944 {
  width: 100%;
}
.row-glass-7073.hero-liquid-ef87 img {
  width: 100vw;
  width: calc(var(--vw, 1vw) * 100);
}
.chip_5a88:not(.badge_5e09) {
  margin: 1.5em auto;
}
.pink_24b6 p {
  padding: 1.5em 14px;
}
ul.stale-feb2.hero-liquid-ef87,
ul.stale-feb2.west_cd88,
ul.stale-feb2.pagination-fixed-ccc1.west_cd88 {
  padding: 0 14px;
}
.liquid_eb6e {
  display: block;
  overflow-x: auto;
}
.liquid_eb6e table {
  border-collapse: collapse;
  width: 100%;
}
.liquid_eb6e td,
.liquid_eb6e th {
  padding: 0.5em;
}
.shadow-1e43 li {
  margin-left: 2.5em;
  margin-bottom: 6px;
}
.shadow-1e43 ol ol,
.shadow-1e43 ol ul,
.shadow-1e43 ul ol,
.shadow-1e43 ul ul {
  margin-bottom: 0;
  margin-top: 0;
  margin-left: 2.5em;
}
.shadow-1e43 ol ol li,
.shadow-1e43 ol ul li,
.shadow-1e43 ul ol li,
.shadow-1e43 ul ul li {
  margin-left: 0;
}
.heading_liquid_6a03.mask_8555 > .list_orange_327b {
  position: relative;
  width: 100%;
  height: 0;
  padding-top: 56.25%;
}
.heading_liquid_6a03.mask_8555 > .list_orange_327b iframe,
.heading_liquid_6a03.mask_8555 > .list_orange_327b > object {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}
.top-0679 {
  border-left-width: 4px;
  border-left-color: currentColor;
}
.top-0679.aside_next_94fc {
  padding: 0;
}
.top-0679.aside_next_94fc cite {
  font-size: 13px;
}
.top-0679 > * {
  margin-left: 16px;
  margin-right: 16px;
}
.top-0679 cite {
  font-style: normal;
  margin-top: 1em;
  position: relative;
  font-size: 13px;
}
.block_next_ba17 {
  border-bottom: 4px solid currentColor;
  border-top: 4px solid currentColor;
  margin-left: 0;
  margin-right: 0;
  padding: 3em 0;
  text-align: center;
}
.block_next_ba17 > p:first-child {
  margin-top: 0;
}
.block_next_ba17 cite {
  font-size: 13px;
  font-style: normal;
  text-transform: uppercase;
}
.block_next_ba17 blockquote {
  border-left: 0;
}
.caption_white_81dc {
  margin: 3em auto;
  border: none;
  border-bottom: 2px solid currentColor;
}
.caption_white_81dc:not(.sidebar-9cea) {
  max-width: 100px;
}
.caption_white_81dc.content_smooth_d590 {
  border-bottom: none !important;
  text-align: center;
}
.caption_white_81dc.content_smooth_d590::before {
  padding-left: 0;
  font-size: 30px;
}
@media screen and (min-width: 768px) {
  .pink_24b6 p {
    padding: 1.5em 0;
  }
}
.list-f3e6 {
  color: #0073aa;
}
.pagination-aec2 {
  background-color: #0073aa;
}
.gallery-f588 {
  color: #229fd8;
}
.sort-59b3 {
  background-color: #229fd8;
}
.stale_94a3 {
  color: #eee;
}
.card-hard-97d7 {
  background-color: #eee;
}
.shade_1434 {
  color: #444;
}
.dynamic_55d6 {
  background-color: #444;
}
.banner-50e5 {
  padding: 0;
  -webkit-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  text-size-adjust: 100%;
  line-height: 13px;
}
.banner-50e5 .iron_73d6 .slider-06b2 {
  font-size: 15px;
}
.banner-50e5 .slider-06b2 {
  line-height: 1.3;
}
.banner-50e5 .accent-9bfe {
}
.banner-50e5 .item_52ae {
  background: #235787;
}
.tiny-d9cd {
  padding: 0;
}
.tiny-d9cd .item_52ae {
  background: #1a1a1a;
}
.tiny-d9cd .accent-9bfe {
  box-shadow: 0 1px 2px 0 #e1e5ea;
  background: #fff;
}
.banner_hard_e30a {
  padding: 0;
  border-left: none;
  border-right: none;
}
.banner_hard_e30a .accent-9bfe {
  box-shadow: 0 1px 2px 0 #e1e5ea;
}
.banner_hard_e30a .item_52ae {
  background: #303030;
}
.cool-e430 {
  position: relative;
  z-index: 10;
}
.cool-e430 .top_2d33 {
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
  -webkit-box-pack: center;
  justify-content: center;
}
.article-in-47cc .chip-stone-cec3 {
  display: inline-block;
  vertical-align: middle;
}
.article-in-47cc.silver-a38f .chip-stone-cec3 {
  margin-right: 1em;
}
@media screen and (max-width: 1024px) {
  .article-in-47cc.silver-a38f .chip-stone-cec3 {
    margin-right: 1em;
  }
}
@media screen and (max-width: 568px) {
  .article-in-47cc.silver-a38f .chip-stone-cec3 {
    margin-right: 0.4em;
  }
}
.article-in-47cc.silver-a38f .chip-stone-cec3:last-child {
  margin-right: 0;
}
.backdrop_748d .top_2d33 {
  max-width: initial;
}
@media screen and (min-width: 1025px) {
  .video-dynamic-52a2 .iron_73d6 {
    margin: 0 -0.5em;
  }
  .video-dynamic-52a2 .iron_73d6 [class*="customify-col-"],
  .video-dynamic-52a2 .iron_73d6 [class*="customify-col_"],
  .video-dynamic-52a2 .iron_73d6 [class~="customify-col-"] {
    padding-left: 0.5em;
    padding-right: 0.5em;
  }
}
.video-dynamic-52a2.dropdown_0040 .top_2d33 {
  background: 0 0 !important;
}
.video-dynamic-52a2.dropdown_0040 .top_2d33,
.video-dynamic-52a2.backdrop_748d .top_2d33 {
  border: 0 none !important;
  box-shadow: none !important;
}
@media screen and (min-width: 1025px) {
  .video-dynamic-52a2.pagination_fixed_14da {
    background: 0 0 !important;
    border: 0 none;
    box-shadow: none !important;
  }
}
.video-dynamic-52a2.backdrop_748d .top_2d33 {
  box-shadow: none !important;
}
.container-4da0 {
  padding: 21px 0 22px;
  border-bottom: 1px solid #eaecee;
  word-break: break-word;
  background: #f9f9f9;
}
@media screen and (max-width: 1024px) {
  .container-4da0 {
    padding: 19px 0 20px;
  }
}
@media screen and (max-width: 568px) {
  .container-4da0 {
    padding: 18px 0 20px;
  }
}
.container-4da0 .over_6974 {
  width: 100%;
}
.container-4da0 .filter_fast_56ff {
  margin-bottom: 0;
}
.container-4da0 .summary-54f9 {
  margin-top: 5px;
  font-size: 0.875em;
}
.element_cool_0607 {
  padding: 9px 0 9px;
  border-bottom: 1px solid #eaecee;
  color: #6d6d6d;
  line-height: 1.6;
  background: #fff;
}
.element_cool_0607 .nav_center_e009 {
  width: 100%;
}
.bottom_bc5c {
  list-style: none;
  margin: 0 1em;
  padding: 0;
}
.bottom_bc5c li {
  display: inline-block;
  position: relative;
  padding-right: 10px;
}
.bottom_bc5c 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;
}
.bottom_bc5c li:last-child:after {
  display: none;
}
.bottom_bc5c li a {
  font-weight: 500;
  margin-right: 10px;
}
.logo_inner_44c3 .blue_7690 button,
.container-4da0 .blue_7690 button {
  left: 0;
}
.logo_inner_44c3 .nav_center_e009,
.container-4da0 .nav_center_e009 {
  padding-left: 0;
  padding-right: 0;
}
.logo_inner_44c3 .element_cool_0607,
.container-4da0 .element_cool_0607 {
  border-bottom: none;
  padding-bottom: 0;
  background: 0 0;
}
.logo_inner_44c3 {
  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;
}
.logo_inner_44c3: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;
}
.logo_inner_44c3 .old_436b {
  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) {
  .logo_inner_44c3 .old_436b {
    min-height: 300px;
  }
}
@media screen and (max-width: 1024px) {
  .logo_inner_44c3 .old_436b {
    min-height: 250px;
    padding: 1em 15px;
  }
}
@media screen and (max-width: 568px) {
  .logo_inner_44c3 .old_436b {
    min-height: 200px;
  }
}
.logo_inner_44c3 .bottom_bc5c {
  color: rgba(255, 255, 255, 0.8);
}
.logo_inner_44c3 .bottom_bc5c a,
.logo_inner_44c3 .bottom_bc5c li:after {
  color: inherit;
}
.logo_inner_44c3 .bottom_bc5c a:hover {
  color: rgba(255, 255, 255, 0.8);
}
.upper-ccf0 {
  margin-bottom: 0.5em;
}
.header_3fa4 {
  margin-bottom: 1.2em;
}
.header_3fa4,
.upper-ccf0 {
  display: inline-block;
  position: relative;
  color: rgba(255, 255, 255, 0.99);
  z-index: 5;
}
.header_3fa4 p:last-child,
.upper-ccf0 p:last-child {
  margin-bottom: 0;
}
#header-menu-sidebar .blue_7690,
#masthead .blue_7690 {
  display: none;
}
#masthead
  > .blue_7690.next_f861 {
  display: none;
}
#masthead > .blue_7690 button {
  left: 0;
}
.hovered_391a {
  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%;
}
.hovered_391a .chip-stone-cec3 {
  display: -webkit-inline-box;
  display: inline-flex;
  -webkit-box-align: center;
  align-items: center;
  margin-left: 0.5em;
  margin-right: 0.5em;
}
.hovered_391a .tertiary_stone_0160 {
  display: -webkit-box;
  display: flex;
}
.hovered_391a .tertiary_stone_0160.copper-e639 {
  -webkit-box-pack: center;
  justify-content: center;
  margin-left: 1em;
  margin-right: 1em;
}
.hovered_391a .tertiary_stone_0160.sort-ae1d {
  -webkit-box-pack: start;
  justify-content: flex-start;
  margin-right: auto;
  -webkit-box-flex: 1;
  flex: 1 1 0;
}
.hovered_391a .tertiary_stone_0160.slider_stale_acb0 {
  margin-left: auto;
  -webkit-box-pack: end;
  justify-content: flex-end;
  -webkit-box-flex: 1;
  flex: 1 1 0;
}
.hovered_391a.menu-blue-d2ad.last_fdc1 .tertiary_stone_0160.copper-e639 {
  flex-basis: 100%;
}
.hovered_391a.search_gas_59ad .tertiary_stone_0160.sort-ae1d {
  -webkit-box-flex: 1;
  flex: auto;
}
.hovered_391a.search_gas_59ad .tertiary_stone_0160.slider_stale_acb0 {
  -webkit-box-flex: 1;
  flex: auto;
}
#masthead
  > .blue_7690.next_f861 {
  display: none;
}
#masthead > .blue_7690 button {
  left: 0;
}
.large_c09e {
  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;
}
.large_c09e:hover {
  box-shadow: inset 0 0 0 120px rgba(0, 0, 0, 0.18);
  color: #fff;
}
.large_c09e.table_03fb i {
  margin-right: 4px;
}
.large_c09e.feature_iron_a4c4 i {
  margin-left: 5px;
}
.slider-06b2 p {
  font-weight: 500;
  text-transform: uppercase;
  font-size: 13px;
}
.slider-06b2 p:last-child {
  margin-bottom: 0;
}
.button_blue_216b {
  display: -webkit-box;
  display: flex;
  line-height: 0.9;
  vertical-align: middle;
}
.button_blue_216b a {
  display: inline-block;
  text-transform: uppercase;
  letter-spacing: 0.4px;
  font-weight: 600;
}
.button_blue_216b img {
  display: block;
  width: auto;
  line-height: 1;
}
.button_blue_216b .video-7f68 {
  font-size: 1.5em;
  margin: 0;
  font-weight: 600;
  line-height: 1.216;
}
.button_blue_216b .popup_middle_5571 {
  margin: 5px 0 7px 0;
}
.button_blue_216b.shadow-fast-e88b .complex-434e {
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
  -webkit-box-pack: center;
  justify-content: center;
}
.button_blue_216b.shadow-fast-e88b .grid-5934 {
  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;
}
.button_blue_216b.nav-704f {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  flex-direction: row-reverse;
}
.button_blue_216b.nav-704f .complex-434e {
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
  -webkit-box-pack: center;
  justify-content: center;
}
.button_blue_216b.nav-704f .grid-5934 {
  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;
}
.button_blue_216b.right_666f {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
}
.button_blue_216b.tag-down-73c0 {
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
  flex-direction: column-reverse;
}
.button_blue_216b.tag-down-73c0 .grid-5934 {
  margin-top: 7px;
}
.paragraph_out_971d {
  display: inline-block;
}
.cool-e430 .layout_dark_d0bd .button_blue_216b img {
  max-width: 100%;
}
.pressed_88f8 .grid_mini_adc0.fast-39f2,
.widget_2a62 .grid_mini_adc0.fast-39f2 {
  position: relative;
  display: -webkit-inline-box;
  display: inline-flex;
  -webkit-box-align: center;
  align-items: center;
}
.pressed_88f8 .label_d340,
.widget_2a62 .label_d340 {
  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%);
}
.pressed_88f8 .label_d340 {
  display: inline;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-decoration: none !important;
}
.pressed_88f8.solid-24c5 .label_d340 {
  display: none;
}
.pressed_88f8 .out_7d38 {
  list-style: none;
  padding: 0;
  margin: 0;
}
.pressed_88f8 .out_7d38 li {
  display: inline-block;
  position: relative;
}
.pressed_88f8 .out_7d38 li:last-child {
  margin-right: 0;
}
.pressed_88f8 .out_7d38 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;
}
.pressed_88f8 .out_7d38 li.next-f0c3 > a {
  color: rgba(0, 0, 0, 0.9);
}
.pressed_88f8 .out_7d38 > 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;
}
.pressed_88f8 .out_7d38 > li > a i {
  line-height: 0;
}
.pressed_88f8 .out_7d38 > li.frame-3e23 > a .label_d340 {
  margin-left: 4px;
  line-height: 0;
}
.pressed_88f8 .out_7d38 .gallery-right-dd51 li.frame-3e23 > a {
  position: relative;
}
.pressed_88f8 .out_7d38 .gallery-right-dd51 li.frame-3e23 > a:after,
.pressed_88f8 .out_7d38 .gallery-right-dd51 li.frame-3e23 > a:before {
  content: "";
  display: table;
}
.pressed_88f8 .out_7d38 .gallery-right-dd51 li.frame-3e23 > a:after {
  clear: both;
}
.pressed_88f8 .out_7d38 .gallery-right-dd51 li.frame-3e23 > a .label_d340 {
  margin-left: 5px;
  float: right;
}
.pressed_88f8 .border_cbf7,
.pressed_88f8 .gallery-right-dd51 {
  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;
}
.pressed_88f8 .gallery-right-dd51 {
  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;
}
.pressed_88f8 .gallery-right-dd51 .fast-39f2 {
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: justify;
  justify-content: space-between;
}
.pressed_88f8 .gallery-right-dd51 .label_d340 {
  -webkit-transform: rotate(135deg) translateY(0);
  -ms-transform: rotate(135deg) translateY(0);
  transform: rotate(135deg) translateY(0);
}
.pressed_88f8 .gallery-right-dd51 li {
  display: block;
  margin: 0;
  padding: 0;
}
.pressed_88f8 .gallery-right-dd51 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;
}
.pressed_88f8 .gallery-right-dd51 li a:hover {
  background: rgba(0, 0, 0, 0.015);
  color: rgba(0, 0, 0, 0.8);
}
.pressed_88f8 .gallery-right-dd51 .gallery-right-dd51 {
  top: 0;
  left: 100%;
}
.pressed_88f8 .surface_4df0.fn-focus-e535 > .border_cbf7,
.pressed_88f8 .surface_4df0.fn-focus-e535 > .gallery-right-dd51,
.pressed_88f8 .surface_4df0:focus > .border_cbf7,
.pressed_88f8 .surface_4df0:focus > .gallery-right-dd51,
.pressed_88f8 .surface_4df0:hover > .border_cbf7,
.pressed_88f8 .surface_4df0:hover > .gallery-right-dd51 {
  height: auto;
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
  overflow: initial;
  visibility: visible;
  opacity: 1;
}
.pressed_88f8.hero-last-7a60 .icon_bb7b:after,
.pressed_88f8.hero-last-7a60 .icon_bb7b:before {
  content: "";
  display: table;
}
.pressed_88f8.hero-last-7a60 .icon_bb7b:after {
  clear: both;
}
.pressed_88f8.hero-last-7a60 .icon_bb7b > li {
  float: left;
}
.pressed_88f8.frame-large-70e7 .icon_bb7b:after,
.pressed_88f8.frame-large-70e7 .icon_bb7b:before {
  content: "";
  display: table;
}
.pressed_88f8.frame-large-70e7 .icon_bb7b:after {
  clear: both;
}
.pressed_88f8.frame-large-70e7 .icon_bb7b > li {
  float: left;
}
.pressed_88f8.frame-large-70e7 .icon_bb7b > li > a {
  background: 0 0;
  display: -webkit-inline-box;
  display: inline-flex;
  vertical-align: middle;
  -webkit-box-align: center;
  align-items: center;
}
.pressed_88f8.frame-large-70e7 .icon_bb7b > li > a:hover {
  color: #fff;
  background-color: #1e4b75;
}
.pressed_88f8.frame-large-70e7 .icon_bb7b > li.hover-blue-8fd6 > a,
.pressed_88f8.frame-large-70e7 .icon_bb7b > li.next-f0c3 > a {
  color: #fff;
  background-color: #1e4b75;
}
.pressed_88f8.secondary-2302 .icon_bb7b > li > a .fast-39f2 {
  position: relative;
}
.pressed_88f8.secondary-2302 .icon_bb7b > li > a .fast-39f2: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;
}
.pressed_88f8.secondary-2302
  .icon_bb7b
  > li:focus
  > a
  .fast-39f2:before,
.pressed_88f8.secondary-2302
  .icon_bb7b
  > li:hover
  > a
  .fast-39f2:before {
  width: 100%;
  background-color: currentColor;
}
.pressed_88f8.secondary-2302
  .icon_bb7b
  > li.hover-blue-8fd6
  > a
  .fast-39f2:before,
.pressed_88f8.secondary-2302
  .icon_bb7b
  > li.logo_last_5d6f
  > a
  .fast-39f2:before {
  width: 100%;
  background-color: currentColor;
}
.pressed_88f8.stone_3642 .icon_bb7b > li > a .fast-39f2 {
  position: relative;
}
.pressed_88f8.stone_3642 .icon_bb7b > li > a .fast-39f2: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;
}
.pressed_88f8.stone_3642 .icon_bb7b > li:focus > a .fast-39f2:before,
.pressed_88f8.stone_3642
  .icon_bb7b
  > li:hover
  > a
  .fast-39f2:before {
  width: 100%;
  background-color: currentColor;
}
.pressed_88f8.stone_3642
  .icon_bb7b
  > li.hover-blue-8fd6
  > a
  .fast-39f2:before,
.pressed_88f8.stone_3642
  .icon_bb7b
  > li.logo_last_5d6f
  > a
  .fast-39f2:before {
  width: 100%;
  background-color: currentColor;
}
.widget_2a62 .out_7d38 {
  margin: 0;
  padding: 0;
  list-style: none;
}
.widget_2a62 .out_7d38 li:first-child > a {
  border-top: none;
}
.widget_2a62 .out_7d38 .overlay_5a96 > .fast-39f2 .label_d340 {
  display: none;
}
.widget_2a62 .out_7d38 li {
  list-style: none;
  position: relative;
  border-bottom: 1px solid transparent;
}
.widget_2a62 .out_7d38 li:last-child {
  border: none;
}
.widget_2a62 .out_7d38 li.frame-3e23 > a {
  padding-right: 45px !important;
}
.widget_2a62 .out_7d38 li a {
  display: block;
  padding: 0.55em 1.5em;
}
.widget_2a62 .out_7d38 li a:focus,
.widget_2a62 .out_7d38 li a:hover {
  background: rgba(0, 0, 0, 0.01);
}
.widget_2a62 .out_7d38 li .caption-smooth-0c2c {
  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;
}
.widget_2a62 .out_7d38 li .caption-smooth-0c2c:hover {
  box-shadow: none;
}
.widget_2a62 .out_7d38 li .caption-smooth-0c2c .label_d340 {
  -webkit-transform: rotate(-135deg) translateY(50%) translateX(50%);
  -ms-transform: rotate(-135deg) translateY(50%) translateX(50%);
  transform: rotate(-135deg) translateY(50%) translateX(50%);
}
.widget_2a62 .out_7d38 .gallery-right-dd51 {
  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);
}
.widget_2a62 .out_7d38 .gallery-right-dd51 li a {
  padding-left: 3em;
}
.widget_2a62 .out_7d38 .dropdown_hovered_d7f7 > a .caption-smooth-0c2c i {
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
.widget_2a62 .out_7d38 .dropdown_hovered_d7f7 > .gallery-right-dd51 {
  display: block;
  opacity: 1;
}
.huge_42fe {
  max-width: 100%;
}
.under-6c99 {
  line-height: 0;
  cursor: pointer;
}
.focused-e23c {
  line-height: 0;
  display: inline-block;
  position: relative;
  box-shadow: none;
}
.focused-e23c:hover {
  box-shadow: none;
  color: currentColor;
}
.focused-e23c svg {
  width: 18px;
  height: 18px;
}
.focused-e23c .border-first-4df0 {
  display: none;
}
.purple-88e2 {
  position: relative;
}
.purple-88e2.fn-active-e535 .focused-e23c .fast-0648 {
  display: none;
}
.purple-88e2.fn-active-e535 .focused-e23c .border-first-4df0 {
  display: inline-block;
}
.purple-88e2 .out_18ab {
  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);
}
.purple-88e2.icon-d83c .out_18ab {
  left: auto;
  right: -0.9em;
}
.purple-88e2.icon-d83c .upper-10d1::before {
  left: auto;
  right: 15px;
}
.purple-88e2.fn-active-e535 .out_18ab {
  height: auto;
  overflow: initial;
  z-index: 26;
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
}
.fixed-3cca {
  display: -webkit-box;
  display: flex;
  margin-bottom: 0;
  width: 100%;
  max-width: 100%;
}
.fixed-3cca label {
  flex-basis: 100%;
}
.fixed-3cca .green-6846 {
  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;
}
.fixed-3cca .popup_advanced_8d67 {
  display: block;
  width: 100%;
  border-radius: 2px;
  height: 2.4em;
}
.fixed-3cca .popup_advanced_8d67:focus {
  background-color: transparent;
}
.fixed-3cca button.slider_huge_3342 {
  overflow: hidden;
  box-shadow: none;
  margin-left: -40px;
  background: 0 0;
  color: #6d6d6d;
  line-height: 0;
  padding: 0 0.7em;
  min-height: auto;
}
.fixed-3cca button.slider_huge_3342:hover {
  box-shadow: none;
  background-color: transparent;
  color: #686868;
}
.fixed-3cca button.slider_huge_3342 svg {
  width: 18px;
  height: 18px;
}
.fixed-3cca input[type="submit"] {
  min-height: auto;
}
.surface-cool-dfa3 .fixed-3cca .popup_advanced_8d67 {
  border: 0;
  box-shadow: none;
  background-color: transparent;
}
.upper-10d1 {
  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) {
  .upper-10d1 {
    width: 220px;
  }
}
.upper-10d1 label {
  flex-basis: 100%;
}
.upper-10d1::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;
}
.up_d65a .surface-cool-dfa3 .fixed-3cca {
  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;
}
.up_d65a
  .surface-cool-dfa3
  .fixed-3cca
  .green-6846 {
  background-color: transparent;
  min-height: auto;
  flex-basis: 100%;
  display: -webkit-box;
  display: flex;
  border-style: none;
  border: none;
  box-shadow: none;
}
.up_d65a .surface-cool-dfa3 .fixed-3cca .popup_advanced_8d67 {
  border-color: transparent;
  height: auto;
  background-color: transparent;
  border: 0;
  border-style: none;
  box-shadow: none;
  -webkit-box-flex: 0;
  flex: 0 0 auto;
}
.up_d65a
  .surface-cool-dfa3
  .fixed-3cca
  .popup_advanced_8d67:focus {
  background: 0 0;
}
.up_d65a
  .surface-cool-dfa3
  .fixed-3cca
  .badge_paper_15f9 {
  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;
}
.feature-2556 {
  display: inline-block;
  margin: 0;
  padding: 0;
  list-style: none;
  position: relative;
}
.feature-2556 li {
  list-style: none;
  display: inline-block;
  margin: 0 3px;
}
.feature-2556 li:last-child {
  margin-right: 0;
}
.feature-2556 li:first-child {
  margin-left: 0;
}
.feature-2556.solid_beee a {
  color: #fff;
}
.feature-2556.solid_beee a:hover {
  color: #fff;
}
.feature-2556 a {
  color: currentColor;
  text-align: center;
  vertical-align: middle;
  width: 100%;
  padding: 0.4em;
  display: inline-block;
  line-height: 1;
  font-size: 13px;
}
.feature-2556 a i {
  width: 1em;
  height: 1em;
  position: relative;
  display: block;
}
.feature-2556 a i:before {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}
.feature-2556 a:hover {
  opacity: 0.9;
  color: inherit;
}
.feature-2556 [class*="social-icon-apple"] {
  background-color: #999;
}
.feature-2556 [class*="social-icon-apple"].fresh-de05 {
  background-color: transparent;
  color: #999;
}
.feature-2556 [class*="social-icon-behance"] {
  background-color: #1769ff;
}
.feature-2556 [class*="social-icon-behance"].fresh-de05 {
  background-color: transparent;
  color: #1769ff;
}
.feature-2556 [class*="social-icon-bitbucket"] {
  background-color: #205081;
}
.feature-2556 [class*="social-icon-bitbucket"].fresh-de05 {
  background-color: transparent;
  color: #205081;
}
.feature-2556 [class*="social-icon-codepen"] {
  background-color: #000;
}
.feature-2556 [class*="social-icon-codepen"].fresh-de05 {
  background-color: transparent;
  color: #000;
}
.feature-2556 [class*="social-icon-delicious"] {
  background-color: #39f;
}
.feature-2556 [class*="social-icon-delicious"].fresh-de05 {
  background-color: transparent;
  color: #39f;
}
.feature-2556 [class*="social-icon-digg"] {
  background-color: #005be2;
}
.feature-2556 [class*="social-icon-digg"].fresh-de05 {
  background-color: transparent;
  color: #005be2;
}
.feature-2556 [class*="social-icon-dribbble"] {
  background-color: #ea4c89;
}
.feature-2556 [class*="social-icon-dribbble"].fresh-de05 {
  background-color: transparent;
  color: #ea4c89;
}
.feature-2556 [class*="social-icon-envelope"] {
  background-color: #ea4335;
}
.feature-2556 [class*="social-icon-envelope"].fresh-de05 {
  background-color: transparent;
  color: #ea4335;
}
.feature-2556 [class*="social-icon-facebook"] {
  background-color: #3b5998;
}
.feature-2556 [class*="social-icon-facebook"].fresh-de05 {
  background-color: transparent;
  color: #3b5998;
}
.feature-2556 [class*="social-icon-flickr"] {
  background-color: #0063dc;
}
.feature-2556 [class*="social-icon-flickr"].fresh-de05 {
  background-color: transparent;
  color: #0063dc;
}
.feature-2556 [class*="social-icon-foursquare"] {
  background-color: #2d5be3;
}
.feature-2556 [class*="social-icon-foursquare"].fresh-de05 {
  background-color: transparent;
  color: #2d5be3;
}
.feature-2556 [class*="social-icon-github"] {
  background-color: #333;
}
.feature-2556 [class*="social-icon-github"].fresh-de05 {
  background-color: transparent;
  color: #333;
}
.feature-2556 [class*="social-icon-google-plus"] {
  background-color: #dd4b39;
}
.feature-2556 [class*="social-icon-google-plus"].fresh-de05 {
  background-color: transparent;
  color: #dd4b39;
}
.feature-2556 [class*="social-icon-houzz"] {
  background-color: #7ac142;
}
.feature-2556 [class*="social-icon-houzz"].fresh-de05 {
  background-color: transparent;
  color: #7ac142;
}
.feature-2556 [class*="social-icon-instagram"] {
  background-color: #262626;
}
.feature-2556 [class*="social-icon-instagram"].fresh-de05 {
  background-color: transparent;
  color: #262626;
}
.feature-2556 [class*="social-icon-jsfiddle"] {
  background-color: #487aa2;
}
.feature-2556 [class*="social-icon-jsfiddle"].fresh-de05 {
  background-color: transparent;
  color: #487aa2;
}
.feature-2556 [class*="social-icon-linkedin"] {
  background-color: #0077b5;
}
.feature-2556 [class*="social-icon-linkedin"].fresh-de05 {
  background-color: transparent;
  color: #0077b5;
}
.feature-2556 [class*="social-icon-medium"] {
  background-color: #00ab6b;
}
.feature-2556 [class*="social-icon-medium"].fresh-de05 {
  background-color: transparent;
  color: #00ab6b;
}
.feature-2556 [class*="social-icon-odnoklassniki"] {
  background-color: #f4731c;
}
.feature-2556
  [class*="social-icon-odnoklassniki"].fresh-de05 {
  background-color: transparent;
  color: #f4731c;
}
.feature-2556 [class*="social-icon-meetup"] {
  background-color: #ec1c40;
}
.feature-2556 [class*="social-icon-meetup"].fresh-de05 {
  background-color: transparent;
  color: #ec1c40;
}
.feature-2556 [class*="social-icon-pinterest"] {
  background-color: #bd081c;
}
.feature-2556 [class*="social-icon-pinterest"].fresh-de05 {
  background-color: transparent;
  color: #bd081c;
}
.feature-2556 [class*="social-icon-product-hunt"] {
  background-color: #da552f;
}
.feature-2556 [class*="social-icon-product-hunt"].fresh-de05 {
  background-color: transparent;
  color: #da552f;
}
.feature-2556 [class*="social-icon-reddit"] {
  background-color: #ff4500;
}
.feature-2556 [class*="social-icon-reddit"].fresh-de05 {
  background-color: transparent;
  color: #ff4500;
}
.feature-2556 [class*="social-icon-rss"] {
  background-color: #f26522;
}
.feature-2556 [class*="social-icon-rss"].fresh-de05 {
  background-color: transparent;
  color: #f26522;
}
.feature-2556 [class*="social-icon-shopping-cart"] {
  background-color: #4caf50;
}
.feature-2556
  [class*="social-icon-shopping-cart"].fresh-de05 {
  background-color: transparent;
  color: #4caf50;
}
.feature-2556 [class*="social-icon-skype"] {
  background-color: #00aff0;
}
.feature-2556 [class*="social-icon-skype"].fresh-de05 {
  background-color: transparent;
  color: #00aff0;
}
.feature-2556 [class*="social-icon-slideshare"] {
  background-color: #0077b5;
}
.feature-2556 [class*="social-icon-slideshare"].fresh-de05 {
  background-color: transparent;
  color: #0077b5;
}
.feature-2556 [class*="social-icon-snapchat"] {
  background-color: #fffc00;
}
.feature-2556 [class*="social-icon-snapchat"].fresh-de05 {
  background-color: transparent;
  color: #fffc00;
}
.feature-2556 [class*="social-icon-soundcloud"] {
  background-color: #f80;
}
.feature-2556 [class*="social-icon-soundcloud"].fresh-de05 {
  background-color: transparent;
  color: #f80;
}
.feature-2556 [class*="social-icon-spotify"] {
  background-color: #2ebd59;
}
.feature-2556 [class*="social-icon-spotify"].fresh-de05 {
  background-color: transparent;
  color: #2ebd59;
}
.feature-2556 [class*="social-icon-stack-overflow"] {
  background-color: #fe7a15;
}
.feature-2556
  [class*="social-icon-stack-overflow"].fresh-de05 {
  background-color: transparent;
  color: #fe7a15;
}
.feature-2556 [class*="social-icon-maldkfgram"] {
  background-color: #2ca5e0;
}
.feature-2556 [class*="social-icon-maldkfgram"].fresh-de05 {
  background-color: transparent;
  color: #2ca5e0;
}
.feature-2556 [class*="social-icon-tripadvisor"] {
  background-color: #589442;
}
.feature-2556 [class*="social-icon-tripadvisor"].fresh-de05 {
  background-color: transparent;
  color: #589442;
}
.feature-2556 [class*="social-icon-tumblr"] {
  background-color: #35465c;
}
.feature-2556 [class*="social-icon-tumblr"].fresh-de05 {
  background-color: transparent;
  color: #35465c;
}
.feature-2556 [class*="social-icon-twitch"] {
  background-color: #6441a5;
}
.feature-2556 [class*="social-icon-twitch"].fresh-de05 {
  background-color: transparent;
  color: #6441a5;
}
.feature-2556 [class*="social-icon-twitter"] {
  background-color: #1da1f2;
}
.feature-2556 [class*="social-icon-twitter"].fresh-de05 {
  background-color: transparent;
  color: #1da1f2;
}
.feature-2556 [class*="social-icon-vimeo"] {
  background-color: #1ab7ea;
}
.feature-2556 [class*="social-icon-vimeo"].fresh-de05 {
  background-color: transparent;
  color: #1ab7ea;
}
.feature-2556 [class*="social-icon-vk"] {
  background-color: #45668e;
}
.feature-2556 [class*="social-icon-vk"].fresh-de05 {
  background-color: transparent;
  color: #45668e;
}
.feature-2556 [class*="social-icon-weibo"] {
  background-color: #df2029;
}
.feature-2556 [class*="social-icon-weibo"].fresh-de05 {
  background-color: transparent;
  color: #df2029;
}
.feature-2556 [class*="social-icon-weixin"] {
  background-color: #7bb32e;
}
.feature-2556 [class*="social-icon-weixin"].fresh-de05 {
  background-color: transparent;
  color: #7bb32e;
}
.feature-2556 [class*="social-icon-whatsapp"] {
  background-color: #25d366;
}
.feature-2556 [class*="social-icon-whatsapp"].fresh-de05 {
  background-color: transparent;
  color: #25d366;
}
.feature-2556 [class*="social-icon-wordpress"] {
  background-color: #21759b;
}
.feature-2556 [class*="social-icon-wordpress"].fresh-de05 {
  background-color: transparent;
  color: #21759b;
}
.feature-2556 [class*="social-icon-xing"] {
  background-color: #026466;
}
.feature-2556 [class*="social-icon-xing"].fresh-de05 {
  background-color: transparent;
  color: #026466;
}
.feature-2556 [class*="social-icon-yelp"] {
  background-color: #af0606;
}
.feature-2556 [class*="social-icon-yelp"].fresh-de05 {
  background-color: transparent;
  color: #af0606;
}
.feature-2556 [class*="social-icon-youtube"] {
  background-color: #cd201f;
}
.feature-2556 [class*="social-icon-youtube"].fresh-de05 {
  background-color: transparent;
  color: #cd201f;
}
.hero_left_c1f5 {
  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;
}
.hero_left_c1f5:hover {
  box-shadow: none;
  background: 0 0;
}
.avatar_stale_bf01 {
  background: 0 0 !important;
  text-transform: uppercase;
  font-size: 0.85em;
}
.up-8ed5 {
  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;
}
.summary-2291 {
  display: inline-block;
  position: relative;
  vertical-align: middle;
}
.menu_b199 {
  display: block;
  top: 50%;
  background-color: currentcolor;
}
.menu_b199,
.menu_b199::after,
.menu_b199::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;
}
.menu_b199::after,
.menu_b199::before {
  content: "";
  display: block;
  background-color: inherit;
}
.backdrop-wood-ad73 .up-8ed5 .summary-2291 {
  margin-top: -2px;
  width: 19px;
}
.backdrop-wood-ad73 .up-8ed5 .menu_b199 {
  margin-top: -1px;
}
.backdrop-wood-ad73 .up-8ed5 .menu_b199,
.backdrop-wood-ad73 .up-8ed5 .menu_b199::after,
.backdrop-wood-ad73 .up-8ed5 .menu_b199::before {
  width: 19px;
  height: 2px;
}
.backdrop-wood-ad73 .up-8ed5 .menu_b199::before {
  top: -6px;
}
.backdrop-wood-ad73 .up-8ed5 .menu_b199::after {
  bottom: -6px;
}
.pressed_dd13 .up-8ed5 .summary-2291 {
  margin-top: -2px;
  width: 22px;
}
.pressed_dd13 .up-8ed5 .menu_b199 {
  margin-top: -1px;
}
.pressed_dd13 .up-8ed5 .menu_b199,
.pressed_dd13 .up-8ed5 .menu_b199::after,
.pressed_dd13 .up-8ed5 .menu_b199::before {
  width: 22px;
  height: 2px;
}
.pressed_dd13 .up-8ed5 .menu_b199::before {
  top: -7px;
}
.pressed_dd13 .up-8ed5 .menu_b199::after {
  bottom: -7px;
}
.photo_a51c .up-8ed5 .summary-2291 {
  margin-top: -2px;
  width: 31px;
}
.photo_a51c .up-8ed5 .menu_b199 {
  margin-top: -1.5px;
}
.photo_a51c .up-8ed5 .menu_b199,
.photo_a51c .up-8ed5 .menu_b199::after,
.photo_a51c .up-8ed5 .menu_b199::before {
  width: 31px;
  height: 3px;
}
.photo_a51c .up-8ed5 .menu_b199::before {
  top: -9px;
}
.photo_a51c .up-8ed5 .menu_b199::after {
  bottom: -9px;
}
@media screen and (min-width: 1025px) {
  .center_59cf .up-8ed5 .summary-2291 {
    margin-top: -2px;
    width: 19px;
  }
  .center_59cf .up-8ed5 .menu_b199 {
    margin-top: -1px;
  }
  .center_59cf .up-8ed5 .menu_b199,
  .center_59cf .up-8ed5 .menu_b199::after,
  .center_59cf .up-8ed5 .menu_b199::before {
    width: 19px;
    height: 2px;
  }
  .center_59cf .up-8ed5 .menu_b199::before {
    top: -6px;
  }
  .center_59cf .up-8ed5 .menu_b199::after {
    bottom: -6px;
  }
  .sort-57ff .up-8ed5 .summary-2291 {
    margin-top: -2px;
    width: 22px;
  }
  .sort-57ff .up-8ed5 .menu_b199 {
    margin-top: -1px;
  }
  .sort-57ff .up-8ed5 .menu_b199,
  .sort-57ff .up-8ed5 .menu_b199::after,
  .sort-57ff .up-8ed5 .menu_b199::before {
    width: 22px;
    height: 2px;
  }
  .sort-57ff .up-8ed5 .menu_b199::before {
    top: -7px;
  }
  .sort-57ff .up-8ed5 .menu_b199::after {
    bottom: -7px;
  }
  .status_lite_5323 .up-8ed5 .summary-2291 {
    margin-top: -2px;
    width: 31px;
  }
  .status_lite_5323 .up-8ed5 .menu_b199 {
    margin-top: -1.5px;
  }
  .status_lite_5323 .up-8ed5 .menu_b199,
  .status_lite_5323 .up-8ed5 .menu_b199::after,
  .status_lite_5323 .up-8ed5 .menu_b199::before {
    width: 31px;
    height: 3px;
  }
  .status_lite_5323 .up-8ed5 .menu_b199::before {
    top: -9px;
  }
  .status_lite_5323 .up-8ed5 .menu_b199::after {
    bottom: -9px;
  }
}
@media screen and (max-width: 1024px) {
  .upper-62ed .up-8ed5 .summary-2291 {
    margin-top: -2px;
    width: 19px;
  }
  .upper-62ed .up-8ed5 .menu_b199 {
    margin-top: -1px;
  }
  .upper-62ed .up-8ed5 .menu_b199,
  .upper-62ed .up-8ed5 .menu_b199::after,
  .upper-62ed .up-8ed5 .menu_b199::before {
    width: 19px;
    height: 2px;
  }
  .upper-62ed .up-8ed5 .menu_b199::before {
    top: -6px;
  }
  .upper-62ed .up-8ed5 .menu_b199::after {
    bottom: -6px;
  }
  .yellow_f76e .up-8ed5 .summary-2291 {
    margin-top: -2px;
    width: 22px;
  }
  .yellow_f76e .up-8ed5 .menu_b199 {
    margin-top: -1px;
  }
  .yellow_f76e .up-8ed5 .menu_b199,
  .yellow_f76e .up-8ed5 .menu_b199::after,
  .yellow_f76e .up-8ed5 .menu_b199::before {
    width: 22px;
    height: 2px;
  }
  .yellow_f76e .up-8ed5 .menu_b199::before {
    top: -7px;
  }
  .yellow_f76e .up-8ed5 .menu_b199::after {
    bottom: -7px;
  }
  .rough-6507 .up-8ed5 .summary-2291 {
    margin-top: -2px;
    width: 31px;
  }
  .rough-6507 .up-8ed5 .menu_b199 {
    margin-top: -1.5px;
  }
  .rough-6507 .up-8ed5 .menu_b199,
  .rough-6507 .up-8ed5 .menu_b199::after,
  .rough-6507 .up-8ed5 .menu_b199::before {
    width: 31px;
    height: 3px;
  }
  .rough-6507 .up-8ed5 .menu_b199::before {
    top: -9px;
  }
  .rough-6507 .up-8ed5 .menu_b199::after {
    bottom: -9px;
  }
}
@media screen and (max-width: 568px) {
  .focus-b68e .up-8ed5 .summary-2291 {
    margin-top: -2px;
    width: 19px;
  }
  .focus-b68e .up-8ed5 .menu_b199 {
    margin-top: -1px;
  }
  .focus-b68e .up-8ed5 .menu_b199,
  .focus-b68e .up-8ed5 .menu_b199::after,
  .focus-b68e .up-8ed5 .menu_b199::before {
    width: 19px;
    height: 2px;
  }
  .focus-b68e .up-8ed5 .menu_b199::before {
    top: -6px;
  }
  .focus-b68e .up-8ed5 .menu_b199::after {
    bottom: -6px;
  }
  .active-up-aac6 .up-8ed5 .summary-2291 {
    margin-top: -2px;
    width: 22px;
  }
  .active-up-aac6 .up-8ed5 .menu_b199 {
    margin-top: -1px;
  }
  .active-up-aac6 .up-8ed5 .menu_b199,
  .active-up-aac6 .up-8ed5 .menu_b199::after,
  .active-up-aac6 .up-8ed5 .menu_b199::before {
    width: 22px;
    height: 2px;
  }
  .active-up-aac6 .up-8ed5 .menu_b199::before {
    top: -7px;
  }
  .active-up-aac6 .up-8ed5 .menu_b199::after {
    bottom: -7px;
  }
  .feature_short_c7c9 .up-8ed5 .summary-2291 {
    margin-top: -2px;
    width: 31px;
  }
  .feature_short_c7c9 .up-8ed5 .menu_b199 {
    margin-top: -1.5px;
  }
  .feature_short_c7c9 .up-8ed5 .menu_b199,
  .feature_short_c7c9 .up-8ed5 .menu_b199::after,
  .feature_short_c7c9 .up-8ed5 .menu_b199::before {
    width: 31px;
    height: 3px;
  }
  .feature_short_c7c9 .up-8ed5 .menu_b199::before {
    top: -9px;
  }
  .feature_short_c7c9 .up-8ed5 .menu_b199::after {
    bottom: -9px;
  }
}
.aside-active-2c02 .menu_b199 {
  -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);
}
.aside-active-2c02 .menu_b199::before {
  -webkit-transition: top 75ms 0.12s ease, opacity 75ms ease;
  transition: top 75ms 0.12s ease, opacity 75ms ease;
}
.aside-active-2c02 .menu_b199::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);
}
.aside-active-2c02.box_glass_edd5 .menu_b199 {
  -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);
}
.aside-active-2c02.box_glass_edd5 .menu_b199::before {
  top: 0;
  opacity: 0;
  -webkit-transition: top 75ms ease, opacity 75ms 0.12s ease;
  transition: top 75ms ease, opacity 75ms 0.12s ease;
}
.aside-active-2c02.box_glass_edd5 .menu_b199::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);
}
.chip-clean-97b5 {
  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.hard-1d24:before {
  display: none;
}
.input-4094 {
  padding: 0;
  position: fixed;
  width: 100%;
  max-width: 100%;
  top: 0;
  z-index: 999900;
  visibility: hidden;
}
.input-4094 .box-advanced-c28d {
  padding: 1.4em 1.5em;
  border-bottom: 1px solid transparent;
}
.input-4094 .box-advanced-c28d:last-of-type {
  border-bottom: none;
}
.input-4094 .box-advanced-c28d.column_a72b,
.input-4094 .box-advanced-c28d.hidden_clean_1ac2,
.input-4094 .box-advanced-c28d.icon-471a {
  padding: 0;
}
.input-4094 .widget_2a62 .caption-smooth-0c2c {
  color: currentColor;
}
.input-4094 .widget_2a62 .caption-smooth-0c2c:focus,
.input-4094 .widget_2a62 .caption-smooth-0c2c:hover {
  background: rgba(0, 0, 0, 0.01);
}
.input-4094.accent-9bfe .media-52f6,
.input-4094.accent-9bfe .slider-06b2 a,
.input-4094.accent-9bfe .icon_bb7b a,
.input-4094.accent-9bfe .gallery-right-dd51 a {
  color: rgba(0, 0, 0, 0.55);
}
.input-4094.accent-9bfe .media-52f6:hover,
.input-4094.accent-9bfe .slider-06b2 a:hover,
.input-4094.accent-9bfe .icon_bb7b a:hover,
.input-4094.accent-9bfe .gallery-right-dd51 a:hover {
  color: rgba(0, 0, 0, 0.8);
}
.input-4094.accent-9bfe .dirty_5f95 {
  color: rgba(0, 0, 0, 0.8);
}
.input-4094.accent-9bfe .box-advanced-c28d {
  border-color: rgba(0, 0, 0, 0.08);
}
.input-4094.accent-9bfe .box-advanced-c28d:before {
  background: rgba(0, 0, 0, 0.08);
}
.input-4094.accent-9bfe .dropdown_407d:before {
  background: rgba(255, 255, 255, 0.9);
}
.input-4094.accent-9bfe .widget_2a62 .out_7d38 li a,
.input-4094.accent-9bfe .widget_2a62 .caption-smooth-0c2c,
.input-4094.accent-9bfe .gallery-right-dd51 {
  border-color: rgba(0, 0, 0, 0.08);
}
.input-4094.accent-9bfe .widget_2a62 .caption-smooth-0c2c:focus,
.input-4094.accent-9bfe .widget_2a62 .caption-smooth-0c2c:hover {
  background: rgba(0, 0, 0, 0.01);
}
.input-4094.accent-9bfe .out_7d38 li {
  border-color: rgba(0, 0, 0, 0.08);
}
.input-4094.item_52ae .media-52f6,
.input-4094.item_52ae .slider-06b2 a,
.input-4094.item_52ae .icon_bb7b .caption-smooth-0c2c,
.input-4094.item_52ae .icon_bb7b a,
.input-4094.item_52ae .gallery-right-dd51 a {
  color: rgba(255, 255, 255, 0.79);
}
.input-4094.item_52ae .media-52f6:hover,
.input-4094.item_52ae .slider-06b2 a:hover,
.input-4094.item_52ae .icon_bb7b .caption-smooth-0c2c:hover,
.input-4094.item_52ae .icon_bb7b a:hover,
.input-4094.item_52ae .gallery-right-dd51 a:hover {
  color: rgba(255, 255, 255, 0.99);
}
.input-4094.item_52ae .dirty_5f95 {
  color: rgba(255, 255, 255, 0.99);
}
.input-4094.item_52ae .box-advanced-c28d {
  border-color: rgba(255, 255, 255, 0.08);
}
.input-4094.item_52ae .box-advanced-c28d:before {
  background: rgba(255, 255, 255, 0.08);
}
.input-4094.item_52ae .dropdown_407d:before {
  background: rgba(0, 0, 0, 0.9);
}
.input-4094.item_52ae .widget_2a62 .out_7d38 li a,
.input-4094.item_52ae .widget_2a62 .caption-smooth-0c2c,
.input-4094.item_52ae .gallery-right-dd51 {
  border-color: rgba(255, 255, 255, 0.08);
}
.input-4094.item_52ae .widget_2a62 .caption-smooth-0c2c:focus,
.input-4094.item_52ae .widget_2a62 .caption-smooth-0c2c:hover {
  background: rgba(0, 0, 0, 0.01);
}
.input-4094.item_52ae .out_7d38 li {
  border-color: rgba(255, 255, 255, 0.08);
}
.dropdown_407d {
  position: relative;
  word-con: break-word;
  min-height: 100%;
  display: block;
}
.dropdown_407d:before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  display: block;
  min-height: 100%;
}
.wrapper-9506 {
  position: relative;
  word-con: break-word;
  min-height: 100%;
  display: block;
  padding: 1.2em 0;
}
.heading-fixed-1752 .input-4094 {
  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;
}
.heading-fixed-1752 .box-advanced-c28d {
  text-align: center;
  padding: 2em 1.5em;
  border: none;
  position: relative;
}
.heading-fixed-1752 .box-advanced-c28d: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) {
  .heading-fixed-1752 .box-advanced-c28d:before {
    width: 16%;
    left: 42%;
  }
}
.heading-fixed-1752 .box-advanced-c28d:last-child:before {
  content: none;
}
.heading-fixed-1752 .box-advanced-c28d[class*="-menu"] {
  padding: 2.5em 1.5em;
}
.heading-fixed-1752 .widget_2a62 .out_7d38 li a {
  border: none;
  font-size: 140%;
  text-transform: uppercase;
  font-weight: 500;
}
.heading-fixed-1752 .widget_2a62 .out_7d38 li a .caption-smooth-0c2c {
  display: inline-block;
  position: relative;
  border: 0 none;
  margin-right: -1.3em;
  top: -2px;
  padding: 0.28em 0.5em;
}
.heading-fixed-1752 .widget_2a62 .gallery-right-dd51 {
  border: none;
}
.heading-fixed-1752 .widget_2a62 .gallery-right-dd51 li a {
  text-transform: none;
  padding: 0.35em 1.5em;
  font-size: 100%;
}
.heading-fixed-1752 .dropdown_407d {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}
.heading-fixed-1752 .wrapper-9506 {
  max-width: 48em;
  margin: 3em auto;
  padding: 0;
}
.heading-fixed-1752 .item_52ae .dropdown_407d:before {
  background: rgba(0, 0, 0, 0.9);
}
.heading-fixed-1752 .accent-9bfe.wood-9293 .menu_b199 {
  background: rgba(0, 0, 0, 0.6);
}
.heading-fixed-1752
  .accent-9bfe.wood-9293
  .menu_b199::after,
.heading-fixed-1752
  .accent-9bfe.wood-9293
  .menu_b199:before {
  background: inherit;
}
.heading-fixed-1752
  .accent-9bfe.wood-9293:hover
  .menu_b199 {
  background: rgba(0, 0, 0, 0.8);
}
.south_a64e .input-4094 {
  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) {
  .south_a64e .input-4094 {
    width: auto;
    right: 45px;
  }
}
.paper_a651 .input-4094 {
  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) {
  .paper_a651 .input-4094 {
    width: auto;
    left: 45px;
  }
}
.hard-1d24 .input-4094 {
  position: relative;
  height: 0;
  display: block;
  visibility: visible;
  z-index: 999900;
  overflow: hidden;
}
.hard-1d24 .wrapper-9506 {
  max-width: 48em;
  margin: 0 auto;
}
.hard-1d24 .dropdown_407d:before {
  box-shadow: inset 0 0 12px 0 rgba(0, 0, 0, 0.05);
}
.lower-879e {
  overflow-x: hidden;
  position: relative;
  width: 100%;
  display: block;
}
.lower-879e.heading-fixed-1752 .input-4094 {
  z-index: 0;
  opacity: 0;
  height: 100%;
}
.lower-879e.south_a64e .input-4094 {
  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);
}
.lower-879e .input-4094 {
  visibility: visible;
}
.lower-879e.paper_a651 .input-4094 {
  -webkit-transform: translateX(200%);
  -ms-transform: translateX(200%);
  transform: translateX(200%);
  height: 100%;
}
.chip_yellow_f2d2,
.dim-d50a {
  overflow-x: hidden;
}
.chip_yellow_f2d2 .input-4094 {
  overflow: auto;
}
.chip_yellow_f2d2.heading-fixed-1752 {
  overflow: initial;
  position: relative;
  width: 100%;
  display: block;
}
.chip_yellow_f2d2.heading-fixed-1752 .input-4094 {
  z-index: 999900;
  opacity: 1;
  visibility: visible;
}
.chip_yellow_f2d2.heading-fixed-1752 .hero_left_c1f5 {
  opacity: 0;
}
.chip_yellow_f2d2.south_a64e {
  overflow: initial;
  position: relative;
  width: 100%;
  display: block;
}
.chip_yellow_f2d2.south_a64e .input-4094 {
  z-index: 999900;
  height: 100vh;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  left: 0;
  visibility: visible;
}
.chip_yellow_f2d2.south_a64e .hero_left_c1f5 {
  opacity: 0;
}
.chip_yellow_f2d2.paper_a651 {
  overflow: initial;
  position: relative;
  width: 100%;
  display: block;
}
.chip_yellow_f2d2.paper_a651 .input-4094 {
  z-index: 999900;
  height: 100vh;
  max-width: 100vw;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  right: 0;
  visibility: visible;
}
.chip_yellow_f2d2.paper_a651 .hero_left_c1f5 {
  opacity: 0;
}
.chip_yellow_f2d2.hard-1d24 .input-4094 {
  z-index: 10;
  visibility: visible;
}
.wood-9293 {
  display: none;
  z-index: 999910;
  cursor: pointer;
  position: fixed;
  top: 10px;
  right: 12px;
}
.wood-9293 .menu_b199 {
  background: rgba(255, 255, 255, 0.99);
}
.wood-9293 .menu_b199::after,
.wood-9293 .menu_b199:before {
  background: inherit;
}
.wood-9293:hover .menu_b199 {
  background: rgba(255, 255, 255, 0.99);
}
.paper_a651 .wood-9293 {
  top: 10px;
  right: auto;
  left: 12px;
}
.hard-1d24 .wood-9293 {
  display: none !important;
}
.chip_yellow_f2d2:before,
.dim-d50a:before {
  z-index: 999897;
  visibility: visible;
  opacity: 1;
}
.chip_yellow_f2d2 .wood-9293,
.dim-d50a .wood-9293 {
  display: inline-block;
}
.input-4094 .chip-stone-cec3 {
  -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;
}
.chip_yellow_f2d2 .input-4094 .chip-stone-cec3,
.dim-d50a .input-4094 .chip-stone-cec3 {
  opacity: 1;
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
}
.dropdown_up_2832 .green-6846 {
  width: 100%;
}
.layout_dark_d0bd {
  padding: 0 0.5em 0;
}
.layout_dark_d0bd [class*="customify-col-"],
.layout_dark_d0bd [class*="customify-col_"],
.layout_dark_d0bd [class~="customify-col"] {
  padding: 0 0.5em 0;
}
.wrapper-60cd .layout_dark_d0bd {
  padding-left: 1em;
  padding-right: 1em;
}
@media screen and (min-width: 1025px) {
  .iron_73d6 .static_df0d,
  .static_df0d {
    display: none;
  }
  .preview-13d2 {
    text-align: left;
  }
  .accordion_new_c77e {
    text-align: center;
  }
  .main-3f27 {
    text-align: right;
  }
}
@media screen and (max-width: 1024px) {
  .iron_73d6 .notice-complex-79bc,
  .notice-complex-79bc {
    display: none;
  }
  .border-c794 {
    text-align: left;
  }
  .thumbnail-stone-1074 {
    text-align: center;
  }
  .old-172a {
    text-align: right;
  }
}
@media screen and (max-width: 568px) {
  .iron_73d6 .huge_9699,
  .huge_9699 {
    display: none;
  }
  .breadcrumb_c095 {
    text-align: left;
  }
  .backdrop_smooth_2757 {
    text-align: center;
  }
  .pagination_orange_752b {
    text-align: right;
  }
}
#page {
  position: relative;
}
.cold-fbee {
  box-shadow: none !important;
}
.highlight-a86e .tag-d36f,
.basic_ef08 .tag-d36f {
  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;
}
.basic_ef08 .tag-d36f {
  margin-top: 30px;
  margin-bottom: 30px;
}
.top_2d33 {
  position: relative;
  padding-left: 2em;
  padding-right: 2em;
}
.top_2d33:after,
.top_2d33:before {
  content: "";
  display: table;
}
.top_2d33:after {
  clear: both;
}
@media screen and (max-width: 48em) {
  .top_2d33 {
    padding-left: 1em;
    padding-right: 1em;
  }
}
.top_2d33,
.pagination_fixed_14da {
  max-width: 1248px;
  margin: 0 auto;
}

.glass-88d3.detail-84bb .top_2d33 {
  max-width: 100%;
}
.glass-88d3.medium_c601 {
  max-width: 1200px;
  margin: 0 auto;
}
.glass-88d3.title_inner_4ffe .top_2d33 {
  max-width: 100%;
}
.glass-88d3.title_inner_4ffe > .top_2d33 {
  padding-left: 0;
  padding-right: 0;
}
.glass-88d3.title_inner_4ffe > .top_2d33 .iron_73d6 {
  margin: 0;
}
.glass-88d3.title_inner_4ffe
  > .top_2d33
  .east_a90c.yellow_fb1f {
  margin-right: 0;
  margin-left: 0;
}
.glass-88d3.title_inner_4ffe #main.yellow_fb1f {
  padding: 0;
}
#main,
#sidebar-primary,
#sidebar-secondary {
  padding-top: 2.617924em;
  padding-bottom: 2.617924em;
}
@media screen and (max-width: 1024px) {
  .east_928f #main {
    border-left: 0 none;
  }
}
@media screen and (max-width: 1024px) {
  .east_928f #sidebar-secondary {
    -webkit-box-ordinal-group: 6;
    order: 5;
    display: none;
  }
}
@media screen and (min-width: 48em) {
  .cool-a971 .accordion-easy-f865 {
    padding-right: 1em;
  }
  .cool-a971.sort-action-5159 .east_a90c {
    border-right: 1px solid #eaecee;
  }
  .cool-a971.sort-action-5159 .accordion-easy-f865 {
    padding-right: 1em;
  }
  .cool-a971.sort-action-5159 .old-a037 {
    padding-left: 1em;
  }
}
@media screen and (min-width: 48em) {
  .pattern-4bf5 .accordion-easy-f865 {
    padding-left: 1em;
  }
  .pattern-4bf5.sort-action-5159 .east_a90c {
    border-left: 1px solid #eaecee;
  }
  .pattern-4bf5.sort-action-5159 .accordion-easy-f865 {
    padding-left: 1em;
  }
  .pattern-4bf5.sort-action-5159 .old-a037 {
    padding-right: 1em;
  }
}
@media screen and (min-width: 48em) {
  .popup_492a .accordion-easy-f865 {
    padding-left: 1em;
  }
  .popup_492a.sort-action-5159 .carousel_lower_8b67 {
    border-right: 1px solid #eaecee;
  }
  .popup_492a.sort-action-5159 .status_white_3b6d {
    border-right: 1px solid #eaecee;
  }
  .popup_492a.sort-action-5159 .accordion-easy-f865 {
    padding-left: 1em;
  }
  .popup_492a.sort-action-5159 .old-a037 {
    padding-right: 1em;
  }
  .popup_492a.sort-action-5159 .action-5b79 {
    padding-left: 1em;
    padding-right: 1em;
  }
}
@media screen and (min-width: 48em) {
  .nav_upper_fe72 .accordion-easy-f865 {
    padding-right: 1em;
  }
  .nav_upper_fe72.sort-action-5159 .carousel_lower_8b67 {
    border-left: 1px solid #eaecee;
  }
  .nav_upper_fe72.sort-action-5159 .status_white_3b6d {
    border-left: 1px solid #eaecee;
  }
  .nav_upper_fe72.sort-action-5159 .accordion-easy-f865 {
    padding-right: 1em;
  }
  .nav_upper_fe72.sort-action-5159 .old-a037 {
    padding-left: 1em;
    padding-right: 1em;
  }
  .nav_upper_fe72.sort-action-5159 .action-5b79 {
    padding-left: 1em;
  }
}
@media screen and (min-width: 48em) {
  .east_928f .accordion-easy-f865 {
    padding-left: 1em;
    padding-right: 1em;
  }
  .east_928f.sort-action-5159 .east_a90c {
    border-left: 1px solid #eaecee;
    border-right: 1px solid #eaecee;
  }
  .east_928f.sort-action-5159 .accordion-easy-f865 {
    padding-left: 1em;
    padding-right: 1em;
  }
  .east_928f.sort-action-5159 .old-a037 {
    padding-left: 1em;
  }
  .east_928f.sort-action-5159 .action-5b79 {
    padding-right: 1em;
  }
}
@media screen and (max-width: 64em) {
  .east_928f.sort-action-5159 .accordion-easy-f865 {
    padding-left: 0;
  }
}
.mask-last-0e90 .article-in-47cc {
  display: inline-block;
}
.accent_8461 {
  display: inline-block;
}
.warm-2082 {
  word-con: break-word;
}
.hard-5f53 > span {
  display: inline-block;
  padding: 5px 0;
}
.hard-5f53 .backdrop-old-0c2c {
  margin-left: 8px;
  margin-right: 8px;
}
.hard-5f53 .badge-in-0e3e img {
  vertical-align: middle;
  overflow: hidden;
  border-radius: 50%;
  margin-right: 5px;
}
.content_dark_a691 .brown-d57d {
  margin-bottom: 2em;
}
.content_dark_a691 .soft_f8ad {
  margin-bottom: 15px;
}
.content_dark_a691 .soft_f8ad:last-child {
  margin-bottom: 0;
}
.content_dark_a691 .plasma_1b8f {
  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) {
  .content_dark_a691 .plasma_1b8f {
    display: block;
  }
}
.content_dark_a691 .small-3ba9 {
  position: relative;
  max-width: 100%;
  flex-basis: 40%;
  padding-top: 0;
  overflow: hidden;
}
@media screen and (max-width: 568px) {
  .content_dark_a691 .small-3ba9 {
    margin-bottom: 1em;
    width: 100% !important;
    padding-top: 56.25%;
  }
}
.content_dark_a691 .element_801f {
  position: absolute;
  top: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: flex;
  line-height: 0;
  background-color: #d5d5d5;
}
.content_dark_a691 .element_801f img {
  -o-object-fit: cover;
  object-fit: cover;
  width: 100%;
  height: auto;
}
.content_dark_a691 .element_801f a {
  position: absolute;
  top: 0;
  top: 0;
  display: block;
}
.content_dark_a691 .warm-2082 {
  font-size: 1.5em;
  font-weight: 500;
  word-con: break-word;
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
}
.content_dark_a691 .warm-2082 a {
  text-align: inherit;
  display: block;
  flex-basis: 100%;
}
.content_dark_a691 .chip-2771 p:last-child {
  margin-bottom: 0;
}
.content_dark_a691 .info-51d1 {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: block;
  z-index: 30;
}
.content_dark_a691 .pressed-6ec9 {
  -webkit-box-flex: 1;
  flex: 1;
  word-con: break-word;
  max-width: 100%;
}
.content_dark_a691 .bottom-cc6d {
  margin-top: 1em;
}
.content_dark_a691 .dim-669d {
  top: 0;
  display: block;
}
.content_dark_a691 .dim-669d a {
  color: inherit;
}
.content_dark_a691 .dim-669d a:hover {
  color: inherit;
}
.content_dark_a691 .focused_0a1e {
  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;
}
.content_dark_a691 .focused_0a1e:hover {
  background: #235787;
  color: #fff;
  border-color: #235787;
}
.content_dark_a691 .pressed-6ec9 {
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-flow: column nowrap;
}
.content_dark_a691 .text-pro-c4b6 {
  position: relative;
  width: 100%;
  margin-bottom: 15px;
}
.content_dark_a691 .text-pro-c4b6:first-child {
  margin-top: 0;
}
.content_dark_a691 .text-pro-c4b6.carousel_steel_8905 {
  -webkit-box-flex: 0;
  flex: none;
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.content_dark_a691 .text-pro-c4b6.purple_8f32 {
  display: -webkit-box;
  display: flex;
  margin-top: auto;
  margin-bottom: 0;
  -webkit-box-pack: justify;
  justify-content: space-between;
}
.content_dark_a691
  .text-pro-c4b6.purple_8f32.content-9cd9
  .bottom-cc6d {
  width: 100%;
}
.content_dark_a691 .purple_8f32 {
  -webkit-box-align: center;
  align-items: center;
}
.content_dark_a691 .purple_8f32 .hard-5f53,
.content_dark_a691 .purple_8f32 > * {
  margin-bottom: 0;
  margin-top: 0;
  display: inline-block;
}
.content_dark_a691 .element_801f {
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
.content_dark_a691 .element_801f img {
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
.content_dark_a691 .element_801f: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;
}
.content_dark_a691 .carousel_steel_8905 {
  z-index: 5;
}
.content_dark_a691 .feature-steel-2a63 .tiny-bef3 {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  display: block;
}
.content_dark_a691 .row_fresh_ca41 .tiny-bef3 {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  display: block;
}
.content_dark_a691 .item_yellow_b607 .tiny-bef3 {
  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;
}
.content_dark_a691.summary_8a62 .plasma_1b8f,
.content_dark_a691.middle_aa80 .plasma_1b8f {
  display: block;
}
.content_dark_a691.summary_8a62 .plasma_1b8f .thumbnail-7d6f,
.content_dark_a691.summary_8a62 .plasma_1b8f .pressed-6ec9,
.content_dark_a691.middle_aa80 .plasma_1b8f .thumbnail-7d6f,
.content_dark_a691.middle_aa80 .plasma_1b8f .pressed-6ec9 {
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
}
.content_dark_a691.logo-south-37d5 .small-3ba9 {
  margin-right: 2em;
}
@media screen and (max-width: 568px) {
  .content_dark_a691.logo-south-37d5 .small-3ba9 {
    margin-right: 0;
  }
}
.content_dark_a691.summary_8a62 .small-3ba9,
.content_dark_a691.middle_aa80 .small-3ba9 {
  padding-top: 40%;
}
.content_dark_a691.summary_8a62 .brown-d57d,
.content_dark_a691.middle_aa80 .brown-d57d {
  display: block;
}
.content_dark_a691.summary_8a62 .fn-sticky-e535 .pressed-6ec9,
.content_dark_a691.middle_aa80 .fn-sticky-e535 .pressed-6ec9 {
  background-color: #fcf8e3;
  border: 1px solid #faf2cc;
  border-top: 0 none;
  color: #8a6d3b;
  padding: 1em;
}
.content_dark_a691.summary_8a62 .small-3ba9,
.content_dark_a691.middle_aa80 .small-3ba9 {
  margin-bottom: 1em;
  display: block;
  position: relative;
}
.content_dark_a691.summary_8a62 .pressed-6ec9 {
  padding: 1em;
}
.main-fluid-ad7c {
  margin: 30px auto;
  display: block;
}
.main-fluid-ad7c .mask-red-977f > * {
  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;
}
.main-fluid-ad7c .mask-red-977f > :hover {
  border-color: #235787;
  background: #235787;
  color: #fff;
}
.main-fluid-ad7c .mask-red-977f span {
  border-color: #235787;
  background: #235787;
  color: #fff;
}
.solid-d940 .hard-5f53 {
  margin-bottom: 1.41575em;
}
.solid-d940 .cold-9082 {
  margin-bottom: 1.618em;
}
.shadow-1e43 .texture_stale_c55d {
  display: block;
  margin: 5px 0 20px;
  font-weight: 500;
}
.shadow-1e43 .texture_stale_c55d a {
  border: 1px solid #eaecee;
  padding: 5px 12px 5px;
  text-transform: uppercase;
  color: #686868;
  margin: 0 2px;
}
.shadow-1e43 .fluid_80ed {
  max-width: 100%;
  overflow: auto;
}
.gallery_warm_1ec9 .shadow-1e43 a:hover {
  text-decoration: underline;
}
.static-d123 .soft_f8ad:not(.warm-2082),
.static-d123 .element_801f {
  margin-bottom: 1.41575em;
}
.static-d123 .soft_f8ad:not(.warm-2082):last-child,
.static-d123 .element_801f:last-child {
  margin-bottom: 0;
}
.static-d123 .soft_f8ad.message_6e18 {
  margin-bottom: 0.41575em;
}
.static-d123 .detail_pink_853f:before,
.static-d123 .component-6286:before {
  font: normal normal normal 16px/1 FontAwesome;
  text-decoration: inherit;
  text-transform: none;
  position: relative;
  margin-right: 5px;
  color: #6d6d6d;
}
.static-d123 .detail_pink_853f:before {
  content: "\f115";
}
.static-d123 .component-6286:before {
  content: "\f02c";
}
.static-d123 .accent-plasma-4b4b {
  display: block;
  width: 100%;
  margin-top: 0.5407911001em;
}
.static-d123 .accent-plasma-4b4b a {
  text-transform: uppercase;
  font-weight: 500;
  font-size: 80%;
  letter-spacing: 0.5px;
}
.badge-light-2c60 {
  display: -webkit-box;
  display: flex;
}
.badge-light-2c60 .south-9c99 {
  flex-basis: 90px;
}
@media screen and (max-width: 568px) {
  .badge-light-2c60 .south-9c99 {
    flex-basis: 90px;
  }
}
.badge-light-2c60 .image_narrow_b4a2 {
  flex-basis: calc(100% - 90px);
  margin-left: 1.5em;
}
@media screen and (max-width: 568px) {
  .badge-light-2c60 .image_narrow_b4a2 {
    flex-basis: calc(100% - 50px);
  }
}
.badge-light-2c60 .text-bottom-aba8 p:last-child {
  margin-bottom: 0.72em;
}
.mask-7404 .mask-red-977f {
  padding: 16px 0 15px;
  border-top: 1px solid #eaecee;
  border-bottom: 1px solid #eaecee;
}
.mask-7404 .mask-red-977f:after,
.mask-7404 .mask-red-977f:before {
  content: "";
  display: table;
}
.mask-7404 .mask-red-977f:after {
  clear: both;
}
.mask-7404 .mask-red-977f .logo_steel_2276,
.mask-7404 .mask-red-977f .narrow_9e0a {
  width: 49%;
}
.mask-7404 .mask-red-977f .logo_steel_2276 a span.shade_13ad,
.mask-7404 .mask-red-977f .narrow_9e0a a span.shade_13ad {
  display: block;
  margin-bottom: 5px;
}
.mask-7404 .mask-red-977f .narrow_9e0a {
  float: left;
  text-align: left;
}
.mask-7404 .mask-red-977f .logo_steel_2276 {
  float: right;
  text-align: right;
}
.slider-next-7a15 {
  margin-bottom: 0.41575em;
}
@media screen and (max-width: 568px) {
  .slider-next-7a15 {
    margin-bottom: 0;
  }
}
.dirty-0e71 {
  margin-bottom: 1em;
}
.dirty-0e71 .warm-2082 {
  font-size: 1.1em;
  line-height: 1.3;
}
.status_gas_ae99 a {
  display: block;
  line-height: 0;
  position: relative;
}
.picture-f20d .dirty-0e71,
.pattern_2ac4 .dirty-0e71 {
  display: -webkit-box;
  display: flex;
}
@media screen and (max-width: 568px) {
  .picture-f20d .dirty-0e71,
  .pattern_2ac4 .dirty-0e71 {
    display: block;
  }
}
.picture-f20d .status_gas_ae99,
.pattern_2ac4 .status_gas_ae99 {
  flex-basis: 160px;
  position: relative;
}
@media screen and (max-width: 568px) {
  .picture-f20d .status_gas_ae99,
  .pattern_2ac4 .status_gas_ae99 {
    margin-bottom: 1em;
  }
}
.picture-f20d .status_gas_ae99 img,
.pattern_2ac4 .status_gas_ae99 img {
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  display: block;
}
.picture-f20d .complex_b145,
.pattern_2ac4 .complex_b145 {
  flex-basis: calc(100% - 160px);
}
.picture-f20d .complex_b145 p,
.pattern_2ac4 .complex_b145 p {
  margin-bottom: 0;
}
.picture-f20d .complex_b145 {
  padding-left: 1em;
}
@media screen and (max-width: 568px) {
  .picture-f20d .complex_b145 {
    padding-left: 0;
  }
}
.pattern_2ac4 .complex_b145 {
  -webkit-box-ordinal-group: 2;
  order: 1;
  padding-right: 1em;
}
@media screen and (max-width: 568px) {
  .pattern_2ac4 .complex_b145 {
    padding-right: 0;
  }
}
.pattern_2ac4 .status_gas_ae99 {
  -webkit-box-ordinal-group: 3;
  order: 2;
}
.table_3eac .status_gas_ae99 {
  margin-bottom: 0.5em;
}
.table_3eac .status_gas_ae99 img {
  width: 100%;
}
.description_orange_0c3d .button_stone_41e7,
.banner-silver-8e12 .button_stone_41e7 {
  margin-bottom: 35px;
  padding-bottom: 20px;
  border-bottom: 1px solid #eaecee;
}
.banner-silver-8e12 .east_a90c .south_f07d p:last-child {
  margin-bottom: 0;
}
.link_gas_a5f0 {
  font-size: 16px;
  text-transform: uppercase;
  font-weight: 500;
  color: currentColor;
  margin-bottom: 20px;
}
.pagination_390f .input-5a28 {
  margin-bottom: 2em;
}
@media screen and (min-width: 1025px) {
  .pagination_390f .input-5a28:last-of-type {
    margin-bottom: 0;
  }
}
.pagination_390f .input-5a28 ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.pagination_390f .input-5a28 ul:after {
  clear: both;
  content: ".";
  display: block;
  height: 0;
  visibility: hidden;
}
.pagination_390f .input-5a28 ul li {
  margin: 0 0 0.6em;
}
.pagination_390f .input-5a28 ul li.primary-25cc,
.pagination_390f .input-5a28 ul li.glass_e94f {
  position: relative;
}
.pagination_390f .input-5a28 ul li.primary-25cc .badge_9321,
.pagination_390f .input-5a28 ul li.glass_e94f .badge_9321 {
  right: 0;
  background: #eaecee;
  color: #999;
  padding: 0 0.5em;
  border-radius: 0.9em;
  font-size: 12px;
  position: absolute;
  top: 4px;
}
.pagination_390f .input-5a28 ul li.primary-25cc:after:after,
.pagination_390f .input-5a28 ul li.primary-25cc:after:before,
.pagination_390f
  .input-5a28
  ul
  li.glass_e94f:after:after,
.pagination_390f
  .input-5a28
  ul
  li.glass_e94f:after:before {
  content: "";
  display: table;
}
.pagination_390f .input-5a28 ul li.primary-25cc:after:after,
.pagination_390f
  .input-5a28
  ul
  li.glass_e94f:after:after {
  clear: both;
}
.pagination_390f .input-5a28 a.primary_light_c27f:hover {
  text-decoration: none;
}
.pagination_390f .input-5a28 select {
  max-width: 100%;
}
.pagination_390f .input-5a28 table {
  font-size: 85%;
}
.pagination_390f .input-5a28 table td,
.pagination_390f .input-5a28 table th {
  padding: 0.2360828548em;
  text-align: center;
}
.pagination_390f .input-5a28 table tfoot td {
  text-align: left;
}
.pagination_390f .input-5a28 :last-child {
  margin-bottom: 0;
}
.pagination_390f .input-5a28 .row-1c10 {
  display: -webkit-box;
  display: flex;
  width: 100%;
  max-width: 100%;
}
.pagination_390f .input-5a28 .row-1c10 label {
  width: 100%;
}
.pagination_390f .input-5a28 .row-1c10 .popup_advanced_8d67 {
  width: 100%;
  display: block;
}
.pagination_390f .input-5a28 .row-1c10 .slider_huge_3342 {
  padding: 9px 14px;
  margin-left: -46px;
  overflow: hidden;
  box-shadow: none;
  background: 0 0;
  color: #aaa;
  line-height: 0;
}
.pagination_390f .input-5a28 .row-1c10 .slider_huge_3342:hover svg #svg-search {
  fill: #444;
}
.pagination_390f .input-5a28 .row-1c10 .slider_huge_3342 svg {
  width: 18px;
  height: 18px;
}
.pagination_390f .dark_8351 ul ul,
.pagination_390f .text_green_fa87 ul ul,
.pagination_390f .lower_aa30 ul ul,
.pagination_390f .huge_66e4 ul ul {
  margin-top: 0.3819820591em;
  margin-left: 0;
  margin-bottom: -0.3819820591em;
}
.pagination_390f .dark_8351 .frame-3e23 > a,
.pagination_390f .text_green_fa87 .frame-3e23 > a,
.pagination_390f .lower_aa30 .frame-3e23 > a,
.pagination_390f .huge_66e4 .frame-3e23 > a {
  margin-bottom: 0;
}
.pagination_390f .sidebar_2460 li,
.pagination_390f .dark_8351 li,
.pagination_390f .white_1f17 li,
.pagination_390f .text_green_fa87 li,
.pagination_390f .lower_aa30 li,
.pagination_390f .huge_66e4 li,
.pagination_390f .pagination-e718 li,
.pagination_390f .feature-4bea li {
  display: block;
  position: relative;
}
.pagination_390f .sidebar_2460 li:last-child,
.pagination_390f .dark_8351 li:last-child,
.pagination_390f .white_1f17 li:last-child,
.pagination_390f .text_green_fa87 li:last-child,
.pagination_390f .lower_aa30 li:last-child,
.pagination_390f .huge_66e4 li:last-child,
.pagination_390f .pagination-e718 li:last-child,
.pagination_390f .feature-4bea li:last-child {
  border: none;
}
.pagination_390f .sidebar_2460 li a,
.pagination_390f .dark_8351 li a,
.pagination_390f .white_1f17 li a,
.pagination_390f .text_green_fa87 li a,
.pagination_390f .lower_aa30 li a,
.pagination_390f .huge_66e4 li a,
.pagination_390f .pagination-e718 li a,
.pagination_390f .feature-4bea li a {
  display: block;
  width: 100%;
  padding-bottom: 0.6em;
  margin-bottom: 0.6em;
  border-bottom: 1px solid #eaecee;
  position: relative;
}
.pagination_390f .sidebar_2460 li ul li::before,
.pagination_390f .dark_8351 li ul li::before,
.pagination_390f .white_1f17 li ul li::before,
.pagination_390f .text_green_fa87 li ul li::before,
.pagination_390f .lower_aa30 li ul li::before,
.pagination_390f .huge_66e4 li ul li::before,
.pagination_390f .pagination-e718 li ul li::before,
.pagination_390f .feature-4bea li ul li::before {
  left: 15px;
}
.pagination_390f .sidebar_2460 li ul a,
.pagination_390f .dark_8351 li ul a,
.pagination_390f .white_1f17 li ul a,
.pagination_390f .text_green_fa87 li ul a,
.pagination_390f .lower_aa30 li ul a,
.pagination_390f .huge_66e4 li ul a,
.pagination_390f .pagination-e718 li ul a,
.pagination_390f .feature-4bea li ul a {
  padding-left: 20px;
}
.pagination_390f .sidebar_2460 li ul ul li::before,
.pagination_390f .dark_8351 li ul ul li::before,
.pagination_390f .white_1f17 li ul ul li::before,
.pagination_390f .text_green_fa87 li ul ul li::before,
.pagination_390f .lower_aa30 li ul ul li::before,
.pagination_390f .huge_66e4 li ul ul li::before,
.pagination_390f .pagination-e718 li ul ul li::before,
.pagination_390f .feature-4bea li ul ul li::before {
  left: 30px;
}
.pagination_390f .sidebar_2460 li ul ul a,
.pagination_390f .dark_8351 li ul ul a,
.pagination_390f .white_1f17 li ul ul a,
.pagination_390f .text_green_fa87 li ul ul a,
.pagination_390f .lower_aa30 li ul ul a,
.pagination_390f .huge_66e4 li ul ul a,
.pagination_390f .pagination-e718 li ul ul a,
.pagination_390f .feature-4bea li ul ul a {
  padding-left: 40px;
}
.pagination_390f .sort-hovered-4432 li {
  padding-bottom: 0.6em;
  border-bottom: 1px solid #eaecee;
  position: relative;
}
.pagination_390f .feature-4bea ul li {
  margin-bottom: 1.41575em;
}
.pagination_390f .feature-4bea ul li .photo_stale_9809 {
  font-weight: 400;
  font-size: 1.2em;
  line-height: 1.28;
}
.pagination_390f .feature-4bea ul li .detail-b79d {
  display: block;
  margin: 0.5407911001em 0;
  font-size: 85%;
}
.item_52ae .sidebar_2460 li a,
.item_52ae .dark_8351 li a,
.item_52ae .white_1f17 li a,
.item_52ae .text_green_fa87 li a,
.item_52ae .lower_aa30 li a,
.item_52ae .huge_66e4 li a,
.item_52ae .pagination-e718 li a,
.item_52ae .feature-4bea li a {
  border-color: rgba(255, 255, 255, 0.08);
}
.item_52ae .sort-hovered-4432 li {
  border-color: rgba(255, 255, 255, 0.08);
}
.item_52ae .input-5a28 ul li.primary-25cc .badge_9321,
.item_52ae .input-5a28 ul li.glass_e94f .badge_9321 {
  background: rgba(0, 0, 0, 0.2);
}
.item_52ae .pagination_390f .input-5a28 select {
  border-color: rgba(255, 255, 255, 0.08);
}
.glass-88d3 .pagination_390f .out_7d38 li {
  margin: 0;
}
.glass-88d3 .pagination_390f .out_7d38 li a {
  display: block;
  padding: 0.6em 0 0.6em;
}
.glass-88d3 .pagination_390f .out_7d38 li ul {
  margin: 0;
}
.glass-88d3 .pagination_390f .out_7d38 li ul li a {
  padding-left: 15px;
}
.glass-88d3 .pagination_390f .out_7d38 li ul li li a {
  padding-left: 30px;
}
.glass-88d3 .pagination_390f .out_7d38 li.next-f0c3 > a {
  position: relative;
  border: 1px solid #eaecee;
  border-left: none;
  border-right: none;
  font-size: 110%;
}
.glass-88d3 .pagination_390f .out_7d38 li.next-f0c3 > 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;
}
.glass-88d3 .pagination_390f .out_7d38 li.next-f0c3 > 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;
}
.photo-dark-846e a {
  border: 1px solid currentColor;
  border-radius: 2px;
  display: inline-block;
  font-size: 0.875em !important;
  margin-bottom: 5px;
  padding: 1px 10px 1px;
}
.frame_7288 {
  position: relative;
  z-index: 10;
}
.frame_7288 .chip-stone-cec3 {
  width: 100%;
  max-width: 100%;
}
.preview_32d7 .notice-focused-7e76 {
  padding-top: 2em;
  padding-bottom: 2em;
}
.preview_32d7 .accent-9bfe {
}
.preview_32d7 .item_52ae {
  background: #292929;
}
.dynamic_a91e .notice-focused-7e76 {
  padding-top: 2.5em;
  padding-bottom: 2.5em;
}
.dynamic_a91e .accent-9bfe {
  background: #f9f9f9;
}
.dynamic_a91e .item_52ae {
  background: #303030;
}
.gold-329e .notice-focused-7e76 {
  padding-top: 1.5em;
  padding-bottom: 1.5em;
}
@media screen and (max-width: 568px) {
  .gold-329e .article-in-47cc {
    margin-bottom: 1em;
  }
  .gold-329e .article-in-47cc:last-child {
    margin-bottom: 0;
  }
}
.gold-329e .accent-9bfe {
  background: #ededed;
}
.gold-329e .item_52ae {
  background: #1a1a1a;
}
.notice-focused-7e76.accent-9bfe {
  color: rgba(0, 0, 0, 0.6);
}
.notice-focused-7e76.accent-9bfe .photo-hovered-8385 li {
  border-color: rgba(0, 0, 0, 0.08);
}
.notice-focused-7e76.item_52ae {
  color: rgba(255, 255, 255, 0.99);
}
.notice-focused-7e76.item_52ae a:not(.primary_light_c27f) {
  color: rgba(255, 255, 255, 0.79);
}
.notice-focused-7e76.item_52ae a:not(.primary_light_c27f):hover {
  color: rgba(255, 255, 255, 0.99);
}
.notice-focused-7e76.item_52ae .photo-hovered-8385 li {
  border-color: rgba(255, 255, 255, 0.08);
}
.notice-focused-7e76.item_52ae table tbody td,
.notice-focused-7e76.item_52ae table th {
  background: rgba(0, 0, 0, 0.08);
}
.brown_54ce.backdrop_748d .top_2d33 {
  max-width: initial;
}
.brown_54ce .silver-a38f {
  -webkit-box-pack: start;
  justify-content: flex-start;
}
.brown_54ce .silver-a38f .chip-stone-cec3 {
  width: auto;
}
@media screen and (max-width: 1024px) {
  .brown_54ce .silver-a38f .chip-stone-cec3 {
    display: block;
    margin-bottom: 2em;
  }
  .brown_54ce .silver-a38f .chip-stone-cec3:last-child {
    margin-bottom: 0;
  }
}
.gold-329e .article-in-47cc:last-child,
.dynamic_a91e .article-in-47cc:last-child,
.preview_32d7 .article-in-47cc:last-child {
  margin-bottom: 0;
}
.gold-329e .article-in-47cc .pagination_390f .input-5a28:last-child,
.dynamic_a91e .article-in-47cc .pagination_390f .input-5a28:last-child,
.preview_32d7 .article-in-47cc .pagination_390f .input-5a28:last-child {
  margin-bottom: 0;
}
@media screen and (max-width: 568px) {
  .gold-329e .alert-37a2,
  .gold-329e .hard-4a06,
  .dynamic_a91e .alert-37a2,
  .dynamic_a91e .hard-4a06,
  .preview_32d7 .alert-37a2,
  .preview_32d7 .hard-4a06 {
    text-align: center;
  }
}
@media screen and (max-width: 48em) {
  .frame_7288 .article-in-47cc {
    margin-bottom: 2em;
  }
}
.frame_7288 p:last-child {
  margin-bottom: 0;
}
.frame_7288 li,
.frame_7288 ul {
  list-style: none;
  margin: 0;
}
.frame_7288 ul ul {
  margin-left: 2.617924em;
}
.pattern_fa89 {
  font-size: 0.875em;
}

/* css-noise: fd35 */
.shadow-element-l7 {
  padding: 0.5rem;
  font-size: 10px;
  line-height: 1.3;
}
