/*!
Theme Name: Customify
Theme URI: https://pressmaximum.hidden_9b41/customify
Author: WPCustomify
Author URI: https://pressmaximum.hidden_9b41
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.hidden_9b41/customify
Version: 0.3.7
License: GNU General Public License v2 or later
License URI: http://www.sidebar_mini_050c.hover_c7e3/licenses/gpl-2.0.item-gold-9ae3
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.gradient_1f71/, (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.header-warm-4fbe.video_18f1/normalize.small_27a3/
 ======
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.small_27a3 v7.0.0 | MIT License | github.hidden_9b41/necolas/normalize.small_27a3 */
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;
}
.complex-350b .over-bd9e,
.lower-d120,
.avatar_out_0c2f,
.chip-e354,
.east_15e1,
.thumbnail_active_9da8,
.status-left-acea,
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;
}
.lower-d120,
h1 {
  font-size: 2.42em;
  line-height: 1.216;
}
@media screen and (max-width: 1024px) {
  .lower-d120,
  h1 {
    font-size: 2.1em;
  }
}
@media screen and (max-width: 568px) {
  .lower-d120,
  h1 {
    font-size: 1.8em;
  }
}
.avatar_out_0c2f,
h2 {
  font-size: 2.1em;
  line-height: 1.216;
}
.avatar_out_0c2f + h3,
h2 + h3 {
  border-top: 1px solid #eaecee;
  padding-top: 0.5407911001em;
}
@media screen and (max-width: 1024px) {
  .avatar_out_0c2f,
  h2 {
    font-size: 1.9em;
  }
}
@media screen and (max-width: 568px) {
  .avatar_out_0c2f,
  h2 {
    font-size: 1.7em;
  }
}
.chip-e354,
h3 {
  font-size: 1.618em;
}
.complex-350b .over-bd9e,
.east_15e1,
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.paper_5ea8 {
  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;
}
.pattern-hard-72b0:after,
.pattern-hard-72b0:before,
.alert_iron_1ffb:after,
.alert_iron_1ffb:before {
  content: "";
  display: table;
}
.pattern-hard-72b0:after,
.alert_iron_1ffb:after {
  clear: both;
}
.menu-f4d7 {
  float: right;
  margin-right: 0;
}
.accordion_2aad {
  float: left;
  margin-left: 0;
}
form {
  margin-bottom: 2em;
}
.highlight-tall-a3a8 .wrapper-55b5,
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;
}
.highlight-tall-a3a8 .wrapper-55b5: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;
}
.banner-under-4fc2 .wrapper-55b5 {
  box-shadow: none;
}
.banner-under-4fc2
  .wrapper-55b5
  .basic_efaa {
  line-height: 2.4em;
  min-height: 2.6em;
  padding-left: 0;
}
.banner-under-4fc2 .wrapper-55b5 .active-thick-86d0 {
  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;
}
.banner-under-4fc2
  .wrapper-55b5
  .active-thick-86d0
  b {
  display: none;
}
.banner-under-4fc2 .input-narrow-c6f5 {
  border: 1px solid #e5e5e5;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.12) inset;
}
.text-light-35ef:not(.easy-031e):not(.progress-iron-e8be),
button:not(.easy-031e):not(.progress-iron-e8be),
input[type="button"]:not(.easy-031e):not(
    .progress-iron-e8be
  ),
input[type="reset"]:not(.easy-031e):not(
    .progress-iron-e8be
  ),
input[type="submit"]:not(.easy-031e):not(
    .progress-iron-e8be
  ) {
  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;
}
.text-light-35ef:not(.easy-031e):not(
    .progress-iron-e8be
  ):hover,
button:not(.easy-031e):not(
    .progress-iron-e8be
  ):hover,
input[type="button"]:not(.easy-031e):not(
    .progress-iron-e8be
  ):hover,
input[type="reset"]:not(.easy-031e):not(
    .progress-iron-e8be
  ):hover,
input[type="submit"]:not(.easy-031e):not(
    .progress-iron-e8be
  ):hover {
  box-shadow: inset 0 0 0 120px rgba(0, 0, 0, 0.18);
  color: #fff;
  outline: 0;
}
.text-light-35ef:not(.easy-031e):not(
    .progress-iron-e8be
  ):active,
.text-light-35ef:not(.easy-031e):not(
    .progress-iron-e8be
  ):focus,
button:not(.easy-031e):not(
    .progress-iron-e8be
  ):active,
button:not(.easy-031e):not(
    .progress-iron-e8be
  ):focus,
input[type="button"]:not(.easy-031e):not(
    .progress-iron-e8be
  ):active,
input[type="button"]:not(.easy-031e):not(
    .progress-iron-e8be
  ):focus,
input[type="reset"]:not(.easy-031e):not(
    .progress-iron-e8be
  ):active,
input[type="reset"]:not(.easy-031e):not(
    .progress-iron-e8be
  ):focus,
input[type="submit"]:not(.easy-031e):not(
    .progress-iron-e8be
  ):active,
input[type="submit"]:not(.easy-031e):not(
    .progress-iron-e8be
  ):focus {
  outline: 0;
}
.text-light-35ef:not(.easy-031e):not(
    .progress-iron-e8be
  ).fn-loading-e085,
button:not(.easy-031e):not(
    .progress-iron-e8be
  ).fn-loading-e085,
input[type="button"]:not(.easy-031e):not(
    .progress-iron-e8be
  ).fn-loading-e085,
input[type="reset"]:not(.easy-031e):not(
    .progress-iron-e8be
  ).fn-loading-e085,
input[type="submit"]:not(.easy-031e):not(
    .progress-iron-e8be
  ).fn-loading-e085 {
  position: relative;
}
.text-light-35ef:not(.easy-031e):not(
    .progress-iron-e8be
  ).fn-loading-e085
  .title_red_a84b,
.text-light-35ef:not(.easy-031e):not(
    .progress-iron-e8be
  ).fn-loading-e085
  .description-warm-815b,
.text-light-35ef:not(.easy-031e):not(
    .progress-iron-e8be
  ).fn-loading-e085
  .gradient_1d2b,
.text-light-35ef:not(.easy-031e):not(
    .progress-iron-e8be
  ).fn-loading-e085
  i,
.text-light-35ef:not(.easy-031e):not(
    .progress-iron-e8be
  ).fn-loading-e085
  svg,
button:not(.easy-031e):not(
    .progress-iron-e8be
  ).fn-loading-e085
  .title_red_a84b,
button:not(.easy-031e):not(
    .progress-iron-e8be
  ).fn-loading-e085
  .description-warm-815b,
button:not(.easy-031e):not(
    .progress-iron-e8be
  ).fn-loading-e085
  .gradient_1d2b,
button:not(.easy-031e):not(
    .progress-iron-e8be
  ).fn-loading-e085
  i,
button:not(.easy-031e):not(
    .progress-iron-e8be
  ).fn-loading-e085
  svg,
input[type="button"]:not(.easy-031e):not(
    .progress-iron-e8be
  ).fn-loading-e085
  .title_red_a84b,
input[type="button"]:not(.easy-031e):not(
    .progress-iron-e8be
  ).fn-loading-e085
  .description-warm-815b,
input[type="button"]:not(.easy-031e):not(
    .progress-iron-e8be
  ).fn-loading-e085
  .gradient_1d2b,
input[type="button"]:not(.easy-031e):not(
    .progress-iron-e8be
  ).fn-loading-e085
  i,
input[type="button"]:not(.easy-031e):not(
    .progress-iron-e8be
  ).fn-loading-e085
  svg,
input[type="reset"]:not(.easy-031e):not(
    .progress-iron-e8be
  ).fn-loading-e085
  .title_red_a84b,
input[type="reset"]:not(.easy-031e):not(
    .progress-iron-e8be
  ).fn-loading-e085
  .description-warm-815b,
input[type="reset"]:not(.easy-031e):not(
    .progress-iron-e8be
  ).fn-loading-e085
  .gradient_1d2b,
input[type="reset"]:not(.easy-031e):not(
    .progress-iron-e8be
  ).fn-loading-e085
  i,
input[type="reset"]:not(.easy-031e):not(
    .progress-iron-e8be
  ).fn-loading-e085
  svg,
input[type="submit"]:not(.easy-031e):not(
    .progress-iron-e8be
  ).fn-loading-e085
  .title_red_a84b,
input[type="submit"]:not(.easy-031e):not(
    .progress-iron-e8be
  ).fn-loading-e085
  .description-warm-815b,
input[type="submit"]:not(.easy-031e):not(
    .progress-iron-e8be
  ).fn-loading-e085
  .gradient_1d2b,
input[type="submit"]:not(.easy-031e):not(
    .progress-iron-e8be
  ).fn-loading-e085
  i,
input[type="submit"]:not(.easy-031e):not(
    .progress-iron-e8be
  ).fn-loading-e085
  svg {
  visibility: hidden;
}
.text-light-35ef:not(.easy-031e):not(
    .progress-iron-e8be
  ).fn-loading-e085:after,
button:not(.easy-031e):not(
    .progress-iron-e8be
  ).fn-loading-e085:after,
input[type="button"]:not(.easy-031e):not(
    .progress-iron-e8be
  ).fn-loading-e085:after,
input[type="reset"]:not(.easy-031e):not(
    .progress-iron-e8be
  ).fn-loading-e085:after,
input[type="submit"]:not(.easy-031e):not(
    .progress-iron-e8be
  ).fn-loading-e085: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;
}
.text-light-35ef:not(.easy-031e):not(.progress-iron-e8be),
input[type="button"]:not(.easy-031e):not(
    .progress-iron-e8be
  ),
input[type="reset"]:not(.easy-031e):not(
    .progress-iron-e8be
  ),
input[type="submit"]:not(.easy-031e):not(
    .progress-iron-e8be
  ) {
  color: #fff;
  background: #235787;
}
.text-light-35ef:not(.easy-031e):not(
    .progress-iron-e8be
  ):focus,
input[type="button"]:not(.easy-031e):not(
    .progress-iron-e8be
  ):focus,
input[type="reset"]:not(.easy-031e):not(
    .progress-iron-e8be
  ):focus,
input[type="submit"]:not(.easy-031e):not(
    .progress-iron-e8be
  ):focus {
  color: #fff;
}
.text-light-35ef.fn-disabled-e085:not(.easy-031e):not(
    .progress-iron-e8be
  ),
.text-light-35ef[disabled]:not(.easy-031e):not(
    .progress-iron-e8be
  ),
button.fn-disabled-e085:not(.easy-031e):not(
    .progress-iron-e8be
  ),
