/*!
Theme Name: Customify
Theme URI: https://pressmaximum.column_gas_b294/customify
Author: WPCustomify
Author URI: https://pressmaximum.column_gas_b294
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.column_gas_b294/customify
Version: 0.3.7
License: GNU General Public License v2 or later
License URI: http://www.last-e915.filter_warm_65a8/licenses/gpl-2.0.tag-gold-7b37
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.glass_690f/, (C) 2012-2016 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.
 Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal http://necolas.header_d9cd.layout-21d6/normalize.prev-5fb0/
 ======
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.prev-5fb0 v7.0.0 | MIT License | github.column_gas_b294/necolas/normalize.prev-5fb0 */
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;
}
.media_up_c3f2 .outline_bronze_a41e,
.tabs_out_ace6,
.header_bca0,
.image_ebce,
.soft-a361,
.notice_1c3a,
.wrapper_silver_659e,
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;
}
.tabs_out_ace6,
h1 {
  font-size: 2.42em;
  line-height: 1.216;
}
@media screen and (max-width: 1024px) {
  .tabs_out_ace6,
  h1 {
    font-size: 2.1em;
  }
}
@media screen and (max-width: 568px) {
  .tabs_out_ace6,
  h1 {
    font-size: 1.8em;
  }
}
.header_bca0,
h2 {
  font-size: 2.1em;
  line-height: 1.216;
}
.header_bca0 + h3,
h2 + h3 {
  border-top: 1px solid #eaecee;
  padding-top: 0.5407911001em;
}
@media screen and (max-width: 1024px) {
  .header_bca0,
  h2 {
    font-size: 1.9em;
  }
}
@media screen and (max-width: 568px) {
  .header_bca0,
  h2 {
    font-size: 1.7em;
  }
}
.image_ebce,
h3 {
  font-size: 1.618em;
}
.media_up_c3f2 .outline_bronze_a41e,
.soft-a361,
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.notice_5743 {
  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;
}
.row-hot-061d:after,
.row-hot-061d:before,
.hover-clean-eb03:after,
.hover-clean-eb03:before {
  content: "";
  display: table;
}
.row-hot-061d:after,
.hover-clean-eb03:after {
  clear: both;
}
.message_in_7b13 {
  float: right;
  margin-right: 0;
}
.detail-98c0 {
  float: left;
  margin-left: 0;
}
form {
  margin-bottom: 2em;
}
.link-active-3892 .outer-f3aa,
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;
}
.link-active-3892 .outer-f3aa: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;
}
.notification_7274 .outer-f3aa {
  box-shadow: none;
}
.notification_7274
  .outer-f3aa
  .glass-edc4 {
  line-height: 2.4em;
  min-height: 2.6em;
  padding-left: 0;
}
.notification_7274 .outer-f3aa .surface-medium-d0cf {
  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;
}
.notification_7274
  .outer-f3aa
  .surface-medium-d0cf
  b {
  display: none;
}
.notification_7274 .stone-3e93 {
  border: 1px solid #e5e5e5;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.12) inset;
}
.label-full-a67d:not(.input-fa38):not(.fixed_6e68),
button:not(.input-fa38):not(.fixed_6e68),
input[type="button"]:not(.input-fa38):not(
    .fixed_6e68
  ),
input[type="reset"]:not(.input-fa38):not(
    .fixed_6e68
  ),
input[type="submit"]:not(.input-fa38):not(
    .fixed_6e68
  ) {
  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;
}
.label-full-a67d:not(.input-fa38):not(
    .fixed_6e68
  ):hover,
button:not(.input-fa38):not(
    .fixed_6e68
  ):hover,
input[type="button"]:not(.input-fa38):not(
    .fixed_6e68
  ):hover,
input[type="reset"]:not(.input-fa38):not(
    .fixed_6e68
  ):hover,
input[type="submit"]:not(.input-fa38):not(
    .fixed_6e68
  ):hover {
  box-shadow: inset 0 0 0 120px rgba(0, 0, 0, 0.18);
  color: #fff;
  outline: 0;
}
.label-full-a67d:not(.input-fa38):not(
    .fixed_6e68
  ):active,
.label-full-a67d:not(.input-fa38):not(
    .fixed_6e68
  ):focus,
button:not(.input-fa38):not(
    .fixed_6e68
  ):active,
button:not(.input-fa38):not(
    .fixed_6e68
  ):focus,
input[type="button"]:not(.input-fa38):not(
    .fixed_6e68
  ):active,
input[type="button"]:not(.input-fa38):not(
    .fixed_6e68
  ):focus,
input[type="reset"]:not(.input-fa38):not(
    .fixed_6e68
  ):active,
input[type="reset"]:not(.input-fa38):not(
    .fixed_6e68
  ):focus,
input[type="submit"]:not(.input-fa38):not(
    .fixed_6e68
  ):active,
input[type="submit"]:not(.input-fa38):not(
    .fixed_6e68
  ):focus {
  outline: 0;
}
.label-full-a67d:not(.input-fa38):not(
    .fixed_6e68
  ).fn-loading-74a2,
button:not(.input-fa38):not(
    .fixed_6e68
  ).fn-loading-74a2,
input[type="button"]:not(.input-fa38):not(
    .fixed_6e68
  ).fn-loading-74a2,
input[type="reset"]:not(.input-fa38):not(
    .fixed_6e68
  ).fn-loading-74a2,
input[type="submit"]:not(.input-fa38):not(
    .fixed_6e68
  ).fn-loading-74a2 {
  position: relative;
}
.label-full-a67d:not(.input-fa38):not(
    .fixed_6e68
  ).fn-loading-74a2
  .pagination_upper_fa89,
.label-full-a67d:not(.input-fa38):not(
    .fixed_6e68
  ).fn-loading-74a2
  .popup_c8bd,
.label-full-a67d:not(.input-fa38):not(
    .fixed_6e68
  ).fn-loading-74a2
  .accordion-lite-ffe2,
.label-full-a67d:not(.input-fa38):not(
    .fixed_6e68
  ).fn-loading-74a2
  i,
.label-full-a67d:not(.input-fa38):not(
    .fixed_6e68
  ).fn-loading-74a2
  svg,
button:not(.input-fa38):not(
    .fixed_6e68
  ).fn-loading-74a2
  .pagination_upper_fa89,
button:not(.input-fa38):not(
    .fixed_6e68
  ).fn-loading-74a2
  .popup_c8bd,
button:not(.input-fa38):not(
    .fixed_6e68
  ).fn-loading-74a2
  .accordion-lite-ffe2,
button:not(.input-fa38):not(
    .fixed_6e68
  ).fn-loading-74a2
  i,
button:not(.input-fa38):not(
    .fixed_6e68
  ).fn-loading-74a2
  svg,
input[type="button"]:not(.input-fa38):not(
    .fixed_6e68
  ).fn-loading-74a2
  .pagination_upper_fa89,
input[type="button"]:not(.input-fa38):not(
    .fixed_6e68
  ).fn-loading-74a2
  .popup_c8bd,
input[type="button"]:not(.input-fa38):not(
    .fixed_6e68
  ).fn-loading-74a2
  .accordion-lite-ffe2,
input[type="button"]:not(.input-fa38):not(
    .fixed_6e68
  ).fn-loading-74a2
  i,
input[type="button"]:not(.input-fa38):not(
    .fixed_6e68
  ).fn-loading-74a2
  svg,
input[type="reset"]:not(.input-fa38):not(
    .fixed_6e68
  ).fn-loading-74a2
  .pagination_upper_fa89,
input[type="reset"]:not(.input-fa38):not(
    .fixed_6e68
  ).fn-loading-74a2
  .popup_c8bd,
input[type="reset"]:not(.input-fa38):not(
    .fixed_6e68
  ).fn-loading-74a2
  .accordion-lite-ffe2,
input[type="reset"]:not(.input-fa38):not(
    .fixed_6e68
  ).fn-loading-74a2
  i,
input[type="reset"]:not(.input-fa38):not(
    .fixed_6e68
  ).fn-loading-74a2
  svg,
input[type="submit"]:not(.input-fa38):not(
    .fixed_6e68
  ).fn-loading-74a2
  .pagination_upper_fa89,
input[type="submit"]:not(.input-fa38):not(
    .fixed_6e68
  ).fn-loading-74a2
  .popup_c8bd,
input[type="submit"]:not(.input-fa38):not(
    .fixed_6e68
  ).fn-loading-74a2
  .accordion-lite-ffe2,
input[type="submit"]:not(.input-fa38):not(
    .fixed_6e68
  ).fn-loading-74a2
  i,
input[type="submit"]:not(.input-fa38):not(
    .fixed_6e68
  ).fn-loading-74a2
  svg {
  visibility: hidden;
}
.label-full-a67d:not(.input-fa38):not(
    .fixed_6e68
  ).fn-loading-74a2:after,
button:not(.input-fa38):not(
    .fixed_6e68
  ).fn-loading-74a2:after,
input[type="button"]:not(.input-fa38):not(
    .fixed_6e68
  ).fn-loading-74a2:after,
input[type="reset"]:not(.input-fa38):not(
    .fixed_6e68
  ).fn-loading-74a2:after,
input[type="submit"]:not(.input-fa38):not(
    .fixed_6e68
  ).fn-loading-74a2: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;
}
.label-full-a67d:not(.input-fa38):not(.fixed_6e68),
input[type="button"]:not(.input-fa38):not(
    .fixed_6e68
  ),
input[type="reset"]:not(.input-fa38):not(
    .fixed_6e68
  ),
input[type="submit"]:not(.input-fa38):not(
    .fixed_6e68
  ) {
  color: #fff;
  background: #235787;
}
.label-full-a67d:not(.input-fa38):not(
    .fixed_6e68
  ):focus,
input[type="button"]:not(.input-fa38):not(
    .fixed_6e68
  ):focus,
input[type="reset"]:not(.input-fa38):not(
    .fixed_6e68
  ):focus,
input[type="submit"]:not(.input-fa38):not(
    .fixed_6e68
  ):focus {
  color: #fff;
}
.label-full-a67d.fn-disabled-74a2:not(.input-fa38):not(
    .fixed_6e68
  ),
.label-full-a67d[disabled]:not(.input-fa38):not(
    .fixed_6e68
  ),
button.fn-disabled-74a2:not(.input-fa38):not(
    .fixed_6e68
  ),
