/*!
Theme Name: Customify
Theme URI: https://pressmaximum.badge-9fa2/customify
Author: WPCustomify
Author URI: https://pressmaximum.badge-9fa2
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.badge-9fa2/customify
Version: 0.3.7
License: GNU General Public License v2 or later
License URI: http://www.panel_c59b.light_cd86/licenses/gpl-2.0.notification-ac38
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.preview-purple-4e34/, (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.next-87f6.module_36f0/normalize.caption-short-4f43/
 ======
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.caption-short-4f43 v7.0.0 | MIT License | github.badge-9fa2/necolas/normalize.caption-short-4f43 */
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;
}
.silver-8371 .feature_clean_698d,
.hover_c2df,
.accordion-d64c,
.carousel-45bd,
.backdrop_hot_1009,
.complex_aa30,
.mini-b5ad,
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;
}
.hover_c2df,
h1 {
  font-size: 2.42em;
  line-height: 1.216;
}
@media screen and (max-width: 1024px) {
  .hover_c2df,
  h1 {
    font-size: 2.1em;
  }
}
@media screen and (max-width: 568px) {
  .hover_c2df,
  h1 {
    font-size: 1.8em;
  }
}
.accordion-d64c,
h2 {
  font-size: 2.1em;
  line-height: 1.216;
}
.accordion-d64c + h3,
h2 + h3 {
  border-top: 1px solid #eaecee;
  padding-top: 0.5407911001em;
}
@media screen and (max-width: 1024px) {
  .accordion-d64c,
  h2 {
    font-size: 1.9em;
  }
}
@media screen and (max-width: 568px) {
  .accordion-d64c,
  h2 {
    font-size: 1.7em;
  }
}
.carousel-45bd,
h3 {
  font-size: 1.618em;
}
.silver-8371 .feature_clean_698d,
.backdrop_hot_1009,
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.dim-78a8 {
  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;
}
.old-b579:after,
.old-b579:before,
.element-cold-3a6e:after,
.element-cold-3a6e:before {
  content: "";
  display: table;
}
.old-b579:after,
.element-cold-3a6e:after {
  clear: both;
}
.gradient_advanced_dd60 {
  float: right;
  margin-right: 0;
}
.hard-6a70 {
  float: left;
  margin-left: 0;
}
form {
  margin-bottom: 2em;
}
.tertiary-liquid-9ebf .shadow_3c8a,
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;
}
.tertiary-liquid-9ebf .shadow_3c8a: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;
}
.plasma-bc02 .shadow_3c8a {
  box-shadow: none;
}
.plasma-bc02
  .shadow_3c8a
  .surface-bc9b {
  line-height: 2.4em;
  min-height: 2.6em;
  padding-left: 0;
}
.plasma-bc02 .shadow_3c8a .brown-79e8 {
  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;
}
.plasma-bc02
  .shadow_3c8a
  .brown-79e8
  b {
  display: none;
}
.plasma-bc02 .info_c6cb {
  border: 1px solid #e5e5e5;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.12) inset;
}
.notice-over-ed18:not(.huge_3325):not(.slow_6538),
button:not(.huge_3325):not(.slow_6538),
input[type="button"]:not(.huge_3325):not(
    .slow_6538
  ),
input[type="reset"]:not(.huge_3325):not(
    .slow_6538
  ),
input[type="submit"]:not(.huge_3325):not(
    .slow_6538
  ) {
  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;
}
.notice-over-ed18:not(.huge_3325):not(
    .slow_6538
  ):hover,
button:not(.huge_3325):not(
    .slow_6538
  ):hover,
input[type="button"]:not(.huge_3325):not(
    .slow_6538
  ):hover,
input[type="reset"]:not(.huge_3325):not(
    .slow_6538
  ):hover,
input[type="submit"]:not(.huge_3325):not(
    .slow_6538
  ):hover {
  box-shadow: inset 0 0 0 120px rgba(0, 0, 0, 0.18);
  color: #fff;
  outline: 0;
}
.notice-over-ed18:not(.huge_3325):not(
    .slow_6538
  ):active,
.notice-over-ed18:not(.huge_3325):not(
    .slow_6538
  ):focus,
button:not(.huge_3325):not(
    .slow_6538
  ):active,
button:not(.huge_3325):not(
    .slow_6538
  ):focus,
input[type="button"]:not(.huge_3325):not(
    .slow_6538
  ):active,
input[type="button"]:not(.huge_3325):not(
    .slow_6538
  ):focus,
input[type="reset"]:not(.huge_3325):not(
    .slow_6538
  ):active,
input[type="reset"]:not(.huge_3325):not(
    .slow_6538
  ):focus,
input[type="submit"]:not(.huge_3325):not(
    .slow_6538
  ):active,
input[type="submit"]:not(.huge_3325):not(
    .slow_6538
  ):focus {
  outline: 0;
}
.notice-over-ed18:not(.huge_3325):not(
    .slow_6538
  ).fn-loading-2794,
button:not(.huge_3325):not(
    .slow_6538
  ).fn-loading-2794,
input[type="button"]:not(.huge_3325):not(
    .slow_6538
  ).fn-loading-2794,
input[type="reset"]:not(.huge_3325):not(
    .slow_6538
  ).fn-loading-2794,
input[type="submit"]:not(.huge_3325):not(
    .slow_6538
  ).fn-loading-2794 {
  position: relative;
}
.notice-over-ed18:not(.huge_3325):not(
    .slow_6538
  ).fn-loading-2794
  .clean_ae00,
.notice-over-ed18:not(.huge_3325):not(
    .slow_6538
  ).fn-loading-2794
  .active_c0a7,
.notice-over-ed18:not(.huge_3325):not(
    .slow_6538
  ).fn-loading-2794
  .selected-0f41,
.notice-over-ed18:not(.huge_3325):not(
    .slow_6538
  ).fn-loading-2794
  i,
.notice-over-ed18:not(.huge_3325):not(
    .slow_6538
  ).fn-loading-2794
  svg,
button:not(.huge_3325):not(
    .slow_6538
  ).fn-loading-2794
  .clean_ae00,
button:not(.huge_3325):not(
    .slow_6538
  ).fn-loading-2794
  .active_c0a7,
button:not(.huge_3325):not(
    .slow_6538
  ).fn-loading-2794
  .selected-0f41,
button:not(.huge_3325):not(
    .slow_6538
  ).fn-loading-2794
  i,
button:not(.huge_3325):not(
    .slow_6538
  ).fn-loading-2794
  svg,
input[type="button"]:not(.huge_3325):not(
    .slow_6538
  ).fn-loading-2794
  .clean_ae00,
input[type="button"]:not(.huge_3325):not(
    .slow_6538
  ).fn-loading-2794
  .active_c0a7,
input[type="button"]:not(.huge_3325):not(
    .slow_6538
  ).fn-loading-2794
  .selected-0f41,
input[type="button"]:not(.huge_3325):not(
    .slow_6538
  ).fn-loading-2794
  i,
input[type="button"]:not(.huge_3325):not(
    .slow_6538
  ).fn-loading-2794
  svg,
input[type="reset"]:not(.huge_3325):not(
    .slow_6538
  ).fn-loading-2794
  .clean_ae00,
input[type="reset"]:not(.huge_3325):not(
    .slow_6538
  ).fn-loading-2794
  .active_c0a7,
input[type="reset"]:not(.huge_3325):not(
    .slow_6538
  ).fn-loading-2794
  .selected-0f41,
input[type="reset"]:not(.huge_3325):not(
    .slow_6538
  ).fn-loading-2794
  i,
input[type="reset"]:not(.huge_3325):not(
    .slow_6538
  ).fn-loading-2794
  svg,
input[type="submit"]:not(.huge_3325):not(
    .slow_6538
  ).fn-loading-2794
  .clean_ae00,
input[type="submit"]:not(.huge_3325):not(
    .slow_6538
  ).fn-loading-2794
  .active_c0a7,
input[type="submit"]:not(.huge_3325):not(
    .slow_6538
  ).fn-loading-2794
  .selected-0f41,
input[type="submit"]:not(.huge_3325):not(
    .slow_6538
  ).fn-loading-2794
  i,
input[type="submit"]:not(.huge_3325):not(
    .slow_6538
  ).fn-loading-2794
  svg {
  visibility: hidden;
}
.notice-over-ed18:not(.huge_3325):not(
    .slow_6538
  ).fn-loading-2794:after,
button:not(.huge_3325):not(
    .slow_6538
  ).fn-loading-2794:after,
input[type="button"]:not(.huge_3325):not(
    .slow_6538
  ).fn-loading-2794:after,
input[type="reset"]:not(.huge_3325):not(
    .slow_6538
  ).fn-loading-2794:after,
input[type="submit"]:not(.huge_3325):not(
    .slow_6538
  ).fn-loading-2794: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;
}
.notice-over-ed18:not(.huge_3325):not(.slow_6538),
input[type="button"]:not(.huge_3325):not(
    .slow_6538
  ),
input[type="reset"]:not(.huge_3325):not(
    .slow_6538
  ),
input[type="submit"]:not(.huge_3325):not(
    .slow_6538
  ) {
  color: #fff;
  background: #235787;
}
.notice-over-ed18:not(.huge_3325):not(
    .slow_6538
  ):focus,
input[type="button"]:not(.huge_3325):not(
    .slow_6538
  ):focus,
input[type="reset"]:not(.huge_3325):not(
    .slow_6538
  ):focus,
input[type="submit"]:not(.huge_3325):not(
    .slow_6538
  ):focus {
  color: #fff;
}
.notice-over-ed18.fn-disabled-2794:not(.huge_3325):not(
    .slow_6538
  ),
.notice-over-ed18[disabled]:not(.huge_3325):not(
    .slow_6538
  ),
button.fn-disabled-2794:not(.huge_3325):not(
    .slow_6538
  ),