button[disabled]:not(.easy-031e):not(
    .progress-iron-e8be
  ) {
  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;
}
.stale-1334 {
  clip: rect(1px, 1px, 1px, 1px);
  position: absolute !important;
  height: 1px;
  width: 1px;
  overflow: hidden;
  word-con: normal !important;
}
.stale-1334: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;
}
.thumbnail-narrow-e214 {
  display: inline;
  float: left;
  margin-right: 1.41575em;
}
.logo_64ce {
  display: inline;
  float: right;
  margin-left: 1.41575em;
}
.dropdown-5462 {
  clear: both;
  display: block;
  margin: 0 auto;
}
.pattern-hard-72b0:after,
.pattern-hard-72b0:before,
.grid_cb8e:after,
.grid_cb8e:before,
.full-3633:after,
.full-3633:before,
.title_cfd8:after,
.title_cfd8:before,
.title_fa96:after,
.title_fa96:before,
.accordion_e557:after,
.accordion_e557:before {
  content: "";
  display: table;
  table-layout: fixed;
}
.pattern-hard-72b0:after,
.grid_cb8e:after,
.full-3633:after,
.title_cfd8:after,
.title_fa96:after,
.accordion_e557:after {
  clear: both;
}
.grid_cb8e .gallery_hovered_e206,
.full-3633 .gallery_hovered_e206,
.border-plasma-328b .gallery_hovered_e206 {
  border: none;
  margin-bottom: 0;
  margin-top: 0;
  padding: 0;
}
embed,
iframe,
object {
  max-width: 100%;
}
.description-rough-470e {
  display: inline-block;
}
.breadcrumb-lite-bb04 {
  margin-bottom: 1.41575em;
  max-width: 100%;
}
.breadcrumb-lite-bb04 img[class*="wp-image-"] {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.breadcrumb-lite-bb04 .tertiary-089a {
  padding: 1em 0;
  font-size: 85%;
}
.tertiary-089a {
  text-align: left;
  font-style: italic;
  color: #999;
}
.paragraph_cb9f {
  margin-bottom: 1.5em;
  margin-bottom: 1.41575em;
}
.paragraph_cb9f:after,
.paragraph_cb9f:before {
  content: "";
  display: table;
}
.paragraph_cb9f:after {
  clear: both;
}
.button-copper-4a78 {
  display: inline-block;
  text-align: center;
  vertical-align: top;
  width: 100%;
}
.medium_ec0b .button-copper-4a78 {
  max-width: 50%;
}
.tooltip_up_734b .button-copper-4a78 {
  max-width: 33.33%;
}
.notification_bottom_3f31 .button-copper-4a78 {
  max-width: 25%;
}
.pagination_cold_e329 .button-copper-4a78 {
  max-width: 20%;
}
.preview-fluid-a06c .button-copper-4a78 {
  max-width: 16.66%;
}
.list-inner-f08f .button-copper-4a78 {
  max-width: 14.28%;
}
.plasma_8de8 .button-copper-4a78 {
  max-width: 12.5%;
}
.label-1dcb .button-copper-4a78 {
  max-width: 11.11%;
}
.disabled-e4bf {
  display: block;
}
.complex-350b .orange_a23a label,
.complex-350b .breadcrumb_31e9 label,
.complex-350b .tertiary_pressed_0eae label,
.complex-350b .surface-4612 label {
  text-transform: uppercase;
  letter-spacing: 0.5px;
  font-size: 0.85em;
}
.fluid_4d2f {
  list-style: none;
  margin: 0;
}
.fluid_4d2f article.large-f014 {
  margin-bottom: 0;
}
.fluid_4d2f ul {
  list-style: none;
  margin: 0;
}
.fluid_4d2f .progress_e412 li.large-f014 {
  padding-left: 30px;
}
@media screen and (min-width: 64em) {
  .fluid_4d2f .progress_e412 li.large-f014 {
    padding-left: 85px;
    border-left: 1px solid #eaecee;
    position: relative;
    width: 100%;
  }
  .fluid_4d2f .progress_e412 li.large-f014: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) {
  .fluid_4d2f .progress_e412 li.large-f014 li.large-f014 li.large-f014 li.large-f014 {
    padding-left: 0;
  }
}
article.large-f014 {
  padding: 1.618em 0;
  margin-bottom: 1.618em;
}
article.large-f014 .grid_cb8e p:last-of-type {
  margin-bottom: 0;
}
article.large-f014 .form-a083 {
  float: left;
}
article.large-f014 .bottom_7fe5 {
  margin-left: 85px;
}
article.large-f014 .notice-bc5b {
  display: block;
  margin: 12px 0 12px;
  padding-bottom: 4px;
  border-bottom: 1px solid #eaecee;
}
article.large-f014 .notice-bc5b .breadcrumb-blue-d47a {
  margin-left: 10px;
}
article.large-f014 .menu_c069 {
  font-weight: 500;
  text-transform: uppercase;
  line-height: 1;
  font-style: normal;
}
article.large-f014 .thumbnail_9150 {
  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 .orange_a23a,
  #respond .tertiary_pressed_0eae,
  #respond .surface-4612 {
    width: 29.4117647059%;
    margin-right: 5.8823529412%;
    float: left;
  }
}
#respond .orange_a23a input,
#respond .tertiary_pressed_0eae input,
#respond .surface-4612 input {
  width: 100%;
}
#respond .surface-4612 {
  margin-right: 0;
}
#respond .new-0ae9 #wp-comment-cookies-consent {
  position: relative;
  top: -1px;
  margin-right: 5px;
}
.gallery_gold_f1d4 {
  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;
}
.gallery_gold_f1d4.iron-8b53 {
  width: 36px;
  height: 36px;
  min-height: 36px;
  font-size: 1.1em;
}
.gallery_gold_f1d4 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%);
}
.gallery_gold_f1d4:focus,
.gallery_gold_f1d4: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);
}
.steel-a4d2 {
  border-radius: 10%;
}
.link_ae8e {
  border-radius: 50%;
}
.focus_fd9f {
  font-size: 0.72em;
}
.large-4f3e {
  font-size: 0.875em;
}
.texture-silver-3716 {
  font-size: 1.1em;
}
.menu_purple_c1b4 {
  text-transform: uppercase;
  line-height: 1.2;
}
.menu_purple_c1b4.focus_fd9f {
  letter-spacing: 0.5px;
}
.main_gas_5394,
.main_gas_5394 a {
  color: #6d6d6d;
}
.main_gas_5394 a:hover {
  color: #111;
}
.next-7f56 {
  color: #6d6d6d;
}
.list-next-90e9 {
  overflow-x: hidden;
}
.list-next-90e9 .component-dynamic-46ba.accent-inner-64d0 {
  position: relative;
}
.list-next-90e9 .component-dynamic-46ba.accent-inner-64d0.accordion_top_8d45 {
  position: initial;
}
.list-next-90e9
  .component-dynamic-46ba.accent-inner-64d0.accordion_top_8d45
  .sidebar-044c {
  left: auto;
}
.list-next-90e9 .component-dynamic-46ba .sidebar-044c {
  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;
}
.list-next-90e9 .component-dynamic-46ba:hover.accent-inner-64d0 {
  -webkit-transition-delay: 0s !important;
  transition-delay: 0s !important;
  outline: 1px solid #0073aa;
  outline-offset: -1px;
}
.list-next-90e9
  .component-dynamic-46ba:hover.accent-inner-64d0
  .sidebar-044c {
  display: block;
  z-index: 9999999;
}
.list-next-90e9 .content_efe1 .paragraph_64e4,
.list-next-90e9 .box_c594 .paragraph_64e4 {
  display: none;
}
.list-next-90e9 .center_e3ef .component-dynamic-46ba:hover.accent-inner-64d0 {
  outline: 1px dashed #ff472e;
  outline-offset: -1px;
}
.complex-350b .orange_a23a label,
.complex-350b .breadcrumb_31e9 label,
.complex-350b .tertiary_pressed_0eae label,
.complex-350b .surface-4612 label {
  text-transform: uppercase;
  letter-spacing: 0.5px;
  font-size: 0.85em;
}
.fluid_4d2f {
  list-style: none;
  margin: 0;
}
.fluid_4d2f article.large-f014 {
  margin-bottom: 0;
}
.fluid_4d2f ul {
  list-style: none;
  margin: 0;
}
.fluid_4d2f .progress_e412 li.large-f014 {
  padding-left: 30px;
}
@media screen and (min-width: 64em) {
  .fluid_4d2f .progress_e412 li.large-f014 {
    padding-left: 85px;
    border-left: 1px solid #eaecee;
    position: relative;
    width: 100%;
  }
  .fluid_4d2f .progress_e412 li.large-f014: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) {
  .fluid_4d2f .progress_e412 li.large-f014 li.large-f014 li.large-f014 li.large-f014 {
    padding-left: 0;
  }
}
article.large-f014 {
  padding: 1.618em 0;
  margin-bottom: 1.618em;
}
article.large-f014 .grid_cb8e p:last-of-type {
  margin-bottom: 0;
}
article.large-f014 .form-a083 {
  float: left;
}
article.large-f014 .bottom_7fe5 {
  margin-left: 85px;
}
article.large-f014 .notice-bc5b {
  display: block;
  margin: 12px 0 12px;
  padding-bottom: 4px;
  border-bottom: 1px solid #eaecee;
}
article.large-f014 .notice-bc5b .breadcrumb-blue-d47a {
  margin-left: 10px;
}
article.large-f014 .menu_c069 {
  font-weight: 500;
  text-transform: uppercase;
  line-height: 1;
  font-style: normal;
}
article.large-f014 .thumbnail_9150 {
  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 .orange_a23a,
  #respond .tertiary_pressed_0eae,
  #respond .surface-4612 {
    width: 29.4117647059%;
    margin-right: 5.8823529412%;
    float: left;
  }
}
#respond .orange_a23a input,
#respond .tertiary_pressed_0eae input,
#respond .surface-4612 input {
  width: 100%;
}
#respond .surface-4612 {
  margin-right: 0;
}
#respond .new-0ae9 #wp-comment-cookies-consent {
  position: relative;
  top: -1px;
  margin-right: 5px;
}
.content_efe1 .content-b2e6 {
  color: rgba(255, 255, 255, 0.99);
  background: rgba(0, 0, 0, 0.9);
}
.content-b2e6 .form_c6a7.green-fc8f .table_copper_dd98 > li > a:focus,
.content-b2e6 .form_c6a7.green-fc8f .table_copper_dd98 > li > a:hover,
.content-b2e6 .form_c6a7.content-in-8e3a .table_copper_dd98 > li > a:focus,
.content-b2e6 .form_c6a7.content-in-8e3a .table_copper_dd98 > li > a:hover,
.content-b2e6 .form_c6a7.south-0488 .table_copper_dd98 > li > a:focus,
.content-b2e6 .form_c6a7.south-0488 .table_copper_dd98 > li > a:hover {
  color: rgba(255, 255, 255, 0.99);
}
.content-b2e6
  .form_c6a7.green-fc8f
  .table_copper_dd98
  > li.easy_3199
  > a,
.content-b2e6
  .form_c6a7.green-fc8f
  .table_copper_dd98
  > li.bottom-9f14
  > a,
.content-b2e6
  .form_c6a7.content-in-8e3a
  .table_copper_dd98
  > li.easy_3199
  > a,
.content-b2e6
  .form_c6a7.content-in-8e3a
  .table_copper_dd98
  > li.bottom-9f14
  > a,
.content-b2e6
  .form_c6a7.south-0488
  .table_copper_dd98
  > li.easy_3199
  > a,
.content-b2e6 .form_c6a7.south-0488 .table_copper_dd98 > li.disabled-4d7d > a {
  color: rgba(255, 255, 255, 0.99);
}
.content-b2e6 .border_up_5508,
.content-b2e6 .border_up_5508 a {
  color: rgba(255, 255, 255, 0.99);
}
.content-b2e6 .hot-8806.logo-full-3ea2 li a,
.content-b2e6 .accent_stale_8cb0 a,
.content-b2e6 .tabs_complex_ee8f,
.content-b2e6 .table_copper_dd98 > li > a,
.content-b2e6 .image-action-588a {
  color: rgba(255, 255, 255, 0.79);
}
.content-b2e6 .hot-8806.logo-full-3ea2 li a:hover,
.content-b2e6 .accent_stale_8cb0 a:hover,
.content-b2e6 .tabs_complex_ee8f:hover,
.content-b2e6 .table_copper_dd98 > li > a:hover,
.content-b2e6 .image-action-588a:hover {
  color: rgba(255, 255, 255, 0.99);
}
.content-b2e6 .accent-3f98 {
  color: rgba(255, 255, 255, 0.79);
}
.content-b2e6 .accent-3f98 .background_426a {
  color: rgba(255, 255, 255, 0.99);
}
.content-b2e6 .accent-3f98:hover {
  color: rgba(255, 255, 255, 0.99);
}
.content-b2e6 .brown-a2be .container-bottom-cb95 {
  background: rgba(255, 255, 255, 0.03);
  border-color: rgba(255, 255, 255, 0.08);
  color: rgba(255, 255, 255, 0.79);
}
.content-b2e6 .brown-a2be .container-bottom-cb95 .solid-883e {
  color: rgba(255, 255, 255, 0.79);
}
.content-b2e6
  .brown-a2be
  .container-bottom-cb95
  .solid-883e::-webkit-input-placeholder {
  color: rgba(255, 255, 255, 0.79);
}
.content-b2e6
  .brown-a2be
  .container-bottom-cb95
  .solid-883e:-ms-input-placeholder {
  color: rgba(255, 255, 255, 0.79);
}
.content-b2e6
  .brown-a2be
  .container-bottom-cb95
  .solid-883e::-ms-input-placeholder {
  color: rgba(255, 255, 255, 0.79);
}
.content-b2e6
  .brown-a2be
  .container-bottom-cb95
  .solid-883e::placeholder {
  color: rgba(255, 255, 255, 0.79);
}
.content-b2e6 .brown-a2be .stone_7383 {
  color: rgba(255, 255, 255, 0.79);
}
.content-b2e6 .brown-a2be .stone_7383:hover {
  color: rgba(255, 255, 255, 0.99);
}
.background_d4d4
  .content-b2e6
  .brown-a2be
  .sort_724f
  .texture_342d {
  background-color: rgba(255, 255, 255, 0.03);
  border-color: rgba(255, 255, 255, 0.08);
  color: rgba(255, 255, 255, 0.79);
}
.background_d4d4
  .content-b2e6
  .brown-a2be
  .sort_724f
  .solid-883e {
  background-color: rgba(255, 255, 255, 0.03) !important;
  border-color: rgba(255, 255, 255, 0.08);
  color: rgba(255, 255, 255, 0.79);
}
.content_efe1 .button_orange_7eb1 {
  color: rgba(0, 0, 0, 0.6);
  background: rgba(255, 255, 255, 0.9);
}
.button_orange_7eb1 .form_c6a7.green-fc8f .table_copper_dd98 > li > a:focus,
.button_orange_7eb1 .form_c6a7.green-fc8f .table_copper_dd98 > li > a:hover,
.button_orange_7eb1 .form_c6a7.content-in-8e3a .table_copper_dd98 > li > a:focus,
.button_orange_7eb1 .form_c6a7.content-in-8e3a .table_copper_dd98 > li > a:hover,
.button_orange_7eb1 .form_c6a7.south-0488 .table_copper_dd98 > li > a:focus,
.button_orange_7eb1 .form_c6a7.south-0488 .table_copper_dd98 > li > a:hover {
  color: rgba(0, 0, 0, 0.8);
}
.button_orange_7eb1
  .form_c6a7.green-fc8f
  .table_copper_dd98
  > li.easy_3199
  > a,
.button_orange_7eb1
  .form_c6a7.green-fc8f
  .table_copper_dd98
  > li.bottom-9f14
  > a,
.button_orange_7eb1
  .form_c6a7.content-in-8e3a
  .table_copper_dd98
  > li.easy_3199
  > a,
.button_orange_7eb1
  .form_c6a7.content-in-8e3a
  .table_copper_dd98
  > li.bottom-9f14
  > a,
.button_orange_7eb1
  .form_c6a7.south-0488
  .table_copper_dd98
  > li.easy_3199
  > a,
