/*!
Theme Name: Customify
Theme URI: https://pressmaximum.smooth-2397/customify
Author: WPCustomify
Author URI: https://pressmaximum.smooth-2397
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.smooth-2397/customify
Version: 0.3.7
License: GNU General Public License v2 or later
License URI: http://www.complex_0e2c.gradient-simple-c7bb/licenses/gpl-2.0.component-selected-a965
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.accordion_center_ea30/, (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.hidden-c181.surface_pro_a0fc/normalize.surface_hard_e9af/
 ======
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.surface_hard_e9af v7.0.0 | MIT License | github.smooth-2397/necolas/normalize.surface_hard_e9af */
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;
}
.small-3881 .form_full_8cee,
.block_middle_9bbd,
.title-small-2456,
.gallery_4c4b,
.background_a5c6,
.description-soft-5bec,
.rough_3ab2,
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;
}
.block_middle_9bbd,
h1 {
  font-size: 2.42em;
  line-height: 1.216;
}
@media screen and (max-width: 1024px) {
  .block_middle_9bbd,
  h1 {
    font-size: 2.1em;
  }
}
@media screen and (max-width: 568px) {
  .block_middle_9bbd,
  h1 {
    font-size: 1.8em;
  }
}
.title-small-2456,
h2 {
  font-size: 2.1em;
  line-height: 1.216;
}
.title-small-2456 + h3,
h2 + h3 {
  border-top: 1px solid #eaecee;
  padding-top: 0.5407911001em;
}
@media screen and (max-width: 1024px) {
  .title-small-2456,
  h2 {
    font-size: 1.9em;
  }
}
@media screen and (max-width: 568px) {
  .title-small-2456,
  h2 {
    font-size: 1.7em;
  }
}
.gallery_4c4b,
h3 {
  font-size: 1.618em;
}
.small-3881 .form_full_8cee,
.background_a5c6,
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.picture_f4bb {
  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;
}
.current_8c72:after,
.current_8c72:before,
.hidden-short-1bc6:after,
.hidden-short-1bc6:before {
  content: "";
  display: table;
}
.current_8c72:after,
.hidden-short-1bc6:after {
  clear: both;
}
.sidebar-c616 {
  float: right;
  margin-right: 0;
}
.easy_feb4 {
  float: left;
  margin-left: 0;
}
form {
  margin-bottom: 2em;
}
.notification-1b0c .dim-1f49,
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;
}
.notification-1b0c .dim-1f49: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;
}
.text_243b .dim-1f49 {
  box-shadow: none;
}
.text_243b
  .dim-1f49
  .center_9c5e {
  line-height: 2.4em;
  min-height: 2.6em;
  padding-left: 0;
}
.text_243b .dim-1f49 .mini-18c4 {
  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;
}
.text_243b
  .dim-1f49
  .mini-18c4
  b {
  display: none;
}
.text_243b .top_54af {
  border: 1px solid #e5e5e5;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.12) inset;
}
.column-6f70:not(.info_left_2475):not(.avatar_next_9f8f),
button:not(.info_left_2475):not(.avatar_next_9f8f),
input[type="button"]:not(.info_left_2475):not(
    .avatar_next_9f8f
  ),
input[type="reset"]:not(.info_left_2475):not(
    .avatar_next_9f8f
  ),
input[type="submit"]:not(.info_left_2475):not(
    .avatar_next_9f8f
  ) {
  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;
}
.column-6f70:not(.info_left_2475):not(
    .avatar_next_9f8f
  ):hover,
button:not(.info_left_2475):not(
    .avatar_next_9f8f
  ):hover,
input[type="button"]:not(.info_left_2475):not(
    .avatar_next_9f8f
  ):hover,
input[type="reset"]:not(.info_left_2475):not(
    .avatar_next_9f8f
  ):hover,
input[type="submit"]:not(.info_left_2475):not(
    .avatar_next_9f8f
  ):hover {
  box-shadow: inset 0 0 0 120px rgba(0, 0, 0, 0.18);
  color: #fff;
  outline: 0;
}
.column-6f70:not(.info_left_2475):not(
    .avatar_next_9f8f
  ):active,
.column-6f70:not(.info_left_2475):not(
    .avatar_next_9f8f
  ):focus,
button:not(.info_left_2475):not(
    .avatar_next_9f8f
  ):active,
button:not(.info_left_2475):not(
    .avatar_next_9f8f
  ):focus,
input[type="button"]:not(.info_left_2475):not(
    .avatar_next_9f8f
  ):active,
input[type="button"]:not(.info_left_2475):not(
    .avatar_next_9f8f
  ):focus,
input[type="reset"]:not(.info_left_2475):not(
    .avatar_next_9f8f
  ):active,
input[type="reset"]:not(.info_left_2475):not(
    .avatar_next_9f8f
  ):focus,
input[type="submit"]:not(.info_left_2475):not(
    .avatar_next_9f8f
  ):active,
input[type="submit"]:not(.info_left_2475):not(
    .avatar_next_9f8f
  ):focus {
  outline: 0;
}
.column-6f70:not(.info_left_2475):not(
    .avatar_next_9f8f
  ).fn-loading-5689,
button:not(.info_left_2475):not(
    .avatar_next_9f8f
  ).fn-loading-5689,
input[type="button"]:not(.info_left_2475):not(
    .avatar_next_9f8f
  ).fn-loading-5689,
input[type="reset"]:not(.info_left_2475):not(
    .avatar_next_9f8f
  ).fn-loading-5689,
input[type="submit"]:not(.info_left_2475):not(
    .avatar_next_9f8f
  ).fn-loading-5689 {
  position: relative;
}
.column-6f70:not(.info_left_2475):not(
    .avatar_next_9f8f
  ).fn-loading-5689
  .message_d6e4,
.column-6f70:not(.info_left_2475):not(
    .avatar_next_9f8f
  ).fn-loading-5689
  .footer_bronze_0a2d,
.column-6f70:not(.info_left_2475):not(
    .avatar_next_9f8f
  ).fn-loading-5689
  .texture_a7ae,
.column-6f70:not(.info_left_2475):not(
    .avatar_next_9f8f
  ).fn-loading-5689
  i,
.column-6f70:not(.info_left_2475):not(
    .avatar_next_9f8f
  ).fn-loading-5689
  svg,
button:not(.info_left_2475):not(
    .avatar_next_9f8f
  ).fn-loading-5689
  .message_d6e4,
button:not(.info_left_2475):not(
    .avatar_next_9f8f
  ).fn-loading-5689
  .footer_bronze_0a2d,
button:not(.info_left_2475):not(
    .avatar_next_9f8f
  ).fn-loading-5689
  .texture_a7ae,
button:not(.info_left_2475):not(
    .avatar_next_9f8f
  ).fn-loading-5689
  i,
button:not(.info_left_2475):not(
    .avatar_next_9f8f
  ).fn-loading-5689
  svg,
input[type="button"]:not(.info_left_2475):not(
    .avatar_next_9f8f
  ).fn-loading-5689
  .message_d6e4,
input[type="button"]:not(.info_left_2475):not(
    .avatar_next_9f8f
  ).fn-loading-5689
  .footer_bronze_0a2d,
input[type="button"]:not(.info_left_2475):not(
    .avatar_next_9f8f
  ).fn-loading-5689
  .texture_a7ae,
input[type="button"]:not(.info_left_2475):not(
    .avatar_next_9f8f
  ).fn-loading-5689
  i,
input[type="button"]:not(.info_left_2475):not(
    .avatar_next_9f8f
  ).fn-loading-5689
  svg,
input[type="reset"]:not(.info_left_2475):not(
    .avatar_next_9f8f
  ).fn-loading-5689
  .message_d6e4,
input[type="reset"]:not(.info_left_2475):not(
    .avatar_next_9f8f
  ).fn-loading-5689
  .footer_bronze_0a2d,
input[type="reset"]:not(.info_left_2475):not(
    .avatar_next_9f8f
  ).fn-loading-5689
  .texture_a7ae,
input[type="reset"]:not(.info_left_2475):not(
    .avatar_next_9f8f
  ).fn-loading-5689
  i,
input[type="reset"]:not(.info_left_2475):not(
    .avatar_next_9f8f
  ).fn-loading-5689
  svg,
input[type="submit"]:not(.info_left_2475):not(
    .avatar_next_9f8f
  ).fn-loading-5689
  .message_d6e4,
input[type="submit"]:not(.info_left_2475):not(
    .avatar_next_9f8f
  ).fn-loading-5689
  .footer_bronze_0a2d,
input[type="submit"]:not(.info_left_2475):not(
    .avatar_next_9f8f
  ).fn-loading-5689
  .texture_a7ae,
input[type="submit"]:not(.info_left_2475):not(
    .avatar_next_9f8f
  ).fn-loading-5689
  i,
input[type="submit"]:not(.info_left_2475):not(
    .avatar_next_9f8f
  ).fn-loading-5689
  svg {
  visibility: hidden;
}
.column-6f70:not(.info_left_2475):not(
    .avatar_next_9f8f
  ).fn-loading-5689:after,
button:not(.info_left_2475):not(
    .avatar_next_9f8f
  ).fn-loading-5689:after,
input[type="button"]:not(.info_left_2475):not(
    .avatar_next_9f8f
  ).fn-loading-5689:after,
input[type="reset"]:not(.info_left_2475):not(
    .avatar_next_9f8f
  ).fn-loading-5689:after,
input[type="submit"]:not(.info_left_2475):not(
    .avatar_next_9f8f
  ).fn-loading-5689: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;
}
.column-6f70:not(.info_left_2475):not(.avatar_next_9f8f),
input[type="button"]:not(.info_left_2475):not(
    .avatar_next_9f8f
  ),
input[type="reset"]:not(.info_left_2475):not(
    .avatar_next_9f8f
  ),
input[type="submit"]:not(.info_left_2475):not(
    .avatar_next_9f8f
  ) {
  color: #fff;
  background: #235787;
}
.column-6f70:not(.info_left_2475):not(
    .avatar_next_9f8f
  ):focus,
input[type="button"]:not(.info_left_2475):not(
    .avatar_next_9f8f
  ):focus,
input[type="reset"]:not(.info_left_2475):not(
    .avatar_next_9f8f
  ):focus,
input[type="submit"]:not(.info_left_2475):not(
    .avatar_next_9f8f
  ):focus {
  color: #fff;
}
.column-6f70.fn-disabled-5689:not(.info_left_2475):not(
    .avatar_next_9f8f
  ),
.column-6f70[disabled]:not(.info_left_2475):not(
    .avatar_next_9f8f
  ),
button.fn-disabled-5689:not(.info_left_2475):not(
    .avatar_next_9f8f
  ),
