/*!
Theme Name: Customify
Theme URI: https://pressmaximum.cool-0269/customify
Author: WPCustomify
Author URI: https://pressmaximum.cool-0269
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.cool-0269/customify
Version: 0.3.7
License: GNU General Public License v2 or later
License URI: http://www.tabs_stone_1c0b.secondary_ed23/licenses/gpl-2.0.pagination-a259
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.button_purple_a06a/, (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.block_bright_0e23.tooltip-233b/normalize.article_upper_ceb5/
 ======
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.article_upper_ceb5 v7.0.0 | MIT License | github.cool-0269/necolas/normalize.article_upper_ceb5 */
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;
}
.surface_tiny_177c .badge-027f,
.yellow_e387,
.feature_8b79,
.table-new-1b5b,
.outline_7a00,
.filter-stone-c653,
.hidden_fluid_71db,
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;
}
.yellow_e387,
h1 {
  font-size: 2.42em;
  line-height: 1.216;
}
@media screen and (max-width: 1024px) {
  .yellow_e387,
  h1 {
    font-size: 2.1em;
  }
}
@media screen and (max-width: 568px) {
  .yellow_e387,
  h1 {
    font-size: 1.8em;
  }
}
.feature_8b79,
h2 {
  font-size: 2.1em;
  line-height: 1.216;
}
.feature_8b79 + h3,
h2 + h3 {
  border-top: 1px solid #eaecee;
  padding-top: 0.5407911001em;
}
@media screen and (max-width: 1024px) {
  .feature_8b79,
  h2 {
    font-size: 1.9em;
  }
}
@media screen and (max-width: 568px) {
  .feature_8b79,
  h2 {
    font-size: 1.7em;
  }
}
.table-new-1b5b,
h3 {
  font-size: 1.618em;
}
.surface_tiny_177c .badge-027f,
.outline_7a00,
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.text_2404 {
  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;
}
.popup_under_159a:after,
.popup_under_159a:before,
.avatar-62d9:after,
.avatar-62d9:before {
  content: "";
  display: table;
}
.popup_under_159a:after,
.avatar-62d9:after {
  clear: both;
}
.mini-be8c {
  float: right;
  margin-right: 0;
}
.icon_plasma_116e {
  float: left;
  margin-left: 0;
}
form {
  margin-bottom: 2em;
}
.blue_8aa9 .orange_6d20,
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;
}
.blue_8aa9 .orange_6d20: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;
}
.brown-3059 .orange_6d20 {
  box-shadow: none;
}
.brown-3059
  .orange_6d20
  .up_3200 {
  line-height: 2.4em;
  min-height: 2.6em;
  padding-left: 0;
}
.brown-3059 .orange_6d20 .row-west-c6ed {
  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;
}
.brown-3059
  .orange_6d20
  .row-west-c6ed
  b {
  display: none;
}
.brown-3059 .upper-d7e8 {
  border: 1px solid #e5e5e5;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.12) inset;
}
.pro_47f4:not(.component_smooth_0a81):not(.blue-4eba),
button:not(.component_smooth_0a81):not(.blue-4eba),
input[type="button"]:not(.component_smooth_0a81):not(
    .blue-4eba
  ),
input[type="reset"]:not(.component_smooth_0a81):not(
    .blue-4eba
  ),
input[type="submit"]:not(.component_smooth_0a81):not(
    .blue-4eba
  ) {
  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;
}
.pro_47f4:not(.component_smooth_0a81):not(
    .blue-4eba
  ):hover,
button:not(.component_smooth_0a81):not(
    .blue-4eba
  ):hover,
input[type="button"]:not(.component_smooth_0a81):not(
    .blue-4eba
  ):hover,
input[type="reset"]:not(.component_smooth_0a81):not(
    .blue-4eba
  ):hover,
input[type="submit"]:not(.component_smooth_0a81):not(
    .blue-4eba
  ):hover {
  box-shadow: inset 0 0 0 120px rgba(0, 0, 0, 0.18);
  color: #fff;
  outline: 0;
}
.pro_47f4:not(.component_smooth_0a81):not(
    .blue-4eba
  ):active,
.pro_47f4:not(.component_smooth_0a81):not(
    .blue-4eba
  ):focus,
button:not(.component_smooth_0a81):not(
    .blue-4eba
  ):active,
button:not(.component_smooth_0a81):not(
    .blue-4eba
  ):focus,
input[type="button"]:not(.component_smooth_0a81):not(
    .blue-4eba
  ):active,
input[type="button"]:not(.component_smooth_0a81):not(
    .blue-4eba
  ):focus,
input[type="reset"]:not(.component_smooth_0a81):not(
    .blue-4eba
  ):active,
input[type="reset"]:not(.component_smooth_0a81):not(
    .blue-4eba
  ):focus,
input[type="submit"]:not(.component_smooth_0a81):not(
    .blue-4eba
  ):active,
input[type="submit"]:not(.component_smooth_0a81):not(
    .blue-4eba
  ):focus {
  outline: 0;
}
.pro_47f4:not(.component_smooth_0a81):not(
    .blue-4eba
  ).fn-loading-b963,
button:not(.component_smooth_0a81):not(
    .blue-4eba
  ).fn-loading-b963,
input[type="button"]:not(.component_smooth_0a81):not(
    .blue-4eba
  ).fn-loading-b963,
input[type="reset"]:not(.component_smooth_0a81):not(
    .blue-4eba
  ).fn-loading-b963,
input[type="submit"]:not(.component_smooth_0a81):not(
    .blue-4eba
  ).fn-loading-b963 {
  position: relative;
}
.pro_47f4:not(.component_smooth_0a81):not(
    .blue-4eba
  ).fn-loading-b963
  .tertiary_5623,
.pro_47f4:not(.component_smooth_0a81):not(
    .blue-4eba
  ).fn-loading-b963
  .accordion_next_2f6d,
.pro_47f4:not(.component_smooth_0a81):not(
    .blue-4eba
  ).fn-loading-b963
  .pattern_wood_b9c9,
.pro_47f4:not(.component_smooth_0a81):not(
    .blue-4eba
  ).fn-loading-b963
  i,
.pro_47f4:not(.component_smooth_0a81):not(
    .blue-4eba
  ).fn-loading-b963
  svg,
button:not(.component_smooth_0a81):not(
    .blue-4eba
  ).fn-loading-b963
  .tertiary_5623,
button:not(.component_smooth_0a81):not(
    .blue-4eba
  ).fn-loading-b963
  .accordion_next_2f6d,
button:not(.component_smooth_0a81):not(
    .blue-4eba
  ).fn-loading-b963
  .pattern_wood_b9c9,
button:not(.component_smooth_0a81):not(
    .blue-4eba
  ).fn-loading-b963
  i,
button:not(.component_smooth_0a81):not(
    .blue-4eba
  ).fn-loading-b963
  svg,
input[type="button"]:not(.component_smooth_0a81):not(
    .blue-4eba
  ).fn-loading-b963
  .tertiary_5623,
input[type="button"]:not(.component_smooth_0a81):not(
    .blue-4eba
  ).fn-loading-b963
  .accordion_next_2f6d,
input[type="button"]:not(.component_smooth_0a81):not(
    .blue-4eba
  ).fn-loading-b963
  .pattern_wood_b9c9,
input[type="button"]:not(.component_smooth_0a81):not(
    .blue-4eba
  ).fn-loading-b963
  i,
input[type="button"]:not(.component_smooth_0a81):not(
    .blue-4eba
  ).fn-loading-b963
  svg,
input[type="reset"]:not(.component_smooth_0a81):not(
    .blue-4eba
  ).fn-loading-b963
  .tertiary_5623,
input[type="reset"]:not(.component_smooth_0a81):not(
    .blue-4eba
  ).fn-loading-b963
  .accordion_next_2f6d,
input[type="reset"]:not(.component_smooth_0a81):not(
    .blue-4eba
  ).fn-loading-b963
  .pattern_wood_b9c9,
input[type="reset"]:not(.component_smooth_0a81):not(
    .blue-4eba
  ).fn-loading-b963
  i,
input[type="reset"]:not(.component_smooth_0a81):not(
    .blue-4eba
  ).fn-loading-b963
  svg,
input[type="submit"]:not(.component_smooth_0a81):not(
    .blue-4eba
  ).fn-loading-b963
  .tertiary_5623,
input[type="submit"]:not(.component_smooth_0a81):not(
    .blue-4eba
  ).fn-loading-b963
  .accordion_next_2f6d,
input[type="submit"]:not(.component_smooth_0a81):not(
    .blue-4eba
  ).fn-loading-b963
  .pattern_wood_b9c9,
input[type="submit"]:not(.component_smooth_0a81):not(
    .blue-4eba
  ).fn-loading-b963
  i,
input[type="submit"]:not(.component_smooth_0a81):not(
    .blue-4eba
  ).fn-loading-b963
  svg {
  visibility: hidden;
}
.pro_47f4:not(.component_smooth_0a81):not(
    .blue-4eba
  ).fn-loading-b963:after,
button:not(.component_smooth_0a81):not(
    .blue-4eba
  ).fn-loading-b963:after,
input[type="button"]:not(.component_smooth_0a81):not(
    .blue-4eba
  ).fn-loading-b963:after,
input[type="reset"]:not(.component_smooth_0a81):not(
    .blue-4eba
  ).fn-loading-b963:after,
input[type="submit"]:not(.component_smooth_0a81):not(
    .blue-4eba
  ).fn-loading-b963: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;
}
.pro_47f4:not(.component_smooth_0a81):not(.blue-4eba),
input[type="button"]:not(.component_smooth_0a81):not(
    .blue-4eba
  ),
input[type="reset"]:not(.component_smooth_0a81):not(
    .blue-4eba
  ),
input[type="submit"]:not(.component_smooth_0a81):not(
    .blue-4eba
  ) {
  color: #fff;
  background: #235787;
}
.pro_47f4:not(.component_smooth_0a81):not(
    .blue-4eba
  ):focus,
input[type="button"]:not(.component_smooth_0a81):not(
    .blue-4eba
  ):focus,
input[type="reset"]:not(.component_smooth_0a81):not(
    .blue-4eba
  ):focus,
input[type="submit"]:not(.component_smooth_0a81):not(
    .blue-4eba
  ):focus {
  color: #fff;
}
.pro_47f4.fn-disabled-b963:not(.component_smooth_0a81):not(
    .blue-4eba
  ),
.pro_47f4[disabled]:not(.component_smooth_0a81):not(
    .blue-4eba
  ),
button.fn-disabled-b963:not(.component_smooth_0a81):not(
    .blue-4eba
  ),
