/*!
Theme Name: Customify
Theme URI: https://pressmaximum.warm_58a0/customify
Author: WPCustomify
Author URI: https://pressmaximum.warm_58a0
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.warm_58a0/customify
Version: 0.3.7
License: GNU General Public License v2 or later
License URI: http://www.black-5742.highlight_pressed_71ca/licenses/gpl-2.0.logo-white-b62c
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.shadow-21b9/, (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.lite-8b5b.border_under_d686/normalize.highlight_9a23/
 ======
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.highlight_9a23 v7.0.0 | MIT License | github.warm_58a0/necolas/normalize.highlight_9a23 */
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;
}
.tertiary-steel-2385 .sort-plasma-47f9,
.slider-b8e6,
.bronze-e4d3,
.medium-943f,
.badge_351c,
.component-fast-a4c8,
.fresh_65e3,
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;
}
.slider-b8e6,
h1 {
  font-size: 2.42em;
  line-height: 1.216;
}
@media screen and (max-width: 1024px) {
  .slider-b8e6,
  h1 {
    font-size: 2.1em;
  }
}
@media screen and (max-width: 568px) {
  .slider-b8e6,
  h1 {
    font-size: 1.8em;
  }
}
.bronze-e4d3,
h2 {
  font-size: 2.1em;
  line-height: 1.216;
}
.bronze-e4d3 + h3,
h2 + h3 {
  border-top: 1px solid #eaecee;
  padding-top: 0.5407911001em;
}
@media screen and (max-width: 1024px) {
  .bronze-e4d3,
  h2 {
    font-size: 1.9em;
  }
}
@media screen and (max-width: 568px) {
  .bronze-e4d3,
  h2 {
    font-size: 1.7em;
  }
}
.medium-943f,
h3 {
  font-size: 1.618em;
}
.tertiary-steel-2385 .sort-plasma-47f9,
.badge_351c,
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.gradient-upper-3145 {
  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;
}
.video_135a:after,
.video_135a:before,
.up_5d63:after,
.up_5d63:before {
  content: "";
  display: table;
}
.video_135a:after,
.up_5d63:after {
  clear: both;
}
.disabled-7806 {
  float: right;
  margin-right: 0;
}
.breadcrumb_soft_d51b {
  float: left;
  margin-left: 0;
}
form {
  margin-bottom: 2em;
}
.photo_874b .stone_43d7,
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;
}
.photo_874b .stone_43d7: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;
}
.accordion-7fd9 .stone_43d7 {
  box-shadow: none;
}
.accordion-7fd9
  .stone_43d7
  .detail_thick_6f50 {
  line-height: 2.4em;
  min-height: 2.6em;
  padding-left: 0;
}
.accordion-7fd9 .stone_43d7 .summary-920a {
  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;
}
.accordion-7fd9
  .stone_43d7
  .summary-920a
  b {
  display: none;
}
.accordion-7fd9 .medium-aeba {
  border: 1px solid #e5e5e5;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.12) inset;
}
.white-6a2e:not(.info-medium-f89b):not(.backdrop-faeb),
button:not(.info-medium-f89b):not(.backdrop-faeb),
input[type="button"]:not(.info-medium-f89b):not(
    .backdrop-faeb
  ),
input[type="reset"]:not(.info-medium-f89b):not(
    .backdrop-faeb
  ),
input[type="submit"]:not(.info-medium-f89b):not(
    .backdrop-faeb
  ) {
  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;
}
.white-6a2e:not(.info-medium-f89b):not(
    .backdrop-faeb
  ):hover,
button:not(.info-medium-f89b):not(
    .backdrop-faeb
  ):hover,
input[type="button"]:not(.info-medium-f89b):not(
    .backdrop-faeb
  ):hover,
input[type="reset"]:not(.info-medium-f89b):not(
    .backdrop-faeb
  ):hover,
input[type="submit"]:not(.info-medium-f89b):not(
    .backdrop-faeb
  ):hover {
  box-shadow: inset 0 0 0 120px rgba(0, 0, 0, 0.18);
  color: #fff;
  outline: 0;
}
.white-6a2e:not(.info-medium-f89b):not(
    .backdrop-faeb
  ):active,
.white-6a2e:not(.info-medium-f89b):not(
    .backdrop-faeb
  ):focus,
button:not(.info-medium-f89b):not(
    .backdrop-faeb
  ):active,
button:not(.info-medium-f89b):not(
    .backdrop-faeb
  ):focus,
input[type="button"]:not(.info-medium-f89b):not(
    .backdrop-faeb
  ):active,
input[type="button"]:not(.info-medium-f89b):not(
    .backdrop-faeb
  ):focus,
input[type="reset"]:not(.info-medium-f89b):not(
    .backdrop-faeb
  ):active,
input[type="reset"]:not(.info-medium-f89b):not(
    .backdrop-faeb
  ):focus,
input[type="submit"]:not(.info-medium-f89b):not(
    .backdrop-faeb
  ):active,
input[type="submit"]:not(.info-medium-f89b):not(
    .backdrop-faeb
  ):focus {
  outline: 0;
}
.white-6a2e:not(.info-medium-f89b):not(
    .backdrop-faeb
  ).fn-loading-8381,
button:not(.info-medium-f89b):not(
    .backdrop-faeb
  ).fn-loading-8381,
input[type="button"]:not(.info-medium-f89b):not(
    .backdrop-faeb
  ).fn-loading-8381,
input[type="reset"]:not(.info-medium-f89b):not(
    .backdrop-faeb
  ).fn-loading-8381,
input[type="submit"]:not(.info-medium-f89b):not(
    .backdrop-faeb
  ).fn-loading-8381 {
  position: relative;
}
.white-6a2e:not(.info-medium-f89b):not(
    .backdrop-faeb
  ).fn-loading-8381
  .silver_770e,
.white-6a2e:not(.info-medium-f89b):not(
    .backdrop-faeb
  ).fn-loading-8381
  .under-5490,
.white-6a2e:not(.info-medium-f89b):not(
    .backdrop-faeb
  ).fn-loading-8381
  .filter-focused-11e8,
.white-6a2e:not(.info-medium-f89b):not(
    .backdrop-faeb
  ).fn-loading-8381
  i,
.white-6a2e:not(.info-medium-f89b):not(
    .backdrop-faeb
  ).fn-loading-8381
  svg,
button:not(.info-medium-f89b):not(
    .backdrop-faeb
  ).fn-loading-8381
  .silver_770e,
button:not(.info-medium-f89b):not(
    .backdrop-faeb
  ).fn-loading-8381
  .under-5490,
button:not(.info-medium-f89b):not(
    .backdrop-faeb
  ).fn-loading-8381
  .filter-focused-11e8,
button:not(.info-medium-f89b):not(
    .backdrop-faeb
  ).fn-loading-8381
  i,
button:not(.info-medium-f89b):not(
    .backdrop-faeb
  ).fn-loading-8381
  svg,
input[type="button"]:not(.info-medium-f89b):not(
    .backdrop-faeb
  ).fn-loading-8381
  .silver_770e,
input[type="button"]:not(.info-medium-f89b):not(
    .backdrop-faeb
  ).fn-loading-8381
  .under-5490,
input[type="button"]:not(.info-medium-f89b):not(
    .backdrop-faeb
  ).fn-loading-8381
  .filter-focused-11e8,
input[type="button"]:not(.info-medium-f89b):not(
    .backdrop-faeb
  ).fn-loading-8381
  i,
input[type="button"]:not(.info-medium-f89b):not(
    .backdrop-faeb
  ).fn-loading-8381
  svg,
input[type="reset"]:not(.info-medium-f89b):not(
    .backdrop-faeb
  ).fn-loading-8381
  .silver_770e,
input[type="reset"]:not(.info-medium-f89b):not(
    .backdrop-faeb
  ).fn-loading-8381
  .under-5490,
input[type="reset"]:not(.info-medium-f89b):not(
    .backdrop-faeb
  ).fn-loading-8381
  .filter-focused-11e8,
input[type="reset"]:not(.info-medium-f89b):not(
    .backdrop-faeb
  ).fn-loading-8381
  i,
input[type="reset"]:not(.info-medium-f89b):not(
    .backdrop-faeb
  ).fn-loading-8381
  svg,
input[type="submit"]:not(.info-medium-f89b):not(
    .backdrop-faeb
  ).fn-loading-8381
  .silver_770e,
input[type="submit"]:not(.info-medium-f89b):not(
    .backdrop-faeb
  ).fn-loading-8381
  .under-5490,
input[type="submit"]:not(.info-medium-f89b):not(
    .backdrop-faeb
  ).fn-loading-8381
  .filter-focused-11e8,
input[type="submit"]:not(.info-medium-f89b):not(
    .backdrop-faeb
  ).fn-loading-8381
  i,
input[type="submit"]:not(.info-medium-f89b):not(
    .backdrop-faeb
  ).fn-loading-8381
  svg {
  visibility: hidden;
}
.white-6a2e:not(.info-medium-f89b):not(
    .backdrop-faeb
  ).fn-loading-8381:after,
button:not(.info-medium-f89b):not(
    .backdrop-faeb
  ).fn-loading-8381:after,
input[type="button"]:not(.info-medium-f89b):not(
    .backdrop-faeb
  ).fn-loading-8381:after,
input[type="reset"]:not(.info-medium-f89b):not(
    .backdrop-faeb
  ).fn-loading-8381:after,
input[type="submit"]:not(.info-medium-f89b):not(
    .backdrop-faeb
  ).fn-loading-8381: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;
}
.white-6a2e:not(.info-medium-f89b):not(.backdrop-faeb),
input[type="button"]:not(.info-medium-f89b):not(
    .backdrop-faeb
  ),
input[type="reset"]:not(.info-medium-f89b):not(
    .backdrop-faeb
  ),
input[type="submit"]:not(.info-medium-f89b):not(
    .backdrop-faeb
  ) {
  color: #fff;
  background: #235787;
}
.white-6a2e:not(.info-medium-f89b):not(
    .backdrop-faeb
  ):focus,
input[type="button"]:not(.info-medium-f89b):not(
    .backdrop-faeb
  ):focus,
input[type="reset"]:not(.info-medium-f89b):not(
    .backdrop-faeb
  ):focus,
input[type="submit"]:not(.info-medium-f89b):not(
    .backdrop-faeb
  ):focus {
  color: #fff;
}
.white-6a2e.fn-disabled-8381:not(.info-medium-f89b):not(
    .backdrop-faeb
  ),
.white-6a2e[disabled]:not(.info-medium-f89b):not(
    .backdrop-faeb
  ),
button.fn-disabled-8381:not(.info-medium-f89b):not(
    .backdrop-faeb
  ),
