/*!
Theme Name: Customify
Theme URI: https://pressmaximum.block-50d5/customify
Author: WPCustomify
Author URI: https://pressmaximum.block-50d5
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.block-50d5/customify
Version: 0.3.7
License: GNU General Public License v2 or later
License URI: http://www.detail-copper-e26f.nav-1035/licenses/gpl-2.0.hot_de9b
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.down_9d90/, (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.up_4d41.module_upper_37a1/normalize.nav-fast-6230/
 ======
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.nav-fast-6230 v7.0.0 | MIT License | github.block-50d5/necolas/normalize.nav-fast-6230 */
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;
}
.hard_b4d7 .nav_in_c7cb,
.mask_hard_6a78,
.middle-d2b6,
.static-bb34,
.highlight_c2e4,
.south-91ac,
.tabs_iron_e170,
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;
}
.mask_hard_6a78,
h1 {
  font-size: 2.42em;
  line-height: 1.216;
}
@media screen and (max-width: 1024px) {
  .mask_hard_6a78,
  h1 {
    font-size: 2.1em;
  }
}
@media screen and (max-width: 568px) {
  .mask_hard_6a78,
  h1 {
    font-size: 1.8em;
  }
}
.middle-d2b6,
h2 {
  font-size: 2.1em;
  line-height: 1.216;
}
.middle-d2b6 + h3,
h2 + h3 {
  border-top: 1px solid #eaecee;
  padding-top: 0.5407911001em;
}
@media screen and (max-width: 1024px) {
  .middle-d2b6,
  h2 {
    font-size: 1.9em;
  }
}
@media screen and (max-width: 568px) {
  .middle-d2b6,
  h2 {
    font-size: 1.7em;
  }
}
.static-bb34,
h3 {
  font-size: 1.618em;
}
.hard_b4d7 .nav_in_c7cb,
.highlight_c2e4,
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.slow_8bd6 {
  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;
}
.dynamic-7aad:after,
.dynamic-7aad:before,
.frame_cdca:after,
.frame_cdca:before {
  content: "";
  display: table;
}
.dynamic-7aad:after,
.frame_cdca:after {
  clear: both;
}
.column-outer-f3c6 {
  float: right;
  margin-right: 0;
}
.plasma-117d {
  float: left;
  margin-left: 0;
}
form {
  margin-bottom: 2em;
}
.logo_south_7df3 .tag-short-c626,
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;
}
.logo_south_7df3 .tag-short-c626: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;
}
.west_448b .tag-short-c626 {
  box-shadow: none;
}
.west_448b
  .tag-short-c626
  .upper_c38d {
  line-height: 2.4em;
  min-height: 2.6em;
  padding-left: 0;
}
.west_448b .tag-short-c626 .hard_ee23 {
  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;
}
.west_448b
  .tag-short-c626
  .hard_ee23
  b {
  display: none;
}
.west_448b .layout-hot-0e05 {
  border: 1px solid #e5e5e5;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.12) inset;
}
.tooltip_short_6f1e:not(.north-248a):not(.section_2602),
button:not(.north-248a):not(.section_2602),
input[type="button"]:not(.north-248a):not(
    .section_2602
  ),
input[type="reset"]:not(.north-248a):not(
    .section_2602
  ),
input[type="submit"]:not(.north-248a):not(
    .section_2602
  ) {
  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;
}
.tooltip_short_6f1e:not(.north-248a):not(
    .section_2602
  ):hover,
button:not(.north-248a):not(
    .section_2602
  ):hover,
input[type="button"]:not(.north-248a):not(
    .section_2602
  ):hover,
input[type="reset"]:not(.north-248a):not(
    .section_2602
  ):hover,
input[type="submit"]:not(.north-248a):not(
    .section_2602
  ):hover {
  box-shadow: inset 0 0 0 120px rgba(0, 0, 0, 0.18);
  color: #fff;
  outline: 0;
}
.tooltip_short_6f1e:not(.north-248a):not(
    .section_2602
  ):active,
.tooltip_short_6f1e:not(.north-248a):not(
    .section_2602
  ):focus,
button:not(.north-248a):not(
    .section_2602
  ):active,
button:not(.north-248a):not(
    .section_2602
  ):focus,
input[type="button"]:not(.north-248a):not(
    .section_2602
  ):active,
input[type="button"]:not(.north-248a):not(
    .section_2602
  ):focus,
input[type="reset"]:not(.north-248a):not(
    .section_2602
  ):active,
input[type="reset"]:not(.north-248a):not(
    .section_2602
  ):focus,
input[type="submit"]:not(.north-248a):not(
    .section_2602
  ):active,
input[type="submit"]:not(.north-248a):not(
    .section_2602
  ):focus {
  outline: 0;
}
.tooltip_short_6f1e:not(.north-248a):not(
    .section_2602
  ).fn-loading-5436,
button:not(.north-248a):not(
    .section_2602
  ).fn-loading-5436,
input[type="button"]:not(.north-248a):not(
    .section_2602
  ).fn-loading-5436,
input[type="reset"]:not(.north-248a):not(
    .section_2602
  ).fn-loading-5436,
input[type="submit"]:not(.north-248a):not(
    .section_2602
  ).fn-loading-5436 {
  position: relative;
}
.tooltip_short_6f1e:not(.north-248a):not(
    .section_2602
  ).fn-loading-5436
  .green_9b22,
.tooltip_short_6f1e:not(.north-248a):not(
    .section_2602
  ).fn-loading-5436
  .container-f597,
.tooltip_short_6f1e:not(.north-248a):not(
    .section_2602
  ).fn-loading-5436
  .button_red_9a28,
.tooltip_short_6f1e:not(.north-248a):not(
    .section_2602
  ).fn-loading-5436
  i,
.tooltip_short_6f1e:not(.north-248a):not(
    .section_2602
  ).fn-loading-5436
  svg,
button:not(.north-248a):not(
    .section_2602
  ).fn-loading-5436
  .green_9b22,
button:not(.north-248a):not(
    .section_2602
  ).fn-loading-5436
  .container-f597,
button:not(.north-248a):not(
    .section_2602
  ).fn-loading-5436
  .button_red_9a28,
button:not(.north-248a):not(
    .section_2602
  ).fn-loading-5436
  i,
button:not(.north-248a):not(
    .section_2602
  ).fn-loading-5436
  svg,
input[type="button"]:not(.north-248a):not(
    .section_2602
  ).fn-loading-5436
  .green_9b22,
input[type="button"]:not(.north-248a):not(
    .section_2602
  ).fn-loading-5436
  .container-f597,
input[type="button"]:not(.north-248a):not(
    .section_2602
  ).fn-loading-5436
  .button_red_9a28,
input[type="button"]:not(.north-248a):not(
    .section_2602
  ).fn-loading-5436
  i,
input[type="button"]:not(.north-248a):not(
    .section_2602
  ).fn-loading-5436
  svg,
input[type="reset"]:not(.north-248a):not(
    .section_2602
  ).fn-loading-5436
  .green_9b22,
input[type="reset"]:not(.north-248a):not(
    .section_2602
  ).fn-loading-5436
  .container-f597,
input[type="reset"]:not(.north-248a):not(
    .section_2602
  ).fn-loading-5436
  .button_red_9a28,
input[type="reset"]:not(.north-248a):not(
    .section_2602
  ).fn-loading-5436
  i,
input[type="reset"]:not(.north-248a):not(
    .section_2602
  ).fn-loading-5436
  svg,
input[type="submit"]:not(.north-248a):not(
    .section_2602
  ).fn-loading-5436
  .green_9b22,
input[type="submit"]:not(.north-248a):not(
    .section_2602
  ).fn-loading-5436
  .container-f597,
input[type="submit"]:not(.north-248a):not(
    .section_2602
  ).fn-loading-5436
  .button_red_9a28,
input[type="submit"]:not(.north-248a):not(
    .section_2602
  ).fn-loading-5436
  i,
input[type="submit"]:not(.north-248a):not(
    .section_2602
  ).fn-loading-5436
  svg {
  visibility: hidden;
}
.tooltip_short_6f1e:not(.north-248a):not(
    .section_2602
  ).fn-loading-5436:after,
button:not(.north-248a):not(
    .section_2602
  ).fn-loading-5436:after,
input[type="button"]:not(.north-248a):not(
    .section_2602
  ).fn-loading-5436:after,
input[type="reset"]:not(.north-248a):not(
    .section_2602
  ).fn-loading-5436:after,
input[type="submit"]:not(.north-248a):not(
    .section_2602
  ).fn-loading-5436: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;
}
.tooltip_short_6f1e:not(.north-248a):not(.section_2602),
input[type="button"]:not(.north-248a):not(
    .section_2602
  ),
input[type="reset"]:not(.north-248a):not(
    .section_2602
  ),
input[type="submit"]:not(.north-248a):not(
    .section_2602
  ) {
  color: #fff;
  background: #235787;
}
.tooltip_short_6f1e:not(.north-248a):not(
    .section_2602
  ):focus,
input[type="button"]:not(.north-248a):not(
    .section_2602
  ):focus,
input[type="reset"]:not(.north-248a):not(
    .section_2602
  ):focus,
input[type="submit"]:not(.north-248a):not(
    .section_2602
  ):focus {
  color: #fff;
}
.tooltip_short_6f1e.fn-disabled-5436:not(.north-248a):not(
    .section_2602
  ),
.tooltip_short_6f1e[disabled]:not(.north-248a):not(
    .section_2602
  ),
button.fn-disabled-5436:not(.north-248a):not(
    .section_2602
  ),
