/*!
Theme Name: Customify
Theme URI: https://pressmaximum.header-9b27/customify
Author: WPCustomify
Author URI: https://pressmaximum.header-9b27
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.header-9b27/customify
Version: 0.3.7
License: GNU General Public License v2 or later
License URI: http://www.content_2e0b.tooltip_inner_d9d8/licenses/gpl-2.0.link_de62
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.info-2ac3/, (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.preview_52cd.fluid_f2e9/normalize.tooltip-rough-ff49/
 ======
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.tooltip-rough-ff49 v7.0.0 | MIT License | github.header-9b27/necolas/normalize.tooltip-rough-ff49 */
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;
}
.dark_5579 .surface_f858,
.over_5341,
.north-a594,
.paper-ec81,
.disabled_e7ee,
.layout_4769,
.tabs-338b,
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;
}
.over_5341,
h1 {
  font-size: 2.42em;
  line-height: 1.216;
}
@media screen and (max-width: 1024px) {
  .over_5341,
  h1 {
    font-size: 2.1em;
  }
}
@media screen and (max-width: 568px) {
  .over_5341,
  h1 {
    font-size: 1.8em;
  }
}
.north-a594,
h2 {
  font-size: 2.1em;
  line-height: 1.216;
}
.north-a594 + h3,
h2 + h3 {
  border-top: 1px solid #eaecee;
  padding-top: 0.5407911001em;
}
@media screen and (max-width: 1024px) {
  .north-a594,
  h2 {
    font-size: 1.9em;
  }
}
@media screen and (max-width: 568px) {
  .north-a594,
  h2 {
    font-size: 1.7em;
  }
}
.paper-ec81,
h3 {
  font-size: 1.618em;
}
.dark_5579 .surface_f858,
.disabled_e7ee,
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.chip_4686 {
  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;
}
.column_598a:after,
.column_598a:before,
.info_f5c9:after,
.info_f5c9:before {
  content: "";
  display: table;
}
.column_598a:after,
.info_f5c9:after {
  clear: both;
}
.pattern_3392 {
  float: right;
  margin-right: 0;
}
.modal_complex_885d {
  float: left;
  margin-left: 0;
}
form {
  margin-bottom: 2em;
}
.list_3955 .notice-d1be,
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;
}
.list_3955 .notice-d1be: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;
}
.box_3641 .notice-d1be {
  box-shadow: none;
}
.box_3641
  .notice-d1be
  .focus-4cfa {
  line-height: 2.4em;
  min-height: 2.6em;
  padding-left: 0;
}
.box_3641 .notice-d1be .pagination-pro-d766 {
  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;
}
.box_3641
  .notice-d1be
  .pagination-pro-d766
  b {
  display: none;
}
.box_3641 .section-6b8f {
  border: 1px solid #e5e5e5;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.12) inset;
}
.info-dim-93e3:not(.dropdown_stale_38c0):not(.backdrop-5c9c),
button:not(.dropdown_stale_38c0):not(.backdrop-5c9c),
input[type="button"]:not(.dropdown_stale_38c0):not(
    .backdrop-5c9c
  ),
input[type="reset"]:not(.dropdown_stale_38c0):not(
    .backdrop-5c9c
  ),
input[type="submit"]:not(.dropdown_stale_38c0):not(
    .backdrop-5c9c
  ) {
  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;
}
.info-dim-93e3:not(.dropdown_stale_38c0):not(
    .backdrop-5c9c
  ):hover,
button:not(.dropdown_stale_38c0):not(
    .backdrop-5c9c
  ):hover,
input[type="button"]:not(.dropdown_stale_38c0):not(
    .backdrop-5c9c
  ):hover,
input[type="reset"]:not(.dropdown_stale_38c0):not(
    .backdrop-5c9c
  ):hover,
input[type="submit"]:not(.dropdown_stale_38c0):not(
    .backdrop-5c9c
  ):hover {
  box-shadow: inset 0 0 0 120px rgba(0, 0, 0, 0.18);
  color: #fff;
  outline: 0;
}
.info-dim-93e3:not(.dropdown_stale_38c0):not(
    .backdrop-5c9c
  ):active,
.info-dim-93e3:not(.dropdown_stale_38c0):not(
    .backdrop-5c9c
  ):focus,
button:not(.dropdown_stale_38c0):not(
    .backdrop-5c9c
  ):active,
button:not(.dropdown_stale_38c0):not(
    .backdrop-5c9c
  ):focus,
input[type="button"]:not(.dropdown_stale_38c0):not(
    .backdrop-5c9c
  ):active,
input[type="button"]:not(.dropdown_stale_38c0):not(
    .backdrop-5c9c
  ):focus,
input[type="reset"]:not(.dropdown_stale_38c0):not(
    .backdrop-5c9c
  ):active,
input[type="reset"]:not(.dropdown_stale_38c0):not(
    .backdrop-5c9c
  ):focus,
input[type="submit"]:not(.dropdown_stale_38c0):not(
    .backdrop-5c9c
  ):active,
input[type="submit"]:not(.dropdown_stale_38c0):not(
    .backdrop-5c9c
  ):focus {
  outline: 0;
}
.info-dim-93e3:not(.dropdown_stale_38c0):not(
    .backdrop-5c9c
  ).fn-loading-f516,
button:not(.dropdown_stale_38c0):not(
    .backdrop-5c9c
  ).fn-loading-f516,
input[type="button"]:not(.dropdown_stale_38c0):not(
    .backdrop-5c9c
  ).fn-loading-f516,
input[type="reset"]:not(.dropdown_stale_38c0):not(
    .backdrop-5c9c
  ).fn-loading-f516,
input[type="submit"]:not(.dropdown_stale_38c0):not(
    .backdrop-5c9c
  ).fn-loading-f516 {
  position: relative;
}
.info-dim-93e3:not(.dropdown_stale_38c0):not(
    .backdrop-5c9c
  ).fn-loading-f516
  .frame-4405,
.info-dim-93e3:not(.dropdown_stale_38c0):not(
    .backdrop-5c9c
  ).fn-loading-f516
  .module-tiny-3962,
.info-dim-93e3:not(.dropdown_stale_38c0):not(
    .backdrop-5c9c
  ).fn-loading-f516
  .progress-0c17,
.info-dim-93e3:not(.dropdown_stale_38c0):not(
    .backdrop-5c9c
  ).fn-loading-f516
  i,
.info-dim-93e3:not(.dropdown_stale_38c0):not(
    .backdrop-5c9c
  ).fn-loading-f516
  svg,
button:not(.dropdown_stale_38c0):not(
    .backdrop-5c9c
  ).fn-loading-f516
  .frame-4405,
button:not(.dropdown_stale_38c0):not(
    .backdrop-5c9c
  ).fn-loading-f516
  .module-tiny-3962,
button:not(.dropdown_stale_38c0):not(
    .backdrop-5c9c
  ).fn-loading-f516
  .progress-0c17,
button:not(.dropdown_stale_38c0):not(
    .backdrop-5c9c
  ).fn-loading-f516
  i,
button:not(.dropdown_stale_38c0):not(
    .backdrop-5c9c
  ).fn-loading-f516
  svg,
input[type="button"]:not(.dropdown_stale_38c0):not(
    .backdrop-5c9c
  ).fn-loading-f516
  .frame-4405,
input[type="button"]:not(.dropdown_stale_38c0):not(
    .backdrop-5c9c
  ).fn-loading-f516
  .module-tiny-3962,
input[type="button"]:not(.dropdown_stale_38c0):not(
    .backdrop-5c9c
  ).fn-loading-f516
  .progress-0c17,
input[type="button"]:not(.dropdown_stale_38c0):not(
    .backdrop-5c9c
  ).fn-loading-f516
  i,
input[type="button"]:not(.dropdown_stale_38c0):not(
    .backdrop-5c9c
  ).fn-loading-f516
  svg,
input[type="reset"]:not(.dropdown_stale_38c0):not(
    .backdrop-5c9c
  ).fn-loading-f516
  .frame-4405,
input[type="reset"]:not(.dropdown_stale_38c0):not(
    .backdrop-5c9c
  ).fn-loading-f516
  .module-tiny-3962,
input[type="reset"]:not(.dropdown_stale_38c0):not(
    .backdrop-5c9c
  ).fn-loading-f516
  .progress-0c17,
input[type="reset"]:not(.dropdown_stale_38c0):not(
    .backdrop-5c9c
  ).fn-loading-f516
  i,
input[type="reset"]:not(.dropdown_stale_38c0):not(
    .backdrop-5c9c
  ).fn-loading-f516
  svg,
input[type="submit"]:not(.dropdown_stale_38c0):not(
    .backdrop-5c9c
  ).fn-loading-f516
  .frame-4405,
input[type="submit"]:not(.dropdown_stale_38c0):not(
    .backdrop-5c9c
  ).fn-loading-f516
  .module-tiny-3962,
input[type="submit"]:not(.dropdown_stale_38c0):not(
    .backdrop-5c9c
  ).fn-loading-f516
  .progress-0c17,
input[type="submit"]:not(.dropdown_stale_38c0):not(
    .backdrop-5c9c
  ).fn-loading-f516
  i,
input[type="submit"]:not(.dropdown_stale_38c0):not(
    .backdrop-5c9c
  ).fn-loading-f516
  svg {
  visibility: hidden;
}
.info-dim-93e3:not(.dropdown_stale_38c0):not(
    .backdrop-5c9c
  ).fn-loading-f516:after,
button:not(.dropdown_stale_38c0):not(
    .backdrop-5c9c
  ).fn-loading-f516:after,
input[type="button"]:not(.dropdown_stale_38c0):not(
    .backdrop-5c9c
  ).fn-loading-f516:after,
input[type="reset"]:not(.dropdown_stale_38c0):not(
    .backdrop-5c9c
  ).fn-loading-f516:after,
input[type="submit"]:not(.dropdown_stale_38c0):not(
    .backdrop-5c9c
  ).fn-loading-f516: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;
}
.info-dim-93e3:not(.dropdown_stale_38c0):not(.backdrop-5c9c),
input[type="button"]:not(.dropdown_stale_38c0):not(
    .backdrop-5c9c
  ),
input[type="reset"]:not(.dropdown_stale_38c0):not(
    .backdrop-5c9c
  ),
input[type="submit"]:not(.dropdown_stale_38c0):not(
    .backdrop-5c9c
  ) {
  color: #fff;
  background: #235787;
}
.info-dim-93e3:not(.dropdown_stale_38c0):not(
    .backdrop-5c9c
  ):focus,
input[type="button"]:not(.dropdown_stale_38c0):not(
    .backdrop-5c9c
  ):focus,
input[type="reset"]:not(.dropdown_stale_38c0):not(
    .backdrop-5c9c
  ):focus,
input[type="submit"]:not(.dropdown_stale_38c0):not(
    .backdrop-5c9c
  ):focus {
  color: #fff;
}
.info-dim-93e3.fn-disabled-f516:not(.dropdown_stale_38c0):not(
    .backdrop-5c9c
  ),
.info-dim-93e3[disabled]:not(.dropdown_stale_38c0):not(
    .backdrop-5c9c
  ),
button.fn-disabled-f516:not(.dropdown_stale_38c0):not(
    .backdrop-5c9c
  ),