button[disabled]:not(.component_smooth_0a81):not(
    .blue-4eba
  ) {
  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;
}
.component-purple-27f0 {
  clip: rect(1px, 1px, 1px, 1px);
  position: absolute !important;
  height: 1px;
  width: 1px;
  overflow: hidden;
  word-con: normal !important;
}
.component-purple-27f0: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;
}
.highlight_short_92db {
  display: inline;
  float: left;
  margin-right: 1.41575em;
}
.paper_952c {
  display: inline;
  float: right;
  margin-left: 1.41575em;
}
.detail_b597 {
  clear: both;
  display: block;
  margin: 0 auto;
}
.popup_under_159a:after,
.popup_under_159a:before,
.pink-73e2:after,
.pink-73e2:before,
.outline_887b:after,
.outline_887b:before,
.sidebar-ee57:after,
.sidebar-ee57:before,
.widget_simple_668e:after,
.widget_simple_668e:before,
.center_8ea5:after,
.center_8ea5:before {
  content: "";
  display: table;
  table-layout: fixed;
}
.popup_under_159a:after,
.pink-73e2:after,
.outline_887b:after,
.sidebar-ee57:after,
.widget_simple_668e:after,
.center_8ea5:after {
  clear: both;
}
.pink-73e2 .icon-solid-a6e1,
.outline_887b .icon-solid-a6e1,
.hidden_blue_82e6 .icon-solid-a6e1 {
  border: none;
  margin-bottom: 0;
  margin-top: 0;
  padding: 0;
}
embed,
iframe,
object {
  max-width: 100%;
}
.hero-iron-206c {
  display: inline-block;
}
.motion_1d84 {
  margin-bottom: 1.41575em;
  max-width: 100%;
}
.motion_1d84 img[class*="wp-image-"] {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.motion_1d84 .mask-hard-041d {
  padding: 1em 0;
  font-size: 85%;
}
.mask-hard-041d {
  text-align: left;
  font-style: italic;
  color: #999;
}
.bright_33e6 {
  margin-bottom: 1.5em;
  margin-bottom: 1.41575em;
}
.bright_33e6:after,
.bright_33e6:before {
  content: "";
  display: table;
}
.bright_33e6:after {
  clear: both;
}
.gradient-e5b5 {
  display: inline-block;
  text-align: center;
  vertical-align: top;
  width: 100%;
}
.plasma-8dad .gradient-e5b5 {
  max-width: 50%;
}
.link_bc2e .gradient-e5b5 {
  max-width: 33.33%;
}
.media_1ddc .gradient-e5b5 {
  max-width: 25%;
}
.hard-2747 .gradient-e5b5 {
  max-width: 20%;
}
.description-e045 .gradient-e5b5 {
  max-width: 16.66%;
}
.solid_6fae .gradient-e5b5 {
  max-width: 14.28%;
}
.link_d5c7 .gradient-e5b5 {
  max-width: 12.5%;
}
.dropdown_15fb .gradient-e5b5 {
  max-width: 11.11%;
}
.pro-d46a {
  display: block;
}
.surface_tiny_177c .easy-1510 label,
.surface_tiny_177c .image_4d53 label,
.surface_tiny_177c .badge-092b label,
.surface_tiny_177c .gold_b052 label {
  text-transform: uppercase;
  letter-spacing: 0.5px;
  font-size: 0.85em;
}
.down-b16e {
  list-style: none;
  margin: 0;
}
.down-b16e article.component_light_d56e {
  margin-bottom: 0;
}
.down-b16e ul {
  list-style: none;
  margin: 0;
}
.down-b16e .advanced-f164 li.component_light_d56e {
  padding-left: 30px;
}
@media screen and (min-width: 64em) {
  .down-b16e .advanced-f164 li.component_light_d56e {
    padding-left: 85px;
    border-left: 1px solid #eaecee;
    position: relative;
    width: 100%;
  }
  .down-b16e .advanced-f164 li.component_light_d56e: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) {
  .down-b16e .advanced-f164 li.component_light_d56e li.component_light_d56e li.component_light_d56e li.component_light_d56e {
    padding-left: 0;
  }
}
article.component_light_d56e {
  padding: 1.618em 0;
  margin-bottom: 1.618em;
}
article.component_light_d56e .pink-73e2 p:last-of-type {
  margin-bottom: 0;
}
article.component_light_d56e .hover-north-1d7f {
  float: left;
}
article.component_light_d56e .pagination_4efd {
  margin-left: 85px;
}
article.component_light_d56e .row-dim-2885 {
  display: block;
  margin: 12px 0 12px;
  padding-bottom: 4px;
  border-bottom: 1px solid #eaecee;
}
article.component_light_d56e .row-dim-2885 .block_active_5de8 {
  margin-left: 10px;
}
article.component_light_d56e .hot-321b {
  font-weight: 500;
  text-transform: uppercase;
  line-height: 1;
  font-style: normal;
}
article.component_light_d56e .notification-e0a0 {
  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 .easy-1510,
  #respond .badge-092b,
  #respond .gold_b052 {
    width: 29.4117647059%;
    margin-right: 5.8823529412%;
    float: left;
  }
}
#respond .easy-1510 input,
#respond .badge-092b input,
#respond .gold_b052 input {
  width: 100%;
}
#respond .gold_b052 {
  margin-right: 0;
}
#respond .input_3f8c #wp-comment-cookies-consent {
  position: relative;
  top: -1px;
  margin-right: 5px;
}
.upper-f9a9 {
  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;
}
.upper-f9a9.content_slow_a3f6 {
  width: 36px;
  height: 36px;
  min-height: 36px;
  font-size: 1.1em;
}
.upper-f9a9 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%);
}
.upper-f9a9:focus,
.upper-f9a9: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);
}
.tooltip_fast_21a3 {
  border-radius: 10%;
}
.shadow-b979 {
  border-radius: 50%;
}
.pro_c132 {
  font-size: 0.72em;
}
.accent_warm_8eb7 {
  font-size: 0.875em;
}
.tertiary-316a {
  font-size: 1.1em;
}
.fluid_6ef2 {
  text-transform: uppercase;
  line-height: 1.2;
}
.fluid_6ef2.pro_c132 {
  letter-spacing: 0.5px;
}
.bright-4b79,
.bright-4b79 a {
  color: #6d6d6d;
}
.bright-4b79 a:hover {
  color: #111;
}
.summary-58b1 {
  color: #6d6d6d;
}
.east-21b2 {
  overflow-x: hidden;
}
.east-21b2 .pattern_ee0b.new_06c7 {
  position: relative;
}
.east-21b2 .pattern_ee0b.new_06c7.tabs_south_62bb {
  position: initial;
}
.east-21b2
  .pattern_ee0b.new_06c7.tabs_south_62bb
  .purple_dcd7 {
  left: auto;
}
.east-21b2 .pattern_ee0b .purple_dcd7 {
  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;
}
.east-21b2 .pattern_ee0b:hover.new_06c7 {
  -webkit-transition-delay: 0s !important;
  transition-delay: 0s !important;
  outline: 1px solid #0073aa;
  outline-offset: -1px;
}
.east-21b2
  .pattern_ee0b:hover.new_06c7
  .purple_dcd7 {
  display: block;
  z-index: 9999999;
}
.east-21b2 .advanced_d406 .progress_42c3,
.east-21b2 .row_fluid_b78c .progress_42c3 {
  display: none;
}
.east-21b2 .east-2c62 .pattern_ee0b:hover.new_06c7 {
  outline: 1px dashed #ff472e;
  outline-offset: -1px;
}
.surface_tiny_177c .easy-1510 label,
.surface_tiny_177c .image_4d53 label,
.surface_tiny_177c .badge-092b label,
.surface_tiny_177c .gold_b052 label {
  text-transform: uppercase;
  letter-spacing: 0.5px;
  font-size: 0.85em;
}
.down-b16e {
  list-style: none;
  margin: 0;
}
.down-b16e article.component_light_d56e {
  margin-bottom: 0;
}
.down-b16e ul {
  list-style: none;
  margin: 0;
}
.down-b16e .advanced-f164 li.component_light_d56e {
  padding-left: 30px;
}
@media screen and (min-width: 64em) {
  .down-b16e .advanced-f164 li.component_light_d56e {
    padding-left: 85px;
    border-left: 1px solid #eaecee;
    position: relative;
    width: 100%;
  }
  .down-b16e .advanced-f164 li.component_light_d56e: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) {
  .down-b16e .advanced-f164 li.component_light_d56e li.component_light_d56e li.component_light_d56e li.component_light_d56e {
    padding-left: 0;
  }
}
article.component_light_d56e {
  padding: 1.618em 0;
  margin-bottom: 1.618em;
}
article.component_light_d56e .pink-73e2 p:last-of-type {
  margin-bottom: 0;
}
article.component_light_d56e .hover-north-1d7f {
  float: left;
}
article.component_light_d56e .pagination_4efd {
  margin-left: 85px;
}
article.component_light_d56e .row-dim-2885 {
  display: block;
  margin: 12px 0 12px;
  padding-bottom: 4px;
  border-bottom: 1px solid #eaecee;
}
article.component_light_d56e .row-dim-2885 .block_active_5de8 {
  margin-left: 10px;
}
article.component_light_d56e .hot-321b {
  font-weight: 500;
  text-transform: uppercase;
  line-height: 1;
  font-style: normal;
}
article.component_light_d56e .notification-e0a0 {
  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 .easy-1510,
  #respond .badge-092b,
  #respond .gold_b052 {
    width: 29.4117647059%;
    margin-right: 5.8823529412%;
    float: left;
  }
}
#respond .easy-1510 input,
#respond .badge-092b input,
#respond .gold_b052 input {
  width: 100%;
}
#respond .gold_b052 {
  margin-right: 0;
}
#respond .input_3f8c #wp-comment-cookies-consent {
  position: relative;
  top: -1px;
  margin-right: 5px;
}
.advanced_d406 .gradient-dim-65da {
  color: rgba(255, 255, 255, 0.99);
  background: rgba(0, 0, 0, 0.9);
}
.gradient-dim-65da .left-3753.bright_b14e .frame-814a > li > a:focus,
.gradient-dim-65da .left-3753.bright_b14e .frame-814a > li > a:hover,
.gradient-dim-65da .left-3753.static-5c49 .frame-814a > li > a:focus,
.gradient-dim-65da .left-3753.static-5c49 .frame-814a > li > a:hover,
.gradient-dim-65da .left-3753.hard_e7fc .frame-814a > li > a:focus,
.gradient-dim-65da .left-3753.hard_e7fc .frame-814a > li > a:hover {
  color: rgba(255, 255, 255, 0.99);
}
.gradient-dim-65da
  .left-3753.bright_b14e
  .frame-814a
  > li.fast-464b
  > a,
.gradient-dim-65da
  .left-3753.bright_b14e
  .frame-814a
  > li.hover-first-3534
  > a,
.gradient-dim-65da
  .left-3753.static-5c49
  .frame-814a
  > li.fast-464b
  > a,
.gradient-dim-65da
  .left-3753.static-5c49
  .frame-814a
  > li.hover-first-3534
  > a,
.gradient-dim-65da
  .left-3753.hard_e7fc
  .frame-814a
  > li.fast-464b
  > a,
.gradient-dim-65da .left-3753.hard_e7fc .frame-814a > li.clean_0336 > a {
  color: rgba(255, 255, 255, 0.99);
}
.gradient-dim-65da .carousel_0bc0,
.gradient-dim-65da .carousel_0bc0 a {
  color: rgba(255, 255, 255, 0.99);
}
.gradient-dim-65da .article-e9c4.texture_selected_0ddc li a,
.gradient-dim-65da .border_2f1c a,
.gradient-dim-65da .component-b7aa,
.gradient-dim-65da .frame-814a > li > a,
.gradient-dim-65da .over_a35c {
  color: rgba(255, 255, 255, 0.79);
}
.gradient-dim-65da .article-e9c4.texture_selected_0ddc li a:hover,
.gradient-dim-65da .border_2f1c a:hover,
.gradient-dim-65da .component-b7aa:hover,
.gradient-dim-65da .frame-814a > li > a:hover,
.gradient-dim-65da .over_a35c:hover {
  color: rgba(255, 255, 255, 0.99);
}
.gradient-dim-65da .dropdown-d446 {
  color: rgba(255, 255, 255, 0.79);
}
.gradient-dim-65da .dropdown-d446 .widget_hot_a169 {
  color: rgba(255, 255, 255, 0.99);
}
.gradient-dim-65da .dropdown-d446:hover {
  color: rgba(255, 255, 255, 0.99);
}
.gradient-dim-65da .tag_b92b .action-0acd {
  background: rgba(255, 255, 255, 0.03);
  border-color: rgba(255, 255, 255, 0.08);
  color: rgba(255, 255, 255, 0.79);
}
.gradient-dim-65da .tag_b92b .action-0acd .shade-fb44 {
  color: rgba(255, 255, 255, 0.79);
}
.gradient-dim-65da
  .tag_b92b
  .action-0acd
  .shade-fb44::-webkit-input-placeholder {
  color: rgba(255, 255, 255, 0.79);
}
.gradient-dim-65da
  .tag_b92b
  .action-0acd
  .shade-fb44:-ms-input-placeholder {
  color: rgba(255, 255, 255, 0.79);
}
.gradient-dim-65da
  .tag_b92b
  .action-0acd
  .shade-fb44::-ms-input-placeholder {
  color: rgba(255, 255, 255, 0.79);
}
.gradient-dim-65da
  .tag_b92b
  .action-0acd
  .shade-fb44::placeholder {
  color: rgba(255, 255, 255, 0.79);
}
.gradient-dim-65da .tag_b92b .fluid-ce2a {
  color: rgba(255, 255, 255, 0.79);
}
.gradient-dim-65da .tag_b92b .fluid-ce2a:hover {
  color: rgba(255, 255, 255, 0.99);
}
.white_9017
  .gradient-dim-65da
  .tag_b92b
  .footer_46a0
  .border-e0e9 {
  background-color: rgba(255, 255, 255, 0.03);
  border-color: rgba(255, 255, 255, 0.08);
  color: rgba(255, 255, 255, 0.79);
}
.white_9017
  .gradient-dim-65da
  .tag_b92b
  .footer_46a0
  .shade-fb44 {
  background-color: rgba(255, 255, 255, 0.03) !important;
  border-color: rgba(255, 255, 255, 0.08);
  color: rgba(255, 255, 255, 0.79);
}
.advanced_d406 .video_abec {
  color: rgba(0, 0, 0, 0.6);
  background: rgba(255, 255, 255, 0.9);
}
.video_abec .left-3753.bright_b14e .frame-814a > li > a:focus,
.video_abec .left-3753.bright_b14e .frame-814a > li > a:hover,
.video_abec .left-3753.static-5c49 .frame-814a > li > a:focus,
.video_abec .left-3753.static-5c49 .frame-814a > li > a:hover,
.video_abec .left-3753.hard_e7fc .frame-814a > li > a:focus,
.video_abec .left-3753.hard_e7fc .frame-814a > li > a:hover {
  color: rgba(0, 0, 0, 0.8);
}
.video_abec
  .left-3753.bright_b14e
  .frame-814a
  > li.fast-464b
  > a,
.video_abec
  .left-3753.bright_b14e
  .frame-814a
  > li.hover-first-3534
  > a,
.video_abec
  .left-3753.static-5c49
  .frame-814a
  > li.fast-464b
  > a,
.video_abec
  .left-3753.static-5c49
  .frame-814a
  > li.hover-first-3534
  > a,
.video_abec
  .left-3753.hard_e7fc
  .frame-814a
  > li.fast-464b
  > a,