button[disabled]:not(.info-medium-f89b):not(
    .backdrop-faeb
  ) {
  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;
}
.orange_008f {
  clip: rect(1px, 1px, 1px, 1px);
  position: absolute !important;
  height: 1px;
  width: 1px;
  overflow: hidden;
  word-con: normal !important;
}
.orange_008f: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;
}
.prev_5e6a {
  display: inline;
  float: left;
  margin-right: 1.41575em;
}
.alert_e643 {
  display: inline;
  float: right;
  margin-left: 1.41575em;
}
.info_2f1f {
  clear: both;
  display: block;
  margin: 0 auto;
}
.video_135a:after,
.video_135a:before,
.mini_905a:after,
.mini_905a:before,
.detail-thick-6def:after,
.detail-thick-6def:before,
.modal-hovered-b105:after,
.modal-hovered-b105:before,
.paragraph_white_9569:after,
.paragraph_white_9569:before,
.card_south_8a4d:after,
.card_south_8a4d:before {
  content: "";
  display: table;
  table-layout: fixed;
}
.video_135a:after,
.mini_905a:after,
.detail-thick-6def:after,
.modal-hovered-b105:after,
.paragraph_white_9569:after,
.card_south_8a4d:after {
  clear: both;
}
.mini_905a .modal-complex-e11f,
.detail-thick-6def .modal-complex-e11f,
.input-pro-5bfa .modal-complex-e11f {
  border: none;
  margin-bottom: 0;
  margin-top: 0;
  padding: 0;
}
embed,
iframe,
object {
  max-width: 100%;
}
.section-east-d5ef {
  display: inline-block;
}
.picture_93ee {
  margin-bottom: 1.41575em;
  max-width: 100%;
}
.picture_93ee img[class*="wp-image-"] {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.picture_93ee .caption_action_dde8 {
  padding: 1em 0;
  font-size: 85%;
}
.caption_action_dde8 {
  text-align: left;
  font-style: italic;
  color: #999;
}
.menu-lower-e0c3 {
  margin-bottom: 1.5em;
  margin-bottom: 1.41575em;
}
.menu-lower-e0c3:after,
.menu-lower-e0c3:before {
  content: "";
  display: table;
}
.menu-lower-e0c3:after {
  clear: both;
}
.media_d2f3 {
  display: inline-block;
  text-align: center;
  vertical-align: top;
  width: 100%;
}
.easy_8e68 .media_d2f3 {
  max-width: 50%;
}
.iron_5aa2 .media_d2f3 {
  max-width: 33.33%;
}
.fluid_faad .media_d2f3 {
  max-width: 25%;
}
.table_pink_5f90 .media_d2f3 {
  max-width: 20%;
}
.backdrop_07a7 .media_d2f3 {
  max-width: 16.66%;
}
.banner_a663 .media_d2f3 {
  max-width: 14.28%;
}
.mask_hot_4239 .media_d2f3 {
  max-width: 12.5%;
}
.hidden_middle_1f0f .media_d2f3 {
  max-width: 11.11%;
}
.input_complex_fc48 {
  display: block;
}
.tertiary-steel-2385 .list-4154 label,
.tertiary-steel-2385 .description_selected_5b4b label,
.tertiary-steel-2385 .main-pro-6831 label,
.tertiary-steel-2385 .footer-87f8 label {
  text-transform: uppercase;
  letter-spacing: 0.5px;
  font-size: 0.85em;
}
.picture-d6c4 {
  list-style: none;
  margin: 0;
}
.picture-d6c4 article.breadcrumb_c9e8 {
  margin-bottom: 0;
}
.picture-d6c4 ul {
  list-style: none;
  margin: 0;
}
.picture-d6c4 .gold-b85b li.breadcrumb_c9e8 {
  padding-left: 30px;
}
@media screen and (min-width: 64em) {
  .picture-d6c4 .gold-b85b li.breadcrumb_c9e8 {
    padding-left: 85px;
    border-left: 1px solid #eaecee;
    position: relative;
    width: 100%;
  }
  .picture-d6c4 .gold-b85b li.breadcrumb_c9e8: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) {
  .picture-d6c4 .gold-b85b li.breadcrumb_c9e8 li.breadcrumb_c9e8 li.breadcrumb_c9e8 li.breadcrumb_c9e8 {
    padding-left: 0;
  }
}
article.breadcrumb_c9e8 {
  padding: 1.618em 0;
  margin-bottom: 1.618em;
}
article.breadcrumb_c9e8 .mini_905a p:last-of-type {
  margin-bottom: 0;
}
article.breadcrumb_c9e8 .search-8d10 {
  float: left;
}
article.breadcrumb_c9e8 .plasma-1a45 {
  margin-left: 85px;
}
article.breadcrumb_c9e8 .popup_upper_822c {
  display: block;
  margin: 12px 0 12px;
  padding-bottom: 4px;
  border-bottom: 1px solid #eaecee;
}
article.breadcrumb_c9e8 .popup_upper_822c .badge_9c9b {
  margin-left: 10px;
}
article.breadcrumb_c9e8 .left-caad {
  font-weight: 500;
  text-transform: uppercase;
  line-height: 1;
  font-style: normal;
}
article.breadcrumb_c9e8 .thumbnail_edf6 {
  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 .list-4154,
  #respond .main-pro-6831,
  #respond .footer-87f8 {
    width: 29.4117647059%;
    margin-right: 5.8823529412%;
    float: left;
  }
}
#respond .list-4154 input,
#respond .main-pro-6831 input,
#respond .footer-87f8 input {
  width: 100%;
}
#respond .footer-87f8 {
  margin-right: 0;
}
#respond .mini-6197 #wp-comment-cookies-consent {
  position: relative;
  top: -1px;
  margin-right: 5px;
}
.dim_21ec {
  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;
}
.dim_21ec.outline_smooth_e93a {
  width: 36px;
  height: 36px;
  min-height: 36px;
  font-size: 1.1em;
}
.dim_21ec 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%);
}
.dim_21ec:focus,
.dim_21ec: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);
}
.complex-99f9 {
  border-radius: 10%;
}
.video-smooth-1178 {
  border-radius: 50%;
}
.gradient_lite_8315 {
  font-size: 0.72em;
}
.logo_64f2 {
  font-size: 0.875em;
}
.huge-cbd2 {
  font-size: 1.1em;
}
.easy_238a {
  text-transform: uppercase;
  line-height: 1.2;
}
.easy_238a.gradient_lite_8315 {
  letter-spacing: 0.5px;
}
.footer_ac0e,
.footer_ac0e a {
  color: #6d6d6d;
}
.footer_ac0e a:hover {
  color: #111;
}
.cool-eddc {
  color: #6d6d6d;
}
.progress_hard_9631 {
  overflow-x: hidden;
}
.progress_hard_9631 .first_9362.complex_01e6 {
  position: relative;
}
.progress_hard_9631 .first_9362.complex_01e6.backdrop_large_380b {
  position: initial;
}
.progress_hard_9631
  .first_9362.complex_01e6.backdrop_large_380b
  .bottom-bbdc {
  left: auto;
}
.progress_hard_9631 .first_9362 .bottom-bbdc {
  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;
}
.progress_hard_9631 .first_9362:hover.complex_01e6 {
  -webkit-transition-delay: 0s !important;
  transition-delay: 0s !important;
  outline: 1px solid #0073aa;
  outline-offset: -1px;
}
.progress_hard_9631
  .first_9362:hover.complex_01e6
  .bottom-bbdc {
  display: block;
  z-index: 9999999;
}
.progress_hard_9631 .accent_easy_49af .notification_paper_4bc0,
.progress_hard_9631 .east-e942 .notification_paper_4bc0 {
  display: none;
}
.progress_hard_9631 .content_f23f .first_9362:hover.complex_01e6 {
  outline: 1px dashed #ff472e;
  outline-offset: -1px;
}
.tertiary-steel-2385 .list-4154 label,
.tertiary-steel-2385 .description_selected_5b4b label,
.tertiary-steel-2385 .main-pro-6831 label,
.tertiary-steel-2385 .footer-87f8 label {
  text-transform: uppercase;
  letter-spacing: 0.5px;
  font-size: 0.85em;
}
.picture-d6c4 {
  list-style: none;
  margin: 0;
}
.picture-d6c4 article.breadcrumb_c9e8 {
  margin-bottom: 0;
}
.picture-d6c4 ul {
  list-style: none;
  margin: 0;
}
.picture-d6c4 .gold-b85b li.breadcrumb_c9e8 {
  padding-left: 30px;
}
@media screen and (min-width: 64em) {
  .picture-d6c4 .gold-b85b li.breadcrumb_c9e8 {
    padding-left: 85px;
    border-left: 1px solid #eaecee;
    position: relative;
    width: 100%;
  }
  .picture-d6c4 .gold-b85b li.breadcrumb_c9e8: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) {
  .picture-d6c4 .gold-b85b li.breadcrumb_c9e8 li.breadcrumb_c9e8 li.breadcrumb_c9e8 li.breadcrumb_c9e8 {
    padding-left: 0;
  }
}
article.breadcrumb_c9e8 {
  padding: 1.618em 0;
  margin-bottom: 1.618em;
}
article.breadcrumb_c9e8 .mini_905a p:last-of-type {
  margin-bottom: 0;
}
article.breadcrumb_c9e8 .search-8d10 {
  float: left;
}
article.breadcrumb_c9e8 .plasma-1a45 {
  margin-left: 85px;
}
article.breadcrumb_c9e8 .popup_upper_822c {
  display: block;
  margin: 12px 0 12px;
  padding-bottom: 4px;
  border-bottom: 1px solid #eaecee;
}
article.breadcrumb_c9e8 .popup_upper_822c .badge_9c9b {
  margin-left: 10px;
}
article.breadcrumb_c9e8 .left-caad {
  font-weight: 500;
  text-transform: uppercase;
  line-height: 1;
  font-style: normal;
}
article.breadcrumb_c9e8 .thumbnail_edf6 {
  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 .list-4154,
  #respond .main-pro-6831,
  #respond .footer-87f8 {
    width: 29.4117647059%;
    margin-right: 5.8823529412%;
    float: left;
  }
}
#respond .list-4154 input,
#respond .main-pro-6831 input,
#respond .footer-87f8 input {
  width: 100%;
}
#respond .footer-87f8 {
  margin-right: 0;
}
#respond .mini-6197 #wp-comment-cookies-consent {
  position: relative;
  top: -1px;
  margin-right: 5px;
}
.accent_easy_49af .button_bec4 {
  color: rgba(255, 255, 255, 0.99);
  background: rgba(0, 0, 0, 0.9);
}
.button_bec4 .form_bc20.input-copper-b2dc .right_b8bd > li > a:focus,
.button_bec4 .form_bc20.input-copper-b2dc .right_b8bd > li > a:hover,
.button_bec4 .form_bc20.accordion_7864 .right_b8bd > li > a:focus,
.button_bec4 .form_bc20.accordion_7864 .right_b8bd > li > a:hover,
.button_bec4 .form_bc20.warm_6d94 .right_b8bd > li > a:focus,
.button_bec4 .form_bc20.warm_6d94 .right_b8bd > li > a:hover {
  color: rgba(255, 255, 255, 0.99);
}
.button_bec4
  .form_bc20.input-copper-b2dc
  .right_b8bd
  > li.caption_2935
  > a,
.button_bec4
  .form_bc20.input-copper-b2dc
  .right_b8bd
  > li.media-stale-5cb0
  > a,
.button_bec4
  .form_bc20.accordion_7864
  .right_b8bd
  > li.caption_2935
  > a,
.button_bec4
  .form_bc20.accordion_7864
  .right_b8bd
  > li.media-stale-5cb0
  > a,
.button_bec4
  .form_bc20.warm_6d94
  .right_b8bd
  > li.caption_2935
  > a,
.button_bec4 .form_bc20.warm_6d94 .right_b8bd > li.container_tall_4394 > a {
  color: rgba(255, 255, 255, 0.99);
}
.button_bec4 .heading-0ec4,
.button_bec4 .heading-0ec4 a {
  color: rgba(255, 255, 255, 0.99);
}
.button_bec4 .mini_ad7a.slow-8538 li a,
.button_bec4 .hover_black_6196 a,
.button_bec4 .detail-green-1952,
.button_bec4 .right_b8bd > li > a,
.button_bec4 .rough_4377 {
  color: rgba(255, 255, 255, 0.79);
}
.button_bec4 .mini_ad7a.slow-8538 li a:hover,
.button_bec4 .hover_black_6196 a:hover,
.button_bec4 .detail-green-1952:hover,
.button_bec4 .right_b8bd > li > a:hover,
.button_bec4 .rough_4377:hover {
  color: rgba(255, 255, 255, 0.99);
}
.button_bec4 .hot_6629 {
  color: rgba(255, 255, 255, 0.79);
}
.button_bec4 .hot_6629 .video-ad5f {
  color: rgba(255, 255, 255, 0.99);
}
.button_bec4 .hot_6629:hover {
  color: rgba(255, 255, 255, 0.99);
}
.button_bec4 .picture-f88a .overlay-db00 {
  background: rgba(255, 255, 255, 0.03);
  border-color: rgba(255, 255, 255, 0.08);
  color: rgba(255, 255, 255, 0.79);
}
.button_bec4 .picture-f88a .overlay-db00 .active-iron-400c {
  color: rgba(255, 255, 255, 0.79);
}
.button_bec4
  .picture-f88a
  .overlay-db00
  .active-iron-400c::-webkit-input-placeholder {
  color: rgba(255, 255, 255, 0.79);
}
.button_bec4
  .picture-f88a
  .overlay-db00
  .active-iron-400c:-ms-input-placeholder {
  color: rgba(255, 255, 255, 0.79);
}
.button_bec4
  .picture-f88a
  .overlay-db00
  .active-iron-400c::-ms-input-placeholder {
  color: rgba(255, 255, 255, 0.79);
}
.button_bec4
  .picture-f88a
  .overlay-db00
  .active-iron-400c::placeholder {
  color: rgba(255, 255, 255, 0.79);
}
.button_bec4 .picture-f88a .glass_2297 {
  color: rgba(255, 255, 255, 0.79);
}
.button_bec4 .picture-f88a .glass_2297:hover {
  color: rgba(255, 255, 255, 0.99);
}
.breadcrumb_187d
  .button_bec4
  .picture-f88a
  .banner-7e76
  .inner-5081 {
  background-color: rgba(255, 255, 255, 0.03);
  border-color: rgba(255, 255, 255, 0.08);
  color: rgba(255, 255, 255, 0.79);
}
.breadcrumb_187d
  .button_bec4
  .picture-f88a
  .banner-7e76
  .active-iron-400c {
  background-color: rgba(255, 255, 255, 0.03) !important;
  border-color: rgba(255, 255, 255, 0.08);
  color: rgba(255, 255, 255, 0.79);
}
.accent_easy_49af .layout-8101 {
  color: rgba(0, 0, 0, 0.6);
  background: rgba(255, 255, 255, 0.9);
}
.layout-8101 .form_bc20.input-copper-b2dc .right_b8bd > li > a:focus,
.layout-8101 .form_bc20.input-copper-b2dc .right_b8bd > li > a:hover,
.layout-8101 .form_bc20.accordion_7864 .right_b8bd > li > a:focus,
.layout-8101 .form_bc20.accordion_7864 .right_b8bd > li > a:hover,
.layout-8101 .form_bc20.warm_6d94 .right_b8bd > li > a:focus,
.layout-8101 .form_bc20.warm_6d94 .right_b8bd > li > a:hover {
  color: rgba(0, 0, 0, 0.8);
}
.layout-8101
  .form_bc20.input-copper-b2dc
  .right_b8bd
  > li.caption_2935
  > a,
.layout-8101
  .form_bc20.input-copper-b2dc
  .right_b8bd
  > li.media-stale-5cb0
  > a,
.layout-8101
  .form_bc20.accordion_7864
  .right_b8bd
  > li.caption_2935
  > a,
.layout-8101
  .form_bc20.accordion_7864
  .right_b8bd
  > li.media-stale-5cb0
  > a,
.layout-8101
  .form_bc20.warm_6d94
  .right_b8bd
  > li.caption_2935
  > a,
