/*!
Theme Name: Customify
Theme URI: https://pressmaximum.bronze-e3c6/customify
Author: WPCustomify
Author URI: https://pressmaximum.bronze-e3c6
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.bronze-e3c6/customify
Version: 0.3.7
License: GNU General Public License v2 or later
License URI: http://www.black_dc80.up-4a25/licenses/gpl-2.0.hidden_upper_31f0
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.hero-soft-66a9/, (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.pattern_focused_aa42.rough-c436/normalize.mini_bb22/
 ======
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.mini_bb22 v7.0.0 | MIT License | github.bronze-e3c6/necolas/normalize.mini_bb22 */
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;
}
.paragraph-9dac .content-73ac,
.inner-0c8b,
.summary-7ee4,
.icon_south_3381,
.menu-1a4d,
.modal_old_2528,
.image_79e4,
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;
}
.inner-0c8b,
h1 {
  font-size: 2.42em;
  line-height: 1.216;
}
@media screen and (max-width: 1024px) {
  .inner-0c8b,
  h1 {
    font-size: 2.1em;
  }
}
@media screen and (max-width: 568px) {
  .inner-0c8b,
  h1 {
    font-size: 1.8em;
  }
}
.summary-7ee4,
h2 {
  font-size: 2.1em;
  line-height: 1.216;
}
.summary-7ee4 + h3,
h2 + h3 {
  border-top: 1px solid #eaecee;
  padding-top: 0.5407911001em;
}
@media screen and (max-width: 1024px) {
  .summary-7ee4,
  h2 {
    font-size: 1.9em;
  }
}
@media screen and (max-width: 568px) {
  .summary-7ee4,
  h2 {
    font-size: 1.7em;
  }
}
.icon_south_3381,
h3 {
  font-size: 1.618em;
}
.paragraph-9dac .content-73ac,
.menu-1a4d,
h4 {
  font-size: 1.41575em;
}
p {
  margin: 0 0 1.41575em;
}
cite,
dfn,
em,
i {
  font-style: italic;
}
blockquote {
  padding: 0 1.41575em;
  margin: 1.41575em 1.618em;
  border-left: 3px solid #eaecee;
  font-style: italic;
  font-weight: 200;
  font-size: 1.2em;
}
blockquote p:last-of-type {
  margin-bottom: 0;
}
address {
  margin: 0 0 1.618em;
}
pre {
  background: #f2f2f2;
  font-family: "Courier 10 Pitch", Courier, monospace;
  margin-bottom: 2.2906835em;
  padding: 1.618em;
  overflow: auto;
  max-width: 100%;
}
code,
kbd,
tt,
var {
  background-color: rgba(0, 0, 0, 0.05);
  font-family: Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
  padding: 0.15em 0.5407911001em;
  border-radius: 2px;
}
abbr,
acronym {
  border-bottom: 1px dotted #686868;
  cursor: help;
}
ins,
mark {
  background: 0 0;
  text-decoration: none;
}
big {
  font-size: 125%;
}
html {
  box-sizing: border-box;
}
*,
:after,
:before {
  box-sizing: inherit;
}
body {
  background: #fff;
}
hr {
  background-color: #ccc;
  border: 0;
  height: 1px;
  margin: 0 0 1.618em;
}
img {
  height: auto;
  max-width: 100%;
}
figure {
  margin: 1em 0;
}
a.picture-887f {
  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;
}
.box-0adb:after,
.box-0adb:before,
.first_b51d:after,
.first_b51d:before {
  content: "";
  display: table;
}
.box-0adb:after,
.first_b51d:after {
  clear: both;
}
.module_fluid_6516 {
  float: right;
  margin-right: 0;
}
.list-outer-abee {
  float: left;
  margin-left: 0;
}
form {
  margin-bottom: 2em;
}
.south_7422 .media_paper_f7d4,
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;
}
.south_7422 .media_paper_f7d4: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;
}
.liquid_0206 .media_paper_f7d4 {
  box-shadow: none;
}
.liquid_0206
  .media_paper_f7d4
  .description_large_48c0 {
  line-height: 2.4em;
  min-height: 2.6em;
  padding-left: 0;
}
.liquid_0206 .media_paper_f7d4 .block-88c4 {
  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;
}
.liquid_0206
  .media_paper_f7d4
  .block-88c4
  b {
  display: none;
}
.liquid_0206 .notification-full-58e7 {
  border: 1px solid #e5e5e5;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.12) inset;
}
.main-9e1a:not(.sidebar_south_05bd):not(.video-2a01),
button:not(.sidebar_south_05bd):not(.video-2a01),
input[type="button"]:not(.sidebar_south_05bd):not(
    .video-2a01
  ),
input[type="reset"]:not(.sidebar_south_05bd):not(
    .video-2a01
  ),
input[type="submit"]:not(.sidebar_south_05bd):not(
    .video-2a01
  ) {
  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;
}
.main-9e1a:not(.sidebar_south_05bd):not(
    .video-2a01
  ):hover,
button:not(.sidebar_south_05bd):not(
    .video-2a01
  ):hover,
input[type="button"]:not(.sidebar_south_05bd):not(
    .video-2a01
  ):hover,
input[type="reset"]:not(.sidebar_south_05bd):not(
    .video-2a01
  ):hover,
input[type="submit"]:not(.sidebar_south_05bd):not(
    .video-2a01
  ):hover {
  box-shadow: inset 0 0 0 120px rgba(0, 0, 0, 0.18);
  color: #fff;
  outline: 0;
}
.main-9e1a:not(.sidebar_south_05bd):not(
    .video-2a01
  ):active,
.main-9e1a:not(.sidebar_south_05bd):not(
    .video-2a01
  ):focus,
button:not(.sidebar_south_05bd):not(
    .video-2a01
  ):active,
button:not(.sidebar_south_05bd):not(
    .video-2a01
  ):focus,
input[type="button"]:not(.sidebar_south_05bd):not(
    .video-2a01
  ):active,
input[type="button"]:not(.sidebar_south_05bd):not(
    .video-2a01
  ):focus,
input[type="reset"]:not(.sidebar_south_05bd):not(
    .video-2a01
  ):active,
input[type="reset"]:not(.sidebar_south_05bd):not(
    .video-2a01
  ):focus,
input[type="submit"]:not(.sidebar_south_05bd):not(
    .video-2a01
  ):active,
input[type="submit"]:not(.sidebar_south_05bd):not(
    .video-2a01
  ):focus {
  outline: 0;
}
.main-9e1a:not(.sidebar_south_05bd):not(
    .video-2a01
  ).fn-loading-fbc6,
button:not(.sidebar_south_05bd):not(
    .video-2a01
  ).fn-loading-fbc6,
input[type="button"]:not(.sidebar_south_05bd):not(
    .video-2a01
  ).fn-loading-fbc6,
input[type="reset"]:not(.sidebar_south_05bd):not(
    .video-2a01
  ).fn-loading-fbc6,
input[type="submit"]:not(.sidebar_south_05bd):not(
    .video-2a01
  ).fn-loading-fbc6 {
  position: relative;
}
.main-9e1a:not(.sidebar_south_05bd):not(
    .video-2a01
  ).fn-loading-fbc6
  .breadcrumb-b4f9,
.main-9e1a:not(.sidebar_south_05bd):not(
    .video-2a01
  ).fn-loading-fbc6
  .detail_thick_e125,
.main-9e1a:not(.sidebar_south_05bd):not(
    .video-2a01
  ).fn-loading-fbc6
  .first-5ac1,
.main-9e1a:not(.sidebar_south_05bd):not(
    .video-2a01
  ).fn-loading-fbc6
  i,
.main-9e1a:not(.sidebar_south_05bd):not(
    .video-2a01
  ).fn-loading-fbc6
  svg,
button:not(.sidebar_south_05bd):not(
    .video-2a01
  ).fn-loading-fbc6
  .breadcrumb-b4f9,
button:not(.sidebar_south_05bd):not(
    .video-2a01
  ).fn-loading-fbc6
  .detail_thick_e125,
button:not(.sidebar_south_05bd):not(
    .video-2a01
  ).fn-loading-fbc6
  .first-5ac1,
button:not(.sidebar_south_05bd):not(
    .video-2a01
  ).fn-loading-fbc6
  i,
button:not(.sidebar_south_05bd):not(
    .video-2a01
  ).fn-loading-fbc6
  svg,
input[type="button"]:not(.sidebar_south_05bd):not(
    .video-2a01
  ).fn-loading-fbc6
  .breadcrumb-b4f9,
input[type="button"]:not(.sidebar_south_05bd):not(
    .video-2a01
  ).fn-loading-fbc6
  .detail_thick_e125,
input[type="button"]:not(.sidebar_south_05bd):not(
    .video-2a01
  ).fn-loading-fbc6
  .first-5ac1,
input[type="button"]:not(.sidebar_south_05bd):not(
    .video-2a01
  ).fn-loading-fbc6
  i,
input[type="button"]:not(.sidebar_south_05bd):not(
    .video-2a01
  ).fn-loading-fbc6
  svg,
input[type="reset"]:not(.sidebar_south_05bd):not(
    .video-2a01
  ).fn-loading-fbc6
  .breadcrumb-b4f9,
input[type="reset"]:not(.sidebar_south_05bd):not(
    .video-2a01
  ).fn-loading-fbc6
  .detail_thick_e125,
input[type="reset"]:not(.sidebar_south_05bd):not(
    .video-2a01
  ).fn-loading-fbc6
  .first-5ac1,
input[type="reset"]:not(.sidebar_south_05bd):not(
    .video-2a01
  ).fn-loading-fbc6
  i,
input[type="reset"]:not(.sidebar_south_05bd):not(
    .video-2a01
  ).fn-loading-fbc6
  svg,
input[type="submit"]:not(.sidebar_south_05bd):not(
    .video-2a01
  ).fn-loading-fbc6
  .breadcrumb-b4f9,
input[type="submit"]:not(.sidebar_south_05bd):not(
    .video-2a01
  ).fn-loading-fbc6
  .detail_thick_e125,
input[type="submit"]:not(.sidebar_south_05bd):not(
    .video-2a01
  ).fn-loading-fbc6
  .first-5ac1,
input[type="submit"]:not(.sidebar_south_05bd):not(
    .video-2a01
  ).fn-loading-fbc6
  i,
input[type="submit"]:not(.sidebar_south_05bd):not(
    .video-2a01
  ).fn-loading-fbc6
  svg {
  visibility: hidden;
}
.main-9e1a:not(.sidebar_south_05bd):not(
    .video-2a01
  ).fn-loading-fbc6:after,
button:not(.sidebar_south_05bd):not(
    .video-2a01
  ).fn-loading-fbc6:after,
input[type="button"]:not(.sidebar_south_05bd):not(
    .video-2a01
  ).fn-loading-fbc6:after,
input[type="reset"]:not(.sidebar_south_05bd):not(
    .video-2a01
  ).fn-loading-fbc6:after,
input[type="submit"]:not(.sidebar_south_05bd):not(
    .video-2a01
  ).fn-loading-fbc6: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;
}
.main-9e1a:not(.sidebar_south_05bd):not(.video-2a01),
input[type="button"]:not(.sidebar_south_05bd):not(
    .video-2a01
  ),
input[type="reset"]:not(.sidebar_south_05bd):not(
    .video-2a01
  ),
input[type="submit"]:not(.sidebar_south_05bd):not(
    .video-2a01
  ) {
  color: #fff;
  background: #235787;
}
.main-9e1a:not(.sidebar_south_05bd):not(
    .video-2a01
  ):focus,
input[type="button"]:not(.sidebar_south_05bd):not(
    .video-2a01
  ):focus,
input[type="reset"]:not(.sidebar_south_05bd):not(
    .video-2a01
  ):focus,
input[type="submit"]:not(.sidebar_south_05bd):not(
    .video-2a01
  ):focus {
  color: #fff;
}
.main-9e1a.fn-disabled-fbc6:not(.sidebar_south_05bd):not(
    .video-2a01
  ),
.main-9e1a[disabled]:not(.sidebar_south_05bd):not(
    .video-2a01
  ),
button.fn-disabled-fbc6:not(.sidebar_south_05bd):not(
    .video-2a01
  ),
