/*!
Theme Name: Customify
Theme URI: https://pressmaximum.green-42f9/customify
Author: WPCustomify
Author URI: https://pressmaximum.green-42f9
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.green-42f9/customify
Version: 0.3.7
License: GNU General Public License v2 or later
License URI: http://www.caption_pink_af29.layout-motion-4216/licenses/gpl-2.0.filter-first-71f8
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.sort-new-8ffb/, (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.hard-f6cf.layout_bf3f/normalize.advanced_a84d/
 ======
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.advanced_a84d v7.0.0 | MIT License | github.green-42f9/necolas/normalize.advanced_a84d */
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;
}
.wide-ea40 .overlay-bdd0,
.focused-7bab,
.dynamic_a7c6,
.menu-f644,
.title_cold_0b2b,
.light_6d50,
.wrapper-current-9009,
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;
}
.focused-7bab,
h1 {
  font-size: 2.42em;
  line-height: 1.216;
}
@media screen and (max-width: 1024px) {
  .focused-7bab,
  h1 {
    font-size: 2.1em;
  }
}
@media screen and (max-width: 568px) {
  .focused-7bab,
  h1 {
    font-size: 1.8em;
  }
}
.dynamic_a7c6,
h2 {
  font-size: 2.1em;
  line-height: 1.216;
}
.dynamic_a7c6 + h3,
h2 + h3 {
  border-top: 1px solid #eaecee;
  padding-top: 0.5407911001em;
}
@media screen and (max-width: 1024px) {
  .dynamic_a7c6,
  h2 {
    font-size: 1.9em;
  }
}
@media screen and (max-width: 568px) {
  .dynamic_a7c6,
  h2 {
    font-size: 1.7em;
  }
}
.menu-f644,
h3 {
  font-size: 1.618em;
}
.wide-ea40 .overlay-bdd0,
.title_cold_0b2b,
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.fluid-6398 {
  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;
}
.shadow_next_c2b9:after,
.shadow_next_c2b9:before,
.in-2c34:after,
.in-2c34:before {
  content: "";
  display: table;
}
.shadow_next_c2b9:after,
.in-2c34:after {
  clear: both;
}
.solid_8d3e {
  float: right;
  margin-right: 0;
}
.lower_255a {
  float: left;
  margin-left: 0;
}
form {
  margin-bottom: 2em;
}
.video-easy-3281 .feature-outer-388a,
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;
}
.video-easy-3281 .feature-outer-388a: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;
}
.alert-cb53 .feature-outer-388a {
  box-shadow: none;
}
.alert-cb53
  .feature-outer-388a
  .full-f686 {
  line-height: 2.4em;
  min-height: 2.6em;
  padding-left: 0;
}
.alert-cb53 .feature-outer-388a .menu-bf1e {
  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;
}
.alert-cb53
  .feature-outer-388a
  .menu-bf1e
  b {
  display: none;
}
.alert-cb53 .card-bright-98d3 {
  border: 1px solid #e5e5e5;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.12) inset;
}
.focused-f771:not(.hero-clean-adf3):not(.active_top_288b),
button:not(.hero-clean-adf3):not(.active_top_288b),
input[type="button"]:not(.hero-clean-adf3):not(
    .active_top_288b
  ),
input[type="reset"]:not(.hero-clean-adf3):not(
    .active_top_288b
  ),
input[type="submit"]:not(.hero-clean-adf3):not(
    .active_top_288b
  ) {
  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;
}
.focused-f771:not(.hero-clean-adf3):not(
    .active_top_288b
  ):hover,
button:not(.hero-clean-adf3):not(
    .active_top_288b
  ):hover,
input[type="button"]:not(.hero-clean-adf3):not(
    .active_top_288b
  ):hover,
input[type="reset"]:not(.hero-clean-adf3):not(
    .active_top_288b
  ):hover,
input[type="submit"]:not(.hero-clean-adf3):not(
    .active_top_288b
  ):hover {
  box-shadow: inset 0 0 0 120px rgba(0, 0, 0, 0.18);
  color: #fff;
  outline: 0;
}
.focused-f771:not(.hero-clean-adf3):not(
    .active_top_288b
  ):active,
.focused-f771:not(.hero-clean-adf3):not(
    .active_top_288b
  ):focus,
button:not(.hero-clean-adf3):not(
    .active_top_288b
  ):active,
button:not(.hero-clean-adf3):not(
    .active_top_288b
  ):focus,
input[type="button"]:not(.hero-clean-adf3):not(
    .active_top_288b
  ):active,
input[type="button"]:not(.hero-clean-adf3):not(
    .active_top_288b
  ):focus,
input[type="reset"]:not(.hero-clean-adf3):not(
    .active_top_288b
  ):active,
input[type="reset"]:not(.hero-clean-adf3):not(
    .active_top_288b
  ):focus,
input[type="submit"]:not(.hero-clean-adf3):not(
    .active_top_288b
  ):active,
input[type="submit"]:not(.hero-clean-adf3):not(
    .active_top_288b
  ):focus {
  outline: 0;
}
.focused-f771:not(.hero-clean-adf3):not(
    .active_top_288b
  ).fn-loading-6458,
button:not(.hero-clean-adf3):not(
    .active_top_288b
  ).fn-loading-6458,
input[type="button"]:not(.hero-clean-adf3):not(
    .active_top_288b
  ).fn-loading-6458,
input[type="reset"]:not(.hero-clean-adf3):not(
    .active_top_288b
  ).fn-loading-6458,
input[type="submit"]:not(.hero-clean-adf3):not(
    .active_top_288b
  ).fn-loading-6458 {
  position: relative;
}
.focused-f771:not(.hero-clean-adf3):not(
    .active_top_288b
  ).fn-loading-6458
  .column_0bc5,
.focused-f771:not(.hero-clean-adf3):not(
    .active_top_288b
  ).fn-loading-6458
  .secondary-simple-4e1d,
.focused-f771:not(.hero-clean-adf3):not(
    .active_top_288b
  ).fn-loading-6458
  .fixed-f0ac,
.focused-f771:not(.hero-clean-adf3):not(
    .active_top_288b
  ).fn-loading-6458
  i,
.focused-f771:not(.hero-clean-adf3):not(
    .active_top_288b
  ).fn-loading-6458
  svg,
button:not(.hero-clean-adf3):not(
    .active_top_288b
  ).fn-loading-6458
  .column_0bc5,
button:not(.hero-clean-adf3):not(
    .active_top_288b
  ).fn-loading-6458
  .secondary-simple-4e1d,
button:not(.hero-clean-adf3):not(
    .active_top_288b
  ).fn-loading-6458
  .fixed-f0ac,
button:not(.hero-clean-adf3):not(
    .active_top_288b
  ).fn-loading-6458
  i,
button:not(.hero-clean-adf3):not(
    .active_top_288b
  ).fn-loading-6458
  svg,
input[type="button"]:not(.hero-clean-adf3):not(
    .active_top_288b
  ).fn-loading-6458
  .column_0bc5,
input[type="button"]:not(.hero-clean-adf3):not(
    .active_top_288b
  ).fn-loading-6458
  .secondary-simple-4e1d,
input[type="button"]:not(.hero-clean-adf3):not(
    .active_top_288b
  ).fn-loading-6458
  .fixed-f0ac,
input[type="button"]:not(.hero-clean-adf3):not(
    .active_top_288b
  ).fn-loading-6458
  i,
input[type="button"]:not(.hero-clean-adf3):not(
    .active_top_288b
  ).fn-loading-6458
  svg,
input[type="reset"]:not(.hero-clean-adf3):not(
    .active_top_288b
  ).fn-loading-6458
  .column_0bc5,
input[type="reset"]:not(.hero-clean-adf3):not(
    .active_top_288b
  ).fn-loading-6458
  .secondary-simple-4e1d,
input[type="reset"]:not(.hero-clean-adf3):not(
    .active_top_288b
  ).fn-loading-6458
  .fixed-f0ac,
input[type="reset"]:not(.hero-clean-adf3):not(
    .active_top_288b
  ).fn-loading-6458
  i,
input[type="reset"]:not(.hero-clean-adf3):not(
    .active_top_288b
  ).fn-loading-6458
  svg,
input[type="submit"]:not(.hero-clean-adf3):not(
    .active_top_288b
  ).fn-loading-6458
  .column_0bc5,
input[type="submit"]:not(.hero-clean-adf3):not(
    .active_top_288b
  ).fn-loading-6458
  .secondary-simple-4e1d,
input[type="submit"]:not(.hero-clean-adf3):not(
    .active_top_288b
  ).fn-loading-6458
  .fixed-f0ac,
input[type="submit"]:not(.hero-clean-adf3):not(
    .active_top_288b
  ).fn-loading-6458
  i,
input[type="submit"]:not(.hero-clean-adf3):not(
    .active_top_288b
  ).fn-loading-6458
  svg {
  visibility: hidden;
}
.focused-f771:not(.hero-clean-adf3):not(
    .active_top_288b
  ).fn-loading-6458:after,
button:not(.hero-clean-adf3):not(
    .active_top_288b
  ).fn-loading-6458:after,
input[type="button"]:not(.hero-clean-adf3):not(
    .active_top_288b
  ).fn-loading-6458:after,
input[type="reset"]:not(.hero-clean-adf3):not(
    .active_top_288b
  ).fn-loading-6458:after,
input[type="submit"]:not(.hero-clean-adf3):not(
    .active_top_288b
  ).fn-loading-6458: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;
}
.focused-f771:not(.hero-clean-adf3):not(.active_top_288b),
input[type="button"]:not(.hero-clean-adf3):not(
    .active_top_288b
  ),
input[type="reset"]:not(.hero-clean-adf3):not(
    .active_top_288b
  ),
input[type="submit"]:not(.hero-clean-adf3):not(
    .active_top_288b
  ) {
  color: #fff;
  background: #235787;
}
.focused-f771:not(.hero-clean-adf3):not(
    .active_top_288b
  ):focus,
input[type="button"]:not(.hero-clean-adf3):not(
    .active_top_288b
  ):focus,
input[type="reset"]:not(.hero-clean-adf3):not(
    .active_top_288b
  ):focus,
input[type="submit"]:not(.hero-clean-adf3):not(
    .active_top_288b
  ):focus {
  color: #fff;
}
.focused-f771.fn-disabled-6458:not(.hero-clean-adf3):not(
    .active_top_288b
  ),
.focused-f771[disabled]:not(.hero-clean-adf3):not(
    .active_top_288b
  ),
button.fn-disabled-6458:not(.hero-clean-adf3):not(
    .active_top_288b
  ),