.video_abec .left-3753.hard_e7fc .frame-814a > li.clean_0336 > a {
  color: rgba(0, 0, 0, 0.8);
}
.video_abec .carousel_0bc0,
.video_abec .carousel_0bc0 a {
  color: rgba(0, 0, 0, 0.8);
}
.video_abec .article-e9c4.texture_selected_0ddc li a,
.video_abec .border_2f1c a,
.video_abec .component-b7aa,
.video_abec .frame-814a > li > a,
.video_abec .over_a35c {
  color: rgba(0, 0, 0, 0.55);
}
.video_abec .article-e9c4.texture_selected_0ddc li a:hover,
.video_abec .border_2f1c a:hover,
.video_abec .component-b7aa:hover,
.video_abec .frame-814a > li > a:hover,
.video_abec .over_a35c:hover {
  color: rgba(0, 0, 0, 0.8);
}
.video_abec .dropdown-d446 {
  color: rgba(0, 0, 0, 0.55);
}
.video_abec .dropdown-d446 .widget_hot_a169 {
  color: rgba(0, 0, 0, 0.8);
}
.video_abec .dropdown-d446:hover {
  color: rgba(0, 0, 0, 0.8);
}
.modal-smooth-df2e .thumbnail-b61a {
  margin-left: auto;
  margin-right: auto;
}
.outline_887b > * {
  margin-left: auto;
  margin-right: auto;
}
.outline_887b .highlight_short_92db {
  margin-right: 1.41575em;
}
.over_21b3 .outline_887b > .complex_4f7e {
  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;
}
.over_21b3 .outline_887b > .description-mini-1b43 {
  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;
}
.tag-b730.modal-smooth-df2e .thumbnail-b61a,
.sidebar_8b0a.modal-smooth-df2e .thumbnail-b61a {
  margin-left: 0;
}
.paragraph-925a.modal-smooth-df2e .thumbnail-b61a,
.blue-7c2e.modal-smooth-df2e .thumbnail-b61a {
  margin-right: 0;
}
.outline_887b ol,
.outline_887b ul {
  margin: 1.5em auto;
  list-style-position: outside;
}
.text-1aa9 video {
  max-width: 100%;
}
.texture_36e9 img {
  display: block;
}
.texture_36e9.highlight_short_92db,
.texture_36e9.paper_952c {
  width: 100%;
}
.texture_36e9.description-mini-1b43 img {
  width: 100vw;
  width: calc(var(--vw, 1vw) * 100);
}
.feature-4ed9:not(.main-bright-1695) {
  margin: 1.5em auto;
}
.text_warm_098c p {
  padding: 1.5em 14px;
}
ul.input-silver-1915.description-mini-1b43,
ul.input-silver-1915.complex_4f7e,
ul.input-silver-1915.iron_03bd.complex_4f7e {
  padding: 0 14px;
}
.tabs_advanced_ef14 {
  display: block;
  overflow-x: auto;
}
.tabs_advanced_ef14 table {
  border-collapse: collapse;
  width: 100%;
}
.tabs_advanced_ef14 td,
.tabs_advanced_ef14 th {
  padding: 0.5em;
}
.outline_887b li {
  margin-left: 2.5em;
  margin-bottom: 6px;
}
.outline_887b ol ol,
.outline_887b ol ul,
.outline_887b ul ol,
.outline_887b ul ul {
  margin-bottom: 0;
  margin-top: 0;
  margin-left: 2.5em;
}
.outline_887b ol ol li,
.outline_887b ol ul li,
.outline_887b ul ol li,
.outline_887b ul ul li {
  margin-left: 0;
}
.avatar_hot_b077.menu-abf6 > .avatar-d830 {
  position: relative;
  width: 100%;
  height: 0;
  padding-top: 56.25%;
}
.avatar_hot_b077.menu-abf6 > .avatar-d830 iframe,
.avatar_hot_b077.menu-abf6 > .avatar-d830 > object {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}
.bottom-66c5 {
  border-left-width: 4px;
  border-left-color: currentColor;
}
.bottom-66c5.progress-fbc2 {
  padding: 0;
}
.bottom-66c5.progress-fbc2 cite {
  font-size: 13px;
}
.bottom-66c5 > * {
  margin-left: 16px;
  margin-right: 16px;
}
.bottom-66c5 cite {
  font-style: normal;
  margin-top: 1em;
  position: relative;
  font-size: 13px;
}
.input-c4ba {
  border-bottom: 4px solid currentColor;
  border-top: 4px solid currentColor;
  margin-left: 0;
  margin-right: 0;
  padding: 3em 0;
  text-align: center;
}
.input-c4ba > p:first-child {
  margin-top: 0;
}
.input-c4ba cite {
  font-size: 13px;
  font-style: normal;
  text-transform: uppercase;
}
.input-c4ba blockquote {
  border-left: 0;
}
.stone_d74e {
  margin: 3em auto;
  border: none;
  border-bottom: 2px solid currentColor;
}
.stone_d74e:not(.cold-63d3) {
  max-width: 100px;
}
.stone_d74e.picture-wood-7a95 {
  border-bottom: none !important;
  text-align: center;
}
.stone_d74e.picture-wood-7a95::before {
  padding-left: 0;
  font-size: 30px;
}
@media screen and (min-width: 768px) {
  .text_warm_098c p {
    padding: 1.5em 0;
  }
}
.prev_87ae {
  color: #0073aa;
}
.focused-7553 {
  background-color: #0073aa;
}
.logo_basic_6c8d {
  color: #229fd8;
}
.left-62a3 {
  background-color: #229fd8;
}
.item_focused_7aac {
  color: #eee;
}
.hover_inner_c505 {
  background-color: #eee;
}
.fluid_849e {
  color: #444;
}
.bottom_726b {
  background-color: #444;
}
.status-brown-654d {
  padding: 0;
  -webkit-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  text-size-adjust: 100%;
  line-height: 13px;
}
.status-brown-654d .grid-9b1e .border_2f1c {
  font-size: 15px;
}
.status-brown-654d .border_2f1c {
  line-height: 1.3;
}
.status-brown-654d .video_abec {
}
.status-brown-654d .gradient-dim-65da {
  background: #235787;
}
.highlight_active_6bcc {
  padding: 0;
}
.highlight_active_6bcc .gradient-dim-65da {
  background: #1a1a1a;
}
.highlight_active_6bcc .video_abec {
  box-shadow: 0 1px 2px 0 #e1e5ea;
  background: #fff;
}
.gold-7a67 {
  padding: 0;
  border-left: none;
  border-right: none;
}
.gold-7a67 .video_abec {
  box-shadow: 0 1px 2px 0 #e1e5ea;
}
.gold-7a67 .gradient-dim-65da {
  background: #303030;
}
.center_8ea5 {
  position: relative;
  z-index: 10;
}
.center_8ea5 .wide-63d7 {
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
  -webkit-box-pack: center;
  justify-content: center;
}
.wrapper_ab19 .new_06c7 {
  display: inline-block;
  vertical-align: middle;
}
.wrapper_ab19.over-e78e .new_06c7 {
  margin-right: 1em;
}
@media screen and (max-width: 1024px) {
  .wrapper_ab19.over-e78e .new_06c7 {
    margin-right: 1em;
  }
}
@media screen and (max-width: 568px) {
  .wrapper_ab19.over-e78e .new_06c7 {
    margin-right: 0.4em;
  }
}
.wrapper_ab19.over-e78e .new_06c7:last-child {
  margin-right: 0;
}
.gradient-ff0e .wide-63d7 {
  max-width: initial;
}
@media screen and (min-width: 1025px) {
  .advanced_d406 .grid-9b1e {
    margin: 0 -0.5em;
  }
  .advanced_d406 .grid-9b1e [class*="customify-col-"],
  .advanced_d406 .grid-9b1e [class*="customify-col_"],
  .advanced_d406 .grid-9b1e [class~="customify-col-"] {
    padding-left: 0.5em;
    padding-right: 0.5em;
  }
}
.advanced_d406.hover_glass_d18e .wide-63d7 {
  background: 0 0 !important;
}
.advanced_d406.hover_glass_d18e .wide-63d7,
.advanced_d406.gradient-ff0e .wide-63d7 {
  border: 0 none !important;
  box-shadow: none !important;
}
@media screen and (min-width: 1025px) {
  .advanced_d406.full_e276 {
    background: 0 0 !important;
    border: 0 none;
    box-shadow: none !important;
  }
}
.advanced_d406.gradient-ff0e .wide-63d7 {
  box-shadow: none !important;
}
.wrapper_a1b0 {
  padding: 21px 0 22px;
  border-bottom: 1px solid #eaecee;
  word-break: break-word;
  background: #f9f9f9;
}
@media screen and (max-width: 1024px) {
  .wrapper_a1b0 {
    padding: 19px 0 20px;
  }
}
@media screen and (max-width: 568px) {
  .wrapper_a1b0 {
    padding: 18px 0 20px;
  }
}
.wrapper_a1b0 .fresh_2281 {
  width: 100%;
}
.wrapper_a1b0 .text_hard_6ef7 {
  margin-bottom: 0;
}
.wrapper_a1b0 .slider-full-385c {
  margin-top: 5px;
  font-size: 0.875em;
}
.disabled-green-7551 {
  padding: 9px 0 9px;
  border-bottom: 1px solid #eaecee;
  color: #6d6d6d;
  line-height: 1.6;
  background: #fff;
}
.disabled-green-7551 .main_hovered_a172 {
  width: 100%;
}
.form-2407 {
  list-style: none;
  margin: 0 1em;
  padding: 0;
}
.form-2407 li {
  display: inline-block;
  position: relative;
  padding-right: 10px;
}
.form-2407 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;
}
.form-2407 li:last-child:after {
  display: none;
}
.form-2407 li a {
  font-weight: 500;
  margin-right: 10px;
}
.green-1df9 .progress_42c3 button,
.wrapper_a1b0 .progress_42c3 button {
  left: 0;
}
.green-1df9 .main_hovered_a172,
.wrapper_a1b0 .main_hovered_a172 {
  padding-left: 0;
  padding-right: 0;
}
.green-1df9 .disabled-green-7551,
.wrapper_a1b0 .disabled-green-7551 {
  border-bottom: none;
  padding-bottom: 0;
  background: 0 0;
}
.green-1df9 {
  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;
}
.green-1df9: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;
}
.green-1df9 .detail_a8fe {
  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) {
  .green-1df9 .detail_a8fe {
    min-height: 300px;
  }
}
@media screen and (max-width: 1024px) {
  .green-1df9 .detail_a8fe {
    min-height: 250px;
    padding: 1em 15px;
  }
}
@media screen and (max-width: 568px) {
  .green-1df9 .detail_a8fe {
    min-height: 200px;
  }
}
.green-1df9 .form-2407 {
  color: rgba(255, 255, 255, 0.8);
}
.green-1df9 .form-2407 a,
.green-1df9 .form-2407 li:after {
  color: inherit;
}
.green-1df9 .form-2407 a:hover {
  color: rgba(255, 255, 255, 0.8);
}
.lite_c941 {
  margin-bottom: 0.5em;
}
.active-red-5713 {
  margin-bottom: 1.2em;
}
.active-red-5713,
.lite_c941 {
  display: inline-block;
  position: relative;
  color: rgba(255, 255, 255, 0.99);
  z-index: 5;
}
.active-red-5713 p:last-child,
.lite_c941 p:last-child {
  margin-bottom: 0;
}
#header-menu-sidebar .progress_42c3,
#masthead .progress_42c3 {
  display: none;
}
#masthead
  > .progress_42c3.status-west-dd4c {
  display: none;
}
#masthead > .progress_42c3 button {
  left: 0;
}
.preview-9947 {
  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%;
}
.preview-9947 .new_06c7 {
  display: -webkit-inline-box;
  display: inline-flex;
  -webkit-box-align: center;
  align-items: center;
  margin-left: 0.5em;
  margin-right: 0.5em;
}
.preview-9947 .hard_5c46 {
  display: -webkit-box;
  display: flex;
}
.preview-9947 .hard_5c46.caption-cc36 {
  -webkit-box-pack: center;
  justify-content: center;
  margin-left: 1em;
  margin-right: 1em;
}
.preview-9947 .hard_5c46.small-6179 {
  -webkit-box-pack: start;
  justify-content: flex-start;
  margin-right: auto;
  -webkit-box-flex: 1;
  flex: 1 1 0;
}
.preview-9947 .hard_5c46.widget_lite_838f {
  margin-left: auto;
  -webkit-box-pack: end;
  justify-content: flex-end;
  -webkit-box-flex: 1;
  flex: 1 1 0;
}
.preview-9947.green_adf3.avatar_27ac .hard_5c46.caption-cc36 {
  flex-basis: 100%;
}
.preview-9947.paragraph_short_fdb4 .hard_5c46.small-6179 {
  -webkit-box-flex: 1;
  flex: auto;
}
.preview-9947.paragraph_short_fdb4 .hard_5c46.widget_lite_838f {
  -webkit-box-flex: 1;
  flex: auto;
}
#masthead
  > .progress_42c3.status-west-dd4c {
  display: none;
}
#masthead > .progress_42c3 button {
  left: 0;
}
.focus-df67 {
  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;
}
.focus-df67:hover {
  box-shadow: inset 0 0 0 120px rgba(0, 0, 0, 0.18);
  color: #fff;
}
.focus-df67.footer_22a0 i {
  margin-right: 4px;
}
.focus-df67.notification_df20 i {
  margin-left: 5px;
}
.border_2f1c p {
  font-weight: 500;
  text-transform: uppercase;
  font-size: 13px;
}
.border_2f1c p:last-child {
  margin-bottom: 0;
}
.selected-ac4b {
  display: -webkit-box;
  display: flex;
  line-height: 0.9;
  vertical-align: middle;
}
.selected-ac4b a {
  display: inline-block;
  text-transform: uppercase;
  letter-spacing: 0.4px;
  font-weight: 600;
}
.selected-ac4b img {
  display: block;
  width: auto;
  line-height: 1;
}
.selected-ac4b .carousel_0bc0 {
  font-size: 1.5em;
  margin: 0;
  font-weight: 600;
  line-height: 1.216;
}
.selected-ac4b .pattern_4a9c {
  margin: 5px 0 7px 0;
}
.selected-ac4b.notice-out-5af6 .image-current-985e {
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
  -webkit-box-pack: center;
  justify-content: center;
}
.selected-ac4b.notice-out-5af6 .header-135d {
  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;
}
.selected-ac4b.content_7650 {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  flex-direction: row-reverse;
}
.selected-ac4b.content_7650 .image-current-985e {
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
  -webkit-box-pack: center;
  justify-content: center;
}
.selected-ac4b.content_7650 .header-135d {
  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;
}
.selected-ac4b.container-silver-069a {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
}
.selected-ac4b.center_7333 {
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
  flex-direction: column-reverse;
}
.selected-ac4b.center_7333 .header-135d {
  margin-top: 7px;
}
.panel-dim-5151 {
  display: inline-block;
}
.center_8ea5 .carousel-ede4 .selected-ac4b img {
  max-width: 100%;
}
.left-3753 .complex-091d.warm_a197,
.thumbnail-e110 .complex-091d.warm_a197 {
  position: relative;
  display: -webkit-inline-box;
  display: inline-flex;
  -webkit-box-align: center;
  align-items: center;
}
.left-3753 .hero_5d30,
.thumbnail-e110 .hero_5d30 {
  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%);
}
.left-3753 .hero_5d30 {
  display: inline;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-decoration: none !important;
}
.left-3753.input_active_d546 .hero_5d30 {
  display: none;
}
.left-3753 .caption-31e8 {
  list-style: none;
  padding: 0;
  margin: 0;
}
.left-3753 .caption-31e8 li {
  display: inline-block;
  position: relative;
}
.left-3753 .caption-31e8 li:last-child {
  margin-right: 0;
}
.left-3753 .caption-31e8 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;
}
.left-3753 .caption-31e8 li.clean_0336 > a {
  color: rgba(0, 0, 0, 0.9);
}
.left-3753 .caption-31e8 > 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;
}
.left-3753 .caption-31e8 > li > a i {
  line-height: 0;
}
.left-3753 .caption-31e8 > li.alert_cool_ba9e > a .hero_5d30 {
  margin-left: 4px;
  line-height: 0;
}
.left-3753 .caption-31e8 .lower_b862 li.alert_cool_ba9e > a {
  position: relative;
}
.left-3753 .caption-31e8 .lower_b862 li.alert_cool_ba9e > a:after,
.left-3753 .caption-31e8 .lower_b862 li.alert_cool_ba9e > a:before {
  content: "";
  display: table;
}
.left-3753 .caption-31e8 .lower_b862 li.alert_cool_ba9e > a:after {
  clear: both;
}
.left-3753 .caption-31e8 .lower_b862 li.alert_cool_ba9e > a .hero_5d30 {
  margin-left: 5px;
  float: right;
}
.left-3753 .tooltip_static_a56e,
.left-3753 .lower_b862 {
  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;
}
.left-3753 .lower_b862 {
  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;
}
.left-3753 .lower_b862 .warm_a197 {
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: justify;
  justify-content: space-between;
}
.left-3753 .lower_b862 .hero_5d30 {
  -webkit-transform: rotate(135deg) translateY(0);
  -ms-transform: rotate(135deg) translateY(0);
  transform: rotate(135deg) translateY(0);
}
.left-3753 .lower_b862 li {
  display: block;
  margin: 0;
  padding: 0;
}
.left-3753 .lower_b862 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;
}
.left-3753 .lower_b862 li a:hover {
  background: rgba(0, 0, 0, 0.015);
  color: rgba(0, 0, 0, 0.8);
}
.left-3753 .lower_b862 .lower_b862 {
  top: 0;
  left: 100%;
}
.left-3753 .middle_1eae.fn-focus-b963 > .tooltip_static_a56e,
.left-3753 .middle_1eae.fn-focus-b963 > .lower_b862,
.left-3753 .middle_1eae:focus > .tooltip_static_a56e,
.left-3753 .middle_1eae:focus > .lower_b862,
.left-3753 .middle_1eae:hover > .tooltip_static_a56e,
.left-3753 .middle_1eae:hover > .lower_b862 {
  height: auto;
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
  overflow: initial;
  visibility: visible;
  opacity: 1;
}
.left-3753.hard_e7fc .frame-814a:after,
.left-3753.hard_e7fc .frame-814a:before {
  content: "";
  display: table;
}
.left-3753.hard_e7fc .frame-814a:after {
  clear: both;
}
.left-3753.hard_e7fc .frame-814a > li {
  float: left;
}
.left-3753.media_warm_9370 .frame-814a:after,
.left-3753.media_warm_9370 .frame-814a:before {
  content: "";
  display: table;
}
.left-3753.media_warm_9370 .frame-814a:after {
  clear: both;
}
.left-3753.media_warm_9370 .frame-814a > li {
  float: left;
}
.left-3753.media_warm_9370 .frame-814a > li > a {
  background: 0 0;
  display: -webkit-inline-box;
  display: inline-flex;
  vertical-align: middle;
  -webkit-box-align: center;
  align-items: center;
}
.left-3753.media_warm_9370 .frame-814a > li > a:hover {
  color: #fff;
  background-color: #1e4b75;
}
.left-3753.media_warm_9370 .frame-814a > li.fast-464b > a,
.left-3753.media_warm_9370 .frame-814a > li.clean_0336 > a {
  color: #fff;
  background-color: #1e4b75;
}
.left-3753.bright_b14e .frame-814a > li > a .warm_a197 {
  position: relative;
}
.left-3753.bright_b14e .frame-814a > li > a .warm_a197: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;
}
.left-3753.bright_b14e
  .frame-814a
  > li:focus
  > a
  .warm_a197:before,