button[disabled]:not(.info_left_2475):not(
    .avatar_next_9f8f
  ) {
  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;
}
.article-copper-7ec8 {
  clip: rect(1px, 1px, 1px, 1px);
  position: absolute !important;
  height: 1px;
  width: 1px;
  overflow: hidden;
  word-con: normal !important;
}
.article-copper-7ec8: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;
}
.basic_3354 {
  display: inline;
  float: left;
  margin-right: 1.41575em;
}
.lower-6416 {
  display: inline;
  float: right;
  margin-left: 1.41575em;
}
.sidebar-basic-2453 {
  clear: both;
  display: block;
  margin: 0 auto;
}
.current_8c72:after,
.current_8c72:before,
.dim-85b7:after,
.dim-85b7:before,
.header_basic_af07:after,
.header_basic_af07:before,
.form-b9e6:after,
.form-b9e6:before,
.liquid_7394:after,
.liquid_7394:before,
.background-56ed:after,
.background-56ed:before {
  content: "";
  display: table;
  table-layout: fixed;
}
.current_8c72:after,
.dim-85b7:after,
.header_basic_af07:after,
.form-b9e6:after,
.liquid_7394:after,
.background-56ed:after {
  clear: both;
}
.dim-85b7 .info-fluid-f949,
.header_basic_af07 .info-fluid-f949,
.hero_bronze_4211 .info-fluid-f949 {
  border: none;
  margin-bottom: 0;
  margin-top: 0;
  padding: 0;
}
embed,
iframe,
object {
  max-width: 100%;
}
.primary-f385 {
  display: inline-block;
}
.cold-3bf0 {
  margin-bottom: 1.41575em;
  max-width: 100%;
}
.cold-3bf0 img[class*="wp-image-"] {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.cold-3bf0 .video-motion-bfce {
  padding: 1em 0;
  font-size: 85%;
}
.video-motion-bfce {
  text-align: left;
  font-style: italic;
  color: #999;
}
.cool_59d8 {
  margin-bottom: 1.5em;
  margin-bottom: 1.41575em;
}
.cool_59d8:after,
.cool_59d8:before {
  content: "";
  display: table;
}
.cool_59d8:after {
  clear: both;
}
.frame-b153 {
  display: inline-block;
  text-align: center;
  vertical-align: top;
  width: 100%;
}
.wide-8dad .frame-b153 {
  max-width: 50%;
}
.component-brown-edca .frame-b153 {
  max-width: 33.33%;
}
.plasma-2d52 .frame-b153 {
  max-width: 25%;
}
.complex-ba13 .frame-b153 {
  max-width: 20%;
}
.clean_59fc .frame-b153 {
  max-width: 16.66%;
}
.tag_pro_f6ca .frame-b153 {
  max-width: 14.28%;
}
.mask-clean-a1d0 .frame-b153 {
  max-width: 12.5%;
}
.accordion_71d4 .frame-b153 {
  max-width: 11.11%;
}
.frame_3c07 {
  display: block;
}
.small-3881 .column_ac08 label,
.small-3881 .hover-basic-b36b label,
.small-3881 .caption_steel_cc11 label,
.small-3881 .brown-ec59 label {
  text-transform: uppercase;
  letter-spacing: 0.5px;
  font-size: 0.85em;
}
.list-soft-053f {
  list-style: none;
  margin: 0;
}
.list-soft-053f article.hero_full_e99e {
  margin-bottom: 0;
}
.list-soft-053f ul {
  list-style: none;
  margin: 0;
}
.list-soft-053f .shadow_outer_9de4 li.hero_full_e99e {
  padding-left: 30px;
}
@media screen and (min-width: 64em) {
  .list-soft-053f .shadow_outer_9de4 li.hero_full_e99e {
    padding-left: 85px;
    border-left: 1px solid #eaecee;
    position: relative;
    width: 100%;
  }
  .list-soft-053f .shadow_outer_9de4 li.hero_full_e99e: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) {
  .list-soft-053f .shadow_outer_9de4 li.hero_full_e99e li.hero_full_e99e li.hero_full_e99e li.hero_full_e99e {
    padding-left: 0;
  }
}
article.hero_full_e99e {
  padding: 1.618em 0;
  margin-bottom: 1.618em;
}
article.hero_full_e99e .dim-85b7 p:last-of-type {
  margin-bottom: 0;
}
article.hero_full_e99e .accent-e7a2 {
  float: left;
}
article.hero_full_e99e .slow-628c {
  margin-left: 85px;
}
article.hero_full_e99e .pink-0b30 {
  display: block;
  margin: 12px 0 12px;
  padding-bottom: 4px;
  border-bottom: 1px solid #eaecee;
}
article.hero_full_e99e .pink-0b30 .accordion_center_e3f7 {
  margin-left: 10px;
}
article.hero_full_e99e .fluid_bbbd {
  font-weight: 500;
  text-transform: uppercase;
  line-height: 1;
  font-style: normal;
}
article.hero_full_e99e .next_431c {
  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 .column_ac08,
  #respond .caption_steel_cc11,
  #respond .brown-ec59 {
    width: 29.4117647059%;
    margin-right: 5.8823529412%;
    float: left;
  }
}
#respond .column_ac08 input,
#respond .caption_steel_cc11 input,
#respond .brown-ec59 input {
  width: 100%;
}
#respond .brown-ec59 {
  margin-right: 0;
}
#respond .mask-be1a #wp-comment-cookies-consent {
  position: relative;
  top: -1px;
  margin-right: 5px;
}
.fast-af44 {
  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;
}
.fast-af44.tertiary_purple_3f84 {
  width: 36px;
  height: 36px;
  min-height: 36px;
  font-size: 1.1em;
}
.fast-af44 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%);
}
.fast-af44:focus,
.fast-af44: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);
}
.narrow-bd89 {
  border-radius: 10%;
}
.tag-eaaa {
  border-radius: 50%;
}
.dark_4e0d {
  font-size: 0.72em;
}
.thumbnail-south-ea66 {
  font-size: 0.875em;
}
.info_a95d {
  font-size: 1.1em;
}
.badge-tall-e2b4 {
  text-transform: uppercase;
  line-height: 1.2;
}
.badge-tall-e2b4.dark_4e0d {
  letter-spacing: 0.5px;
}
.sidebar-slow-f214,
.sidebar-slow-f214 a {
  color: #6d6d6d;
}
.sidebar-slow-f214 a:hover {
  color: #111;
}
.description_6297 {
  color: #6d6d6d;
}
.bottom-e9f4 {
  overflow-x: hidden;
}
.bottom-e9f4 .layout-dynamic-eaeb.logo-f5c6 {
  position: relative;
}
.bottom-e9f4 .layout-dynamic-eaeb.logo-f5c6.advanced-12a6 {
  position: initial;
}
.bottom-e9f4
  .layout-dynamic-eaeb.logo-f5c6.advanced-12a6
  .nav-9680 {
  left: auto;
}
.bottom-e9f4 .layout-dynamic-eaeb .nav-9680 {
  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;
}
.bottom-e9f4 .layout-dynamic-eaeb:hover.logo-f5c6 {
  -webkit-transition-delay: 0s !important;
  transition-delay: 0s !important;
  outline: 1px solid #0073aa;
  outline-offset: -1px;
}
.bottom-e9f4
  .layout-dynamic-eaeb:hover.logo-f5c6
  .nav-9680 {
  display: block;
  z-index: 9999999;
}
.bottom-e9f4 .detail-e58c .form-plasma-f578,
.bottom-e9f4 .current_3a9b .form-plasma-f578 {
  display: none;
}
.bottom-e9f4 .warm-bace .layout-dynamic-eaeb:hover.logo-f5c6 {
  outline: 1px dashed #ff472e;
  outline-offset: -1px;
}
.small-3881 .column_ac08 label,
.small-3881 .hover-basic-b36b label,
.small-3881 .caption_steel_cc11 label,
.small-3881 .brown-ec59 label {
  text-transform: uppercase;
  letter-spacing: 0.5px;
  font-size: 0.85em;
}
.list-soft-053f {
  list-style: none;
  margin: 0;
}
.list-soft-053f article.hero_full_e99e {
  margin-bottom: 0;
}
.list-soft-053f ul {
  list-style: none;
  margin: 0;
}
.list-soft-053f .shadow_outer_9de4 li.hero_full_e99e {
  padding-left: 30px;
}
@media screen and (min-width: 64em) {
  .list-soft-053f .shadow_outer_9de4 li.hero_full_e99e {
    padding-left: 85px;
    border-left: 1px solid #eaecee;
    position: relative;
    width: 100%;
  }
  .list-soft-053f .shadow_outer_9de4 li.hero_full_e99e: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) {
  .list-soft-053f .shadow_outer_9de4 li.hero_full_e99e li.hero_full_e99e li.hero_full_e99e li.hero_full_e99e {
    padding-left: 0;
  }
}
article.hero_full_e99e {
  padding: 1.618em 0;
  margin-bottom: 1.618em;
}
article.hero_full_e99e .dim-85b7 p:last-of-type {
  margin-bottom: 0;
}
article.hero_full_e99e .accent-e7a2 {
  float: left;
}
article.hero_full_e99e .slow-628c {
  margin-left: 85px;
}
article.hero_full_e99e .pink-0b30 {
  display: block;
  margin: 12px 0 12px;
  padding-bottom: 4px;
  border-bottom: 1px solid #eaecee;
}
article.hero_full_e99e .pink-0b30 .accordion_center_e3f7 {
  margin-left: 10px;
}
article.hero_full_e99e .fluid_bbbd {
  font-weight: 500;
  text-transform: uppercase;
  line-height: 1;
  font-style: normal;
}
article.hero_full_e99e .next_431c {
  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 .column_ac08,
  #respond .caption_steel_cc11,
  #respond .brown-ec59 {
    width: 29.4117647059%;
    margin-right: 5.8823529412%;
    float: left;
  }
}
#respond .column_ac08 input,
#respond .caption_steel_cc11 input,
#respond .brown-ec59 input {
  width: 100%;
}
#respond .brown-ec59 {
  margin-right: 0;
}
#respond .mask-be1a #wp-comment-cookies-consent {
  position: relative;
  top: -1px;
  margin-right: 5px;
}
.detail-e58c .cold-20a6 {
  color: rgba(255, 255, 255, 0.99);
  background: rgba(0, 0, 0, 0.9);
}
.cold-20a6 .container-1ce2.dropdown-d60b .surface-new-e6df > li > a:focus,
.cold-20a6 .container-1ce2.dropdown-d60b .surface-new-e6df > li > a:hover,
.cold-20a6 .container-1ce2.block-b279 .surface-new-e6df > li > a:focus,
.cold-20a6 .container-1ce2.block-b279 .surface-new-e6df > li > a:hover,
.cold-20a6 .container-1ce2.menu-e2e1 .surface-new-e6df > li > a:focus,
.cold-20a6 .container-1ce2.menu-e2e1 .surface-new-e6df > li > a:hover {
  color: rgba(255, 255, 255, 0.99);
}
.cold-20a6
  .container-1ce2.dropdown-d60b
  .surface-new-e6df
  > li.iron-58f5
  > a,
.cold-20a6
  .container-1ce2.dropdown-d60b
  .surface-new-e6df
  > li.tabs_blue_30af
  > a,
.cold-20a6
  .container-1ce2.block-b279
  .surface-new-e6df
  > li.iron-58f5
  > a,
.cold-20a6
  .container-1ce2.block-b279
  .surface-new-e6df
  > li.tabs_blue_30af
  > a,
.cold-20a6
  .container-1ce2.menu-e2e1
  .surface-new-e6df
  > li.iron-58f5
  > a,
.cold-20a6 .container-1ce2.menu-e2e1 .surface-new-e6df > li.media_0faa > a {
  color: rgba(255, 255, 255, 0.99);
}
.cold-20a6 .tag_glass_2dfc,
.cold-20a6 .tag_glass_2dfc a {
  color: rgba(255, 255, 255, 0.99);
}
.cold-20a6 .nav-d25d.hard_9223 li a,
.cold-20a6 .block-afe7 a,
.cold-20a6 .texture-3c25,
.cold-20a6 .surface-new-e6df > li > a,
.cold-20a6 .dim_e535 {
  color: rgba(255, 255, 255, 0.79);
}
.cold-20a6 .nav-d25d.hard_9223 li a:hover,
.cold-20a6 .block-afe7 a:hover,
.cold-20a6 .texture-3c25:hover,
.cold-20a6 .surface-new-e6df > li > a:hover,
.cold-20a6 .dim_e535:hover {
  color: rgba(255, 255, 255, 0.99);
}
.cold-20a6 .panel-selected-ae79 {
  color: rgba(255, 255, 255, 0.79);
}
.cold-20a6 .panel-selected-ae79 .left_4436 {
  color: rgba(255, 255, 255, 0.99);
}
.cold-20a6 .panel-selected-ae79:hover {
  color: rgba(255, 255, 255, 0.99);
}
.cold-20a6 .hover-brown-9473 .box_ce8e {
  background: rgba(255, 255, 255, 0.03);
  border-color: rgba(255, 255, 255, 0.08);
  color: rgba(255, 255, 255, 0.79);
}
.cold-20a6 .hover-brown-9473 .box_ce8e .content-1ca0 {
  color: rgba(255, 255, 255, 0.79);
}
.cold-20a6
  .hover-brown-9473
  .box_ce8e
  .content-1ca0::-webkit-input-placeholder {
  color: rgba(255, 255, 255, 0.79);
}
.cold-20a6
  .hover-brown-9473
  .box_ce8e
  .content-1ca0:-ms-input-placeholder {
  color: rgba(255, 255, 255, 0.79);
}
.cold-20a6
  .hover-brown-9473
  .box_ce8e
  .content-1ca0::-ms-input-placeholder {
  color: rgba(255, 255, 255, 0.79);
}
.cold-20a6
  .hover-brown-9473
  .box_ce8e
  .content-1ca0::placeholder {
  color: rgba(255, 255, 255, 0.79);
}
.cold-20a6 .hover-brown-9473 .input-2e9a {
  color: rgba(255, 255, 255, 0.79);
}
.cold-20a6 .hover-brown-9473 .input-2e9a:hover {
  color: rgba(255, 255, 255, 0.99);
}
.detail_right_bcd0
  .cold-20a6
  .hover-brown-9473
  .shade_7f13
  .article-6691 {
  background-color: rgba(255, 255, 255, 0.03);
  border-color: rgba(255, 255, 255, 0.08);
  color: rgba(255, 255, 255, 0.79);
}
.detail_right_bcd0
  .cold-20a6
  .hover-brown-9473
  .shade_7f13
  .content-1ca0 {
  background-color: rgba(255, 255, 255, 0.03) !important;
  border-color: rgba(255, 255, 255, 0.08);
  color: rgba(255, 255, 255, 0.79);
}
.detail-e58c .under_ee7e {
  color: rgba(0, 0, 0, 0.6);
  background: rgba(255, 255, 255, 0.9);
}
.under_ee7e .container-1ce2.dropdown-d60b .surface-new-e6df > li > a:focus,
.under_ee7e .container-1ce2.dropdown-d60b .surface-new-e6df > li > a:hover,
.under_ee7e .container-1ce2.block-b279 .surface-new-e6df > li > a:focus,
.under_ee7e .container-1ce2.block-b279 .surface-new-e6df > li > a:hover,
.under_ee7e .container-1ce2.menu-e2e1 .surface-new-e6df > li > a:focus,
.under_ee7e .container-1ce2.menu-e2e1 .surface-new-e6df > li > a:hover {
  color: rgba(0, 0, 0, 0.8);
}
.under_ee7e
  .container-1ce2.dropdown-d60b
  .surface-new-e6df
  > li.iron-58f5
  > a,
.under_ee7e
  .container-1ce2.dropdown-d60b
  .surface-new-e6df
  > li.tabs_blue_30af
  > a,
.under_ee7e
  .container-1ce2.block-b279
  .surface-new-e6df
  > li.iron-58f5
  > a,
.under_ee7e
  .container-1ce2.block-b279
  .surface-new-e6df
  > li.tabs_blue_30af
  > a,
.under_ee7e
  .container-1ce2.menu-e2e1
  .surface-new-e6df
  > li.iron-58f5
  > a,