button[disabled]:not(.input-fa38):not(
    .fixed_6e68
  ) {
  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;
}
.thumbnail_cool_79b2 {
  clip: rect(1px, 1px, 1px, 1px);
  position: absolute !important;
  height: 1px;
  width: 1px;
  overflow: hidden;
  word-con: normal !important;
}
.thumbnail_cool_79b2: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;
}
.texture_north_f1d2 {
  display: inline;
  float: left;
  margin-right: 1.41575em;
}
.motion-3475 {
  display: inline;
  float: right;
  margin-left: 1.41575em;
}
.list_589a {
  clear: both;
  display: block;
  margin: 0 auto;
}
.row-hot-061d:after,
.row-hot-061d:before,
.plasma_9b45:after,
.plasma_9b45:before,
.text-bronze-13f0:after,
.text-bronze-13f0:before,
.active-0c81:after,
.active-0c81:before,
.tiny_a61f:after,
.tiny_a61f:before,
.shade_basic_9d90:after,
.shade_basic_9d90:before {
  content: "";
  display: table;
  table-layout: fixed;
}
.row-hot-061d:after,
.plasma_9b45:after,
.text-bronze-13f0:after,
.active-0c81:after,
.tiny_a61f:after,
.shade_basic_9d90:after {
  clear: both;
}
.plasma_9b45 .table-south-9cbb,
.text-bronze-13f0 .table-south-9cbb,
.accent_646f .table-south-9cbb {
  border: none;
  margin-bottom: 0;
  margin-top: 0;
  padding: 0;
}
embed,
iframe,
object {
  max-width: 100%;
}
.media-fixed-39bd {
  display: inline-block;
}
.container-top-c379 {
  margin-bottom: 1.41575em;
  max-width: 100%;
}
.container-top-c379 img[class*="wp-image-"] {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.container-top-c379 .outline_cold_1fa6 {
  padding: 1em 0;
  font-size: 85%;
}
.outline_cold_1fa6 {
  text-align: left;
  font-style: italic;
  color: #999;
}
.dim-c298 {
  margin-bottom: 1.5em;
  margin-bottom: 1.41575em;
}
.dim-c298:after,
.dim-c298:before {
  content: "";
  display: table;
}
.dim-c298:after {
  clear: both;
}
.main_e2c0 {
  display: inline-block;
  text-align: center;
  vertical-align: top;
  width: 100%;
}
.tall-ff15 .main_e2c0 {
  max-width: 50%;
}
.video_0946 .main_e2c0 {
  max-width: 33.33%;
}
.liquid-7179 .main_e2c0 {
  max-width: 25%;
}
.primary-out-6ff6 .main_e2c0 {
  max-width: 20%;
}
.text_bottom_a5d1 .main_e2c0 {
  max-width: 16.66%;
}
.description-a83e .main_e2c0 {
  max-width: 14.28%;
}
.gallery-upper-d47c .main_e2c0 {
  max-width: 12.5%;
}
.info-pink-931b .main_e2c0 {
  max-width: 11.11%;
}
.grid-e7de {
  display: block;
}
.media_up_c3f2 .pattern-plasma-0781 label,
.media_up_c3f2 .banner-44fe label,
.media_up_c3f2 .pro-2f4e label,
.media_up_c3f2 .footer_middle_0d3b label {
  text-transform: uppercase;
  letter-spacing: 0.5px;
  font-size: 0.85em;
}
.picture-a3f2 {
  list-style: none;
  margin: 0;
}
.picture-a3f2 article.mask_7979 {
  margin-bottom: 0;
}
.picture-a3f2 ul {
  list-style: none;
  margin: 0;
}
.picture-a3f2 .pattern_left_81a4 li.mask_7979 {
  padding-left: 30px;
}
@media screen and (min-width: 64em) {
  .picture-a3f2 .pattern_left_81a4 li.mask_7979 {
    padding-left: 85px;
    border-left: 1px solid #eaecee;
    position: relative;
    width: 100%;
  }
  .picture-a3f2 .pattern_left_81a4 li.mask_7979:after {
    content: "";
    display: block;
    position: absolute;
    float: left;
    top: 1.618em;
    left: 0;
    width: 1.618em;
    height: 1px;
    background-color: #eaecee;
  }
}
@media screen and (max-width: 48em) {
  .picture-a3f2 .pattern_left_81a4 li.mask_7979 li.mask_7979 li.mask_7979 li.mask_7979 {
    padding-left: 0;
  }
}
article.mask_7979 {
  padding: 1.618em 0;
  margin-bottom: 1.618em;
}
article.mask_7979 .plasma_9b45 p:last-of-type {
  margin-bottom: 0;
}
article.mask_7979 .section-blue-adc6 {
  float: left;
}
article.mask_7979 .tall-ed53 {
  margin-left: 85px;
}
article.mask_7979 .accent-56ff {
  display: block;
  margin: 12px 0 12px;
  padding-bottom: 4px;
  border-bottom: 1px solid #eaecee;
}
article.mask_7979 .accent-56ff .icon-b914 {
  margin-left: 10px;
}
article.mask_7979 .shade-lite-368c {
  font-weight: 500;
  text-transform: uppercase;
  line-height: 1;
  font-style: normal;
}
article.mask_7979 .chip_gas_7216 {
  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 .pattern-plasma-0781,
  #respond .pro-2f4e,
  #respond .footer_middle_0d3b {
    width: 29.4117647059%;
    margin-right: 5.8823529412%;
    float: left;
  }
}
#respond .pattern-plasma-0781 input,
#respond .pro-2f4e input,
#respond .footer_middle_0d3b input {
  width: 100%;
}
#respond .footer_middle_0d3b {
  margin-right: 0;
}
#respond .box_easy_54f2 #wp-comment-cookies-consent {
  position: relative;
  top: -1px;
  margin-right: 5px;
}
.dropdown_current_951c {
  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;
}
.dropdown_current_951c.frame-2877 {
  width: 36px;
  height: 36px;
  min-height: 36px;
  font-size: 1.1em;
}
.dropdown_current_951c 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%);
}
.dropdown_current_951c:focus,
.dropdown_current_951c: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);
}
.footer_static_087b {
  border-radius: 10%;
}
.dropdown-copper-d640 {
  border-radius: 50%;
}
.blue_76c6 {
  font-size: 0.72em;
}
.picture_eb0d {
  font-size: 0.875em;
}
.carousel-over-577b {
  font-size: 1.1em;
}
.input-8961 {
  text-transform: uppercase;
  line-height: 1.2;
}
.input-8961.blue_76c6 {
  letter-spacing: 0.5px;
}
.footer-hard-fd04,
.footer-hard-fd04 a {
  color: #6d6d6d;
}
.footer-hard-fd04 a:hover {
  color: #111;
}
.full-8a20 {
  color: #6d6d6d;
}
.content_first_9420 {
  overflow-x: hidden;
}
.content_first_9420 .outline_tiny_52bf.carousel_lower_ccf5 {
  position: relative;
}
.content_first_9420 .outline_tiny_52bf.carousel_lower_ccf5.element-prev-6604 {
  position: initial;
}
.content_first_9420
  .outline_tiny_52bf.carousel_lower_ccf5.element-prev-6604
  .alert_2177 {
  left: auto;
}
.content_first_9420 .outline_tiny_52bf .alert_2177 {
  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;
}
.content_first_9420 .outline_tiny_52bf:hover.carousel_lower_ccf5 {
  -webkit-transition-delay: 0s !important;
  transition-delay: 0s !important;
  outline: 1px solid #0073aa;
  outline-offset: -1px;
}
.content_first_9420
  .outline_tiny_52bf:hover.carousel_lower_ccf5
  .alert_2177 {
  display: block;
  z-index: 9999999;
}
.content_first_9420 .lower_fe07 .background-f8a1,
.content_first_9420 .logo-aa8c .background-f8a1 {
  display: none;
}
.content_first_9420 .footer_9af3 .outline_tiny_52bf:hover.carousel_lower_ccf5 {
  outline: 1px dashed #ff472e;
  outline-offset: -1px;
}
.media_up_c3f2 .pattern-plasma-0781 label,
.media_up_c3f2 .banner-44fe label,
.media_up_c3f2 .pro-2f4e label,
.media_up_c3f2 .footer_middle_0d3b label {
  text-transform: uppercase;
  letter-spacing: 0.5px;
  font-size: 0.85em;
}
.picture-a3f2 {
  list-style: none;
  margin: 0;
}
.picture-a3f2 article.mask_7979 {
  margin-bottom: 0;
}
.picture-a3f2 ul {
  list-style: none;
  margin: 0;
}
.picture-a3f2 .pattern_left_81a4 li.mask_7979 {
  padding-left: 30px;
}
@media screen and (min-width: 64em) {
  .picture-a3f2 .pattern_left_81a4 li.mask_7979 {
    padding-left: 85px;
    border-left: 1px solid #eaecee;
    position: relative;
    width: 100%;
  }
  .picture-a3f2 .pattern_left_81a4 li.mask_7979:after {
    content: "";
    display: block;
    position: absolute;
    float: left;
    top: 1.618em;
    left: 0;
    width: 1.618em;
    height: 1px;
    background-color: #eaecee;
  }
}
@media screen and (max-width: 48em) {
  .picture-a3f2 .pattern_left_81a4 li.mask_7979 li.mask_7979 li.mask_7979 li.mask_7979 {
    padding-left: 0;
  }
}
article.mask_7979 {
  padding: 1.618em 0;
  margin-bottom: 1.618em;
}
article.mask_7979 .plasma_9b45 p:last-of-type {
  margin-bottom: 0;
}
article.mask_7979 .section-blue-adc6 {
  float: left;
}
article.mask_7979 .tall-ed53 {
  margin-left: 85px;
}
article.mask_7979 .accent-56ff {
  display: block;
  margin: 12px 0 12px;
  padding-bottom: 4px;
  border-bottom: 1px solid #eaecee;
}
article.mask_7979 .accent-56ff .icon-b914 {
  margin-left: 10px;
}
article.mask_7979 .shade-lite-368c {
  font-weight: 500;
  text-transform: uppercase;
  line-height: 1;
  font-style: normal;
}
article.mask_7979 .chip_gas_7216 {
  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 .pattern-plasma-0781,
  #respond .pro-2f4e,
  #respond .footer_middle_0d3b {
    width: 29.4117647059%;
    margin-right: 5.8823529412%;
    float: left;
  }
}
#respond .pattern-plasma-0781 input,
#respond .pro-2f4e input,
#respond .footer_middle_0d3b input {
  width: 100%;
}
#respond .footer_middle_0d3b {
  margin-right: 0;
}
#respond .box_easy_54f2 #wp-comment-cookies-consent {
  position: relative;
  top: -1px;
  margin-right: 5px;
}
.lower_fe07 .picture_8bc9 {
  color: rgba(255, 255, 255, 0.99);
  background: rgba(0, 0, 0, 0.9);
}
.picture_8bc9 .tabs_63f3.media_smooth_1e98 .outline-east-7a99 > li > a:focus,
.picture_8bc9 .tabs_63f3.media_smooth_1e98 .outline-east-7a99 > li > a:hover,
.picture_8bc9 .tabs_63f3.accordion_c86b .outline-east-7a99 > li > a:focus,
.picture_8bc9 .tabs_63f3.accordion_c86b .outline-east-7a99 > li > a:hover,
.picture_8bc9 .tabs_63f3.dirty_5050 .outline-east-7a99 > li > a:focus,
.picture_8bc9 .tabs_63f3.dirty_5050 .outline-east-7a99 > li > a:hover {
  color: rgba(255, 255, 255, 0.99);
}
.picture_8bc9
  .tabs_63f3.media_smooth_1e98
  .outline-east-7a99
  > li.blue-4e35
  > a,
.picture_8bc9
  .tabs_63f3.media_smooth_1e98
  .outline-east-7a99
  > li.pattern-fluid-f8ee
  > a,
.picture_8bc9
  .tabs_63f3.accordion_c86b
  .outline-east-7a99
  > li.blue-4e35
  > a,
.picture_8bc9
  .tabs_63f3.accordion_c86b
  .outline-east-7a99
  > li.pattern-fluid-f8ee
  > a,
.picture_8bc9
  .tabs_63f3.dirty_5050
  .outline-east-7a99
  > li.blue-4e35
  > a,
.picture_8bc9 .tabs_63f3.dirty_5050 .outline-east-7a99 > li.tabs_right_f190 > a {
  color: rgba(255, 255, 255, 0.99);
}
.picture_8bc9 .breadcrumb-b9c7,
.picture_8bc9 .breadcrumb-b9c7 a {
  color: rgba(255, 255, 255, 0.99);
}
.picture_8bc9 .chip_43e9.header-left-6d0b li a,
.picture_8bc9 .video-7af8 a,
.picture_8bc9 .narrow-248f,
.picture_8bc9 .outline-east-7a99 > li > a,
.picture_8bc9 .yellow_a30d {
  color: rgba(255, 255, 255, 0.79);
}
.picture_8bc9 .chip_43e9.header-left-6d0b li a:hover,
.picture_8bc9 .video-7af8 a:hover,
.picture_8bc9 .narrow-248f:hover,
.picture_8bc9 .outline-east-7a99 > li > a:hover,
.picture_8bc9 .yellow_a30d:hover {
  color: rgba(255, 255, 255, 0.99);
}
.picture_8bc9 .modal_action_d790 {
  color: rgba(255, 255, 255, 0.79);
}
.picture_8bc9 .modal_action_d790 .advanced_854b {
  color: rgba(255, 255, 255, 0.99);
}
.picture_8bc9 .modal_action_d790:hover {
  color: rgba(255, 255, 255, 0.99);
}
.picture_8bc9 .under-4722 .aside_current_9453 {
  background: rgba(255, 255, 255, 0.03);
  border-color: rgba(255, 255, 255, 0.08);
  color: rgba(255, 255, 255, 0.79);
}
.picture_8bc9 .under-4722 .aside_current_9453 .header_ced5 {
  color: rgba(255, 255, 255, 0.79);
}
.picture_8bc9
  .under-4722
  .aside_current_9453
  .header_ced5::-webkit-input-placeholder {
  color: rgba(255, 255, 255, 0.79);
}
.picture_8bc9
  .under-4722
  .aside_current_9453
  .header_ced5:-ms-input-placeholder {
  color: rgba(255, 255, 255, 0.79);
}
.picture_8bc9
  .under-4722
  .aside_current_9453
  .header_ced5::-ms-input-placeholder {
  color: rgba(255, 255, 255, 0.79);
}
.picture_8bc9
  .under-4722
  .aside_current_9453
  .header_ced5::placeholder {
  color: rgba(255, 255, 255, 0.79);
}
.picture_8bc9 .under-4722 .banner_9ff5 {
  color: rgba(255, 255, 255, 0.79);
}
.picture_8bc9 .under-4722 .banner_9ff5:hover {
  color: rgba(255, 255, 255, 0.99);
}
.gradient_smooth_d9e1
  .picture_8bc9
  .under-4722
  .background-c4cd
  .highlight_action_8c9a {
  background-color: rgba(255, 255, 255, 0.03);
  border-color: rgba(255, 255, 255, 0.08);
  color: rgba(255, 255, 255, 0.79);
}
.gradient_smooth_d9e1
  .picture_8bc9
  .under-4722
  .background-c4cd
  .header_ced5 {
  background-color: rgba(255, 255, 255, 0.03) !important;
  border-color: rgba(255, 255, 255, 0.08);
  color: rgba(255, 255, 255, 0.79);
}
.lower_fe07 .row_stale_ab49 {
  color: rgba(0, 0, 0, 0.6);
  background: rgba(255, 255, 255, 0.9);
}
.row_stale_ab49 .tabs_63f3.media_smooth_1e98 .outline-east-7a99 > li > a:focus,
.row_stale_ab49 .tabs_63f3.media_smooth_1e98 .outline-east-7a99 > li > a:hover,
.row_stale_ab49 .tabs_63f3.accordion_c86b .outline-east-7a99 > li > a:focus,
.row_stale_ab49 .tabs_63f3.accordion_c86b .outline-east-7a99 > li > a:hover,
.row_stale_ab49 .tabs_63f3.dirty_5050 .outline-east-7a99 > li > a:focus,
.row_stale_ab49 .tabs_63f3.dirty_5050 .outline-east-7a99 > li > a:hover {
  color: rgba(0, 0, 0, 0.8);
}
.row_stale_ab49
  .tabs_63f3.media_smooth_1e98
  .outline-east-7a99
  > li.blue-4e35
  > a,
.row_stale_ab49
  .tabs_63f3.media_smooth_1e98
  .outline-east-7a99
  > li.pattern-fluid-f8ee
  > a,
.row_stale_ab49
  .tabs_63f3.accordion_c86b
  .outline-east-7a99
  > li.blue-4e35
  > a,
.row_stale_ab49
  .tabs_63f3.accordion_c86b
  .outline-east-7a99
  > li.pattern-fluid-f8ee
  > a,
.row_stale_ab49
  .tabs_63f3.dirty_5050
  .outline-east-7a99
  > li.blue-4e35
  > a,