button[disabled]:not(.hero-clean-adf3):not(
    .active_top_288b
  ) {
  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;
}
.clean-8bc3 {
  clip: rect(1px, 1px, 1px, 1px);
  position: absolute !important;
  height: 1px;
  width: 1px;
  overflow: hidden;
  word-con: normal !important;
}
.clean-8bc3: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;
}
.form-4f9c {
  display: inline;
  float: left;
  margin-right: 1.41575em;
}
.upper-b939 {
  display: inline;
  float: right;
  margin-left: 1.41575em;
}
.header_a0c8 {
  clear: both;
  display: block;
  margin: 0 auto;
}
.shadow_next_c2b9:after,
.shadow_next_c2b9:before,
.gold-afd3:after,
.gold-afd3:before,
.large-fb98:after,
.large-fb98:before,
.table_7937:after,
.table_7937:before,
.border-7f8e:after,
.border-7f8e:before,
.last_6ae6:after,
.last_6ae6:before {
  content: "";
  display: table;
  table-layout: fixed;
}
.shadow_next_c2b9:after,
.gold-afd3:after,
.large-fb98:after,
.table_7937:after,
.border-7f8e:after,
.last_6ae6:after {
  clear: both;
}
.gold-afd3 .brown-188f,
.large-fb98 .brown-188f,
.paper-f225 .brown-188f {
  border: none;
  margin-bottom: 0;
  margin-top: 0;
  padding: 0;
}
embed,
iframe,
object {
  max-width: 100%;
}
.west-7456 {
  display: inline-block;
}
.primary-lower-918a {
  margin-bottom: 1.41575em;
  max-width: 100%;
}
.primary-lower-918a img[class*="wp-image-"] {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.primary-lower-918a .hero-2aa4 {
  padding: 1em 0;
  font-size: 85%;
}
.hero-2aa4 {
  text-align: left;
  font-style: italic;
  color: #999;
}
.paragraph_a79f {
  margin-bottom: 1.5em;
  margin-bottom: 1.41575em;
}
.paragraph_a79f:after,
.paragraph_a79f:before {
  content: "";
  display: table;
}
.paragraph_a79f:after {
  clear: both;
}
.row-f64c {
  display: inline-block;
  text-align: center;
  vertical-align: top;
  width: 100%;
}
.clean_a9f5 .row-f64c {
  max-width: 50%;
}
.under_9af1 .row-f64c {
  max-width: 33.33%;
}
.sort_east_dff1 .row-f64c {
  max-width: 25%;
}
.dim_f243 .row-f64c {
  max-width: 20%;
}
.dynamic-fae8 .row-f64c {
  max-width: 16.66%;
}
.active_a85b .row-f64c {
  max-width: 14.28%;
}
.icon-b781 .row-f64c {
  max-width: 12.5%;
}
.shade-9afd .row-f64c {
  max-width: 11.11%;
}
.clean_423b {
  display: block;
}
.wide-ea40 .steel-4f79 label,
.wide-ea40 .shade-light-d8ba label,
.wide-ea40 .carousel-c1f8 label,
.wide-ea40 .secondary-9b97 label {
  text-transform: uppercase;
  letter-spacing: 0.5px;
  font-size: 0.85em;
}
.shadow-cold-66b4 {
  list-style: none;
  margin: 0;
}
.shadow-cold-66b4 article.bright-65fd {
  margin-bottom: 0;
}
.shadow-cold-66b4 ul {
  list-style: none;
  margin: 0;
}
.shadow-cold-66b4 .dynamic_a2f6 li.bright-65fd {
  padding-left: 30px;
}
@media screen and (min-width: 64em) {
  .shadow-cold-66b4 .dynamic_a2f6 li.bright-65fd {
    padding-left: 85px;
    border-left: 1px solid #eaecee;
    position: relative;
    width: 100%;
  }
  .shadow-cold-66b4 .dynamic_a2f6 li.bright-65fd: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) {
  .shadow-cold-66b4 .dynamic_a2f6 li.bright-65fd li.bright-65fd li.bright-65fd li.bright-65fd {
    padding-left: 0;
  }
}
article.bright-65fd {
  padding: 1.618em 0;
  margin-bottom: 1.618em;
}
article.bright-65fd .gold-afd3 p:last-of-type {
  margin-bottom: 0;
}
article.bright-65fd .rough_e287 {
  float: left;
}
article.bright-65fd .shade_4e00 {
  margin-left: 85px;
}
article.bright-65fd .filter_fa2b {
  display: block;
  margin: 12px 0 12px;
  padding-bottom: 4px;
  border-bottom: 1px solid #eaecee;
}
article.bright-65fd .filter_fa2b .selected-63a0 {
  margin-left: 10px;
}
article.bright-65fd .notification_pro_2f3d {
  font-weight: 500;
  text-transform: uppercase;
  line-height: 1;
  font-style: normal;
}
article.bright-65fd .logo-4b6f {
  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 .steel-4f79,
  #respond .carousel-c1f8,
  #respond .secondary-9b97 {
    width: 29.4117647059%;
    margin-right: 5.8823529412%;
    float: left;
  }
}
#respond .steel-4f79 input,
#respond .carousel-c1f8 input,
#respond .secondary-9b97 input {
  width: 100%;
}
#respond .secondary-9b97 {
  margin-right: 0;
}
#respond .hidden_focused_e20c #wp-comment-cookies-consent {
  position: relative;
  top: -1px;
  margin-right: 5px;
}
.current_a06f {
  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;
}
.current_a06f.white-8fd8 {
  width: 36px;
  height: 36px;
  min-height: 36px;
  font-size: 1.1em;
}
.current_a06f 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%);
}
.current_a06f:focus,
.current_a06f: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);
}
.short-e6f0 {
  border-radius: 10%;
}
.stale_71b9 {
  border-radius: 50%;
}
.background_liquid_02a8 {
  font-size: 0.72em;
}
.layout_da82 {
  font-size: 0.875em;
}
.popup_9412 {
  font-size: 1.1em;
}
.out-5f80 {
  text-transform: uppercase;
  line-height: 1.2;
}
.out-5f80.background_liquid_02a8 {
  letter-spacing: 0.5px;
}
.banner-green-1516,
.banner-green-1516 a {
  color: #6d6d6d;
}
.banner-green-1516 a:hover {
  color: #111;
}
.tooltip-advanced-b42e {
  color: #6d6d6d;
}
.button_605b {
  overflow-x: hidden;
}
.button_605b .overlay-left-57e8.alert_hovered_07eb {
  position: relative;
}
.button_605b .overlay-left-57e8.alert_hovered_07eb.fluid-0c62 {
  position: initial;
}
.button_605b
  .overlay-left-57e8.alert_hovered_07eb.fluid-0c62
  .blue_8ee0 {
  left: auto;
}
.button_605b .overlay-left-57e8 .blue_8ee0 {
  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;
}
.button_605b .overlay-left-57e8:hover.alert_hovered_07eb {
  -webkit-transition-delay: 0s !important;
  transition-delay: 0s !important;
  outline: 1px solid #0073aa;
  outline-offset: -1px;
}
.button_605b
  .overlay-left-57e8:hover.alert_hovered_07eb
  .blue_8ee0 {
  display: block;
  z-index: 9999999;
}
.button_605b .picture_current_037a .item-bronze-3e88,
.button_605b .fresh_3210 .item-bronze-3e88 {
  display: none;
}
.button_605b .red-1db6 .overlay-left-57e8:hover.alert_hovered_07eb {
  outline: 1px dashed #ff472e;
  outline-offset: -1px;
}
.wide-ea40 .steel-4f79 label,
.wide-ea40 .shade-light-d8ba label,
.wide-ea40 .carousel-c1f8 label,
.wide-ea40 .secondary-9b97 label {
  text-transform: uppercase;
  letter-spacing: 0.5px;
  font-size: 0.85em;
}
.shadow-cold-66b4 {
  list-style: none;
  margin: 0;
}
.shadow-cold-66b4 article.bright-65fd {
  margin-bottom: 0;
}
.shadow-cold-66b4 ul {
  list-style: none;
  margin: 0;
}
.shadow-cold-66b4 .dynamic_a2f6 li.bright-65fd {
  padding-left: 30px;
}
@media screen and (min-width: 64em) {
  .shadow-cold-66b4 .dynamic_a2f6 li.bright-65fd {
    padding-left: 85px;
    border-left: 1px solid #eaecee;
    position: relative;
    width: 100%;
  }
  .shadow-cold-66b4 .dynamic_a2f6 li.bright-65fd: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) {
  .shadow-cold-66b4 .dynamic_a2f6 li.bright-65fd li.bright-65fd li.bright-65fd li.bright-65fd {
    padding-left: 0;
  }
}
article.bright-65fd {
  padding: 1.618em 0;
  margin-bottom: 1.618em;
}
article.bright-65fd .gold-afd3 p:last-of-type {
  margin-bottom: 0;
}
article.bright-65fd .rough_e287 {
  float: left;
}
article.bright-65fd .shade_4e00 {
  margin-left: 85px;
}
article.bright-65fd .filter_fa2b {
  display: block;
  margin: 12px 0 12px;
  padding-bottom: 4px;
  border-bottom: 1px solid #eaecee;
}
article.bright-65fd .filter_fa2b .selected-63a0 {
  margin-left: 10px;
}
article.bright-65fd .notification_pro_2f3d {
  font-weight: 500;
  text-transform: uppercase;
  line-height: 1;
  font-style: normal;
}
article.bright-65fd .logo-4b6f {
  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 .steel-4f79,
  #respond .carousel-c1f8,
  #respond .secondary-9b97 {
    width: 29.4117647059%;
    margin-right: 5.8823529412%;
    float: left;
  }
}
#respond .steel-4f79 input,
#respond .carousel-c1f8 input,
#respond .secondary-9b97 input {
  width: 100%;
}
#respond .secondary-9b97 {
  margin-right: 0;
}
#respond .hidden_focused_e20c #wp-comment-cookies-consent {
  position: relative;
  top: -1px;
  margin-right: 5px;
}
.picture_current_037a .title_d574 {
  color: rgba(255, 255, 255, 0.99);
  background: rgba(0, 0, 0, 0.9);
}
.title_d574 .dynamic-6b69.accent_narrow_6609 .status-dark-e2e4 > li > a:focus,
.title_d574 .dynamic-6b69.accent_narrow_6609 .status-dark-e2e4 > li > a:hover,
.title_d574 .dynamic-6b69.popup-basic-3ca0 .status-dark-e2e4 > li > a:focus,
.title_d574 .dynamic-6b69.popup-basic-3ca0 .status-dark-e2e4 > li > a:hover,
.title_d574 .dynamic-6b69.wood_0fa2 .status-dark-e2e4 > li > a:focus,
.title_d574 .dynamic-6b69.wood_0fa2 .status-dark-e2e4 > li > a:hover {
  color: rgba(255, 255, 255, 0.99);
}
.title_d574
  .dynamic-6b69.accent_narrow_6609
  .status-dark-e2e4
  > li.narrow_bcb5
  > a,
.title_d574
  .dynamic-6b69.accent_narrow_6609
  .status-dark-e2e4
  > li.huge-6bbc
  > a,
.title_d574
  .dynamic-6b69.popup-basic-3ca0
  .status-dark-e2e4
  > li.narrow_bcb5
  > a,
.title_d574
  .dynamic-6b69.popup-basic-3ca0
  .status-dark-e2e4
  > li.huge-6bbc
  > a,
.title_d574
  .dynamic-6b69.wood_0fa2
  .status-dark-e2e4
  > li.narrow_bcb5
  > a,
.title_d574 .dynamic-6b69.wood_0fa2 .status-dark-e2e4 > li.banner_active_5e2e > a {
  color: rgba(255, 255, 255, 0.99);
}
.title_d574 .glass_7976,
.title_d574 .glass_7976 a {
  color: rgba(255, 255, 255, 0.99);
}
.title_d574 .steel_e15c.label_lower_9cf6 li a,
.title_d574 .list_glass_7c9d a,
.title_d574 .copper_abe3,
.title_d574 .status-dark-e2e4 > li > a,
.title_d574 .south_7d1a {
  color: rgba(255, 255, 255, 0.79);
}
.title_d574 .steel_e15c.label_lower_9cf6 li a:hover,
.title_d574 .list_glass_7c9d a:hover,
.title_d574 .copper_abe3:hover,
.title_d574 .status-dark-e2e4 > li > a:hover,
.title_d574 .south_7d1a:hover {
  color: rgba(255, 255, 255, 0.99);
}
.title_d574 .pattern_e392 {
  color: rgba(255, 255, 255, 0.79);
}
.title_d574 .pattern_e392 .widget-f414 {
  color: rgba(255, 255, 255, 0.99);
}
.title_d574 .pattern_e392:hover {
  color: rgba(255, 255, 255, 0.99);
}
.title_d574 .pattern-dynamic-f50e .badge_1e31 {
  background: rgba(255, 255, 255, 0.03);
  border-color: rgba(255, 255, 255, 0.08);
  color: rgba(255, 255, 255, 0.79);
}
.title_d574 .pattern-dynamic-f50e .badge_1e31 .overlay_west_22fd {
  color: rgba(255, 255, 255, 0.79);
}
.title_d574
  .pattern-dynamic-f50e
  .badge_1e31
  .overlay_west_22fd::-webkit-input-placeholder {
  color: rgba(255, 255, 255, 0.79);
}
.title_d574
  .pattern-dynamic-f50e
  .badge_1e31
  .overlay_west_22fd:-ms-input-placeholder {
  color: rgba(255, 255, 255, 0.79);
}
.title_d574
  .pattern-dynamic-f50e
  .badge_1e31
  .overlay_west_22fd::-ms-input-placeholder {
  color: rgba(255, 255, 255, 0.79);
}
.title_d574
  .pattern-dynamic-f50e
  .badge_1e31
  .overlay_west_22fd::placeholder {
  color: rgba(255, 255, 255, 0.79);
}
.title_d574 .pattern-dynamic-f50e .dynamic_c7a5 {
  color: rgba(255, 255, 255, 0.79);
}
.title_d574 .pattern-dynamic-f50e .dynamic_c7a5:hover {
  color: rgba(255, 255, 255, 0.99);
}
.tooltip_dark_c6a3
  .title_d574
  .pattern-dynamic-f50e
  .photo-wood-89b4
  .popup-4921 {
  background-color: rgba(255, 255, 255, 0.03);
  border-color: rgba(255, 255, 255, 0.08);
  color: rgba(255, 255, 255, 0.79);
}
.tooltip_dark_c6a3
  .title_d574
  .pattern-dynamic-f50e
  .photo-wood-89b4
  .overlay_west_22fd {
  background-color: rgba(255, 255, 255, 0.03) !important;
  border-color: rgba(255, 255, 255, 0.08);
  color: rgba(255, 255, 255, 0.79);
}
.picture_current_037a .tooltip-0f8d {
  color: rgba(0, 0, 0, 0.6);
  background: rgba(255, 255, 255, 0.9);
}
.tooltip-0f8d .dynamic-6b69.accent_narrow_6609 .status-dark-e2e4 > li > a:focus,
.tooltip-0f8d .dynamic-6b69.accent_narrow_6609 .status-dark-e2e4 > li > a:hover,
.tooltip-0f8d .dynamic-6b69.popup-basic-3ca0 .status-dark-e2e4 > li > a:focus,
.tooltip-0f8d .dynamic-6b69.popup-basic-3ca0 .status-dark-e2e4 > li > a:hover,
.tooltip-0f8d .dynamic-6b69.wood_0fa2 .status-dark-e2e4 > li > a:focus,
.tooltip-0f8d .dynamic-6b69.wood_0fa2 .status-dark-e2e4 > li > a:hover {
  color: rgba(0, 0, 0, 0.8);
}
.tooltip-0f8d
  .dynamic-6b69.accent_narrow_6609
  .status-dark-e2e4
  > li.narrow_bcb5
  > a,
.tooltip-0f8d
  .dynamic-6b69.accent_narrow_6609
  .status-dark-e2e4
  > li.huge-6bbc
  > a,
.tooltip-0f8d
  .dynamic-6b69.popup-basic-3ca0
  .status-dark-e2e4
  > li.narrow_bcb5
  > a,
.tooltip-0f8d
  .dynamic-6b69.popup-basic-3ca0
  .status-dark-e2e4
  > li.huge-6bbc
  > a,
.tooltip-0f8d
  .dynamic-6b69.wood_0fa2
  .status-dark-e2e4
  > li.narrow_bcb5
  > a,