.button_orange_7eb1 .form_c6a7.south-0488 .table_copper_dd98 > li.disabled-4d7d > a {
  color: rgba(0, 0, 0, 0.8);
}
.button_orange_7eb1 .border_up_5508,
.button_orange_7eb1 .border_up_5508 a {
  color: rgba(0, 0, 0, 0.8);
}
.button_orange_7eb1 .hot-8806.logo-full-3ea2 li a,
.button_orange_7eb1 .accent_stale_8cb0 a,
.button_orange_7eb1 .tabs_complex_ee8f,
.button_orange_7eb1 .table_copper_dd98 > li > a,
.button_orange_7eb1 .image-action-588a {
  color: rgba(0, 0, 0, 0.55);
}
.button_orange_7eb1 .hot-8806.logo-full-3ea2 li a:hover,
.button_orange_7eb1 .accent_stale_8cb0 a:hover,
.button_orange_7eb1 .tabs_complex_ee8f:hover,
.button_orange_7eb1 .table_copper_dd98 > li > a:hover,
.button_orange_7eb1 .image-action-588a:hover {
  color: rgba(0, 0, 0, 0.8);
}
.button_orange_7eb1 .accent-3f98 {
  color: rgba(0, 0, 0, 0.55);
}
.button_orange_7eb1 .accent-3f98 .background_426a {
  color: rgba(0, 0, 0, 0.8);
}
.button_orange_7eb1 .accent-3f98:hover {
  color: rgba(0, 0, 0, 0.8);
}
.content_glass_a686 .pagination_916a {
  margin-left: auto;
  margin-right: auto;
}
.full-3633 > * {
  margin-left: auto;
  margin-right: auto;
}
.full-3633 .thumbnail-narrow-e214 {
  margin-right: 1.41575em;
}
.light_1298 .full-3633 > .yellow-71bd {
  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;
}
.light_1298 .full-3633 > .prev_d3d8 {
  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;
}
.mini_03d4.content_glass_a686 .pagination_916a,
.main-c5ec.content_glass_a686 .pagination_916a {
  margin-left: 0;
}
.surface-south-d066.content_glass_a686 .pagination_916a,
.tall-cea6.content_glass_a686 .pagination_916a {
  margin-right: 0;
}
.full-3633 ol,
.full-3633 ul {
  margin: 1.5em auto;
  list-style-position: outside;
}
.old_78ef video {
  max-width: 100%;
}
.popup_6ec9 img {
  display: block;
}
.popup_6ec9.thumbnail-narrow-e214,
.popup_6ec9.logo_64ce {
  width: 100%;
}
.popup_6ec9.prev_d3d8 img {
  width: 100vw;
  width: calc(var(--vw, 1vw) * 100);
}
.lower_3e66:not(.thumbnail-clean-93a5) {
  margin: 1.5em auto;
}
.bottom-3101 p {
  padding: 1.5em 14px;
}
ul.copper_838a.prev_d3d8,
ul.copper_838a.yellow-71bd,
ul.copper_838a.detail-south-6875.yellow-71bd {
  padding: 0 14px;
}
.overlay_thick_e2b8 {
  display: block;
  overflow-x: auto;
}
.overlay_thick_e2b8 table {
  border-collapse: collapse;
  width: 100%;
}
.overlay_thick_e2b8 td,
.overlay_thick_e2b8 th {
  padding: 0.5em;
}
.full-3633 li {
  margin-left: 2.5em;
  margin-bottom: 6px;
}
.full-3633 ol ol,
.full-3633 ol ul,
.full-3633 ul ol,
.full-3633 ul ul {
  margin-bottom: 0;
  margin-top: 0;
  margin-left: 2.5em;
}
.full-3633 ol ol li,
.full-3633 ol ul li,
.full-3633 ul ol li,
.full-3633 ul ul li {
  margin-left: 0;
}
.filter-13bd.preview-top-2f6e > .hero_tiny_11bf {
  position: relative;
  width: 100%;
  height: 0;
  padding-top: 56.25%;
}
.filter-13bd.preview-top-2f6e > .hero_tiny_11bf iframe,
.filter-13bd.preview-top-2f6e > .hero_tiny_11bf > object {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}
.section-narrow-e45f {
  border-left-width: 4px;
  border-left-color: currentColor;
}
.section-narrow-e45f.texture-8bc6 {
  padding: 0;
}
.section-narrow-e45f.texture-8bc6 cite {
  font-size: 13px;
}
.section-narrow-e45f > * {
  margin-left: 16px;
  margin-right: 16px;
}
.section-narrow-e45f cite {
  font-style: normal;
  margin-top: 1em;
  position: relative;
  font-size: 13px;
}
.static_3507 {
  border-bottom: 4px solid currentColor;
  border-top: 4px solid currentColor;
  margin-left: 0;
  margin-right: 0;
  padding: 3em 0;
  text-align: center;
}
.static_3507 > p:first-child {
  margin-top: 0;
}
.static_3507 cite {
  font-size: 13px;
  font-style: normal;
  text-transform: uppercase;
}
.static_3507 blockquote {
  border-left: 0;
}
.main-0ef2 {
  margin: 3em auto;
  border: none;
  border-bottom: 2px solid currentColor;
}
.main-0ef2:not(.picture_fluid_9ced) {
  max-width: 100px;
}
.main-0ef2.notice_right_5d48 {
  border-bottom: none !important;
  text-align: center;
}
.main-0ef2.notice_right_5d48::before {
  padding-left: 0;
  font-size: 30px;
}
@media screen and (min-width: 768px) {
  .bottom-3101 p {
    padding: 1.5em 0;
  }
}
.progress-tiny-8db7 {
  color: #0073aa;
}
.badge-44b3 {
  background-color: #0073aa;
}
.center_5587 {
  color: #229fd8;
}
.top-14ac {
  background-color: #229fd8;
}
.gallery-d4b3 {
  color: #eee;
}
.search_0d0c {
  background-color: #eee;
}
.thick_d495 {
  color: #444;
}
.shadow_hovered_696e {
  background-color: #444;
}
.preview-ed7e {
  padding: 0;
  -webkit-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  text-size-adjust: 100%;
  line-height: 13px;
}
.preview-ed7e .top_9e46 .accent_stale_8cb0 {
  font-size: 15px;
}
.preview-ed7e .accent_stale_8cb0 {
  line-height: 1.3;
}
.preview-ed7e .button_orange_7eb1 {
}
.preview-ed7e .content-b2e6 {
  background: #235787;
}
.wrapper-middle-611d {
  padding: 0;
}
.wrapper-middle-611d .content-b2e6 {
  background: #1a1a1a;
}
.wrapper-middle-611d .button_orange_7eb1 {
  box-shadow: 0 1px 2px 0 #e1e5ea;
  background: #fff;
}
.smooth_645a {
  padding: 0;
  border-left: none;
  border-right: none;
}
.smooth_645a .button_orange_7eb1 {
  box-shadow: 0 1px 2px 0 #e1e5ea;
}
.smooth_645a .content-b2e6 {
  background: #303030;
}
.accordion_e557 {
  position: relative;
  z-index: 10;
}
.accordion_e557 .picture-31f5 {
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
  -webkit-box-pack: center;
  justify-content: center;
}
.slider_dark_5f68 .accent-inner-64d0 {
  display: inline-block;
  vertical-align: middle;
}
.slider_dark_5f68.tertiary-fd56 .accent-inner-64d0 {
  margin-right: 1em;
}
@media screen and (max-width: 1024px) {
  .slider_dark_5f68.tertiary-fd56 .accent-inner-64d0 {
    margin-right: 1em;
  }
}
@media screen and (max-width: 568px) {
  .slider_dark_5f68.tertiary-fd56 .accent-inner-64d0 {
    margin-right: 0.4em;
  }
}
.slider_dark_5f68.tertiary-fd56 .accent-inner-64d0:last-child {
  margin-right: 0;
}
.new_e87a .picture-31f5 {
  max-width: initial;
}
@media screen and (min-width: 1025px) {
  .content_efe1 .top_9e46 {
    margin: 0 -0.5em;
  }
  .content_efe1 .top_9e46 [class*="customify-col-"],
  .content_efe1 .top_9e46 [class*="customify-col_"],
  .content_efe1 .top_9e46 [class~="customify-col-"] {
    padding-left: 0.5em;
    padding-right: 0.5em;
  }
}
.content_efe1.wood_1779 .picture-31f5 {
  background: 0 0 !important;
}
.content_efe1.wood_1779 .picture-31f5,
.content_efe1.new_e87a .picture-31f5 {
  border: 0 none !important;
  box-shadow: none !important;
}
@media screen and (min-width: 1025px) {
  .content_efe1.bronze-af24 {
    background: 0 0 !important;
    border: 0 none;
    box-shadow: none !important;
  }
}
.content_efe1.new_e87a .picture-31f5 {
  box-shadow: none !important;
}
.selected_0f4f {
  padding: 21px 0 22px;
  border-bottom: 1px solid #eaecee;
  word-break: break-word;
  background: #f9f9f9;
}
@media screen and (max-width: 1024px) {
  .selected_0f4f {
    padding: 19px 0 20px;
  }
}
@media screen and (max-width: 568px) {
  .selected_0f4f {
    padding: 18px 0 20px;
  }
}
.selected_0f4f .grid_d80b {
  width: 100%;
}
.selected_0f4f .white_4af1 {
  margin-bottom: 0;
}
.selected_0f4f .article-black-366d {
  margin-top: 5px;
  font-size: 0.875em;
}
.secondary-bb80 {
  padding: 9px 0 9px;
  border-bottom: 1px solid #eaecee;
  color: #6d6d6d;
  line-height: 1.6;
  background: #fff;
}
.secondary-bb80 .column_6285 {
  width: 100%;
}
.picture_blue_ef8f {
  list-style: none;
  margin: 0 1em;
  padding: 0;
}
.picture_blue_ef8f li {
  display: inline-block;
  position: relative;
  padding-right: 10px;
}
.picture_blue_ef8f 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;
}
.picture_blue_ef8f li:last-child:after {
  display: none;
}
.picture_blue_ef8f li a {
  font-weight: 500;
  margin-right: 10px;
}
.notice-db53 .paragraph_64e4 button,
.selected_0f4f .paragraph_64e4 button {
  left: 0;
}
.notice-db53 .column_6285,
.selected_0f4f .column_6285 {
  padding-left: 0;
  padding-right: 0;
}
.notice-db53 .secondary-bb80,
.selected_0f4f .secondary-bb80 {
  border-bottom: none;
  padding-bottom: 0;
  background: 0 0;
}
.notice-db53 {
  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;
}
.notice-db53: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;
}
.notice-db53 .article_474e {
  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) {
  .notice-db53 .article_474e {
    min-height: 300px;
  }
}
@media screen and (max-width: 1024px) {
  .notice-db53 .article_474e {
    min-height: 250px;
    padding: 1em 15px;
  }
}
@media screen and (max-width: 568px) {
  .notice-db53 .article_474e {
    min-height: 200px;
  }
}
.notice-db53 .picture_blue_ef8f {
  color: rgba(255, 255, 255, 0.8);
}
.notice-db53 .picture_blue_ef8f a,
.notice-db53 .picture_blue_ef8f li:after {
  color: inherit;
}
.notice-db53 .picture_blue_ef8f a:hover {
  color: rgba(255, 255, 255, 0.8);
}
.tall_2d22 {
  margin-bottom: 0.5em;
}
.avatar-narrow-e324 {
  margin-bottom: 1.2em;
}
.avatar-narrow-e324,
.tall_2d22 {
  display: inline-block;
  position: relative;
  color: rgba(255, 255, 255, 0.99);
  z-index: 5;
}
.avatar-narrow-e324 p:last-child,
.tall_2d22 p:last-child {
  margin-bottom: 0;
}
#header-menu-sidebar .paragraph_64e4,
#masthead .paragraph_64e4 {
  display: none;
}
#masthead
  > .paragraph_64e4.purple-07a4 {
  display: none;
}
#masthead > .paragraph_64e4 button {
  left: 0;
}
.active-ca69 {
  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%;
}
.active-ca69 .accent-inner-64d0 {
  display: -webkit-inline-box;
  display: inline-flex;
  -webkit-box-align: center;
  align-items: center;
  margin-left: 0.5em;
  margin-right: 0.5em;
}
.active-ca69 .image_0842 {
  display: -webkit-box;
  display: flex;
}
.active-ca69 .image_0842.heading_ddd6 {
  -webkit-box-pack: center;
  justify-content: center;
  margin-left: 1em;
  margin-right: 1em;
}
.active-ca69 .image_0842.widget-80ac {
  -webkit-box-pack: start;
  justify-content: flex-start;
  margin-right: auto;
  -webkit-box-flex: 1;
  flex: 1 1 0;
}
.active-ca69 .image_0842.hard-e5f4 {
  margin-left: auto;
  -webkit-box-pack: end;
  justify-content: flex-end;
  -webkit-box-flex: 1;
  flex: 1 1 0;
}
.active-ca69.frame-large-ffe6.form-selected-7426 .image_0842.heading_ddd6 {
  flex-basis: 100%;
}
.active-ca69.footer_ab8f .image_0842.widget-80ac {
  -webkit-box-flex: 1;
  flex: auto;
}
.active-ca69.footer_ab8f .image_0842.hard-e5f4 {
  -webkit-box-flex: 1;
  flex: auto;
}
#masthead
  > .paragraph_64e4.purple-07a4 {
  display: none;
}
#masthead > .paragraph_64e4 button {
  left: 0;
}
.media-brown-04f7 {
  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;
}
.media-brown-04f7:hover {
  box-shadow: inset 0 0 0 120px rgba(0, 0, 0, 0.18);
  color: #fff;
}
.media-brown-04f7.input-purple-1ba6 i {
  margin-right: 4px;
}
.media-brown-04f7.backdrop_first_de00 i {
  margin-left: 5px;
}
.accent_stale_8cb0 p {
  font-weight: 500;
  text-transform: uppercase;
  font-size: 13px;
}
.accent_stale_8cb0 p:last-child {
  margin-bottom: 0;
}
.modal-52d1 {
  display: -webkit-box;
  display: flex;
  line-height: 0.9;
  vertical-align: middle;
}
.modal-52d1 a {
  display: inline-block;
  text-transform: uppercase;
  letter-spacing: 0.4px;
  font-weight: 600;
}
.modal-52d1 img {
  display: block;
  width: auto;
  line-height: 1;
}
.modal-52d1 .border_up_5508 {
  font-size: 1.5em;
  margin: 0;
  font-weight: 600;
  line-height: 1.216;
}
.modal-52d1 .purple-bf6a {
  margin: 5px 0 7px 0;
}
.modal-52d1.south_e1c5 .search-7590 {
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
  -webkit-box-pack: center;
  justify-content: center;
}
.modal-52d1.south_e1c5 .main_narrow_3700 {
  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;
}
.modal-52d1.overlay-56a2 {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  flex-direction: row-reverse;
}
.modal-52d1.overlay-56a2 .search-7590 {
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
  -webkit-box-pack: center;
  justify-content: center;
}
.modal-52d1.overlay-56a2 .main_narrow_3700 {
  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;
}
.modal-52d1.complex-da0c {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
}
.modal-52d1.detail_8331 {
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
  flex-direction: column-reverse;
}
.modal-52d1.detail_8331 .main_narrow_3700 {
  margin-top: 7px;
}
.dropdown-c02f {
  display: inline-block;
}
.accordion_e557 .avatar_silver_6ab4 .modal-52d1 img {
  max-width: 100%;
}
.form_c6a7 .tertiary_c3ea.label-orange-8d1e,
.popup_f804 .tertiary_c3ea.label-orange-8d1e {
  position: relative;
  display: -webkit-inline-box;
  display: inline-flex;
  -webkit-box-align: center;
  align-items: center;
}
.form_c6a7 .column_18d7,
.popup_f804 .column_18d7 {
  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%);
}
.form_c6a7 .column_18d7 {
  display: inline;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-decoration: none !important;
}
.form_c6a7.slow-4e09 .column_18d7 {
  display: none;
}
.form_c6a7 .fresh-83f4 {
  list-style: none;
  padding: 0;
  margin: 0;
}
.form_c6a7 .fresh-83f4 li {
  display: inline-block;
  position: relative;
}
.form_c6a7 .fresh-83f4 li:last-child {
  margin-right: 0;
}
.form_c6a7 .fresh-83f4 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;
}
.form_c6a7 .fresh-83f4 li.disabled-4d7d > a {
  color: rgba(0, 0, 0, 0.9);
}
.form_c6a7 .fresh-83f4 > 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;
}
.form_c6a7 .fresh-83f4 > li > a i {
  line-height: 0;
}
.form_c6a7 .fresh-83f4 > li.video_4678 > a .column_18d7 {
  margin-left: 4px;
  line-height: 0;
}
.form_c6a7 .fresh-83f4 .tooltip-7fda li.video_4678 > a {
  position: relative;
}
.form_c6a7 .fresh-83f4 .tooltip-7fda li.video_4678 > a:after,
.form_c6a7 .fresh-83f4 .tooltip-7fda li.video_4678 > a:before {
  content: "";
  display: table;
}
.form_c6a7 .fresh-83f4 .tooltip-7fda li.video_4678 > a:after {
  clear: both;
}
.form_c6a7 .fresh-83f4 .tooltip-7fda li.video_4678 > a .column_18d7 {
  margin-left: 5px;
  float: right;
}
.form_c6a7 .pagination_fresh_e59f,
.form_c6a7 .tooltip-7fda {
  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;
}
.form_c6a7 .tooltip-7fda {
  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;
}
.form_c6a7 .tooltip-7fda .label-orange-8d1e {
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: justify;
  justify-content: space-between;
}
.form_c6a7 .tooltip-7fda .column_18d7 {
  -webkit-transform: rotate(135deg) translateY(0);
  -ms-transform: rotate(135deg) translateY(0);
  transform: rotate(135deg) translateY(0);
}
.form_c6a7 .tooltip-7fda li {
  display: block;
  margin: 0;
  padding: 0;
}
.form_c6a7 .tooltip-7fda 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;
}
.form_c6a7 .tooltip-7fda li a:hover {
  background: rgba(0, 0, 0, 0.015);
  color: rgba(0, 0, 0, 0.8);
}
.form_c6a7 .tooltip-7fda .tooltip-7fda {
  top: 0;
  left: 100%;
}
.form_c6a7 .thumbnail_silver_db13.fn-focus-e085 > .pagination_fresh_e59f,
.form_c6a7 .thumbnail_silver_db13.fn-focus-e085 > .tooltip-7fda,
.form_c6a7 .thumbnail_silver_db13:focus > .pagination_fresh_e59f,
.form_c6a7 .thumbnail_silver_db13:focus > .tooltip-7fda,
.form_c6a7 .thumbnail_silver_db13:hover > .pagination_fresh_e59f,
.form_c6a7 .thumbnail_silver_db13:hover > .tooltip-7fda {
  height: auto;
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
  overflow: initial;
  visibility: visible;
  opacity: 1;
}
.form_c6a7.south-0488 .table_copper_dd98:after,
.form_c6a7.south-0488 .table_copper_dd98:before {
  content: "";
  display: table;
}
.form_c6a7.south-0488 .table_copper_dd98:after {
  clear: both;
}
.form_c6a7.south-0488 .table_copper_dd98 > li {
  float: left;
}
.form_c6a7.carousel-static-6605 .table_copper_dd98:after,
.form_c6a7.carousel-static-6605 .table_copper_dd98:before {
  content: "";
  display: table;
}
.form_c6a7.carousel-static-6605 .table_copper_dd98:after {
  clear: both;
}
.form_c6a7.carousel-static-6605 .table_copper_dd98 > li {
  float: left;
}
.form_c6a7.carousel-static-6605 .table_copper_dd98 > li > a {
  background: 0 0;
  display: -webkit-inline-box;
  display: inline-flex;
  vertical-align: middle;
  -webkit-box-align: center;
  align-items: center;
}
.form_c6a7.carousel-static-6605 .table_copper_dd98 > li > a:hover {
  color: #fff;
  background-color: #1e4b75;
}
.form_c6a7.carousel-static-6605 .table_copper_dd98 > li.easy_3199 > a,
.form_c6a7.carousel-static-6605 .table_copper_dd98 > li.disabled-4d7d > a {
  color: #fff;
  background-color: #1e4b75;
}
.form_c6a7.green-fc8f .table_copper_dd98 > li > a .label-orange-8d1e {
  position: relative;
}
.form_c6a7.green-fc8f .table_copper_dd98 > li > a .label-orange-8d1e: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;
}
.form_c6a7.green-fc8f
  .table_copper_dd98
  > li:focus
  > a
  .label-orange-8d1e:before,