button[disabled]:not(.north-248a):not(
    .section_2602
  ) {
  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;
}
.aside-0bc6 {
  clip: rect(1px, 1px, 1px, 1px);
  position: absolute !important;
  height: 1px;
  width: 1px;
  overflow: hidden;
  word-con: normal !important;
}
.aside-0bc6: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;
}
.progress-next-41bc {
  display: inline;
  float: left;
  margin-right: 1.41575em;
}
.dark_9f23 {
  display: inline;
  float: right;
  margin-left: 1.41575em;
}
.block-66c9 {
  clear: both;
  display: block;
  margin: 0 auto;
}
.dynamic-7aad:after,
.dynamic-7aad:before,
.hidden_basic_a5a4:after,
.hidden_basic_a5a4:before,
.gallery_c833:after,
.gallery_c833:before,
.plasma_aaa8:after,
.plasma_aaa8:before,
.simple-5547:after,
.simple-5547:before,
.over-2a82:after,
.over-2a82:before {
  content: "";
  display: table;
  table-layout: fixed;
}
.dynamic-7aad:after,
.hidden_basic_a5a4:after,
.gallery_c833:after,
.plasma_aaa8:after,
.simple-5547:after,
.over-2a82:after {
  clear: both;
}
.hidden_basic_a5a4 .media-1d18,
.gallery_c833 .media-1d18,
.highlight_left_04ab .media-1d18 {
  border: none;
  margin-bottom: 0;
  margin-top: 0;
  padding: 0;
}
embed,
iframe,
object {
  max-width: 100%;
}
.accent-hard-f00f {
  display: inline-block;
}
.brown_f80a {
  margin-bottom: 1.41575em;
  max-width: 100%;
}
.brown_f80a img[class*="wp-image-"] {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.brown_f80a .motion-8456 {
  padding: 1em 0;
  font-size: 85%;
}
.motion-8456 {
  text-align: left;
  font-style: italic;
  color: #999;
}
.badge_selected_0d5e {
  margin-bottom: 1.5em;
  margin-bottom: 1.41575em;
}
.badge_selected_0d5e:after,
.badge_selected_0d5e:before {
  content: "";
  display: table;
}
.badge_selected_0d5e:after {
  clear: both;
}
.active-9d1a {
  display: inline-block;
  text-align: center;
  vertical-align: top;
  width: 100%;
}
.iron_f271 .active-9d1a {
  max-width: 50%;
}
.gold_2e16 .active-9d1a {
  max-width: 33.33%;
}
.right_e398 .active-9d1a {
  max-width: 25%;
}
.accent_brown_593e .active-9d1a {
  max-width: 20%;
}
.dim-8fc1 .active-9d1a {
  max-width: 16.66%;
}
.carousel-fast-e247 .active-9d1a {
  max-width: 14.28%;
}
.dynamic_35b5 .active-9d1a {
  max-width: 12.5%;
}
.status-2b7b .active-9d1a {
  max-width: 11.11%;
}
.bronze-92b6 {
  display: block;
}
.hard_b4d7 .tertiary_b070 label,
.hard_b4d7 .header-focused-3e04 label,
.hard_b4d7 .copper-7d24 label,
.hard_b4d7 .highlight-7c2c label {
  text-transform: uppercase;
  letter-spacing: 0.5px;
  font-size: 0.85em;
}
.summary_blue_3549 {
  list-style: none;
  margin: 0;
}
.summary_blue_3549 article.small_33a3 {
  margin-bottom: 0;
}
.summary_blue_3549 ul {
  list-style: none;
  margin: 0;
}
.summary_blue_3549 .feature_last_79f0 li.small_33a3 {
  padding-left: 30px;
}
@media screen and (min-width: 64em) {
  .summary_blue_3549 .feature_last_79f0 li.small_33a3 {
    padding-left: 85px;
    border-left: 1px solid #eaecee;
    position: relative;
    width: 100%;
  }
  .summary_blue_3549 .feature_last_79f0 li.small_33a3: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) {
  .summary_blue_3549 .feature_last_79f0 li.small_33a3 li.small_33a3 li.small_33a3 li.small_33a3 {
    padding-left: 0;
  }
}
article.small_33a3 {
  padding: 1.618em 0;
  margin-bottom: 1.618em;
}
article.small_33a3 .hidden_basic_a5a4 p:last-of-type {
  margin-bottom: 0;
}
article.small_33a3 .next-9579 {
  float: left;
}
article.small_33a3 .active_gold_86f8 {
  margin-left: 85px;
}
article.small_33a3 .thick_eb1c {
  display: block;
  margin: 12px 0 12px;
  padding-bottom: 4px;
  border-bottom: 1px solid #eaecee;
}
article.small_33a3 .thick_eb1c .sort_5ad4 {
  margin-left: 10px;
}
article.small_33a3 .upper-7f19 {
  font-weight: 500;
  text-transform: uppercase;
  line-height: 1;
  font-style: normal;
}
article.small_33a3 .badge_dirty_d089 {
  background: #6d6d6d;
  padding: 1px 6px 1px;
  border-radius: 2px;
  color: #fff;
  position: relative;
  top: -2px;
  margin-left: 4px;
}
@media screen and (min-width: 64em) {
  #respond .tertiary_b070,
  #respond .copper-7d24,
  #respond .highlight-7c2c {
    width: 29.4117647059%;
    margin-right: 5.8823529412%;
    float: left;
  }
}
#respond .tertiary_b070 input,
#respond .copper-7d24 input,
#respond .highlight-7c2c input {
  width: 100%;
}
#respond .highlight-7c2c {
  margin-right: 0;
}
#respond .progress_9dc2 #wp-comment-cookies-consent {
  position: relative;
  top: -1px;
  margin-right: 5px;
}
.block_2d6c {
  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;
}
.block_2d6c.item_dim_a726 {
  width: 36px;
  height: 36px;
  min-height: 36px;
  font-size: 1.1em;
}
.block_2d6c 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%);
}
.block_2d6c:focus,
.block_2d6c: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);
}
.search-387e {
  border-radius: 10%;
}
.middle-a0fe {
  border-radius: 50%;
}
.summary_df07 {
  font-size: 0.72em;
}
.pagination_warm_0d0c {
  font-size: 0.875em;
}
.sort-1972 {
  font-size: 1.1em;
}
.gallery-23b6 {
  text-transform: uppercase;
  line-height: 1.2;
}
.gallery-23b6.summary_df07 {
  letter-spacing: 0.5px;
}
.avatar_next_6412,
.avatar_next_6412 a {
  color: #6d6d6d;
}
.avatar_next_6412 a:hover {
  color: #111;
}
.action_626b {
  color: #6d6d6d;
}
.hidden-easy-f1a6 {
  overflow-x: hidden;
}
.hidden-easy-f1a6 .box-70fb.link-north-2637 {
  position: relative;
}
.hidden-easy-f1a6 .box-70fb.link-north-2637.middle-78eb {
  position: initial;
}
.hidden-easy-f1a6
  .box-70fb.link-north-2637.middle-78eb
  .form-copper-0736 {
  left: auto;
}
.hidden-easy-f1a6 .box-70fb .form-copper-0736 {
  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;
}
.hidden-easy-f1a6 .box-70fb:hover.link-north-2637 {
  -webkit-transition-delay: 0s !important;
  transition-delay: 0s !important;
  outline: 1px solid #0073aa;
  outline-offset: -1px;
}
.hidden-easy-f1a6
  .box-70fb:hover.link-north-2637
  .form-copper-0736 {
  display: block;
  z-index: 9999999;
}
.hidden-easy-f1a6 .paper-8671 .fresh_7ac1,
.hidden-easy-f1a6 .last_182b .fresh_7ac1 {
  display: none;
}
.hidden-easy-f1a6 .inner_39c6 .box-70fb:hover.link-north-2637 {
  outline: 1px dashed #ff472e;
  outline-offset: -1px;
}
.hard_b4d7 .tertiary_b070 label,
.hard_b4d7 .header-focused-3e04 label,
.hard_b4d7 .copper-7d24 label,
.hard_b4d7 .highlight-7c2c label {
  text-transform: uppercase;
  letter-spacing: 0.5px;
  font-size: 0.85em;
}
.summary_blue_3549 {
  list-style: none;
  margin: 0;
}
.summary_blue_3549 article.small_33a3 {
  margin-bottom: 0;
}
.summary_blue_3549 ul {
  list-style: none;
  margin: 0;
}
.summary_blue_3549 .feature_last_79f0 li.small_33a3 {
  padding-left: 30px;
}
@media screen and (min-width: 64em) {
  .summary_blue_3549 .feature_last_79f0 li.small_33a3 {
    padding-left: 85px;
    border-left: 1px solid #eaecee;
    position: relative;
    width: 100%;
  }
  .summary_blue_3549 .feature_last_79f0 li.small_33a3: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) {
  .summary_blue_3549 .feature_last_79f0 li.small_33a3 li.small_33a3 li.small_33a3 li.small_33a3 {
    padding-left: 0;
  }
}
article.small_33a3 {
  padding: 1.618em 0;
  margin-bottom: 1.618em;
}
article.small_33a3 .hidden_basic_a5a4 p:last-of-type {
  margin-bottom: 0;
}
article.small_33a3 .next-9579 {
  float: left;
}
article.small_33a3 .active_gold_86f8 {
  margin-left: 85px;
}
article.small_33a3 .thick_eb1c {
  display: block;
  margin: 12px 0 12px;
  padding-bottom: 4px;
  border-bottom: 1px solid #eaecee;
}
article.small_33a3 .thick_eb1c .sort_5ad4 {
  margin-left: 10px;
}
article.small_33a3 .upper-7f19 {
  font-weight: 500;
  text-transform: uppercase;
  line-height: 1;
  font-style: normal;
}
article.small_33a3 .badge_dirty_d089 {
  background: #6d6d6d;
  padding: 1px 6px 1px;
  border-radius: 2px;
  color: #fff;
  position: relative;
  top: -2px;
  margin-left: 4px;
}
@media screen and (min-width: 64em) {
  #respond .tertiary_b070,
  #respond .copper-7d24,
  #respond .highlight-7c2c {
    width: 29.4117647059%;
    margin-right: 5.8823529412%;
    float: left;
  }
}
#respond .tertiary_b070 input,
#respond .copper-7d24 input,
#respond .highlight-7c2c input {
  width: 100%;
}
#respond .highlight-7c2c {
  margin-right: 0;
}
#respond .progress_9dc2 #wp-comment-cookies-consent {
  position: relative;
  top: -1px;
  margin-right: 5px;
}
.paper-8671 .item-7abf {
  color: rgba(255, 255, 255, 0.99);
  background: rgba(0, 0, 0, 0.9);
}
.item-7abf .component_e7e2.up_2e18 .west-afbf > li > a:focus,
.item-7abf .component_e7e2.up_2e18 .west-afbf > li > a:hover,
.item-7abf .component_e7e2.overlay_fbb4 .west-afbf > li > a:focus,
.item-7abf .component_e7e2.overlay_fbb4 .west-afbf > li > a:hover,
.item-7abf .component_e7e2.grid_393d .west-afbf > li > a:focus,
.item-7abf .component_e7e2.grid_393d .west-afbf > li > a:hover {
  color: rgba(255, 255, 255, 0.99);
}
.item-7abf
  .component_e7e2.up_2e18
  .west-afbf
  > li.solid_7422
  > a,
.item-7abf
  .component_e7e2.up_2e18
  .west-afbf
  > li.grid-gas-c341
  > a,
.item-7abf
  .component_e7e2.overlay_fbb4
  .west-afbf
  > li.solid_7422
  > a,
.item-7abf
  .component_e7e2.overlay_fbb4
  .west-afbf
  > li.grid-gas-c341
  > a,
.item-7abf
  .component_e7e2.grid_393d
  .west-afbf
  > li.solid_7422
  > a,
.item-7abf .component_e7e2.grid_393d .west-afbf > li.preview_small_545d > a {
  color: rgba(255, 255, 255, 0.99);
}
.item-7abf .notice-in-083c,
.item-7abf .notice-in-083c a {
  color: rgba(255, 255, 255, 0.99);
}
.item-7abf .highlight_steel_6304.bright-8a80 li a,
.item-7abf .tag-lite-d793 a,
.item-7abf .layout-fluid-d6f5,
.item-7abf .west-afbf > li > a,
.item-7abf .tabs_8201 {
  color: rgba(255, 255, 255, 0.79);
}
.item-7abf .highlight_steel_6304.bright-8a80 li a:hover,
.item-7abf .tag-lite-d793 a:hover,
.item-7abf .layout-fluid-d6f5:hover,
.item-7abf .west-afbf > li > a:hover,
.item-7abf .tabs_8201:hover {
  color: rgba(255, 255, 255, 0.99);
}
.item-7abf .lower_f6bc {
  color: rgba(255, 255, 255, 0.79);
}
.item-7abf .lower_f6bc .mask-bright-91e7 {
  color: rgba(255, 255, 255, 0.99);
}
.item-7abf .lower_f6bc:hover {
  color: rgba(255, 255, 255, 0.99);
}
.item-7abf .lower-c94f .button_first_9d5a {
  background: rgba(255, 255, 255, 0.03);
  border-color: rgba(255, 255, 255, 0.08);
  color: rgba(255, 255, 255, 0.79);
}
.item-7abf .lower-c94f .button_first_9d5a .gallery_2b28 {
  color: rgba(255, 255, 255, 0.79);
}
.item-7abf
  .lower-c94f
  .button_first_9d5a
  .gallery_2b28::-webkit-input-placeholder {
  color: rgba(255, 255, 255, 0.79);
}
.item-7abf
  .lower-c94f
  .button_first_9d5a
  .gallery_2b28:-ms-input-placeholder {
  color: rgba(255, 255, 255, 0.79);
}
.item-7abf
  .lower-c94f
  .button_first_9d5a
  .gallery_2b28::-ms-input-placeholder {
  color: rgba(255, 255, 255, 0.79);
}
.item-7abf
  .lower-c94f
  .button_first_9d5a
  .gallery_2b28::placeholder {
  color: rgba(255, 255, 255, 0.79);
}
.item-7abf .lower-c94f .tiny-3952 {
  color: rgba(255, 255, 255, 0.79);
}
.item-7abf .lower-c94f .tiny-3952:hover {
  color: rgba(255, 255, 255, 0.99);
}
.dynamic_a854
  .item-7abf
  .lower-c94f
  .prev_40ab
  .thumbnail_active_52a4 {
  background-color: rgba(255, 255, 255, 0.03);
  border-color: rgba(255, 255, 255, 0.08);
  color: rgba(255, 255, 255, 0.79);
}
.dynamic_a854
  .item-7abf
  .lower-c94f
  .prev_40ab
  .gallery_2b28 {
  background-color: rgba(255, 255, 255, 0.03) !important;
  border-color: rgba(255, 255, 255, 0.08);
  color: rgba(255, 255, 255, 0.79);
}
.paper-8671 .caption_85fa {
  color: rgba(0, 0, 0, 0.6);
  background: rgba(255, 255, 255, 0.9);
}
.caption_85fa .component_e7e2.up_2e18 .west-afbf > li > a:focus,
.caption_85fa .component_e7e2.up_2e18 .west-afbf > li > a:hover,
.caption_85fa .component_e7e2.overlay_fbb4 .west-afbf > li > a:focus,
.caption_85fa .component_e7e2.overlay_fbb4 .west-afbf > li > a:hover,
.caption_85fa .component_e7e2.grid_393d .west-afbf > li > a:focus,
.caption_85fa .component_e7e2.grid_393d .west-afbf > li > a:hover {
  color: rgba(0, 0, 0, 0.8);
}
.caption_85fa
  .component_e7e2.up_2e18
  .west-afbf
  > li.solid_7422
  > a,
.caption_85fa
  .component_e7e2.up_2e18
  .west-afbf
  > li.grid-gas-c341
  > a,
.caption_85fa
  .component_e7e2.overlay_fbb4
  .west-afbf
  > li.solid_7422
  > a,
.caption_85fa
  .component_e7e2.overlay_fbb4
  .west-afbf
  > li.grid-gas-c341
  > a,
.caption_85fa
  .component_e7e2.grid_393d
  .west-afbf
  > li.solid_7422
  > a,