.tooltip-0f8d .dynamic-6b69.wood_0fa2 .status-dark-e2e4 > li.banner_active_5e2e > a {
  color: rgba(0, 0, 0, 0.8);
}
.tooltip-0f8d .glass_7976,
.tooltip-0f8d .glass_7976 a {
  color: rgba(0, 0, 0, 0.8);
}
.tooltip-0f8d .steel_e15c.label_lower_9cf6 li a,
.tooltip-0f8d .list_glass_7c9d a,
.tooltip-0f8d .copper_abe3,
.tooltip-0f8d .status-dark-e2e4 > li > a,
.tooltip-0f8d .south_7d1a {
  color: rgba(0, 0, 0, 0.55);
}
.tooltip-0f8d .steel_e15c.label_lower_9cf6 li a:hover,
.tooltip-0f8d .list_glass_7c9d a:hover,
.tooltip-0f8d .copper_abe3:hover,
.tooltip-0f8d .status-dark-e2e4 > li > a:hover,
.tooltip-0f8d .south_7d1a:hover {
  color: rgba(0, 0, 0, 0.8);
}
.tooltip-0f8d .pattern_e392 {
  color: rgba(0, 0, 0, 0.55);
}
.tooltip-0f8d .pattern_e392 .widget-f414 {
  color: rgba(0, 0, 0, 0.8);
}
.tooltip-0f8d .pattern_e392:hover {
  color: rgba(0, 0, 0, 0.8);
}
.thumbnail_7b9e .next-3351 {
  margin-left: auto;
  margin-right: auto;
}
.large-fb98 > * {
  margin-left: auto;
  margin-right: auto;
}
.large-fb98 .form-4f9c {
  margin-right: 1.41575em;
}
.description_medium_6d45 .large-fb98 > .detail-14d0 {
  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;
}
.description_medium_6d45 .large-fb98 > .tabs-bottom-2359 {
  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;
}
.status-complex-ae2a.thumbnail_7b9e .next-3351,
.shade-brown-1e1a.thumbnail_7b9e .next-3351 {
  margin-left: 0;
}
.yellow_8b57.thumbnail_7b9e .next-3351,
.complex_22e8.thumbnail_7b9e .next-3351 {
  margin-right: 0;
}
.large-fb98 ol,
.large-fb98 ul {
  margin: 1.5em auto;
  list-style-position: outside;
}
.progress_c020 video {
  max-width: 100%;
}
.row-e635 img {
  display: block;
}
.row-e635.form-4f9c,
.row-e635.upper-b939 {
  width: 100%;
}
.row-e635.tabs-bottom-2359 img {
  width: 100vw;
  width: calc(var(--vw, 1vw) * 100);
}
.clean_bb9c:not(.tertiary_e1f5) {
  margin: 1.5em auto;
}
.block-892d p {
  padding: 1.5em 14px;
}
ul.dark_a4c6.tabs-bottom-2359,
ul.dark_a4c6.detail-14d0,
ul.dark_a4c6.blue-8363.detail-14d0 {
  padding: 0 14px;
}
.module_412e {
  display: block;
  overflow-x: auto;
}
.module_412e table {
  border-collapse: collapse;
  width: 100%;
}
.module_412e td,
.module_412e th {
  padding: 0.5em;
}
.large-fb98 li {
  margin-left: 2.5em;
  margin-bottom: 6px;
}
.large-fb98 ol ol,
.large-fb98 ol ul,
.large-fb98 ul ol,
.large-fb98 ul ul {
  margin-bottom: 0;
  margin-top: 0;
  margin-left: 2.5em;
}
.large-fb98 ol ol li,
.large-fb98 ol ul li,
.large-fb98 ul ol li,
.large-fb98 ul ul li {
  margin-left: 0;
}
.wide-c638.secondary-west-82a9 > .highlight-32d4 {
  position: relative;
  width: 100%;
  height: 0;
  padding-top: 56.25%;
}
.wide-c638.secondary-west-82a9 > .highlight-32d4 iframe,
.wide-c638.secondary-west-82a9 > .highlight-32d4 > object {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}
.caption-3f42 {
  border-left-width: 4px;
  border-left-color: currentColor;
}
.caption-3f42.overlay_750b {
  padding: 0;
}
.caption-3f42.overlay_750b cite {
  font-size: 13px;
}
.caption-3f42 > * {
  margin-left: 16px;
  margin-right: 16px;
}
.caption-3f42 cite {
  font-style: normal;
  margin-top: 1em;
  position: relative;
  font-size: 13px;
}
.top_9604 {
  border-bottom: 4px solid currentColor;
  border-top: 4px solid currentColor;
  margin-left: 0;
  margin-right: 0;
  padding: 3em 0;
  text-align: center;
}
.top_9604 > p:first-child {
  margin-top: 0;
}
.top_9604 cite {
  font-size: 13px;
  font-style: normal;
  text-transform: uppercase;
}
.top_9604 blockquote {
  border-left: 0;
}
.avatar-2730 {
  margin: 3em auto;
  border: none;
  border-bottom: 2px solid currentColor;
}
.avatar-2730:not(.section-e4e7) {
  max-width: 100px;
}
.avatar-2730.dark_6352 {
  border-bottom: none !important;
  text-align: center;
}
.avatar-2730.dark_6352::before {
  padding-left: 0;
  font-size: 30px;
}
@media screen and (min-width: 768px) {
  .block-892d p {
    padding: 1.5em 0;
  }
}
.texture_fac1 {
  color: #0073aa;
}
.caption_729b {
  background-color: #0073aa;
}
.red_6c33 {
  color: #229fd8;
}
.sort-44ef {
  background-color: #229fd8;
}
.soft-81fa {
  color: #eee;
}
.shade-pressed-53c9 {
  background-color: #eee;
}
.easy-d1b1 {
  color: #444;
}
.disabled_wood_fd48 {
  background-color: #444;
}
.paragraph-7d40 {
  padding: 0;
  -webkit-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  text-size-adjust: 100%;
  line-height: 13px;
}
.paragraph-7d40 .detail-new-54f2 .list_glass_7c9d {
  font-size: 15px;
}
.paragraph-7d40 .list_glass_7c9d {
  line-height: 1.3;
}
.paragraph-7d40 .tooltip-0f8d {
}
.paragraph-7d40 .title_d574 {
  background: #235787;
}
.gas_e236 {
  padding: 0;
}
.gas_e236 .title_d574 {
  background: #1a1a1a;
}
.gas_e236 .tooltip-0f8d {
  box-shadow: 0 1px 2px 0 #e1e5ea;
  background: #fff;
}
.main_focused_6876 {
  padding: 0;
  border-left: none;
  border-right: none;
}
.main_focused_6876 .tooltip-0f8d {
  box-shadow: 0 1px 2px 0 #e1e5ea;
}
.main_focused_6876 .title_d574 {
  background: #303030;
}
.last_6ae6 {
  position: relative;
  z-index: 10;
}
.last_6ae6 .fresh_98a7 {
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
  -webkit-box-pack: center;
  justify-content: center;
}
.menu-first-8bf4 .alert_hovered_07eb {
  display: inline-block;
  vertical-align: middle;
}
.menu-first-8bf4.lite-d479 .alert_hovered_07eb {
  margin-right: 1em;
}
@media screen and (max-width: 1024px) {
  .menu-first-8bf4.lite-d479 .alert_hovered_07eb {
    margin-right: 1em;
  }
}
@media screen and (max-width: 568px) {
  .menu-first-8bf4.lite-d479 .alert_hovered_07eb {
    margin-right: 0.4em;
  }
}
.menu-first-8bf4.lite-d479 .alert_hovered_07eb:last-child {
  margin-right: 0;
}
.header-913d .fresh_98a7 {
  max-width: initial;
}
@media screen and (min-width: 1025px) {
  .picture_current_037a .detail-new-54f2 {
    margin: 0 -0.5em;
  }
  .picture_current_037a .detail-new-54f2 [class*="customify-col-"],
  .picture_current_037a .detail-new-54f2 [class*="customify-col_"],
  .picture_current_037a .detail-new-54f2 [class~="customify-col-"] {
    padding-left: 0.5em;
    padding-right: 0.5em;
  }
}
.picture_current_037a.up-92b7 .fresh_98a7 {
  background: 0 0 !important;
}
.picture_current_037a.up-92b7 .fresh_98a7,
.picture_current_037a.header-913d .fresh_98a7 {
  border: 0 none !important;
  box-shadow: none !important;
}
@media screen and (min-width: 1025px) {
  .picture_current_037a.filter_lower_bbc6 {
    background: 0 0 !important;
    border: 0 none;
    box-shadow: none !important;
  }
}
.picture_current_037a.header-913d .fresh_98a7 {
  box-shadow: none !important;
}
.thumbnail_hovered_d537 {
  padding: 21px 0 22px;
  border-bottom: 1px solid #eaecee;
  word-break: break-word;
  background: #f9f9f9;
}
@media screen and (max-width: 1024px) {
  .thumbnail_hovered_d537 {
    padding: 19px 0 20px;
  }
}
@media screen and (max-width: 568px) {
  .thumbnail_hovered_d537 {
    padding: 18px 0 20px;
  }
}
.thumbnail_hovered_d537 .dynamic_4c48 {
  width: 100%;
}
.thumbnail_hovered_d537 .filter_a6c1 {
  margin-bottom: 0;
}
.thumbnail_hovered_d537 .mask-active-95fd {
  margin-top: 5px;
  font-size: 0.875em;
}
.primary-5b99 {
  padding: 9px 0 9px;
  border-bottom: 1px solid #eaecee;
  color: #6d6d6d;
  line-height: 1.6;
  background: #fff;
}
.primary-5b99 .fresh-1aee {
  width: 100%;
}
.video_pink_711d {
  list-style: none;
  margin: 0 1em;
  padding: 0;
}
.video_pink_711d li {
  display: inline-block;
  position: relative;
  padding-right: 10px;
}
.video_pink_711d 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;
}
.video_pink_711d li:last-child:after {
  display: none;
}
.video_pink_711d li a {
  font-weight: 500;
  margin-right: 10px;
}
.tall_301a .item-bronze-3e88 button,
.thumbnail_hovered_d537 .item-bronze-3e88 button {
  left: 0;
}
.tall_301a .fresh-1aee,
.thumbnail_hovered_d537 .fresh-1aee {
  padding-left: 0;
  padding-right: 0;
}
.tall_301a .primary-5b99,
.thumbnail_hovered_d537 .primary-5b99 {
  border-bottom: none;
  padding-bottom: 0;
  background: 0 0;
}
.tall_301a {
  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;
}
.tall_301a: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;
}
.tall_301a .component-iron-f839 {
  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) {
  .tall_301a .component-iron-f839 {
    min-height: 300px;
  }
}
@media screen and (max-width: 1024px) {
  .tall_301a .component-iron-f839 {
    min-height: 250px;
    padding: 1em 15px;
  }
}
@media screen and (max-width: 568px) {
  .tall_301a .component-iron-f839 {
    min-height: 200px;
  }
}
.tall_301a .video_pink_711d {
  color: rgba(255, 255, 255, 0.8);
}
.tall_301a .video_pink_711d a,
.tall_301a .video_pink_711d li:after {
  color: inherit;
}
.tall_301a .video_pink_711d a:hover {
  color: rgba(255, 255, 255, 0.8);
}
.full_0b8a {
  margin-bottom: 0.5em;
}
.media-gas-24bd {
  margin-bottom: 1.2em;
}
.media-gas-24bd,
.full_0b8a {
  display: inline-block;
  position: relative;
  color: rgba(255, 255, 255, 0.99);
  z-index: 5;
}
.media-gas-24bd p:last-child,
.full_0b8a p:last-child {
  margin-bottom: 0;
}
#header-menu-sidebar .item-bronze-3e88,
#masthead .item-bronze-3e88 {
  display: none;
}
#masthead
  > .item-bronze-3e88.feature_tall_c292 {
  display: none;
}
#masthead > .item-bronze-3e88 button {
  left: 0;
}
.badge_5994 {
  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%;
}
.badge_5994 .alert_hovered_07eb {
  display: -webkit-inline-box;
  display: inline-flex;
  -webkit-box-align: center;
  align-items: center;
  margin-left: 0.5em;
  margin-right: 0.5em;
}
.badge_5994 .badge_b38a {
  display: -webkit-box;
  display: flex;
}
.badge_5994 .badge_b38a.next-281d {
  -webkit-box-pack: center;
  justify-content: center;
  margin-left: 1em;
  margin-right: 1em;
}
.badge_5994 .badge_b38a.notification-up-d80c {
  -webkit-box-pack: start;
  justify-content: flex-start;
  margin-right: auto;
  -webkit-box-flex: 1;
  flex: 1 1 0;
}
.badge_5994 .badge_b38a.filter_complex_487c {
  margin-left: auto;
  -webkit-box-pack: end;
  justify-content: flex-end;
  -webkit-box-flex: 1;
  flex: 1 1 0;
}
.badge_5994.info_9949.orange_9bfe .badge_b38a.next-281d {
  flex-basis: 100%;
}
.badge_5994.block_down_9617 .badge_b38a.notification-up-d80c {
  -webkit-box-flex: 1;
  flex: auto;
}
.badge_5994.block_down_9617 .badge_b38a.filter_complex_487c {
  -webkit-box-flex: 1;
  flex: auto;
}
#masthead
  > .item-bronze-3e88.feature_tall_c292 {
  display: none;
}
#masthead > .item-bronze-3e88 button {
  left: 0;
}
.banner_002b {
  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;
}
.banner_002b:hover {
  box-shadow: inset 0 0 0 120px rgba(0, 0, 0, 0.18);
  color: #fff;
}
.banner_002b.right_6ee1 i {
  margin-right: 4px;
}
.banner_002b.picture-6501 i {
  margin-left: 5px;
}
.list_glass_7c9d p {
  font-weight: 500;
  text-transform: uppercase;
  font-size: 13px;
}
.list_glass_7c9d p:last-child {
  margin-bottom: 0;
}
.stone_74df {
  display: -webkit-box;
  display: flex;
  line-height: 0.9;
  vertical-align: middle;
}
.stone_74df a {
  display: inline-block;
  text-transform: uppercase;
  letter-spacing: 0.4px;
  font-weight: 600;
}
.stone_74df img {
  display: block;
  width: auto;
  line-height: 1;
}
.stone_74df .glass_7976 {
  font-size: 1.5em;
  margin: 0;
  font-weight: 600;
  line-height: 1.216;
}
.stone_74df .summary-full-e9f6 {
  margin: 5px 0 7px 0;
}
.stone_74df.block_11d9 .description_7767 {
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
  -webkit-box-pack: center;
  justify-content: center;
}
.stone_74df.block_11d9 .yellow-1cc2 {
  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;
}
.stone_74df.media-111d {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  flex-direction: row-reverse;
}
.stone_74df.media-111d .description_7767 {
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
  -webkit-box-pack: center;
  justify-content: center;
}
.stone_74df.media-111d .yellow-1cc2 {
  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;
}
.stone_74df.carousel_upper_83a4 {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
}
.stone_74df.summary-69d7 {
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
  flex-direction: column-reverse;
}
.stone_74df.summary-69d7 .yellow-1cc2 {
  margin-top: 7px;
}
.detail-basic-c2ed {
  display: inline-block;
}
.last_6ae6 .picture_44d1 .stone_74df img {
  max-width: 100%;
}
.dynamic-6b69 .item_basic_56fb.accordion_rough_b05c,
.header-cool-03cc .item_basic_56fb.accordion_rough_b05c {
  position: relative;
  display: -webkit-inline-box;
  display: inline-flex;
  -webkit-box-align: center;
  align-items: center;
}
.dynamic-6b69 .layout-5227,
.header-cool-03cc .layout-5227 {
  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%);
}
.dynamic-6b69 .layout-5227 {
  display: inline;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-decoration: none !important;
}
.dynamic-6b69.summary_d52e .layout-5227 {
  display: none;
}
.dynamic-6b69 .shade-stone-75d6 {
  list-style: none;
  padding: 0;
  margin: 0;
}
.dynamic-6b69 .shade-stone-75d6 li {
  display: inline-block;
  position: relative;
}
.dynamic-6b69 .shade-stone-75d6 li:last-child {
  margin-right: 0;
}
.dynamic-6b69 .shade-stone-75d6 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;
}
.dynamic-6b69 .shade-stone-75d6 li.banner_active_5e2e > a {
  color: rgba(0, 0, 0, 0.9);
}
.dynamic-6b69 .shade-stone-75d6 > 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;
}
.dynamic-6b69 .shade-stone-75d6 > li > a i {
  line-height: 0;
}
.dynamic-6b69 .shade-stone-75d6 > li.popup_3a96 > a .layout-5227 {
  margin-left: 4px;
  line-height: 0;
}
.dynamic-6b69 .shade-stone-75d6 .overlay_87e9 li.popup_3a96 > a {
  position: relative;
}
.dynamic-6b69 .shade-stone-75d6 .overlay_87e9 li.popup_3a96 > a:after,
.dynamic-6b69 .shade-stone-75d6 .overlay_87e9 li.popup_3a96 > a:before {
  content: "";
  display: table;
}
.dynamic-6b69 .shade-stone-75d6 .overlay_87e9 li.popup_3a96 > a:after {
  clear: both;
}
.dynamic-6b69 .shade-stone-75d6 .overlay_87e9 li.popup_3a96 > a .layout-5227 {
  margin-left: 5px;
  float: right;
}
.dynamic-6b69 .carousel-middle-55b3,
.dynamic-6b69 .overlay_87e9 {
  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;
}
.dynamic-6b69 .overlay_87e9 {
  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;
}
.dynamic-6b69 .overlay_87e9 .accordion_rough_b05c {
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: justify;
  justify-content: space-between;
}
.dynamic-6b69 .overlay_87e9 .layout-5227 {
  -webkit-transform: rotate(135deg) translateY(0);
  -ms-transform: rotate(135deg) translateY(0);
  transform: rotate(135deg) translateY(0);
}
.dynamic-6b69 .overlay_87e9 li {
  display: block;
  margin: 0;
  padding: 0;
}
.dynamic-6b69 .overlay_87e9 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;
}
.dynamic-6b69 .overlay_87e9 li a:hover {
  background: rgba(0, 0, 0, 0.015);
  color: rgba(0, 0, 0, 0.8);
}
.dynamic-6b69 .overlay_87e9 .overlay_87e9 {
  top: 0;
  left: 100%;
}
.dynamic-6b69 .description_f169.fn-focus-6458 > .carousel-middle-55b3,
.dynamic-6b69 .description_f169.fn-focus-6458 > .overlay_87e9,
.dynamic-6b69 .description_f169:focus > .carousel-middle-55b3,
.dynamic-6b69 .description_f169:focus > .overlay_87e9,
.dynamic-6b69 .description_f169:hover > .carousel-middle-55b3,
.dynamic-6b69 .description_f169:hover > .overlay_87e9 {
  height: auto;
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
  overflow: initial;
  visibility: visible;
  opacity: 1;
}
.dynamic-6b69.wood_0fa2 .status-dark-e2e4:after,
.dynamic-6b69.wood_0fa2 .status-dark-e2e4:before {
  content: "";
  display: table;
}
.dynamic-6b69.wood_0fa2 .status-dark-e2e4:after {
  clear: both;
}
.dynamic-6b69.wood_0fa2 .status-dark-e2e4 > li {
  float: left;
}
.dynamic-6b69.image-stone-e8a2 .status-dark-e2e4:after,
.dynamic-6b69.image-stone-e8a2 .status-dark-e2e4:before {
  content: "";
  display: table;
}
.dynamic-6b69.image-stone-e8a2 .status-dark-e2e4:after {
  clear: both;
}
.dynamic-6b69.image-stone-e8a2 .status-dark-e2e4 > li {
  float: left;
}
.dynamic-6b69.image-stone-e8a2 .status-dark-e2e4 > li > a {
  background: 0 0;
  display: -webkit-inline-box;
  display: inline-flex;
  vertical-align: middle;
  -webkit-box-align: center;
  align-items: center;
}
.dynamic-6b69.image-stone-e8a2 .status-dark-e2e4 > li > a:hover {
  color: #fff;
  background-color: #1e4b75;
}
.dynamic-6b69.image-stone-e8a2 .status-dark-e2e4 > li.narrow_bcb5 > a,
.dynamic-6b69.image-stone-e8a2 .status-dark-e2e4 > li.banner_active_5e2e > a {
  color: #fff;
  background-color: #1e4b75;
}
.dynamic-6b69.accent_narrow_6609 .status-dark-e2e4 > li > a .accordion_rough_b05c {
  position: relative;
}
.dynamic-6b69.accent_narrow_6609 .status-dark-e2e4 > li > a .accordion_rough_b05c: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;
}
.dynamic-6b69.accent_narrow_6609
  .status-dark-e2e4
  > li:focus
  > a
  .accordion_rough_b05c:before,
