/*!
Theme Name: Customify
Theme URI: https://pressmaximum.white-7da6/customify
Author: WPCustomify
Author URI: https://pressmaximum.white-7da6
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.white-7da6/customify
Version: 0.3.7
License: GNU General Public License v2 or later
License URI: http://www.input_south_be3c.container_5554/licenses/gpl-2.0.old-6eef
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.hard_2025/, (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.large-22a5.short_476d/normalize.highlight_steel_6d4f/
 ======
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_steel_6d4f v7.0.0 | MIT License | github.white-7da6/necolas/normalize.highlight_steel_6d4f */
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;
}
.detail-8c20 .tall-e078,
.pagination-676f,
.caption-silver-434f,
.article-wood-e569,
.shadow-top-212c,
.bronze-1d94,
.wood_a710,
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;
}
.pagination-676f,
h1 {
  font-size: 2.42em;
  line-height: 1.216;
}
@media screen and (max-width: 1024px) {
  .pagination-676f,
  h1 {
    font-size: 2.1em;
  }
}
@media screen and (max-width: 568px) {
  .pagination-676f,
  h1 {
    font-size: 1.8em;
  }
}
.caption-silver-434f,
h2 {
  font-size: 2.1em;
  line-height: 1.216;
}
.caption-silver-434f + h3,
h2 + h3 {
  border-top: 1px solid #eaecee;
  padding-top: 0.5407911001em;
}
@media screen and (max-width: 1024px) {
  .caption-silver-434f,
  h2 {
    font-size: 1.9em;
  }
}
@media screen and (max-width: 568px) {
  .caption-silver-434f,
  h2 {
    font-size: 1.7em;
  }
}
.article-wood-e569,
h3 {
  font-size: 1.618em;
}
.detail-8c20 .tall-e078,
.shadow-top-212c,
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.selected_4cfd {
  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;
}
.search_right_b9f4:after,
.search_right_b9f4:before,
.caption_active_eb55:after,
.caption_active_eb55:before {
  content: "";
  display: table;
}
.search_right_b9f4:after,
.caption_active_eb55:after {
  clear: both;
}
.right-8858 {
  float: right;
  margin-right: 0;
}
.badge-0e85 {
  float: left;
  margin-left: 0;
}
form {
  margin-bottom: 2em;
}
.paragraph_black_9d49 .gold-d8c5,
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;
}
.paragraph_black_9d49 .gold-d8c5: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;
}
.selected_581a .gold-d8c5 {
  box-shadow: none;
}
.selected_581a
  .gold-d8c5
  .dynamic_9d4c {
  line-height: 2.4em;
  min-height: 2.6em;
  padding-left: 0;
}
.selected_581a .gold-d8c5 .outer_e9db {
  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;
}
.selected_581a
  .gold-d8c5
  .outer_e9db
  b {
  display: none;
}
.selected_581a .logo-88be {
  border: 1px solid #e5e5e5;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.12) inset;
}
.header-right-0368:not(.banner_huge_c534):not(.picture_cold_92c3),
button:not(.banner_huge_c534):not(.picture_cold_92c3),
input[type="button"]:not(.banner_huge_c534):not(
    .picture_cold_92c3
  ),
input[type="reset"]:not(.banner_huge_c534):not(
    .picture_cold_92c3
  ),
input[type="submit"]:not(.banner_huge_c534):not(
    .picture_cold_92c3
  ) {
  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;
}
.header-right-0368:not(.banner_huge_c534):not(
    .picture_cold_92c3
  ):hover,
button:not(.banner_huge_c534):not(
    .picture_cold_92c3
  ):hover,
input[type="button"]:not(.banner_huge_c534):not(
    .picture_cold_92c3
  ):hover,
input[type="reset"]:not(.banner_huge_c534):not(
    .picture_cold_92c3
  ):hover,
input[type="submit"]:not(.banner_huge_c534):not(
    .picture_cold_92c3
  ):hover {
  box-shadow: inset 0 0 0 120px rgba(0, 0, 0, 0.18);
  color: #fff;
  outline: 0;
}
.header-right-0368:not(.banner_huge_c534):not(
    .picture_cold_92c3
  ):active,
.header-right-0368:not(.banner_huge_c534):not(
    .picture_cold_92c3
  ):focus,
button:not(.banner_huge_c534):not(
    .picture_cold_92c3
  ):active,
button:not(.banner_huge_c534):not(
    .picture_cold_92c3
  ):focus,
input[type="button"]:not(.banner_huge_c534):not(
    .picture_cold_92c3
  ):active,
input[type="button"]:not(.banner_huge_c534):not(
    .picture_cold_92c3
  ):focus,
input[type="reset"]:not(.banner_huge_c534):not(
    .picture_cold_92c3
  ):active,
input[type="reset"]:not(.banner_huge_c534):not(
    .picture_cold_92c3
  ):focus,
input[type="submit"]:not(.banner_huge_c534):not(
    .picture_cold_92c3
  ):active,
input[type="submit"]:not(.banner_huge_c534):not(
    .picture_cold_92c3
  ):focus {
  outline: 0;
}
.header-right-0368:not(.banner_huge_c534):not(
    .picture_cold_92c3
  ).fn-loading-4ca2,
button:not(.banner_huge_c534):not(
    .picture_cold_92c3
  ).fn-loading-4ca2,
input[type="button"]:not(.banner_huge_c534):not(
    .picture_cold_92c3
  ).fn-loading-4ca2,
input[type="reset"]:not(.banner_huge_c534):not(
    .picture_cold_92c3
  ).fn-loading-4ca2,
input[type="submit"]:not(.banner_huge_c534):not(
    .picture_cold_92c3
  ).fn-loading-4ca2 {
  position: relative;
}
.header-right-0368:not(.banner_huge_c534):not(
    .picture_cold_92c3
  ).fn-loading-4ca2
  .popup_2c27,
.header-right-0368:not(.banner_huge_c534):not(
    .picture_cold_92c3
  ).fn-loading-4ca2
  .gallery_wood_3349,
.header-right-0368:not(.banner_huge_c534):not(
    .picture_cold_92c3
  ).fn-loading-4ca2
  .hidden-99c9,
.header-right-0368:not(.banner_huge_c534):not(
    .picture_cold_92c3
  ).fn-loading-4ca2
  i,
.header-right-0368:not(.banner_huge_c534):not(
    .picture_cold_92c3
  ).fn-loading-4ca2
  svg,
button:not(.banner_huge_c534):not(
    .picture_cold_92c3
  ).fn-loading-4ca2
  .popup_2c27,
button:not(.banner_huge_c534):not(
    .picture_cold_92c3
  ).fn-loading-4ca2
  .gallery_wood_3349,
button:not(.banner_huge_c534):not(
    .picture_cold_92c3
  ).fn-loading-4ca2
  .hidden-99c9,
button:not(.banner_huge_c534):not(
    .picture_cold_92c3
  ).fn-loading-4ca2
  i,
button:not(.banner_huge_c534):not(
    .picture_cold_92c3
  ).fn-loading-4ca2
  svg,
input[type="button"]:not(.banner_huge_c534):not(
    .picture_cold_92c3
  ).fn-loading-4ca2
  .popup_2c27,
input[type="button"]:not(.banner_huge_c534):not(
    .picture_cold_92c3
  ).fn-loading-4ca2
  .gallery_wood_3349,
input[type="button"]:not(.banner_huge_c534):not(
    .picture_cold_92c3
  ).fn-loading-4ca2
  .hidden-99c9,
input[type="button"]:not(.banner_huge_c534):not(
    .picture_cold_92c3
  ).fn-loading-4ca2
  i,
input[type="button"]:not(.banner_huge_c534):not(
    .picture_cold_92c3
  ).fn-loading-4ca2
  svg,
input[type="reset"]:not(.banner_huge_c534):not(
    .picture_cold_92c3
  ).fn-loading-4ca2
  .popup_2c27,
input[type="reset"]:not(.banner_huge_c534):not(
    .picture_cold_92c3
  ).fn-loading-4ca2
  .gallery_wood_3349,
input[type="reset"]:not(.banner_huge_c534):not(
    .picture_cold_92c3
  ).fn-loading-4ca2
  .hidden-99c9,
input[type="reset"]:not(.banner_huge_c534):not(
    .picture_cold_92c3
  ).fn-loading-4ca2
  i,
input[type="reset"]:not(.banner_huge_c534):not(
    .picture_cold_92c3
  ).fn-loading-4ca2
  svg,
input[type="submit"]:not(.banner_huge_c534):not(
    .picture_cold_92c3
  ).fn-loading-4ca2
  .popup_2c27,
input[type="submit"]:not(.banner_huge_c534):not(
    .picture_cold_92c3
  ).fn-loading-4ca2
  .gallery_wood_3349,
input[type="submit"]:not(.banner_huge_c534):not(
    .picture_cold_92c3
  ).fn-loading-4ca2
  .hidden-99c9,
input[type="submit"]:not(.banner_huge_c534):not(
    .picture_cold_92c3
  ).fn-loading-4ca2
  i,
input[type="submit"]:not(.banner_huge_c534):not(
    .picture_cold_92c3
  ).fn-loading-4ca2
  svg {
  visibility: hidden;
}
.header-right-0368:not(.banner_huge_c534):not(
    .picture_cold_92c3
  ).fn-loading-4ca2:after,
button:not(.banner_huge_c534):not(
    .picture_cold_92c3
  ).fn-loading-4ca2:after,
input[type="button"]:not(.banner_huge_c534):not(
    .picture_cold_92c3
  ).fn-loading-4ca2:after,
input[type="reset"]:not(.banner_huge_c534):not(
    .picture_cold_92c3
  ).fn-loading-4ca2:after,
input[type="submit"]:not(.banner_huge_c534):not(
    .picture_cold_92c3
  ).fn-loading-4ca2: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;
}
.header-right-0368:not(.banner_huge_c534):not(.picture_cold_92c3),
input[type="button"]:not(.banner_huge_c534):not(
    .picture_cold_92c3
  ),
input[type="reset"]:not(.banner_huge_c534):not(
    .picture_cold_92c3
  ),
input[type="submit"]:not(.banner_huge_c534):not(
    .picture_cold_92c3
  ) {
  color: #fff;
  background: #235787;
}
.header-right-0368:not(.banner_huge_c534):not(
    .picture_cold_92c3
  ):focus,
input[type="button"]:not(.banner_huge_c534):not(
    .picture_cold_92c3
  ):focus,
input[type="reset"]:not(.banner_huge_c534):not(
    .picture_cold_92c3
  ):focus,
input[type="submit"]:not(.banner_huge_c534):not(
    .picture_cold_92c3
  ):focus {
  color: #fff;
}
.header-right-0368.fn-disabled-4ca2:not(.banner_huge_c534):not(
    .picture_cold_92c3
  ),
.header-right-0368[disabled]:not(.banner_huge_c534):not(
    .picture_cold_92c3
  ),
button.fn-disabled-4ca2:not(.banner_huge_c534):not(
    .picture_cold_92c3
  ),