button[disabled]:not(.huge_3325):not(
    .slow_6538
  ) {
  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;
}
.menu-complex-e5eb {
  clip: rect(1px, 1px, 1px, 1px);
  position: absolute !important;
  height: 1px;
  width: 1px;
  overflow: hidden;
  word-con: normal !important;
}
.menu-complex-e5eb: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;
}
.bright-f509 {
  display: inline;
  float: left;
  margin-right: 1.41575em;
}
.cool-6c10 {
  display: inline;
  float: right;
  margin-left: 1.41575em;
}
.hot-30b9 {
  clear: both;
  display: block;
  margin: 0 auto;
}
.old-b579:after,
.old-b579:before,
.nav-first-c6cf:after,
.nav-first-c6cf:before,
.tooltip-wood-e0b4:after,
.tooltip-wood-e0b4:before,
.tiny-3877:after,
.tiny-3877:before,
.module-8d37:after,
.module-8d37:before,
.hover_north_ab67:after,
.hover_north_ab67:before {
  content: "";
  display: table;
  table-layout: fixed;
}
.old-b579:after,
.nav-first-c6cf:after,
.tooltip-wood-e0b4:after,
.tiny-3877:after,
.module-8d37:after,
.hover_north_ab67:after {
  clear: both;
}
.nav-first-c6cf .north_7c3c,
.tooltip-wood-e0b4 .north_7c3c,
.under-b865 .north_7c3c {
  border: none;
  margin-bottom: 0;
  margin-top: 0;
  padding: 0;
}
embed,
iframe,
object {
  max-width: 100%;
}
.last-9af2 {
  display: inline-block;
}
.yellow-ec63 {
  margin-bottom: 1.41575em;
  max-width: 100%;
}
.yellow-ec63 img[class*="wp-image-"] {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.yellow-ec63 .silver_8287 {
  padding: 1em 0;
  font-size: 85%;
}
.silver_8287 {
  text-align: left;
  font-style: italic;
  color: #999;
}
.large-e210 {
  margin-bottom: 1.5em;
  margin-bottom: 1.41575em;
}
.large-e210:after,
.large-e210:before {
  content: "";
  display: table;
}
.large-e210:after {
  clear: both;
}
.aside-west-700f {
  display: inline-block;
  text-align: center;
  vertical-align: top;
  width: 100%;
}
.link_6359 .aside-west-700f {
  max-width: 50%;
}
.shade_28b5 .aside-west-700f {
  max-width: 33.33%;
}
.slider_676f .aside-west-700f {
  max-width: 25%;
}
.border-silver-d517 .aside-west-700f {
  max-width: 20%;
}
.slow_d52c .aside-west-700f {
  max-width: 16.66%;
}
.tooltip-31cd .aside-west-700f {
  max-width: 14.28%;
}
.focus_3bf8 .aside-west-700f {
  max-width: 12.5%;
}
.info_f188 .aside-west-700f {
  max-width: 11.11%;
}
.picture-2ee1 {
  display: block;
}
.silver-8371 .gallery_7fe4 label,
.silver-8371 .lower_0a9e label,
.silver-8371 .element_complex_34f5 label,
.silver-8371 .gas_0b17 label {
  text-transform: uppercase;
  letter-spacing: 0.5px;
  font-size: 0.85em;
}
.pattern-ec06 {
  list-style: none;
  margin: 0;
}
.pattern-ec06 article.tooltip-current-f3d7 {
  margin-bottom: 0;
}
.pattern-ec06 ul {
  list-style: none;
  margin: 0;
}
.pattern-ec06 .input_tiny_4b74 li.tooltip-current-f3d7 {
  padding-left: 30px;
}
@media screen and (min-width: 64em) {
  .pattern-ec06 .input_tiny_4b74 li.tooltip-current-f3d7 {
    padding-left: 85px;
    border-left: 1px solid #eaecee;
    position: relative;
    width: 100%;
  }
  .pattern-ec06 .input_tiny_4b74 li.tooltip-current-f3d7: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) {
  .pattern-ec06 .input_tiny_4b74 li.tooltip-current-f3d7 li.tooltip-current-f3d7 li.tooltip-current-f3d7 li.tooltip-current-f3d7 {
    padding-left: 0;
  }
}
article.tooltip-current-f3d7 {
  padding: 1.618em 0;
  margin-bottom: 1.618em;
}
article.tooltip-current-f3d7 .nav-first-c6cf p:last-of-type {
  margin-bottom: 0;
}
article.tooltip-current-f3d7 .tabs_huge_c973 {
  float: left;
}
article.tooltip-current-f3d7 .action-670f {
  margin-left: 85px;
}
article.tooltip-current-f3d7 .gallery_dim_7e64 {
  display: block;
  margin: 12px 0 12px;
  padding-bottom: 4px;
  border-bottom: 1px solid #eaecee;
}
article.tooltip-current-f3d7 .gallery_dim_7e64 .tiny_0337 {
  margin-left: 10px;
}
article.tooltip-current-f3d7 .link_smooth_b9ba {
  font-weight: 500;
  text-transform: uppercase;
  line-height: 1;
  font-style: normal;
}
article.tooltip-current-f3d7 .stale_fe9c {
  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 .gallery_7fe4,
  #respond .element_complex_34f5,
  #respond .gas_0b17 {
    width: 29.4117647059%;
    margin-right: 5.8823529412%;
    float: left;
  }
}
#respond .gallery_7fe4 input,
#respond .element_complex_34f5 input,
#respond .gas_0b17 input {
  width: 100%;
}
#respond .gas_0b17 {
  margin-right: 0;
}
#respond .label_fc63 #wp-comment-cookies-consent {
  position: relative;
  top: -1px;
  margin-right: 5px;
}
.header-a671 {
  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;
}
.header-a671.media_5fbe {
  width: 36px;
  height: 36px;
  min-height: 36px;
  font-size: 1.1em;
}
.header-a671 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%);
}
.header-a671:focus,
.header-a671: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);
}
.card-over-3674 {
  border-radius: 10%;
}
.rough-241d {
  border-radius: 50%;
}
.info_north_71d4 {
  font-size: 0.72em;
}
.nav_c598 {
  font-size: 0.875em;
}
.picture_fde4 {
  font-size: 1.1em;
}
.motion-42dd {
  text-transform: uppercase;
  line-height: 1.2;
}
.motion-42dd.info_north_71d4 {
  letter-spacing: 0.5px;
}
.north_c373,
.north_c373 a {
  color: #6d6d6d;
}
.north_c373 a:hover {
  color: #111;
}
.avatar_a79c {
  color: #6d6d6d;
}
.layout_green_f32f {
  overflow-x: hidden;
}
.layout_green_f32f .chip_1231.up_c227 {
  position: relative;
}
.layout_green_f32f .chip_1231.up_c227.mask-white-8aa4 {
  position: initial;
}
.layout_green_f32f
  .chip_1231.up_c227.mask-white-8aa4
  .message-d3d3 {
  left: auto;
}
.layout_green_f32f .chip_1231 .message-d3d3 {
  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;
}
.layout_green_f32f .chip_1231:hover.up_c227 {
  -webkit-transition-delay: 0s !important;
  transition-delay: 0s !important;
  outline: 1px solid #0073aa;
  outline-offset: -1px;
}
.layout_green_f32f
  .chip_1231:hover.up_c227
  .message-d3d3 {
  display: block;
  z-index: 9999999;
}
.layout_green_f32f .nav-3383 .action-a673,
.layout_green_f32f .dark_d451 .action-a673 {
  display: none;
}
.layout_green_f32f .article-hovered-c807 .chip_1231:hover.up_c227 {
  outline: 1px dashed #ff472e;
  outline-offset: -1px;
}
.silver-8371 .gallery_7fe4 label,
.silver-8371 .lower_0a9e label,
.silver-8371 .element_complex_34f5 label,
.silver-8371 .gas_0b17 label {
  text-transform: uppercase;
  letter-spacing: 0.5px;
  font-size: 0.85em;
}
.pattern-ec06 {
  list-style: none;
  margin: 0;
}
.pattern-ec06 article.tooltip-current-f3d7 {
  margin-bottom: 0;
}
.pattern-ec06 ul {
  list-style: none;
  margin: 0;
}
.pattern-ec06 .input_tiny_4b74 li.tooltip-current-f3d7 {
  padding-left: 30px;
}
@media screen and (min-width: 64em) {
  .pattern-ec06 .input_tiny_4b74 li.tooltip-current-f3d7 {
    padding-left: 85px;
    border-left: 1px solid #eaecee;
    position: relative;
    width: 100%;
  }
  .pattern-ec06 .input_tiny_4b74 li.tooltip-current-f3d7: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) {
  .pattern-ec06 .input_tiny_4b74 li.tooltip-current-f3d7 li.tooltip-current-f3d7 li.tooltip-current-f3d7 li.tooltip-current-f3d7 {
    padding-left: 0;
  }
}
article.tooltip-current-f3d7 {
  padding: 1.618em 0;
  margin-bottom: 1.618em;
}
article.tooltip-current-f3d7 .nav-first-c6cf p:last-of-type {
  margin-bottom: 0;
}
article.tooltip-current-f3d7 .tabs_huge_c973 {
  float: left;
}
article.tooltip-current-f3d7 .action-670f {
  margin-left: 85px;
}
article.tooltip-current-f3d7 .gallery_dim_7e64 {
  display: block;
  margin: 12px 0 12px;
  padding-bottom: 4px;
  border-bottom: 1px solid #eaecee;
}
article.tooltip-current-f3d7 .gallery_dim_7e64 .tiny_0337 {
  margin-left: 10px;
}
article.tooltip-current-f3d7 .link_smooth_b9ba {
  font-weight: 500;
  text-transform: uppercase;
  line-height: 1;
  font-style: normal;
}
article.tooltip-current-f3d7 .stale_fe9c {
  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 .gallery_7fe4,
  #respond .element_complex_34f5,
  #respond .gas_0b17 {
    width: 29.4117647059%;
    margin-right: 5.8823529412%;
    float: left;
  }
}
#respond .gallery_7fe4 input,
#respond .element_complex_34f5 input,
#respond .gas_0b17 input {
  width: 100%;
}
#respond .gas_0b17 {
  margin-right: 0;
}
#respond .label_fc63 #wp-comment-cookies-consent {
  position: relative;
  top: -1px;
  margin-right: 5px;
}
.nav-3383 .table-5eba {
  color: rgba(255, 255, 255, 0.99);
  background: rgba(0, 0, 0, 0.9);
}
.table-5eba .message-under-d4aa.list_hot_8d26 .tabs-tiny-803c > li > a:focus,
.table-5eba .message-under-d4aa.list_hot_8d26 .tabs-tiny-803c > li > a:hover,
.table-5eba .message-under-d4aa.center-b36b .tabs-tiny-803c > li > a:focus,
.table-5eba .message-under-d4aa.center-b36b .tabs-tiny-803c > li > a:hover,
.table-5eba .message-under-d4aa.badge-688b .tabs-tiny-803c > li > a:focus,
.table-5eba .message-under-d4aa.badge-688b .tabs-tiny-803c > li > a:hover {
  color: rgba(255, 255, 255, 0.99);
}
.table-5eba
  .message-under-d4aa.list_hot_8d26
  .tabs-tiny-803c
  > li.red_907c
  > a,
.table-5eba
  .message-under-d4aa.list_hot_8d26
  .tabs-tiny-803c
  > li.text_52e8
  > a,
.table-5eba
  .message-under-d4aa.center-b36b
  .tabs-tiny-803c
  > li.red_907c
  > a,
.table-5eba
  .message-under-d4aa.center-b36b
  .tabs-tiny-803c
  > li.text_52e8
  > a,
.table-5eba
  .message-under-d4aa.badge-688b
  .tabs-tiny-803c
  > li.red_907c
  > a,
.table-5eba .message-under-d4aa.badge-688b .tabs-tiny-803c > li.sidebar_first_a9d3 > a {
  color: rgba(255, 255, 255, 0.99);
}
.table-5eba .first_e156,
.table-5eba .first_e156 a {
  color: rgba(255, 255, 255, 0.99);
}
.table-5eba .dropdown_clean_80cc.status_cd83 li a,
.table-5eba .widget_complex_5c8d a,
.table-5eba .hard_4f26,
.table-5eba .tabs-tiny-803c > li > a,
.table-5eba .table-8894 {
  color: rgba(255, 255, 255, 0.79);
}
.table-5eba .dropdown_clean_80cc.status_cd83 li a:hover,
.table-5eba .widget_complex_5c8d a:hover,
.table-5eba .hard_4f26:hover,
.table-5eba .tabs-tiny-803c > li > a:hover,
.table-5eba .table-8894:hover {
  color: rgba(255, 255, 255, 0.99);
}
.table-5eba .prev-36db {
  color: rgba(255, 255, 255, 0.79);
}
.table-5eba .prev-36db .photo_b712 {
  color: rgba(255, 255, 255, 0.99);
}
.table-5eba .prev-36db:hover {
  color: rgba(255, 255, 255, 0.99);
}
.table-5eba .tag_dim_5d8c .tooltip_28a8 {
  background: rgba(255, 255, 255, 0.03);
  border-color: rgba(255, 255, 255, 0.08);
  color: rgba(255, 255, 255, 0.79);
}
.table-5eba .tag_dim_5d8c .tooltip_28a8 .green-9396 {
  color: rgba(255, 255, 255, 0.79);
}
.table-5eba
  .tag_dim_5d8c
  .tooltip_28a8
  .green-9396::-webkit-input-placeholder {
  color: rgba(255, 255, 255, 0.79);
}
.table-5eba
  .tag_dim_5d8c
  .tooltip_28a8
  .green-9396:-ms-input-placeholder {
  color: rgba(255, 255, 255, 0.79);
}
.table-5eba
  .tag_dim_5d8c
  .tooltip_28a8
  .green-9396::-ms-input-placeholder {
  color: rgba(255, 255, 255, 0.79);
}
.table-5eba
  .tag_dim_5d8c
  .tooltip_28a8
  .green-9396::placeholder {
  color: rgba(255, 255, 255, 0.79);
}
.table-5eba .tag_dim_5d8c .slider-a047 {
  color: rgba(255, 255, 255, 0.79);
}
.table-5eba .tag_dim_5d8c .slider-a047:hover {
  color: rgba(255, 255, 255, 0.99);
}
.dynamic_56b6
  .table-5eba
  .tag_dim_5d8c
  .primary_dbd2
  .cool_a5d4 {
  background-color: rgba(255, 255, 255, 0.03);
  border-color: rgba(255, 255, 255, 0.08);
  color: rgba(255, 255, 255, 0.79);
}
.dynamic_56b6
  .table-5eba
  .tag_dim_5d8c
  .primary_dbd2
  .green-9396 {
  background-color: rgba(255, 255, 255, 0.03) !important;
  border-color: rgba(255, 255, 255, 0.08);
  color: rgba(255, 255, 255, 0.79);
}
.nav-3383 .first_abeb {
  color: rgba(0, 0, 0, 0.6);
  background: rgba(255, 255, 255, 0.9);
}
.first_abeb .message-under-d4aa.list_hot_8d26 .tabs-tiny-803c > li > a:focus,
.first_abeb .message-under-d4aa.list_hot_8d26 .tabs-tiny-803c > li > a:hover,
.first_abeb .message-under-d4aa.center-b36b .tabs-tiny-803c > li > a:focus,
.first_abeb .message-under-d4aa.center-b36b .tabs-tiny-803c > li > a:hover,
.first_abeb .message-under-d4aa.badge-688b .tabs-tiny-803c > li > a:focus,
.first_abeb .message-under-d4aa.badge-688b .tabs-tiny-803c > li > a:hover {
  color: rgba(0, 0, 0, 0.8);
}
.first_abeb
  .message-under-d4aa.list_hot_8d26
  .tabs-tiny-803c
  > li.red_907c
  > a,
.first_abeb
  .message-under-d4aa.list_hot_8d26
  .tabs-tiny-803c
  > li.text_52e8
  > a,
.first_abeb
  .message-under-d4aa.center-b36b
  .tabs-tiny-803c
  > li.red_907c
  > a,
.first_abeb
  .message-under-d4aa.center-b36b
  .tabs-tiny-803c
  > li.text_52e8
  > a,
.first_abeb
  .message-under-d4aa.badge-688b
  .tabs-tiny-803c
  > li.red_907c
  > a,