.form_c6a7.green-fc8f
  .table_copper_dd98
  > li:hover
  > a
  .label-orange-8d1e:before {
  width: 100%;
  background-color: currentColor;
}
.form_c6a7.green-fc8f
  .table_copper_dd98
  > li.easy_3199
  > a
  .label-orange-8d1e:before,
.form_c6a7.green-fc8f
  .table_copper_dd98
  > li.bottom-9f14
  > a
  .label-orange-8d1e:before {
  width: 100%;
  background-color: currentColor;
}
.form_c6a7.content-in-8e3a .table_copper_dd98 > li > a .label-orange-8d1e {
  position: relative;
}
.form_c6a7.content-in-8e3a .table_copper_dd98 > li > a .label-orange-8d1e: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;
}
.form_c6a7.content-in-8e3a .table_copper_dd98 > li:focus > a .label-orange-8d1e:before,
.form_c6a7.content-in-8e3a
  .table_copper_dd98
  > li:hover
  > a
  .label-orange-8d1e:before {
  width: 100%;
  background-color: currentColor;
}
.form_c6a7.content-in-8e3a
  .table_copper_dd98
  > li.easy_3199
  > a
  .label-orange-8d1e:before,
.form_c6a7.content-in-8e3a
  .table_copper_dd98
  > li.bottom-9f14
  > a
  .label-orange-8d1e:before {
  width: 100%;
  background-color: currentColor;
}
.popup_f804 .fresh-83f4 {
  margin: 0;
  padding: 0;
  list-style: none;
}
.popup_f804 .fresh-83f4 li:first-child > a {
  border-top: none;
}
.popup_f804 .fresh-83f4 .bottom_7deb > .label-orange-8d1e .column_18d7 {
  display: none;
}
.popup_f804 .fresh-83f4 li {
  list-style: none;
  position: relative;
  border-bottom: 1px solid transparent;
}
.popup_f804 .fresh-83f4 li:last-child {
  border: none;
}
.popup_f804 .fresh-83f4 li.video_4678 > a {
  padding-right: 45px !important;
}
.popup_f804 .fresh-83f4 li a {
  display: block;
  padding: 0.55em 1.5em;
}
.popup_f804 .fresh-83f4 li a:focus,
.popup_f804 .fresh-83f4 li a:hover {
  background: rgba(0, 0, 0, 0.01);
}
.popup_f804 .fresh-83f4 li .disabled-selected-cf10 {
  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;
}
.popup_f804 .fresh-83f4 li .disabled-selected-cf10:hover {
  box-shadow: none;
}
.popup_f804 .fresh-83f4 li .disabled-selected-cf10 .column_18d7 {
  -webkit-transform: rotate(-135deg) translateY(50%) translateX(50%);
  -ms-transform: rotate(-135deg) translateY(50%) translateX(50%);
  transform: rotate(-135deg) translateY(50%) translateX(50%);
}
.popup_f804 .fresh-83f4 .tooltip-7fda {
  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);
}
.popup_f804 .fresh-83f4 .tooltip-7fda li a {
  padding-left: 3em;
}
.popup_f804 .fresh-83f4 .paper-b194 > a .disabled-selected-cf10 i {
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
.popup_f804 .fresh-83f4 .paper-b194 > .tooltip-7fda {
  display: block;
  opacity: 1;
}
.black-6023 {
  max-width: 100%;
}
.selected-2b13 {
  line-height: 0;
  cursor: pointer;
}
.image-action-588a {
  line-height: 0;
  display: inline-block;
  position: relative;
  box-shadow: none;
}
.image-action-588a:hover {
  box-shadow: none;
  color: currentColor;
}
.image-action-588a svg {
  width: 18px;
  height: 18px;
}
.image-action-588a .secondary-28f9 {
  display: none;
}
.card_bd89 {
  position: relative;
}
.card_bd89.fn-active-e085 .image-action-588a .breadcrumb_west_9b9a {
  display: none;
}
.card_bd89.fn-active-e085 .image-action-588a .secondary-28f9 {
  display: inline-block;
}
.card_bd89 .primary-0ba2 {
  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);
}
.card_bd89.inner_94f5 .primary-0ba2 {
  left: auto;
  right: -0.9em;
}
.card_bd89.inner_94f5 .green_169b::before {
  left: auto;
  right: 15px;
}
.card_bd89.fn-active-e085 .primary-0ba2 {
  height: auto;
  overflow: initial;
  z-index: 26;
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
}
.sort_724f {
  display: -webkit-box;
  display: flex;
  margin-bottom: 0;
  width: 100%;
  max-width: 100%;
}
.sort_724f label {
  flex-basis: 100%;
}
.sort_724f .container-bottom-cb95 {
  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;
}
.sort_724f .solid-883e {
  display: block;
  width: 100%;
  border-radius: 2px;
  height: 2.4em;
}
.sort_724f .solid-883e:focus {
  background-color: transparent;
}
.sort_724f button.stone_7383 {
  overflow: hidden;
  box-shadow: none;
  margin-left: -40px;
  background: 0 0;
  color: #6d6d6d;
  line-height: 0;
  padding: 0 0.7em;
  min-height: auto;
}
.sort_724f button.stone_7383:hover {
  box-shadow: none;
  background-color: transparent;
  color: #686868;
}
.sort_724f button.stone_7383 svg {
  width: 18px;
  height: 18px;
}
.sort_724f input[type="submit"] {
  min-height: auto;
}
.brown-a2be .sort_724f .solid-883e {
  border: 0;
  box-shadow: none;
  background-color: transparent;
}
.green_169b {
  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) {
  .green_169b {
    width: 220px;
  }
}
.green_169b label {
  flex-basis: 100%;
}
.green_169b::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;
}
.background_d4d4 .brown-a2be .sort_724f {
  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;
}
.background_d4d4
  .brown-a2be
  .sort_724f
  .container-bottom-cb95 {
  background-color: transparent;
  min-height: auto;
  flex-basis: 100%;
  display: -webkit-box;
  display: flex;
  border-style: none;
  border: none;
  box-shadow: none;
}
.background_d4d4 .brown-a2be .sort_724f .solid-883e {
  border-color: transparent;
  height: auto;
  background-color: transparent;
  border: 0;
  border-style: none;
  box-shadow: none;
  -webkit-box-flex: 0;
  flex: 0 0 auto;
}
.background_d4d4
  .brown-a2be
  .sort_724f
  .solid-883e:focus {
  background: 0 0;
}
.background_d4d4
  .brown-a2be
  .sort_724f
  .texture_342d {
  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;
}
.hot-8806 {
  display: inline-block;
  margin: 0;
  padding: 0;
  list-style: none;
  position: relative;
}
.hot-8806 li {
  list-style: none;
  display: inline-block;
  margin: 0 3px;
}
.hot-8806 li:last-child {
  margin-right: 0;
}
.hot-8806 li:first-child {
  margin-left: 0;
}
.hot-8806.border-e9dd a {
  color: #fff;
}
.hot-8806.border-e9dd a:hover {
  color: #fff;
}
.hot-8806 a {
  color: currentColor;
  text-align: center;
  vertical-align: middle;
  width: 100%;
  padding: 0.4em;
  display: inline-block;
  line-height: 1;
  font-size: 13px;
}
.hot-8806 a i {
  width: 1em;
  height: 1em;
  position: relative;
  display: block;
}
.hot-8806 a i:before {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}
.hot-8806 a:hover {
  opacity: 0.9;
  color: inherit;
}
.hot-8806 [class*="social-icon-apple"] {
  background-color: #999;
}
.hot-8806 [class*="social-icon-apple"].rough-589c {
  background-color: transparent;
  color: #999;
}
.hot-8806 [class*="social-icon-behance"] {
  background-color: #1769ff;
}
.hot-8806 [class*="social-icon-behance"].rough-589c {
  background-color: transparent;
  color: #1769ff;
}
.hot-8806 [class*="social-icon-bitbucket"] {
  background-color: #205081;
}
.hot-8806 [class*="social-icon-bitbucket"].rough-589c {
  background-color: transparent;
  color: #205081;
}
.hot-8806 [class*="social-icon-codepen"] {
  background-color: #000;
}
.hot-8806 [class*="social-icon-codepen"].rough-589c {
  background-color: transparent;
  color: #000;
}
.hot-8806 [class*="social-icon-delicious"] {
  background-color: #39f;
}
.hot-8806 [class*="social-icon-delicious"].rough-589c {
  background-color: transparent;
  color: #39f;
}
.hot-8806 [class*="social-icon-digg"] {
  background-color: #005be2;
}
.hot-8806 [class*="social-icon-digg"].rough-589c {
  background-color: transparent;
  color: #005be2;
}
.hot-8806 [class*="social-icon-dribbble"] {
  background-color: #ea4c89;
}
.hot-8806 [class*="social-icon-dribbble"].rough-589c {
  background-color: transparent;
  color: #ea4c89;
}
.hot-8806 [class*="social-icon-envelope"] {
  background-color: #ea4335;
}
.hot-8806 [class*="social-icon-envelope"].rough-589c {
  background-color: transparent;
  color: #ea4335;
}
.hot-8806 [class*="social-icon-facebook"] {
  background-color: #3b5998;
}
.hot-8806 [class*="social-icon-facebook"].rough-589c {
  background-color: transparent;
  color: #3b5998;
}
.hot-8806 [class*="social-icon-flickr"] {
  background-color: #0063dc;
}
.hot-8806 [class*="social-icon-flickr"].rough-589c {
  background-color: transparent;
  color: #0063dc;
}
.hot-8806 [class*="social-icon-foursquare"] {
  background-color: #2d5be3;
}
.hot-8806 [class*="social-icon-foursquare"].rough-589c {
  background-color: transparent;
  color: #2d5be3;
}
.hot-8806 [class*="social-icon-github"] {
  background-color: #333;
}
.hot-8806 [class*="social-icon-github"].rough-589c {
  background-color: transparent;
  color: #333;
}
.hot-8806 [class*="social-icon-google-plus"] {
  background-color: #dd4b39;
}
.hot-8806 [class*="social-icon-google-plus"].rough-589c {
  background-color: transparent;
  color: #dd4b39;
}
.hot-8806 [class*="social-icon-houzz"] {
  background-color: #7ac142;
}
.hot-8806 [class*="social-icon-houzz"].rough-589c {
  background-color: transparent;
  color: #7ac142;
}
.hot-8806 [class*="social-icon-instagram"] {
  background-color: #262626;
}
.hot-8806 [class*="social-icon-instagram"].rough-589c {
  background-color: transparent;
  color: #262626;
}
.hot-8806 [class*="social-icon-jsfiddle"] {
  background-color: #487aa2;
}
.hot-8806 [class*="social-icon-jsfiddle"].rough-589c {
  background-color: transparent;
  color: #487aa2;
}
.hot-8806 [class*="social-icon-linkedin"] {
  background-color: #0077b5;
}
.hot-8806 [class*="social-icon-linkedin"].rough-589c {
  background-color: transparent;
  color: #0077b5;
}
.hot-8806 [class*="social-icon-medium"] {
  background-color: #00ab6b;
}
.hot-8806 [class*="social-icon-medium"].rough-589c {
  background-color: transparent;
  color: #00ab6b;
}
.hot-8806 [class*="social-icon-odnoklassniki"] {
  background-color: #f4731c;
}
.hot-8806
  [class*="social-icon-odnoklassniki"].rough-589c {
  background-color: transparent;
  color: #f4731c;
}
.hot-8806 [class*="social-icon-meetup"] {
  background-color: #ec1c40;
}
.hot-8806 [class*="social-icon-meetup"].rough-589c {
  background-color: transparent;
  color: #ec1c40;
}
.hot-8806 [class*="social-icon-pinterest"] {
  background-color: #bd081c;
}
.hot-8806 [class*="social-icon-pinterest"].rough-589c {
  background-color: transparent;
  color: #bd081c;
}
.hot-8806 [class*="social-icon-product-hunt"] {
  background-color: #da552f;
}
.hot-8806 [class*="social-icon-product-hunt"].rough-589c {
  background-color: transparent;
  color: #da552f;
}
.hot-8806 [class*="social-icon-reddit"] {
  background-color: #ff4500;
}
.hot-8806 [class*="social-icon-reddit"].rough-589c {
  background-color: transparent;
  color: #ff4500;
}
.hot-8806 [class*="social-icon-rss"] {
  background-color: #f26522;
}
.hot-8806 [class*="social-icon-rss"].rough-589c {
  background-color: transparent;
  color: #f26522;
}
.hot-8806 [class*="social-icon-shopping-cart"] {
  background-color: #4caf50;
}
.hot-8806
  [class*="social-icon-shopping-cart"].rough-589c {
  background-color: transparent;
  color: #4caf50;
}
.hot-8806 [class*="social-icon-skype"] {
  background-color: #00aff0;
}
.hot-8806 [class*="social-icon-skype"].rough-589c {
  background-color: transparent;
  color: #00aff0;
}
.hot-8806 [class*="social-icon-slideshare"] {
  background-color: #0077b5;
}
.hot-8806 [class*="social-icon-slideshare"].rough-589c {
  background-color: transparent;
  color: #0077b5;
}
.hot-8806 [class*="social-icon-snapchat"] {
  background-color: #fffc00;
}
.hot-8806 [class*="social-icon-snapchat"].rough-589c {
  background-color: transparent;
  color: #fffc00;
}
.hot-8806 [class*="social-icon-soundcloud"] {
  background-color: #f80;
}
.hot-8806 [class*="social-icon-soundcloud"].rough-589c {
  background-color: transparent;
  color: #f80;
}
.hot-8806 [class*="social-icon-spotify"] {
  background-color: #2ebd59;
}
.hot-8806 [class*="social-icon-spotify"].rough-589c {
  background-color: transparent;
  color: #2ebd59;
}
.hot-8806 [class*="social-icon-stack-overflow"] {
  background-color: #fe7a15;
}
.hot-8806
  [class*="social-icon-stack-overflow"].rough-589c {
  background-color: transparent;
  color: #fe7a15;
}
.hot-8806 [class*="social-icon-maldkfgram"] {
  background-color: #2ca5e0;
}
.hot-8806 [class*="social-icon-maldkfgram"].rough-589c {
  background-color: transparent;
  color: #2ca5e0;
}
.hot-8806 [class*="social-icon-tripadvisor"] {
  background-color: #589442;
}
.hot-8806 [class*="social-icon-tripadvisor"].rough-589c {
  background-color: transparent;
  color: #589442;
}
.hot-8806 [class*="social-icon-tumblr"] {
  background-color: #35465c;
}
.hot-8806 [class*="social-icon-tumblr"].rough-589c {
  background-color: transparent;
  color: #35465c;
}
.hot-8806 [class*="social-icon-twitch"] {
  background-color: #6441a5;
}
.hot-8806 [class*="social-icon-twitch"].rough-589c {
  background-color: transparent;
  color: #6441a5;
}
.hot-8806 [class*="social-icon-twitter"] {
  background-color: #1da1f2;
}
.hot-8806 [class*="social-icon-twitter"].rough-589c {
  background-color: transparent;
  color: #1da1f2;
}
.hot-8806 [class*="social-icon-vimeo"] {
  background-color: #1ab7ea;
}
.hot-8806 [class*="social-icon-vimeo"].rough-589c {
  background-color: transparent;
  color: #1ab7ea;
}
.hot-8806 [class*="social-icon-vk"] {
  background-color: #45668e;
}
.hot-8806 [class*="social-icon-vk"].rough-589c {
  background-color: transparent;
  color: #45668e;
}
.hot-8806 [class*="social-icon-weibo"] {
  background-color: #df2029;
}
.hot-8806 [class*="social-icon-weibo"].rough-589c {
  background-color: transparent;
  color: #df2029;
}
.hot-8806 [class*="social-icon-weixin"] {
  background-color: #7bb32e;
}
.hot-8806 [class*="social-icon-weixin"].rough-589c {
  background-color: transparent;
  color: #7bb32e;
}
.hot-8806 [class*="social-icon-whatsapp"] {
  background-color: #25d366;
}
.hot-8806 [class*="social-icon-whatsapp"].rough-589c {
  background-color: transparent;
  color: #25d366;
}
.hot-8806 [class*="social-icon-wordpress"] {
  background-color: #21759b;
}
.hot-8806 [class*="social-icon-wordpress"].rough-589c {
  background-color: transparent;
  color: #21759b;
}
.hot-8806 [class*="social-icon-xing"] {
  background-color: #026466;
}
.hot-8806 [class*="social-icon-xing"].rough-589c {
  background-color: transparent;
  color: #026466;
}
.hot-8806 [class*="social-icon-yelp"] {
  background-color: #af0606;
}
.hot-8806 [class*="social-icon-yelp"].rough-589c {
  background-color: transparent;
  color: #af0606;
}
.hot-8806 [class*="social-icon-youtube"] {
  background-color: #cd201f;
}
.hot-8806 [class*="social-icon-youtube"].rough-589c {
  background-color: transparent;
  color: #cd201f;
}
.tabs_complex_ee8f {
  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;
}
.tabs_complex_ee8f:hover {
  box-shadow: none;
  background: 0 0;
}
.shadow-3ec3 {
  background: 0 0 !important;
  text-transform: uppercase;
  font-size: 0.85em;
}
.nav_yellow_9edd {
  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;
}
.box_paper_fdca {
  display: inline-block;
  position: relative;
  vertical-align: middle;
}
.pro-b1f0 {
  display: block;
  top: 50%;
  background-color: currentcolor;
}
.pro-b1f0,
.pro-b1f0::after,
.pro-b1f0::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;
}
.pro-b1f0::after,
.pro-b1f0::before {
  content: "";
  display: block;
  background-color: inherit;
}
.primary_3298 .nav_yellow_9edd .box_paper_fdca {
  margin-top: -2px;
  width: 19px;
}
.primary_3298 .nav_yellow_9edd .pro-b1f0 {
  margin-top: -1px;
}
.primary_3298 .nav_yellow_9edd .pro-b1f0,
.primary_3298 .nav_yellow_9edd .pro-b1f0::after,
.primary_3298 .nav_yellow_9edd .pro-b1f0::before {
  width: 19px;
  height: 2px;
}
.primary_3298 .nav_yellow_9edd .pro-b1f0::before {
  top: -6px;
}
.primary_3298 .nav_yellow_9edd .pro-b1f0::after {
  bottom: -6px;
}
.aside-185e .nav_yellow_9edd .box_paper_fdca {
  margin-top: -2px;
  width: 22px;
}
.aside-185e .nav_yellow_9edd .pro-b1f0 {
  margin-top: -1px;
}
.aside-185e .nav_yellow_9edd .pro-b1f0,
.aside-185e .nav_yellow_9edd .pro-b1f0::after,
.aside-185e .nav_yellow_9edd .pro-b1f0::before {
  width: 22px;
  height: 2px;
}
.aside-185e .nav_yellow_9edd .pro-b1f0::before {
  top: -7px;
}
.aside-185e .nav_yellow_9edd .pro-b1f0::after {
  bottom: -7px;
}
.paragraph_a23c .nav_yellow_9edd .box_paper_fdca {
  margin-top: -2px;
  width: 31px;
}
.paragraph_a23c .nav_yellow_9edd .pro-b1f0 {
  margin-top: -1.5px;
}
.paragraph_a23c .nav_yellow_9edd .pro-b1f0,
.paragraph_a23c .nav_yellow_9edd .pro-b1f0::after,
.paragraph_a23c .nav_yellow_9edd .pro-b1f0::before {
  width: 31px;
  height: 3px;
}
.paragraph_a23c .nav_yellow_9edd .pro-b1f0::before {
  top: -9px;
}
.paragraph_a23c .nav_yellow_9edd .pro-b1f0::after {
  bottom: -9px;
}
@media screen and (min-width: 1025px) {
  .info_dc0d .nav_yellow_9edd .box_paper_fdca {
    margin-top: -2px;
    width: 19px;
  }
  .info_dc0d .nav_yellow_9edd .pro-b1f0 {
    margin-top: -1px;
  }
  .info_dc0d .nav_yellow_9edd .pro-b1f0,
  .info_dc0d .nav_yellow_9edd .pro-b1f0::after,
  .info_dc0d .nav_yellow_9edd .pro-b1f0::before {
    width: 19px;
    height: 2px;
  }
  .info_dc0d .nav_yellow_9edd .pro-b1f0::before {
    top: -6px;
  }
  .info_dc0d .nav_yellow_9edd .pro-b1f0::after {
    bottom: -6px;
  }
  .info_wide_04a0 .nav_yellow_9edd .box_paper_fdca {
    margin-top: -2px;
    width: 22px;
  }
  .info_wide_04a0 .nav_yellow_9edd .pro-b1f0 {
    margin-top: -1px;
  }
  .info_wide_04a0 .nav_yellow_9edd .pro-b1f0,
  .info_wide_04a0 .nav_yellow_9edd .pro-b1f0::after,
  .info_wide_04a0 .nav_yellow_9edd .pro-b1f0::before {
    width: 22px;
    height: 2px;
  }
  .info_wide_04a0 .nav_yellow_9edd .pro-b1f0::before {
    top: -7px;
  }
  .info_wide_04a0 .nav_yellow_9edd .pro-b1f0::after {
    bottom: -7px;
  }
  .table-large-4302 .nav_yellow_9edd .box_paper_fdca {
    margin-top: -2px;
    width: 31px;
  }
  .table-large-4302 .nav_yellow_9edd .pro-b1f0 {
    margin-top: -1.5px;
  }
  .table-large-4302 .nav_yellow_9edd .pro-b1f0,
  .table-large-4302 .nav_yellow_9edd .pro-b1f0::after,
  .table-large-4302 .nav_yellow_9edd .pro-b1f0::before {
    width: 31px;
    height: 3px;
  }
  .table-large-4302 .nav_yellow_9edd .pro-b1f0::before {
    top: -9px;
  }
  .table-large-4302 .nav_yellow_9edd .pro-b1f0::after {
    bottom: -9px;
  }
}
@media screen and (max-width: 1024px) {
  .banner_57d2 .nav_yellow_9edd .box_paper_fdca {
    margin-top: -2px;
    width: 19px;
  }
  .banner_57d2 .nav_yellow_9edd .pro-b1f0 {
    margin-top: -1px;
  }
  .banner_57d2 .nav_yellow_9edd .pro-b1f0,
  .banner_57d2 .nav_yellow_9edd .pro-b1f0::after,
  .banner_57d2 .nav_yellow_9edd .pro-b1f0::before {
    width: 19px;
    height: 2px;
  }
  .banner_57d2 .nav_yellow_9edd .pro-b1f0::before {
    top: -6px;
  }
  .banner_57d2 .nav_yellow_9edd .pro-b1f0::after {
    bottom: -6px;
  }
  .purple-13bc .nav_yellow_9edd .box_paper_fdca {
    margin-top: -2px;
    width: 22px;
  }
  .purple-13bc .nav_yellow_9edd .pro-b1f0 {
    margin-top: -1px;
  }
  .purple-13bc .nav_yellow_9edd .pro-b1f0,
  .purple-13bc .nav_yellow_9edd .pro-b1f0::after,
  .purple-13bc .nav_yellow_9edd .pro-b1f0::before {
    width: 22px;
    height: 2px;
  }
  .purple-13bc .nav_yellow_9edd .pro-b1f0::before {
    top: -7px;
  }
  .purple-13bc .nav_yellow_9edd .pro-b1f0::after {
    bottom: -7px;
  }
  .static-95c9 .nav_yellow_9edd .box_paper_fdca {
    margin-top: -2px;
    width: 31px;
  }
  .static-95c9 .nav_yellow_9edd .pro-b1f0 {
    margin-top: -1.5px;
  }
  .static-95c9 .nav_yellow_9edd .pro-b1f0,
  .static-95c9 .nav_yellow_9edd .pro-b1f0::after,
  .static-95c9 .nav_yellow_9edd .pro-b1f0::before {
    width: 31px;
    height: 3px;
  }
  .static-95c9 .nav_yellow_9edd .pro-b1f0::before {
    top: -9px;
  }
  .static-95c9 .nav_yellow_9edd .pro-b1f0::after {
    bottom: -9px;
  }
}
@media screen and (max-width: 568px) {
  .wood_5334 .nav_yellow_9edd .box_paper_fdca {
    margin-top: -2px;
    width: 19px;
  }
  .wood_5334 .nav_yellow_9edd .pro-b1f0 {
    margin-top: -1px;
  }
  .wood_5334 .nav_yellow_9edd .pro-b1f0,
  .wood_5334 .nav_yellow_9edd .pro-b1f0::after,
  .wood_5334 .nav_yellow_9edd .pro-b1f0::before {
    width: 19px;
    height: 2px;
  }
  .wood_5334 .nav_yellow_9edd .pro-b1f0::before {
    top: -6px;
  }
  .wood_5334 .nav_yellow_9edd .pro-b1f0::after {
    bottom: -6px;
  }
  .section_iron_a9f2 .nav_yellow_9edd .box_paper_fdca {
    margin-top: -2px;
    width: 22px;
  }
  .section_iron_a9f2 .nav_yellow_9edd .pro-b1f0 {
    margin-top: -1px;
  }
  .section_iron_a9f2 .nav_yellow_9edd .pro-b1f0,
  .section_iron_a9f2 .nav_yellow_9edd .pro-b1f0::after,
  .section_iron_a9f2 .nav_yellow_9edd .pro-b1f0::before {
    width: 22px;
    height: 2px;
  }
  .section_iron_a9f2 .nav_yellow_9edd .pro-b1f0::before {
    top: -7px;
  }
  .section_iron_a9f2 .nav_yellow_9edd .pro-b1f0::after {
    bottom: -7px;
  }
  .breadcrumb-f081 .nav_yellow_9edd .box_paper_fdca {
    margin-top: -2px;
    width: 31px;
  }
  .breadcrumb-f081 .nav_yellow_9edd .pro-b1f0 {
    margin-top: -1.5px;
  }
  .breadcrumb-f081 .nav_yellow_9edd .pro-b1f0,
  .breadcrumb-f081 .nav_yellow_9edd .pro-b1f0::after,
  .breadcrumb-f081 .nav_yellow_9edd .pro-b1f0::before {
    width: 31px;
    height: 3px;
  }
  .breadcrumb-f081 .nav_yellow_9edd .pro-b1f0::before {
    top: -9px;
  }
  .breadcrumb-f081 .nav_yellow_9edd .pro-b1f0::after {
    bottom: -9px;
  }
}
.box_a43f .pro-b1f0 {
  -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);
}
.box_a43f .pro-b1f0::before {
  -webkit-transition: top 75ms 0.12s ease, opacity 75ms ease;
  transition: top 75ms 0.12s ease, opacity 75ms ease;
}
.box_a43f .pro-b1f0::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);
}
.box_a43f.tall-e472 .pro-b1f0 {
  -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);
}
.box_a43f.tall-e472 .pro-b1f0::before {
  top: 0;
  opacity: 0;
  -webkit-transition: top 75ms ease, opacity 75ms 0.12s ease;
  transition: top 75ms ease, opacity 75ms 0.12s ease;
}
.box_a43f.tall-e472 .pro-b1f0::after {
  bottom: 0;
  -webkit-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  transform: rotate(-90deg);
  -webkit-transition: bottom 75ms ease,
    -webkit-transform 75ms 0.12s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: bottom 75ms ease,
    -webkit-transform 75ms 0.12s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: bottom 75ms ease,
    transform 75ms 0.12s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: bottom 75ms ease,
    transform 75ms 0.12s cubic-bezier(0.215, 0.61, 0.355, 1),
    -webkit-transform 75ms 0.12s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.chip_d7ef {
  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.slider-3838:before {
  display: none;
}
.box_c594 {
  padding: 0;
  position: fixed;
  width: 100%;
  max-width: 100%;
  top: 0;
  z-index: 999900;
  visibility: hidden;
}
.box_c594 .component-copper-28e0 {
  padding: 1.4em 1.5em;
  border-bottom: 1px solid transparent;
}
.box_c594 .component-copper-28e0:last-of-type {
  border-bottom: none;
}
.box_c594 .component-copper-28e0.paragraph_84bd,
.box_c594 .component-copper-28e0.background_last_f2b5,
.box_c594 .component-copper-28e0.container_5569 {
  padding: 0;
}
.box_c594 .popup_f804 .disabled-selected-cf10 {
  color: currentColor;
}
.box_c594 .popup_f804 .disabled-selected-cf10:focus,
.box_c594 .popup_f804 .disabled-selected-cf10:hover {
  background: rgba(0, 0, 0, 0.01);
}
.box_c594.button_orange_7eb1 .accent-3f98,
.box_c594.button_orange_7eb1 .accent_stale_8cb0 a,
.box_c594.button_orange_7eb1 .table_copper_dd98 a,
.box_c594.button_orange_7eb1 .tooltip-7fda a {
  color: rgba(0, 0, 0, 0.55);
}
.box_c594.button_orange_7eb1 .accent-3f98:hover,
.box_c594.button_orange_7eb1 .accent_stale_8cb0 a:hover,
.box_c594.button_orange_7eb1 .table_copper_dd98 a:hover,
.box_c594.button_orange_7eb1 .tooltip-7fda a:hover {
  color: rgba(0, 0, 0, 0.8);
}
.box_c594.button_orange_7eb1 .background_426a {
  color: rgba(0, 0, 0, 0.8);
}
.box_c594.button_orange_7eb1 .component-copper-28e0 {
  border-color: rgba(0, 0, 0, 0.08);
}
.box_c594.button_orange_7eb1 .component-copper-28e0:before {
  background: rgba(0, 0, 0, 0.08);
}
.box_c594.button_orange_7eb1 .aside-dirty-364c:before {
  background: rgba(255, 255, 255, 0.9);
}
.box_c594.button_orange_7eb1 .popup_f804 .fresh-83f4 li a,
.box_c594.button_orange_7eb1 .popup_f804 .disabled-selected-cf10,
.box_c594.button_orange_7eb1 .tooltip-7fda {
  border-color: rgba(0, 0, 0, 0.08);
}
.box_c594.button_orange_7eb1 .popup_f804 .disabled-selected-cf10:focus,
.box_c594.button_orange_7eb1 .popup_f804 .disabled-selected-cf10:hover {
  background: rgba(0, 0, 0, 0.01);
}
.box_c594.button_orange_7eb1 .fresh-83f4 li {
  border-color: rgba(0, 0, 0, 0.08);
}
.box_c594.content-b2e6 .accent-3f98,
.box_c594.content-b2e6 .accent_stale_8cb0 a,
.box_c594.content-b2e6 .table_copper_dd98 .disabled-selected-cf10,
.box_c594.content-b2e6 .table_copper_dd98 a,
.box_c594.content-b2e6 .tooltip-7fda a {
  color: rgba(255, 255, 255, 0.79);
}
.box_c594.content-b2e6 .accent-3f98:hover,
.box_c594.content-b2e6 .accent_stale_8cb0 a:hover,
.box_c594.content-b2e6 .table_copper_dd98 .disabled-selected-cf10:hover,
.box_c594.content-b2e6 .table_copper_dd98 a:hover,
.box_c594.content-b2e6 .tooltip-7fda a:hover {
  color: rgba(255, 255, 255, 0.99);
}
.box_c594.content-b2e6 .background_426a {
  color: rgba(255, 255, 255, 0.99);
}
.box_c594.content-b2e6 .component-copper-28e0 {
  border-color: rgba(255, 255, 255, 0.08);
}
.box_c594.content-b2e6 .component-copper-28e0:before {
  background: rgba(255, 255, 255, 0.08);
}
.box_c594.content-b2e6 .aside-dirty-364c:before {
  background: rgba(0, 0, 0, 0.9);
}
.box_c594.content-b2e6 .popup_f804 .fresh-83f4 li a,
.box_c594.content-b2e6 .popup_f804 .disabled-selected-cf10,
.box_c594.content-b2e6 .tooltip-7fda {
  border-color: rgba(255, 255, 255, 0.08);
}
.box_c594.content-b2e6 .popup_f804 .disabled-selected-cf10:focus,
.box_c594.content-b2e6 .popup_f804 .disabled-selected-cf10:hover {
  background: rgba(0, 0, 0, 0.01);
}
.box_c594.content-b2e6 .fresh-83f4 li {
  border-color: rgba(255, 255, 255, 0.08);
}
.aside-dirty-364c {
  position: relative;
  word-con: break-word;
  min-height: 100%;
  display: block;
}
.aside-dirty-364c:before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  display: block;
  min-height: 100%;
}
.status-a4e4 {
  position: relative;
  word-con: break-word;
  min-height: 100%;
  display: block;
  padding: 1.2em 0;
}
.section-up-0668 .box_c594 {
  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;
}
.section-up-0668 .component-copper-28e0 {
  text-align: center;
  padding: 2em 1.5em;
  border: none;
  position: relative;
}
.section-up-0668 .component-copper-28e0: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) {
  .section-up-0668 .component-copper-28e0:before {
    width: 16%;
    left: 42%;
  }
}
.section-up-0668 .component-copper-28e0:last-child:before {
  content: none;
}
.section-up-0668 .component-copper-28e0[class*="-menu"] {
  padding: 2.5em 1.5em;
}
.section-up-0668 .popup_f804 .fresh-83f4 li a {
  border: none;
  font-size: 140%;
  text-transform: uppercase;
  font-weight: 500;
}
.section-up-0668 .popup_f804 .fresh-83f4 li a .disabled-selected-cf10 {
  display: inline-block;
  position: relative;
  border: 0 none;
  margin-right: -1.3em;
  top: -2px;
  padding: 0.28em 0.5em;
}
.section-up-0668 .popup_f804 .tooltip-7fda {
  border: none;
}
.section-up-0668 .popup_f804 .tooltip-7fda li a {
  text-transform: none;
  padding: 0.35em 1.5em;
  font-size: 100%;
}
.section-up-0668 .aside-dirty-364c {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}
.section-up-0668 .status-a4e4 {
  max-width: 48em;
  margin: 3em auto;
  padding: 0;
}
.section-up-0668 .content-b2e6 .aside-dirty-364c:before {
  background: rgba(0, 0, 0, 0.9);
}
.section-up-0668 .button_orange_7eb1.shade-125f .pro-b1f0 {
  background: rgba(0, 0, 0, 0.6);
}
.section-up-0668
  .button_orange_7eb1.shade-125f
  .pro-b1f0::after,