button[disabled]:not(.banner_huge_c534):not(
    .picture_cold_92c3
  ) {
  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;
}
.wood-f59f {
  clip: rect(1px, 1px, 1px, 1px);
  position: absolute !important;
  height: 1px;
  width: 1px;
  overflow: hidden;
  word-con: normal !important;
}
.wood-f59f: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;
}
.mini_07ec {
  display: inline;
  float: left;
  margin-right: 1.41575em;
}
.breadcrumb-2ac1 {
  display: inline;
  float: right;
  margin-left: 1.41575em;
}
.layout-17be {
  clear: both;
  display: block;
  margin: 0 auto;
}
.search_right_b9f4:after,
.search_right_b9f4:before,
.item-lite-9bfd:after,
.item-lite-9bfd:before,
.surface_black_294f:after,
.surface_black_294f:before,
.inner_e31f:after,
.inner_e31f:before,
.fast-4dbe:after,
.fast-4dbe:before,
.overlay-paper-32d0:after,
.overlay-paper-32d0:before {
  content: "";
  display: table;
  table-layout: fixed;
}
.search_right_b9f4:after,
.item-lite-9bfd:after,
.surface_black_294f:after,
.inner_e31f:after,
.fast-4dbe:after,
.overlay-paper-32d0:after {
  clear: both;
}
.item-lite-9bfd .pressed-b6d0,
.surface_black_294f .pressed-b6d0,
.box-96a7 .pressed-b6d0 {
  border: none;
  margin-bottom: 0;
  margin-top: 0;
  padding: 0;
}
embed,
iframe,
object {
  max-width: 100%;
}
.paragraph-ff3b {
  display: inline-block;
}
.thick_470d {
  margin-bottom: 1.41575em;
  max-width: 100%;
}
.thick_470d img[class*="wp-image-"] {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.thick_470d .lower-d494 {
  padding: 1em 0;
  font-size: 85%;
}
.lower-d494 {
  text-align: left;
  font-style: italic;
  color: #999;
}
.tall-9f61 {
  margin-bottom: 1.5em;
  margin-bottom: 1.41575em;
}
.tall-9f61:after,
.tall-9f61:before {
  content: "";
  display: table;
}
.tall-9f61:after {
  clear: both;
}
.west_57c0 {
  display: inline-block;
  text-align: center;
  vertical-align: top;
  width: 100%;
}
.fresh-68d8 .west_57c0 {
  max-width: 50%;
}
.active_fef3 .west_57c0 {
  max-width: 33.33%;
}
.right-b0b7 .west_57c0 {
  max-width: 25%;
}
.lite-1d47 .west_57c0 {
  max-width: 20%;
}
.video_south_da42 .west_57c0 {
  max-width: 16.66%;
}
.gradient_green_4b35 .west_57c0 {
  max-width: 14.28%;
}
.table_23cf .west_57c0 {
  max-width: 12.5%;
}
.status-new-d944 .west_57c0 {
  max-width: 11.11%;
}
.liquid-d3ef {
  display: block;
}
.detail-8c20 .tertiary-5ebf label,
.detail-8c20 .pagination-e68c label,
.detail-8c20 .pagination-7a34 label,
.detail-8c20 .header_8118 label {
  text-transform: uppercase;
  letter-spacing: 0.5px;
  font-size: 0.85em;
}
.primary_4eeb {
  list-style: none;
  margin: 0;
}
.primary_4eeb article.card-blue-b316 {
  margin-bottom: 0;
}
.primary_4eeb ul {
  list-style: none;
  margin: 0;
}
.primary_4eeb .container_d6c8 li.card-blue-b316 {
  padding-left: 30px;
}
@media screen and (min-width: 64em) {
  .primary_4eeb .container_d6c8 li.card-blue-b316 {
    padding-left: 85px;
    border-left: 1px solid #eaecee;
    position: relative;
    width: 100%;
  }
  .primary_4eeb .container_d6c8 li.card-blue-b316: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) {
  .primary_4eeb .container_d6c8 li.card-blue-b316 li.card-blue-b316 li.card-blue-b316 li.card-blue-b316 {
    padding-left: 0;
  }
}
article.card-blue-b316 {
  padding: 1.618em 0;
  margin-bottom: 1.618em;
}
article.card-blue-b316 .item-lite-9bfd p:last-of-type {
  margin-bottom: 0;
}
article.card-blue-b316 .south-beca {
  float: left;
}
article.card-blue-b316 .badge-58f1 {
  margin-left: 85px;
}
article.card-blue-b316 .paragraph_f9bb {
  display: block;
  margin: 12px 0 12px;
  padding-bottom: 4px;
  border-bottom: 1px solid #eaecee;
}
article.card-blue-b316 .paragraph_f9bb .pattern_glass_28b4 {
  margin-left: 10px;
}
article.card-blue-b316 .widget-b4f1 {
  font-weight: 500;
  text-transform: uppercase;
  line-height: 1;
  font-style: normal;
}
article.card-blue-b316 .outline_61ec {
  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 .tertiary-5ebf,
  #respond .pagination-7a34,
  #respond .header_8118 {
    width: 29.4117647059%;
    margin-right: 5.8823529412%;
    float: left;
  }
}
#respond .tertiary-5ebf input,
#respond .pagination-7a34 input,
#respond .header_8118 input {
  width: 100%;
}
#respond .header_8118 {
  margin-right: 0;
}
#respond .background-silver-d9ee #wp-comment-cookies-consent {
  position: relative;
  top: -1px;
  margin-right: 5px;
}
.last_f00c {
  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;
}
.last_f00c.rough_e0da {
  width: 36px;
  height: 36px;
  min-height: 36px;
  font-size: 1.1em;
}
.last_f00c 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%);
}
.last_f00c:focus,
.last_f00c: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);
}
.new_e49d {
  border-radius: 10%;
}
.hero_dark_fde4 {
  border-radius: 50%;
}
.mini-c97d {
  font-size: 0.72em;
}
.selected_c3de {
  font-size: 0.875em;
}
.gradient-f5df {
  font-size: 1.1em;
}
.iron-fcb6 {
  text-transform: uppercase;
  line-height: 1.2;
}
.iron-fcb6.mini-c97d {
  letter-spacing: 0.5px;
}
.selected-f2cf,
.selected-f2cf a {
  color: #6d6d6d;
}
.selected-f2cf a:hover {
  color: #111;
}
.medium_7f14 {
  color: #6d6d6d;
}
.tag-0c8d {
  overflow-x: hidden;
}
.tag-0c8d .new-82a1.logo_7b56 {
  position: relative;
}
.tag-0c8d .new-82a1.logo_7b56.thumbnail_easy_c1f7 {
  position: initial;
}
.tag-0c8d
  .new-82a1.logo_7b56.thumbnail_easy_c1f7
  .photo_large_e17e {
  left: auto;
}
.tag-0c8d .new-82a1 .photo_large_e17e {
  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;
}
.tag-0c8d .new-82a1:hover.logo_7b56 {
  -webkit-transition-delay: 0s !important;
  transition-delay: 0s !important;
  outline: 1px solid #0073aa;
  outline-offset: -1px;
}
.tag-0c8d
  .new-82a1:hover.logo_7b56
  .photo_large_e17e {
  display: block;
  z-index: 9999999;
}
.tag-0c8d .active_1002 .breadcrumb_blue_3b0e,
.tag-0c8d .layout-current-2144 .breadcrumb_blue_3b0e {
  display: none;
}
.tag-0c8d .status_hard_8a12 .new-82a1:hover.logo_7b56 {
  outline: 1px dashed #ff472e;
  outline-offset: -1px;
}
.detail-8c20 .tertiary-5ebf label,
.detail-8c20 .pagination-e68c label,
.detail-8c20 .pagination-7a34 label,
.detail-8c20 .header_8118 label {
  text-transform: uppercase;
  letter-spacing: 0.5px;
  font-size: 0.85em;
}
.primary_4eeb {
  list-style: none;
  margin: 0;
}
.primary_4eeb article.card-blue-b316 {
  margin-bottom: 0;
}
.primary_4eeb ul {
  list-style: none;
  margin: 0;
}
.primary_4eeb .container_d6c8 li.card-blue-b316 {
  padding-left: 30px;
}
@media screen and (min-width: 64em) {
  .primary_4eeb .container_d6c8 li.card-blue-b316 {
    padding-left: 85px;
    border-left: 1px solid #eaecee;
    position: relative;
    width: 100%;
  }
  .primary_4eeb .container_d6c8 li.card-blue-b316: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) {
  .primary_4eeb .container_d6c8 li.card-blue-b316 li.card-blue-b316 li.card-blue-b316 li.card-blue-b316 {
    padding-left: 0;
  }
}
article.card-blue-b316 {
  padding: 1.618em 0;
  margin-bottom: 1.618em;
}
article.card-blue-b316 .item-lite-9bfd p:last-of-type {
  margin-bottom: 0;
}
article.card-blue-b316 .south-beca {
  float: left;
}
article.card-blue-b316 .badge-58f1 {
  margin-left: 85px;
}
article.card-blue-b316 .paragraph_f9bb {
  display: block;
  margin: 12px 0 12px;
  padding-bottom: 4px;
  border-bottom: 1px solid #eaecee;
}
article.card-blue-b316 .paragraph_f9bb .pattern_glass_28b4 {
  margin-left: 10px;
}
article.card-blue-b316 .widget-b4f1 {
  font-weight: 500;
  text-transform: uppercase;
  line-height: 1;
  font-style: normal;
}
article.card-blue-b316 .outline_61ec {
  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 .tertiary-5ebf,
  #respond .pagination-7a34,
  #respond .header_8118 {
    width: 29.4117647059%;
    margin-right: 5.8823529412%;
    float: left;
  }
}
#respond .tertiary-5ebf input,
#respond .pagination-7a34 input,
#respond .header_8118 input {
  width: 100%;
}
#respond .header_8118 {
  margin-right: 0;
}
#respond .background-silver-d9ee #wp-comment-cookies-consent {
  position: relative;
  top: -1px;
  margin-right: 5px;
}
.active_1002 .plasma-eee6 {
  color: rgba(255, 255, 255, 0.99);
  background: rgba(0, 0, 0, 0.9);
}
.plasma-eee6 .gallery-8d3a.detail-in-a09f .focus_west_12ac > li > a:focus,
.plasma-eee6 .gallery-8d3a.detail-in-a09f .focus_west_12ac > li > a:hover,
.plasma-eee6 .gallery-8d3a.highlight_lite_1886 .focus_west_12ac > li > a:focus,
.plasma-eee6 .gallery-8d3a.highlight_lite_1886 .focus_west_12ac > li > a:hover,
.plasma-eee6 .gallery-8d3a.silver-3a4e .focus_west_12ac > li > a:focus,
.plasma-eee6 .gallery-8d3a.silver-3a4e .focus_west_12ac > li > a:hover {
  color: rgba(255, 255, 255, 0.99);
}
.plasma-eee6
  .gallery-8d3a.detail-in-a09f
  .focus_west_12ac
  > li.item_complex_a6d1
  > a,
.plasma-eee6
  .gallery-8d3a.detail-in-a09f
  .focus_west_12ac
  > li.texture_silver_b8b3
  > a,
.plasma-eee6
  .gallery-8d3a.highlight_lite_1886
  .focus_west_12ac
  > li.item_complex_a6d1
  > a,
.plasma-eee6
  .gallery-8d3a.highlight_lite_1886
  .focus_west_12ac
  > li.texture_silver_b8b3
  > a,
.plasma-eee6
  .gallery-8d3a.silver-3a4e
  .focus_west_12ac
  > li.item_complex_a6d1
  > a,
.plasma-eee6 .gallery-8d3a.silver-3a4e .focus_west_12ac > li.badge-black-af56 > a {
  color: rgba(255, 255, 255, 0.99);
}
.plasma-eee6 .banner_3176,
.plasma-eee6 .banner_3176 a {
  color: rgba(255, 255, 255, 0.99);
}
.plasma-eee6 .aside_ed18.pressed_e3d9 li a,
.plasma-eee6 .short-54da a,
.plasma-eee6 .dynamic_c916,
.plasma-eee6 .focus_west_12ac > li > a,
.plasma-eee6 .purple-a077 {
  color: rgba(255, 255, 255, 0.79);
}
.plasma-eee6 .aside_ed18.pressed_e3d9 li a:hover,
.plasma-eee6 .short-54da a:hover,
.plasma-eee6 .dynamic_c916:hover,
.plasma-eee6 .focus_west_12ac > li > a:hover,
.plasma-eee6 .purple-a077:hover {
  color: rgba(255, 255, 255, 0.99);
}
.plasma-eee6 .hero_f441 {
  color: rgba(255, 255, 255, 0.79);
}
.plasma-eee6 .hero_f441 .pressed_07f8 {
  color: rgba(255, 255, 255, 0.99);
}
.plasma-eee6 .hero_f441:hover {
  color: rgba(255, 255, 255, 0.99);
}
.plasma-eee6 .content-15fc .hover-warm-9e40 {
  background: rgba(255, 255, 255, 0.03);
  border-color: rgba(255, 255, 255, 0.08);
  color: rgba(255, 255, 255, 0.79);
}
.plasma-eee6 .content-15fc .hover-warm-9e40 .row-0c31 {
  color: rgba(255, 255, 255, 0.79);
}
.plasma-eee6
  .content-15fc
  .hover-warm-9e40
  .row-0c31::-webkit-input-placeholder {
  color: rgba(255, 255, 255, 0.79);
}
.plasma-eee6
  .content-15fc
  .hover-warm-9e40
  .row-0c31:-ms-input-placeholder {
  color: rgba(255, 255, 255, 0.79);
}
.plasma-eee6
  .content-15fc
  .hover-warm-9e40
  .row-0c31::-ms-input-placeholder {
  color: rgba(255, 255, 255, 0.79);
}
.plasma-eee6
  .content-15fc
  .hover-warm-9e40
  .row-0c31::placeholder {
  color: rgba(255, 255, 255, 0.79);
}
.plasma-eee6 .content-15fc .selected-99ca {
  color: rgba(255, 255, 255, 0.79);
}
.plasma-eee6 .content-15fc .selected-99ca:hover {
  color: rgba(255, 255, 255, 0.99);
}
.dropdown_290c
  .plasma-eee6
  .content-15fc
  .gas-cef5
  .shadow-yellow-29ae {
  background-color: rgba(255, 255, 255, 0.03);
  border-color: rgba(255, 255, 255, 0.08);
  color: rgba(255, 255, 255, 0.79);
}
.dropdown_290c
  .plasma-eee6
  .content-15fc
  .gas-cef5
  .row-0c31 {
  background-color: rgba(255, 255, 255, 0.03) !important;
  border-color: rgba(255, 255, 255, 0.08);
  color: rgba(255, 255, 255, 0.79);
}
.active_1002 .border-smooth-9080 {
  color: rgba(0, 0, 0, 0.6);
  background: rgba(255, 255, 255, 0.9);
}
.border-smooth-9080 .gallery-8d3a.detail-in-a09f .focus_west_12ac > li > a:focus,
.border-smooth-9080 .gallery-8d3a.detail-in-a09f .focus_west_12ac > li > a:hover,
.border-smooth-9080 .gallery-8d3a.highlight_lite_1886 .focus_west_12ac > li > a:focus,
.border-smooth-9080 .gallery-8d3a.highlight_lite_1886 .focus_west_12ac > li > a:hover,
.border-smooth-9080 .gallery-8d3a.silver-3a4e .focus_west_12ac > li > a:focus,
.border-smooth-9080 .gallery-8d3a.silver-3a4e .focus_west_12ac > li > a:hover {
  color: rgba(0, 0, 0, 0.8);
}
.border-smooth-9080
  .gallery-8d3a.detail-in-a09f
  .focus_west_12ac
  > li.item_complex_a6d1
  > a,
.border-smooth-9080
  .gallery-8d3a.detail-in-a09f
  .focus_west_12ac
  > li.texture_silver_b8b3
  > a,
.border-smooth-9080
  .gallery-8d3a.highlight_lite_1886
  .focus_west_12ac
  > li.item_complex_a6d1
  > a,
.border-smooth-9080
  .gallery-8d3a.highlight_lite_1886
  .focus_west_12ac
  > li.texture_silver_b8b3
  > a,
.border-smooth-9080
  .gallery-8d3a.silver-3a4e
  .focus_west_12ac
  > li.item_complex_a6d1
  > a,