.caption_85fa .component_e7e2.grid_393d .west-afbf > li.preview_small_545d > a {
  color: rgba(0, 0, 0, 0.8);
}
.caption_85fa .notice-in-083c,
.caption_85fa .notice-in-083c a {
  color: rgba(0, 0, 0, 0.8);
}
.caption_85fa .highlight_steel_6304.bright-8a80 li a,
.caption_85fa .tag-lite-d793 a,
.caption_85fa .layout-fluid-d6f5,
.caption_85fa .west-afbf > li > a,
.caption_85fa .tabs_8201 {
  color: rgba(0, 0, 0, 0.55);
}
.caption_85fa .highlight_steel_6304.bright-8a80 li a:hover,
.caption_85fa .tag-lite-d793 a:hover,
.caption_85fa .layout-fluid-d6f5:hover,
.caption_85fa .west-afbf > li > a:hover,
.caption_85fa .tabs_8201:hover {
  color: rgba(0, 0, 0, 0.8);
}
.caption_85fa .lower_f6bc {
  color: rgba(0, 0, 0, 0.55);
}
.caption_85fa .lower_f6bc .mask-bright-91e7 {
  color: rgba(0, 0, 0, 0.8);
}
.caption_85fa .lower_f6bc:hover {
  color: rgba(0, 0, 0, 0.8);
}
.avatar_bright_03cd .pro_d6c4 {
  margin-left: auto;
  margin-right: auto;
}
.gallery_c833 > * {
  margin-left: auto;
  margin-right: auto;
}
.gallery_c833 .progress-next-41bc {
  margin-right: 1.41575em;
}
.bottom_f901 .gallery_c833 > .dynamic-d55b {
  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;
}
.bottom_f901 .gallery_c833 > .gradient-dad0 {
  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;
}
.background_dim_0085.avatar_bright_03cd .pro_d6c4,
.clean-10e9.avatar_bright_03cd .pro_d6c4 {
  margin-left: 0;
}
.image-4b7f.avatar_bright_03cd .pro_d6c4,
.detail-copper-d54a.avatar_bright_03cd .pro_d6c4 {
  margin-right: 0;
}
.gallery_c833 ol,
.gallery_c833 ul {
  margin: 1.5em auto;
  list-style-position: outside;
}
.plasma_a6b9 video {
  max-width: 100%;
}
.modal-bronze-ab97 img {
  display: block;
}
.modal-bronze-ab97.progress-next-41bc,
.modal-bronze-ab97.dark_9f23 {
  width: 100%;
}
.modal-bronze-ab97.gradient-dad0 img {
  width: 100vw;
  width: calc(var(--vw, 1vw) * 100);
}
.border-87e2:not(.wood-1d98) {
  margin: 1.5em auto;
}
.disabled_green_c0bf p {
  padding: 1.5em 14px;
}
ul.outer_5183.gradient-dad0,
ul.outer_5183.dynamic-d55b,
ul.outer_5183.search-38dd.dynamic-d55b {
  padding: 0 14px;
}
.title-e40c {
  display: block;
  overflow-x: auto;
}
.title-e40c table {
  border-collapse: collapse;
  width: 100%;
}
.title-e40c td,
.title-e40c th {
  padding: 0.5em;
}
.gallery_c833 li {
  margin-left: 2.5em;
  margin-bottom: 6px;
}
.gallery_c833 ol ol,
.gallery_c833 ol ul,
.gallery_c833 ul ol,
.gallery_c833 ul ul {
  margin-bottom: 0;
  margin-top: 0;
  margin-left: 2.5em;
}
.gallery_c833 ol ol li,
.gallery_c833 ol ul li,
.gallery_c833 ul ol li,
.gallery_c833 ul ul li {
  margin-left: 0;
}
.detail_black_08d3.overlay-4ec8 > .hover_under_957e {
  position: relative;
  width: 100%;
  height: 0;
  padding-top: 56.25%;
}
.detail_black_08d3.overlay-4ec8 > .hover_under_957e iframe,
.detail_black_08d3.overlay-4ec8 > .hover_under_957e > object {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}
.wood-3785 {
  border-left-width: 4px;
  border-left-color: currentColor;
}
.wood-3785.feature_selected_7e3f {
  padding: 0;
}
.wood-3785.feature_selected_7e3f cite {
  font-size: 13px;
}
.wood-3785 > * {
  margin-left: 16px;
  margin-right: 16px;
}
.wood-3785 cite {
  font-style: normal;
  margin-top: 1em;
  position: relative;
  font-size: 13px;
}
.east-2240 {
  border-bottom: 4px solid currentColor;
  border-top: 4px solid currentColor;
  margin-left: 0;
  margin-right: 0;
  padding: 3em 0;
  text-align: center;
}
.east-2240 > p:first-child {
  margin-top: 0;
}
.east-2240 cite {
  font-size: 13px;
  font-style: normal;
  text-transform: uppercase;
}
.east-2240 blockquote {
  border-left: 0;
}
.layout_76ae {
  margin: 3em auto;
  border: none;
  border-bottom: 2px solid currentColor;
}
.layout_76ae:not(.lite-310c) {
  max-width: 100px;
}
.layout_76ae.container_dd7f {
  border-bottom: none !important;
  text-align: center;
}
.layout_76ae.container_dd7f::before {
  padding-left: 0;
  font-size: 30px;
}
@media screen and (min-width: 768px) {
  .disabled_green_c0bf p {
    padding: 1.5em 0;
  }
}
.tag_0a84 {
  color: #0073aa;
}
.preview-down-53b6 {
  background-color: #0073aa;
}
.pink_ffd7 {
  color: #229fd8;
}
.video_75cf {
  background-color: #229fd8;
}
.logo-white-0753 {
  color: #eee;
}
.filter_east_324d {
  background-color: #eee;
}
.tertiary_7142 {
  color: #444;
}
.red_6c2b {
  background-color: #444;
}
.overlay_ecb2 {
  padding: 0;
  -webkit-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  text-size-adjust: 100%;
  line-height: 13px;
}
.overlay_ecb2 .border_stone_3361 .tag-lite-d793 {
  font-size: 15px;
}
.overlay_ecb2 .tag-lite-d793 {
  line-height: 1.3;
}
.overlay_ecb2 .caption_85fa {
}
.overlay_ecb2 .item-7abf {
  background: #235787;
}
.carousel_9d19 {
  padding: 0;
}
.carousel_9d19 .item-7abf {
  background: #1a1a1a;
}
.carousel_9d19 .caption_85fa {
  box-shadow: 0 1px 2px 0 #e1e5ea;
  background: #fff;
}
.hero-action-c9be {
  padding: 0;
  border-left: none;
  border-right: none;
}
.hero-action-c9be .caption_85fa {
  box-shadow: 0 1px 2px 0 #e1e5ea;
}
.hero-action-c9be .item-7abf {
  background: #303030;
}
.over-2a82 {
  position: relative;
  z-index: 10;
}
.over-2a82 .lite_dfc9 {
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
  -webkit-box-pack: center;
  justify-content: center;
}
.hover_wide_4a08 .link-north-2637 {
  display: inline-block;
  vertical-align: middle;
}
.hover_wide_4a08.photo-bright-2078 .link-north-2637 {
  margin-right: 1em;
}
@media screen and (max-width: 1024px) {
  .hover_wide_4a08.photo-bright-2078 .link-north-2637 {
    margin-right: 1em;
  }
}
@media screen and (max-width: 568px) {
  .hover_wide_4a08.photo-bright-2078 .link-north-2637 {
    margin-right: 0.4em;
  }
}
.hover_wide_4a08.photo-bright-2078 .link-north-2637:last-child {
  margin-right: 0;
}
.fresh_bfa8 .lite_dfc9 {
  max-width: initial;
}
@media screen and (min-width: 1025px) {
  .paper-8671 .border_stone_3361 {
    margin: 0 -0.5em;
  }
  .paper-8671 .border_stone_3361 [class*="customify-col-"],
  .paper-8671 .border_stone_3361 [class*="customify-col_"],
  .paper-8671 .border_stone_3361 [class~="customify-col-"] {
    padding-left: 0.5em;
    padding-right: 0.5em;
  }
}
.paper-8671.table-warm-9b1c .lite_dfc9 {
  background: 0 0 !important;
}
.paper-8671.table-warm-9b1c .lite_dfc9,
.paper-8671.fresh_bfa8 .lite_dfc9 {
  border: 0 none !important;
  box-shadow: none !important;
}
@media screen and (min-width: 1025px) {
  .paper-8671.background-5559 {
    background: 0 0 !important;
    border: 0 none;
    box-shadow: none !important;
  }
}
.paper-8671.fresh_bfa8 .lite_dfc9 {
  box-shadow: none !important;
}
.avatar_3959 {
  padding: 21px 0 22px;
  border-bottom: 1px solid #eaecee;
  word-break: break-word;
  background: #f9f9f9;
}
@media screen and (max-width: 1024px) {
  .avatar_3959 {
    padding: 19px 0 20px;
  }
}
@media screen and (max-width: 568px) {
  .avatar_3959 {
    padding: 18px 0 20px;
  }
}
.avatar_3959 .current_7ed5 {
  width: 100%;
}
.avatar_3959 .dirty_9b36 {
  margin-bottom: 0;
}
.avatar_3959 .layout-east-f0d0 {
  margin-top: 5px;
  font-size: 0.875em;
}
.badge_d021 {
  padding: 9px 0 9px;
  border-bottom: 1px solid #eaecee;
  color: #6d6d6d;
  line-height: 1.6;
  background: #fff;
}
.badge_d021 .light-c89b {
  width: 100%;
}
.dark_db85 {
  list-style: none;
  margin: 0 1em;
  padding: 0;
}
.dark_db85 li {
  display: inline-block;
  position: relative;
  padding-right: 10px;
}
.dark_db85 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;
}
.dark_db85 li:last-child:after {
  display: none;
}
.dark_db85 li a {
  font-weight: 500;
  margin-right: 10px;
}
.highlight_1881 .fresh_7ac1 button,
.avatar_3959 .fresh_7ac1 button {
  left: 0;
}
.highlight_1881 .light-c89b,
.avatar_3959 .light-c89b {
  padding-left: 0;
  padding-right: 0;
}
.highlight_1881 .badge_d021,
.avatar_3959 .badge_d021 {
  border-bottom: none;
  padding-bottom: 0;
  background: 0 0;
}
.highlight_1881 {
  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;
}
.highlight_1881: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;
}
.highlight_1881 .label-black-7202 {
  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) {
  .highlight_1881 .label-black-7202 {
    min-height: 300px;
  }
}
@media screen and (max-width: 1024px) {
  .highlight_1881 .label-black-7202 {
    min-height: 250px;
    padding: 1em 15px;
  }
}
@media screen and (max-width: 568px) {
  .highlight_1881 .label-black-7202 {
    min-height: 200px;
  }
}
.highlight_1881 .dark_db85 {
  color: rgba(255, 255, 255, 0.8);
}
.highlight_1881 .dark_db85 a,
.highlight_1881 .dark_db85 li:after {
  color: inherit;
}
.highlight_1881 .dark_db85 a:hover {
  color: rgba(255, 255, 255, 0.8);
}
.main-4a6d {
  margin-bottom: 0.5em;
}
.preview_short_59a9 {
  margin-bottom: 1.2em;
}
.preview_short_59a9,
.main-4a6d {
  display: inline-block;
  position: relative;
  color: rgba(255, 255, 255, 0.99);
  z-index: 5;
}
.preview_short_59a9 p:last-child,
.main-4a6d p:last-child {
  margin-bottom: 0;
}
#header-menu-sidebar .fresh_7ac1,
#masthead .fresh_7ac1 {
  display: none;
}
#masthead
  > .fresh_7ac1.gallery-fluid-84c4 {
  display: none;
}
#masthead > .fresh_7ac1 button {
  left: 0;
}
.element-55f3 {
  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%;
}
.element-55f3 .link-north-2637 {
  display: -webkit-inline-box;
  display: inline-flex;
  -webkit-box-align: center;
  align-items: center;
  margin-left: 0.5em;
  margin-right: 0.5em;
}
.element-55f3 .slider-4581 {
  display: -webkit-box;
  display: flex;
}
.element-55f3 .slider-4581.focus-e5d9 {
  -webkit-box-pack: center;
  justify-content: center;
  margin-left: 1em;
  margin-right: 1em;
}
.element-55f3 .slider-4581.fixed_94b2 {
  -webkit-box-pack: start;
  justify-content: flex-start;
  margin-right: auto;
  -webkit-box-flex: 1;
  flex: 1 1 0;
}
.element-55f3 .slider-4581.border_4475 {
  margin-left: auto;
  -webkit-box-pack: end;
  justify-content: flex-end;
  -webkit-box-flex: 1;
  flex: 1 1 0;
}
.element-55f3.narrow_c72f.hover_pink_258b .slider-4581.focus-e5d9 {
  flex-basis: 100%;
}
.element-55f3.center-7f15 .slider-4581.fixed_94b2 {
  -webkit-box-flex: 1;
  flex: auto;
}
.element-55f3.center-7f15 .slider-4581.border_4475 {
  -webkit-box-flex: 1;
  flex: auto;
}
#masthead
  > .fresh_7ac1.gallery-fluid-84c4 {
  display: none;
}
#masthead > .fresh_7ac1 button {
  left: 0;
}
.avatar-blue-90aa {
  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;
}
.avatar-blue-90aa:hover {
  box-shadow: inset 0 0 0 120px rgba(0, 0, 0, 0.18);
  color: #fff;
}
.avatar-blue-90aa.dirty-c4d3 i {
  margin-right: 4px;
}
.avatar-blue-90aa.module_95e4 i {
  margin-left: 5px;
}
.tag-lite-d793 p {
  font-weight: 500;
  text-transform: uppercase;
  font-size: 13px;
}
.tag-lite-d793 p:last-child {
  margin-bottom: 0;
}
.gradient-simple-382a {
  display: -webkit-box;
  display: flex;
  line-height: 0.9;
  vertical-align: middle;
}
.gradient-simple-382a a {
  display: inline-block;
  text-transform: uppercase;
  letter-spacing: 0.4px;
  font-weight: 600;
}
.gradient-simple-382a img {
  display: block;
  width: auto;
  line-height: 1;
}
.gradient-simple-382a .notice-in-083c {
  font-size: 1.5em;
  margin: 0;
  font-weight: 600;
  line-height: 1.216;
}
.gradient-simple-382a .outer-c939 {
  margin: 5px 0 7px 0;
}
.gradient-simple-382a.yellow_7442 .info_current_f8c0 {
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
  -webkit-box-pack: center;
  justify-content: center;
}
.gradient-simple-382a.yellow_7442 .video_wood_1a6e {
  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;
}
.gradient-simple-382a.title_553a {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  flex-direction: row-reverse;
}
.gradient-simple-382a.title_553a .info_current_f8c0 {
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
  -webkit-box-pack: center;
  justify-content: center;
}
.gradient-simple-382a.title_553a .video_wood_1a6e {
  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;
}
.gradient-simple-382a.active_paper_4ea7 {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
}
.gradient-simple-382a.bright-c400 {
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
  flex-direction: column-reverse;
}
.gradient-simple-382a.bright-c400 .video_wood_1a6e {
  margin-top: 7px;
}
.shade_prev_1f70 {
  display: inline-block;
}
.over-2a82 .main-8a6c .gradient-simple-382a img {
  max-width: 100%;
}
.component_e7e2 .list-1c91.banner-action-7136,
.nav_dynamic_23b8 .list-1c91.banner-action-7136 {
  position: relative;
  display: -webkit-inline-box;
  display: inline-flex;
  -webkit-box-align: center;
  align-items: center;
}
.component_e7e2 .description-green-f30b,
.nav_dynamic_23b8 .description-green-f30b {
  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%);
}
.component_e7e2 .description-green-f30b {
  display: inline;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-decoration: none !important;
}
.component_e7e2.feature-out-ec1e .description-green-f30b {
  display: none;
}
.component_e7e2 .article_huge_e6a0 {
  list-style: none;
  padding: 0;
  margin: 0;
}
.component_e7e2 .article_huge_e6a0 li {
  display: inline-block;
  position: relative;
}
.component_e7e2 .article_huge_e6a0 li:last-child {
  margin-right: 0;
}
.component_e7e2 .article_huge_e6a0 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;
}
.component_e7e2 .article_huge_e6a0 li.preview_small_545d > a {
  color: rgba(0, 0, 0, 0.9);
}
.component_e7e2 .article_huge_e6a0 > 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;
}
.component_e7e2 .article_huge_e6a0 > li > a i {
  line-height: 0;
}
.component_e7e2 .article_huge_e6a0 > li.top-9c02 > a .description-green-f30b {
  margin-left: 4px;
  line-height: 0;
}
.component_e7e2 .article_huge_e6a0 .stone-c19d li.top-9c02 > a {
  position: relative;
}
.component_e7e2 .article_huge_e6a0 .stone-c19d li.top-9c02 > a:after,
.component_e7e2 .article_huge_e6a0 .stone-c19d li.top-9c02 > a:before {
  content: "";
  display: table;
}
.component_e7e2 .article_huge_e6a0 .stone-c19d li.top-9c02 > a:after {
  clear: both;
}
.component_e7e2 .article_huge_e6a0 .stone-c19d li.top-9c02 > a .description-green-f30b {
  margin-left: 5px;
  float: right;
}
.component_e7e2 .thumbnail_0fcd,
.component_e7e2 .stone-c19d {
  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;
}
.component_e7e2 .stone-c19d {
  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;
}
.component_e7e2 .stone-c19d .banner-action-7136 {
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: justify;
  justify-content: space-between;
}
.component_e7e2 .stone-c19d .description-green-f30b {
  -webkit-transform: rotate(135deg) translateY(0);
  -ms-transform: rotate(135deg) translateY(0);
  transform: rotate(135deg) translateY(0);
}
.component_e7e2 .stone-c19d li {
  display: block;
  margin: 0;
  padding: 0;
}
.component_e7e2 .stone-c19d 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;
}
.component_e7e2 .stone-c19d li a:hover {
  background: rgba(0, 0, 0, 0.015);
  color: rgba(0, 0, 0, 0.8);
}
.component_e7e2 .stone-c19d .stone-c19d {
  top: 0;
  left: 100%;
}
.component_e7e2 .article_d6ba.fn-focus-5436 > .thumbnail_0fcd,
.component_e7e2 .article_d6ba.fn-focus-5436 > .stone-c19d,
.component_e7e2 .article_d6ba:focus > .thumbnail_0fcd,
.component_e7e2 .article_d6ba:focus > .stone-c19d,
.component_e7e2 .article_d6ba:hover > .thumbnail_0fcd,
.component_e7e2 .article_d6ba:hover > .stone-c19d {
  height: auto;
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
  overflow: initial;
  visibility: visible;
  opacity: 1;
}
.component_e7e2.grid_393d .west-afbf:after,
.component_e7e2.grid_393d .west-afbf:before {
  content: "";
  display: table;
}
.component_e7e2.grid_393d .west-afbf:after {
  clear: both;
}
.component_e7e2.grid_393d .west-afbf > li {
  float: left;
}
.component_e7e2.narrow-09b8 .west-afbf:after,
.component_e7e2.narrow-09b8 .west-afbf:before {
  content: "";
  display: table;
}
.component_e7e2.narrow-09b8 .west-afbf:after {
  clear: both;
}
.component_e7e2.narrow-09b8 .west-afbf > li {
  float: left;
}
.component_e7e2.narrow-09b8 .west-afbf > li > a {
  background: 0 0;
  display: -webkit-inline-box;
  display: inline-flex;
  vertical-align: middle;
  -webkit-box-align: center;
  align-items: center;
}
.component_e7e2.narrow-09b8 .west-afbf > li > a:hover {
  color: #fff;
  background-color: #1e4b75;
}
.component_e7e2.narrow-09b8 .west-afbf > li.solid_7422 > a,
.component_e7e2.narrow-09b8 .west-afbf > li.preview_small_545d > a {
  color: #fff;
  background-color: #1e4b75;
}
.component_e7e2.up_2e18 .west-afbf > li > a .banner-action-7136 {
  position: relative;
}
.component_e7e2.up_2e18 .west-afbf > li > a .banner-action-7136: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;
}
.component_e7e2.up_2e18
  .west-afbf
  > li:focus
  > a
  .banner-action-7136:before,