button[disabled]:not(.sidebar_south_05bd):not(
    .video-2a01
  ) {
  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;
}
.slow_2d74 {
  clip: rect(1px, 1px, 1px, 1px);
  position: absolute !important;
  height: 1px;
  width: 1px;
  overflow: hidden;
  word-con: normal !important;
}
.slow_2d74: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;
}
.table-steel-f35f {
  display: inline;
  float: left;
  margin-right: 1.41575em;
}
.list_927f {
  display: inline;
  float: right;
  margin-left: 1.41575em;
}
.detail-3492 {
  clear: both;
  display: block;
  margin: 0 auto;
}
.box-0adb:after,
.box-0adb:before,
.secondary-cda7:after,
.secondary-cda7:before,
.backdrop-dynamic-5fd7:after,
.backdrop-dynamic-5fd7:before,
.plasma_6291:after,
.plasma_6291:before,
.status_92a3:after,
.status_92a3:before,
.text_6373:after,
.text_6373:before {
  content: "";
  display: table;
  table-layout: fixed;
}
.box-0adb:after,
.secondary-cda7:after,
.backdrop-dynamic-5fd7:after,
.plasma_6291:after,
.status_92a3:after,
.text_6373:after {
  clear: both;
}
.secondary-cda7 .photo_glass_1a5a,
.backdrop-dynamic-5fd7 .photo_glass_1a5a,
.search-e30b .photo_glass_1a5a {
  border: none;
  margin-bottom: 0;
  margin-top: 0;
  padding: 0;
}
embed,
iframe,
object {
  max-width: 100%;
}
.label-last-a449 {
  display: inline-block;
}
.popup-hot-66f4 {
  margin-bottom: 1.41575em;
  max-width: 100%;
}
.popup-hot-66f4 img[class*="wp-image-"] {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.popup-hot-66f4 .bottom-b0e5 {
  padding: 1em 0;
  font-size: 85%;
}
.bottom-b0e5 {
  text-align: left;
  font-style: italic;
  color: #999;
}
.carousel-d59f {
  margin-bottom: 1.5em;
  margin-bottom: 1.41575em;
}
.carousel-d59f:after,
.carousel-d59f:before {
  content: "";
  display: table;
}
.carousel-d59f:after {
  clear: both;
}
.icon-narrow-73a6 {
  display: inline-block;
  text-align: center;
  vertical-align: top;
  width: 100%;
}
.alert-west-2469 .icon-narrow-73a6 {
  max-width: 50%;
}
.panel-bronze-e992 .icon-narrow-73a6 {
  max-width: 33.33%;
}
.outline-cool-f722 .icon-narrow-73a6 {
  max-width: 25%;
}
.hover_faab .icon-narrow-73a6 {
  max-width: 20%;
}
.accordion_red_6490 .icon-narrow-73a6 {
  max-width: 16.66%;
}
.yellow_5005 .icon-narrow-73a6 {
  max-width: 14.28%;
}
.hovered-360a .icon-narrow-73a6 {
  max-width: 12.5%;
}
.disabled-wide-0cfa .icon-narrow-73a6 {
  max-width: 11.11%;
}
.wood-0dd6 {
  display: block;
}
.paragraph-9dac .liquid-08ef label,
.paragraph-9dac .small-1e3f label,
.paragraph-9dac .row_6417 label,
.paragraph-9dac .notice_top_f297 label {
  text-transform: uppercase;
  letter-spacing: 0.5px;
  font-size: 0.85em;
}
.hard_98a5 {
  list-style: none;
  margin: 0;
}
.hard_98a5 article.shade-f903 {
  margin-bottom: 0;
}
.hard_98a5 ul {
  list-style: none;
  margin: 0;
}
.hard_98a5 .mask-blue-d246 li.shade-f903 {
  padding-left: 30px;
}
@media screen and (min-width: 64em) {
  .hard_98a5 .mask-blue-d246 li.shade-f903 {
    padding-left: 85px;
    border-left: 1px solid #eaecee;
    position: relative;
    width: 100%;
  }
  .hard_98a5 .mask-blue-d246 li.shade-f903: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) {
  .hard_98a5 .mask-blue-d246 li.shade-f903 li.shade-f903 li.shade-f903 li.shade-f903 {
    padding-left: 0;
  }
}
article.shade-f903 {
  padding: 1.618em 0;
  margin-bottom: 1.618em;
}
article.shade-f903 .secondary-cda7 p:last-of-type {
  margin-bottom: 0;
}
article.shade-f903 .large-2830 {
  float: left;
}
article.shade-f903 .summary_pro_fa10 {
  margin-left: 85px;
}
article.shade-f903 .primary_clean_44c6 {
  display: block;
  margin: 12px 0 12px;
  padding-bottom: 4px;
  border-bottom: 1px solid #eaecee;
}
article.shade-f903 .primary_clean_44c6 .dark_e8a0 {
  margin-left: 10px;
}
article.shade-f903 .cold-8f2f {
  font-weight: 500;
  text-transform: uppercase;
  line-height: 1;
  font-style: normal;
}
article.shade-f903 .link_lite_b5a2 {
  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 .liquid-08ef,
  #respond .row_6417,
  #respond .notice_top_f297 {
    width: 29.4117647059%;
    margin-right: 5.8823529412%;
    float: left;
  }
}
#respond .liquid-08ef input,
#respond .row_6417 input,
#respond .notice_top_f297 input {
  width: 100%;
}
#respond .notice_top_f297 {
  margin-right: 0;
}
#respond .easy_63c9 #wp-comment-cookies-consent {
  position: relative;
  top: -1px;
  margin-right: 5px;
}
.link_2321 {
  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;
}
.link_2321.next-ea7b {
  width: 36px;
  height: 36px;
  min-height: 36px;
  font-size: 1.1em;
}
.link_2321 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%);
}
.link_2321:focus,
.link_2321: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);
}
.breadcrumb-b052 {
  border-radius: 10%;
}
.panel_7eaf {
  border-radius: 50%;
}
.picture-pink-6661 {
  font-size: 0.72em;
}
.secondary_0d9c {
  font-size: 0.875em;
}
.new-23a3 {
  font-size: 1.1em;
}
.slider-2afa {
  text-transform: uppercase;
  line-height: 1.2;
}
.slider-2afa.picture-pink-6661 {
  letter-spacing: 0.5px;
}
.focused_10bf,
.focused_10bf a {
  color: #6d6d6d;
}
.focused_10bf a:hover {
  color: #111;
}
.surface-center-b7d2 {
  color: #6d6d6d;
}
.tall-c77f {
  overflow-x: hidden;
}
.tall-c77f .texture_copper_0b88.up-2c00 {
  position: relative;
}
.tall-c77f .texture_copper_0b88.up-2c00.focus_outer_3110 {
  position: initial;
}
.tall-c77f
  .texture_copper_0b88.up-2c00.focus_outer_3110
  .south-f504 {
  left: auto;
}
.tall-c77f .texture_copper_0b88 .south-f504 {
  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;
}
.tall-c77f .texture_copper_0b88:hover.up-2c00 {
  -webkit-transition-delay: 0s !important;
  transition-delay: 0s !important;
  outline: 1px solid #0073aa;
  outline-offset: -1px;
}
.tall-c77f
  .texture_copper_0b88:hover.up-2c00
  .south-f504 {
  display: block;
  z-index: 9999999;
}
.tall-c77f .tag_0cf4 .orange_db50,
.tall-c77f .menu_hard_7b2a .orange_db50 {
  display: none;
}
.tall-c77f .soft_1cf3 .texture_copper_0b88:hover.up-2c00 {
  outline: 1px dashed #ff472e;
  outline-offset: -1px;
}
.paragraph-9dac .liquid-08ef label,
.paragraph-9dac .small-1e3f label,
.paragraph-9dac .row_6417 label,
.paragraph-9dac .notice_top_f297 label {
  text-transform: uppercase;
  letter-spacing: 0.5px;
  font-size: 0.85em;
}
.hard_98a5 {
  list-style: none;
  margin: 0;
}
.hard_98a5 article.shade-f903 {
  margin-bottom: 0;
}
.hard_98a5 ul {
  list-style: none;
  margin: 0;
}
.hard_98a5 .mask-blue-d246 li.shade-f903 {
  padding-left: 30px;
}
@media screen and (min-width: 64em) {
  .hard_98a5 .mask-blue-d246 li.shade-f903 {
    padding-left: 85px;
    border-left: 1px solid #eaecee;
    position: relative;
    width: 100%;
  }
  .hard_98a5 .mask-blue-d246 li.shade-f903: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) {
  .hard_98a5 .mask-blue-d246 li.shade-f903 li.shade-f903 li.shade-f903 li.shade-f903 {
    padding-left: 0;
  }
}
article.shade-f903 {
  padding: 1.618em 0;
  margin-bottom: 1.618em;
}
article.shade-f903 .secondary-cda7 p:last-of-type {
  margin-bottom: 0;
}
article.shade-f903 .large-2830 {
  float: left;
}
article.shade-f903 .summary_pro_fa10 {
  margin-left: 85px;
}
article.shade-f903 .primary_clean_44c6 {
  display: block;
  margin: 12px 0 12px;
  padding-bottom: 4px;
  border-bottom: 1px solid #eaecee;
}
article.shade-f903 .primary_clean_44c6 .dark_e8a0 {
  margin-left: 10px;
}
article.shade-f903 .cold-8f2f {
  font-weight: 500;
  text-transform: uppercase;
  line-height: 1;
  font-style: normal;
}
article.shade-f903 .link_lite_b5a2 {
  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 .liquid-08ef,
  #respond .row_6417,
  #respond .notice_top_f297 {
    width: 29.4117647059%;
    margin-right: 5.8823529412%;
    float: left;
  }
}
#respond .liquid-08ef input,
#respond .row_6417 input,
#respond .notice_top_f297 input {
  width: 100%;
}
#respond .notice_top_f297 {
  margin-right: 0;
}
#respond .easy_63c9 #wp-comment-cookies-consent {
  position: relative;
  top: -1px;
  margin-right: 5px;
}
.tag_0cf4 .shade_inner_d67f {
  color: rgba(255, 255, 255, 0.99);
  background: rgba(0, 0, 0, 0.9);
}
.shade_inner_d67f .message-light-6acf.form-0bb4 .clean_d68c > li > a:focus,
.shade_inner_d67f .message-light-6acf.form-0bb4 .clean_d68c > li > a:hover,
.shade_inner_d67f .message-light-6acf.pro-0749 .clean_d68c > li > a:focus,
.shade_inner_d67f .message-light-6acf.pro-0749 .clean_d68c > li > a:hover,
.shade_inner_d67f .message-light-6acf.tooltip-small-ce15 .clean_d68c > li > a:focus,
.shade_inner_d67f .message-light-6acf.tooltip-small-ce15 .clean_d68c > li > a:hover {
  color: rgba(255, 255, 255, 0.99);
}
.shade_inner_d67f
  .message-light-6acf.form-0bb4
  .clean_d68c
  > li.disabled_f3e2
  > a,
.shade_inner_d67f
  .message-light-6acf.form-0bb4
  .clean_d68c
  > li.basic-1af2
  > a,
.shade_inner_d67f
  .message-light-6acf.pro-0749
  .clean_d68c
  > li.disabled_f3e2
  > a,
.shade_inner_d67f
  .message-light-6acf.pro-0749
  .clean_d68c
  > li.basic-1af2
  > a,
.shade_inner_d67f
  .message-light-6acf.tooltip-small-ce15
  .clean_d68c
  > li.disabled_f3e2
  > a,
.shade_inner_d67f .message-light-6acf.tooltip-small-ce15 .clean_d68c > li.prev_ca99 > a {
  color: rgba(255, 255, 255, 0.99);
}
.shade_inner_d67f .summary_clean_b19d,
.shade_inner_d67f .summary_clean_b19d a {
  color: rgba(255, 255, 255, 0.99);
}
.shade_inner_d67f .pink-adf3.hidden_0f0b li a,
.shade_inner_d67f .table_wide_26fc a,
.shade_inner_d67f .wood-81b8,
.shade_inner_d67f .clean_d68c > li > a,
.shade_inner_d67f .info_7ecf {
  color: rgba(255, 255, 255, 0.79);
}
.shade_inner_d67f .pink-adf3.hidden_0f0b li a:hover,
.shade_inner_d67f .table_wide_26fc a:hover,
.shade_inner_d67f .wood-81b8:hover,
.shade_inner_d67f .clean_d68c > li > a:hover,
.shade_inner_d67f .info_7ecf:hover {
  color: rgba(255, 255, 255, 0.99);
}
.shade_inner_d67f .accordion_green_36e5 {
  color: rgba(255, 255, 255, 0.79);
}
.shade_inner_d67f .accordion_green_36e5 .picture-pink-6c58 {
  color: rgba(255, 255, 255, 0.99);
}
.shade_inner_d67f .accordion_green_36e5:hover {
  color: rgba(255, 255, 255, 0.99);
}
.shade_inner_d67f .basic_23af .banner_tiny_6b1c {
  background: rgba(255, 255, 255, 0.03);
  border-color: rgba(255, 255, 255, 0.08);
  color: rgba(255, 255, 255, 0.79);
}
.shade_inner_d67f .basic_23af .banner_tiny_6b1c .notice_0445 {
  color: rgba(255, 255, 255, 0.79);
}
.shade_inner_d67f
  .basic_23af
  .banner_tiny_6b1c
  .notice_0445::-webkit-input-placeholder {
  color: rgba(255, 255, 255, 0.79);
}
.shade_inner_d67f
  .basic_23af
  .banner_tiny_6b1c
  .notice_0445:-ms-input-placeholder {
  color: rgba(255, 255, 255, 0.79);
}
.shade_inner_d67f
  .basic_23af
  .banner_tiny_6b1c
  .notice_0445::-ms-input-placeholder {
  color: rgba(255, 255, 255, 0.79);
}
.shade_inner_d67f
  .basic_23af
  .banner_tiny_6b1c
  .notice_0445::placeholder {
  color: rgba(255, 255, 255, 0.79);
}
.shade_inner_d67f .basic_23af .wrapper-wide-d761 {
  color: rgba(255, 255, 255, 0.79);
}
.shade_inner_d67f .basic_23af .wrapper-wide-d761:hover {
  color: rgba(255, 255, 255, 0.99);
}
.preview_old_1e68
  .shade_inner_d67f
  .basic_23af
  .west_187a
  .warm_80dd {
  background-color: rgba(255, 255, 255, 0.03);
  border-color: rgba(255, 255, 255, 0.08);
  color: rgba(255, 255, 255, 0.79);
}
.preview_old_1e68
  .shade_inner_d67f
  .basic_23af
  .west_187a
  .notice_0445 {
  background-color: rgba(255, 255, 255, 0.03) !important;
  border-color: rgba(255, 255, 255, 0.08);
  color: rgba(255, 255, 255, 0.79);
}
.tag_0cf4 .grid_complex_ad58 {
  color: rgba(0, 0, 0, 0.6);
  background: rgba(255, 255, 255, 0.9);
}
.grid_complex_ad58 .message-light-6acf.form-0bb4 .clean_d68c > li > a:focus,
.grid_complex_ad58 .message-light-6acf.form-0bb4 .clean_d68c > li > a:hover,
.grid_complex_ad58 .message-light-6acf.pro-0749 .clean_d68c > li > a:focus,
.grid_complex_ad58 .message-light-6acf.pro-0749 .clean_d68c > li > a:hover,
.grid_complex_ad58 .message-light-6acf.tooltip-small-ce15 .clean_d68c > li > a:focus,
.grid_complex_ad58 .message-light-6acf.tooltip-small-ce15 .clean_d68c > li > a:hover {
  color: rgba(0, 0, 0, 0.8);
}
.grid_complex_ad58
  .message-light-6acf.form-0bb4
  .clean_d68c
  > li.disabled_f3e2
  > a,
.grid_complex_ad58
  .message-light-6acf.form-0bb4
  .clean_d68c
  > li.basic-1af2
  > a,
.grid_complex_ad58
  .message-light-6acf.pro-0749
  .clean_d68c
  > li.disabled_f3e2
  > a,
.grid_complex_ad58
  .message-light-6acf.pro-0749
  .clean_d68c
  > li.basic-1af2
  > a,
.grid_complex_ad58
  .message-light-6acf.tooltip-small-ce15
  .clean_d68c
  > li.disabled_f3e2
  > a,