.first_abeb .message-under-d4aa.badge-688b .tabs-tiny-803c > li.sidebar_first_a9d3 > a {
  color: rgba(0, 0, 0, 0.8);
}
.first_abeb .first_e156,
.first_abeb .first_e156 a {
  color: rgba(0, 0, 0, 0.8);
}
.first_abeb .dropdown_clean_80cc.status_cd83 li a,
.first_abeb .widget_complex_5c8d a,
.first_abeb .hard_4f26,
.first_abeb .tabs-tiny-803c > li > a,
.first_abeb .table-8894 {
  color: rgba(0, 0, 0, 0.55);
}
.first_abeb .dropdown_clean_80cc.status_cd83 li a:hover,
.first_abeb .widget_complex_5c8d a:hover,
.first_abeb .hard_4f26:hover,
.first_abeb .tabs-tiny-803c > li > a:hover,
.first_abeb .table-8894:hover {
  color: rgba(0, 0, 0, 0.8);
}
.first_abeb .prev-36db {
  color: rgba(0, 0, 0, 0.55);
}
.first_abeb .prev-36db .photo_b712 {
  color: rgba(0, 0, 0, 0.8);
}
.first_abeb .prev-36db:hover {
  color: rgba(0, 0, 0, 0.8);
}
.card-short-9cfd .notice-simple-eb3e {
  margin-left: auto;
  margin-right: auto;
}
.tooltip-wood-e0b4 > * {
  margin-left: auto;
  margin-right: auto;
}
.tooltip-wood-e0b4 .bright-f509 {
  margin-right: 1.41575em;
}
.table_8429 .tooltip-wood-e0b4 > .icon_9883 {
  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;
}
.table_8429 .tooltip-wood-e0b4 > .video_cool_e47b {
  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;
}
.form-focused-907e.card-short-9cfd .notice-simple-eb3e,
.hovered-2269.card-short-9cfd .notice-simple-eb3e {
  margin-left: 0;
}
.cool_f775.card-short-9cfd .notice-simple-eb3e,
.sort_under_e1e7.card-short-9cfd .notice-simple-eb3e {
  margin-right: 0;
}
.tooltip-wood-e0b4 ol,
.tooltip-wood-e0b4 ul {
  margin: 1.5em auto;
  list-style-position: outside;
}
.yellow-4c26 video {
  max-width: 100%;
}
.huge_3a16 img {
  display: block;
}
.huge_3a16.bright-f509,
.huge_3a16.cool-6c10 {
  width: 100%;
}
.huge_3a16.video_cool_e47b img {
  width: 100vw;
  width: calc(var(--vw, 1vw) * 100);
}
.summary-bfda:not(.highlight-e45a) {
  margin: 1.5em auto;
}
.footer_pink_f5b6 p {
  padding: 1.5em 14px;
}
ul.hard_9cda.video_cool_e47b,
ul.hard_9cda.icon_9883,
ul.hard_9cda.shade_82e6.icon_9883 {
  padding: 0 14px;
}
.pagination_460e {
  display: block;
  overflow-x: auto;
}
.pagination_460e table {
  border-collapse: collapse;
  width: 100%;
}
.pagination_460e td,
.pagination_460e th {
  padding: 0.5em;
}
.tooltip-wood-e0b4 li {
  margin-left: 2.5em;
  margin-bottom: 6px;
}
.tooltip-wood-e0b4 ol ol,
.tooltip-wood-e0b4 ol ul,
.tooltip-wood-e0b4 ul ol,
.tooltip-wood-e0b4 ul ul {
  margin-bottom: 0;
  margin-top: 0;
  margin-left: 2.5em;
}
.tooltip-wood-e0b4 ol ol li,
.tooltip-wood-e0b4 ol ul li,
.tooltip-wood-e0b4 ul ol li,
.tooltip-wood-e0b4 ul ul li {
  margin-left: 0;
}
.image_3309.caption-focused-4401 > .form_6f09 {
  position: relative;
  width: 100%;
  height: 0;
  padding-top: 56.25%;
}
.image_3309.caption-focused-4401 > .form_6f09 iframe,
.image_3309.caption-focused-4401 > .form_6f09 > object {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}
.wood_f919 {
  border-left-width: 4px;
  border-left-color: currentColor;
}
.wood_f919.header-bottom-eb9c {
  padding: 0;
}
.wood_f919.header-bottom-eb9c cite {
  font-size: 13px;
}
.wood_f919 > * {
  margin-left: 16px;
  margin-right: 16px;
}
.wood_f919 cite {
  font-style: normal;
  margin-top: 1em;
  position: relative;
  font-size: 13px;
}
.aside-fa40 {
  border-bottom: 4px solid currentColor;
  border-top: 4px solid currentColor;
  margin-left: 0;
  margin-right: 0;
  padding: 3em 0;
  text-align: center;
}
.aside-fa40 > p:first-child {
  margin-top: 0;
}
.aside-fa40 cite {
  font-size: 13px;
  font-style: normal;
  text-transform: uppercase;
}
.aside-fa40 blockquote {
  border-left: 0;
}
.media_left_df17 {
  margin: 3em auto;
  border: none;
  border-bottom: 2px solid currentColor;
}
.media_left_df17:not(.south_4dbe) {
  max-width: 100px;
}
.media_left_df17.block-fc57 {
  border-bottom: none !important;
  text-align: center;
}
.media_left_df17.block-fc57::before {
  padding-left: 0;
  font-size: 30px;
}
@media screen and (min-width: 768px) {
  .footer_pink_f5b6 p {
    padding: 1.5em 0;
  }
}
.slow-5522 {
  color: #0073aa;
}
.header_4ee5 {
  background-color: #0073aa;
}
.glass-29f4 {
  color: #229fd8;
}
.progress-51a4 {
  background-color: #229fd8;
}
.form_6b47 {
  color: #eee;
}
.glass_04de {
  background-color: #eee;
}
.block-5b22 {
  color: #444;
}
.focus-fast-f624 {
  background-color: #444;
}
.iron_ee90 {
  padding: 0;
  -webkit-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  text-size-adjust: 100%;
  line-height: 13px;
}
.iron_ee90 .thick-aedf .widget_complex_5c8d {
  font-size: 15px;
}
.iron_ee90 .widget_complex_5c8d {
  line-height: 1.3;
}
.iron_ee90 .first_abeb {
}
.iron_ee90 .table-5eba {
  background: #235787;
}
.notice-9ef7 {
  padding: 0;
}
.notice-9ef7 .table-5eba {
  background: #1a1a1a;
}
.notice-9ef7 .first_abeb {
  box-shadow: 0 1px 2px 0 #e1e5ea;
  background: #fff;
}
.active-7729 {
  padding: 0;
  border-left: none;
  border-right: none;
}
.active-7729 .first_abeb {
  box-shadow: 0 1px 2px 0 #e1e5ea;
}
.active-7729 .table-5eba {
  background: #303030;
}
.hover_north_ab67 {
  position: relative;
  z-index: 10;
}
.hover_north_ab67 .surface-stone-84d4 {
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
  -webkit-box-pack: center;
  justify-content: center;
}
.white_a015 .up_c227 {
  display: inline-block;
  vertical-align: middle;
}
.white_a015.banner-center-c9b8 .up_c227 {
  margin-right: 1em;
}
@media screen and (max-width: 1024px) {
  .white_a015.banner-center-c9b8 .up_c227 {
    margin-right: 1em;
  }
}
@media screen and (max-width: 568px) {
  .white_a015.banner-center-c9b8 .up_c227 {
    margin-right: 0.4em;
  }
}
.white_a015.banner-center-c9b8 .up_c227:last-child {
  margin-right: 0;
}
.label_fresh_b363 .surface-stone-84d4 {
  max-width: initial;
}
@media screen and (min-width: 1025px) {
  .nav-3383 .thick-aedf {
    margin: 0 -0.5em;
  }
  .nav-3383 .thick-aedf [class*="customify-col-"],
  .nav-3383 .thick-aedf [class*="customify-col_"],
  .nav-3383 .thick-aedf [class~="customify-col-"] {
    padding-left: 0.5em;
    padding-right: 0.5em;
  }
}
.nav-3383.video_fresh_221e .surface-stone-84d4 {
  background: 0 0 !important;
}
.nav-3383.video_fresh_221e .surface-stone-84d4,
.nav-3383.label_fresh_b363 .surface-stone-84d4 {
  border: 0 none !important;
  box-shadow: none !important;
}
@media screen and (min-width: 1025px) {
  .nav-3383.soft_a3da {
    background: 0 0 !important;
    border: 0 none;
    box-shadow: none !important;
  }
}
.nav-3383.label_fresh_b363 .surface-stone-84d4 {
  box-shadow: none !important;
}
.description_action_2908 {
  padding: 21px 0 22px;
  border-bottom: 1px solid #eaecee;
  word-break: break-word;
  background: #f9f9f9;
}
@media screen and (max-width: 1024px) {
  .description_action_2908 {
    padding: 19px 0 20px;
  }
}
@media screen and (max-width: 568px) {
  .description_action_2908 {
    padding: 18px 0 20px;
  }
}
.description_action_2908 .narrow_6cf4 {
  width: 100%;
}
.description_action_2908 .outer-c400 {
  margin-bottom: 0;
}
.description_action_2908 .footer-easy-3b5f {
  margin-top: 5px;
  font-size: 0.875em;
}
.hover_steel_5018 {
  padding: 9px 0 9px;
  border-bottom: 1px solid #eaecee;
  color: #6d6d6d;
  line-height: 1.6;
  background: #fff;
}
.hover_steel_5018 .east-92c7 {
  width: 100%;
}
.outline_3394 {
  list-style: none;
  margin: 0 1em;
  padding: 0;
}
.outline_3394 li {
  display: inline-block;
  position: relative;
  padding-right: 10px;
}
.outline_3394 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;
}
.outline_3394 li:last-child:after {
  display: none;
}
.outline_3394 li a {
  font-weight: 500;
  margin-right: 10px;
}
.right_5457 .action-a673 button,
.description_action_2908 .action-a673 button {
  left: 0;
}
.right_5457 .east-92c7,
.description_action_2908 .east-92c7 {
  padding-left: 0;
  padding-right: 0;
}
.right_5457 .hover_steel_5018,
.description_action_2908 .hover_steel_5018 {
  border-bottom: none;
  padding-bottom: 0;
  background: 0 0;
}
.right_5457 {
  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;
}
.right_5457: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;
}
.right_5457 .mask_89d2 {
  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) {
  .right_5457 .mask_89d2 {
    min-height: 300px;
  }
}
@media screen and (max-width: 1024px) {
  .right_5457 .mask_89d2 {
    min-height: 250px;
    padding: 1em 15px;
  }
}
@media screen and (max-width: 568px) {
  .right_5457 .mask_89d2 {
    min-height: 200px;
  }
}
.right_5457 .outline_3394 {
  color: rgba(255, 255, 255, 0.8);
}
.right_5457 .outline_3394 a,
.right_5457 .outline_3394 li:after {
  color: inherit;
}
.right_5457 .outline_3394 a:hover {
  color: rgba(255, 255, 255, 0.8);
}
.slow_a8c3 {
  margin-bottom: 0.5em;
}
.texture_881a {
  margin-bottom: 1.2em;
}
.texture_881a,
.slow_a8c3 {
  display: inline-block;
  position: relative;
  color: rgba(255, 255, 255, 0.99);
  z-index: 5;
}
.texture_881a p:last-child,
.slow_a8c3 p:last-child {
  margin-bottom: 0;
}
#header-menu-sidebar .action-a673,
#masthead .action-a673 {
  display: none;
}
#masthead
  > .action-a673.accent_65d0 {
  display: none;
}
#masthead > .action-a673 button {
  left: 0;
}
.link_8459 {
  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%;
}
.link_8459 .up_c227 {
  display: -webkit-inline-box;
  display: inline-flex;
  -webkit-box-align: center;
  align-items: center;
  margin-left: 0.5em;
  margin-right: 0.5em;
}
.link_8459 .active-44be {
  display: -webkit-box;
  display: flex;
}
.link_8459 .active-44be.full-9c7c {
  -webkit-box-pack: center;
  justify-content: center;
  margin-left: 1em;
  margin-right: 1em;
}
.link_8459 .active-44be.label-narrow-8e78 {
  -webkit-box-pack: start;
  justify-content: flex-start;
  margin-right: auto;
  -webkit-box-flex: 1;
  flex: 1 1 0;
}
.link_8459 .active-44be.input_ede7 {
  margin-left: auto;
  -webkit-box-pack: end;
  justify-content: flex-end;
  -webkit-box-flex: 1;
  flex: 1 1 0;
}
.link_8459.in-3dc8.shadow-4ab8 .active-44be.full-9c7c {
  flex-basis: 100%;
}
.link_8459.media-next-dfac .active-44be.label-narrow-8e78 {
  -webkit-box-flex: 1;
  flex: auto;
}
.link_8459.media-next-dfac .active-44be.input_ede7 {
  -webkit-box-flex: 1;
  flex: auto;
}
#masthead
  > .action-a673.accent_65d0 {
  display: none;
}
#masthead > .action-a673 button {
  left: 0;
}
.message_2b19 {
  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;
}
.message_2b19:hover {
  box-shadow: inset 0 0 0 120px rgba(0, 0, 0, 0.18);
  color: #fff;
}
.message_2b19.layout-4ea0 i {
  margin-right: 4px;
}
.message_2b19.status_north_a0f7 i {
  margin-left: 5px;
}
.widget_complex_5c8d p {
  font-weight: 500;
  text-transform: uppercase;
  font-size: 13px;
}
.widget_complex_5c8d p:last-child {
  margin-bottom: 0;
}
.banner-49bf {
  display: -webkit-box;
  display: flex;
  line-height: 0.9;
  vertical-align: middle;
}
.banner-49bf a {
  display: inline-block;
  text-transform: uppercase;
  letter-spacing: 0.4px;
  font-weight: 600;
}
.banner-49bf img {
  display: block;
  width: auto;
  line-height: 1;
}
.banner-49bf .first_e156 {
  font-size: 1.5em;
  margin: 0;
  font-weight: 600;
  line-height: 1.216;
}
.banner-49bf .shade-outer-d4fe {
  margin: 5px 0 7px 0;
}
.banner-49bf.advanced_df1a .column-916d {
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
  -webkit-box-pack: center;
  justify-content: center;
}
.banner-49bf.advanced_df1a .up-fca4 {
  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;
}
.banner-49bf.pagination_solid_b956 {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  flex-direction: row-reverse;
}
.banner-49bf.pagination_solid_b956 .column-916d {
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
  -webkit-box-pack: center;
  justify-content: center;
}
.banner-49bf.pagination_solid_b956 .up-fca4 {
  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;
}
.banner-49bf.outer_ae76 {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
}
.banner-49bf.heading-7f4e {
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
  flex-direction: column-reverse;
}
.banner-49bf.heading-7f4e .up-fca4 {
  margin-top: 7px;
}
.mask-south-a2d7 {
  display: inline-block;
}
.hover_north_ab67 .picture-blue-b475 .banner-49bf img {
  max-width: 100%;
}
.message-under-d4aa .pattern_liquid_e6e4.status-5d0b,
.module-lite-487e .pattern_liquid_e6e4.status-5d0b {
  position: relative;
  display: -webkit-inline-box;
  display: inline-flex;
  -webkit-box-align: center;
  align-items: center;
}
.message-under-d4aa .table_basic_2dbd,
.module-lite-487e .table_basic_2dbd {
  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-under-d4aa .table_basic_2dbd {
  display: inline;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-decoration: none !important;
}
.message-under-d4aa.link_dirty_5a7a .table_basic_2dbd {
  display: none;
}
.message-under-d4aa .texture_up_e359 {
  list-style: none;
  padding: 0;
  margin: 0;
}
.message-under-d4aa .texture_up_e359 li {
  display: inline-block;
  position: relative;
}
.message-under-d4aa .texture_up_e359 li:last-child {
  margin-right: 0;
}
.message-under-d4aa .texture_up_e359 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-under-d4aa .texture_up_e359 li.sidebar_first_a9d3 > a {
  color: rgba(0, 0, 0, 0.9);
}
.message-under-d4aa .texture_up_e359 > 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-under-d4aa .texture_up_e359 > li > a i {
  line-height: 0;
}
.message-under-d4aa .texture_up_e359 > li.nav_db70 > a .table_basic_2dbd {
  margin-left: 4px;
  line-height: 0;
}
.message-under-d4aa .texture_up_e359 .old-3e87 li.nav_db70 > a {
  position: relative;
}
.message-under-d4aa .texture_up_e359 .old-3e87 li.nav_db70 > a:after,
.message-under-d4aa .texture_up_e359 .old-3e87 li.nav_db70 > a:before {
  content: "";
  display: table;
}
.message-under-d4aa .texture_up_e359 .old-3e87 li.nav_db70 > a:after {
  clear: both;
}
.message-under-d4aa .texture_up_e359 .old-3e87 li.nav_db70 > a .table_basic_2dbd {
  margin-left: 5px;
  float: right;
}
.message-under-d4aa .carousel-large-ebfa,
.message-under-d4aa .old-3e87 {
  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-under-d4aa .old-3e87 {
  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-under-d4aa .old-3e87 .status-5d0b {
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: justify;
  justify-content: space-between;
}
.message-under-d4aa .old-3e87 .table_basic_2dbd {
  -webkit-transform: rotate(135deg) translateY(0);
  -ms-transform: rotate(135deg) translateY(0);
  transform: rotate(135deg) translateY(0);
}
.message-under-d4aa .old-3e87 li {
  display: block;
  margin: 0;
  padding: 0;
}
.message-under-d4aa .old-3e87 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-under-d4aa .old-3e87 li a:hover {
  background: rgba(0, 0, 0, 0.015);
  color: rgba(0, 0, 0, 0.8);
}
.message-under-d4aa .old-3e87 .old-3e87 {
  top: 0;
  left: 100%;
}
.message-under-d4aa .sort-copper-dc8f.fn-focus-2794 > .carousel-large-ebfa,
.message-under-d4aa .sort-copper-dc8f.fn-focus-2794 > .old-3e87,
.message-under-d4aa .sort-copper-dc8f:focus > .carousel-large-ebfa,
.message-under-d4aa .sort-copper-dc8f:focus > .old-3e87,
.message-under-d4aa .sort-copper-dc8f:hover > .carousel-large-ebfa,
.message-under-d4aa .sort-copper-dc8f:hover > .old-3e87 {
  height: auto;
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
  overflow: initial;
  visibility: visible;
  opacity: 1;
}
.message-under-d4aa.badge-688b .tabs-tiny-803c:after,
.message-under-d4aa.badge-688b .tabs-tiny-803c:before {
  content: "";
  display: table;
}
.message-under-d4aa.badge-688b .tabs-tiny-803c:after {
  clear: both;
}
.message-under-d4aa.badge-688b .tabs-tiny-803c > li {
  float: left;
}
.message-under-d4aa.aside_light_fdfa .tabs-tiny-803c:after,
.message-under-d4aa.aside_light_fdfa .tabs-tiny-803c:before {
  content: "";
  display: table;
}
.message-under-d4aa.aside_light_fdfa .tabs-tiny-803c:after {
  clear: both;
}
.message-under-d4aa.aside_light_fdfa .tabs-tiny-803c > li {
  float: left;
}
.message-under-d4aa.aside_light_fdfa .tabs-tiny-803c > li > a {
  background: 0 0;
  display: -webkit-inline-box;
  display: inline-flex;
  vertical-align: middle;
  -webkit-box-align: center;
  align-items: center;
}
.message-under-d4aa.aside_light_fdfa .tabs-tiny-803c > li > a:hover {
  color: #fff;
  background-color: #1e4b75;
}
.message-under-d4aa.aside_light_fdfa .tabs-tiny-803c > li.red_907c > a,
.message-under-d4aa.aside_light_fdfa .tabs-tiny-803c > li.sidebar_first_a9d3 > a {
  color: #fff;
  background-color: #1e4b75;
}
.message-under-d4aa.list_hot_8d26 .tabs-tiny-803c > li > a .status-5d0b {
  position: relative;
}
.message-under-d4aa.list_hot_8d26 .tabs-tiny-803c > li > a .status-5d0b: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-under-d4aa.list_hot_8d26
  .tabs-tiny-803c
  > li:focus
  > a
  .status-5d0b:before,
.message-under-d4aa.list_hot_8d26
  .tabs-tiny-803c
  > li:hover
  > a
  .status-5d0b:before {
  width: 100%;
  background-color: currentColor;
}
.message-under-d4aa.list_hot_8d26
  .tabs-tiny-803c
  > li.red_907c
  > a
  .status-5d0b:before,
.message-under-d4aa.list_hot_8d26
  .tabs-tiny-803c
  > li.text_52e8
  > a
  .status-5d0b:before {
  width: 100%;
  background-color: currentColor;
}
.message-under-d4aa.center-b36b .tabs-tiny-803c > li > a .status-5d0b {
  position: relative;
}
.message-under-d4aa.center-b36b .tabs-tiny-803c > li > a .status-5d0b: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-under-d4aa.center-b36b .tabs-tiny-803c > li:focus > a .status-5d0b:before,
.message-under-d4aa.center-b36b
  .tabs-tiny-803c
  > li:hover
  > a
  .status-5d0b:before {
  width: 100%;
  background-color: currentColor;
}
.message-under-d4aa.center-b36b
  .tabs-tiny-803c
  > li.red_907c
  > a
  .status-5d0b:before,
.message-under-d4aa.center-b36b
  .tabs-tiny-803c
  > li.text_52e8
  > a
  .status-5d0b:before {
  width: 100%;
  background-color: currentColor;
}
.module-lite-487e .texture_up_e359 {
  margin: 0;
  padding: 0;
  list-style: none;
}
.module-lite-487e .texture_up_e359 li:first-child > a {
  border-top: none;
}
.module-lite-487e .texture_up_e359 .section-a7d3 > .status-5d0b .table_basic_2dbd {
  display: none;
}
.module-lite-487e .texture_up_e359 li {
  list-style: none;
  position: relative;
  border-bottom: 1px solid transparent;
}
.module-lite-487e .texture_up_e359 li:last-child {
  border: none;
}
.module-lite-487e .texture_up_e359 li.nav_db70 > a {
  padding-right: 45px !important;
}
.module-lite-487e .texture_up_e359 li a {
  display: block;
  padding: 0.55em 1.5em;
}
.module-lite-487e .texture_up_e359 li a:focus,
.module-lite-487e .texture_up_e359 li a:hover {
  background: rgba(0, 0, 0, 0.01);
}
.module-lite-487e .texture_up_e359 li .inner-1bd3 {
  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;
}
.module-lite-487e .texture_up_e359 li .inner-1bd3:hover {
  box-shadow: none;
}
.module-lite-487e .texture_up_e359 li .inner-1bd3 .table_basic_2dbd {
  -webkit-transform: rotate(-135deg) translateY(50%) translateX(50%);
  -ms-transform: rotate(-135deg) translateY(50%) translateX(50%);
  transform: rotate(-135deg) translateY(50%) translateX(50%);
}
.module-lite-487e .texture_up_e359 .old-3e87 {
  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);
}
.module-lite-487e .texture_up_e359 .old-3e87 li a {
  padding-left: 3em;
}
.module-lite-487e .texture_up_e359 .message-9317 > a .inner-1bd3 i {
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
.module-lite-487e .texture_up_e359 .message-9317 > .old-3e87 {
  display: block;
  opacity: 1;
}
.logo-action-bc06 {
  max-width: 100%;
}
.highlight-298f {
  line-height: 0;
  cursor: pointer;
}
.table-8894 {
  line-height: 0;
  display: inline-block;
  position: relative;
  box-shadow: none;
}
.table-8894:hover {
  box-shadow: none;
  color: currentColor;
}
.table-8894 svg {
  width: 18px;
  height: 18px;
}
.table-8894 .icon_612e {
  display: none;
}
.current-d5ef {
  position: relative;
}
.current-d5ef.fn-active-2794 .table-8894 .gallery_white_900c {
  display: none;
}
.current-d5ef.fn-active-2794 .table-8894 .icon_612e {
  display: inline-block;
}
.current-d5ef .preview-tiny-3d8d {
  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);
}
.current-d5ef.article-solid-a1fd .preview-tiny-3d8d {
  left: auto;
  right: -0.9em;
}
.current-d5ef.article-solid-a1fd .message-static-e27f::before {
  left: auto;
  right: 15px;
}
.current-d5ef.fn-active-2794 .preview-tiny-3d8d {
  height: auto;
  overflow: initial;
  z-index: 26;
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
}
.primary_dbd2 {
  display: -webkit-box;
  display: flex;
  margin-bottom: 0;
  width: 100%;
  max-width: 100%;
}
.primary_dbd2 label {
  flex-basis: 100%;
}
.primary_dbd2 .tooltip_28a8 {
  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;
}
.primary_dbd2 .green-9396 {
  display: block;
  width: 100%;
  border-radius: 2px;
  height: 2.4em;
}
.primary_dbd2 .green-9396:focus {
  background-color: transparent;
}
.primary_dbd2 button.slider-a047 {
  overflow: hidden;
  box-shadow: none;
  margin-left: -40px;
  background: 0 0;
  color: #6d6d6d;
  line-height: 0;
  padding: 0 0.7em;
  min-height: auto;
}
.primary_dbd2 button.slider-a047:hover {
  box-shadow: none;
  background-color: transparent;
  color: #686868;
}
.primary_dbd2 button.slider-a047 svg {
  width: 18px;
  height: 18px;
}
.primary_dbd2 input[type="submit"] {
  min-height: auto;
}
.tag_dim_5d8c .primary_dbd2 .green-9396 {
  border: 0;
  box-shadow: none;
  background-color: transparent;
}
.message-static-e27f {
  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) {
  .message-static-e27f {
    width: 220px;
  }
}
.message-static-e27f label {
  flex-basis: 100%;
}
.message-static-e27f::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;
}
.dynamic_56b6 .tag_dim_5d8c .primary_dbd2 {
  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;
}
.dynamic_56b6
  .tag_dim_5d8c
  .primary_dbd2
  .tooltip_28a8 {
  background-color: transparent;
  min-height: auto;
  flex-basis: 100%;
  display: -webkit-box;
  display: flex;
  border-style: none;
  border: none;
  box-shadow: none;
}
.dynamic_56b6 .tag_dim_5d8c .primary_dbd2 .green-9396 {
  border-color: transparent;
  height: auto;
  background-color: transparent;
  border: 0;
  border-style: none;
  box-shadow: none;
  -webkit-box-flex: 0;
  flex: 0 0 auto;
}
.dynamic_56b6
  .tag_dim_5d8c
  .primary_dbd2
  .green-9396:focus {
  background: 0 0;
}
.dynamic_56b6
  .tag_dim_5d8c
  .primary_dbd2
  .cool_a5d4 {
  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;
}
.dropdown_clean_80cc {
  display: inline-block;
  margin: 0;
  padding: 0;
  list-style: none;
  position: relative;
}
.dropdown_clean_80cc li {
  list-style: none;
  display: inline-block;
  margin: 0 3px;
}
.dropdown_clean_80cc li:last-child {
  margin-right: 0;
}
.dropdown_clean_80cc li:first-child {
  margin-left: 0;
}
.dropdown_clean_80cc.under_083a a {
  color: #fff;
}
.dropdown_clean_80cc.under_083a a:hover {
  color: #fff;
}
.dropdown_clean_80cc a {
  color: currentColor;
  text-align: center;
  vertical-align: middle;
  width: 100%;
  padding: 0.4em;
  display: inline-block;
  line-height: 1;
  font-size: 13px;
}
.dropdown_clean_80cc a i {
  width: 1em;
  height: 1em;
  position: relative;
  display: block;
}
.dropdown_clean_80cc a i:before {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}
.dropdown_clean_80cc a:hover {
  opacity: 0.9;
  color: inherit;
}
.dropdown_clean_80cc [class*="social-icon-apple"] {
  background-color: #999;
}
.dropdown_clean_80cc [class*="social-icon-apple"].motion-c2b3 {
  background-color: transparent;
  color: #999;
}
.dropdown_clean_80cc [class*="social-icon-behance"] {
  background-color: #1769ff;
}
.dropdown_clean_80cc [class*="social-icon-behance"].motion-c2b3 {
  background-color: transparent;
  color: #1769ff;
}
.dropdown_clean_80cc [class*="social-icon-bitbucket"] {
  background-color: #205081;
}
.dropdown_clean_80cc [class*="social-icon-bitbucket"].motion-c2b3 {
  background-color: transparent;
  color: #205081;
}
.dropdown_clean_80cc [class*="social-icon-codepen"] {
  background-color: #000;
}
.dropdown_clean_80cc [class*="social-icon-codepen"].motion-c2b3 {
  background-color: transparent;
  color: #000;
}
.dropdown_clean_80cc [class*="social-icon-delicious"] {
  background-color: #39f;
}
.dropdown_clean_80cc [class*="social-icon-delicious"].motion-c2b3 {
  background-color: transparent;
  color: #39f;
}
.dropdown_clean_80cc [class*="social-icon-digg"] {
  background-color: #005be2;
}
.dropdown_clean_80cc [class*="social-icon-digg"].motion-c2b3 {
  background-color: transparent;
  color: #005be2;
}
.dropdown_clean_80cc [class*="social-icon-dribbble"] {
  background-color: #ea4c89;
}
.dropdown_clean_80cc [class*="social-icon-dribbble"].motion-c2b3 {
  background-color: transparent;
  color: #ea4c89;
}
.dropdown_clean_80cc [class*="social-icon-envelope"] {
  background-color: #ea4335;
}
.dropdown_clean_80cc [class*="social-icon-envelope"].motion-c2b3 {
  background-color: transparent;
  color: #ea4335;
}
.dropdown_clean_80cc [class*="social-icon-facebook"] {
  background-color: #3b5998;
}
.dropdown_clean_80cc [class*="social-icon-facebook"].motion-c2b3 {
  background-color: transparent;
  color: #3b5998;
}
.dropdown_clean_80cc [class*="social-icon-flickr"] {
  background-color: #0063dc;
}
.dropdown_clean_80cc [class*="social-icon-flickr"].motion-c2b3 {
  background-color: transparent;
  color: #0063dc;
}
.dropdown_clean_80cc [class*="social-icon-foursquare"] {
  background-color: #2d5be3;
}
.dropdown_clean_80cc [class*="social-icon-foursquare"].motion-c2b3 {
  background-color: transparent;
  color: #2d5be3;
}
.dropdown_clean_80cc [class*="social-icon-github"] {
  background-color: #333;
}
.dropdown_clean_80cc [class*="social-icon-github"].motion-c2b3 {
  background-color: transparent;
  color: #333;
}
.dropdown_clean_80cc [class*="social-icon-google-plus"] {
  background-color: #dd4b39;
}
.dropdown_clean_80cc [class*="social-icon-google-plus"].motion-c2b3 {
  background-color: transparent;
  color: #dd4b39;
}
.dropdown_clean_80cc [class*="social-icon-houzz"] {
  background-color: #7ac142;
}
.dropdown_clean_80cc [class*="social-icon-houzz"].motion-c2b3 {
  background-color: transparent;
  color: #7ac142;
}
.dropdown_clean_80cc [class*="social-icon-instagram"] {
  background-color: #262626;
}
.dropdown_clean_80cc [class*="social-icon-instagram"].motion-c2b3 {
  background-color: transparent;
  color: #262626;
}
.dropdown_clean_80cc [class*="social-icon-jsfiddle"] {
  background-color: #487aa2;
}
.dropdown_clean_80cc [class*="social-icon-jsfiddle"].motion-c2b3 {
  background-color: transparent;
  color: #487aa2;
}
.dropdown_clean_80cc [class*="social-icon-linkedin"] {
  background-color: #0077b5;
}
.dropdown_clean_80cc [class*="social-icon-linkedin"].motion-c2b3 {
  background-color: transparent;
  color: #0077b5;
}
.dropdown_clean_80cc [class*="social-icon-medium"] {
  background-color: #00ab6b;
}
.dropdown_clean_80cc [class*="social-icon-medium"].motion-c2b3 {
  background-color: transparent;
  color: #00ab6b;
}
.dropdown_clean_80cc [class*="social-icon-odnoklassniki"] {
  background-color: #f4731c;
}
.dropdown_clean_80cc
  [class*="social-icon-odnoklassniki"].motion-c2b3 {
  background-color: transparent;
  color: #f4731c;
}
.dropdown_clean_80cc [class*="social-icon-meetup"] {
  background-color: #ec1c40;
}
.dropdown_clean_80cc [class*="social-icon-meetup"].motion-c2b3 {
  background-color: transparent;
  color: #ec1c40;
}
.dropdown_clean_80cc [class*="social-icon-pinterest"] {
  background-color: #bd081c;
}
.dropdown_clean_80cc [class*="social-icon-pinterest"].motion-c2b3 {
  background-color: transparent;
  color: #bd081c;
}
.dropdown_clean_80cc [class*="social-icon-product-hunt"] {
  background-color: #da552f;
}
.dropdown_clean_80cc [class*="social-icon-product-hunt"].motion-c2b3 {
  background-color: transparent;
  color: #da552f;
}
.dropdown_clean_80cc [class*="social-icon-reddit"] {
  background-color: #ff4500;
}
.dropdown_clean_80cc [class*="social-icon-reddit"].motion-c2b3 {
  background-color: transparent;
  color: #ff4500;
}
.dropdown_clean_80cc [class*="social-icon-rss"] {
  background-color: #f26522;
}
.dropdown_clean_80cc [class*="social-icon-rss"].motion-c2b3 {
  background-color: transparent;
  color: #f26522;
}
.dropdown_clean_80cc [class*="social-icon-shopping-cart"] {
  background-color: #4caf50;
}
.dropdown_clean_80cc
  [class*="social-icon-shopping-cart"].motion-c2b3 {
  background-color: transparent;
  color: #4caf50;
}
.dropdown_clean_80cc [class*="social-icon-skype"] {
  background-color: #00aff0;
}
.dropdown_clean_80cc [class*="social-icon-skype"].motion-c2b3 {
  background-color: transparent;
  color: #00aff0;
}
.dropdown_clean_80cc [class*="social-icon-slideshare"] {
  background-color: #0077b5;
}
.dropdown_clean_80cc [class*="social-icon-slideshare"].motion-c2b3 {
  background-color: transparent;
  color: #0077b5;
}
.dropdown_clean_80cc [class*="social-icon-snapchat"] {
  background-color: #fffc00;
}
.dropdown_clean_80cc [class*="social-icon-snapchat"].motion-c2b3 {
  background-color: transparent;
  color: #fffc00;
}
.dropdown_clean_80cc [class*="social-icon-soundcloud"] {
  background-color: #f80;
}
.dropdown_clean_80cc [class*="social-icon-soundcloud"].motion-c2b3 {
  background-color: transparent;
  color: #f80;
}
.dropdown_clean_80cc [class*="social-icon-spotify"] {
  background-color: #2ebd59;
}
.dropdown_clean_80cc [class*="social-icon-spotify"].motion-c2b3 {
  background-color: transparent;
  color: #2ebd59;
}
.dropdown_clean_80cc [class*="social-icon-stack-overflow"] {
  background-color: #fe7a15;
}
.dropdown_clean_80cc
  [class*="social-icon-stack-overflow"].motion-c2b3 {
  background-color: transparent;
  color: #fe7a15;
}
.dropdown_clean_80cc [class*="social-icon-maldkfgram"] {
  background-color: #2ca5e0;
}
.dropdown_clean_80cc [class*="social-icon-maldkfgram"].motion-c2b3 {
  background-color: transparent;
  color: #2ca5e0;
}
.dropdown_clean_80cc [class*="social-icon-tripadvisor"] {
  background-color: #589442;
}
.dropdown_clean_80cc [class*="social-icon-tripadvisor"].motion-c2b3 {
  background-color: transparent;
  color: #589442;
}
.dropdown_clean_80cc [class*="social-icon-tumblr"] {
  background-color: #35465c;
}
.dropdown_clean_80cc [class*="social-icon-tumblr"].motion-c2b3 {
  background-color: transparent;
  color: #35465c;
}
.dropdown_clean_80cc [class*="social-icon-twitch"] {
  background-color: #6441a5;
}
.dropdown_clean_80cc [class*="social-icon-twitch"].motion-c2b3 {
  background-color: transparent;
  color: #6441a5;
}
.dropdown_clean_80cc [class*="social-icon-twitter"] {
  background-color: #1da1f2;
}
.dropdown_clean_80cc [class*="social-icon-twitter"].motion-c2b3 {
  background-color: transparent;
  color: #1da1f2;
}
.dropdown_clean_80cc [class*="social-icon-vimeo"] {
  background-color: #1ab7ea;
}
.dropdown_clean_80cc [class*="social-icon-vimeo"].motion-c2b3 {
  background-color: transparent;
  color: #1ab7ea;
}
.dropdown_clean_80cc [class*="social-icon-vk"] {
  background-color: #45668e;
}
.dropdown_clean_80cc [class*="social-icon-vk"].motion-c2b3 {
  background-color: transparent;
  color: #45668e;
}
.dropdown_clean_80cc [class*="social-icon-weibo"] {
  background-color: #df2029;
}
.dropdown_clean_80cc [class*="social-icon-weibo"].motion-c2b3 {
  background-color: transparent;
  color: #df2029;
}
.dropdown_clean_80cc [class*="social-icon-weixin"] {
  background-color: #7bb32e;
}
.dropdown_clean_80cc [class*="social-icon-weixin"].motion-c2b3 {
  background-color: transparent;
  color: #7bb32e;
}
.dropdown_clean_80cc [class*="social-icon-whatsapp"] {
  background-color: #25d366;
}
.dropdown_clean_80cc [class*="social-icon-whatsapp"].motion-c2b3 {
  background-color: transparent;
  color: #25d366;
}
.dropdown_clean_80cc [class*="social-icon-wordpress"] {
  background-color: #21759b;
}
.dropdown_clean_80cc [class*="social-icon-wordpress"].motion-c2b3 {
  background-color: transparent;
  color: #21759b;
}
.dropdown_clean_80cc [class*="social-icon-xing"] {
  background-color: #026466;
}
.dropdown_clean_80cc [class*="social-icon-xing"].motion-c2b3 {
  background-color: transparent;
  color: #026466;
}
.dropdown_clean_80cc [class*="social-icon-yelp"] {
  background-color: #af0606;
}
.dropdown_clean_80cc [class*="social-icon-yelp"].motion-c2b3 {
  background-color: transparent;
  color: #af0606;
}
.dropdown_clean_80cc [class*="social-icon-youtube"] {
  background-color: #cd201f;
}
.dropdown_clean_80cc [class*="social-icon-youtube"].motion-c2b3 {
  background-color: transparent;
  color: #cd201f;
}
.hard_4f26 {
  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;
}
.hard_4f26:hover {
  box-shadow: none;
  background: 0 0;
}
.medium_ff24 {
  background: 0 0 !important;
  text-transform: uppercase;
  font-size: 0.85em;
}
.description-e1cd {
  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;
}
.secondary-0dd8 {
  display: inline-block;
  position: relative;
  vertical-align: middle;
}
.hidden_2b3e {
  display: block;
  top: 50%;
  background-color: currentcolor;
}
.hidden_2b3e,
.hidden_2b3e::after,
.hidden_2b3e::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;
}
.hidden_2b3e::after,
.hidden_2b3e::before {
  content: "";
  display: block;
  background-color: inherit;
}
.media-complex-20e6 .description-e1cd .secondary-0dd8 {
  margin-top: -2px;
  width: 19px;
}
.media-complex-20e6 .description-e1cd .hidden_2b3e {
  margin-top: -1px;
}
.media-complex-20e6 .description-e1cd .hidden_2b3e,
.media-complex-20e6 .description-e1cd .hidden_2b3e::after,
.media-complex-20e6 .description-e1cd .hidden_2b3e::before {
  width: 19px;
  height: 2px;
}
.media-complex-20e6 .description-e1cd .hidden_2b3e::before {
  top: -6px;
}
.media-complex-20e6 .description-e1cd .hidden_2b3e::after {
  bottom: -6px;
}
.gallery_6c08 .description-e1cd .secondary-0dd8 {
  margin-top: -2px;
  width: 22px;
}
.gallery_6c08 .description-e1cd .hidden_2b3e {
  margin-top: -1px;
}
.gallery_6c08 .description-e1cd .hidden_2b3e,
.gallery_6c08 .description-e1cd .hidden_2b3e::after,
.gallery_6c08 .description-e1cd .hidden_2b3e::before {
  width: 22px;
  height: 2px;
}
.gallery_6c08 .description-e1cd .hidden_2b3e::before {
  top: -7px;
}
.gallery_6c08 .description-e1cd .hidden_2b3e::after {
  bottom: -7px;
}
.column-current-f215 .description-e1cd .secondary-0dd8 {
  margin-top: -2px;
  width: 31px;
}
.column-current-f215 .description-e1cd .hidden_2b3e {
  margin-top: -1.5px;
}
.column-current-f215 .description-e1cd .hidden_2b3e,
.column-current-f215 .description-e1cd .hidden_2b3e::after,
.column-current-f215 .description-e1cd .hidden_2b3e::before {
  width: 31px;
  height: 3px;
}
.column-current-f215 .description-e1cd .hidden_2b3e::before {
  top: -9px;
}
.column-current-f215 .description-e1cd .hidden_2b3e::after {
  bottom: -9px;
}
@media screen and (min-width: 1025px) {
  .dim-9d85 .description-e1cd .secondary-0dd8 {
    margin-top: -2px;
    width: 19px;
  }
  .dim-9d85 .description-e1cd .hidden_2b3e {
    margin-top: -1px;
  }
  .dim-9d85 .description-e1cd .hidden_2b3e,
  .dim-9d85 .description-e1cd .hidden_2b3e::after,
  .dim-9d85 .description-e1cd .hidden_2b3e::before {
    width: 19px;
    height: 2px;
  }
  .dim-9d85 .description-e1cd .hidden_2b3e::before {
    top: -6px;
  }
  .dim-9d85 .description-e1cd .hidden_2b3e::after {
    bottom: -6px;
  }
  .hard-0906 .description-e1cd .secondary-0dd8 {
    margin-top: -2px;
    width: 22px;
  }
  .hard-0906 .description-e1cd .hidden_2b3e {
    margin-top: -1px;
  }
  .hard-0906 .description-e1cd .hidden_2b3e,
  .hard-0906 .description-e1cd .hidden_2b3e::after,
  .hard-0906 .description-e1cd .hidden_2b3e::before {
    width: 22px;
    height: 2px;
  }
  .hard-0906 .description-e1cd .hidden_2b3e::before {
    top: -7px;
  }
  .hard-0906 .description-e1cd .hidden_2b3e::after {
    bottom: -7px;
  }
  .container_da0c .description-e1cd .secondary-0dd8 {
    margin-top: -2px;
    width: 31px;
  }
  .container_da0c .description-e1cd .hidden_2b3e {
    margin-top: -1.5px;
  }
  .container_da0c .description-e1cd .hidden_2b3e,
  .container_da0c .description-e1cd .hidden_2b3e::after,
  .container_da0c .description-e1cd .hidden_2b3e::before {
    width: 31px;
    height: 3px;
  }
  .container_da0c .description-e1cd .hidden_2b3e::before {
    top: -9px;
  }
  .container_da0c .description-e1cd .hidden_2b3e::after {
    bottom: -9px;
  }
}
@media screen and (max-width: 1024px) {
  .module_old_4f3d .description-e1cd .secondary-0dd8 {
    margin-top: -2px;
    width: 19px;
  }
  .module_old_4f3d .description-e1cd .hidden_2b3e {
    margin-top: -1px;
  }
  .module_old_4f3d .description-e1cd .hidden_2b3e,
  .module_old_4f3d .description-e1cd .hidden_2b3e::after,
  .module_old_4f3d .description-e1cd .hidden_2b3e::before {
    width: 19px;
    height: 2px;
  }
  .module_old_4f3d .description-e1cd .hidden_2b3e::before {
    top: -6px;
  }
  .module_old_4f3d .description-e1cd .hidden_2b3e::after {
    bottom: -6px;
  }
  .highlight-mini-cf5b .description-e1cd .secondary-0dd8 {
    margin-top: -2px;
    width: 22px;
  }
  .highlight-mini-cf5b .description-e1cd .hidden_2b3e {
    margin-top: -1px;
  }
  .highlight-mini-cf5b .description-e1cd .hidden_2b3e,
  .highlight-mini-cf5b .description-e1cd .hidden_2b3e::after,
  .highlight-mini-cf5b .description-e1cd .hidden_2b3e::before {
    width: 22px;
    height: 2px;
  }
  .highlight-mini-cf5b .description-e1cd .hidden_2b3e::before {
    top: -7px;
  }
  .highlight-mini-cf5b .description-e1cd .hidden_2b3e::after {
    bottom: -7px;
  }
  .warm_0ffd .description-e1cd .secondary-0dd8 {
    margin-top: -2px;
    width: 31px;
  }
  .warm_0ffd .description-e1cd .hidden_2b3e {
    margin-top: -1.5px;
  }
  .warm_0ffd .description-e1cd .hidden_2b3e,
  .warm_0ffd .description-e1cd .hidden_2b3e::after,
  .warm_0ffd .description-e1cd .hidden_2b3e::before {
    width: 31px;
    height: 3px;
  }
  .warm_0ffd .description-e1cd .hidden_2b3e::before {
    top: -9px;
  }
  .warm_0ffd .description-e1cd .hidden_2b3e::after {
    bottom: -9px;
  }
}
@media screen and (max-width: 568px) {
  .full-0eed .description-e1cd .secondary-0dd8 {
    margin-top: -2px;
    width: 19px;
  }
  .full-0eed .description-e1cd .hidden_2b3e {
    margin-top: -1px;
  }
  .full-0eed .description-e1cd .hidden_2b3e,
  .full-0eed .description-e1cd .hidden_2b3e::after,
  .full-0eed .description-e1cd .hidden_2b3e::before {
    width: 19px;
    height: 2px;
  }
  .full-0eed .description-e1cd .hidden_2b3e::before {
    top: -6px;
  }
  .full-0eed .description-e1cd .hidden_2b3e::after {
    bottom: -6px;
  }
  .modal-5b1e .description-e1cd .secondary-0dd8 {
    margin-top: -2px;
    width: 22px;
  }
  .modal-5b1e .description-e1cd .hidden_2b3e {
    margin-top: -1px;
  }
  .modal-5b1e .description-e1cd .hidden_2b3e,
  .modal-5b1e .description-e1cd .hidden_2b3e::after,
  .modal-5b1e .description-e1cd .hidden_2b3e::before {
    width: 22px;
    height: 2px;
  }
  .modal-5b1e .description-e1cd .hidden_2b3e::before {
    top: -7px;
  }
  .modal-5b1e .description-e1cd .hidden_2b3e::after {
    bottom: -7px;
  }
  .column-south-6a83 .description-e1cd .secondary-0dd8 {
    margin-top: -2px;
    width: 31px;
  }
  .column-south-6a83 .description-e1cd .hidden_2b3e {
    margin-top: -1.5px;
  }
  .column-south-6a83 .description-e1cd .hidden_2b3e,
  .column-south-6a83 .description-e1cd .hidden_2b3e::after,
  .column-south-6a83 .description-e1cd .hidden_2b3e::before {
    width: 31px;
    height: 3px;
  }
  .column-south-6a83 .description-e1cd .hidden_2b3e::before {
    top: -9px;
  }
  .column-south-6a83 .description-e1cd .hidden_2b3e::after {
    bottom: -9px;
  }
}
.box_f2a2 .hidden_2b3e {
  -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);
}
.box_f2a2 .hidden_2b3e::before {
  -webkit-transition: top 75ms 0.12s ease, opacity 75ms ease;
  transition: top 75ms 0.12s ease, opacity 75ms ease;
}
.box_f2a2 .hidden_2b3e::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);
}
.box_f2a2.component_cf90 .hidden_2b3e {
  -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);
}
.box_f2a2.component_cf90 .hidden_2b3e::before {
  top: 0;
  opacity: 0;
  -webkit-transition: top 75ms ease, opacity 75ms 0.12s ease;
  transition: top 75ms ease, opacity 75ms 0.12s ease;
}
.box_f2a2.component_cf90 .hidden_2b3e::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);
}
.hover_282b {
  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.image_large_fac2:before {
  display: none;
}
.dark_d451 {
  padding: 0;
  position: fixed;
  width: 100%;
  max-width: 100%;
  top: 0;
  z-index: 999900;
  visibility: hidden;
}
.dark_d451 .stale_40a2 {
  padding: 1.4em 1.5em;
  border-bottom: 1px solid transparent;
}
.dark_d451 .stale_40a2:last-of-type {
  border-bottom: none;
}
.dark_d451 .stale_40a2.fast_e878,
.dark_d451 .stale_40a2.mask_526e,
.dark_d451 .stale_40a2.detail-white-46ee {
  padding: 0;
}
.dark_d451 .module-lite-487e .inner-1bd3 {
  color: currentColor;
}
.dark_d451 .module-lite-487e .inner-1bd3:focus,
.dark_d451 .module-lite-487e .inner-1bd3:hover {
  background: rgba(0, 0, 0, 0.01);
}
.dark_d451.first_abeb .prev-36db,
.dark_d451.first_abeb .widget_complex_5c8d a,
.dark_d451.first_abeb .tabs-tiny-803c a,
.dark_d451.first_abeb .old-3e87 a {
  color: rgba(0, 0, 0, 0.55);
}
.dark_d451.first_abeb .prev-36db:hover,
.dark_d451.first_abeb .widget_complex_5c8d a:hover,
.dark_d451.first_abeb .tabs-tiny-803c a:hover,
.dark_d451.first_abeb .old-3e87 a:hover {
  color: rgba(0, 0, 0, 0.8);
}
.dark_d451.first_abeb .photo_b712 {
  color: rgba(0, 0, 0, 0.8);
}
.dark_d451.first_abeb .stale_40a2 {
  border-color: rgba(0, 0, 0, 0.08);
}
.dark_d451.first_abeb .stale_40a2:before {
  background: rgba(0, 0, 0, 0.08);
}
.dark_d451.first_abeb .item_purple_8cb5:before {
  background: rgba(255, 255, 255, 0.9);
}
.dark_d451.first_abeb .module-lite-487e .texture_up_e359 li a,
.dark_d451.first_abeb .module-lite-487e .inner-1bd3,
.dark_d451.first_abeb .old-3e87 {
  border-color: rgba(0, 0, 0, 0.08);
}
.dark_d451.first_abeb .module-lite-487e .inner-1bd3:focus,
.dark_d451.first_abeb .module-lite-487e .inner-1bd3:hover {
  background: rgba(0, 0, 0, 0.01);
}
.dark_d451.first_abeb .texture_up_e359 li {
  border-color: rgba(0, 0, 0, 0.08);
}
.dark_d451.table-5eba .prev-36db,
.dark_d451.table-5eba .widget_complex_5c8d a,
.dark_d451.table-5eba .tabs-tiny-803c .inner-1bd3,
.dark_d451.table-5eba .tabs-tiny-803c a,
.dark_d451.table-5eba .old-3e87 a {
  color: rgba(255, 255, 255, 0.79);
}
.dark_d451.table-5eba .prev-36db:hover,
.dark_d451.table-5eba .widget_complex_5c8d a:hover,
.dark_d451.table-5eba .tabs-tiny-803c .inner-1bd3:hover,
.dark_d451.table-5eba .tabs-tiny-803c a:hover,
.dark_d451.table-5eba .old-3e87 a:hover {
  color: rgba(255, 255, 255, 0.99);
}
.dark_d451.table-5eba .photo_b712 {
  color: rgba(255, 255, 255, 0.99);
}
.dark_d451.table-5eba .stale_40a2 {
  border-color: rgba(255, 255, 255, 0.08);
}
.dark_d451.table-5eba .stale_40a2:before {
  background: rgba(255, 255, 255, 0.08);
}
.dark_d451.table-5eba .item_purple_8cb5:before {
  background: rgba(0, 0, 0, 0.9);
}
.dark_d451.table-5eba .module-lite-487e .texture_up_e359 li a,
.dark_d451.table-5eba .module-lite-487e .inner-1bd3,
.dark_d451.table-5eba .old-3e87 {
  border-color: rgba(255, 255, 255, 0.08);
}
.dark_d451.table-5eba .module-lite-487e .inner-1bd3:focus,
.dark_d451.table-5eba .module-lite-487e .inner-1bd3:hover {
  background: rgba(0, 0, 0, 0.01);
}
.dark_d451.table-5eba .texture_up_e359 li {
  border-color: rgba(255, 255, 255, 0.08);
}
.item_purple_8cb5 {
  position: relative;
  word-con: break-word;
  min-height: 100%;
  display: block;
}
.item_purple_8cb5:before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  display: block;
  min-height: 100%;
}
.block_54d7 {
  position: relative;
  word-con: break-word;
  min-height: 100%;
  display: block;
  padding: 1.2em 0;
}
.gradient_green_ed7a .dark_d451 {
  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;
}
.gradient_green_ed7a .stale_40a2 {
  text-align: center;
  padding: 2em 1.5em;
  border: none;
  position: relative;
}
.gradient_green_ed7a .stale_40a2: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) {
  .gradient_green_ed7a .stale_40a2:before {
    width: 16%;
    left: 42%;
  }
}
.gradient_green_ed7a .stale_40a2:last-child:before {
  content: none;
}
.gradient_green_ed7a .stale_40a2[class*="-menu"] {
  padding: 2.5em 1.5em;
}
.gradient_green_ed7a .module-lite-487e .texture_up_e359 li a {
  border: none;
  font-size: 140%;
  text-transform: uppercase;
  font-weight: 500;
}
.gradient_green_ed7a .module-lite-487e .texture_up_e359 li a .inner-1bd3 {
  display: inline-block;
  position: relative;
  border: 0 none;
  margin-right: -1.3em;
  top: -2px;
  padding: 0.28em 0.5em;
}
.gradient_green_ed7a .module-lite-487e .old-3e87 {
  border: none;
}
.gradient_green_ed7a .module-lite-487e .old-3e87 li a {
  text-transform: none;
  padding: 0.35em 1.5em;
  font-size: 100%;
}
.gradient_green_ed7a .item_purple_8cb5 {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}
.gradient_green_ed7a .block_54d7 {
  max-width: 48em;
  margin: 3em auto;
  padding: 0;
}
.gradient_green_ed7a .table-5eba .item_purple_8cb5:before {
  background: rgba(0, 0, 0, 0.9);
}
.gradient_green_ed7a .first_abeb.input-current-9ac1 .hidden_2b3e {
  background: rgba(0, 0, 0, 0.6);
}
.gradient_green_ed7a
  .first_abeb.input-current-9ac1
  .hidden_2b3e::after,