.dynamic-6b69.accent_narrow_6609
  .status-dark-e2e4
  > li:hover
  > a
  .accordion_rough_b05c:before {
  width: 100%;
  background-color: currentColor;
}
.dynamic-6b69.accent_narrow_6609
  .status-dark-e2e4
  > li.narrow_bcb5
  > a
  .accordion_rough_b05c:before,
.dynamic-6b69.accent_narrow_6609
  .status-dark-e2e4
  > li.huge-6bbc
  > a
  .accordion_rough_b05c:before {
  width: 100%;
  background-color: currentColor;
}
.dynamic-6b69.popup-basic-3ca0 .status-dark-e2e4 > li > a .accordion_rough_b05c {
  position: relative;
}
.dynamic-6b69.popup-basic-3ca0 .status-dark-e2e4 > li > a .accordion_rough_b05c: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;
}
.dynamic-6b69.popup-basic-3ca0 .status-dark-e2e4 > li:focus > a .accordion_rough_b05c:before,
.dynamic-6b69.popup-basic-3ca0
  .status-dark-e2e4
  > li:hover
  > a
  .accordion_rough_b05c:before {
  width: 100%;
  background-color: currentColor;
}
.dynamic-6b69.popup-basic-3ca0
  .status-dark-e2e4
  > li.narrow_bcb5
  > a
  .accordion_rough_b05c:before,