.row_stale_ab49 .tabs_63f3.dirty_5050 .outline-east-7a99 > li.tabs_right_f190 > a {
  color: rgba(0, 0, 0, 0.8);
}
.row_stale_ab49 .breadcrumb-b9c7,
.row_stale_ab49 .breadcrumb-b9c7 a {
  color: rgba(0, 0, 0, 0.8);
}
.row_stale_ab49 .chip_43e9.header-left-6d0b li a,
.row_stale_ab49 .video-7af8 a,
.row_stale_ab49 .narrow-248f,
.row_stale_ab49 .outline-east-7a99 > li > a,
.row_stale_ab49 .yellow_a30d {
  color: rgba(0, 0, 0, 0.55);
}
.row_stale_ab49 .chip_43e9.header-left-6d0b li a:hover,
.row_stale_ab49 .video-7af8 a:hover,
.row_stale_ab49 .narrow-248f:hover,
.row_stale_ab49 .outline-east-7a99 > li > a:hover,
.row_stale_ab49 .yellow_a30d:hover {
  color: rgba(0, 0, 0, 0.8);
}
.row_stale_ab49 .modal_action_d790 {
  color: rgba(0, 0, 0, 0.55);
}
.row_stale_ab49 .modal_action_d790 .advanced_854b {
  color: rgba(0, 0, 0, 0.8);
}
.row_stale_ab49 .modal_action_d790:hover {
  color: rgba(0, 0, 0, 0.8);
}
.shade-dim-922b .accordion-f3e0 {
  margin-left: auto;
  margin-right: auto;
}
.text-bronze-13f0 > * {
  margin-left: auto;
  margin-right: auto;
}
.text-bronze-13f0 .texture_north_f1d2 {
  margin-right: 1.41575em;
}
.iron_1ee1 .text-bronze-13f0 > .nav-dbad {
  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;
}
.iron_1ee1 .text-bronze-13f0 > .badge_c73d {
  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;
}
.purple-45fa.shade-dim-922b .accordion-f3e0,
.sort-eadf.shade-dim-922b .accordion-f3e0 {
  margin-left: 0;
}
.hover-huge-145f.shade-dim-922b .accordion-f3e0,
.under_3ef9.shade-dim-922b .accordion-f3e0 {
  margin-right: 0;
}
.text-bronze-13f0 ol,
.text-bronze-13f0 ul {
  margin: 1.5em auto;
  list-style-position: outside;
}
.module-1513 video {
  max-width: 100%;
}
.basic-7288 img {
  display: block;
}
.basic-7288.texture_north_f1d2,
.basic-7288.motion-3475 {
  width: 100%;
}
.basic-7288.badge_c73d img {
  width: 100vw;
  width: calc(var(--vw, 1vw) * 100);
}
.surface_east_0c2b:not(.medium-c679) {
  margin: 1.5em auto;
}
.banner_mini_e20b p {
  padding: 1.5em 14px;
}
ul.selected-e61c.badge_c73d,
ul.selected-e61c.nav-dbad,
ul.selected-e61c.detail-plasma-6932.nav-dbad {
  padding: 0 14px;
}
.carousel_smooth_ca2b {
  display: block;
  overflow-x: auto;
}
.carousel_smooth_ca2b table {
  border-collapse: collapse;
  width: 100%;
}
.carousel_smooth_ca2b td,
.carousel_smooth_ca2b th {
  padding: 0.5em;
}
.text-bronze-13f0 li {
  margin-left: 2.5em;
  margin-bottom: 6px;
}
.text-bronze-13f0 ol ol,
.text-bronze-13f0 ol ul,
.text-bronze-13f0 ul ol,
.text-bronze-13f0 ul ul {
  margin-bottom: 0;
  margin-top: 0;
  margin-left: 2.5em;
}
.text-bronze-13f0 ol ol li,
.text-bronze-13f0 ol ul li,
.text-bronze-13f0 ul ol li,
.text-bronze-13f0 ul ul li {
  margin-left: 0;
}
.slow_fa3a.surface_right_8b26 > .dynamic-117e {
  position: relative;
  width: 100%;
  height: 0;
  padding-top: 56.25%;
}
.slow_fa3a.surface_right_8b26 > .dynamic-117e iframe,
.slow_fa3a.surface_right_8b26 > .dynamic-117e > object {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}
.block-center-4e0c {
  border-left-width: 4px;
  border-left-color: currentColor;
}
.block-center-4e0c.logo-1af0 {
  padding: 0;
}
.block-center-4e0c.logo-1af0 cite {
  font-size: 13px;
}
.block-center-4e0c > * {
  margin-left: 16px;
  margin-right: 16px;
}
.block-center-4e0c cite {
  font-style: normal;
  margin-top: 1em;
  position: relative;
  font-size: 13px;
}
.feature-copper-3b08 {
  border-bottom: 4px solid currentColor;
  border-top: 4px solid currentColor;
  margin-left: 0;
  margin-right: 0;
  padding: 3em 0;
  text-align: center;
}
.feature-copper-3b08 > p:first-child {
  margin-top: 0;
}
.feature-copper-3b08 cite {
  font-size: 13px;
  font-style: normal;
  text-transform: uppercase;
}
.feature-copper-3b08 blockquote {
  border-left: 0;
}
.active_99a8 {
  margin: 3em auto;
  border: none;
  border-bottom: 2px solid currentColor;
}
.active_99a8:not(.sidebar-east-917f) {
  max-width: 100px;
}
.active_99a8.paragraph-gold-8fc8 {
  border-bottom: none !important;
  text-align: center;
}
.active_99a8.paragraph-gold-8fc8::before {
  padding-left: 0;
  font-size: 30px;
}
@media screen and (min-width: 768px) {
  .banner_mini_e20b p {
    padding: 1.5em 0;
  }
}
.chip-d5f6 {
  color: #0073aa;
}
.column_262d {
  background-color: #0073aa;
}
.highlight-4057 {
  color: #229fd8;
}
.logo-fixed-8acc {
  background-color: #229fd8;
}
.rough-5b9a {
  color: #eee;
}
.logo-80f1 {
  background-color: #eee;
}
.row-f9d7 {
  color: #444;
}
.element-8831 {
  background-color: #444;
}
.notice-cfd1 {
  padding: 0;
  -webkit-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  text-size-adjust: 100%;
  line-height: 13px;
}
.notice-cfd1 .pattern_tiny_8a34 .video-7af8 {
  font-size: 15px;
}
.notice-cfd1 .video-7af8 {
  line-height: 1.3;
}
.notice-cfd1 .row_stale_ab49 {
}
.notice-cfd1 .picture_8bc9 {
  background: #235787;
}
.outer_3ddf {
  padding: 0;
}
.outer_3ddf .picture_8bc9 {
  background: #1a1a1a;
}
.outer_3ddf .row_stale_ab49 {
  box-shadow: 0 1px 2px 0 #e1e5ea;
  background: #fff;
}
.fast-e9d8 {
  padding: 0;
  border-left: none;
  border-right: none;
}
.fast-e9d8 .row_stale_ab49 {
  box-shadow: 0 1px 2px 0 #e1e5ea;
}
.fast-e9d8 .picture_8bc9 {
  background: #303030;
}
.shade_basic_9d90 {
  position: relative;
  z-index: 10;
}
.shade_basic_9d90 .preview-fixed-b9ef {
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
  -webkit-box-pack: center;
  justify-content: center;
}
.pink_92a1 .carousel_lower_ccf5 {
  display: inline-block;
  vertical-align: middle;
}
.pink_92a1.footer_c80d .carousel_lower_ccf5 {
  margin-right: 1em;
}
@media screen and (max-width: 1024px) {
  .pink_92a1.footer_c80d .carousel_lower_ccf5 {
    margin-right: 1em;
  }
}
@media screen and (max-width: 568px) {
  .pink_92a1.footer_c80d .carousel_lower_ccf5 {
    margin-right: 0.4em;
  }
}
.pink_92a1.footer_c80d .carousel_lower_ccf5:last-child {
  margin-right: 0;
}
.menu-6992 .preview-fixed-b9ef {
  max-width: initial;
}
@media screen and (min-width: 1025px) {
  .lower_fe07 .pattern_tiny_8a34 {
    margin: 0 -0.5em;
  }
  .lower_fe07 .pattern_tiny_8a34 [class*="customify-col-"],
  .lower_fe07 .pattern_tiny_8a34 [class*="customify-col_"],
  .lower_fe07 .pattern_tiny_8a34 [class~="customify-col-"] {
    padding-left: 0.5em;
    padding-right: 0.5em;
  }
}
.lower_fe07.outer_d1e3 .preview-fixed-b9ef {
  background: 0 0 !important;
}
.lower_fe07.outer_d1e3 .preview-fixed-b9ef,
.lower_fe07.menu-6992 .preview-fixed-b9ef {
  border: 0 none !important;
  box-shadow: none !important;
}
@media screen and (min-width: 1025px) {
  .lower_fe07.description_down_3e3e {
    background: 0 0 !important;
    border: 0 none;
    box-shadow: none !important;
  }
}
.lower_fe07.menu-6992 .preview-fixed-b9ef {
  box-shadow: none !important;
}
.section-cold-7859 {
  padding: 21px 0 22px;
  border-bottom: 1px solid #eaecee;
  word-break: break-word;
  background: #f9f9f9;
}
@media screen and (max-width: 1024px) {
  .section-cold-7859 {
    padding: 19px 0 20px;
  }
}
@media screen and (max-width: 568px) {
  .section-cold-7859 {
    padding: 18px 0 20px;
  }
}
.section-cold-7859 .button_copper_2cd3 {
  width: 100%;
}
.section-cold-7859 .module-e678 {
  margin-bottom: 0;
}
.section-cold-7859 .column-dynamic-1aeb {
  margin-top: 5px;
  font-size: 0.875em;
}
.banner_fixed_ce79 {
  padding: 9px 0 9px;
  border-bottom: 1px solid #eaecee;
  color: #6d6d6d;
  line-height: 1.6;
  background: #fff;
}
.banner_fixed_ce79 .summary_wide_475b {
  width: 100%;
}
.banner_079e {
  list-style: none;
  margin: 0 1em;
  padding: 0;
}
.banner_079e li {
  display: inline-block;
  position: relative;
  padding-right: 10px;
}
.banner_079e 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;
}
.banner_079e li:last-child:after {
  display: none;
}
.banner_079e li a {
  font-weight: 500;
  margin-right: 10px;
}
.clean_fcd8 .background-f8a1 button,
.section-cold-7859 .background-f8a1 button {
  left: 0;
}
.clean_fcd8 .summary_wide_475b,
.section-cold-7859 .summary_wide_475b {
  padding-left: 0;
  padding-right: 0;
}
.clean_fcd8 .banner_fixed_ce79,
.section-cold-7859 .banner_fixed_ce79 {
  border-bottom: none;
  padding-bottom: 0;
  background: 0 0;
}
.clean_fcd8 {
  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;
}
.clean_fcd8: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;
}
.clean_fcd8 .box_4feb {
  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) {
  .clean_fcd8 .box_4feb {
    min-height: 300px;
  }
}
@media screen and (max-width: 1024px) {
  .clean_fcd8 .box_4feb {
    min-height: 250px;
    padding: 1em 15px;
  }
}
@media screen and (max-width: 568px) {
  .clean_fcd8 .box_4feb {
    min-height: 200px;
  }
}
.clean_fcd8 .banner_079e {
  color: rgba(255, 255, 255, 0.8);
}
.clean_fcd8 .banner_079e a,
.clean_fcd8 .banner_079e li:after {
  color: inherit;
}
.clean_fcd8 .banner_079e a:hover {
  color: rgba(255, 255, 255, 0.8);
}
.left_8da6 {
  margin-bottom: 0.5em;
}
.warm_475b {
  margin-bottom: 1.2em;
}
.warm_475b,
.left_8da6 {
  display: inline-block;
  position: relative;
  color: rgba(255, 255, 255, 0.99);
  z-index: 5;
}
.warm_475b p:last-child,
.left_8da6 p:last-child {
  margin-bottom: 0;
}
#header-menu-sidebar .background-f8a1,
#masthead .background-f8a1 {
  display: none;
}
#masthead
  > .background-f8a1.mini_e286 {
  display: none;
}
#masthead > .background-f8a1 button {
  left: 0;
}
.pattern-old-e2b8 {
  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%;
}
.pattern-old-e2b8 .carousel_lower_ccf5 {
  display: -webkit-inline-box;
  display: inline-flex;
  -webkit-box-align: center;
  align-items: center;
  margin-left: 0.5em;
  margin-right: 0.5em;
}
.pattern-old-e2b8 .hot-3817 {
  display: -webkit-box;
  display: flex;
}
.pattern-old-e2b8 .hot-3817.status_lower_1689 {
  -webkit-box-pack: center;
  justify-content: center;
  margin-left: 1em;
  margin-right: 1em;
}
.pattern-old-e2b8 .hot-3817.disabled_a653 {
  -webkit-box-pack: start;
  justify-content: flex-start;
  margin-right: auto;
  -webkit-box-flex: 1;
  flex: 1 1 0;
}
.pattern-old-e2b8 .hot-3817.nav_ed13 {
  margin-left: auto;
  -webkit-box-pack: end;
  justify-content: flex-end;
  -webkit-box-flex: 1;
  flex: 1 1 0;
}
.pattern-old-e2b8.under-19cc.mini_0040 .hot-3817.status_lower_1689 {
  flex-basis: 100%;
}
.pattern-old-e2b8.widget-fb40 .hot-3817.disabled_a653 {
  -webkit-box-flex: 1;
  flex: auto;
}
.pattern-old-e2b8.widget-fb40 .hot-3817.nav_ed13 {
  -webkit-box-flex: 1;
  flex: auto;
}
#masthead
  > .background-f8a1.mini_e286 {
  display: none;
}
#masthead > .background-f8a1 button {
  left: 0;
}
.backdrop-df88 {
  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;
}
.backdrop-df88:hover {
  box-shadow: inset 0 0 0 120px rgba(0, 0, 0, 0.18);
  color: #fff;
}
.backdrop-df88.tabs_9ddd i {
  margin-right: 4px;
}
.backdrop-df88.up-96b5 i {
  margin-left: 5px;
}
.video-7af8 p {
  font-weight: 500;
  text-transform: uppercase;
  font-size: 13px;
}
.video-7af8 p:last-child {
  margin-bottom: 0;
}
.under-734f {
  display: -webkit-box;
  display: flex;
  line-height: 0.9;
  vertical-align: middle;
}
.under-734f a {
  display: inline-block;
  text-transform: uppercase;
  letter-spacing: 0.4px;
  font-weight: 600;
}
.under-734f img {
  display: block;
  width: auto;
  line-height: 1;
}
.under-734f .breadcrumb-b9c7 {
  font-size: 1.5em;
  margin: 0;
  font-weight: 600;
  line-height: 1.216;
}
.under-734f .hover_079d {
  margin: 5px 0 7px 0;
}
.under-734f.pressed-1c04 .gallery_1a96 {
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
  -webkit-box-pack: center;
  justify-content: center;
}
.under-734f.pressed-1c04 .content_pink_e5cd {
  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;
}
.under-734f.form_dynamic_1e81 {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  flex-direction: row-reverse;
}
.under-734f.form_dynamic_1e81 .gallery_1a96 {
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
  -webkit-box-pack: center;
  justify-content: center;
}
.under-734f.form_dynamic_1e81 .content_pink_e5cd {
  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;
}
.under-734f.modal-c8e9 {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
}
.under-734f.search_in_6ca2 {
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
  flex-direction: column-reverse;
}
.under-734f.search_in_6ca2 .content_pink_e5cd {
  margin-top: 7px;
}
.gallery-large-c8e2 {
  display: inline-block;
}
.shade_basic_9d90 .container-2853 .under-734f img {
  max-width: 100%;
}
.tabs_63f3 .column-6381.tag-06da,
.alert-gold-d17a .column-6381.tag-06da {
  position: relative;
  display: -webkit-inline-box;
  display: inline-flex;
  -webkit-box-align: center;
  align-items: center;
}
.tabs_63f3 .border-west-9841,
.alert-gold-d17a .border-west-9841 {
  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%);
}
.tabs_63f3 .border-west-9841 {
  display: inline;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-decoration: none !important;
}
.tabs_63f3.last_3c26 .border-west-9841 {
  display: none;
}
.tabs_63f3 .media_10d0 {
  list-style: none;
  padding: 0;
  margin: 0;
}
.tabs_63f3 .media_10d0 li {
  display: inline-block;
  position: relative;
}
.tabs_63f3 .media_10d0 li:last-child {
  margin-right: 0;
}
.tabs_63f3 .media_10d0 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;
}
.tabs_63f3 .media_10d0 li.tabs_right_f190 > a {
  color: rgba(0, 0, 0, 0.9);
}
.tabs_63f3 .media_10d0 > 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;
}
.tabs_63f3 .media_10d0 > li > a i {
  line-height: 0;
}
.tabs_63f3 .media_10d0 > li.outline-bc2b > a .border-west-9841 {
  margin-left: 4px;
  line-height: 0;
}
.tabs_63f3 .media_10d0 .lower-17cb li.outline-bc2b > a {
  position: relative;
}
.tabs_63f3 .media_10d0 .lower-17cb li.outline-bc2b > a:after,
.tabs_63f3 .media_10d0 .lower-17cb li.outline-bc2b > a:before {
  content: "";
  display: table;
}
.tabs_63f3 .media_10d0 .lower-17cb li.outline-bc2b > a:after {
  clear: both;
}
.tabs_63f3 .media_10d0 .lower-17cb li.outline-bc2b > a .border-west-9841 {
  margin-left: 5px;
  float: right;
}
.tabs_63f3 .tag-pink-fde4,
.tabs_63f3 .lower-17cb {
  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;
}
.tabs_63f3 .lower-17cb {
  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;
}
.tabs_63f3 .lower-17cb .tag-06da {
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: justify;
  justify-content: space-between;
}
.tabs_63f3 .lower-17cb .border-west-9841 {
  -webkit-transform: rotate(135deg) translateY(0);
  -ms-transform: rotate(135deg) translateY(0);
  transform: rotate(135deg) translateY(0);
}
.tabs_63f3 .lower-17cb li {
  display: block;
  margin: 0;
  padding: 0;
}
.tabs_63f3 .lower-17cb 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;
}
.tabs_63f3 .lower-17cb li a:hover {
  background: rgba(0, 0, 0, 0.015);
  color: rgba(0, 0, 0, 0.8);
}
.tabs_63f3 .lower-17cb .lower-17cb {
  top: 0;
  left: 100%;
}
.tabs_63f3 .dropdown_2bee.fn-focus-74a2 > .tag-pink-fde4,
.tabs_63f3 .dropdown_2bee.fn-focus-74a2 > .lower-17cb,
.tabs_63f3 .dropdown_2bee:focus > .tag-pink-fde4,
.tabs_63f3 .dropdown_2bee:focus > .lower-17cb,
.tabs_63f3 .dropdown_2bee:hover > .tag-pink-fde4,
.tabs_63f3 .dropdown_2bee:hover > .lower-17cb {
  height: auto;
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
  overflow: initial;
  visibility: visible;
  opacity: 1;
}
.tabs_63f3.dirty_5050 .outline-east-7a99:after,
.tabs_63f3.dirty_5050 .outline-east-7a99:before {
  content: "";
  display: table;
}
.tabs_63f3.dirty_5050 .outline-east-7a99:after {
  clear: both;
}
.tabs_63f3.dirty_5050 .outline-east-7a99 > li {
  float: left;
}
.tabs_63f3.breadcrumb_stale_bdfd .outline-east-7a99:after,
.tabs_63f3.breadcrumb_stale_bdfd .outline-east-7a99:before {
  content: "";
  display: table;
}
.tabs_63f3.breadcrumb_stale_bdfd .outline-east-7a99:after {
  clear: both;
}
.tabs_63f3.breadcrumb_stale_bdfd .outline-east-7a99 > li {
  float: left;
}
.tabs_63f3.breadcrumb_stale_bdfd .outline-east-7a99 > li > a {
  background: 0 0;
  display: -webkit-inline-box;
  display: inline-flex;
  vertical-align: middle;
  -webkit-box-align: center;
  align-items: center;
}
.tabs_63f3.breadcrumb_stale_bdfd .outline-east-7a99 > li > a:hover {
  color: #fff;
  background-color: #1e4b75;
}
.tabs_63f3.breadcrumb_stale_bdfd .outline-east-7a99 > li.blue-4e35 > a,
.tabs_63f3.breadcrumb_stale_bdfd .outline-east-7a99 > li.tabs_right_f190 > a {
  color: #fff;
  background-color: #1e4b75;
}
.tabs_63f3.media_smooth_1e98 .outline-east-7a99 > li > a .tag-06da {
  position: relative;
}
.tabs_63f3.media_smooth_1e98 .outline-east-7a99 > li > a .tag-06da: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;
}
.tabs_63f3.media_smooth_1e98
  .outline-east-7a99
  > li:focus
  > a
  .tag-06da:before,