button[disabled]:not(.dropdown_stale_38c0):not(
    .backdrop-5c9c
  ) {
  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;
}
.message-ab6f {
  clip: rect(1px, 1px, 1px, 1px);
  position: absolute !important;
  height: 1px;
  width: 1px;
  overflow: hidden;
  word-con: normal !important;
}
.message-ab6f: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;
}
.input_upper_55df {
  display: inline;
  float: left;
  margin-right: 1.41575em;
}
.widget-818d {
  display: inline;
  float: right;
  margin-left: 1.41575em;
}
.bottom-8fed {
  clear: both;
  display: block;
  margin: 0 auto;
}
.column_598a:after,
.column_598a:before,
.clean_b153:after,
.clean_b153:before,
.west_3517:after,
.west_3517:before,
.header-dim-c97a:after,
.header-dim-c97a:before,
.secondary-5b77:after,
.secondary-5b77:before,
.bottom_7c09:after,
.bottom_7c09:before {
  content: "";
  display: table;
  table-layout: fixed;
}
.column_598a:after,
.clean_b153:after,
.west_3517:after,
.header-dim-c97a:after,
.secondary-5b77:after,
.bottom_7c09:after {
  clear: both;
}
.clean_b153 .label_e28d,
.west_3517 .label_e28d,
.box-top-0e52 .label_e28d {
  border: none;
  margin-bottom: 0;
  margin-top: 0;
  padding: 0;
}
embed,
iframe,
object {
  max-width: 100%;
}
.column-e134 {
  display: inline-block;
}
.slider-10c5 {
  margin-bottom: 1.41575em;
  max-width: 100%;
}
.slider-10c5 img[class*="wp-image-"] {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.slider-10c5 .info-3dca {
  padding: 1em 0;
  font-size: 85%;
}
.info-3dca {
  text-align: left;
  font-style: italic;
  color: #999;
}
.photo-f8dd {
  margin-bottom: 1.5em;
  margin-bottom: 1.41575em;
}
.photo-f8dd:after,
.photo-f8dd:before {
  content: "";
  display: table;
}
.photo-f8dd:after {
  clear: both;
}
.over-a88a {
  display: inline-block;
  text-align: center;
  vertical-align: top;
  width: 100%;
}
.old-33ed .over-a88a {
  max-width: 50%;
}
.first-630c .over-a88a {
  max-width: 33.33%;
}
.middle-965e .over-a88a {
  max-width: 25%;
}
.disabled-gold-7867 .over-a88a {
  max-width: 20%;
}
.search_small_28c3 .over-a88a {
  max-width: 16.66%;
}
.under_1648 .over-a88a {
  max-width: 14.28%;
}
.article_d2d5 .over-a88a {
  max-width: 12.5%;
}
.hover-iron-52e5 .over-a88a {
  max-width: 11.11%;
}
.texture_hovered_050f {
  display: block;
}
.dark_5579 .picture-dff6 label,
.dark_5579 .description_fast_ecf4 label,
.dark_5579 .description-wide-fcaa label,
.dark_5579 .under-aaf3 label {
  text-transform: uppercase;
  letter-spacing: 0.5px;
  font-size: 0.85em;
}
.widget-6e1f {
  list-style: none;
  margin: 0;
}
.widget-6e1f article.surface-8af3 {
  margin-bottom: 0;
}
.widget-6e1f ul {
  list-style: none;
  margin: 0;
}
.widget-6e1f .advanced_e6d5 li.surface-8af3 {
  padding-left: 30px;
}
@media screen and (min-width: 64em) {
  .widget-6e1f .advanced_e6d5 li.surface-8af3 {
    padding-left: 85px;
    border-left: 1px solid #eaecee;
    position: relative;
    width: 100%;
  }
  .widget-6e1f .advanced_e6d5 li.surface-8af3: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) {
  .widget-6e1f .advanced_e6d5 li.surface-8af3 li.surface-8af3 li.surface-8af3 li.surface-8af3 {
    padding-left: 0;
  }
}
article.surface-8af3 {
  padding: 1.618em 0;
  margin-bottom: 1.618em;
}
article.surface-8af3 .clean_b153 p:last-of-type {
  margin-bottom: 0;
}
article.surface-8af3 .gold-d11f {
  float: left;
}
article.surface-8af3 .fresh-d055 {
  margin-left: 85px;
}
article.surface-8af3 .shade-6ebd {
  display: block;
  margin: 12px 0 12px;
  padding-bottom: 4px;
  border-bottom: 1px solid #eaecee;
}
article.surface-8af3 .shade-6ebd .wrapper_complex_5886 {
  margin-left: 10px;
}
article.surface-8af3 .icon-yellow-8eaa {
  font-weight: 500;
  text-transform: uppercase;
  line-height: 1;
  font-style: normal;
}
article.surface-8af3 .outline_63a7 {
  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 .picture-dff6,
  #respond .description-wide-fcaa,
  #respond .under-aaf3 {
    width: 29.4117647059%;
    margin-right: 5.8823529412%;
    float: left;
  }
}
#respond .picture-dff6 input,
#respond .description-wide-fcaa input,
#respond .under-aaf3 input {
  width: 100%;
}
#respond .under-aaf3 {
  margin-right: 0;
}
#respond .info_new_7338 #wp-comment-cookies-consent {
  position: relative;
  top: -1px;
  margin-right: 5px;
}
.secondary-bottom-a5e3 {
  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;
}
.secondary-bottom-a5e3.gas_4cb9 {
  width: 36px;
  height: 36px;
  min-height: 36px;
  font-size: 1.1em;
}
.secondary-bottom-a5e3 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%);
}
.secondary-bottom-a5e3:focus,
.secondary-bottom-a5e3: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);
}
.aside-7003 {
  border-radius: 10%;
}
.grid_9350 {
  border-radius: 50%;
}
.upper_ba18 {
  font-size: 0.72em;
}
.west_de13 {
  font-size: 0.875em;
}
.texture_right_1fbe {
  font-size: 1.1em;
}
.grid_simple_ca6a {
  text-transform: uppercase;
  line-height: 1.2;
}
.grid_simple_ca6a.upper_ba18 {
  letter-spacing: 0.5px;
}
.link_a100,
.link_a100 a {
  color: #6d6d6d;
}
.link_a100 a:hover {
  color: #111;
}
.detail_in_e65e {
  color: #6d6d6d;
}
.grid-9b1a {
  overflow-x: hidden;
}
.grid-9b1a .content_outer_ccf6.module_steel_599d {
  position: relative;
}
.grid-9b1a .content_outer_ccf6.module_steel_599d.purple-0665 {
  position: initial;
}
.grid-9b1a
  .content_outer_ccf6.module_steel_599d.purple-0665
  .primary_a51f {
  left: auto;
}
.grid-9b1a .content_outer_ccf6 .primary_a51f {
  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;
}
.grid-9b1a .content_outer_ccf6:hover.module_steel_599d {
  -webkit-transition-delay: 0s !important;
  transition-delay: 0s !important;
  outline: 1px solid #0073aa;
  outline-offset: -1px;
}
.grid-9b1a
  .content_outer_ccf6:hover.module_steel_599d
  .primary_a51f {
  display: block;
  z-index: 9999999;
}
.grid-9b1a .warm_25f2 .first_48dc,
.grid-9b1a .background-lower-c017 .first_48dc {
  display: none;
}
.grid-9b1a .box_b309 .content_outer_ccf6:hover.module_steel_599d {
  outline: 1px dashed #ff472e;
  outline-offset: -1px;
}
.dark_5579 .picture-dff6 label,
.dark_5579 .description_fast_ecf4 label,
.dark_5579 .description-wide-fcaa label,
.dark_5579 .under-aaf3 label {
  text-transform: uppercase;
  letter-spacing: 0.5px;
  font-size: 0.85em;
}
.widget-6e1f {
  list-style: none;
  margin: 0;
}
.widget-6e1f article.surface-8af3 {
  margin-bottom: 0;
}
.widget-6e1f ul {
  list-style: none;
  margin: 0;
}
.widget-6e1f .advanced_e6d5 li.surface-8af3 {
  padding-left: 30px;
}
@media screen and (min-width: 64em) {
  .widget-6e1f .advanced_e6d5 li.surface-8af3 {
    padding-left: 85px;
    border-left: 1px solid #eaecee;
    position: relative;
    width: 100%;
  }
  .widget-6e1f .advanced_e6d5 li.surface-8af3: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) {
  .widget-6e1f .advanced_e6d5 li.surface-8af3 li.surface-8af3 li.surface-8af3 li.surface-8af3 {
    padding-left: 0;
  }
}
article.surface-8af3 {
  padding: 1.618em 0;
  margin-bottom: 1.618em;
}
article.surface-8af3 .clean_b153 p:last-of-type {
  margin-bottom: 0;
}
article.surface-8af3 .gold-d11f {
  float: left;
}
article.surface-8af3 .fresh-d055 {
  margin-left: 85px;
}
article.surface-8af3 .shade-6ebd {
  display: block;
  margin: 12px 0 12px;
  padding-bottom: 4px;
  border-bottom: 1px solid #eaecee;
}
article.surface-8af3 .shade-6ebd .wrapper_complex_5886 {
  margin-left: 10px;
}
article.surface-8af3 .icon-yellow-8eaa {
  font-weight: 500;
  text-transform: uppercase;
  line-height: 1;
  font-style: normal;
}
article.surface-8af3 .outline_63a7 {
  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 .picture-dff6,
  #respond .description-wide-fcaa,
  #respond .under-aaf3 {
    width: 29.4117647059%;
    margin-right: 5.8823529412%;
    float: left;
  }
}
#respond .picture-dff6 input,
#respond .description-wide-fcaa input,
#respond .under-aaf3 input {
  width: 100%;
}
#respond .under-aaf3 {
  margin-right: 0;
}
#respond .info_new_7338 #wp-comment-cookies-consent {
  position: relative;
  top: -1px;
  margin-right: 5px;
}
.warm_25f2 .overlay-north-12a9 {
  color: rgba(255, 255, 255, 0.99);
  background: rgba(0, 0, 0, 0.9);
}
.overlay-north-12a9 .accordion_smooth_a698.text_e3b0 .huge-88be > li > a:focus,
.overlay-north-12a9 .accordion_smooth_a698.text_e3b0 .huge-88be > li > a:hover,
.overlay-north-12a9 .accordion_smooth_a698.full_e7fb .huge-88be > li > a:focus,
.overlay-north-12a9 .accordion_smooth_a698.full_e7fb .huge-88be > li > a:hover,
.overlay-north-12a9 .accordion_smooth_a698.column_huge_39f1 .huge-88be > li > a:focus,
.overlay-north-12a9 .accordion_smooth_a698.column_huge_39f1 .huge-88be > li > a:hover {
  color: rgba(255, 255, 255, 0.99);
}
.overlay-north-12a9
  .accordion_smooth_a698.text_e3b0
  .huge-88be
  > li.wrapper_fresh_19c3
  > a,
.overlay-north-12a9
  .accordion_smooth_a698.text_e3b0
  .huge-88be
  > li.wood_5162
  > a,
.overlay-north-12a9
  .accordion_smooth_a698.full_e7fb
  .huge-88be
  > li.wrapper_fresh_19c3
  > a,
.overlay-north-12a9
  .accordion_smooth_a698.full_e7fb
  .huge-88be
  > li.wood_5162
  > a,
.overlay-north-12a9
  .accordion_smooth_a698.column_huge_39f1
  .huge-88be
  > li.wrapper_fresh_19c3
  > a,
.overlay-north-12a9 .accordion_smooth_a698.column_huge_39f1 .huge-88be > li.outline_bf32 > a {
  color: rgba(255, 255, 255, 0.99);
}
.overlay-north-12a9 .center-4585,
.overlay-north-12a9 .center-4585 a {
  color: rgba(255, 255, 255, 0.99);
}
.overlay-north-12a9 .content-4d01.smooth-562c li a,
.overlay-north-12a9 .info_c6d1 a,
.overlay-north-12a9 .breadcrumb-clean-81f6,
.overlay-north-12a9 .huge-88be > li > a,
.overlay-north-12a9 .east_4323 {
  color: rgba(255, 255, 255, 0.79);
}
.overlay-north-12a9 .content-4d01.smooth-562c li a:hover,
.overlay-north-12a9 .info_c6d1 a:hover,
.overlay-north-12a9 .breadcrumb-clean-81f6:hover,
.overlay-north-12a9 .huge-88be > li > a:hover,
.overlay-north-12a9 .east_4323:hover {
  color: rgba(255, 255, 255, 0.99);
}
.overlay-north-12a9 .widget_pro_3d4d {
  color: rgba(255, 255, 255, 0.79);
}
.overlay-north-12a9 .widget_pro_3d4d .avatar-eb51 {
  color: rgba(255, 255, 255, 0.99);
}
.overlay-north-12a9 .widget_pro_3d4d:hover {
  color: rgba(255, 255, 255, 0.99);
}
.overlay-north-12a9 .accordion_3426 .rough_804d {
  background: rgba(255, 255, 255, 0.03);
  border-color: rgba(255, 255, 255, 0.08);
  color: rgba(255, 255, 255, 0.79);
}
.overlay-north-12a9 .accordion_3426 .rough_804d .wood-ffbf {
  color: rgba(255, 255, 255, 0.79);
}
.overlay-north-12a9
  .accordion_3426
  .rough_804d
  .wood-ffbf::-webkit-input-placeholder {
  color: rgba(255, 255, 255, 0.79);
}
.overlay-north-12a9
  .accordion_3426
  .rough_804d
  .wood-ffbf:-ms-input-placeholder {
  color: rgba(255, 255, 255, 0.79);
}
.overlay-north-12a9
  .accordion_3426
  .rough_804d
  .wood-ffbf::-ms-input-placeholder {
  color: rgba(255, 255, 255, 0.79);
}
.overlay-north-12a9
  .accordion_3426
  .rough_804d
  .wood-ffbf::placeholder {
  color: rgba(255, 255, 255, 0.79);
}
.overlay-north-12a9 .accordion_3426 .link-plasma-7a39 {
  color: rgba(255, 255, 255, 0.79);
}
.overlay-north-12a9 .accordion_3426 .link-plasma-7a39:hover {
  color: rgba(255, 255, 255, 0.99);
}
.west-18c0
  .overlay-north-12a9
  .accordion_3426
  .middle_9974
  .banner-red-dfd3 {
  background-color: rgba(255, 255, 255, 0.03);
  border-color: rgba(255, 255, 255, 0.08);
  color: rgba(255, 255, 255, 0.79);
}
.west-18c0
  .overlay-north-12a9
  .accordion_3426
  .middle_9974
  .wood-ffbf {
  background-color: rgba(255, 255, 255, 0.03) !important;
  border-color: rgba(255, 255, 255, 0.08);
  color: rgba(255, 255, 255, 0.79);
}
.warm_25f2 .label-hard-0df0 {
  color: rgba(0, 0, 0, 0.6);
  background: rgba(255, 255, 255, 0.9);
}
.label-hard-0df0 .accordion_smooth_a698.text_e3b0 .huge-88be > li > a:focus,
.label-hard-0df0 .accordion_smooth_a698.text_e3b0 .huge-88be > li > a:hover,
.label-hard-0df0 .accordion_smooth_a698.full_e7fb .huge-88be > li > a:focus,
.label-hard-0df0 .accordion_smooth_a698.full_e7fb .huge-88be > li > a:hover,
.label-hard-0df0 .accordion_smooth_a698.column_huge_39f1 .huge-88be > li > a:focus,
.label-hard-0df0 .accordion_smooth_a698.column_huge_39f1 .huge-88be > li > a:hover {
  color: rgba(0, 0, 0, 0.8);
}
.label-hard-0df0
  .accordion_smooth_a698.text_e3b0
  .huge-88be
  > li.wrapper_fresh_19c3
  > a,
.label-hard-0df0
  .accordion_smooth_a698.text_e3b0
  .huge-88be
  > li.wood_5162
  > a,
.label-hard-0df0
  .accordion_smooth_a698.full_e7fb
  .huge-88be
  > li.wrapper_fresh_19c3
  > a,
.label-hard-0df0
  .accordion_smooth_a698.full_e7fb
  .huge-88be
  > li.wood_5162
  > a,
.label-hard-0df0
  .accordion_smooth_a698.column_huge_39f1
  .huge-88be
  > li.wrapper_fresh_19c3
  > a,