.dynamic-6b69.popup-basic-3ca0
  .status-dark-e2e4
  > li.huge-6bbc
  > a
  .accordion_rough_b05c:before {
  width: 100%;
  background-color: currentColor;
}
.header-cool-03cc .shade-stone-75d6 {
  margin: 0;
  padding: 0;
  list-style: none;
}
.header-cool-03cc .shade-stone-75d6 li:first-child > a {
  border-top: none;
}
.header-cool-03cc .shade-stone-75d6 .dirty-efb0 > .accordion_rough_b05c .layout-5227 {
  display: none;
}
.header-cool-03cc .shade-stone-75d6 li {
  list-style: none;
  position: relative;
  border-bottom: 1px solid transparent;
}
.header-cool-03cc .shade-stone-75d6 li:last-child {
  border: none;
}
.header-cool-03cc .shade-stone-75d6 li.popup_3a96 > a {
  padding-right: 45px !important;
}
.header-cool-03cc .shade-stone-75d6 li a {
  display: block;
  padding: 0.55em 1.5em;
}
.header-cool-03cc .shade-stone-75d6 li a:focus,
.header-cool-03cc .shade-stone-75d6 li a:hover {
  background: rgba(0, 0, 0, 0.01);
}
.header-cool-03cc .shade-stone-75d6 li .notice_11c9 {
  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;
}
.header-cool-03cc .shade-stone-75d6 li .notice_11c9:hover {
  box-shadow: none;
}
.header-cool-03cc .shade-stone-75d6 li .notice_11c9 .layout-5227 {
  -webkit-transform: rotate(-135deg) translateY(50%) translateX(50%);
  -ms-transform: rotate(-135deg) translateY(50%) translateX(50%);
  transform: rotate(-135deg) translateY(50%) translateX(50%);
}
.header-cool-03cc .shade-stone-75d6 .overlay_87e9 {
  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);
}
.header-cool-03cc .shade-stone-75d6 .overlay_87e9 li a {
  padding-left: 3em;
}
.header-cool-03cc .shade-stone-75d6 .layout-8736 > a .notice_11c9 i {
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
.header-cool-03cc .shade-stone-75d6 .layout-8736 > .overlay_87e9 {
  display: block;
  opacity: 1;
}
.center_0136 {
  max-width: 100%;
}
.thumbnail_381b {
  line-height: 0;
  cursor: pointer;
}
.south_7d1a {
  line-height: 0;
  display: inline-block;
  position: relative;
  box-shadow: none;
}
.south_7d1a:hover {
  box-shadow: none;
  color: currentColor;
}
.south_7d1a svg {
  width: 18px;
  height: 18px;
}
.south_7d1a .grid-small-35ea {
  display: none;
}
.list-gas-88c7 {
  position: relative;
}
.list-gas-88c7.fn-active-6458 .south_7d1a .alert_a0a4 {
  display: none;
}
.list-gas-88c7.fn-active-6458 .south_7d1a .grid-small-35ea {
  display: inline-block;
}
.list-gas-88c7 .background-c15e {
  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);
}
.list-gas-88c7.black-855a .background-c15e {
  left: auto;
  right: -0.9em;
}
.list-gas-88c7.black-855a .dirty-a6dc::before {
  left: auto;
  right: 15px;
}
.list-gas-88c7.fn-active-6458 .background-c15e {
  height: auto;
  overflow: initial;
  z-index: 26;
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
}
.photo-wood-89b4 {
  display: -webkit-box;
  display: flex;
  margin-bottom: 0;
  width: 100%;
  max-width: 100%;
}
.photo-wood-89b4 label {
  flex-basis: 100%;
}
.photo-wood-89b4 .badge_1e31 {
  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;
}
.photo-wood-89b4 .overlay_west_22fd {
  display: block;
  width: 100%;
  border-radius: 2px;
  height: 2.4em;
}
.photo-wood-89b4 .overlay_west_22fd:focus {
  background-color: transparent;
}
.photo-wood-89b4 button.dynamic_c7a5 {
  overflow: hidden;
  box-shadow: none;
  margin-left: -40px;
  background: 0 0;
  color: #6d6d6d;
  line-height: 0;
  padding: 0 0.7em;
  min-height: auto;
}
.photo-wood-89b4 button.dynamic_c7a5:hover {
  box-shadow: none;
  background-color: transparent;
  color: #686868;
}
.photo-wood-89b4 button.dynamic_c7a5 svg {
  width: 18px;
  height: 18px;
}
.photo-wood-89b4 input[type="submit"] {
  min-height: auto;
}
.pattern-dynamic-f50e .photo-wood-89b4 .overlay_west_22fd {
  border: 0;
  box-shadow: none;
  background-color: transparent;
}
.dirty-a6dc {
  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) {
  .dirty-a6dc {
    width: 220px;
  }
}
.dirty-a6dc label {
  flex-basis: 100%;
}
.dirty-a6dc::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;
}
.tooltip_dark_c6a3 .pattern-dynamic-f50e .photo-wood-89b4 {
  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;
}
.tooltip_dark_c6a3
  .pattern-dynamic-f50e
  .photo-wood-89b4
  .badge_1e31 {
  background-color: transparent;
  min-height: auto;
  flex-basis: 100%;
  display: -webkit-box;
  display: flex;
  border-style: none;
  border: none;
  box-shadow: none;
}
.tooltip_dark_c6a3 .pattern-dynamic-f50e .photo-wood-89b4 .overlay_west_22fd {
  border-color: transparent;
  height: auto;
  background-color: transparent;
  border: 0;
  border-style: none;
  box-shadow: none;
  -webkit-box-flex: 0;
  flex: 0 0 auto;
}
.tooltip_dark_c6a3
  .pattern-dynamic-f50e
  .photo-wood-89b4
  .overlay_west_22fd:focus {
  background: 0 0;
}
.tooltip_dark_c6a3
  .pattern-dynamic-f50e
  .photo-wood-89b4
  .popup-4921 {
  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;
}
.steel_e15c {
  display: inline-block;
  margin: 0;
  padding: 0;
  list-style: none;
  position: relative;
}
.steel_e15c li {
  list-style: none;
  display: inline-block;
  margin: 0 3px;
}
.steel_e15c li:last-child {
  margin-right: 0;
}
.steel_e15c li:first-child {
  margin-left: 0;
}
.steel_e15c.aside_small_0299 a {
  color: #fff;
}
.steel_e15c.aside_small_0299 a:hover {
  color: #fff;
}
.steel_e15c a {
  color: currentColor;
  text-align: center;
  vertical-align: middle;
  width: 100%;
  padding: 0.4em;
  display: inline-block;
  line-height: 1;
  font-size: 13px;
}
.steel_e15c a i {
  width: 1em;
  height: 1em;
  position: relative;
  display: block;
}
.steel_e15c a i:before {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}
.steel_e15c a:hover {
  opacity: 0.9;
  color: inherit;
}
.steel_e15c [class*="social-icon-apple"] {
  background-color: #999;
}
.steel_e15c [class*="social-icon-apple"].breadcrumb_0e34 {
  background-color: transparent;
  color: #999;
}
.steel_e15c [class*="social-icon-behance"] {
  background-color: #1769ff;
}
.steel_e15c [class*="social-icon-behance"].breadcrumb_0e34 {
  background-color: transparent;
  color: #1769ff;
}
.steel_e15c [class*="social-icon-bitbucket"] {
  background-color: #205081;
}
.steel_e15c [class*="social-icon-bitbucket"].breadcrumb_0e34 {
  background-color: transparent;
  color: #205081;
}
.steel_e15c [class*="social-icon-codepen"] {
  background-color: #000;
}
.steel_e15c [class*="social-icon-codepen"].breadcrumb_0e34 {
  background-color: transparent;
  color: #000;
}
.steel_e15c [class*="social-icon-delicious"] {
  background-color: #39f;
}
.steel_e15c [class*="social-icon-delicious"].breadcrumb_0e34 {
  background-color: transparent;
  color: #39f;
}
.steel_e15c [class*="social-icon-digg"] {
  background-color: #005be2;
}
.steel_e15c [class*="social-icon-digg"].breadcrumb_0e34 {
  background-color: transparent;
  color: #005be2;
}
.steel_e15c [class*="social-icon-dribbble"] {
  background-color: #ea4c89;
}
.steel_e15c [class*="social-icon-dribbble"].breadcrumb_0e34 {
  background-color: transparent;
  color: #ea4c89;
}
.steel_e15c [class*="social-icon-envelope"] {
  background-color: #ea4335;
}
.steel_e15c [class*="social-icon-envelope"].breadcrumb_0e34 {
  background-color: transparent;
  color: #ea4335;
}
.steel_e15c [class*="social-icon-facebook"] {
  background-color: #3b5998;
}
.steel_e15c [class*="social-icon-facebook"].breadcrumb_0e34 {
  background-color: transparent;
  color: #3b5998;
}
.steel_e15c [class*="social-icon-flickr"] {
  background-color: #0063dc;
}
.steel_e15c [class*="social-icon-flickr"].breadcrumb_0e34 {
  background-color: transparent;
  color: #0063dc;
}
.steel_e15c [class*="social-icon-foursquare"] {
  background-color: #2d5be3;
}
.steel_e15c [class*="social-icon-foursquare"].breadcrumb_0e34 {
  background-color: transparent;
  color: #2d5be3;
}
.steel_e15c [class*="social-icon-github"] {
  background-color: #333;
}
.steel_e15c [class*="social-icon-github"].breadcrumb_0e34 {
  background-color: transparent;
  color: #333;
}
.steel_e15c [class*="social-icon-google-plus"] {
  background-color: #dd4b39;
}
.steel_e15c [class*="social-icon-google-plus"].breadcrumb_0e34 {
  background-color: transparent;
  color: #dd4b39;
}
.steel_e15c [class*="social-icon-houzz"] {
  background-color: #7ac142;
}
.steel_e15c [class*="social-icon-houzz"].breadcrumb_0e34 {
  background-color: transparent;
  color: #7ac142;
}
.steel_e15c [class*="social-icon-instagram"] {
  background-color: #262626;
}
.steel_e15c [class*="social-icon-instagram"].breadcrumb_0e34 {
  background-color: transparent;
  color: #262626;
}
.steel_e15c [class*="social-icon-jsfiddle"] {
  background-color: #487aa2;
}
.steel_e15c [class*="social-icon-jsfiddle"].breadcrumb_0e34 {
  background-color: transparent;
  color: #487aa2;
}
.steel_e15c [class*="social-icon-linkedin"] {
  background-color: #0077b5;
}
.steel_e15c [class*="social-icon-linkedin"].breadcrumb_0e34 {
  background-color: transparent;
  color: #0077b5;
}
.steel_e15c [class*="social-icon-medium"] {
  background-color: #00ab6b;
}
.steel_e15c [class*="social-icon-medium"].breadcrumb_0e34 {
  background-color: transparent;
  color: #00ab6b;
}
.steel_e15c [class*="social-icon-odnoklassniki"] {
  background-color: #f4731c;
}
.steel_e15c
  [class*="social-icon-odnoklassniki"].breadcrumb_0e34 {
  background-color: transparent;
  color: #f4731c;
}
.steel_e15c [class*="social-icon-meetup"] {
  background-color: #ec1c40;
}
.steel_e15c [class*="social-icon-meetup"].breadcrumb_0e34 {
  background-color: transparent;
  color: #ec1c40;
}
.steel_e15c [class*="social-icon-pinterest"] {
  background-color: #bd081c;
}
.steel_e15c [class*="social-icon-pinterest"].breadcrumb_0e34 {
  background-color: transparent;
  color: #bd081c;
}
.steel_e15c [class*="social-icon-product-hunt"] {
  background-color: #da552f;
}
.steel_e15c [class*="social-icon-product-hunt"].breadcrumb_0e34 {
  background-color: transparent;
  color: #da552f;
}
.steel_e15c [class*="social-icon-reddit"] {
  background-color: #ff4500;
}
.steel_e15c [class*="social-icon-reddit"].breadcrumb_0e34 {
  background-color: transparent;
  color: #ff4500;
}
.steel_e15c [class*="social-icon-rss"] {
  background-color: #f26522;
}
.steel_e15c [class*="social-icon-rss"].breadcrumb_0e34 {
  background-color: transparent;
  color: #f26522;
}
.steel_e15c [class*="social-icon-shopping-cart"] {
  background-color: #4caf50;
}
.steel_e15c
  [class*="social-icon-shopping-cart"].breadcrumb_0e34 {
  background-color: transparent;
  color: #4caf50;
}
.steel_e15c [class*="social-icon-skype"] {
  background-color: #00aff0;
}
.steel_e15c [class*="social-icon-skype"].breadcrumb_0e34 {
  background-color: transparent;
  color: #00aff0;
}
.steel_e15c [class*="social-icon-slideshare"] {
  background-color: #0077b5;
}
.steel_e15c [class*="social-icon-slideshare"].breadcrumb_0e34 {
  background-color: transparent;
  color: #0077b5;
}
.steel_e15c [class*="social-icon-snapchat"] {
  background-color: #fffc00;
}
.steel_e15c [class*="social-icon-snapchat"].breadcrumb_0e34 {
  background-color: transparent;
  color: #fffc00;
}
.steel_e15c [class*="social-icon-soundcloud"] {
  background-color: #f80;
}
.steel_e15c [class*="social-icon-soundcloud"].breadcrumb_0e34 {
  background-color: transparent;
  color: #f80;
}
.steel_e15c [class*="social-icon-spotify"] {
  background-color: #2ebd59;
}
.steel_e15c [class*="social-icon-spotify"].breadcrumb_0e34 {
  background-color: transparent;
  color: #2ebd59;
}
.steel_e15c [class*="social-icon-stack-overflow"] {
  background-color: #fe7a15;
}
.steel_e15c
  [class*="social-icon-stack-overflow"].breadcrumb_0e34 {
  background-color: transparent;
  color: #fe7a15;
}
.steel_e15c [class*="social-icon-maldkfgram"] {
  background-color: #2ca5e0;
}
.steel_e15c [class*="social-icon-maldkfgram"].breadcrumb_0e34 {
  background-color: transparent;
  color: #2ca5e0;
}
.steel_e15c [class*="social-icon-tripadvisor"] {
  background-color: #589442;
}
.steel_e15c [class*="social-icon-tripadvisor"].breadcrumb_0e34 {
  background-color: transparent;
  color: #589442;
}
.steel_e15c [class*="social-icon-tumblr"] {
  background-color: #35465c;
}
.steel_e15c [class*="social-icon-tumblr"].breadcrumb_0e34 {
  background-color: transparent;
  color: #35465c;
}
.steel_e15c [class*="social-icon-twitch"] {
  background-color: #6441a5;
}
.steel_e15c [class*="social-icon-twitch"].breadcrumb_0e34 {
  background-color: transparent;
  color: #6441a5;
}
.steel_e15c [class*="social-icon-twitter"] {
  background-color: #1da1f2;
}
.steel_e15c [class*="social-icon-twitter"].breadcrumb_0e34 {
  background-color: transparent;
  color: #1da1f2;
}
.steel_e15c [class*="social-icon-vimeo"] {
  background-color: #1ab7ea;
}
.steel_e15c [class*="social-icon-vimeo"].breadcrumb_0e34 {
  background-color: transparent;
  color: #1ab7ea;
}
.steel_e15c [class*="social-icon-vk"] {
  background-color: #45668e;
}
.steel_e15c [class*="social-icon-vk"].breadcrumb_0e34 {
  background-color: transparent;
  color: #45668e;
}
.steel_e15c [class*="social-icon-weibo"] {
  background-color: #df2029;
}
.steel_e15c [class*="social-icon-weibo"].breadcrumb_0e34 {
  background-color: transparent;
  color: #df2029;
}
.steel_e15c [class*="social-icon-weixin"] {
  background-color: #7bb32e;
}
.steel_e15c [class*="social-icon-weixin"].breadcrumb_0e34 {
  background-color: transparent;
  color: #7bb32e;
}
.steel_e15c [class*="social-icon-whatsapp"] {
  background-color: #25d366;
}
.steel_e15c [class*="social-icon-whatsapp"].breadcrumb_0e34 {
  background-color: transparent;
  color: #25d366;
}
.steel_e15c [class*="social-icon-wordpress"] {
  background-color: #21759b;
}
.steel_e15c [class*="social-icon-wordpress"].breadcrumb_0e34 {
  background-color: transparent;
  color: #21759b;
}
.steel_e15c [class*="social-icon-xing"] {
  background-color: #026466;
}
.steel_e15c [class*="social-icon-xing"].breadcrumb_0e34 {
  background-color: transparent;
  color: #026466;
}
.steel_e15c [class*="social-icon-yelp"] {
  background-color: #af0606;
}
.steel_e15c [class*="social-icon-yelp"].breadcrumb_0e34 {
  background-color: transparent;
  color: #af0606;
}
.steel_e15c [class*="social-icon-youtube"] {
  background-color: #cd201f;
}
.steel_e15c [class*="social-icon-youtube"].breadcrumb_0e34 {
  background-color: transparent;
  color: #cd201f;
}
.copper_abe3 {
  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;
}
.copper_abe3:hover {
  box-shadow: none;
  background: 0 0;
}
.carousel-1671 {
  background: 0 0 !important;
  text-transform: uppercase;
  font-size: 0.85em;
}
.focus-bottom-47ef {
  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;
}
.popup-474a {
  display: inline-block;
  position: relative;
  vertical-align: middle;
}
.tertiary-inner-02ed {
  display: block;
  top: 50%;
  background-color: currentcolor;
}
.tertiary-inner-02ed,
.tertiary-inner-02ed::after,
.tertiary-inner-02ed::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;
}
.tertiary-inner-02ed::after,
.tertiary-inner-02ed::before {
  content: "";
  display: block;
  background-color: inherit;
}
.dynamic-3bf7 .focus-bottom-47ef .popup-474a {
  margin-top: -2px;
  width: 19px;
}
.dynamic-3bf7 .focus-bottom-47ef .tertiary-inner-02ed {
  margin-top: -1px;
}
.dynamic-3bf7 .focus-bottom-47ef .tertiary-inner-02ed,
.dynamic-3bf7 .focus-bottom-47ef .tertiary-inner-02ed::after,
.dynamic-3bf7 .focus-bottom-47ef .tertiary-inner-02ed::before {
  width: 19px;
  height: 2px;
}
.dynamic-3bf7 .focus-bottom-47ef .tertiary-inner-02ed::before {
  top: -6px;
}
.dynamic-3bf7 .focus-bottom-47ef .tertiary-inner-02ed::after {
  bottom: -6px;
}
.summary-new-8108 .focus-bottom-47ef .popup-474a {
  margin-top: -2px;
  width: 22px;
}
.summary-new-8108 .focus-bottom-47ef .tertiary-inner-02ed {
  margin-top: -1px;
}
.summary-new-8108 .focus-bottom-47ef .tertiary-inner-02ed,
.summary-new-8108 .focus-bottom-47ef .tertiary-inner-02ed::after,
.summary-new-8108 .focus-bottom-47ef .tertiary-inner-02ed::before {
  width: 22px;
  height: 2px;
}
.summary-new-8108 .focus-bottom-47ef .tertiary-inner-02ed::before {
  top: -7px;
}
.summary-new-8108 .focus-bottom-47ef .tertiary-inner-02ed::after {
  bottom: -7px;
}
.caption-red-029a .focus-bottom-47ef .popup-474a {
  margin-top: -2px;
  width: 31px;
}
.caption-red-029a .focus-bottom-47ef .tertiary-inner-02ed {
  margin-top: -1.5px;
}
.caption-red-029a .focus-bottom-47ef .tertiary-inner-02ed,
.caption-red-029a .focus-bottom-47ef .tertiary-inner-02ed::after,
.caption-red-029a .focus-bottom-47ef .tertiary-inner-02ed::before {
  width: 31px;
  height: 3px;
}
.caption-red-029a .focus-bottom-47ef .tertiary-inner-02ed::before {
  top: -9px;
}
.caption-red-029a .focus-bottom-47ef .tertiary-inner-02ed::after {
  bottom: -9px;
}
@media screen and (min-width: 1025px) {
  .black-c50b .focus-bottom-47ef .popup-474a {
    margin-top: -2px;
    width: 19px;
  }
  .black-c50b .focus-bottom-47ef .tertiary-inner-02ed {
    margin-top: -1px;
  }
  .black-c50b .focus-bottom-47ef .tertiary-inner-02ed,
  .black-c50b .focus-bottom-47ef .tertiary-inner-02ed::after,
  .black-c50b .focus-bottom-47ef .tertiary-inner-02ed::before {
    width: 19px;
    height: 2px;
  }
  .black-c50b .focus-bottom-47ef .tertiary-inner-02ed::before {
    top: -6px;
  }
  .black-c50b .focus-bottom-47ef .tertiary-inner-02ed::after {
    bottom: -6px;
  }
  .popup_right_c2cb .focus-bottom-47ef .popup-474a {
    margin-top: -2px;
    width: 22px;
  }
  .popup_right_c2cb .focus-bottom-47ef .tertiary-inner-02ed {
    margin-top: -1px;
  }
  .popup_right_c2cb .focus-bottom-47ef .tertiary-inner-02ed,
  .popup_right_c2cb .focus-bottom-47ef .tertiary-inner-02ed::after,
  .popup_right_c2cb .focus-bottom-47ef .tertiary-inner-02ed::before {
    width: 22px;
    height: 2px;
  }
  .popup_right_c2cb .focus-bottom-47ef .tertiary-inner-02ed::before {
    top: -7px;
  }
  .popup_right_c2cb .focus-bottom-47ef .tertiary-inner-02ed::after {
    bottom: -7px;
  }
  .widget-middle-a2f1 .focus-bottom-47ef .popup-474a {
    margin-top: -2px;
    width: 31px;
  }
  .widget-middle-a2f1 .focus-bottom-47ef .tertiary-inner-02ed {
    margin-top: -1.5px;
  }
  .widget-middle-a2f1 .focus-bottom-47ef .tertiary-inner-02ed,
  .widget-middle-a2f1 .focus-bottom-47ef .tertiary-inner-02ed::after,
  .widget-middle-a2f1 .focus-bottom-47ef .tertiary-inner-02ed::before {
    width: 31px;
    height: 3px;
  }
  .widget-middle-a2f1 .focus-bottom-47ef .tertiary-inner-02ed::before {
    top: -9px;
  }
  .widget-middle-a2f1 .focus-bottom-47ef .tertiary-inner-02ed::after {
    bottom: -9px;
  }
}
@media screen and (max-width: 1024px) {
  .badge_b9af .focus-bottom-47ef .popup-474a {
    margin-top: -2px;
    width: 19px;
  }
  .badge_b9af .focus-bottom-47ef .tertiary-inner-02ed {
    margin-top: -1px;
  }
  .badge_b9af .focus-bottom-47ef .tertiary-inner-02ed,
  .badge_b9af .focus-bottom-47ef .tertiary-inner-02ed::after,
  .badge_b9af .focus-bottom-47ef .tertiary-inner-02ed::before {
    width: 19px;
    height: 2px;
  }
  .badge_b9af .focus-bottom-47ef .tertiary-inner-02ed::before {
    top: -6px;
  }
  .badge_b9af .focus-bottom-47ef .tertiary-inner-02ed::after {
    bottom: -6px;
  }
  .top-7d0e .focus-bottom-47ef .popup-474a {
    margin-top: -2px;
    width: 22px;
  }
  .top-7d0e .focus-bottom-47ef .tertiary-inner-02ed {
    margin-top: -1px;
  }
  .top-7d0e .focus-bottom-47ef .tertiary-inner-02ed,
  .top-7d0e .focus-bottom-47ef .tertiary-inner-02ed::after,
  .top-7d0e .focus-bottom-47ef .tertiary-inner-02ed::before {
    width: 22px;
    height: 2px;
  }
  .top-7d0e .focus-bottom-47ef .tertiary-inner-02ed::before {
    top: -7px;
  }
  .top-7d0e .focus-bottom-47ef .tertiary-inner-02ed::after {
    bottom: -7px;
  }
  .widget_e95b .focus-bottom-47ef .popup-474a {
    margin-top: -2px;
    width: 31px;
  }
  .widget_e95b .focus-bottom-47ef .tertiary-inner-02ed {
    margin-top: -1.5px;
  }
  .widget_e95b .focus-bottom-47ef .tertiary-inner-02ed,
  .widget_e95b .focus-bottom-47ef .tertiary-inner-02ed::after,
  .widget_e95b .focus-bottom-47ef .tertiary-inner-02ed::before {
    width: 31px;
    height: 3px;
  }
  .widget_e95b .focus-bottom-47ef .tertiary-inner-02ed::before {
    top: -9px;
  }
  .widget_e95b .focus-bottom-47ef .tertiary-inner-02ed::after {
    bottom: -9px;
  }
}
@media screen and (max-width: 568px) {
  .highlight_cool_eb5e .focus-bottom-47ef .popup-474a {
    margin-top: -2px;
    width: 19px;
  }
  .highlight_cool_eb5e .focus-bottom-47ef .tertiary-inner-02ed {
    margin-top: -1px;
  }
  .highlight_cool_eb5e .focus-bottom-47ef .tertiary-inner-02ed,
  .highlight_cool_eb5e .focus-bottom-47ef .tertiary-inner-02ed::after,
  .highlight_cool_eb5e .focus-bottom-47ef .tertiary-inner-02ed::before {
    width: 19px;
    height: 2px;
  }
  .highlight_cool_eb5e .focus-bottom-47ef .tertiary-inner-02ed::before {
    top: -6px;
  }
  .highlight_cool_eb5e .focus-bottom-47ef .tertiary-inner-02ed::after {
    bottom: -6px;
  }
  .sidebar_simple_7751 .focus-bottom-47ef .popup-474a {
    margin-top: -2px;
    width: 22px;
  }
  .sidebar_simple_7751 .focus-bottom-47ef .tertiary-inner-02ed {
    margin-top: -1px;
  }
  .sidebar_simple_7751 .focus-bottom-47ef .tertiary-inner-02ed,
  .sidebar_simple_7751 .focus-bottom-47ef .tertiary-inner-02ed::after,
  .sidebar_simple_7751 .focus-bottom-47ef .tertiary-inner-02ed::before {
    width: 22px;
    height: 2px;
  }
  .sidebar_simple_7751 .focus-bottom-47ef .tertiary-inner-02ed::before {
    top: -7px;
  }
  .sidebar_simple_7751 .focus-bottom-47ef .tertiary-inner-02ed::after {
    bottom: -7px;
  }
  .pink_7aff .focus-bottom-47ef .popup-474a {
    margin-top: -2px;
    width: 31px;
  }
  .pink_7aff .focus-bottom-47ef .tertiary-inner-02ed {
    margin-top: -1.5px;
  }
  .pink_7aff .focus-bottom-47ef .tertiary-inner-02ed,
  .pink_7aff .focus-bottom-47ef .tertiary-inner-02ed::after,
  .pink_7aff .focus-bottom-47ef .tertiary-inner-02ed::before {
    width: 31px;
    height: 3px;
  }
  .pink_7aff .focus-bottom-47ef .tertiary-inner-02ed::before {
    top: -9px;
  }
  .pink_7aff .focus-bottom-47ef .tertiary-inner-02ed::after {
    bottom: -9px;
  }
}
.highlight-easy-d44c .tertiary-inner-02ed {
  -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);
}
.highlight-easy-d44c .tertiary-inner-02ed::before {
  -webkit-transition: top 75ms 0.12s ease, opacity 75ms ease;
  transition: top 75ms 0.12s ease, opacity 75ms ease;
}
.highlight-easy-d44c .tertiary-inner-02ed::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);
}
.highlight-easy-d44c.element_wide_bc90 .tertiary-inner-02ed {
  -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);
}
.highlight-easy-d44c.element_wide_bc90 .tertiary-inner-02ed::before {
  top: 0;
  opacity: 0;
  -webkit-transition: top 75ms ease, opacity 75ms 0.12s ease;
  transition: top 75ms ease, opacity 75ms 0.12s ease;
}
.highlight-easy-d44c.element_wide_bc90 .tertiary-inner-02ed::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);
}
.dropdown-easy-2b15 {
  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.motion_fa02:before {
  display: none;
}
.fresh_3210 {
  padding: 0;
  position: fixed;
  width: 100%;
  max-width: 100%;
  top: 0;
  z-index: 999900;
  visibility: hidden;
}
.fresh_3210 .fixed-07d1 {
  padding: 1.4em 1.5em;
  border-bottom: 1px solid transparent;
}
.fresh_3210 .fixed-07d1:last-of-type {
  border-bottom: none;
}
.fresh_3210 .fixed-07d1.cool-ed01,
.fresh_3210 .fixed-07d1.accordion_9517,
.fresh_3210 .fixed-07d1.layout-8d12 {
  padding: 0;
}
.fresh_3210 .header-cool-03cc .notice_11c9 {
  color: currentColor;
}
.fresh_3210 .header-cool-03cc .notice_11c9:focus,
.fresh_3210 .header-cool-03cc .notice_11c9:hover {
  background: rgba(0, 0, 0, 0.01);
}
.fresh_3210.tooltip-0f8d .pattern_e392,
.fresh_3210.tooltip-0f8d .list_glass_7c9d a,
.fresh_3210.tooltip-0f8d .status-dark-e2e4 a,
.fresh_3210.tooltip-0f8d .overlay_87e9 a {
  color: rgba(0, 0, 0, 0.55);
}
.fresh_3210.tooltip-0f8d .pattern_e392:hover,
.fresh_3210.tooltip-0f8d .list_glass_7c9d a:hover,
.fresh_3210.tooltip-0f8d .status-dark-e2e4 a:hover,
.fresh_3210.tooltip-0f8d .overlay_87e9 a:hover {
  color: rgba(0, 0, 0, 0.8);
}
.fresh_3210.tooltip-0f8d .widget-f414 {
  color: rgba(0, 0, 0, 0.8);
}
.fresh_3210.tooltip-0f8d .fixed-07d1 {
  border-color: rgba(0, 0, 0, 0.08);
}
.fresh_3210.tooltip-0f8d .fixed-07d1:before {
  background: rgba(0, 0, 0, 0.08);
}
.fresh_3210.tooltip-0f8d .button-clean-0c8f:before {
  background: rgba(255, 255, 255, 0.9);
}
.fresh_3210.tooltip-0f8d .header-cool-03cc .shade-stone-75d6 li a,
.fresh_3210.tooltip-0f8d .header-cool-03cc .notice_11c9,
.fresh_3210.tooltip-0f8d .overlay_87e9 {
  border-color: rgba(0, 0, 0, 0.08);
}
.fresh_3210.tooltip-0f8d .header-cool-03cc .notice_11c9:focus,
.fresh_3210.tooltip-0f8d .header-cool-03cc .notice_11c9:hover {
  background: rgba(0, 0, 0, 0.01);
}
.fresh_3210.tooltip-0f8d .shade-stone-75d6 li {
  border-color: rgba(0, 0, 0, 0.08);
}
.fresh_3210.title_d574 .pattern_e392,
.fresh_3210.title_d574 .list_glass_7c9d a,
.fresh_3210.title_d574 .status-dark-e2e4 .notice_11c9,
.fresh_3210.title_d574 .status-dark-e2e4 a,
.fresh_3210.title_d574 .overlay_87e9 a {
  color: rgba(255, 255, 255, 0.79);
}
.fresh_3210.title_d574 .pattern_e392:hover,
.fresh_3210.title_d574 .list_glass_7c9d a:hover,
.fresh_3210.title_d574 .status-dark-e2e4 .notice_11c9:hover,
.fresh_3210.title_d574 .status-dark-e2e4 a:hover,
.fresh_3210.title_d574 .overlay_87e9 a:hover {
  color: rgba(255, 255, 255, 0.99);
}
.fresh_3210.title_d574 .widget-f414 {
  color: rgba(255, 255, 255, 0.99);
}
.fresh_3210.title_d574 .fixed-07d1 {
  border-color: rgba(255, 255, 255, 0.08);
}
.fresh_3210.title_d574 .fixed-07d1:before {
  background: rgba(255, 255, 255, 0.08);
}
.fresh_3210.title_d574 .button-clean-0c8f:before {
  background: rgba(0, 0, 0, 0.9);
}
.fresh_3210.title_d574 .header-cool-03cc .shade-stone-75d6 li a,
.fresh_3210.title_d574 .header-cool-03cc .notice_11c9,
.fresh_3210.title_d574 .overlay_87e9 {
  border-color: rgba(255, 255, 255, 0.08);
}
.fresh_3210.title_d574 .header-cool-03cc .notice_11c9:focus,
.fresh_3210.title_d574 .header-cool-03cc .notice_11c9:hover {
  background: rgba(0, 0, 0, 0.01);
}
.fresh_3210.title_d574 .shade-stone-75d6 li {
  border-color: rgba(255, 255, 255, 0.08);
}
.button-clean-0c8f {
  position: relative;
  word-con: break-word;
  min-height: 100%;
  display: block;
}
.button-clean-0c8f:before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  display: block;
  min-height: 100%;
}
.clean-87eb {
  position: relative;
  word-con: break-word;
  min-height: 100%;
  display: block;
  padding: 1.2em 0;
}
.banner-dynamic-14c6 .fresh_3210 {
  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;
}
.banner-dynamic-14c6 .fixed-07d1 {
  text-align: center;
  padding: 2em 1.5em;
  border: none;
  position: relative;
}
.banner-dynamic-14c6 .fixed-07d1: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) {
  .banner-dynamic-14c6 .fixed-07d1:before {
    width: 16%;
    left: 42%;
  }
}
.banner-dynamic-14c6 .fixed-07d1:last-child:before {
  content: none;
}
.banner-dynamic-14c6 .fixed-07d1[class*="-menu"] {
  padding: 2.5em 1.5em;
}
.banner-dynamic-14c6 .header-cool-03cc .shade-stone-75d6 li a {
  border: none;
  font-size: 140%;
  text-transform: uppercase;
  font-weight: 500;
}
.banner-dynamic-14c6 .header-cool-03cc .shade-stone-75d6 li a .notice_11c9 {
  display: inline-block;
  position: relative;
  border: 0 none;
  margin-right: -1.3em;
  top: -2px;
  padding: 0.28em 0.5em;
}
.banner-dynamic-14c6 .header-cool-03cc .overlay_87e9 {
  border: none;
}
.banner-dynamic-14c6 .header-cool-03cc .overlay_87e9 li a {
  text-transform: none;
  padding: 0.35em 1.5em;
  font-size: 100%;
}
.banner-dynamic-14c6 .button-clean-0c8f {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}
.banner-dynamic-14c6 .clean-87eb {
  max-width: 48em;
  margin: 3em auto;
  padding: 0;
}
.banner-dynamic-14c6 .title_d574 .button-clean-0c8f:before {
  background: rgba(0, 0, 0, 0.9);
}
.banner-dynamic-14c6 .tooltip-0f8d.icon-left-19f2 .tertiary-inner-02ed {
  background: rgba(0, 0, 0, 0.6);
}
.banner-dynamic-14c6
  .tooltip-0f8d.icon-left-19f2
  .tertiary-inner-02ed::after,