.grid_complex_ad58 .message-light-6acf.tooltip-small-ce15 .clean_d68c > li.prev_ca99 > a {
  color: rgba(0, 0, 0, 0.8);
}
.grid_complex_ad58 .summary_clean_b19d,
.grid_complex_ad58 .summary_clean_b19d a {
  color: rgba(0, 0, 0, 0.8);
}
.grid_complex_ad58 .pink-adf3.hidden_0f0b li a,
.grid_complex_ad58 .table_wide_26fc a,
.grid_complex_ad58 .wood-81b8,
.grid_complex_ad58 .clean_d68c > li > a,
.grid_complex_ad58 .info_7ecf {
  color: rgba(0, 0, 0, 0.55);
}
.grid_complex_ad58 .pink-adf3.hidden_0f0b li a:hover,
.grid_complex_ad58 .table_wide_26fc a:hover,
.grid_complex_ad58 .wood-81b8:hover,
.grid_complex_ad58 .clean_d68c > li > a:hover,
.grid_complex_ad58 .info_7ecf:hover {
  color: rgba(0, 0, 0, 0.8);
}
.grid_complex_ad58 .accordion_green_36e5 {
  color: rgba(0, 0, 0, 0.55);
}
.grid_complex_ad58 .accordion_green_36e5 .picture-pink-6c58 {
  color: rgba(0, 0, 0, 0.8);
}
.grid_complex_ad58 .accordion_green_36e5:hover {
  color: rgba(0, 0, 0, 0.8);
}
.button-ac64 .disabled_silver_0378 {
  margin-left: auto;
  margin-right: auto;
}
.backdrop-dynamic-5fd7 > * {
  margin-left: auto;
  margin-right: auto;
}
.backdrop-dynamic-5fd7 .table-steel-f35f {
  margin-right: 1.41575em;
}
.container_78dd .backdrop-dynamic-5fd7 > .small-0ec1 {
  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;
}
.container_78dd .backdrop-dynamic-5fd7 > .element-a214 {
  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;
}
.info-first-0a5c.button-ac64 .disabled_silver_0378,
.accordion_current_af05.button-ac64 .disabled_silver_0378 {
  margin-left: 0;
}
.label-glass-2969.button-ac64 .disabled_silver_0378,
.full_98d1.button-ac64 .disabled_silver_0378 {
  margin-right: 0;
}
.backdrop-dynamic-5fd7 ol,
.backdrop-dynamic-5fd7 ul {
  margin: 1.5em auto;
  list-style-position: outside;
}
.table-d3bf video {
  max-width: 100%;
}
.article_76d2 img {
  display: block;
}
.article_76d2.table-steel-f35f,
.article_76d2.list_927f {
  width: 100%;
}
.article_76d2.element-a214 img {
  width: 100vw;
  width: calc(var(--vw, 1vw) * 100);
}
.photo-4c89:not(.picture_purple_6277) {
  margin: 1.5em auto;
}
.search_top_708a p {
  padding: 1.5em 14px;
}
ul.accordion-small-1ea7.element-a214,
ul.accordion-small-1ea7.small-0ec1,
ul.accordion-small-1ea7.tall_d353.small-0ec1 {
  padding: 0 14px;
}
.pattern_orange_fda5 {
  display: block;
  overflow-x: auto;
}
.pattern_orange_fda5 table {
  border-collapse: collapse;
  width: 100%;
}
.pattern_orange_fda5 td,
.pattern_orange_fda5 th {
  padding: 0.5em;
}
.backdrop-dynamic-5fd7 li {
  margin-left: 2.5em;
  margin-bottom: 6px;
}
.backdrop-dynamic-5fd7 ol ol,
.backdrop-dynamic-5fd7 ol ul,
.backdrop-dynamic-5fd7 ul ol,
.backdrop-dynamic-5fd7 ul ul {
  margin-bottom: 0;
  margin-top: 0;
  margin-left: 2.5em;
}
.backdrop-dynamic-5fd7 ol ol li,
.backdrop-dynamic-5fd7 ol ul li,
.backdrop-dynamic-5fd7 ul ol li,
.backdrop-dynamic-5fd7 ul ul li {
  margin-left: 0;
}
.texture-46f9.shadow_short_c1b0 > .blue_a39d {
  position: relative;
  width: 100%;
  height: 0;
  padding-top: 56.25%;
}
.texture-46f9.shadow_short_c1b0 > .blue_a39d iframe,
.texture-46f9.shadow_short_c1b0 > .blue_a39d > object {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}
.background_de88 {
  border-left-width: 4px;
  border-left-color: currentColor;
}
.background_de88.chip_dynamic_8020 {
  padding: 0;
}
.background_de88.chip_dynamic_8020 cite {
  font-size: 13px;
}
.background_de88 > * {
  margin-left: 16px;
  margin-right: 16px;
}
.background_de88 cite {
  font-style: normal;
  margin-top: 1em;
  position: relative;
  font-size: 13px;
}
.media_6538 {
  border-bottom: 4px solid currentColor;
  border-top: 4px solid currentColor;
  margin-left: 0;
  margin-right: 0;
  padding: 3em 0;
  text-align: center;
}
.media_6538 > p:first-child {
  margin-top: 0;
}
.media_6538 cite {
  font-size: 13px;
  font-style: normal;
  text-transform: uppercase;
}
.media_6538 blockquote {
  border-left: 0;
}
.aside_b2f4 {
  margin: 3em auto;
  border: none;
  border-bottom: 2px solid currentColor;
}
.aside_b2f4:not(.chip_43d1) {
  max-width: 100px;
}
.aside_b2f4.status-blue-a33a {
  border-bottom: none !important;
  text-align: center;
}
.aside_b2f4.status-blue-a33a::before {
  padding-left: 0;
  font-size: 30px;
}
@media screen and (min-width: 768px) {
  .search_top_708a p {
    padding: 1.5em 0;
  }
}
.table-d3ad {
  color: #0073aa;
}
.hard_79e6 {
  background-color: #0073aa;
}
.text-orange-4419 {
  color: #229fd8;
}
.paragraph_db9d {
  background-color: #229fd8;
}
.breadcrumb-162e {
  color: #eee;
}
.fixed_ae1f {
  background-color: #eee;
}
.easy-2dc9 {
  color: #444;
}
.sort-pro-b899 {
  background-color: #444;
}
.modal_out_2117 {
  padding: 0;
  -webkit-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  text-size-adjust: 100%;
  line-height: 13px;
}
.modal_out_2117 .mask-ac3e .table_wide_26fc {
  font-size: 15px;
}
.modal_out_2117 .table_wide_26fc {
  line-height: 1.3;
}
.modal_out_2117 .grid_complex_ad58 {
}
.modal_out_2117 .shade_inner_d67f {
  background: #235787;
}
.tooltip-easy-46c7 {
  padding: 0;
}
.tooltip-easy-46c7 .shade_inner_d67f {
  background: #1a1a1a;
}
.tooltip-easy-46c7 .grid_complex_ad58 {
  box-shadow: 0 1px 2px 0 #e1e5ea;
  background: #fff;
}
.caption-narrow-2513 {
  padding: 0;
  border-left: none;
  border-right: none;
}
.caption-narrow-2513 .grid_complex_ad58 {
  box-shadow: 0 1px 2px 0 #e1e5ea;
}
.caption-narrow-2513 .shade_inner_d67f {
  background: #303030;
}
.text_6373 {
  position: relative;
  z-index: 10;
}
.text_6373 .container_edb9 {
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
  -webkit-box-pack: center;
  justify-content: center;
}
.cool_e8ee .up-2c00 {
  display: inline-block;
  vertical-align: middle;
}
.cool_e8ee.right-2be8 .up-2c00 {
  margin-right: 1em;
}
@media screen and (max-width: 1024px) {
  .cool_e8ee.right-2be8 .up-2c00 {
    margin-right: 1em;
  }
}
@media screen and (max-width: 568px) {
  .cool_e8ee.right-2be8 .up-2c00 {
    margin-right: 0.4em;
  }
}
.cool_e8ee.right-2be8 .up-2c00:last-child {
  margin-right: 0;
}
.next_2fd0 .container_edb9 {
  max-width: initial;
}
@media screen and (min-width: 1025px) {
  .tag_0cf4 .mask-ac3e {
    margin: 0 -0.5em;
  }
  .tag_0cf4 .mask-ac3e [class*="customify-col-"],
  .tag_0cf4 .mask-ac3e [class*="customify-col_"],
  .tag_0cf4 .mask-ac3e [class~="customify-col-"] {
    padding-left: 0.5em;
    padding-right: 0.5em;
  }
}
.tag_0cf4.search_907f .container_edb9 {
  background: 0 0 !important;
}
.tag_0cf4.search_907f .container_edb9,
.tag_0cf4.next_2fd0 .container_edb9 {
  border: 0 none !important;
  box-shadow: none !important;
}
@media screen and (min-width: 1025px) {
  .tag_0cf4.backdrop_plasma_84a3 {
    background: 0 0 !important;
    border: 0 none;
    box-shadow: none !important;
  }
}
.tag_0cf4.next_2fd0 .container_edb9 {
  box-shadow: none !important;
}
.secondary-gas-e56f {
  padding: 21px 0 22px;
  border-bottom: 1px solid #eaecee;
  word-break: break-word;
  background: #f9f9f9;
}
@media screen and (max-width: 1024px) {
  .secondary-gas-e56f {
    padding: 19px 0 20px;
  }
}
@media screen and (max-width: 568px) {
  .secondary-gas-e56f {
    padding: 18px 0 20px;
  }
}
.secondary-gas-e56f .white_5fe8 {
  width: 100%;
}
.secondary-gas-e56f .button-11db {
  margin-bottom: 0;
}
.secondary-gas-e56f .accent_9f17 {
  margin-top: 5px;
  font-size: 0.875em;
}
.chip-full-bdaf {
  padding: 9px 0 9px;
  border-bottom: 1px solid #eaecee;
  color: #6d6d6d;
  line-height: 1.6;
  background: #fff;
}
.chip-full-bdaf .feature-dbf1 {
  width: 100%;
}
.overlay_dim_0d90 {
  list-style: none;
  margin: 0 1em;
  padding: 0;
}
.overlay_dim_0d90 li {
  display: inline-block;
  position: relative;
  padding-right: 10px;
}
.overlay_dim_0d90 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;
}
.overlay_dim_0d90 li:last-child:after {
  display: none;
}
.overlay_dim_0d90 li a {
  font-weight: 500;
  margin-right: 10px;
}
.container_hard_5a74 .orange_db50 button,
.secondary-gas-e56f .orange_db50 button {
  left: 0;
}
.container_hard_5a74 .feature-dbf1,
.secondary-gas-e56f .feature-dbf1 {
  padding-left: 0;
  padding-right: 0;
}
.container_hard_5a74 .chip-full-bdaf,
.secondary-gas-e56f .chip-full-bdaf {
  border-bottom: none;
  padding-bottom: 0;
  background: 0 0;
}
.container_hard_5a74 {
  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;
}
.container_hard_5a74: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;
}
.container_hard_5a74 .chip-selected-7eab {
  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) {
  .container_hard_5a74 .chip-selected-7eab {
    min-height: 300px;
  }
}
@media screen and (max-width: 1024px) {
  .container_hard_5a74 .chip-selected-7eab {
    min-height: 250px;
    padding: 1em 15px;
  }
}
@media screen and (max-width: 568px) {
  .container_hard_5a74 .chip-selected-7eab {
    min-height: 200px;
  }
}
.container_hard_5a74 .overlay_dim_0d90 {
  color: rgba(255, 255, 255, 0.8);
}
.container_hard_5a74 .overlay_dim_0d90 a,
.container_hard_5a74 .overlay_dim_0d90 li:after {
  color: inherit;
}
.container_hard_5a74 .overlay_dim_0d90 a:hover {
  color: rgba(255, 255, 255, 0.8);
}
.white_47d1 {
  margin-bottom: 0.5em;
}
.inner_5c67 {
  margin-bottom: 1.2em;
}
.inner_5c67,
.white_47d1 {
  display: inline-block;
  position: relative;
  color: rgba(255, 255, 255, 0.99);
  z-index: 5;
}
.inner_5c67 p:last-child,
.white_47d1 p:last-child {
  margin-bottom: 0;
}
#header-menu-sidebar .orange_db50,
#masthead .orange_db50 {
  display: none;
}
#masthead
  > .orange_db50.texture-down-8a37 {
  display: none;
}
#masthead > .orange_db50 button {
  left: 0;
}
.tag-4737 {
  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%;
}
.tag-4737 .up-2c00 {
  display: -webkit-inline-box;
  display: inline-flex;
  -webkit-box-align: center;
  align-items: center;
  margin-left: 0.5em;
  margin-right: 0.5em;
}
.tag-4737 .picture_bottom_6369 {
  display: -webkit-box;
  display: flex;
}
.tag-4737 .picture_bottom_6369.video_pro_518f {
  -webkit-box-pack: center;
  justify-content: center;
  margin-left: 1em;
  margin-right: 1em;
}
.tag-4737 .picture_bottom_6369.grid-ff39 {
  -webkit-box-pack: start;
  justify-content: flex-start;
  margin-right: auto;
  -webkit-box-flex: 1;
  flex: 1 1 0;
}
.tag-4737 .picture_bottom_6369.light-93b7 {
  margin-left: auto;
  -webkit-box-pack: end;
  justify-content: flex-end;
  -webkit-box-flex: 1;
  flex: 1 1 0;
}
.tag-4737.smooth_ba15.green-a1bc .picture_bottom_6369.video_pro_518f {
  flex-basis: 100%;
}
.tag-4737.progress-cool-6649 .picture_bottom_6369.grid-ff39 {
  -webkit-box-flex: 1;
  flex: auto;
}
.tag-4737.progress-cool-6649 .picture_bottom_6369.light-93b7 {
  -webkit-box-flex: 1;
  flex: auto;
}
#masthead
  > .orange_db50.texture-down-8a37 {
  display: none;
}
#masthead > .orange_db50 button {
  left: 0;
}
.lite_60e1 {
  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;
}
.lite_60e1:hover {
  box-shadow: inset 0 0 0 120px rgba(0, 0, 0, 0.18);
  color: #fff;
}
.lite_60e1.hero-clean-96fa i {
  margin-right: 4px;
}
.lite_60e1.soft-76cb i {
  margin-left: 5px;
}
.table_wide_26fc p {
  font-weight: 500;
  text-transform: uppercase;
  font-size: 13px;
}
.table_wide_26fc p:last-child {
  margin-bottom: 0;
}
.short-c149 {
  display: -webkit-box;
  display: flex;
  line-height: 0.9;
  vertical-align: middle;
}
.short-c149 a {
  display: inline-block;
  text-transform: uppercase;
  letter-spacing: 0.4px;
  font-weight: 600;
}
.short-c149 img {
  display: block;
  width: auto;
  line-height: 1;
}
.short-c149 .summary_clean_b19d {
  font-size: 1.5em;
  margin: 0;
  font-weight: 600;
  line-height: 1.216;
}
.short-c149 .secondary-wood-7731 {
  margin: 5px 0 7px 0;
}
.short-c149.info_dim_ccd3 .hot_be3b {
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
  -webkit-box-pack: center;
  justify-content: center;
}
.short-c149.info_dim_ccd3 .element_bottom_66aa {
  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;
}
.short-c149.card-b4ea {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  flex-direction: row-reverse;
}
.short-c149.card-b4ea .hot_be3b {
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
  -webkit-box-pack: center;
  justify-content: center;
}
.short-c149.card-b4ea .element_bottom_66aa {
  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;
}
.short-c149.hard-d1ef {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
}
.short-c149.hot-3334 {
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
  flex-direction: column-reverse;
}
.short-c149.hot-3334 .element_bottom_66aa {
  margin-top: 7px;
}
.tag-b8e0 {
  display: inline-block;
}
.text_6373 .basic_6cea .short-c149 img {
  max-width: 100%;
}
.message-light-6acf .layout_c9f8.block_1ae8,
.dirty_58dc .layout_c9f8.block_1ae8 {
  position: relative;
  display: -webkit-inline-box;
  display: inline-flex;
  -webkit-box-align: center;
  align-items: center;
}
.message-light-6acf .nav_b854,
.dirty_58dc .nav_b854 {
  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%);
}
.message-light-6acf .nav_b854 {
  display: inline;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-decoration: none !important;
}
.message-light-6acf.logo-a62e .nav_b854 {
  display: none;
}
.message-light-6acf .accent-e1f2 {
  list-style: none;
  padding: 0;
  margin: 0;
}
.message-light-6acf .accent-e1f2 li {
  display: inline-block;
  position: relative;
}
.message-light-6acf .accent-e1f2 li:last-child {
  margin-right: 0;
}
.message-light-6acf .accent-e1f2 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;
}
.message-light-6acf .accent-e1f2 li.prev_ca99 > a {
  color: rgba(0, 0, 0, 0.9);
}
.message-light-6acf .accent-e1f2 > 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;
}
.message-light-6acf .accent-e1f2 > li > a i {
  line-height: 0;
}
.message-light-6acf .accent-e1f2 > li.static_088d > a .nav_b854 {
  margin-left: 4px;
  line-height: 0;
}
.message-light-6acf .accent-e1f2 .row_dirty_9968 li.static_088d > a {
  position: relative;
}
.message-light-6acf .accent-e1f2 .row_dirty_9968 li.static_088d > a:after,
.message-light-6acf .accent-e1f2 .row_dirty_9968 li.static_088d > a:before {
  content: "";
  display: table;
}
.message-light-6acf .accent-e1f2 .row_dirty_9968 li.static_088d > a:after {
  clear: both;
}
.message-light-6acf .accent-e1f2 .row_dirty_9968 li.static_088d > a .nav_b854 {
  margin-left: 5px;
  float: right;
}
.message-light-6acf .article-df32,
.message-light-6acf .row_dirty_9968 {
  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;
}
.message-light-6acf .row_dirty_9968 {
  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;
}
.message-light-6acf .row_dirty_9968 .block_1ae8 {
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: justify;
  justify-content: space-between;
}
.message-light-6acf .row_dirty_9968 .nav_b854 {
  -webkit-transform: rotate(135deg) translateY(0);
  -ms-transform: rotate(135deg) translateY(0);
  transform: rotate(135deg) translateY(0);
}
.message-light-6acf .row_dirty_9968 li {
  display: block;
  margin: 0;
  padding: 0;
}
.message-light-6acf .row_dirty_9968 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;
}
.message-light-6acf .row_dirty_9968 li a:hover {
  background: rgba(0, 0, 0, 0.015);
  color: rgba(0, 0, 0, 0.8);
}
.message-light-6acf .row_dirty_9968 .row_dirty_9968 {
  top: 0;
  left: 100%;
}
.message-light-6acf .modal-a5c2.fn-focus-fbc6 > .article-df32,
.message-light-6acf .modal-a5c2.fn-focus-fbc6 > .row_dirty_9968,
.message-light-6acf .modal-a5c2:focus > .article-df32,
.message-light-6acf .modal-a5c2:focus > .row_dirty_9968,
.message-light-6acf .modal-a5c2:hover > .article-df32,
.message-light-6acf .modal-a5c2:hover > .row_dirty_9968 {
  height: auto;
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
  overflow: initial;
  visibility: visible;
  opacity: 1;
}
.message-light-6acf.tooltip-small-ce15 .clean_d68c:after,
.message-light-6acf.tooltip-small-ce15 .clean_d68c:before {
  content: "";
  display: table;
}
.message-light-6acf.tooltip-small-ce15 .clean_d68c:after {
  clear: both;
}
.message-light-6acf.tooltip-small-ce15 .clean_d68c > li {
  float: left;
}
.message-light-6acf.secondary-586c .clean_d68c:after,
.message-light-6acf.secondary-586c .clean_d68c:before {
  content: "";
  display: table;
}
.message-light-6acf.secondary-586c .clean_d68c:after {
  clear: both;
}
.message-light-6acf.secondary-586c .clean_d68c > li {
  float: left;
}
.message-light-6acf.secondary-586c .clean_d68c > li > a {
  background: 0 0;
  display: -webkit-inline-box;
  display: inline-flex;
  vertical-align: middle;
  -webkit-box-align: center;
  align-items: center;
}
.message-light-6acf.secondary-586c .clean_d68c > li > a:hover {
  color: #fff;
  background-color: #1e4b75;
}
.message-light-6acf.secondary-586c .clean_d68c > li.disabled_f3e2 > a,
.message-light-6acf.secondary-586c .clean_d68c > li.prev_ca99 > a {
  color: #fff;
  background-color: #1e4b75;
}
.message-light-6acf.form-0bb4 .clean_d68c > li > a .block_1ae8 {
  position: relative;
}
.message-light-6acf.form-0bb4 .clean_d68c > li > a .block_1ae8: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;
}
.message-light-6acf.form-0bb4
  .clean_d68c
  > li:focus
  > a
  .block_1ae8:before,