.label-hard-0df0 .accordion_smooth_a698.column_huge_39f1 .huge-88be > li.outline_bf32 > a {
  color: rgba(0, 0, 0, 0.8);
}
.label-hard-0df0 .center-4585,
.label-hard-0df0 .center-4585 a {
  color: rgba(0, 0, 0, 0.8);
}
.label-hard-0df0 .content-4d01.smooth-562c li a,
.label-hard-0df0 .info_c6d1 a,
.label-hard-0df0 .breadcrumb-clean-81f6,
.label-hard-0df0 .huge-88be > li > a,
.label-hard-0df0 .east_4323 {
  color: rgba(0, 0, 0, 0.55);
}
.label-hard-0df0 .content-4d01.smooth-562c li a:hover,
.label-hard-0df0 .info_c6d1 a:hover,
.label-hard-0df0 .breadcrumb-clean-81f6:hover,
.label-hard-0df0 .huge-88be > li > a:hover,
.label-hard-0df0 .east_4323:hover {
  color: rgba(0, 0, 0, 0.8);
}
.label-hard-0df0 .widget_pro_3d4d {
  color: rgba(0, 0, 0, 0.55);
}
.label-hard-0df0 .widget_pro_3d4d .avatar-eb51 {
  color: rgba(0, 0, 0, 0.8);
}
.label-hard-0df0 .widget_pro_3d4d:hover {
  color: rgba(0, 0, 0, 0.8);
}
.footer_554b .status-39cb {
  margin-left: auto;
  margin-right: auto;
}
.west_3517 > * {
  margin-left: auto;
  margin-right: auto;
}
.west_3517 .input_upper_55df {
  margin-right: 1.41575em;
}
.middle_7fed .west_3517 > .hover-b942 {
  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;
}
.middle_7fed .west_3517 > .narrow-17e4 {
  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;
}
.element_3836.footer_554b .status-39cb,
.background-red-2d94.footer_554b .status-39cb {
  margin-left: 0;
}
.content-b8ce.footer_554b .status-39cb,
.tertiary_upper_8a58.footer_554b .status-39cb {
  margin-right: 0;
}
.west_3517 ol,
.west_3517 ul {
  margin: 1.5em auto;
  list-style-position: outside;
}
.wrapper_lite_8d40 video {
  max-width: 100%;
}
.left-c7d1 img {
  display: block;
}
.left-c7d1.input_upper_55df,
.left-c7d1.widget-818d {
  width: 100%;
}
.left-c7d1.narrow-17e4 img {
  width: 100vw;
  width: calc(var(--vw, 1vw) * 100);
}
.mini-3350:not(.motion-4ced) {
  margin: 1.5em auto;
}
.container_eb2d p {
  padding: 1.5em 14px;
}
ul.text-e680.narrow-17e4,
ul.text-e680.hover-b942,
ul.text-e680.message_thick_c9ca.hover-b942 {
  padding: 0 14px;
}
.column_clean_ff80 {
  display: block;
  overflow-x: auto;
}
.column_clean_ff80 table {
  border-collapse: collapse;
  width: 100%;
}
.column_clean_ff80 td,
.column_clean_ff80 th {
  padding: 0.5em;
}
.west_3517 li {
  margin-left: 2.5em;
  margin-bottom: 6px;
}
.west_3517 ol ol,
.west_3517 ol ul,
.west_3517 ul ol,
.west_3517 ul ul {
  margin-bottom: 0;
  margin-top: 0;
  margin-left: 2.5em;
}
.west_3517 ol ol li,
.west_3517 ol ul li,
.west_3517 ul ol li,
.west_3517 ul ul li {
  margin-left: 0;
}
.pattern_action_22da.banner-df37 > .active-7655 {
  position: relative;
  width: 100%;
  height: 0;
  padding-top: 56.25%;
}
.pattern_action_22da.banner-df37 > .active-7655 iframe,
.pattern_action_22da.banner-df37 > .active-7655 > object {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}
.wood-5580 {
  border-left-width: 4px;
  border-left-color: currentColor;
}
.wood-5580.panel-71ed {
  padding: 0;
}
.wood-5580.panel-71ed cite {
  font-size: 13px;
}
.wood-5580 > * {
  margin-left: 16px;
  margin-right: 16px;
}
.wood-5580 cite {
  font-style: normal;
  margin-top: 1em;
  position: relative;
  font-size: 13px;
}
.tall-9d08 {
  border-bottom: 4px solid currentColor;
  border-top: 4px solid currentColor;
  margin-left: 0;
  margin-right: 0;
  padding: 3em 0;
  text-align: center;
}
.tall-9d08 > p:first-child {
  margin-top: 0;
}
.tall-9d08 cite {
  font-size: 13px;
  font-style: normal;
  text-transform: uppercase;
}
.tall-9d08 blockquote {
  border-left: 0;
}
.easy-0039 {
  margin: 3em auto;
  border: none;
  border-bottom: 2px solid currentColor;
}
.easy-0039:not(.info_a940) {
  max-width: 100px;
}
.easy-0039.tooltip-stale-a349 {
  border-bottom: none !important;
  text-align: center;
}
.easy-0039.tooltip-stale-a349::before {
  padding-left: 0;
  font-size: 30px;
}
@media screen and (min-width: 768px) {
  .container_eb2d p {
    padding: 1.5em 0;
  }
}
.slow-3f2c {
  color: #0073aa;
}
.caption-south-ecee {
  background-color: #0073aa;
}
.warm_b96b {
  color: #229fd8;
}
.paragraph-7d70 {
  background-color: #229fd8;
}
.frame_new_052d {
  color: #eee;
}
.up-c05c {
  background-color: #eee;
}
.overlay-d6be {
  color: #444;
}
.video-fixed-1a82 {
  background-color: #444;
}
.stone-900d {
  padding: 0;
  -webkit-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  text-size-adjust: 100%;
  line-height: 13px;
}
.stone-900d .north_38f5 .info_c6d1 {
  font-size: 15px;
}
.stone-900d .info_c6d1 {
  line-height: 1.3;
}
.stone-900d .label-hard-0df0 {
}
.stone-900d .overlay-north-12a9 {
  background: #235787;
}
.article_pro_6d03 {
  padding: 0;
}
.article_pro_6d03 .overlay-north-12a9 {
  background: #1a1a1a;
}
.article_pro_6d03 .label-hard-0df0 {
  box-shadow: 0 1px 2px 0 #e1e5ea;
  background: #fff;
}
.caption-orange-dbdf {
  padding: 0;
  border-left: none;
  border-right: none;
}
.caption-orange-dbdf .label-hard-0df0 {
  box-shadow: 0 1px 2px 0 #e1e5ea;
}
.caption-orange-dbdf .overlay-north-12a9 {
  background: #303030;
}
.bottom_7c09 {
  position: relative;
  z-index: 10;
}
.bottom_7c09 .surface_8f83 {
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
  -webkit-box-pack: center;
  justify-content: center;
}
.detail_stone_a46f .module_steel_599d {
  display: inline-block;
  vertical-align: middle;
}
.detail_stone_a46f.avatar_orange_2e67 .module_steel_599d {
  margin-right: 1em;
}
@media screen and (max-width: 1024px) {
  .detail_stone_a46f.avatar_orange_2e67 .module_steel_599d {
    margin-right: 1em;
  }
}
@media screen and (max-width: 568px) {
  .detail_stone_a46f.avatar_orange_2e67 .module_steel_599d {
    margin-right: 0.4em;
  }
}
.detail_stone_a46f.avatar_orange_2e67 .module_steel_599d:last-child {
  margin-right: 0;
}
.light-fe4b .surface_8f83 {
  max-width: initial;
}
@media screen and (min-width: 1025px) {
  .warm_25f2 .north_38f5 {
    margin: 0 -0.5em;
  }
  .warm_25f2 .north_38f5 [class*="customify-col-"],
  .warm_25f2 .north_38f5 [class*="customify-col_"],
  .warm_25f2 .north_38f5 [class~="customify-col-"] {
    padding-left: 0.5em;
    padding-right: 0.5em;
  }
}
.warm_25f2.inner_4c6d .surface_8f83 {
  background: 0 0 !important;
}
.warm_25f2.inner_4c6d .surface_8f83,
.warm_25f2.light-fe4b .surface_8f83 {
  border: 0 none !important;
  box-shadow: none !important;
}
@media screen and (min-width: 1025px) {
  .warm_25f2.aside-liquid-696d {
    background: 0 0 !important;
    border: 0 none;
    box-shadow: none !important;
  }
}
.warm_25f2.light-fe4b .surface_8f83 {
  box-shadow: none !important;
}
.outline_165f {
  padding: 21px 0 22px;
  border-bottom: 1px solid #eaecee;
  word-break: break-word;
  background: #f9f9f9;
}
@media screen and (max-width: 1024px) {
  .outline_165f {
    padding: 19px 0 20px;
  }
}
@media screen and (max-width: 568px) {
  .outline_165f {
    padding: 18px 0 20px;
  }
}
.outline_165f .backdrop-yellow-ca67 {
  width: 100%;
}
.outline_165f .paper_e060 {
  margin-bottom: 0;
}
.outline_165f .row-3b29 {
  margin-top: 5px;
  font-size: 0.875em;
}
.media_simple_86ee {
  padding: 9px 0 9px;
  border-bottom: 1px solid #eaecee;
  color: #6d6d6d;
  line-height: 1.6;
  background: #fff;
}
.media_simple_86ee .link-tall-40d8 {
  width: 100%;
}
.feature-yellow-2f60 {
  list-style: none;
  margin: 0 1em;
  padding: 0;
}
.feature-yellow-2f60 li {
  display: inline-block;
  position: relative;
  padding-right: 10px;
}
.feature-yellow-2f60 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;
}
.feature-yellow-2f60 li:last-child:after {
  display: none;
}
.feature-yellow-2f60 li a {
  font-weight: 500;
  margin-right: 10px;
}
.old-355e .first_48dc button,
.outline_165f .first_48dc button {
  left: 0;
}
.old-355e .link-tall-40d8,
.outline_165f .link-tall-40d8 {
  padding-left: 0;
  padding-right: 0;
}
.old-355e .media_simple_86ee,
.outline_165f .media_simple_86ee {
  border-bottom: none;
  padding-bottom: 0;
  background: 0 0;
}
.old-355e {
  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;
}
.old-355e: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;
}
.old-355e .item-0f2b {
  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) {
  .old-355e .item-0f2b {
    min-height: 300px;
  }
}
@media screen and (max-width: 1024px) {
  .old-355e .item-0f2b {
    min-height: 250px;
    padding: 1em 15px;
  }
}
@media screen and (max-width: 568px) {
  .old-355e .item-0f2b {
    min-height: 200px;
  }
}
.old-355e .feature-yellow-2f60 {
  color: rgba(255, 255, 255, 0.8);
}
.old-355e .feature-yellow-2f60 a,
.old-355e .feature-yellow-2f60 li:after {
  color: inherit;
}
.old-355e .feature-yellow-2f60 a:hover {
  color: rgba(255, 255, 255, 0.8);
}
.brown-e835 {
  margin-bottom: 0.5em;
}
.static_2223 {
  margin-bottom: 1.2em;
}
.static_2223,
.brown-e835 {
  display: inline-block;
  position: relative;
  color: rgba(255, 255, 255, 0.99);
  z-index: 5;
}
.static_2223 p:last-child,
.brown-e835 p:last-child {
  margin-bottom: 0;
}
#header-menu-sidebar .first_48dc,
#masthead .first_48dc {
  display: none;
}
#masthead
  > .first_48dc.silver_4e4b {
  display: none;
}
#masthead > .first_48dc button {
  left: 0;
}
.input-rough-95ce {
  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%;
}
.input-rough-95ce .module_steel_599d {
  display: -webkit-inline-box;
  display: inline-flex;
  -webkit-box-align: center;
  align-items: center;
  margin-left: 0.5em;
  margin-right: 0.5em;
}
.input-rough-95ce .hidden-current-d2eb {
  display: -webkit-box;
  display: flex;
}
.input-rough-95ce .hidden-current-d2eb.hovered_1e21 {
  -webkit-box-pack: center;
  justify-content: center;
  margin-left: 1em;
  margin-right: 1em;
}
.input-rough-95ce .hidden-current-d2eb.table-green-264a {
  -webkit-box-pack: start;
  justify-content: flex-start;
  margin-right: auto;
  -webkit-box-flex: 1;
  flex: 1 1 0;
}
.input-rough-95ce .hidden-current-d2eb.outline-solid-3b73 {
  margin-left: auto;
  -webkit-box-pack: end;
  justify-content: flex-end;
  -webkit-box-flex: 1;
  flex: 1 1 0;
}
.input-rough-95ce.warm_07b6.accent_huge_6e5a .hidden-current-d2eb.hovered_1e21 {
  flex-basis: 100%;
}
.input-rough-95ce.media-e71b .hidden-current-d2eb.table-green-264a {
  -webkit-box-flex: 1;
  flex: auto;
}
.input-rough-95ce.media-e71b .hidden-current-d2eb.outline-solid-3b73 {
  -webkit-box-flex: 1;
  flex: auto;
}
#masthead
  > .first_48dc.silver_4e4b {
  display: none;
}
#masthead > .first_48dc button {
  left: 0;
}
.background-plasma-ef71 {
  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;
}
.background-plasma-ef71:hover {
  box-shadow: inset 0 0 0 120px rgba(0, 0, 0, 0.18);
  color: #fff;
}
.background-plasma-ef71.smooth-b37e i {
  margin-right: 4px;
}
.background-plasma-ef71.shade_eb97 i {
  margin-left: 5px;
}
.info_c6d1 p {
  font-weight: 500;
  text-transform: uppercase;
  font-size: 13px;
}
.info_c6d1 p:last-child {
  margin-bottom: 0;
}
.component-soft-d3e3 {
  display: -webkit-box;
  display: flex;
  line-height: 0.9;
  vertical-align: middle;
}
.component-soft-d3e3 a {
  display: inline-block;
  text-transform: uppercase;
  letter-spacing: 0.4px;
  font-weight: 600;
}
.component-soft-d3e3 img {
  display: block;
  width: auto;
  line-height: 1;
}
.component-soft-d3e3 .center-4585 {
  font-size: 1.5em;
  margin: 0;
  font-weight: 600;
  line-height: 1.216;
}
.component-soft-d3e3 .text-b8fc {
  margin: 5px 0 7px 0;
}
.component-soft-d3e3.dark-bf11 .block-gold-c6d5 {
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
  -webkit-box-pack: center;
  justify-content: center;
}
.component-soft-d3e3.dark-bf11 .green_80dd {
  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;
}
.component-soft-d3e3.thumbnail_9131 {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  flex-direction: row-reverse;
}
.component-soft-d3e3.thumbnail_9131 .block-gold-c6d5 {
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
  -webkit-box-pack: center;
  justify-content: center;
}
.component-soft-d3e3.thumbnail_9131 .green_80dd {
  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;
}
.component-soft-d3e3.slider-cb9b {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
}
.component-soft-d3e3.container_fresh_5f5b {
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
  flex-direction: column-reverse;
}
.component-soft-d3e3.container_fresh_5f5b .green_80dd {
  margin-top: 7px;
}
.footer-upper-d0a6 {
  display: inline-block;
}
.bottom_7c09 .aside-7cdc .component-soft-d3e3 img {
  max-width: 100%;
}
.accordion_smooth_a698 .over_e905.brown_a98d,
.sidebar-complex-372c .over_e905.brown_a98d {
  position: relative;
  display: -webkit-inline-box;
  display: inline-flex;
  -webkit-box-align: center;
  align-items: center;
}
.accordion_smooth_a698 .active-rough-f7ac,
.sidebar-complex-372c .active-rough-f7ac {
  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%);
}
.accordion_smooth_a698 .active-rough-f7ac {
  display: inline;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-decoration: none !important;
}
.accordion_smooth_a698.caption_tiny_04aa .active-rough-f7ac {
  display: none;
}
.accordion_smooth_a698 .over-0c8e {
  list-style: none;
  padding: 0;
  margin: 0;
}
.accordion_smooth_a698 .over-0c8e li {
  display: inline-block;
  position: relative;
}
.accordion_smooth_a698 .over-0c8e li:last-child {
  margin-right: 0;
}
.accordion_smooth_a698 .over-0c8e 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;
}
.accordion_smooth_a698 .over-0c8e li.outline_bf32 > a {
  color: rgba(0, 0, 0, 0.9);
}
.accordion_smooth_a698 .over-0c8e > 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;
}
.accordion_smooth_a698 .over-0c8e > li > a i {
  line-height: 0;
}
.accordion_smooth_a698 .over-0c8e > li.caption-first-ee5b > a .active-rough-f7ac {
  margin-left: 4px;
  line-height: 0;
}
.accordion_smooth_a698 .over-0c8e .wrapper-white-8c2f li.caption-first-ee5b > a {
  position: relative;
}
.accordion_smooth_a698 .over-0c8e .wrapper-white-8c2f li.caption-first-ee5b > a:after,
.accordion_smooth_a698 .over-0c8e .wrapper-white-8c2f li.caption-first-ee5b > a:before {
  content: "";
  display: table;
}
.accordion_smooth_a698 .over-0c8e .wrapper-white-8c2f li.caption-first-ee5b > a:after {
  clear: both;
}
.accordion_smooth_a698 .over-0c8e .wrapper-white-8c2f li.caption-first-ee5b > a .active-rough-f7ac {
  margin-left: 5px;
  float: right;
}
.accordion_smooth_a698 .cool-f90a,
.accordion_smooth_a698 .wrapper-white-8c2f {
  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;
}
.accordion_smooth_a698 .wrapper-white-8c2f {
  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;
}
.accordion_smooth_a698 .wrapper-white-8c2f .brown_a98d {
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: justify;
  justify-content: space-between;
}
.accordion_smooth_a698 .wrapper-white-8c2f .active-rough-f7ac {
  -webkit-transform: rotate(135deg) translateY(0);
  -ms-transform: rotate(135deg) translateY(0);
  transform: rotate(135deg) translateY(0);
}
.accordion_smooth_a698 .wrapper-white-8c2f li {
  display: block;
  margin: 0;
  padding: 0;
}
.accordion_smooth_a698 .wrapper-white-8c2f 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;
}
.accordion_smooth_a698 .wrapper-white-8c2f li a:hover {
  background: rgba(0, 0, 0, 0.015);
  color: rgba(0, 0, 0, 0.8);
}
.accordion_smooth_a698 .wrapper-white-8c2f .wrapper-white-8c2f {
  top: 0;
  left: 100%;
}
.accordion_smooth_a698 .avatar_91a0.fn-focus-f516 > .cool-f90a,
.accordion_smooth_a698 .avatar_91a0.fn-focus-f516 > .wrapper-white-8c2f,
.accordion_smooth_a698 .avatar_91a0:focus > .cool-f90a,
.accordion_smooth_a698 .avatar_91a0:focus > .wrapper-white-8c2f,
.accordion_smooth_a698 .avatar_91a0:hover > .cool-f90a,
.accordion_smooth_a698 .avatar_91a0:hover > .wrapper-white-8c2f {
  height: auto;
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
  overflow: initial;
  visibility: visible;
  opacity: 1;
}
.accordion_smooth_a698.column_huge_39f1 .huge-88be:after,
.accordion_smooth_a698.column_huge_39f1 .huge-88be:before {
  content: "";
  display: table;
}
.accordion_smooth_a698.column_huge_39f1 .huge-88be:after {
  clear: both;
}
.accordion_smooth_a698.column_huge_39f1 .huge-88be > li {
  float: left;
}
.accordion_smooth_a698.brown_9030 .huge-88be:after,
.accordion_smooth_a698.brown_9030 .huge-88be:before {
  content: "";
  display: table;
}
.accordion_smooth_a698.brown_9030 .huge-88be:after {
  clear: both;
}
.accordion_smooth_a698.brown_9030 .huge-88be > li {
  float: left;
}
.accordion_smooth_a698.brown_9030 .huge-88be > li > a {
  background: 0 0;
  display: -webkit-inline-box;
  display: inline-flex;
  vertical-align: middle;
  -webkit-box-align: center;
  align-items: center;
}
.accordion_smooth_a698.brown_9030 .huge-88be > li > a:hover {
  color: #fff;
  background-color: #1e4b75;
}
.accordion_smooth_a698.brown_9030 .huge-88be > li.wrapper_fresh_19c3 > a,
.accordion_smooth_a698.brown_9030 .huge-88be > li.outline_bf32 > a {
  color: #fff;
  background-color: #1e4b75;
}
.accordion_smooth_a698.text_e3b0 .huge-88be > li > a .brown_a98d {
  position: relative;
}
.accordion_smooth_a698.text_e3b0 .huge-88be > li > a .brown_a98d: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;
}
.accordion_smooth_a698.text_e3b0
  .huge-88be
  > li:focus
  > a
  .brown_a98d:before,