.section-up-0668
  .button_orange_7eb1.shade-125f
  .pro-b1f0:before {
  background: inherit;
}
.section-up-0668
  .button_orange_7eb1.shade-125f:hover
  .pro-b1f0 {
  background: rgba(0, 0, 0, 0.8);
}
.new_bb15 .box_c594 {
  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) {
  .new_bb15 .box_c594 {
    width: auto;
    right: 45px;
  }
}
.wide-926c .box_c594 {
  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) {
  .wide-926c .box_c594 {
    width: auto;
    left: 45px;
  }
}
.slider-3838 .box_c594 {
  position: relative;
  height: 0;
  display: block;
  visibility: visible;
  z-index: 999900;
  overflow: hidden;
}
.slider-3838 .status-a4e4 {
  max-width: 48em;
  margin: 0 auto;
}
.slider-3838 .aside-dirty-364c:before {
  box-shadow: inset 0 0 12px 0 rgba(0, 0, 0, 0.05);
}
.border_f1ef {
  overflow-x: hidden;
  position: relative;
  width: 100%;
  display: block;
}
.border_f1ef.section-up-0668 .box_c594 {
  z-index: 0;
  opacity: 0;
  height: 100%;
}
.border_f1ef.new_bb15 .box_c594 {
  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);
}
.border_f1ef .box_c594 {
  visibility: visible;
}
.border_f1ef.wide-926c .box_c594 {
  -webkit-transform: translateX(200%);
  -ms-transform: translateX(200%);
  transform: translateX(200%);
  height: 100%;
}
.bottom_7b78,
.under-9cb0 {
  overflow-x: hidden;
}
.bottom_7b78 .box_c594 {
  overflow: auto;
}
.bottom_7b78.section-up-0668 {
  overflow: initial;
  position: relative;
  width: 100%;
  display: block;
}
.bottom_7b78.section-up-0668 .box_c594 {
  z-index: 999900;
  opacity: 1;
  visibility: visible;
}
.bottom_7b78.section-up-0668 .tabs_complex_ee8f {
  opacity: 0;
}
.bottom_7b78.new_bb15 {
  overflow: initial;
  position: relative;
  width: 100%;
  display: block;
}
.bottom_7b78.new_bb15 .box_c594 {
  z-index: 999900;
  height: 100vh;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  left: 0;
  visibility: visible;
}
.bottom_7b78.new_bb15 .tabs_complex_ee8f {
  opacity: 0;
}
.bottom_7b78.wide-926c {
  overflow: initial;
  position: relative;
  width: 100%;
  display: block;
}
.bottom_7b78.wide-926c .box_c594 {
  z-index: 999900;
  height: 100vh;
  max-width: 100vw;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  right: 0;
  visibility: visible;
}
.bottom_7b78.wide-926c .tabs_complex_ee8f {
  opacity: 0;
}
.bottom_7b78.slider-3838 .box_c594 {
  z-index: 10;
  visibility: visible;
}
.shade-125f {
  display: none;
  z-index: 999910;
  cursor: pointer;
  position: fixed;
  top: 10px;
  right: 12px;
}
.shade-125f .pro-b1f0 {
  background: rgba(255, 255, 255, 0.99);
}
.shade-125f .pro-b1f0::after,
.shade-125f .pro-b1f0:before {
  background: inherit;
}
.shade-125f:hover .pro-b1f0 {
  background: rgba(255, 255, 255, 0.99);
}
.wide-926c .shade-125f {
  top: 10px;
  right: auto;
  left: 12px;
}
.slider-3838 .shade-125f {
  display: none !important;
}
.bottom_7b78:before,
.under-9cb0:before {
  z-index: 999897;
  visibility: visible;
  opacity: 1;
}
.bottom_7b78 .shade-125f,
.under-9cb0 .shade-125f {
  display: inline-block;
}
.box_c594 .accent-inner-64d0 {
  -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;
}
.bottom_7b78 .box_c594 .accent-inner-64d0,
.under-9cb0 .box_c594 .accent-inner-64d0 {
  opacity: 1;
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
}
.new_432d .container-bottom-cb95 {
  width: 100%;
}
.avatar_silver_6ab4 {
  padding: 0 0.5em 0;
}
.avatar_silver_6ab4 [class*="customify-col-"],
.avatar_silver_6ab4 [class*="customify-col_"],
.avatar_silver_6ab4 [class~="customify-col"] {
  padding: 0 0.5em 0;
}
.label-current-3804 .avatar_silver_6ab4 {
  padding-left: 1em;
  padding-right: 1em;
}
@media screen and (min-width: 1025px) {
  .top_9e46 .item-60a1,
  .item-60a1 {
    display: none;
  }
  .bottom_5f51 {
    text-align: left;
  }
  .hero-f713 {
    text-align: center;
  }
  .section_dd09 {
    text-align: right;
  }
}
@media screen and (max-width: 1024px) {
  .top_9e46 .text_03b5,
  .text_03b5 {
    display: none;
  }
  .stale_3af3 {
    text-align: left;
  }
  .text_hard_fdda {
    text-align: center;
  }
  .primary_329c {
    text-align: right;
  }
}
@media screen and (max-width: 568px) {
  .top_9e46 .image_north_a707,
  .image_north_a707 {
    display: none;
  }
  .search-smooth-6a6c {
    text-align: left;
  }
  .selected-6422 {
    text-align: center;
  }
  .basic_8dc2 {
    text-align: right;
  }
}
#page {
  position: relative;
}
.warm-a7d9 {
  box-shadow: none !important;
}
.center_6043 .shade_ff2f,
.stone_17ef .shade_ff2f {
  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;
}
.stone_17ef .shade_ff2f {
  margin-top: 30px;
  margin-bottom: 30px;
}
.picture-31f5 {
  position: relative;
  padding-left: 2em;
  padding-right: 2em;
}
.picture-31f5:after,
.picture-31f5:before {
  content: "";
  display: table;
}
.picture-31f5:after {
  clear: both;
}
@media screen and (max-width: 48em) {
  .picture-31f5 {
    padding-left: 1em;
    padding-right: 1em;
  }
}
.picture-31f5,
.bronze-af24 {
  max-width: 1248px;
  margin: 0 auto;
}