.tabs_63f3.media_smooth_1e98
  .outline-east-7a99
  > li:hover
  > a
  .tag-06da:before {
  width: 100%;
  background-color: currentColor;
}
.tabs_63f3.media_smooth_1e98
  .outline-east-7a99
  > li.blue-4e35
  > a
  .tag-06da:before,
.tabs_63f3.media_smooth_1e98
  .outline-east-7a99
  > li.pattern-fluid-f8ee
  > a
  .tag-06da:before {
  width: 100%;
  background-color: currentColor;
}
.tabs_63f3.accordion_c86b .outline-east-7a99 > li > a .tag-06da {
  position: relative;
}
.tabs_63f3.accordion_c86b .outline-east-7a99 > li > a .tag-06da: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;
}
.tabs_63f3.accordion_c86b .outline-east-7a99 > li:focus > a .tag-06da:before,
.tabs_63f3.accordion_c86b
  .outline-east-7a99
  > li:hover
  > a
  .tag-06da:before {
  width: 100%;
  background-color: currentColor;
}
.tabs_63f3.accordion_c86b
  .outline-east-7a99
  > li.blue-4e35
  > a
  .tag-06da:before,
.tabs_63f3.accordion_c86b
  .outline-east-7a99
  > li.pattern-fluid-f8ee
  > a
  .tag-06da:before {
  width: 100%;
  background-color: currentColor;
}
.alert-gold-d17a .media_10d0 {
  margin: 0;
  padding: 0;
  list-style: none;
}
.alert-gold-d17a .media_10d0 li:first-child > a {
  border-top: none;
}
.alert-gold-d17a .media_10d0 .border_62cf > .tag-06da .border-west-9841 {
  display: none;
}
.alert-gold-d17a .media_10d0 li {
  list-style: none;
  position: relative;
  border-bottom: 1px solid transparent;
}
.alert-gold-d17a .media_10d0 li:last-child {
  border: none;
}
.alert-gold-d17a .media_10d0 li.outline-bc2b > a {
  padding-right: 45px !important;
}
.alert-gold-d17a .media_10d0 li a {
  display: block;
  padding: 0.55em 1.5em;
}
.alert-gold-d17a .media_10d0 li a:focus,
.alert-gold-d17a .media_10d0 li a:hover {
  background: rgba(0, 0, 0, 0.01);
}
.alert-gold-d17a .media_10d0 li .footer_5e2a {
  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;
}
.alert-gold-d17a .media_10d0 li .footer_5e2a:hover {
  box-shadow: none;
}
.alert-gold-d17a .media_10d0 li .footer_5e2a .border-west-9841 {
  -webkit-transform: rotate(-135deg) translateY(50%) translateX(50%);
  -ms-transform: rotate(-135deg) translateY(50%) translateX(50%);
  transform: rotate(-135deg) translateY(50%) translateX(50%);
}
.alert-gold-d17a .media_10d0 .lower-17cb {
  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);
}
.alert-gold-d17a .media_10d0 .lower-17cb li a {
  padding-left: 3em;
}
.alert-gold-d17a .media_10d0 .mask_left_d6f7 > a .footer_5e2a i {
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
.alert-gold-d17a .media_10d0 .mask_left_d6f7 > .lower-17cb {
  display: block;
  opacity: 1;
}
.input_ea17 {
  max-width: 100%;
}
.container_pressed_0521 {
  line-height: 0;
  cursor: pointer;
}
.yellow_a30d {
  line-height: 0;
  display: inline-block;
  position: relative;
  box-shadow: none;
}
.yellow_a30d:hover {
  box-shadow: none;
  color: currentColor;
}
.yellow_a30d svg {
  width: 18px;
  height: 18px;
}
.yellow_a30d .text-left-4b16 {
  display: none;
}
.tooltip_66a4 {
  position: relative;
}
.tooltip_66a4.fn-active-74a2 .yellow_a30d .large-6749 {
  display: none;
}
.tooltip_66a4.fn-active-74a2 .yellow_a30d .text-left-4b16 {
  display: inline-block;
}
.tooltip_66a4 .plasma_33c6 {
  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);
}
.tooltip_66a4.nav_5957 .plasma_33c6 {
  left: auto;
  right: -0.9em;
}
.tooltip_66a4.nav_5957 .slow-9596::before {
  left: auto;
  right: 15px;
}
.tooltip_66a4.fn-active-74a2 .plasma_33c6 {
  height: auto;
  overflow: initial;
  z-index: 26;
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
}
.background-c4cd {
  display: -webkit-box;
  display: flex;
  margin-bottom: 0;
  width: 100%;
  max-width: 100%;
}
.background-c4cd label {
  flex-basis: 100%;
}
.background-c4cd .aside_current_9453 {
  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;
}
.background-c4cd .header_ced5 {
  display: block;
  width: 100%;
  border-radius: 2px;
  height: 2.4em;
}
.background-c4cd .header_ced5:focus {
  background-color: transparent;
}
.background-c4cd button.banner_9ff5 {
  overflow: hidden;
  box-shadow: none;
  margin-left: -40px;
  background: 0 0;
  color: #6d6d6d;
  line-height: 0;
  padding: 0 0.7em;
  min-height: auto;
}
.background-c4cd button.banner_9ff5:hover {
  box-shadow: none;
  background-color: transparent;
  color: #686868;
}
.background-c4cd button.banner_9ff5 svg {
  width: 18px;
  height: 18px;
}
.background-c4cd input[type="submit"] {
  min-height: auto;
}
.under-4722 .background-c4cd .header_ced5 {
  border: 0;
  box-shadow: none;
  background-color: transparent;
}
.slow-9596 {
  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) {
  .slow-9596 {
    width: 220px;
  }
}
.slow-9596 label {
  flex-basis: 100%;
}
.slow-9596::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;
}
.gradient_smooth_d9e1 .under-4722 .background-c4cd {
  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;
}
.gradient_smooth_d9e1
  .under-4722
  .background-c4cd
  .aside_current_9453 {
  background-color: transparent;
  min-height: auto;
  flex-basis: 100%;
  display: -webkit-box;
  display: flex;
  border-style: none;
  border: none;
  box-shadow: none;
}
.gradient_smooth_d9e1 .under-4722 .background-c4cd .header_ced5 {
  border-color: transparent;
  height: auto;
  background-color: transparent;
  border: 0;
  border-style: none;
  box-shadow: none;
  -webkit-box-flex: 0;
  flex: 0 0 auto;
}
.gradient_smooth_d9e1
  .under-4722
  .background-c4cd
  .header_ced5:focus {
  background: 0 0;
}
.gradient_smooth_d9e1
  .under-4722
  .background-c4cd
  .highlight_action_8c9a {
  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;
}
.chip_43e9 {
  display: inline-block;
  margin: 0;
  padding: 0;
  list-style: none;
  position: relative;
}
.chip_43e9 li {
  list-style: none;
  display: inline-block;
  margin: 0 3px;
}
.chip_43e9 li:last-child {
  margin-right: 0;
}
.chip_43e9 li:first-child {
  margin-left: 0;
}
.chip_43e9.disabled_ebad a {
  color: #fff;
}
.chip_43e9.disabled_ebad a:hover {
  color: #fff;
}
.chip_43e9 a {
  color: currentColor;
  text-align: center;
  vertical-align: middle;
  width: 100%;
  padding: 0.4em;
  display: inline-block;
  line-height: 1;
  font-size: 13px;
}
.chip_43e9 a i {
  width: 1em;
  height: 1em;
  position: relative;
  display: block;
}
.chip_43e9 a i:before {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}
.chip_43e9 a:hover {
  opacity: 0.9;
  color: inherit;
}
.chip_43e9 [class*="social-icon-apple"] {
  background-color: #999;
}
.chip_43e9 [class*="social-icon-apple"].full-5940 {
  background-color: transparent;
  color: #999;
}
.chip_43e9 [class*="social-icon-behance"] {
  background-color: #1769ff;
}
.chip_43e9 [class*="social-icon-behance"].full-5940 {
  background-color: transparent;
  color: #1769ff;
}
.chip_43e9 [class*="social-icon-bitbucket"] {
  background-color: #205081;
}
.chip_43e9 [class*="social-icon-bitbucket"].full-5940 {
  background-color: transparent;
  color: #205081;
}
.chip_43e9 [class*="social-icon-codepen"] {
  background-color: #000;
}
.chip_43e9 [class*="social-icon-codepen"].full-5940 {
  background-color: transparent;
  color: #000;
}
.chip_43e9 [class*="social-icon-delicious"] {
  background-color: #39f;
}
.chip_43e9 [class*="social-icon-delicious"].full-5940 {
  background-color: transparent;
  color: #39f;
}
.chip_43e9 [class*="social-icon-digg"] {
  background-color: #005be2;
}
.chip_43e9 [class*="social-icon-digg"].full-5940 {
  background-color: transparent;
  color: #005be2;
}
.chip_43e9 [class*="social-icon-dribbble"] {
  background-color: #ea4c89;
}
.chip_43e9 [class*="social-icon-dribbble"].full-5940 {
  background-color: transparent;
  color: #ea4c89;
}
.chip_43e9 [class*="social-icon-envelope"] {
  background-color: #ea4335;
}
.chip_43e9 [class*="social-icon-envelope"].full-5940 {
  background-color: transparent;
  color: #ea4335;
}
.chip_43e9 [class*="social-icon-facebook"] {
  background-color: #3b5998;
}
.chip_43e9 [class*="social-icon-facebook"].full-5940 {
  background-color: transparent;
  color: #3b5998;
}
.chip_43e9 [class*="social-icon-flickr"] {
  background-color: #0063dc;
}
.chip_43e9 [class*="social-icon-flickr"].full-5940 {
  background-color: transparent;
  color: #0063dc;
}
.chip_43e9 [class*="social-icon-foursquare"] {
  background-color: #2d5be3;
}
.chip_43e9 [class*="social-icon-foursquare"].full-5940 {
  background-color: transparent;
  color: #2d5be3;
}
.chip_43e9 [class*="social-icon-github"] {
  background-color: #333;
}
.chip_43e9 [class*="social-icon-github"].full-5940 {
  background-color: transparent;
  color: #333;
}
.chip_43e9 [class*="social-icon-google-plus"] {
  background-color: #dd4b39;
}
.chip_43e9 [class*="social-icon-google-plus"].full-5940 {
  background-color: transparent;
  color: #dd4b39;
}
.chip_43e9 [class*="social-icon-houzz"] {
  background-color: #7ac142;
}
.chip_43e9 [class*="social-icon-houzz"].full-5940 {
  background-color: transparent;
  color: #7ac142;
}
.chip_43e9 [class*="social-icon-instagram"] {
  background-color: #262626;
}
.chip_43e9 [class*="social-icon-instagram"].full-5940 {
  background-color: transparent;
  color: #262626;
}
.chip_43e9 [class*="social-icon-jsfiddle"] {
  background-color: #487aa2;
}
.chip_43e9 [class*="social-icon-jsfiddle"].full-5940 {
  background-color: transparent;
  color: #487aa2;
}
.chip_43e9 [class*="social-icon-linkedin"] {
  background-color: #0077b5;
}
.chip_43e9 [class*="social-icon-linkedin"].full-5940 {
  background-color: transparent;
  color: #0077b5;
}
.chip_43e9 [class*="social-icon-medium"] {
  background-color: #00ab6b;
}
.chip_43e9 [class*="social-icon-medium"].full-5940 {
  background-color: transparent;
  color: #00ab6b;
}
.chip_43e9 [class*="social-icon-odnoklassniki"] {
  background-color: #f4731c;
}
.chip_43e9
  [class*="social-icon-odnoklassniki"].full-5940 {
  background-color: transparent;
  color: #f4731c;
}
.chip_43e9 [class*="social-icon-meetup"] {
  background-color: #ec1c40;
}
.chip_43e9 [class*="social-icon-meetup"].full-5940 {
  background-color: transparent;
  color: #ec1c40;
}
.chip_43e9 [class*="social-icon-pinterest"] {
  background-color: #bd081c;
}
.chip_43e9 [class*="social-icon-pinterest"].full-5940 {
  background-color: transparent;
  color: #bd081c;
}
.chip_43e9 [class*="social-icon-product-hunt"] {
  background-color: #da552f;
}
.chip_43e9 [class*="social-icon-product-hunt"].full-5940 {
  background-color: transparent;
  color: #da552f;
}
.chip_43e9 [class*="social-icon-reddit"] {
  background-color: #ff4500;
}
.chip_43e9 [class*="social-icon-reddit"].full-5940 {
  background-color: transparent;
  color: #ff4500;
}
.chip_43e9 [class*="social-icon-rss"] {
  background-color: #f26522;
}
.chip_43e9 [class*="social-icon-rss"].full-5940 {
  background-color: transparent;
  color: #f26522;
}
.chip_43e9 [class*="social-icon-shopping-cart"] {
  background-color: #4caf50;
}
.chip_43e9
  [class*="social-icon-shopping-cart"].full-5940 {
  background-color: transparent;
  color: #4caf50;
}
.chip_43e9 [class*="social-icon-skype"] {
  background-color: #00aff0;
}
.chip_43e9 [class*="social-icon-skype"].full-5940 {
  background-color: transparent;
  color: #00aff0;
}
.chip_43e9 [class*="social-icon-slideshare"] {
  background-color: #0077b5;
}
.chip_43e9 [class*="social-icon-slideshare"].full-5940 {
  background-color: transparent;
  color: #0077b5;
}
.chip_43e9 [class*="social-icon-snapchat"] {
  background-color: #fffc00;
}
.chip_43e9 [class*="social-icon-snapchat"].full-5940 {
  background-color: transparent;
  color: #fffc00;
}
.chip_43e9 [class*="social-icon-soundcloud"] {
  background-color: #f80;
}
.chip_43e9 [class*="social-icon-soundcloud"].full-5940 {
  background-color: transparent;
  color: #f80;
}
.chip_43e9 [class*="social-icon-spotify"] {
  background-color: #2ebd59;
}
.chip_43e9 [class*="social-icon-spotify"].full-5940 {
  background-color: transparent;
  color: #2ebd59;
}
.chip_43e9 [class*="social-icon-stack-overflow"] {
  background-color: #fe7a15;
}
.chip_43e9
  [class*="social-icon-stack-overflow"].full-5940 {
  background-color: transparent;
  color: #fe7a15;
}
.chip_43e9 [class*="social-icon-maldkfgram"] {
  background-color: #2ca5e0;
}
.chip_43e9 [class*="social-icon-maldkfgram"].full-5940 {
  background-color: transparent;
  color: #2ca5e0;
}
.chip_43e9 [class*="social-icon-tripadvisor"] {
  background-color: #589442;
}
.chip_43e9 [class*="social-icon-tripadvisor"].full-5940 {
  background-color: transparent;
  color: #589442;
}
.chip_43e9 [class*="social-icon-tumblr"] {
  background-color: #35465c;
}
.chip_43e9 [class*="social-icon-tumblr"].full-5940 {
  background-color: transparent;
  color: #35465c;
}
.chip_43e9 [class*="social-icon-twitch"] {
  background-color: #6441a5;
}
.chip_43e9 [class*="social-icon-twitch"].full-5940 {
  background-color: transparent;
  color: #6441a5;
}
.chip_43e9 [class*="social-icon-twitter"] {
  background-color: #1da1f2;
}
.chip_43e9 [class*="social-icon-twitter"].full-5940 {
  background-color: transparent;
  color: #1da1f2;
}
.chip_43e9 [class*="social-icon-vimeo"] {
  background-color: #1ab7ea;
}
.chip_43e9 [class*="social-icon-vimeo"].full-5940 {
  background-color: transparent;
  color: #1ab7ea;
}
.chip_43e9 [class*="social-icon-vk"] {
  background-color: #45668e;
}
.chip_43e9 [class*="social-icon-vk"].full-5940 {
  background-color: transparent;
  color: #45668e;
}
.chip_43e9 [class*="social-icon-weibo"] {
  background-color: #df2029;
}
.chip_43e9 [class*="social-icon-weibo"].full-5940 {
  background-color: transparent;
  color: #df2029;
}
.chip_43e9 [class*="social-icon-weixin"] {
  background-color: #7bb32e;
}
.chip_43e9 [class*="social-icon-weixin"].full-5940 {
  background-color: transparent;
  color: #7bb32e;
}
.chip_43e9 [class*="social-icon-whatsapp"] {
  background-color: #25d366;
}
.chip_43e9 [class*="social-icon-whatsapp"].full-5940 {
  background-color: transparent;
  color: #25d366;
}
.chip_43e9 [class*="social-icon-wordpress"] {
  background-color: #21759b;
}
.chip_43e9 [class*="social-icon-wordpress"].full-5940 {
  background-color: transparent;
  color: #21759b;
}
.chip_43e9 [class*="social-icon-xing"] {
  background-color: #026466;
}
.chip_43e9 [class*="social-icon-xing"].full-5940 {
  background-color: transparent;
  color: #026466;
}
.chip_43e9 [class*="social-icon-yelp"] {
  background-color: #af0606;
}
.chip_43e9 [class*="social-icon-yelp"].full-5940 {
  background-color: transparent;
  color: #af0606;
}
.chip_43e9 [class*="social-icon-youtube"] {
  background-color: #cd201f;
}
.chip_43e9 [class*="social-icon-youtube"].full-5940 {
  background-color: transparent;
  color: #cd201f;
}
.narrow-248f {
  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;
}
.narrow-248f:hover {
  box-shadow: none;
  background: 0 0;
}
.east_8a74 {
  background: 0 0 !important;
  text-transform: uppercase;
  font-size: 0.85em;
}
.sort_4411 {
  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;
}
.fixed-4c0c {
  display: inline-block;
  position: relative;
  vertical-align: middle;
}
.widget-silver-4d2e {
  display: block;
  top: 50%;
  background-color: currentcolor;
}
.widget-silver-4d2e,
.widget-silver-4d2e::after,
.widget-silver-4d2e::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;
}
.widget-silver-4d2e::after,
.widget-silver-4d2e::before {
  content: "";
  display: block;
  background-color: inherit;
}
.main-e0c4 .sort_4411 .fixed-4c0c {
  margin-top: -2px;
  width: 19px;
}
.main-e0c4 .sort_4411 .widget-silver-4d2e {
  margin-top: -1px;
}
.main-e0c4 .sort_4411 .widget-silver-4d2e,
.main-e0c4 .sort_4411 .widget-silver-4d2e::after,
.main-e0c4 .sort_4411 .widget-silver-4d2e::before {
  width: 19px;
  height: 2px;
}
.main-e0c4 .sort_4411 .widget-silver-4d2e::before {
  top: -6px;
}
.main-e0c4 .sort_4411 .widget-silver-4d2e::after {
  bottom: -6px;
}
.caption-dbbf .sort_4411 .fixed-4c0c {
  margin-top: -2px;
  width: 22px;
}
.caption-dbbf .sort_4411 .widget-silver-4d2e {
  margin-top: -1px;
}
.caption-dbbf .sort_4411 .widget-silver-4d2e,
.caption-dbbf .sort_4411 .widget-silver-4d2e::after,
.caption-dbbf .sort_4411 .widget-silver-4d2e::before {
  width: 22px;
  height: 2px;
}
.caption-dbbf .sort_4411 .widget-silver-4d2e::before {
  top: -7px;
}
.caption-dbbf .sort_4411 .widget-silver-4d2e::after {
  bottom: -7px;
}
.notice_paper_3988 .sort_4411 .fixed-4c0c {
  margin-top: -2px;
  width: 31px;
}
.notice_paper_3988 .sort_4411 .widget-silver-4d2e {
  margin-top: -1.5px;
}
.notice_paper_3988 .sort_4411 .widget-silver-4d2e,
.notice_paper_3988 .sort_4411 .widget-silver-4d2e::after,
.notice_paper_3988 .sort_4411 .widget-silver-4d2e::before {
  width: 31px;
  height: 3px;
}
.notice_paper_3988 .sort_4411 .widget-silver-4d2e::before {
  top: -9px;
}
.notice_paper_3988 .sort_4411 .widget-silver-4d2e::after {
  bottom: -9px;
}
@media screen and (min-width: 1025px) {
  .frame-3d83 .sort_4411 .fixed-4c0c {
    margin-top: -2px;
    width: 19px;
  }
  .frame-3d83 .sort_4411 .widget-silver-4d2e {
    margin-top: -1px;
  }
  .frame-3d83 .sort_4411 .widget-silver-4d2e,
  .frame-3d83 .sort_4411 .widget-silver-4d2e::after,
  .frame-3d83 .sort_4411 .widget-silver-4d2e::before {
    width: 19px;
    height: 2px;
  }
  .frame-3d83 .sort_4411 .widget-silver-4d2e::before {
    top: -6px;
  }
  .frame-3d83 .sort_4411 .widget-silver-4d2e::after {
    bottom: -6px;
  }
  .pink_570f .sort_4411 .fixed-4c0c {
    margin-top: -2px;
    width: 22px;
  }
  .pink_570f .sort_4411 .widget-silver-4d2e {
    margin-top: -1px;
  }
  .pink_570f .sort_4411 .widget-silver-4d2e,
  .pink_570f .sort_4411 .widget-silver-4d2e::after,
  .pink_570f .sort_4411 .widget-silver-4d2e::before {
    width: 22px;
    height: 2px;
  }
  .pink_570f .sort_4411 .widget-silver-4d2e::before {
    top: -7px;
  }
  .pink_570f .sort_4411 .widget-silver-4d2e::after {
    bottom: -7px;
  }
  .layout-0abb .sort_4411 .fixed-4c0c {
    margin-top: -2px;
    width: 31px;
  }
  .layout-0abb .sort_4411 .widget-silver-4d2e {
    margin-top: -1.5px;
  }
  .layout-0abb .sort_4411 .widget-silver-4d2e,
  .layout-0abb .sort_4411 .widget-silver-4d2e::after,
  .layout-0abb .sort_4411 .widget-silver-4d2e::before {
    width: 31px;
    height: 3px;
  }
  .layout-0abb .sort_4411 .widget-silver-4d2e::before {
    top: -9px;
  }
  .layout-0abb .sort_4411 .widget-silver-4d2e::after {
    bottom: -9px;
  }
}
@media screen and (max-width: 1024px) {
  .slider_glass_02c3 .sort_4411 .fixed-4c0c {
    margin-top: -2px;
    width: 19px;
  }
  .slider_glass_02c3 .sort_4411 .widget-silver-4d2e {
    margin-top: -1px;
  }
  .slider_glass_02c3 .sort_4411 .widget-silver-4d2e,
  .slider_glass_02c3 .sort_4411 .widget-silver-4d2e::after,
  .slider_glass_02c3 .sort_4411 .widget-silver-4d2e::before {
    width: 19px;
    height: 2px;
  }
  .slider_glass_02c3 .sort_4411 .widget-silver-4d2e::before {
    top: -6px;
  }
  .slider_glass_02c3 .sort_4411 .widget-silver-4d2e::after {
    bottom: -6px;
  }
  .panel_current_ce2c .sort_4411 .fixed-4c0c {
    margin-top: -2px;
    width: 22px;
  }
  .panel_current_ce2c .sort_4411 .widget-silver-4d2e {
    margin-top: -1px;
  }
  .panel_current_ce2c .sort_4411 .widget-silver-4d2e,
  .panel_current_ce2c .sort_4411 .widget-silver-4d2e::after,
  .panel_current_ce2c .sort_4411 .widget-silver-4d2e::before {
    width: 22px;
    height: 2px;
  }
  .panel_current_ce2c .sort_4411 .widget-silver-4d2e::before {
    top: -7px;
  }
  .panel_current_ce2c .sort_4411 .widget-silver-4d2e::after {
    bottom: -7px;
  }
  .info_purple_1fc7 .sort_4411 .fixed-4c0c {
    margin-top: -2px;
    width: 31px;
  }
  .info_purple_1fc7 .sort_4411 .widget-silver-4d2e {
    margin-top: -1.5px;
  }
  .info_purple_1fc7 .sort_4411 .widget-silver-4d2e,
  .info_purple_1fc7 .sort_4411 .widget-silver-4d2e::after,
  .info_purple_1fc7 .sort_4411 .widget-silver-4d2e::before {
    width: 31px;
    height: 3px;
  }
  .info_purple_1fc7 .sort_4411 .widget-silver-4d2e::before {
    top: -9px;
  }
  .info_purple_1fc7 .sort_4411 .widget-silver-4d2e::after {
    bottom: -9px;
  }
}
@media screen and (max-width: 568px) {
  .progress_d31b .sort_4411 .fixed-4c0c {
    margin-top: -2px;
    width: 19px;
  }
  .progress_d31b .sort_4411 .widget-silver-4d2e {
    margin-top: -1px;
  }
  .progress_d31b .sort_4411 .widget-silver-4d2e,
  .progress_d31b .sort_4411 .widget-silver-4d2e::after,
  .progress_d31b .sort_4411 .widget-silver-4d2e::before {
    width: 19px;
    height: 2px;
  }
  .progress_d31b .sort_4411 .widget-silver-4d2e::before {
    top: -6px;
  }
  .progress_d31b .sort_4411 .widget-silver-4d2e::after {
    bottom: -6px;
  }
  .liquid-01bf .sort_4411 .fixed-4c0c {
    margin-top: -2px;
    width: 22px;
  }
  .liquid-01bf .sort_4411 .widget-silver-4d2e {
    margin-top: -1px;
  }
  .liquid-01bf .sort_4411 .widget-silver-4d2e,
  .liquid-01bf .sort_4411 .widget-silver-4d2e::after,
  .liquid-01bf .sort_4411 .widget-silver-4d2e::before {
    width: 22px;
    height: 2px;
  }
  .liquid-01bf .sort_4411 .widget-silver-4d2e::before {
    top: -7px;
  }
  .liquid-01bf .sort_4411 .widget-silver-4d2e::after {
    bottom: -7px;
  }
  .banner-paper-e36e .sort_4411 .fixed-4c0c {
    margin-top: -2px;
    width: 31px;
  }
  .banner-paper-e36e .sort_4411 .widget-silver-4d2e {
    margin-top: -1.5px;
  }
  .banner-paper-e36e .sort_4411 .widget-silver-4d2e,
  .banner-paper-e36e .sort_4411 .widget-silver-4d2e::after,
  .banner-paper-e36e .sort_4411 .widget-silver-4d2e::before {
    width: 31px;
    height: 3px;
  }
  .banner-paper-e36e .sort_4411 .widget-silver-4d2e::before {
    top: -9px;
  }
  .banner-paper-e36e .sort_4411 .widget-silver-4d2e::after {
    bottom: -9px;
  }
}
.carousel_out_c8bf .widget-silver-4d2e {
  -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);
}
.carousel_out_c8bf .widget-silver-4d2e::before {
  -webkit-transition: top 75ms 0.12s ease, opacity 75ms ease;
  transition: top 75ms 0.12s ease, opacity 75ms ease;
}
.carousel_out_c8bf .widget-silver-4d2e::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);
}
.carousel_out_c8bf.silver_d67c .widget-silver-4d2e {
  -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);
}
.carousel_out_c8bf.silver_d67c .widget-silver-4d2e::before {
  top: 0;
  opacity: 0;
  -webkit-transition: top 75ms ease, opacity 75ms 0.12s ease;
  transition: top 75ms ease, opacity 75ms 0.12s ease;
}
.carousel_out_c8bf.silver_d67c .widget-silver-4d2e::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);
}
.title-4adb {
  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.old-8138:before {
  display: none;
}
.logo-aa8c {
  padding: 0;
  position: fixed;
  width: 100%;
  max-width: 100%;
  top: 0;
  z-index: 999900;
  visibility: hidden;
}
.logo-aa8c .surface-1f22 {
  padding: 1.4em 1.5em;
  border-bottom: 1px solid transparent;
}
.logo-aa8c .surface-1f22:last-of-type {
  border-bottom: none;
}
.logo-aa8c .surface-1f22.row_current_f749,
.logo-aa8c .surface-1f22.hero-easy-2d4e,
.logo-aa8c .surface-1f22.hidden-05f0 {
  padding: 0;
}
.logo-aa8c .alert-gold-d17a .footer_5e2a {
  color: currentColor;
}
.logo-aa8c .alert-gold-d17a .footer_5e2a:focus,
.logo-aa8c .alert-gold-d17a .footer_5e2a:hover {
  background: rgba(0, 0, 0, 0.01);
}
.logo-aa8c.row_stale_ab49 .modal_action_d790,
.logo-aa8c.row_stale_ab49 .video-7af8 a,
.logo-aa8c.row_stale_ab49 .outline-east-7a99 a,
.logo-aa8c.row_stale_ab49 .lower-17cb a {
  color: rgba(0, 0, 0, 0.55);
}
.logo-aa8c.row_stale_ab49 .modal_action_d790:hover,
.logo-aa8c.row_stale_ab49 .video-7af8 a:hover,
.logo-aa8c.row_stale_ab49 .outline-east-7a99 a:hover,
.logo-aa8c.row_stale_ab49 .lower-17cb a:hover {
  color: rgba(0, 0, 0, 0.8);
}
.logo-aa8c.row_stale_ab49 .advanced_854b {
  color: rgba(0, 0, 0, 0.8);
}
.logo-aa8c.row_stale_ab49 .surface-1f22 {
  border-color: rgba(0, 0, 0, 0.08);
}
.logo-aa8c.row_stale_ab49 .surface-1f22:before {
  background: rgba(0, 0, 0, 0.08);
}
.logo-aa8c.row_stale_ab49 .yellow-7292:before {
  background: rgba(255, 255, 255, 0.9);
}
.logo-aa8c.row_stale_ab49 .alert-gold-d17a .media_10d0 li a,
.logo-aa8c.row_stale_ab49 .alert-gold-d17a .footer_5e2a,
.logo-aa8c.row_stale_ab49 .lower-17cb {
  border-color: rgba(0, 0, 0, 0.08);
}
.logo-aa8c.row_stale_ab49 .alert-gold-d17a .footer_5e2a:focus,
.logo-aa8c.row_stale_ab49 .alert-gold-d17a .footer_5e2a:hover {
  background: rgba(0, 0, 0, 0.01);
}
.logo-aa8c.row_stale_ab49 .media_10d0 li {
  border-color: rgba(0, 0, 0, 0.08);
}
.logo-aa8c.picture_8bc9 .modal_action_d790,
.logo-aa8c.picture_8bc9 .video-7af8 a,
.logo-aa8c.picture_8bc9 .outline-east-7a99 .footer_5e2a,
.logo-aa8c.picture_8bc9 .outline-east-7a99 a,
.logo-aa8c.picture_8bc9 .lower-17cb a {
  color: rgba(255, 255, 255, 0.79);
}
.logo-aa8c.picture_8bc9 .modal_action_d790:hover,
.logo-aa8c.picture_8bc9 .video-7af8 a:hover,
.logo-aa8c.picture_8bc9 .outline-east-7a99 .footer_5e2a:hover,
.logo-aa8c.picture_8bc9 .outline-east-7a99 a:hover,
.logo-aa8c.picture_8bc9 .lower-17cb a:hover {
  color: rgba(255, 255, 255, 0.99);
}
.logo-aa8c.picture_8bc9 .advanced_854b {
  color: rgba(255, 255, 255, 0.99);
}
.logo-aa8c.picture_8bc9 .surface-1f22 {
  border-color: rgba(255, 255, 255, 0.08);
}
.logo-aa8c.picture_8bc9 .surface-1f22:before {
  background: rgba(255, 255, 255, 0.08);
}
.logo-aa8c.picture_8bc9 .yellow-7292:before {
  background: rgba(0, 0, 0, 0.9);
}
.logo-aa8c.picture_8bc9 .alert-gold-d17a .media_10d0 li a,
.logo-aa8c.picture_8bc9 .alert-gold-d17a .footer_5e2a,
.logo-aa8c.picture_8bc9 .lower-17cb {
  border-color: rgba(255, 255, 255, 0.08);
}
.logo-aa8c.picture_8bc9 .alert-gold-d17a .footer_5e2a:focus,
.logo-aa8c.picture_8bc9 .alert-gold-d17a .footer_5e2a:hover {
  background: rgba(0, 0, 0, 0.01);
}
.logo-aa8c.picture_8bc9 .media_10d0 li {
  border-color: rgba(255, 255, 255, 0.08);
}
.yellow-7292 {
  position: relative;
  word-con: break-word;
  min-height: 100%;
  display: block;
}
.yellow-7292:before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  display: block;
  min-height: 100%;
}
.active-fbfb {
  position: relative;
  word-con: break-word;
  min-height: 100%;
  display: block;
  padding: 1.2em 0;
}
.medium-32b4 .logo-aa8c {
  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;
}
.medium-32b4 .surface-1f22 {
  text-align: center;
  padding: 2em 1.5em;
  border: none;
  position: relative;
}
.medium-32b4 .surface-1f22: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) {
  .medium-32b4 .surface-1f22:before {
    width: 16%;
    left: 42%;
  }
}
.medium-32b4 .surface-1f22:last-child:before {
  content: none;
}
.medium-32b4 .surface-1f22[class*="-menu"] {
  padding: 2.5em 1.5em;
}
.medium-32b4 .alert-gold-d17a .media_10d0 li a {
  border: none;
  font-size: 140%;
  text-transform: uppercase;
  font-weight: 500;
}
.medium-32b4 .alert-gold-d17a .media_10d0 li a .footer_5e2a {
  display: inline-block;
  position: relative;
  border: 0 none;
  margin-right: -1.3em;
  top: -2px;
  padding: 0.28em 0.5em;
}
.medium-32b4 .alert-gold-d17a .lower-17cb {
  border: none;
}
.medium-32b4 .alert-gold-d17a .lower-17cb li a {
  text-transform: none;
  padding: 0.35em 1.5em;
  font-size: 100%;
}
.medium-32b4 .yellow-7292 {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}
.medium-32b4 .active-fbfb {
  max-width: 48em;
  margin: 3em auto;
  padding: 0;
}
.medium-32b4 .picture_8bc9 .yellow-7292:before {
  background: rgba(0, 0, 0, 0.9);
}
.medium-32b4 .row_stale_ab49.copper-204b .widget-silver-4d2e {
  background: rgba(0, 0, 0, 0.6);
}
.medium-32b4
  .row_stale_ab49.copper-204b
  .widget-silver-4d2e::after,