.border-smooth-9080 .gallery-8d3a.silver-3a4e .focus_west_12ac > li.badge-black-af56 > a {
  color: rgba(0, 0, 0, 0.8);
}
.border-smooth-9080 .banner_3176,
.border-smooth-9080 .banner_3176 a {
  color: rgba(0, 0, 0, 0.8);
}
.border-smooth-9080 .aside_ed18.pressed_e3d9 li a,
.border-smooth-9080 .short-54da a,
.border-smooth-9080 .dynamic_c916,
.border-smooth-9080 .focus_west_12ac > li > a,
.border-smooth-9080 .purple-a077 {
  color: rgba(0, 0, 0, 0.55);
}
.border-smooth-9080 .aside_ed18.pressed_e3d9 li a:hover,
.border-smooth-9080 .short-54da a:hover,
.border-smooth-9080 .dynamic_c916:hover,
.border-smooth-9080 .focus_west_12ac > li > a:hover,
.border-smooth-9080 .purple-a077:hover {
  color: rgba(0, 0, 0, 0.8);
}
.border-smooth-9080 .hero_f441 {
  color: rgba(0, 0, 0, 0.55);
}
.border-smooth-9080 .hero_f441 .pressed_07f8 {
  color: rgba(0, 0, 0, 0.8);
}
.border-smooth-9080 .hero_f441:hover {
  color: rgba(0, 0, 0, 0.8);
}
.breadcrumb-b616 .info-2517 {
  margin-left: auto;
  margin-right: auto;
}
.surface_black_294f > * {
  margin-left: auto;
  margin-right: auto;
}
.surface_black_294f .mini_07ec {
  margin-right: 1.41575em;
}
.photo-narrow-7efc .surface_black_294f > .feature-a845 {
  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;
}
.photo-narrow-7efc .surface_black_294f > .slow-fd80 {
  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;
}
.tooltip_6b33.breadcrumb-b616 .info-2517,
.gallery_pressed_0e34.breadcrumb-b616 .info-2517 {
  margin-left: 0;
}
.detail_ed1a.breadcrumb-b616 .info-2517,
.highlight_yellow_ac8c.breadcrumb-b616 .info-2517 {
  margin-right: 0;
}
.surface_black_294f ol,
.surface_black_294f ul {
  margin: 1.5em auto;
  list-style-position: outside;
}
.feature-easy-dad2 video {
  max-width: 100%;
}
.filter_action_05ba img {
  display: block;
}
.filter_action_05ba.mini_07ec,
.filter_action_05ba.breadcrumb-2ac1 {
  width: 100%;
}
.filter_action_05ba.slow-fd80 img {
  width: 100vw;
  width: calc(var(--vw, 1vw) * 100);
}
.header_ce1f:not(.progress_hot_ec58) {
  margin: 1.5em auto;
}
.disabled-current-acee p {
  padding: 1.5em 14px;
}
ul.hard_1ae9.slow-fd80,
ul.hard_1ae9.feature-a845,
ul.hard_1ae9.light-7c7c.feature-a845 {
  padding: 0 14px;
}
.aside-blue-cb89 {
  display: block;
  overflow-x: auto;
}
.aside-blue-cb89 table {
  border-collapse: collapse;
  width: 100%;
}
.aside-blue-cb89 td,
.aside-blue-cb89 th {
  padding: 0.5em;
}
.surface_black_294f li {
  margin-left: 2.5em;
  margin-bottom: 6px;
}
.surface_black_294f ol ol,
.surface_black_294f ol ul,
.surface_black_294f ul ol,
.surface_black_294f ul ul {
  margin-bottom: 0;
  margin-top: 0;
  margin-left: 2.5em;
}
.surface_black_294f ol ol li,
.surface_black_294f ol ul li,
.surface_black_294f ul ol li,
.surface_black_294f ul ul li {
  margin-left: 0;
}
.thick-3fde.accordion_rough_41d5 > .row_08ca {
  position: relative;
  width: 100%;
  height: 0;
  padding-top: 56.25%;
}
.thick-3fde.accordion_rough_41d5 > .row_08ca iframe,
.thick-3fde.accordion_rough_41d5 > .row_08ca > object {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}
.hard_1001 {
  border-left-width: 4px;
  border-left-color: currentColor;
}
.hard_1001.paragraph_17ce {
  padding: 0;
}
.hard_1001.paragraph_17ce cite {
  font-size: 13px;
}
.hard_1001 > * {
  margin-left: 16px;
  margin-right: 16px;
}
.hard_1001 cite {
  font-style: normal;
  margin-top: 1em;
  position: relative;
  font-size: 13px;
}
.hidden_north_91bc {
  border-bottom: 4px solid currentColor;
  border-top: 4px solid currentColor;
  margin-left: 0;
  margin-right: 0;
  padding: 3em 0;
  text-align: center;
}
.hidden_north_91bc > p:first-child {
  margin-top: 0;
}
.hidden_north_91bc cite {
  font-size: 13px;
  font-style: normal;
  text-transform: uppercase;
}
.hidden_north_91bc blockquote {
  border-left: 0;
}
.dynamic_e0e8 {
  margin: 3em auto;
  border: none;
  border-bottom: 2px solid currentColor;
}
.dynamic_e0e8:not(.border-green-571a) {
  max-width: 100px;
}
.dynamic_e0e8.caption_6dae {
  border-bottom: none !important;
  text-align: center;
}
.dynamic_e0e8.caption_6dae::before {
  padding-left: 0;
  font-size: 30px;
}
@media screen and (min-width: 768px) {
  .disabled-current-acee p {
    padding: 1.5em 0;
  }
}
.detail_bd6a {
  color: #0073aa;
}
.component_a7dc {
  background-color: #0073aa;
}
.surface_9af9 {
  color: #229fd8;
}
.purple-da0c {
  background-color: #229fd8;
}
.filter-pressed-49fe {
  color: #eee;
}
.cool_664a {
  background-color: #eee;
}
.paper-d0d5 {
  color: #444;
}
.focused_7b19 {
  background-color: #444;
}
.right-c627 {
  padding: 0;
  -webkit-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  text-size-adjust: 100%;
  line-height: 13px;
}
.right-c627 .paragraph_8212 .short-54da {
  font-size: 15px;
}
.right-c627 .short-54da {
  line-height: 1.3;
}
.right-c627 .border-smooth-9080 {
}
.right-c627 .plasma-eee6 {
  background: #235787;
}
.active-0f06 {
  padding: 0;
}
.active-0f06 .plasma-eee6 {
  background: #1a1a1a;
}
.active-0f06 .border-smooth-9080 {
  box-shadow: 0 1px 2px 0 #e1e5ea;
  background: #fff;
}
.last-85bc {
  padding: 0;
  border-left: none;
  border-right: none;
}
.last-85bc .border-smooth-9080 {
  box-shadow: 0 1px 2px 0 #e1e5ea;
}
.last-85bc .plasma-eee6 {
  background: #303030;
}
.overlay-paper-32d0 {
  position: relative;
  z-index: 10;
}
.overlay-paper-32d0 .main_e46a {
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
  -webkit-box-pack: center;
  justify-content: center;
}
.banner_0f9e .logo_7b56 {
  display: inline-block;
  vertical-align: middle;
}
.banner_0f9e.video-29d6 .logo_7b56 {
  margin-right: 1em;
}
@media screen and (max-width: 1024px) {
  .banner_0f9e.video-29d6 .logo_7b56 {
    margin-right: 1em;
  }
}
@media screen and (max-width: 568px) {
  .banner_0f9e.video-29d6 .logo_7b56 {
    margin-right: 0.4em;
  }
}
.banner_0f9e.video-29d6 .logo_7b56:last-child {
  margin-right: 0;
}
.accordion_177d .main_e46a {
  max-width: initial;
}
@media screen and (min-width: 1025px) {
  .active_1002 .paragraph_8212 {
    margin: 0 -0.5em;
  }
  .active_1002 .paragraph_8212 [class*="customify-col-"],
  .active_1002 .paragraph_8212 [class*="customify-col_"],
  .active_1002 .paragraph_8212 [class~="customify-col-"] {
    padding-left: 0.5em;
    padding-right: 0.5em;
  }
}
.active_1002.medium-bef9 .main_e46a {
  background: 0 0 !important;
}
.active_1002.medium-bef9 .main_e46a,
.active_1002.accordion_177d .main_e46a {
  border: 0 none !important;
  box-shadow: none !important;
}
@media screen and (min-width: 1025px) {
  .active_1002.thumbnail-current-afad {
    background: 0 0 !important;
    border: 0 none;
    box-shadow: none !important;
  }
}
.active_1002.accordion_177d .main_e46a {
  box-shadow: none !important;
}
.advanced-5479 {
  padding: 21px 0 22px;
  border-bottom: 1px solid #eaecee;
  word-break: break-word;
  background: #f9f9f9;
}
@media screen and (max-width: 1024px) {
  .advanced-5479 {
    padding: 19px 0 20px;
  }
}
@media screen and (max-width: 568px) {
  .advanced-5479 {
    padding: 18px 0 20px;
  }
}
.advanced-5479 .description_ee0e {
  width: 100%;
}
.advanced-5479 .up-1f93 {
  margin-bottom: 0;
}
.advanced-5479 .image-b989 {
  margin-top: 5px;
  font-size: 0.875em;
}
.form_aa11 {
  padding: 9px 0 9px;
  border-bottom: 1px solid #eaecee;
  color: #6d6d6d;
  line-height: 1.6;
  background: #fff;
}
.form_aa11 .feature_dea0 {
  width: 100%;
}
.module-new-1192 {
  list-style: none;
  margin: 0 1em;
  padding: 0;
}
.module-new-1192 li {
  display: inline-block;
  position: relative;
  padding-right: 10px;
}
.module-new-1192 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;
}
.module-new-1192 li:last-child:after {
  display: none;
}
.module-new-1192 li a {
  font-weight: 500;
  margin-right: 10px;
}
.hover-easy-5a31 .breadcrumb_blue_3b0e button,
.advanced-5479 .breadcrumb_blue_3b0e button {
  left: 0;
}
.hover-easy-5a31 .feature_dea0,
.advanced-5479 .feature_dea0 {
  padding-left: 0;
  padding-right: 0;
}
.hover-easy-5a31 .form_aa11,
.advanced-5479 .form_aa11 {
  border-bottom: none;
  padding-bottom: 0;
  background: 0 0;
}
.hover-easy-5a31 {
  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;
}
.hover-easy-5a31: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;
}
.hover-easy-5a31 .primary_south_80d1 {
  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) {
  .hover-easy-5a31 .primary_south_80d1 {
    min-height: 300px;
  }
}
@media screen and (max-width: 1024px) {
  .hover-easy-5a31 .primary_south_80d1 {
    min-height: 250px;
    padding: 1em 15px;
  }
}
@media screen and (max-width: 568px) {
  .hover-easy-5a31 .primary_south_80d1 {
    min-height: 200px;
  }
}
.hover-easy-5a31 .module-new-1192 {
  color: rgba(255, 255, 255, 0.8);
}
.hover-easy-5a31 .module-new-1192 a,
.hover-easy-5a31 .module-new-1192 li:after {
  color: inherit;
}
.hover-easy-5a31 .module-new-1192 a:hover {
  color: rgba(255, 255, 255, 0.8);
}
.background-huge-c464 {
  margin-bottom: 0.5em;
}
.label_53f5 {
  margin-bottom: 1.2em;
}
.label_53f5,
.background-huge-c464 {
  display: inline-block;
  position: relative;
  color: rgba(255, 255, 255, 0.99);
  z-index: 5;
}
.label_53f5 p:last-child,
.background-huge-c464 p:last-child {
  margin-bottom: 0;
}
#header-menu-sidebar .breadcrumb_blue_3b0e,
#masthead .breadcrumb_blue_3b0e {
  display: none;
}
#masthead
  > .breadcrumb_blue_3b0e.layout_7a94 {
  display: none;
}
#masthead > .breadcrumb_blue_3b0e button {
  left: 0;
}
.border-gas-7945 {
  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%;
}
.border-gas-7945 .logo_7b56 {
  display: -webkit-inline-box;
  display: inline-flex;
  -webkit-box-align: center;
  align-items: center;
  margin-left: 0.5em;
  margin-right: 0.5em;
}
.border-gas-7945 .lower-f17f {
  display: -webkit-box;
  display: flex;
}
.border-gas-7945 .lower-f17f.complex_c77c {
  -webkit-box-pack: center;
  justify-content: center;
  margin-left: 1em;
  margin-right: 1em;
}
.border-gas-7945 .lower-f17f.wrapper-d00a {
  -webkit-box-pack: start;
  justify-content: flex-start;
  margin-right: auto;
  -webkit-box-flex: 1;
  flex: 1 1 0;
}
.border-gas-7945 .lower-f17f.outer_b465 {
  margin-left: auto;
  -webkit-box-pack: end;
  justify-content: flex-end;
  -webkit-box-flex: 1;
  flex: 1 1 0;
}
.border-gas-7945.lite-79e6.card_a3e1 .lower-f17f.complex_c77c {
  flex-basis: 100%;
}
.border-gas-7945.pink_1ed0 .lower-f17f.wrapper-d00a {
  -webkit-box-flex: 1;
  flex: auto;
}
.border-gas-7945.pink_1ed0 .lower-f17f.outer_b465 {
  -webkit-box-flex: 1;
  flex: auto;
}
#masthead
  > .breadcrumb_blue_3b0e.layout_7a94 {
  display: none;
}
#masthead > .breadcrumb_blue_3b0e button {
  left: 0;
}
.badge_d81c {
  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;
}
.badge_d81c:hover {
  box-shadow: inset 0 0 0 120px rgba(0, 0, 0, 0.18);
  color: #fff;
}
.badge_d81c.active_b54f i {
  margin-right: 4px;
}
.badge_d81c.panel_6817 i {
  margin-left: 5px;
}
.short-54da p {
  font-weight: 500;
  text-transform: uppercase;
  font-size: 13px;
}
.short-54da p:last-child {
  margin-bottom: 0;
}
.pattern-white-977f {
  display: -webkit-box;
  display: flex;
  line-height: 0.9;
  vertical-align: middle;
}
.pattern-white-977f a {
  display: inline-block;
  text-transform: uppercase;
  letter-spacing: 0.4px;
  font-weight: 600;
}
.pattern-white-977f img {
  display: block;
  width: auto;
  line-height: 1;
}
.pattern-white-977f .banner_3176 {
  font-size: 1.5em;
  margin: 0;
  font-weight: 600;
  line-height: 1.216;
}
.pattern-white-977f .shadow-95e7 {
  margin: 5px 0 7px 0;
}
.pattern-white-977f.surface-pro-6014 .panel_5c1f {
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
  -webkit-box-pack: center;
  justify-content: center;
}
.pattern-white-977f.surface-pro-6014 .lower-9c7c {
  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;
}
.pattern-white-977f.steel-6bfa {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  flex-direction: row-reverse;
}
.pattern-white-977f.steel-6bfa .panel_5c1f {
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
  -webkit-box-pack: center;
  justify-content: center;
}
.pattern-white-977f.steel-6bfa .lower-9c7c {
  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;
}
.pattern-white-977f.thumbnail-green-b30e {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
}
.pattern-white-977f.module-south-98b1 {
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
  flex-direction: column-reverse;
}
.pattern-white-977f.module-south-98b1 .lower-9c7c {
  margin-top: 7px;
}
.table_brown_e52f {
  display: inline-block;
}
.overlay-paper-32d0 .video_5860 .pattern-white-977f img {
  max-width: 100%;
}
.gallery-8d3a .list_27e5.focus-large-1ce0,
.steel_7084 .list_27e5.focus-large-1ce0 {
  position: relative;
  display: -webkit-inline-box;
  display: inline-flex;
  -webkit-box-align: center;
  align-items: center;
}
.gallery-8d3a .article-b43f,
.steel_7084 .article-b43f {
  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%);
}
.gallery-8d3a .article-b43f {
  display: inline;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-decoration: none !important;
}
.gallery-8d3a.menu_north_90f5 .article-b43f {
  display: none;
}
.gallery-8d3a .summary_2867 {
  list-style: none;
  padding: 0;
  margin: 0;
}
.gallery-8d3a .summary_2867 li {
  display: inline-block;
  position: relative;
}
.gallery-8d3a .summary_2867 li:last-child {
  margin-right: 0;
}
.gallery-8d3a .summary_2867 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;
}
.gallery-8d3a .summary_2867 li.badge-black-af56 > a {
  color: rgba(0, 0, 0, 0.9);
}
.gallery-8d3a .summary_2867 > 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;
}
.gallery-8d3a .summary_2867 > li > a i {
  line-height: 0;
}
.gallery-8d3a .summary_2867 > li.feature_84cc > a .article-b43f {
  margin-left: 4px;
  line-height: 0;
}
.gallery-8d3a .summary_2867 .title_hovered_f4c8 li.feature_84cc > a {
  position: relative;
}
.gallery-8d3a .summary_2867 .title_hovered_f4c8 li.feature_84cc > a:after,
.gallery-8d3a .summary_2867 .title_hovered_f4c8 li.feature_84cc > a:before {
  content: "";
  display: table;
}
.gallery-8d3a .summary_2867 .title_hovered_f4c8 li.feature_84cc > a:after {
  clear: both;
}
.gallery-8d3a .summary_2867 .title_hovered_f4c8 li.feature_84cc > a .article-b43f {
  margin-left: 5px;
  float: right;
}
.gallery-8d3a .short_244d,
.gallery-8d3a .title_hovered_f4c8 {
  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;
}
.gallery-8d3a .title_hovered_f4c8 {
  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;
}
.gallery-8d3a .title_hovered_f4c8 .focus-large-1ce0 {
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: justify;
  justify-content: space-between;
}
.gallery-8d3a .title_hovered_f4c8 .article-b43f {
  -webkit-transform: rotate(135deg) translateY(0);
  -ms-transform: rotate(135deg) translateY(0);
  transform: rotate(135deg) translateY(0);
}
.gallery-8d3a .title_hovered_f4c8 li {
  display: block;
  margin: 0;
  padding: 0;
}
.gallery-8d3a .title_hovered_f4c8 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;
}
.gallery-8d3a .title_hovered_f4c8 li a:hover {
  background: rgba(0, 0, 0, 0.015);
  color: rgba(0, 0, 0, 0.8);
}
.gallery-8d3a .title_hovered_f4c8 .title_hovered_f4c8 {
  top: 0;
  left: 100%;
}
.gallery-8d3a .photo_hot_2890.fn-focus-4ca2 > .short_244d,
.gallery-8d3a .photo_hot_2890.fn-focus-4ca2 > .title_hovered_f4c8,
.gallery-8d3a .photo_hot_2890:focus > .short_244d,
.gallery-8d3a .photo_hot_2890:focus > .title_hovered_f4c8,
.gallery-8d3a .photo_hot_2890:hover > .short_244d,
.gallery-8d3a .photo_hot_2890:hover > .title_hovered_f4c8 {
  height: auto;
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
  overflow: initial;
  visibility: visible;
  opacity: 1;
}
.gallery-8d3a.silver-3a4e .focus_west_12ac:after,
.gallery-8d3a.silver-3a4e .focus_west_12ac:before {
  content: "";
  display: table;
}
.gallery-8d3a.silver-3a4e .focus_west_12ac:after {
  clear: both;
}
.gallery-8d3a.silver-3a4e .focus_west_12ac > li {
  float: left;
}
.gallery-8d3a.pagination_up_31ef .focus_west_12ac:after,
.gallery-8d3a.pagination_up_31ef .focus_west_12ac:before {
  content: "";
  display: table;
}
.gallery-8d3a.pagination_up_31ef .focus_west_12ac:after {
  clear: both;
}
.gallery-8d3a.pagination_up_31ef .focus_west_12ac > li {
  float: left;
}
.gallery-8d3a.pagination_up_31ef .focus_west_12ac > li > a {
  background: 0 0;
  display: -webkit-inline-box;
  display: inline-flex;
  vertical-align: middle;
  -webkit-box-align: center;
  align-items: center;
}
.gallery-8d3a.pagination_up_31ef .focus_west_12ac > li > a:hover {
  color: #fff;
  background-color: #1e4b75;
}
.gallery-8d3a.pagination_up_31ef .focus_west_12ac > li.item_complex_a6d1 > a,
.gallery-8d3a.pagination_up_31ef .focus_west_12ac > li.badge-black-af56 > a {
  color: #fff;
  background-color: #1e4b75;
}
.gallery-8d3a.detail-in-a09f .focus_west_12ac > li > a .focus-large-1ce0 {
  position: relative;
}
.gallery-8d3a.detail-in-a09f .focus_west_12ac > li > a .focus-large-1ce0: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;
}
.gallery-8d3a.detail-in-a09f
  .focus_west_12ac
  > li:focus
  > a
  .focus-large-1ce0:before,