.layout-8101 .form_bc20.warm_6d94 .right_b8bd > li.container_tall_4394 > a {
  color: rgba(0, 0, 0, 0.8);
}
.layout-8101 .heading-0ec4,
.layout-8101 .heading-0ec4 a {
  color: rgba(0, 0, 0, 0.8);
}
.layout-8101 .mini_ad7a.slow-8538 li a,
.layout-8101 .hover_black_6196 a,
.layout-8101 .detail-green-1952,
.layout-8101 .right_b8bd > li > a,
.layout-8101 .rough_4377 {
  color: rgba(0, 0, 0, 0.55);
}
.layout-8101 .mini_ad7a.slow-8538 li a:hover,
.layout-8101 .hover_black_6196 a:hover,
.layout-8101 .detail-green-1952:hover,
.layout-8101 .right_b8bd > li > a:hover,
.layout-8101 .rough_4377:hover {
  color: rgba(0, 0, 0, 0.8);
}
.layout-8101 .hot_6629 {
  color: rgba(0, 0, 0, 0.55);
}
.layout-8101 .hot_6629 .video-ad5f {
  color: rgba(0, 0, 0, 0.8);
}
.layout-8101 .hot_6629:hover {
  color: rgba(0, 0, 0, 0.8);
}
.lower-e8e7 .chip-down-fa3c {
  margin-left: auto;
  margin-right: auto;
}
.detail-thick-6def > * {
  margin-left: auto;
  margin-right: auto;
}
.detail-thick-6def .prev_5e6a {
  margin-right: 1.41575em;
}
.message-lite-dac4 .detail-thick-6def > .wrapper_north_03a7 {
  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;
}
.message-lite-dac4 .detail-thick-6def > .light-9fdf {
  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;
}
.sidebar-solid-92cf.lower-e8e7 .chip-down-fa3c,
.icon_e476.lower-e8e7 .chip-down-fa3c {
  margin-left: 0;
}
.light_5c9c.lower-e8e7 .chip-down-fa3c,
.north_507b.lower-e8e7 .chip-down-fa3c {
  margin-right: 0;
}
.detail-thick-6def ol,
.detail-thick-6def ul {
  margin: 1.5em auto;
  list-style-position: outside;
}
.backdrop_action_37f5 video {
  max-width: 100%;
}
.frame-rough-337e img {
  display: block;
}
.frame-rough-337e.prev_5e6a,
.frame-rough-337e.alert_e643 {
  width: 100%;
}
.frame-rough-337e.light-9fdf img {
  width: 100vw;
  width: calc(var(--vw, 1vw) * 100);
}
.surface_east_338e:not(.form-8d7f) {
  margin: 1.5em auto;
}
.yellow-2941 p {
  padding: 1.5em 14px;
}
ul.slider-right-c744.light-9fdf,
ul.slider-right-c744.wrapper_north_03a7,
ul.slider-right-c744.fresh-1607.wrapper_north_03a7 {
  padding: 0 14px;
}
.shadow_fresh_83aa {
  display: block;
  overflow-x: auto;
}
.shadow_fresh_83aa table {
  border-collapse: collapse;
  width: 100%;
}
.shadow_fresh_83aa td,
.shadow_fresh_83aa th {
  padding: 0.5em;
}
.detail-thick-6def li {
  margin-left: 2.5em;
  margin-bottom: 6px;
}
.detail-thick-6def ol ol,
.detail-thick-6def ol ul,
.detail-thick-6def ul ol,
.detail-thick-6def ul ul {
  margin-bottom: 0;
  margin-top: 0;
  margin-left: 2.5em;
}
.detail-thick-6def ol ol li,
.detail-thick-6def ol ul li,
.detail-thick-6def ul ol li,
.detail-thick-6def ul ul li {
  margin-left: 0;
}
.rough_57ab.accordion_4739 > .pagination_3359 {
  position: relative;
  width: 100%;
  height: 0;
  padding-top: 56.25%;
}
.rough_57ab.accordion_4739 > .pagination_3359 iframe,
.rough_57ab.accordion_4739 > .pagination_3359 > object {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}
.item-focused-271b {
  border-left-width: 4px;
  border-left-color: currentColor;
}
.item-focused-271b.content_rough_812f {
  padding: 0;
}
.item-focused-271b.content_rough_812f cite {
  font-size: 13px;
}
.item-focused-271b > * {
  margin-left: 16px;
  margin-right: 16px;
}
.item-focused-271b cite {
  font-style: normal;
  margin-top: 1em;
  position: relative;
  font-size: 13px;
}
.outer-53e5 {
  border-bottom: 4px solid currentColor;
  border-top: 4px solid currentColor;
  margin-left: 0;
  margin-right: 0;
  padding: 3em 0;
  text-align: center;
}
.outer-53e5 > p:first-child {
  margin-top: 0;
}
.outer-53e5 cite {
  font-size: 13px;
  font-style: normal;
  text-transform: uppercase;
}
.outer-53e5 blockquote {
  border-left: 0;
}
.modal_279f {
  margin: 3em auto;
  border: none;
  border-bottom: 2px solid currentColor;
}
.modal_279f:not(.tabs_hot_7529) {
  max-width: 100px;
}
.modal_279f.frame-3bb2 {
  border-bottom: none !important;
  text-align: center;
}
.modal_279f.frame-3bb2::before {
  padding-left: 0;
  font-size: 30px;
}
@media screen and (min-width: 768px) {
  .yellow-2941 p {
    padding: 1.5em 0;
  }
}
.short_ab46 {
  color: #0073aa;
}
.red-dc25 {
  background-color: #0073aa;
}
.tooltip_821e {
  color: #229fd8;
}
.pro_d752 {
  background-color: #229fd8;
}
.focus-6537 {
  color: #eee;
}
.shade-cool-8141 {
  background-color: #eee;
}
.tertiary-fixed-7381 {
  color: #444;
}
.progress-stone-5485 {
  background-color: #444;
}
.steel_0af5 {
  padding: 0;
  -webkit-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  text-size-adjust: 100%;
  line-height: 13px;
}
.steel_0af5 .next_e50c .hover_black_6196 {
  font-size: 15px;
}
.steel_0af5 .hover_black_6196 {
  line-height: 1.3;
}
.steel_0af5 .layout-8101 {
}
.steel_0af5 .button_bec4 {
  background: #235787;
}
.shade_east_98d9 {
  padding: 0;
}
.shade_east_98d9 .button_bec4 {
  background: #1a1a1a;
}
.shade_east_98d9 .layout-8101 {
  box-shadow: 0 1px 2px 0 #e1e5ea;
  background: #fff;
}
.tall_61dc {
  padding: 0;
  border-left: none;
  border-right: none;
}
.tall_61dc .layout-8101 {
  box-shadow: 0 1px 2px 0 #e1e5ea;
}
.tall_61dc .button_bec4 {
  background: #303030;
}
.card_south_8a4d {
  position: relative;
  z-index: 10;
}
.card_south_8a4d .shade_hot_3225 {
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
  -webkit-box-pack: center;
  justify-content: center;
}
.huge_e00f .complex_01e6 {
  display: inline-block;
  vertical-align: middle;
}
.huge_e00f.blue_fc9e .complex_01e6 {
  margin-right: 1em;
}
@media screen and (max-width: 1024px) {
  .huge_e00f.blue_fc9e .complex_01e6 {
    margin-right: 1em;
  }
}
@media screen and (max-width: 568px) {
  .huge_e00f.blue_fc9e .complex_01e6 {
    margin-right: 0.4em;
  }
}
.huge_e00f.blue_fc9e .complex_01e6:last-child {
  margin-right: 0;
}
.widget_paper_31c6 .shade_hot_3225 {
  max-width: initial;
}
@media screen and (min-width: 1025px) {
  .accent_easy_49af .next_e50c {
    margin: 0 -0.5em;
  }
  .accent_easy_49af .next_e50c [class*="customify-col-"],
  .accent_easy_49af .next_e50c [class*="customify-col_"],
  .accent_easy_49af .next_e50c [class~="customify-col-"] {
    padding-left: 0.5em;
    padding-right: 0.5em;
  }
}
.accent_easy_49af.tag_da2c .shade_hot_3225 {
  background: 0 0 !important;
}
.accent_easy_49af.tag_da2c .shade_hot_3225,
.accent_easy_49af.widget_paper_31c6 .shade_hot_3225 {
  border: 0 none !important;
  box-shadow: none !important;
}
@media screen and (min-width: 1025px) {
  .accent_easy_49af.avatar-tall-dfc7 {
    background: 0 0 !important;
    border: 0 none;
    box-shadow: none !important;
  }
}
.accent_easy_49af.widget_paper_31c6 .shade_hot_3225 {
  box-shadow: none !important;
}
.slider-f17a {
  padding: 21px 0 22px;
  border-bottom: 1px solid #eaecee;
  word-break: break-word;
  background: #f9f9f9;
}
@media screen and (max-width: 1024px) {
  .slider-f17a {
    padding: 19px 0 20px;
  }
}
@media screen and (max-width: 568px) {
  .slider-f17a {
    padding: 18px 0 20px;
  }
}
.slider-f17a .card-motion-b27e {
  width: 100%;
}
.slider-f17a .backdrop-bcd9 {
  margin-bottom: 0;
}
.slider-f17a .module-dark-6bb1 {
  margin-top: 5px;
  font-size: 0.875em;
}
.yellow_09ff {
  padding: 9px 0 9px;
  border-bottom: 1px solid #eaecee;
  color: #6d6d6d;
  line-height: 1.6;
  background: #fff;
}
.yellow_09ff .wrapper-cbcd {
  width: 100%;
}
.media_ef3f {
  list-style: none;
  margin: 0 1em;
  padding: 0;
}
.media_ef3f li {
  display: inline-block;
  position: relative;
  padding-right: 10px;
}
.media_ef3f 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;
}
.media_ef3f li:last-child:after {
  display: none;
}
.media_ef3f li a {
  font-weight: 500;
  margin-right: 10px;
}
.dropdown-63ef .notification_paper_4bc0 button,
.slider-f17a .notification_paper_4bc0 button {
  left: 0;
}
.dropdown-63ef .wrapper-cbcd,
.slider-f17a .wrapper-cbcd {
  padding-left: 0;
  padding-right: 0;
}
.dropdown-63ef .yellow_09ff,
.slider-f17a .yellow_09ff {
  border-bottom: none;
  padding-bottom: 0;
  background: 0 0;
}
.dropdown-63ef {
  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;
}
.dropdown-63ef: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;
}
.dropdown-63ef .south-4d95 {
  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) {
  .dropdown-63ef .south-4d95 {
    min-height: 300px;
  }
}
@media screen and (max-width: 1024px) {
  .dropdown-63ef .south-4d95 {
    min-height: 250px;
    padding: 1em 15px;
  }
}
@media screen and (max-width: 568px) {
  .dropdown-63ef .south-4d95 {
    min-height: 200px;
  }
}
.dropdown-63ef .media_ef3f {
  color: rgba(255, 255, 255, 0.8);
}
.dropdown-63ef .media_ef3f a,
.dropdown-63ef .media_ef3f li:after {
  color: inherit;
}
.dropdown-63ef .media_ef3f a:hover {
  color: rgba(255, 255, 255, 0.8);
}
.icon-6ad2 {
  margin-bottom: 0.5em;
}
.grid-ca07 {
  margin-bottom: 1.2em;
}
.grid-ca07,
.icon-6ad2 {
  display: inline-block;
  position: relative;
  color: rgba(255, 255, 255, 0.99);
  z-index: 5;
}
.grid-ca07 p:last-child,
.icon-6ad2 p:last-child {
  margin-bottom: 0;
}
#header-menu-sidebar .notification_paper_4bc0,
#masthead .notification_paper_4bc0 {
  display: none;
}
#masthead
  > .notification_paper_4bc0.tag-84f9 {
  display: none;
}
#masthead > .notification_paper_4bc0 button {
  left: 0;
}
.detail_65be {
  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%;
}
.detail_65be .complex_01e6 {
  display: -webkit-inline-box;
  display: inline-flex;
  -webkit-box-align: center;
  align-items: center;
  margin-left: 0.5em;
  margin-right: 0.5em;
}
.detail_65be .overlay_1f60 {
  display: -webkit-box;
  display: flex;
}
.detail_65be .overlay_1f60.picture_9d73 {
  -webkit-box-pack: center;
  justify-content: center;
  margin-left: 1em;
  margin-right: 1em;
}
.detail_65be .overlay_1f60.aside_d7fc {
  -webkit-box-pack: start;
  justify-content: flex-start;
  margin-right: auto;
  -webkit-box-flex: 1;
  flex: 1 1 0;
}
.detail_65be .overlay_1f60.north-b88f {
  margin-left: auto;
  -webkit-box-pack: end;
  justify-content: flex-end;
  -webkit-box-flex: 1;
  flex: 1 1 0;
}
.detail_65be.motion-a13b.hard-ea12 .overlay_1f60.picture_9d73 {
  flex-basis: 100%;
}
.detail_65be.border_lite_7138 .overlay_1f60.aside_d7fc {
  -webkit-box-flex: 1;
  flex: auto;
}
.detail_65be.border_lite_7138 .overlay_1f60.north-b88f {
  -webkit-box-flex: 1;
  flex: auto;
}
#masthead
  > .notification_paper_4bc0.tag-84f9 {
  display: none;
}
#masthead > .notification_paper_4bc0 button {
  left: 0;
}
.element_pro_38a2 {
  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;
}
.element_pro_38a2:hover {
  box-shadow: inset 0 0 0 120px rgba(0, 0, 0, 0.18);
  color: #fff;
}
.element_pro_38a2.block-steel-d13d i {
  margin-right: 4px;
}
.element_pro_38a2.table-3b8e i {
  margin-left: 5px;
}
.hover_black_6196 p {
  font-weight: 500;
  text-transform: uppercase;
  font-size: 13px;
}
.hover_black_6196 p:last-child {
  margin-bottom: 0;
}
.container-2010 {
  display: -webkit-box;
  display: flex;
  line-height: 0.9;
  vertical-align: middle;
}
.container-2010 a {
  display: inline-block;
  text-transform: uppercase;
  letter-spacing: 0.4px;
  font-weight: 600;
}
.container-2010 img {
  display: block;
  width: auto;
  line-height: 1;
}
.container-2010 .heading-0ec4 {
  font-size: 1.5em;
  margin: 0;
  font-weight: 600;
  line-height: 1.216;
}
.container-2010 .green-3124 {
  margin: 5px 0 7px 0;
}
.container-2010.pink-d3ce .iron-c5bf {
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
  -webkit-box-pack: center;
  justify-content: center;
}
.container-2010.pink-d3ce .prev_e8c1 {
  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;
}
.container-2010.element-5c4e {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  flex-direction: row-reverse;
}
.container-2010.element-5c4e .iron-c5bf {
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
  -webkit-box-pack: center;
  justify-content: center;
}
.container-2010.element-5c4e .prev_e8c1 {
  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;
}
.container-2010.media_6f86 {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
}
.container-2010.section_rough_a506 {
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
  flex-direction: column-reverse;
}
.container-2010.section_rough_a506 .prev_e8c1 {
  margin-top: 7px;
}
.hover-up-afe8 {
  display: inline-block;
}
.card_south_8a4d .north_248a .container-2010 img {
  max-width: 100%;
}
.form_bc20 .pro-92fb.section-117d,
.banner-smooth-fc00 .pro-92fb.section-117d {
  position: relative;
  display: -webkit-inline-box;
  display: inline-flex;
  -webkit-box-align: center;
  align-items: center;
}
.form_bc20 .input-motion-8a19,
.banner-smooth-fc00 .input-motion-8a19 {
  display: inline-block;
  font-size: inherit;
  text-rendering: auto;
  text-decoration: none !important;
  position: relative;
  width: 6px;
  height: 6px;
  margin-top: 1px;
  border-left: 1px solid currentColor;
  border-top: 1px solid currentColor;
  -webkit-transform: rotate(-135deg) translateY(50%);
  -ms-transform: rotate(-135deg) translateY(50%);
  transform: rotate(-135deg) translateY(50%);
}
.form_bc20 .input-motion-8a19 {
  display: inline;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-decoration: none !important;
}
.form_bc20.shade-fresh-8feb .input-motion-8a19 {
  display: none;
}
.form_bc20 .tertiary_28af {
  list-style: none;
  padding: 0;
  margin: 0;
}
.form_bc20 .tertiary_28af li {
  display: inline-block;
  position: relative;
}
.form_bc20 .tertiary_28af li:last-child {
  margin-right: 0;
}
.form_bc20 .tertiary_28af li a {
  display: inline-block;
  -webkit-transition: all 0.14s ease-out;
  transition: all 0.14s ease-out;
  -webkit-text-decoration-color: currentColor;
  text-decoration-color: currentColor;
}
.form_bc20 .tertiary_28af li.container_tall_4394 > a {
  color: rgba(0, 0, 0, 0.9);
}
.form_bc20 .tertiary_28af > li > a {
  padding: 12px 13px 12px;
  display: -webkit-inline-box;
  display: inline-flex;
  -webkit-box-align: center;
  align-items: center;
  text-transform: uppercase;
  font-weight: 600;
  font-size: 0.85em;
  line-height: 1;
}
.form_bc20 .tertiary_28af > li > a i {
  line-height: 0;
}
.form_bc20 .tertiary_28af > li.current_38b9 > a .input-motion-8a19 {
  margin-left: 4px;
  line-height: 0;
}
.form_bc20 .tertiary_28af .outline_black_de3c li.current_38b9 > a {
  position: relative;
}
.form_bc20 .tertiary_28af .outline_black_de3c li.current_38b9 > a:after,
.form_bc20 .tertiary_28af .outline_black_de3c li.current_38b9 > a:before {
  content: "";
  display: table;
}
.form_bc20 .tertiary_28af .outline_black_de3c li.current_38b9 > a:after {
  clear: both;
}
.form_bc20 .tertiary_28af .outline_black_de3c li.current_38b9 > a .input-motion-8a19 {
  margin-left: 5px;
  float: right;
}
.form_bc20 .highlight_blue_63d2,
.form_bc20 .outline_black_de3c {
  position: absolute;
  left: 0;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  z-index: 99;
  opacity: 0;
  height: 0;
  overflow: hidden;
  visibility: hidden;
  display: block;
  -webkit-transform: translateY(40px);
  -ms-transform: translateY(40px);
  transform: translateY(40px);
  top: 100%;
  margin: 0;
  padding: 0;
}
.form_bc20 .outline_black_de3c {
  width: 14em;
  background: #fff;
  box-shadow: 0 2px 4px -2px rgba(0, 0, 0, 0.1), 0 4px 15px 0 rgba(0, 0, 0, 0.1);
  text-align: left;
  border-radius: 2px;
}
.form_bc20 .outline_black_de3c .section-117d {
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: justify;
  justify-content: space-between;
}
.form_bc20 .outline_black_de3c .input-motion-8a19 {
  -webkit-transform: rotate(135deg) translateY(0);
  -ms-transform: rotate(135deg) translateY(0);
  transform: rotate(135deg) translateY(0);
}
.form_bc20 .outline_black_de3c li {
  display: block;
  margin: 0;
  padding: 0;
}
.form_bc20 .outline_black_de3c li a {
  display: block;
  width: 100%;
  padding: 9px 15px;
  -webkit-transition: background 0.15s ease-out;
  transition: background 0.15s ease-out;
  color: rgba(0, 0, 0, 0.55);
  font-size: 0.9em;
  line-height: 1.5;
}
.form_bc20 .outline_black_de3c li a:hover {
  background: rgba(0, 0, 0, 0.015);
  color: rgba(0, 0, 0, 0.8);
}
.form_bc20 .outline_black_de3c .outline_black_de3c {
  top: 0;
  left: 100%;
}
.form_bc20 .caption_huge_9a01.fn-focus-8381 > .highlight_blue_63d2,
.form_bc20 .caption_huge_9a01.fn-focus-8381 > .outline_black_de3c,
.form_bc20 .caption_huge_9a01:focus > .highlight_blue_63d2,
.form_bc20 .caption_huge_9a01:focus > .outline_black_de3c,
.form_bc20 .caption_huge_9a01:hover > .highlight_blue_63d2,
.form_bc20 .caption_huge_9a01:hover > .outline_black_de3c {
  height: auto;
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
  overflow: initial;
  visibility: visible;
  opacity: 1;
}
.form_bc20.warm_6d94 .right_b8bd:after,
.form_bc20.warm_6d94 .right_b8bd:before {
  content: "";
  display: table;
}
.form_bc20.warm_6d94 .right_b8bd:after {
  clear: both;
}
.form_bc20.warm_6d94 .right_b8bd > li {
  float: left;
}
.form_bc20.backdrop-last-a84b .right_b8bd:after,
.form_bc20.backdrop-last-a84b .right_b8bd:before {
  content: "";
  display: table;
}
.form_bc20.backdrop-last-a84b .right_b8bd:after {
  clear: both;
}
.form_bc20.backdrop-last-a84b .right_b8bd > li {
  float: left;
}
.form_bc20.backdrop-last-a84b .right_b8bd > li > a {
  background: 0 0;
  display: -webkit-inline-box;
  display: inline-flex;
  vertical-align: middle;
  -webkit-box-align: center;
  align-items: center;
}
.form_bc20.backdrop-last-a84b .right_b8bd > li > a:hover {
  color: #fff;
  background-color: #1e4b75;
}
.form_bc20.backdrop-last-a84b .right_b8bd > li.caption_2935 > a,
.form_bc20.backdrop-last-a84b .right_b8bd > li.container_tall_4394 > a {
  color: #fff;
  background-color: #1e4b75;
}
.form_bc20.input-copper-b2dc .right_b8bd > li > a .section-117d {
  position: relative;
}
.form_bc20.input-copper-b2dc .right_b8bd > li > a .section-117d:before {
  position: absolute;
  bottom: -6px;
  width: 1px;
  left: 0;
  height: 2px;
  background-color: transparent;
  content: "";
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.form_bc20.input-copper-b2dc
  .right_b8bd
  > li:focus
  > a
  .section-117d:before,
.form_bc20.input-copper-b2dc
  .right_b8bd
  > li:hover
  > a
  .section-117d:before {
  width: 100%;
  background-color: currentColor;
}
.form_bc20.input-copper-b2dc
  .right_b8bd
  > li.caption_2935
  > a
  .section-117d:before,
.form_bc20.input-copper-b2dc
  .right_b8bd
  > li.media-stale-5cb0
  > a
  .section-117d:before {
  width: 100%;
  background-color: currentColor;
}
.form_bc20.accordion_7864 .right_b8bd > li > a .section-117d {
  position: relative;
}
.form_bc20.accordion_7864 .right_b8bd > li > a .section-117d:before {
  position: absolute;
  top: -6px;
  width: 1px;
  left: 0;
  height: 2px;
  background-color: transparent;
  content: "";
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.form_bc20.accordion_7864 .right_b8bd > li:focus > a .section-117d:before,
.form_bc20.accordion_7864
  .right_b8bd
  > li:hover
  > a
  .section-117d:before {
  width: 100%;
  background-color: currentColor;
}
.form_bc20.accordion_7864
  .right_b8bd
  > li.caption_2935
  > a
  .section-117d:before,
.form_bc20.accordion_7864
  .right_b8bd
  > li.media-stale-5cb0
  > a
  .section-117d:before {
  width: 100%;
  background-color: currentColor;
}
.banner-smooth-fc00 .tertiary_28af {
  margin: 0;
  padding: 0;
  list-style: none;
}
.banner-smooth-fc00 .tertiary_28af li:first-child > a {
  border-top: none;
}
.banner-smooth-fc00 .tertiary_28af .tooltip_4402 > .section-117d .input-motion-8a19 {
  display: none;
}
.banner-smooth-fc00 .tertiary_28af li {
  list-style: none;
  position: relative;
  border-bottom: 1px solid transparent;
}
.banner-smooth-fc00 .tertiary_28af li:last-child {
  border: none;
}
.banner-smooth-fc00 .tertiary_28af li.current_38b9 > a {
  padding-right: 45px !important;
}
.banner-smooth-fc00 .tertiary_28af li a {
  display: block;
  padding: 0.55em 1.5em;
}
.banner-smooth-fc00 .tertiary_28af li a:focus,
.banner-smooth-fc00 .tertiary_28af li a:hover {
  background: rgba(0, 0, 0, 0.01);
}
.banner-smooth-fc00 .tertiary_28af li .dropdown-silver-9c40 {
  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;
}
.banner-smooth-fc00 .tertiary_28af li .dropdown-silver-9c40:hover {
  box-shadow: none;
}
.banner-smooth-fc00 .tertiary_28af li .dropdown-silver-9c40 .input-motion-8a19 {
  -webkit-transform: rotate(-135deg) translateY(50%) translateX(50%);
  -ms-transform: rotate(-135deg) translateY(50%) translateX(50%);
  transform: rotate(-135deg) translateY(50%) translateX(50%);
}
.banner-smooth-fc00 .tertiary_28af .outline_black_de3c {
  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);
}
.banner-smooth-fc00 .tertiary_28af .outline_black_de3c li a {
  padding-left: 3em;
}
.banner-smooth-fc00 .tertiary_28af .outline-static-8aed > a .dropdown-silver-9c40 i {
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
.banner-smooth-fc00 .tertiary_28af .outline-static-8aed > .outline_black_de3c {
  display: block;
  opacity: 1;
}
.wrapper_active_ae4c {
  max-width: 100%;
}
.background_2b6a {
  line-height: 0;
  cursor: pointer;
}
.rough_4377 {
  line-height: 0;
  display: inline-block;
  position: relative;
  box-shadow: none;
}
.rough_4377:hover {
  box-shadow: none;
  color: currentColor;
}
.rough_4377 svg {
  width: 18px;
  height: 18px;
}
.rough_4377 .media-64be {
  display: none;
}
.top_7710 {
  position: relative;
}
.top_7710.fn-active-8381 .rough_4377 .texture_7017 {
  display: none;
}
.top_7710.fn-active-8381 .rough_4377 .media-64be {
  display: inline-block;
}
.top_7710 .light_6eae {
  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);
}
.top_7710.column_b305 .light_6eae {
  left: auto;
  right: -0.9em;
}
.top_7710.column_b305 .element_under_861b::before {
  left: auto;
  right: 15px;
}
.top_7710.fn-active-8381 .light_6eae {
  height: auto;
  overflow: initial;
  z-index: 26;
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
}
.banner-7e76 {
  display: -webkit-box;
  display: flex;
  margin-bottom: 0;
  width: 100%;
  max-width: 100%;
}
.banner-7e76 label {
  flex-basis: 100%;
}
.banner-7e76 .overlay-db00 {
  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;
}
.banner-7e76 .active-iron-400c {
  display: block;
  width: 100%;
  border-radius: 2px;
  height: 2.4em;
}
.banner-7e76 .active-iron-400c:focus {
  background-color: transparent;
}
.banner-7e76 button.glass_2297 {
  overflow: hidden;
  box-shadow: none;
  margin-left: -40px;
  background: 0 0;
  color: #6d6d6d;
  line-height: 0;
  padding: 0 0.7em;
  min-height: auto;
}
.banner-7e76 button.glass_2297:hover {
  box-shadow: none;
  background-color: transparent;
  color: #686868;
}
.banner-7e76 button.glass_2297 svg {
  width: 18px;
  height: 18px;
}
.banner-7e76 input[type="submit"] {
  min-height: auto;
}
.picture-f88a .banner-7e76 .active-iron-400c {
  border: 0;
  box-shadow: none;
  background-color: transparent;
}
.element_under_861b {
  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) {
  .element_under_861b {
    width: 220px;
  }
}
.element_under_861b label {
  flex-basis: 100%;
}
.element_under_861b::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;
}
.breadcrumb_187d .picture-f88a .banner-7e76 {
  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;
}
.breadcrumb_187d
  .picture-f88a
  .banner-7e76
  .overlay-db00 {
  background-color: transparent;
  min-height: auto;
  flex-basis: 100%;
  display: -webkit-box;
  display: flex;
  border-style: none;
  border: none;
  box-shadow: none;
}
.breadcrumb_187d .picture-f88a .banner-7e76 .active-iron-400c {
  border-color: transparent;
  height: auto;
  background-color: transparent;
  border: 0;
  border-style: none;
  box-shadow: none;
  -webkit-box-flex: 0;
  flex: 0 0 auto;
}
.breadcrumb_187d
  .picture-f88a
  .banner-7e76
  .active-iron-400c:focus {
  background: 0 0;
}
.breadcrumb_187d
  .picture-f88a
  .banner-7e76
  .inner-5081 {
  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;
}
.mini_ad7a {
  display: inline-block;
  margin: 0;
  padding: 0;
  list-style: none;
  position: relative;
}
.mini_ad7a li {
  list-style: none;
  display: inline-block;
  margin: 0 3px;
}
.mini_ad7a li:last-child {
  margin-right: 0;
}
.mini_ad7a li:first-child {
  margin-left: 0;
}
.mini_ad7a.panel_fast_7bf1 a {
  color: #fff;
}
.mini_ad7a.panel_fast_7bf1 a:hover {
  color: #fff;
}
.mini_ad7a a {
  color: currentColor;
  text-align: center;
  vertical-align: middle;
  width: 100%;
  padding: 0.4em;
  display: inline-block;
  line-height: 1;
  font-size: 13px;
}
.mini_ad7a a i {
  width: 1em;
  height: 1em;
  position: relative;
  display: block;
}
.mini_ad7a a i:before {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}
.mini_ad7a a:hover {
  opacity: 0.9;
  color: inherit;
}
.mini_ad7a [class*="social-icon-apple"] {
  background-color: #999;
}
.mini_ad7a [class*="social-icon-apple"].logo_b648 {
  background-color: transparent;
  color: #999;
}
.mini_ad7a [class*="social-icon-behance"] {
  background-color: #1769ff;
}
.mini_ad7a [class*="social-icon-behance"].logo_b648 {
  background-color: transparent;
  color: #1769ff;
}
.mini_ad7a [class*="social-icon-bitbucket"] {
  background-color: #205081;
}
.mini_ad7a [class*="social-icon-bitbucket"].logo_b648 {
  background-color: transparent;
  color: #205081;
}
.mini_ad7a [class*="social-icon-codepen"] {
  background-color: #000;
}
.mini_ad7a [class*="social-icon-codepen"].logo_b648 {
  background-color: transparent;
  color: #000;
}
.mini_ad7a [class*="social-icon-delicious"] {
  background-color: #39f;
}
.mini_ad7a [class*="social-icon-delicious"].logo_b648 {
  background-color: transparent;
  color: #39f;
}
.mini_ad7a [class*="social-icon-digg"] {
  background-color: #005be2;
}
.mini_ad7a [class*="social-icon-digg"].logo_b648 {
  background-color: transparent;
  color: #005be2;
}
.mini_ad7a [class*="social-icon-dribbble"] {
  background-color: #ea4c89;
}
.mini_ad7a [class*="social-icon-dribbble"].logo_b648 {
  background-color: transparent;
  color: #ea4c89;
}
.mini_ad7a [class*="social-icon-envelope"] {
  background-color: #ea4335;
}
.mini_ad7a [class*="social-icon-envelope"].logo_b648 {
  background-color: transparent;
  color: #ea4335;
}
.mini_ad7a [class*="social-icon-facebook"] {
  background-color: #3b5998;
}
.mini_ad7a [class*="social-icon-facebook"].logo_b648 {
  background-color: transparent;
  color: #3b5998;
}
.mini_ad7a [class*="social-icon-flickr"] {
  background-color: #0063dc;
}
.mini_ad7a [class*="social-icon-flickr"].logo_b648 {
  background-color: transparent;
  color: #0063dc;
}
.mini_ad7a [class*="social-icon-foursquare"] {
  background-color: #2d5be3;
}
.mini_ad7a [class*="social-icon-foursquare"].logo_b648 {
  background-color: transparent;
  color: #2d5be3;
}
.mini_ad7a [class*="social-icon-github"] {
  background-color: #333;
}
.mini_ad7a [class*="social-icon-github"].logo_b648 {
  background-color: transparent;
  color: #333;
}
.mini_ad7a [class*="social-icon-google-plus"] {
  background-color: #dd4b39;
}
.mini_ad7a [class*="social-icon-google-plus"].logo_b648 {
  background-color: transparent;
  color: #dd4b39;
}
.mini_ad7a [class*="social-icon-houzz"] {
  background-color: #7ac142;
}
.mini_ad7a [class*="social-icon-houzz"].logo_b648 {
  background-color: transparent;
  color: #7ac142;
}
.mini_ad7a [class*="social-icon-instagram"] {
  background-color: #262626;
}
.mini_ad7a [class*="social-icon-instagram"].logo_b648 {
  background-color: transparent;
  color: #262626;
}
.mini_ad7a [class*="social-icon-jsfiddle"] {
  background-color: #487aa2;
}
.mini_ad7a [class*="social-icon-jsfiddle"].logo_b648 {
  background-color: transparent;
  color: #487aa2;
}
.mini_ad7a [class*="social-icon-linkedin"] {
  background-color: #0077b5;
}
.mini_ad7a [class*="social-icon-linkedin"].logo_b648 {
  background-color: transparent;
  color: #0077b5;
}
.mini_ad7a [class*="social-icon-medium"] {
  background-color: #00ab6b;
}
.mini_ad7a [class*="social-icon-medium"].logo_b648 {
  background-color: transparent;
  color: #00ab6b;
}
.mini_ad7a [class*="social-icon-odnoklassniki"] {
  background-color: #f4731c;
}
.mini_ad7a
  [class*="social-icon-odnoklassniki"].logo_b648 {
  background-color: transparent;
  color: #f4731c;
}
.mini_ad7a [class*="social-icon-meetup"] {
  background-color: #ec1c40;
}
.mini_ad7a [class*="social-icon-meetup"].logo_b648 {
  background-color: transparent;
  color: #ec1c40;
}
.mini_ad7a [class*="social-icon-pinterest"] {
  background-color: #bd081c;
}
.mini_ad7a [class*="social-icon-pinterest"].logo_b648 {
  background-color: transparent;
  color: #bd081c;
}
.mini_ad7a [class*="social-icon-product-hunt"] {
  background-color: #da552f;
}
.mini_ad7a [class*="social-icon-product-hunt"].logo_b648 {
  background-color: transparent;
  color: #da552f;
}
.mini_ad7a [class*="social-icon-reddit"] {
  background-color: #ff4500;
}
.mini_ad7a [class*="social-icon-reddit"].logo_b648 {
  background-color: transparent;
  color: #ff4500;
}
.mini_ad7a [class*="social-icon-rss"] {
  background-color: #f26522;
}
.mini_ad7a [class*="social-icon-rss"].logo_b648 {
  background-color: transparent;
  color: #f26522;
}
.mini_ad7a [class*="social-icon-shopping-cart"] {
  background-color: #4caf50;
}
.mini_ad7a
  [class*="social-icon-shopping-cart"].logo_b648 {
  background-color: transparent;
  color: #4caf50;
}
.mini_ad7a [class*="social-icon-skype"] {
  background-color: #00aff0;
}
.mini_ad7a [class*="social-icon-skype"].logo_b648 {
  background-color: transparent;
  color: #00aff0;
}
.mini_ad7a [class*="social-icon-slideshare"] {
  background-color: #0077b5;
}
.mini_ad7a [class*="social-icon-slideshare"].logo_b648 {
  background-color: transparent;
  color: #0077b5;
}
.mini_ad7a [class*="social-icon-snapchat"] {
  background-color: #fffc00;
}
.mini_ad7a [class*="social-icon-snapchat"].logo_b648 {
  background-color: transparent;
  color: #fffc00;
}
.mini_ad7a [class*="social-icon-soundcloud"] {
  background-color: #f80;
}
.mini_ad7a [class*="social-icon-soundcloud"].logo_b648 {
  background-color: transparent;
  color: #f80;
}
.mini_ad7a [class*="social-icon-spotify"] {
  background-color: #2ebd59;
}
.mini_ad7a [class*="social-icon-spotify"].logo_b648 {
  background-color: transparent;
  color: #2ebd59;
}
.mini_ad7a [class*="social-icon-stack-overflow"] {
  background-color: #fe7a15;
}
.mini_ad7a
  [class*="social-icon-stack-overflow"].logo_b648 {
  background-color: transparent;
  color: #fe7a15;
}
.mini_ad7a [class*="social-icon-maldkfgram"] {
  background-color: #2ca5e0;
}
.mini_ad7a [class*="social-icon-maldkfgram"].logo_b648 {
  background-color: transparent;
  color: #2ca5e0;
}
.mini_ad7a [class*="social-icon-tripadvisor"] {
  background-color: #589442;
}
.mini_ad7a [class*="social-icon-tripadvisor"].logo_b648 {
  background-color: transparent;
  color: #589442;
}
.mini_ad7a [class*="social-icon-tumblr"] {
  background-color: #35465c;
}
.mini_ad7a [class*="social-icon-tumblr"].logo_b648 {
  background-color: transparent;
  color: #35465c;
}
.mini_ad7a [class*="social-icon-twitch"] {
  background-color: #6441a5;
}
.mini_ad7a [class*="social-icon-twitch"].logo_b648 {
  background-color: transparent;
  color: #6441a5;
}
.mini_ad7a [class*="social-icon-twitter"] {
  background-color: #1da1f2;
}
.mini_ad7a [class*="social-icon-twitter"].logo_b648 {
  background-color: transparent;
  color: #1da1f2;
}
.mini_ad7a [class*="social-icon-vimeo"] {
  background-color: #1ab7ea;
}
.mini_ad7a [class*="social-icon-vimeo"].logo_b648 {
  background-color: transparent;
  color: #1ab7ea;
}
.mini_ad7a [class*="social-icon-vk"] {
  background-color: #45668e;
}
.mini_ad7a [class*="social-icon-vk"].logo_b648 {
  background-color: transparent;
  color: #45668e;
}
.mini_ad7a [class*="social-icon-weibo"] {
  background-color: #df2029;
}
.mini_ad7a [class*="social-icon-weibo"].logo_b648 {
  background-color: transparent;
  color: #df2029;
}
.mini_ad7a [class*="social-icon-weixin"] {
  background-color: #7bb32e;
}
.mini_ad7a [class*="social-icon-weixin"].logo_b648 {
  background-color: transparent;
  color: #7bb32e;
}
.mini_ad7a [class*="social-icon-whatsapp"] {
  background-color: #25d366;
}
.mini_ad7a [class*="social-icon-whatsapp"].logo_b648 {
  background-color: transparent;
  color: #25d366;
}
.mini_ad7a [class*="social-icon-wordpress"] {
  background-color: #21759b;
}
.mini_ad7a [class*="social-icon-wordpress"].logo_b648 {
  background-color: transparent;
  color: #21759b;
}
.mini_ad7a [class*="social-icon-xing"] {
  background-color: #026466;
}
.mini_ad7a [class*="social-icon-xing"].logo_b648 {
  background-color: transparent;
  color: #026466;
}
.mini_ad7a [class*="social-icon-yelp"] {
  background-color: #af0606;
}
.mini_ad7a [class*="social-icon-yelp"].logo_b648 {
  background-color: transparent;
  color: #af0606;
}
.mini_ad7a [class*="social-icon-youtube"] {
  background-color: #cd201f;
}
.mini_ad7a [class*="social-icon-youtube"].logo_b648 {
  background-color: transparent;
  color: #cd201f;
}
.detail-green-1952 {
  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;
}
.detail-green-1952:hover {
  box-shadow: none;
  background: 0 0;
}
.surface_bottom_3c6c {
  background: 0 0 !important;
  text-transform: uppercase;
  font-size: 0.85em;
}
.widget_ea44 {
  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;
}
.nav_new_620b {
  display: inline-block;
  position: relative;
  vertical-align: middle;
}
.silver-edab {
  display: block;
  top: 50%;
  background-color: currentcolor;
}
.silver-edab,
.silver-edab::after,
.silver-edab::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;
}
.silver-edab::after,
.silver-edab::before {
  content: "";
  display: block;
  background-color: inherit;
}
.aside-bronze-ba31 .widget_ea44 .nav_new_620b {
  margin-top: -2px;
  width: 19px;
}
.aside-bronze-ba31 .widget_ea44 .silver-edab {
  margin-top: -1px;
}
.aside-bronze-ba31 .widget_ea44 .silver-edab,
.aside-bronze-ba31 .widget_ea44 .silver-edab::after,
.aside-bronze-ba31 .widget_ea44 .silver-edab::before {
  width: 19px;
  height: 2px;
}
.aside-bronze-ba31 .widget_ea44 .silver-edab::before {
  top: -6px;
}
.aside-bronze-ba31 .widget_ea44 .silver-edab::after {
  bottom: -6px;
}
.panel_smooth_8e93 .widget_ea44 .nav_new_620b {
  margin-top: -2px;
  width: 22px;
}
.panel_smooth_8e93 .widget_ea44 .silver-edab {
  margin-top: -1px;
}
.panel_smooth_8e93 .widget_ea44 .silver-edab,
.panel_smooth_8e93 .widget_ea44 .silver-edab::after,
.panel_smooth_8e93 .widget_ea44 .silver-edab::before {
  width: 22px;
  height: 2px;
}
.panel_smooth_8e93 .widget_ea44 .silver-edab::before {
  top: -7px;
}
.panel_smooth_8e93 .widget_ea44 .silver-edab::after {
  bottom: -7px;
}
.iron-2c98 .widget_ea44 .nav_new_620b {
  margin-top: -2px;
  width: 31px;
}
.iron-2c98 .widget_ea44 .silver-edab {
  margin-top: -1.5px;
}
.iron-2c98 .widget_ea44 .silver-edab,
.iron-2c98 .widget_ea44 .silver-edab::after,
.iron-2c98 .widget_ea44 .silver-edab::before {
  width: 31px;
  height: 3px;
}
.iron-2c98 .widget_ea44 .silver-edab::before {
  top: -9px;
}
.iron-2c98 .widget_ea44 .silver-edab::after {
  bottom: -9px;
}
@media screen and (min-width: 1025px) {
  .black_e4ab .widget_ea44 .nav_new_620b {
    margin-top: -2px;
    width: 19px;
  }
  .black_e4ab .widget_ea44 .silver-edab {
    margin-top: -1px;
  }
  .black_e4ab .widget_ea44 .silver-edab,
  .black_e4ab .widget_ea44 .silver-edab::after,
  .black_e4ab .widget_ea44 .silver-edab::before {
    width: 19px;
    height: 2px;
  }
  .black_e4ab .widget_ea44 .silver-edab::before {
    top: -6px;
  }
  .black_e4ab .widget_ea44 .silver-edab::after {
    bottom: -6px;
  }
  .outline_9809 .widget_ea44 .nav_new_620b {
    margin-top: -2px;
    width: 22px;
  }
  .outline_9809 .widget_ea44 .silver-edab {
    margin-top: -1px;
  }
  .outline_9809 .widget_ea44 .silver-edab,
  .outline_9809 .widget_ea44 .silver-edab::after,
  .outline_9809 .widget_ea44 .silver-edab::before {
    width: 22px;
    height: 2px;
  }
  .outline_9809 .widget_ea44 .silver-edab::before {
    top: -7px;
  }
  .outline_9809 .widget_ea44 .silver-edab::after {
    bottom: -7px;
  }
  .top_782d .widget_ea44 .nav_new_620b {
    margin-top: -2px;
    width: 31px;
  }
  .top_782d .widget_ea44 .silver-edab {
    margin-top: -1.5px;
  }
  .top_782d .widget_ea44 .silver-edab,
  .top_782d .widget_ea44 .silver-edab::after,
  .top_782d .widget_ea44 .silver-edab::before {
    width: 31px;
    height: 3px;
  }
  .top_782d .widget_ea44 .silver-edab::before {
    top: -9px;
  }
  .top_782d .widget_ea44 .silver-edab::after {
    bottom: -9px;
  }
}
@media screen and (max-width: 1024px) {
  .widget-1819 .widget_ea44 .nav_new_620b {
    margin-top: -2px;
    width: 19px;
  }
  .widget-1819 .widget_ea44 .silver-edab {
    margin-top: -1px;
  }
  .widget-1819 .widget_ea44 .silver-edab,
  .widget-1819 .widget_ea44 .silver-edab::after,
  .widget-1819 .widget_ea44 .silver-edab::before {
    width: 19px;
    height: 2px;
  }
  .widget-1819 .widget_ea44 .silver-edab::before {
    top: -6px;
  }
  .widget-1819 .widget_ea44 .silver-edab::after {
    bottom: -6px;
  }
  .logo-7481 .widget_ea44 .nav_new_620b {
    margin-top: -2px;
    width: 22px;
  }
  .logo-7481 .widget_ea44 .silver-edab {
    margin-top: -1px;
  }
  .logo-7481 .widget_ea44 .silver-edab,
  .logo-7481 .widget_ea44 .silver-edab::after,
  .logo-7481 .widget_ea44 .silver-edab::before {
    width: 22px;
    height: 2px;
  }
  .logo-7481 .widget_ea44 .silver-edab::before {
    top: -7px;
  }
  .logo-7481 .widget_ea44 .silver-edab::after {
    bottom: -7px;
  }
  .box_pressed_d640 .widget_ea44 .nav_new_620b {
    margin-top: -2px;
    width: 31px;
  }
  .box_pressed_d640 .widget_ea44 .silver-edab {
    margin-top: -1.5px;
  }
  .box_pressed_d640 .widget_ea44 .silver-edab,
  .box_pressed_d640 .widget_ea44 .silver-edab::after,
  .box_pressed_d640 .widget_ea44 .silver-edab::before {
    width: 31px;
    height: 3px;
  }
  .box_pressed_d640 .widget_ea44 .silver-edab::before {
    top: -9px;
  }
  .box_pressed_d640 .widget_ea44 .silver-edab::after {
    bottom: -9px;
  }
}
@media screen and (max-width: 568px) {
  .hard-b742 .widget_ea44 .nav_new_620b {
    margin-top: -2px;
    width: 19px;
  }
  .hard-b742 .widget_ea44 .silver-edab {
    margin-top: -1px;
  }
  .hard-b742 .widget_ea44 .silver-edab,
  .hard-b742 .widget_ea44 .silver-edab::after,
  .hard-b742 .widget_ea44 .silver-edab::before {
    width: 19px;
    height: 2px;
  }
  .hard-b742 .widget_ea44 .silver-edab::before {
    top: -6px;
  }
  .hard-b742 .widget_ea44 .silver-edab::after {
    bottom: -6px;
  }
  .sidebar_6a7a .widget_ea44 .nav_new_620b {
    margin-top: -2px;
    width: 22px;
  }
  .sidebar_6a7a .widget_ea44 .silver-edab {
    margin-top: -1px;
  }
  .sidebar_6a7a .widget_ea44 .silver-edab,
  .sidebar_6a7a .widget_ea44 .silver-edab::after,
  .sidebar_6a7a .widget_ea44 .silver-edab::before {
    width: 22px;
    height: 2px;
  }
  .sidebar_6a7a .widget_ea44 .silver-edab::before {
    top: -7px;
  }
  .sidebar_6a7a .widget_ea44 .silver-edab::after {
    bottom: -7px;
  }
  .image-fast-05e1 .widget_ea44 .nav_new_620b {
    margin-top: -2px;
    width: 31px;
  }
  .image-fast-05e1 .widget_ea44 .silver-edab {
    margin-top: -1.5px;
  }
  .image-fast-05e1 .widget_ea44 .silver-edab,
  .image-fast-05e1 .widget_ea44 .silver-edab::after,
  .image-fast-05e1 .widget_ea44 .silver-edab::before {
    width: 31px;
    height: 3px;
  }
  .image-fast-05e1 .widget_ea44 .silver-edab::before {
    top: -9px;
  }
  .image-fast-05e1 .widget_ea44 .silver-edab::after {
    bottom: -9px;
  }
}
.orange_5717 .silver-edab {
  -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);
}
.orange_5717 .silver-edab::before {
  -webkit-transition: top 75ms 0.12s ease, opacity 75ms ease;
  transition: top 75ms 0.12s ease, opacity 75ms ease;
}
.orange_5717 .silver-edab::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);
}
.orange_5717.surface-2810 .silver-edab {
  -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);
}
.orange_5717.surface-2810 .silver-edab::before {
  top: 0;
  opacity: 0;
  -webkit-transition: top 75ms ease, opacity 75ms 0.12s ease;
  transition: top 75ms ease, opacity 75ms 0.12s ease;
}
.orange_5717.surface-2810 .silver-edab::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);
}
.hovered-5b6a {
  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.backdrop-stone-bb08:before {
  display: none;
}
.east-e942 {
  padding: 0;
  position: fixed;
  width: 100%;
  max-width: 100%;
  top: 0;
  z-index: 999900;
  visibility: hidden;
}
.east-e942 .secondary-5c84 {
  padding: 1.4em 1.5em;
  border-bottom: 1px solid transparent;
}
.east-e942 .secondary-5c84:last-of-type {
  border-bottom: none;
}
.east-e942 .secondary-5c84.element_376a,
.east-e942 .secondary-5c84.label_center_fbb8,
.east-e942 .secondary-5c84.nav-bronze-0b04 {
  padding: 0;
}
.east-e942 .banner-smooth-fc00 .dropdown-silver-9c40 {
  color: currentColor;
}
.east-e942 .banner-smooth-fc00 .dropdown-silver-9c40:focus,
.east-e942 .banner-smooth-fc00 .dropdown-silver-9c40:hover {
  background: rgba(0, 0, 0, 0.01);
}
.east-e942.layout-8101 .hot_6629,
.east-e942.layout-8101 .hover_black_6196 a,
.east-e942.layout-8101 .right_b8bd a,
.east-e942.layout-8101 .outline_black_de3c a {
  color: rgba(0, 0, 0, 0.55);
}
.east-e942.layout-8101 .hot_6629:hover,
.east-e942.layout-8101 .hover_black_6196 a:hover,
.east-e942.layout-8101 .right_b8bd a:hover,
.east-e942.layout-8101 .outline_black_de3c a:hover {
  color: rgba(0, 0, 0, 0.8);
}
.east-e942.layout-8101 .video-ad5f {
  color: rgba(0, 0, 0, 0.8);
}
.east-e942.layout-8101 .secondary-5c84 {
  border-color: rgba(0, 0, 0, 0.08);
}
.east-e942.layout-8101 .secondary-5c84:before {
  background: rgba(0, 0, 0, 0.08);
}
.east-e942.layout-8101 .logo_hot_262d:before {
  background: rgba(255, 255, 255, 0.9);
}
.east-e942.layout-8101 .banner-smooth-fc00 .tertiary_28af li a,
.east-e942.layout-8101 .banner-smooth-fc00 .dropdown-silver-9c40,
.east-e942.layout-8101 .outline_black_de3c {
  border-color: rgba(0, 0, 0, 0.08);
}
.east-e942.layout-8101 .banner-smooth-fc00 .dropdown-silver-9c40:focus,
.east-e942.layout-8101 .banner-smooth-fc00 .dropdown-silver-9c40:hover {
  background: rgba(0, 0, 0, 0.01);
}
.east-e942.layout-8101 .tertiary_28af li {
  border-color: rgba(0, 0, 0, 0.08);
}
.east-e942.button_bec4 .hot_6629,
.east-e942.button_bec4 .hover_black_6196 a,
.east-e942.button_bec4 .right_b8bd .dropdown-silver-9c40,
.east-e942.button_bec4 .right_b8bd a,
.east-e942.button_bec4 .outline_black_de3c a {
  color: rgba(255, 255, 255, 0.79);
}
.east-e942.button_bec4 .hot_6629:hover,
.east-e942.button_bec4 .hover_black_6196 a:hover,
.east-e942.button_bec4 .right_b8bd .dropdown-silver-9c40:hover,
.east-e942.button_bec4 .right_b8bd a:hover,
.east-e942.button_bec4 .outline_black_de3c a:hover {
  color: rgba(255, 255, 255, 0.99);
}
.east-e942.button_bec4 .video-ad5f {
  color: rgba(255, 255, 255, 0.99);
}
.east-e942.button_bec4 .secondary-5c84 {
  border-color: rgba(255, 255, 255, 0.08);
}
.east-e942.button_bec4 .secondary-5c84:before {
  background: rgba(255, 255, 255, 0.08);
}
.east-e942.button_bec4 .logo_hot_262d:before {
  background: rgba(0, 0, 0, 0.9);
}
.east-e942.button_bec4 .banner-smooth-fc00 .tertiary_28af li a,
.east-e942.button_bec4 .banner-smooth-fc00 .dropdown-silver-9c40,
.east-e942.button_bec4 .outline_black_de3c {
  border-color: rgba(255, 255, 255, 0.08);
}
.east-e942.button_bec4 .banner-smooth-fc00 .dropdown-silver-9c40:focus,
.east-e942.button_bec4 .banner-smooth-fc00 .dropdown-silver-9c40:hover {
  background: rgba(0, 0, 0, 0.01);
}
.east-e942.button_bec4 .tertiary_28af li {
  border-color: rgba(255, 255, 255, 0.08);
}
.logo_hot_262d {
  position: relative;
  word-con: break-word;
  min-height: 100%;
  display: block;
}
.logo_hot_262d:before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  display: block;
  min-height: 100%;
}
.item-7f7a {
  position: relative;
  word-con: break-word;
  min-height: 100%;
  display: block;
  padding: 1.2em 0;
}
.paper-3aaa .east-e942 {
  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;
}
.paper-3aaa .secondary-5c84 {
  text-align: center;
  padding: 2em 1.5em;
  border: none;
  position: relative;
}
.paper-3aaa .secondary-5c84: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) {
  .paper-3aaa .secondary-5c84:before {
    width: 16%;
    left: 42%;
  }
}
.paper-3aaa .secondary-5c84:last-child:before {
  content: none;
}
.paper-3aaa .secondary-5c84[class*="-menu"] {
  padding: 2.5em 1.5em;
}
.paper-3aaa .banner-smooth-fc00 .tertiary_28af li a {
  border: none;
  font-size: 140%;
  text-transform: uppercase;
  font-weight: 500;
}
.paper-3aaa .banner-smooth-fc00 .tertiary_28af li a .dropdown-silver-9c40 {
  display: inline-block;
  position: relative;
  border: 0 none;
  margin-right: -1.3em;
  top: -2px;
  padding: 0.28em 0.5em;
}
.paper-3aaa .banner-smooth-fc00 .outline_black_de3c {
  border: none;
}
.paper-3aaa .banner-smooth-fc00 .outline_black_de3c li a {
  text-transform: none;
  padding: 0.35em 1.5em;
  font-size: 100%;
}
.paper-3aaa .logo_hot_262d {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}
.paper-3aaa .item-7f7a {
  max-width: 48em;
  margin: 3em auto;
  padding: 0;
}
.paper-3aaa .button_bec4 .logo_hot_262d:before {
  background: rgba(0, 0, 0, 0.9);
}
.paper-3aaa .layout-8101.gallery-41f2 .silver-edab {
  background: rgba(0, 0, 0, 0.6);
}
.paper-3aaa
  .layout-8101.gallery-41f2
  .silver-edab::after,