.gradient_green_ed7a
  .first_abeb.input-current-9ac1
  .hidden_2b3e:before {
  background: inherit;
}
.gradient_green_ed7a
  .first_abeb.input-current-9ac1:hover
  .hidden_2b3e {
  background: rgba(0, 0, 0, 0.8);
}
.first_2b7a .dark_d451 {
  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) {
  .first_2b7a .dark_d451 {
    width: auto;
    right: 45px;
  }
}
.caption-paper-a17c .dark_d451 {
  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) {
  .caption-paper-a17c .dark_d451 {
    width: auto;
    left: 45px;
  }
}
.image_large_fac2 .dark_d451 {
  position: relative;
  height: 0;
  display: block;
  visibility: visible;
  z-index: 999900;
  overflow: hidden;
}
.image_large_fac2 .block_54d7 {
  max-width: 48em;
  margin: 0 auto;
}
.image_large_fac2 .item_purple_8cb5:before {
  box-shadow: inset 0 0 12px 0 rgba(0, 0, 0, 0.05);
}
.hover-9b66 {
  overflow-x: hidden;
  position: relative;
  width: 100%;
  display: block;
}
.hover-9b66.gradient_green_ed7a .dark_d451 {
  z-index: 0;
  opacity: 0;
  height: 100%;
}
.hover-9b66.first_2b7a .dark_d451 {
  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);
}
.hover-9b66 .dark_d451 {
  visibility: visible;
}
.hover-9b66.caption-paper-a17c .dark_d451 {
  -webkit-transform: translateX(200%);
  -ms-transform: translateX(200%);
  transform: translateX(200%);
  height: 100%;
}
.modal_soft_c861,
.text_active_3967 {
  overflow-x: hidden;
}
.modal_soft_c861 .dark_d451 {
  overflow: auto;
}
.modal_soft_c861.gradient_green_ed7a {
  overflow: initial;
  position: relative;
  width: 100%;
  display: block;
}
.modal_soft_c861.gradient_green_ed7a .dark_d451 {
  z-index: 999900;
  opacity: 1;
  visibility: visible;
}
.modal_soft_c861.gradient_green_ed7a .hard_4f26 {
  opacity: 0;
}
.modal_soft_c861.first_2b7a {
  overflow: initial;
  position: relative;
  width: 100%;
  display: block;
}
.modal_soft_c861.first_2b7a .dark_d451 {
  z-index: 999900;
  height: 100vh;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  left: 0;
  visibility: visible;
}
.modal_soft_c861.first_2b7a .hard_4f26 {
  opacity: 0;
}
.modal_soft_c861.caption-paper-a17c {
  overflow: initial;
  position: relative;
  width: 100%;
  display: block;
}
.modal_soft_c861.caption-paper-a17c .dark_d451 {
  z-index: 999900;
  height: 100vh;
  max-width: 100vw;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  right: 0;
  visibility: visible;
}
.modal_soft_c861.caption-paper-a17c .hard_4f26 {
  opacity: 0;
}
.modal_soft_c861.image_large_fac2 .dark_d451 {
  z-index: 10;
  visibility: visible;
}
.input-current-9ac1 {
  display: none;
  z-index: 999910;
  cursor: pointer;
  position: fixed;
  top: 10px;
  right: 12px;
}
.input-current-9ac1 .hidden_2b3e {
  background: rgba(255, 255, 255, 0.99);
}
.input-current-9ac1 .hidden_2b3e::after,
.input-current-9ac1 .hidden_2b3e:before {
  background: inherit;
}
.input-current-9ac1:hover .hidden_2b3e {
  background: rgba(255, 255, 255, 0.99);
}
.caption-paper-a17c .input-current-9ac1 {
  top: 10px;
  right: auto;
  left: 12px;
}
.image_large_fac2 .input-current-9ac1 {
  display: none !important;
}
.modal_soft_c861:before,
.text_active_3967:before {
  z-index: 999897;
  visibility: visible;
  opacity: 1;
}
.modal_soft_c861 .input-current-9ac1,
.text_active_3967 .input-current-9ac1 {
  display: inline-block;
}
.dark_d451 .up_c227 {
  -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;
}
.modal_soft_c861 .dark_d451 .up_c227,
.text_active_3967 .dark_d451 .up_c227 {
  opacity: 1;
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
}
.primary_hovered_c005 .tooltip_28a8 {
  width: 100%;
}
.picture-blue-b475 {
  padding: 0 0.5em 0;
}
.picture-blue-b475 [class*="customify-col-"],
.picture-blue-b475 [class*="customify-col_"],
.picture-blue-b475 [class~="customify-col"] {
  padding: 0 0.5em 0;
}
.summary-up-9277 .picture-blue-b475 {
  padding-left: 1em;
  padding-right: 1em;
}
@media screen and (min-width: 1025px) {
  .thick-aedf .shadow_medium_d577,
  .shadow_medium_d577 {
    display: none;
  }
  .action_680f {
    text-align: left;
  }
  .primary-fresh-ac21 {
    text-align: center;
  }
  .status_full_f1ed {
    text-align: right;
  }
}
@media screen and (max-width: 1024px) {
  .thick-aedf .article-3998,
  .article-3998 {
    display: none;
  }
  .focus-middle-391f {
    text-align: left;
  }
  .white-ac28 {
    text-align: center;
  }
  .dirty-9da7 {
    text-align: right;
  }
}
@media screen and (max-width: 568px) {
  .thick-aedf .card_6039,
  .card_6039 {
    display: none;
  }
  .full_e61c {
    text-align: left;
  }
  .form_clean_9811 {
    text-align: center;
  }
  .message-d65d {
    text-align: right;
  }
}
#page {
  position: relative;
}
.overlay-up-4386 {
  box-shadow: none !important;
}
.warm_d214 .orange_2da2,
.footer-plasma-c367 .orange_2da2 {
  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;
}
.footer-plasma-c367 .orange_2da2 {
  margin-top: 30px;
  margin-bottom: 30px;
}
.surface-stone-84d4 {
  position: relative;
  padding-left: 2em;
  padding-right: 2em;
}
.surface-stone-84d4:after,
.surface-stone-84d4:before {
  content: "";
  display: table;
}
.surface-stone-84d4:after {
  clear: both;
}
@media screen and (max-width: 48em) {
  .surface-stone-84d4 {
    padding-left: 1em;
    padding-right: 1em;
  }
}
.surface-stone-84d4,
.soft_a3da {
  max-width: 1248px;
  margin: 0 auto;
}