.gallery-8d3a.detail-in-a09f
  .focus_west_12ac
  > li:hover
  > a
  .focus-large-1ce0:before {
  width: 100%;
  background-color: currentColor;
}
.gallery-8d3a.detail-in-a09f
  .focus_west_12ac
  > li.item_complex_a6d1
  > a
  .focus-large-1ce0:before,
.gallery-8d3a.detail-in-a09f
  .focus_west_12ac
  > li.texture_silver_b8b3
  > a
  .focus-large-1ce0:before {
  width: 100%;
  background-color: currentColor;
}
.gallery-8d3a.highlight_lite_1886 .focus_west_12ac > li > a .focus-large-1ce0 {
  position: relative;
}
.gallery-8d3a.highlight_lite_1886 .focus_west_12ac > li > a .focus-large-1ce0: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;
}
.gallery-8d3a.highlight_lite_1886 .focus_west_12ac > li:focus > a .focus-large-1ce0:before,
.gallery-8d3a.highlight_lite_1886
  .focus_west_12ac
  > li:hover
  > a
  .focus-large-1ce0:before {
  width: 100%;
  background-color: currentColor;
}
.gallery-8d3a.highlight_lite_1886
  .focus_west_12ac
  > li.item_complex_a6d1
  > a
  .focus-large-1ce0:before,