.left-3753.bright_b14e
  .frame-814a
  > li:hover
  > a
  .warm_a197:before {
  width: 100%;
  background-color: currentColor;
}
.left-3753.bright_b14e
  .frame-814a
  > li.fast-464b
  > a
  .warm_a197:before,
.left-3753.bright_b14e
  .frame-814a
  > li.hover-first-3534
  > a
  .warm_a197:before {
  width: 100%;
  background-color: currentColor;
}
.left-3753.static-5c49 .frame-814a > li > a .warm_a197 {
  position: relative;
}
.left-3753.static-5c49 .frame-814a > li > a .warm_a197: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;
}
.left-3753.static-5c49 .frame-814a > li:focus > a .warm_a197:before,
.left-3753.static-5c49
  .frame-814a
  > li:hover
  > a
  .warm_a197:before {
  width: 100%;
  background-color: currentColor;
}
.left-3753.static-5c49
  .frame-814a
  > li.fast-464b
  > a
  .warm_a197:before,
.left-3753.static-5c49
  .frame-814a
  > li.hover-first-3534
  > a
  .warm_a197:before {
  width: 100%;
  background-color: currentColor;
}
.thumbnail-e110 .caption-31e8 {
  margin: 0;
  padding: 0;
  list-style: none;
}
.thumbnail-e110 .caption-31e8 li:first-child > a {
  border-top: none;
}
.thumbnail-e110 .caption-31e8 .action-963d > .warm_a197 .hero_5d30 {
  display: none;
}
.thumbnail-e110 .caption-31e8 li {
  list-style: none;
  position: relative;
  border-bottom: 1px solid transparent;
}
.thumbnail-e110 .caption-31e8 li:last-child {
  border: none;
}
.thumbnail-e110 .caption-31e8 li.alert_cool_ba9e > a {
  padding-right: 45px !important;
}
.thumbnail-e110 .caption-31e8 li a {
  display: block;
  padding: 0.55em 1.5em;
}
.thumbnail-e110 .caption-31e8 li a:focus,
.thumbnail-e110 .caption-31e8 li a:hover {
  background: rgba(0, 0, 0, 0.01);
}
.thumbnail-e110 .caption-31e8 li .notice-38dd {
  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;
}
.thumbnail-e110 .caption-31e8 li .notice-38dd:hover {
  box-shadow: none;
}
.thumbnail-e110 .caption-31e8 li .notice-38dd .hero_5d30 {
  -webkit-transform: rotate(-135deg) translateY(50%) translateX(50%);
  -ms-transform: rotate(-135deg) translateY(50%) translateX(50%);
  transform: rotate(-135deg) translateY(50%) translateX(50%);
}
.thumbnail-e110 .caption-31e8 .lower_b862 {
  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);
}
.thumbnail-e110 .caption-31e8 .lower_b862 li a {
  padding-left: 3em;
}
.thumbnail-e110 .caption-31e8 .avatar_bcdc > a .notice-38dd i {
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
.thumbnail-e110 .caption-31e8 .avatar_bcdc > .lower_b862 {
  display: block;
  opacity: 1;
}
.light-8d12 {
  max-width: 100%;
}
.detail_gold_facd {
  line-height: 0;
  cursor: pointer;
}
.over_a35c {
  line-height: 0;
  display: inline-block;
  position: relative;
  box-shadow: none;
}
.over_a35c:hover {
  box-shadow: none;
  color: currentColor;
}
.over_a35c svg {
  width: 18px;
  height: 18px;
}
.over_a35c .sort-d109 {
  display: none;
}
.glass-a75a {
  position: relative;
}
.glass-a75a.fn-active-b963 .over_a35c .blue-d465 {
  display: none;
}
.glass-a75a.fn-active-b963 .over_a35c .sort-d109 {
  display: inline-block;
}
.glass-a75a .section_9b21 {
  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);
}
.glass-a75a.menu_5f41 .section_9b21 {
  left: auto;
  right: -0.9em;
}
.glass-a75a.menu_5f41 .hero-wood-6153::before {
  left: auto;
  right: 15px;
}
.glass-a75a.fn-active-b963 .section_9b21 {
  height: auto;
  overflow: initial;
  z-index: 26;
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
}
.footer_46a0 {
  display: -webkit-box;
  display: flex;
  margin-bottom: 0;
  width: 100%;
  max-width: 100%;
}
.footer_46a0 label {
  flex-basis: 100%;
}
.footer_46a0 .action-0acd {
  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;
}
.footer_46a0 .shade-fb44 {
  display: block;
  width: 100%;
  border-radius: 2px;
  height: 2.4em;
}
.footer_46a0 .shade-fb44:focus {
  background-color: transparent;
}
.footer_46a0 button.fluid-ce2a {
  overflow: hidden;
  box-shadow: none;
  margin-left: -40px;
  background: 0 0;
  color: #6d6d6d;
  line-height: 0;
  padding: 0 0.7em;
  min-height: auto;
}
.footer_46a0 button.fluid-ce2a:hover {
  box-shadow: none;
  background-color: transparent;
  color: #686868;
}
.footer_46a0 button.fluid-ce2a svg {
  width: 18px;
  height: 18px;
}
.footer_46a0 input[type="submit"] {
  min-height: auto;
}
.tag_b92b .footer_46a0 .shade-fb44 {
  border: 0;
  box-shadow: none;
  background-color: transparent;
}
.hero-wood-6153 {
  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) {
  .hero-wood-6153 {
    width: 220px;
  }
}
.hero-wood-6153 label {
  flex-basis: 100%;
}
.hero-wood-6153::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;
}
.white_9017 .tag_b92b .footer_46a0 {
  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;
}
.white_9017
  .tag_b92b
  .footer_46a0
  .action-0acd {
  background-color: transparent;
  min-height: auto;
  flex-basis: 100%;
  display: -webkit-box;
  display: flex;
  border-style: none;
  border: none;
  box-shadow: none;
}
.white_9017 .tag_b92b .footer_46a0 .shade-fb44 {
  border-color: transparent;
  height: auto;
  background-color: transparent;
  border: 0;
  border-style: none;
  box-shadow: none;
  -webkit-box-flex: 0;
  flex: 0 0 auto;
}
.white_9017
  .tag_b92b
  .footer_46a0
  .shade-fb44:focus {
  background: 0 0;
}
.white_9017
  .tag_b92b
  .footer_46a0
  .border-e0e9 {
  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;
}
.article-e9c4 {
  display: inline-block;
  margin: 0;
  padding: 0;
  list-style: none;
  position: relative;
}
.article-e9c4 li {
  list-style: none;
  display: inline-block;
  margin: 0 3px;
}
.article-e9c4 li:last-child {
  margin-right: 0;
}
.article-e9c4 li:first-child {
  margin-left: 0;
}
.article-e9c4.progress_ce70 a {
  color: #fff;
}
.article-e9c4.progress_ce70 a:hover {
  color: #fff;
}
.article-e9c4 a {
  color: currentColor;
  text-align: center;
  vertical-align: middle;
  width: 100%;
  padding: 0.4em;
  display: inline-block;
  line-height: 1;
  font-size: 13px;
}
.article-e9c4 a i {
  width: 1em;
  height: 1em;
  position: relative;
  display: block;
}
.article-e9c4 a i:before {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}
.article-e9c4 a:hover {
  opacity: 0.9;
  color: inherit;
}
.article-e9c4 [class*="social-icon-apple"] {
  background-color: #999;
}
.article-e9c4 [class*="social-icon-apple"].carousel_dirty_e587 {
  background-color: transparent;
  color: #999;
}
.article-e9c4 [class*="social-icon-behance"] {
  background-color: #1769ff;
}
.article-e9c4 [class*="social-icon-behance"].carousel_dirty_e587 {
  background-color: transparent;
  color: #1769ff;
}
.article-e9c4 [class*="social-icon-bitbucket"] {
  background-color: #205081;
}
.article-e9c4 [class*="social-icon-bitbucket"].carousel_dirty_e587 {
  background-color: transparent;
  color: #205081;
}
.article-e9c4 [class*="social-icon-codepen"] {
  background-color: #000;
}
.article-e9c4 [class*="social-icon-codepen"].carousel_dirty_e587 {
  background-color: transparent;
  color: #000;
}
.article-e9c4 [class*="social-icon-delicious"] {
  background-color: #39f;
}
.article-e9c4 [class*="social-icon-delicious"].carousel_dirty_e587 {
  background-color: transparent;
  color: #39f;
}
.article-e9c4 [class*="social-icon-digg"] {
  background-color: #005be2;
}
.article-e9c4 [class*="social-icon-digg"].carousel_dirty_e587 {
  background-color: transparent;
  color: #005be2;
}
.article-e9c4 [class*="social-icon-dribbble"] {
  background-color: #ea4c89;
}
.article-e9c4 [class*="social-icon-dribbble"].carousel_dirty_e587 {
  background-color: transparent;
  color: #ea4c89;
}
.article-e9c4 [class*="social-icon-envelope"] {
  background-color: #ea4335;
}
.article-e9c4 [class*="social-icon-envelope"].carousel_dirty_e587 {
  background-color: transparent;
  color: #ea4335;
}
.article-e9c4 [class*="social-icon-facebook"] {
  background-color: #3b5998;
}
.article-e9c4 [class*="social-icon-facebook"].carousel_dirty_e587 {
  background-color: transparent;
  color: #3b5998;
}
.article-e9c4 [class*="social-icon-flickr"] {
  background-color: #0063dc;
}
.article-e9c4 [class*="social-icon-flickr"].carousel_dirty_e587 {
  background-color: transparent;
  color: #0063dc;
}
.article-e9c4 [class*="social-icon-foursquare"] {
  background-color: #2d5be3;
}
.article-e9c4 [class*="social-icon-foursquare"].carousel_dirty_e587 {
  background-color: transparent;
  color: #2d5be3;
}
.article-e9c4 [class*="social-icon-github"] {
  background-color: #333;
}
.article-e9c4 [class*="social-icon-github"].carousel_dirty_e587 {
  background-color: transparent;
  color: #333;
}
.article-e9c4 [class*="social-icon-google-plus"] {
  background-color: #dd4b39;
}
.article-e9c4 [class*="social-icon-google-plus"].carousel_dirty_e587 {
  background-color: transparent;
  color: #dd4b39;
}
.article-e9c4 [class*="social-icon-houzz"] {
  background-color: #7ac142;
}
.article-e9c4 [class*="social-icon-houzz"].carousel_dirty_e587 {
  background-color: transparent;
  color: #7ac142;
}
.article-e9c4 [class*="social-icon-instagram"] {
  background-color: #262626;
}
.article-e9c4 [class*="social-icon-instagram"].carousel_dirty_e587 {
  background-color: transparent;
  color: #262626;
}
.article-e9c4 [class*="social-icon-jsfiddle"] {
  background-color: #487aa2;
}
.article-e9c4 [class*="social-icon-jsfiddle"].carousel_dirty_e587 {
  background-color: transparent;
  color: #487aa2;
}
.article-e9c4 [class*="social-icon-linkedin"] {
  background-color: #0077b5;
}
.article-e9c4 [class*="social-icon-linkedin"].carousel_dirty_e587 {
  background-color: transparent;
  color: #0077b5;
}
.article-e9c4 [class*="social-icon-medium"] {
  background-color: #00ab6b;
}
.article-e9c4 [class*="social-icon-medium"].carousel_dirty_e587 {
  background-color: transparent;
  color: #00ab6b;
}
.article-e9c4 [class*="social-icon-odnoklassniki"] {
  background-color: #f4731c;
}
.article-e9c4
  [class*="social-icon-odnoklassniki"].carousel_dirty_e587 {
  background-color: transparent;
  color: #f4731c;
}
.article-e9c4 [class*="social-icon-meetup"] {
  background-color: #ec1c40;
}
.article-e9c4 [class*="social-icon-meetup"].carousel_dirty_e587 {
  background-color: transparent;
  color: #ec1c40;
}
.article-e9c4 [class*="social-icon-pinterest"] {
  background-color: #bd081c;
}
.article-e9c4 [class*="social-icon-pinterest"].carousel_dirty_e587 {
  background-color: transparent;
  color: #bd081c;
}
.article-e9c4 [class*="social-icon-product-hunt"] {
  background-color: #da552f;
}
.article-e9c4 [class*="social-icon-product-hunt"].carousel_dirty_e587 {
  background-color: transparent;
  color: #da552f;
}
.article-e9c4 [class*="social-icon-reddit"] {
  background-color: #ff4500;
}
.article-e9c4 [class*="social-icon-reddit"].carousel_dirty_e587 {
  background-color: transparent;
  color: #ff4500;
}
.article-e9c4 [class*="social-icon-rss"] {
  background-color: #f26522;
}
.article-e9c4 [class*="social-icon-rss"].carousel_dirty_e587 {
  background-color: transparent;
  color: #f26522;
}
.article-e9c4 [class*="social-icon-shopping-cart"] {
  background-color: #4caf50;
}
.article-e9c4
  [class*="social-icon-shopping-cart"].carousel_dirty_e587 {
  background-color: transparent;
  color: #4caf50;
}
.article-e9c4 [class*="social-icon-skype"] {
  background-color: #00aff0;
}
.article-e9c4 [class*="social-icon-skype"].carousel_dirty_e587 {
  background-color: transparent;
  color: #00aff0;
}
.article-e9c4 [class*="social-icon-slideshare"] {
  background-color: #0077b5;
}
.article-e9c4 [class*="social-icon-slideshare"].carousel_dirty_e587 {
  background-color: transparent;
  color: #0077b5;
}
.article-e9c4 [class*="social-icon-snapchat"] {
  background-color: #fffc00;
}
.article-e9c4 [class*="social-icon-snapchat"].carousel_dirty_e587 {
  background-color: transparent;
  color: #fffc00;
}
.article-e9c4 [class*="social-icon-soundcloud"] {
  background-color: #f80;
}
.article-e9c4 [class*="social-icon-soundcloud"].carousel_dirty_e587 {
  background-color: transparent;
  color: #f80;
}
.article-e9c4 [class*="social-icon-spotify"] {
  background-color: #2ebd59;
}
.article-e9c4 [class*="social-icon-spotify"].carousel_dirty_e587 {
  background-color: transparent;
  color: #2ebd59;
}
.article-e9c4 [class*="social-icon-stack-overflow"] {
  background-color: #fe7a15;
}
.article-e9c4
  [class*="social-icon-stack-overflow"].carousel_dirty_e587 {
  background-color: transparent;
  color: #fe7a15;
}
.article-e9c4 [class*="social-icon-maldkfgram"] {
  background-color: #2ca5e0;
}
.article-e9c4 [class*="social-icon-maldkfgram"].carousel_dirty_e587 {
  background-color: transparent;
  color: #2ca5e0;
}
.article-e9c4 [class*="social-icon-tripadvisor"] {
  background-color: #589442;
}
.article-e9c4 [class*="social-icon-tripadvisor"].carousel_dirty_e587 {
  background-color: transparent;
  color: #589442;
}
.article-e9c4 [class*="social-icon-tumblr"] {
  background-color: #35465c;
}
.article-e9c4 [class*="social-icon-tumblr"].carousel_dirty_e587 {
  background-color: transparent;
  color: #35465c;
}
.article-e9c4 [class*="social-icon-twitch"] {
  background-color: #6441a5;
}
.article-e9c4 [class*="social-icon-twitch"].carousel_dirty_e587 {
  background-color: transparent;
  color: #6441a5;
}
.article-e9c4 [class*="social-icon-twitter"] {
  background-color: #1da1f2;
}
.article-e9c4 [class*="social-icon-twitter"].carousel_dirty_e587 {
  background-color: transparent;
  color: #1da1f2;
}
.article-e9c4 [class*="social-icon-vimeo"] {
  background-color: #1ab7ea;
}
.article-e9c4 [class*="social-icon-vimeo"].carousel_dirty_e587 {
  background-color: transparent;
  color: #1ab7ea;
}
.article-e9c4 [class*="social-icon-vk"] {
  background-color: #45668e;
}
.article-e9c4 [class*="social-icon-vk"].carousel_dirty_e587 {
  background-color: transparent;
  color: #45668e;
}
.article-e9c4 [class*="social-icon-weibo"] {
  background-color: #df2029;
}
.article-e9c4 [class*="social-icon-weibo"].carousel_dirty_e587 {
  background-color: transparent;
  color: #df2029;
}
.article-e9c4 [class*="social-icon-weixin"] {
  background-color: #7bb32e;
}
.article-e9c4 [class*="social-icon-weixin"].carousel_dirty_e587 {
  background-color: transparent;
  color: #7bb32e;
}
.article-e9c4 [class*="social-icon-whatsapp"] {
  background-color: #25d366;
}
.article-e9c4 [class*="social-icon-whatsapp"].carousel_dirty_e587 {
  background-color: transparent;
  color: #25d366;
}
.article-e9c4 [class*="social-icon-wordpress"] {
  background-color: #21759b;
}
.article-e9c4 [class*="social-icon-wordpress"].carousel_dirty_e587 {
  background-color: transparent;
  color: #21759b;
}
.article-e9c4 [class*="social-icon-xing"] {
  background-color: #026466;
}
.article-e9c4 [class*="social-icon-xing"].carousel_dirty_e587 {
  background-color: transparent;
  color: #026466;
}
.article-e9c4 [class*="social-icon-yelp"] {
  background-color: #af0606;
}
.article-e9c4 [class*="social-icon-yelp"].carousel_dirty_e587 {
  background-color: transparent;
  color: #af0606;
}
.article-e9c4 [class*="social-icon-youtube"] {
  background-color: #cd201f;
}
.article-e9c4 [class*="social-icon-youtube"].carousel_dirty_e587 {
  background-color: transparent;
  color: #cd201f;
}
.component-b7aa {
  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;
}
.component-b7aa:hover {
  box-shadow: none;
  background: 0 0;
}
.notification_b27b {
  background: 0 0 !important;
  text-transform: uppercase;
  font-size: 0.85em;
}
.module_1b1a {
  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;
}
.modal-medium-7ef3 {
  display: inline-block;
  position: relative;
  vertical-align: middle;
}
.panel-dd6f {
  display: block;
  top: 50%;
  background-color: currentcolor;
}
.panel-dd6f,
.panel-dd6f::after,
.panel-dd6f::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;
}
.panel-dd6f::after,
.panel-dd6f::before {
  content: "";
  display: block;
  background-color: inherit;
}
.blue_ec55 .module_1b1a .modal-medium-7ef3 {
  margin-top: -2px;
  width: 19px;
}
.blue_ec55 .module_1b1a .panel-dd6f {
  margin-top: -1px;
}
.blue_ec55 .module_1b1a .panel-dd6f,
.blue_ec55 .module_1b1a .panel-dd6f::after,
.blue_ec55 .module_1b1a .panel-dd6f::before {
  width: 19px;
  height: 2px;
}
.blue_ec55 .module_1b1a .panel-dd6f::before {
  top: -6px;
}
.blue_ec55 .module_1b1a .panel-dd6f::after {
  bottom: -6px;
}
.complex_610d .module_1b1a .modal-medium-7ef3 {
  margin-top: -2px;
  width: 22px;
}
.complex_610d .module_1b1a .panel-dd6f {
  margin-top: -1px;
}
.complex_610d .module_1b1a .panel-dd6f,
.complex_610d .module_1b1a .panel-dd6f::after,
.complex_610d .module_1b1a .panel-dd6f::before {
  width: 22px;
  height: 2px;
}
.complex_610d .module_1b1a .panel-dd6f::before {
  top: -7px;
}
.complex_610d .module_1b1a .panel-dd6f::after {
  bottom: -7px;
}
.breadcrumb-58d8 .module_1b1a .modal-medium-7ef3 {
  margin-top: -2px;
  width: 31px;
}
.breadcrumb-58d8 .module_1b1a .panel-dd6f {
  margin-top: -1.5px;
}
.breadcrumb-58d8 .module_1b1a .panel-dd6f,
.breadcrumb-58d8 .module_1b1a .panel-dd6f::after,
.breadcrumb-58d8 .module_1b1a .panel-dd6f::before {
  width: 31px;
  height: 3px;
}
.breadcrumb-58d8 .module_1b1a .panel-dd6f::before {
  top: -9px;
}
.breadcrumb-58d8 .module_1b1a .panel-dd6f::after {
  bottom: -9px;
}
@media screen and (min-width: 1025px) {
  .picture-d99b .module_1b1a .modal-medium-7ef3 {
    margin-top: -2px;
    width: 19px;
  }
  .picture-d99b .module_1b1a .panel-dd6f {
    margin-top: -1px;
  }
  .picture-d99b .module_1b1a .panel-dd6f,
  .picture-d99b .module_1b1a .panel-dd6f::after,
  .picture-d99b .module_1b1a .panel-dd6f::before {
    width: 19px;
    height: 2px;
  }
  .picture-d99b .module_1b1a .panel-dd6f::before {
    top: -6px;
  }
  .picture-d99b .module_1b1a .panel-dd6f::after {
    bottom: -6px;
  }
  .shade_fluid_4bc8 .module_1b1a .modal-medium-7ef3 {
    margin-top: -2px;
    width: 22px;
  }
  .shade_fluid_4bc8 .module_1b1a .panel-dd6f {
    margin-top: -1px;
  }
  .shade_fluid_4bc8 .module_1b1a .panel-dd6f,
  .shade_fluid_4bc8 .module_1b1a .panel-dd6f::after,
  .shade_fluid_4bc8 .module_1b1a .panel-dd6f::before {
    width: 22px;
    height: 2px;
  }
  .shade_fluid_4bc8 .module_1b1a .panel-dd6f::before {
    top: -7px;
  }
  .shade_fluid_4bc8 .module_1b1a .panel-dd6f::after {
    bottom: -7px;
  }
  .chip_small_7be7 .module_1b1a .modal-medium-7ef3 {
    margin-top: -2px;
    width: 31px;
  }
  .chip_small_7be7 .module_1b1a .panel-dd6f {
    margin-top: -1.5px;
  }
  .chip_small_7be7 .module_1b1a .panel-dd6f,
  .chip_small_7be7 .module_1b1a .panel-dd6f::after,
  .chip_small_7be7 .module_1b1a .panel-dd6f::before {
    width: 31px;
    height: 3px;
  }
  .chip_small_7be7 .module_1b1a .panel-dd6f::before {
    top: -9px;
  }
  .chip_small_7be7 .module_1b1a .panel-dd6f::after {
    bottom: -9px;
  }
}
@media screen and (max-width: 1024px) {
  .section_7e4c .module_1b1a .modal-medium-7ef3 {
    margin-top: -2px;
    width: 19px;
  }
  .section_7e4c .module_1b1a .panel-dd6f {
    margin-top: -1px;
  }
  .section_7e4c .module_1b1a .panel-dd6f,
  .section_7e4c .module_1b1a .panel-dd6f::after,
  .section_7e4c .module_1b1a .panel-dd6f::before {
    width: 19px;
    height: 2px;
  }
  .section_7e4c .module_1b1a .panel-dd6f::before {
    top: -6px;
  }
  .section_7e4c .module_1b1a .panel-dd6f::after {
    bottom: -6px;
  }
  .title_dirty_8c31 .module_1b1a .modal-medium-7ef3 {
    margin-top: -2px;
    width: 22px;
  }
  .title_dirty_8c31 .module_1b1a .panel-dd6f {
    margin-top: -1px;
  }
  .title_dirty_8c31 .module_1b1a .panel-dd6f,
  .title_dirty_8c31 .module_1b1a .panel-dd6f::after,
  .title_dirty_8c31 .module_1b1a .panel-dd6f::before {
    width: 22px;
    height: 2px;
  }
  .title_dirty_8c31 .module_1b1a .panel-dd6f::before {
    top: -7px;
  }
  .title_dirty_8c31 .module_1b1a .panel-dd6f::after {
    bottom: -7px;
  }
  .clean-60d0 .module_1b1a .modal-medium-7ef3 {
    margin-top: -2px;
    width: 31px;
  }
  .clean-60d0 .module_1b1a .panel-dd6f {
    margin-top: -1.5px;
  }
  .clean-60d0 .module_1b1a .panel-dd6f,
  .clean-60d0 .module_1b1a .panel-dd6f::after,
  .clean-60d0 .module_1b1a .panel-dd6f::before {
    width: 31px;
    height: 3px;
  }
  .clean-60d0 .module_1b1a .panel-dd6f::before {
    top: -9px;
  }
  .clean-60d0 .module_1b1a .panel-dd6f::after {
    bottom: -9px;
  }
}
@media screen and (max-width: 568px) {
  .gas_5a32 .module_1b1a .modal-medium-7ef3 {
    margin-top: -2px;
    width: 19px;
  }
  .gas_5a32 .module_1b1a .panel-dd6f {
    margin-top: -1px;
  }
  .gas_5a32 .module_1b1a .panel-dd6f,
  .gas_5a32 .module_1b1a .panel-dd6f::after,
  .gas_5a32 .module_1b1a .panel-dd6f::before {
    width: 19px;
    height: 2px;
  }
  .gas_5a32 .module_1b1a .panel-dd6f::before {
    top: -6px;
  }
  .gas_5a32 .module_1b1a .panel-dd6f::after {
    bottom: -6px;
  }
  .wide-d53d .module_1b1a .modal-medium-7ef3 {
    margin-top: -2px;
    width: 22px;
  }
  .wide-d53d .module_1b1a .panel-dd6f {
    margin-top: -1px;
  }
  .wide-d53d .module_1b1a .panel-dd6f,
  .wide-d53d .module_1b1a .panel-dd6f::after,
  .wide-d53d .module_1b1a .panel-dd6f::before {
    width: 22px;
    height: 2px;
  }
  .wide-d53d .module_1b1a .panel-dd6f::before {
    top: -7px;
  }
  .wide-d53d .module_1b1a .panel-dd6f::after {
    bottom: -7px;
  }
  .white_0e20 .module_1b1a .modal-medium-7ef3 {
    margin-top: -2px;
    width: 31px;
  }
  .white_0e20 .module_1b1a .panel-dd6f {
    margin-top: -1.5px;
  }
  .white_0e20 .module_1b1a .panel-dd6f,
  .white_0e20 .module_1b1a .panel-dd6f::after,
  .white_0e20 .module_1b1a .panel-dd6f::before {
    width: 31px;
    height: 3px;
  }
  .white_0e20 .module_1b1a .panel-dd6f::before {
    top: -9px;
  }
  .white_0e20 .module_1b1a .panel-dd6f::after {
    bottom: -9px;
  }
}
.aside-prev-014f .panel-dd6f {
  -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);
}
.aside-prev-014f .panel-dd6f::before {
  -webkit-transition: top 75ms 0.12s ease, opacity 75ms ease;
  transition: top 75ms 0.12s ease, opacity 75ms ease;
}
.aside-prev-014f .panel-dd6f::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);
}
.aside-prev-014f.table_under_47e0 .panel-dd6f {
  -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);
}
.aside-prev-014f.table_under_47e0 .panel-dd6f::before {
  top: 0;
  opacity: 0;
  -webkit-transition: top 75ms ease, opacity 75ms 0.12s ease;
  transition: top 75ms ease, opacity 75ms 0.12s ease;
}
.aside-prev-014f.table_under_47e0 .panel-dd6f::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);
}
.yellow_2b95 {
  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.hero_0bfd:before {
  display: none;
}
.row_fluid_b78c {
  padding: 0;
  position: fixed;
  width: 100%;
  max-width: 100%;
  top: 0;
  z-index: 999900;
  visibility: hidden;
}
.row_fluid_b78c .paragraph_2358 {
  padding: 1.4em 1.5em;
  border-bottom: 1px solid transparent;
}
.row_fluid_b78c .paragraph_2358:last-of-type {
  border-bottom: none;
}
.row_fluid_b78c .paragraph_2358.banner_over_99ab,
.row_fluid_b78c .paragraph_2358.frame-bb0d,
.row_fluid_b78c .paragraph_2358.paragraph-dim-5fb3 {
  padding: 0;
}
.row_fluid_b78c .thumbnail-e110 .notice-38dd {
  color: currentColor;
}
.row_fluid_b78c .thumbnail-e110 .notice-38dd:focus,
.row_fluid_b78c .thumbnail-e110 .notice-38dd:hover {
  background: rgba(0, 0, 0, 0.01);
}
.row_fluid_b78c.video_abec .dropdown-d446,
.row_fluid_b78c.video_abec .border_2f1c a,
.row_fluid_b78c.video_abec .frame-814a a,
.row_fluid_b78c.video_abec .lower_b862 a {
  color: rgba(0, 0, 0, 0.55);
}
.row_fluid_b78c.video_abec .dropdown-d446:hover,
.row_fluid_b78c.video_abec .border_2f1c a:hover,
.row_fluid_b78c.video_abec .frame-814a a:hover,
.row_fluid_b78c.video_abec .lower_b862 a:hover {
  color: rgba(0, 0, 0, 0.8);
}
.row_fluid_b78c.video_abec .widget_hot_a169 {
  color: rgba(0, 0, 0, 0.8);
}
.row_fluid_b78c.video_abec .paragraph_2358 {
  border-color: rgba(0, 0, 0, 0.08);
}
.row_fluid_b78c.video_abec .paragraph_2358:before {
  background: rgba(0, 0, 0, 0.08);
}
.row_fluid_b78c.video_abec .menu_e8ff:before {
  background: rgba(255, 255, 255, 0.9);
}
.row_fluid_b78c.video_abec .thumbnail-e110 .caption-31e8 li a,
.row_fluid_b78c.video_abec .thumbnail-e110 .notice-38dd,
.row_fluid_b78c.video_abec .lower_b862 {
  border-color: rgba(0, 0, 0, 0.08);
}
.row_fluid_b78c.video_abec .thumbnail-e110 .notice-38dd:focus,
.row_fluid_b78c.video_abec .thumbnail-e110 .notice-38dd:hover {
  background: rgba(0, 0, 0, 0.01);
}
.row_fluid_b78c.video_abec .caption-31e8 li {
  border-color: rgba(0, 0, 0, 0.08);
}
.row_fluid_b78c.gradient-dim-65da .dropdown-d446,
.row_fluid_b78c.gradient-dim-65da .border_2f1c a,
.row_fluid_b78c.gradient-dim-65da .frame-814a .notice-38dd,
.row_fluid_b78c.gradient-dim-65da .frame-814a a,
.row_fluid_b78c.gradient-dim-65da .lower_b862 a {
  color: rgba(255, 255, 255, 0.79);
}
.row_fluid_b78c.gradient-dim-65da .dropdown-d446:hover,
.row_fluid_b78c.gradient-dim-65da .border_2f1c a:hover,
.row_fluid_b78c.gradient-dim-65da .frame-814a .notice-38dd:hover,
.row_fluid_b78c.gradient-dim-65da .frame-814a a:hover,
.row_fluid_b78c.gradient-dim-65da .lower_b862 a:hover {
  color: rgba(255, 255, 255, 0.99);
}
.row_fluid_b78c.gradient-dim-65da .widget_hot_a169 {
  color: rgba(255, 255, 255, 0.99);
}
.row_fluid_b78c.gradient-dim-65da .paragraph_2358 {
  border-color: rgba(255, 255, 255, 0.08);
}
.row_fluid_b78c.gradient-dim-65da .paragraph_2358:before {
  background: rgba(255, 255, 255, 0.08);
}
.row_fluid_b78c.gradient-dim-65da .menu_e8ff:before {
  background: rgba(0, 0, 0, 0.9);
}
.row_fluid_b78c.gradient-dim-65da .thumbnail-e110 .caption-31e8 li a,
.row_fluid_b78c.gradient-dim-65da .thumbnail-e110 .notice-38dd,
.row_fluid_b78c.gradient-dim-65da .lower_b862 {
  border-color: rgba(255, 255, 255, 0.08);
}
.row_fluid_b78c.gradient-dim-65da .thumbnail-e110 .notice-38dd:focus,
.row_fluid_b78c.gradient-dim-65da .thumbnail-e110 .notice-38dd:hover {
  background: rgba(0, 0, 0, 0.01);
}
.row_fluid_b78c.gradient-dim-65da .caption-31e8 li {
  border-color: rgba(255, 255, 255, 0.08);
}
.menu_e8ff {
  position: relative;
  word-con: break-word;
  min-height: 100%;
  display: block;
}
.menu_e8ff:before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  display: block;
  min-height: 100%;
}
.outline_iron_0b05 {
  position: relative;
  word-con: break-word;
  min-height: 100%;
  display: block;
  padding: 1.2em 0;
}
.disabled-f422 .row_fluid_b78c {
  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;
}
.disabled-f422 .paragraph_2358 {
  text-align: center;
  padding: 2em 1.5em;
  border: none;
  position: relative;
}
.disabled-f422 .paragraph_2358: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) {
  .disabled-f422 .paragraph_2358:before {
    width: 16%;
    left: 42%;
  }
}
.disabled-f422 .paragraph_2358:last-child:before {
  content: none;
}
.disabled-f422 .paragraph_2358[class*="-menu"] {
  padding: 2.5em 1.5em;
}
.disabled-f422 .thumbnail-e110 .caption-31e8 li a {
  border: none;
  font-size: 140%;
  text-transform: uppercase;
  font-weight: 500;
}
.disabled-f422 .thumbnail-e110 .caption-31e8 li a .notice-38dd {
  display: inline-block;
  position: relative;
  border: 0 none;
  margin-right: -1.3em;
  top: -2px;
  padding: 0.28em 0.5em;
}
.disabled-f422 .thumbnail-e110 .lower_b862 {
  border: none;
}
.disabled-f422 .thumbnail-e110 .lower_b862 li a {
  text-transform: none;
  padding: 0.35em 1.5em;
  font-size: 100%;
}
.disabled-f422 .menu_e8ff {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}
.disabled-f422 .outline_iron_0b05 {
  max-width: 48em;
  margin: 3em auto;
  padding: 0;
}
.disabled-f422 .gradient-dim-65da .menu_e8ff:before {
  background: rgba(0, 0, 0, 0.9);
}
.disabled-f422 .video_abec.warm-848f .panel-dd6f {
  background: rgba(0, 0, 0, 0.6);
}
.disabled-f422
  .video_abec.warm-848f
  .panel-dd6f::after,