.under_ee7e .container-1ce2.menu-e2e1 .surface-new-e6df > li.media_0faa > a {
  color: rgba(0, 0, 0, 0.8);
}
.under_ee7e .tag_glass_2dfc,
.under_ee7e .tag_glass_2dfc a {
  color: rgba(0, 0, 0, 0.8);
}
.under_ee7e .nav-d25d.hard_9223 li a,
.under_ee7e .block-afe7 a,
.under_ee7e .texture-3c25,
.under_ee7e .surface-new-e6df > li > a,
.under_ee7e .dim_e535 {
  color: rgba(0, 0, 0, 0.55);
}
.under_ee7e .nav-d25d.hard_9223 li a:hover,
.under_ee7e .block-afe7 a:hover,
.under_ee7e .texture-3c25:hover,
.under_ee7e .surface-new-e6df > li > a:hover,
.under_ee7e .dim_e535:hover {
  color: rgba(0, 0, 0, 0.8);
}
.under_ee7e .panel-selected-ae79 {
  color: rgba(0, 0, 0, 0.55);
}
.under_ee7e .panel-selected-ae79 .left_4436 {
  color: rgba(0, 0, 0, 0.8);
}
.under_ee7e .panel-selected-ae79:hover {
  color: rgba(0, 0, 0, 0.8);
}
.button_dd9a .steel-fba8 {
  margin-left: auto;
  margin-right: auto;
}
.header_basic_af07 > * {
  margin-left: auto;
  margin-right: auto;
}
.header_basic_af07 .basic_3354 {
  margin-right: 1.41575em;
}
.hover-2481 .header_basic_af07 > .tertiary_warm_9e68 {
  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;
}
.hover-2481 .header_basic_af07 > .dim-e79a {
  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;
}
.progress_2157.button_dd9a .steel-fba8,
.lower-783e.button_dd9a .steel-fba8 {
  margin-left: 0;
}
.pink_0cb9.button_dd9a .steel-fba8,
.dark_b28f.button_dd9a .steel-fba8 {
  margin-right: 0;
}
.header_basic_af07 ol,
.header_basic_af07 ul {
  margin: 1.5em auto;
  list-style-position: outside;
}
.mini-b561 video {
  max-width: 100%;
}
.panel_next_c7ed img {
  display: block;
}
.panel_next_c7ed.basic_3354,
.panel_next_c7ed.lower-6416 {
  width: 100%;
}
.panel_next_c7ed.dim-e79a img {
  width: 100vw;
  width: calc(var(--vw, 1vw) * 100);
}
.preview-north-66c0:not(.list_e11b) {
  margin: 1.5em auto;
}
.frame-6250 p {
  padding: 1.5em 14px;
}
ul.chip_945b.dim-e79a,
ul.chip_945b.tertiary_warm_9e68,
ul.chip_945b.active-7143.tertiary_warm_9e68 {
  padding: 0 14px;
}
.hover_b52d {
  display: block;
  overflow-x: auto;
}
.hover_b52d table {
  border-collapse: collapse;
  width: 100%;
}
.hover_b52d td,
.hover_b52d th {
  padding: 0.5em;
}
.header_basic_af07 li {
  margin-left: 2.5em;
  margin-bottom: 6px;
}
.header_basic_af07 ol ol,
.header_basic_af07 ol ul,
.header_basic_af07 ul ol,
.header_basic_af07 ul ul {
  margin-bottom: 0;
  margin-top: 0;
  margin-left: 2.5em;
}
.header_basic_af07 ol ol li,
.header_basic_af07 ol ul li,
.header_basic_af07 ul ol li,
.header_basic_af07 ul ul li {
  margin-left: 0;
}
.dark-0cd5.main-static-428e > .tag_fluid_7bcf {
  position: relative;
  width: 100%;
  height: 0;
  padding-top: 56.25%;
}
.dark-0cd5.main-static-428e > .tag_fluid_7bcf iframe,
.dark-0cd5.main-static-428e > .tag_fluid_7bcf > object {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}
.content_small_dbe6 {
  border-left-width: 4px;
  border-left-color: currentColor;
}
.content_small_dbe6.sort-clean-c2c4 {
  padding: 0;
}
.content_small_dbe6.sort-clean-c2c4 cite {
  font-size: 13px;
}
.content_small_dbe6 > * {
  margin-left: 16px;
  margin-right: 16px;
}
.content_small_dbe6 cite {
  font-style: normal;
  margin-top: 1em;
  position: relative;
  font-size: 13px;
}
.advanced_b2fc {
  border-bottom: 4px solid currentColor;
  border-top: 4px solid currentColor;
  margin-left: 0;
  margin-right: 0;
  padding: 3em 0;
  text-align: center;
}
.advanced_b2fc > p:first-child {
  margin-top: 0;
}
.advanced_b2fc cite {
  font-size: 13px;
  font-style: normal;
  text-transform: uppercase;
}
.advanced_b2fc blockquote {
  border-left: 0;
}
.gallery_fast_c1c8 {
  margin: 3em auto;
  border: none;
  border-bottom: 2px solid currentColor;
}
.gallery_fast_c1c8:not(.selected_0b94) {
  max-width: 100px;
}
.gallery_fast_c1c8.banner-5527 {
  border-bottom: none !important;
  text-align: center;
}
.gallery_fast_c1c8.banner-5527::before {
  padding-left: 0;
  font-size: 30px;
}
@media screen and (min-width: 768px) {
  .frame-6250 p {
    padding: 1.5em 0;
  }
}
.feature-b5a2 {
  color: #0073aa;
}
.action_dd9a {
  background-color: #0073aa;
}
.cool_b44c {
  color: #229fd8;
}
.gallery_fba3 {
  background-color: #229fd8;
}
.status_04ec {
  color: #eee;
}
.notice-top-269b {
  background-color: #eee;
}
.hidden-849d {
  color: #444;
}
.preview-light-6454 {
  background-color: #444;
}
.hidden-4969 {
  padding: 0;
  -webkit-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  text-size-adjust: 100%;
  line-height: 13px;
}
.hidden-4969 .primary-blue-cef4 .block-afe7 {
  font-size: 15px;
}
.hidden-4969 .block-afe7 {
  line-height: 1.3;
}
.hidden-4969 .under_ee7e {
}
.hidden-4969 .cold-20a6 {
  background: #235787;
}
.primary_thick_2e47 {
  padding: 0;
}
.primary_thick_2e47 .cold-20a6 {
  background: #1a1a1a;
}
.primary_thick_2e47 .under_ee7e {
  box-shadow: 0 1px 2px 0 #e1e5ea;
  background: #fff;
}
.article-ae9c {
  padding: 0;
  border-left: none;
  border-right: none;
}
.article-ae9c .under_ee7e {
  box-shadow: 0 1px 2px 0 #e1e5ea;
}
.article-ae9c .cold-20a6 {
  background: #303030;
}
.background-56ed {
  position: relative;
  z-index: 10;
}
.background-56ed .outline_6914 {
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
  -webkit-box-pack: center;
  justify-content: center;
}
.red-7bb1 .logo-f5c6 {
  display: inline-block;
  vertical-align: middle;
}
.red-7bb1.green-e088 .logo-f5c6 {
  margin-right: 1em;
}
@media screen and (max-width: 1024px) {
  .red-7bb1.green-e088 .logo-f5c6 {
    margin-right: 1em;
  }
}
@media screen and (max-width: 568px) {
  .red-7bb1.green-e088 .logo-f5c6 {
    margin-right: 0.4em;
  }
}
.red-7bb1.green-e088 .logo-f5c6:last-child {
  margin-right: 0;
}
.stone-5abc .outline_6914 {
  max-width: initial;
}
@media screen and (min-width: 1025px) {
  .detail-e58c .primary-blue-cef4 {
    margin: 0 -0.5em;
  }
  .detail-e58c .primary-blue-cef4 [class*="customify-col-"],
  .detail-e58c .primary-blue-cef4 [class*="customify-col_"],
  .detail-e58c .primary-blue-cef4 [class~="customify-col-"] {
    padding-left: 0.5em;
    padding-right: 0.5em;
  }
}
.detail-e58c.focus-8e7f .outline_6914 {
  background: 0 0 !important;
}
.detail-e58c.focus-8e7f .outline_6914,
.detail-e58c.stone-5abc .outline_6914 {
  border: 0 none !important;
  box-shadow: none !important;
}
@media screen and (min-width: 1025px) {
  .detail-e58c.badge-bd6b {
    background: 0 0 !important;
    border: 0 none;
    box-shadow: none !important;
  }
}
.detail-e58c.stone-5abc .outline_6914 {
  box-shadow: none !important;
}
.preview_top_e395 {
  padding: 21px 0 22px;
  border-bottom: 1px solid #eaecee;
  word-break: break-word;
  background: #f9f9f9;
}
@media screen and (max-width: 1024px) {
  .preview_top_e395 {
    padding: 19px 0 20px;
  }
}
@media screen and (max-width: 568px) {
  .preview_top_e395 {
    padding: 18px 0 20px;
  }
}
.preview_top_e395 .plasma_6399 {
  width: 100%;
}
.preview_top_e395 .static-7e7d {
  margin-bottom: 0;
}
.preview_top_e395 .dropdown_advanced_cf44 {
  margin-top: 5px;
  font-size: 0.875em;
}
.wood-dd77 {
  padding: 9px 0 9px;
  border-bottom: 1px solid #eaecee;
  color: #6d6d6d;
  line-height: 1.6;
  background: #fff;
}
.wood-dd77 .thumbnail-bfcc {
  width: 100%;
}
.gradient_black_422d {
  list-style: none;
  margin: 0 1em;
  padding: 0;
}
.gradient_black_422d li {
  display: inline-block;
  position: relative;
  padding-right: 10px;
}
.gradient_black_422d 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;
}
.gradient_black_422d li:last-child:after {
  display: none;
}
.gradient_black_422d li a {
  font-weight: 500;
  margin-right: 10px;
}
.title_static_c51d .form-plasma-f578 button,
.preview_top_e395 .form-plasma-f578 button {
  left: 0;
}
.title_static_c51d .thumbnail-bfcc,
.preview_top_e395 .thumbnail-bfcc {
  padding-left: 0;
  padding-right: 0;
}
.title_static_c51d .wood-dd77,
.preview_top_e395 .wood-dd77 {
  border-bottom: none;
  padding-bottom: 0;
  background: 0 0;
}
.title_static_c51d {
  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;
}
.title_static_c51d: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;
}
.title_static_c51d .module-e19f {
  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) {
  .title_static_c51d .module-e19f {
    min-height: 300px;
  }
}
@media screen and (max-width: 1024px) {
  .title_static_c51d .module-e19f {
    min-height: 250px;
    padding: 1em 15px;
  }
}
@media screen and (max-width: 568px) {
  .title_static_c51d .module-e19f {
    min-height: 200px;
  }
}
.title_static_c51d .gradient_black_422d {
  color: rgba(255, 255, 255, 0.8);
}
.title_static_c51d .gradient_black_422d a,
.title_static_c51d .gradient_black_422d li:after {
  color: inherit;
}
.title_static_c51d .gradient_black_422d a:hover {
  color: rgba(255, 255, 255, 0.8);
}
.top-3634 {
  margin-bottom: 0.5em;
}
.wood-a869 {
  margin-bottom: 1.2em;
}
.wood-a869,
.top-3634 {
  display: inline-block;
  position: relative;
  color: rgba(255, 255, 255, 0.99);
  z-index: 5;
}
.wood-a869 p:last-child,
.top-3634 p:last-child {
  margin-bottom: 0;
}
#header-menu-sidebar .form-plasma-f578,
#masthead .form-plasma-f578 {
  display: none;
}
#masthead
  > .form-plasma-f578.widget-84c6 {
  display: none;
}
#masthead > .form-plasma-f578 button {
  left: 0;
}
.west_4b4b {
  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%;
}
.west_4b4b .logo-f5c6 {
  display: -webkit-inline-box;
  display: inline-flex;
  -webkit-box-align: center;
  align-items: center;
  margin-left: 0.5em;
  margin-right: 0.5em;
}
.west_4b4b .narrow_2aa3 {
  display: -webkit-box;
  display: flex;
}
.west_4b4b .narrow_2aa3.active-f28f {
  -webkit-box-pack: center;
  justify-content: center;
  margin-left: 1em;
  margin-right: 1em;
}
.west_4b4b .narrow_2aa3.pro-a6bf {
  -webkit-box-pack: start;
  justify-content: flex-start;
  margin-right: auto;
  -webkit-box-flex: 1;
  flex: 1 1 0;
}
.west_4b4b .narrow_2aa3.backdrop-de9a {
  margin-left: auto;
  -webkit-box-pack: end;
  justify-content: flex-end;
  -webkit-box-flex: 1;
  flex: 1 1 0;
}
.west_4b4b.footer_outer_40e6.badge-07a0 .narrow_2aa3.active-f28f {
  flex-basis: 100%;
}
.west_4b4b.paragraph_liquid_6579 .narrow_2aa3.pro-a6bf {
  -webkit-box-flex: 1;
  flex: auto;
}
.west_4b4b.paragraph_liquid_6579 .narrow_2aa3.backdrop-de9a {
  -webkit-box-flex: 1;
  flex: auto;
}
#masthead
  > .form-plasma-f578.widget-84c6 {
  display: none;
}
#masthead > .form-plasma-f578 button {
  left: 0;
}
.filter-1e57 {
  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;
}
.filter-1e57:hover {
  box-shadow: inset 0 0 0 120px rgba(0, 0, 0, 0.18);
  color: #fff;
}
.filter-1e57.row_active_50f0 i {
  margin-right: 4px;
}
.filter-1e57.carousel-2a10 i {
  margin-left: 5px;
}
.block-afe7 p {
  font-weight: 500;
  text-transform: uppercase;
  font-size: 13px;
}
.block-afe7 p:last-child {
  margin-bottom: 0;
}
.module_dark_3477 {
  display: -webkit-box;
  display: flex;
  line-height: 0.9;
  vertical-align: middle;
}
.module_dark_3477 a {
  display: inline-block;
  text-transform: uppercase;
  letter-spacing: 0.4px;
  font-weight: 600;
}
.module_dark_3477 img {
  display: block;
  width: auto;
  line-height: 1;
}
.module_dark_3477 .tag_glass_2dfc {
  font-size: 1.5em;
  margin: 0;
  font-weight: 600;
  line-height: 1.216;
}
.module_dark_3477 .info-fa38 {
  margin: 5px 0 7px 0;
}
.module_dark_3477.dropdown_6ca5 .center-5021 {
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
  -webkit-box-pack: center;
  justify-content: center;
}
.module_dark_3477.dropdown_6ca5 .article-north-dd80 {
  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;
}
.module_dark_3477.widget_stale_3e83 {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  flex-direction: row-reverse;
}
.module_dark_3477.widget_stale_3e83 .center-5021 {
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
  -webkit-box-pack: center;
  justify-content: center;
}
.module_dark_3477.widget_stale_3e83 .article-north-dd80 {
  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;
}
.module_dark_3477.tabs-8b60 {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
}
.module_dark_3477.secondary-9de5 {
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
  flex-direction: column-reverse;
}
.module_dark_3477.secondary-9de5 .article-north-dd80 {
  margin-top: 7px;
}
.soft-bb9c {
  display: inline-block;
}
.background-56ed .primary-liquid-930b .module_dark_3477 img {
  max-width: 100%;
}
.container-1ce2 .mask-7444.badge-277b,
.widget-d4c7 .mask-7444.badge-277b {
  position: relative;
  display: -webkit-inline-box;
  display: inline-flex;
  -webkit-box-align: center;
  align-items: center;
}
.container-1ce2 .image_dynamic_546b,
.widget-d4c7 .image_dynamic_546b {
  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%);
}
.container-1ce2 .image_dynamic_546b {
  display: inline;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-decoration: none !important;
}
.container-1ce2.hidden_lite_96d4 .image_dynamic_546b {
  display: none;
}
.container-1ce2 .east-e384 {
  list-style: none;
  padding: 0;
  margin: 0;
}
.container-1ce2 .east-e384 li {
  display: inline-block;
  position: relative;
}
.container-1ce2 .east-e384 li:last-child {
  margin-right: 0;
}
.container-1ce2 .east-e384 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;
}
.container-1ce2 .east-e384 li.media_0faa > a {
  color: rgba(0, 0, 0, 0.9);
}
.container-1ce2 .east-e384 > 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;
}
.container-1ce2 .east-e384 > li > a i {
  line-height: 0;
}
.container-1ce2 .east-e384 > li.search_current_83a7 > a .image_dynamic_546b {
  margin-left: 4px;
  line-height: 0;
}
.container-1ce2 .east-e384 .tiny-f53c li.search_current_83a7 > a {
  position: relative;
}
.container-1ce2 .east-e384 .tiny-f53c li.search_current_83a7 > a:after,
.container-1ce2 .east-e384 .tiny-f53c li.search_current_83a7 > a:before {
  content: "";
  display: table;
}
.container-1ce2 .east-e384 .tiny-f53c li.search_current_83a7 > a:after {
  clear: both;
}
.container-1ce2 .east-e384 .tiny-f53c li.search_current_83a7 > a .image_dynamic_546b {
  margin-left: 5px;
  float: right;
}
.container-1ce2 .red-3091,
.container-1ce2 .tiny-f53c {
  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;
}
.container-1ce2 .tiny-f53c {
  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;
}
.container-1ce2 .tiny-f53c .badge-277b {
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: justify;
  justify-content: space-between;
}
.container-1ce2 .tiny-f53c .image_dynamic_546b {
  -webkit-transform: rotate(135deg) translateY(0);
  -ms-transform: rotate(135deg) translateY(0);
  transform: rotate(135deg) translateY(0);
}
.container-1ce2 .tiny-f53c li {
  display: block;
  margin: 0;
  padding: 0;
}
.container-1ce2 .tiny-f53c 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;
}
.container-1ce2 .tiny-f53c li a:hover {
  background: rgba(0, 0, 0, 0.015);
  color: rgba(0, 0, 0, 0.8);
}
.container-1ce2 .tiny-f53c .tiny-f53c {
  top: 0;
  left: 100%;
}
.container-1ce2 .medium-b6d6.fn-focus-5689 > .red-3091,
.container-1ce2 .medium-b6d6.fn-focus-5689 > .tiny-f53c,
.container-1ce2 .medium-b6d6:focus > .red-3091,
.container-1ce2 .medium-b6d6:focus > .tiny-f53c,
.container-1ce2 .medium-b6d6:hover > .red-3091,
.container-1ce2 .medium-b6d6:hover > .tiny-f53c {
  height: auto;
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
  overflow: initial;
  visibility: visible;
  opacity: 1;
}
.container-1ce2.menu-e2e1 .surface-new-e6df:after,
.container-1ce2.menu-e2e1 .surface-new-e6df:before {
  content: "";
  display: table;
}
.container-1ce2.menu-e2e1 .surface-new-e6df:after {
  clear: both;
}
.container-1ce2.menu-e2e1 .surface-new-e6df > li {
  float: left;
}
.container-1ce2.dim_47f6 .surface-new-e6df:after,
.container-1ce2.dim_47f6 .surface-new-e6df:before {
  content: "";
  display: table;
}
.container-1ce2.dim_47f6 .surface-new-e6df:after {
  clear: both;
}
.container-1ce2.dim_47f6 .surface-new-e6df > li {
  float: left;
}
.container-1ce2.dim_47f6 .surface-new-e6df > li > a {
  background: 0 0;
  display: -webkit-inline-box;
  display: inline-flex;
  vertical-align: middle;
  -webkit-box-align: center;
  align-items: center;
}
.container-1ce2.dim_47f6 .surface-new-e6df > li > a:hover {
  color: #fff;
  background-color: #1e4b75;
}
.container-1ce2.dim_47f6 .surface-new-e6df > li.iron-58f5 > a,
.container-1ce2.dim_47f6 .surface-new-e6df > li.media_0faa > a {
  color: #fff;
  background-color: #1e4b75;
}
.container-1ce2.dropdown-d60b .surface-new-e6df > li > a .badge-277b {
  position: relative;
}
.container-1ce2.dropdown-d60b .surface-new-e6df > li > a .badge-277b: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;
}
.container-1ce2.dropdown-d60b
  .surface-new-e6df
  > li:focus
  > a
  .badge-277b:before,