.gallery-8d3a.highlight_lite_1886
  .focus_west_12ac
  > li.texture_silver_b8b3
  > a
  .focus-large-1ce0:before {
  width: 100%;
  background-color: currentColor;
}
.steel_7084 .summary_2867 {
  margin: 0;
  padding: 0;
  list-style: none;
}
.steel_7084 .summary_2867 li:first-child > a {
  border-top: none;
}
.steel_7084 .summary_2867 .icon-pink-cced > .focus-large-1ce0 .article-b43f {
  display: none;
}
.steel_7084 .summary_2867 li {
  list-style: none;
  position: relative;
  border-bottom: 1px solid transparent;
}
.steel_7084 .summary_2867 li:last-child {
  border: none;
}
.steel_7084 .summary_2867 li.feature_84cc > a {
  padding-right: 45px !important;
}
.steel_7084 .summary_2867 li a {
  display: block;
  padding: 0.55em 1.5em;
}
.steel_7084 .summary_2867 li a:focus,
.steel_7084 .summary_2867 li a:hover {
  background: rgba(0, 0, 0, 0.01);
}
.steel_7084 .summary_2867 li .shade-19c4 {
  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;
}
.steel_7084 .summary_2867 li .shade-19c4:hover {
  box-shadow: none;
}
.steel_7084 .summary_2867 li .shade-19c4 .article-b43f {
  -webkit-transform: rotate(-135deg) translateY(50%) translateX(50%);
  -ms-transform: rotate(-135deg) translateY(50%) translateX(50%);
  transform: rotate(-135deg) translateY(50%) translateX(50%);
}
.steel_7084 .summary_2867 .title_hovered_f4c8 {
  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);
}
.steel_7084 .summary_2867 .title_hovered_f4c8 li a {
  padding-left: 3em;
}
.steel_7084 .summary_2867 .chip_6b87 > a .shade-19c4 i {
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
.steel_7084 .summary_2867 .chip_6b87 > .title_hovered_f4c8 {
  display: block;
  opacity: 1;
}
.tag_red_f6b1 {
  max-width: 100%;
}
.mask_south_56b7 {
  line-height: 0;
  cursor: pointer;
}
.purple-a077 {
  line-height: 0;
  display: inline-block;
  position: relative;
  box-shadow: none;
}
.purple-a077:hover {
  box-shadow: none;
  color: currentColor;
}
.purple-a077 svg {
  width: 18px;
  height: 18px;
}
.purple-a077 .active_small_f571 {
  display: none;
}
.tabs-7855 {
  position: relative;
}
.tabs-7855.fn-active-4ca2 .purple-a077 .new-566b {
  display: none;
}
.tabs-7855.fn-active-4ca2 .purple-a077 .active_small_f571 {
  display: inline-block;
}
.tabs-7855 .focus_iron_ef26 {
  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);
}
.tabs-7855.border_down_08d7 .focus_iron_ef26 {
  left: auto;
  right: -0.9em;
}
.tabs-7855.border_down_08d7 .video_up_cede::before {
  left: auto;
  right: 15px;
}
.tabs-7855.fn-active-4ca2 .focus_iron_ef26 {
  height: auto;
  overflow: initial;
  z-index: 26;
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
}
.gas-cef5 {
  display: -webkit-box;
  display: flex;
  margin-bottom: 0;
  width: 100%;
  max-width: 100%;
}
.gas-cef5 label {
  flex-basis: 100%;
}
.gas-cef5 .hover-warm-9e40 {
  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;
}
.gas-cef5 .row-0c31 {
  display: block;
  width: 100%;
  border-radius: 2px;
  height: 2.4em;
}
.gas-cef5 .row-0c31:focus {
  background-color: transparent;
}
.gas-cef5 button.selected-99ca {
  overflow: hidden;
  box-shadow: none;
  margin-left: -40px;
  background: 0 0;
  color: #6d6d6d;
  line-height: 0;
  padding: 0 0.7em;
  min-height: auto;
}
.gas-cef5 button.selected-99ca:hover {
  box-shadow: none;
  background-color: transparent;
  color: #686868;
}
.gas-cef5 button.selected-99ca svg {
  width: 18px;
  height: 18px;
}
.gas-cef5 input[type="submit"] {
  min-height: auto;
}
.content-15fc .gas-cef5 .row-0c31 {
  border: 0;
  box-shadow: none;
  background-color: transparent;
}
.video_up_cede {
  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) {
  .video_up_cede {
    width: 220px;
  }
}
.video_up_cede label {
  flex-basis: 100%;
}
.video_up_cede::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;
}
.dropdown_290c .content-15fc .gas-cef5 {
  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;
}
.dropdown_290c
  .content-15fc
  .gas-cef5
  .hover-warm-9e40 {
  background-color: transparent;
  min-height: auto;
  flex-basis: 100%;
  display: -webkit-box;
  display: flex;
  border-style: none;
  border: none;
  box-shadow: none;
}
.dropdown_290c .content-15fc .gas-cef5 .row-0c31 {
  border-color: transparent;
  height: auto;
  background-color: transparent;
  border: 0;
  border-style: none;
  box-shadow: none;
  -webkit-box-flex: 0;
  flex: 0 0 auto;
}
.dropdown_290c
  .content-15fc
  .gas-cef5
  .row-0c31:focus {
  background: 0 0;
}
.dropdown_290c
  .content-15fc
  .gas-cef5
  .shadow-yellow-29ae {
  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;
}
.aside_ed18 {
  display: inline-block;
  margin: 0;
  padding: 0;
  list-style: none;
  position: relative;
}
.aside_ed18 li {
  list-style: none;
  display: inline-block;
  margin: 0 3px;
}
.aside_ed18 li:last-child {
  margin-right: 0;
}
.aside_ed18 li:first-child {
  margin-left: 0;
}
.aside_ed18.black-aa36 a {
  color: #fff;
}
.aside_ed18.black-aa36 a:hover {
  color: #fff;
}
.aside_ed18 a {
  color: currentColor;
  text-align: center;
  vertical-align: middle;
  width: 100%;
  padding: 0.4em;
  display: inline-block;
  line-height: 1;
  font-size: 13px;
}
.aside_ed18 a i {
  width: 1em;
  height: 1em;
  position: relative;
  display: block;
}
.aside_ed18 a i:before {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}
.aside_ed18 a:hover {
  opacity: 0.9;
  color: inherit;
}
.aside_ed18 [class*="social-icon-apple"] {
  background-color: #999;
}
.aside_ed18 [class*="social-icon-apple"].background_warm_3cd1 {
  background-color: transparent;
  color: #999;
}
.aside_ed18 [class*="social-icon-behance"] {
  background-color: #1769ff;
}
.aside_ed18 [class*="social-icon-behance"].background_warm_3cd1 {
  background-color: transparent;
  color: #1769ff;
}
.aside_ed18 [class*="social-icon-bitbucket"] {
  background-color: #205081;
}
.aside_ed18 [class*="social-icon-bitbucket"].background_warm_3cd1 {
  background-color: transparent;
  color: #205081;
}
.aside_ed18 [class*="social-icon-codepen"] {
  background-color: #000;
}
.aside_ed18 [class*="social-icon-codepen"].background_warm_3cd1 {
  background-color: transparent;
  color: #000;
}
.aside_ed18 [class*="social-icon-delicious"] {
  background-color: #39f;
}
.aside_ed18 [class*="social-icon-delicious"].background_warm_3cd1 {
  background-color: transparent;
  color: #39f;
}
.aside_ed18 [class*="social-icon-digg"] {
  background-color: #005be2;
}
.aside_ed18 [class*="social-icon-digg"].background_warm_3cd1 {
  background-color: transparent;
  color: #005be2;
}
.aside_ed18 [class*="social-icon-dribbble"] {
  background-color: #ea4c89;
}
.aside_ed18 [class*="social-icon-dribbble"].background_warm_3cd1 {
  background-color: transparent;
  color: #ea4c89;
}
.aside_ed18 [class*="social-icon-envelope"] {
  background-color: #ea4335;
}
.aside_ed18 [class*="social-icon-envelope"].background_warm_3cd1 {
  background-color: transparent;
  color: #ea4335;
}
.aside_ed18 [class*="social-icon-facebook"] {
  background-color: #3b5998;
}
.aside_ed18 [class*="social-icon-facebook"].background_warm_3cd1 {
  background-color: transparent;
  color: #3b5998;
}
.aside_ed18 [class*="social-icon-flickr"] {
  background-color: #0063dc;
}
.aside_ed18 [class*="social-icon-flickr"].background_warm_3cd1 {
  background-color: transparent;
  color: #0063dc;
}
.aside_ed18 [class*="social-icon-foursquare"] {
  background-color: #2d5be3;
}
.aside_ed18 [class*="social-icon-foursquare"].background_warm_3cd1 {
  background-color: transparent;
  color: #2d5be3;
}
.aside_ed18 [class*="social-icon-github"] {
  background-color: #333;
}
.aside_ed18 [class*="social-icon-github"].background_warm_3cd1 {
  background-color: transparent;
  color: #333;
}
.aside_ed18 [class*="social-icon-google-plus"] {
  background-color: #dd4b39;
}
.aside_ed18 [class*="social-icon-google-plus"].background_warm_3cd1 {
  background-color: transparent;
  color: #dd4b39;
}
.aside_ed18 [class*="social-icon-houzz"] {
  background-color: #7ac142;
}
.aside_ed18 [class*="social-icon-houzz"].background_warm_3cd1 {
  background-color: transparent;
  color: #7ac142;
}
.aside_ed18 [class*="social-icon-instagram"] {
  background-color: #262626;
}
.aside_ed18 [class*="social-icon-instagram"].background_warm_3cd1 {
  background-color: transparent;
  color: #262626;
}
.aside_ed18 [class*="social-icon-jsfiddle"] {
  background-color: #487aa2;
}
.aside_ed18 [class*="social-icon-jsfiddle"].background_warm_3cd1 {
  background-color: transparent;
  color: #487aa2;
}
.aside_ed18 [class*="social-icon-linkedin"] {
  background-color: #0077b5;
}
.aside_ed18 [class*="social-icon-linkedin"].background_warm_3cd1 {
  background-color: transparent;
  color: #0077b5;
}
.aside_ed18 [class*="social-icon-medium"] {
  background-color: #00ab6b;
}
.aside_ed18 [class*="social-icon-medium"].background_warm_3cd1 {
  background-color: transparent;
  color: #00ab6b;
}
.aside_ed18 [class*="social-icon-odnoklassniki"] {
  background-color: #f4731c;
}
.aside_ed18
  [class*="social-icon-odnoklassniki"].background_warm_3cd1 {
  background-color: transparent;
  color: #f4731c;
}
.aside_ed18 [class*="social-icon-meetup"] {
  background-color: #ec1c40;
}
.aside_ed18 [class*="social-icon-meetup"].background_warm_3cd1 {
  background-color: transparent;
  color: #ec1c40;
}
.aside_ed18 [class*="social-icon-pinterest"] {
  background-color: #bd081c;
}
.aside_ed18 [class*="social-icon-pinterest"].background_warm_3cd1 {
  background-color: transparent;
  color: #bd081c;
}
.aside_ed18 [class*="social-icon-product-hunt"] {
  background-color: #da552f;
}
.aside_ed18 [class*="social-icon-product-hunt"].background_warm_3cd1 {
  background-color: transparent;
  color: #da552f;
}
.aside_ed18 [class*="social-icon-reddit"] {
  background-color: #ff4500;
}
.aside_ed18 [class*="social-icon-reddit"].background_warm_3cd1 {
  background-color: transparent;
  color: #ff4500;
}
.aside_ed18 [class*="social-icon-rss"] {
  background-color: #f26522;
}
.aside_ed18 [class*="social-icon-rss"].background_warm_3cd1 {
  background-color: transparent;
  color: #f26522;
}
.aside_ed18 [class*="social-icon-shopping-cart"] {
  background-color: #4caf50;
}
.aside_ed18
  [class*="social-icon-shopping-cart"].background_warm_3cd1 {
  background-color: transparent;
  color: #4caf50;
}
.aside_ed18 [class*="social-icon-skype"] {
  background-color: #00aff0;
}
.aside_ed18 [class*="social-icon-skype"].background_warm_3cd1 {
  background-color: transparent;
  color: #00aff0;
}
.aside_ed18 [class*="social-icon-slideshare"] {
  background-color: #0077b5;
}
.aside_ed18 [class*="social-icon-slideshare"].background_warm_3cd1 {
  background-color: transparent;
  color: #0077b5;
}
.aside_ed18 [class*="social-icon-snapchat"] {
  background-color: #fffc00;
}
.aside_ed18 [class*="social-icon-snapchat"].background_warm_3cd1 {
  background-color: transparent;
  color: #fffc00;
}
.aside_ed18 [class*="social-icon-soundcloud"] {
  background-color: #f80;
}
.aside_ed18 [class*="social-icon-soundcloud"].background_warm_3cd1 {
  background-color: transparent;
  color: #f80;
}
.aside_ed18 [class*="social-icon-spotify"] {
  background-color: #2ebd59;
}
.aside_ed18 [class*="social-icon-spotify"].background_warm_3cd1 {
  background-color: transparent;
  color: #2ebd59;
}
.aside_ed18 [class*="social-icon-stack-overflow"] {
  background-color: #fe7a15;
}
.aside_ed18
  [class*="social-icon-stack-overflow"].background_warm_3cd1 {
  background-color: transparent;
  color: #fe7a15;
}
.aside_ed18 [class*="social-icon-maldkfgram"] {
  background-color: #2ca5e0;
}
.aside_ed18 [class*="social-icon-maldkfgram"].background_warm_3cd1 {
  background-color: transparent;
  color: #2ca5e0;
}
.aside_ed18 [class*="social-icon-tripadvisor"] {
  background-color: #589442;
}
.aside_ed18 [class*="social-icon-tripadvisor"].background_warm_3cd1 {
  background-color: transparent;
  color: #589442;
}
.aside_ed18 [class*="social-icon-tumblr"] {
  background-color: #35465c;
}
.aside_ed18 [class*="social-icon-tumblr"].background_warm_3cd1 {
  background-color: transparent;
  color: #35465c;
}
.aside_ed18 [class*="social-icon-twitch"] {
  background-color: #6441a5;
}
.aside_ed18 [class*="social-icon-twitch"].background_warm_3cd1 {
  background-color: transparent;
  color: #6441a5;
}
.aside_ed18 [class*="social-icon-twitter"] {
  background-color: #1da1f2;
}
.aside_ed18 [class*="social-icon-twitter"].background_warm_3cd1 {
  background-color: transparent;
  color: #1da1f2;
}
.aside_ed18 [class*="social-icon-vimeo"] {
  background-color: #1ab7ea;
}
.aside_ed18 [class*="social-icon-vimeo"].background_warm_3cd1 {
  background-color: transparent;
  color: #1ab7ea;
}
.aside_ed18 [class*="social-icon-vk"] {
  background-color: #45668e;
}
.aside_ed18 [class*="social-icon-vk"].background_warm_3cd1 {
  background-color: transparent;
  color: #45668e;
}
.aside_ed18 [class*="social-icon-weibo"] {
  background-color: #df2029;
}
.aside_ed18 [class*="social-icon-weibo"].background_warm_3cd1 {
  background-color: transparent;
  color: #df2029;
}
.aside_ed18 [class*="social-icon-weixin"] {
  background-color: #7bb32e;
}
.aside_ed18 [class*="social-icon-weixin"].background_warm_3cd1 {
  background-color: transparent;
  color: #7bb32e;
}
.aside_ed18 [class*="social-icon-whatsapp"] {
  background-color: #25d366;
}
.aside_ed18 [class*="social-icon-whatsapp"].background_warm_3cd1 {
  background-color: transparent;
  color: #25d366;
}
.aside_ed18 [class*="social-icon-wordpress"] {
  background-color: #21759b;
}
.aside_ed18 [class*="social-icon-wordpress"].background_warm_3cd1 {
  background-color: transparent;
  color: #21759b;
}
.aside_ed18 [class*="social-icon-xing"] {
  background-color: #026466;
}
.aside_ed18 [class*="social-icon-xing"].background_warm_3cd1 {
  background-color: transparent;
  color: #026466;
}
.aside_ed18 [class*="social-icon-yelp"] {
  background-color: #af0606;
}
.aside_ed18 [class*="social-icon-yelp"].background_warm_3cd1 {
  background-color: transparent;
  color: #af0606;
}
.aside_ed18 [class*="social-icon-youtube"] {
  background-color: #cd201f;
}
.aside_ed18 [class*="social-icon-youtube"].background_warm_3cd1 {
  background-color: transparent;
  color: #cd201f;
}
.dynamic_c916 {
  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;
}
.dynamic_c916:hover {
  box-shadow: none;
  background: 0 0;
}
.iron-2459 {
  background: 0 0 !important;
  text-transform: uppercase;
  font-size: 0.85em;
}
.component-large-5285 {
  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-outer-0fad {
  display: inline-block;
  position: relative;
  vertical-align: middle;
}
.overlay-3114 {
  display: block;
  top: 50%;
  background-color: currentcolor;
}
.overlay-3114,
.overlay-3114::after,
.overlay-3114::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;
}
.overlay-3114::after,
.overlay-3114::before {
  content: "";
  display: block;
  background-color: inherit;
}
.overlay-1da5 .component-large-5285 .nav-outer-0fad {
  margin-top: -2px;
  width: 19px;
}
.overlay-1da5 .component-large-5285 .overlay-3114 {
  margin-top: -1px;
}
.overlay-1da5 .component-large-5285 .overlay-3114,
.overlay-1da5 .component-large-5285 .overlay-3114::after,
.overlay-1da5 .component-large-5285 .overlay-3114::before {
  width: 19px;
  height: 2px;
}
.overlay-1da5 .component-large-5285 .overlay-3114::before {
  top: -6px;
}
.overlay-1da5 .component-large-5285 .overlay-3114::after {
  bottom: -6px;
}
.header_62e3 .component-large-5285 .nav-outer-0fad {
  margin-top: -2px;
  width: 22px;
}
.header_62e3 .component-large-5285 .overlay-3114 {
  margin-top: -1px;
}
.header_62e3 .component-large-5285 .overlay-3114,
.header_62e3 .component-large-5285 .overlay-3114::after,
.header_62e3 .component-large-5285 .overlay-3114::before {
  width: 22px;
  height: 2px;
}
.header_62e3 .component-large-5285 .overlay-3114::before {
  top: -7px;
}
.header_62e3 .component-large-5285 .overlay-3114::after {
  bottom: -7px;
}
.preview-0dfc .component-large-5285 .nav-outer-0fad {
  margin-top: -2px;
  width: 31px;
}
.preview-0dfc .component-large-5285 .overlay-3114 {
  margin-top: -1.5px;
}
.preview-0dfc .component-large-5285 .overlay-3114,
.preview-0dfc .component-large-5285 .overlay-3114::after,
.preview-0dfc .component-large-5285 .overlay-3114::before {
  width: 31px;
  height: 3px;
}
.preview-0dfc .component-large-5285 .overlay-3114::before {
  top: -9px;
}
.preview-0dfc .component-large-5285 .overlay-3114::after {
  bottom: -9px;
}
@media screen and (min-width: 1025px) {
  .bronze-1272 .component-large-5285 .nav-outer-0fad {
    margin-top: -2px;
    width: 19px;
  }
  .bronze-1272 .component-large-5285 .overlay-3114 {
    margin-top: -1px;
  }
  .bronze-1272 .component-large-5285 .overlay-3114,
  .bronze-1272 .component-large-5285 .overlay-3114::after,
  .bronze-1272 .component-large-5285 .overlay-3114::before {
    width: 19px;
    height: 2px;
  }
  .bronze-1272 .component-large-5285 .overlay-3114::before {
    top: -6px;
  }
  .bronze-1272 .component-large-5285 .overlay-3114::after {
    bottom: -6px;
  }
  .thumbnail_675a .component-large-5285 .nav-outer-0fad {
    margin-top: -2px;
    width: 22px;
  }
  .thumbnail_675a .component-large-5285 .overlay-3114 {
    margin-top: -1px;
  }
  .thumbnail_675a .component-large-5285 .overlay-3114,
  .thumbnail_675a .component-large-5285 .overlay-3114::after,
  .thumbnail_675a .component-large-5285 .overlay-3114::before {
    width: 22px;
    height: 2px;
  }
  .thumbnail_675a .component-large-5285 .overlay-3114::before {
    top: -7px;
  }
  .thumbnail_675a .component-large-5285 .overlay-3114::after {
    bottom: -7px;
  }
  .mask-south-2742 .component-large-5285 .nav-outer-0fad {
    margin-top: -2px;
    width: 31px;
  }
  .mask-south-2742 .component-large-5285 .overlay-3114 {
    margin-top: -1.5px;
  }
  .mask-south-2742 .component-large-5285 .overlay-3114,
  .mask-south-2742 .component-large-5285 .overlay-3114::after,
  .mask-south-2742 .component-large-5285 .overlay-3114::before {
    width: 31px;
    height: 3px;
  }
  .mask-south-2742 .component-large-5285 .overlay-3114::before {
    top: -9px;
  }
  .mask-south-2742 .component-large-5285 .overlay-3114::after {
    bottom: -9px;
  }
}
@media screen and (max-width: 1024px) {
  .short_32ed .component-large-5285 .nav-outer-0fad {
    margin-top: -2px;
    width: 19px;
  }
  .short_32ed .component-large-5285 .overlay-3114 {
    margin-top: -1px;
  }
  .short_32ed .component-large-5285 .overlay-3114,
  .short_32ed .component-large-5285 .overlay-3114::after,
  .short_32ed .component-large-5285 .overlay-3114::before {
    width: 19px;
    height: 2px;
  }
  .short_32ed .component-large-5285 .overlay-3114::before {
    top: -6px;
  }
  .short_32ed .component-large-5285 .overlay-3114::after {
    bottom: -6px;
  }
  .motion-43c3 .component-large-5285 .nav-outer-0fad {
    margin-top: -2px;
    width: 22px;
  }
  .motion-43c3 .component-large-5285 .overlay-3114 {
    margin-top: -1px;
  }
  .motion-43c3 .component-large-5285 .overlay-3114,
  .motion-43c3 .component-large-5285 .overlay-3114::after,
  .motion-43c3 .component-large-5285 .overlay-3114::before {
    width: 22px;
    height: 2px;
  }
  .motion-43c3 .component-large-5285 .overlay-3114::before {
    top: -7px;
  }
  .motion-43c3 .component-large-5285 .overlay-3114::after {
    bottom: -7px;
  }
  .prev_2901 .component-large-5285 .nav-outer-0fad {
    margin-top: -2px;
    width: 31px;
  }
  .prev_2901 .component-large-5285 .overlay-3114 {
    margin-top: -1.5px;
  }
  .prev_2901 .component-large-5285 .overlay-3114,
  .prev_2901 .component-large-5285 .overlay-3114::after,
  .prev_2901 .component-large-5285 .overlay-3114::before {
    width: 31px;
    height: 3px;
  }
  .prev_2901 .component-large-5285 .overlay-3114::before {
    top: -9px;
  }
  .prev_2901 .component-large-5285 .overlay-3114::after {
    bottom: -9px;
  }
}
@media screen and (max-width: 568px) {
  .widget_5463 .component-large-5285 .nav-outer-0fad {
    margin-top: -2px;
    width: 19px;
  }
  .widget_5463 .component-large-5285 .overlay-3114 {
    margin-top: -1px;
  }
  .widget_5463 .component-large-5285 .overlay-3114,
  .widget_5463 .component-large-5285 .overlay-3114::after,
  .widget_5463 .component-large-5285 .overlay-3114::before {
    width: 19px;
    height: 2px;
  }
  .widget_5463 .component-large-5285 .overlay-3114::before {
    top: -6px;
  }
  .widget_5463 .component-large-5285 .overlay-3114::after {
    bottom: -6px;
  }
  .list_hot_0fde .component-large-5285 .nav-outer-0fad {
    margin-top: -2px;
    width: 22px;
  }
  .list_hot_0fde .component-large-5285 .overlay-3114 {
    margin-top: -1px;
  }
  .list_hot_0fde .component-large-5285 .overlay-3114,
  .list_hot_0fde .component-large-5285 .overlay-3114::after,
  .list_hot_0fde .component-large-5285 .overlay-3114::before {
    width: 22px;
    height: 2px;
  }
  .list_hot_0fde .component-large-5285 .overlay-3114::before {
    top: -7px;
  }
  .list_hot_0fde .component-large-5285 .overlay-3114::after {
    bottom: -7px;
  }
  .notice-selected-3d48 .component-large-5285 .nav-outer-0fad {
    margin-top: -2px;
    width: 31px;
  }
  .notice-selected-3d48 .component-large-5285 .overlay-3114 {
    margin-top: -1.5px;
  }
  .notice-selected-3d48 .component-large-5285 .overlay-3114,
  .notice-selected-3d48 .component-large-5285 .overlay-3114::after,
  .notice-selected-3d48 .component-large-5285 .overlay-3114::before {
    width: 31px;
    height: 3px;
  }
  .notice-selected-3d48 .component-large-5285 .overlay-3114::before {
    top: -9px;
  }
  .notice-selected-3d48 .component-large-5285 .overlay-3114::after {
    bottom: -9px;
  }
}
.thumbnail-hard-389d .overlay-3114 {
  -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);
}
.thumbnail-hard-389d .overlay-3114::before {
  -webkit-transition: top 75ms 0.12s ease, opacity 75ms ease;
  transition: top 75ms 0.12s ease, opacity 75ms ease;
}
.thumbnail-hard-389d .overlay-3114::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);
}
.thumbnail-hard-389d.item-d4fe .overlay-3114 {
  -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);
}
.thumbnail-hard-389d.item-d4fe .overlay-3114::before {
  top: 0;
  opacity: 0;
  -webkit-transition: top 75ms ease, opacity 75ms 0.12s ease;
  transition: top 75ms ease, opacity 75ms 0.12s ease;
}
.thumbnail-hard-389d.item-d4fe .overlay-3114::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);
}
.gallery_action_d47e {
  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.hover-9903:before {
  display: none;
}
.layout-current-2144 {
  padding: 0;
  position: fixed;
  width: 100%;
  max-width: 100%;
  top: 0;
  z-index: 999900;
  visibility: hidden;
}
.layout-current-2144 .highlight_out_e8c5 {
  padding: 1.4em 1.5em;
  border-bottom: 1px solid transparent;
}
.layout-current-2144 .highlight_out_e8c5:last-of-type {
  border-bottom: none;
}
.layout-current-2144 .highlight_out_e8c5.hover-2caa,
.layout-current-2144 .highlight_out_e8c5.form_cf19,
.layout-current-2144 .highlight_out_e8c5.gold-6c4c {
  padding: 0;
}
.layout-current-2144 .steel_7084 .shade-19c4 {
  color: currentColor;
}
.layout-current-2144 .steel_7084 .shade-19c4:focus,
.layout-current-2144 .steel_7084 .shade-19c4:hover {
  background: rgba(0, 0, 0, 0.01);
}
.layout-current-2144.border-smooth-9080 .hero_f441,
.layout-current-2144.border-smooth-9080 .short-54da a,
.layout-current-2144.border-smooth-9080 .focus_west_12ac a,
.layout-current-2144.border-smooth-9080 .title_hovered_f4c8 a {
  color: rgba(0, 0, 0, 0.55);
}
.layout-current-2144.border-smooth-9080 .hero_f441:hover,
.layout-current-2144.border-smooth-9080 .short-54da a:hover,
.layout-current-2144.border-smooth-9080 .focus_west_12ac a:hover,
.layout-current-2144.border-smooth-9080 .title_hovered_f4c8 a:hover {
  color: rgba(0, 0, 0, 0.8);
}
.layout-current-2144.border-smooth-9080 .pressed_07f8 {
  color: rgba(0, 0, 0, 0.8);
}
.layout-current-2144.border-smooth-9080 .highlight_out_e8c5 {
  border-color: rgba(0, 0, 0, 0.08);
}
.layout-current-2144.border-smooth-9080 .highlight_out_e8c5:before {
  background: rgba(0, 0, 0, 0.08);
}
.layout-current-2144.border-smooth-9080 .gradient-ff16:before {
  background: rgba(255, 255, 255, 0.9);
}
.layout-current-2144.border-smooth-9080 .steel_7084 .summary_2867 li a,
.layout-current-2144.border-smooth-9080 .steel_7084 .shade-19c4,
.layout-current-2144.border-smooth-9080 .title_hovered_f4c8 {
  border-color: rgba(0, 0, 0, 0.08);
}
.layout-current-2144.border-smooth-9080 .steel_7084 .shade-19c4:focus,
.layout-current-2144.border-smooth-9080 .steel_7084 .shade-19c4:hover {
  background: rgba(0, 0, 0, 0.01);
}
.layout-current-2144.border-smooth-9080 .summary_2867 li {
  border-color: rgba(0, 0, 0, 0.08);
}
.layout-current-2144.plasma-eee6 .hero_f441,
.layout-current-2144.plasma-eee6 .short-54da a,
.layout-current-2144.plasma-eee6 .focus_west_12ac .shade-19c4,
.layout-current-2144.plasma-eee6 .focus_west_12ac a,
.layout-current-2144.plasma-eee6 .title_hovered_f4c8 a {
  color: rgba(255, 255, 255, 0.79);
}
.layout-current-2144.plasma-eee6 .hero_f441:hover,
.layout-current-2144.plasma-eee6 .short-54da a:hover,
.layout-current-2144.plasma-eee6 .focus_west_12ac .shade-19c4:hover,
.layout-current-2144.plasma-eee6 .focus_west_12ac a:hover,
.layout-current-2144.plasma-eee6 .title_hovered_f4c8 a:hover {
  color: rgba(255, 255, 255, 0.99);
}
.layout-current-2144.plasma-eee6 .pressed_07f8 {
  color: rgba(255, 255, 255, 0.99);
}
.layout-current-2144.plasma-eee6 .highlight_out_e8c5 {
  border-color: rgba(255, 255, 255, 0.08);
}
.layout-current-2144.plasma-eee6 .highlight_out_e8c5:before {
  background: rgba(255, 255, 255, 0.08);
}
.layout-current-2144.plasma-eee6 .gradient-ff16:before {
  background: rgba(0, 0, 0, 0.9);
}
.layout-current-2144.plasma-eee6 .steel_7084 .summary_2867 li a,
.layout-current-2144.plasma-eee6 .steel_7084 .shade-19c4,
.layout-current-2144.plasma-eee6 .title_hovered_f4c8 {
  border-color: rgba(255, 255, 255, 0.08);
}
.layout-current-2144.plasma-eee6 .steel_7084 .shade-19c4:focus,
.layout-current-2144.plasma-eee6 .steel_7084 .shade-19c4:hover {
  background: rgba(0, 0, 0, 0.01);
}
.layout-current-2144.plasma-eee6 .summary_2867 li {
  border-color: rgba(255, 255, 255, 0.08);
}
.gradient-ff16 {
  position: relative;
  word-con: break-word;
  min-height: 100%;
  display: block;
}
.gradient-ff16:before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  display: block;
  min-height: 100%;
}
.clean-b591 {
  position: relative;
  word-con: break-word;
  min-height: 100%;
  display: block;
  padding: 1.2em 0;
}
.hidden_bc4c .layout-current-2144 {
  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;
}
.hidden_bc4c .highlight_out_e8c5 {
  text-align: center;
  padding: 2em 1.5em;
  border: none;
  position: relative;
}
.hidden_bc4c .highlight_out_e8c5: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) {
  .hidden_bc4c .highlight_out_e8c5:before {
    width: 16%;
    left: 42%;
  }
}
.hidden_bc4c .highlight_out_e8c5:last-child:before {
  content: none;
}
.hidden_bc4c .highlight_out_e8c5[class*="-menu"] {
  padding: 2.5em 1.5em;
}
.hidden_bc4c .steel_7084 .summary_2867 li a {
  border: none;
  font-size: 140%;
  text-transform: uppercase;
  font-weight: 500;
}
.hidden_bc4c .steel_7084 .summary_2867 li a .shade-19c4 {
  display: inline-block;
  position: relative;
  border: 0 none;
  margin-right: -1.3em;
  top: -2px;
  padding: 0.28em 0.5em;
}
.hidden_bc4c .steel_7084 .title_hovered_f4c8 {
  border: none;
}
.hidden_bc4c .steel_7084 .title_hovered_f4c8 li a {
  text-transform: none;
  padding: 0.35em 1.5em;
  font-size: 100%;
}
.hidden_bc4c .gradient-ff16 {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}
.hidden_bc4c .clean-b591 {
  max-width: 48em;
  margin: 3em auto;
  padding: 0;
}
.hidden_bc4c .plasma-eee6 .gradient-ff16:before {
  background: rgba(0, 0, 0, 0.9);
}
.hidden_bc4c .border-smooth-9080.next_34c9 .overlay-3114 {
  background: rgba(0, 0, 0, 0.6);
}
.hidden_bc4c
  .border-smooth-9080.next_34c9
  .overlay-3114::after,