.message-light-6acf.form-0bb4
  .clean_d68c
  > li:hover
  > a
  .block_1ae8:before {
  width: 100%;
  background-color: currentColor;
}
.message-light-6acf.form-0bb4
  .clean_d68c
  > li.disabled_f3e2
  > a
  .block_1ae8:before,
.message-light-6acf.form-0bb4
  .clean_d68c
  > li.basic-1af2
  > a
  .block_1ae8:before {
  width: 100%;
  background-color: currentColor;
}
.message-light-6acf.pro-0749 .clean_d68c > li > a .block_1ae8 {
  position: relative;
}
.message-light-6acf.pro-0749 .clean_d68c > li > a .block_1ae8: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;
}
.message-light-6acf.pro-0749 .clean_d68c > li:focus > a .block_1ae8:before,
.message-light-6acf.pro-0749
  .clean_d68c
  > li:hover
  > a
  .block_1ae8:before {
  width: 100%;
  background-color: currentColor;
}
.message-light-6acf.pro-0749
  .clean_d68c
  > li.disabled_f3e2
  > a
  .block_1ae8:before,
.message-light-6acf.pro-0749
  .clean_d68c
  > li.basic-1af2
  > a
  .block_1ae8:before {
  width: 100%;
  background-color: currentColor;
}
.dirty_58dc .accent-e1f2 {
  margin: 0;
  padding: 0;
  list-style: none;
}
.dirty_58dc .accent-e1f2 li:first-child > a {
  border-top: none;
}
.dirty_58dc .accent-e1f2 .hero_pressed_de9a > .block_1ae8 .nav_b854 {
  display: none;
}
.dirty_58dc .accent-e1f2 li {
  list-style: none;
  position: relative;
  border-bottom: 1px solid transparent;
}
.dirty_58dc .accent-e1f2 li:last-child {
  border: none;
}
.dirty_58dc .accent-e1f2 li.static_088d > a {
  padding-right: 45px !important;
}
.dirty_58dc .accent-e1f2 li a {
  display: block;
  padding: 0.55em 1.5em;
}
.dirty_58dc .accent-e1f2 li a:focus,
.dirty_58dc .accent-e1f2 li a:hover {
  background: rgba(0, 0, 0, 0.01);
}
.dirty_58dc .accent-e1f2 li .wide_e22b {
  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;
}
.dirty_58dc .accent-e1f2 li .wide_e22b:hover {
  box-shadow: none;
}
.dirty_58dc .accent-e1f2 li .wide_e22b .nav_b854 {
  -webkit-transform: rotate(-135deg) translateY(50%) translateX(50%);
  -ms-transform: rotate(-135deg) translateY(50%) translateX(50%);
  transform: rotate(-135deg) translateY(50%) translateX(50%);
}
.dirty_58dc .accent-e1f2 .row_dirty_9968 {
  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);
}
.dirty_58dc .accent-e1f2 .row_dirty_9968 li a {
  padding-left: 3em;
}
.dirty_58dc .accent-e1f2 .media_1b38 > a .wide_e22b i {
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
.dirty_58dc .accent-e1f2 .media_1b38 > .row_dirty_9968 {
  display: block;
  opacity: 1;
}
.chip-f9d1 {
  max-width: 100%;
}
.huge_f2f4 {
  line-height: 0;
  cursor: pointer;
}
.info_7ecf {
  line-height: 0;
  display: inline-block;
  position: relative;
  box-shadow: none;
}
.info_7ecf:hover {
  box-shadow: none;
  color: currentColor;
}
.info_7ecf svg {
  width: 18px;
  height: 18px;
}
.info_7ecf .notice-58a9 {
  display: none;
}
.search-c3dd {
  position: relative;
}
.search-c3dd.fn-active-fbc6 .info_7ecf .slider-6aba {
  display: none;
}
.search-c3dd.fn-active-fbc6 .info_7ecf .notice-58a9 {
  display: inline-block;
}
.search-c3dd .warm-86f7 {
  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);
}
.search-c3dd.simple_097a .warm-86f7 {
  left: auto;
  right: -0.9em;
}
.search-c3dd.simple_097a .gradient_987a::before {
  left: auto;
  right: 15px;
}
.search-c3dd.fn-active-fbc6 .warm-86f7 {
  height: auto;
  overflow: initial;
  z-index: 26;
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
}
.west_187a {
  display: -webkit-box;
  display: flex;
  margin-bottom: 0;
  width: 100%;
  max-width: 100%;
}
.west_187a label {
  flex-basis: 100%;
}
.west_187a .banner_tiny_6b1c {
  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;
}
.west_187a .notice_0445 {
  display: block;
  width: 100%;
  border-radius: 2px;
  height: 2.4em;
}
.west_187a .notice_0445:focus {
  background-color: transparent;
}
.west_187a button.wrapper-wide-d761 {
  overflow: hidden;
  box-shadow: none;
  margin-left: -40px;
  background: 0 0;
  color: #6d6d6d;
  line-height: 0;
  padding: 0 0.7em;
  min-height: auto;
}
.west_187a button.wrapper-wide-d761:hover {
  box-shadow: none;
  background-color: transparent;
  color: #686868;
}
.west_187a button.wrapper-wide-d761 svg {
  width: 18px;
  height: 18px;
}
.west_187a input[type="submit"] {
  min-height: auto;
}
.basic_23af .west_187a .notice_0445 {
  border: 0;
  box-shadow: none;
  background-color: transparent;
}
.gradient_987a {
  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) {
  .gradient_987a {
    width: 220px;
  }
}
.gradient_987a label {
  flex-basis: 100%;
}
.gradient_987a::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;
}
.preview_old_1e68 .basic_23af .west_187a {
  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;
}
.preview_old_1e68
  .basic_23af
  .west_187a
  .banner_tiny_6b1c {
  background-color: transparent;
  min-height: auto;
  flex-basis: 100%;
  display: -webkit-box;
  display: flex;
  border-style: none;
  border: none;
  box-shadow: none;
}
.preview_old_1e68 .basic_23af .west_187a .notice_0445 {
  border-color: transparent;
  height: auto;
  background-color: transparent;
  border: 0;
  border-style: none;
  box-shadow: none;
  -webkit-box-flex: 0;
  flex: 0 0 auto;
}
.preview_old_1e68
  .basic_23af
  .west_187a
  .notice_0445:focus {
  background: 0 0;
}
.preview_old_1e68
  .basic_23af
  .west_187a
  .warm_80dd {
  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;
}
.pink-adf3 {
  display: inline-block;
  margin: 0;
  padding: 0;
  list-style: none;
  position: relative;
}
.pink-adf3 li {
  list-style: none;
  display: inline-block;
  margin: 0 3px;
}
.pink-adf3 li:last-child {
  margin-right: 0;
}
.pink-adf3 li:first-child {
  margin-left: 0;
}
.pink-adf3.summary_a517 a {
  color: #fff;
}
.pink-adf3.summary_a517 a:hover {
  color: #fff;
}
.pink-adf3 a {
  color: currentColor;
  text-align: center;
  vertical-align: middle;
  width: 100%;
  padding: 0.4em;
  display: inline-block;
  line-height: 1;
  font-size: 13px;
}
.pink-adf3 a i {
  width: 1em;
  height: 1em;
  position: relative;
  display: block;
}
.pink-adf3 a i:before {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}
.pink-adf3 a:hover {
  opacity: 0.9;
  color: inherit;
}
.pink-adf3 [class*="social-icon-apple"] {
  background-color: #999;
}
.pink-adf3 [class*="social-icon-apple"].video-west-01cf {
  background-color: transparent;
  color: #999;
}
.pink-adf3 [class*="social-icon-behance"] {
  background-color: #1769ff;
}
.pink-adf3 [class*="social-icon-behance"].video-west-01cf {
  background-color: transparent;
  color: #1769ff;
}
.pink-adf3 [class*="social-icon-bitbucket"] {
  background-color: #205081;
}
.pink-adf3 [class*="social-icon-bitbucket"].video-west-01cf {
  background-color: transparent;
  color: #205081;
}
.pink-adf3 [class*="social-icon-codepen"] {
  background-color: #000;
}
.pink-adf3 [class*="social-icon-codepen"].video-west-01cf {
  background-color: transparent;
  color: #000;
}
.pink-adf3 [class*="social-icon-delicious"] {
  background-color: #39f;
}
.pink-adf3 [class*="social-icon-delicious"].video-west-01cf {
  background-color: transparent;
  color: #39f;
}
.pink-adf3 [class*="social-icon-digg"] {
  background-color: #005be2;
}
.pink-adf3 [class*="social-icon-digg"].video-west-01cf {
  background-color: transparent;
  color: #005be2;
}
.pink-adf3 [class*="social-icon-dribbble"] {
  background-color: #ea4c89;
}
.pink-adf3 [class*="social-icon-dribbble"].video-west-01cf {
  background-color: transparent;
  color: #ea4c89;
}
.pink-adf3 [class*="social-icon-envelope"] {
  background-color: #ea4335;
}
.pink-adf3 [class*="social-icon-envelope"].video-west-01cf {
  background-color: transparent;
  color: #ea4335;
}
.pink-adf3 [class*="social-icon-facebook"] {
  background-color: #3b5998;
}
.pink-adf3 [class*="social-icon-facebook"].video-west-01cf {
  background-color: transparent;
  color: #3b5998;
}
.pink-adf3 [class*="social-icon-flickr"] {
  background-color: #0063dc;
}
.pink-adf3 [class*="social-icon-flickr"].video-west-01cf {
  background-color: transparent;
  color: #0063dc;
}
.pink-adf3 [class*="social-icon-foursquare"] {
  background-color: #2d5be3;
}
.pink-adf3 [class*="social-icon-foursquare"].video-west-01cf {
  background-color: transparent;
  color: #2d5be3;
}
.pink-adf3 [class*="social-icon-github"] {
  background-color: #333;
}
.pink-adf3 [class*="social-icon-github"].video-west-01cf {
  background-color: transparent;
  color: #333;
}
.pink-adf3 [class*="social-icon-google-plus"] {
  background-color: #dd4b39;
}
.pink-adf3 [class*="social-icon-google-plus"].video-west-01cf {
  background-color: transparent;
  color: #dd4b39;
}
.pink-adf3 [class*="social-icon-houzz"] {
  background-color: #7ac142;
}
.pink-adf3 [class*="social-icon-houzz"].video-west-01cf {
  background-color: transparent;
  color: #7ac142;
}
.pink-adf3 [class*="social-icon-instagram"] {
  background-color: #262626;
}
.pink-adf3 [class*="social-icon-instagram"].video-west-01cf {
  background-color: transparent;
  color: #262626;
}
.pink-adf3 [class*="social-icon-jsfiddle"] {
  background-color: #487aa2;
}
.pink-adf3 [class*="social-icon-jsfiddle"].video-west-01cf {
  background-color: transparent;
  color: #487aa2;
}
.pink-adf3 [class*="social-icon-linkedin"] {
  background-color: #0077b5;
}
.pink-adf3 [class*="social-icon-linkedin"].video-west-01cf {
  background-color: transparent;
  color: #0077b5;
}
.pink-adf3 [class*="social-icon-medium"] {
  background-color: #00ab6b;
}
.pink-adf3 [class*="social-icon-medium"].video-west-01cf {
  background-color: transparent;
  color: #00ab6b;
}
.pink-adf3 [class*="social-icon-odnoklassniki"] {
  background-color: #f4731c;
}
.pink-adf3
  [class*="social-icon-odnoklassniki"].video-west-01cf {
  background-color: transparent;
  color: #f4731c;
}
.pink-adf3 [class*="social-icon-meetup"] {
  background-color: #ec1c40;
}
.pink-adf3 [class*="social-icon-meetup"].video-west-01cf {
  background-color: transparent;
  color: #ec1c40;
}
.pink-adf3 [class*="social-icon-pinterest"] {
  background-color: #bd081c;
}
.pink-adf3 [class*="social-icon-pinterest"].video-west-01cf {
  background-color: transparent;
  color: #bd081c;
}
.pink-adf3 [class*="social-icon-product-hunt"] {
  background-color: #da552f;
}
.pink-adf3 [class*="social-icon-product-hunt"].video-west-01cf {
  background-color: transparent;
  color: #da552f;
}
.pink-adf3 [class*="social-icon-reddit"] {
  background-color: #ff4500;
}
.pink-adf3 [class*="social-icon-reddit"].video-west-01cf {
  background-color: transparent;
  color: #ff4500;
}
.pink-adf3 [class*="social-icon-rss"] {
  background-color: #f26522;
}
.pink-adf3 [class*="social-icon-rss"].video-west-01cf {
  background-color: transparent;
  color: #f26522;
}
.pink-adf3 [class*="social-icon-shopping-cart"] {
  background-color: #4caf50;
}
.pink-adf3
  [class*="social-icon-shopping-cart"].video-west-01cf {
  background-color: transparent;
  color: #4caf50;
}
.pink-adf3 [class*="social-icon-skype"] {
  background-color: #00aff0;
}
.pink-adf3 [class*="social-icon-skype"].video-west-01cf {
  background-color: transparent;
  color: #00aff0;
}
.pink-adf3 [class*="social-icon-slideshare"] {
  background-color: #0077b5;
}
.pink-adf3 [class*="social-icon-slideshare"].video-west-01cf {
  background-color: transparent;
  color: #0077b5;
}
.pink-adf3 [class*="social-icon-snapchat"] {
  background-color: #fffc00;
}
.pink-adf3 [class*="social-icon-snapchat"].video-west-01cf {
  background-color: transparent;
  color: #fffc00;
}
.pink-adf3 [class*="social-icon-soundcloud"] {
  background-color: #f80;
}
.pink-adf3 [class*="social-icon-soundcloud"].video-west-01cf {
  background-color: transparent;
  color: #f80;
}
.pink-adf3 [class*="social-icon-spotify"] {
  background-color: #2ebd59;
}
.pink-adf3 [class*="social-icon-spotify"].video-west-01cf {
  background-color: transparent;
  color: #2ebd59;
}
.pink-adf3 [class*="social-icon-stack-overflow"] {
  background-color: #fe7a15;
}
.pink-adf3
  [class*="social-icon-stack-overflow"].video-west-01cf {
  background-color: transparent;
  color: #fe7a15;
}
.pink-adf3 [class*="social-icon-maldkfgram"] {
  background-color: #2ca5e0;
}
.pink-adf3 [class*="social-icon-maldkfgram"].video-west-01cf {
  background-color: transparent;
  color: #2ca5e0;
}
.pink-adf3 [class*="social-icon-tripadvisor"] {
  background-color: #589442;
}
.pink-adf3 [class*="social-icon-tripadvisor"].video-west-01cf {
  background-color: transparent;
  color: #589442;
}
.pink-adf3 [class*="social-icon-tumblr"] {
  background-color: #35465c;
}
.pink-adf3 [class*="social-icon-tumblr"].video-west-01cf {
  background-color: transparent;
  color: #35465c;
}
.pink-adf3 [class*="social-icon-twitch"] {
  background-color: #6441a5;
}
.pink-adf3 [class*="social-icon-twitch"].video-west-01cf {
  background-color: transparent;
  color: #6441a5;
}
.pink-adf3 [class*="social-icon-twitter"] {
  background-color: #1da1f2;
}
.pink-adf3 [class*="social-icon-twitter"].video-west-01cf {
  background-color: transparent;
  color: #1da1f2;
}
.pink-adf3 [class*="social-icon-vimeo"] {
  background-color: #1ab7ea;
}
.pink-adf3 [class*="social-icon-vimeo"].video-west-01cf {
  background-color: transparent;
  color: #1ab7ea;
}
.pink-adf3 [class*="social-icon-vk"] {
  background-color: #45668e;
}
.pink-adf3 [class*="social-icon-vk"].video-west-01cf {
  background-color: transparent;
  color: #45668e;
}
.pink-adf3 [class*="social-icon-weibo"] {
  background-color: #df2029;
}
.pink-adf3 [class*="social-icon-weibo"].video-west-01cf {
  background-color: transparent;
  color: #df2029;
}
.pink-adf3 [class*="social-icon-weixin"] {
  background-color: #7bb32e;
}
.pink-adf3 [class*="social-icon-weixin"].video-west-01cf {
  background-color: transparent;
  color: #7bb32e;
}
.pink-adf3 [class*="social-icon-whatsapp"] {
  background-color: #25d366;
}
.pink-adf3 [class*="social-icon-whatsapp"].video-west-01cf {
  background-color: transparent;
  color: #25d366;
}
.pink-adf3 [class*="social-icon-wordpress"] {
  background-color: #21759b;
}
.pink-adf3 [class*="social-icon-wordpress"].video-west-01cf {
  background-color: transparent;
  color: #21759b;
}
.pink-adf3 [class*="social-icon-xing"] {
  background-color: #026466;
}
.pink-adf3 [class*="social-icon-xing"].video-west-01cf {
  background-color: transparent;
  color: #026466;
}
.pink-adf3 [class*="social-icon-yelp"] {
  background-color: #af0606;
}
.pink-adf3 [class*="social-icon-yelp"].video-west-01cf {
  background-color: transparent;
  color: #af0606;
}
.pink-adf3 [class*="social-icon-youtube"] {
  background-color: #cd201f;
}
.pink-adf3 [class*="social-icon-youtube"].video-west-01cf {
  background-color: transparent;
  color: #cd201f;
}
.wood-81b8 {
  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;
}
.wood-81b8:hover {
  box-shadow: none;
  background: 0 0;
}
.east-585c {
  background: 0 0 !important;
  text-transform: uppercase;
  font-size: 0.85em;
}
.left_360c {
  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;
}
.description_7326 {
  display: inline-block;
  position: relative;
  vertical-align: middle;
}
.badge_copper_7963 {
  display: block;
  top: 50%;
  background-color: currentcolor;
}
.badge_copper_7963,
.badge_copper_7963::after,
.badge_copper_7963::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;
}
.badge_copper_7963::after,
.badge_copper_7963::before {
  content: "";
  display: block;
  background-color: inherit;
}
.white_edea .left_360c .description_7326 {
  margin-top: -2px;
  width: 19px;
}
.white_edea .left_360c .badge_copper_7963 {
  margin-top: -1px;
}
.white_edea .left_360c .badge_copper_7963,
.white_edea .left_360c .badge_copper_7963::after,
.white_edea .left_360c .badge_copper_7963::before {
  width: 19px;
  height: 2px;
}
.white_edea .left_360c .badge_copper_7963::before {
  top: -6px;
}
.white_edea .left_360c .badge_copper_7963::after {
  bottom: -6px;
}
.clean_8506 .left_360c .description_7326 {
  margin-top: -2px;
  width: 22px;
}
.clean_8506 .left_360c .badge_copper_7963 {
  margin-top: -1px;
}
.clean_8506 .left_360c .badge_copper_7963,
.clean_8506 .left_360c .badge_copper_7963::after,
.clean_8506 .left_360c .badge_copper_7963::before {
  width: 22px;
  height: 2px;
}
.clean_8506 .left_360c .badge_copper_7963::before {
  top: -7px;
}
.clean_8506 .left_360c .badge_copper_7963::after {
  bottom: -7px;
}
.widget-9d0d .left_360c .description_7326 {
  margin-top: -2px;
  width: 31px;
}
.widget-9d0d .left_360c .badge_copper_7963 {
  margin-top: -1.5px;
}
.widget-9d0d .left_360c .badge_copper_7963,
.widget-9d0d .left_360c .badge_copper_7963::after,
.widget-9d0d .left_360c .badge_copper_7963::before {
  width: 31px;
  height: 3px;
}
.widget-9d0d .left_360c .badge_copper_7963::before {
  top: -9px;
}
.widget-9d0d .left_360c .badge_copper_7963::after {
  bottom: -9px;
}
@media screen and (min-width: 1025px) {
  .old_1d14 .left_360c .description_7326 {
    margin-top: -2px;
    width: 19px;
  }
  .old_1d14 .left_360c .badge_copper_7963 {
    margin-top: -1px;
  }
  .old_1d14 .left_360c .badge_copper_7963,
  .old_1d14 .left_360c .badge_copper_7963::after,
  .old_1d14 .left_360c .badge_copper_7963::before {
    width: 19px;
    height: 2px;
  }
  .old_1d14 .left_360c .badge_copper_7963::before {
    top: -6px;
  }
  .old_1d14 .left_360c .badge_copper_7963::after {
    bottom: -6px;
  }
  .small-0f71 .left_360c .description_7326 {
    margin-top: -2px;
    width: 22px;
  }
  .small-0f71 .left_360c .badge_copper_7963 {
    margin-top: -1px;
  }
  .small-0f71 .left_360c .badge_copper_7963,
  .small-0f71 .left_360c .badge_copper_7963::after,
  .small-0f71 .left_360c .badge_copper_7963::before {
    width: 22px;
    height: 2px;
  }
  .small-0f71 .left_360c .badge_copper_7963::before {
    top: -7px;
  }
  .small-0f71 .left_360c .badge_copper_7963::after {
    bottom: -7px;
  }
  .preview_selected_7185 .left_360c .description_7326 {
    margin-top: -2px;
    width: 31px;
  }
  .preview_selected_7185 .left_360c .badge_copper_7963 {
    margin-top: -1.5px;
  }
  .preview_selected_7185 .left_360c .badge_copper_7963,
  .preview_selected_7185 .left_360c .badge_copper_7963::after,
  .preview_selected_7185 .left_360c .badge_copper_7963::before {
    width: 31px;
    height: 3px;
  }
  .preview_selected_7185 .left_360c .badge_copper_7963::before {
    top: -9px;
  }
  .preview_selected_7185 .left_360c .badge_copper_7963::after {
    bottom: -9px;
  }
}
@media screen and (max-width: 1024px) {
  .modal_0edb .left_360c .description_7326 {
    margin-top: -2px;
    width: 19px;
  }
  .modal_0edb .left_360c .badge_copper_7963 {
    margin-top: -1px;
  }
  .modal_0edb .left_360c .badge_copper_7963,
  .modal_0edb .left_360c .badge_copper_7963::after,
  .modal_0edb .left_360c .badge_copper_7963::before {
    width: 19px;
    height: 2px;
  }
  .modal_0edb .left_360c .badge_copper_7963::before {
    top: -6px;
  }
  .modal_0edb .left_360c .badge_copper_7963::after {
    bottom: -6px;
  }
  .info_inner_139a .left_360c .description_7326 {
    margin-top: -2px;
    width: 22px;
  }
  .info_inner_139a .left_360c .badge_copper_7963 {
    margin-top: -1px;
  }
  .info_inner_139a .left_360c .badge_copper_7963,
  .info_inner_139a .left_360c .badge_copper_7963::after,
  .info_inner_139a .left_360c .badge_copper_7963::before {
    width: 22px;
    height: 2px;
  }
  .info_inner_139a .left_360c .badge_copper_7963::before {
    top: -7px;
  }
  .info_inner_139a .left_360c .badge_copper_7963::after {
    bottom: -7px;
  }
  .solid-ffd4 .left_360c .description_7326 {
    margin-top: -2px;
    width: 31px;
  }
  .solid-ffd4 .left_360c .badge_copper_7963 {
    margin-top: -1.5px;
  }
  .solid-ffd4 .left_360c .badge_copper_7963,
  .solid-ffd4 .left_360c .badge_copper_7963::after,
  .solid-ffd4 .left_360c .badge_copper_7963::before {
    width: 31px;
    height: 3px;
  }
  .solid-ffd4 .left_360c .badge_copper_7963::before {
    top: -9px;
  }
  .solid-ffd4 .left_360c .badge_copper_7963::after {
    bottom: -9px;
  }
}
@media screen and (max-width: 568px) {
  .card-363e .left_360c .description_7326 {
    margin-top: -2px;
    width: 19px;
  }
  .card-363e .left_360c .badge_copper_7963 {
    margin-top: -1px;
  }
  .card-363e .left_360c .badge_copper_7963,
  .card-363e .left_360c .badge_copper_7963::after,
  .card-363e .left_360c .badge_copper_7963::before {
    width: 19px;
    height: 2px;
  }
  .card-363e .left_360c .badge_copper_7963::before {
    top: -6px;
  }
  .card-363e .left_360c .badge_copper_7963::after {
    bottom: -6px;
  }
  .notice_0f7b .left_360c .description_7326 {
    margin-top: -2px;
    width: 22px;
  }
  .notice_0f7b .left_360c .badge_copper_7963 {
    margin-top: -1px;
  }
  .notice_0f7b .left_360c .badge_copper_7963,
  .notice_0f7b .left_360c .badge_copper_7963::after,
  .notice_0f7b .left_360c .badge_copper_7963::before {
    width: 22px;
    height: 2px;
  }
  .notice_0f7b .left_360c .badge_copper_7963::before {
    top: -7px;
  }
  .notice_0f7b .left_360c .badge_copper_7963::after {
    bottom: -7px;
  }
  .button_slow_177b .left_360c .description_7326 {
    margin-top: -2px;
    width: 31px;
  }
  .button_slow_177b .left_360c .badge_copper_7963 {
    margin-top: -1.5px;
  }
  .button_slow_177b .left_360c .badge_copper_7963,
  .button_slow_177b .left_360c .badge_copper_7963::after,
  .button_slow_177b .left_360c .badge_copper_7963::before {
    width: 31px;
    height: 3px;
  }
  .button_slow_177b .left_360c .badge_copper_7963::before {
    top: -9px;
  }
  .button_slow_177b .left_360c .badge_copper_7963::after {
    bottom: -9px;
  }
}
.warm_62e3 .badge_copper_7963 {
  -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);
}
.warm_62e3 .badge_copper_7963::before {
  -webkit-transition: top 75ms 0.12s ease, opacity 75ms ease;
  transition: top 75ms 0.12s ease, opacity 75ms ease;
}
.warm_62e3 .badge_copper_7963::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);
}
.warm_62e3.description-yellow-3e56 .badge_copper_7963 {
  -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);
}
.warm_62e3.description-yellow-3e56 .badge_copper_7963::before {
  top: 0;
  opacity: 0;
  -webkit-transition: top 75ms ease, opacity 75ms 0.12s ease;
  transition: top 75ms ease, opacity 75ms 0.12s ease;
}
.warm_62e3.description-yellow-3e56 .badge_copper_7963::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);
}
.table-7f40 {
  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.mask-full-0f2d:before {
  display: none;
}
.menu_hard_7b2a {
  padding: 0;
  position: fixed;
  width: 100%;
  max-width: 100%;
  top: 0;
  z-index: 999900;
  visibility: hidden;
}
.menu_hard_7b2a .chip_7e56 {
  padding: 1.4em 1.5em;
  border-bottom: 1px solid transparent;
}
.menu_hard_7b2a .chip_7e56:last-of-type {
  border-bottom: none;
}
.menu_hard_7b2a .chip_7e56.frame-37fc,
.menu_hard_7b2a .chip_7e56.dropdown-b702,
.menu_hard_7b2a .chip_7e56.block-fluid-15dc {
  padding: 0;
}
.menu_hard_7b2a .dirty_58dc .wide_e22b {
  color: currentColor;
}
.menu_hard_7b2a .dirty_58dc .wide_e22b:focus,
.menu_hard_7b2a .dirty_58dc .wide_e22b:hover {
  background: rgba(0, 0, 0, 0.01);
}
.menu_hard_7b2a.grid_complex_ad58 .accordion_green_36e5,
.menu_hard_7b2a.grid_complex_ad58 .table_wide_26fc a,
.menu_hard_7b2a.grid_complex_ad58 .clean_d68c a,
.menu_hard_7b2a.grid_complex_ad58 .row_dirty_9968 a {
  color: rgba(0, 0, 0, 0.55);
}
.menu_hard_7b2a.grid_complex_ad58 .accordion_green_36e5:hover,
.menu_hard_7b2a.grid_complex_ad58 .table_wide_26fc a:hover,
.menu_hard_7b2a.grid_complex_ad58 .clean_d68c a:hover,
.menu_hard_7b2a.grid_complex_ad58 .row_dirty_9968 a:hover {
  color: rgba(0, 0, 0, 0.8);
}
.menu_hard_7b2a.grid_complex_ad58 .picture-pink-6c58 {
  color: rgba(0, 0, 0, 0.8);
}
.menu_hard_7b2a.grid_complex_ad58 .chip_7e56 {
  border-color: rgba(0, 0, 0, 0.08);
}
.menu_hard_7b2a.grid_complex_ad58 .chip_7e56:before {
  background: rgba(0, 0, 0, 0.08);
}
.menu_hard_7b2a.grid_complex_ad58 .search_inner_e192:before {
  background: rgba(255, 255, 255, 0.9);
}
.menu_hard_7b2a.grid_complex_ad58 .dirty_58dc .accent-e1f2 li a,
.menu_hard_7b2a.grid_complex_ad58 .dirty_58dc .wide_e22b,
.menu_hard_7b2a.grid_complex_ad58 .row_dirty_9968 {
  border-color: rgba(0, 0, 0, 0.08);
}
.menu_hard_7b2a.grid_complex_ad58 .dirty_58dc .wide_e22b:focus,
.menu_hard_7b2a.grid_complex_ad58 .dirty_58dc .wide_e22b:hover {
  background: rgba(0, 0, 0, 0.01);
}
.menu_hard_7b2a.grid_complex_ad58 .accent-e1f2 li {
  border-color: rgba(0, 0, 0, 0.08);
}
.menu_hard_7b2a.shade_inner_d67f .accordion_green_36e5,
.menu_hard_7b2a.shade_inner_d67f .table_wide_26fc a,
.menu_hard_7b2a.shade_inner_d67f .clean_d68c .wide_e22b,
.menu_hard_7b2a.shade_inner_d67f .clean_d68c a,
.menu_hard_7b2a.shade_inner_d67f .row_dirty_9968 a {
  color: rgba(255, 255, 255, 0.79);
}
.menu_hard_7b2a.shade_inner_d67f .accordion_green_36e5:hover,
.menu_hard_7b2a.shade_inner_d67f .table_wide_26fc a:hover,
.menu_hard_7b2a.shade_inner_d67f .clean_d68c .wide_e22b:hover,
.menu_hard_7b2a.shade_inner_d67f .clean_d68c a:hover,
.menu_hard_7b2a.shade_inner_d67f .row_dirty_9968 a:hover {
  color: rgba(255, 255, 255, 0.99);
}
.menu_hard_7b2a.shade_inner_d67f .picture-pink-6c58 {
  color: rgba(255, 255, 255, 0.99);
}
.menu_hard_7b2a.shade_inner_d67f .chip_7e56 {
  border-color: rgba(255, 255, 255, 0.08);
}
.menu_hard_7b2a.shade_inner_d67f .chip_7e56:before {
  background: rgba(255, 255, 255, 0.08);
}
.menu_hard_7b2a.shade_inner_d67f .search_inner_e192:before {
  background: rgba(0, 0, 0, 0.9);
}
.menu_hard_7b2a.shade_inner_d67f .dirty_58dc .accent-e1f2 li a,
.menu_hard_7b2a.shade_inner_d67f .dirty_58dc .wide_e22b,
.menu_hard_7b2a.shade_inner_d67f .row_dirty_9968 {
  border-color: rgba(255, 255, 255, 0.08);
}
.menu_hard_7b2a.shade_inner_d67f .dirty_58dc .wide_e22b:focus,
.menu_hard_7b2a.shade_inner_d67f .dirty_58dc .wide_e22b:hover {
  background: rgba(0, 0, 0, 0.01);
}
.menu_hard_7b2a.shade_inner_d67f .accent-e1f2 li {
  border-color: rgba(255, 255, 255, 0.08);
}
.search_inner_e192 {
  position: relative;
  word-con: break-word;
  min-height: 100%;
  display: block;
}
.search_inner_e192:before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  display: block;
  min-height: 100%;
}
.motion_0425 {
  position: relative;
  word-con: break-word;
  min-height: 100%;
  display: block;
  padding: 1.2em 0;
}
.header_fluid_4805 .menu_hard_7b2a {
  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;
}
.header_fluid_4805 .chip_7e56 {
  text-align: center;
  padding: 2em 1.5em;
  border: none;
  position: relative;
}
.header_fluid_4805 .chip_7e56: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) {
  .header_fluid_4805 .chip_7e56:before {
    width: 16%;
    left: 42%;
  }
}
.header_fluid_4805 .chip_7e56:last-child:before {
  content: none;
}
.header_fluid_4805 .chip_7e56[class*="-menu"] {
  padding: 2.5em 1.5em;
}
.header_fluid_4805 .dirty_58dc .accent-e1f2 li a {
  border: none;
  font-size: 140%;
  text-transform: uppercase;
  font-weight: 500;
}
.header_fluid_4805 .dirty_58dc .accent-e1f2 li a .wide_e22b {
  display: inline-block;
  position: relative;
  border: 0 none;
  margin-right: -1.3em;
  top: -2px;
  padding: 0.28em 0.5em;
}
.header_fluid_4805 .dirty_58dc .row_dirty_9968 {
  border: none;
}
.header_fluid_4805 .dirty_58dc .row_dirty_9968 li a {
  text-transform: none;
  padding: 0.35em 1.5em;
  font-size: 100%;
}
.header_fluid_4805 .search_inner_e192 {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}
.header_fluid_4805 .motion_0425 {
  max-width: 48em;
  margin: 3em auto;
  padding: 0;
}
.header_fluid_4805 .shade_inner_d67f .search_inner_e192:before {
  background: rgba(0, 0, 0, 0.9);
}
.header_fluid_4805 .grid_complex_ad58.menu_825e .badge_copper_7963 {
  background: rgba(0, 0, 0, 0.6);
}
.header_fluid_4805
  .grid_complex_ad58.menu_825e
  .badge_copper_7963::after,