.component_e7e2.up_2e18
  .west-afbf
  > li:hover
  > a
  .banner-action-7136:before {
  width: 100%;
  background-color: currentColor;
}
.component_e7e2.up_2e18
  .west-afbf
  > li.solid_7422
  > a
  .banner-action-7136:before,
.component_e7e2.up_2e18
  .west-afbf
  > li.grid-gas-c341
  > a
  .banner-action-7136:before {
  width: 100%;
  background-color: currentColor;
}
.component_e7e2.overlay_fbb4 .west-afbf > li > a .banner-action-7136 {
  position: relative;
}
.component_e7e2.overlay_fbb4 .west-afbf > li > a .banner-action-7136: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;
}
.component_e7e2.overlay_fbb4 .west-afbf > li:focus > a .banner-action-7136:before,
.component_e7e2.overlay_fbb4
  .west-afbf
  > li:hover
  > a
  .banner-action-7136:before {
  width: 100%;
  background-color: currentColor;
}
.component_e7e2.overlay_fbb4
  .west-afbf
  > li.solid_7422
  > a
  .banner-action-7136:before,
.component_e7e2.overlay_fbb4
  .west-afbf
  > li.grid-gas-c341
  > a
  .banner-action-7136:before {
  width: 100%;
  background-color: currentColor;
}
.nav_dynamic_23b8 .article_huge_e6a0 {
  margin: 0;
  padding: 0;
  list-style: none;
}
.nav_dynamic_23b8 .article_huge_e6a0 li:first-child > a {
  border-top: none;
}
.nav_dynamic_23b8 .article_huge_e6a0 .tertiary_gold_be87 > .banner-action-7136 .description-green-f30b {
  display: none;
}
.nav_dynamic_23b8 .article_huge_e6a0 li {
  list-style: none;
  position: relative;
  border-bottom: 1px solid transparent;
}
.nav_dynamic_23b8 .article_huge_e6a0 li:last-child {
  border: none;
}
.nav_dynamic_23b8 .article_huge_e6a0 li.top-9c02 > a {
  padding-right: 45px !important;
}
.nav_dynamic_23b8 .article_huge_e6a0 li a {
  display: block;
  padding: 0.55em 1.5em;
}
.nav_dynamic_23b8 .article_huge_e6a0 li a:focus,
.nav_dynamic_23b8 .article_huge_e6a0 li a:hover {
  background: rgba(0, 0, 0, 0.01);
}
.nav_dynamic_23b8 .article_huge_e6a0 li .image-a0be {
  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;
}
.nav_dynamic_23b8 .article_huge_e6a0 li .image-a0be:hover {
  box-shadow: none;
}
.nav_dynamic_23b8 .article_huge_e6a0 li .image-a0be .description-green-f30b {
  -webkit-transform: rotate(-135deg) translateY(50%) translateX(50%);
  -ms-transform: rotate(-135deg) translateY(50%) translateX(50%);
  transform: rotate(-135deg) translateY(50%) translateX(50%);
}
.nav_dynamic_23b8 .article_huge_e6a0 .stone-c19d {
  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);
}
.nav_dynamic_23b8 .article_huge_e6a0 .stone-c19d li a {
  padding-left: 3em;
}
.nav_dynamic_23b8 .article_huge_e6a0 .preview_purple_a331 > a .image-a0be i {
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
.nav_dynamic_23b8 .article_huge_e6a0 .preview_purple_a331 > .stone-c19d {
  display: block;
  opacity: 1;
}
.info_warm_546c {
  max-width: 100%;
}
.icon-narrow-28c9 {
  line-height: 0;
  cursor: pointer;
}
.tabs_8201 {
  line-height: 0;
  display: inline-block;
  position: relative;
  box-shadow: none;
}
.tabs_8201:hover {
  box-shadow: none;
  color: currentColor;
}
.tabs_8201 svg {
  width: 18px;
  height: 18px;
}
.tabs_8201 .slider-fluid-eded {
  display: none;
}
.list_92b3 {
  position: relative;
}
.list_92b3.fn-active-5436 .tabs_8201 .icon-dcff {
  display: none;
}
.list_92b3.fn-active-5436 .tabs_8201 .slider-fluid-eded {
  display: inline-block;
}
.list_92b3 .aside-f383 {
  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);
}
.list_92b3.north_6797 .aside-f383 {
  left: auto;
  right: -0.9em;
}
.list_92b3.north_6797 .badge-orange-ab1d::before {
  left: auto;
  right: 15px;
}
.list_92b3.fn-active-5436 .aside-f383 {
  height: auto;
  overflow: initial;
  z-index: 26;
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
}
.prev_40ab {
  display: -webkit-box;
  display: flex;
  margin-bottom: 0;
  width: 100%;
  max-width: 100%;
}
.prev_40ab label {
  flex-basis: 100%;
}
.prev_40ab .button_first_9d5a {
  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;
}
.prev_40ab .gallery_2b28 {
  display: block;
  width: 100%;
  border-radius: 2px;
  height: 2.4em;
}
.prev_40ab .gallery_2b28:focus {
  background-color: transparent;
}
.prev_40ab button.tiny-3952 {
  overflow: hidden;
  box-shadow: none;
  margin-left: -40px;
  background: 0 0;
  color: #6d6d6d;
  line-height: 0;
  padding: 0 0.7em;
  min-height: auto;
}
.prev_40ab button.tiny-3952:hover {
  box-shadow: none;
  background-color: transparent;
  color: #686868;
}
.prev_40ab button.tiny-3952 svg {
  width: 18px;
  height: 18px;
}
.prev_40ab input[type="submit"] {
  min-height: auto;
}
.lower-c94f .prev_40ab .gallery_2b28 {
  border: 0;
  box-shadow: none;
  background-color: transparent;
}
.badge-orange-ab1d {
  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) {
  .badge-orange-ab1d {
    width: 220px;
  }
}
.badge-orange-ab1d label {
  flex-basis: 100%;
}
.badge-orange-ab1d::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_a854 .lower-c94f .prev_40ab {
  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_a854
  .lower-c94f
  .prev_40ab
  .button_first_9d5a {
  background-color: transparent;
  min-height: auto;
  flex-basis: 100%;
  display: -webkit-box;
  display: flex;
  border-style: none;
  border: none;
  box-shadow: none;
}
.dynamic_a854 .lower-c94f .prev_40ab .gallery_2b28 {
  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_a854
  .lower-c94f
  .prev_40ab
  .gallery_2b28:focus {
  background: 0 0;
}
.dynamic_a854
  .lower-c94f
  .prev_40ab
  .thumbnail_active_52a4 {
  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;
}
.highlight_steel_6304 {
  display: inline-block;
  margin: 0;
  padding: 0;
  list-style: none;
  position: relative;
}
.highlight_steel_6304 li {
  list-style: none;
  display: inline-block;
  margin: 0 3px;
}
.highlight_steel_6304 li:last-child {
  margin-right: 0;
}
.highlight_steel_6304 li:first-child {
  margin-left: 0;
}
.highlight_steel_6304.column_2a32 a {
  color: #fff;
}
.highlight_steel_6304.column_2a32 a:hover {
  color: #fff;
}
.highlight_steel_6304 a {
  color: currentColor;
  text-align: center;
  vertical-align: middle;
  width: 100%;
  padding: 0.4em;
  display: inline-block;
  line-height: 1;
  font-size: 13px;
}
.highlight_steel_6304 a i {
  width: 1em;
  height: 1em;
  position: relative;
  display: block;
}
.highlight_steel_6304 a i:before {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}
.highlight_steel_6304 a:hover {
  opacity: 0.9;
  color: inherit;
}
.highlight_steel_6304 [class*="social-icon-apple"] {
  background-color: #999;
}
.highlight_steel_6304 [class*="social-icon-apple"].plasma_6f8c {
  background-color: transparent;
  color: #999;
}
.highlight_steel_6304 [class*="social-icon-behance"] {
  background-color: #1769ff;
}
.highlight_steel_6304 [class*="social-icon-behance"].plasma_6f8c {
  background-color: transparent;
  color: #1769ff;
}
.highlight_steel_6304 [class*="social-icon-bitbucket"] {
  background-color: #205081;
}
.highlight_steel_6304 [class*="social-icon-bitbucket"].plasma_6f8c {
  background-color: transparent;
  color: #205081;
}
.highlight_steel_6304 [class*="social-icon-codepen"] {
  background-color: #000;
}
.highlight_steel_6304 [class*="social-icon-codepen"].plasma_6f8c {
  background-color: transparent;
  color: #000;
}
.highlight_steel_6304 [class*="social-icon-delicious"] {
  background-color: #39f;
}
.highlight_steel_6304 [class*="social-icon-delicious"].plasma_6f8c {
  background-color: transparent;
  color: #39f;
}
.highlight_steel_6304 [class*="social-icon-digg"] {
  background-color: #005be2;
}
.highlight_steel_6304 [class*="social-icon-digg"].plasma_6f8c {
  background-color: transparent;
  color: #005be2;
}
.highlight_steel_6304 [class*="social-icon-dribbble"] {
  background-color: #ea4c89;
}
.highlight_steel_6304 [class*="social-icon-dribbble"].plasma_6f8c {
  background-color: transparent;
  color: #ea4c89;
}
.highlight_steel_6304 [class*="social-icon-envelope"] {
  background-color: #ea4335;
}
.highlight_steel_6304 [class*="social-icon-envelope"].plasma_6f8c {
  background-color: transparent;
  color: #ea4335;
}
.highlight_steel_6304 [class*="social-icon-facebook"] {
  background-color: #3b5998;
}
.highlight_steel_6304 [class*="social-icon-facebook"].plasma_6f8c {
  background-color: transparent;
  color: #3b5998;
}
.highlight_steel_6304 [class*="social-icon-flickr"] {
  background-color: #0063dc;
}
.highlight_steel_6304 [class*="social-icon-flickr"].plasma_6f8c {
  background-color: transparent;
  color: #0063dc;
}
.highlight_steel_6304 [class*="social-icon-foursquare"] {
  background-color: #2d5be3;
}
.highlight_steel_6304 [class*="social-icon-foursquare"].plasma_6f8c {
  background-color: transparent;
  color: #2d5be3;
}
.highlight_steel_6304 [class*="social-icon-github"] {
  background-color: #333;
}
.highlight_steel_6304 [class*="social-icon-github"].plasma_6f8c {
  background-color: transparent;
  color: #333;
}
.highlight_steel_6304 [class*="social-icon-google-plus"] {
  background-color: #dd4b39;
}
.highlight_steel_6304 [class*="social-icon-google-plus"].plasma_6f8c {
  background-color: transparent;
  color: #dd4b39;
}
.highlight_steel_6304 [class*="social-icon-houzz"] {
  background-color: #7ac142;
}
.highlight_steel_6304 [class*="social-icon-houzz"].plasma_6f8c {
  background-color: transparent;
  color: #7ac142;
}
.highlight_steel_6304 [class*="social-icon-instagram"] {
  background-color: #262626;
}
.highlight_steel_6304 [class*="social-icon-instagram"].plasma_6f8c {
  background-color: transparent;
  color: #262626;
}
.highlight_steel_6304 [class*="social-icon-jsfiddle"] {
  background-color: #487aa2;
}
.highlight_steel_6304 [class*="social-icon-jsfiddle"].plasma_6f8c {
  background-color: transparent;
  color: #487aa2;
}
.highlight_steel_6304 [class*="social-icon-linkedin"] {
  background-color: #0077b5;
}
.highlight_steel_6304 [class*="social-icon-linkedin"].plasma_6f8c {
  background-color: transparent;
  color: #0077b5;
}
.highlight_steel_6304 [class*="social-icon-medium"] {
  background-color: #00ab6b;
}
.highlight_steel_6304 [class*="social-icon-medium"].plasma_6f8c {
  background-color: transparent;
  color: #00ab6b;
}
.highlight_steel_6304 [class*="social-icon-odnoklassniki"] {
  background-color: #f4731c;
}
.highlight_steel_6304
  [class*="social-icon-odnoklassniki"].plasma_6f8c {
  background-color: transparent;
  color: #f4731c;
}
.highlight_steel_6304 [class*="social-icon-meetup"] {
  background-color: #ec1c40;
}
.highlight_steel_6304 [class*="social-icon-meetup"].plasma_6f8c {
  background-color: transparent;
  color: #ec1c40;
}
.highlight_steel_6304 [class*="social-icon-pinterest"] {
  background-color: #bd081c;
}
.highlight_steel_6304 [class*="social-icon-pinterest"].plasma_6f8c {
  background-color: transparent;
  color: #bd081c;
}
.highlight_steel_6304 [class*="social-icon-product-hunt"] {
  background-color: #da552f;
}
.highlight_steel_6304 [class*="social-icon-product-hunt"].plasma_6f8c {
  background-color: transparent;
  color: #da552f;
}
.highlight_steel_6304 [class*="social-icon-reddit"] {
  background-color: #ff4500;
}
.highlight_steel_6304 [class*="social-icon-reddit"].plasma_6f8c {
  background-color: transparent;
  color: #ff4500;
}
.highlight_steel_6304 [class*="social-icon-rss"] {
  background-color: #f26522;
}
.highlight_steel_6304 [class*="social-icon-rss"].plasma_6f8c {
  background-color: transparent;
  color: #f26522;
}
.highlight_steel_6304 [class*="social-icon-shopping-cart"] {
  background-color: #4caf50;
}
.highlight_steel_6304
  [class*="social-icon-shopping-cart"].plasma_6f8c {
  background-color: transparent;
  color: #4caf50;
}
.highlight_steel_6304 [class*="social-icon-skype"] {
  background-color: #00aff0;
}
.highlight_steel_6304 [class*="social-icon-skype"].plasma_6f8c {
  background-color: transparent;
  color: #00aff0;
}
.highlight_steel_6304 [class*="social-icon-slideshare"] {
  background-color: #0077b5;
}
.highlight_steel_6304 [class*="social-icon-slideshare"].plasma_6f8c {
  background-color: transparent;
  color: #0077b5;
}
.highlight_steel_6304 [class*="social-icon-snapchat"] {
  background-color: #fffc00;
}
.highlight_steel_6304 [class*="social-icon-snapchat"].plasma_6f8c {
  background-color: transparent;
  color: #fffc00;
}
.highlight_steel_6304 [class*="social-icon-soundcloud"] {
  background-color: #f80;
}
.highlight_steel_6304 [class*="social-icon-soundcloud"].plasma_6f8c {
  background-color: transparent;
  color: #f80;
}
.highlight_steel_6304 [class*="social-icon-spotify"] {
  background-color: #2ebd59;
}
.highlight_steel_6304 [class*="social-icon-spotify"].plasma_6f8c {
  background-color: transparent;
  color: #2ebd59;
}
.highlight_steel_6304 [class*="social-icon-stack-overflow"] {
  background-color: #fe7a15;
}
.highlight_steel_6304
  [class*="social-icon-stack-overflow"].plasma_6f8c {
  background-color: transparent;
  color: #fe7a15;
}
.highlight_steel_6304 [class*="social-icon-maldkfgram"] {
  background-color: #2ca5e0;
}
.highlight_steel_6304 [class*="social-icon-maldkfgram"].plasma_6f8c {
  background-color: transparent;
  color: #2ca5e0;
}
.highlight_steel_6304 [class*="social-icon-tripadvisor"] {
  background-color: #589442;
}
.highlight_steel_6304 [class*="social-icon-tripadvisor"].plasma_6f8c {
  background-color: transparent;
  color: #589442;
}
.highlight_steel_6304 [class*="social-icon-tumblr"] {
  background-color: #35465c;
}
.highlight_steel_6304 [class*="social-icon-tumblr"].plasma_6f8c {
  background-color: transparent;
  color: #35465c;
}
.highlight_steel_6304 [class*="social-icon-twitch"] {
  background-color: #6441a5;
}
.highlight_steel_6304 [class*="social-icon-twitch"].plasma_6f8c {
  background-color: transparent;
  color: #6441a5;
}
.highlight_steel_6304 [class*="social-icon-twitter"] {
  background-color: #1da1f2;
}
.highlight_steel_6304 [class*="social-icon-twitter"].plasma_6f8c {
  background-color: transparent;
  color: #1da1f2;
}
.highlight_steel_6304 [class*="social-icon-vimeo"] {
  background-color: #1ab7ea;
}
.highlight_steel_6304 [class*="social-icon-vimeo"].plasma_6f8c {
  background-color: transparent;
  color: #1ab7ea;
}
.highlight_steel_6304 [class*="social-icon-vk"] {
  background-color: #45668e;
}
.highlight_steel_6304 [class*="social-icon-vk"].plasma_6f8c {
  background-color: transparent;
  color: #45668e;
}
.highlight_steel_6304 [class*="social-icon-weibo"] {
  background-color: #df2029;
}
.highlight_steel_6304 [class*="social-icon-weibo"].plasma_6f8c {
  background-color: transparent;
  color: #df2029;
}
.highlight_steel_6304 [class*="social-icon-weixin"] {
  background-color: #7bb32e;
}
.highlight_steel_6304 [class*="social-icon-weixin"].plasma_6f8c {
  background-color: transparent;
  color: #7bb32e;
}
.highlight_steel_6304 [class*="social-icon-whatsapp"] {
  background-color: #25d366;
}
.highlight_steel_6304 [class*="social-icon-whatsapp"].plasma_6f8c {
  background-color: transparent;
  color: #25d366;
}
.highlight_steel_6304 [class*="social-icon-wordpress"] {
  background-color: #21759b;
}
.highlight_steel_6304 [class*="social-icon-wordpress"].plasma_6f8c {
  background-color: transparent;
  color: #21759b;
}
.highlight_steel_6304 [class*="social-icon-xing"] {
  background-color: #026466;
}
.highlight_steel_6304 [class*="social-icon-xing"].plasma_6f8c {
  background-color: transparent;
  color: #026466;
}
.highlight_steel_6304 [class*="social-icon-yelp"] {
  background-color: #af0606;
}
.highlight_steel_6304 [class*="social-icon-yelp"].plasma_6f8c {
  background-color: transparent;
  color: #af0606;
}
.highlight_steel_6304 [class*="social-icon-youtube"] {
  background-color: #cd201f;
}
.highlight_steel_6304 [class*="social-icon-youtube"].plasma_6f8c {
  background-color: transparent;
  color: #cd201f;
}
.layout-fluid-d6f5 {
  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;
}
.layout-fluid-d6f5:hover {
  box-shadow: none;
  background: 0 0;
}
.picture_73e5 {
  background: 0 0 !important;
  text-transform: uppercase;
  font-size: 0.85em;
}
.modal-be58 {
  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;
}
.status_cff1 {
  display: inline-block;
  position: relative;
  vertical-align: middle;
}
.notification_gold_5479 {
  display: block;
  top: 50%;
  background-color: currentcolor;
}
.notification_gold_5479,
.notification_gold_5479::after,
.notification_gold_5479::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;
}
.notification_gold_5479::after,
.notification_gold_5479::before {
  content: "";
  display: block;
  background-color: inherit;
}
.box-dbb4 .modal-be58 .status_cff1 {
  margin-top: -2px;
  width: 19px;
}
.box-dbb4 .modal-be58 .notification_gold_5479 {
  margin-top: -1px;
}
.box-dbb4 .modal-be58 .notification_gold_5479,
.box-dbb4 .modal-be58 .notification_gold_5479::after,
.box-dbb4 .modal-be58 .notification_gold_5479::before {
  width: 19px;
  height: 2px;
}
.box-dbb4 .modal-be58 .notification_gold_5479::before {
  top: -6px;
}
.box-dbb4 .modal-be58 .notification_gold_5479::after {
  bottom: -6px;
}
.accent-1af4 .modal-be58 .status_cff1 {
  margin-top: -2px;
  width: 22px;
}
.accent-1af4 .modal-be58 .notification_gold_5479 {
  margin-top: -1px;
}
.accent-1af4 .modal-be58 .notification_gold_5479,
.accent-1af4 .modal-be58 .notification_gold_5479::after,
.accent-1af4 .modal-be58 .notification_gold_5479::before {
  width: 22px;
  height: 2px;
}
.accent-1af4 .modal-be58 .notification_gold_5479::before {
  top: -7px;
}
.accent-1af4 .modal-be58 .notification_gold_5479::after {
  bottom: -7px;
}
.logo-2b5b .modal-be58 .status_cff1 {
  margin-top: -2px;
  width: 31px;
}
.logo-2b5b .modal-be58 .notification_gold_5479 {
  margin-top: -1.5px;
}
.logo-2b5b .modal-be58 .notification_gold_5479,
.logo-2b5b .modal-be58 .notification_gold_5479::after,
.logo-2b5b .modal-be58 .notification_gold_5479::before {
  width: 31px;
  height: 3px;
}
.logo-2b5b .modal-be58 .notification_gold_5479::before {
  top: -9px;
}
.logo-2b5b .modal-be58 .notification_gold_5479::after {
  bottom: -9px;
}
@media screen and (min-width: 1025px) {
  .label-complex-b217 .modal-be58 .status_cff1 {
    margin-top: -2px;
    width: 19px;
  }
  .label-complex-b217 .modal-be58 .notification_gold_5479 {
    margin-top: -1px;
  }
  .label-complex-b217 .modal-be58 .notification_gold_5479,
  .label-complex-b217 .modal-be58 .notification_gold_5479::after,
  .label-complex-b217 .modal-be58 .notification_gold_5479::before {
    width: 19px;
    height: 2px;
  }
  .label-complex-b217 .modal-be58 .notification_gold_5479::before {
    top: -6px;
  }
  .label-complex-b217 .modal-be58 .notification_gold_5479::after {
    bottom: -6px;
  }
  .plasma_81e1 .modal-be58 .status_cff1 {
    margin-top: -2px;
    width: 22px;
  }
  .plasma_81e1 .modal-be58 .notification_gold_5479 {
    margin-top: -1px;
  }
  .plasma_81e1 .modal-be58 .notification_gold_5479,
  .plasma_81e1 .modal-be58 .notification_gold_5479::after,
  .plasma_81e1 .modal-be58 .notification_gold_5479::before {
    width: 22px;
    height: 2px;
  }
  .plasma_81e1 .modal-be58 .notification_gold_5479::before {
    top: -7px;
  }
  .plasma_81e1 .modal-be58 .notification_gold_5479::after {
    bottom: -7px;
  }
  .info-basic-a02f .modal-be58 .status_cff1 {
    margin-top: -2px;
    width: 31px;
  }
  .info-basic-a02f .modal-be58 .notification_gold_5479 {
    margin-top: -1.5px;
  }
  .info-basic-a02f .modal-be58 .notification_gold_5479,
  .info-basic-a02f .modal-be58 .notification_gold_5479::after,
  .info-basic-a02f .modal-be58 .notification_gold_5479::before {
    width: 31px;
    height: 3px;
  }
  .info-basic-a02f .modal-be58 .notification_gold_5479::before {
    top: -9px;
  }
  .info-basic-a02f .modal-be58 .notification_gold_5479::after {
    bottom: -9px;
  }
}
@media screen and (max-width: 1024px) {
  .modal_58b6 .modal-be58 .status_cff1 {
    margin-top: -2px;
    width: 19px;
  }
  .modal_58b6 .modal-be58 .notification_gold_5479 {
    margin-top: -1px;
  }
  .modal_58b6 .modal-be58 .notification_gold_5479,
  .modal_58b6 .modal-be58 .notification_gold_5479::after,
  .modal_58b6 .modal-be58 .notification_gold_5479::before {
    width: 19px;
    height: 2px;
  }
  .modal_58b6 .modal-be58 .notification_gold_5479::before {
    top: -6px;
  }
  .modal_58b6 .modal-be58 .notification_gold_5479::after {
    bottom: -6px;
  }
  .chip_bb27 .modal-be58 .status_cff1 {
    margin-top: -2px;
    width: 22px;
  }
  .chip_bb27 .modal-be58 .notification_gold_5479 {
    margin-top: -1px;
  }
  .chip_bb27 .modal-be58 .notification_gold_5479,
  .chip_bb27 .modal-be58 .notification_gold_5479::after,
  .chip_bb27 .modal-be58 .notification_gold_5479::before {
    width: 22px;
    height: 2px;
  }
  .chip_bb27 .modal-be58 .notification_gold_5479::before {
    top: -7px;
  }
  .chip_bb27 .modal-be58 .notification_gold_5479::after {
    bottom: -7px;
  }
  .basic-ebaa .modal-be58 .status_cff1 {
    margin-top: -2px;
    width: 31px;
  }
  .basic-ebaa .modal-be58 .notification_gold_5479 {
    margin-top: -1.5px;
  }
  .basic-ebaa .modal-be58 .notification_gold_5479,
  .basic-ebaa .modal-be58 .notification_gold_5479::after,
  .basic-ebaa .modal-be58 .notification_gold_5479::before {
    width: 31px;
    height: 3px;
  }
  .basic-ebaa .modal-be58 .notification_gold_5479::before {
    top: -9px;
  }
  .basic-ebaa .modal-be58 .notification_gold_5479::after {
    bottom: -9px;
  }
}
@media screen and (max-width: 568px) {
  .right_d98f .modal-be58 .status_cff1 {
    margin-top: -2px;
    width: 19px;
  }
  .right_d98f .modal-be58 .notification_gold_5479 {
    margin-top: -1px;
  }
  .right_d98f .modal-be58 .notification_gold_5479,
  .right_d98f .modal-be58 .notification_gold_5479::after,
  .right_d98f .modal-be58 .notification_gold_5479::before {
    width: 19px;
    height: 2px;
  }
  .right_d98f .modal-be58 .notification_gold_5479::before {
    top: -6px;
  }
  .right_d98f .modal-be58 .notification_gold_5479::after {
    bottom: -6px;
  }
  .box-1e07 .modal-be58 .status_cff1 {
    margin-top: -2px;
    width: 22px;
  }
  .box-1e07 .modal-be58 .notification_gold_5479 {
    margin-top: -1px;
  }
  .box-1e07 .modal-be58 .notification_gold_5479,
  .box-1e07 .modal-be58 .notification_gold_5479::after,
  .box-1e07 .modal-be58 .notification_gold_5479::before {
    width: 22px;
    height: 2px;
  }
  .box-1e07 .modal-be58 .notification_gold_5479::before {
    top: -7px;
  }
  .box-1e07 .modal-be58 .notification_gold_5479::after {
    bottom: -7px;
  }
  .dynamic_001f .modal-be58 .status_cff1 {
    margin-top: -2px;
    width: 31px;
  }
  .dynamic_001f .modal-be58 .notification_gold_5479 {
    margin-top: -1.5px;
  }
  .dynamic_001f .modal-be58 .notification_gold_5479,
  .dynamic_001f .modal-be58 .notification_gold_5479::after,
  .dynamic_001f .modal-be58 .notification_gold_5479::before {
    width: 31px;
    height: 3px;
  }
  .dynamic_001f .modal-be58 .notification_gold_5479::before {
    top: -9px;
  }
  .dynamic_001f .modal-be58 .notification_gold_5479::after {
    bottom: -9px;
  }
}
.cold_8ea5 .notification_gold_5479 {
  -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);
}
.cold_8ea5 .notification_gold_5479::before {
  -webkit-transition: top 75ms 0.12s ease, opacity 75ms ease;
  transition: top 75ms 0.12s ease, opacity 75ms ease;
}
.cold_8ea5 .notification_gold_5479::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);
}
.cold_8ea5.shade-under-64db .notification_gold_5479 {
  -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);
}
.cold_8ea5.shade-under-64db .notification_gold_5479::before {
  top: 0;
  opacity: 0;
  -webkit-transition: top 75ms ease, opacity 75ms 0.12s ease;
  transition: top 75ms ease, opacity 75ms 0.12s ease;
}
.cold_8ea5.shade-under-64db .notification_gold_5479::after {
  bottom: 0;
  -webkit-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  transform: rotate(-90deg);
  -webkit-transition: bottom 75ms ease,
    -webkit-transform 75ms 0.12s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: bottom 75ms ease,
    -webkit-transform 75ms 0.12s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: bottom 75ms ease,
    transform 75ms 0.12s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: bottom 75ms ease,
    transform 75ms 0.12s cubic-bezier(0.215, 0.61, 0.355, 1),
    -webkit-transform 75ms 0.12s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.table_stale_75e0 {
  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.info-4fa3:before {
  display: none;
}
.last_182b {
  padding: 0;
  position: fixed;
  width: 100%;
  max-width: 100%;
  top: 0;
  z-index: 999900;
  visibility: hidden;
}
.last_182b .hard-5199 {
  padding: 1.4em 1.5em;
  border-bottom: 1px solid transparent;
}
.last_182b .hard-5199:last-of-type {
  border-bottom: none;
}
.last_182b .hard-5199.info_0f7d,
.last_182b .hard-5199.popup-lower-0c83,
.last_182b .hard-5199.tooltip-cold-dc76 {
  padding: 0;
}
.last_182b .nav_dynamic_23b8 .image-a0be {
  color: currentColor;
}
.last_182b .nav_dynamic_23b8 .image-a0be:focus,
.last_182b .nav_dynamic_23b8 .image-a0be:hover {
  background: rgba(0, 0, 0, 0.01);
}
.last_182b.caption_85fa .lower_f6bc,
.last_182b.caption_85fa .tag-lite-d793 a,
.last_182b.caption_85fa .west-afbf a,
.last_182b.caption_85fa .stone-c19d a {
  color: rgba(0, 0, 0, 0.55);
}
.last_182b.caption_85fa .lower_f6bc:hover,
.last_182b.caption_85fa .tag-lite-d793 a:hover,
.last_182b.caption_85fa .west-afbf a:hover,
.last_182b.caption_85fa .stone-c19d a:hover {
  color: rgba(0, 0, 0, 0.8);
}
.last_182b.caption_85fa .mask-bright-91e7 {
  color: rgba(0, 0, 0, 0.8);
}
.last_182b.caption_85fa .hard-5199 {
  border-color: rgba(0, 0, 0, 0.08);
}
.last_182b.caption_85fa .hard-5199:before {
  background: rgba(0, 0, 0, 0.08);
}
.last_182b.caption_85fa .white-bc36:before {
  background: rgba(255, 255, 255, 0.9);
}
.last_182b.caption_85fa .nav_dynamic_23b8 .article_huge_e6a0 li a,
.last_182b.caption_85fa .nav_dynamic_23b8 .image-a0be,
.last_182b.caption_85fa .stone-c19d {
  border-color: rgba(0, 0, 0, 0.08);
}
.last_182b.caption_85fa .nav_dynamic_23b8 .image-a0be:focus,
.last_182b.caption_85fa .nav_dynamic_23b8 .image-a0be:hover {
  background: rgba(0, 0, 0, 0.01);
}
.last_182b.caption_85fa .article_huge_e6a0 li {
  border-color: rgba(0, 0, 0, 0.08);
}
.last_182b.item-7abf .lower_f6bc,
.last_182b.item-7abf .tag-lite-d793 a,
.last_182b.item-7abf .west-afbf .image-a0be,
.last_182b.item-7abf .west-afbf a,
.last_182b.item-7abf .stone-c19d a {
  color: rgba(255, 255, 255, 0.79);
}
.last_182b.item-7abf .lower_f6bc:hover,
.last_182b.item-7abf .tag-lite-d793 a:hover,
.last_182b.item-7abf .west-afbf .image-a0be:hover,
.last_182b.item-7abf .west-afbf a:hover,
.last_182b.item-7abf .stone-c19d a:hover {
  color: rgba(255, 255, 255, 0.99);
}
.last_182b.item-7abf .mask-bright-91e7 {
  color: rgba(255, 255, 255, 0.99);
}
.last_182b.item-7abf .hard-5199 {
  border-color: rgba(255, 255, 255, 0.08);
}
.last_182b.item-7abf .hard-5199:before {
  background: rgba(255, 255, 255, 0.08);
}
.last_182b.item-7abf .white-bc36:before {
  background: rgba(0, 0, 0, 0.9);
}
.last_182b.item-7abf .nav_dynamic_23b8 .article_huge_e6a0 li a,
.last_182b.item-7abf .nav_dynamic_23b8 .image-a0be,
.last_182b.item-7abf .stone-c19d {
  border-color: rgba(255, 255, 255, 0.08);
}
.last_182b.item-7abf .nav_dynamic_23b8 .image-a0be:focus,
.last_182b.item-7abf .nav_dynamic_23b8 .image-a0be:hover {
  background: rgba(0, 0, 0, 0.01);
}
.last_182b.item-7abf .article_huge_e6a0 li {
  border-color: rgba(255, 255, 255, 0.08);
}
.white-bc36 {
  position: relative;
  word-con: break-word;
  min-height: 100%;
  display: block;
}
.white-bc36:before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  display: block;
  min-height: 100%;
}
.dropdown_77a9 {
  position: relative;
  word-con: break-word;
  min-height: 100%;
  display: block;
  padding: 1.2em 0;
}
.label-small-b769 .last_182b {
  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;
}
.label-small-b769 .hard-5199 {
  text-align: center;
  padding: 2em 1.5em;
  border: none;
  position: relative;
}
.label-small-b769 .hard-5199: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) {
  .label-small-b769 .hard-5199:before {
    width: 16%;
    left: 42%;
  }
}
.label-small-b769 .hard-5199:last-child:before {
  content: none;
}
.label-small-b769 .hard-5199[class*="-menu"] {
  padding: 2.5em 1.5em;
}
.label-small-b769 .nav_dynamic_23b8 .article_huge_e6a0 li a {
  border: none;
  font-size: 140%;
  text-transform: uppercase;
  font-weight: 500;
}
.label-small-b769 .nav_dynamic_23b8 .article_huge_e6a0 li a .image-a0be {
  display: inline-block;
  position: relative;
  border: 0 none;
  margin-right: -1.3em;
  top: -2px;
  padding: 0.28em 0.5em;
}
.label-small-b769 .nav_dynamic_23b8 .stone-c19d {
  border: none;
}
.label-small-b769 .nav_dynamic_23b8 .stone-c19d li a {
  text-transform: none;
  padding: 0.35em 1.5em;
  font-size: 100%;
}
.label-small-b769 .white-bc36 {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}
.label-small-b769 .dropdown_77a9 {
  max-width: 48em;
  margin: 3em auto;
  padding: 0;
}
.label-small-b769 .item-7abf .white-bc36:before {
  background: rgba(0, 0, 0, 0.9);
}
.label-small-b769 .caption_85fa.picture-fresh-114e .notification_gold_5479 {
  background: rgba(0, 0, 0, 0.6);
}
.label-small-b769
  .caption_85fa.picture-fresh-114e
  .notification_gold_5479::after,