.hidden_bc4c
  .border-smooth-9080.next_34c9
  .overlay-3114:before {
  background: inherit;
}
.hidden_bc4c
  .border-smooth-9080.next_34c9:hover
  .overlay-3114 {
  background: rgba(0, 0, 0, 0.8);
}
.popup-liquid-254c .layout-current-2144 {
  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) {
  .popup-liquid-254c .layout-current-2144 {
    width: auto;
    right: 45px;
  }
}
.focus-2435 .layout-current-2144 {
  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) {
  .focus-2435 .layout-current-2144 {
    width: auto;
    left: 45px;
  }
}
.hover-9903 .layout-current-2144 {
  position: relative;
  height: 0;
  display: block;
  visibility: visible;
  z-index: 999900;
  overflow: hidden;
}
.hover-9903 .clean-b591 {
  max-width: 48em;
  margin: 0 auto;
}
.hover-9903 .gradient-ff16:before {
  box-shadow: inset 0 0 12px 0 rgba(0, 0, 0, 0.05);
}
.outline-focused-54ec {
  overflow-x: hidden;
  position: relative;
  width: 100%;
  display: block;
}
.outline-focused-54ec.hidden_bc4c .layout-current-2144 {
  z-index: 0;
  opacity: 0;
  height: 100%;
}
.outline-focused-54ec.popup-liquid-254c .layout-current-2144 {
  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);
}
.outline-focused-54ec .layout-current-2144 {
  visibility: visible;
}
.outline-focused-54ec.focus-2435 .layout-current-2144 {
  -webkit-transform: translateX(200%);
  -ms-transform: translateX(200%);
  transform: translateX(200%);
  height: 100%;
}
.dark-24e6,
.lite_ef5a {
  overflow-x: hidden;
}
.dark-24e6 .layout-current-2144 {
  overflow: auto;
}
.dark-24e6.hidden_bc4c {
  overflow: initial;
  position: relative;
  width: 100%;
  display: block;
}
.dark-24e6.hidden_bc4c .layout-current-2144 {
  z-index: 999900;
  opacity: 1;
  visibility: visible;
}
.dark-24e6.hidden_bc4c .dynamic_c916 {
  opacity: 0;
}
.dark-24e6.popup-liquid-254c {
  overflow: initial;
  position: relative;
  width: 100%;
  display: block;
}
.dark-24e6.popup-liquid-254c .layout-current-2144 {
  z-index: 999900;
  height: 100vh;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  left: 0;
  visibility: visible;
}
.dark-24e6.popup-liquid-254c .dynamic_c916 {
  opacity: 0;
}
.dark-24e6.focus-2435 {
  overflow: initial;
  position: relative;
  width: 100%;
  display: block;
}
.dark-24e6.focus-2435 .layout-current-2144 {
  z-index: 999900;
  height: 100vh;
  max-width: 100vw;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  right: 0;
  visibility: visible;
}
.dark-24e6.focus-2435 .dynamic_c916 {
  opacity: 0;
}
.dark-24e6.hover-9903 .layout-current-2144 {
  z-index: 10;
  visibility: visible;
}
.next_34c9 {
  display: none;
  z-index: 999910;
  cursor: pointer;
  position: fixed;
  top: 10px;
  right: 12px;
}
.next_34c9 .overlay-3114 {
  background: rgba(255, 255, 255, 0.99);
}
.next_34c9 .overlay-3114::after,
.next_34c9 .overlay-3114:before {
  background: inherit;
}
.next_34c9:hover .overlay-3114 {
  background: rgba(255, 255, 255, 0.99);
}
.focus-2435 .next_34c9 {
  top: 10px;
  right: auto;
  left: 12px;
}
.hover-9903 .next_34c9 {
  display: none !important;
}
.dark-24e6:before,
.lite_ef5a:before {
  z-index: 999897;
  visibility: visible;
  opacity: 1;
}
.dark-24e6 .next_34c9,
.lite_ef5a .next_34c9 {
  display: inline-block;
}
.layout-current-2144 .logo_7b56 {
  -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;
}
.dark-24e6 .layout-current-2144 .logo_7b56,
.lite_ef5a .layout-current-2144 .logo_7b56 {
  opacity: 1;
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
}
.active-next-881a .hover-warm-9e40 {
  width: 100%;
}
.video_5860 {
  padding: 0 0.5em 0;
}
.video_5860 [class*="customify-col-"],
.video_5860 [class*="customify-col_"],
.video_5860 [class~="customify-col"] {
  padding: 0 0.5em 0;
}
.over_0b41 .video_5860 {
  padding-left: 1em;
  padding-right: 1em;
}
@media screen and (min-width: 1025px) {
  .paragraph_8212 .red-e324,
  .red-e324 {
    display: none;
  }
  .hover_orange_634f {
    text-align: left;
  }
  .disabled-selected-7c43 {
    text-align: center;
  }
  .warm-2608 {
    text-align: right;
  }
}
@media screen and (max-width: 1024px) {
  .paragraph_8212 .panel-0e3c,
  .panel-0e3c {
    display: none;
  }
  .banner_7f17 {
    text-align: left;
  }
  .secondary-f00d {
    text-align: center;
  }
  .old-3ddd {
    text-align: right;
  }
}
@media screen and (max-width: 568px) {
  .paragraph_8212 .image-black-4f7b,
  .image-black-4f7b {
    display: none;
  }
  .status_dynamic_8555 {
    text-align: left;
  }
  .icon_8a1c {
    text-align: center;
  }
  .content-3218 {
    text-align: right;
  }
}
#page {
  position: relative;
}
.prev_e777 {
  box-shadow: none !important;
}
.slow-fcb9 .active-static-91b2,
.slider-17ce .active-static-91b2 {
  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;
}
.slider-17ce .active-static-91b2 {
  margin-top: 30px;
  margin-bottom: 30px;
}
.main_e46a {
  position: relative;
  padding-left: 2em;
  padding-right: 2em;
}
.main_e46a:after,
.main_e46a:before {
  content: "";
  display: table;
}
.main_e46a:after {
  clear: both;
}
@media screen and (max-width: 48em) {
  .main_e46a {
    padding-left: 1em;
    padding-right: 1em;
  }
}
.main_e46a,
.thumbnail-current-afad {
  max-width: 1248px;
  margin: 0 auto;
}