.disabled-f422
  .video_abec.warm-848f
  .panel-dd6f:before {
  background: inherit;
}
.disabled-f422
  .video_abec.warm-848f:hover
  .panel-dd6f {
  background: rgba(0, 0, 0, 0.8);
}
.full_e0fe .row_fluid_b78c {
  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_e0fe .row_fluid_b78c {
    width: auto;
    right: 45px;
  }
}
.accordion_8374 .row_fluid_b78c {
  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) {
  .accordion_8374 .row_fluid_b78c {
    width: auto;
    left: 45px;
  }
}
.hero_0bfd .row_fluid_b78c {
  position: relative;
  height: 0;
  display: block;
  visibility: visible;
  z-index: 999900;
  overflow: hidden;
}
.hero_0bfd .outline_iron_0b05 {
  max-width: 48em;
  margin: 0 auto;
}
.hero_0bfd .menu_e8ff:before {
  box-shadow: inset 0 0 12px 0 rgba(0, 0, 0, 0.05);
}
.cold_f127 {
  overflow-x: hidden;
  position: relative;
  width: 100%;
  display: block;
}
.cold_f127.disabled-f422 .row_fluid_b78c {
  z-index: 0;
  opacity: 0;
  height: 100%;
}
.cold_f127.full_e0fe .row_fluid_b78c {
  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);
}
.cold_f127 .row_fluid_b78c {
  visibility: visible;
}
.cold_f127.accordion_8374 .row_fluid_b78c {
  -webkit-transform: translateX(200%);
  -ms-transform: translateX(200%);
  transform: translateX(200%);
  height: 100%;
}
.in-e2da,
.surface-iron-a927 {
  overflow-x: hidden;
}
.in-e2da .row_fluid_b78c {
  overflow: auto;
}
.in-e2da.disabled-f422 {
  overflow: initial;
  position: relative;
  width: 100%;
  display: block;
}
.in-e2da.disabled-f422 .row_fluid_b78c {
  z-index: 999900;
  opacity: 1;
  visibility: visible;
}
.in-e2da.disabled-f422 .component-b7aa {
  opacity: 0;
}
.in-e2da.full_e0fe {
  overflow: initial;
  position: relative;
  width: 100%;
  display: block;
}
.in-e2da.full_e0fe .row_fluid_b78c {
  z-index: 999900;
  height: 100vh;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  left: 0;
  visibility: visible;
}
.in-e2da.full_e0fe .component-b7aa {
  opacity: 0;
}
.in-e2da.accordion_8374 {
  overflow: initial;
  position: relative;
  width: 100%;
  display: block;
}
.in-e2da.accordion_8374 .row_fluid_b78c {
  z-index: 999900;
  height: 100vh;
  max-width: 100vw;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  right: 0;
  visibility: visible;
}
.in-e2da.accordion_8374 .component-b7aa {
  opacity: 0;
}
.in-e2da.hero_0bfd .row_fluid_b78c {
  z-index: 10;
  visibility: visible;
}
.warm-848f {
  display: none;
  z-index: 999910;
  cursor: pointer;
  position: fixed;
  top: 10px;
  right: 12px;
}
.warm-848f .panel-dd6f {
  background: rgba(255, 255, 255, 0.99);
}
.warm-848f .panel-dd6f::after,
.warm-848f .panel-dd6f:before {
  background: inherit;
}
.warm-848f:hover .panel-dd6f {
  background: rgba(255, 255, 255, 0.99);
}
.accordion_8374 .warm-848f {
  top: 10px;
  right: auto;
  left: 12px;
}
.hero_0bfd .warm-848f {
  display: none !important;
}
.in-e2da:before,
.surface-iron-a927:before {
  z-index: 999897;
  visibility: visible;
  opacity: 1;
}
.in-e2da .warm-848f,
.surface-iron-a927 .warm-848f {
  display: inline-block;
}
.row_fluid_b78c .new_06c7 {
  -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;
}
.in-e2da .row_fluid_b78c .new_06c7,
.surface-iron-a927 .row_fluid_b78c .new_06c7 {
  opacity: 1;
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
}
.soft_973b .action-0acd {
  width: 100%;
}
.carousel-ede4 {
  padding: 0 0.5em 0;
}
.carousel-ede4 [class*="customify-col-"],
.carousel-ede4 [class*="customify-col_"],
.carousel-ede4 [class~="customify-col"] {
  padding: 0 0.5em 0;
}
.backdrop_pro_023d .carousel-ede4 {
  padding-left: 1em;
  padding-right: 1em;
}
@media screen and (min-width: 1025px) {
  .grid-9b1e .content-middle-b6b8,
  .content-middle-b6b8 {
    display: none;
  }
  .hero-6126 {
    text-align: left;
  }
  .east_968e {
    text-align: center;
  }
  .summary_green_39fa {
    text-align: right;
  }
}
@media screen and (max-width: 1024px) {
  .grid-9b1e .rough-1963,
  .rough-1963 {
    display: none;
  }
  .caption_4a01 {
    text-align: left;
  }
  .wrapper_9158 {
    text-align: center;
  }
  .carousel_0dc5 {
    text-align: right;
  }
}
@media screen and (max-width: 568px) {
  .grid-9b1e .tertiary-0f07,
  .tertiary-0f07 {
    display: none;
  }
  .video_hovered_71b8 {
    text-align: left;
  }
  .article_green_5275 {
    text-align: center;
  }
  .pagination-7495 {
    text-align: right;
  }
}
#page {
  position: relative;
}
.photo-def1 {
  box-shadow: none !important;
}
.breadcrumb-easy-335c .menu-2df7,
.overlay_0500 .menu-2df7 {
  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;
}
.overlay_0500 .menu-2df7 {
  margin-top: 30px;
  margin-bottom: 30px;
}
.wide-63d7 {
  position: relative;
  padding-left: 2em;
  padding-right: 2em;
}
.wide-63d7:after,
.wide-63d7:before {
  content: "";
  display: table;
}
.wide-63d7:after {
  clear: both;
}
@media screen and (max-width: 48em) {
  .wide-63d7 {
    padding-left: 1em;
    padding-right: 1em;
  }
}
.wide-63d7,
.full_e276 {
  max-width: 1248px;
  margin: 0 auto;
}