.accordion_smooth_a698.text_e3b0
  .huge-88be
  > li:hover
  > a
  .brown_a98d:before {
  width: 100%;
  background-color: currentColor;
}
.accordion_smooth_a698.text_e3b0
  .huge-88be
  > li.wrapper_fresh_19c3
  > a
  .brown_a98d:before,
.accordion_smooth_a698.text_e3b0
  .huge-88be
  > li.wood_5162
  > a
  .brown_a98d:before {
  width: 100%;
  background-color: currentColor;
}
.accordion_smooth_a698.full_e7fb .huge-88be > li > a .brown_a98d {
  position: relative;
}
.accordion_smooth_a698.full_e7fb .huge-88be > li > a .brown_a98d: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;
}
.accordion_smooth_a698.full_e7fb .huge-88be > li:focus > a .brown_a98d:before,
.accordion_smooth_a698.full_e7fb
  .huge-88be
  > li:hover
  > a
  .brown_a98d:before {
  width: 100%;
  background-color: currentColor;
}
.accordion_smooth_a698.full_e7fb
  .huge-88be
  > li.wrapper_fresh_19c3
  > a
  .brown_a98d:before,
.accordion_smooth_a698.full_e7fb
  .huge-88be
  > li.wood_5162
  > a
  .brown_a98d:before {
  width: 100%;
  background-color: currentColor;
}
.sidebar-complex-372c .over-0c8e {
  margin: 0;
  padding: 0;
  list-style: none;
}
.sidebar-complex-372c .over-0c8e li:first-child > a {
  border-top: none;
}
.sidebar-complex-372c .over-0c8e .highlight-wide-b2a3 > .brown_a98d .active-rough-f7ac {
  display: none;
}
.sidebar-complex-372c .over-0c8e li {
  list-style: none;
  position: relative;
  border-bottom: 1px solid transparent;
}
.sidebar-complex-372c .over-0c8e li:last-child {
  border: none;
}
.sidebar-complex-372c .over-0c8e li.caption-first-ee5b > a {
  padding-right: 45px !important;
}
.sidebar-complex-372c .over-0c8e li a {
  display: block;
  padding: 0.55em 1.5em;
}
.sidebar-complex-372c .over-0c8e li a:focus,
.sidebar-complex-372c .over-0c8e li a:hover {
  background: rgba(0, 0, 0, 0.01);
}
.sidebar-complex-372c .over-0c8e li .content_acfd {
  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;
}
.sidebar-complex-372c .over-0c8e li .content_acfd:hover {
  box-shadow: none;
}
.sidebar-complex-372c .over-0c8e li .content_acfd .active-rough-f7ac {
  -webkit-transform: rotate(-135deg) translateY(50%) translateX(50%);
  -ms-transform: rotate(-135deg) translateY(50%) translateX(50%);
  transform: rotate(-135deg) translateY(50%) translateX(50%);
}
.sidebar-complex-372c .over-0c8e .wrapper-white-8c2f {
  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);
}
.sidebar-complex-372c .over-0c8e .wrapper-white-8c2f li a {
  padding-left: 3em;
}
.sidebar-complex-372c .over-0c8e .thick_e4b4 > a .content_acfd i {
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
.sidebar-complex-372c .over-0c8e .thick_e4b4 > .wrapper-white-8c2f {
  display: block;
  opacity: 1;
}
.chip-west-6f4f {
  max-width: 100%;
}
.inner_82b1 {
  line-height: 0;
  cursor: pointer;
}
.east_4323 {
  line-height: 0;
  display: inline-block;
  position: relative;
  box-shadow: none;
}
.east_4323:hover {
  box-shadow: none;
  color: currentColor;
}
.east_4323 svg {
  width: 18px;
  height: 18px;
}
.east_4323 .purple-6b51 {
  display: none;
}
.pink-177c {
  position: relative;
}
.pink-177c.fn-active-f516 .east_4323 .notice_c648 {
  display: none;
}
.pink-177c.fn-active-f516 .east_4323 .purple-6b51 {
  display: inline-block;
}
.pink-177c .avatar-c9a2 {
  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);
}
.pink-177c.small-3b65 .avatar-c9a2 {
  left: auto;
  right: -0.9em;
}
.pink-177c.small-3b65 .list-b370::before {
  left: auto;
  right: 15px;
}
.pink-177c.fn-active-f516 .avatar-c9a2 {
  height: auto;
  overflow: initial;
  z-index: 26;
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
}
.middle_9974 {
  display: -webkit-box;
  display: flex;
  margin-bottom: 0;
  width: 100%;
  max-width: 100%;
}
.middle_9974 label {
  flex-basis: 100%;
}
.middle_9974 .rough_804d {
  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;
}
.middle_9974 .wood-ffbf {
  display: block;
  width: 100%;
  border-radius: 2px;
  height: 2.4em;
}
.middle_9974 .wood-ffbf:focus {
  background-color: transparent;
}
.middle_9974 button.link-plasma-7a39 {
  overflow: hidden;
  box-shadow: none;
  margin-left: -40px;
  background: 0 0;
  color: #6d6d6d;
  line-height: 0;
  padding: 0 0.7em;
  min-height: auto;
}
.middle_9974 button.link-plasma-7a39:hover {
  box-shadow: none;
  background-color: transparent;
  color: #686868;
}
.middle_9974 button.link-plasma-7a39 svg {
  width: 18px;
  height: 18px;
}
.middle_9974 input[type="submit"] {
  min-height: auto;
}
.accordion_3426 .middle_9974 .wood-ffbf {
  border: 0;
  box-shadow: none;
  background-color: transparent;
}
.list-b370 {
  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) {
  .list-b370 {
    width: 220px;
  }
}
.list-b370 label {
  flex-basis: 100%;
}
.list-b370::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;
}
.west-18c0 .accordion_3426 .middle_9974 {
  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;
}
.west-18c0
  .accordion_3426
  .middle_9974
  .rough_804d {
  background-color: transparent;
  min-height: auto;
  flex-basis: 100%;
  display: -webkit-box;
  display: flex;
  border-style: none;
  border: none;
  box-shadow: none;
}
.west-18c0 .accordion_3426 .middle_9974 .wood-ffbf {
  border-color: transparent;
  height: auto;
  background-color: transparent;
  border: 0;
  border-style: none;
  box-shadow: none;
  -webkit-box-flex: 0;
  flex: 0 0 auto;
}
.west-18c0
  .accordion_3426
  .middle_9974
  .wood-ffbf:focus {
  background: 0 0;
}
.west-18c0
  .accordion_3426
  .middle_9974
  .banner-red-dfd3 {
  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;
}
.content-4d01 {
  display: inline-block;
  margin: 0;
  padding: 0;
  list-style: none;
  position: relative;
}
.content-4d01 li {
  list-style: none;
  display: inline-block;
  margin: 0 3px;
}
.content-4d01 li:last-child {
  margin-right: 0;
}
.content-4d01 li:first-child {
  margin-left: 0;
}
.content-4d01.avatar_ea89 a {
  color: #fff;
}
.content-4d01.avatar_ea89 a:hover {
  color: #fff;
}
.content-4d01 a {
  color: currentColor;
  text-align: center;
  vertical-align: middle;
  width: 100%;
  padding: 0.4em;
  display: inline-block;
  line-height: 1;
  font-size: 13px;
}
.content-4d01 a i {
  width: 1em;
  height: 1em;
  position: relative;
  display: block;
}
.content-4d01 a i:before {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}
.content-4d01 a:hover {
  opacity: 0.9;
  color: inherit;
}
.content-4d01 [class*="social-icon-apple"] {
  background-color: #999;
}
.content-4d01 [class*="social-icon-apple"].description-e52d {
  background-color: transparent;
  color: #999;
}
.content-4d01 [class*="social-icon-behance"] {
  background-color: #1769ff;
}
.content-4d01 [class*="social-icon-behance"].description-e52d {
  background-color: transparent;
  color: #1769ff;
}
.content-4d01 [class*="social-icon-bitbucket"] {
  background-color: #205081;
}
.content-4d01 [class*="social-icon-bitbucket"].description-e52d {
  background-color: transparent;
  color: #205081;
}
.content-4d01 [class*="social-icon-codepen"] {
  background-color: #000;
}
.content-4d01 [class*="social-icon-codepen"].description-e52d {
  background-color: transparent;
  color: #000;
}
.content-4d01 [class*="social-icon-delicious"] {
  background-color: #39f;
}
.content-4d01 [class*="social-icon-delicious"].description-e52d {
  background-color: transparent;
  color: #39f;
}
.content-4d01 [class*="social-icon-digg"] {
  background-color: #005be2;
}
.content-4d01 [class*="social-icon-digg"].description-e52d {
  background-color: transparent;
  color: #005be2;
}
.content-4d01 [class*="social-icon-dribbble"] {
  background-color: #ea4c89;
}
.content-4d01 [class*="social-icon-dribbble"].description-e52d {
  background-color: transparent;
  color: #ea4c89;
}
.content-4d01 [class*="social-icon-envelope"] {
  background-color: #ea4335;
}
.content-4d01 [class*="social-icon-envelope"].description-e52d {
  background-color: transparent;
  color: #ea4335;
}
.content-4d01 [class*="social-icon-facebook"] {
  background-color: #3b5998;
}
.content-4d01 [class*="social-icon-facebook"].description-e52d {
  background-color: transparent;
  color: #3b5998;
}
.content-4d01 [class*="social-icon-flickr"] {
  background-color: #0063dc;
}
.content-4d01 [class*="social-icon-flickr"].description-e52d {
  background-color: transparent;
  color: #0063dc;
}
.content-4d01 [class*="social-icon-foursquare"] {
  background-color: #2d5be3;
}
.content-4d01 [class*="social-icon-foursquare"].description-e52d {
  background-color: transparent;
  color: #2d5be3;
}
.content-4d01 [class*="social-icon-github"] {
  background-color: #333;
}
.content-4d01 [class*="social-icon-github"].description-e52d {
  background-color: transparent;
  color: #333;
}
.content-4d01 [class*="social-icon-google-plus"] {
  background-color: #dd4b39;
}
.content-4d01 [class*="social-icon-google-plus"].description-e52d {
  background-color: transparent;
  color: #dd4b39;
}
.content-4d01 [class*="social-icon-houzz"] {
  background-color: #7ac142;
}
.content-4d01 [class*="social-icon-houzz"].description-e52d {
  background-color: transparent;
  color: #7ac142;
}
.content-4d01 [class*="social-icon-instagram"] {
  background-color: #262626;
}
.content-4d01 [class*="social-icon-instagram"].description-e52d {
  background-color: transparent;
  color: #262626;
}
.content-4d01 [class*="social-icon-jsfiddle"] {
  background-color: #487aa2;
}
.content-4d01 [class*="social-icon-jsfiddle"].description-e52d {
  background-color: transparent;
  color: #487aa2;
}
.content-4d01 [class*="social-icon-linkedin"] {
  background-color: #0077b5;
}
.content-4d01 [class*="social-icon-linkedin"].description-e52d {
  background-color: transparent;
  color: #0077b5;
}
.content-4d01 [class*="social-icon-medium"] {
  background-color: #00ab6b;
}
.content-4d01 [class*="social-icon-medium"].description-e52d {
  background-color: transparent;
  color: #00ab6b;
}
.content-4d01 [class*="social-icon-odnoklassniki"] {
  background-color: #f4731c;
}
.content-4d01
  [class*="social-icon-odnoklassniki"].description-e52d {
  background-color: transparent;
  color: #f4731c;
}
.content-4d01 [class*="social-icon-meetup"] {
  background-color: #ec1c40;
}
.content-4d01 [class*="social-icon-meetup"].description-e52d {
  background-color: transparent;
  color: #ec1c40;
}
.content-4d01 [class*="social-icon-pinterest"] {
  background-color: #bd081c;
}
.content-4d01 [class*="social-icon-pinterest"].description-e52d {
  background-color: transparent;
  color: #bd081c;
}
.content-4d01 [class*="social-icon-product-hunt"] {
  background-color: #da552f;
}
.content-4d01 [class*="social-icon-product-hunt"].description-e52d {
  background-color: transparent;
  color: #da552f;
}
.content-4d01 [class*="social-icon-reddit"] {
  background-color: #ff4500;
}
.content-4d01 [class*="social-icon-reddit"].description-e52d {
  background-color: transparent;
  color: #ff4500;
}
.content-4d01 [class*="social-icon-rss"] {
  background-color: #f26522;
}
.content-4d01 [class*="social-icon-rss"].description-e52d {
  background-color: transparent;
  color: #f26522;
}
.content-4d01 [class*="social-icon-shopping-cart"] {
  background-color: #4caf50;
}
.content-4d01
  [class*="social-icon-shopping-cart"].description-e52d {
  background-color: transparent;
  color: #4caf50;
}
.content-4d01 [class*="social-icon-skype"] {
  background-color: #00aff0;
}
.content-4d01 [class*="social-icon-skype"].description-e52d {
  background-color: transparent;
  color: #00aff0;
}
.content-4d01 [class*="social-icon-slideshare"] {
  background-color: #0077b5;
}
.content-4d01 [class*="social-icon-slideshare"].description-e52d {
  background-color: transparent;
  color: #0077b5;
}
.content-4d01 [class*="social-icon-snapchat"] {
  background-color: #fffc00;
}
.content-4d01 [class*="social-icon-snapchat"].description-e52d {
  background-color: transparent;
  color: #fffc00;
}
.content-4d01 [class*="social-icon-soundcloud"] {
  background-color: #f80;
}
.content-4d01 [class*="social-icon-soundcloud"].description-e52d {
  background-color: transparent;
  color: #f80;
}
.content-4d01 [class*="social-icon-spotify"] {
  background-color: #2ebd59;
}
.content-4d01 [class*="social-icon-spotify"].description-e52d {
  background-color: transparent;
  color: #2ebd59;
}
.content-4d01 [class*="social-icon-stack-overflow"] {
  background-color: #fe7a15;
}
.content-4d01
  [class*="social-icon-stack-overflow"].description-e52d {
  background-color: transparent;
  color: #fe7a15;
}
.content-4d01 [class*="social-icon-maldkfgram"] {
  background-color: #2ca5e0;
}
.content-4d01 [class*="social-icon-maldkfgram"].description-e52d {
  background-color: transparent;
  color: #2ca5e0;
}
.content-4d01 [class*="social-icon-tripadvisor"] {
  background-color: #589442;
}
.content-4d01 [class*="social-icon-tripadvisor"].description-e52d {
  background-color: transparent;
  color: #589442;
}
.content-4d01 [class*="social-icon-tumblr"] {
  background-color: #35465c;
}
.content-4d01 [class*="social-icon-tumblr"].description-e52d {
  background-color: transparent;
  color: #35465c;
}
.content-4d01 [class*="social-icon-twitch"] {
  background-color: #6441a5;
}
.content-4d01 [class*="social-icon-twitch"].description-e52d {
  background-color: transparent;
  color: #6441a5;
}
.content-4d01 [class*="social-icon-twitter"] {
  background-color: #1da1f2;
}
.content-4d01 [class*="social-icon-twitter"].description-e52d {
  background-color: transparent;
  color: #1da1f2;
}
.content-4d01 [class*="social-icon-vimeo"] {
  background-color: #1ab7ea;
}
.content-4d01 [class*="social-icon-vimeo"].description-e52d {
  background-color: transparent;
  color: #1ab7ea;
}
.content-4d01 [class*="social-icon-vk"] {
  background-color: #45668e;
}
.content-4d01 [class*="social-icon-vk"].description-e52d {
  background-color: transparent;
  color: #45668e;
}
.content-4d01 [class*="social-icon-weibo"] {
  background-color: #df2029;
}
.content-4d01 [class*="social-icon-weibo"].description-e52d {
  background-color: transparent;
  color: #df2029;
}
.content-4d01 [class*="social-icon-weixin"] {
  background-color: #7bb32e;
}
.content-4d01 [class*="social-icon-weixin"].description-e52d {
  background-color: transparent;
  color: #7bb32e;
}
.content-4d01 [class*="social-icon-whatsapp"] {
  background-color: #25d366;
}
.content-4d01 [class*="social-icon-whatsapp"].description-e52d {
  background-color: transparent;
  color: #25d366;
}
.content-4d01 [class*="social-icon-wordpress"] {
  background-color: #21759b;
}
.content-4d01 [class*="social-icon-wordpress"].description-e52d {
  background-color: transparent;
  color: #21759b;
}
.content-4d01 [class*="social-icon-xing"] {
  background-color: #026466;
}
.content-4d01 [class*="social-icon-xing"].description-e52d {
  background-color: transparent;
  color: #026466;
}
.content-4d01 [class*="social-icon-yelp"] {
  background-color: #af0606;
}
.content-4d01 [class*="social-icon-yelp"].description-e52d {
  background-color: transparent;
  color: #af0606;
}
.content-4d01 [class*="social-icon-youtube"] {
  background-color: #cd201f;
}
.content-4d01 [class*="social-icon-youtube"].description-e52d {
  background-color: transparent;
  color: #cd201f;
}
.breadcrumb-clean-81f6 {
  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;
}
.breadcrumb-clean-81f6:hover {
  box-shadow: none;
  background: 0 0;
}
.footer-a91b {
  background: 0 0 !important;
  text-transform: uppercase;
  font-size: 0.85em;
}
.tabs-stale-597c {
  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;
}
.tabs_751a {
  display: inline-block;
  position: relative;
  vertical-align: middle;
}
.background-plasma-7537 {
  display: block;
  top: 50%;
  background-color: currentcolor;
}
.background-plasma-7537,
.background-plasma-7537::after,
.background-plasma-7537::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;
}
.background-plasma-7537::after,
.background-plasma-7537::before {
  content: "";
  display: block;
  background-color: inherit;
}
.input_top_f8f2 .tabs-stale-597c .tabs_751a {
  margin-top: -2px;
  width: 19px;
}
.input_top_f8f2 .tabs-stale-597c .background-plasma-7537 {
  margin-top: -1px;
}
.input_top_f8f2 .tabs-stale-597c .background-plasma-7537,
.input_top_f8f2 .tabs-stale-597c .background-plasma-7537::after,
.input_top_f8f2 .tabs-stale-597c .background-plasma-7537::before {
  width: 19px;
  height: 2px;
}
.input_top_f8f2 .tabs-stale-597c .background-plasma-7537::before {
  top: -6px;
}
.input_top_f8f2 .tabs-stale-597c .background-plasma-7537::after {
  bottom: -6px;
}
.large_ac7f .tabs-stale-597c .tabs_751a {
  margin-top: -2px;
  width: 22px;
}
.large_ac7f .tabs-stale-597c .background-plasma-7537 {
  margin-top: -1px;
}
.large_ac7f .tabs-stale-597c .background-plasma-7537,
.large_ac7f .tabs-stale-597c .background-plasma-7537::after,
.large_ac7f .tabs-stale-597c .background-plasma-7537::before {
  width: 22px;
  height: 2px;
}
.large_ac7f .tabs-stale-597c .background-plasma-7537::before {
  top: -7px;
}
.large_ac7f .tabs-stale-597c .background-plasma-7537::after {
  bottom: -7px;
}
.main_full_5380 .tabs-stale-597c .tabs_751a {
  margin-top: -2px;
  width: 31px;
}
.main_full_5380 .tabs-stale-597c .background-plasma-7537 {
  margin-top: -1.5px;
}
.main_full_5380 .tabs-stale-597c .background-plasma-7537,
.main_full_5380 .tabs-stale-597c .background-plasma-7537::after,
.main_full_5380 .tabs-stale-597c .background-plasma-7537::before {
  width: 31px;
  height: 3px;
}
.main_full_5380 .tabs-stale-597c .background-plasma-7537::before {
  top: -9px;
}
.main_full_5380 .tabs-stale-597c .background-plasma-7537::after {
  bottom: -9px;
}
@media screen and (min-width: 1025px) {
  .module-pressed-b7b4 .tabs-stale-597c .tabs_751a {
    margin-top: -2px;
    width: 19px;
  }
  .module-pressed-b7b4 .tabs-stale-597c .background-plasma-7537 {
    margin-top: -1px;
  }
  .module-pressed-b7b4 .tabs-stale-597c .background-plasma-7537,
  .module-pressed-b7b4 .tabs-stale-597c .background-plasma-7537::after,
  .module-pressed-b7b4 .tabs-stale-597c .background-plasma-7537::before {
    width: 19px;
    height: 2px;
  }
  .module-pressed-b7b4 .tabs-stale-597c .background-plasma-7537::before {
    top: -6px;
  }
  .module-pressed-b7b4 .tabs-stale-597c .background-plasma-7537::after {
    bottom: -6px;
  }
  .layout_next_1155 .tabs-stale-597c .tabs_751a {
    margin-top: -2px;
    width: 22px;
  }
  .layout_next_1155 .tabs-stale-597c .background-plasma-7537 {
    margin-top: -1px;
  }
  .layout_next_1155 .tabs-stale-597c .background-plasma-7537,
  .layout_next_1155 .tabs-stale-597c .background-plasma-7537::after,
  .layout_next_1155 .tabs-stale-597c .background-plasma-7537::before {
    width: 22px;
    height: 2px;
  }
  .layout_next_1155 .tabs-stale-597c .background-plasma-7537::before {
    top: -7px;
  }
  .layout_next_1155 .tabs-stale-597c .background-plasma-7537::after {
    bottom: -7px;
  }
  .container-narrow-45b3 .tabs-stale-597c .tabs_751a {
    margin-top: -2px;
    width: 31px;
  }
  .container-narrow-45b3 .tabs-stale-597c .background-plasma-7537 {
    margin-top: -1.5px;
  }
  .container-narrow-45b3 .tabs-stale-597c .background-plasma-7537,
  .container-narrow-45b3 .tabs-stale-597c .background-plasma-7537::after,
  .container-narrow-45b3 .tabs-stale-597c .background-plasma-7537::before {
    width: 31px;
    height: 3px;
  }
  .container-narrow-45b3 .tabs-stale-597c .background-plasma-7537::before {
    top: -9px;
  }
  .container-narrow-45b3 .tabs-stale-597c .background-plasma-7537::after {
    bottom: -9px;
  }
}
@media screen and (max-width: 1024px) {
  .heading-d563 .tabs-stale-597c .tabs_751a {
    margin-top: -2px;
    width: 19px;
  }
  .heading-d563 .tabs-stale-597c .background-plasma-7537 {
    margin-top: -1px;
  }
  .heading-d563 .tabs-stale-597c .background-plasma-7537,
  .heading-d563 .tabs-stale-597c .background-plasma-7537::after,
  .heading-d563 .tabs-stale-597c .background-plasma-7537::before {
    width: 19px;
    height: 2px;
  }
  .heading-d563 .tabs-stale-597c .background-plasma-7537::before {
    top: -6px;
  }
  .heading-d563 .tabs-stale-597c .background-plasma-7537::after {
    bottom: -6px;
  }
  .tooltip-black-7764 .tabs-stale-597c .tabs_751a {
    margin-top: -2px;
    width: 22px;
  }
  .tooltip-black-7764 .tabs-stale-597c .background-plasma-7537 {
    margin-top: -1px;
  }
  .tooltip-black-7764 .tabs-stale-597c .background-plasma-7537,
  .tooltip-black-7764 .tabs-stale-597c .background-plasma-7537::after,
  .tooltip-black-7764 .tabs-stale-597c .background-plasma-7537::before {
    width: 22px;
    height: 2px;
  }
  .tooltip-black-7764 .tabs-stale-597c .background-plasma-7537::before {
    top: -7px;
  }
  .tooltip-black-7764 .tabs-stale-597c .background-plasma-7537::after {
    bottom: -7px;
  }
  .photo-1652 .tabs-stale-597c .tabs_751a {
    margin-top: -2px;
    width: 31px;
  }
  .photo-1652 .tabs-stale-597c .background-plasma-7537 {
    margin-top: -1.5px;
  }
  .photo-1652 .tabs-stale-597c .background-plasma-7537,
  .photo-1652 .tabs-stale-597c .background-plasma-7537::after,
  .photo-1652 .tabs-stale-597c .background-plasma-7537::before {
    width: 31px;
    height: 3px;
  }
  .photo-1652 .tabs-stale-597c .background-plasma-7537::before {
    top: -9px;
  }
  .photo-1652 .tabs-stale-597c .background-plasma-7537::after {
    bottom: -9px;
  }
}
@media screen and (max-width: 568px) {
  .column_36fa .tabs-stale-597c .tabs_751a {
    margin-top: -2px;
    width: 19px;
  }
  .column_36fa .tabs-stale-597c .background-plasma-7537 {
    margin-top: -1px;
  }
  .column_36fa .tabs-stale-597c .background-plasma-7537,
  .column_36fa .tabs-stale-597c .background-plasma-7537::after,
  .column_36fa .tabs-stale-597c .background-plasma-7537::before {
    width: 19px;
    height: 2px;
  }
  .column_36fa .tabs-stale-597c .background-plasma-7537::before {
    top: -6px;
  }
  .column_36fa .tabs-stale-597c .background-plasma-7537::after {
    bottom: -6px;
  }
  .label_advanced_3b27 .tabs-stale-597c .tabs_751a {
    margin-top: -2px;
    width: 22px;
  }
  .label_advanced_3b27 .tabs-stale-597c .background-plasma-7537 {
    margin-top: -1px;
  }
  .label_advanced_3b27 .tabs-stale-597c .background-plasma-7537,
  .label_advanced_3b27 .tabs-stale-597c .background-plasma-7537::after,
  .label_advanced_3b27 .tabs-stale-597c .background-plasma-7537::before {
    width: 22px;
    height: 2px;
  }
  .label_advanced_3b27 .tabs-stale-597c .background-plasma-7537::before {
    top: -7px;
  }
  .label_advanced_3b27 .tabs-stale-597c .background-plasma-7537::after {
    bottom: -7px;
  }
  .dirty-ce8a .tabs-stale-597c .tabs_751a {
    margin-top: -2px;
    width: 31px;
  }
  .dirty-ce8a .tabs-stale-597c .background-plasma-7537 {
    margin-top: -1.5px;
  }
  .dirty-ce8a .tabs-stale-597c .background-plasma-7537,
  .dirty-ce8a .tabs-stale-597c .background-plasma-7537::after,
  .dirty-ce8a .tabs-stale-597c .background-plasma-7537::before {
    width: 31px;
    height: 3px;
  }
  .dirty-ce8a .tabs-stale-597c .background-plasma-7537::before {
    top: -9px;
  }
  .dirty-ce8a .tabs-stale-597c .background-plasma-7537::after {
    bottom: -9px;
  }
}
.smooth_8065 .background-plasma-7537 {
  -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);
}
.smooth_8065 .background-plasma-7537::before {
  -webkit-transition: top 75ms 0.12s ease, opacity 75ms ease;
  transition: top 75ms 0.12s ease, opacity 75ms ease;
}
.smooth_8065 .background-plasma-7537::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);
}
.smooth_8065.info_slow_34da .background-plasma-7537 {
  -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);
}
.smooth_8065.info_slow_34da .background-plasma-7537::before {
  top: 0;
  opacity: 0;
  -webkit-transition: top 75ms ease, opacity 75ms 0.12s ease;
  transition: top 75ms ease, opacity 75ms 0.12s ease;
}
.smooth_8065.info_slow_34da .background-plasma-7537::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);
}
.header_focused_53a8 {
  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.logo_short_4bae:before {
  display: none;
}
.background-lower-c017 {
  padding: 0;
  position: fixed;
  width: 100%;
  max-width: 100%;
  top: 0;
  z-index: 999900;
  visibility: hidden;
}
.background-lower-c017 .article-e4f5 {
  padding: 1.4em 1.5em;
  border-bottom: 1px solid transparent;
}
.background-lower-c017 .article-e4f5:last-of-type {
  border-bottom: none;
}
.background-lower-c017 .article-e4f5.sort-f7ff,
.background-lower-c017 .article-e4f5.border-7ca0,
.background-lower-c017 .article-e4f5.tooltip-lite-42ef {
  padding: 0;
}
.background-lower-c017 .sidebar-complex-372c .content_acfd {
  color: currentColor;
}
.background-lower-c017 .sidebar-complex-372c .content_acfd:focus,
.background-lower-c017 .sidebar-complex-372c .content_acfd:hover {
  background: rgba(0, 0, 0, 0.01);
}
.background-lower-c017.label-hard-0df0 .widget_pro_3d4d,
.background-lower-c017.label-hard-0df0 .info_c6d1 a,
.background-lower-c017.label-hard-0df0 .huge-88be a,
.background-lower-c017.label-hard-0df0 .wrapper-white-8c2f a {
  color: rgba(0, 0, 0, 0.55);
}
.background-lower-c017.label-hard-0df0 .widget_pro_3d4d:hover,
.background-lower-c017.label-hard-0df0 .info_c6d1 a:hover,
.background-lower-c017.label-hard-0df0 .huge-88be a:hover,
.background-lower-c017.label-hard-0df0 .wrapper-white-8c2f a:hover {
  color: rgba(0, 0, 0, 0.8);
}
.background-lower-c017.label-hard-0df0 .avatar-eb51 {
  color: rgba(0, 0, 0, 0.8);
}
.background-lower-c017.label-hard-0df0 .article-e4f5 {
  border-color: rgba(0, 0, 0, 0.08);
}
.background-lower-c017.label-hard-0df0 .article-e4f5:before {
  background: rgba(0, 0, 0, 0.08);
}
.background-lower-c017.label-hard-0df0 .hover_a9de:before {
  background: rgba(255, 255, 255, 0.9);
}
.background-lower-c017.label-hard-0df0 .sidebar-complex-372c .over-0c8e li a,
.background-lower-c017.label-hard-0df0 .sidebar-complex-372c .content_acfd,
.background-lower-c017.label-hard-0df0 .wrapper-white-8c2f {
  border-color: rgba(0, 0, 0, 0.08);
}
.background-lower-c017.label-hard-0df0 .sidebar-complex-372c .content_acfd:focus,
.background-lower-c017.label-hard-0df0 .sidebar-complex-372c .content_acfd:hover {
  background: rgba(0, 0, 0, 0.01);
}
.background-lower-c017.label-hard-0df0 .over-0c8e li {
  border-color: rgba(0, 0, 0, 0.08);
}
.background-lower-c017.overlay-north-12a9 .widget_pro_3d4d,
.background-lower-c017.overlay-north-12a9 .info_c6d1 a,
.background-lower-c017.overlay-north-12a9 .huge-88be .content_acfd,
.background-lower-c017.overlay-north-12a9 .huge-88be a,
.background-lower-c017.overlay-north-12a9 .wrapper-white-8c2f a {
  color: rgba(255, 255, 255, 0.79);
}
.background-lower-c017.overlay-north-12a9 .widget_pro_3d4d:hover,
.background-lower-c017.overlay-north-12a9 .info_c6d1 a:hover,
.background-lower-c017.overlay-north-12a9 .huge-88be .content_acfd:hover,
.background-lower-c017.overlay-north-12a9 .huge-88be a:hover,
.background-lower-c017.overlay-north-12a9 .wrapper-white-8c2f a:hover {
  color: rgba(255, 255, 255, 0.99);
}
.background-lower-c017.overlay-north-12a9 .avatar-eb51 {
  color: rgba(255, 255, 255, 0.99);
}
.background-lower-c017.overlay-north-12a9 .article-e4f5 {
  border-color: rgba(255, 255, 255, 0.08);
}
.background-lower-c017.overlay-north-12a9 .article-e4f5:before {
  background: rgba(255, 255, 255, 0.08);
}
.background-lower-c017.overlay-north-12a9 .hover_a9de:before {
  background: rgba(0, 0, 0, 0.9);
}
.background-lower-c017.overlay-north-12a9 .sidebar-complex-372c .over-0c8e li a,
.background-lower-c017.overlay-north-12a9 .sidebar-complex-372c .content_acfd,
.background-lower-c017.overlay-north-12a9 .wrapper-white-8c2f {
  border-color: rgba(255, 255, 255, 0.08);
}
.background-lower-c017.overlay-north-12a9 .sidebar-complex-372c .content_acfd:focus,
.background-lower-c017.overlay-north-12a9 .sidebar-complex-372c .content_acfd:hover {
  background: rgba(0, 0, 0, 0.01);
}
.background-lower-c017.overlay-north-12a9 .over-0c8e li {
  border-color: rgba(255, 255, 255, 0.08);
}
.hover_a9de {
  position: relative;
  word-con: break-word;
  min-height: 100%;
  display: block;
}
.hover_a9de:before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  display: block;
  min-height: 100%;
}
.active_under_a1a1 {
  position: relative;
  word-con: break-word;
  min-height: 100%;
  display: block;
  padding: 1.2em 0;
}
.purple-42b2 .background-lower-c017 {
  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;
}
.purple-42b2 .article-e4f5 {
  text-align: center;
  padding: 2em 1.5em;
  border: none;
  position: relative;
}
.purple-42b2 .article-e4f5: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) {
  .purple-42b2 .article-e4f5:before {
    width: 16%;
    left: 42%;
  }
}
.purple-42b2 .article-e4f5:last-child:before {
  content: none;
}
.purple-42b2 .article-e4f5[class*="-menu"] {
  padding: 2.5em 1.5em;
}
.purple-42b2 .sidebar-complex-372c .over-0c8e li a {
  border: none;
  font-size: 140%;
  text-transform: uppercase;
  font-weight: 500;
}
.purple-42b2 .sidebar-complex-372c .over-0c8e li a .content_acfd {
  display: inline-block;
  position: relative;
  border: 0 none;
  margin-right: -1.3em;
  top: -2px;
  padding: 0.28em 0.5em;
}
.purple-42b2 .sidebar-complex-372c .wrapper-white-8c2f {
  border: none;
}
.purple-42b2 .sidebar-complex-372c .wrapper-white-8c2f li a {
  text-transform: none;
  padding: 0.35em 1.5em;
  font-size: 100%;
}
.purple-42b2 .hover_a9de {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}
.purple-42b2 .active_under_a1a1 {
  max-width: 48em;
  margin: 3em auto;
  padding: 0;
}
.purple-42b2 .overlay-north-12a9 .hover_a9de:before {
  background: rgba(0, 0, 0, 0.9);
}
.purple-42b2 .label-hard-0df0.text-5662 .background-plasma-7537 {
  background: rgba(0, 0, 0, 0.6);
}
.purple-42b2
  .label-hard-0df0.text-5662
  .background-plasma-7537::after,