.container-1ce2.dropdown-d60b
  .surface-new-e6df
  > li:hover
  > a
  .badge-277b:before {
  width: 100%;
  background-color: currentColor;
}
.container-1ce2.dropdown-d60b
  .surface-new-e6df
  > li.iron-58f5
  > a
  .badge-277b:before,
.container-1ce2.dropdown-d60b
  .surface-new-e6df
  > li.tabs_blue_30af
  > a
  .badge-277b:before {
  width: 100%;
  background-color: currentColor;
}
.container-1ce2.block-b279 .surface-new-e6df > li > a .badge-277b {
  position: relative;
}
.container-1ce2.block-b279 .surface-new-e6df > li > a .badge-277b: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;
}
.container-1ce2.block-b279 .surface-new-e6df > li:focus > a .badge-277b:before,
.container-1ce2.block-b279
  .surface-new-e6df
  > li:hover
  > a
  .badge-277b:before {
  width: 100%;
  background-color: currentColor;
}
.container-1ce2.block-b279
  .surface-new-e6df
  > li.iron-58f5
  > a
  .badge-277b:before,
.container-1ce2.block-b279
  .surface-new-e6df
  > li.tabs_blue_30af
  > a
  .badge-277b:before {
  width: 100%;
  background-color: currentColor;
}
.widget-d4c7 .east-e384 {
  margin: 0;
  padding: 0;
  list-style: none;
}
.widget-d4c7 .east-e384 li:first-child > a {
  border-top: none;
}
.widget-d4c7 .east-e384 .motion-4b30 > .badge-277b .image_dynamic_546b {
  display: none;
}
.widget-d4c7 .east-e384 li {
  list-style: none;
  position: relative;
  border-bottom: 1px solid transparent;
}
.widget-d4c7 .east-e384 li:last-child {
  border: none;
}
.widget-d4c7 .east-e384 li.search_current_83a7 > a {
  padding-right: 45px !important;
}
.widget-d4c7 .east-e384 li a {
  display: block;
  padding: 0.55em 1.5em;
}
.widget-d4c7 .east-e384 li a:focus,
.widget-d4c7 .east-e384 li a:hover {
  background: rgba(0, 0, 0, 0.01);
}
.widget-d4c7 .east-e384 li .hovered_89c9 {
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  text-align: center;
  vertical-align: middle;
  line-height: 1;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  cursor: pointer;
  padding: 0.88em 0.9em;
  border-left: 1px solid rgba(255, 255, 255, 0.08);
  background: 0 0;
}
.widget-d4c7 .east-e384 li .hovered_89c9:hover {
  box-shadow: none;
}
.widget-d4c7 .east-e384 li .hovered_89c9 .image_dynamic_546b {
  -webkit-transform: rotate(-135deg) translateY(50%) translateX(50%);
  -ms-transform: rotate(-135deg) translateY(50%) translateX(50%);
  transform: rotate(-135deg) translateY(50%) translateX(50%);
}
.widget-d4c7 .east-e384 .tiny-f53c {
  opacity: 0;
  -webkit-transition: opacity 0.5s ease;
  transition: opacity 0.5s ease;
  margin: 0;
  border-top: 1px solid rgba(255, 255, 255, 0.08);
}
.widget-d4c7 .east-e384 .tiny-f53c li a {
  padding-left: 3em;
}
.widget-d4c7 .east-e384 .fluid_3a4e > a .hovered_89c9 i {
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
.widget-d4c7 .east-e384 .fluid_3a4e > .tiny-f53c {
  display: block;
  opacity: 1;
}
.iron-afea {
  max-width: 100%;
}
.south_b1ca {
  line-height: 0;
  cursor: pointer;
}
.dim_e535 {
  line-height: 0;
  display: inline-block;
  position: relative;
  box-shadow: none;
}
.dim_e535:hover {
  box-shadow: none;
  color: currentColor;
}
.dim_e535 svg {
  width: 18px;
  height: 18px;
}
.dim_e535 .section-motion-9398 {
  display: none;
}
.bottom-ba90 {
  position: relative;
}
.bottom-ba90.fn-active-5689 .dim_e535 .disabled_9b78 {
  display: none;
}
.bottom-ba90.fn-active-5689 .dim_e535 .section-motion-9398 {
  display: inline-block;
}
.bottom-ba90 .focused_b336 {
  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);
}
.bottom-ba90.lite-64cd .focused_b336 {
  left: auto;
  right: -0.9em;
}
.bottom-ba90.lite-64cd .thumbnail-silver-9998::before {
  left: auto;
  right: 15px;
}
.bottom-ba90.fn-active-5689 .focused_b336 {
  height: auto;
  overflow: initial;
  z-index: 26;
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
}
.shade_7f13 {
  display: -webkit-box;
  display: flex;
  margin-bottom: 0;
  width: 100%;
  max-width: 100%;
}
.shade_7f13 label {
  flex-basis: 100%;
}
.shade_7f13 .box_ce8e {
  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;
}
.shade_7f13 .content-1ca0 {
  display: block;
  width: 100%;
  border-radius: 2px;
  height: 2.4em;
}
.shade_7f13 .content-1ca0:focus {
  background-color: transparent;
}
.shade_7f13 button.input-2e9a {
  overflow: hidden;
  box-shadow: none;
  margin-left: -40px;
  background: 0 0;
  color: #6d6d6d;
  line-height: 0;
  padding: 0 0.7em;
  min-height: auto;
}
.shade_7f13 button.input-2e9a:hover {
  box-shadow: none;
  background-color: transparent;
  color: #686868;
}
.shade_7f13 button.input-2e9a svg {
  width: 18px;
  height: 18px;
}
.shade_7f13 input[type="submit"] {
  min-height: auto;
}
.hover-brown-9473 .shade_7f13 .content-1ca0 {
  border: 0;
  box-shadow: none;
  background-color: transparent;
}
.thumbnail-silver-9998 {
  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) {
  .thumbnail-silver-9998 {
    width: 220px;
  }
}
.thumbnail-silver-9998 label {
  flex-basis: 100%;
}
.thumbnail-silver-9998::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;
}
.detail_right_bcd0 .hover-brown-9473 .shade_7f13 {
  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;
}
.detail_right_bcd0
  .hover-brown-9473
  .shade_7f13
  .box_ce8e {
  background-color: transparent;
  min-height: auto;
  flex-basis: 100%;
  display: -webkit-box;
  display: flex;
  border-style: none;
  border: none;
  box-shadow: none;
}
.detail_right_bcd0 .hover-brown-9473 .shade_7f13 .content-1ca0 {
  border-color: transparent;
  height: auto;
  background-color: transparent;
  border: 0;
  border-style: none;
  box-shadow: none;
  -webkit-box-flex: 0;
  flex: 0 0 auto;
}
.detail_right_bcd0
  .hover-brown-9473
  .shade_7f13
  .content-1ca0:focus {
  background: 0 0;
}
.detail_right_bcd0
  .hover-brown-9473
  .shade_7f13
  .article-6691 {
  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;
}
.nav-d25d {
  display: inline-block;
  margin: 0;
  padding: 0;
  list-style: none;
  position: relative;
}
.nav-d25d li {
  list-style: none;
  display: inline-block;
  margin: 0 3px;
}
.nav-d25d li:last-child {
  margin-right: 0;
}
.nav-d25d li:first-child {
  margin-left: 0;
}
.nav-d25d.right_e0a6 a {
  color: #fff;
}
.nav-d25d.right_e0a6 a:hover {
  color: #fff;
}
.nav-d25d a {
  color: currentColor;
  text-align: center;
  vertical-align: middle;
  width: 100%;
  padding: 0.4em;
  display: inline-block;
  line-height: 1;
  font-size: 13px;
}
.nav-d25d a i {
  width: 1em;
  height: 1em;
  position: relative;
  display: block;
}
.nav-d25d a i:before {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}
.nav-d25d a:hover {
  opacity: 0.9;
  color: inherit;
}
.nav-d25d [class*="social-icon-apple"] {
  background-color: #999;
}
.nav-d25d [class*="social-icon-apple"].active_d17b {
  background-color: transparent;
  color: #999;
}
.nav-d25d [class*="social-icon-behance"] {
  background-color: #1769ff;
}
.nav-d25d [class*="social-icon-behance"].active_d17b {
  background-color: transparent;
  color: #1769ff;
}
.nav-d25d [class*="social-icon-bitbucket"] {
  background-color: #205081;
}
.nav-d25d [class*="social-icon-bitbucket"].active_d17b {
  background-color: transparent;
  color: #205081;
}
.nav-d25d [class*="social-icon-codepen"] {
  background-color: #000;
}
.nav-d25d [class*="social-icon-codepen"].active_d17b {
  background-color: transparent;
  color: #000;
}
.nav-d25d [class*="social-icon-delicious"] {
  background-color: #39f;
}
.nav-d25d [class*="social-icon-delicious"].active_d17b {
  background-color: transparent;
  color: #39f;
}
.nav-d25d [class*="social-icon-digg"] {
  background-color: #005be2;
}
.nav-d25d [class*="social-icon-digg"].active_d17b {
  background-color: transparent;
  color: #005be2;
}
.nav-d25d [class*="social-icon-dribbble"] {
  background-color: #ea4c89;
}
.nav-d25d [class*="social-icon-dribbble"].active_d17b {
  background-color: transparent;
  color: #ea4c89;
}
.nav-d25d [class*="social-icon-envelope"] {
  background-color: #ea4335;
}
.nav-d25d [class*="social-icon-envelope"].active_d17b {
  background-color: transparent;
  color: #ea4335;
}
.nav-d25d [class*="social-icon-facebook"] {
  background-color: #3b5998;
}
.nav-d25d [class*="social-icon-facebook"].active_d17b {
  background-color: transparent;
  color: #3b5998;
}
.nav-d25d [class*="social-icon-flickr"] {
  background-color: #0063dc;
}
.nav-d25d [class*="social-icon-flickr"].active_d17b {
  background-color: transparent;
  color: #0063dc;
}
.nav-d25d [class*="social-icon-foursquare"] {
  background-color: #2d5be3;
}
.nav-d25d [class*="social-icon-foursquare"].active_d17b {
  background-color: transparent;
  color: #2d5be3;
}
.nav-d25d [class*="social-icon-github"] {
  background-color: #333;
}
.nav-d25d [class*="social-icon-github"].active_d17b {
  background-color: transparent;
  color: #333;
}
.nav-d25d [class*="social-icon-google-plus"] {
  background-color: #dd4b39;
}
.nav-d25d [class*="social-icon-google-plus"].active_d17b {
  background-color: transparent;
  color: #dd4b39;
}
.nav-d25d [class*="social-icon-houzz"] {
  background-color: #7ac142;
}
.nav-d25d [class*="social-icon-houzz"].active_d17b {
  background-color: transparent;
  color: #7ac142;
}
.nav-d25d [class*="social-icon-instagram"] {
  background-color: #262626;
}
.nav-d25d [class*="social-icon-instagram"].active_d17b {
  background-color: transparent;
  color: #262626;
}
.nav-d25d [class*="social-icon-jsfiddle"] {
  background-color: #487aa2;
}
.nav-d25d [class*="social-icon-jsfiddle"].active_d17b {
  background-color: transparent;
  color: #487aa2;
}
.nav-d25d [class*="social-icon-linkedin"] {
  background-color: #0077b5;
}
.nav-d25d [class*="social-icon-linkedin"].active_d17b {
  background-color: transparent;
  color: #0077b5;
}
.nav-d25d [class*="social-icon-medium"] {
  background-color: #00ab6b;
}
.nav-d25d [class*="social-icon-medium"].active_d17b {
  background-color: transparent;
  color: #00ab6b;
}
.nav-d25d [class*="social-icon-odnoklassniki"] {
  background-color: #f4731c;
}
.nav-d25d
  [class*="social-icon-odnoklassniki"].active_d17b {
  background-color: transparent;
  color: #f4731c;
}
.nav-d25d [class*="social-icon-meetup"] {
  background-color: #ec1c40;
}
.nav-d25d [class*="social-icon-meetup"].active_d17b {
  background-color: transparent;
  color: #ec1c40;
}
.nav-d25d [class*="social-icon-pinterest"] {
  background-color: #bd081c;
}
.nav-d25d [class*="social-icon-pinterest"].active_d17b {
  background-color: transparent;
  color: #bd081c;
}
.nav-d25d [class*="social-icon-product-hunt"] {
  background-color: #da552f;
}
.nav-d25d [class*="social-icon-product-hunt"].active_d17b {
  background-color: transparent;
  color: #da552f;
}
.nav-d25d [class*="social-icon-reddit"] {
  background-color: #ff4500;
}
.nav-d25d [class*="social-icon-reddit"].active_d17b {
  background-color: transparent;
  color: #ff4500;
}
.nav-d25d [class*="social-icon-rss"] {
  background-color: #f26522;
}
.nav-d25d [class*="social-icon-rss"].active_d17b {
  background-color: transparent;
  color: #f26522;
}
.nav-d25d [class*="social-icon-shopping-cart"] {
  background-color: #4caf50;
}
.nav-d25d
  [class*="social-icon-shopping-cart"].active_d17b {
  background-color: transparent;
  color: #4caf50;
}
.nav-d25d [class*="social-icon-skype"] {
  background-color: #00aff0;
}
.nav-d25d [class*="social-icon-skype"].active_d17b {
  background-color: transparent;
  color: #00aff0;
}
.nav-d25d [class*="social-icon-slideshare"] {
  background-color: #0077b5;
}
.nav-d25d [class*="social-icon-slideshare"].active_d17b {
  background-color: transparent;
  color: #0077b5;
}
.nav-d25d [class*="social-icon-snapchat"] {
  background-color: #fffc00;
}
.nav-d25d [class*="social-icon-snapchat"].active_d17b {
  background-color: transparent;
  color: #fffc00;
}
.nav-d25d [class*="social-icon-soundcloud"] {
  background-color: #f80;
}
.nav-d25d [class*="social-icon-soundcloud"].active_d17b {
  background-color: transparent;
  color: #f80;
}
.nav-d25d [class*="social-icon-spotify"] {
  background-color: #2ebd59;
}
.nav-d25d [class*="social-icon-spotify"].active_d17b {
  background-color: transparent;
  color: #2ebd59;
}
.nav-d25d [class*="social-icon-stack-overflow"] {
  background-color: #fe7a15;
}
.nav-d25d
  [class*="social-icon-stack-overflow"].active_d17b {
  background-color: transparent;
  color: #fe7a15;
}
.nav-d25d [class*="social-icon-maldkfgram"] {
  background-color: #2ca5e0;
}
.nav-d25d [class*="social-icon-maldkfgram"].active_d17b {
  background-color: transparent;
  color: #2ca5e0;
}
.nav-d25d [class*="social-icon-tripadvisor"] {
  background-color: #589442;
}
.nav-d25d [class*="social-icon-tripadvisor"].active_d17b {
  background-color: transparent;
  color: #589442;
}
.nav-d25d [class*="social-icon-tumblr"] {
  background-color: #35465c;
}
.nav-d25d [class*="social-icon-tumblr"].active_d17b {
  background-color: transparent;
  color: #35465c;
}
.nav-d25d [class*="social-icon-twitch"] {
  background-color: #6441a5;
}
.nav-d25d [class*="social-icon-twitch"].active_d17b {
  background-color: transparent;
  color: #6441a5;
}
.nav-d25d [class*="social-icon-twitter"] {
  background-color: #1da1f2;
}
.nav-d25d [class*="social-icon-twitter"].active_d17b {
  background-color: transparent;
  color: #1da1f2;
}
.nav-d25d [class*="social-icon-vimeo"] {
  background-color: #1ab7ea;
}
.nav-d25d [class*="social-icon-vimeo"].active_d17b {
  background-color: transparent;
  color: #1ab7ea;
}
.nav-d25d [class*="social-icon-vk"] {
  background-color: #45668e;
}
.nav-d25d [class*="social-icon-vk"].active_d17b {
  background-color: transparent;
  color: #45668e;
}
.nav-d25d [class*="social-icon-weibo"] {
  background-color: #df2029;
}
.nav-d25d [class*="social-icon-weibo"].active_d17b {
  background-color: transparent;
  color: #df2029;
}
.nav-d25d [class*="social-icon-weixin"] {
  background-color: #7bb32e;
}
.nav-d25d [class*="social-icon-weixin"].active_d17b {
  background-color: transparent;
  color: #7bb32e;
}
.nav-d25d [class*="social-icon-whatsapp"] {
  background-color: #25d366;
}
.nav-d25d [class*="social-icon-whatsapp"].active_d17b {
  background-color: transparent;
  color: #25d366;
}
.nav-d25d [class*="social-icon-wordpress"] {
  background-color: #21759b;
}
.nav-d25d [class*="social-icon-wordpress"].active_d17b {
  background-color: transparent;
  color: #21759b;
}
.nav-d25d [class*="social-icon-xing"] {
  background-color: #026466;
}
.nav-d25d [class*="social-icon-xing"].active_d17b {
  background-color: transparent;
  color: #026466;
}
.nav-d25d [class*="social-icon-yelp"] {
  background-color: #af0606;
}
.nav-d25d [class*="social-icon-yelp"].active_d17b {
  background-color: transparent;
  color: #af0606;
}
.nav-d25d [class*="social-icon-youtube"] {
  background-color: #cd201f;
}
.nav-d25d [class*="social-icon-youtube"].active_d17b {
  background-color: transparent;
  color: #cd201f;
}
.texture-3c25 {
  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;
}
.texture-3c25:hover {
  box-shadow: none;
  background: 0 0;
}
.accordion_67cd {
  background: 0 0 !important;
  text-transform: uppercase;
  font-size: 0.85em;
}
.input_4b7d {
  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;
}
.panel-082a {
  display: inline-block;
  position: relative;
  vertical-align: middle;
}
.south_83a8 {
  display: block;
  top: 50%;
  background-color: currentcolor;
}
.south_83a8,
.south_83a8::after,
.south_83a8::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;
}
.south_83a8::after,
.south_83a8::before {
  content: "";
  display: block;
  background-color: inherit;
}
.filter_6b87 .input_4b7d .panel-082a {
  margin-top: -2px;
  width: 19px;
}
.filter_6b87 .input_4b7d .south_83a8 {
  margin-top: -1px;
}
.filter_6b87 .input_4b7d .south_83a8,
.filter_6b87 .input_4b7d .south_83a8::after,
.filter_6b87 .input_4b7d .south_83a8::before {
  width: 19px;
  height: 2px;
}
.filter_6b87 .input_4b7d .south_83a8::before {
  top: -6px;
}
.filter_6b87 .input_4b7d .south_83a8::after {
  bottom: -6px;
}
.hero_1504 .input_4b7d .panel-082a {
  margin-top: -2px;
  width: 22px;
}
.hero_1504 .input_4b7d .south_83a8 {
  margin-top: -1px;
}
.hero_1504 .input_4b7d .south_83a8,
.hero_1504 .input_4b7d .south_83a8::after,
.hero_1504 .input_4b7d .south_83a8::before {
  width: 22px;
  height: 2px;
}
.hero_1504 .input_4b7d .south_83a8::before {
  top: -7px;
}
.hero_1504 .input_4b7d .south_83a8::after {
  bottom: -7px;
}
.tag_3042 .input_4b7d .panel-082a {
  margin-top: -2px;
  width: 31px;
}
.tag_3042 .input_4b7d .south_83a8 {
  margin-top: -1.5px;
}
.tag_3042 .input_4b7d .south_83a8,
.tag_3042 .input_4b7d .south_83a8::after,
.tag_3042 .input_4b7d .south_83a8::before {
  width: 31px;
  height: 3px;
}
.tag_3042 .input_4b7d .south_83a8::before {
  top: -9px;
}
.tag_3042 .input_4b7d .south_83a8::after {
  bottom: -9px;
}
@media screen and (min-width: 1025px) {
  .primary_bronze_b225 .input_4b7d .panel-082a {
    margin-top: -2px;
    width: 19px;
  }
  .primary_bronze_b225 .input_4b7d .south_83a8 {
    margin-top: -1px;
  }
  .primary_bronze_b225 .input_4b7d .south_83a8,
  .primary_bronze_b225 .input_4b7d .south_83a8::after,
  .primary_bronze_b225 .input_4b7d .south_83a8::before {
    width: 19px;
    height: 2px;
  }
  .primary_bronze_b225 .input_4b7d .south_83a8::before {
    top: -6px;
  }
  .primary_bronze_b225 .input_4b7d .south_83a8::after {
    bottom: -6px;
  }
  .center_41bf .input_4b7d .panel-082a {
    margin-top: -2px;
    width: 22px;
  }
  .center_41bf .input_4b7d .south_83a8 {
    margin-top: -1px;
  }
  .center_41bf .input_4b7d .south_83a8,
  .center_41bf .input_4b7d .south_83a8::after,
  .center_41bf .input_4b7d .south_83a8::before {
    width: 22px;
    height: 2px;
  }
  .center_41bf .input_4b7d .south_83a8::before {
    top: -7px;
  }
  .center_41bf .input_4b7d .south_83a8::after {
    bottom: -7px;
  }
  .focus_outer_9b24 .input_4b7d .panel-082a {
    margin-top: -2px;
    width: 31px;
  }
  .focus_outer_9b24 .input_4b7d .south_83a8 {
    margin-top: -1.5px;
  }
  .focus_outer_9b24 .input_4b7d .south_83a8,
  .focus_outer_9b24 .input_4b7d .south_83a8::after,
  .focus_outer_9b24 .input_4b7d .south_83a8::before {
    width: 31px;
    height: 3px;
  }
  .focus_outer_9b24 .input_4b7d .south_83a8::before {
    top: -9px;
  }
  .focus_outer_9b24 .input_4b7d .south_83a8::after {
    bottom: -9px;
  }
}
@media screen and (max-width: 1024px) {
  .up-adb4 .input_4b7d .panel-082a {
    margin-top: -2px;
    width: 19px;
  }
  .up-adb4 .input_4b7d .south_83a8 {
    margin-top: -1px;
  }
  .up-adb4 .input_4b7d .south_83a8,
  .up-adb4 .input_4b7d .south_83a8::after,
  .up-adb4 .input_4b7d .south_83a8::before {
    width: 19px;
    height: 2px;
  }
  .up-adb4 .input_4b7d .south_83a8::before {
    top: -6px;
  }
  .up-adb4 .input_4b7d .south_83a8::after {
    bottom: -6px;
  }
  .large_ac4a .input_4b7d .panel-082a {
    margin-top: -2px;
    width: 22px;
  }
  .large_ac4a .input_4b7d .south_83a8 {
    margin-top: -1px;
  }
  .large_ac4a .input_4b7d .south_83a8,
  .large_ac4a .input_4b7d .south_83a8::after,
  .large_ac4a .input_4b7d .south_83a8::before {
    width: 22px;
    height: 2px;
  }
  .large_ac4a .input_4b7d .south_83a8::before {
    top: -7px;
  }
  .large_ac4a .input_4b7d .south_83a8::after {
    bottom: -7px;
  }
  .element_b330 .input_4b7d .panel-082a {
    margin-top: -2px;
    width: 31px;
  }
  .element_b330 .input_4b7d .south_83a8 {
    margin-top: -1.5px;
  }
  .element_b330 .input_4b7d .south_83a8,
  .element_b330 .input_4b7d .south_83a8::after,
  .element_b330 .input_4b7d .south_83a8::before {
    width: 31px;
    height: 3px;
  }
  .element_b330 .input_4b7d .south_83a8::before {
    top: -9px;
  }
  .element_b330 .input_4b7d .south_83a8::after {
    bottom: -9px;
  }
}
@media screen and (max-width: 568px) {
  .narrow_0ca9 .input_4b7d .panel-082a {
    margin-top: -2px;
    width: 19px;
  }
  .narrow_0ca9 .input_4b7d .south_83a8 {
    margin-top: -1px;
  }
  .narrow_0ca9 .input_4b7d .south_83a8,
  .narrow_0ca9 .input_4b7d .south_83a8::after,
  .narrow_0ca9 .input_4b7d .south_83a8::before {
    width: 19px;
    height: 2px;
  }
  .narrow_0ca9 .input_4b7d .south_83a8::before {
    top: -6px;
  }
  .narrow_0ca9 .input_4b7d .south_83a8::after {
    bottom: -6px;
  }
  .stale-bb23 .input_4b7d .panel-082a {
    margin-top: -2px;
    width: 22px;
  }
  .stale-bb23 .input_4b7d .south_83a8 {
    margin-top: -1px;
  }
  .stale-bb23 .input_4b7d .south_83a8,
  .stale-bb23 .input_4b7d .south_83a8::after,
  .stale-bb23 .input_4b7d .south_83a8::before {
    width: 22px;
    height: 2px;
  }
  .stale-bb23 .input_4b7d .south_83a8::before {
    top: -7px;
  }
  .stale-bb23 .input_4b7d .south_83a8::after {
    bottom: -7px;
  }
  .mask-490d .input_4b7d .panel-082a {
    margin-top: -2px;
    width: 31px;
  }
  .mask-490d .input_4b7d .south_83a8 {
    margin-top: -1.5px;
  }
  .mask-490d .input_4b7d .south_83a8,
  .mask-490d .input_4b7d .south_83a8::after,
  .mask-490d .input_4b7d .south_83a8::before {
    width: 31px;
    height: 3px;
  }
  .mask-490d .input_4b7d .south_83a8::before {
    top: -9px;
  }
  .mask-490d .input_4b7d .south_83a8::after {
    bottom: -9px;
  }
}
.container_42c2 .south_83a8 {
  -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);
}
.container_42c2 .south_83a8::before {
  -webkit-transition: top 75ms 0.12s ease, opacity 75ms ease;
  transition: top 75ms 0.12s ease, opacity 75ms ease;
}
.container_42c2 .south_83a8::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);
}
.container_42c2.stone_2cc0 .south_83a8 {
  -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);
}
.container_42c2.stone_2cc0 .south_83a8::before {
  top: 0;
  opacity: 0;
  -webkit-transition: top 75ms ease, opacity 75ms 0.12s ease;
  transition: top 75ms ease, opacity 75ms 0.12s ease;
}
.container_42c2.stone_2cc0 .south_83a8::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);
}
.border-advanced-ebe4 {
  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.brown-d0e2:before {
  display: none;
}
.current_3a9b {
  padding: 0;
  position: fixed;
  width: 100%;
  max-width: 100%;
  top: 0;
  z-index: 999900;
  visibility: hidden;
}
.current_3a9b .label_6c30 {
  padding: 1.4em 1.5em;
  border-bottom: 1px solid transparent;
}
.current_3a9b .label_6c30:last-of-type {
  border-bottom: none;
}
.current_3a9b .label_6c30.bright_685b,
.current_3a9b .label_6c30.info_7765,
.current_3a9b .label_6c30.accordion-fast-cc04 {
  padding: 0;
}
.current_3a9b .widget-d4c7 .hovered_89c9 {
  color: currentColor;
}
.current_3a9b .widget-d4c7 .hovered_89c9:focus,
.current_3a9b .widget-d4c7 .hovered_89c9:hover {
  background: rgba(0, 0, 0, 0.01);
}
.current_3a9b.under_ee7e .panel-selected-ae79,
.current_3a9b.under_ee7e .block-afe7 a,
.current_3a9b.under_ee7e .surface-new-e6df a,
.current_3a9b.under_ee7e .tiny-f53c a {
  color: rgba(0, 0, 0, 0.55);
}
.current_3a9b.under_ee7e .panel-selected-ae79:hover,
.current_3a9b.under_ee7e .block-afe7 a:hover,
.current_3a9b.under_ee7e .surface-new-e6df a:hover,
.current_3a9b.under_ee7e .tiny-f53c a:hover {
  color: rgba(0, 0, 0, 0.8);
}
.current_3a9b.under_ee7e .left_4436 {
  color: rgba(0, 0, 0, 0.8);
}
.current_3a9b.under_ee7e .label_6c30 {
  border-color: rgba(0, 0, 0, 0.08);
}
.current_3a9b.under_ee7e .label_6c30:before {
  background: rgba(0, 0, 0, 0.08);
}
.current_3a9b.under_ee7e .middle-65a9:before {
  background: rgba(255, 255, 255, 0.9);
}
.current_3a9b.under_ee7e .widget-d4c7 .east-e384 li a,
.current_3a9b.under_ee7e .widget-d4c7 .hovered_89c9,
.current_3a9b.under_ee7e .tiny-f53c {
  border-color: rgba(0, 0, 0, 0.08);
}
.current_3a9b.under_ee7e .widget-d4c7 .hovered_89c9:focus,
.current_3a9b.under_ee7e .widget-d4c7 .hovered_89c9:hover {
  background: rgba(0, 0, 0, 0.01);
}
.current_3a9b.under_ee7e .east-e384 li {
  border-color: rgba(0, 0, 0, 0.08);
}
.current_3a9b.cold-20a6 .panel-selected-ae79,
.current_3a9b.cold-20a6 .block-afe7 a,
.current_3a9b.cold-20a6 .surface-new-e6df .hovered_89c9,
.current_3a9b.cold-20a6 .surface-new-e6df a,
.current_3a9b.cold-20a6 .tiny-f53c a {
  color: rgba(255, 255, 255, 0.79);
}
.current_3a9b.cold-20a6 .panel-selected-ae79:hover,
.current_3a9b.cold-20a6 .block-afe7 a:hover,
.current_3a9b.cold-20a6 .surface-new-e6df .hovered_89c9:hover,
.current_3a9b.cold-20a6 .surface-new-e6df a:hover,
.current_3a9b.cold-20a6 .tiny-f53c a:hover {
  color: rgba(255, 255, 255, 0.99);
}
.current_3a9b.cold-20a6 .left_4436 {
  color: rgba(255, 255, 255, 0.99);
}
.current_3a9b.cold-20a6 .label_6c30 {
  border-color: rgba(255, 255, 255, 0.08);
}
.current_3a9b.cold-20a6 .label_6c30:before {
  background: rgba(255, 255, 255, 0.08);
}
.current_3a9b.cold-20a6 .middle-65a9:before {
  background: rgba(0, 0, 0, 0.9);
}
.current_3a9b.cold-20a6 .widget-d4c7 .east-e384 li a,
.current_3a9b.cold-20a6 .widget-d4c7 .hovered_89c9,
.current_3a9b.cold-20a6 .tiny-f53c {
  border-color: rgba(255, 255, 255, 0.08);
}
.current_3a9b.cold-20a6 .widget-d4c7 .hovered_89c9:focus,
.current_3a9b.cold-20a6 .widget-d4c7 .hovered_89c9:hover {
  background: rgba(0, 0, 0, 0.01);
}
.current_3a9b.cold-20a6 .east-e384 li {
  border-color: rgba(255, 255, 255, 0.08);
}
.middle-65a9 {
  position: relative;
  word-con: break-word;
  min-height: 100%;
  display: block;
}
.middle-65a9:before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  display: block;
  min-height: 100%;
}
.pagination-left-1dd6 {
  position: relative;
  word-con: break-word;
  min-height: 100%;
  display: block;
  padding: 1.2em 0;
}
.form_3fae .current_3a9b {
  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;
}
.form_3fae .label_6c30 {
  text-align: center;
  padding: 2em 1.5em;
  border: none;
  position: relative;
}
.form_3fae .label_6c30: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) {
  .form_3fae .label_6c30:before {
    width: 16%;
    left: 42%;
  }
}
.form_3fae .label_6c30:last-child:before {
  content: none;
}
.form_3fae .label_6c30[class*="-menu"] {
  padding: 2.5em 1.5em;
}
.form_3fae .widget-d4c7 .east-e384 li a {
  border: none;
  font-size: 140%;
  text-transform: uppercase;
  font-weight: 500;
}
.form_3fae .widget-d4c7 .east-e384 li a .hovered_89c9 {
  display: inline-block;
  position: relative;
  border: 0 none;
  margin-right: -1.3em;
  top: -2px;
  padding: 0.28em 0.5em;
}
.form_3fae .widget-d4c7 .tiny-f53c {
  border: none;
}
.form_3fae .widget-d4c7 .tiny-f53c li a {
  text-transform: none;
  padding: 0.35em 1.5em;
  font-size: 100%;
}
.form_3fae .middle-65a9 {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}
.form_3fae .pagination-left-1dd6 {
  max-width: 48em;
  margin: 3em auto;
  padding: 0;
}
.form_3fae .cold-20a6 .middle-65a9:before {
  background: rgba(0, 0, 0, 0.9);
}
.form_3fae .under_ee7e.module-cool-8fa1 .south_83a8 {
  background: rgba(0, 0, 0, 0.6);
}
.form_3fae
  .under_ee7e.module-cool-8fa1
  .south_83a8::after,