.label-small-b769
  .caption_85fa.picture-fresh-114e
  .notification_gold_5479:before {
  background: inherit;
}
.label-small-b769
  .caption_85fa.picture-fresh-114e:hover
  .notification_gold_5479 {
  background: rgba(0, 0, 0, 0.8);
}
.full_623d .last_182b {
  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) {
  .full_623d .last_182b {
    width: auto;
    right: 45px;
  }
}
.plasma_8afd .last_182b {
  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) {
  .plasma_8afd .last_182b {
    width: auto;
    left: 45px;
  }
}
.info-4fa3 .last_182b {
  position: relative;
  height: 0;
  display: block;
  visibility: visible;
  z-index: 999900;
  overflow: hidden;
}
.info-4fa3 .dropdown_77a9 {
  max-width: 48em;
  margin: 0 auto;
}
.info-4fa3 .white-bc36:before {
  box-shadow: inset 0 0 12px 0 rgba(0, 0, 0, 0.05);
}
.under-ecb3 {
  overflow-x: hidden;
  position: relative;
  width: 100%;
  display: block;
}
.under-ecb3.label-small-b769 .last_182b {
  z-index: 0;
  opacity: 0;
  height: 100%;
}
.under-ecb3.full_623d .last_182b {
  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);
}
.under-ecb3 .last_182b {
  visibility: visible;
}
.under-ecb3.plasma_8afd .last_182b {
  -webkit-transform: translateX(200%);
  -ms-transform: translateX(200%);
  transform: translateX(200%);
  height: 100%;
}
.feature_0e33,
.article_3ebc {
  overflow-x: hidden;
}
.feature_0e33 .last_182b {
  overflow: auto;
}
.feature_0e33.label-small-b769 {
  overflow: initial;
  position: relative;
  width: 100%;
  display: block;
}
.feature_0e33.label-small-b769 .last_182b {
  z-index: 999900;
  opacity: 1;
  visibility: visible;
}
.feature_0e33.label-small-b769 .layout-fluid-d6f5 {
  opacity: 0;
}
.feature_0e33.full_623d {
  overflow: initial;
  position: relative;
  width: 100%;
  display: block;
}
.feature_0e33.full_623d .last_182b {
  z-index: 999900;
  height: 100vh;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  left: 0;
  visibility: visible;
}
.feature_0e33.full_623d .layout-fluid-d6f5 {
  opacity: 0;
}
.feature_0e33.plasma_8afd {
  overflow: initial;
  position: relative;
  width: 100%;
  display: block;
}
.feature_0e33.plasma_8afd .last_182b {
  z-index: 999900;
  height: 100vh;
  max-width: 100vw;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  right: 0;
  visibility: visible;
}
.feature_0e33.plasma_8afd .layout-fluid-d6f5 {
  opacity: 0;
}
.feature_0e33.info-4fa3 .last_182b {
  z-index: 10;
  visibility: visible;
}
.picture-fresh-114e {
  display: none;
  z-index: 999910;
  cursor: pointer;
  position: fixed;
  top: 10px;
  right: 12px;
}
.picture-fresh-114e .notification_gold_5479 {
  background: rgba(255, 255, 255, 0.99);
}
.picture-fresh-114e .notification_gold_5479::after,
.picture-fresh-114e .notification_gold_5479:before {
  background: inherit;
}
.picture-fresh-114e:hover .notification_gold_5479 {
  background: rgba(255, 255, 255, 0.99);
}
.plasma_8afd .picture-fresh-114e {
  top: 10px;
  right: auto;
  left: 12px;
}
.info-4fa3 .picture-fresh-114e {
  display: none !important;
}
.feature_0e33:before,
.article_3ebc:before {
  z-index: 999897;
  visibility: visible;
  opacity: 1;
}
.feature_0e33 .picture-fresh-114e,
.article_3ebc .picture-fresh-114e {
  display: inline-block;
}
.last_182b .link-north-2637 {
  -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;
}
.feature_0e33 .last_182b .link-north-2637,
.article_3ebc .last_182b .link-north-2637 {
  opacity: 1;
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
}
.mask-bc2a .button_first_9d5a {
  width: 100%;
}
.main-8a6c {
  padding: 0 0.5em 0;
}
.main-8a6c [class*="customify-col-"],
.main-8a6c [class*="customify-col_"],
.main-8a6c [class~="customify-col"] {
  padding: 0 0.5em 0;
}
.fast-71f4 .main-8a6c {
  padding-left: 1em;
  padding-right: 1em;
}
@media screen and (min-width: 1025px) {
  .border_stone_3361 .description_eb50,
  .description_eb50 {
    display: none;
  }
  .small-d8d2 {
    text-align: left;
  }
  .card-f6db {
    text-align: center;
  }
  .grid-bdf9 {
    text-align: right;
  }
}
@media screen and (max-width: 1024px) {
  .border_stone_3361 .prev-df92,
  .prev-df92 {
    display: none;
  }
  .header_lower_de90 {
    text-align: left;
  }
  .secondary_1e09 {
    text-align: center;
  }
  .active-1bd2 {
    text-align: right;
  }
}
@media screen and (max-width: 568px) {
  .border_stone_3361 .in_3deb,
  .in_3deb {
    display: none;
  }
  .easy-60ae {
    text-align: left;
  }
  .right_5fe7 {
    text-align: center;
  }
  .feature-red-fc48 {
    text-align: right;
  }
}
#page {
  position: relative;
}
.bronze_56ac {
  box-shadow: none !important;
}
.primary_8d74 .aside-22b8,
.paragraph_west_7488 .aside-22b8 {
  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;
}
.paragraph_west_7488 .aside-22b8 {
  margin-top: 30px;
  margin-bottom: 30px;
}
.lite_dfc9 {
  position: relative;
  padding-left: 2em;
  padding-right: 2em;
}
.lite_dfc9:after,
.lite_dfc9:before {
  content: "";
  display: table;
}
.lite_dfc9:after {
  clear: both;
}
@media screen and (max-width: 48em) {
  .lite_dfc9 {
    padding-left: 1em;
    padding-right: 1em;
  }
}
.lite_dfc9,
.background-5559 {
  max-width: 1248px;
  margin: 0 auto;
}