.tiny-3877.hovered_22e1 .surface-stone-84d4 {
  max-width: 100%;
}
.tiny-3877.element_blue_b9b0 {
  max-width: 1200px;
  margin: 0 auto;
}
.tiny-3877.label_5fdf .surface-stone-84d4 {
  max-width: 100%;
}
.tiny-3877.label_5fdf > .surface-stone-84d4 {
  padding-left: 0;
  padding-right: 0;
}
.tiny-3877.label_5fdf > .surface-stone-84d4 .thick-aedf {
  margin: 0;
}
.tiny-3877.label_5fdf
  > .surface-stone-84d4
  .badge_038c.sort_6a6c {
  margin-right: 0;
  margin-left: 0;
}
.tiny-3877.label_5fdf #main.sort_6a6c {
  padding: 0;
}
#main,
#sidebar-primary,
#sidebar-secondary {
  padding-top: 2.617924em;
  padding-bottom: 2.617924em;
}
@media screen and (max-width: 1024px) {
  .complex-6056 #main {
    border-left: 0 none;
  }
}
@media screen and (max-width: 1024px) {
  .complex-6056 #sidebar-secondary {
    -webkit-box-ordinal-group: 6;
    order: 5;
    display: none;
  }
}
@media screen and (min-width: 48em) {
  .up-044d .notice-simple-eb3e {
    padding-right: 1em;
  }
  .up-044d.block-current-013b .badge_038c {
    border-right: 1px solid #eaecee;
  }
  .up-044d.block-current-013b .notice-simple-eb3e {
    padding-right: 1em;
  }
  .up-044d.block-current-013b .gradient_easy_243a {
    padding-left: 1em;
  }
}
@media screen and (min-width: 48em) {
  .dark_8c68 .notice-simple-eb3e {
    padding-left: 1em;
  }
  .dark_8c68.block-current-013b .badge_038c {
    border-left: 1px solid #eaecee;
  }
  .dark_8c68.block-current-013b .notice-simple-eb3e {
    padding-left: 1em;
  }
  .dark_8c68.block-current-013b .gradient_easy_243a {
    padding-right: 1em;
  }
}
@media screen and (min-width: 48em) {
  .border-fe59 .notice-simple-eb3e {
    padding-left: 1em;
  }
  .border-fe59.block-current-013b .hard_c498 {
    border-right: 1px solid #eaecee;
  }
  .border-fe59.block-current-013b .steel-39b3 {
    border-right: 1px solid #eaecee;
  }
  .border-fe59.block-current-013b .notice-simple-eb3e {
    padding-left: 1em;
  }
  .border-fe59.block-current-013b .gradient_easy_243a {
    padding-right: 1em;
  }
  .border-fe59.block-current-013b .row_3ac3 {
    padding-left: 1em;
    padding-right: 1em;
  }
}
@media screen and (min-width: 48em) {
  .label-52f2 .notice-simple-eb3e {
    padding-right: 1em;
  }
  .label-52f2.block-current-013b .hard_c498 {
    border-left: 1px solid #eaecee;
  }
  .label-52f2.block-current-013b .steel-39b3 {
    border-left: 1px solid #eaecee;
  }
  .label-52f2.block-current-013b .notice-simple-eb3e {
    padding-right: 1em;
  }
  .label-52f2.block-current-013b .gradient_easy_243a {
    padding-left: 1em;
    padding-right: 1em;
  }
  .label-52f2.block-current-013b .row_3ac3 {
    padding-left: 1em;
  }
}
@media screen and (min-width: 48em) {
  .complex-6056 .notice-simple-eb3e {
    padding-left: 1em;
    padding-right: 1em;
  }
  .complex-6056.block-current-013b .badge_038c {
    border-left: 1px solid #eaecee;
    border-right: 1px solid #eaecee;
  }
  .complex-6056.block-current-013b .notice-simple-eb3e {
    padding-left: 1em;
    padding-right: 1em;
  }
  .complex-6056.block-current-013b .gradient_easy_243a {
    padding-left: 1em;
  }
  .complex-6056.block-current-013b .row_3ac3 {
    padding-right: 1em;
  }
}
@media screen and (max-width: 64em) {
  .complex-6056.block-current-013b .notice-simple-eb3e {
    padding-left: 0;
  }
}
.gas_cf8c .white_a015 {
  display: inline-block;
}
.pressed_44d7 {
  display: inline-block;
}
.widget-bff9 {
  word-con: break-word;
}
.tag-solid-1348 > span {
  display: inline-block;
  padding: 5px 0;
}
.tag-solid-1348 .overlay_01cd {
  margin-left: 8px;
  margin-right: 8px;
}
.tag-solid-1348 .alert-ae55 img {
  vertical-align: middle;
  overflow: hidden;
  border-radius: 50%;
  margin-right: 5px;
}
.thumbnail-thick-a243 .surface-south-b3bd {
  margin-bottom: 2em;
}
.thumbnail-thick-a243 .inner-bd9a {
  margin-bottom: 15px;
}
.thumbnail-thick-a243 .inner-bd9a:last-child {
  margin-bottom: 0;
}
.thumbnail-thick-a243 .message-green-b992 {
  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) {
  .thumbnail-thick-a243 .message-green-b992 {
    display: block;
  }
}
.thumbnail-thick-a243 .hover_cool_05b8 {
  position: relative;
  max-width: 100%;
  flex-basis: 40%;
  padding-top: 0;
  overflow: hidden;
}
@media screen and (max-width: 568px) {
  .thumbnail-thick-a243 .hover_cool_05b8 {
    margin-bottom: 1em;
    width: 100% !important;
    padding-top: 56.25%;
  }
}
.thumbnail-thick-a243 .nav-light-ac80 {
  position: absolute;
  top: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: flex;
  line-height: 0;
  background-color: #d5d5d5;
}
.thumbnail-thick-a243 .nav-light-ac80 img {
  -o-object-fit: cover;
  object-fit: cover;
  width: 100%;
  height: auto;
}
.thumbnail-thick-a243 .nav-light-ac80 a {
  position: absolute;
  top: 0;
  top: 0;
  display: block;
}
.thumbnail-thick-a243 .widget-bff9 {
  font-size: 1.5em;
  font-weight: 500;
  word-con: break-word;
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
}
.thumbnail-thick-a243 .widget-bff9 a {
  text-align: inherit;
  display: block;
  flex-basis: 100%;
}
.thumbnail-thick-a243 .info_left_4ecc p:last-child {
  margin-bottom: 0;
}
.thumbnail-thick-a243 .box_20d8 {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: block;
  z-index: 30;
}
.thumbnail-thick-a243 .block_yellow_55d8 {
  -webkit-box-flex: 1;
  flex: 1;
  word-con: break-word;
  max-width: 100%;
}
.thumbnail-thick-a243 .sort_lower_8e69 {
  margin-top: 1em;
}
.thumbnail-thick-a243 .green_fd4e {
  top: 0;
  display: block;
}
.thumbnail-thick-a243 .green_fd4e a {
  color: inherit;
}
.thumbnail-thick-a243 .green_fd4e a:hover {
  color: inherit;
}
.thumbnail-thick-a243 .clean_2600 {
  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;
}
.thumbnail-thick-a243 .clean_2600:hover {
  background: #235787;
  color: #fff;
  border-color: #235787;
}
.thumbnail-thick-a243 .block_yellow_55d8 {
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-flow: column nowrap;
}
.thumbnail-thick-a243 .badge-mini-53af {
  position: relative;
  width: 100%;
  margin-bottom: 15px;
}
.thumbnail-thick-a243 .badge-mini-53af:first-child {
  margin-top: 0;
}
.thumbnail-thick-a243 .badge-mini-53af.carousel_brown_f8dd {
  -webkit-box-flex: 0;
  flex: none;
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.thumbnail-thick-a243 .badge-mini-53af.badge-full-aece {
  display: -webkit-box;
  display: flex;
  margin-top: auto;
  margin-bottom: 0;
  -webkit-box-pack: justify;
  justify-content: space-between;
}
.thumbnail-thick-a243
  .badge-mini-53af.badge-full-aece.over-7746
  .sort_lower_8e69 {
  width: 100%;
}
.thumbnail-thick-a243 .badge-full-aece {
  -webkit-box-align: center;
  align-items: center;
}
.thumbnail-thick-a243 .badge-full-aece .tag-solid-1348,
.thumbnail-thick-a243 .badge-full-aece > * {
  margin-bottom: 0;
  margin-top: 0;
  display: inline-block;
}
.thumbnail-thick-a243 .nav-light-ac80 {
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
.thumbnail-thick-a243 .nav-light-ac80 img {
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
.thumbnail-thick-a243 .nav-light-ac80: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;
}
.thumbnail-thick-a243 .carousel_brown_f8dd {
  z-index: 5;
}
.thumbnail-thick-a243 .glass_506e .menu_pressed_041c {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  display: block;
}
.thumbnail-thick-a243 .input-lower-74e5 .menu_pressed_041c {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  display: block;
}
.thumbnail-thick-a243 .button-fast-daa4 .menu_pressed_041c {
  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;
}
.thumbnail-thick-a243.pro-6ebe .message-green-b992,
.thumbnail-thick-a243.summary-3e41 .message-green-b992 {
  display: block;
}
.thumbnail-thick-a243.pro-6ebe .message-green-b992 .wrapper-soft-32e0,
.thumbnail-thick-a243.pro-6ebe .message-green-b992 .block_yellow_55d8,
.thumbnail-thick-a243.summary-3e41 .message-green-b992 .wrapper-soft-32e0,
.thumbnail-thick-a243.summary-3e41 .message-green-b992 .block_yellow_55d8 {
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
}
.thumbnail-thick-a243.north_24a3 .hover_cool_05b8 {
  margin-right: 2em;
}
@media screen and (max-width: 568px) {
  .thumbnail-thick-a243.north_24a3 .hover_cool_05b8 {
    margin-right: 0;
  }
}
.thumbnail-thick-a243.pro-6ebe .hover_cool_05b8,
.thumbnail-thick-a243.summary-3e41 .hover_cool_05b8 {
  padding-top: 40%;
}
.thumbnail-thick-a243.pro-6ebe .surface-south-b3bd,
.thumbnail-thick-a243.summary-3e41 .surface-south-b3bd {
  display: block;
}
.thumbnail-thick-a243.pro-6ebe .fn-sticky-2794 .block_yellow_55d8,
.thumbnail-thick-a243.summary-3e41 .fn-sticky-2794 .block_yellow_55d8 {
  background-color: #fcf8e3;
  border: 1px solid #faf2cc;
  border-top: 0 none;
  color: #8a6d3b;
  padding: 1em;
}
.thumbnail-thick-a243.pro-6ebe .hover_cool_05b8,
.thumbnail-thick-a243.summary-3e41 .hover_cool_05b8 {
  margin-bottom: 1em;
  display: block;
  position: relative;
}
.thumbnail-thick-a243.pro-6ebe .block_yellow_55d8 {
  padding: 1em;
}
.table-brown-ca9d {
  margin: 30px auto;
  display: block;
}
.table-brown-ca9d .box_next_59bc > * {
  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;
}
.table-brown-ca9d .box_next_59bc > :hover {
  border-color: #235787;
  background: #235787;
  color: #fff;
}
.table-brown-ca9d .box_next_59bc span {
  border-color: #235787;
  background: #235787;
  color: #fff;
}
.summary-1677 .tag-solid-1348 {
  margin-bottom: 1.41575em;
}
.summary-1677 .iron_113b {
  margin-bottom: 1.618em;
}
.tooltip-wood-e0b4 .hero_first_5d70 {
  display: block;
  margin: 5px 0 20px;
  font-weight: 500;
}
.tooltip-wood-e0b4 .hero_first_5d70 a {
  border: 1px solid #eaecee;
  padding: 5px 12px 5px;
  text-transform: uppercase;
  color: #686868;
  margin: 0 2px;
}
.tooltip-wood-e0b4 .link_c8d4 {
  max-width: 100%;
  overflow: auto;
}
.card-short-9cfd .tooltip-wood-e0b4 a:hover {
  text-decoration: underline;
}
.modal-63db .inner-bd9a:not(.widget-bff9),
.modal-63db .nav-light-ac80 {
  margin-bottom: 1.41575em;
}
.modal-63db .inner-bd9a:not(.widget-bff9):last-child,
.modal-63db .nav-light-ac80:last-child {
  margin-bottom: 0;
}
.modal-63db .inner-bd9a.panel_6eb6 {
  margin-bottom: 0.41575em;
}
.modal-63db .copper_42a7:before,
.modal-63db .west_04cc:before {
  font: normal normal normal 16px/1 FontAwesome;
  text-decoration: inherit;
  text-transform: none;
  position: relative;
  margin-right: 5px;
  color: #6d6d6d;
}
.modal-63db .copper_42a7:before {
  content: "\f115";
}
.modal-63db .west_04cc:before {
  content: "\f02c";
}
.modal-63db .article-5809 {
  display: block;
  width: 100%;
  margin-top: 0.5407911001em;
}
.modal-63db .article-5809 a {
  text-transform: uppercase;
  font-weight: 500;
  font-size: 80%;
  letter-spacing: 0.5px;
}
.preview-dim-cdb4 {
  display: -webkit-box;
  display: flex;
}
.preview-dim-cdb4 .caption_dark_c210 {
  flex-basis: 90px;
}
@media screen and (max-width: 568px) {
  .preview-dim-cdb4 .caption_dark_c210 {
    flex-basis: 90px;
  }
}
.preview-dim-cdb4 .iron_1209 {
  flex-basis: calc(100% - 90px);
  margin-left: 1.5em;
}
@media screen and (max-width: 568px) {
  .preview-dim-cdb4 .iron_1209 {
    flex-basis: calc(100% - 50px);
  }
}
.preview-dim-cdb4 .mask-light-b7df p:last-child {
  margin-bottom: 0.72em;
}
.overlay_focused_9f92 .box_next_59bc {
  padding: 16px 0 15px;
  border-top: 1px solid #eaecee;
  border-bottom: 1px solid #eaecee;
}
.overlay_focused_9f92 .box_next_59bc:after,
.overlay_focused_9f92 .box_next_59bc:before {
  content: "";
  display: table;
}
.overlay_focused_9f92 .box_next_59bc:after {
  clear: both;
}
.overlay_focused_9f92 .box_next_59bc .component-5f89,
.overlay_focused_9f92 .box_next_59bc .form_6401 {
  width: 49%;
}
.overlay_focused_9f92 .box_next_59bc .component-5f89 a span.label_4d6b,
.overlay_focused_9f92 .box_next_59bc .form_6401 a span.label_4d6b {
  display: block;
  margin-bottom: 5px;
}
.overlay_focused_9f92 .box_next_59bc .form_6401 {
  float: left;
  text-align: left;
}
.overlay_focused_9f92 .box_next_59bc .component-5f89 {
  float: right;
  text-align: right;
}
.texture_439d {
  margin-bottom: 0.41575em;
}
@media screen and (max-width: 568px) {
  .texture_439d {
    margin-bottom: 0;
  }
}
.full_3cef {
  margin-bottom: 1em;
}
.full_3cef .widget-bff9 {
  font-size: 1.1em;
  line-height: 1.3;
}
.hidden-under-d778 a {
  display: block;
  line-height: 0;
  position: relative;
}
.pressed-6f30 .full_3cef,
.tabs-basic-bc4e .full_3cef {
  display: -webkit-box;
  display: flex;
}
@media screen and (max-width: 568px) {
  .pressed-6f30 .full_3cef,
  .tabs-basic-bc4e .full_3cef {
    display: block;
  }
}
.pressed-6f30 .hidden-under-d778,
.tabs-basic-bc4e .hidden-under-d778 {
  flex-basis: 160px;
  position: relative;
}
@media screen and (max-width: 568px) {
  .pressed-6f30 .hidden-under-d778,
  .tabs-basic-bc4e .hidden-under-d778 {
    margin-bottom: 1em;
  }
}
.pressed-6f30 .hidden-under-d778 img,
.tabs-basic-bc4e .hidden-under-d778 img {
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  display: block;
}
.pressed-6f30 .hover_296d,
.tabs-basic-bc4e .hover_296d {
  flex-basis: calc(100% - 160px);
}
.pressed-6f30 .hover_296d p,
.tabs-basic-bc4e .hover_296d p {
  margin-bottom: 0;
}
.pressed-6f30 .hover_296d {
  padding-left: 1em;
}
@media screen and (max-width: 568px) {
  .pressed-6f30 .hover_296d {
    padding-left: 0;
  }
}
.tabs-basic-bc4e .hover_296d {
  -webkit-box-ordinal-group: 2;
  order: 1;
  padding-right: 1em;
}
@media screen and (max-width: 568px) {
  .tabs-basic-bc4e .hover_296d {
    padding-right: 0;
  }
}
.tabs-basic-bc4e .hidden-under-d778 {
  -webkit-box-ordinal-group: 3;
  order: 2;
}
.widget_medium_bde5 .hidden-under-d778 {
  margin-bottom: 0.5em;
}
.widget_medium_bde5 .hidden-under-d778 img {
  width: 100%;
}
.feature_cold_2a91 .highlight_pressed_b62f,
.mask-e391 .highlight_pressed_b62f {
  margin-bottom: 35px;
  padding-bottom: 20px;
  border-bottom: 1px solid #eaecee;
}
.mask-e391 .badge_038c .summary-19fa p:last-child {
  margin-bottom: 0;
}
.alert_05db {
  font-size: 16px;
  text-transform: uppercase;
  font-weight: 500;
  color: currentColor;
  margin-bottom: 20px;
}
.link-78b9 .container_82df {
  margin-bottom: 2em;
}
@media screen and (min-width: 1025px) {
  .link-78b9 .container_82df:last-of-type {
    margin-bottom: 0;
  }
}
.link-78b9 .container_82df ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.link-78b9 .container_82df ul:after {
  clear: both;
  content: ".";
  display: block;
  height: 0;
  visibility: hidden;
}
.link-78b9 .container_82df ul li {
  margin: 0 0 0.6em;
}
.link-78b9 .container_82df ul li.active_0351,
.link-78b9 .container_82df ul li.notice_1188 {
  position: relative;
}
.link-78b9 .container_82df ul li.active_0351 .advanced-9653,
.link-78b9 .container_82df ul li.notice_1188 .advanced-9653 {
  right: 0;
  background: #eaecee;
  color: #999;
  padding: 0 0.5em;
  border-radius: 0.9em;
  font-size: 12px;
  position: absolute;
  top: 4px;
}
.link-78b9 .container_82df ul li.active_0351:after:after,
.link-78b9 .container_82df ul li.active_0351:after:before,
.link-78b9
  .container_82df
  ul
  li.notice_1188:after:after,
.link-78b9
  .container_82df
  ul
  li.notice_1188:after:before {
  content: "";
  display: table;
}
.link-78b9 .container_82df ul li.active_0351:after:after,
.link-78b9
  .container_82df
  ul
  li.notice_1188:after:after {
  clear: both;
}
.link-78b9 .container_82df a.notice-over-ed18:hover {
  text-decoration: none;
}
.link-78b9 .container_82df select {
  max-width: 100%;
}
.link-78b9 .container_82df table {
  font-size: 85%;
}
.link-78b9 .container_82df table td,
.link-78b9 .container_82df table th {
  padding: 0.2360828548em;
  text-align: center;
}
.link-78b9 .container_82df table tfoot td {
  text-align: left;
}
.link-78b9 .container_82df :last-child {
  margin-bottom: 0;
}
.link-78b9 .container_82df .backdrop-d674 {
  display: -webkit-box;
  display: flex;
  width: 100%;
  max-width: 100%;
}
.link-78b9 .container_82df .backdrop-d674 label {
  width: 100%;
}
.link-78b9 .container_82df .backdrop-d674 .green-9396 {
  width: 100%;
  display: block;
}
.link-78b9 .container_82df .backdrop-d674 .slider-a047 {
  padding: 9px 14px;
  margin-left: -46px;
  overflow: hidden;
  box-shadow: none;
  background: 0 0;
  color: #aaa;
  line-height: 0;
}
.link-78b9 .container_82df .backdrop-d674 .slider-a047:hover svg #svg-search {
  fill: #444;
}
.link-78b9 .container_82df .backdrop-d674 .slider-a047 svg {
  width: 18px;
  height: 18px;
}
.link-78b9 .element_8c62 ul ul,
.link-78b9 .mask-36a9 ul ul,
.link-78b9 .tabs-outer-6803 ul ul,
.link-78b9 .mask-white-d9d6 ul ul {
  margin-top: 0.3819820591em;
  margin-left: 0;
  margin-bottom: -0.3819820591em;
}
.link-78b9 .element_8c62 .nav_db70 > a,
.link-78b9 .mask-36a9 .nav_db70 > a,
.link-78b9 .tabs-outer-6803 .nav_db70 > a,
.link-78b9 .mask-white-d9d6 .nav_db70 > a {
  margin-bottom: 0;
}
.link-78b9 .gold_2f91 li,
.link-78b9 .element_8c62 li,
.link-78b9 .content_4153 li,
.link-78b9 .mask-36a9 li,
.link-78b9 .tabs-outer-6803 li,
.link-78b9 .mask-white-d9d6 li,
.link-78b9 .lower-6dc2 li,
.link-78b9 .light_93f2 li {
  display: block;
  position: relative;
}
.link-78b9 .gold_2f91 li:last-child,
.link-78b9 .element_8c62 li:last-child,
.link-78b9 .content_4153 li:last-child,
.link-78b9 .mask-36a9 li:last-child,
.link-78b9 .tabs-outer-6803 li:last-child,
.link-78b9 .mask-white-d9d6 li:last-child,
.link-78b9 .lower-6dc2 li:last-child,
.link-78b9 .light_93f2 li:last-child {
  border: none;
}
.link-78b9 .gold_2f91 li a,
.link-78b9 .element_8c62 li a,
.link-78b9 .content_4153 li a,
.link-78b9 .mask-36a9 li a,
.link-78b9 .tabs-outer-6803 li a,
.link-78b9 .mask-white-d9d6 li a,
.link-78b9 .lower-6dc2 li a,
.link-78b9 .light_93f2 li a {
  display: block;
  width: 100%;
  padding-bottom: 0.6em;
  margin-bottom: 0.6em;
  border-bottom: 1px solid #eaecee;
  position: relative;
}
.link-78b9 .gold_2f91 li ul li::before,
.link-78b9 .element_8c62 li ul li::before,
.link-78b9 .content_4153 li ul li::before,
.link-78b9 .mask-36a9 li ul li::before,
.link-78b9 .tabs-outer-6803 li ul li::before,
.link-78b9 .mask-white-d9d6 li ul li::before,
.link-78b9 .lower-6dc2 li ul li::before,
.link-78b9 .light_93f2 li ul li::before {
  left: 15px;
}
.link-78b9 .gold_2f91 li ul a,
.link-78b9 .element_8c62 li ul a,
.link-78b9 .content_4153 li ul a,
.link-78b9 .mask-36a9 li ul a,
.link-78b9 .tabs-outer-6803 li ul a,
.link-78b9 .mask-white-d9d6 li ul a,
.link-78b9 .lower-6dc2 li ul a,
.link-78b9 .light_93f2 li ul a {
  padding-left: 20px;
}
.link-78b9 .gold_2f91 li ul ul li::before,
.link-78b9 .element_8c62 li ul ul li::before,
.link-78b9 .content_4153 li ul ul li::before,
.link-78b9 .mask-36a9 li ul ul li::before,
.link-78b9 .tabs-outer-6803 li ul ul li::before,
.link-78b9 .mask-white-d9d6 li ul ul li::before,
.link-78b9 .lower-6dc2 li ul ul li::before,
.link-78b9 .light_93f2 li ul ul li::before {
  left: 30px;
}
.link-78b9 .gold_2f91 li ul ul a,
.link-78b9 .element_8c62 li ul ul a,
.link-78b9 .content_4153 li ul ul a,
.link-78b9 .mask-36a9 li ul ul a,
.link-78b9 .tabs-outer-6803 li ul ul a,
.link-78b9 .mask-white-d9d6 li ul ul a,
.link-78b9 .lower-6dc2 li ul ul a,
.link-78b9 .light_93f2 li ul ul a {
  padding-left: 40px;
}
.link-78b9 .box_in_ae43 li {
  padding-bottom: 0.6em;
  border-bottom: 1px solid #eaecee;
  position: relative;
}
.link-78b9 .light_93f2 ul li {
  margin-bottom: 1.41575em;
}
.link-78b9 .light_93f2 ul li .carousel-plasma-edb1 {
  font-weight: 400;
  font-size: 1.2em;
  line-height: 1.28;
}
.link-78b9 .light_93f2 ul li .notice-d5db {
  display: block;
  margin: 0.5407911001em 0;
  font-size: 85%;
}
.table-5eba .gold_2f91 li a,
.table-5eba .element_8c62 li a,
.table-5eba .content_4153 li a,
.table-5eba .mask-36a9 li a,
.table-5eba .tabs-outer-6803 li a,
.table-5eba .mask-white-d9d6 li a,
.table-5eba .lower-6dc2 li a,
.table-5eba .light_93f2 li a {
  border-color: rgba(255, 255, 255, 0.08);
}
.table-5eba .box_in_ae43 li {
  border-color: rgba(255, 255, 255, 0.08);
}
.table-5eba .container_82df ul li.active_0351 .advanced-9653,
.table-5eba .container_82df ul li.notice_1188 .advanced-9653 {
  background: rgba(0, 0, 0, 0.2);
}
.table-5eba .link-78b9 .container_82df select {
  border-color: rgba(255, 255, 255, 0.08);
}
.tiny-3877 .link-78b9 .texture_up_e359 li {
  margin: 0;
}
.tiny-3877 .link-78b9 .texture_up_e359 li a {
  display: block;
  padding: 0.6em 0 0.6em;
}
.tiny-3877 .link-78b9 .texture_up_e359 li ul {
  margin: 0;
}
.tiny-3877 .link-78b9 .texture_up_e359 li ul li a {
  padding-left: 15px;
}
.tiny-3877 .link-78b9 .texture_up_e359 li ul li li a {
  padding-left: 30px;
}
.tiny-3877 .link-78b9 .texture_up_e359 li.sidebar_first_a9d3 > a {
  position: relative;
  border: 1px solid #eaecee;
  border-left: none;
  border-right: none;
  font-size: 110%;
}
.tiny-3877 .link-78b9 .texture_up_e359 li.sidebar_first_a9d3 > 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;
}
.tiny-3877 .link-78b9 .texture_up_e359 li.sidebar_first_a9d3 > 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;
}
.east-5bf3 a {
  border: 1px solid currentColor;
  border-radius: 2px;
  display: inline-block;
  font-size: 0.875em !important;
  margin-bottom: 5px;
  padding: 1px 10px 1px;
}
.module-8d37 {
  position: relative;
  z-index: 10;
}
.module-8d37 .up_c227 {
  width: 100%;
  max-width: 100%;
}
.column-down-5cc7 .logo-f99f {
  padding-top: 2em;
  padding-bottom: 2em;
}
.column-down-5cc7 .first_abeb {
}
.column-down-5cc7 .table-5eba {
  background: #292929;
}
.link-hovered-a71f .logo-f99f {
  padding-top: 2.5em;
  padding-bottom: 2.5em;
}
.link-hovered-a71f .first_abeb {
  background: #f9f9f9;
}
.link-hovered-a71f .table-5eba {
  background: #303030;
}
.shade_c003 .logo-f99f {
  padding-top: 1.5em;
  padding-bottom: 1.5em;
}
@media screen and (max-width: 568px) {
  .shade_c003 .white_a015 {
    margin-bottom: 1em;
  }
  .shade_c003 .white_a015:last-child {
    margin-bottom: 0;
  }
}
.shade_c003 .first_abeb {
  background: #ededed;
}
.shade_c003 .table-5eba {
  background: #1a1a1a;
}
.logo-f99f.first_abeb {
  color: rgba(0, 0, 0, 0.6);
}
.logo-f99f.first_abeb .hidden_dca7 li {
  border-color: rgba(0, 0, 0, 0.08);
}
.logo-f99f.table-5eba {
  color: rgba(255, 255, 255, 0.99);
}
.logo-f99f.table-5eba a:not(.notice-over-ed18) {
  color: rgba(255, 255, 255, 0.79);
}
.logo-f99f.table-5eba a:not(.notice-over-ed18):hover {
  color: rgba(255, 255, 255, 0.99);
}
.logo-f99f.table-5eba .hidden_dca7 li {
  border-color: rgba(255, 255, 255, 0.08);
}
.logo-f99f.table-5eba table tbody td,
.logo-f99f.table-5eba table th {
  background: rgba(0, 0, 0, 0.08);
}
.article-hovered-c807.label_fresh_b363 .surface-stone-84d4 {
  max-width: initial;
}
.article-hovered-c807 .banner-center-c9b8 {
  -webkit-box-pack: start;
  justify-content: flex-start;
}
.article-hovered-c807 .banner-center-c9b8 .up_c227 {
  width: auto;
}
@media screen and (max-width: 1024px) {
  .article-hovered-c807 .banner-center-c9b8 .up_c227 {
    display: block;
    margin-bottom: 2em;
  }
  .article-hovered-c807 .banner-center-c9b8 .up_c227:last-child {
    margin-bottom: 0;
  }
}
.shade_c003 .white_a015:last-child,
.link-hovered-a71f .white_a015:last-child,
.column-down-5cc7 .white_a015:last-child {
  margin-bottom: 0;
}
.shade_c003 .white_a015 .link-78b9 .container_82df:last-child,
.link-hovered-a71f .white_a015 .link-78b9 .container_82df:last-child,
.column-down-5cc7 .white_a015 .link-78b9 .container_82df:last-child {
  margin-bottom: 0;
}
@media screen and (max-width: 568px) {
  .shade_c003 .up_5405,
  .shade_c003 .message_412b,
  .link-hovered-a71f .up_5405,
  .link-hovered-a71f .message_412b,
  .column-down-5cc7 .up_5405,
  .column-down-5cc7 .message_412b {
    text-align: center;
  }
}
@media screen and (max-width: 48em) {
  .module-8d37 .white_a015 {
    margin-bottom: 2em;
  }
}
.module-8d37 p:last-child {
  margin-bottom: 0;
}
.module-8d37 li,
.module-8d37 ul {
  list-style: none;
  margin: 0;
}
.module-8d37 ul ul {
  margin-left: 2.617924em;
}
.north_1848 {
  font-size: 0.875em;
}

/* css-noise: 68b2 */
.phantom-card-c6 {
  padding: 0.4rem;
  font-size: 10px;
  line-height: 1.2;
}