.purple-42b2
  .label-hard-0df0.text-5662
  .background-plasma-7537:before {
  background: inherit;
}
.purple-42b2
  .label-hard-0df0.text-5662:hover
  .background-plasma-7537 {
  background: rgba(0, 0, 0, 0.8);
}
.badge-7fdb .background-lower-c017 {
  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) {
  .badge-7fdb .background-lower-c017 {
    width: auto;
    right: 45px;
  }
}
.alert_fce8 .background-lower-c017 {
  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) {
  .alert_fce8 .background-lower-c017 {
    width: auto;
    left: 45px;
  }
}
.logo_short_4bae .background-lower-c017 {
  position: relative;
  height: 0;
  display: block;
  visibility: visible;
  z-index: 999900;
  overflow: hidden;
}
.logo_short_4bae .active_under_a1a1 {
  max-width: 48em;
  margin: 0 auto;
}
.logo_short_4bae .hover_a9de:before {
  box-shadow: inset 0 0 12px 0 rgba(0, 0, 0, 0.05);
}
.dropdown_e1af {
  overflow-x: hidden;
  position: relative;
  width: 100%;
  display: block;
}
.dropdown_e1af.purple-42b2 .background-lower-c017 {
  z-index: 0;
  opacity: 0;
  height: 100%;
}
.dropdown_e1af.badge-7fdb .background-lower-c017 {
  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);
}
.dropdown_e1af .background-lower-c017 {
  visibility: visible;
}
.dropdown_e1af.alert_fce8 .background-lower-c017 {
  -webkit-transform: translateX(200%);
  -ms-transform: translateX(200%);
  transform: translateX(200%);
  height: 100%;
}
.hidden_up_3cd4,
.glass_fb1e {
  overflow-x: hidden;
}
.hidden_up_3cd4 .background-lower-c017 {
  overflow: auto;
}
.hidden_up_3cd4.purple-42b2 {
  overflow: initial;
  position: relative;
  width: 100%;
  display: block;
}
.hidden_up_3cd4.purple-42b2 .background-lower-c017 {
  z-index: 999900;
  opacity: 1;
  visibility: visible;
}
.hidden_up_3cd4.purple-42b2 .breadcrumb-clean-81f6 {
  opacity: 0;
}
.hidden_up_3cd4.badge-7fdb {
  overflow: initial;
  position: relative;
  width: 100%;
  display: block;
}
.hidden_up_3cd4.badge-7fdb .background-lower-c017 {
  z-index: 999900;
  height: 100vh;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  left: 0;
  visibility: visible;
}
.hidden_up_3cd4.badge-7fdb .breadcrumb-clean-81f6 {
  opacity: 0;
}
.hidden_up_3cd4.alert_fce8 {
  overflow: initial;
  position: relative;
  width: 100%;
  display: block;
}
.hidden_up_3cd4.alert_fce8 .background-lower-c017 {
  z-index: 999900;
  height: 100vh;
  max-width: 100vw;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  right: 0;
  visibility: visible;
}
.hidden_up_3cd4.alert_fce8 .breadcrumb-clean-81f6 {
  opacity: 0;
}
.hidden_up_3cd4.logo_short_4bae .background-lower-c017 {
  z-index: 10;
  visibility: visible;
}
.text-5662 {
  display: none;
  z-index: 999910;
  cursor: pointer;
  position: fixed;
  top: 10px;
  right: 12px;
}
.text-5662 .background-plasma-7537 {
  background: rgba(255, 255, 255, 0.99);
}
.text-5662 .background-plasma-7537::after,
.text-5662 .background-plasma-7537:before {
  background: inherit;
}
.text-5662:hover .background-plasma-7537 {
  background: rgba(255, 255, 255, 0.99);
}
.alert_fce8 .text-5662 {
  top: 10px;
  right: auto;
  left: 12px;
}
.logo_short_4bae .text-5662 {
  display: none !important;
}
.hidden_up_3cd4:before,
.glass_fb1e:before {
  z-index: 999897;
  visibility: visible;
  opacity: 1;
}
.hidden_up_3cd4 .text-5662,
.glass_fb1e .text-5662 {
  display: inline-block;
}
.background-lower-c017 .module_steel_599d {
  -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;
}
.hidden_up_3cd4 .background-lower-c017 .module_steel_599d,
.glass_fb1e .background-lower-c017 .module_steel_599d {
  opacity: 1;
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
}
.hard_e049 .rough_804d {
  width: 100%;
}
.aside-7cdc {
  padding: 0 0.5em 0;
}
.aside-7cdc [class*="customify-col-"],
.aside-7cdc [class*="customify-col_"],
.aside-7cdc [class~="customify-col"] {
  padding: 0 0.5em 0;
}
.stale_c8bd .aside-7cdc {
  padding-left: 1em;
  padding-right: 1em;
}
@media screen and (min-width: 1025px) {
  .north_38f5 .outline-7a4f,
  .outline-7a4f {
    display: none;
  }
  .hard-858c {
    text-align: left;
  }
  .photo_9f08 {
    text-align: center;
  }
  .footer_04c7 {
    text-align: right;
  }
}
@media screen and (max-width: 1024px) {
  .north_38f5 .texture-light-0075,
  .texture-light-0075 {
    display: none;
  }
  .photo_d178 {
    text-align: left;
  }
  .avatar-d1f8 {
    text-align: center;
  }
  .panel_small_f772 {
    text-align: right;
  }
}
@media screen and (max-width: 568px) {
  .north_38f5 .notification_out_e832,
  .notification_out_e832 {
    display: none;
  }
  .preview-873f {
    text-align: left;
  }
  .hero-iron-b6d2 {
    text-align: center;
  }
  .sort_d33f {
    text-align: right;
  }
}
#page {
  position: relative;
}
.info_narrow_e7eb {
  box-shadow: none !important;
}
.input_9a1e .tiny-819d,
.accent_6f4c .tiny-819d {
  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;
}
.accent_6f4c .tiny-819d {
  margin-top: 30px;
  margin-bottom: 30px;
}
.surface_8f83 {
  position: relative;
  padding-left: 2em;
  padding-right: 2em;
}
.surface_8f83:after,
.surface_8f83:before {
  content: "";
  display: table;
}
.surface_8f83:after {
  clear: both;
}
@media screen and (max-width: 48em) {
  .surface_8f83 {
    padding-left: 1em;
    padding-right: 1em;
  }
}
.surface_8f83,
.aside-liquid-696d {
  max-width: 1248px;
  margin: 0 auto;
}