.paper-3aaa
  .layout-8101.gallery-41f2
  .silver-edab:before {
  background: inherit;
}
.paper-3aaa
  .layout-8101.gallery-41f2:hover
  .silver-edab {
  background: rgba(0, 0, 0, 0.8);
}
.banner_4f25 .east-e942 {
  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) {
  .banner_4f25 .east-e942 {
    width: auto;
    right: 45px;
  }
}
.status-3839 .east-e942 {
  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) {
  .status-3839 .east-e942 {
    width: auto;
    left: 45px;
  }
}
.backdrop-stone-bb08 .east-e942 {
  position: relative;
  height: 0;
  display: block;
  visibility: visible;
  z-index: 999900;
  overflow: hidden;
}
.backdrop-stone-bb08 .item-7f7a {
  max-width: 48em;
  margin: 0 auto;
}
.backdrop-stone-bb08 .logo_hot_262d:before {
  box-shadow: inset 0 0 12px 0 rgba(0, 0, 0, 0.05);
}
.bronze-87b2 {
  overflow-x: hidden;
  position: relative;
  width: 100%;
  display: block;
}
.bronze-87b2.paper-3aaa .east-e942 {
  z-index: 0;
  opacity: 0;
  height: 100%;
}
.bronze-87b2.banner_4f25 .east-e942 {
  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);
}
.bronze-87b2 .east-e942 {
  visibility: visible;
}
.bronze-87b2.status-3839 .east-e942 {
  -webkit-transform: translateX(200%);
  -ms-transform: translateX(200%);
  transform: translateX(200%);
  height: 100%;
}
.article_plasma_99b1,
.preview-73a6 {
  overflow-x: hidden;
}
.article_plasma_99b1 .east-e942 {
  overflow: auto;
}
.article_plasma_99b1.paper-3aaa {
  overflow: initial;
  position: relative;
  width: 100%;
  display: block;
}
.article_plasma_99b1.paper-3aaa .east-e942 {
  z-index: 999900;
  opacity: 1;
  visibility: visible;
}
.article_plasma_99b1.paper-3aaa .detail-green-1952 {
  opacity: 0;
}
.article_plasma_99b1.banner_4f25 {
  overflow: initial;
  position: relative;
  width: 100%;
  display: block;
}
.article_plasma_99b1.banner_4f25 .east-e942 {
  z-index: 999900;
  height: 100vh;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  left: 0;
  visibility: visible;
}
.article_plasma_99b1.banner_4f25 .detail-green-1952 {
  opacity: 0;
}
.article_plasma_99b1.status-3839 {
  overflow: initial;
  position: relative;
  width: 100%;
  display: block;
}
.article_plasma_99b1.status-3839 .east-e942 {
  z-index: 999900;
  height: 100vh;
  max-width: 100vw;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  right: 0;
  visibility: visible;
}
.article_plasma_99b1.status-3839 .detail-green-1952 {
  opacity: 0;
}
.article_plasma_99b1.backdrop-stone-bb08 .east-e942 {
  z-index: 10;
  visibility: visible;
}
.gallery-41f2 {
  display: none;
  z-index: 999910;
  cursor: pointer;
  position: fixed;
  top: 10px;
  right: 12px;
}
.gallery-41f2 .silver-edab {
  background: rgba(255, 255, 255, 0.99);
}
.gallery-41f2 .silver-edab::after,
.gallery-41f2 .silver-edab:before {
  background: inherit;
}
.gallery-41f2:hover .silver-edab {
  background: rgba(255, 255, 255, 0.99);
}
.status-3839 .gallery-41f2 {
  top: 10px;
  right: auto;
  left: 12px;
}
.backdrop-stone-bb08 .gallery-41f2 {
  display: none !important;
}
.article_plasma_99b1:before,
.preview-73a6:before {
  z-index: 999897;
  visibility: visible;
  opacity: 1;
}
.article_plasma_99b1 .gallery-41f2,
.preview-73a6 .gallery-41f2 {
  display: inline-block;
}
.east-e942 .complex_01e6 {
  -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;
}
.article_plasma_99b1 .east-e942 .complex_01e6,
.preview-73a6 .east-e942 .complex_01e6 {
  opacity: 1;
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
}
.chip_7530 .overlay-db00 {
  width: 100%;
}
.north_248a {
  padding: 0 0.5em 0;
}
.north_248a [class*="customify-col-"],
.north_248a [class*="customify-col_"],
.north_248a [class~="customify-col"] {
  padding: 0 0.5em 0;
}
.rough_b9eb .north_248a {
  padding-left: 1em;
  padding-right: 1em;
}
@media screen and (min-width: 1025px) {
  .next_e50c .up_8426,
  .up_8426 {
    display: none;
  }
  .button-advanced-b163 {
    text-align: left;
  }
  .dirty-b560 {
    text-align: center;
  }
  .logo-cool-a163 {
    text-align: right;
  }
}
@media screen and (max-width: 1024px) {
  .next_e50c .thumbnail_b16e,
  .thumbnail_b16e {
    display: none;
  }
  .bronze_14df {
    text-align: left;
  }
  .button-64b2 {
    text-align: center;
  }
  .detail_clean_2eac {
    text-align: right;
  }
}
@media screen and (max-width: 568px) {
  .next_e50c .item-6452,
  .item-6452 {
    display: none;
  }
  .block_3c82 {
    text-align: left;
  }
  .section-dirty-a1da {
    text-align: center;
  }
  .image-slow-80ec {
    text-align: right;
  }
}
#page {
  position: relative;
}
.tabs_7ff6 {
  box-shadow: none !important;
}
.notice_cool_d65e .focus_dabe,
.icon_162a .focus_dabe {
  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;
}
.icon_162a .focus_dabe {
  margin-top: 30px;
  margin-bottom: 30px;
}
.shade_hot_3225 {
  position: relative;
  padding-left: 2em;
  padding-right: 2em;
}
.shade_hot_3225:after,
.shade_hot_3225:before {
  content: "";
  display: table;
}
.shade_hot_3225:after {
  clear: both;
}
@media screen and (max-width: 48em) {
  .shade_hot_3225 {
    padding-left: 1em;
    padding-right: 1em;
  }
}
.shade_hot_3225,
.avatar-tall-dfc7 {
  max-width: 1248px;
  margin: 0 auto;
}