.medium-32b4
  .row_stale_ab49.copper-204b
  .widget-silver-4d2e:before {
  background: inherit;
}
.medium-32b4
  .row_stale_ab49.copper-204b:hover
  .widget-silver-4d2e {
  background: rgba(0, 0, 0, 0.8);
}
.solid_440d .logo-aa8c {
  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) {
  .solid_440d .logo-aa8c {
    width: auto;
    right: 45px;
  }
}
.overlay-large-5dc7 .logo-aa8c {
  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) {
  .overlay-large-5dc7 .logo-aa8c {
    width: auto;
    left: 45px;
  }
}
.old-8138 .logo-aa8c {
  position: relative;
  height: 0;
  display: block;
  visibility: visible;
  z-index: 999900;
  overflow: hidden;
}
.old-8138 .active-fbfb {
  max-width: 48em;
  margin: 0 auto;
}
.old-8138 .yellow-7292:before {
  box-shadow: inset 0 0 12px 0 rgba(0, 0, 0, 0.05);
}
.orange-848e {
  overflow-x: hidden;
  position: relative;
  width: 100%;
  display: block;
}
.orange-848e.medium-32b4 .logo-aa8c {
  z-index: 0;
  opacity: 0;
  height: 100%;
}
.orange-848e.solid_440d .logo-aa8c {
  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);
}
.orange-848e .logo-aa8c {
  visibility: visible;
}
.orange-848e.overlay-large-5dc7 .logo-aa8c {
  -webkit-transform: translateX(200%);
  -ms-transform: translateX(200%);
  transform: translateX(200%);
  height: 100%;
}
.info-edb2,
.active_a057 {
  overflow-x: hidden;
}
.info-edb2 .logo-aa8c {
  overflow: auto;
}
.info-edb2.medium-32b4 {
  overflow: initial;
  position: relative;
  width: 100%;
  display: block;
}
.info-edb2.medium-32b4 .logo-aa8c {
  z-index: 999900;
  opacity: 1;
  visibility: visible;
}
.info-edb2.medium-32b4 .narrow-248f {
  opacity: 0;
}
.info-edb2.solid_440d {
  overflow: initial;
  position: relative;
  width: 100%;
  display: block;
}
.info-edb2.solid_440d .logo-aa8c {
  z-index: 999900;
  height: 100vh;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  left: 0;
  visibility: visible;
}
.info-edb2.solid_440d .narrow-248f {
  opacity: 0;
}
.info-edb2.overlay-large-5dc7 {
  overflow: initial;
  position: relative;
  width: 100%;
  display: block;
}
.info-edb2.overlay-large-5dc7 .logo-aa8c {
  z-index: 999900;
  height: 100vh;
  max-width: 100vw;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  right: 0;
  visibility: visible;
}
.info-edb2.overlay-large-5dc7 .narrow-248f {
  opacity: 0;
}
.info-edb2.old-8138 .logo-aa8c {
  z-index: 10;
  visibility: visible;
}
.copper-204b {
  display: none;
  z-index: 999910;
  cursor: pointer;
  position: fixed;
  top: 10px;
  right: 12px;
}
.copper-204b .widget-silver-4d2e {
  background: rgba(255, 255, 255, 0.99);
}
.copper-204b .widget-silver-4d2e::after,
.copper-204b .widget-silver-4d2e:before {
  background: inherit;
}
.copper-204b:hover .widget-silver-4d2e {
  background: rgba(255, 255, 255, 0.99);
}
.overlay-large-5dc7 .copper-204b {
  top: 10px;
  right: auto;
  left: 12px;
}
.old-8138 .copper-204b {
  display: none !important;
}
.info-edb2:before,
.active_a057:before {
  z-index: 999897;
  visibility: visible;
  opacity: 1;
}
.info-edb2 .copper-204b,
.active_a057 .copper-204b {
  display: inline-block;
}
.logo-aa8c .carousel_lower_ccf5 {
  -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;
}
.info-edb2 .logo-aa8c .carousel_lower_ccf5,
.active_a057 .logo-aa8c .carousel_lower_ccf5 {
  opacity: 1;
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
}
.hard_ba29 .aside_current_9453 {
  width: 100%;
}
.container-2853 {
  padding: 0 0.5em 0;
}
.container-2853 [class*="customify-col-"],
.container-2853 [class*="customify-col_"],
.container-2853 [class~="customify-col"] {
  padding: 0 0.5em 0;
}
.box_tiny_4ec5 .container-2853 {
  padding-left: 1em;
  padding-right: 1em;
}
@media screen and (min-width: 1025px) {
  .pattern_tiny_8a34 .component_down_cbd0,
  .component_down_cbd0 {
    display: none;
  }
  .detail-upper-e970 {
    text-align: left;
  }
  .card_1339 {
    text-align: center;
  }
  .module-e8bf {
    text-align: right;
  }
}
@media screen and (max-width: 1024px) {
  .pattern_tiny_8a34 .gradient_44fc,
  .gradient_44fc {
    display: none;
  }
  .accordion-solid-da20 {
    text-align: left;
  }
  .icon_b8c9 {
    text-align: center;
  }
  .panel_fast_a69c {
    text-align: right;
  }
}
@media screen and (max-width: 568px) {
  .pattern_tiny_8a34 .soft_5e81,
  .soft_5e81 {
    display: none;
  }
  .medium_878e {
    text-align: left;
  }
  .content_middle_f41c {
    text-align: center;
  }
  .wide-88e3 {
    text-align: right;
  }
}
#page {
  position: relative;
}
.short_b5e9 {
  box-shadow: none !important;
}
.nav_over_1286 .popup-steel-a22e,
.short-9e86 .popup-steel-a22e {
  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;
}
.short-9e86 .popup-steel-a22e {
  margin-top: 30px;
  margin-bottom: 30px;
}
.preview-fixed-b9ef {
  position: relative;
  padding-left: 2em;
  padding-right: 2em;
}
.preview-fixed-b9ef:after,
.preview-fixed-b9ef:before {
  content: "";
  display: table;
}
.preview-fixed-b9ef:after {
  clear: both;
}
@media screen and (max-width: 48em) {
  .preview-fixed-b9ef {
    padding-left: 1em;
    padding-right: 1em;
  }
}
.preview-fixed-b9ef,
.description_down_3e3e {
  max-width: 1248px;
  margin: 0 auto;
}