.header-dim-c97a.component-plasma-f3f1 .surface_8f83 {
  max-width: 100%;
}
.header-dim-c97a.link-warm-d21d {
  max-width: 1200px;
  margin: 0 auto;
}
.header-dim-c97a.copper_3659 .surface_8f83 {
  max-width: 100%;
}
.header-dim-c97a.copper_3659 > .surface_8f83 {
  padding-left: 0;
  padding-right: 0;
}
.header-dim-c97a.copper_3659 > .surface_8f83 .north_38f5 {
  margin: 0;
}
.header-dim-c97a.copper_3659
  > .surface_8f83
  .copper-6bc5.surface-ef25 {
  margin-right: 0;
  margin-left: 0;
}
.header-dim-c97a.copper_3659 #main.surface-ef25 {
  padding: 0;
}
#main,
#sidebar-primary,
#sidebar-secondary {
  padding-top: 2.617924em;
  padding-bottom: 2.617924em;
}
@media screen and (max-width: 1024px) {
  .old_39fe #main {
    border-left: 0 none;
  }
}
@media screen and (max-width: 1024px) {
  .old_39fe #sidebar-secondary {
    -webkit-box-ordinal-group: 6;
    order: 5;
    display: none;
  }
}
@media screen and (min-width: 48em) {
  .wood-62fe .status-39cb {
    padding-right: 1em;
  }
  .wood-62fe.white-8295 .copper-6bc5 {
    border-right: 1px solid #eaecee;
  }
  .wood-62fe.white-8295 .status-39cb {
    padding-right: 1em;
  }
  .wood-62fe.white-8295 .hero-4b40 {
    padding-left: 1em;
  }
}
@media screen and (min-width: 48em) {
  .texture_d486 .status-39cb {
    padding-left: 1em;
  }
  .texture_d486.white-8295 .copper-6bc5 {
    border-left: 1px solid #eaecee;
  }
  .texture_d486.white-8295 .status-39cb {
    padding-left: 1em;
  }
  .texture_d486.white-8295 .hero-4b40 {
    padding-right: 1em;
  }
}
@media screen and (min-width: 48em) {
  .left-2661 .status-39cb {
    padding-left: 1em;
  }
  .left-2661.white-8295 .fixed_709b {
    border-right: 1px solid #eaecee;
  }
  .left-2661.white-8295 .light-d5ef {
    border-right: 1px solid #eaecee;
  }
  .left-2661.white-8295 .status-39cb {
    padding-left: 1em;
  }
  .left-2661.white-8295 .hero-4b40 {
    padding-right: 1em;
  }
  .left-2661.white-8295 .section-white-3784 {
    padding-left: 1em;
    padding-right: 1em;
  }
}
@media screen and (min-width: 48em) {
  .paper_a782 .status-39cb {
    padding-right: 1em;
  }
  .paper_a782.white-8295 .fixed_709b {
    border-left: 1px solid #eaecee;
  }
  .paper_a782.white-8295 .light-d5ef {
    border-left: 1px solid #eaecee;
  }
  .paper_a782.white-8295 .status-39cb {
    padding-right: 1em;
  }
  .paper_a782.white-8295 .hero-4b40 {
    padding-left: 1em;
    padding-right: 1em;
  }
  .paper_a782.white-8295 .section-white-3784 {
    padding-left: 1em;
  }
}
@media screen and (min-width: 48em) {
  .old_39fe .status-39cb {
    padding-left: 1em;
    padding-right: 1em;
  }
  .old_39fe.white-8295 .copper-6bc5 {
    border-left: 1px solid #eaecee;
    border-right: 1px solid #eaecee;
  }
  .old_39fe.white-8295 .status-39cb {
    padding-left: 1em;
    padding-right: 1em;
  }
  .old_39fe.white-8295 .hero-4b40 {
    padding-left: 1em;
  }
  .old_39fe.white-8295 .section-white-3784 {
    padding-right: 1em;
  }
}
@media screen and (max-width: 64em) {
  .old_39fe.white-8295 .status-39cb {
    padding-left: 0;
  }
}
.thumbnail_pro_2f7b .detail_stone_a46f {
  display: inline-block;
}
.huge_96a3 {
  display: inline-block;
}
.item-dcf5 {
  word-con: break-word;
}
.bright_a3ee > span {
  display: inline-block;
  padding: 5px 0;
}
.bright_a3ee .easy-27c1 {
  margin-left: 8px;
  margin-right: 8px;
}
.bright_a3ee .search-6aaa img {
  vertical-align: middle;
  overflow: hidden;
  border-radius: 50%;
  margin-right: 5px;
}
.search-huge-af9e .carousel-wood-cce3 {
  margin-bottom: 2em;
}
.search-huge-af9e .hidden-rough-0cc9 {
  margin-bottom: 15px;
}
.search-huge-af9e .hidden-rough-0cc9:last-child {
  margin-bottom: 0;
}
.search-huge-af9e .bronze-eed4 {
  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) {
  .search-huge-af9e .bronze-eed4 {
    display: block;
  }
}
.search-huge-af9e .south_9ab7 {
  position: relative;
  max-width: 100%;
  flex-basis: 40%;
  padding-top: 0;
  overflow: hidden;
}
@media screen and (max-width: 568px) {
  .search-huge-af9e .south_9ab7 {
    margin-bottom: 1em;
    width: 100% !important;
    padding-top: 56.25%;
  }
}
.search-huge-af9e .tabs_7b45 {
  position: absolute;
  top: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: flex;
  line-height: 0;
  background-color: #d5d5d5;
}
.search-huge-af9e .tabs_7b45 img {
  -o-object-fit: cover;
  object-fit: cover;
  width: 100%;
  height: auto;
}
.search-huge-af9e .tabs_7b45 a {
  position: absolute;
  top: 0;
  top: 0;
  display: block;
}
.search-huge-af9e .item-dcf5 {
  font-size: 1.5em;
  font-weight: 500;
  word-con: break-word;
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
}
.search-huge-af9e .item-dcf5 a {
  text-align: inherit;
  display: block;
  flex-basis: 100%;
}
.search-huge-af9e .tag_d26e p:last-child {
  margin-bottom: 0;
}
.search-huge-af9e .panel_white_ad66 {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: block;
  z-index: 30;
}
.search-huge-af9e .paragraph-d9c9 {
  -webkit-box-flex: 1;
  flex: 1;
  word-con: break-word;
  max-width: 100%;
}
.search-huge-af9e .form_92f4 {
  margin-top: 1em;
}
.search-huge-af9e .summary_3011 {
  top: 0;
  display: block;
}
.search-huge-af9e .summary_3011 a {
  color: inherit;
}
.search-huge-af9e .summary_3011 a:hover {
  color: inherit;
}
.search-huge-af9e .fixed_5239 {
  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;
}
.search-huge-af9e .fixed_5239:hover {
  background: #235787;
  color: #fff;
  border-color: #235787;
}
.search-huge-af9e .paragraph-d9c9 {
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-flow: column nowrap;
}
.search-huge-af9e .grid-04c4 {
  position: relative;
  width: 100%;
  margin-bottom: 15px;
}
.search-huge-af9e .grid-04c4:first-child {
  margin-top: 0;
}
.search-huge-af9e .grid-04c4.description_ffa1 {
  -webkit-box-flex: 0;
  flex: none;
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.search-huge-af9e .grid-04c4.fresh-b584 {
  display: -webkit-box;
  display: flex;
  margin-top: auto;
  margin-bottom: 0;
  -webkit-box-pack: justify;
  justify-content: space-between;
}
.search-huge-af9e
  .grid-04c4.fresh-b584.hover_warm_9909
  .form_92f4 {
  width: 100%;
}
.search-huge-af9e .fresh-b584 {
  -webkit-box-align: center;
  align-items: center;
}
.search-huge-af9e .fresh-b584 .bright_a3ee,
.search-huge-af9e .fresh-b584 > * {
  margin-bottom: 0;
  margin-top: 0;
  display: inline-block;
}
.search-huge-af9e .tabs_7b45 {
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
.search-huge-af9e .tabs_7b45 img {
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
.search-huge-af9e .tabs_7b45: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;
}
.search-huge-af9e .description_ffa1 {
  z-index: 5;
}
.search-huge-af9e .blue-e488 .gradient_0726 {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  display: block;
}
.search-huge-af9e .lite-1a19 .gradient_0726 {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  display: block;
}
.search-huge-af9e .background_large_af60 .gradient_0726 {
  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;
}
.search-huge-af9e.form_white_7b88 .bronze-eed4,
.search-huge-af9e.hovered-931a .bronze-eed4 {
  display: block;
}
.search-huge-af9e.form_white_7b88 .bronze-eed4 .south-1939,
.search-huge-af9e.form_white_7b88 .bronze-eed4 .paragraph-d9c9,
.search-huge-af9e.hovered-931a .bronze-eed4 .south-1939,
.search-huge-af9e.hovered-931a .bronze-eed4 .paragraph-d9c9 {
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
}
.search-huge-af9e.highlight-36af .south_9ab7 {
  margin-right: 2em;
}
@media screen and (max-width: 568px) {
  .search-huge-af9e.highlight-36af .south_9ab7 {
    margin-right: 0;
  }
}
.search-huge-af9e.form_white_7b88 .south_9ab7,
.search-huge-af9e.hovered-931a .south_9ab7 {
  padding-top: 40%;
}
.search-huge-af9e.form_white_7b88 .carousel-wood-cce3,
.search-huge-af9e.hovered-931a .carousel-wood-cce3 {
  display: block;
}
.search-huge-af9e.form_white_7b88 .fn-sticky-f516 .paragraph-d9c9,
.search-huge-af9e.hovered-931a .fn-sticky-f516 .paragraph-d9c9 {
  background-color: #fcf8e3;
  border: 1px solid #faf2cc;
  border-top: 0 none;
  color: #8a6d3b;
  padding: 1em;
}
.search-huge-af9e.form_white_7b88 .south_9ab7,
.search-huge-af9e.hovered-931a .south_9ab7 {
  margin-bottom: 1em;
  display: block;
  position: relative;
}
.search-huge-af9e.form_white_7b88 .paragraph-d9c9 {
  padding: 1em;
}
.photo-2885 {
  margin: 30px auto;
  display: block;
}
.photo-2885 .yellow-fed4 > * {
  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;
}
.photo-2885 .yellow-fed4 > :hover {
  border-color: #235787;
  background: #235787;
  color: #fff;
}
.photo-2885 .yellow-fed4 span {
  border-color: #235787;
  background: #235787;
  color: #fff;
}
.surface-dfe4 .bright_a3ee {
  margin-bottom: 1.41575em;
}
.surface-dfe4 .description-4d62 {
  margin-bottom: 1.618em;
}
.west_3517 .over-c58c {
  display: block;
  margin: 5px 0 20px;
  font-weight: 500;
}
.west_3517 .over-c58c a {
  border: 1px solid #eaecee;
  padding: 5px 12px 5px;
  text-transform: uppercase;
  color: #686868;
  margin: 0 2px;
}
.west_3517 .wrapper-hot-4630 {
  max-width: 100%;
  overflow: auto;
}
.footer_554b .west_3517 a:hover {
  text-decoration: underline;
}
.cool_99ee .hidden-rough-0cc9:not(.item-dcf5),
.cool_99ee .tabs_7b45 {
  margin-bottom: 1.41575em;
}
.cool_99ee .hidden-rough-0cc9:not(.item-dcf5):last-child,
.cool_99ee .tabs_7b45:last-child {
  margin-bottom: 0;
}
.cool_99ee .hidden-rough-0cc9.gradient-a003 {
  margin-bottom: 0.41575em;
}
.cool_99ee .caption-wide-a445:before,
.cool_99ee .layout-action-2287:before {
  font: normal normal normal 16px/1 FontAwesome;
  text-decoration: inherit;
  text-transform: none;
  position: relative;
  margin-right: 5px;
  color: #6d6d6d;
}
.cool_99ee .caption-wide-a445:before {
  content: "\f115";
}
.cool_99ee .layout-action-2287:before {
  content: "\f02c";
}
.cool_99ee .texture-wood-6398 {
  display: block;
  width: 100%;
  margin-top: 0.5407911001em;
}
.cool_99ee .texture-wood-6398 a {
  text-transform: uppercase;
  font-weight: 500;
  font-size: 80%;
  letter-spacing: 0.5px;
}
.south_725a {
  display: -webkit-box;
  display: flex;
}
.south_725a .pagination-c1c7 {
  flex-basis: 90px;
}
@media screen and (max-width: 568px) {
  .south_725a .pagination-c1c7 {
    flex-basis: 90px;
  }
}
.south_725a .outline_d689 {
  flex-basis: calc(100% - 90px);
  margin-left: 1.5em;
}
@media screen and (max-width: 568px) {
  .south_725a .outline_d689 {
    flex-basis: calc(100% - 50px);
  }
}
.south_725a .motion-0968 p:last-child {
  margin-bottom: 0.72em;
}
.focus_orange_48a1 .yellow-fed4 {
  padding: 16px 0 15px;
  border-top: 1px solid #eaecee;
  border-bottom: 1px solid #eaecee;
}
.focus_orange_48a1 .yellow-fed4:after,
.focus_orange_48a1 .yellow-fed4:before {
  content: "";
  display: table;
}
.focus_orange_48a1 .yellow-fed4:after {
  clear: both;
}
.focus_orange_48a1 .yellow-fed4 .left_ed47,
.focus_orange_48a1 .yellow-fed4 .status-liquid-a993 {
  width: 49%;
}
.focus_orange_48a1 .yellow-fed4 .left_ed47 a span.card-cool-3a0a,
.focus_orange_48a1 .yellow-fed4 .status-liquid-a993 a span.card-cool-3a0a {
  display: block;
  margin-bottom: 5px;
}
.focus_orange_48a1 .yellow-fed4 .status-liquid-a993 {
  float: left;
  text-align: left;
}
.focus_orange_48a1 .yellow-fed4 .left_ed47 {
  float: right;
  text-align: right;
}
.title-9355 {
  margin-bottom: 0.41575em;
}
@media screen and (max-width: 568px) {
  .title-9355 {
    margin-bottom: 0;
  }
}
.large_17ef {
  margin-bottom: 1em;
}
.large_17ef .item-dcf5 {
  font-size: 1.1em;
  line-height: 1.3;
}
.focus_a394 a {
  display: block;
  line-height: 0;
  position: relative;
}
.rough-af7e .large_17ef,
.rough_c4a1 .large_17ef {
  display: -webkit-box;
  display: flex;
}
@media screen and (max-width: 568px) {
  .rough-af7e .large_17ef,
  .rough_c4a1 .large_17ef {
    display: block;
  }
}
.rough-af7e .focus_a394,
.rough_c4a1 .focus_a394 {
  flex-basis: 160px;
  position: relative;
}
@media screen and (max-width: 568px) {
  .rough-af7e .focus_a394,
  .rough_c4a1 .focus_a394 {
    margin-bottom: 1em;
  }
}
.rough-af7e .focus_a394 img,
.rough_c4a1 .focus_a394 img {
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  display: block;
}
.rough-af7e .fixed-a418,
.rough_c4a1 .fixed-a418 {
  flex-basis: calc(100% - 160px);
}
.rough-af7e .fixed-a418 p,
.rough_c4a1 .fixed-a418 p {
  margin-bottom: 0;
}
.rough-af7e .fixed-a418 {
  padding-left: 1em;
}
@media screen and (max-width: 568px) {
  .rough-af7e .fixed-a418 {
    padding-left: 0;
  }
}
.rough_c4a1 .fixed-a418 {
  -webkit-box-ordinal-group: 2;
  order: 1;
  padding-right: 1em;
}
@media screen and (max-width: 568px) {
  .rough_c4a1 .fixed-a418 {
    padding-right: 0;
  }
}
.rough_c4a1 .focus_a394 {
  -webkit-box-ordinal-group: 3;
  order: 2;
}
.gold_4847 .focus_a394 {
  margin-bottom: 0.5em;
}
.gold_4847 .focus_a394 img {
  width: 100%;
}
.fluid-6c56 .card_43b4,
.gallery_north_0706 .card_43b4 {
  margin-bottom: 35px;
  padding-bottom: 20px;
  border-bottom: 1px solid #eaecee;
}
.gallery_north_0706 .copper-6bc5 .highlight_c6c6 p:last-child {
  margin-bottom: 0;
}
.slow-1d88 {
  font-size: 16px;
  text-transform: uppercase;
  font-weight: 500;
  color: currentColor;
  margin-bottom: 20px;
}
.advanced_bf24 .middle-0e16 {
  margin-bottom: 2em;
}
@media screen and (min-width: 1025px) {
  .advanced_bf24 .middle-0e16:last-of-type {
    margin-bottom: 0;
  }
}
.advanced_bf24 .middle-0e16 ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.advanced_bf24 .middle-0e16 ul:after {
  clear: both;
  content: ".";
  display: block;
  height: 0;
  visibility: hidden;
}
.advanced_bf24 .middle-0e16 ul li {
  margin: 0 0 0.6em;
}
.advanced_bf24 .middle-0e16 ul li.north_5a9f,
.advanced_bf24 .middle-0e16 ul li.lower-d2d4 {
  position: relative;
}
.advanced_bf24 .middle-0e16 ul li.north_5a9f .south-fe41,
.advanced_bf24 .middle-0e16 ul li.lower-d2d4 .south-fe41 {
  right: 0;
  background: #eaecee;
  color: #999;
  padding: 0 0.5em;
  border-radius: 0.9em;
  font-size: 12px;
  position: absolute;
  top: 4px;
}
.advanced_bf24 .middle-0e16 ul li.north_5a9f:after:after,
.advanced_bf24 .middle-0e16 ul li.north_5a9f:after:before,
.advanced_bf24
  .middle-0e16
  ul
  li.lower-d2d4:after:after,
.advanced_bf24
  .middle-0e16
  ul
  li.lower-d2d4:after:before {
  content: "";
  display: table;
}
.advanced_bf24 .middle-0e16 ul li.north_5a9f:after:after,
.advanced_bf24
  .middle-0e16
  ul
  li.lower-d2d4:after:after {
  clear: both;
}
.advanced_bf24 .middle-0e16 a.info-dim-93e3:hover {
  text-decoration: none;
}
.advanced_bf24 .middle-0e16 select {
  max-width: 100%;
}
.advanced_bf24 .middle-0e16 table {
  font-size: 85%;
}
.advanced_bf24 .middle-0e16 table td,
.advanced_bf24 .middle-0e16 table th {
  padding: 0.2360828548em;
  text-align: center;
}
.advanced_bf24 .middle-0e16 table tfoot td {
  text-align: left;
}
.advanced_bf24 .middle-0e16 :last-child {
  margin-bottom: 0;
}
.advanced_bf24 .middle-0e16 .outer-4418 {
  display: -webkit-box;
  display: flex;
  width: 100%;
  max-width: 100%;
}
.advanced_bf24 .middle-0e16 .outer-4418 label {
  width: 100%;
}
.advanced_bf24 .middle-0e16 .outer-4418 .wood-ffbf {
  width: 100%;
  display: block;
}
.advanced_bf24 .middle-0e16 .outer-4418 .link-plasma-7a39 {
  padding: 9px 14px;
  margin-left: -46px;
  overflow: hidden;
  box-shadow: none;
  background: 0 0;
  color: #aaa;
  line-height: 0;
}
.advanced_bf24 .middle-0e16 .outer-4418 .link-plasma-7a39:hover svg #svg-search {
  fill: #444;
}
.advanced_bf24 .middle-0e16 .outer-4418 .link-plasma-7a39 svg {
  width: 18px;
  height: 18px;
}
.advanced_bf24 .overlay_1529 ul ul,
.advanced_bf24 .pattern_lite_8796 ul ul,
.advanced_bf24 .sort-current-d086 ul ul,
.advanced_bf24 .brown_01c1 ul ul {
  margin-top: 0.3819820591em;
  margin-left: 0;
  margin-bottom: -0.3819820591em;
}
.advanced_bf24 .overlay_1529 .caption-first-ee5b > a,
.advanced_bf24 .pattern_lite_8796 .caption-first-ee5b > a,
.advanced_bf24 .sort-current-d086 .caption-first-ee5b > a,
.advanced_bf24 .brown_01c1 .caption-first-ee5b > a {
  margin-bottom: 0;
}
.advanced_bf24 .text-steel-7ef9 li,
.advanced_bf24 .overlay_1529 li,
.advanced_bf24 .texture-clean-d676 li,
.advanced_bf24 .pattern_lite_8796 li,
.advanced_bf24 .sort-current-d086 li,
.advanced_bf24 .brown_01c1 li,
.advanced_bf24 .photo_af9a li,
.advanced_bf24 .summary_9974 li {
  display: block;
  position: relative;
}
.advanced_bf24 .text-steel-7ef9 li:last-child,
.advanced_bf24 .overlay_1529 li:last-child,
.advanced_bf24 .texture-clean-d676 li:last-child,
.advanced_bf24 .pattern_lite_8796 li:last-child,
.advanced_bf24 .sort-current-d086 li:last-child,
.advanced_bf24 .brown_01c1 li:last-child,
.advanced_bf24 .photo_af9a li:last-child,
.advanced_bf24 .summary_9974 li:last-child {
  border: none;
}
.advanced_bf24 .text-steel-7ef9 li a,
.advanced_bf24 .overlay_1529 li a,
.advanced_bf24 .texture-clean-d676 li a,
.advanced_bf24 .pattern_lite_8796 li a,
.advanced_bf24 .sort-current-d086 li a,
.advanced_bf24 .brown_01c1 li a,
.advanced_bf24 .photo_af9a li a,
.advanced_bf24 .summary_9974 li a {
  display: block;
  width: 100%;
  padding-bottom: 0.6em;
  margin-bottom: 0.6em;
  border-bottom: 1px solid #eaecee;
  position: relative;
}
.advanced_bf24 .text-steel-7ef9 li ul li::before,
.advanced_bf24 .overlay_1529 li ul li::before,
.advanced_bf24 .texture-clean-d676 li ul li::before,
.advanced_bf24 .pattern_lite_8796 li ul li::before,
.advanced_bf24 .sort-current-d086 li ul li::before,
.advanced_bf24 .brown_01c1 li ul li::before,
.advanced_bf24 .photo_af9a li ul li::before,
.advanced_bf24 .summary_9974 li ul li::before {
  left: 15px;
}
.advanced_bf24 .text-steel-7ef9 li ul a,
.advanced_bf24 .overlay_1529 li ul a,
.advanced_bf24 .texture-clean-d676 li ul a,
.advanced_bf24 .pattern_lite_8796 li ul a,
.advanced_bf24 .sort-current-d086 li ul a,
.advanced_bf24 .brown_01c1 li ul a,
.advanced_bf24 .photo_af9a li ul a,
.advanced_bf24 .summary_9974 li ul a {
  padding-left: 20px;
}
.advanced_bf24 .text-steel-7ef9 li ul ul li::before,
.advanced_bf24 .overlay_1529 li ul ul li::before,
.advanced_bf24 .texture-clean-d676 li ul ul li::before,
.advanced_bf24 .pattern_lite_8796 li ul ul li::before,
.advanced_bf24 .sort-current-d086 li ul ul li::before,
.advanced_bf24 .brown_01c1 li ul ul li::before,
.advanced_bf24 .photo_af9a li ul ul li::before,
.advanced_bf24 .summary_9974 li ul ul li::before {
  left: 30px;
}
.advanced_bf24 .text-steel-7ef9 li ul ul a,
.advanced_bf24 .overlay_1529 li ul ul a,
.advanced_bf24 .texture-clean-d676 li ul ul a,
.advanced_bf24 .pattern_lite_8796 li ul ul a,
.advanced_bf24 .sort-current-d086 li ul ul a,
.advanced_bf24 .brown_01c1 li ul ul a,
.advanced_bf24 .photo_af9a li ul ul a,
.advanced_bf24 .summary_9974 li ul ul a {
  padding-left: 40px;
}
.advanced_bf24 .detail_b49f li {
  padding-bottom: 0.6em;
  border-bottom: 1px solid #eaecee;
  position: relative;
}
.advanced_bf24 .summary_9974 ul li {
  margin-bottom: 1.41575em;
}
.advanced_bf24 .summary_9974 ul li .caption_orange_345f {
  font-weight: 400;
  font-size: 1.2em;
  line-height: 1.28;
}
.advanced_bf24 .summary_9974 ul li .description-397b {
  display: block;
  margin: 0.5407911001em 0;
  font-size: 85%;
}
.overlay-north-12a9 .text-steel-7ef9 li a,
.overlay-north-12a9 .overlay_1529 li a,
.overlay-north-12a9 .texture-clean-d676 li a,
.overlay-north-12a9 .pattern_lite_8796 li a,
.overlay-north-12a9 .sort-current-d086 li a,
.overlay-north-12a9 .brown_01c1 li a,
.overlay-north-12a9 .photo_af9a li a,
.overlay-north-12a9 .summary_9974 li a {
  border-color: rgba(255, 255, 255, 0.08);
}
.overlay-north-12a9 .detail_b49f li {
  border-color: rgba(255, 255, 255, 0.08);
}
.overlay-north-12a9 .middle-0e16 ul li.north_5a9f .south-fe41,
.overlay-north-12a9 .middle-0e16 ul li.lower-d2d4 .south-fe41 {
  background: rgba(0, 0, 0, 0.2);
}
.overlay-north-12a9 .advanced_bf24 .middle-0e16 select {
  border-color: rgba(255, 255, 255, 0.08);
}
.header-dim-c97a .advanced_bf24 .over-0c8e li {
  margin: 0;
}
.header-dim-c97a .advanced_bf24 .over-0c8e li a {
  display: block;
  padding: 0.6em 0 0.6em;
}
.header-dim-c97a .advanced_bf24 .over-0c8e li ul {
  margin: 0;
}
.header-dim-c97a .advanced_bf24 .over-0c8e li ul li a {
  padding-left: 15px;
}
.header-dim-c97a .advanced_bf24 .over-0c8e li ul li li a {
  padding-left: 30px;
}
.header-dim-c97a .advanced_bf24 .over-0c8e li.outline_bf32 > a {
  position: relative;
  border: 1px solid #eaecee;
  border-left: none;
  border-right: none;
  font-size: 110%;
}
.header-dim-c97a .advanced_bf24 .over-0c8e li.outline_bf32 > 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;
}
.header-dim-c97a .advanced_bf24 .over-0c8e li.outline_bf32 > 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;
}
.large-0280 a {
  border: 1px solid currentColor;
  border-radius: 2px;
  display: inline-block;
  font-size: 0.875em !important;
  margin-bottom: 5px;
  padding: 1px 10px 1px;
}
.secondary-5b77 {
  position: relative;
  z-index: 10;
}
.secondary-5b77 .module_steel_599d {
  width: 100%;
  max-width: 100%;
}
.banner-a5a7 .alert_fixed_c50d {
  padding-top: 2em;
  padding-bottom: 2em;
}
.banner-a5a7 .label-hard-0df0 {
}
.banner-a5a7 .overlay-north-12a9 {
  background: #292929;
}
.mask_376f .alert_fixed_c50d {
  padding-top: 2.5em;
  padding-bottom: 2.5em;
}
.mask_376f .label-hard-0df0 {
  background: #f9f9f9;
}
.mask_376f .overlay-north-12a9 {
  background: #303030;
}
.thick_1b45 .alert_fixed_c50d {
  padding-top: 1.5em;
  padding-bottom: 1.5em;
}
@media screen and (max-width: 568px) {
  .thick_1b45 .detail_stone_a46f {
    margin-bottom: 1em;
  }
  .thick_1b45 .detail_stone_a46f:last-child {
    margin-bottom: 0;
  }
}
.thick_1b45 .label-hard-0df0 {
  background: #ededed;
}
.thick_1b45 .overlay-north-12a9 {
  background: #1a1a1a;
}
.alert_fixed_c50d.label-hard-0df0 {
  color: rgba(0, 0, 0, 0.6);
}
.alert_fixed_c50d.label-hard-0df0 .stone_8786 li {
  border-color: rgba(0, 0, 0, 0.08);
}
.alert_fixed_c50d.overlay-north-12a9 {
  color: rgba(255, 255, 255, 0.99);
}
.alert_fixed_c50d.overlay-north-12a9 a:not(.info-dim-93e3) {
  color: rgba(255, 255, 255, 0.79);
}
.alert_fixed_c50d.overlay-north-12a9 a:not(.info-dim-93e3):hover {
  color: rgba(255, 255, 255, 0.99);
}
.alert_fixed_c50d.overlay-north-12a9 .stone_8786 li {
  border-color: rgba(255, 255, 255, 0.08);
}
.alert_fixed_c50d.overlay-north-12a9 table tbody td,
.alert_fixed_c50d.overlay-north-12a9 table th {
  background: rgba(0, 0, 0, 0.08);
}
.box_b309.light-fe4b .surface_8f83 {
  max-width: initial;
}
.box_b309 .avatar_orange_2e67 {
  -webkit-box-pack: start;
  justify-content: flex-start;
}
.box_b309 .avatar_orange_2e67 .module_steel_599d {
  width: auto;
}
@media screen and (max-width: 1024px) {
  .box_b309 .avatar_orange_2e67 .module_steel_599d {
    display: block;
    margin-bottom: 2em;
  }
  .box_b309 .avatar_orange_2e67 .module_steel_599d:last-child {
    margin-bottom: 0;
  }
}
.thick_1b45 .detail_stone_a46f:last-child,
.mask_376f .detail_stone_a46f:last-child,
.banner-a5a7 .detail_stone_a46f:last-child {
  margin-bottom: 0;
}
.thick_1b45 .detail_stone_a46f .advanced_bf24 .middle-0e16:last-child,
.mask_376f .detail_stone_a46f .advanced_bf24 .middle-0e16:last-child,
.banner-a5a7 .detail_stone_a46f .advanced_bf24 .middle-0e16:last-child {
  margin-bottom: 0;
}
@media screen and (max-width: 568px) {
  .thick_1b45 .pressed_5172,
  .thick_1b45 .center-854f,
  .mask_376f .pressed_5172,
  .mask_376f .center-854f,
  .banner-a5a7 .pressed_5172,
  .banner-a5a7 .center-854f {
    text-align: center;
  }
}
@media screen and (max-width: 48em) {
  .secondary-5b77 .detail_stone_a46f {
    margin-bottom: 2em;
  }
}
.secondary-5b77 p:last-child {
  margin-bottom: 0;
}
.secondary-5b77 li,
.secondary-5b77 ul {
  list-style: none;
  margin: 0;
}
.secondary-5b77 ul ul {
  margin-left: 2.617924em;
}
.accordion_2e94 {
  font-size: 0.875em;
}

/* css-noise: e4f1 */
.phantom-card-q4 {
  padding: 0.4rem;
  font-size: 10px;
  line-height: 1.2;
}