.title_cfd8.black_db56 .picture-31f5 {
  max-width: 100%;
}
.title_cfd8.dark_20e3 {
  max-width: 1200px;
  margin: 0 auto;
}
.title_cfd8.form-6d8f .picture-31f5 {
  max-width: 100%;
}
.title_cfd8.form-6d8f > .picture-31f5 {
  padding-left: 0;
  padding-right: 0;
}
.title_cfd8.form-6d8f > .picture-31f5 .top_9e46 {
  margin: 0;
}
.title_cfd8.form-6d8f
  > .picture-31f5
  .short-3233.banner-next-24fe {
  margin-right: 0;
  margin-left: 0;
}
.title_cfd8.form-6d8f #main.banner-next-24fe {
  padding: 0;
}
#main,
#sidebar-primary,
#sidebar-secondary {
  padding-top: 2.617924em;
  padding-bottom: 2.617924em;
}
@media screen and (max-width: 1024px) {
  .border_tiny_8af1 #main {
    border-left: 0 none;
  }
}
@media screen and (max-width: 1024px) {
  .border_tiny_8af1 #sidebar-secondary {
    -webkit-box-ordinal-group: 6;
    order: 5;
    display: none;
  }
}
@media screen and (min-width: 48em) {
  .row_e815 .pagination_916a {
    padding-right: 1em;
  }
  .row_e815.status_b1d9 .short-3233 {
    border-right: 1px solid #eaecee;
  }
  .row_e815.status_b1d9 .pagination_916a {
    padding-right: 1em;
  }
  .row_e815.status_b1d9 .wood_4a7d {
    padding-left: 1em;
  }
}
@media screen and (min-width: 48em) {
  .icon-5b04 .pagination_916a {
    padding-left: 1em;
  }
  .icon-5b04.status_b1d9 .short-3233 {
    border-left: 1px solid #eaecee;
  }
  .icon-5b04.status_b1d9 .pagination_916a {
    padding-left: 1em;
  }
  .icon-5b04.status_b1d9 .wood_4a7d {
    padding-right: 1em;
  }
}
@media screen and (min-width: 48em) {
  .component_a5cb .pagination_916a {
    padding-left: 1em;
  }
  .component_a5cb.status_b1d9 .section-4586 {
    border-right: 1px solid #eaecee;
  }
  .component_a5cb.status_b1d9 .main-4cf8 {
    border-right: 1px solid #eaecee;
  }
  .component_a5cb.status_b1d9 .pagination_916a {
    padding-left: 1em;
  }
  .component_a5cb.status_b1d9 .wood_4a7d {
    padding-right: 1em;
  }
  .component_a5cb.status_b1d9 .focus_ef51 {
    padding-left: 1em;
    padding-right: 1em;
  }
}
@media screen and (min-width: 48em) {
  .outer_4f22 .pagination_916a {
    padding-right: 1em;
  }
  .outer_4f22.status_b1d9 .section-4586 {
    border-left: 1px solid #eaecee;
  }
  .outer_4f22.status_b1d9 .main-4cf8 {
    border-left: 1px solid #eaecee;
  }
  .outer_4f22.status_b1d9 .pagination_916a {
    padding-right: 1em;
  }
  .outer_4f22.status_b1d9 .wood_4a7d {
    padding-left: 1em;
    padding-right: 1em;
  }
  .outer_4f22.status_b1d9 .focus_ef51 {
    padding-left: 1em;
  }
}
@media screen and (min-width: 48em) {
  .border_tiny_8af1 .pagination_916a {
    padding-left: 1em;
    padding-right: 1em;
  }
  .border_tiny_8af1.status_b1d9 .short-3233 {
    border-left: 1px solid #eaecee;
    border-right: 1px solid #eaecee;
  }
  .border_tiny_8af1.status_b1d9 .pagination_916a {
    padding-left: 1em;
    padding-right: 1em;
  }
  .border_tiny_8af1.status_b1d9 .wood_4a7d {
    padding-left: 1em;
  }
  .border_tiny_8af1.status_b1d9 .focus_ef51 {
    padding-right: 1em;
  }
}
@media screen and (max-width: 64em) {
  .border_tiny_8af1.status_b1d9 .pagination_916a {
    padding-left: 0;
  }
}
.bright-34da .slider_dark_5f68 {
  display: inline-block;
}
.lower_9eb2 {
  display: inline-block;
}
.tertiary_f511 {
  word-con: break-word;
}
.narrow-6112 > span {
  display: inline-block;
  padding: 5px 0;
}
.narrow-6112 .detail_slow_ceef {
  margin-left: 8px;
  margin-right: 8px;
}
.narrow-6112 .popup_soft_89be img {
  vertical-align: middle;
  overflow: hidden;
  border-radius: 50%;
  margin-right: 5px;
}
.thumbnail_29cb .breadcrumb_9b12 {
  margin-bottom: 2em;
}
.thumbnail_29cb .chip_huge_ed15 {
  margin-bottom: 15px;
}
.thumbnail_29cb .chip_huge_ed15:last-child {
  margin-bottom: 0;
}
.thumbnail_29cb .row-a7dc {
  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) {
  .thumbnail_29cb .row-a7dc {
    display: block;
  }
}
.thumbnail_29cb .rough-1799 {
  position: relative;
  max-width: 100%;
  flex-basis: 40%;
  padding-top: 0;
  overflow: hidden;
}
@media screen and (max-width: 568px) {
  .thumbnail_29cb .rough-1799 {
    margin-bottom: 1em;
    width: 100% !important;
    padding-top: 56.25%;
  }
}
.thumbnail_29cb .simple-660b {
  position: absolute;
  top: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: flex;
  line-height: 0;
  background-color: #d5d5d5;
}
.thumbnail_29cb .simple-660b img {
  -o-object-fit: cover;
  object-fit: cover;
  width: 100%;
  height: auto;
}
.thumbnail_29cb .simple-660b a {
  position: absolute;
  top: 0;
  top: 0;
  display: block;
}
.thumbnail_29cb .tertiary_f511 {
  font-size: 1.5em;
  font-weight: 500;
  word-con: break-word;
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
}
.thumbnail_29cb .tertiary_f511 a {
  text-align: inherit;
  display: block;
  flex-basis: 100%;
}
.thumbnail_29cb .card_tiny_dcdd p:last-child {
  margin-bottom: 0;
}
.thumbnail_29cb .progress_9318 {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: block;
  z-index: 30;
}
.thumbnail_29cb .filter-027f {
  -webkit-box-flex: 1;
  flex: 1;
  word-con: break-word;
  max-width: 100%;
}
.thumbnail_29cb .dark-6cb6 {
  margin-top: 1em;
}
.thumbnail_29cb .upper_6e0d {
  top: 0;
  display: block;
}
.thumbnail_29cb .upper_6e0d a {
  color: inherit;
}
.thumbnail_29cb .upper_6e0d a:hover {
  color: inherit;
}
.thumbnail_29cb .table-ad99 {
  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;
}
.thumbnail_29cb .table-ad99:hover {
  background: #235787;
  color: #fff;
  border-color: #235787;
}
.thumbnail_29cb .filter-027f {
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-flow: column nowrap;
}
.thumbnail_29cb .purple-d464 {
  position: relative;
  width: 100%;
  margin-bottom: 15px;
}
.thumbnail_29cb .purple-d464:first-child {
  margin-top: 0;
}
.thumbnail_29cb .purple-d464.grid-left-1eca {
  -webkit-box-flex: 0;
  flex: none;
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.thumbnail_29cb .purple-d464.short_72f5 {
  display: -webkit-box;
  display: flex;
  margin-top: auto;
  margin-bottom: 0;
  -webkit-box-pack: justify;
  justify-content: space-between;
}
.thumbnail_29cb
  .purple-d464.short_72f5.pink-7019
  .dark-6cb6 {
  width: 100%;
}
.thumbnail_29cb .short_72f5 {
  -webkit-box-align: center;
  align-items: center;
}
.thumbnail_29cb .short_72f5 .narrow-6112,
.thumbnail_29cb .short_72f5 > * {
  margin-bottom: 0;
  margin-top: 0;
  display: inline-block;
}
.thumbnail_29cb .simple-660b {
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
.thumbnail_29cb .simple-660b img {
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
.thumbnail_29cb .simple-660b: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;
}
.thumbnail_29cb .grid-left-1eca {
  z-index: 5;
}
.thumbnail_29cb .input-b3af .lite-a64e {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  display: block;
}
.thumbnail_29cb .button_02e2 .lite-a64e {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  display: block;
}
.thumbnail_29cb .dropdown_eaf1 .lite-a64e {
  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;
}
.thumbnail_29cb.message-in-c36c .row-a7dc,
.thumbnail_29cb.gallery_07bb .row-a7dc {
  display: block;
}
.thumbnail_29cb.message-in-c36c .row-a7dc .status-a896,
.thumbnail_29cb.message-in-c36c .row-a7dc .filter-027f,
.thumbnail_29cb.gallery_07bb .row-a7dc .status-a896,
.thumbnail_29cb.gallery_07bb .row-a7dc .filter-027f {
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
}
.thumbnail_29cb.sidebar_7c5b .rough-1799 {
  margin-right: 2em;
}
@media screen and (max-width: 568px) {
  .thumbnail_29cb.sidebar_7c5b .rough-1799 {
    margin-right: 0;
  }
}
.thumbnail_29cb.message-in-c36c .rough-1799,
.thumbnail_29cb.gallery_07bb .rough-1799 {
  padding-top: 40%;
}
.thumbnail_29cb.message-in-c36c .breadcrumb_9b12,
.thumbnail_29cb.gallery_07bb .breadcrumb_9b12 {
  display: block;
}
.thumbnail_29cb.message-in-c36c .fn-sticky-e085 .filter-027f,
.thumbnail_29cb.gallery_07bb .fn-sticky-e085 .filter-027f {
  background-color: #fcf8e3;
  border: 1px solid #faf2cc;
  border-top: 0 none;
  color: #8a6d3b;
  padding: 1em;
}
.thumbnail_29cb.message-in-c36c .rough-1799,
.thumbnail_29cb.gallery_07bb .rough-1799 {
  margin-bottom: 1em;
  display: block;
  position: relative;
}
.thumbnail_29cb.message-in-c36c .filter-027f {
  padding: 1em;
}
.lite-0fda {
  margin: 30px auto;
  display: block;
}
.lite-0fda .light_9922 > * {
  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;
}
.lite-0fda .light_9922 > :hover {
  border-color: #235787;
  background: #235787;
  color: #fff;
}
.lite-0fda .light_9922 span {
  border-color: #235787;
  background: #235787;
  color: #fff;
}
.modal_dirty_ce2c .narrow-6112 {
  margin-bottom: 1.41575em;
}
.modal_dirty_ce2c .backdrop-9c5f {
  margin-bottom: 1.618em;
}
.full-3633 .row-831f {
  display: block;
  margin: 5px 0 20px;
  font-weight: 500;
}
.full-3633 .row-831f a {
  border: 1px solid #eaecee;
  padding: 5px 12px 5px;
  text-transform: uppercase;
  color: #686868;
  margin: 0 2px;
}
.full-3633 .hero_aa6c {
  max-width: 100%;
  overflow: auto;
}
.content_glass_a686 .full-3633 a:hover {
  text-decoration: underline;
}
.advanced_a439 .chip_huge_ed15:not(.tertiary_f511),
.advanced_a439 .simple-660b {
  margin-bottom: 1.41575em;
}
.advanced_a439 .chip_huge_ed15:not(.tertiary_f511):last-child,
.advanced_a439 .simple-660b:last-child {
  margin-bottom: 0;
}
.advanced_a439 .chip_huge_ed15.glass-6688 {
  margin-bottom: 0.41575em;
}
.advanced_a439 .progress_yellow_867c:before,
.advanced_a439 .dim_9c71:before {
  font: normal normal normal 16px/1 FontAwesome;
  text-decoration: inherit;
  text-transform: none;
  position: relative;
  margin-right: 5px;
  color: #6d6d6d;
}
.advanced_a439 .progress_yellow_867c:before {
  content: "\f115";
}
.advanced_a439 .dim_9c71:before {
  content: "\f02c";
}
.advanced_a439 .modal_huge_cd15 {
  display: block;
  width: 100%;
  margin-top: 0.5407911001em;
}
.advanced_a439 .modal_huge_cd15 a {
  text-transform: uppercase;
  font-weight: 500;
  font-size: 80%;
  letter-spacing: 0.5px;
}
.dark-f3c0 {
  display: -webkit-box;
  display: flex;
}
.dark-f3c0 .container_lite_82e6 {
  flex-basis: 90px;
}
@media screen and (max-width: 568px) {
  .dark-f3c0 .container_lite_82e6 {
    flex-basis: 90px;
  }
}
.dark-f3c0 .liquid_f18a {
  flex-basis: calc(100% - 90px);
  margin-left: 1.5em;
}
@media screen and (max-width: 568px) {
  .dark-f3c0 .liquid_f18a {
    flex-basis: calc(100% - 50px);
  }
}
.dark-f3c0 .solid-6677 p:last-child {
  margin-bottom: 0.72em;
}
.cool_3588 .light_9922 {
  padding: 16px 0 15px;
  border-top: 1px solid #eaecee;
  border-bottom: 1px solid #eaecee;
}
.cool_3588 .light_9922:after,
.cool_3588 .light_9922:before {
  content: "";
  display: table;
}
.cool_3588 .light_9922:after {
  clear: both;
}
.cool_3588 .light_9922 .hidden_a2f5,
.cool_3588 .light_9922 .status-in-f496 {
  width: 49%;
}
.cool_3588 .light_9922 .hidden_a2f5 a span.status_hard_1930,
.cool_3588 .light_9922 .status-in-f496 a span.status_hard_1930 {
  display: block;
  margin-bottom: 5px;
}
.cool_3588 .light_9922 .status-in-f496 {
  float: left;
  text-align: left;
}
.cool_3588 .light_9922 .hidden_a2f5 {
  float: right;
  text-align: right;
}
.pagination-dark-1b55 {
  margin-bottom: 0.41575em;
}
@media screen and (max-width: 568px) {
  .pagination-dark-1b55 {
    margin-bottom: 0;
  }
}
.feature_static_0c25 {
  margin-bottom: 1em;
}
.feature_static_0c25 .tertiary_f511 {
  font-size: 1.1em;
  line-height: 1.3;
}
.widget_dirty_285c a {
  display: block;
  line-height: 0;
  position: relative;
}
.box_2adc .feature_static_0c25,
.item_d7f3 .feature_static_0c25 {
  display: -webkit-box;
  display: flex;
}
@media screen and (max-width: 568px) {
  .box_2adc .feature_static_0c25,
  .item_d7f3 .feature_static_0c25 {
    display: block;
  }
}
.box_2adc .widget_dirty_285c,
.item_d7f3 .widget_dirty_285c {
  flex-basis: 160px;
  position: relative;
}
@media screen and (max-width: 568px) {
  .box_2adc .widget_dirty_285c,
  .item_d7f3 .widget_dirty_285c {
    margin-bottom: 1em;
  }
}
.box_2adc .widget_dirty_285c img,
.item_d7f3 .widget_dirty_285c img {
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  display: block;
}
.box_2adc .chip-plasma-3328,
.item_d7f3 .chip-plasma-3328 {
  flex-basis: calc(100% - 160px);
}
.box_2adc .chip-plasma-3328 p,
.item_d7f3 .chip-plasma-3328 p {
  margin-bottom: 0;
}
.box_2adc .chip-plasma-3328 {
  padding-left: 1em;
}
@media screen and (max-width: 568px) {
  .box_2adc .chip-plasma-3328 {
    padding-left: 0;
  }
}
.item_d7f3 .chip-plasma-3328 {
  -webkit-box-ordinal-group: 2;
  order: 1;
  padding-right: 1em;
}
@media screen and (max-width: 568px) {
  .item_d7f3 .chip-plasma-3328 {
    padding-right: 0;
  }
}
.item_d7f3 .widget_dirty_285c {
  -webkit-box-ordinal-group: 3;
  order: 2;
}
.shadow-west-4b95 .widget_dirty_285c {
  margin-bottom: 0.5em;
}
.shadow-west-4b95 .widget_dirty_285c img {
  width: 100%;
}
.caption-8a9b .info_old_d4a8,
.tabs-c5c3 .info_old_d4a8 {
  margin-bottom: 35px;
  padding-bottom: 20px;
  border-bottom: 1px solid #eaecee;
}
.tabs-c5c3 .short-3233 .lower_f197 p:last-child {
  margin-bottom: 0;
}
.pressed-233e {
  font-size: 16px;
  text-transform: uppercase;
  font-weight: 500;
  color: currentColor;
  margin-bottom: 20px;
}
.pagination_04b9 .popup-glass-ba45 {
  margin-bottom: 2em;
}
@media screen and (min-width: 1025px) {
  .pagination_04b9 .popup-glass-ba45:last-of-type {
    margin-bottom: 0;
  }
}
.pagination_04b9 .popup-glass-ba45 ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.pagination_04b9 .popup-glass-ba45 ul:after {
  clear: both;
  content: ".";
  display: block;
  height: 0;
  visibility: hidden;
}
.pagination_04b9 .popup-glass-ba45 ul li {
  margin: 0 0 0.6em;
}
.pagination_04b9 .popup-glass-ba45 ul li.complex-09c0,
.pagination_04b9 .popup-glass-ba45 ul li.disabled_3014 {
  position: relative;
}
.pagination_04b9 .popup-glass-ba45 ul li.complex-09c0 .heading-wide-787a,
.pagination_04b9 .popup-glass-ba45 ul li.disabled_3014 .heading-wide-787a {
  right: 0;
  background: #eaecee;
  color: #999;
  padding: 0 0.5em;
  border-radius: 0.9em;
  font-size: 12px;
  position: absolute;
  top: 4px;
}
.pagination_04b9 .popup-glass-ba45 ul li.complex-09c0:after:after,
.pagination_04b9 .popup-glass-ba45 ul li.complex-09c0:after:before,
.pagination_04b9
  .popup-glass-ba45
  ul
  li.disabled_3014:after:after,
.pagination_04b9
  .popup-glass-ba45
  ul
  li.disabled_3014:after:before {
  content: "";
  display: table;
}
.pagination_04b9 .popup-glass-ba45 ul li.complex-09c0:after:after,
.pagination_04b9
  .popup-glass-ba45
  ul
  li.disabled_3014:after:after {
  clear: both;
}
.pagination_04b9 .popup-glass-ba45 a.text-light-35ef:hover {
  text-decoration: none;
}
.pagination_04b9 .popup-glass-ba45 select {
  max-width: 100%;
}
.pagination_04b9 .popup-glass-ba45 table {
  font-size: 85%;
}
.pagination_04b9 .popup-glass-ba45 table td,
.pagination_04b9 .popup-glass-ba45 table th {
  padding: 0.2360828548em;
  text-align: center;
}
.pagination_04b9 .popup-glass-ba45 table tfoot td {
  text-align: left;
}
.pagination_04b9 .popup-glass-ba45 :last-child {
  margin-bottom: 0;
}
.pagination_04b9 .popup-glass-ba45 .iron-ee61 {
  display: -webkit-box;
  display: flex;
  width: 100%;
  max-width: 100%;
}
.pagination_04b9 .popup-glass-ba45 .iron-ee61 label {
  width: 100%;
}
.pagination_04b9 .popup-glass-ba45 .iron-ee61 .solid-883e {
  width: 100%;
  display: block;
}
.pagination_04b9 .popup-glass-ba45 .iron-ee61 .stone_7383 {
  padding: 9px 14px;
  margin-left: -46px;
  overflow: hidden;
  box-shadow: none;
  background: 0 0;
  color: #aaa;
  line-height: 0;
}
.pagination_04b9 .popup-glass-ba45 .iron-ee61 .stone_7383:hover svg #svg-search {
  fill: #444;
}
.pagination_04b9 .popup-glass-ba45 .iron-ee61 .stone_7383 svg {
  width: 18px;
  height: 18px;
}
.pagination_04b9 .preview_simple_562d ul ul,
.pagination_04b9 .blue_d220 ul ul,
.pagination_04b9 .status_f4ec ul ul,
.pagination_04b9 .tertiary-c455 ul ul {
  margin-top: 0.3819820591em;
  margin-left: 0;
  margin-bottom: -0.3819820591em;
}
.pagination_04b9 .preview_simple_562d .video_4678 > a,
.pagination_04b9 .blue_d220 .video_4678 > a,
.pagination_04b9 .status_f4ec .video_4678 > a,
.pagination_04b9 .tertiary-c455 .video_4678 > a {
  margin-bottom: 0;
}
.pagination_04b9 .module_6cca li,
.pagination_04b9 .preview_simple_562d li,
.pagination_04b9 .current_7804 li,
.pagination_04b9 .blue_d220 li,
.pagination_04b9 .status_f4ec li,
.pagination_04b9 .tertiary-c455 li,
.pagination_04b9 .carousel-west-32b1 li,
.pagination_04b9 .pagination-ba14 li {
  display: block;
  position: relative;
}
.pagination_04b9 .module_6cca li:last-child,
.pagination_04b9 .preview_simple_562d li:last-child,
.pagination_04b9 .current_7804 li:last-child,
.pagination_04b9 .blue_d220 li:last-child,
.pagination_04b9 .status_f4ec li:last-child,
.pagination_04b9 .tertiary-c455 li:last-child,
.pagination_04b9 .carousel-west-32b1 li:last-child,
.pagination_04b9 .pagination-ba14 li:last-child {
  border: none;
}
.pagination_04b9 .module_6cca li a,
.pagination_04b9 .preview_simple_562d li a,
.pagination_04b9 .current_7804 li a,
.pagination_04b9 .blue_d220 li a,
.pagination_04b9 .status_f4ec li a,
.pagination_04b9 .tertiary-c455 li a,
.pagination_04b9 .carousel-west-32b1 li a,
.pagination_04b9 .pagination-ba14 li a {
  display: block;
  width: 100%;
  padding-bottom: 0.6em;
  margin-bottom: 0.6em;
  border-bottom: 1px solid #eaecee;
  position: relative;
}
.pagination_04b9 .module_6cca li ul li::before,
.pagination_04b9 .preview_simple_562d li ul li::before,
.pagination_04b9 .current_7804 li ul li::before,
.pagination_04b9 .blue_d220 li ul li::before,
.pagination_04b9 .status_f4ec li ul li::before,
.pagination_04b9 .tertiary-c455 li ul li::before,
.pagination_04b9 .carousel-west-32b1 li ul li::before,
.pagination_04b9 .pagination-ba14 li ul li::before {
  left: 15px;
}
.pagination_04b9 .module_6cca li ul a,
.pagination_04b9 .preview_simple_562d li ul a,
.pagination_04b9 .current_7804 li ul a,
.pagination_04b9 .blue_d220 li ul a,
.pagination_04b9 .status_f4ec li ul a,
.pagination_04b9 .tertiary-c455 li ul a,
.pagination_04b9 .carousel-west-32b1 li ul a,
.pagination_04b9 .pagination-ba14 li ul a {
  padding-left: 20px;
}
.pagination_04b9 .module_6cca li ul ul li::before,
.pagination_04b9 .preview_simple_562d li ul ul li::before,
.pagination_04b9 .current_7804 li ul ul li::before,
.pagination_04b9 .blue_d220 li ul ul li::before,
.pagination_04b9 .status_f4ec li ul ul li::before,
.pagination_04b9 .tertiary-c455 li ul ul li::before,
.pagination_04b9 .carousel-west-32b1 li ul ul li::before,
.pagination_04b9 .pagination-ba14 li ul ul li::before {
  left: 30px;
}
.pagination_04b9 .module_6cca li ul ul a,
.pagination_04b9 .preview_simple_562d li ul ul a,
.pagination_04b9 .current_7804 li ul ul a,
.pagination_04b9 .blue_d220 li ul ul a,
.pagination_04b9 .status_f4ec li ul ul a,
.pagination_04b9 .tertiary-c455 li ul ul a,
.pagination_04b9 .carousel-west-32b1 li ul ul a,
.pagination_04b9 .pagination-ba14 li ul ul a {
  padding-left: 40px;
}
.pagination_04b9 .hot-f6d5 li {
  padding-bottom: 0.6em;
  border-bottom: 1px solid #eaecee;
  position: relative;
}
.pagination_04b9 .pagination-ba14 ul li {
  margin-bottom: 1.41575em;
}
.pagination_04b9 .pagination-ba14 ul li .under-6a78 {
  font-weight: 400;
  font-size: 1.2em;
  line-height: 1.28;
}
.pagination_04b9 .pagination-ba14 ul li .nav-stale-4be8 {
  display: block;
  margin: 0.5407911001em 0;
  font-size: 85%;
}
.content-b2e6 .module_6cca li a,
.content-b2e6 .preview_simple_562d li a,
.content-b2e6 .current_7804 li a,
.content-b2e6 .blue_d220 li a,
.content-b2e6 .status_f4ec li a,
.content-b2e6 .tertiary-c455 li a,
.content-b2e6 .carousel-west-32b1 li a,
.content-b2e6 .pagination-ba14 li a {
  border-color: rgba(255, 255, 255, 0.08);
}
.content-b2e6 .hot-f6d5 li {
  border-color: rgba(255, 255, 255, 0.08);
}
.content-b2e6 .popup-glass-ba45 ul li.complex-09c0 .heading-wide-787a,
.content-b2e6 .popup-glass-ba45 ul li.disabled_3014 .heading-wide-787a {
  background: rgba(0, 0, 0, 0.2);
}
.content-b2e6 .pagination_04b9 .popup-glass-ba45 select {
  border-color: rgba(255, 255, 255, 0.08);
}
.title_cfd8 .pagination_04b9 .fresh-83f4 li {
  margin: 0;
}
.title_cfd8 .pagination_04b9 .fresh-83f4 li a {
  display: block;
  padding: 0.6em 0 0.6em;
}
.title_cfd8 .pagination_04b9 .fresh-83f4 li ul {
  margin: 0;
}
.title_cfd8 .pagination_04b9 .fresh-83f4 li ul li a {
  padding-left: 15px;
}
.title_cfd8 .pagination_04b9 .fresh-83f4 li ul li li a {
  padding-left: 30px;
}
.title_cfd8 .pagination_04b9 .fresh-83f4 li.disabled-4d7d > a {
  position: relative;
  border: 1px solid #eaecee;
  border-left: none;
  border-right: none;
  font-size: 110%;
}
.title_cfd8 .pagination_04b9 .fresh-83f4 li.disabled-4d7d > 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;
}
.title_cfd8 .pagination_04b9 .fresh-83f4 li.disabled-4d7d > 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;
}
.image_center_f262 a {
  border: 1px solid currentColor;
  border-radius: 2px;
  display: inline-block;
  font-size: 0.875em !important;
  margin-bottom: 5px;
  padding: 1px 10px 1px;
}
.title_fa96 {
  position: relative;
  z-index: 10;
}
.title_fa96 .accent-inner-64d0 {
  width: 100%;
  max-width: 100%;
}
.silver-e130 .block-tiny-72ab {
  padding-top: 2em;
  padding-bottom: 2em;
}
.silver-e130 .button_orange_7eb1 {
}
.silver-e130 .content-b2e6 {
  background: #292929;
}
.center_ed4c .block-tiny-72ab {
  padding-top: 2.5em;
  padding-bottom: 2.5em;
}
.center_ed4c .button_orange_7eb1 {
  background: #f9f9f9;
}
.center_ed4c .content-b2e6 {
  background: #303030;
}
.stone-22b9 .block-tiny-72ab {
  padding-top: 1.5em;
  padding-bottom: 1.5em;
}
@media screen and (max-width: 568px) {
  .stone-22b9 .slider_dark_5f68 {
    margin-bottom: 1em;
  }
  .stone-22b9 .slider_dark_5f68:last-child {
    margin-bottom: 0;
  }
}
.stone-22b9 .button_orange_7eb1 {
  background: #ededed;
}
.stone-22b9 .content-b2e6 {
  background: #1a1a1a;
}
.block-tiny-72ab.button_orange_7eb1 {
  color: rgba(0, 0, 0, 0.6);
}
.block-tiny-72ab.button_orange_7eb1 .advanced_5264 li {
  border-color: rgba(0, 0, 0, 0.08);
}
.block-tiny-72ab.content-b2e6 {
  color: rgba(255, 255, 255, 0.99);
}
.block-tiny-72ab.content-b2e6 a:not(.text-light-35ef) {
  color: rgba(255, 255, 255, 0.79);
}
.block-tiny-72ab.content-b2e6 a:not(.text-light-35ef):hover {
  color: rgba(255, 255, 255, 0.99);
}
.block-tiny-72ab.content-b2e6 .advanced_5264 li {
  border-color: rgba(255, 255, 255, 0.08);
}
.block-tiny-72ab.content-b2e6 table tbody td,
.block-tiny-72ab.content-b2e6 table th {
  background: rgba(0, 0, 0, 0.08);
}
.center_e3ef.new_e87a .picture-31f5 {
  max-width: initial;
}
.center_e3ef .tertiary-fd56 {
  -webkit-box-pack: start;
  justify-content: flex-start;
}
.center_e3ef .tertiary-fd56 .accent-inner-64d0 {
  width: auto;
}
@media screen and (max-width: 1024px) {
  .center_e3ef .tertiary-fd56 .accent-inner-64d0 {
    display: block;
    margin-bottom: 2em;
  }
  .center_e3ef .tertiary-fd56 .accent-inner-64d0:last-child {
    margin-bottom: 0;
  }
}
.stone-22b9 .slider_dark_5f68:last-child,
.center_ed4c .slider_dark_5f68:last-child,
.silver-e130 .slider_dark_5f68:last-child {
  margin-bottom: 0;
}
.stone-22b9 .slider_dark_5f68 .pagination_04b9 .popup-glass-ba45:last-child,
.center_ed4c .slider_dark_5f68 .pagination_04b9 .popup-glass-ba45:last-child,
.silver-e130 .slider_dark_5f68 .pagination_04b9 .popup-glass-ba45:last-child {
  margin-bottom: 0;
}
@media screen and (max-width: 568px) {
  .stone-22b9 .texture-first-2a6e,
  .stone-22b9 .tiny_b40d,
  .center_ed4c .texture-first-2a6e,
  .center_ed4c .tiny_b40d,
  .silver-e130 .texture-first-2a6e,
  .silver-e130 .tiny_b40d {
    text-align: center;
  }
}
@media screen and (max-width: 48em) {
  .title_fa96 .slider_dark_5f68 {
    margin-bottom: 2em;
  }
}
.title_fa96 p:last-child {
  margin-bottom: 0;
}
.title_fa96 li,
.title_fa96 ul {
  list-style: none;
  margin: 0;
}
.title_fa96 ul ul {
  margin-left: 2.617924em;
}
.tooltip-762c {
  font-size: 0.875em;
}

/* css-noise: 835f */
.phantom-card-o2 {
  padding: 0.3rem;
  font-size: 13px;
  line-height: 1.0;
}