.modal-hovered-b105.gradient-active-0013 .shade_hot_3225 {
  max-width: 100%;
}
.modal-hovered-b105.primary-6fb6 {
  max-width: 1200px;
  margin: 0 auto;
}
.modal-hovered-b105.in-75d9 .shade_hot_3225 {
  max-width: 100%;
}
.modal-hovered-b105.in-75d9 > .shade_hot_3225 {
  padding-left: 0;
  padding-right: 0;
}
.modal-hovered-b105.in-75d9 > .shade_hot_3225 .next_e50c {
  margin: 0;
}
.modal-hovered-b105.in-75d9
  > .shade_hot_3225
  .chip_29df.banner_f17b {
  margin-right: 0;
  margin-left: 0;
}
.modal-hovered-b105.in-75d9 #main.banner_f17b {
  padding: 0;
}
#main,
#sidebar-primary,
#sidebar-secondary {
  padding-top: 2.617924em;
  padding-bottom: 2.617924em;
}
@media screen and (max-width: 1024px) {
  .input_north_aec9 #main {
    border-left: 0 none;
  }
}
@media screen and (max-width: 1024px) {
  .input_north_aec9 #sidebar-secondary {
    -webkit-box-ordinal-group: 6;
    order: 5;
    display: none;
  }
}
@media screen and (min-width: 48em) {
  .middle-e119 .chip-down-fa3c {
    padding-right: 1em;
  }
  .middle-e119.west_d1f3 .chip_29df {
    border-right: 1px solid #eaecee;
  }
  .middle-e119.west_d1f3 .chip-down-fa3c {
    padding-right: 1em;
  }
  .middle-e119.west_d1f3 .hover_1cc0 {
    padding-left: 1em;
  }
}
@media screen and (min-width: 48em) {
  .easy-97aa .chip-down-fa3c {
    padding-left: 1em;
  }
  .easy-97aa.west_d1f3 .chip_29df {
    border-left: 1px solid #eaecee;
  }
  .easy-97aa.west_d1f3 .chip-down-fa3c {
    padding-left: 1em;
  }
  .easy-97aa.west_d1f3 .hover_1cc0 {
    padding-right: 1em;
  }
}
@media screen and (min-width: 48em) {
  .label-down-d381 .chip-down-fa3c {
    padding-left: 1em;
  }
  .label-down-d381.west_d1f3 .in_39f9 {
    border-right: 1px solid #eaecee;
  }
  .label-down-d381.west_d1f3 .chip-1c14 {
    border-right: 1px solid #eaecee;
  }
  .label-down-d381.west_d1f3 .chip-down-fa3c {
    padding-left: 1em;
  }
  .label-down-d381.west_d1f3 .hover_1cc0 {
    padding-right: 1em;
  }
  .label-down-d381.west_d1f3 .liquid_4285 {
    padding-left: 1em;
    padding-right: 1em;
  }
}
@media screen and (min-width: 48em) {
  .video_ccd8 .chip-down-fa3c {
    padding-right: 1em;
  }
  .video_ccd8.west_d1f3 .in_39f9 {
    border-left: 1px solid #eaecee;
  }
  .video_ccd8.west_d1f3 .chip-1c14 {
    border-left: 1px solid #eaecee;
  }
  .video_ccd8.west_d1f3 .chip-down-fa3c {
    padding-right: 1em;
  }
  .video_ccd8.west_d1f3 .hover_1cc0 {
    padding-left: 1em;
    padding-right: 1em;
  }
  .video_ccd8.west_d1f3 .liquid_4285 {
    padding-left: 1em;
  }
}
@media screen and (min-width: 48em) {
  .input_north_aec9 .chip-down-fa3c {
    padding-left: 1em;
    padding-right: 1em;
  }
  .input_north_aec9.west_d1f3 .chip_29df {
    border-left: 1px solid #eaecee;
    border-right: 1px solid #eaecee;
  }
  .input_north_aec9.west_d1f3 .chip-down-fa3c {
    padding-left: 1em;
    padding-right: 1em;
  }
  .input_north_aec9.west_d1f3 .hover_1cc0 {
    padding-left: 1em;
  }
  .input_north_aec9.west_d1f3 .liquid_4285 {
    padding-right: 1em;
  }
}
@media screen and (max-width: 64em) {
  .input_north_aec9.west_d1f3 .chip-down-fa3c {
    padding-left: 0;
  }
}
.tooltip_7dac .huge_e00f {
  display: inline-block;
}
.message-9ae3 {
  display: inline-block;
}
.sort_in_ec64 {
  word-con: break-word;
}
.video-rough-c69d > span {
  display: inline-block;
  padding: 5px 0;
}
.video-rough-c69d .avatar-fresh-d3dc {
  margin-left: 8px;
  margin-right: 8px;
}
.video-rough-c69d .avatar_middle_675e img {
  vertical-align: middle;
  overflow: hidden;
  border-radius: 50%;
  margin-right: 5px;
}
.upper-f687 .smooth-5406 {
  margin-bottom: 2em;
}
.upper-f687 .texture-brown-3e7c {
  margin-bottom: 15px;
}
.upper-f687 .texture-brown-3e7c:last-child {
  margin-bottom: 0;
}
.upper-f687 .overlay-hard-677a {
  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) {
  .upper-f687 .overlay-hard-677a {
    display: block;
  }
}
.upper-f687 .fresh_6159 {
  position: relative;
  max-width: 100%;
  flex-basis: 40%;
  padding-top: 0;
  overflow: hidden;
}
@media screen and (max-width: 568px) {
  .upper-f687 .fresh_6159 {
    margin-bottom: 1em;
    width: 100% !important;
    padding-top: 56.25%;
  }
}
.upper-f687 .active-3f73 {
  position: absolute;
  top: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: flex;
  line-height: 0;
  background-color: #d5d5d5;
}
.upper-f687 .active-3f73 img {
  -o-object-fit: cover;
  object-fit: cover;
  width: 100%;
  height: auto;
}
.upper-f687 .active-3f73 a {
  position: absolute;
  top: 0;
  top: 0;
  display: block;
}
.upper-f687 .sort_in_ec64 {
  font-size: 1.5em;
  font-weight: 500;
  word-con: break-word;
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
}
.upper-f687 .sort_in_ec64 a {
  text-align: inherit;
  display: block;
  flex-basis: 100%;
}
.upper-f687 .bottom_f1b0 p:last-child {
  margin-bottom: 0;
}
.upper-f687 .wrapper_8072 {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: block;
  z-index: 30;
}
.upper-f687 .gallery_5c4b {
  -webkit-box-flex: 1;
  flex: 1;
  word-con: break-word;
  max-width: 100%;
}
.upper-f687 .preview_ad89 {
  margin-top: 1em;
}
.upper-f687 .dropdown-iron-dd21 {
  top: 0;
  display: block;
}
.upper-f687 .dropdown-iron-dd21 a {
  color: inherit;
}
.upper-f687 .dropdown-iron-dd21 a:hover {
  color: inherit;
}
.upper-f687 .footer-a39b {
  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;
}
.upper-f687 .footer-a39b:hover {
  background: #235787;
  color: #fff;
  border-color: #235787;
}
.upper-f687 .gallery_5c4b {
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-flow: column nowrap;
}
.upper-f687 .first_3977 {
  position: relative;
  width: 100%;
  margin-bottom: 15px;
}
.upper-f687 .first_3977:first-child {
  margin-top: 0;
}
.upper-f687 .first_3977.hero_31e9 {
  -webkit-box-flex: 0;
  flex: none;
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.upper-f687 .first_3977.heading_ae3e {
  display: -webkit-box;
  display: flex;
  margin-top: auto;
  margin-bottom: 0;
  -webkit-box-pack: justify;
  justify-content: space-between;
}
.upper-f687
  .first_3977.heading_ae3e.carousel-83db
  .preview_ad89 {
  width: 100%;
}
.upper-f687 .heading_ae3e {
  -webkit-box-align: center;
  align-items: center;
}
.upper-f687 .heading_ae3e .video-rough-c69d,
.upper-f687 .heading_ae3e > * {
  margin-bottom: 0;
  margin-top: 0;
  display: inline-block;
}
.upper-f687 .active-3f73 {
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
.upper-f687 .active-3f73 img {
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
.upper-f687 .active-3f73: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;
}
.upper-f687 .hero_31e9 {
  z-index: 5;
}
.upper-f687 .label-outer-f7ec .east_d454 {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  display: block;
}
.upper-f687 .backdrop_6a76 .east_d454 {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  display: block;
}
.upper-f687 .white_a623 .east_d454 {
  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;
}
.upper-f687.item_left_32a8 .overlay-hard-677a,
.upper-f687.dark-b820 .overlay-hard-677a {
  display: block;
}
.upper-f687.item_left_32a8 .overlay-hard-677a .search-plasma-7a9f,
.upper-f687.item_left_32a8 .overlay-hard-677a .gallery_5c4b,
.upper-f687.dark-b820 .overlay-hard-677a .search-plasma-7a9f,
.upper-f687.dark-b820 .overlay-hard-677a .gallery_5c4b {
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
}
.upper-f687.menu-3098 .fresh_6159 {
  margin-right: 2em;
}
@media screen and (max-width: 568px) {
  .upper-f687.menu-3098 .fresh_6159 {
    margin-right: 0;
  }
}
.upper-f687.item_left_32a8 .fresh_6159,
.upper-f687.dark-b820 .fresh_6159 {
  padding-top: 40%;
}
.upper-f687.item_left_32a8 .smooth-5406,
.upper-f687.dark-b820 .smooth-5406 {
  display: block;
}
.upper-f687.item_left_32a8 .fn-sticky-8381 .gallery_5c4b,
.upper-f687.dark-b820 .fn-sticky-8381 .gallery_5c4b {
  background-color: #fcf8e3;
  border: 1px solid #faf2cc;
  border-top: 0 none;
  color: #8a6d3b;
  padding: 1em;
}
.upper-f687.item_left_32a8 .fresh_6159,
.upper-f687.dark-b820 .fresh_6159 {
  margin-bottom: 1em;
  display: block;
  position: relative;
}
.upper-f687.item_left_32a8 .gallery_5c4b {
  padding: 1em;
}
.in-9732 {
  margin: 30px auto;
  display: block;
}
.in-9732 .dim-1a98 > * {
  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;
}
.in-9732 .dim-1a98 > :hover {
  border-color: #235787;
  background: #235787;
  color: #fff;
}
.in-9732 .dim-1a98 span {
  border-color: #235787;
  background: #235787;
  color: #fff;
}
.description-f7ee .video-rough-c69d {
  margin-bottom: 1.41575em;
}
.description-f7ee .panel_hovered_ceaa {
  margin-bottom: 1.618em;
}
.detail-thick-6def .border-f0f2 {
  display: block;
  margin: 5px 0 20px;
  font-weight: 500;
}
.detail-thick-6def .border-f0f2 a {
  border: 1px solid #eaecee;
  padding: 5px 12px 5px;
  text-transform: uppercase;
  color: #686868;
  margin: 0 2px;
}
.detail-thick-6def .badge-soft-3f68 {
  max-width: 100%;
  overflow: auto;
}
.lower-e8e7 .detail-thick-6def a:hover {
  text-decoration: underline;
}
.disabled_solid_c185 .texture-brown-3e7c:not(.sort_in_ec64),
.disabled_solid_c185 .active-3f73 {
  margin-bottom: 1.41575em;
}
.disabled_solid_c185 .texture-brown-3e7c:not(.sort_in_ec64):last-child,
.disabled_solid_c185 .active-3f73:last-child {
  margin-bottom: 0;
}
.disabled_solid_c185 .texture-brown-3e7c.wide-3139 {
  margin-bottom: 0.41575em;
}
.disabled_solid_c185 .title_solid_8da2:before,
.disabled_solid_c185 .active_green_6138:before {
  font: normal normal normal 16px/1 FontAwesome;
  text-decoration: inherit;
  text-transform: none;
  position: relative;
  margin-right: 5px;
  color: #6d6d6d;
}
.disabled_solid_c185 .title_solid_8da2:before {
  content: "\f115";
}
.disabled_solid_c185 .active_green_6138:before {
  content: "\f02c";
}
.disabled_solid_c185 .notice-silver-3d5d {
  display: block;
  width: 100%;
  margin-top: 0.5407911001em;
}
.disabled_solid_c185 .notice-silver-3d5d a {
  text-transform: uppercase;
  font-weight: 500;
  font-size: 80%;
  letter-spacing: 0.5px;
}
.section_8960 {
  display: -webkit-box;
  display: flex;
}
.section_8960 .label-64a0 {
  flex-basis: 90px;
}
@media screen and (max-width: 568px) {
  .section_8960 .label-64a0 {
    flex-basis: 90px;
  }
}
.section_8960 .block-fresh-caf2 {
  flex-basis: calc(100% - 90px);
  margin-left: 1.5em;
}
@media screen and (max-width: 568px) {
  .section_8960 .block-fresh-caf2 {
    flex-basis: calc(100% - 50px);
  }
}
.section_8960 .pattern-tall-e1ea p:last-child {
  margin-bottom: 0.72em;
}
.static_7446 .dim-1a98 {
  padding: 16px 0 15px;
  border-top: 1px solid #eaecee;
  border-bottom: 1px solid #eaecee;
}
.static_7446 .dim-1a98:after,
.static_7446 .dim-1a98:before {
  content: "";
  display: table;
}
.static_7446 .dim-1a98:after {
  clear: both;
}
.static_7446 .dim-1a98 .dark-c8b6,
.static_7446 .dim-1a98 .focused-8599 {
  width: 49%;
}
.static_7446 .dim-1a98 .dark-c8b6 a span.accordion-9279,
.static_7446 .dim-1a98 .focused-8599 a span.accordion-9279 {
  display: block;
  margin-bottom: 5px;
}
.static_7446 .dim-1a98 .focused-8599 {
  float: left;
  text-align: left;
}
.static_7446 .dim-1a98 .dark-c8b6 {
  float: right;
  text-align: right;
}
.card-a630 {
  margin-bottom: 0.41575em;
}
@media screen and (max-width: 568px) {
  .card-a630 {
    margin-bottom: 0;
  }
}
.tiny_b1b0 {
  margin-bottom: 1em;
}
.tiny_b1b0 .sort_in_ec64 {
  font-size: 1.1em;
  line-height: 1.3;
}
.preview-c0d5 a {
  display: block;
  line-height: 0;
  position: relative;
}
.icon_4a51 .tiny_b1b0,
.tag_10a8 .tiny_b1b0 {
  display: -webkit-box;
  display: flex;
}
@media screen and (max-width: 568px) {
  .icon_4a51 .tiny_b1b0,
  .tag_10a8 .tiny_b1b0 {
    display: block;
  }
}
.icon_4a51 .preview-c0d5,
.tag_10a8 .preview-c0d5 {
  flex-basis: 160px;
  position: relative;
}
@media screen and (max-width: 568px) {
  .icon_4a51 .preview-c0d5,
  .tag_10a8 .preview-c0d5 {
    margin-bottom: 1em;
  }
}
.icon_4a51 .preview-c0d5 img,
.tag_10a8 .preview-c0d5 img {
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  display: block;
}
.icon_4a51 .secondary-smooth-9194,
.tag_10a8 .secondary-smooth-9194 {
  flex-basis: calc(100% - 160px);
}
.icon_4a51 .secondary-smooth-9194 p,
.tag_10a8 .secondary-smooth-9194 p {
  margin-bottom: 0;
}
.icon_4a51 .secondary-smooth-9194 {
  padding-left: 1em;
}
@media screen and (max-width: 568px) {
  .icon_4a51 .secondary-smooth-9194 {
    padding-left: 0;
  }
}
.tag_10a8 .secondary-smooth-9194 {
  -webkit-box-ordinal-group: 2;
  order: 1;
  padding-right: 1em;
}
@media screen and (max-width: 568px) {
  .tag_10a8 .secondary-smooth-9194 {
    padding-right: 0;
  }
}
.tag_10a8 .preview-c0d5 {
  -webkit-box-ordinal-group: 3;
  order: 2;
}
.main-5b9b .preview-c0d5 {
  margin-bottom: 0.5em;
}
.main-5b9b .preview-c0d5 img {
  width: 100%;
}
.slider-fc89 .filter-673a,
.detail-9b88 .filter-673a {
  margin-bottom: 35px;
  padding-bottom: 20px;
  border-bottom: 1px solid #eaecee;
}
.detail-9b88 .chip_29df .gradient_current_6621 p:last-child {
  margin-bottom: 0;
}
.breadcrumb_81d0 {
  font-size: 16px;
  text-transform: uppercase;
  font-weight: 500;
  color: currentColor;
  margin-bottom: 20px;
}
.icon_steel_7229 .notice-white-345c {
  margin-bottom: 2em;
}
@media screen and (min-width: 1025px) {
  .icon_steel_7229 .notice-white-345c:last-of-type {
    margin-bottom: 0;
  }
}
.icon_steel_7229 .notice-white-345c ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.icon_steel_7229 .notice-white-345c ul:after {
  clear: both;
  content: ".";
  display: block;
  height: 0;
  visibility: hidden;
}
.icon_steel_7229 .notice-white-345c ul li {
  margin: 0 0 0.6em;
}
.icon_steel_7229 .notice-white-345c ul li.main-first-f785,
.icon_steel_7229 .notice-white-345c ul li.notification-5f2e {
  position: relative;
}
.icon_steel_7229 .notice-white-345c ul li.main-first-f785 .first-ee5d,
.icon_steel_7229 .notice-white-345c ul li.notification-5f2e .first-ee5d {
  right: 0;
  background: #eaecee;
  color: #999;
  padding: 0 0.5em;
  border-radius: 0.9em;
  font-size: 12px;
  position: absolute;
  top: 4px;
}
.icon_steel_7229 .notice-white-345c ul li.main-first-f785:after:after,
.icon_steel_7229 .notice-white-345c ul li.main-first-f785:after:before,
.icon_steel_7229
  .notice-white-345c
  ul
  li.notification-5f2e:after:after,
.icon_steel_7229
  .notice-white-345c
  ul
  li.notification-5f2e:after:before {
  content: "";
  display: table;
}
.icon_steel_7229 .notice-white-345c ul li.main-first-f785:after:after,
.icon_steel_7229
  .notice-white-345c
  ul
  li.notification-5f2e:after:after {
  clear: both;
}
.icon_steel_7229 .notice-white-345c a.white-6a2e:hover {
  text-decoration: none;
}
.icon_steel_7229 .notice-white-345c select {
  max-width: 100%;
}
.icon_steel_7229 .notice-white-345c table {
  font-size: 85%;
}
.icon_steel_7229 .notice-white-345c table td,
.icon_steel_7229 .notice-white-345c table th {
  padding: 0.2360828548em;
  text-align: center;
}
.icon_steel_7229 .notice-white-345c table tfoot td {
  text-align: left;
}
.icon_steel_7229 .notice-white-345c :last-child {
  margin-bottom: 0;
}
.icon_steel_7229 .notice-white-345c .wood-a0a3 {
  display: -webkit-box;
  display: flex;
  width: 100%;
  max-width: 100%;
}
.icon_steel_7229 .notice-white-345c .wood-a0a3 label {
  width: 100%;
}
.icon_steel_7229 .notice-white-345c .wood-a0a3 .active-iron-400c {
  width: 100%;
  display: block;
}
.icon_steel_7229 .notice-white-345c .wood-a0a3 .glass_2297 {
  padding: 9px 14px;
  margin-left: -46px;
  overflow: hidden;
  box-shadow: none;
  background: 0 0;
  color: #aaa;
  line-height: 0;
}
.icon_steel_7229 .notice-white-345c .wood-a0a3 .glass_2297:hover svg #svg-search {
  fill: #444;
}
.icon_steel_7229 .notice-white-345c .wood-a0a3 .glass_2297 svg {
  width: 18px;
  height: 18px;
}
.icon_steel_7229 .sort_last_f3ed ul ul,
.icon_steel_7229 .status-fe3a ul ul,
.icon_steel_7229 .action-2099 ul ul,
.icon_steel_7229 .panel_next_0b72 ul ul {
  margin-top: 0.3819820591em;
  margin-left: 0;
  margin-bottom: -0.3819820591em;
}
.icon_steel_7229 .sort_last_f3ed .current_38b9 > a,
.icon_steel_7229 .status-fe3a .current_38b9 > a,
.icon_steel_7229 .action-2099 .current_38b9 > a,
.icon_steel_7229 .panel_next_0b72 .current_38b9 > a {
  margin-bottom: 0;
}
.icon_steel_7229 .notice_e75c li,
.icon_steel_7229 .sort_last_f3ed li,
.icon_steel_7229 .gallery_6855 li,
.icon_steel_7229 .status-fe3a li,
.icon_steel_7229 .action-2099 li,
.icon_steel_7229 .panel_next_0b72 li,
.icon_steel_7229 .texture-51fd li,
.icon_steel_7229 .avatar-dd8f li {
  display: block;
  position: relative;
}
.icon_steel_7229 .notice_e75c li:last-child,
.icon_steel_7229 .sort_last_f3ed li:last-child,
.icon_steel_7229 .gallery_6855 li:last-child,
.icon_steel_7229 .status-fe3a li:last-child,
.icon_steel_7229 .action-2099 li:last-child,
.icon_steel_7229 .panel_next_0b72 li:last-child,
.icon_steel_7229 .texture-51fd li:last-child,
.icon_steel_7229 .avatar-dd8f li:last-child {
  border: none;
}
.icon_steel_7229 .notice_e75c li a,
.icon_steel_7229 .sort_last_f3ed li a,
.icon_steel_7229 .gallery_6855 li a,
.icon_steel_7229 .status-fe3a li a,
.icon_steel_7229 .action-2099 li a,
.icon_steel_7229 .panel_next_0b72 li a,
.icon_steel_7229 .texture-51fd li a,
.icon_steel_7229 .avatar-dd8f li a {
  display: block;
  width: 100%;
  padding-bottom: 0.6em;
  margin-bottom: 0.6em;
  border-bottom: 1px solid #eaecee;
  position: relative;
}
.icon_steel_7229 .notice_e75c li ul li::before,
.icon_steel_7229 .sort_last_f3ed li ul li::before,
.icon_steel_7229 .gallery_6855 li ul li::before,
.icon_steel_7229 .status-fe3a li ul li::before,
.icon_steel_7229 .action-2099 li ul li::before,
.icon_steel_7229 .panel_next_0b72 li ul li::before,
.icon_steel_7229 .texture-51fd li ul li::before,
.icon_steel_7229 .avatar-dd8f li ul li::before {
  left: 15px;
}
.icon_steel_7229 .notice_e75c li ul a,
.icon_steel_7229 .sort_last_f3ed li ul a,
.icon_steel_7229 .gallery_6855 li ul a,
.icon_steel_7229 .status-fe3a li ul a,
.icon_steel_7229 .action-2099 li ul a,
.icon_steel_7229 .panel_next_0b72 li ul a,
.icon_steel_7229 .texture-51fd li ul a,
.icon_steel_7229 .avatar-dd8f li ul a {
  padding-left: 20px;
}
.icon_steel_7229 .notice_e75c li ul ul li::before,
.icon_steel_7229 .sort_last_f3ed li ul ul li::before,
.icon_steel_7229 .gallery_6855 li ul ul li::before,
.icon_steel_7229 .status-fe3a li ul ul li::before,
.icon_steel_7229 .action-2099 li ul ul li::before,
.icon_steel_7229 .panel_next_0b72 li ul ul li::before,
.icon_steel_7229 .texture-51fd li ul ul li::before,
.icon_steel_7229 .avatar-dd8f li ul ul li::before {
  left: 30px;
}
.icon_steel_7229 .notice_e75c li ul ul a,
.icon_steel_7229 .sort_last_f3ed li ul ul a,
.icon_steel_7229 .gallery_6855 li ul ul a,
.icon_steel_7229 .status-fe3a li ul ul a,
.icon_steel_7229 .action-2099 li ul ul a,
.icon_steel_7229 .panel_next_0b72 li ul ul a,
.icon_steel_7229 .texture-51fd li ul ul a,
.icon_steel_7229 .avatar-dd8f li ul ul a {
  padding-left: 40px;
}
.icon_steel_7229 .accordion-be7c li {
  padding-bottom: 0.6em;
  border-bottom: 1px solid #eaecee;
  position: relative;
}
.icon_steel_7229 .avatar-dd8f ul li {
  margin-bottom: 1.41575em;
}
.icon_steel_7229 .avatar-dd8f ul li .right_8304 {
  font-weight: 400;
  font-size: 1.2em;
  line-height: 1.28;
}
.icon_steel_7229 .avatar-dd8f ul li .slider_f1ca {
  display: block;
  margin: 0.5407911001em 0;
  font-size: 85%;
}
.button_bec4 .notice_e75c li a,
.button_bec4 .sort_last_f3ed li a,
.button_bec4 .gallery_6855 li a,
.button_bec4 .status-fe3a li a,
.button_bec4 .action-2099 li a,
.button_bec4 .panel_next_0b72 li a,
.button_bec4 .texture-51fd li a,
.button_bec4 .avatar-dd8f li a {
  border-color: rgba(255, 255, 255, 0.08);
}
.button_bec4 .accordion-be7c li {
  border-color: rgba(255, 255, 255, 0.08);
}
.button_bec4 .notice-white-345c ul li.main-first-f785 .first-ee5d,
.button_bec4 .notice-white-345c ul li.notification-5f2e .first-ee5d {
  background: rgba(0, 0, 0, 0.2);
}
.button_bec4 .icon_steel_7229 .notice-white-345c select {
  border-color: rgba(255, 255, 255, 0.08);
}
.modal-hovered-b105 .icon_steel_7229 .tertiary_28af li {
  margin: 0;
}
.modal-hovered-b105 .icon_steel_7229 .tertiary_28af li a {
  display: block;
  padding: 0.6em 0 0.6em;
}
.modal-hovered-b105 .icon_steel_7229 .tertiary_28af li ul {
  margin: 0;
}
.modal-hovered-b105 .icon_steel_7229 .tertiary_28af li ul li a {
  padding-left: 15px;
}
.modal-hovered-b105 .icon_steel_7229 .tertiary_28af li ul li li a {
  padding-left: 30px;
}
.modal-hovered-b105 .icon_steel_7229 .tertiary_28af li.container_tall_4394 > a {
  position: relative;
  border: 1px solid #eaecee;
  border-left: none;
  border-right: none;
  font-size: 110%;
}
.modal-hovered-b105 .icon_steel_7229 .tertiary_28af li.container_tall_4394 > 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;
}
.modal-hovered-b105 .icon_steel_7229 .tertiary_28af li.container_tall_4394 > 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;
}
.article-76f9 a {
  border: 1px solid currentColor;
  border-radius: 2px;
  display: inline-block;
  font-size: 0.875em !important;
  margin-bottom: 5px;
  padding: 1px 10px 1px;
}
.paragraph_white_9569 {
  position: relative;
  z-index: 10;
}
.paragraph_white_9569 .complex_01e6 {
  width: 100%;
  max-width: 100%;
}
.aside-large-e4ed .search_d559 {
  padding-top: 2em;
  padding-bottom: 2em;
}
.aside-large-e4ed .layout-8101 {
}
.aside-large-e4ed .button_bec4 {
  background: #292929;
}
.hero_6c40 .search_d559 {
  padding-top: 2.5em;
  padding-bottom: 2.5em;
}
.hero_6c40 .layout-8101 {
  background: #f9f9f9;
}
.hero_6c40 .button_bec4 {
  background: #303030;
}
.first-8fd3 .search_d559 {
  padding-top: 1.5em;
  padding-bottom: 1.5em;
}
@media screen and (max-width: 568px) {
  .first-8fd3 .huge_e00f {
    margin-bottom: 1em;
  }
  .first-8fd3 .huge_e00f:last-child {
    margin-bottom: 0;
  }
}
.first-8fd3 .layout-8101 {
  background: #ededed;
}
.first-8fd3 .button_bec4 {
  background: #1a1a1a;
}
.search_d559.layout-8101 {
  color: rgba(0, 0, 0, 0.6);
}
.search_d559.layout-8101 .article_next_4b2f li {
  border-color: rgba(0, 0, 0, 0.08);
}
.search_d559.button_bec4 {
  color: rgba(255, 255, 255, 0.99);
}
.search_d559.button_bec4 a:not(.white-6a2e) {
  color: rgba(255, 255, 255, 0.79);
}
.search_d559.button_bec4 a:not(.white-6a2e):hover {
  color: rgba(255, 255, 255, 0.99);
}
.search_d559.button_bec4 .article_next_4b2f li {
  border-color: rgba(255, 255, 255, 0.08);
}
.search_d559.button_bec4 table tbody td,
.search_d559.button_bec4 table th {
  background: rgba(0, 0, 0, 0.08);
}
.content_f23f.widget_paper_31c6 .shade_hot_3225 {
  max-width: initial;
}
.content_f23f .blue_fc9e {
  -webkit-box-pack: start;
  justify-content: flex-start;
}
.content_f23f .blue_fc9e .complex_01e6 {
  width: auto;
}
@media screen and (max-width: 1024px) {
  .content_f23f .blue_fc9e .complex_01e6 {
    display: block;
    margin-bottom: 2em;
  }
  .content_f23f .blue_fc9e .complex_01e6:last-child {
    margin-bottom: 0;
  }
}
.first-8fd3 .huge_e00f:last-child,
.hero_6c40 .huge_e00f:last-child,
.aside-large-e4ed .huge_e00f:last-child {
  margin-bottom: 0;
}
.first-8fd3 .huge_e00f .icon_steel_7229 .notice-white-345c:last-child,
.hero_6c40 .huge_e00f .icon_steel_7229 .notice-white-345c:last-child,
.aside-large-e4ed .huge_e00f .icon_steel_7229 .notice-white-345c:last-child {
  margin-bottom: 0;
}
@media screen and (max-width: 568px) {
  .first-8fd3 .purple_bec2,
  .first-8fd3 .solid-cbc9,
  .hero_6c40 .purple_bec2,
  .hero_6c40 .solid-cbc9,
  .aside-large-e4ed .purple_bec2,
  .aside-large-e4ed .solid-cbc9 {
    text-align: center;
  }
}
@media screen and (max-width: 48em) {
  .paragraph_white_9569 .huge_e00f {
    margin-bottom: 2em;
  }
}
.paragraph_white_9569 p:last-child {
  margin-bottom: 0;
}
.paragraph_white_9569 li,
.paragraph_white_9569 ul {
  list-style: none;
  margin: 0;
}
.paragraph_white_9569 ul ul {
  margin-left: 2.617924em;
}
.liquid_2c0c {
  font-size: 0.875em;
}

/* css-noise: 30df */
.promo-block-w3 {
  padding: 0.1rem;
  font-size: 13px;
  line-height: 1.1;
}