.sidebar-ee57.banner_easy_a737 .wide-63d7 {
  max-width: 100%;
}
.sidebar-ee57.cold-03a1 {
  max-width: 1200px;
  margin: 0 auto;
}
.sidebar-ee57.breadcrumb-ea8a .wide-63d7 {
  max-width: 100%;
}
.sidebar-ee57.breadcrumb-ea8a > .wide-63d7 {
  padding-left: 0;
  padding-right: 0;
}
.sidebar-ee57.breadcrumb-ea8a > .wide-63d7 .grid-9b1e {
  margin: 0;
}
.sidebar-ee57.breadcrumb-ea8a
  > .wide-63d7
  .description-0ed6.fixed-e56d {
  margin-right: 0;
  margin-left: 0;
}
.sidebar-ee57.breadcrumb-ea8a #main.fixed-e56d {
  padding: 0;
}
#main,
#sidebar-primary,
#sidebar-secondary {
  padding-top: 2.617924em;
  padding-bottom: 2.617924em;
}
@media screen and (max-width: 1024px) {
  .thick-2bef #main {
    border-left: 0 none;
  }
}
@media screen and (max-width: 1024px) {
  .thick-2bef #sidebar-secondary {
    -webkit-box-ordinal-group: 6;
    order: 5;
    display: none;
  }
}
@media screen and (min-width: 48em) {
  .wood_664a .thumbnail-b61a {
    padding-right: 1em;
  }
  .wood_664a.fixed-0f47 .description-0ed6 {
    border-right: 1px solid #eaecee;
  }
  .wood_664a.fixed-0f47 .thumbnail-b61a {
    padding-right: 1em;
  }
  .wood_664a.fixed-0f47 .sort_d1dd {
    padding-left: 1em;
  }
}
@media screen and (min-width: 48em) {
  .dirty_7513 .thumbnail-b61a {
    padding-left: 1em;
  }
  .dirty_7513.fixed-0f47 .description-0ed6 {
    border-left: 1px solid #eaecee;
  }
  .dirty_7513.fixed-0f47 .thumbnail-b61a {
    padding-left: 1em;
  }
  .dirty_7513.fixed-0f47 .sort_d1dd {
    padding-right: 1em;
  }
}
@media screen and (min-width: 48em) {
  .icon-25b6 .thumbnail-b61a {
    padding-left: 1em;
  }
  .icon-25b6.fixed-0f47 .list_7420 {
    border-right: 1px solid #eaecee;
  }
  .icon-25b6.fixed-0f47 .wrapper-fresh-9f21 {
    border-right: 1px solid #eaecee;
  }
  .icon-25b6.fixed-0f47 .thumbnail-b61a {
    padding-left: 1em;
  }
  .icon-25b6.fixed-0f47 .sort_d1dd {
    padding-right: 1em;
  }
  .icon-25b6.fixed-0f47 .panel_d16d {
    padding-left: 1em;
    padding-right: 1em;
  }
}
@media screen and (min-width: 48em) {
  .item_lower_d02c .thumbnail-b61a {
    padding-right: 1em;
  }
  .item_lower_d02c.fixed-0f47 .list_7420 {
    border-left: 1px solid #eaecee;
  }
  .item_lower_d02c.fixed-0f47 .wrapper-fresh-9f21 {
    border-left: 1px solid #eaecee;
  }
  .item_lower_d02c.fixed-0f47 .thumbnail-b61a {
    padding-right: 1em;
  }
  .item_lower_d02c.fixed-0f47 .sort_d1dd {
    padding-left: 1em;
    padding-right: 1em;
  }
  .item_lower_d02c.fixed-0f47 .panel_d16d {
    padding-left: 1em;
  }
}
@media screen and (min-width: 48em) {
  .thick-2bef .thumbnail-b61a {
    padding-left: 1em;
    padding-right: 1em;
  }
  .thick-2bef.fixed-0f47 .description-0ed6 {
    border-left: 1px solid #eaecee;
    border-right: 1px solid #eaecee;
  }
  .thick-2bef.fixed-0f47 .thumbnail-b61a {
    padding-left: 1em;
    padding-right: 1em;
  }
  .thick-2bef.fixed-0f47 .sort_d1dd {
    padding-left: 1em;
  }
  .thick-2bef.fixed-0f47 .panel_d16d {
    padding-right: 1em;
  }
}
@media screen and (max-width: 64em) {
  .thick-2bef.fixed-0f47 .thumbnail-b61a {
    padding-left: 0;
  }
}
.status_clean_bede .wrapper_ab19 {
  display: inline-block;
}
.hard-8980 {
  display: inline-block;
}
.photo_last_844d {
  word-con: break-word;
}
.pro_658a > span {
  display: inline-block;
  padding: 5px 0;
}
.pro_658a .backdrop_advanced_d3f7 {
  margin-left: 8px;
  margin-right: 8px;
}
.pro_658a .menu-hot-92dd img {
  vertical-align: middle;
  overflow: hidden;
  border-radius: 50%;
  margin-right: 5px;
}
.under_7ff0 .texture_rough_b365 {
  margin-bottom: 2em;
}
.under_7ff0 .green-7249 {
  margin-bottom: 15px;
}
.under_7ff0 .green-7249:last-child {
  margin-bottom: 0;
}
.under_7ff0 .accent_bcd3 {
  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) {
  .under_7ff0 .accent_bcd3 {
    display: block;
  }
}
.under_7ff0 .background_motion_db12 {
  position: relative;
  max-width: 100%;
  flex-basis: 40%;
  padding-top: 0;
  overflow: hidden;
}
@media screen and (max-width: 568px) {
  .under_7ff0 .background_motion_db12 {
    margin-bottom: 1em;
    width: 100% !important;
    padding-top: 56.25%;
  }
}
.under_7ff0 .widget-18d2 {
  position: absolute;
  top: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: flex;
  line-height: 0;
  background-color: #d5d5d5;
}
.under_7ff0 .widget-18d2 img {
  -o-object-fit: cover;
  object-fit: cover;
  width: 100%;
  height: auto;
}
.under_7ff0 .widget-18d2 a {
  position: absolute;
  top: 0;
  top: 0;
  display: block;
}
.under_7ff0 .photo_last_844d {
  font-size: 1.5em;
  font-weight: 500;
  word-con: break-word;
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
}
.under_7ff0 .photo_last_844d a {
  text-align: inherit;
  display: block;
  flex-basis: 100%;
}
.under_7ff0 .description-white-b0ba p:last-child {
  margin-bottom: 0;
}
.under_7ff0 .up-997e {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: block;
  z-index: 30;
}
.under_7ff0 .plasma-c1f1 {
  -webkit-box-flex: 1;
  flex: 1;
  word-con: break-word;
  max-width: 100%;
}
.under_7ff0 .liquid-99a0 {
  margin-top: 1em;
}
.under_7ff0 .form-right-5a4d {
  top: 0;
  display: block;
}
.under_7ff0 .form-right-5a4d a {
  color: inherit;
}
.under_7ff0 .form-right-5a4d a:hover {
  color: inherit;
}
.under_7ff0 .icon-steel-d97b {
  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;
}
.under_7ff0 .icon-steel-d97b:hover {
  background: #235787;
  color: #fff;
  border-color: #235787;
}
.under_7ff0 .plasma-c1f1 {
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-flow: column nowrap;
}
.under_7ff0 .header-iron-3ff8 {
  position: relative;
  width: 100%;
  margin-bottom: 15px;
}
.under_7ff0 .header-iron-3ff8:first-child {
  margin-top: 0;
}
.under_7ff0 .header-iron-3ff8.text_fluid_fd96 {
  -webkit-box-flex: 0;
  flex: none;
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.under_7ff0 .header-iron-3ff8.backdrop-bb37 {
  display: -webkit-box;
  display: flex;
  margin-top: auto;
  margin-bottom: 0;
  -webkit-box-pack: justify;
  justify-content: space-between;
}
.under_7ff0
  .header-iron-3ff8.backdrop-bb37.detail_smooth_cedd
  .liquid-99a0 {
  width: 100%;
}
.under_7ff0 .backdrop-bb37 {
  -webkit-box-align: center;
  align-items: center;
}
.under_7ff0 .backdrop-bb37 .pro_658a,
.under_7ff0 .backdrop-bb37 > * {
  margin-bottom: 0;
  margin-top: 0;
  display: inline-block;
}
.under_7ff0 .widget-18d2 {
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
.under_7ff0 .widget-18d2 img {
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
.under_7ff0 .widget-18d2: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;
}
.under_7ff0 .text_fluid_fd96 {
  z-index: 5;
}
.under_7ff0 .current-088f .sort-hard-b6d0 {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  display: block;
}
.under_7ff0 .content_lower_327a .sort-hard-b6d0 {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  display: block;
}
.under_7ff0 .huge_2d4e .sort-hard-b6d0 {
  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;
}
.under_7ff0.pagination-solid-baaa .accent_bcd3,
.under_7ff0.feature_pink_1c04 .accent_bcd3 {
  display: block;
}
.under_7ff0.pagination-solid-baaa .accent_bcd3 .pink_01a9,
.under_7ff0.pagination-solid-baaa .accent_bcd3 .plasma-c1f1,
.under_7ff0.feature_pink_1c04 .accent_bcd3 .pink_01a9,
.under_7ff0.feature_pink_1c04 .accent_bcd3 .plasma-c1f1 {
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
}
.under_7ff0.solid-bfc5 .background_motion_db12 {
  margin-right: 2em;
}
@media screen and (max-width: 568px) {
  .under_7ff0.solid-bfc5 .background_motion_db12 {
    margin-right: 0;
  }
}
.under_7ff0.pagination-solid-baaa .background_motion_db12,
.under_7ff0.feature_pink_1c04 .background_motion_db12 {
  padding-top: 40%;
}
.under_7ff0.pagination-solid-baaa .texture_rough_b365,
.under_7ff0.feature_pink_1c04 .texture_rough_b365 {
  display: block;
}
.under_7ff0.pagination-solid-baaa .fn-sticky-b963 .plasma-c1f1,
.under_7ff0.feature_pink_1c04 .fn-sticky-b963 .plasma-c1f1 {
  background-color: #fcf8e3;
  border: 1px solid #faf2cc;
  border-top: 0 none;
  color: #8a6d3b;
  padding: 1em;
}
.under_7ff0.pagination-solid-baaa .background_motion_db12,
.under_7ff0.feature_pink_1c04 .background_motion_db12 {
  margin-bottom: 1em;
  display: block;
  position: relative;
}
.under_7ff0.pagination-solid-baaa .plasma-c1f1 {
  padding: 1em;
}
.element_outer_94bd {
  margin: 30px auto;
  display: block;
}
.element_outer_94bd .hot-a813 > * {
  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;
}
.element_outer_94bd .hot-a813 > :hover {
  border-color: #235787;
  background: #235787;
  color: #fff;
}
.element_outer_94bd .hot-a813 span {
  border-color: #235787;
  background: #235787;
  color: #fff;
}
.thick-f1cf .pro_658a {
  margin-bottom: 1.41575em;
}
.thick-f1cf .tiny-cfaf {
  margin-bottom: 1.618em;
}
.outline_887b .title-current-b499 {
  display: block;
  margin: 5px 0 20px;
  font-weight: 500;
}
.outline_887b .title-current-b499 a {
  border: 1px solid #eaecee;
  padding: 5px 12px 5px;
  text-transform: uppercase;
  color: #686868;
  margin: 0 2px;
}
.outline_887b .dirty_2927 {
  max-width: 100%;
  overflow: auto;
}
.modal-smooth-df2e .outline_887b a:hover {
  text-decoration: underline;
}
.gradient-prev-6a11 .green-7249:not(.photo_last_844d),
.gradient-prev-6a11 .widget-18d2 {
  margin-bottom: 1.41575em;
}
.gradient-prev-6a11 .green-7249:not(.photo_last_844d):last-child,
.gradient-prev-6a11 .widget-18d2:last-child {
  margin-bottom: 0;
}
.gradient-prev-6a11 .green-7249.texture-968a {
  margin-bottom: 0.41575em;
}
.gradient-prev-6a11 .old-9c80:before,
.gradient-prev-6a11 .dirty-f2ec:before {
  font: normal normal normal 16px/1 FontAwesome;
  text-decoration: inherit;
  text-transform: none;
  position: relative;
  margin-right: 5px;
  color: #6d6d6d;
}
.gradient-prev-6a11 .old-9c80:before {
  content: "\f115";
}
.gradient-prev-6a11 .dirty-f2ec:before {
  content: "\f02c";
}
.gradient-prev-6a11 .sort-in-ec43 {
  display: block;
  width: 100%;
  margin-top: 0.5407911001em;
}
.gradient-prev-6a11 .sort-in-ec43 a {
  text-transform: uppercase;
  font-weight: 500;
  font-size: 80%;
  letter-spacing: 0.5px;
}
.stone_2dd8 {
  display: -webkit-box;
  display: flex;
}
.stone_2dd8 .dirty-ff86 {
  flex-basis: 90px;
}
@media screen and (max-width: 568px) {
  .stone_2dd8 .dirty-ff86 {
    flex-basis: 90px;
  }
}
.stone_2dd8 .primary_dark_9bb3 {
  flex-basis: calc(100% - 90px);
  margin-left: 1.5em;
}
@media screen and (max-width: 568px) {
  .stone_2dd8 .primary_dark_9bb3 {
    flex-basis: calc(100% - 50px);
  }
}
.stone_2dd8 .media_in_1092 p:last-child {
  margin-bottom: 0.72em;
}
.paragraph_07a9 .hot-a813 {
  padding: 16px 0 15px;
  border-top: 1px solid #eaecee;
  border-bottom: 1px solid #eaecee;
}
.paragraph_07a9 .hot-a813:after,
.paragraph_07a9 .hot-a813:before {
  content: "";
  display: table;
}
.paragraph_07a9 .hot-a813:after {
  clear: both;
}
.paragraph_07a9 .hot-a813 .image-pink-2c06,
.paragraph_07a9 .hot-a813 .article_hot_14c7 {
  width: 49%;
}
.paragraph_07a9 .hot-a813 .image-pink-2c06 a span.dynamic_a9d2,
.paragraph_07a9 .hot-a813 .article_hot_14c7 a span.dynamic_a9d2 {
  display: block;
  margin-bottom: 5px;
}
.paragraph_07a9 .hot-a813 .article_hot_14c7 {
  float: left;
  text-align: left;
}
.paragraph_07a9 .hot-a813 .image-pink-2c06 {
  float: right;
  text-align: right;
}
.breadcrumb-complex-40a8 {
  margin-bottom: 0.41575em;
}
@media screen and (max-width: 568px) {
  .breadcrumb-complex-40a8 {
    margin-bottom: 0;
  }
}
.first-c982 {
  margin-bottom: 1em;
}
.first-c982 .photo_last_844d {
  font-size: 1.1em;
  line-height: 1.3;
}
.lower-4245 a {
  display: block;
  line-height: 0;
  position: relative;
}
.tooltip-66dc .first-c982,
.inner_e2bc .first-c982 {
  display: -webkit-box;
  display: flex;
}
@media screen and (max-width: 568px) {
  .tooltip-66dc .first-c982,
  .inner_e2bc .first-c982 {
    display: block;
  }
}
.tooltip-66dc .lower-4245,
.inner_e2bc .lower-4245 {
  flex-basis: 160px;
  position: relative;
}
@media screen and (max-width: 568px) {
  .tooltip-66dc .lower-4245,
  .inner_e2bc .lower-4245 {
    margin-bottom: 1em;
  }
}
.tooltip-66dc .lower-4245 img,
.inner_e2bc .lower-4245 img {
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  display: block;
}
.tooltip-66dc .text-0032,
.inner_e2bc .text-0032 {
  flex-basis: calc(100% - 160px);
}
.tooltip-66dc .text-0032 p,
.inner_e2bc .text-0032 p {
  margin-bottom: 0;
}
.tooltip-66dc .text-0032 {
  padding-left: 1em;
}
@media screen and (max-width: 568px) {
  .tooltip-66dc .text-0032 {
    padding-left: 0;
  }
}
.inner_e2bc .text-0032 {
  -webkit-box-ordinal-group: 2;
  order: 1;
  padding-right: 1em;
}
@media screen and (max-width: 568px) {
  .inner_e2bc .text-0032 {
    padding-right: 0;
  }
}
.inner_e2bc .lower-4245 {
  -webkit-box-ordinal-group: 3;
  order: 2;
}
.pagination_lite_22d9 .lower-4245 {
  margin-bottom: 0.5em;
}
.pagination_lite_22d9 .lower-4245 img {
  width: 100%;
}
.cold-0320 .tabs-tiny-c9fd,
.popup_0db1 .tabs-tiny-c9fd {
  margin-bottom: 35px;
  padding-bottom: 20px;
  border-bottom: 1px solid #eaecee;
}
.popup_0db1 .description-0ed6 .panel_f756 p:last-child {
  margin-bottom: 0;
}
.input-c724 {
  font-size: 16px;
  text-transform: uppercase;
  font-weight: 500;
  color: currentColor;
  margin-bottom: 20px;
}
.hard_92d9 .short_afaa {
  margin-bottom: 2em;
}
@media screen and (min-width: 1025px) {
  .hard_92d9 .short_afaa:last-of-type {
    margin-bottom: 0;
  }
}
.hard_92d9 .short_afaa ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.hard_92d9 .short_afaa ul:after {
  clear: both;
  content: ".";
  display: block;
  height: 0;
  visibility: hidden;
}
.hard_92d9 .short_afaa ul li {
  margin: 0 0 0.6em;
}
.hard_92d9 .short_afaa ul li.status_d147,
.hard_92d9 .short_afaa ul li.row_6470 {
  position: relative;
}
.hard_92d9 .short_afaa ul li.status_d147 .hero_outer_3e22,
.hard_92d9 .short_afaa ul li.row_6470 .hero_outer_3e22 {
  right: 0;
  background: #eaecee;
  color: #999;
  padding: 0 0.5em;
  border-radius: 0.9em;
  font-size: 12px;
  position: absolute;
  top: 4px;
}
.hard_92d9 .short_afaa ul li.status_d147:after:after,
.hard_92d9 .short_afaa ul li.status_d147:after:before,
.hard_92d9
  .short_afaa
  ul
  li.row_6470:after:after,
.hard_92d9
  .short_afaa
  ul
  li.row_6470:after:before {
  content: "";
  display: table;
}
.hard_92d9 .short_afaa ul li.status_d147:after:after,
.hard_92d9
  .short_afaa
  ul
  li.row_6470:after:after {
  clear: both;
}
.hard_92d9 .short_afaa a.pro_47f4:hover {
  text-decoration: none;
}
.hard_92d9 .short_afaa select {
  max-width: 100%;
}
.hard_92d9 .short_afaa table {
  font-size: 85%;
}
.hard_92d9 .short_afaa table td,
.hard_92d9 .short_afaa table th {
  padding: 0.2360828548em;
  text-align: center;
}
.hard_92d9 .short_afaa table tfoot td {
  text-align: left;
}
.hard_92d9 .short_afaa :last-child {
  margin-bottom: 0;
}
.hard_92d9 .short_afaa .article-79dd {
  display: -webkit-box;
  display: flex;
  width: 100%;
  max-width: 100%;
}
.hard_92d9 .short_afaa .article-79dd label {
  width: 100%;
}
.hard_92d9 .short_afaa .article-79dd .shade-fb44 {
  width: 100%;
  display: block;
}
.hard_92d9 .short_afaa .article-79dd .fluid-ce2a {
  padding: 9px 14px;
  margin-left: -46px;
  overflow: hidden;
  box-shadow: none;
  background: 0 0;
  color: #aaa;
  line-height: 0;
}
.hard_92d9 .short_afaa .article-79dd .fluid-ce2a:hover svg #svg-search {
  fill: #444;
}
.hard_92d9 .short_afaa .article-79dd .fluid-ce2a svg {
  width: 18px;
  height: 18px;
}
.hard_92d9 .heading-in-2d76 ul ul,
.hard_92d9 .alert-hard-03e6 ul ul,
.hard_92d9 .paper_4cd0 ul ul,
.hard_92d9 .grid-ef72 ul ul {
  margin-top: 0.3819820591em;
  margin-left: 0;
  margin-bottom: -0.3819820591em;
}
.hard_92d9 .heading-in-2d76 .alert_cool_ba9e > a,
.hard_92d9 .alert-hard-03e6 .alert_cool_ba9e > a,
.hard_92d9 .paper_4cd0 .alert_cool_ba9e > a,
.hard_92d9 .grid-ef72 .alert_cool_ba9e > a {
  margin-bottom: 0;
}
.hard_92d9 .light-7019 li,
.hard_92d9 .heading-in-2d76 li,
.hard_92d9 .feature-hot-f9a7 li,
.hard_92d9 .alert-hard-03e6 li,
.hard_92d9 .paper_4cd0 li,
.hard_92d9 .grid-ef72 li,
.hard_92d9 .element-4a86 li,
.hard_92d9 .active_266b li {
  display: block;
  position: relative;
}
.hard_92d9 .light-7019 li:last-child,
.hard_92d9 .heading-in-2d76 li:last-child,
.hard_92d9 .feature-hot-f9a7 li:last-child,
.hard_92d9 .alert-hard-03e6 li:last-child,
.hard_92d9 .paper_4cd0 li:last-child,
.hard_92d9 .grid-ef72 li:last-child,
.hard_92d9 .element-4a86 li:last-child,
.hard_92d9 .active_266b li:last-child {
  border: none;
}
.hard_92d9 .light-7019 li a,
.hard_92d9 .heading-in-2d76 li a,
.hard_92d9 .feature-hot-f9a7 li a,
.hard_92d9 .alert-hard-03e6 li a,
.hard_92d9 .paper_4cd0 li a,
.hard_92d9 .grid-ef72 li a,
.hard_92d9 .element-4a86 li a,
.hard_92d9 .active_266b li a {
  display: block;
  width: 100%;
  padding-bottom: 0.6em;
  margin-bottom: 0.6em;
  border-bottom: 1px solid #eaecee;
  position: relative;
}
.hard_92d9 .light-7019 li ul li::before,
.hard_92d9 .heading-in-2d76 li ul li::before,
.hard_92d9 .feature-hot-f9a7 li ul li::before,
.hard_92d9 .alert-hard-03e6 li ul li::before,
.hard_92d9 .paper_4cd0 li ul li::before,
.hard_92d9 .grid-ef72 li ul li::before,
.hard_92d9 .element-4a86 li ul li::before,
.hard_92d9 .active_266b li ul li::before {
  left: 15px;
}
.hard_92d9 .light-7019 li ul a,
.hard_92d9 .heading-in-2d76 li ul a,
.hard_92d9 .feature-hot-f9a7 li ul a,
.hard_92d9 .alert-hard-03e6 li ul a,
.hard_92d9 .paper_4cd0 li ul a,
.hard_92d9 .grid-ef72 li ul a,
.hard_92d9 .element-4a86 li ul a,
.hard_92d9 .active_266b li ul a {
  padding-left: 20px;
}
.hard_92d9 .light-7019 li ul ul li::before,
.hard_92d9 .heading-in-2d76 li ul ul li::before,
.hard_92d9 .feature-hot-f9a7 li ul ul li::before,
.hard_92d9 .alert-hard-03e6 li ul ul li::before,
.hard_92d9 .paper_4cd0 li ul ul li::before,
.hard_92d9 .grid-ef72 li ul ul li::before,
.hard_92d9 .element-4a86 li ul ul li::before,
.hard_92d9 .active_266b li ul ul li::before {
  left: 30px;
}
.hard_92d9 .light-7019 li ul ul a,
.hard_92d9 .heading-in-2d76 li ul ul a,
.hard_92d9 .feature-hot-f9a7 li ul ul a,
.hard_92d9 .alert-hard-03e6 li ul ul a,
.hard_92d9 .paper_4cd0 li ul ul a,
.hard_92d9 .grid-ef72 li ul ul a,
.hard_92d9 .element-4a86 li ul ul a,
.hard_92d9 .active_266b li ul ul a {
  padding-left: 40px;
}
.hard_92d9 .fresh-372e li {
  padding-bottom: 0.6em;
  border-bottom: 1px solid #eaecee;
  position: relative;
}
.hard_92d9 .active_266b ul li {
  margin-bottom: 1.41575em;
}
.hard_92d9 .active_266b ul li .picture_cool_a5d8 {
  font-weight: 400;
  font-size: 1.2em;
  line-height: 1.28;
}
.hard_92d9 .active_266b ul li .middle-070e {
  display: block;
  margin: 0.5407911001em 0;
  font-size: 85%;
}
.gradient-dim-65da .light-7019 li a,
.gradient-dim-65da .heading-in-2d76 li a,
.gradient-dim-65da .feature-hot-f9a7 li a,
.gradient-dim-65da .alert-hard-03e6 li a,
.gradient-dim-65da .paper_4cd0 li a,
.gradient-dim-65da .grid-ef72 li a,
.gradient-dim-65da .element-4a86 li a,
.gradient-dim-65da .active_266b li a {
  border-color: rgba(255, 255, 255, 0.08);
}
.gradient-dim-65da .fresh-372e li {
  border-color: rgba(255, 255, 255, 0.08);
}
.gradient-dim-65da .short_afaa ul li.status_d147 .hero_outer_3e22,
.gradient-dim-65da .short_afaa ul li.row_6470 .hero_outer_3e22 {
  background: rgba(0, 0, 0, 0.2);
}
.gradient-dim-65da .hard_92d9 .short_afaa select {
  border-color: rgba(255, 255, 255, 0.08);
}
.sidebar-ee57 .hard_92d9 .caption-31e8 li {
  margin: 0;
}
.sidebar-ee57 .hard_92d9 .caption-31e8 li a {
  display: block;
  padding: 0.6em 0 0.6em;
}
.sidebar-ee57 .hard_92d9 .caption-31e8 li ul {
  margin: 0;
}
.sidebar-ee57 .hard_92d9 .caption-31e8 li ul li a {
  padding-left: 15px;
}
.sidebar-ee57 .hard_92d9 .caption-31e8 li ul li li a {
  padding-left: 30px;
}
.sidebar-ee57 .hard_92d9 .caption-31e8 li.clean_0336 > a {
  position: relative;
  border: 1px solid #eaecee;
  border-left: none;
  border-right: none;
  font-size: 110%;
}
.sidebar-ee57 .hard_92d9 .caption-31e8 li.clean_0336 > 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;
}
.sidebar-ee57 .hard_92d9 .caption-31e8 li.clean_0336 > 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;
}
.secondary_basic_844a a {
  border: 1px solid currentColor;
  border-radius: 2px;
  display: inline-block;
  font-size: 0.875em !important;
  margin-bottom: 5px;
  padding: 1px 10px 1px;
}
.widget_simple_668e {
  position: relative;
  z-index: 10;
}
.widget_simple_668e .new_06c7 {
  width: 100%;
  max-width: 100%;
}
.video_dynamic_6e3f .thumbnail_south_f9b3 {
  padding-top: 2em;
  padding-bottom: 2em;
}
.video_dynamic_6e3f .video_abec {
}
.video_dynamic_6e3f .gradient-dim-65da {
  background: #292929;
}
.overlay_8f61 .thumbnail_south_f9b3 {
  padding-top: 2.5em;
  padding-bottom: 2.5em;
}
.overlay_8f61 .video_abec {
  background: #f9f9f9;
}
.overlay_8f61 .gradient-dim-65da {
  background: #303030;
}
.breadcrumb_mini_14e0 .thumbnail_south_f9b3 {
  padding-top: 1.5em;
  padding-bottom: 1.5em;
}
@media screen and (max-width: 568px) {
  .breadcrumb_mini_14e0 .wrapper_ab19 {
    margin-bottom: 1em;
  }
  .breadcrumb_mini_14e0 .wrapper_ab19:last-child {
    margin-bottom: 0;
  }
}
.breadcrumb_mini_14e0 .video_abec {
  background: #ededed;
}
.breadcrumb_mini_14e0 .gradient-dim-65da {
  background: #1a1a1a;
}
.thumbnail_south_f9b3.video_abec {
  color: rgba(0, 0, 0, 0.6);
}
.thumbnail_south_f9b3.video_abec .pattern_0e38 li {
  border-color: rgba(0, 0, 0, 0.08);
}
.thumbnail_south_f9b3.gradient-dim-65da {
  color: rgba(255, 255, 255, 0.99);
}
.thumbnail_south_f9b3.gradient-dim-65da a:not(.pro_47f4) {
  color: rgba(255, 255, 255, 0.79);
}
.thumbnail_south_f9b3.gradient-dim-65da a:not(.pro_47f4):hover {
  color: rgba(255, 255, 255, 0.99);
}
.thumbnail_south_f9b3.gradient-dim-65da .pattern_0e38 li {
  border-color: rgba(255, 255, 255, 0.08);
}
.thumbnail_south_f9b3.gradient-dim-65da table tbody td,
.thumbnail_south_f9b3.gradient-dim-65da table th {
  background: rgba(0, 0, 0, 0.08);
}
.east-2c62.gradient-ff0e .wide-63d7 {
  max-width: initial;
}
.east-2c62 .over-e78e {
  -webkit-box-pack: start;
  justify-content: flex-start;
}
.east-2c62 .over-e78e .new_06c7 {
  width: auto;
}
@media screen and (max-width: 1024px) {
  .east-2c62 .over-e78e .new_06c7 {
    display: block;
    margin-bottom: 2em;
  }
  .east-2c62 .over-e78e .new_06c7:last-child {
    margin-bottom: 0;
  }
}
.breadcrumb_mini_14e0 .wrapper_ab19:last-child,
.overlay_8f61 .wrapper_ab19:last-child,
.video_dynamic_6e3f .wrapper_ab19:last-child {
  margin-bottom: 0;
}
.breadcrumb_mini_14e0 .wrapper_ab19 .hard_92d9 .short_afaa:last-child,
.overlay_8f61 .wrapper_ab19 .hard_92d9 .short_afaa:last-child,
.video_dynamic_6e3f .wrapper_ab19 .hard_92d9 .short_afaa:last-child {
  margin-bottom: 0;
}
@media screen and (max-width: 568px) {
  .breadcrumb_mini_14e0 .progress_86cb,
  .breadcrumb_mini_14e0 .cold-db7e,
  .overlay_8f61 .progress_86cb,
  .overlay_8f61 .cold-db7e,
  .video_dynamic_6e3f .progress_86cb,
  .video_dynamic_6e3f .cold-db7e {
    text-align: center;
  }
}
@media screen and (max-width: 48em) {
  .widget_simple_668e .wrapper_ab19 {
    margin-bottom: 2em;
  }
}
.widget_simple_668e p:last-child {
  margin-bottom: 0;
}
.widget_simple_668e li,
.widget_simple_668e ul {
  list-style: none;
  margin: 0;
}
.widget_simple_668e ul ul {
  margin-left: 2.617924em;
}
.fast_d20c {
  font-size: 0.875em;
}

/* css-noise: d4af */
.promo-block-s6 {
  padding: 0.5rem;
  font-size: 14px;
  line-height: 1.1;
}