.header_fluid_4805
  .grid_complex_ad58.menu_825e
  .badge_copper_7963:before {
  background: inherit;
}
.header_fluid_4805
  .grid_complex_ad58.menu_825e:hover
  .badge_copper_7963 {
  background: rgba(0, 0, 0, 0.8);
}
.list_a3e2 .menu_hard_7b2a {
  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) {
  .list_a3e2 .menu_hard_7b2a {
    width: auto;
    right: 45px;
  }
}
.media-4f16 .menu_hard_7b2a {
  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) {
  .media-4f16 .menu_hard_7b2a {
    width: auto;
    left: 45px;
  }
}
.mask-full-0f2d .menu_hard_7b2a {
  position: relative;
  height: 0;
  display: block;
  visibility: visible;
  z-index: 999900;
  overflow: hidden;
}
.mask-full-0f2d .motion_0425 {
  max-width: 48em;
  margin: 0 auto;
}
.mask-full-0f2d .search_inner_e192:before {
  box-shadow: inset 0 0 12px 0 rgba(0, 0, 0, 0.05);
}
.selected_2a00 {
  overflow-x: hidden;
  position: relative;
  width: 100%;
  display: block;
}
.selected_2a00.header_fluid_4805 .menu_hard_7b2a {
  z-index: 0;
  opacity: 0;
  height: 100%;
}
.selected_2a00.list_a3e2 .menu_hard_7b2a {
  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);
}
.selected_2a00 .menu_hard_7b2a {
  visibility: visible;
}
.selected_2a00.media-4f16 .menu_hard_7b2a {
  -webkit-transform: translateX(200%);
  -ms-transform: translateX(200%);
  transform: translateX(200%);
  height: 100%;
}
.fresh-529a,
.bronze-4768 {
  overflow-x: hidden;
}
.fresh-529a .menu_hard_7b2a {
  overflow: auto;
}
.fresh-529a.header_fluid_4805 {
  overflow: initial;
  position: relative;
  width: 100%;
  display: block;
}
.fresh-529a.header_fluid_4805 .menu_hard_7b2a {
  z-index: 999900;
  opacity: 1;
  visibility: visible;
}
.fresh-529a.header_fluid_4805 .wood-81b8 {
  opacity: 0;
}
.fresh-529a.list_a3e2 {
  overflow: initial;
  position: relative;
  width: 100%;
  display: block;
}
.fresh-529a.list_a3e2 .menu_hard_7b2a {
  z-index: 999900;
  height: 100vh;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  left: 0;
  visibility: visible;
}
.fresh-529a.list_a3e2 .wood-81b8 {
  opacity: 0;
}
.fresh-529a.media-4f16 {
  overflow: initial;
  position: relative;
  width: 100%;
  display: block;
}
.fresh-529a.media-4f16 .menu_hard_7b2a {
  z-index: 999900;
  height: 100vh;
  max-width: 100vw;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  right: 0;
  visibility: visible;
}
.fresh-529a.media-4f16 .wood-81b8 {
  opacity: 0;
}
.fresh-529a.mask-full-0f2d .menu_hard_7b2a {
  z-index: 10;
  visibility: visible;
}
.menu_825e {
  display: none;
  z-index: 999910;
  cursor: pointer;
  position: fixed;
  top: 10px;
  right: 12px;
}
.menu_825e .badge_copper_7963 {
  background: rgba(255, 255, 255, 0.99);
}
.menu_825e .badge_copper_7963::after,
.menu_825e .badge_copper_7963:before {
  background: inherit;
}
.menu_825e:hover .badge_copper_7963 {
  background: rgba(255, 255, 255, 0.99);
}
.media-4f16 .menu_825e {
  top: 10px;
  right: auto;
  left: 12px;
}
.mask-full-0f2d .menu_825e {
  display: none !important;
}
.fresh-529a:before,
.bronze-4768:before {
  z-index: 999897;
  visibility: visible;
  opacity: 1;
}
.fresh-529a .menu_825e,
.bronze-4768 .menu_825e {
  display: inline-block;
}
.menu_hard_7b2a .up-2c00 {
  -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;
}
.fresh-529a .menu_hard_7b2a .up-2c00,
.bronze-4768 .menu_hard_7b2a .up-2c00 {
  opacity: 1;
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
}
.logo-rough-234a .banner_tiny_6b1c {
  width: 100%;
}
.basic_6cea {
  padding: 0 0.5em 0;
}
.basic_6cea [class*="customify-col-"],
.basic_6cea [class*="customify-col_"],
.basic_6cea [class~="customify-col"] {
  padding: 0 0.5em 0;
}
.overlay-wide-0b60 .basic_6cea {
  padding-left: 1em;
  padding-right: 1em;
}
@media screen and (min-width: 1025px) {
  .mask-ac3e .tag_8e83,
  .tag_8e83 {
    display: none;
  }
  .picture-dim-be4b {
    text-align: left;
  }
  .footer-22a4 {
    text-align: center;
  }
  .shade_west_3765 {
    text-align: right;
  }
}
@media screen and (max-width: 1024px) {
  .mask-ac3e .highlight-static-135b,
  .highlight-static-135b {
    display: none;
  }
  .sidebar_0d10 {
    text-align: left;
  }
  .north-0789 {
    text-align: center;
  }
  .hot_44a0 {
    text-align: right;
  }
}
@media screen and (max-width: 568px) {
  .mask-ac3e .search-37c1,
  .search-37c1 {
    display: none;
  }
  .next_a64f {
    text-align: left;
  }
  .avatar_cold_2035 {
    text-align: center;
  }
  .menu_94c2 {
    text-align: right;
  }
}
#page {
  position: relative;
}
.solid_f673 {
  box-shadow: none !important;
}
.item-2bf9 .image_stone_30e6,
.paper_5fa3 .image_stone_30e6 {
  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;
}
.paper_5fa3 .image_stone_30e6 {
  margin-top: 30px;
  margin-bottom: 30px;
}
.container_edb9 {
  position: relative;
  padding-left: 2em;
  padding-right: 2em;
}
.container_edb9:after,
.container_edb9:before {
  content: "";
  display: table;
}
.container_edb9:after {
  clear: both;
}
@media screen and (max-width: 48em) {
  .container_edb9 {
    padding-left: 1em;
    padding-right: 1em;
  }
}
.container_edb9,
.backdrop_plasma_84a3 {
  max-width: 1248px;
  margin: 0 auto;
}