.active-0c81.bright-79e8 .preview-fixed-b9ef {
  max-width: 100%;
}
.active-0c81.thumbnail_f6c3 {
  max-width: 1200px;
  margin: 0 auto;
}
.active-0c81.aside-9e3f .preview-fixed-b9ef {
  max-width: 100%;
}
.active-0c81.aside-9e3f > .preview-fixed-b9ef {
  padding-left: 0;
  padding-right: 0;
}
.active-0c81.aside-9e3f > .preview-fixed-b9ef .pattern_tiny_8a34 {
  margin: 0;
}
.active-0c81.aside-9e3f
  > .preview-fixed-b9ef
  .link_eb4d.black-4263 {
  margin-right: 0;
  margin-left: 0;
}
.active-0c81.aside-9e3f #main.black-4263 {
  padding: 0;
}
#main,
#sidebar-primary,
#sidebar-secondary {
  padding-top: 2.617924em;
  padding-bottom: 2.617924em;
}
@media screen and (max-width: 1024px) {
  .west_178f #main {
    border-left: 0 none;
  }
}
@media screen and (max-width: 1024px) {
  .west_178f #sidebar-secondary {
    -webkit-box-ordinal-group: 6;
    order: 5;
    display: none;
  }
}
@media screen and (min-width: 48em) {
  .copper-1c5a .accordion-f3e0 {
    padding-right: 1em;
  }
  .copper-1c5a.caption-copper-0d3b .link_eb4d {
    border-right: 1px solid #eaecee;
  }
  .copper-1c5a.caption-copper-0d3b .accordion-f3e0 {
    padding-right: 1em;
  }
  .copper-1c5a.caption-copper-0d3b .gas-bc37 {
    padding-left: 1em;
  }
}
@media screen and (min-width: 48em) {
  .photo_5855 .accordion-f3e0 {
    padding-left: 1em;
  }
  .photo_5855.caption-copper-0d3b .link_eb4d {
    border-left: 1px solid #eaecee;
  }
  .photo_5855.caption-copper-0d3b .accordion-f3e0 {
    padding-left: 1em;
  }
  .photo_5855.caption-copper-0d3b .gas-bc37 {
    padding-right: 1em;
  }
}
@media screen and (min-width: 48em) {
  .tag_171a .accordion-f3e0 {
    padding-left: 1em;
  }
  .tag_171a.caption-copper-0d3b .inner_6234 {
    border-right: 1px solid #eaecee;
  }
  .tag_171a.caption-copper-0d3b .summary_86d2 {
    border-right: 1px solid #eaecee;
  }
  .tag_171a.caption-copper-0d3b .accordion-f3e0 {
    padding-left: 1em;
  }
  .tag_171a.caption-copper-0d3b .gas-bc37 {
    padding-right: 1em;
  }
  .tag_171a.caption-copper-0d3b .search-smooth-05ed {
    padding-left: 1em;
    padding-right: 1em;
  }
}
@media screen and (min-width: 48em) {
  .alert-6bd8 .accordion-f3e0 {
    padding-right: 1em;
  }
  .alert-6bd8.caption-copper-0d3b .inner_6234 {
    border-left: 1px solid #eaecee;
  }
  .alert-6bd8.caption-copper-0d3b .summary_86d2 {
    border-left: 1px solid #eaecee;
  }
  .alert-6bd8.caption-copper-0d3b .accordion-f3e0 {
    padding-right: 1em;
  }
  .alert-6bd8.caption-copper-0d3b .gas-bc37 {
    padding-left: 1em;
    padding-right: 1em;
  }
  .alert-6bd8.caption-copper-0d3b .search-smooth-05ed {
    padding-left: 1em;
  }
}
@media screen and (min-width: 48em) {
  .west_178f .accordion-f3e0 {
    padding-left: 1em;
    padding-right: 1em;
  }
  .west_178f.caption-copper-0d3b .link_eb4d {
    border-left: 1px solid #eaecee;
    border-right: 1px solid #eaecee;
  }
  .west_178f.caption-copper-0d3b .accordion-f3e0 {
    padding-left: 1em;
    padding-right: 1em;
  }
  .west_178f.caption-copper-0d3b .gas-bc37 {
    padding-left: 1em;
  }
  .west_178f.caption-copper-0d3b .search-smooth-05ed {
    padding-right: 1em;
  }
}
@media screen and (max-width: 64em) {
  .west_178f.caption-copper-0d3b .accordion-f3e0 {
    padding-left: 0;
  }
}
.background_medium_3523 .pink_92a1 {
  display: inline-block;
}
.search-02fe {
  display: inline-block;
}
.panel_last_176f {
  word-con: break-word;
}
.fresh-d60b > span {
  display: inline-block;
  padding: 5px 0;
}
.fresh-d60b .stone-bff7 {
  margin-left: 8px;
  margin-right: 8px;
}
.fresh-d60b .preview-6e2e img {
  vertical-align: middle;
  overflow: hidden;
  border-radius: 50%;
  margin-right: 5px;
}
.backdrop_9a19 .aside_0bca {
  margin-bottom: 2em;
}
.backdrop_9a19 .progress_9746 {
  margin-bottom: 15px;
}
.backdrop_9a19 .progress_9746:last-child {
  margin-bottom: 0;
}
.backdrop_9a19 .gold-a7e1 {
  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) {
  .backdrop_9a19 .gold-a7e1 {
    display: block;
  }
}
.backdrop_9a19 .liquid_d228 {
  position: relative;
  max-width: 100%;
  flex-basis: 40%;
  padding-top: 0;
  overflow: hidden;
}
@media screen and (max-width: 568px) {
  .backdrop_9a19 .liquid_d228 {
    margin-bottom: 1em;
    width: 100% !important;
    padding-top: 56.25%;
  }
}
.backdrop_9a19 .layout_653f {
  position: absolute;
  top: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: flex;
  line-height: 0;
  background-color: #d5d5d5;
}
.backdrop_9a19 .layout_653f img {
  -o-object-fit: cover;
  object-fit: cover;
  width: 100%;
  height: auto;
}
.backdrop_9a19 .layout_653f a {
  position: absolute;
  top: 0;
  top: 0;
  display: block;
}
.backdrop_9a19 .panel_last_176f {
  font-size: 1.5em;
  font-weight: 500;
  word-con: break-word;
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
}
.backdrop_9a19 .panel_last_176f a {
  text-align: inherit;
  display: block;
  flex-basis: 100%;
}
.backdrop_9a19 .grid-solid-e861 p:last-child {
  margin-bottom: 0;
}
.backdrop_9a19 .progress_3fad {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: block;
  z-index: 30;
}
.backdrop_9a19 .title_20c9 {
  -webkit-box-flex: 1;
  flex: 1;
  word-con: break-word;
  max-width: 100%;
}
.backdrop_9a19 .panel_ca7f {
  margin-top: 1em;
}
.backdrop_9a19 .new-e9f9 {
  top: 0;
  display: block;
}
.backdrop_9a19 .new-e9f9 a {
  color: inherit;
}
.backdrop_9a19 .new-e9f9 a:hover {
  color: inherit;
}
.backdrop_9a19 .dropdown_new_97a0 {
  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;
}
.backdrop_9a19 .dropdown_new_97a0:hover {
  background: #235787;
  color: #fff;
  border-color: #235787;
}
.backdrop_9a19 .title_20c9 {
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-flow: column nowrap;
}
.backdrop_9a19 .footer_stone_54f6 {
  position: relative;
  width: 100%;
  margin-bottom: 15px;
}
.backdrop_9a19 .footer_stone_54f6:first-child {
  margin-top: 0;
}
.backdrop_9a19 .footer_stone_54f6.thumbnail_pro_abf5 {
  -webkit-box-flex: 0;
  flex: none;
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.backdrop_9a19 .footer_stone_54f6.next-fff3 {
  display: -webkit-box;
  display: flex;
  margin-top: auto;
  margin-bottom: 0;
  -webkit-box-pack: justify;
  justify-content: space-between;
}
.backdrop_9a19
  .footer_stone_54f6.next-fff3.mask_dim_446a
  .panel_ca7f {
  width: 100%;
}
.backdrop_9a19 .next-fff3 {
  -webkit-box-align: center;
  align-items: center;
}
.backdrop_9a19 .next-fff3 .fresh-d60b,
.backdrop_9a19 .next-fff3 > * {
  margin-bottom: 0;
  margin-top: 0;
  display: inline-block;
}
.backdrop_9a19 .layout_653f {
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
.backdrop_9a19 .layout_653f img {
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
.backdrop_9a19 .layout_653f: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;
}
.backdrop_9a19 .thumbnail_pro_abf5 {
  z-index: 5;
}
.backdrop_9a19 .prev-37bd .form-over-24f7 {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  display: block;
}
.backdrop_9a19 .sidebar_c9c1 .form-over-24f7 {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  display: block;
}
.backdrop_9a19 .inner_983c .form-over-24f7 {
  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;
}
.backdrop_9a19.solid_2c36 .gold-a7e1,
.backdrop_9a19.primary_prev_5249 .gold-a7e1 {
  display: block;
}
.backdrop_9a19.solid_2c36 .gold-a7e1 .sort-white-a5be,
.backdrop_9a19.solid_2c36 .gold-a7e1 .title_20c9,
.backdrop_9a19.primary_prev_5249 .gold-a7e1 .sort-white-a5be,
.backdrop_9a19.primary_prev_5249 .gold-a7e1 .title_20c9 {
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
}
.backdrop_9a19.slider-4267 .liquid_d228 {
  margin-right: 2em;
}
@media screen and (max-width: 568px) {
  .backdrop_9a19.slider-4267 .liquid_d228 {
    margin-right: 0;
  }
}
.backdrop_9a19.solid_2c36 .liquid_d228,
.backdrop_9a19.primary_prev_5249 .liquid_d228 {
  padding-top: 40%;
}
.backdrop_9a19.solid_2c36 .aside_0bca,
.backdrop_9a19.primary_prev_5249 .aside_0bca {
  display: block;
}
.backdrop_9a19.solid_2c36 .fn-sticky-74a2 .title_20c9,
.backdrop_9a19.primary_prev_5249 .fn-sticky-74a2 .title_20c9 {
  background-color: #fcf8e3;
  border: 1px solid #faf2cc;
  border-top: 0 none;
  color: #8a6d3b;
  padding: 1em;
}
.backdrop_9a19.solid_2c36 .liquid_d228,
.backdrop_9a19.primary_prev_5249 .liquid_d228 {
  margin-bottom: 1em;
  display: block;
  position: relative;
}
.backdrop_9a19.solid_2c36 .title_20c9 {
  padding: 1em;
}
.hard-aad9 {
  margin: 30px auto;
  display: block;
}
.hard-aad9 .texture_21ee > * {
  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;
}
.hard-aad9 .texture_21ee > :hover {
  border-color: #235787;
  background: #235787;
  color: #fff;
}
.hard-aad9 .texture_21ee span {
  border-color: #235787;
  background: #235787;
  color: #fff;
}
.gas_aee9 .fresh-d60b {
  margin-bottom: 1.41575em;
}
.gas_aee9 .fluid_fdcc {
  margin-bottom: 1.618em;
}
.text-bronze-13f0 .message-6848 {
  display: block;
  margin: 5px 0 20px;
  font-weight: 500;
}
.text-bronze-13f0 .message-6848 a {
  border: 1px solid #eaecee;
  padding: 5px 12px 5px;
  text-transform: uppercase;
  color: #686868;
  margin: 0 2px;
}
.text-bronze-13f0 .full-6592 {
  max-width: 100%;
  overflow: auto;
}
.shade-dim-922b .text-bronze-13f0 a:hover {
  text-decoration: underline;
}
.status_current_5612 .progress_9746:not(.panel_last_176f),
.status_current_5612 .layout_653f {
  margin-bottom: 1.41575em;
}
.status_current_5612 .progress_9746:not(.panel_last_176f):last-child,
.status_current_5612 .layout_653f:last-child {
  margin-bottom: 0;
}
.status_current_5612 .progress_9746.header-1893 {
  margin-bottom: 0.41575em;
}
.status_current_5612 .texture-ec4f:before,
.status_current_5612 .advanced_3d91:before {
  font: normal normal normal 16px/1 FontAwesome;
  text-decoration: inherit;
  text-transform: none;
  position: relative;
  margin-right: 5px;
  color: #6d6d6d;
}
.status_current_5612 .texture-ec4f:before {
  content: "\f115";
}
.status_current_5612 .advanced_3d91:before {
  content: "\f02c";
}
.status_current_5612 .full-5e23 {
  display: block;
  width: 100%;
  margin-top: 0.5407911001em;
}
.status_current_5612 .full-5e23 a {
  text-transform: uppercase;
  font-weight: 500;
  font-size: 80%;
  letter-spacing: 0.5px;
}
.solid-2c78 {
  display: -webkit-box;
  display: flex;
}
.solid-2c78 .container_bright_1799 {
  flex-basis: 90px;
}
@media screen and (max-width: 568px) {
  .solid-2c78 .container_bright_1799 {
    flex-basis: 90px;
  }
}
.solid-2c78 .accordion_4754 {
  flex-basis: calc(100% - 90px);
  margin-left: 1.5em;
}
@media screen and (max-width: 568px) {
  .solid-2c78 .accordion_4754 {
    flex-basis: calc(100% - 50px);
  }
}
.solid-2c78 .thumbnail-middle-4665 p:last-child {
  margin-bottom: 0.72em;
}
.wrapper-ea11 .texture_21ee {
  padding: 16px 0 15px;
  border-top: 1px solid #eaecee;
  border-bottom: 1px solid #eaecee;
}
.wrapper-ea11 .texture_21ee:after,
.wrapper-ea11 .texture_21ee:before {
  content: "";
  display: table;
}
.wrapper-ea11 .texture_21ee:after {
  clear: both;
}
.wrapper-ea11 .texture_21ee .sidebar-1849,
.wrapper-ea11 .texture_21ee .thick-edea {
  width: 49%;
}
.wrapper-ea11 .texture_21ee .sidebar-1849 a span.filter-over-eb4b,
.wrapper-ea11 .texture_21ee .thick-edea a span.filter-over-eb4b {
  display: block;
  margin-bottom: 5px;
}
.wrapper-ea11 .texture_21ee .thick-edea {
  float: left;
  text-align: left;
}
.wrapper-ea11 .texture_21ee .sidebar-1849 {
  float: right;
  text-align: right;
}
.steel_7bea {
  margin-bottom: 0.41575em;
}
@media screen and (max-width: 568px) {
  .steel_7bea {
    margin-bottom: 0;
  }
}
.detail_purple_bad4 {
  margin-bottom: 1em;
}
.detail_purple_bad4 .panel_last_176f {
  font-size: 1.1em;
  line-height: 1.3;
}
.photo_a2db a {
  display: block;
  line-height: 0;
  position: relative;
}
.hover-lite-f312 .detail_purple_bad4,
.description_upper_e6fa .detail_purple_bad4 {
  display: -webkit-box;
  display: flex;
}
@media screen and (max-width: 568px) {
  .hover-lite-f312 .detail_purple_bad4,
  .description_upper_e6fa .detail_purple_bad4 {
    display: block;
  }
}
.hover-lite-f312 .photo_a2db,
.description_upper_e6fa .photo_a2db {
  flex-basis: 160px;
  position: relative;
}
@media screen and (max-width: 568px) {
  .hover-lite-f312 .photo_a2db,
  .description_upper_e6fa .photo_a2db {
    margin-bottom: 1em;
  }
}
.hover-lite-f312 .photo_a2db img,
.description_upper_e6fa .photo_a2db img {
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  display: block;
}
.hover-lite-f312 .video_8864,
.description_upper_e6fa .video_8864 {
  flex-basis: calc(100% - 160px);
}
.hover-lite-f312 .video_8864 p,
.description_upper_e6fa .video_8864 p {
  margin-bottom: 0;
}
.hover-lite-f312 .video_8864 {
  padding-left: 1em;
}
@media screen and (max-width: 568px) {
  .hover-lite-f312 .video_8864 {
    padding-left: 0;
  }
}
.description_upper_e6fa .video_8864 {
  -webkit-box-ordinal-group: 2;
  order: 1;
  padding-right: 1em;
}
@media screen and (max-width: 568px) {
  .description_upper_e6fa .video_8864 {
    padding-right: 0;
  }
}
.description_upper_e6fa .photo_a2db {
  -webkit-box-ordinal-group: 3;
  order: 2;
}
.advanced_653e .photo_a2db {
  margin-bottom: 0.5em;
}
.advanced_653e .photo_a2db img {
  width: 100%;
}
.hero-0f79 .current_6f77,
.sort-9871 .current_6f77 {
  margin-bottom: 35px;
  padding-bottom: 20px;
  border-bottom: 1px solid #eaecee;
}
.sort-9871 .link_eb4d .secondary-narrow-e3a6 p:last-child {
  margin-bottom: 0;
}
.element_1e70 {
  font-size: 16px;
  text-transform: uppercase;
  font-weight: 500;
  color: currentColor;
  margin-bottom: 20px;
}
.paragraph_purple_ee92 .link-short-c4c9 {
  margin-bottom: 2em;
}
@media screen and (min-width: 1025px) {
  .paragraph_purple_ee92 .link-short-c4c9:last-of-type {
    margin-bottom: 0;
  }
}
.paragraph_purple_ee92 .link-short-c4c9 ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.paragraph_purple_ee92 .link-short-c4c9 ul:after {
  clear: both;
  content: ".";
  display: block;
  height: 0;
  visibility: hidden;
}
.paragraph_purple_ee92 .link-short-c4c9 ul li {
  margin: 0 0 0.6em;
}
.paragraph_purple_ee92 .link-short-c4c9 ul li.short_20ca,
.paragraph_purple_ee92 .link-short-c4c9 ul li.tag_1bb4 {
  position: relative;
}
.paragraph_purple_ee92 .link-short-c4c9 ul li.short_20ca .description_9dd0,
.paragraph_purple_ee92 .link-short-c4c9 ul li.tag_1bb4 .description_9dd0 {
  right: 0;
  background: #eaecee;
  color: #999;
  padding: 0 0.5em;
  border-radius: 0.9em;
  font-size: 12px;
  position: absolute;
  top: 4px;
}
.paragraph_purple_ee92 .link-short-c4c9 ul li.short_20ca:after:after,
.paragraph_purple_ee92 .link-short-c4c9 ul li.short_20ca:after:before,
.paragraph_purple_ee92
  .link-short-c4c9
  ul
  li.tag_1bb4:after:after,
.paragraph_purple_ee92
  .link-short-c4c9
  ul
  li.tag_1bb4:after:before {
  content: "";
  display: table;
}
.paragraph_purple_ee92 .link-short-c4c9 ul li.short_20ca:after:after,
.paragraph_purple_ee92
  .link-short-c4c9
  ul
  li.tag_1bb4:after:after {
  clear: both;
}
.paragraph_purple_ee92 .link-short-c4c9 a.label-full-a67d:hover {
  text-decoration: none;
}
.paragraph_purple_ee92 .link-short-c4c9 select {
  max-width: 100%;
}
.paragraph_purple_ee92 .link-short-c4c9 table {
  font-size: 85%;
}
.paragraph_purple_ee92 .link-short-c4c9 table td,
.paragraph_purple_ee92 .link-short-c4c9 table th {
  padding: 0.2360828548em;
  text-align: center;
}
.paragraph_purple_ee92 .link-short-c4c9 table tfoot td {
  text-align: left;
}
.paragraph_purple_ee92 .link-short-c4c9 :last-child {
  margin-bottom: 0;
}
.paragraph_purple_ee92 .link-short-c4c9 .texture-955d {
  display: -webkit-box;
  display: flex;
  width: 100%;
  max-width: 100%;
}
.paragraph_purple_ee92 .link-short-c4c9 .texture-955d label {
  width: 100%;
}
.paragraph_purple_ee92 .link-short-c4c9 .texture-955d .header_ced5 {
  width: 100%;
  display: block;
}
.paragraph_purple_ee92 .link-short-c4c9 .texture-955d .banner_9ff5 {
  padding: 9px 14px;
  margin-left: -46px;
  overflow: hidden;
  box-shadow: none;
  background: 0 0;
  color: #aaa;
  line-height: 0;
}
.paragraph_purple_ee92 .link-short-c4c9 .texture-955d .banner_9ff5:hover svg #svg-search {
  fill: #444;
}
.paragraph_purple_ee92 .link-short-c4c9 .texture-955d .banner_9ff5 svg {
  width: 18px;
  height: 18px;
}
.paragraph_purple_ee92 .smooth-58a9 ul ul,
.paragraph_purple_ee92 .plasma_0f0b ul ul,
.paragraph_purple_ee92 .tall-74d7 ul ul,
.paragraph_purple_ee92 .footer-selected-3943 ul ul {
  margin-top: 0.3819820591em;
  margin-left: 0;
  margin-bottom: -0.3819820591em;
}
.paragraph_purple_ee92 .smooth-58a9 .outline-bc2b > a,
.paragraph_purple_ee92 .plasma_0f0b .outline-bc2b > a,
.paragraph_purple_ee92 .tall-74d7 .outline-bc2b > a,
.paragraph_purple_ee92 .footer-selected-3943 .outline-bc2b > a {
  margin-bottom: 0;
}
.paragraph_purple_ee92 .widget-first-83eb li,
.paragraph_purple_ee92 .smooth-58a9 li,
.paragraph_purple_ee92 .pressed-5ffd li,
.paragraph_purple_ee92 .plasma_0f0b li,
.paragraph_purple_ee92 .tall-74d7 li,
.paragraph_purple_ee92 .footer-selected-3943 li,
.paragraph_purple_ee92 .chip_lower_369e li,
.paragraph_purple_ee92 .mask_medium_41d9 li {
  display: block;
  position: relative;
}
.paragraph_purple_ee92 .widget-first-83eb li:last-child,
.paragraph_purple_ee92 .smooth-58a9 li:last-child,
.paragraph_purple_ee92 .pressed-5ffd li:last-child,
.paragraph_purple_ee92 .plasma_0f0b li:last-child,
.paragraph_purple_ee92 .tall-74d7 li:last-child,
.paragraph_purple_ee92 .footer-selected-3943 li:last-child,
.paragraph_purple_ee92 .chip_lower_369e li:last-child,
.paragraph_purple_ee92 .mask_medium_41d9 li:last-child {
  border: none;
}
.paragraph_purple_ee92 .widget-first-83eb li a,
.paragraph_purple_ee92 .smooth-58a9 li a,
.paragraph_purple_ee92 .pressed-5ffd li a,
.paragraph_purple_ee92 .plasma_0f0b li a,
.paragraph_purple_ee92 .tall-74d7 li a,
.paragraph_purple_ee92 .footer-selected-3943 li a,
.paragraph_purple_ee92 .chip_lower_369e li a,
.paragraph_purple_ee92 .mask_medium_41d9 li a {
  display: block;
  width: 100%;
  padding-bottom: 0.6em;
  margin-bottom: 0.6em;
  border-bottom: 1px solid #eaecee;
  position: relative;
}
.paragraph_purple_ee92 .widget-first-83eb li ul li::before,
.paragraph_purple_ee92 .smooth-58a9 li ul li::before,
.paragraph_purple_ee92 .pressed-5ffd li ul li::before,
.paragraph_purple_ee92 .plasma_0f0b li ul li::before,
.paragraph_purple_ee92 .tall-74d7 li ul li::before,
.paragraph_purple_ee92 .footer-selected-3943 li ul li::before,
.paragraph_purple_ee92 .chip_lower_369e li ul li::before,
.paragraph_purple_ee92 .mask_medium_41d9 li ul li::before {
  left: 15px;
}
.paragraph_purple_ee92 .widget-first-83eb li ul a,
.paragraph_purple_ee92 .smooth-58a9 li ul a,
.paragraph_purple_ee92 .pressed-5ffd li ul a,
.paragraph_purple_ee92 .plasma_0f0b li ul a,
.paragraph_purple_ee92 .tall-74d7 li ul a,
.paragraph_purple_ee92 .footer-selected-3943 li ul a,
.paragraph_purple_ee92 .chip_lower_369e li ul a,
.paragraph_purple_ee92 .mask_medium_41d9 li ul a {
  padding-left: 20px;
}
.paragraph_purple_ee92 .widget-first-83eb li ul ul li::before,
.paragraph_purple_ee92 .smooth-58a9 li ul ul li::before,
.paragraph_purple_ee92 .pressed-5ffd li ul ul li::before,
.paragraph_purple_ee92 .plasma_0f0b li ul ul li::before,
.paragraph_purple_ee92 .tall-74d7 li ul ul li::before,
.paragraph_purple_ee92 .footer-selected-3943 li ul ul li::before,
.paragraph_purple_ee92 .chip_lower_369e li ul ul li::before,
.paragraph_purple_ee92 .mask_medium_41d9 li ul ul li::before {
  left: 30px;
}
.paragraph_purple_ee92 .widget-first-83eb li ul ul a,
.paragraph_purple_ee92 .smooth-58a9 li ul ul a,
.paragraph_purple_ee92 .pressed-5ffd li ul ul a,
.paragraph_purple_ee92 .plasma_0f0b li ul ul a,
.paragraph_purple_ee92 .tall-74d7 li ul ul a,
.paragraph_purple_ee92 .footer-selected-3943 li ul ul a,
.paragraph_purple_ee92 .chip_lower_369e li ul ul a,
.paragraph_purple_ee92 .mask_medium_41d9 li ul ul a {
  padding-left: 40px;
}
.paragraph_purple_ee92 .cold-3a68 li {
  padding-bottom: 0.6em;
  border-bottom: 1px solid #eaecee;
  position: relative;
}
.paragraph_purple_ee92 .mask_medium_41d9 ul li {
  margin-bottom: 1.41575em;
}
.paragraph_purple_ee92 .mask_medium_41d9 ul li .soft_9433 {
  font-weight: 400;
  font-size: 1.2em;
  line-height: 1.28;
}
.paragraph_purple_ee92 .mask_medium_41d9 ul li .tiny_418d {
  display: block;
  margin: 0.5407911001em 0;
  font-size: 85%;
}
.picture_8bc9 .widget-first-83eb li a,
.picture_8bc9 .smooth-58a9 li a,
.picture_8bc9 .pressed-5ffd li a,
.picture_8bc9 .plasma_0f0b li a,
.picture_8bc9 .tall-74d7 li a,
.picture_8bc9 .footer-selected-3943 li a,
.picture_8bc9 .chip_lower_369e li a,
.picture_8bc9 .mask_medium_41d9 li a {
  border-color: rgba(255, 255, 255, 0.08);
}
.picture_8bc9 .cold-3a68 li {
  border-color: rgba(255, 255, 255, 0.08);
}
.picture_8bc9 .link-short-c4c9 ul li.short_20ca .description_9dd0,
.picture_8bc9 .link-short-c4c9 ul li.tag_1bb4 .description_9dd0 {
  background: rgba(0, 0, 0, 0.2);
}
.picture_8bc9 .paragraph_purple_ee92 .link-short-c4c9 select {
  border-color: rgba(255, 255, 255, 0.08);
}
.active-0c81 .paragraph_purple_ee92 .media_10d0 li {
  margin: 0;
}
.active-0c81 .paragraph_purple_ee92 .media_10d0 li a {
  display: block;
  padding: 0.6em 0 0.6em;
}
.active-0c81 .paragraph_purple_ee92 .media_10d0 li ul {
  margin: 0;
}
.active-0c81 .paragraph_purple_ee92 .media_10d0 li ul li a {
  padding-left: 15px;
}
.active-0c81 .paragraph_purple_ee92 .media_10d0 li ul li li a {
  padding-left: 30px;
}
.active-0c81 .paragraph_purple_ee92 .media_10d0 li.tabs_right_f190 > a {
  position: relative;
  border: 1px solid #eaecee;
  border-left: none;
  border-right: none;
  font-size: 110%;
}
.active-0c81 .paragraph_purple_ee92 .media_10d0 li.tabs_right_f190 > 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;
}
.active-0c81 .paragraph_purple_ee92 .media_10d0 li.tabs_right_f190 > 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;
}
.notification_4f81 a {
  border: 1px solid currentColor;
  border-radius: 2px;
  display: inline-block;
  font-size: 0.875em !important;
  margin-bottom: 5px;
  padding: 1px 10px 1px;
}
.tiny_a61f {
  position: relative;
  z-index: 10;
}
.tiny_a61f .carousel_lower_ccf5 {
  width: 100%;
  max-width: 100%;
}
.narrow-1694 .media-b6d6 {
  padding-top: 2em;
  padding-bottom: 2em;
}
.narrow-1694 .row_stale_ab49 {
}
.narrow-1694 .picture_8bc9 {
  background: #292929;
}
.paragraph-soft-522e .media-b6d6 {
  padding-top: 2.5em;
  padding-bottom: 2.5em;
}
.paragraph-soft-522e .row_stale_ab49 {
  background: #f9f9f9;
}
.paragraph-soft-522e .picture_8bc9 {
  background: #303030;
}
.white_47d4 .media-b6d6 {
  padding-top: 1.5em;
  padding-bottom: 1.5em;
}
@media screen and (max-width: 568px) {
  .white_47d4 .pink_92a1 {
    margin-bottom: 1em;
  }
  .white_47d4 .pink_92a1:last-child {
    margin-bottom: 0;
  }
}
.white_47d4 .row_stale_ab49 {
  background: #ededed;
}
.white_47d4 .picture_8bc9 {
  background: #1a1a1a;
}
.media-b6d6.row_stale_ab49 {
  color: rgba(0, 0, 0, 0.6);
}
.media-b6d6.row_stale_ab49 .feature_ca69 li {
  border-color: rgba(0, 0, 0, 0.08);
}
.media-b6d6.picture_8bc9 {
  color: rgba(255, 255, 255, 0.99);
}
.media-b6d6.picture_8bc9 a:not(.label-full-a67d) {
  color: rgba(255, 255, 255, 0.79);
}
.media-b6d6.picture_8bc9 a:not(.label-full-a67d):hover {
  color: rgba(255, 255, 255, 0.99);
}
.media-b6d6.picture_8bc9 .feature_ca69 li {
  border-color: rgba(255, 255, 255, 0.08);
}
.media-b6d6.picture_8bc9 table tbody td,
.media-b6d6.picture_8bc9 table th {
  background: rgba(0, 0, 0, 0.08);
}
.footer_9af3.menu-6992 .preview-fixed-b9ef {
  max-width: initial;
}
.footer_9af3 .footer_c80d {
  -webkit-box-pack: start;
  justify-content: flex-start;
}
.footer_9af3 .footer_c80d .carousel_lower_ccf5 {
  width: auto;
}
@media screen and (max-width: 1024px) {
  .footer_9af3 .footer_c80d .carousel_lower_ccf5 {
    display: block;
    margin-bottom: 2em;
  }
  .footer_9af3 .footer_c80d .carousel_lower_ccf5:last-child {
    margin-bottom: 0;
  }
}
.white_47d4 .pink_92a1:last-child,
.paragraph-soft-522e .pink_92a1:last-child,
.narrow-1694 .pink_92a1:last-child {
  margin-bottom: 0;
}
.white_47d4 .pink_92a1 .paragraph_purple_ee92 .link-short-c4c9:last-child,
.paragraph-soft-522e .pink_92a1 .paragraph_purple_ee92 .link-short-c4c9:last-child,
.narrow-1694 .pink_92a1 .paragraph_purple_ee92 .link-short-c4c9:last-child {
  margin-bottom: 0;
}
@media screen and (max-width: 568px) {
  .white_47d4 .last-0969,
  .white_47d4 .main-2040,
  .paragraph-soft-522e .last-0969,
  .paragraph-soft-522e .main-2040,
  .narrow-1694 .last-0969,
  .narrow-1694 .main-2040 {
    text-align: center;
  }
}
@media screen and (max-width: 48em) {
  .tiny_a61f .pink_92a1 {
    margin-bottom: 2em;
  }
}
.tiny_a61f p:last-child {
  margin-bottom: 0;
}
.tiny_a61f li,
.tiny_a61f ul {
  list-style: none;
  margin: 0;
}
.tiny_a61f ul ul {
  margin-left: 2.617924em;
}
.heading-d6a1 {
  font-size: 0.875em;
}

/* css-noise: 8ac9 */
.promo-block-m6 {
  padding: 0.3rem;
  font-size: 13px;
  line-height: 1.2;
}