.banner-dynamic-14c6
  .tooltip-0f8d.icon-left-19f2
  .tertiary-inner-02ed:before {
  background: inherit;
}
.banner-dynamic-14c6
  .tooltip-0f8d.icon-left-19f2:hover
  .tertiary-inner-02ed {
  background: rgba(0, 0, 0, 0.8);
}
.lower_6ff5 .fresh_3210 {
  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) {
  .lower_6ff5 .fresh_3210 {
    width: auto;
    right: 45px;
  }
}
.paragraph-b62b .fresh_3210 {
  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) {
  .paragraph-b62b .fresh_3210 {
    width: auto;
    left: 45px;
  }
}
.motion_fa02 .fresh_3210 {
  position: relative;
  height: 0;
  display: block;
  visibility: visible;
  z-index: 999900;
  overflow: hidden;
}
.motion_fa02 .clean-87eb {
  max-width: 48em;
  margin: 0 auto;
}
.motion_fa02 .button-clean-0c8f:before {
  box-shadow: inset 0 0 12px 0 rgba(0, 0, 0, 0.05);
}
.label-clean-9011 {
  overflow-x: hidden;
  position: relative;
  width: 100%;
  display: block;
}
.label-clean-9011.banner-dynamic-14c6 .fresh_3210 {
  z-index: 0;
  opacity: 0;
  height: 100%;
}
.label-clean-9011.lower_6ff5 .fresh_3210 {
  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);
}
.label-clean-9011 .fresh_3210 {
  visibility: visible;
}
.label-clean-9011.paragraph-b62b .fresh_3210 {
  -webkit-transform: translateX(200%);
  -ms-transform: translateX(200%);
  transform: translateX(200%);
  height: 100%;
}
.advanced_0640,
.label-pink-d5b0 {
  overflow-x: hidden;
}
.advanced_0640 .fresh_3210 {
  overflow: auto;
}
.advanced_0640.banner-dynamic-14c6 {
  overflow: initial;
  position: relative;
  width: 100%;
  display: block;
}
.advanced_0640.banner-dynamic-14c6 .fresh_3210 {
  z-index: 999900;
  opacity: 1;
  visibility: visible;
}
.advanced_0640.banner-dynamic-14c6 .copper_abe3 {
  opacity: 0;
}
.advanced_0640.lower_6ff5 {
  overflow: initial;
  position: relative;
  width: 100%;
  display: block;
}
.advanced_0640.lower_6ff5 .fresh_3210 {
  z-index: 999900;
  height: 100vh;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  left: 0;
  visibility: visible;
}
.advanced_0640.lower_6ff5 .copper_abe3 {
  opacity: 0;
}
.advanced_0640.paragraph-b62b {
  overflow: initial;
  position: relative;
  width: 100%;
  display: block;
}
.advanced_0640.paragraph-b62b .fresh_3210 {
  z-index: 999900;
  height: 100vh;
  max-width: 100vw;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  right: 0;
  visibility: visible;
}
.advanced_0640.paragraph-b62b .copper_abe3 {
  opacity: 0;
}
.advanced_0640.motion_fa02 .fresh_3210 {
  z-index: 10;
  visibility: visible;
}
.icon-left-19f2 {
  display: none;
  z-index: 999910;
  cursor: pointer;
  position: fixed;
  top: 10px;
  right: 12px;
}
.icon-left-19f2 .tertiary-inner-02ed {
  background: rgba(255, 255, 255, 0.99);
}
.icon-left-19f2 .tertiary-inner-02ed::after,
.icon-left-19f2 .tertiary-inner-02ed:before {
  background: inherit;
}
.icon-left-19f2:hover .tertiary-inner-02ed {
  background: rgba(255, 255, 255, 0.99);
}
.paragraph-b62b .icon-left-19f2 {
  top: 10px;
  right: auto;
  left: 12px;
}
.motion_fa02 .icon-left-19f2 {
  display: none !important;
}
.advanced_0640:before,
.label-pink-d5b0:before {
  z-index: 999897;
  visibility: visible;
  opacity: 1;
}
.advanced_0640 .icon-left-19f2,
.label-pink-d5b0 .icon-left-19f2 {
  display: inline-block;
}
.fresh_3210 .alert_hovered_07eb {
  -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;
}
.advanced_0640 .fresh_3210 .alert_hovered_07eb,
.label-pink-d5b0 .fresh_3210 .alert_hovered_07eb {
  opacity: 1;
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
}
.nav-fa5a .badge_1e31 {
  width: 100%;
}
.picture_44d1 {
  padding: 0 0.5em 0;
}
.picture_44d1 [class*="customify-col-"],
.picture_44d1 [class*="customify-col_"],
.picture_44d1 [class~="customify-col"] {
  padding: 0 0.5em 0;
}
.form-79ab .picture_44d1 {
  padding-left: 1em;
  padding-right: 1em;
}
@media screen and (min-width: 1025px) {
  .detail-new-54f2 .selected_d64f,
  .selected_d64f {
    display: none;
  }
  .dirty_64ac {
    text-align: left;
  }
  .row_east_825a {
    text-align: center;
  }
  .left_764b {
    text-align: right;
  }
}
@media screen and (max-width: 1024px) {
  .detail-new-54f2 .block-57ec,
  .block-57ec {
    display: none;
  }
  .notification-af03 {
    text-align: left;
  }
  .disabled_efa8 {
    text-align: center;
  }
  .content_f458 {
    text-align: right;
  }
}
@media screen and (max-width: 568px) {
  .detail-new-54f2 .notification-thick-f6a3,
  .notification-thick-f6a3 {
    display: none;
  }
  .dirty-2118 {
    text-align: left;
  }
  .element-93c0 {
    text-align: center;
  }
  .caption-3516 {
    text-align: right;
  }
}
#page {
  position: relative;
}
.sort-advanced-492f {
  box-shadow: none !important;
}
.up_2f4d .panel-fixed-50ec,
.yellow-abef .panel-fixed-50ec {
  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;
}
.yellow-abef .panel-fixed-50ec {
  margin-top: 30px;
  margin-bottom: 30px;
}
.fresh_98a7 {
  position: relative;
  padding-left: 2em;
  padding-right: 2em;
}
.fresh_98a7:after,
.fresh_98a7:before {
  content: "";
  display: table;
}
.fresh_98a7:after {
  clear: both;
}
@media screen and (max-width: 48em) {
  .fresh_98a7 {
    padding-left: 1em;
    padding-right: 1em;
  }
}
.fresh_98a7,
.filter_lower_bbc6 {
  max-width: 1248px;
  margin: 0 auto;
}