.plasma_aaa8.first-6079 .lite_dfc9 {
  max-width: 100%;
}
.plasma_aaa8.nav-complex-45aa {
  max-width: 1200px;
  margin: 0 auto;
}
.plasma_aaa8.backdrop-9abc .lite_dfc9 {
  max-width: 100%;
}
.plasma_aaa8.backdrop-9abc > .lite_dfc9 {
  padding-left: 0;
  padding-right: 0;
}
.plasma_aaa8.backdrop-9abc > .lite_dfc9 .border_stone_3361 {
  margin: 0;
}
.plasma_aaa8.backdrop-9abc
  > .lite_dfc9
  .primary-light-65cd.warm-0c0c {
  margin-right: 0;
  margin-left: 0;
}
.plasma_aaa8.backdrop-9abc #main.warm-0c0c {
  padding: 0;
}
#main,
#sidebar-primary,
#sidebar-secondary {
  padding-top: 2.617924em;
  padding-bottom: 2.617924em;
}
@media screen and (max-width: 1024px) {
  .dynamic_94a9 #main {
    border-left: 0 none;
  }
}
@media screen and (max-width: 1024px) {
  .dynamic_94a9 #sidebar-secondary {
    -webkit-box-ordinal-group: 6;
    order: 5;
    display: none;
  }
}
@media screen and (min-width: 48em) {
  .tabs-ebbe .pro_d6c4 {
    padding-right: 1em;
  }
  .tabs-ebbe.action-9306 .primary-light-65cd {
    border-right: 1px solid #eaecee;
  }
  .tabs-ebbe.action-9306 .pro_d6c4 {
    padding-right: 1em;
  }
  .tabs-ebbe.action-9306 .media_fresh_c438 {
    padding-left: 1em;
  }
}
@media screen and (min-width: 48em) {
  .module_7dce .pro_d6c4 {
    padding-left: 1em;
  }
  .module_7dce.action-9306 .primary-light-65cd {
    border-left: 1px solid #eaecee;
  }
  .module_7dce.action-9306 .pro_d6c4 {
    padding-left: 1em;
  }
  .module_7dce.action-9306 .media_fresh_c438 {
    padding-right: 1em;
  }
}
@media screen and (min-width: 48em) {
  .column_f2ae .pro_d6c4 {
    padding-left: 1em;
  }
  .column_f2ae.action-9306 .tooltip-yellow-fbdf {
    border-right: 1px solid #eaecee;
  }
  .column_f2ae.action-9306 .detail-4446 {
    border-right: 1px solid #eaecee;
  }
  .column_f2ae.action-9306 .pro_d6c4 {
    padding-left: 1em;
  }
  .column_f2ae.action-9306 .media_fresh_c438 {
    padding-right: 1em;
  }
  .column_f2ae.action-9306 .pro-d155 {
    padding-left: 1em;
    padding-right: 1em;
  }
}
@media screen and (min-width: 48em) {
  .focused_8cf3 .pro_d6c4 {
    padding-right: 1em;
  }
  .focused_8cf3.action-9306 .tooltip-yellow-fbdf {
    border-left: 1px solid #eaecee;
  }
  .focused_8cf3.action-9306 .detail-4446 {
    border-left: 1px solid #eaecee;
  }
  .focused_8cf3.action-9306 .pro_d6c4 {
    padding-right: 1em;
  }
  .focused_8cf3.action-9306 .media_fresh_c438 {
    padding-left: 1em;
    padding-right: 1em;
  }
  .focused_8cf3.action-9306 .pro-d155 {
    padding-left: 1em;
  }
}
@media screen and (min-width: 48em) {
  .dynamic_94a9 .pro_d6c4 {
    padding-left: 1em;
    padding-right: 1em;
  }
  .dynamic_94a9.action-9306 .primary-light-65cd {
    border-left: 1px solid #eaecee;
    border-right: 1px solid #eaecee;
  }
  .dynamic_94a9.action-9306 .pro_d6c4 {
    padding-left: 1em;
    padding-right: 1em;
  }
  .dynamic_94a9.action-9306 .media_fresh_c438 {
    padding-left: 1em;
  }
  .dynamic_94a9.action-9306 .pro-d155 {
    padding-right: 1em;
  }
}
@media screen and (max-width: 64em) {
  .dynamic_94a9.action-9306 .pro_d6c4 {
    padding-left: 0;
  }
}
.avatar_ca2b .hover_wide_4a08 {
  display: inline-block;
}
.dropdown-58e9 {
  display: inline-block;
}
.hard-694e {
  word-con: break-word;
}
.sort_center_4232 > span {
  display: inline-block;
  padding: 5px 0;
}
.sort_center_4232 .background_31b7 {
  margin-left: 8px;
  margin-right: 8px;
}
.sort_center_4232 .texture-up-24d8 img {
  vertical-align: middle;
  overflow: hidden;
  border-radius: 50%;
  margin-right: 5px;
}
.hero_5926 .tag-middle-9170 {
  margin-bottom: 2em;
}
.hero_5926 .green_7a1f {
  margin-bottom: 15px;
}
.hero_5926 .green_7a1f:last-child {
  margin-bottom: 0;
}
.hero_5926 .description-d596 {
  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) {
  .hero_5926 .description-d596 {
    display: block;
  }
}
.hero_5926 .advanced-b81c {
  position: relative;
  max-width: 100%;
  flex-basis: 40%;
  padding-top: 0;
  overflow: hidden;
}
@media screen and (max-width: 568px) {
  .hero_5926 .advanced-b81c {
    margin-bottom: 1em;
    width: 100% !important;
    padding-top: 56.25%;
  }
}
.hero_5926 .texture_fixed_4525 {
  position: absolute;
  top: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: flex;
  line-height: 0;
  background-color: #d5d5d5;
}
.hero_5926 .texture_fixed_4525 img {
  -o-object-fit: cover;
  object-fit: cover;
  width: 100%;
  height: auto;
}
.hero_5926 .texture_fixed_4525 a {
  position: absolute;
  top: 0;
  top: 0;
  display: block;
}
.hero_5926 .hard-694e {
  font-size: 1.5em;
  font-weight: 500;
  word-con: break-word;
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
}
.hero_5926 .hard-694e a {
  text-align: inherit;
  display: block;
  flex-basis: 100%;
}
.hero_5926 .aside-complex-76b8 p:last-child {
  margin-bottom: 0;
}
.hero_5926 .media-bright-68c9 {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: block;
  z-index: 30;
}
.hero_5926 .background-a4a1 {
  -webkit-box-flex: 1;
  flex: 1;
  word-con: break-word;
  max-width: 100%;
}
.hero_5926 .panel_6f03 {
  margin-top: 1em;
}
.hero_5926 .accent-9afb {
  top: 0;
  display: block;
}
.hero_5926 .accent-9afb a {
  color: inherit;
}
.hero_5926 .accent-9afb a:hover {
  color: inherit;
}
.hero_5926 .active_a1ab {
  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;
}
.hero_5926 .active_a1ab:hover {
  background: #235787;
  color: #fff;
  border-color: #235787;
}
.hero_5926 .background-a4a1 {
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-flow: column nowrap;
}
.hero_5926 .nav-f351 {
  position: relative;
  width: 100%;
  margin-bottom: 15px;
}
.hero_5926 .nav-f351:first-child {
  margin-top: 0;
}
.hero_5926 .nav-f351.feature_out_556d {
  -webkit-box-flex: 0;
  flex: none;
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.hero_5926 .nav-f351.message-fe57 {
  display: -webkit-box;
  display: flex;
  margin-top: auto;
  margin-bottom: 0;
  -webkit-box-pack: justify;
  justify-content: space-between;
}
.hero_5926
  .nav-f351.message-fe57.content-huge-6189
  .panel_6f03 {
  width: 100%;
}
.hero_5926 .message-fe57 {
  -webkit-box-align: center;
  align-items: center;
}
.hero_5926 .message-fe57 .sort_center_4232,
.hero_5926 .message-fe57 > * {
  margin-bottom: 0;
  margin-top: 0;
  display: inline-block;
}
.hero_5926 .texture_fixed_4525 {
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
.hero_5926 .texture_fixed_4525 img {
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
.hero_5926 .texture_fixed_4525: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;
}
.hero_5926 .feature_out_556d {
  z-index: 5;
}
.hero_5926 .narrow_a045 .dirty-1c99 {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  display: block;
}
.hero_5926 .medium_6452 .dirty-1c99 {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  display: block;
}
.hero_5926 .container_7520 .dirty-1c99 {
  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;
}
.hero_5926.new_e34d .description-d596,
.hero_5926.shadow_current_2f1e .description-d596 {
  display: block;
}
.hero_5926.new_e34d .description-d596 .logo_in_454f,
.hero_5926.new_e34d .description-d596 .background-a4a1,
.hero_5926.shadow_current_2f1e .description-d596 .logo_in_454f,
.hero_5926.shadow_current_2f1e .description-d596 .background-a4a1 {
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
}
.hero_5926.over-3d40 .advanced-b81c {
  margin-right: 2em;
}
@media screen and (max-width: 568px) {
  .hero_5926.over-3d40 .advanced-b81c {
    margin-right: 0;
  }
}
.hero_5926.new_e34d .advanced-b81c,
.hero_5926.shadow_current_2f1e .advanced-b81c {
  padding-top: 40%;
}
.hero_5926.new_e34d .tag-middle-9170,
.hero_5926.shadow_current_2f1e .tag-middle-9170 {
  display: block;
}
.hero_5926.new_e34d .fn-sticky-5436 .background-a4a1,
.hero_5926.shadow_current_2f1e .fn-sticky-5436 .background-a4a1 {
  background-color: #fcf8e3;
  border: 1px solid #faf2cc;
  border-top: 0 none;
  color: #8a6d3b;
  padding: 1em;
}
.hero_5926.new_e34d .advanced-b81c,
.hero_5926.shadow_current_2f1e .advanced-b81c {
  margin-bottom: 1em;
  display: block;
  position: relative;
}
.hero_5926.new_e34d .background-a4a1 {
  padding: 1em;
}
.yellow_6444 {
  margin: 30px auto;
  display: block;
}
.yellow_6444 .accent_bronze_141e > * {
  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;
}
.yellow_6444 .accent_bronze_141e > :hover {
  border-color: #235787;
  background: #235787;
  color: #fff;
}
.yellow_6444 .accent_bronze_141e span {
  border-color: #235787;
  background: #235787;
  color: #fff;
}
.tooltip-prev-e24c .sort_center_4232 {
  margin-bottom: 1.41575em;
}
.tooltip-prev-e24c .texture-09b7 {
  margin-bottom: 1.618em;
}
.gallery_c833 .article-easy-9127 {
  display: block;
  margin: 5px 0 20px;
  font-weight: 500;
}
.gallery_c833 .article-easy-9127 a {
  border: 1px solid #eaecee;
  padding: 5px 12px 5px;
  text-transform: uppercase;
  color: #686868;
  margin: 0 2px;
}
.gallery_c833 .sidebar_a5c0 {
  max-width: 100%;
  overflow: auto;
}
.avatar_bright_03cd .gallery_c833 a:hover {
  text-decoration: underline;
}
.gradient_south_5cd2 .green_7a1f:not(.hard-694e),
.gradient_south_5cd2 .texture_fixed_4525 {
  margin-bottom: 1.41575em;
}
.gradient_south_5cd2 .green_7a1f:not(.hard-694e):last-child,
.gradient_south_5cd2 .texture_fixed_4525:last-child {
  margin-bottom: 0;
}
.gradient_south_5cd2 .green_7a1f.black_abea {
  margin-bottom: 0.41575em;
}
.gradient_south_5cd2 .shadow_a7ec:before,
.gradient_south_5cd2 .mask_115c:before {
  font: normal normal normal 16px/1 FontAwesome;
  text-decoration: inherit;
  text-transform: none;
  position: relative;
  margin-right: 5px;
  color: #6d6d6d;
}
.gradient_south_5cd2 .shadow_a7ec:before {
  content: "\f115";
}
.gradient_south_5cd2 .mask_115c:before {
  content: "\f02c";
}
.gradient_south_5cd2 .info_gold_2c80 {
  display: block;
  width: 100%;
  margin-top: 0.5407911001em;
}
.gradient_south_5cd2 .info_gold_2c80 a {
  text-transform: uppercase;
  font-weight: 500;
  font-size: 80%;
  letter-spacing: 0.5px;
}
.pagination-06f7 {
  display: -webkit-box;
  display: flex;
}
.pagination-06f7 .table_0866 {
  flex-basis: 90px;
}
@media screen and (max-width: 568px) {
  .pagination-06f7 .table_0866 {
    flex-basis: 90px;
  }
}
.pagination-06f7 .hard-79af {
  flex-basis: calc(100% - 90px);
  margin-left: 1.5em;
}
@media screen and (max-width: 568px) {
  .pagination-06f7 .hard-79af {
    flex-basis: calc(100% - 50px);
  }
}
.pagination-06f7 .texture_in_5778 p:last-child {
  margin-bottom: 0.72em;
}
.item_17bd .accent_bronze_141e {
  padding: 16px 0 15px;
  border-top: 1px solid #eaecee;
  border-bottom: 1px solid #eaecee;
}
.item_17bd .accent_bronze_141e:after,
.item_17bd .accent_bronze_141e:before {
  content: "";
  display: table;
}
.item_17bd .accent_bronze_141e:after {
  clear: both;
}
.item_17bd .accent_bronze_141e .picture_gas_71b2,
.item_17bd .accent_bronze_141e .article-solid-bc0a {
  width: 49%;
}
.item_17bd .accent_bronze_141e .picture_gas_71b2 a span.white-b129,
.item_17bd .accent_bronze_141e .article-solid-bc0a a span.white-b129 {
  display: block;
  margin-bottom: 5px;
}
.item_17bd .accent_bronze_141e .article-solid-bc0a {
  float: left;
  text-align: left;
}
.item_17bd .accent_bronze_141e .picture_gas_71b2 {
  float: right;
  text-align: right;
}
.thick_0f1a {
  margin-bottom: 0.41575em;
}
@media screen and (max-width: 568px) {
  .thick_0f1a {
    margin-bottom: 0;
  }
}
.gas_db51 {
  margin-bottom: 1em;
}
.gas_db51 .hard-694e {
  font-size: 1.1em;
  line-height: 1.3;
}
.south_f430 a {
  display: block;
  line-height: 0;
  position: relative;
}
.outer-2032 .gas_db51,
.gold_4437 .gas_db51 {
  display: -webkit-box;
  display: flex;
}
@media screen and (max-width: 568px) {
  .outer-2032 .gas_db51,
  .gold_4437 .gas_db51 {
    display: block;
  }
}
.outer-2032 .south_f430,
.gold_4437 .south_f430 {
  flex-basis: 160px;
  position: relative;
}
@media screen and (max-width: 568px) {
  .outer-2032 .south_f430,
  .gold_4437 .south_f430 {
    margin-bottom: 1em;
  }
}
.outer-2032 .south_f430 img,
.gold_4437 .south_f430 img {
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  display: block;
}
.outer-2032 .shadow_108b,
.gold_4437 .shadow_108b {
  flex-basis: calc(100% - 160px);
}
.outer-2032 .shadow_108b p,
.gold_4437 .shadow_108b p {
  margin-bottom: 0;
}
.outer-2032 .shadow_108b {
  padding-left: 1em;
}
@media screen and (max-width: 568px) {
  .outer-2032 .shadow_108b {
    padding-left: 0;
  }
}
.gold_4437 .shadow_108b {
  -webkit-box-ordinal-group: 2;
  order: 1;
  padding-right: 1em;
}
@media screen and (max-width: 568px) {
  .gold_4437 .shadow_108b {
    padding-right: 0;
  }
}
.gold_4437 .south_f430 {
  -webkit-box-ordinal-group: 3;
  order: 2;
}
.text-copper-5a3d .south_f430 {
  margin-bottom: 0.5em;
}
.text-copper-5a3d .south_f430 img {
  width: 100%;
}
.notification-thick-1f56 .label_bbcd,
.warm-343c .label_bbcd {
  margin-bottom: 35px;
  padding-bottom: 20px;
  border-bottom: 1px solid #eaecee;
}
.warm-343c .primary-light-65cd .pattern-iron-4352 p:last-child {
  margin-bottom: 0;
}
.wide-ef83 {
  font-size: 16px;
  text-transform: uppercase;
  font-weight: 500;
  color: currentColor;
  margin-bottom: 20px;
}
.input-tiny-4e5c .hidden-6490 {
  margin-bottom: 2em;
}
@media screen and (min-width: 1025px) {
  .input-tiny-4e5c .hidden-6490:last-of-type {
    margin-bottom: 0;
  }
}
.input-tiny-4e5c .hidden-6490 ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.input-tiny-4e5c .hidden-6490 ul:after {
  clear: both;
  content: ".";
  display: block;
  height: 0;
  visibility: hidden;
}
.input-tiny-4e5c .hidden-6490 ul li {
  margin: 0 0 0.6em;
}
.input-tiny-4e5c .hidden-6490 ul li.motion_461c,
.input-tiny-4e5c .hidden-6490 ul li.small-8ea9 {
  position: relative;
}
.input-tiny-4e5c .hidden-6490 ul li.motion_461c .active-0b1c,
.input-tiny-4e5c .hidden-6490 ul li.small-8ea9 .active-0b1c {
  right: 0;
  background: #eaecee;
  color: #999;
  padding: 0 0.5em;
  border-radius: 0.9em;
  font-size: 12px;
  position: absolute;
  top: 4px;
}
.input-tiny-4e5c .hidden-6490 ul li.motion_461c:after:after,
.input-tiny-4e5c .hidden-6490 ul li.motion_461c:after:before,
.input-tiny-4e5c
  .hidden-6490
  ul
  li.small-8ea9:after:after,
.input-tiny-4e5c
  .hidden-6490
  ul
  li.small-8ea9:after:before {
  content: "";
  display: table;
}
.input-tiny-4e5c .hidden-6490 ul li.motion_461c:after:after,
.input-tiny-4e5c
  .hidden-6490
  ul
  li.small-8ea9:after:after {
  clear: both;
}
.input-tiny-4e5c .hidden-6490 a.tooltip_short_6f1e:hover {
  text-decoration: none;
}
.input-tiny-4e5c .hidden-6490 select {
  max-width: 100%;
}
.input-tiny-4e5c .hidden-6490 table {
  font-size: 85%;
}
.input-tiny-4e5c .hidden-6490 table td,
.input-tiny-4e5c .hidden-6490 table th {
  padding: 0.2360828548em;
  text-align: center;
}
.input-tiny-4e5c .hidden-6490 table tfoot td {
  text-align: left;
}
.input-tiny-4e5c .hidden-6490 :last-child {
  margin-bottom: 0;
}
.input-tiny-4e5c .hidden-6490 .stone_54a6 {
  display: -webkit-box;
  display: flex;
  width: 100%;
  max-width: 100%;
}
.input-tiny-4e5c .hidden-6490 .stone_54a6 label {
  width: 100%;
}
.input-tiny-4e5c .hidden-6490 .stone_54a6 .gallery_2b28 {
  width: 100%;
  display: block;
}
.input-tiny-4e5c .hidden-6490 .stone_54a6 .tiny-3952 {
  padding: 9px 14px;
  margin-left: -46px;
  overflow: hidden;
  box-shadow: none;
  background: 0 0;
  color: #aaa;
  line-height: 0;
}
.input-tiny-4e5c .hidden-6490 .stone_54a6 .tiny-3952:hover svg #svg-search {
  fill: #444;
}
.input-tiny-4e5c .hidden-6490 .stone_54a6 .tiny-3952 svg {
  width: 18px;
  height: 18px;
}
.input-tiny-4e5c .hidden_east_9f1c ul ul,
.input-tiny-4e5c .dirty-06e3 ul ul,
.input-tiny-4e5c .summary-hard-9da0 ul ul,
.input-tiny-4e5c .chip_7230 ul ul {
  margin-top: 0.3819820591em;
  margin-left: 0;
  margin-bottom: -0.3819820591em;
}
.input-tiny-4e5c .hidden_east_9f1c .top-9c02 > a,
.input-tiny-4e5c .dirty-06e3 .top-9c02 > a,
.input-tiny-4e5c .summary-hard-9da0 .top-9c02 > a,
.input-tiny-4e5c .chip_7230 .top-9c02 > a {
  margin-bottom: 0;
}
.input-tiny-4e5c .warm-4f41 li,
.input-tiny-4e5c .hidden_east_9f1c li,
.input-tiny-4e5c .red_018e li,
.input-tiny-4e5c .dirty-06e3 li,
.input-tiny-4e5c .summary-hard-9da0 li,
.input-tiny-4e5c .chip_7230 li,
.input-tiny-4e5c .banner_f583 li,
.input-tiny-4e5c .row_3066 li {
  display: block;
  position: relative;
}
.input-tiny-4e5c .warm-4f41 li:last-child,
.input-tiny-4e5c .hidden_east_9f1c li:last-child,
.input-tiny-4e5c .red_018e li:last-child,
.input-tiny-4e5c .dirty-06e3 li:last-child,
.input-tiny-4e5c .summary-hard-9da0 li:last-child,
.input-tiny-4e5c .chip_7230 li:last-child,
.input-tiny-4e5c .banner_f583 li:last-child,
.input-tiny-4e5c .row_3066 li:last-child {
  border: none;
}
.input-tiny-4e5c .warm-4f41 li a,
.input-tiny-4e5c .hidden_east_9f1c li a,
.input-tiny-4e5c .red_018e li a,
.input-tiny-4e5c .dirty-06e3 li a,
.input-tiny-4e5c .summary-hard-9da0 li a,
.input-tiny-4e5c .chip_7230 li a,
.input-tiny-4e5c .banner_f583 li a,
.input-tiny-4e5c .row_3066 li a {
  display: block;
  width: 100%;
  padding-bottom: 0.6em;
  margin-bottom: 0.6em;
  border-bottom: 1px solid #eaecee;
  position: relative;
}
.input-tiny-4e5c .warm-4f41 li ul li::before,
.input-tiny-4e5c .hidden_east_9f1c li ul li::before,
.input-tiny-4e5c .red_018e li ul li::before,
.input-tiny-4e5c .dirty-06e3 li ul li::before,
.input-tiny-4e5c .summary-hard-9da0 li ul li::before,
.input-tiny-4e5c .chip_7230 li ul li::before,
.input-tiny-4e5c .banner_f583 li ul li::before,
.input-tiny-4e5c .row_3066 li ul li::before {
  left: 15px;
}
.input-tiny-4e5c .warm-4f41 li ul a,
.input-tiny-4e5c .hidden_east_9f1c li ul a,
.input-tiny-4e5c .red_018e li ul a,
.input-tiny-4e5c .dirty-06e3 li ul a,
.input-tiny-4e5c .summary-hard-9da0 li ul a,
.input-tiny-4e5c .chip_7230 li ul a,
.input-tiny-4e5c .banner_f583 li ul a,
.input-tiny-4e5c .row_3066 li ul a {
  padding-left: 20px;
}
.input-tiny-4e5c .warm-4f41 li ul ul li::before,
.input-tiny-4e5c .hidden_east_9f1c li ul ul li::before,
.input-tiny-4e5c .red_018e li ul ul li::before,
.input-tiny-4e5c .dirty-06e3 li ul ul li::before,
.input-tiny-4e5c .summary-hard-9da0 li ul ul li::before,
.input-tiny-4e5c .chip_7230 li ul ul li::before,
.input-tiny-4e5c .banner_f583 li ul ul li::before,
.input-tiny-4e5c .row_3066 li ul ul li::before {
  left: 30px;
}
.input-tiny-4e5c .warm-4f41 li ul ul a,
.input-tiny-4e5c .hidden_east_9f1c li ul ul a,
.input-tiny-4e5c .red_018e li ul ul a,
.input-tiny-4e5c .dirty-06e3 li ul ul a,
.input-tiny-4e5c .summary-hard-9da0 li ul ul a,
.input-tiny-4e5c .chip_7230 li ul ul a,
.input-tiny-4e5c .banner_f583 li ul ul a,
.input-tiny-4e5c .row_3066 li ul ul a {
  padding-left: 40px;
}
.input-tiny-4e5c .link-hovered-e044 li {
  padding-bottom: 0.6em;
  border-bottom: 1px solid #eaecee;
  position: relative;
}
.input-tiny-4e5c .row_3066 ul li {
  margin-bottom: 1.41575em;
}
.input-tiny-4e5c .row_3066 ul li .outline-west-f343 {
  font-weight: 400;
  font-size: 1.2em;
  line-height: 1.28;
}
.input-tiny-4e5c .row_3066 ul li .image-63ee {
  display: block;
  margin: 0.5407911001em 0;
  font-size: 85%;
}
.item-7abf .warm-4f41 li a,
.item-7abf .hidden_east_9f1c li a,
.item-7abf .red_018e li a,
.item-7abf .dirty-06e3 li a,
.item-7abf .summary-hard-9da0 li a,
.item-7abf .chip_7230 li a,
.item-7abf .banner_f583 li a,
.item-7abf .row_3066 li a {
  border-color: rgba(255, 255, 255, 0.08);
}
.item-7abf .link-hovered-e044 li {
  border-color: rgba(255, 255, 255, 0.08);
}
.item-7abf .hidden-6490 ul li.motion_461c .active-0b1c,
.item-7abf .hidden-6490 ul li.small-8ea9 .active-0b1c {
  background: rgba(0, 0, 0, 0.2);
}
.item-7abf .input-tiny-4e5c .hidden-6490 select {
  border-color: rgba(255, 255, 255, 0.08);
}
.plasma_aaa8 .input-tiny-4e5c .article_huge_e6a0 li {
  margin: 0;
}
.plasma_aaa8 .input-tiny-4e5c .article_huge_e6a0 li a {
  display: block;
  padding: 0.6em 0 0.6em;
}
.plasma_aaa8 .input-tiny-4e5c .article_huge_e6a0 li ul {
  margin: 0;
}
.plasma_aaa8 .input-tiny-4e5c .article_huge_e6a0 li ul li a {
  padding-left: 15px;
}
.plasma_aaa8 .input-tiny-4e5c .article_huge_e6a0 li ul li li a {
  padding-left: 30px;
}
.plasma_aaa8 .input-tiny-4e5c .article_huge_e6a0 li.preview_small_545d > a {
  position: relative;
  border: 1px solid #eaecee;
  border-left: none;
  border-right: none;
  font-size: 110%;
}
.plasma_aaa8 .input-tiny-4e5c .article_huge_e6a0 li.preview_small_545d > a:before {
  border-bottom: 6px solid transparent;
  border-left: 6px solid #eaecee;
  border-top: 6px solid transparent;
  content: "";
  display: inline-block;
  position: absolute;
  right: 5px;
  top: 13px;
}
.plasma_aaa8 .input-tiny-4e5c .article_huge_e6a0 li.preview_small_545d > 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;
}
.info-narrow-b6fe a {
  border: 1px solid currentColor;
  border-radius: 2px;
  display: inline-block;
  font-size: 0.875em !important;
  margin-bottom: 5px;
  padding: 1px 10px 1px;
}
.simple-5547 {
  position: relative;
  z-index: 10;
}
.simple-5547 .link-north-2637 {
  width: 100%;
  max-width: 100%;
}
.focused_e3e5 .focused-6278 {
  padding-top: 2em;
  padding-bottom: 2em;
}
.focused_e3e5 .caption_85fa {
}
.focused_e3e5 .item-7abf {
  background: #292929;
}
.focus_east_4354 .focused-6278 {
  padding-top: 2.5em;
  padding-bottom: 2.5em;
}
.focus_east_4354 .caption_85fa {
  background: #f9f9f9;
}
.focus_east_4354 .item-7abf {
  background: #303030;
}
.tiny_1beb .focused-6278 {
  padding-top: 1.5em;
  padding-bottom: 1.5em;
}
@media screen and (max-width: 568px) {
  .tiny_1beb .hover_wide_4a08 {
    margin-bottom: 1em;
  }
  .tiny_1beb .hover_wide_4a08:last-child {
    margin-bottom: 0;
  }
}
.tiny_1beb .caption_85fa {
  background: #ededed;
}
.tiny_1beb .item-7abf {
  background: #1a1a1a;
}
.focused-6278.caption_85fa {
  color: rgba(0, 0, 0, 0.6);
}
.focused-6278.caption_85fa .purple-1227 li {
  border-color: rgba(0, 0, 0, 0.08);
}
.focused-6278.item-7abf {
  color: rgba(255, 255, 255, 0.99);
}
.focused-6278.item-7abf a:not(.tooltip_short_6f1e) {
  color: rgba(255, 255, 255, 0.79);
}
.focused-6278.item-7abf a:not(.tooltip_short_6f1e):hover {
  color: rgba(255, 255, 255, 0.99);
}
.focused-6278.item-7abf .purple-1227 li {
  border-color: rgba(255, 255, 255, 0.08);
}
.focused-6278.item-7abf table tbody td,
.focused-6278.item-7abf table th {
  background: rgba(0, 0, 0, 0.08);
}
.inner_39c6.fresh_bfa8 .lite_dfc9 {
  max-width: initial;
}
.inner_39c6 .photo-bright-2078 {
  -webkit-box-pack: start;
  justify-content: flex-start;
}
.inner_39c6 .photo-bright-2078 .link-north-2637 {
  width: auto;
}
@media screen and (max-width: 1024px) {
  .inner_39c6 .photo-bright-2078 .link-north-2637 {
    display: block;
    margin-bottom: 2em;
  }
  .inner_39c6 .photo-bright-2078 .link-north-2637:last-child {
    margin-bottom: 0;
  }
}
.tiny_1beb .hover_wide_4a08:last-child,
.focus_east_4354 .hover_wide_4a08:last-child,
.focused_e3e5 .hover_wide_4a08:last-child {
  margin-bottom: 0;
}
.tiny_1beb .hover_wide_4a08 .input-tiny-4e5c .hidden-6490:last-child,
.focus_east_4354 .hover_wide_4a08 .input-tiny-4e5c .hidden-6490:last-child,
.focused_e3e5 .hover_wide_4a08 .input-tiny-4e5c .hidden-6490:last-child {
  margin-bottom: 0;
}
@media screen and (max-width: 568px) {
  .tiny_1beb .video_be2b,
  .tiny_1beb .liquid-acf5,
  .focus_east_4354 .video_be2b,
  .focus_east_4354 .liquid-acf5,
  .focused_e3e5 .video_be2b,
  .focused_e3e5 .liquid-acf5 {
    text-align: center;
  }
}
@media screen and (max-width: 48em) {
  .simple-5547 .hover_wide_4a08 {
    margin-bottom: 2em;
  }
}
.simple-5547 p:last-child {
  margin-bottom: 0;
}
.simple-5547 li,
.simple-5547 ul {
  list-style: none;
  margin: 0;
}
.simple-5547 ul ul {
  margin-left: 2.617924em;
}
.huge_581e {
  font-size: 0.875em;
}

/* css-noise: 96cf */
.widget-item-j7 {
  padding: 0.2rem;
  font-size: 13px;
  line-height: 1.1;
}