.form_3fae
  .under_ee7e.module-cool-8fa1
  .south_83a8:before {
  background: inherit;
}
.form_3fae
  .under_ee7e.module-cool-8fa1:hover
  .south_83a8 {
  background: rgba(0, 0, 0, 0.8);
}
.accent-50ba .current_3a9b {
  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) {
  .accent-50ba .current_3a9b {
    width: auto;
    right: 45px;
  }
}
.pink-b45f .current_3a9b {
  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) {
  .pink-b45f .current_3a9b {
    width: auto;
    left: 45px;
  }
}
.brown-d0e2 .current_3a9b {
  position: relative;
  height: 0;
  display: block;
  visibility: visible;
  z-index: 999900;
  overflow: hidden;
}
.brown-d0e2 .pagination-left-1dd6 {
  max-width: 48em;
  margin: 0 auto;
}
.brown-d0e2 .middle-65a9:before {
  box-shadow: inset 0 0 12px 0 rgba(0, 0, 0, 0.05);
}
.tooltip_32dd {
  overflow-x: hidden;
  position: relative;
  width: 100%;
  display: block;
}
.tooltip_32dd.form_3fae .current_3a9b {
  z-index: 0;
  opacity: 0;
  height: 100%;
}
.tooltip_32dd.accent-50ba .current_3a9b {
  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);
}
.tooltip_32dd .current_3a9b {
  visibility: visible;
}
.tooltip_32dd.pink-b45f .current_3a9b {
  -webkit-transform: translateX(200%);
  -ms-transform: translateX(200%);
  transform: translateX(200%);
  height: 100%;
}
.accent_df9a,
.heading_7be7 {
  overflow-x: hidden;
}
.accent_df9a .current_3a9b {
  overflow: auto;
}
.accent_df9a.form_3fae {
  overflow: initial;
  position: relative;
  width: 100%;
  display: block;
}
.accent_df9a.form_3fae .current_3a9b {
  z-index: 999900;
  opacity: 1;
  visibility: visible;
}
.accent_df9a.form_3fae .texture-3c25 {
  opacity: 0;
}
.accent_df9a.accent-50ba {
  overflow: initial;
  position: relative;
  width: 100%;
  display: block;
}
.accent_df9a.accent-50ba .current_3a9b {
  z-index: 999900;
  height: 100vh;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  left: 0;
  visibility: visible;
}
.accent_df9a.accent-50ba .texture-3c25 {
  opacity: 0;
}
.accent_df9a.pink-b45f {
  overflow: initial;
  position: relative;
  width: 100%;
  display: block;
}
.accent_df9a.pink-b45f .current_3a9b {
  z-index: 999900;
  height: 100vh;
  max-width: 100vw;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  right: 0;
  visibility: visible;
}
.accent_df9a.pink-b45f .texture-3c25 {
  opacity: 0;
}
.accent_df9a.brown-d0e2 .current_3a9b {
  z-index: 10;
  visibility: visible;
}
.module-cool-8fa1 {
  display: none;
  z-index: 999910;
  cursor: pointer;
  position: fixed;
  top: 10px;
  right: 12px;
}
.module-cool-8fa1 .south_83a8 {
  background: rgba(255, 255, 255, 0.99);
}
.module-cool-8fa1 .south_83a8::after,
.module-cool-8fa1 .south_83a8:before {
  background: inherit;
}
.module-cool-8fa1:hover .south_83a8 {
  background: rgba(255, 255, 255, 0.99);
}
.pink-b45f .module-cool-8fa1 {
  top: 10px;
  right: auto;
  left: 12px;
}
.brown-d0e2 .module-cool-8fa1 {
  display: none !important;
}
.accent_df9a:before,
.heading_7be7:before {
  z-index: 999897;
  visibility: visible;
  opacity: 1;
}
.accent_df9a .module-cool-8fa1,
.heading_7be7 .module-cool-8fa1 {
  display: inline-block;
}
.current_3a9b .logo-f5c6 {
  -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;
}
.accent_df9a .current_3a9b .logo-f5c6,
.heading_7be7 .current_3a9b .logo-f5c6 {
  opacity: 1;
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
}
.table-740c .box_ce8e {
  width: 100%;
}
.primary-liquid-930b {
  padding: 0 0.5em 0;
}
.primary-liquid-930b [class*="customify-col-"],
.primary-liquid-930b [class*="customify-col_"],
.primary-liquid-930b [class~="customify-col"] {
  padding: 0 0.5em 0;
}
.lower_5b10 .primary-liquid-930b {
  padding-left: 1em;
  padding-right: 1em;
}
@media screen and (min-width: 1025px) {
  .primary-blue-cef4 .hero_7449,
  .hero_7449 {
    display: none;
  }
  .notice-48a1 {
    text-align: left;
  }
  .detail_glass_80f9 {
    text-align: center;
  }
  .tooltip-a321 {
    text-align: right;
  }
}
@media screen and (max-width: 1024px) {
  .primary-blue-cef4 .thick_a47d,
  .thick_a47d {
    display: none;
  }
  .footer_a162 {
    text-align: left;
  }
  .overlay-warm-056c {
    text-align: center;
  }
  .video_fef6 {
    text-align: right;
  }
}
@media screen and (max-width: 568px) {
  .primary-blue-cef4 .dropdown_028d,
  .dropdown_028d {
    display: none;
  }
  .input-c67b {
    text-align: left;
  }
  .paper_0d61 {
    text-align: center;
  }
  .surface_outer_d20b {
    text-align: right;
  }
}
#page {
  position: relative;
}
.secondary-glass-ffb7 {
  box-shadow: none !important;
}
.easy_2463 .large-4ba5,
.table-gas-92d4 .large-4ba5 {
  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;
}
.table-gas-92d4 .large-4ba5 {
  margin-top: 30px;
  margin-bottom: 30px;
}
.outline_6914 {
  position: relative;
  padding-left: 2em;
  padding-right: 2em;
}
.outline_6914:after,
.outline_6914:before {
  content: "";
  display: table;
}
.outline_6914:after {
  clear: both;
}
@media screen and (max-width: 48em) {
  .outline_6914 {
    padding-left: 1em;
    padding-right: 1em;
  }
}
.outline_6914,
.badge-bd6b {
  max-width: 1248px;
  margin: 0 auto;
}