.table_7937.center_93ed .fresh_98a7 {
  max-width: 100%;
}
.table_7937.tabs_iron_f060 {
  max-width: 1200px;
  margin: 0 auto;
}
.table_7937.menu-cded .fresh_98a7 {
  max-width: 100%;
}
.table_7937.menu-cded > .fresh_98a7 {
  padding-left: 0;
  padding-right: 0;
}
.table_7937.menu-cded > .fresh_98a7 .detail-new-54f2 {
  margin: 0;
}
.table_7937.menu-cded
  > .fresh_98a7
  .carousel-94d0.bright-a209 {
  margin-right: 0;
  margin-left: 0;
}
.table_7937.menu-cded #main.bright-a209 {
  padding: 0;
}
#main,
#sidebar-primary,
#sidebar-secondary {
  padding-top: 2.617924em;
  padding-bottom: 2.617924em;
}
@media screen and (max-width: 1024px) {
  .background-6e68 #main {
    border-left: 0 none;
  }
}
@media screen and (max-width: 1024px) {
  .background-6e68 #sidebar-secondary {
    -webkit-box-ordinal-group: 6;
    order: 5;
    display: none;
  }
}
@media screen and (min-width: 48em) {
  .notice_2cff .next-3351 {
    padding-right: 1em;
  }
  .notice_2cff.modal-lower-92d1 .carousel-94d0 {
    border-right: 1px solid #eaecee;
  }
  .notice_2cff.modal-lower-92d1 .next-3351 {
    padding-right: 1em;
  }
  .notice_2cff.modal-lower-92d1 .yellow_d6cb {
    padding-left: 1em;
  }
}
@media screen and (min-width: 48em) {
  .simple_a463 .next-3351 {
    padding-left: 1em;
  }
  .simple_a463.modal-lower-92d1 .carousel-94d0 {
    border-left: 1px solid #eaecee;
  }
  .simple_a463.modal-lower-92d1 .next-3351 {
    padding-left: 1em;
  }
  .simple_a463.modal-lower-92d1 .yellow_d6cb {
    padding-right: 1em;
  }
}
@media screen and (min-width: 48em) {
  .bronze-471c .next-3351 {
    padding-left: 1em;
  }
  .bronze-471c.modal-lower-92d1 .mini_75ad {
    border-right: 1px solid #eaecee;
  }
  .bronze-471c.modal-lower-92d1 .hover-b414 {
    border-right: 1px solid #eaecee;
  }
  .bronze-471c.modal-lower-92d1 .next-3351 {
    padding-left: 1em;
  }
  .bronze-471c.modal-lower-92d1 .yellow_d6cb {
    padding-right: 1em;
  }
  .bronze-471c.modal-lower-92d1 .progress-basic-1143 {
    padding-left: 1em;
    padding-right: 1em;
  }
}
@media screen and (min-width: 48em) {
  .shade-6564 .next-3351 {
    padding-right: 1em;
  }
  .shade-6564.modal-lower-92d1 .mini_75ad {
    border-left: 1px solid #eaecee;
  }
  .shade-6564.modal-lower-92d1 .hover-b414 {
    border-left: 1px solid #eaecee;
  }
  .shade-6564.modal-lower-92d1 .next-3351 {
    padding-right: 1em;
  }
  .shade-6564.modal-lower-92d1 .yellow_d6cb {
    padding-left: 1em;
    padding-right: 1em;
  }
  .shade-6564.modal-lower-92d1 .progress-basic-1143 {
    padding-left: 1em;
  }
}
@media screen and (min-width: 48em) {
  .background-6e68 .next-3351 {
    padding-left: 1em;
    padding-right: 1em;
  }
  .background-6e68.modal-lower-92d1 .carousel-94d0 {
    border-left: 1px solid #eaecee;
    border-right: 1px solid #eaecee;
  }
  .background-6e68.modal-lower-92d1 .next-3351 {
    padding-left: 1em;
    padding-right: 1em;
  }
  .background-6e68.modal-lower-92d1 .yellow_d6cb {
    padding-left: 1em;
  }
  .background-6e68.modal-lower-92d1 .progress-basic-1143 {
    padding-right: 1em;
  }
}
@media screen and (max-width: 64em) {
  .background-6e68.modal-lower-92d1 .next-3351 {
    padding-left: 0;
  }
}
.glass-5bb9 .menu-first-8bf4 {
  display: inline-block;
}
.thumbnail-motion-c2eb {
  display: inline-block;
}
.article_over_0ac3 {
  word-con: break-word;
}
.popup-glass-8747 > span {
  display: inline-block;
  padding: 5px 0;
}
.popup-glass-8747 .title-cdb5 {
  margin-left: 8px;
  margin-right: 8px;
}
.popup-glass-8747 .header_huge_e9df img {
  vertical-align: middle;
  overflow: hidden;
  border-radius: 50%;
  margin-right: 5px;
}
.form_under_6327 .border-4c1b {
  margin-bottom: 2em;
}
.form_under_6327 .form-first-86d5 {
  margin-bottom: 15px;
}
.form_under_6327 .form-first-86d5:last-child {
  margin-bottom: 0;
}
.form_under_6327 .dim-66bc {
  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) {
  .form_under_6327 .dim-66bc {
    display: block;
  }
}
.form_under_6327 .white_1f9a {
  position: relative;
  max-width: 100%;
  flex-basis: 40%;
  padding-top: 0;
  overflow: hidden;
}
@media screen and (max-width: 568px) {
  .form_under_6327 .white_1f9a {
    margin-bottom: 1em;
    width: 100% !important;
    padding-top: 56.25%;
  }
}
.form_under_6327 .out-2b02 {
  position: absolute;
  top: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: flex;
  line-height: 0;
  background-color: #d5d5d5;
}
.form_under_6327 .out-2b02 img {
  -o-object-fit: cover;
  object-fit: cover;
  width: 100%;
  height: auto;
}
.form_under_6327 .out-2b02 a {
  position: absolute;
  top: 0;
  top: 0;
  display: block;
}
.form_under_6327 .article_over_0ac3 {
  font-size: 1.5em;
  font-weight: 500;
  word-con: break-word;
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
}
.form_under_6327 .article_over_0ac3 a {
  text-align: inherit;
  display: block;
  flex-basis: 100%;
}
.form_under_6327 .module_smooth_4d24 p:last-child {
  margin-bottom: 0;
}
.form_under_6327 .cold-0558 {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: block;
  z-index: 30;
}
.form_under_6327 .input_purple_dee9 {
  -webkit-box-flex: 1;
  flex: 1;
  word-con: break-word;
  max-width: 100%;
}
.form_under_6327 .container-5d1b {
  margin-top: 1em;
}
.form_under_6327 .item-last-6e6e {
  top: 0;
  display: block;
}
.form_under_6327 .item-last-6e6e a {
  color: inherit;
}
.form_under_6327 .item-last-6e6e a:hover {
  color: inherit;
}
.form_under_6327 .pro_13e5 {
  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;
}
.form_under_6327 .pro_13e5:hover {
  background: #235787;
  color: #fff;
  border-color: #235787;
}
.form_under_6327 .input_purple_dee9 {
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-flow: column nowrap;
}
.form_under_6327 .pattern-top-c0c6 {
  position: relative;
  width: 100%;
  margin-bottom: 15px;
}
.form_under_6327 .pattern-top-c0c6:first-child {
  margin-top: 0;
}
.form_under_6327 .pattern-top-c0c6.avatar_advanced_446a {
  -webkit-box-flex: 0;
  flex: none;
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.form_under_6327 .pattern-top-c0c6.shade-01de {
  display: -webkit-box;
  display: flex;
  margin-top: auto;
  margin-bottom: 0;
  -webkit-box-pack: justify;
  justify-content: space-between;
}
.form_under_6327
  .pattern-top-c0c6.shade-01de.bronze_c300
  .container-5d1b {
  width: 100%;
}
.form_under_6327 .shade-01de {
  -webkit-box-align: center;
  align-items: center;
}
.form_under_6327 .shade-01de .popup-glass-8747,
.form_under_6327 .shade-01de > * {
  margin-bottom: 0;
  margin-top: 0;
  display: inline-block;
}
.form_under_6327 .out-2b02 {
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
.form_under_6327 .out-2b02 img {
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
.form_under_6327 .out-2b02: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;
}
.form_under_6327 .avatar_advanced_446a {
  z-index: 5;
}
.form_under_6327 .next-3c78 .tag-tiny-460c {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  display: block;
}
.form_under_6327 .gradient_3cf2 .tag-tiny-460c {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  display: block;
}
.form_under_6327 .popup-b85e .tag-tiny-460c {
  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;
}
.form_under_6327.accent-stone-c198 .dim-66bc,
.form_under_6327.wrapper_current_f17f .dim-66bc {
  display: block;
}
.form_under_6327.accent-stone-c198 .dim-66bc .link_complex_222b,
.form_under_6327.accent-stone-c198 .dim-66bc .input_purple_dee9,
.form_under_6327.wrapper_current_f17f .dim-66bc .link_complex_222b,
.form_under_6327.wrapper_current_f17f .dim-66bc .input_purple_dee9 {
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
}
.form_under_6327.pagination_324a .white_1f9a {
  margin-right: 2em;
}
@media screen and (max-width: 568px) {
  .form_under_6327.pagination_324a .white_1f9a {
    margin-right: 0;
  }
}
.form_under_6327.accent-stone-c198 .white_1f9a,
.form_under_6327.wrapper_current_f17f .white_1f9a {
  padding-top: 40%;
}
.form_under_6327.accent-stone-c198 .border-4c1b,
.form_under_6327.wrapper_current_f17f .border-4c1b {
  display: block;
}
.form_under_6327.accent-stone-c198 .fn-sticky-6458 .input_purple_dee9,
.form_under_6327.wrapper_current_f17f .fn-sticky-6458 .input_purple_dee9 {
  background-color: #fcf8e3;
  border: 1px solid #faf2cc;
  border-top: 0 none;
  color: #8a6d3b;
  padding: 1em;
}
.form_under_6327.accent-stone-c198 .white_1f9a,
.form_under_6327.wrapper_current_f17f .white_1f9a {
  margin-bottom: 1em;
  display: block;
  position: relative;
}
.form_under_6327.accent-stone-c198 .input_purple_dee9 {
  padding: 1em;
}
.card_6a61 {
  margin: 30px auto;
  display: block;
}
.card_6a61 .simple-8605 > * {
  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;
}
.card_6a61 .simple-8605 > :hover {
  border-color: #235787;
  background: #235787;
  color: #fff;
}
.card_6a61 .simple-8605 span {
  border-color: #235787;
  background: #235787;
  color: #fff;
}
.grid_slow_5c3c .popup-glass-8747 {
  margin-bottom: 1.41575em;
}
.grid_slow_5c3c .banner-gold-20f5 {
  margin-bottom: 1.618em;
}
.large-fb98 .background-3d82 {
  display: block;
  margin: 5px 0 20px;
  font-weight: 500;
}
.large-fb98 .background-3d82 a {
  border: 1px solid #eaecee;
  padding: 5px 12px 5px;
  text-transform: uppercase;
  color: #686868;
  margin: 0 2px;
}
.large-fb98 .hidden-1cea {
  max-width: 100%;
  overflow: auto;
}
.thumbnail_7b9e .large-fb98 a:hover {
  text-decoration: underline;
}
.row-out-7f7a .form-first-86d5:not(.article_over_0ac3),
.row-out-7f7a .out-2b02 {
  margin-bottom: 1.41575em;
}
.row-out-7f7a .form-first-86d5:not(.article_over_0ac3):last-child,
.row-out-7f7a .out-2b02:last-child {
  margin-bottom: 0;
}
.row-out-7f7a .form-first-86d5.lower-f601 {
  margin-bottom: 0.41575em;
}
.row-out-7f7a .content-a376:before,
.row-out-7f7a .item_complex_836b:before {
  font: normal normal normal 16px/1 FontAwesome;
  text-decoration: inherit;
  text-transform: none;
  position: relative;
  margin-right: 5px;
  color: #6d6d6d;
}
.row-out-7f7a .content-a376:before {
  content: "\f115";
}
.row-out-7f7a .item_complex_836b:before {
  content: "\f02c";
}
.row-out-7f7a .container_0cb3 {
  display: block;
  width: 100%;
  margin-top: 0.5407911001em;
}
.row-out-7f7a .container_0cb3 a {
  text-transform: uppercase;
  font-weight: 500;
  font-size: 80%;
  letter-spacing: 0.5px;
}
.sidebar_89dc {
  display: -webkit-box;
  display: flex;
}
.sidebar_89dc .prev_7e8d {
  flex-basis: 90px;
}
@media screen and (max-width: 568px) {
  .sidebar_89dc .prev_7e8d {
    flex-basis: 90px;
  }
}
.sidebar_89dc .banner-363a {
  flex-basis: calc(100% - 90px);
  margin-left: 1.5em;
}
@media screen and (max-width: 568px) {
  .sidebar_89dc .banner-363a {
    flex-basis: calc(100% - 50px);
  }
}
.sidebar_89dc .menu_9ab5 p:last-child {
  margin-bottom: 0.72em;
}
.old_ab51 .simple-8605 {
  padding: 16px 0 15px;
  border-top: 1px solid #eaecee;
  border-bottom: 1px solid #eaecee;
}
.old_ab51 .simple-8605:after,
.old_ab51 .simple-8605:before {
  content: "";
  display: table;
}
.old_ab51 .simple-8605:after {
  clear: both;
}
.old_ab51 .simple-8605 .component_dark_46a5,
.old_ab51 .simple-8605 .advanced_5c36 {
  width: 49%;
}
.old_ab51 .simple-8605 .component_dark_46a5 a span.clean-9926,
.old_ab51 .simple-8605 .advanced_5c36 a span.clean-9926 {
  display: block;
  margin-bottom: 5px;
}
.old_ab51 .simple-8605 .advanced_5c36 {
  float: left;
  text-align: left;
}
.old_ab51 .simple-8605 .component_dark_46a5 {
  float: right;
  text-align: right;
}
.steel-8007 {
  margin-bottom: 0.41575em;
}
@media screen and (max-width: 568px) {
  .steel-8007 {
    margin-bottom: 0;
  }
}
.slider_1fb1 {
  margin-bottom: 1em;
}
.slider_1fb1 .article_over_0ac3 {
  font-size: 1.1em;
  line-height: 1.3;
}
.notification-2d9f a {
  display: block;
  line-height: 0;
  position: relative;
}
.info_hovered_6feb .slider_1fb1,
.middle-0e59 .slider_1fb1 {
  display: -webkit-box;
  display: flex;
}
@media screen and (max-width: 568px) {
  .info_hovered_6feb .slider_1fb1,
  .middle-0e59 .slider_1fb1 {
    display: block;
  }
}
.info_hovered_6feb .notification-2d9f,
.middle-0e59 .notification-2d9f {
  flex-basis: 160px;
  position: relative;
}
@media screen and (max-width: 568px) {
  .info_hovered_6feb .notification-2d9f,
  .middle-0e59 .notification-2d9f {
    margin-bottom: 1em;
  }
}
.info_hovered_6feb .notification-2d9f img,
.middle-0e59 .notification-2d9f img {
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  display: block;
}
.info_hovered_6feb .input_dim_6eec,
.middle-0e59 .input_dim_6eec {
  flex-basis: calc(100% - 160px);
}
.info_hovered_6feb .input_dim_6eec p,
.middle-0e59 .input_dim_6eec p {
  margin-bottom: 0;
}
.info_hovered_6feb .input_dim_6eec {
  padding-left: 1em;
}
@media screen and (max-width: 568px) {
  .info_hovered_6feb .input_dim_6eec {
    padding-left: 0;
  }
}
.middle-0e59 .input_dim_6eec {
  -webkit-box-ordinal-group: 2;
  order: 1;
  padding-right: 1em;
}
@media screen and (max-width: 568px) {
  .middle-0e59 .input_dim_6eec {
    padding-right: 0;
  }
}
.middle-0e59 .notification-2d9f {
  -webkit-box-ordinal-group: 3;
  order: 2;
}
.east_7ae2 .notification-2d9f {
  margin-bottom: 0.5em;
}
.east_7ae2 .notification-2d9f img {
  width: 100%;
}
.carousel-d957 .dropdown-aa80,
.dropdown-e5fc .dropdown-aa80 {
  margin-bottom: 35px;
  padding-bottom: 20px;
  border-bottom: 1px solid #eaecee;
}
.dropdown-e5fc .carousel-94d0 .right_40d1 p:last-child {
  margin-bottom: 0;
}
.active_active_0adf {
  font-size: 16px;
  text-transform: uppercase;
  font-weight: 500;
  color: currentColor;
  margin-bottom: 20px;
}
.layout_pressed_1bc0 .bottom-3628 {
  margin-bottom: 2em;
}
@media screen and (min-width: 1025px) {
  .layout_pressed_1bc0 .bottom-3628:last-of-type {
    margin-bottom: 0;
  }
}
.layout_pressed_1bc0 .bottom-3628 ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.layout_pressed_1bc0 .bottom-3628 ul:after {
  clear: both;
  content: ".";
  display: block;
  height: 0;
  visibility: hidden;
}
.layout_pressed_1bc0 .bottom-3628 ul li {
  margin: 0 0 0.6em;
}
.layout_pressed_1bc0 .bottom-3628 ul li.card_pressed_07ec,
.layout_pressed_1bc0 .bottom-3628 ul li.label-first-c72c {
  position: relative;
}
.layout_pressed_1bc0 .bottom-3628 ul li.card_pressed_07ec .breadcrumb-69c2,
.layout_pressed_1bc0 .bottom-3628 ul li.label-first-c72c .breadcrumb-69c2 {
  right: 0;
  background: #eaecee;
  color: #999;
  padding: 0 0.5em;
  border-radius: 0.9em;
  font-size: 12px;
  position: absolute;
  top: 4px;
}
.layout_pressed_1bc0 .bottom-3628 ul li.card_pressed_07ec:after:after,
.layout_pressed_1bc0 .bottom-3628 ul li.card_pressed_07ec:after:before,
.layout_pressed_1bc0
  .bottom-3628
  ul
  li.label-first-c72c:after:after,
.layout_pressed_1bc0
  .bottom-3628
  ul
  li.label-first-c72c:after:before {
  content: "";
  display: table;
}
.layout_pressed_1bc0 .bottom-3628 ul li.card_pressed_07ec:after:after,
.layout_pressed_1bc0
  .bottom-3628
  ul
  li.label-first-c72c:after:after {
  clear: both;
}
.layout_pressed_1bc0 .bottom-3628 a.focused-f771:hover {
  text-decoration: none;
}
.layout_pressed_1bc0 .bottom-3628 select {
  max-width: 100%;
}
.layout_pressed_1bc0 .bottom-3628 table {
  font-size: 85%;
}
.layout_pressed_1bc0 .bottom-3628 table td,
.layout_pressed_1bc0 .bottom-3628 table th {
  padding: 0.2360828548em;
  text-align: center;
}
.layout_pressed_1bc0 .bottom-3628 table tfoot td {
  text-align: left;
}
.layout_pressed_1bc0 .bottom-3628 :last-child {
  margin-bottom: 0;
}
.layout_pressed_1bc0 .bottom-3628 .active-8420 {
  display: -webkit-box;
  display: flex;
  width: 100%;
  max-width: 100%;
}
.layout_pressed_1bc0 .bottom-3628 .active-8420 label {
  width: 100%;
}
.layout_pressed_1bc0 .bottom-3628 .active-8420 .overlay_west_22fd {
  width: 100%;
  display: block;
}
.layout_pressed_1bc0 .bottom-3628 .active-8420 .dynamic_c7a5 {
  padding: 9px 14px;
  margin-left: -46px;
  overflow: hidden;
  box-shadow: none;
  background: 0 0;
  color: #aaa;
  line-height: 0;
}
.layout_pressed_1bc0 .bottom-3628 .active-8420 .dynamic_c7a5:hover svg #svg-search {
  fill: #444;
}
.layout_pressed_1bc0 .bottom-3628 .active-8420 .dynamic_c7a5 svg {
  width: 18px;
  height: 18px;
}
.layout_pressed_1bc0 .top_771e ul ul,
.layout_pressed_1bc0 .sort-de84 ul ul,
.layout_pressed_1bc0 .table-887a ul ul,
.layout_pressed_1bc0 .badge-steel-dcca ul ul {
  margin-top: 0.3819820591em;
  margin-left: 0;
  margin-bottom: -0.3819820591em;
}
.layout_pressed_1bc0 .top_771e .popup_3a96 > a,
.layout_pressed_1bc0 .sort-de84 .popup_3a96 > a,
.layout_pressed_1bc0 .table-887a .popup_3a96 > a,
.layout_pressed_1bc0 .badge-steel-dcca .popup_3a96 > a {
  margin-bottom: 0;
}
.layout_pressed_1bc0 .dynamic_4109 li,
.layout_pressed_1bc0 .top_771e li,
.layout_pressed_1bc0 .fast-6e71 li,
.layout_pressed_1bc0 .sort-de84 li,
.layout_pressed_1bc0 .table-887a li,
.layout_pressed_1bc0 .badge-steel-dcca li,
.layout_pressed_1bc0 .focus_d1e0 li,
.layout_pressed_1bc0 .info-7ba5 li {
  display: block;
  position: relative;
}
.layout_pressed_1bc0 .dynamic_4109 li:last-child,
.layout_pressed_1bc0 .top_771e li:last-child,
.layout_pressed_1bc0 .fast-6e71 li:last-child,
.layout_pressed_1bc0 .sort-de84 li:last-child,
.layout_pressed_1bc0 .table-887a li:last-child,
.layout_pressed_1bc0 .badge-steel-dcca li:last-child,
.layout_pressed_1bc0 .focus_d1e0 li:last-child,
.layout_pressed_1bc0 .info-7ba5 li:last-child {
  border: none;
}
.layout_pressed_1bc0 .dynamic_4109 li a,
.layout_pressed_1bc0 .top_771e li a,
.layout_pressed_1bc0 .fast-6e71 li a,
.layout_pressed_1bc0 .sort-de84 li a,
.layout_pressed_1bc0 .table-887a li a,
.layout_pressed_1bc0 .badge-steel-dcca li a,
.layout_pressed_1bc0 .focus_d1e0 li a,
.layout_pressed_1bc0 .info-7ba5 li a {
  display: block;
  width: 100%;
  padding-bottom: 0.6em;
  margin-bottom: 0.6em;
  border-bottom: 1px solid #eaecee;
  position: relative;
}
.layout_pressed_1bc0 .dynamic_4109 li ul li::before,
.layout_pressed_1bc0 .top_771e li ul li::before,
.layout_pressed_1bc0 .fast-6e71 li ul li::before,
.layout_pressed_1bc0 .sort-de84 li ul li::before,
.layout_pressed_1bc0 .table-887a li ul li::before,
.layout_pressed_1bc0 .badge-steel-dcca li ul li::before,
.layout_pressed_1bc0 .focus_d1e0 li ul li::before,
.layout_pressed_1bc0 .info-7ba5 li ul li::before {
  left: 15px;
}
.layout_pressed_1bc0 .dynamic_4109 li ul a,
.layout_pressed_1bc0 .top_771e li ul a,
.layout_pressed_1bc0 .fast-6e71 li ul a,
.layout_pressed_1bc0 .sort-de84 li ul a,
.layout_pressed_1bc0 .table-887a li ul a,
.layout_pressed_1bc0 .badge-steel-dcca li ul a,
.layout_pressed_1bc0 .focus_d1e0 li ul a,
.layout_pressed_1bc0 .info-7ba5 li ul a {
  padding-left: 20px;
}
.layout_pressed_1bc0 .dynamic_4109 li ul ul li::before,
.layout_pressed_1bc0 .top_771e li ul ul li::before,
.layout_pressed_1bc0 .fast-6e71 li ul ul li::before,
.layout_pressed_1bc0 .sort-de84 li ul ul li::before,
.layout_pressed_1bc0 .table-887a li ul ul li::before,
.layout_pressed_1bc0 .badge-steel-dcca li ul ul li::before,
.layout_pressed_1bc0 .focus_d1e0 li ul ul li::before,
.layout_pressed_1bc0 .info-7ba5 li ul ul li::before {
  left: 30px;
}
.layout_pressed_1bc0 .dynamic_4109 li ul ul a,
.layout_pressed_1bc0 .top_771e li ul ul a,
.layout_pressed_1bc0 .fast-6e71 li ul ul a,
.layout_pressed_1bc0 .sort-de84 li ul ul a,
.layout_pressed_1bc0 .table-887a li ul ul a,
.layout_pressed_1bc0 .badge-steel-dcca li ul ul a,
.layout_pressed_1bc0 .focus_d1e0 li ul ul a,
.layout_pressed_1bc0 .info-7ba5 li ul ul a {
  padding-left: 40px;
}
.layout_pressed_1bc0 .hover_44c5 li {
  padding-bottom: 0.6em;
  border-bottom: 1px solid #eaecee;
  position: relative;
}
.layout_pressed_1bc0 .info-7ba5 ul li {
  margin-bottom: 1.41575em;
}
.layout_pressed_1bc0 .info-7ba5 ul li .overlay-2a40 {
  font-weight: 400;
  font-size: 1.2em;
  line-height: 1.28;
}
.layout_pressed_1bc0 .info-7ba5 ul li .avatar_current_1788 {
  display: block;
  margin: 0.5407911001em 0;
  font-size: 85%;
}
.title_d574 .dynamic_4109 li a,
.title_d574 .top_771e li a,
.title_d574 .fast-6e71 li a,
.title_d574 .sort-de84 li a,
.title_d574 .table-887a li a,
.title_d574 .badge-steel-dcca li a,
.title_d574 .focus_d1e0 li a,
.title_d574 .info-7ba5 li a {
  border-color: rgba(255, 255, 255, 0.08);
}
.title_d574 .hover_44c5 li {
  border-color: rgba(255, 255, 255, 0.08);
}
.title_d574 .bottom-3628 ul li.card_pressed_07ec .breadcrumb-69c2,
.title_d574 .bottom-3628 ul li.label-first-c72c .breadcrumb-69c2 {
  background: rgba(0, 0, 0, 0.2);
}
.title_d574 .layout_pressed_1bc0 .bottom-3628 select {
  border-color: rgba(255, 255, 255, 0.08);
}
.table_7937 .layout_pressed_1bc0 .shade-stone-75d6 li {
  margin: 0;
}
.table_7937 .layout_pressed_1bc0 .shade-stone-75d6 li a {
  display: block;
  padding: 0.6em 0 0.6em;
}
.table_7937 .layout_pressed_1bc0 .shade-stone-75d6 li ul {
  margin: 0;
}
.table_7937 .layout_pressed_1bc0 .shade-stone-75d6 li ul li a {
  padding-left: 15px;
}
.table_7937 .layout_pressed_1bc0 .shade-stone-75d6 li ul li li a {
  padding-left: 30px;
}
.table_7937 .layout_pressed_1bc0 .shade-stone-75d6 li.banner_active_5e2e > a {
  position: relative;
  border: 1px solid #eaecee;
  border-left: none;
  border-right: none;
  font-size: 110%;
}
.table_7937 .layout_pressed_1bc0 .shade-stone-75d6 li.banner_active_5e2e > 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;
}
.table_7937 .layout_pressed_1bc0 .shade-stone-75d6 li.banner_active_5e2e > 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;
}
.tag_fb3c a {
  border: 1px solid currentColor;
  border-radius: 2px;
  display: inline-block;
  font-size: 0.875em !important;
  margin-bottom: 5px;
  padding: 1px 10px 1px;
}
.border-7f8e {
  position: relative;
  z-index: 10;
}
.border-7f8e .alert_hovered_07eb {
  width: 100%;
  max-width: 100%;
}
.sort_d3b0 .breadcrumb_a745 {
  padding-top: 2em;
  padding-bottom: 2em;
}
.sort_d3b0 .tooltip-0f8d {
}
.sort_d3b0 .title_d574 {
  background: #292929;
}
.label_ad4b .breadcrumb_a745 {
  padding-top: 2.5em;
  padding-bottom: 2.5em;
}
.label_ad4b .tooltip-0f8d {
  background: #f9f9f9;
}
.label_ad4b .title_d574 {
  background: #303030;
}
.info-focused-4541 .breadcrumb_a745 {
  padding-top: 1.5em;
  padding-bottom: 1.5em;
}
@media screen and (max-width: 568px) {
  .info-focused-4541 .menu-first-8bf4 {
    margin-bottom: 1em;
  }
  .info-focused-4541 .menu-first-8bf4:last-child {
    margin-bottom: 0;
  }
}
.info-focused-4541 .tooltip-0f8d {
  background: #ededed;
}
.info-focused-4541 .title_d574 {
  background: #1a1a1a;
}
.breadcrumb_a745.tooltip-0f8d {
  color: rgba(0, 0, 0, 0.6);
}
.breadcrumb_a745.tooltip-0f8d .icon_95ec li {
  border-color: rgba(0, 0, 0, 0.08);
}
.breadcrumb_a745.title_d574 {
  color: rgba(255, 255, 255, 0.99);
}
.breadcrumb_a745.title_d574 a:not(.focused-f771) {
  color: rgba(255, 255, 255, 0.79);
}
.breadcrumb_a745.title_d574 a:not(.focused-f771):hover {
  color: rgba(255, 255, 255, 0.99);
}
.breadcrumb_a745.title_d574 .icon_95ec li {
  border-color: rgba(255, 255, 255, 0.08);
}
.breadcrumb_a745.title_d574 table tbody td,
.breadcrumb_a745.title_d574 table th {
  background: rgba(0, 0, 0, 0.08);
}
.red-1db6.header-913d .fresh_98a7 {
  max-width: initial;
}
.red-1db6 .lite-d479 {
  -webkit-box-pack: start;
  justify-content: flex-start;
}
.red-1db6 .lite-d479 .alert_hovered_07eb {
  width: auto;
}
@media screen and (max-width: 1024px) {
  .red-1db6 .lite-d479 .alert_hovered_07eb {
    display: block;
    margin-bottom: 2em;
  }
  .red-1db6 .lite-d479 .alert_hovered_07eb:last-child {
    margin-bottom: 0;
  }
}
.info-focused-4541 .menu-first-8bf4:last-child,
.label_ad4b .menu-first-8bf4:last-child,
.sort_d3b0 .menu-first-8bf4:last-child {
  margin-bottom: 0;
}
.info-focused-4541 .menu-first-8bf4 .layout_pressed_1bc0 .bottom-3628:last-child,
.label_ad4b .menu-first-8bf4 .layout_pressed_1bc0 .bottom-3628:last-child,
.sort_d3b0 .menu-first-8bf4 .layout_pressed_1bc0 .bottom-3628:last-child {
  margin-bottom: 0;
}
@media screen and (max-width: 568px) {
  .info-focused-4541 .pattern-b6fa,
  .info-focused-4541 .focus-pro-c3ea,
  .label_ad4b .pattern-b6fa,
  .label_ad4b .focus-pro-c3ea,
  .sort_d3b0 .pattern-b6fa,
  .sort_d3b0 .focus-pro-c3ea {
    text-align: center;
  }
}
@media screen and (max-width: 48em) {
  .border-7f8e .menu-first-8bf4 {
    margin-bottom: 2em;
  }
}
.border-7f8e p:last-child {
  margin-bottom: 0;
}
.border-7f8e li,
.border-7f8e ul {
  list-style: none;
  margin: 0;
}
.border-7f8e ul ul {
  margin-left: 2.617924em;
}
.element_narrow_b20e {
  font-size: 0.875em;
}

/* css-noise: 6568 */
.ghost-box-f2 {
  padding: 0.2rem;
  font-size: 10px;
  line-height: 1.2;
}