.plasma_6291.accent_0545 .container_edb9 {
  max-width: 100%;
}
.plasma_6291.new-2181 {
  max-width: 1200px;
  margin: 0 auto;
}
.plasma_6291.dirty-e0fa .container_edb9 {
  max-width: 100%;
}
.plasma_6291.dirty-e0fa > .container_edb9 {
  padding-left: 0;
  padding-right: 0;
}
.plasma_6291.dirty-e0fa > .container_edb9 .mask-ac3e {
  margin: 0;
}
.plasma_6291.dirty-e0fa
  > .container_edb9
  .tabs-motion-dd2b.logo-fresh-c4d8 {
  margin-right: 0;
  margin-left: 0;
}
.plasma_6291.dirty-e0fa #main.logo-fresh-c4d8 {
  padding: 0;
}
#main,
#sidebar-primary,
#sidebar-secondary {
  padding-top: 2.617924em;
  padding-bottom: 2.617924em;
}
@media screen and (max-width: 1024px) {
  .layout-west-9e02 #main {
    border-left: 0 none;
  }
}
@media screen and (max-width: 1024px) {
  .layout-west-9e02 #sidebar-secondary {
    -webkit-box-ordinal-group: 6;
    order: 5;
    display: none;
  }
}
@media screen and (min-width: 48em) {
  .green_8753 .disabled_silver_0378 {
    padding-right: 1em;
  }
  .green_8753.list_pressed_5a1a .tabs-motion-dd2b {
    border-right: 1px solid #eaecee;
  }
  .green_8753.list_pressed_5a1a .disabled_silver_0378 {
    padding-right: 1em;
  }
  .green_8753.list_pressed_5a1a .row_5f57 {
    padding-left: 1em;
  }
}
@media screen and (min-width: 48em) {
  .plasma-6b9a .disabled_silver_0378 {
    padding-left: 1em;
  }
  .plasma-6b9a.list_pressed_5a1a .tabs-motion-dd2b {
    border-left: 1px solid #eaecee;
  }
  .plasma-6b9a.list_pressed_5a1a .disabled_silver_0378 {
    padding-left: 1em;
  }
  .plasma-6b9a.list_pressed_5a1a .row_5f57 {
    padding-right: 1em;
  }
}
@media screen and (min-width: 48em) {
  .iron_7404 .disabled_silver_0378 {
    padding-left: 1em;
  }
  .iron_7404.list_pressed_5a1a .label-pro-1054 {
    border-right: 1px solid #eaecee;
  }
  .iron_7404.list_pressed_5a1a .upper-2974 {
    border-right: 1px solid #eaecee;
  }
  .iron_7404.list_pressed_5a1a .disabled_silver_0378 {
    padding-left: 1em;
  }
  .iron_7404.list_pressed_5a1a .row_5f57 {
    padding-right: 1em;
  }
  .iron_7404.list_pressed_5a1a .menu-4340 {
    padding-left: 1em;
    padding-right: 1em;
  }
}
@media screen and (min-width: 48em) {
  .search_4df6 .disabled_silver_0378 {
    padding-right: 1em;
  }
  .search_4df6.list_pressed_5a1a .label-pro-1054 {
    border-left: 1px solid #eaecee;
  }
  .search_4df6.list_pressed_5a1a .upper-2974 {
    border-left: 1px solid #eaecee;
  }
  .search_4df6.list_pressed_5a1a .disabled_silver_0378 {
    padding-right: 1em;
  }
  .search_4df6.list_pressed_5a1a .row_5f57 {
    padding-left: 1em;
    padding-right: 1em;
  }
  .search_4df6.list_pressed_5a1a .menu-4340 {
    padding-left: 1em;
  }
}
@media screen and (min-width: 48em) {
  .layout-west-9e02 .disabled_silver_0378 {
    padding-left: 1em;
    padding-right: 1em;
  }
  .layout-west-9e02.list_pressed_5a1a .tabs-motion-dd2b {
    border-left: 1px solid #eaecee;
    border-right: 1px solid #eaecee;
  }
  .layout-west-9e02.list_pressed_5a1a .disabled_silver_0378 {
    padding-left: 1em;
    padding-right: 1em;
  }
  .layout-west-9e02.list_pressed_5a1a .row_5f57 {
    padding-left: 1em;
  }
  .layout-west-9e02.list_pressed_5a1a .menu-4340 {
    padding-right: 1em;
  }
}
@media screen and (max-width: 64em) {
  .layout-west-9e02.list_pressed_5a1a .disabled_silver_0378 {
    padding-left: 0;
  }
}
.article-4703 .cool_e8ee {
  display: inline-block;
}
.paragraph-1ffc {
  display: inline-block;
}
.out-8cf4 {
  word-con: break-word;
}
.full-c1c7 > span {
  display: inline-block;
  padding: 5px 0;
}
.full-c1c7 .backdrop-7ac4 {
  margin-left: 8px;
  margin-right: 8px;
}
.full-c1c7 .yellow-2c2a img {
  vertical-align: middle;
  overflow: hidden;
  border-radius: 50%;
  margin-right: 5px;
}
.title-soft-0226 .filter-6b7f {
  margin-bottom: 2em;
}
.title-soft-0226 .feature-2177 {
  margin-bottom: 15px;
}
.title-soft-0226 .feature-2177:last-child {
  margin-bottom: 0;
}
.title-soft-0226 .mask-ec34 {
  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) {
  .title-soft-0226 .mask-ec34 {
    display: block;
  }
}
.title-soft-0226 .layout_3bdf {
  position: relative;
  max-width: 100%;
  flex-basis: 40%;
  padding-top: 0;
  overflow: hidden;
}
@media screen and (max-width: 568px) {
  .title-soft-0226 .layout_3bdf {
    margin-bottom: 1em;
    width: 100% !important;
    padding-top: 56.25%;
  }
}
.title-soft-0226 .gradient-d3ab {
  position: absolute;
  top: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: flex;
  line-height: 0;
  background-color: #d5d5d5;
}
.title-soft-0226 .gradient-d3ab img {
  -o-object-fit: cover;
  object-fit: cover;
  width: 100%;
  height: auto;
}
.title-soft-0226 .gradient-d3ab a {
  position: absolute;
  top: 0;
  top: 0;
  display: block;
}
.title-soft-0226 .out-8cf4 {
  font-size: 1.5em;
  font-weight: 500;
  word-con: break-word;
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
}
.title-soft-0226 .out-8cf4 a {
  text-align: inherit;
  display: block;
  flex-basis: 100%;
}
.title-soft-0226 .focused-502d p:last-child {
  margin-bottom: 0;
}
.title-soft-0226 .dropdown_40e7 {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: block;
  z-index: 30;
}
.title-soft-0226 .aside_301a {
  -webkit-box-flex: 1;
  flex: 1;
  word-con: break-word;
  max-width: 100%;
}
.title-soft-0226 .paragraph_e692 {
  margin-top: 1em;
}
.title-soft-0226 .tag-6f7a {
  top: 0;
  display: block;
}
.title-soft-0226 .tag-6f7a a {
  color: inherit;
}
.title-soft-0226 .tag-6f7a a:hover {
  color: inherit;
}
.title-soft-0226 .primary-bottom-8fc2 {
  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;
}
.title-soft-0226 .primary-bottom-8fc2:hover {
  background: #235787;
  color: #fff;
  border-color: #235787;
}
.title-soft-0226 .aside_301a {
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-flow: column nowrap;
}
.title-soft-0226 .footer-12b8 {
  position: relative;
  width: 100%;
  margin-bottom: 15px;
}
.title-soft-0226 .footer-12b8:first-child {
  margin-top: 0;
}
.title-soft-0226 .footer-12b8.layout-bdfd {
  -webkit-box-flex: 0;
  flex: none;
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.title-soft-0226 .footer-12b8.detail-eb59 {
  display: -webkit-box;
  display: flex;
  margin-top: auto;
  margin-bottom: 0;
  -webkit-box-pack: justify;
  justify-content: space-between;
}
.title-soft-0226
  .footer-12b8.detail-eb59.item-bronze-c813
  .paragraph_e692 {
  width: 100%;
}
.title-soft-0226 .detail-eb59 {
  -webkit-box-align: center;
  align-items: center;
}
.title-soft-0226 .detail-eb59 .full-c1c7,
.title-soft-0226 .detail-eb59 > * {
  margin-bottom: 0;
  margin-top: 0;
  display: inline-block;
}
.title-soft-0226 .gradient-d3ab {
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
.title-soft-0226 .gradient-d3ab img {
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
.title-soft-0226 .gradient-d3ab: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;
}
.title-soft-0226 .layout-bdfd {
  z-index: 5;
}
.title-soft-0226 .notice_paper_ac30 .layout-6a93 {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  display: block;
}
.title-soft-0226 .tall_c550 .layout-6a93 {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  display: block;
}
.title-soft-0226 .avatar_c400 .layout-6a93 {
  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;
}
.title-soft-0226.media_hard_5419 .mask-ec34,
.title-soft-0226.disabled_pro_c803 .mask-ec34 {
  display: block;
}
.title-soft-0226.media_hard_5419 .mask-ec34 .backdrop_iron_4b0c,
.title-soft-0226.media_hard_5419 .mask-ec34 .aside_301a,
.title-soft-0226.disabled_pro_c803 .mask-ec34 .backdrop_iron_4b0c,
.title-soft-0226.disabled_pro_c803 .mask-ec34 .aside_301a {
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
}
.title-soft-0226.text-north-4d78 .layout_3bdf {
  margin-right: 2em;
}
@media screen and (max-width: 568px) {
  .title-soft-0226.text-north-4d78 .layout_3bdf {
    margin-right: 0;
  }
}
.title-soft-0226.media_hard_5419 .layout_3bdf,
.title-soft-0226.disabled_pro_c803 .layout_3bdf {
  padding-top: 40%;
}
.title-soft-0226.media_hard_5419 .filter-6b7f,
.title-soft-0226.disabled_pro_c803 .filter-6b7f {
  display: block;
}
.title-soft-0226.media_hard_5419 .fn-sticky-fbc6 .aside_301a,
.title-soft-0226.disabled_pro_c803 .fn-sticky-fbc6 .aside_301a {
  background-color: #fcf8e3;
  border: 1px solid #faf2cc;
  border-top: 0 none;
  color: #8a6d3b;
  padding: 1em;
}
.title-soft-0226.media_hard_5419 .layout_3bdf,
.title-soft-0226.disabled_pro_c803 .layout_3bdf {
  margin-bottom: 1em;
  display: block;
  position: relative;
}
.title-soft-0226.media_hard_5419 .aside_301a {
  padding: 1em;
}
.small-fa38 {
  margin: 30px auto;
  display: block;
}
.small-fa38 .wide_d2f8 > * {
  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;
}
.small-fa38 .wide_d2f8 > :hover {
  border-color: #235787;
  background: #235787;
  color: #fff;
}
.small-fa38 .wide_d2f8 span {
  border-color: #235787;
  background: #235787;
  color: #fff;
}
.down-30f1 .full-c1c7 {
  margin-bottom: 1.41575em;
}
.down-30f1 .paragraph_center_2dd3 {
  margin-bottom: 1.618em;
}
.backdrop-dynamic-5fd7 .action_874a {
  display: block;
  margin: 5px 0 20px;
  font-weight: 500;
}
.backdrop-dynamic-5fd7 .action_874a a {
  border: 1px solid #eaecee;
  padding: 5px 12px 5px;
  text-transform: uppercase;
  color: #686868;
  margin: 0 2px;
}
.backdrop-dynamic-5fd7 .warm-8da5 {
  max-width: 100%;
  overflow: auto;
}
.button-ac64 .backdrop-dynamic-5fd7 a:hover {
  text-decoration: underline;
}
.link_focused_d8c6 .feature-2177:not(.out-8cf4),
.link_focused_d8c6 .gradient-d3ab {
  margin-bottom: 1.41575em;
}
.link_focused_d8c6 .feature-2177:not(.out-8cf4):last-child,
.link_focused_d8c6 .gradient-d3ab:last-child {
  margin-bottom: 0;
}
.link_focused_d8c6 .feature-2177.mask_bright_8595 {
  margin-bottom: 0.41575em;
}
.link_focused_d8c6 .background_tall_34e5:before,
.link_focused_d8c6 .caption_orange_d484:before {
  font: normal normal normal 16px/1 FontAwesome;
  text-decoration: inherit;
  text-transform: none;
  position: relative;
  margin-right: 5px;
  color: #6d6d6d;
}
.link_focused_d8c6 .background_tall_34e5:before {
  content: "\f115";
}
.link_focused_d8c6 .caption_orange_d484:before {
  content: "\f02c";
}
.link_focused_d8c6 .message-a03b {
  display: block;
  width: 100%;
  margin-top: 0.5407911001em;
}
.link_focused_d8c6 .message-a03b a {
  text-transform: uppercase;
  font-weight: 500;
  font-size: 80%;
  letter-spacing: 0.5px;
}
.west-10ee {
  display: -webkit-box;
  display: flex;
}
.west-10ee .layout-selected-0474 {
  flex-basis: 90px;
}
@media screen and (max-width: 568px) {
  .west-10ee .layout-selected-0474 {
    flex-basis: 90px;
  }
}
.west-10ee .avatar_f942 {
  flex-basis: calc(100% - 90px);
  margin-left: 1.5em;
}
@media screen and (max-width: 568px) {
  .west-10ee .avatar_f942 {
    flex-basis: calc(100% - 50px);
  }
}
.west-10ee .preview-95cb p:last-child {
  margin-bottom: 0.72em;
}
.search_054b .wide_d2f8 {
  padding: 16px 0 15px;
  border-top: 1px solid #eaecee;
  border-bottom: 1px solid #eaecee;
}
.search_054b .wide_d2f8:after,
.search_054b .wide_d2f8:before {
  content: "";
  display: table;
}
.search_054b .wide_d2f8:after {
  clear: both;
}
.search_054b .wide_d2f8 .plasma-cfa7,
.search_054b .wide_d2f8 .notice_b178 {
  width: 49%;
}
.search_054b .wide_d2f8 .plasma-cfa7 a span.down_e19a,
.search_054b .wide_d2f8 .notice_b178 a span.down_e19a {
  display: block;
  margin-bottom: 5px;
}
.search_054b .wide_d2f8 .notice_b178 {
  float: left;
  text-align: left;
}
.search_054b .wide_d2f8 .plasma-cfa7 {
  float: right;
  text-align: right;
}
.footer_purple_4905 {
  margin-bottom: 0.41575em;
}
@media screen and (max-width: 568px) {
  .footer_purple_4905 {
    margin-bottom: 0;
  }
}
.secondary-a48d {
  margin-bottom: 1em;
}
.secondary-a48d .out-8cf4 {
  font-size: 1.1em;
  line-height: 1.3;
}
.aside-paper-13cc a {
  display: block;
  line-height: 0;
  position: relative;
}
.silver-0596 .secondary-a48d,
.module_hard_d4dc .secondary-a48d {
  display: -webkit-box;
  display: flex;
}
@media screen and (max-width: 568px) {
  .silver-0596 .secondary-a48d,
  .module_hard_d4dc .secondary-a48d {
    display: block;
  }
}
.silver-0596 .aside-paper-13cc,
.module_hard_d4dc .aside-paper-13cc {
  flex-basis: 160px;
  position: relative;
}
@media screen and (max-width: 568px) {
  .silver-0596 .aside-paper-13cc,
  .module_hard_d4dc .aside-paper-13cc {
    margin-bottom: 1em;
  }
}
.silver-0596 .aside-paper-13cc img,
.module_hard_d4dc .aside-paper-13cc img {
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  display: block;
}
.silver-0596 .upper-1714,
.module_hard_d4dc .upper-1714 {
  flex-basis: calc(100% - 160px);
}
.silver-0596 .upper-1714 p,
.module_hard_d4dc .upper-1714 p {
  margin-bottom: 0;
}
.silver-0596 .upper-1714 {
  padding-left: 1em;
}
@media screen and (max-width: 568px) {
  .silver-0596 .upper-1714 {
    padding-left: 0;
  }
}
.module_hard_d4dc .upper-1714 {
  -webkit-box-ordinal-group: 2;
  order: 1;
  padding-right: 1em;
}
@media screen and (max-width: 568px) {
  .module_hard_d4dc .upper-1714 {
    padding-right: 0;
  }
}
.module_hard_d4dc .aside-paper-13cc {
  -webkit-box-ordinal-group: 3;
  order: 2;
}
.simple-98fa .aside-paper-13cc {
  margin-bottom: 0.5em;
}
.simple-98fa .aside-paper-13cc img {
  width: 100%;
}
.copper-f6b2 .tertiary_black_6008,
.overlay-steel-2473 .tertiary_black_6008 {
  margin-bottom: 35px;
  padding-bottom: 20px;
  border-bottom: 1px solid #eaecee;
}
.overlay-steel-2473 .tabs-motion-dd2b .large-373d p:last-child {
  margin-bottom: 0;
}
.pressed-eb21 {
  font-size: 16px;
  text-transform: uppercase;
  font-weight: 500;
  color: currentColor;
  margin-bottom: 20px;
}
.table-old-127d .list-cf0e {
  margin-bottom: 2em;
}
@media screen and (min-width: 1025px) {
  .table-old-127d .list-cf0e:last-of-type {
    margin-bottom: 0;
  }
}
.table-old-127d .list-cf0e ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.table-old-127d .list-cf0e ul:after {
  clear: both;
  content: ".";
  display: block;
  height: 0;
  visibility: hidden;
}
.table-old-127d .list-cf0e ul li {
  margin: 0 0 0.6em;
}
.table-old-127d .list-cf0e ul li.narrow-020a,
.table-old-127d .list-cf0e ul li.accordion_2962 {
  position: relative;
}
.table-old-127d .list-cf0e ul li.narrow-020a .column_hard_9a37,
.table-old-127d .list-cf0e ul li.accordion_2962 .column_hard_9a37 {
  right: 0;
  background: #eaecee;
  color: #999;
  padding: 0 0.5em;
  border-radius: 0.9em;
  font-size: 12px;
  position: absolute;
  top: 4px;
}
.table-old-127d .list-cf0e ul li.narrow-020a:after:after,
.table-old-127d .list-cf0e ul li.narrow-020a:after:before,
.table-old-127d
  .list-cf0e
  ul
  li.accordion_2962:after:after,
.table-old-127d
  .list-cf0e
  ul
  li.accordion_2962:after:before {
  content: "";
  display: table;
}
.table-old-127d .list-cf0e ul li.narrow-020a:after:after,
.table-old-127d
  .list-cf0e
  ul
  li.accordion_2962:after:after {
  clear: both;
}
.table-old-127d .list-cf0e a.main-9e1a:hover {
  text-decoration: none;
}
.table-old-127d .list-cf0e select {
  max-width: 100%;
}
.table-old-127d .list-cf0e table {
  font-size: 85%;
}
.table-old-127d .list-cf0e table td,
.table-old-127d .list-cf0e table th {
  padding: 0.2360828548em;
  text-align: center;
}
.table-old-127d .list-cf0e table tfoot td {
  text-align: left;
}
.table-old-127d .list-cf0e :last-child {
  margin-bottom: 0;
}
.table-old-127d .list-cf0e .paragraph_old_ae9e {
  display: -webkit-box;
  display: flex;
  width: 100%;
  max-width: 100%;
}
.table-old-127d .list-cf0e .paragraph_old_ae9e label {
  width: 100%;
}
.table-old-127d .list-cf0e .paragraph_old_ae9e .notice_0445 {
  width: 100%;
  display: block;
}
.table-old-127d .list-cf0e .paragraph_old_ae9e .wrapper-wide-d761 {
  padding: 9px 14px;
  margin-left: -46px;
  overflow: hidden;
  box-shadow: none;
  background: 0 0;
  color: #aaa;
  line-height: 0;
}
.table-old-127d .list-cf0e .paragraph_old_ae9e .wrapper-wide-d761:hover svg #svg-search {
  fill: #444;
}
.table-old-127d .list-cf0e .paragraph_old_ae9e .wrapper-wide-d761 svg {
  width: 18px;
  height: 18px;
}
.table-old-127d .warm-0a9c ul ul,
.table-old-127d .carousel-active-1334 ul ul,
.table-old-127d .article_f60e ul ul,
.table-old-127d .secondary_complex_d2dc ul ul {
  margin-top: 0.3819820591em;
  margin-left: 0;
  margin-bottom: -0.3819820591em;
}
.table-old-127d .warm-0a9c .static_088d > a,
.table-old-127d .carousel-active-1334 .static_088d > a,
.table-old-127d .article_f60e .static_088d > a,
.table-old-127d .secondary_complex_d2dc .static_088d > a {
  margin-bottom: 0;
}
.table-old-127d .progress-pro-d244 li,
.table-old-127d .warm-0a9c li,
.table-old-127d .solid_0304 li,
.table-old-127d .carousel-active-1334 li,
.table-old-127d .article_f60e li,
.table-old-127d .secondary_complex_d2dc li,
.table-old-127d .fixed_d0a0 li,
.table-old-127d .alert-303f li {
  display: block;
  position: relative;
}
.table-old-127d .progress-pro-d244 li:last-child,
.table-old-127d .warm-0a9c li:last-child,
.table-old-127d .solid_0304 li:last-child,
.table-old-127d .carousel-active-1334 li:last-child,
.table-old-127d .article_f60e li:last-child,
.table-old-127d .secondary_complex_d2dc li:last-child,
.table-old-127d .fixed_d0a0 li:last-child,
.table-old-127d .alert-303f li:last-child {
  border: none;
}
.table-old-127d .progress-pro-d244 li a,
.table-old-127d .warm-0a9c li a,
.table-old-127d .solid_0304 li a,
.table-old-127d .carousel-active-1334 li a,
.table-old-127d .article_f60e li a,
.table-old-127d .secondary_complex_d2dc li a,
.table-old-127d .fixed_d0a0 li a,
.table-old-127d .alert-303f li a {
  display: block;
  width: 100%;
  padding-bottom: 0.6em;
  margin-bottom: 0.6em;
  border-bottom: 1px solid #eaecee;
  position: relative;
}
.table-old-127d .progress-pro-d244 li ul li::before,
.table-old-127d .warm-0a9c li ul li::before,
.table-old-127d .solid_0304 li ul li::before,
.table-old-127d .carousel-active-1334 li ul li::before,
.table-old-127d .article_f60e li ul li::before,
.table-old-127d .secondary_complex_d2dc li ul li::before,
.table-old-127d .fixed_d0a0 li ul li::before,
.table-old-127d .alert-303f li ul li::before {
  left: 15px;
}
.table-old-127d .progress-pro-d244 li ul a,
.table-old-127d .warm-0a9c li ul a,
.table-old-127d .solid_0304 li ul a,
.table-old-127d .carousel-active-1334 li ul a,
.table-old-127d .article_f60e li ul a,
.table-old-127d .secondary_complex_d2dc li ul a,
.table-old-127d .fixed_d0a0 li ul a,
.table-old-127d .alert-303f li ul a {
  padding-left: 20px;
}
.table-old-127d .progress-pro-d244 li ul ul li::before,
.table-old-127d .warm-0a9c li ul ul li::before,
.table-old-127d .solid_0304 li ul ul li::before,
.table-old-127d .carousel-active-1334 li ul ul li::before,
.table-old-127d .article_f60e li ul ul li::before,
.table-old-127d .secondary_complex_d2dc li ul ul li::before,
.table-old-127d .fixed_d0a0 li ul ul li::before,
.table-old-127d .alert-303f li ul ul li::before {
  left: 30px;
}
.table-old-127d .progress-pro-d244 li ul ul a,
.table-old-127d .warm-0a9c li ul ul a,
.table-old-127d .solid_0304 li ul ul a,
.table-old-127d .carousel-active-1334 li ul ul a,
.table-old-127d .article_f60e li ul ul a,
.table-old-127d .secondary_complex_d2dc li ul ul a,
.table-old-127d .fixed_d0a0 li ul ul a,
.table-old-127d .alert-303f li ul ul a {
  padding-left: 40px;
}
.table-old-127d .accent_west_c1cf li {
  padding-bottom: 0.6em;
  border-bottom: 1px solid #eaecee;
  position: relative;
}
.table-old-127d .alert-303f ul li {
  margin-bottom: 1.41575em;
}
.table-old-127d .alert-303f ul li .border_69cb {
  font-weight: 400;
  font-size: 1.2em;
  line-height: 1.28;
}
.table-old-127d .alert-303f ul li .wood-4885 {
  display: block;
  margin: 0.5407911001em 0;
  font-size: 85%;
}
.shade_inner_d67f .progress-pro-d244 li a,
.shade_inner_d67f .warm-0a9c li a,
.shade_inner_d67f .solid_0304 li a,
.shade_inner_d67f .carousel-active-1334 li a,
.shade_inner_d67f .article_f60e li a,
.shade_inner_d67f .secondary_complex_d2dc li a,
.shade_inner_d67f .fixed_d0a0 li a,
.shade_inner_d67f .alert-303f li a {
  border-color: rgba(255, 255, 255, 0.08);
}
.shade_inner_d67f .accent_west_c1cf li {
  border-color: rgba(255, 255, 255, 0.08);
}
.shade_inner_d67f .list-cf0e ul li.narrow-020a .column_hard_9a37,
.shade_inner_d67f .list-cf0e ul li.accordion_2962 .column_hard_9a37 {
  background: rgba(0, 0, 0, 0.2);
}
.shade_inner_d67f .table-old-127d .list-cf0e select {
  border-color: rgba(255, 255, 255, 0.08);
}
.plasma_6291 .table-old-127d .accent-e1f2 li {
  margin: 0;
}
.plasma_6291 .table-old-127d .accent-e1f2 li a {
  display: block;
  padding: 0.6em 0 0.6em;
}
.plasma_6291 .table-old-127d .accent-e1f2 li ul {
  margin: 0;
}
.plasma_6291 .table-old-127d .accent-e1f2 li ul li a {
  padding-left: 15px;
}
.plasma_6291 .table-old-127d .accent-e1f2 li ul li li a {
  padding-left: 30px;
}
.plasma_6291 .table-old-127d .accent-e1f2 li.prev_ca99 > a {
  position: relative;
  border: 1px solid #eaecee;
  border-left: none;
  border-right: none;
  font-size: 110%;
}
.plasma_6291 .table-old-127d .accent-e1f2 li.prev_ca99 > 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;
}
.plasma_6291 .table-old-127d .accent-e1f2 li.prev_ca99 > 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;
}
.narrow_c1cd a {
  border: 1px solid currentColor;
  border-radius: 2px;
  display: inline-block;
  font-size: 0.875em !important;
  margin-bottom: 5px;
  padding: 1px 10px 1px;
}
.status_92a3 {
  position: relative;
  z-index: 10;
}
.status_92a3 .up-2c00 {
  width: 100%;
  max-width: 100%;
}
.info-cool-b0d9 .title-2e73 {
  padding-top: 2em;
  padding-bottom: 2em;
}
.info-cool-b0d9 .grid_complex_ad58 {
}
.info-cool-b0d9 .shade_inner_d67f {
  background: #292929;
}
.background_smooth_9e7b .title-2e73 {
  padding-top: 2.5em;
  padding-bottom: 2.5em;
}
.background_smooth_9e7b .grid_complex_ad58 {
  background: #f9f9f9;
}
.background_smooth_9e7b .shade_inner_d67f {
  background: #303030;
}
.active_e1aa .title-2e73 {
  padding-top: 1.5em;
  padding-bottom: 1.5em;
}
@media screen and (max-width: 568px) {
  .active_e1aa .cool_e8ee {
    margin-bottom: 1em;
  }
  .active_e1aa .cool_e8ee:last-child {
    margin-bottom: 0;
  }
}
.active_e1aa .grid_complex_ad58 {
  background: #ededed;
}
.active_e1aa .shade_inner_d67f {
  background: #1a1a1a;
}
.title-2e73.grid_complex_ad58 {
  color: rgba(0, 0, 0, 0.6);
}
.title-2e73.grid_complex_ad58 .last-5c31 li {
  border-color: rgba(0, 0, 0, 0.08);
}
.title-2e73.shade_inner_d67f {
  color: rgba(255, 255, 255, 0.99);
}
.title-2e73.shade_inner_d67f a:not(.main-9e1a) {
  color: rgba(255, 255, 255, 0.79);
}
.title-2e73.shade_inner_d67f a:not(.main-9e1a):hover {
  color: rgba(255, 255, 255, 0.99);
}
.title-2e73.shade_inner_d67f .last-5c31 li {
  border-color: rgba(255, 255, 255, 0.08);
}
.title-2e73.shade_inner_d67f table tbody td,
.title-2e73.shade_inner_d67f table th {
  background: rgba(0, 0, 0, 0.08);
}
.soft_1cf3.next_2fd0 .container_edb9 {
  max-width: initial;
}
.soft_1cf3 .right-2be8 {
  -webkit-box-pack: start;
  justify-content: flex-start;
}
.soft_1cf3 .right-2be8 .up-2c00 {
  width: auto;
}
@media screen and (max-width: 1024px) {
  .soft_1cf3 .right-2be8 .up-2c00 {
    display: block;
    margin-bottom: 2em;
  }
  .soft_1cf3 .right-2be8 .up-2c00:last-child {
    margin-bottom: 0;
  }
}
.active_e1aa .cool_e8ee:last-child,
.background_smooth_9e7b .cool_e8ee:last-child,
.info-cool-b0d9 .cool_e8ee:last-child {
  margin-bottom: 0;
}
.active_e1aa .cool_e8ee .table-old-127d .list-cf0e:last-child,
.background_smooth_9e7b .cool_e8ee .table-old-127d .list-cf0e:last-child,
.info-cool-b0d9 .cool_e8ee .table-old-127d .list-cf0e:last-child {
  margin-bottom: 0;
}
@media screen and (max-width: 568px) {
  .active_e1aa .list_adce,
  .active_e1aa .module_gold_291a,
  .background_smooth_9e7b .list_adce,
  .background_smooth_9e7b .module_gold_291a,
  .info-cool-b0d9 .list_adce,
  .info-cool-b0d9 .module_gold_291a {
    text-align: center;
  }
}
@media screen and (max-width: 48em) {
  .status_92a3 .cool_e8ee {
    margin-bottom: 2em;
  }
}
.status_92a3 p:last-child {
  margin-bottom: 0;
}
.status_92a3 li,
.status_92a3 ul {
  list-style: none;
  margin: 0;
}
.status_92a3 ul ul {
  margin-left: 2.617924em;
}
.slider_copper_681b {
  font-size: 0.875em;
}

/* css-noise: d449 */
.phantom-card-w3 {
  padding: 0.4rem;
  font-size: 12px;
  line-height: 1.3;
}