.form-b9e6.feature_glass_12ac .outline_6914 {
  max-width: 100%;
}
.form-b9e6.module_last_dfd8 {
  max-width: 1200px;
  margin: 0 auto;
}
.form-b9e6.nav-62a5 .outline_6914 {
  max-width: 100%;
}
.form-b9e6.nav-62a5 > .outline_6914 {
  padding-left: 0;
  padding-right: 0;
}
.form-b9e6.nav-62a5 > .outline_6914 .primary-blue-cef4 {
  margin: 0;
}
.form-b9e6.nav-62a5
  > .outline_6914
  .disabled_dirty_c227.button-737a {
  margin-right: 0;
  margin-left: 0;
}
.form-b9e6.nav-62a5 #main.button-737a {
  padding: 0;
}
#main,
#sidebar-primary,
#sidebar-secondary {
  padding-top: 2.617924em;
  padding-bottom: 2.617924em;
}
@media screen and (max-width: 1024px) {
  .feature-2c78 #main {
    border-left: 0 none;
  }
}
@media screen and (max-width: 1024px) {
  .feature-2c78 #sidebar-secondary {
    -webkit-box-ordinal-group: 6;
    order: 5;
    display: none;
  }
}
@media screen and (min-width: 48em) {
  .chip_outer_c3a9 .steel-fba8 {
    padding-right: 1em;
  }
  .chip_outer_c3a9.caption_b290 .disabled_dirty_c227 {
    border-right: 1px solid #eaecee;
  }
  .chip_outer_c3a9.caption_b290 .steel-fba8 {
    padding-right: 1em;
  }
  .chip_outer_c3a9.caption_b290 .selected-b465 {
    padding-left: 1em;
  }
}
@media screen and (min-width: 48em) {
  .thick_5331 .steel-fba8 {
    padding-left: 1em;
  }
  .thick_5331.caption_b290 .disabled_dirty_c227 {
    border-left: 1px solid #eaecee;
  }
  .thick_5331.caption_b290 .steel-fba8 {
    padding-left: 1em;
  }
  .thick_5331.caption_b290 .selected-b465 {
    padding-right: 1em;
  }
}
@media screen and (min-width: 48em) {
  .gradient-pink-b227 .steel-fba8 {
    padding-left: 1em;
  }
  .gradient-pink-b227.caption_b290 .filter-next-6c2c {
    border-right: 1px solid #eaecee;
  }
  .gradient-pink-b227.caption_b290 .filter_40e2 {
    border-right: 1px solid #eaecee;
  }
  .gradient-pink-b227.caption_b290 .steel-fba8 {
    padding-left: 1em;
  }
  .gradient-pink-b227.caption_b290 .selected-b465 {
    padding-right: 1em;
  }
  .gradient-pink-b227.caption_b290 .active_0bc1 {
    padding-left: 1em;
    padding-right: 1em;
  }
}
@media screen and (min-width: 48em) {
  .fixed_f180 .steel-fba8 {
    padding-right: 1em;
  }
  .fixed_f180.caption_b290 .filter-next-6c2c {
    border-left: 1px solid #eaecee;
  }
  .fixed_f180.caption_b290 .filter_40e2 {
    border-left: 1px solid #eaecee;
  }
  .fixed_f180.caption_b290 .steel-fba8 {
    padding-right: 1em;
  }
  .fixed_f180.caption_b290 .selected-b465 {
    padding-left: 1em;
    padding-right: 1em;
  }
  .fixed_f180.caption_b290 .active_0bc1 {
    padding-left: 1em;
  }
}
@media screen and (min-width: 48em) {
  .feature-2c78 .steel-fba8 {
    padding-left: 1em;
    padding-right: 1em;
  }
  .feature-2c78.caption_b290 .disabled_dirty_c227 {
    border-left: 1px solid #eaecee;
    border-right: 1px solid #eaecee;
  }
  .feature-2c78.caption_b290 .steel-fba8 {
    padding-left: 1em;
    padding-right: 1em;
  }
  .feature-2c78.caption_b290 .selected-b465 {
    padding-left: 1em;
  }
  .feature-2c78.caption_b290 .active_0bc1 {
    padding-right: 1em;
  }
}
@media screen and (max-width: 64em) {
  .feature-2c78.caption_b290 .steel-fba8 {
    padding-left: 0;
  }
}
.main-e391 .red-7bb1 {
  display: inline-block;
}
.input_9b16 {
  display: inline-block;
}
.badge-61de {
  word-con: break-word;
}
.selected-20dc > span {
  display: inline-block;
  padding: 5px 0;
}
.selected-20dc .outer_8411 {
  margin-left: 8px;
  margin-right: 8px;
}
.selected-20dc .pattern-full-c020 img {
  vertical-align: middle;
  overflow: hidden;
  border-radius: 50%;
  margin-right: 5px;
}
.glass_c104 .layout-20fd {
  margin-bottom: 2em;
}
.glass_c104 .cold-ad40 {
  margin-bottom: 15px;
}
.glass_c104 .cold-ad40:last-child {
  margin-bottom: 0;
}
.glass_c104 .footer-wood-e0a8 {
  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) {
  .glass_c104 .footer-wood-e0a8 {
    display: block;
  }
}
.glass_c104 .slider_pressed_1a8d {
  position: relative;
  max-width: 100%;
  flex-basis: 40%;
  padding-top: 0;
  overflow: hidden;
}
@media screen and (max-width: 568px) {
  .glass_c104 .slider_pressed_1a8d {
    margin-bottom: 1em;
    width: 100% !important;
    padding-top: 56.25%;
  }
}
.glass_c104 .copper_f874 {
  position: absolute;
  top: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: flex;
  line-height: 0;
  background-color: #d5d5d5;
}
.glass_c104 .copper_f874 img {
  -o-object-fit: cover;
  object-fit: cover;
  width: 100%;
  height: auto;
}
.glass_c104 .copper_f874 a {
  position: absolute;
  top: 0;
  top: 0;
  display: block;
}
.glass_c104 .badge-61de {
  font-size: 1.5em;
  font-weight: 500;
  word-con: break-word;
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
}
.glass_c104 .badge-61de a {
  text-align: inherit;
  display: block;
  flex-basis: 100%;
}
.glass_c104 .primary_full_3dc8 p:last-child {
  margin-bottom: 0;
}
.glass_c104 .preview_selected_ee3f {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: block;
  z-index: 30;
}
.glass_c104 .active-3cbe {
  -webkit-box-flex: 1;
  flex: 1;
  word-con: break-word;
  max-width: 100%;
}
.glass_c104 .active-3715 {
  margin-top: 1em;
}
.glass_c104 .tabs-fixed-4f28 {
  top: 0;
  display: block;
}
.glass_c104 .tabs-fixed-4f28 a {
  color: inherit;
}
.glass_c104 .tabs-fixed-4f28 a:hover {
  color: inherit;
}
.glass_c104 .first-2ff3 {
  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;
}
.glass_c104 .first-2ff3:hover {
  background: #235787;
  color: #fff;
  border-color: #235787;
}
.glass_c104 .active-3cbe {
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-flow: column nowrap;
}
.glass_c104 .disabled_8a93 {
  position: relative;
  width: 100%;
  margin-bottom: 15px;
}
.glass_c104 .disabled_8a93:first-child {
  margin-top: 0;
}
.glass_c104 .disabled_8a93.popup_glass_4c19 {
  -webkit-box-flex: 0;
  flex: none;
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.glass_c104 .disabled_8a93.wrapper_warm_9984 {
  display: -webkit-box;
  display: flex;
  margin-top: auto;
  margin-bottom: 0;
  -webkit-box-pack: justify;
  justify-content: space-between;
}
.glass_c104
  .disabled_8a93.wrapper_warm_9984.last_5daf
  .active-3715 {
  width: 100%;
}
.glass_c104 .wrapper_warm_9984 {
  -webkit-box-align: center;
  align-items: center;
}
.glass_c104 .wrapper_warm_9984 .selected-20dc,
.glass_c104 .wrapper_warm_9984 > * {
  margin-bottom: 0;
  margin-top: 0;
  display: inline-block;
}
.glass_c104 .copper_f874 {
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
.glass_c104 .copper_f874 img {
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
.glass_c104 .copper_f874: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;
}
.glass_c104 .popup_glass_4c19 {
  z-index: 5;
}
.glass_c104 .mask-stale-c5ae .inner-25c3 {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  display: block;
}
.glass_c104 .pressed_8110 .inner-25c3 {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  display: block;
}
.glass_c104 .surface_hot_b4d0 .inner-25c3 {
  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;
}
.glass_c104.chip-action-09c5 .footer-wood-e0a8,
.glass_c104.iron_5584 .footer-wood-e0a8 {
  display: block;
}
.glass_c104.chip-action-09c5 .footer-wood-e0a8 .cool_2628,
.glass_c104.chip-action-09c5 .footer-wood-e0a8 .active-3cbe,
.glass_c104.iron_5584 .footer-wood-e0a8 .cool_2628,
.glass_c104.iron_5584 .footer-wood-e0a8 .active-3cbe {
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
}
.glass_c104.mask-top-a822 .slider_pressed_1a8d {
  margin-right: 2em;
}
@media screen and (max-width: 568px) {
  .glass_c104.mask-top-a822 .slider_pressed_1a8d {
    margin-right: 0;
  }
}
.glass_c104.chip-action-09c5 .slider_pressed_1a8d,
.glass_c104.iron_5584 .slider_pressed_1a8d {
  padding-top: 40%;
}
.glass_c104.chip-action-09c5 .layout-20fd,
.glass_c104.iron_5584 .layout-20fd {
  display: block;
}
.glass_c104.chip-action-09c5 .fn-sticky-5689 .active-3cbe,
.glass_c104.iron_5584 .fn-sticky-5689 .active-3cbe {
  background-color: #fcf8e3;
  border: 1px solid #faf2cc;
  border-top: 0 none;
  color: #8a6d3b;
  padding: 1em;
}
.glass_c104.chip-action-09c5 .slider_pressed_1a8d,
.glass_c104.iron_5584 .slider_pressed_1a8d {
  margin-bottom: 1em;
  display: block;
  position: relative;
}
.glass_c104.chip-action-09c5 .active-3cbe {
  padding: 1em;
}
.grid_cca9 {
  margin: 30px auto;
  display: block;
}
.grid_cca9 .cool-f860 > * {
  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;
}
.grid_cca9 .cool-f860 > :hover {
  border-color: #235787;
  background: #235787;
  color: #fff;
}
.grid_cca9 .cool-f860 span {
  border-color: #235787;
  background: #235787;
  color: #fff;
}
.list-simple-f701 .selected-20dc {
  margin-bottom: 1.41575em;
}
.list-simple-f701 .liquid-8a4e {
  margin-bottom: 1.618em;
}
.header_basic_af07 .steel_01bc {
  display: block;
  margin: 5px 0 20px;
  font-weight: 500;
}
.header_basic_af07 .steel_01bc a {
  border: 1px solid #eaecee;
  padding: 5px 12px 5px;
  text-transform: uppercase;
  color: #686868;
  margin: 0 2px;
}
.header_basic_af07 .large_0026 {
  max-width: 100%;
  overflow: auto;
}
.button_dd9a .header_basic_af07 a:hover {
  text-decoration: underline;
}
.gradient-bright-7813 .cold-ad40:not(.badge-61de),
.gradient-bright-7813 .copper_f874 {
  margin-bottom: 1.41575em;
}
.gradient-bright-7813 .cold-ad40:not(.badge-61de):last-child,
.gradient-bright-7813 .copper_f874:last-child {
  margin-bottom: 0;
}
.gradient-bright-7813 .cold-ad40.fresh-b8c4 {
  margin-bottom: 0.41575em;
}
.gradient-bright-7813 .red_d51d:before,
.gradient-bright-7813 .tabs_under_36f9:before {
  font: normal normal normal 16px/1 FontAwesome;
  text-decoration: inherit;
  text-transform: none;
  position: relative;
  margin-right: 5px;
  color: #6d6d6d;
}
.gradient-bright-7813 .red_d51d:before {
  content: "\f115";
}
.gradient-bright-7813 .tabs_under_36f9:before {
  content: "\f02c";
}
.gradient-bright-7813 .section_10b9 {
  display: block;
  width: 100%;
  margin-top: 0.5407911001em;
}
.gradient-bright-7813 .section_10b9 a {
  text-transform: uppercase;
  font-weight: 500;
  font-size: 80%;
  letter-spacing: 0.5px;
}
.background_08b2 {
  display: -webkit-box;
  display: flex;
}
.background_08b2 .filter-current-fdb9 {
  flex-basis: 90px;
}
@media screen and (max-width: 568px) {
  .background_08b2 .filter-current-fdb9 {
    flex-basis: 90px;
  }
}
.background_08b2 .label_wide_5849 {
  flex-basis: calc(100% - 90px);
  margin-left: 1.5em;
}
@media screen and (max-width: 568px) {
  .background_08b2 .label_wide_5849 {
    flex-basis: calc(100% - 50px);
  }
}
.background_08b2 .detail_hard_3b41 p:last-child {
  margin-bottom: 0.72em;
}
.surface_1f4e .cool-f860 {
  padding: 16px 0 15px;
  border-top: 1px solid #eaecee;
  border-bottom: 1px solid #eaecee;
}
.surface_1f4e .cool-f860:after,
.surface_1f4e .cool-f860:before {
  content: "";
  display: table;
}
.surface_1f4e .cool-f860:after {
  clear: both;
}
.surface_1f4e .cool-f860 .primary-ce30,
.surface_1f4e .cool-f860 .fluid_61fb {
  width: 49%;
}
.surface_1f4e .cool-f860 .primary-ce30 a span.pink-221c,
.surface_1f4e .cool-f860 .fluid_61fb a span.pink-221c {
  display: block;
  margin-bottom: 5px;
}
.surface_1f4e .cool-f860 .fluid_61fb {
  float: left;
  text-align: left;
}
.surface_1f4e .cool-f860 .primary-ce30 {
  float: right;
  text-align: right;
}
.bright-f504 {
  margin-bottom: 0.41575em;
}
@media screen and (max-width: 568px) {
  .bright-f504 {
    margin-bottom: 0;
  }
}
.hard-9a89 {
  margin-bottom: 1em;
}
.hard-9a89 .badge-61de {
  font-size: 1.1em;
  line-height: 1.3;
}
.top-e6fb a {
  display: block;
  line-height: 0;
  position: relative;
}
.menu_fluid_d2db .hard-9a89,
.clean-2311 .hard-9a89 {
  display: -webkit-box;
  display: flex;
}
@media screen and (max-width: 568px) {
  .menu_fluid_d2db .hard-9a89,
  .clean-2311 .hard-9a89 {
    display: block;
  }
}
.menu_fluid_d2db .top-e6fb,
.clean-2311 .top-e6fb {
  flex-basis: 160px;
  position: relative;
}
@media screen and (max-width: 568px) {
  .menu_fluid_d2db .top-e6fb,
  .clean-2311 .top-e6fb {
    margin-bottom: 1em;
  }
}
.menu_fluid_d2db .top-e6fb img,
.clean-2311 .top-e6fb img {
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  display: block;
}
.menu_fluid_d2db .stale_e63a,
.clean-2311 .stale_e63a {
  flex-basis: calc(100% - 160px);
}
.menu_fluid_d2db .stale_e63a p,
.clean-2311 .stale_e63a p {
  margin-bottom: 0;
}
.menu_fluid_d2db .stale_e63a {
  padding-left: 1em;
}
@media screen and (max-width: 568px) {
  .menu_fluid_d2db .stale_e63a {
    padding-left: 0;
  }
}
.clean-2311 .stale_e63a {
  -webkit-box-ordinal-group: 2;
  order: 1;
  padding-right: 1em;
}
@media screen and (max-width: 568px) {
  .clean-2311 .stale_e63a {
    padding-right: 0;
  }
}
.clean-2311 .top-e6fb {
  -webkit-box-ordinal-group: 3;
  order: 2;
}
.lower_79f8 .top-e6fb {
  margin-bottom: 0.5em;
}
.lower_79f8 .top-e6fb img {
  width: 100%;
}
.preview-wood-4994 .solid_6790,
.progress-under-e648 .solid_6790 {
  margin-bottom: 35px;
  padding-bottom: 20px;
  border-bottom: 1px solid #eaecee;
}
.progress-under-e648 .disabled_dirty_c227 .picture-be32 p:last-child {
  margin-bottom: 0;
}
.column_mini_7bba {
  font-size: 16px;
  text-transform: uppercase;
  font-weight: 500;
  color: currentColor;
  margin-bottom: 20px;
}
.thumbnail_top_5023 .east_6a14 {
  margin-bottom: 2em;
}
@media screen and (min-width: 1025px) {
  .thumbnail_top_5023 .east_6a14:last-of-type {
    margin-bottom: 0;
  }
}
.thumbnail_top_5023 .east_6a14 ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.thumbnail_top_5023 .east_6a14 ul:after {
  clear: both;
  content: ".";
  display: block;
  height: 0;
  visibility: hidden;
}
.thumbnail_top_5023 .east_6a14 ul li {
  margin: 0 0 0.6em;
}
.thumbnail_top_5023 .east_6a14 ul li.right_b26e,
.thumbnail_top_5023 .east_6a14 ul li.down_4c43 {
  position: relative;
}
.thumbnail_top_5023 .east_6a14 ul li.right_b26e .pressed_2ead,
.thumbnail_top_5023 .east_6a14 ul li.down_4c43 .pressed_2ead {
  right: 0;
  background: #eaecee;
  color: #999;
  padding: 0 0.5em;
  border-radius: 0.9em;
  font-size: 12px;
  position: absolute;
  top: 4px;
}
.thumbnail_top_5023 .east_6a14 ul li.right_b26e:after:after,
.thumbnail_top_5023 .east_6a14 ul li.right_b26e:after:before,
.thumbnail_top_5023
  .east_6a14
  ul
  li.down_4c43:after:after,
.thumbnail_top_5023
  .east_6a14
  ul
  li.down_4c43:after:before {
  content: "";
  display: table;
}
.thumbnail_top_5023 .east_6a14 ul li.right_b26e:after:after,
.thumbnail_top_5023
  .east_6a14
  ul
  li.down_4c43:after:after {
  clear: both;
}
.thumbnail_top_5023 .east_6a14 a.column-6f70:hover {
  text-decoration: none;
}
.thumbnail_top_5023 .east_6a14 select {
  max-width: 100%;
}
.thumbnail_top_5023 .east_6a14 table {
  font-size: 85%;
}
.thumbnail_top_5023 .east_6a14 table td,
.thumbnail_top_5023 .east_6a14 table th {
  padding: 0.2360828548em;
  text-align: center;
}
.thumbnail_top_5023 .east_6a14 table tfoot td {
  text-align: left;
}
.thumbnail_top_5023 .east_6a14 :last-child {
  margin-bottom: 0;
}
.thumbnail_top_5023 .east_6a14 .heading_black_3c38 {
  display: -webkit-box;
  display: flex;
  width: 100%;
  max-width: 100%;
}
.thumbnail_top_5023 .east_6a14 .heading_black_3c38 label {
  width: 100%;
}
.thumbnail_top_5023 .east_6a14 .heading_black_3c38 .content-1ca0 {
  width: 100%;
  display: block;
}
.thumbnail_top_5023 .east_6a14 .heading_black_3c38 .input-2e9a {
  padding: 9px 14px;
  margin-left: -46px;
  overflow: hidden;
  box-shadow: none;
  background: 0 0;
  color: #aaa;
  line-height: 0;
}
.thumbnail_top_5023 .east_6a14 .heading_black_3c38 .input-2e9a:hover svg #svg-search {
  fill: #444;
}
.thumbnail_top_5023 .east_6a14 .heading_black_3c38 .input-2e9a svg {
  width: 18px;
  height: 18px;
}
.thumbnail_top_5023 .description_4619 ul ul,
.thumbnail_top_5023 .header_60d6 ul ul,
.thumbnail_top_5023 .texture-ac04 ul ul,
.thumbnail_top_5023 .hero-east-eaca ul ul {
  margin-top: 0.3819820591em;
  margin-left: 0;
  margin-bottom: -0.3819820591em;
}
.thumbnail_top_5023 .description_4619 .search_current_83a7 > a,
.thumbnail_top_5023 .header_60d6 .search_current_83a7 > a,
.thumbnail_top_5023 .texture-ac04 .search_current_83a7 > a,
.thumbnail_top_5023 .hero-east-eaca .search_current_83a7 > a {
  margin-bottom: 0;
}
.thumbnail_top_5023 .alert_hot_48e8 li,
.thumbnail_top_5023 .description_4619 li,
.thumbnail_top_5023 .container_3187 li,
.thumbnail_top_5023 .header_60d6 li,
.thumbnail_top_5023 .texture-ac04 li,
.thumbnail_top_5023 .hero-east-eaca li,
.thumbnail_top_5023 .disabled-a06c li,
.thumbnail_top_5023 .gradient_tall_7ff6 li {
  display: block;
  position: relative;
}
.thumbnail_top_5023 .alert_hot_48e8 li:last-child,
.thumbnail_top_5023 .description_4619 li:last-child,
.thumbnail_top_5023 .container_3187 li:last-child,
.thumbnail_top_5023 .header_60d6 li:last-child,
.thumbnail_top_5023 .texture-ac04 li:last-child,
.thumbnail_top_5023 .hero-east-eaca li:last-child,
.thumbnail_top_5023 .disabled-a06c li:last-child,
.thumbnail_top_5023 .gradient_tall_7ff6 li:last-child {
  border: none;
}
.thumbnail_top_5023 .alert_hot_48e8 li a,
.thumbnail_top_5023 .description_4619 li a,
.thumbnail_top_5023 .container_3187 li a,
.thumbnail_top_5023 .header_60d6 li a,
.thumbnail_top_5023 .texture-ac04 li a,
.thumbnail_top_5023 .hero-east-eaca li a,
.thumbnail_top_5023 .disabled-a06c li a,
.thumbnail_top_5023 .gradient_tall_7ff6 li a {
  display: block;
  width: 100%;
  padding-bottom: 0.6em;
  margin-bottom: 0.6em;
  border-bottom: 1px solid #eaecee;
  position: relative;
}
.thumbnail_top_5023 .alert_hot_48e8 li ul li::before,
.thumbnail_top_5023 .description_4619 li ul li::before,
.thumbnail_top_5023 .container_3187 li ul li::before,
.thumbnail_top_5023 .header_60d6 li ul li::before,
.thumbnail_top_5023 .texture-ac04 li ul li::before,
.thumbnail_top_5023 .hero-east-eaca li ul li::before,
.thumbnail_top_5023 .disabled-a06c li ul li::before,
.thumbnail_top_5023 .gradient_tall_7ff6 li ul li::before {
  left: 15px;
}
.thumbnail_top_5023 .alert_hot_48e8 li ul a,
.thumbnail_top_5023 .description_4619 li ul a,
.thumbnail_top_5023 .container_3187 li ul a,
.thumbnail_top_5023 .header_60d6 li ul a,
.thumbnail_top_5023 .texture-ac04 li ul a,
.thumbnail_top_5023 .hero-east-eaca li ul a,
.thumbnail_top_5023 .disabled-a06c li ul a,
.thumbnail_top_5023 .gradient_tall_7ff6 li ul a {
  padding-left: 20px;
}
.thumbnail_top_5023 .alert_hot_48e8 li ul ul li::before,
.thumbnail_top_5023 .description_4619 li ul ul li::before,
.thumbnail_top_5023 .container_3187 li ul ul li::before,
.thumbnail_top_5023 .header_60d6 li ul ul li::before,
.thumbnail_top_5023 .texture-ac04 li ul ul li::before,
.thumbnail_top_5023 .hero-east-eaca li ul ul li::before,
.thumbnail_top_5023 .disabled-a06c li ul ul li::before,
.thumbnail_top_5023 .gradient_tall_7ff6 li ul ul li::before {
  left: 30px;
}
.thumbnail_top_5023 .alert_hot_48e8 li ul ul a,
.thumbnail_top_5023 .description_4619 li ul ul a,
.thumbnail_top_5023 .container_3187 li ul ul a,
.thumbnail_top_5023 .header_60d6 li ul ul a,
.thumbnail_top_5023 .texture-ac04 li ul ul a,
.thumbnail_top_5023 .hero-east-eaca li ul ul a,
.thumbnail_top_5023 .disabled-a06c li ul ul a,
.thumbnail_top_5023 .gradient_tall_7ff6 li ul ul a {
  padding-left: 40px;
}
.thumbnail_top_5023 .disabled_4ce1 li {
  padding-bottom: 0.6em;
  border-bottom: 1px solid #eaecee;
  position: relative;
}
.thumbnail_top_5023 .gradient_tall_7ff6 ul li {
  margin-bottom: 1.41575em;
}
.thumbnail_top_5023 .gradient_tall_7ff6 ul li .sidebar_north_69fa {
  font-weight: 400;
  font-size: 1.2em;
  line-height: 1.28;
}
.thumbnail_top_5023 .gradient_tall_7ff6 ul li .middle_1e27 {
  display: block;
  margin: 0.5407911001em 0;
  font-size: 85%;
}
.cold-20a6 .alert_hot_48e8 li a,
.cold-20a6 .description_4619 li a,
.cold-20a6 .container_3187 li a,
.cold-20a6 .header_60d6 li a,
.cold-20a6 .texture-ac04 li a,
.cold-20a6 .hero-east-eaca li a,
.cold-20a6 .disabled-a06c li a,
.cold-20a6 .gradient_tall_7ff6 li a {
  border-color: rgba(255, 255, 255, 0.08);
}
.cold-20a6 .disabled_4ce1 li {
  border-color: rgba(255, 255, 255, 0.08);
}
.cold-20a6 .east_6a14 ul li.right_b26e .pressed_2ead,
.cold-20a6 .east_6a14 ul li.down_4c43 .pressed_2ead {
  background: rgba(0, 0, 0, 0.2);
}
.cold-20a6 .thumbnail_top_5023 .east_6a14 select {
  border-color: rgba(255, 255, 255, 0.08);
}
.form-b9e6 .thumbnail_top_5023 .east-e384 li {
  margin: 0;
}
.form-b9e6 .thumbnail_top_5023 .east-e384 li a {
  display: block;
  padding: 0.6em 0 0.6em;
}
.form-b9e6 .thumbnail_top_5023 .east-e384 li ul {
  margin: 0;
}
.form-b9e6 .thumbnail_top_5023 .east-e384 li ul li a {
  padding-left: 15px;
}
.form-b9e6 .thumbnail_top_5023 .east-e384 li ul li li a {
  padding-left: 30px;
}
.form-b9e6 .thumbnail_top_5023 .east-e384 li.media_0faa > a {
  position: relative;
  border: 1px solid #eaecee;
  border-left: none;
  border-right: none;
  font-size: 110%;
}
.form-b9e6 .thumbnail_top_5023 .east-e384 li.media_0faa > 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;
}
.form-b9e6 .thumbnail_top_5023 .east-e384 li.media_0faa > 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;
}
.box-black-c70e a {
  border: 1px solid currentColor;
  border-radius: 2px;
  display: inline-block;
  font-size: 0.875em !important;
  margin-bottom: 5px;
  padding: 1px 10px 1px;
}
.liquid_7394 {
  position: relative;
  z-index: 10;
}
.liquid_7394 .logo-f5c6 {
  width: 100%;
  max-width: 100%;
}
.row_07be .huge_c55c {
  padding-top: 2em;
  padding-bottom: 2em;
}
.row_07be .under_ee7e {
}
.row_07be .cold-20a6 {
  background: #292929;
}
.search-bronze-3e5c .huge_c55c {
  padding-top: 2.5em;
  padding-bottom: 2.5em;
}
.search-bronze-3e5c .under_ee7e {
  background: #f9f9f9;
}
.search-bronze-3e5c .cold-20a6 {
  background: #303030;
}
.layout-iron-523b .huge_c55c {
  padding-top: 1.5em;
  padding-bottom: 1.5em;
}
@media screen and (max-width: 568px) {
  .layout-iron-523b .red-7bb1 {
    margin-bottom: 1em;
  }
  .layout-iron-523b .red-7bb1:last-child {
    margin-bottom: 0;
  }
}
.layout-iron-523b .under_ee7e {
  background: #ededed;
}
.layout-iron-523b .cold-20a6 {
  background: #1a1a1a;
}
.huge_c55c.under_ee7e {
  color: rgba(0, 0, 0, 0.6);
}
.huge_c55c.under_ee7e .hidden_9225 li {
  border-color: rgba(0, 0, 0, 0.08);
}
.huge_c55c.cold-20a6 {
  color: rgba(255, 255, 255, 0.99);
}
.huge_c55c.cold-20a6 a:not(.column-6f70) {
  color: rgba(255, 255, 255, 0.79);
}
.huge_c55c.cold-20a6 a:not(.column-6f70):hover {
  color: rgba(255, 255, 255, 0.99);
}
.huge_c55c.cold-20a6 .hidden_9225 li {
  border-color: rgba(255, 255, 255, 0.08);
}
.huge_c55c.cold-20a6 table tbody td,
.huge_c55c.cold-20a6 table th {
  background: rgba(0, 0, 0, 0.08);
}
.warm-bace.stone-5abc .outline_6914 {
  max-width: initial;
}
.warm-bace .green-e088 {
  -webkit-box-pack: start;
  justify-content: flex-start;
}
.warm-bace .green-e088 .logo-f5c6 {
  width: auto;
}
@media screen and (max-width: 1024px) {
  .warm-bace .green-e088 .logo-f5c6 {
    display: block;
    margin-bottom: 2em;
  }
  .warm-bace .green-e088 .logo-f5c6:last-child {
    margin-bottom: 0;
  }
}
.layout-iron-523b .red-7bb1:last-child,
.search-bronze-3e5c .red-7bb1:last-child,
.row_07be .red-7bb1:last-child {
  margin-bottom: 0;
}
.layout-iron-523b .red-7bb1 .thumbnail_top_5023 .east_6a14:last-child,
.search-bronze-3e5c .red-7bb1 .thumbnail_top_5023 .east_6a14:last-child,
.row_07be .red-7bb1 .thumbnail_top_5023 .east_6a14:last-child {
  margin-bottom: 0;
}
@media screen and (max-width: 568px) {
  .layout-iron-523b .dropdown-lite-3dda,
  .layout-iron-523b .media_7842,
  .search-bronze-3e5c .dropdown-lite-3dda,
  .search-bronze-3e5c .media_7842,
  .row_07be .dropdown-lite-3dda,
  .row_07be .media_7842 {
    text-align: center;
  }
}
@media screen and (max-width: 48em) {
  .liquid_7394 .red-7bb1 {
    margin-bottom: 2em;
  }
}
.liquid_7394 p:last-child {
  margin-bottom: 0;
}
.liquid_7394 li,
.liquid_7394 ul {
  list-style: none;
  margin: 0;
}
.liquid_7394 ul ul {
  margin-left: 2.617924em;
}
.item_9bbf {
  font-size: 0.875em;
}

/* css-noise: 7855 */
.phantom-card-f1 {
  padding: 0.1rem;
  font-size: 12px;
  line-height: 1.0;
}