.inner_e31f.next_b842 .main_e46a {
  max-width: 100%;
}
.inner_e31f.blue-2441 {
  max-width: 1200px;
  margin: 0 auto;
}
.inner_e31f.shade_86bd .main_e46a {
  max-width: 100%;
}
.inner_e31f.shade_86bd > .main_e46a {
  padding-left: 0;
  padding-right: 0;
}
.inner_e31f.shade_86bd > .main_e46a .paragraph_8212 {
  margin: 0;
}
.inner_e31f.shade_86bd
  > .main_e46a
  .light_5c52.hover_brown_dd46 {
  margin-right: 0;
  margin-left: 0;
}
.inner_e31f.shade_86bd #main.hover_brown_dd46 {
  padding: 0;
}
#main,
#sidebar-primary,
#sidebar-secondary {
  padding-top: 2.617924em;
  padding-bottom: 2.617924em;
}
@media screen and (max-width: 1024px) {
  .gallery-0d19 #main {
    border-left: 0 none;
  }
}
@media screen and (max-width: 1024px) {
  .gallery-0d19 #sidebar-secondary {
    -webkit-box-ordinal-group: 6;
    order: 5;
    display: none;
  }
}
@media screen and (min-width: 48em) {
  .avatar-2d29 .info-2517 {
    padding-right: 1em;
  }
  .avatar-2d29.chip_first_9eb8 .light_5c52 {
    border-right: 1px solid #eaecee;
  }
  .avatar-2d29.chip_first_9eb8 .info-2517 {
    padding-right: 1em;
  }
  .avatar-2d29.chip_first_9eb8 .tabs-97cf {
    padding-left: 1em;
  }
}
@media screen and (min-width: 48em) {
  .description_gold_2b6c .info-2517 {
    padding-left: 1em;
  }
  .description_gold_2b6c.chip_first_9eb8 .light_5c52 {
    border-left: 1px solid #eaecee;
  }
  .description_gold_2b6c.chip_first_9eb8 .info-2517 {
    padding-left: 1em;
  }
  .description_gold_2b6c.chip_first_9eb8 .tabs-97cf {
    padding-right: 1em;
  }
}
@media screen and (min-width: 48em) {
  .text_dcd1 .info-2517 {
    padding-left: 1em;
  }
  .text_dcd1.chip_first_9eb8 .middle-642a {
    border-right: 1px solid #eaecee;
  }
  .text_dcd1.chip_first_9eb8 .lower-e149 {
    border-right: 1px solid #eaecee;
  }
  .text_dcd1.chip_first_9eb8 .info-2517 {
    padding-left: 1em;
  }
  .text_dcd1.chip_first_9eb8 .tabs-97cf {
    padding-right: 1em;
  }
  .text_dcd1.chip_first_9eb8 .green_1dfc {
    padding-left: 1em;
    padding-right: 1em;
  }
}
@media screen and (min-width: 48em) {
  .item_b046 .info-2517 {
    padding-right: 1em;
  }
  .item_b046.chip_first_9eb8 .middle-642a {
    border-left: 1px solid #eaecee;
  }
  .item_b046.chip_first_9eb8 .lower-e149 {
    border-left: 1px solid #eaecee;
  }
  .item_b046.chip_first_9eb8 .info-2517 {
    padding-right: 1em;
  }
  .item_b046.chip_first_9eb8 .tabs-97cf {
    padding-left: 1em;
    padding-right: 1em;
  }
  .item_b046.chip_first_9eb8 .green_1dfc {
    padding-left: 1em;
  }
}
@media screen and (min-width: 48em) {
  .gallery-0d19 .info-2517 {
    padding-left: 1em;
    padding-right: 1em;
  }
  .gallery-0d19.chip_first_9eb8 .light_5c52 {
    border-left: 1px solid #eaecee;
    border-right: 1px solid #eaecee;
  }
  .gallery-0d19.chip_first_9eb8 .info-2517 {
    padding-left: 1em;
    padding-right: 1em;
  }
  .gallery-0d19.chip_first_9eb8 .tabs-97cf {
    padding-left: 1em;
  }
  .gallery-0d19.chip_first_9eb8 .green_1dfc {
    padding-right: 1em;
  }
}
@media screen and (max-width: 64em) {
  .gallery-0d19.chip_first_9eb8 .info-2517 {
    padding-left: 0;
  }
}
.yellow_f3b7 .banner_0f9e {
  display: inline-block;
}
.container_cd81 {
  display: inline-block;
}
.east-4fa2 {
  word-con: break-word;
}
.carousel-3997 > span {
  display: inline-block;
  padding: 5px 0;
}
.carousel-3997 .photo-3077 {
  margin-left: 8px;
  margin-right: 8px;
}
.carousel-3997 .component_easy_6652 img {
  vertical-align: middle;
  overflow: hidden;
  border-radius: 50%;
  margin-right: 5px;
}
.message_dark_fd88 .primary_paper_0a55 {
  margin-bottom: 2em;
}
.message_dark_fd88 .border_green_a0e6 {
  margin-bottom: 15px;
}
.message_dark_fd88 .border_green_a0e6:last-child {
  margin-bottom: 0;
}
.message_dark_fd88 .cool_539e {
  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) {
  .message_dark_fd88 .cool_539e {
    display: block;
  }
}
.message_dark_fd88 .steel-3fe2 {
  position: relative;
  max-width: 100%;
  flex-basis: 40%;
  padding-top: 0;
  overflow: hidden;
}
@media screen and (max-width: 568px) {
  .message_dark_fd88 .steel-3fe2 {
    margin-bottom: 1em;
    width: 100% !important;
    padding-top: 56.25%;
  }
}
.message_dark_fd88 .media_stale_1fde {
  position: absolute;
  top: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: flex;
  line-height: 0;
  background-color: #d5d5d5;
}
.message_dark_fd88 .media_stale_1fde img {
  -o-object-fit: cover;
  object-fit: cover;
  width: 100%;
  height: auto;
}
.message_dark_fd88 .media_stale_1fde a {
  position: absolute;
  top: 0;
  top: 0;
  display: block;
}
.message_dark_fd88 .east-4fa2 {
  font-size: 1.5em;
  font-weight: 500;
  word-con: break-word;
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
}
.message_dark_fd88 .east-4fa2 a {
  text-align: inherit;
  display: block;
  flex-basis: 100%;
}
.message_dark_fd88 .video-north-bb22 p:last-child {
  margin-bottom: 0;
}
.message_dark_fd88 .label-f180 {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: block;
  z-index: 30;
}
.message_dark_fd88 .background_fluid_57bb {
  -webkit-box-flex: 1;
  flex: 1;
  word-con: break-word;
  max-width: 100%;
}
.message_dark_fd88 .accent_pro_3488 {
  margin-top: 1em;
}
.message_dark_fd88 .detail_d0c8 {
  top: 0;
  display: block;
}
.message_dark_fd88 .detail_d0c8 a {
  color: inherit;
}
.message_dark_fd88 .detail_d0c8 a:hover {
  color: inherit;
}
.message_dark_fd88 .surface_8d66 {
  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;
}
.message_dark_fd88 .surface_8d66:hover {
  background: #235787;
  color: #fff;
  border-color: #235787;
}
.message_dark_fd88 .background_fluid_57bb {
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-flow: column nowrap;
}
.message_dark_fd88 .upper-9fef {
  position: relative;
  width: 100%;
  margin-bottom: 15px;
}
.message_dark_fd88 .upper-9fef:first-child {
  margin-top: 0;
}
.message_dark_fd88 .upper-9fef.status-glass-67e2 {
  -webkit-box-flex: 0;
  flex: none;
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.message_dark_fd88 .upper-9fef.box_f781 {
  display: -webkit-box;
  display: flex;
  margin-top: auto;
  margin-bottom: 0;
  -webkit-box-pack: justify;
  justify-content: space-between;
}
.message_dark_fd88
  .upper-9fef.box_f781.alert-9836
  .accent_pro_3488 {
  width: 100%;
}
.message_dark_fd88 .box_f781 {
  -webkit-box-align: center;
  align-items: center;
}
.message_dark_fd88 .box_f781 .carousel-3997,
.message_dark_fd88 .box_f781 > * {
  margin-bottom: 0;
  margin-top: 0;
  display: inline-block;
}
.message_dark_fd88 .media_stale_1fde {
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
.message_dark_fd88 .media_stale_1fde img {
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
.message_dark_fd88 .media_stale_1fde: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;
}
.message_dark_fd88 .status-glass-67e2 {
  z-index: 5;
}
.message_dark_fd88 .module_c942 .iron_879d {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  display: block;
}
.message_dark_fd88 .sidebar_6208 .iron_879d {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  display: block;
}
.message_dark_fd88 .video_plasma_5f58 .iron_879d {
  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;
}
.message_dark_fd88.gallery-soft-0fa1 .cool_539e,
.message_dark_fd88.button-liquid-38ff .cool_539e {
  display: block;
}
.message_dark_fd88.gallery-soft-0fa1 .cool_539e .title-glass-a5d3,
.message_dark_fd88.gallery-soft-0fa1 .cool_539e .background_fluid_57bb,
.message_dark_fd88.button-liquid-38ff .cool_539e .title-glass-a5d3,
.message_dark_fd88.button-liquid-38ff .cool_539e .background_fluid_57bb {
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
}
.message_dark_fd88.module_medium_a5ac .steel-3fe2 {
  margin-right: 2em;
}
@media screen and (max-width: 568px) {
  .message_dark_fd88.module_medium_a5ac .steel-3fe2 {
    margin-right: 0;
  }
}
.message_dark_fd88.gallery-soft-0fa1 .steel-3fe2,
.message_dark_fd88.button-liquid-38ff .steel-3fe2 {
  padding-top: 40%;
}
.message_dark_fd88.gallery-soft-0fa1 .primary_paper_0a55,
.message_dark_fd88.button-liquid-38ff .primary_paper_0a55 {
  display: block;
}
.message_dark_fd88.gallery-soft-0fa1 .fn-sticky-4ca2 .background_fluid_57bb,
.message_dark_fd88.button-liquid-38ff .fn-sticky-4ca2 .background_fluid_57bb {
  background-color: #fcf8e3;
  border: 1px solid #faf2cc;
  border-top: 0 none;
  color: #8a6d3b;
  padding: 1em;
}
.message_dark_fd88.gallery-soft-0fa1 .steel-3fe2,
.message_dark_fd88.button-liquid-38ff .steel-3fe2 {
  margin-bottom: 1em;
  display: block;
  position: relative;
}
.message_dark_fd88.gallery-soft-0fa1 .background_fluid_57bb {
  padding: 1em;
}
.top_e23c {
  margin: 30px auto;
  display: block;
}
.top_e23c .bottom-fa80 > * {
  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;
}
.top_e23c .bottom-fa80 > :hover {
  border-color: #235787;
  background: #235787;
  color: #fff;
}
.top_e23c .bottom-fa80 span {
  border-color: #235787;
  background: #235787;
  color: #fff;
}
.slider_bronze_982d .carousel-3997 {
  margin-bottom: 1.41575em;
}
.slider_bronze_982d .copper-4eea {
  margin-bottom: 1.618em;
}
.surface_black_294f .sidebar_bffa {
  display: block;
  margin: 5px 0 20px;
  font-weight: 500;
}
.surface_black_294f .sidebar_bffa a {
  border: 1px solid #eaecee;
  padding: 5px 12px 5px;
  text-transform: uppercase;
  color: #686868;
  margin: 0 2px;
}
.surface_black_294f .icon-90bc {
  max-width: 100%;
  overflow: auto;
}
.breadcrumb-b616 .surface_black_294f a:hover {
  text-decoration: underline;
}
.tertiary_0bd5 .border_green_a0e6:not(.east-4fa2),
.tertiary_0bd5 .media_stale_1fde {
  margin-bottom: 1.41575em;
}
.tertiary_0bd5 .border_green_a0e6:not(.east-4fa2):last-child,
.tertiary_0bd5 .media_stale_1fde:last-child {
  margin-bottom: 0;
}
.tertiary_0bd5 .border_green_a0e6.lite_ad05 {
  margin-bottom: 0.41575em;
}
.tertiary_0bd5 .outline_a3c9:before,
.tertiary_0bd5 .white-44e0:before {
  font: normal normal normal 16px/1 FontAwesome;
  text-decoration: inherit;
  text-transform: none;
  position: relative;
  margin-right: 5px;
  color: #6d6d6d;
}
.tertiary_0bd5 .outline_a3c9:before {
  content: "\f115";
}
.tertiary_0bd5 .white-44e0:before {
  content: "\f02c";
}
.tertiary_0bd5 .hard-b4ba {
  display: block;
  width: 100%;
  margin-top: 0.5407911001em;
}
.tertiary_0bd5 .hard-b4ba a {
  text-transform: uppercase;
  font-weight: 500;
  font-size: 80%;
  letter-spacing: 0.5px;
}
.overlay_steel_db15 {
  display: -webkit-box;
  display: flex;
}
.overlay_steel_db15 .thick_28b3 {
  flex-basis: 90px;
}
@media screen and (max-width: 568px) {
  .overlay_steel_db15 .thick_28b3 {
    flex-basis: 90px;
  }
}
.overlay_steel_db15 .row_green_a394 {
  flex-basis: calc(100% - 90px);
  margin-left: 1.5em;
}
@media screen and (max-width: 568px) {
  .overlay_steel_db15 .row_green_a394 {
    flex-basis: calc(100% - 50px);
  }
}
.overlay_steel_db15 .black_9545 p:last-child {
  margin-bottom: 0.72em;
}
.module-hard-3499 .bottom-fa80 {
  padding: 16px 0 15px;
  border-top: 1px solid #eaecee;
  border-bottom: 1px solid #eaecee;
}
.module-hard-3499 .bottom-fa80:after,
.module-hard-3499 .bottom-fa80:before {
  content: "";
  display: table;
}
.module-hard-3499 .bottom-fa80:after {
  clear: both;
}
.module-hard-3499 .bottom-fa80 .table_fc0c,
.module-hard-3499 .bottom-fa80 .green_9a3d {
  width: 49%;
}
.module-hard-3499 .bottom-fa80 .table_fc0c a span.carousel-9c9c,
.module-hard-3499 .bottom-fa80 .green_9a3d a span.carousel-9c9c {
  display: block;
  margin-bottom: 5px;
}
.module-hard-3499 .bottom-fa80 .green_9a3d {
  float: left;
  text-align: left;
}
.module-hard-3499 .bottom-fa80 .table_fc0c {
  float: right;
  text-align: right;
}
.large-4174 {
  margin-bottom: 0.41575em;
}
@media screen and (max-width: 568px) {
  .large-4174 {
    margin-bottom: 0;
  }
}
.row_216b {
  margin-bottom: 1em;
}
.row_216b .east-4fa2 {
  font-size: 1.1em;
  line-height: 1.3;
}
.aside_e529 a {
  display: block;
  line-height: 0;
  position: relative;
}
.clean_a276 .row_216b,
.tag_soft_182a .row_216b {
  display: -webkit-box;
  display: flex;
}
@media screen and (max-width: 568px) {
  .clean_a276 .row_216b,
  .tag_soft_182a .row_216b {
    display: block;
  }
}
.clean_a276 .aside_e529,
.tag_soft_182a .aside_e529 {
  flex-basis: 160px;
  position: relative;
}
@media screen and (max-width: 568px) {
  .clean_a276 .aside_e529,
  .tag_soft_182a .aside_e529 {
    margin-bottom: 1em;
  }
}
.clean_a276 .aside_e529 img,
.tag_soft_182a .aside_e529 img {
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  display: block;
}
.clean_a276 .slow_7b52,
.tag_soft_182a .slow_7b52 {
  flex-basis: calc(100% - 160px);
}
.clean_a276 .slow_7b52 p,
.tag_soft_182a .slow_7b52 p {
  margin-bottom: 0;
}
.clean_a276 .slow_7b52 {
  padding-left: 1em;
}
@media screen and (max-width: 568px) {
  .clean_a276 .slow_7b52 {
    padding-left: 0;
  }
}
.tag_soft_182a .slow_7b52 {
  -webkit-box-ordinal-group: 2;
  order: 1;
  padding-right: 1em;
}
@media screen and (max-width: 568px) {
  .tag_soft_182a .slow_7b52 {
    padding-right: 0;
  }
}
.tag_soft_182a .aside_e529 {
  -webkit-box-ordinal-group: 3;
  order: 2;
}
.paragraph-south-0764 .aside_e529 {
  margin-bottom: 0.5em;
}
.paragraph-south-0764 .aside_e529 img {
  width: 100%;
}
.huge_fd4e .photo-liquid-5123,
.yellow_e3db .photo-liquid-5123 {
  margin-bottom: 35px;
  padding-bottom: 20px;
  border-bottom: 1px solid #eaecee;
}
.yellow_e3db .light_5c52 .carousel_b3d6 p:last-child {
  margin-bottom: 0;
}
.logo_basic_5301 {
  font-size: 16px;
  text-transform: uppercase;
  font-weight: 500;
  color: currentColor;
  margin-bottom: 20px;
}
.element-static-43a7 .first-0f86 {
  margin-bottom: 2em;
}
@media screen and (min-width: 1025px) {
  .element-static-43a7 .first-0f86:last-of-type {
    margin-bottom: 0;
  }
}
.element-static-43a7 .first-0f86 ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.element-static-43a7 .first-0f86 ul:after {
  clear: both;
  content: ".";
  display: block;
  height: 0;
  visibility: hidden;
}
.element-static-43a7 .first-0f86 ul li {
  margin: 0 0 0.6em;
}
.element-static-43a7 .first-0f86 ul li.breadcrumb_275b,
.element-static-43a7 .first-0f86 ul li.green-8560 {
  position: relative;
}
.element-static-43a7 .first-0f86 ul li.breadcrumb_275b .small_8e1e,
.element-static-43a7 .first-0f86 ul li.green-8560 .small_8e1e {
  right: 0;
  background: #eaecee;
  color: #999;
  padding: 0 0.5em;
  border-radius: 0.9em;
  font-size: 12px;
  position: absolute;
  top: 4px;
}
.element-static-43a7 .first-0f86 ul li.breadcrumb_275b:after:after,
.element-static-43a7 .first-0f86 ul li.breadcrumb_275b:after:before,
.element-static-43a7
  .first-0f86
  ul
  li.green-8560:after:after,
.element-static-43a7
  .first-0f86
  ul
  li.green-8560:after:before {
  content: "";
  display: table;
}
.element-static-43a7 .first-0f86 ul li.breadcrumb_275b:after:after,
.element-static-43a7
  .first-0f86
  ul
  li.green-8560:after:after {
  clear: both;
}
.element-static-43a7 .first-0f86 a.header-right-0368:hover {
  text-decoration: none;
}
.element-static-43a7 .first-0f86 select {
  max-width: 100%;
}
.element-static-43a7 .first-0f86 table {
  font-size: 85%;
}
.element-static-43a7 .first-0f86 table td,
.element-static-43a7 .first-0f86 table th {
  padding: 0.2360828548em;
  text-align: center;
}
.element-static-43a7 .first-0f86 table tfoot td {
  text-align: left;
}
.element-static-43a7 .first-0f86 :last-child {
  margin-bottom: 0;
}
.element-static-43a7 .first-0f86 .grid_032c {
  display: -webkit-box;
  display: flex;
  width: 100%;
  max-width: 100%;
}
.element-static-43a7 .first-0f86 .grid_032c label {
  width: 100%;
}
.element-static-43a7 .first-0f86 .grid_032c .row-0c31 {
  width: 100%;
  display: block;
}
.element-static-43a7 .first-0f86 .grid_032c .selected-99ca {
  padding: 9px 14px;
  margin-left: -46px;
  overflow: hidden;
  box-shadow: none;
  background: 0 0;
  color: #aaa;
  line-height: 0;
}
.element-static-43a7 .first-0f86 .grid_032c .selected-99ca:hover svg #svg-search {
  fill: #444;
}
.element-static-43a7 .first-0f86 .grid_032c .selected-99ca svg {
  width: 18px;
  height: 18px;
}
.element-static-43a7 .summary-brown-1520 ul ul,
.element-static-43a7 .main_1447 ul ul,
.element-static-43a7 .tooltip_wide_3a70 ul ul,
.element-static-43a7 .large-9a26 ul ul {
  margin-top: 0.3819820591em;
  margin-left: 0;
  margin-bottom: -0.3819820591em;
}
.element-static-43a7 .summary-brown-1520 .feature_84cc > a,
.element-static-43a7 .main_1447 .feature_84cc > a,
.element-static-43a7 .tooltip_wide_3a70 .feature_84cc > a,
.element-static-43a7 .large-9a26 .feature_84cc > a {
  margin-bottom: 0;
}
.element-static-43a7 .texture_south_06a2 li,
.element-static-43a7 .summary-brown-1520 li,
.element-static-43a7 .primary-5ead li,
.element-static-43a7 .main_1447 li,
.element-static-43a7 .tooltip_wide_3a70 li,
.element-static-43a7 .large-9a26 li,
.element-static-43a7 .table-advanced-9536 li,
.element-static-43a7 .filter-south-8900 li {
  display: block;
  position: relative;
}
.element-static-43a7 .texture_south_06a2 li:last-child,
.element-static-43a7 .summary-brown-1520 li:last-child,
.element-static-43a7 .primary-5ead li:last-child,
.element-static-43a7 .main_1447 li:last-child,
.element-static-43a7 .tooltip_wide_3a70 li:last-child,
.element-static-43a7 .large-9a26 li:last-child,
.element-static-43a7 .table-advanced-9536 li:last-child,
.element-static-43a7 .filter-south-8900 li:last-child {
  border: none;
}
.element-static-43a7 .texture_south_06a2 li a,
.element-static-43a7 .summary-brown-1520 li a,
.element-static-43a7 .primary-5ead li a,
.element-static-43a7 .main_1447 li a,
.element-static-43a7 .tooltip_wide_3a70 li a,
.element-static-43a7 .large-9a26 li a,
.element-static-43a7 .table-advanced-9536 li a,
.element-static-43a7 .filter-south-8900 li a {
  display: block;
  width: 100%;
  padding-bottom: 0.6em;
  margin-bottom: 0.6em;
  border-bottom: 1px solid #eaecee;
  position: relative;
}
.element-static-43a7 .texture_south_06a2 li ul li::before,
.element-static-43a7 .summary-brown-1520 li ul li::before,
.element-static-43a7 .primary-5ead li ul li::before,
.element-static-43a7 .main_1447 li ul li::before,
.element-static-43a7 .tooltip_wide_3a70 li ul li::before,
.element-static-43a7 .large-9a26 li ul li::before,
.element-static-43a7 .table-advanced-9536 li ul li::before,
.element-static-43a7 .filter-south-8900 li ul li::before {
  left: 15px;
}
.element-static-43a7 .texture_south_06a2 li ul a,
.element-static-43a7 .summary-brown-1520 li ul a,
.element-static-43a7 .primary-5ead li ul a,
.element-static-43a7 .main_1447 li ul a,
.element-static-43a7 .tooltip_wide_3a70 li ul a,
.element-static-43a7 .large-9a26 li ul a,
.element-static-43a7 .table-advanced-9536 li ul a,
.element-static-43a7 .filter-south-8900 li ul a {
  padding-left: 20px;
}
.element-static-43a7 .texture_south_06a2 li ul ul li::before,
.element-static-43a7 .summary-brown-1520 li ul ul li::before,
.element-static-43a7 .primary-5ead li ul ul li::before,
.element-static-43a7 .main_1447 li ul ul li::before,
.element-static-43a7 .tooltip_wide_3a70 li ul ul li::before,
.element-static-43a7 .large-9a26 li ul ul li::before,
.element-static-43a7 .table-advanced-9536 li ul ul li::before,
.element-static-43a7 .filter-south-8900 li ul ul li::before {
  left: 30px;
}
.element-static-43a7 .texture_south_06a2 li ul ul a,
.element-static-43a7 .summary-brown-1520 li ul ul a,
.element-static-43a7 .primary-5ead li ul ul a,
.element-static-43a7 .main_1447 li ul ul a,
.element-static-43a7 .tooltip_wide_3a70 li ul ul a,
.element-static-43a7 .large-9a26 li ul ul a,
.element-static-43a7 .table-advanced-9536 li ul ul a,
.element-static-43a7 .filter-south-8900 li ul ul a {
  padding-left: 40px;
}
.element-static-43a7 .tag-d8e4 li {
  padding-bottom: 0.6em;
  border-bottom: 1px solid #eaecee;
  position: relative;
}
.element-static-43a7 .filter-south-8900 ul li {
  margin-bottom: 1.41575em;
}
.element-static-43a7 .filter-south-8900 ul li .dirty_9c84 {
  font-weight: 400;
  font-size: 1.2em;
  line-height: 1.28;
}
.element-static-43a7 .filter-south-8900 ul li .container_305c {
  display: block;
  margin: 0.5407911001em 0;
  font-size: 85%;
}
.plasma-eee6 .texture_south_06a2 li a,
.plasma-eee6 .summary-brown-1520 li a,
.plasma-eee6 .primary-5ead li a,
.plasma-eee6 .main_1447 li a,
.plasma-eee6 .tooltip_wide_3a70 li a,
.plasma-eee6 .large-9a26 li a,
.plasma-eee6 .table-advanced-9536 li a,
.plasma-eee6 .filter-south-8900 li a {
  border-color: rgba(255, 255, 255, 0.08);
}
.plasma-eee6 .tag-d8e4 li {
  border-color: rgba(255, 255, 255, 0.08);
}
.plasma-eee6 .first-0f86 ul li.breadcrumb_275b .small_8e1e,
.plasma-eee6 .first-0f86 ul li.green-8560 .small_8e1e {
  background: rgba(0, 0, 0, 0.2);
}
.plasma-eee6 .element-static-43a7 .first-0f86 select {
  border-color: rgba(255, 255, 255, 0.08);
}
.inner_e31f .element-static-43a7 .summary_2867 li {
  margin: 0;
}
.inner_e31f .element-static-43a7 .summary_2867 li a {
  display: block;
  padding: 0.6em 0 0.6em;
}
.inner_e31f .element-static-43a7 .summary_2867 li ul {
  margin: 0;
}
.inner_e31f .element-static-43a7 .summary_2867 li ul li a {
  padding-left: 15px;
}
.inner_e31f .element-static-43a7 .summary_2867 li ul li li a {
  padding-left: 30px;
}
.inner_e31f .element-static-43a7 .summary_2867 li.badge-black-af56 > a {
  position: relative;
  border: 1px solid #eaecee;
  border-left: none;
  border-right: none;
  font-size: 110%;
}
.inner_e31f .element-static-43a7 .summary_2867 li.badge-black-af56 > 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;
}
.inner_e31f .element-static-43a7 .summary_2867 li.badge-black-af56 > 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;
}
.stale_fecd a {
  border: 1px solid currentColor;
  border-radius: 2px;
  display: inline-block;
  font-size: 0.875em !important;
  margin-bottom: 5px;
  padding: 1px 10px 1px;
}
.fast-4dbe {
  position: relative;
  z-index: 10;
}
.fast-4dbe .logo_7b56 {
  width: 100%;
  max-width: 100%;
}
.menu_gas_0951 .down_431b {
  padding-top: 2em;
  padding-bottom: 2em;
}
.menu_gas_0951 .border-smooth-9080 {
}
.menu_gas_0951 .plasma-eee6 {
  background: #292929;
}
.active-f2d1 .down_431b {
  padding-top: 2.5em;
  padding-bottom: 2.5em;
}
.active-f2d1 .border-smooth-9080 {
  background: #f9f9f9;
}
.active-f2d1 .plasma-eee6 {
  background: #303030;
}
.footer_east_3018 .down_431b {
  padding-top: 1.5em;
  padding-bottom: 1.5em;
}
@media screen and (max-width: 568px) {
  .footer_east_3018 .banner_0f9e {
    margin-bottom: 1em;
  }
  .footer_east_3018 .banner_0f9e:last-child {
    margin-bottom: 0;
  }
}
.footer_east_3018 .border-smooth-9080 {
  background: #ededed;
}
.footer_east_3018 .plasma-eee6 {
  background: #1a1a1a;
}
.down_431b.border-smooth-9080 {
  color: rgba(0, 0, 0, 0.6);
}
.down_431b.border-smooth-9080 .shadow-f2b5 li {
  border-color: rgba(0, 0, 0, 0.08);
}
.down_431b.plasma-eee6 {
  color: rgba(255, 255, 255, 0.99);
}
.down_431b.plasma-eee6 a:not(.header-right-0368) {
  color: rgba(255, 255, 255, 0.79);
}
.down_431b.plasma-eee6 a:not(.header-right-0368):hover {
  color: rgba(255, 255, 255, 0.99);
}
.down_431b.plasma-eee6 .shadow-f2b5 li {
  border-color: rgba(255, 255, 255, 0.08);
}
.down_431b.plasma-eee6 table tbody td,
.down_431b.plasma-eee6 table th {
  background: rgba(0, 0, 0, 0.08);
}
.status_hard_8a12.accordion_177d .main_e46a {
  max-width: initial;
}
.status_hard_8a12 .video-29d6 {
  -webkit-box-pack: start;
  justify-content: flex-start;
}
.status_hard_8a12 .video-29d6 .logo_7b56 {
  width: auto;
}
@media screen and (max-width: 1024px) {
  .status_hard_8a12 .video-29d6 .logo_7b56 {
    display: block;
    margin-bottom: 2em;
  }
  .status_hard_8a12 .video-29d6 .logo_7b56:last-child {
    margin-bottom: 0;
  }
}
.footer_east_3018 .banner_0f9e:last-child,
.active-f2d1 .banner_0f9e:last-child,
.menu_gas_0951 .banner_0f9e:last-child {
  margin-bottom: 0;
}
.footer_east_3018 .banner_0f9e .element-static-43a7 .first-0f86:last-child,
.active-f2d1 .banner_0f9e .element-static-43a7 .first-0f86:last-child,
.menu_gas_0951 .banner_0f9e .element-static-43a7 .first-0f86:last-child {
  margin-bottom: 0;
}
@media screen and (max-width: 568px) {
  .footer_east_3018 .notice_6611,
  .footer_east_3018 .hard_fe81,
  .active-f2d1 .notice_6611,
  .active-f2d1 .hard_fe81,
  .menu_gas_0951 .notice_6611,
  .menu_gas_0951 .hard_fe81 {
    text-align: center;
  }
}
@media screen and (max-width: 48em) {
  .fast-4dbe .banner_0f9e {
    margin-bottom: 2em;
  }
}
.fast-4dbe p:last-child {
  margin-bottom: 0;
}
.fast-4dbe li,
.fast-4dbe ul {
  list-style: none;
  margin: 0;
}
.fast-4dbe ul ul {
  margin-left: 2.617924em;
}
.fast-cea2 {
  font-size: 0.875em;
}

/* css-noise: ef98 */
.shadow-element-w5 {
  padding: 0.2rem;
  font-size: 10px;
  line-height: 1.1;
}
