/*!
Theme Name: Customify
Theme URI: https://pressmaximum.preview-f17d/customify
Author: WPCustomify
Author URI: https://pressmaximum.preview-f17d
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.preview-f17d/customify
Version: 0.3.7
License: GNU General Public License v2 or later
License URI: http://www.image-green-b3d6.texture-cc11/licenses/gpl-2.0.widget_711d
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.layout_1012/, (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.small-0c66.disabled_6ee7/normalize.block-wide-5b55/
 ======
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.block-wide-5b55 v7.0.0 | MIT License | github.preview-f17d/necolas/normalize.block-wide-5b55 */
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;
}
.element_hot_66a8 .link_87de,
.panel-up-f112,
.dim_7a7a,
.overlay_stone_653e,
.action_c1bf,
.hover_in_82d2,
.active-9607,
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;
}
.panel-up-f112,
h1 {
  font-size: 2.42em;
  line-height: 1.216;
}
@media screen and (max-width: 1024px) {
  .panel-up-f112,
  h1 {
    font-size: 2.1em;
  }
}
@media screen and (max-width: 568px) {
  .panel-up-f112,
  h1 {
    font-size: 1.8em;
  }
}
.dim_7a7a,
h2 {
  font-size: 2.1em;
  line-height: 1.216;
}
.dim_7a7a + h3,
h2 + h3 {
  border-top: 1px solid #eaecee;
  padding-top: 0.5407911001em;
}
@media screen and (max-width: 1024px) {
  .dim_7a7a,
  h2 {
    font-size: 1.9em;
  }
}
@media screen and (max-width: 568px) {
  .dim_7a7a,
  h2 {
    font-size: 1.7em;
  }
}
.overlay_stone_653e,
h3 {
  font-size: 1.618em;
}
.element_hot_66a8 .link_87de,
.action_c1bf,
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.table-b467 {
  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;
}
.item_hot_9ba3:after,
.item_hot_9ba3:before,
.panel-active-7cfd:after,
.panel-active-7cfd:before {
  content: "";
  display: table;
}
.item_hot_9ba3:after,
.panel-active-7cfd:after {
  clear: both;
}
.sidebar-large-a3e4 {
  float: right;
  margin-right: 0;
}
.menu-65ad {
  float: left;
  margin-left: 0;
}
form {
  margin-bottom: 2em;
}
.small-2674 .outline_ce80,
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;
}
.small-2674 .outline_ce80: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;
}
.content-easy-1d14 .outline_ce80 {
  box-shadow: none;
}
.content-easy-1d14
  .outline_ce80
  .inner_742e {
  line-height: 2.4em;
  min-height: 2.6em;
  padding-left: 0;
}
.content-easy-1d14 .outline_ce80 .wide-7fb4 {
  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;
}
.content-easy-1d14
  .outline_ce80
  .wide-7fb4
  b {
  display: none;
}
.content-easy-1d14 .layout-up-86e6 {
  border: 1px solid #e5e5e5;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.12) inset;
}
.shadow-short-333b:not(.silver-ebd9):not(.under-f733),
button:not(.silver-ebd9):not(.under-f733),
input[type="button"]:not(.silver-ebd9):not(
    .under-f733
  ),
input[type="reset"]:not(.silver-ebd9):not(
    .under-f733
  ),
input[type="submit"]:not(.silver-ebd9):not(
    .under-f733
  ) {
  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;
}
.shadow-short-333b:not(.silver-ebd9):not(
    .under-f733
  ):hover,
button:not(.silver-ebd9):not(
    .under-f733
  ):hover,
input[type="button"]:not(.silver-ebd9):not(
    .under-f733
  ):hover,
input[type="reset"]:not(.silver-ebd9):not(
    .under-f733
  ):hover,
input[type="submit"]:not(.silver-ebd9):not(
    .under-f733
  ):hover {
  box-shadow: inset 0 0 0 120px rgba(0, 0, 0, 0.18);
  color: #fff;
  outline: 0;
}
.shadow-short-333b:not(.silver-ebd9):not(
    .under-f733
  ):active,
.shadow-short-333b:not(.silver-ebd9):not(
    .under-f733
  ):focus,
button:not(.silver-ebd9):not(
    .under-f733
  ):active,
button:not(.silver-ebd9):not(
    .under-f733
  ):focus,
input[type="button"]:not(.silver-ebd9):not(
    .under-f733
  ):active,
input[type="button"]:not(.silver-ebd9):not(
    .under-f733
  ):focus,
input[type="reset"]:not(.silver-ebd9):not(
    .under-f733
  ):active,
input[type="reset"]:not(.silver-ebd9):not(
    .under-f733
  ):focus,
input[type="submit"]:not(.silver-ebd9):not(
    .under-f733
  ):active,
input[type="submit"]:not(.silver-ebd9):not(
    .under-f733
  ):focus {
  outline: 0;
}
.shadow-short-333b:not(.silver-ebd9):not(
    .under-f733
  ).fn-loading-7ed4,
button:not(.silver-ebd9):not(
    .under-f733
  ).fn-loading-7ed4,
input[type="button"]:not(.silver-ebd9):not(
    .under-f733
  ).fn-loading-7ed4,
input[type="reset"]:not(.silver-ebd9):not(
    .under-f733
  ).fn-loading-7ed4,
input[type="submit"]:not(.silver-ebd9):not(
    .under-f733
  ).fn-loading-7ed4 {
  position: relative;
}
.shadow-short-333b:not(.silver-ebd9):not(
    .under-f733
  ).fn-loading-7ed4
  .mask_eb15,
.shadow-short-333b:not(.silver-ebd9):not(
    .under-f733
  ).fn-loading-7ed4
  .tall-3a3e,
.shadow-short-333b:not(.silver-ebd9):not(
    .under-f733
  ).fn-loading-7ed4
  .basic_c75c,
.shadow-short-333b:not(.silver-ebd9):not(
    .under-f733
  ).fn-loading-7ed4
  i,
.shadow-short-333b:not(.silver-ebd9):not(
    .under-f733
  ).fn-loading-7ed4
  svg,
button:not(.silver-ebd9):not(
    .under-f733
  ).fn-loading-7ed4
  .mask_eb15,
button:not(.silver-ebd9):not(
    .under-f733
  ).fn-loading-7ed4
  .tall-3a3e,
button:not(.silver-ebd9):not(
    .under-f733
  ).fn-loading-7ed4
  .basic_c75c,
button:not(.silver-ebd9):not(
    .under-f733
  ).fn-loading-7ed4
  i,
button:not(.silver-ebd9):not(
    .under-f733
  ).fn-loading-7ed4
  svg,
input[type="button"]:not(.silver-ebd9):not(
    .under-f733
  ).fn-loading-7ed4
  .mask_eb15,
input[type="button"]:not(.silver-ebd9):not(
    .under-f733
  ).fn-loading-7ed4
  .tall-3a3e,
input[type="button"]:not(.silver-ebd9):not(
    .under-f733
  ).fn-loading-7ed4
  .basic_c75c,
input[type="button"]:not(.silver-ebd9):not(
    .under-f733
  ).fn-loading-7ed4
  i,
input[type="button"]:not(.silver-ebd9):not(
    .under-f733
  ).fn-loading-7ed4
  svg,
input[type="reset"]:not(.silver-ebd9):not(
    .under-f733
  ).fn-loading-7ed4
  .mask_eb15,
input[type="reset"]:not(.silver-ebd9):not(
    .under-f733
  ).fn-loading-7ed4
  .tall-3a3e,
input[type="reset"]:not(.silver-ebd9):not(
    .under-f733
  ).fn-loading-7ed4
  .basic_c75c,
input[type="reset"]:not(.silver-ebd9):not(
    .under-f733
  ).fn-loading-7ed4
  i,
input[type="reset"]:not(.silver-ebd9):not(
    .under-f733
  ).fn-loading-7ed4
  svg,
input[type="submit"]:not(.silver-ebd9):not(
    .under-f733
  ).fn-loading-7ed4
  .mask_eb15,
input[type="submit"]:not(.silver-ebd9):not(
    .under-f733
  ).fn-loading-7ed4
  .tall-3a3e,
input[type="submit"]:not(.silver-ebd9):not(
    .under-f733
  ).fn-loading-7ed4
  .basic_c75c,
input[type="submit"]:not(.silver-ebd9):not(
    .under-f733
  ).fn-loading-7ed4
  i,
input[type="submit"]:not(.silver-ebd9):not(
    .under-f733
  ).fn-loading-7ed4
  svg {
  visibility: hidden;
}
.shadow-short-333b:not(.silver-ebd9):not(
    .under-f733
  ).fn-loading-7ed4:after,
button:not(.silver-ebd9):not(
    .under-f733
  ).fn-loading-7ed4:after,
input[type="button"]:not(.silver-ebd9):not(
    .under-f733
  ).fn-loading-7ed4:after,
input[type="reset"]:not(.silver-ebd9):not(
    .under-f733
  ).fn-loading-7ed4:after,
input[type="submit"]:not(.silver-ebd9):not(
    .under-f733
  ).fn-loading-7ed4: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;
}
.shadow-short-333b:not(.silver-ebd9):not(.under-f733),
input[type="button"]:not(.silver-ebd9):not(
    .under-f733
  ),
input[type="reset"]:not(.silver-ebd9):not(
    .under-f733
  ),
input[type="submit"]:not(.silver-ebd9):not(
    .under-f733
  ) {
  color: #fff;
  background: #235787;
}
.shadow-short-333b:not(.silver-ebd9):not(
    .under-f733
  ):focus,
input[type="button"]:not(.silver-ebd9):not(
    .under-f733
  ):focus,
input[type="reset"]:not(.silver-ebd9):not(
    .under-f733
  ):focus,
input[type="submit"]:not(.silver-ebd9):not(
    .under-f733
  ):focus {
  color: #fff;
}
.shadow-short-333b.fn-disabled-7ed4:not(.silver-ebd9):not(
    .under-f733
  ),
.shadow-short-333b[disabled]:not(.silver-ebd9):not(
    .under-f733
  ),
button.fn-disabled-7ed4:not(.silver-ebd9):not(
    .under-f733
  ),
button[disabled]:not(.silver-ebd9):not(
    .under-f733
  ) {
  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;
}
.frame-8096 {
  clip: rect(1px, 1px, 1px, 1px);
  position: absolute !important;
  height: 1px;
  width: 1px;
  overflow: hidden;
  word-con: normal !important;
}
.frame-8096: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;
}
.preview-31a2 {
  display: inline;
  float: left;
  margin-right: 1.41575em;
}
.breadcrumb-c153 {
  display: inline;
  float: right;
  margin-left: 1.41575em;
}
.full_fb3e {
  clear: both;
  display: block;
  margin: 0 auto;
}
.item_hot_9ba3:after,
.item_hot_9ba3:before,
.east_1778:after,
.east_1778:before,
.blue-1d37:after,
.blue-1d37:before,
.tabs-paper-61a7:after,
.tabs-paper-61a7:before,
.primary_4d69:after,
.primary_4d69:before,
.label_1d6e:after,
.label_1d6e:before {
  content: "";
  display: table;
  table-layout: fixed;
}
.item_hot_9ba3:after,
.east_1778:after,
.blue-1d37:after,
.tabs-paper-61a7:after,
.primary_4d69:after,
.label_1d6e:after {
  clear: both;
}
.east_1778 .stone-4a59,
.blue-1d37 .stone-4a59,
.chip_0188 .stone-4a59 {
  border: none;
  margin-bottom: 0;
  margin-top: 0;
  padding: 0;
}
embed,
iframe,
object {
  max-width: 100%;
}
.gradient_2ce4 {
  display: inline-block;
}
.container-0416 {
  margin-bottom: 1.41575em;
  max-width: 100%;
}
.container-0416 img[class*="wp-image-"] {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.container-0416 .input_dynamic_1483 {
  padding: 1em 0;
  font-size: 85%;
}
.input_dynamic_1483 {
  text-align: left;
  font-style: italic;
  color: #999;
}
.huge-be76 {
  margin-bottom: 1.5em;
  margin-bottom: 1.41575em;
}
.huge-be76:after,
.huge-be76:before {
  content: "";
  display: table;
}
.huge-be76:after {
  clear: both;
}
.lite_f0bd {
  display: inline-block;
  text-align: center;
  vertical-align: top;
  width: 100%;
}
.hovered_4b70 .lite_f0bd {
  max-width: 50%;
}
.aside-d2c8 .lite_f0bd {
  max-width: 33.33%;
}
.list-bd2f .lite_f0bd {
  max-width: 25%;
}
.popup-299c .lite_f0bd {
  max-width: 20%;
}
.focus_bb9f .lite_f0bd {
  max-width: 16.66%;
}
.smooth-4dd7 .lite_f0bd {
  max-width: 14.28%;
}
.header-110f .lite_f0bd {
  max-width: 12.5%;
}
.steel_911a .lite_f0bd {
  max-width: 11.11%;
}
.info_stone_a3ba {
  display: block;
}
.element_hot_66a8 .out_d89d label,
.element_hot_66a8 .warm_704a label,
.element_hot_66a8 .box_2783 label,
.element_hot_66a8 .last_bc0d label {
  text-transform: uppercase;
  letter-spacing: 0.5px;
  font-size: 0.85em;
}
.alert_c80a {
  list-style: none;
  margin: 0;
}
.alert_c80a article.section_e6b1 {
  margin-bottom: 0;
}
.alert_c80a ul {
  list-style: none;
  margin: 0;
}
.alert_c80a .pressed_1461 li.section_e6b1 {
  padding-left: 30px;
}
@media screen and (min-width: 64em) {
  .alert_c80a .pressed_1461 li.section_e6b1 {
    padding-left: 85px;
    border-left: 1px solid #eaecee;
    position: relative;
    width: 100%;
  }
  .alert_c80a .pressed_1461 li.section_e6b1: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) {
  .alert_c80a .pressed_1461 li.section_e6b1 li.section_e6b1 li.section_e6b1 li.section_e6b1 {
    padding-left: 0;
  }
}
article.section_e6b1 {
  padding: 1.618em 0;
  margin-bottom: 1.618em;
}
article.section_e6b1 .east_1778 p:last-of-type {
  margin-bottom: 0;
}
article.section_e6b1 .middle-c426 {
  float: left;
}
article.section_e6b1 .list_south_7d69 {
  margin-left: 85px;
}
article.section_e6b1 .right-5ba3 {
  display: block;
  margin: 12px 0 12px;
  padding-bottom: 4px;
  border-bottom: 1px solid #eaecee;
}
article.section_e6b1 .right-5ba3 .form-simple-6b60 {
  margin-left: 10px;
}
article.section_e6b1 .white_00e0 {
  font-weight: 500;
  text-transform: uppercase;
  line-height: 1;
  font-style: normal;
}
article.section_e6b1 .input_533b {
  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 .out_d89d,
  #respond .box_2783,
  #respond .last_bc0d {
    width: 29.4117647059%;
    margin-right: 5.8823529412%;
    float: left;
  }
}
#respond .out_d89d input,
#respond .box_2783 input,
#respond .last_bc0d input {
  width: 100%;
}
#respond .last_bc0d {
  margin-right: 0;
}
#respond .light_7667 #wp-comment-cookies-consent {
  position: relative;
  top: -1px;
  margin-right: 5px;
}
.table-f5aa {
  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;
}
.table-f5aa.input_65ed {
  width: 36px;
  height: 36px;
  min-height: 36px;
  font-size: 1.1em;
}
.table-f5aa 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%);
}
.table-f5aa:focus,
.table-f5aa: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);
}
.texture_mini_e697 {
  border-radius: 10%;
}
.caption_yellow_4577 {
  border-radius: 50%;
}
.header_dbe3 {
  font-size: 0.72em;
}
.medium_7c58 {
  font-size: 0.875em;
}
.popup_lite_6b95 {
  font-size: 1.1em;
}
.avatar_56c1 {
  text-transform: uppercase;
  line-height: 1.2;
}
.avatar_56c1.header_dbe3 {
  letter-spacing: 0.5px;
}
.accordion_8308,
.accordion_8308 a {
  color: #6d6d6d;
}
.accordion_8308 a:hover {
  color: #111;
}
.form_orange_8d39 {
  color: #6d6d6d;
}
.element-d526 {
  overflow-x: hidden;
}
.element-d526 .image-fb4c.small-7b33 {
  position: relative;
}
.element-d526 .image-fb4c.small-7b33.thick-518a {
  position: initial;
}
.element-d526
  .image-fb4c.small-7b33.thick-518a
  .hovered-5b1c {
  left: auto;
}
.element-d526 .image-fb4c .hovered-5b1c {
  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;
}
.element-d526 .image-fb4c:hover.small-7b33 {
  -webkit-transition-delay: 0s !important;
  transition-delay: 0s !important;
  outline: 1px solid #0073aa;
  outline-offset: -1px;
}
.element-d526
  .image-fb4c:hover.small-7b33
  .hovered-5b1c {
  display: block;
  z-index: 9999999;
}
.element-d526 .full-d7d0 .white_e726,
.element-d526 .sidebar-thick-c408 .white_e726 {
  display: none;
}
.element-d526 .first_290a .image-fb4c:hover.small-7b33 {
  outline: 1px dashed #ff472e;
  outline-offset: -1px;
}
.element_hot_66a8 .out_d89d label,
.element_hot_66a8 .warm_704a label,
.element_hot_66a8 .box_2783 label,
.element_hot_66a8 .last_bc0d label {
  text-transform: uppercase;
  letter-spacing: 0.5px;
  font-size: 0.85em;
}
.alert_c80a {
  list-style: none;
  margin: 0;
}
.alert_c80a article.section_e6b1 {
  margin-bottom: 0;
}
.alert_c80a ul {
  list-style: none;
  margin: 0;
}
.alert_c80a .pressed_1461 li.section_e6b1 {
  padding-left: 30px;
}
@media screen and (min-width: 64em) {
  .alert_c80a .pressed_1461 li.section_e6b1 {
    padding-left: 85px;
    border-left: 1px solid #eaecee;
    position: relative;
    width: 100%;
  }
  .alert_c80a .pressed_1461 li.section_e6b1: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) {
  .alert_c80a .pressed_1461 li.section_e6b1 li.section_e6b1 li.section_e6b1 li.section_e6b1 {
    padding-left: 0;
  }
}
article.section_e6b1 {
  padding: 1.618em 0;
  margin-bottom: 1.618em;
}
article.section_e6b1 .east_1778 p:last-of-type {
  margin-bottom: 0;
}
article.section_e6b1 .middle-c426 {
  float: left;
}
article.section_e6b1 .list_south_7d69 {
  margin-left: 85px;
}
article.section_e6b1 .right-5ba3 {
  display: block;
  margin: 12px 0 12px;
  padding-bottom: 4px;
  border-bottom: 1px solid #eaecee;
}
article.section_e6b1 .right-5ba3 .form-simple-6b60 {
  margin-left: 10px;
}
article.section_e6b1 .white_00e0 {
  font-weight: 500;
  text-transform: uppercase;
  line-height: 1;
  font-style: normal;
}
article.section_e6b1 .input_533b {
  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 .out_d89d,
  #respond .box_2783,
  #respond .last_bc0d {
    width: 29.4117647059%;
    margin-right: 5.8823529412%;
    float: left;
  }
}
#respond .out_d89d input,
#respond .box_2783 input,
#respond .last_bc0d input {
  width: 100%;
}
#respond .last_bc0d {
  margin-right: 0;
}
#respond .light_7667 #wp-comment-cookies-consent {
  position: relative;
  top: -1px;
  margin-right: 5px;
}
.full-d7d0 .purple-e85b {
  color: rgba(255, 255, 255, 0.99);
  background: rgba(0, 0, 0, 0.9);
}
.purple-e85b .info-orange-d8d2.slider_2c02 .top-2716 > li > a:focus,
.purple-e85b .info-orange-d8d2.slider_2c02 .top-2716 > li > a:hover,
.purple-e85b .info-orange-d8d2.fresh-5ac8 .top-2716 > li > a:focus,
.purple-e85b .info-orange-d8d2.fresh-5ac8 .top-2716 > li > a:hover,
.purple-e85b .info-orange-d8d2.heading-right-a399 .top-2716 > li > a:focus,
.purple-e85b .info-orange-d8d2.heading-right-a399 .top-2716 > li > a:hover {
  color: rgba(255, 255, 255, 0.99);
}
.purple-e85b
  .info-orange-d8d2.slider_2c02
  .top-2716
  > li.pagination_4df1
  > a,
.purple-e85b
  .info-orange-d8d2.slider_2c02
  .top-2716
  > li.card-motion-0719
  > a,
.purple-e85b
  .info-orange-d8d2.fresh-5ac8
  .top-2716
  > li.pagination_4df1
  > a,
.purple-e85b
  .info-orange-d8d2.fresh-5ac8
  .top-2716
  > li.card-motion-0719
  > a,
.purple-e85b
  .info-orange-d8d2.heading-right-a399
  .top-2716
  > li.pagination_4df1
  > a,
.purple-e85b .info-orange-d8d2.heading-right-a399 .top-2716 > li.hard_a252 > a {
  color: rgba(255, 255, 255, 0.99);
}
.purple-e85b .element-simple-2603,
.purple-e85b .element-simple-2603 a {
  color: rgba(255, 255, 255, 0.99);
}
.purple-e85b .gradient-huge-abbd.heading_dim_2763 li a,
.purple-e85b .summary-new-7173 a,
.purple-e85b .icon-hard-75c0,
.purple-e85b .top-2716 > li > a,
.purple-e85b .carousel-pressed-9ae6 {
  color: rgba(255, 255, 255, 0.79);
}
.purple-e85b .gradient-huge-abbd.heading_dim_2763 li a:hover,
.purple-e85b .summary-new-7173 a:hover,
.purple-e85b .icon-hard-75c0:hover,
.purple-e85b .top-2716 > li > a:hover,
.purple-e85b .carousel-pressed-9ae6:hover {
  color: rgba(255, 255, 255, 0.99);
}
.purple-e85b .background-action-11a8 {
  color: rgba(255, 255, 255, 0.79);
}
.purple-e85b .background-action-11a8 .pro_01d1 {
  color: rgba(255, 255, 255, 0.99);
}
.purple-e85b .background-action-11a8:hover {
  color: rgba(255, 255, 255, 0.99);
}
.purple-e85b .sort_easy_a7c7 .rough_7cfe {
  background: rgba(255, 255, 255, 0.03);
  border-color: rgba(255, 255, 255, 0.08);
  color: rgba(255, 255, 255, 0.79);
}
.purple-e85b .sort_easy_a7c7 .rough_7cfe .row-6210 {
  color: rgba(255, 255, 255, 0.79);
}
.purple-e85b
  .sort_easy_a7c7
  .rough_7cfe
  .row-6210::-webkit-input-placeholder {
  color: rgba(255, 255, 255, 0.79);
}
.purple-e85b
  .sort_easy_a7c7
  .rough_7cfe
  .row-6210:-ms-input-placeholder {
  color: rgba(255, 255, 255, 0.79);
}
.purple-e85b
  .sort_easy_a7c7
  .rough_7cfe
  .row-6210::-ms-input-placeholder {
  color: rgba(255, 255, 255, 0.79);
}
.purple-e85b
  .sort_easy_a7c7
  .rough_7cfe
  .row-6210::placeholder {
  color: rgba(255, 255, 255, 0.79);
}
.purple-e85b .sort_easy_a7c7 .tooltip-light-47f6 {
  color: rgba(255, 255, 255, 0.79);
}
.purple-e85b .sort_easy_a7c7 .tooltip-light-47f6:hover {
  color: rgba(255, 255, 255, 0.99);
}
.lite-6e72
  .purple-e85b
  .sort_easy_a7c7
  .popup_hovered_a0ce
  .simple-d788 {
  background-color: rgba(255, 255, 255, 0.03);
  border-color: rgba(255, 255, 255, 0.08);
  color: rgba(255, 255, 255, 0.79);
}
.lite-6e72
  .purple-e85b
  .sort_easy_a7c7
  .popup_hovered_a0ce
  .row-6210 {
  background-color: rgba(255, 255, 255, 0.03) !important;
  border-color: rgba(255, 255, 255, 0.08);
  color: rgba(255, 255, 255, 0.79);
}
.full-d7d0 .fluid-2dbb {
  color: rgba(0, 0, 0, 0.6);
  background: rgba(255, 255, 255, 0.9);
}
.fluid-2dbb .info-orange-d8d2.slider_2c02 .top-2716 > li > a:focus,
.fluid-2dbb .info-orange-d8d2.slider_2c02 .top-2716 > li > a:hover,
.fluid-2dbb .info-orange-d8d2.fresh-5ac8 .top-2716 > li > a:focus,
.fluid-2dbb .info-orange-d8d2.fresh-5ac8 .top-2716 > li > a:hover,
.fluid-2dbb .info-orange-d8d2.heading-right-a399 .top-2716 > li > a:focus,
.fluid-2dbb .info-orange-d8d2.heading-right-a399 .top-2716 > li > a:hover {
  color: rgba(0, 0, 0, 0.8);
}
.fluid-2dbb
  .info-orange-d8d2.slider_2c02
  .top-2716
  > li.pagination_4df1
  > a,
.fluid-2dbb
  .info-orange-d8d2.slider_2c02
  .top-2716
  > li.card-motion-0719
  > a,
.fluid-2dbb
  .info-orange-d8d2.fresh-5ac8
  .top-2716
  > li.pagination_4df1
  > a,
.fluid-2dbb
  .info-orange-d8d2.fresh-5ac8
  .top-2716
  > li.card-motion-0719
  > a,
.fluid-2dbb
  .info-orange-d8d2.heading-right-a399
  .top-2716
  > li.pagination_4df1
  > a,
.fluid-2dbb .info-orange-d8d2.heading-right-a399 .top-2716 > li.hard_a252 > a {
  color: rgba(0, 0, 0, 0.8);
}
.fluid-2dbb .element-simple-2603,
.fluid-2dbb .element-simple-2603 a {
  color: rgba(0, 0, 0, 0.8);
}
.fluid-2dbb .gradient-huge-abbd.heading_dim_2763 li a,
.fluid-2dbb .summary-new-7173 a,
.fluid-2dbb .icon-hard-75c0,
.fluid-2dbb .top-2716 > li > a,
.fluid-2dbb .carousel-pressed-9ae6 {
  color: rgba(0, 0, 0, 0.55);
}
.fluid-2dbb .gradient-huge-abbd.heading_dim_2763 li a:hover,
.fluid-2dbb .summary-new-7173 a:hover,
.fluid-2dbb .icon-hard-75c0:hover,
.fluid-2dbb .top-2716 > li > a:hover,
.fluid-2dbb .carousel-pressed-9ae6:hover {
  color: rgba(0, 0, 0, 0.8);
}
.fluid-2dbb .background-action-11a8 {
  color: rgba(0, 0, 0, 0.55);
}
.fluid-2dbb .background-action-11a8 .pro_01d1 {
  color: rgba(0, 0, 0, 0.8);
}
.fluid-2dbb .background-action-11a8:hover {
  color: rgba(0, 0, 0, 0.8);
}
.hot_fbce .caption-26b9 {
  margin-left: auto;
  margin-right: auto;
}
.blue-1d37 > * {
  margin-left: auto;
  margin-right: auto;
}
.blue-1d37 .preview-31a2 {
  margin-right: 1.41575em;
}
.section_3def .blue-1d37 > .badge-0f61 {
  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;
}
.section_3def .blue-1d37 > .popup-white-e68f {
  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;
}
.right_7ad0.hot_fbce .caption-26b9,
.inner_6c22.hot_fbce .caption-26b9 {
  margin-left: 0;
}
.notification_3adf.hot_fbce .caption-26b9,
.search-liquid-9441.hot_fbce .caption-26b9 {
  margin-right: 0;
}
.blue-1d37 ol,
.blue-1d37 ul {
  margin: 1.5em auto;
  list-style-position: outside;
}
.article-fast-db69 video {
  max-width: 100%;
}
.liquid_cf88 img {
  display: block;
}
.liquid_cf88.preview-31a2,
.liquid_cf88.breadcrumb-c153 {
  width: 100%;
}
.liquid_cf88.popup-white-e68f img {
  width: 100vw;
  width: calc(var(--vw, 1vw) * 100);
}
.item_east_464f:not(.layout-b895) {
  margin: 1.5em auto;
}
.left-fe21 p {
  padding: 1.5em 14px;
}
ul.backdrop-wood-f432.popup-white-e68f,
ul.backdrop-wood-f432.badge-0f61,
ul.backdrop-wood-f432.photo-paper-4bc3.badge-0f61 {
  padding: 0 14px;
}
.icon_4d64 {
  display: block;
  overflow-x: auto;
}
.icon_4d64 table {
  border-collapse: collapse;
  width: 100%;
}
.icon_4d64 td,
.icon_4d64 th {
  padding: 0.5em;
}
.blue-1d37 li {
  margin-left: 2.5em;
  margin-bottom: 6px;
}
.blue-1d37 ol ol,
.blue-1d37 ol ul,
.blue-1d37 ul ol,
.blue-1d37 ul ul {
  margin-bottom: 0;
  margin-top: 0;
  margin-left: 2.5em;
}
.blue-1d37 ol ol li,
.blue-1d37 ol ul li,
.blue-1d37 ul ol li,
.blue-1d37 ul ul li {
  margin-left: 0;
}
.search_0e6f.hidden_pro_a225 > .disabled_5d5f {
  position: relative;
  width: 100%;
  height: 0;
  padding-top: 56.25%;
}
.search_0e6f.hidden_pro_a225 > .disabled_5d5f iframe,
.search_0e6f.hidden_pro_a225 > .disabled_5d5f > object {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}
.block-8d4d {
  border-left-width: 4px;
  border-left-color: currentColor;
}
.block-8d4d.form_6aed {
  padding: 0;
}
.block-8d4d.form_6aed cite {
  font-size: 13px;
}
.block-8d4d > * {
  margin-left: 16px;
  margin-right: 16px;
}
.block-8d4d cite {
  font-style: normal;
  margin-top: 1em;
  position: relative;
  font-size: 13px;
}
.accordion_2292 {
  border-bottom: 4px solid currentColor;
  border-top: 4px solid currentColor;
  margin-left: 0;
  margin-right: 0;
  padding: 3em 0;
  text-align: center;
}
.accordion_2292 > p:first-child {
  margin-top: 0;
}
.accordion_2292 cite {
  font-size: 13px;
  font-style: normal;
  text-transform: uppercase;
}
.accordion_2292 blockquote {
  border-left: 0;
}
.link-dirty-1bc4 {
  margin: 3em auto;
  border: none;
  border-bottom: 2px solid currentColor;
}
.link-dirty-1bc4:not(.description-bottom-beda) {
  max-width: 100px;
}
.link-dirty-1bc4.accent_8786 {
  border-bottom: none !important;
  text-align: center;
}
.link-dirty-1bc4.accent_8786::before {
  padding-left: 0;
  font-size: 30px;
}
@media screen and (min-width: 768px) {
  .left-fe21 p {
    padding: 1.5em 0;
  }
}
.copper_247b {
  color: #0073aa;
}
.button-motion-86a0 {
  background-color: #0073aa;
}
.white-e92c {
  color: #229fd8;
}
.gallery_dark_dc5d {
  background-color: #229fd8;
}
.surface_8749 {
  color: #eee;
}
.detail-857b {
  background-color: #eee;
}
.text_up_34c0 {
  color: #444;
}
.main-8396 {
  background-color: #444;
}
.block-warm-ed81 {
  padding: 0;
  -webkit-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  text-size-adjust: 100%;
  line-height: 13px;
}
.block-warm-ed81 .clean-be5f .summary-new-7173 {
  font-size: 15px;
}
.block-warm-ed81 .summary-new-7173 {
  line-height: 1.3;
}
.block-warm-ed81 .fluid-2dbb {
}
.block-warm-ed81 .purple-e85b {
  background: #235787;
}
.border_52bc {
  padding: 0;
}
.border_52bc .purple-e85b {
  background: #1a1a1a;
}
.border_52bc .fluid-2dbb {
  box-shadow: 0 1px 2px 0 #e1e5ea;
  background: #fff;
}
.thick-0e07 {
  padding: 0;
  border-left: none;
  border-right: none;
}
.thick-0e07 .fluid-2dbb {
  box-shadow: 0 1px 2px 0 #e1e5ea;
}
.thick-0e07 .purple-e85b {
  background: #303030;
}
.label_1d6e {
  position: relative;
  z-index: 10;
}
.label_1d6e .over_854f {
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
  -webkit-box-pack: center;
  justify-content: center;
}
.search_780a .small-7b33 {
  display: inline-block;
  vertical-align: middle;
}
.search_780a.shade_old_2683 .small-7b33 {
  margin-right: 1em;
}
@media screen and (max-width: 1024px) {
  .search_780a.shade_old_2683 .small-7b33 {
    margin-right: 1em;
  }
}
@media screen and (max-width: 568px) {
  .search_780a.shade_old_2683 .small-7b33 {
    margin-right: 0.4em;
  }
}
.search_780a.shade_old_2683 .small-7b33:last-child {
  margin-right: 0;
}
.pressed_b9ed .over_854f {
  max-width: initial;
}
@media screen and (min-width: 1025px) {
  .full-d7d0 .clean-be5f {
    margin: 0 -0.5em;
  }
  .full-d7d0 .clean-be5f [class*="customify-col-"],
  .full-d7d0 .clean-be5f [class*="customify-col_"],
  .full-d7d0 .clean-be5f [class~="customify-col-"] {
    padding-left: 0.5em;
    padding-right: 0.5em;
  }
}
.full-d7d0.up_a776 .over_854f {
  background: 0 0 !important;
}
.full-d7d0.up_a776 .over_854f,
.full-d7d0.pressed_b9ed .over_854f {
  border: 0 none !important;
  box-shadow: none !important;
}
@media screen and (min-width: 1025px) {
  .full-d7d0.breadcrumb-wood-fee6 {
    background: 0 0 !important;
    border: 0 none;
    box-shadow: none !important;
  }
}
.full-d7d0.pressed_b9ed .over_854f {
  box-shadow: none !important;
}
.under-bcc1 {
  padding: 21px 0 22px;
  border-bottom: 1px solid #eaecee;
  word-break: break-word;
  background: #f9f9f9;
}
@media screen and (max-width: 1024px) {
  .under-bcc1 {
    padding: 19px 0 20px;
  }
}
@media screen and (max-width: 568px) {
  .under-bcc1 {
    padding: 18px 0 20px;
  }
}
.under-bcc1 .form-green-9564 {
  width: 100%;
}
.under-bcc1 .paragraph_f6c5 {
  margin-bottom: 0;
}
.under-bcc1 .message-lite-1195 {
  margin-top: 5px;
  font-size: 0.875em;
}
.header_right_376a {
  padding: 9px 0 9px;
  border-bottom: 1px solid #eaecee;
  color: #6d6d6d;
  line-height: 1.6;
  background: #fff;
}
.header_right_376a .input-31a2 {
  width: 100%;
}
.shade-focused-5a84 {
  list-style: none;
  margin: 0 1em;
  padding: 0;
}
.shade-focused-5a84 li {
  display: inline-block;
  position: relative;
  padding-right: 10px;
}
.shade-focused-5a84 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;
}
.shade-focused-5a84 li:last-child:after {
  display: none;
}
.shade-focused-5a84 li a {
  font-weight: 500;
  margin-right: 10px;
}
.notification_92cc .white_e726 button,
.under-bcc1 .white_e726 button {
  left: 0;
}
.notification_92cc .input-31a2,
.under-bcc1 .input-31a2 {
  padding-left: 0;
  padding-right: 0;
}
.notification_92cc .header_right_376a,
.under-bcc1 .header_right_376a {
  border-bottom: none;
  padding-bottom: 0;
  background: 0 0;
}
.notification_92cc {
  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;
}
.notification_92cc: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;
}
.notification_92cc .active-ab22 {
  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) {
  .notification_92cc .active-ab22 {
    min-height: 300px;
  }
}
@media screen and (max-width: 1024px) {
  .notification_92cc .active-ab22 {
    min-height: 250px;
    padding: 1em 15px;
  }
}
@media screen and (max-width: 568px) {
  .notification_92cc .active-ab22 {
    min-height: 200px;
  }
}
.notification_92cc .shade-focused-5a84 {
  color: rgba(255, 255, 255, 0.8);
}
.notification_92cc .shade-focused-5a84 a,
.notification_92cc .shade-focused-5a84 li:after {
  color: inherit;
}
.notification_92cc .shade-focused-5a84 a:hover {
  color: rgba(255, 255, 255, 0.8);
}
.form-2a79 {
  margin-bottom: 0.5em;
}
.tall_478f {
  margin-bottom: 1.2em;
}
.tall_478f,
.form-2a79 {
  display: inline-block;
  position: relative;
  color: rgba(255, 255, 255, 0.99);
  z-index: 5;
}
.tall_478f p:last-child,
.form-2a79 p:last-child {
  margin-bottom: 0;
}
#header-menu-sidebar .white_e726,
#masthead .white_e726 {
  display: none;
}
#masthead
  > .white_e726.thumbnail-middle-1b15 {
  display: none;
}
#masthead > .white_e726 button {
  left: 0;
}
.media-iron-827e {
  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%;
}
.media-iron-827e .small-7b33 {
  display: -webkit-inline-box;
  display: inline-flex;
  -webkit-box-align: center;
  align-items: center;
  margin-left: 0.5em;
  margin-right: 0.5em;
}
.media-iron-827e .alert_bf4e {
  display: -webkit-box;
  display: flex;
}
.media-iron-827e .alert_bf4e.static_dd95 {
  -webkit-box-pack: center;
  justify-content: center;
  margin-left: 1em;
  margin-right: 1em;
}
.media-iron-827e .alert_bf4e.carousel_purple_1b95 {
  -webkit-box-pack: start;
  justify-content: flex-start;
  margin-right: auto;
  -webkit-box-flex: 1;
  flex: 1 1 0;
}
.media-iron-827e .alert_bf4e.photo-1afd {
  margin-left: auto;
  -webkit-box-pack: end;
  justify-content: flex-end;
  -webkit-box-flex: 1;
  flex: 1 1 0;
}
.media-iron-827e.widget-silver-c157.motion_dbbe .alert_bf4e.static_dd95 {
  flex-basis: 100%;
}
.media-iron-827e.short_4c78 .alert_bf4e.carousel_purple_1b95 {
  -webkit-box-flex: 1;
  flex: auto;
}
.media-iron-827e.short_4c78 .alert_bf4e.photo-1afd {
  -webkit-box-flex: 1;
  flex: auto;
}
#masthead
  > .white_e726.thumbnail-middle-1b15 {
  display: none;
}
#masthead > .white_e726 button {
  left: 0;
}
.fluid_0c57 {
  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;
}
.fluid_0c57:hover {
  box-shadow: inset 0 0 0 120px rgba(0, 0, 0, 0.18);
  color: #fff;
}
.fluid_0c57.container-bdb9 i {
  margin-right: 4px;
}
.fluid_0c57.header_9485 i {
  margin-left: 5px;
}
.summary-new-7173 p {
  font-weight: 500;
  text-transform: uppercase;
  font-size: 13px;
}
.summary-new-7173 p:last-child {
  margin-bottom: 0;
}
.image_46e6 {
  display: -webkit-box;
  display: flex;
  line-height: 0.9;
  vertical-align: middle;
}
.image_46e6 a {
  display: inline-block;
  text-transform: uppercase;
  letter-spacing: 0.4px;
  font-weight: 600;
}
.image_46e6 img {
  display: block;
  width: auto;
  line-height: 1;
}
.image_46e6 .element-simple-2603 {
  font-size: 1.5em;
  margin: 0;
  font-weight: 600;
  line-height: 1.216;
}
.image_46e6 .container-yellow-8871 {
  margin: 5px 0 7px 0;
}
.image_46e6.header_889b .card_094a {
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
  -webkit-box-pack: center;
  justify-content: center;
}
.image_46e6.header_889b .focus-bronze-752c {
  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;
}
.image_46e6.basic-b2f9 {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  flex-direction: row-reverse;
}
.image_46e6.basic-b2f9 .card_094a {
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
  -webkit-box-pack: center;
  justify-content: center;
}
.image_46e6.basic-b2f9 .focus-bronze-752c {
  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;
}
.image_46e6.info-7d0f {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
}
.image_46e6.secondary_be37 {
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
  flex-direction: column-reverse;
}
.image_46e6.secondary_be37 .focus-bronze-752c {
  margin-top: 7px;
}
.tertiary-1cf1 {
  display: inline-block;
}
.label_1d6e .description_f816 .image_46e6 img {
  max-width: 100%;
}
.info-orange-d8d2 .item-298b.first-885d,
.advanced-6682 .item-298b.first-885d {
  position: relative;
  display: -webkit-inline-box;
  display: inline-flex;
  -webkit-box-align: center;
  align-items: center;
}
.info-orange-d8d2 .focused_1f47,
.advanced-6682 .focused_1f47 {
  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%);
}
.info-orange-d8d2 .focused_1f47 {
  display: inline;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-decoration: none !important;
}
.info-orange-d8d2.status_3c06 .focused_1f47 {
  display: none;
}
.info-orange-d8d2 .banner_2568 {
  list-style: none;
  padding: 0;
  margin: 0;
}
.info-orange-d8d2 .banner_2568 li {
  display: inline-block;
  position: relative;
}
.info-orange-d8d2 .banner_2568 li:last-child {
  margin-right: 0;
}
.info-orange-d8d2 .banner_2568 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;
}
.info-orange-d8d2 .banner_2568 li.hard_a252 > a {
  color: rgba(0, 0, 0, 0.9);
}
.info-orange-d8d2 .banner_2568 > 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;
}
.info-orange-d8d2 .banner_2568 > li > a i {
  line-height: 0;
}
.info-orange-d8d2 .banner_2568 > li.bright_cac5 > a .focused_1f47 {
  margin-left: 4px;
  line-height: 0;
}
.info-orange-d8d2 .banner_2568 .brown-2a2b li.bright_cac5 > a {
  position: relative;
}
.info-orange-d8d2 .banner_2568 .brown-2a2b li.bright_cac5 > a:after,
.info-orange-d8d2 .banner_2568 .brown-2a2b li.bright_cac5 > a:before {
  content: "";
  display: table;
}
.info-orange-d8d2 .banner_2568 .brown-2a2b li.bright_cac5 > a:after {
  clear: both;
}
.info-orange-d8d2 .banner_2568 .brown-2a2b li.bright_cac5 > a .focused_1f47 {
  margin-left: 5px;
  float: right;
}
.info-orange-d8d2 .gradient-short-bce9,
.info-orange-d8d2 .brown-2a2b {
  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;
}
.info-orange-d8d2 .brown-2a2b {
  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;
}
.info-orange-d8d2 .brown-2a2b .first-885d {
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: justify;
  justify-content: space-between;
}
.info-orange-d8d2 .brown-2a2b .focused_1f47 {
  -webkit-transform: rotate(135deg) translateY(0);
  -ms-transform: rotate(135deg) translateY(0);
  transform: rotate(135deg) translateY(0);
}
.info-orange-d8d2 .brown-2a2b li {
  display: block;
  margin: 0;
  padding: 0;
}
.info-orange-d8d2 .brown-2a2b 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;
}
.info-orange-d8d2 .brown-2a2b li a:hover {
  background: rgba(0, 0, 0, 0.015);
  color: rgba(0, 0, 0, 0.8);
}
.info-orange-d8d2 .brown-2a2b .brown-2a2b {
  top: 0;
  left: 100%;
}
.info-orange-d8d2 .container_2139.fn-focus-7ed4 > .gradient-short-bce9,
.info-orange-d8d2 .container_2139.fn-focus-7ed4 > .brown-2a2b,
.info-orange-d8d2 .container_2139:focus > .gradient-short-bce9,
.info-orange-d8d2 .container_2139:focus > .brown-2a2b,
.info-orange-d8d2 .container_2139:hover > .gradient-short-bce9,
.info-orange-d8d2 .container_2139:hover > .brown-2a2b {
  height: auto;
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
  overflow: initial;
  visibility: visible;
  opacity: 1;
}
.info-orange-d8d2.heading-right-a399 .top-2716:after,
.info-orange-d8d2.heading-right-a399 .top-2716:before {
  content: "";
  display: table;
}
.info-orange-d8d2.heading-right-a399 .top-2716:after {
  clear: both;
}
.info-orange-d8d2.heading-right-a399 .top-2716 > li {
  float: left;
}
.info-orange-d8d2.pink-326f .top-2716:after,
.info-orange-d8d2.pink-326f .top-2716:before {
  content: "";
  display: table;
}
.info-orange-d8d2.pink-326f .top-2716:after {
  clear: both;
}
.info-orange-d8d2.pink-326f .top-2716 > li {
  float: left;
}
.info-orange-d8d2.pink-326f .top-2716 > li > a {
  background: 0 0;
  display: -webkit-inline-box;
  display: inline-flex;
  vertical-align: middle;
  -webkit-box-align: center;
  align-items: center;
}
.info-orange-d8d2.pink-326f .top-2716 > li > a:hover {
  color: #fff;
  background-color: #1e4b75;
}
.info-orange-d8d2.pink-326f .top-2716 > li.pagination_4df1 > a,
.info-orange-d8d2.pink-326f .top-2716 > li.hard_a252 > a {
  color: #fff;
  background-color: #1e4b75;
}
.info-orange-d8d2.slider_2c02 .top-2716 > li > a .first-885d {
  position: relative;
}
.info-orange-d8d2.slider_2c02 .top-2716 > li > a .first-885d: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;
}
.info-orange-d8d2.slider_2c02
  .top-2716
  > li:focus
  > a
  .first-885d:before,
.info-orange-d8d2.slider_2c02
  .top-2716
  > li:hover
  > a
  .first-885d:before {
  width: 100%;
  background-color: currentColor;
}
.info-orange-d8d2.slider_2c02
  .top-2716
  > li.pagination_4df1
  > a
  .first-885d:before,
.info-orange-d8d2.slider_2c02
  .top-2716
  > li.card-motion-0719
  > a
  .first-885d:before {
  width: 100%;
  background-color: currentColor;
}
.info-orange-d8d2.fresh-5ac8 .top-2716 > li > a .first-885d {
  position: relative;
}
.info-orange-d8d2.fresh-5ac8 .top-2716 > li > a .first-885d: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;
}
.info-orange-d8d2.fresh-5ac8 .top-2716 > li:focus > a .first-885d:before,
.info-orange-d8d2.fresh-5ac8
  .top-2716
  > li:hover
  > a
  .first-885d:before {
  width: 100%;
  background-color: currentColor;
}
.info-orange-d8d2.fresh-5ac8
  .top-2716
  > li.pagination_4df1
  > a
  .first-885d:before,
.info-orange-d8d2.fresh-5ac8
  .top-2716
  > li.card-motion-0719
  > a
  .first-885d:before {
  width: 100%;
  background-color: currentColor;
}
.advanced-6682 .banner_2568 {
  margin: 0;
  padding: 0;
  list-style: none;
}
.advanced-6682 .banner_2568 li:first-child > a {
  border-top: none;
}
.advanced-6682 .banner_2568 .breadcrumb_bb19 > .first-885d .focused_1f47 {
  display: none;
}
.advanced-6682 .banner_2568 li {
  list-style: none;
  position: relative;
  border-bottom: 1px solid transparent;
}
.advanced-6682 .banner_2568 li:last-child {
  border: none;
}
.advanced-6682 .banner_2568 li.bright_cac5 > a {
  padding-right: 45px !important;
}
.advanced-6682 .banner_2568 li a {
  display: block;
  padding: 0.55em 1.5em;
}
.advanced-6682 .banner_2568 li a:focus,
.advanced-6682 .banner_2568 li a:hover {
  background: rgba(0, 0, 0, 0.01);
}
.advanced-6682 .banner_2568 li .gradient-new-ccdc {
  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;
}
.advanced-6682 .banner_2568 li .gradient-new-ccdc:hover {
  box-shadow: none;
}
.advanced-6682 .banner_2568 li .gradient-new-ccdc .focused_1f47 {
  -webkit-transform: rotate(-135deg) translateY(50%) translateX(50%);
  -ms-transform: rotate(-135deg) translateY(50%) translateX(50%);
  transform: rotate(-135deg) translateY(50%) translateX(50%);
}
.advanced-6682 .banner_2568 .brown-2a2b {
  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);
}
.advanced-6682 .banner_2568 .brown-2a2b li a {
  padding-left: 3em;
}
.advanced-6682 .banner_2568 .layout-dffc > a .gradient-new-ccdc i {
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
.advanced-6682 .banner_2568 .layout-dffc > .brown-2a2b {
  display: block;
  opacity: 1;
}
.smooth-48d5 {
  max-width: 100%;
}
.cold-228f {
  line-height: 0;
  cursor: pointer;
}
.carousel-pressed-9ae6 {
  line-height: 0;
  display: inline-block;
  position: relative;
  box-shadow: none;
}
.carousel-pressed-9ae6:hover {
  box-shadow: none;
  color: currentColor;
}
.carousel-pressed-9ae6 svg {
  width: 18px;
  height: 18px;
}
.carousel-pressed-9ae6 .center-4a6d {
  display: none;
}
.summary-upper-7976 {
  position: relative;
}
.summary-upper-7976.fn-active-7ed4 .carousel-pressed-9ae6 .yellow-cc6d {
  display: none;
}
.summary-upper-7976.fn-active-7ed4 .carousel-pressed-9ae6 .center-4a6d {
  display: inline-block;
}
.summary-upper-7976 .rough-34e0 {
  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);
}
.summary-upper-7976.highlight_focused_79a2 .rough-34e0 {
  left: auto;
  right: -0.9em;
}
.summary-upper-7976.highlight_focused_79a2 .accordion-1986::before {
  left: auto;
  right: 15px;
}
.summary-upper-7976.fn-active-7ed4 .rough-34e0 {
  height: auto;
  overflow: initial;
  z-index: 26;
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
}
.popup_hovered_a0ce {
  display: -webkit-box;
  display: flex;
  margin-bottom: 0;
  width: 100%;
  max-width: 100%;
}
.popup_hovered_a0ce label {
  flex-basis: 100%;
}
.popup_hovered_a0ce .rough_7cfe {
  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;
}
.popup_hovered_a0ce .row-6210 {
  display: block;
  width: 100%;
  border-radius: 2px;
  height: 2.4em;
}
.popup_hovered_a0ce .row-6210:focus {
  background-color: transparent;
}
.popup_hovered_a0ce button.tooltip-light-47f6 {
  overflow: hidden;
  box-shadow: none;
  margin-left: -40px;
  background: 0 0;
  color: #6d6d6d;
  line-height: 0;
  padding: 0 0.7em;
  min-height: auto;
}
.popup_hovered_a0ce button.tooltip-light-47f6:hover {
  box-shadow: none;
  background-color: transparent;
  color: #686868;
}
.popup_hovered_a0ce button.tooltip-light-47f6 svg {
  width: 18px;
  height: 18px;
}
.popup_hovered_a0ce input[type="submit"] {
  min-height: auto;
}
.sort_easy_a7c7 .popup_hovered_a0ce .row-6210 {
  border: 0;
  box-shadow: none;
  background-color: transparent;
}
.accordion-1986 {
  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) {
  .accordion-1986 {
    width: 220px;
  }
}
.accordion-1986 label {
  flex-basis: 100%;
}
.accordion-1986::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;
}
.lite-6e72 .sort_easy_a7c7 .popup_hovered_a0ce {
  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;
}
.lite-6e72
  .sort_easy_a7c7
  .popup_hovered_a0ce
  .rough_7cfe {
  background-color: transparent;
  min-height: auto;
  flex-basis: 100%;
  display: -webkit-box;
  display: flex;
  border-style: none;
  border: none;
  box-shadow: none;
}
.lite-6e72 .sort_easy_a7c7 .popup_hovered_a0ce .row-6210 {
  border-color: transparent;
  height: auto;
  background-color: transparent;
  border: 0;
  border-style: none;
  box-shadow: none;
  -webkit-box-flex: 0;
  flex: 0 0 auto;
}
.lite-6e72
  .sort_easy_a7c7
  .popup_hovered_a0ce
  .row-6210:focus {
  background: 0 0;
}
.lite-6e72
  .sort_easy_a7c7
  .popup_hovered_a0ce
  .simple-d788 {
  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;
}
.gradient-huge-abbd {
  display: inline-block;
  margin: 0;
  padding: 0;
  list-style: none;
  position: relative;
}
.gradient-huge-abbd li {
  list-style: none;
  display: inline-block;
  margin: 0 3px;
}
.gradient-huge-abbd li:last-child {
  margin-right: 0;
}
.gradient-huge-abbd li:first-child {
  margin-left: 0;
}
.gradient-huge-abbd.banner-down-763f a {
  color: #fff;
}
.gradient-huge-abbd.banner-down-763f a:hover {
  color: #fff;
}
.gradient-huge-abbd a {
  color: currentColor;
  text-align: center;
  vertical-align: middle;
  width: 100%;
  padding: 0.4em;
  display: inline-block;
  line-height: 1;
  font-size: 13px;
}
.gradient-huge-abbd a i {
  width: 1em;
  height: 1em;
  position: relative;
  display: block;
}
.gradient-huge-abbd a i:before {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}
.gradient-huge-abbd a:hover {
  opacity: 0.9;
  color: inherit;
}
.gradient-huge-abbd [class*="social-icon-apple"] {
  background-color: #999;
}
.gradient-huge-abbd [class*="social-icon-apple"].picture-bbaa {
  background-color: transparent;
  color: #999;
}
.gradient-huge-abbd [class*="social-icon-behance"] {
  background-color: #1769ff;
}
.gradient-huge-abbd [class*="social-icon-behance"].picture-bbaa {
  background-color: transparent;
  color: #1769ff;
}
.gradient-huge-abbd [class*="social-icon-bitbucket"] {
  background-color: #205081;
}
.gradient-huge-abbd [class*="social-icon-bitbucket"].picture-bbaa {
  background-color: transparent;
  color: #205081;
}
.gradient-huge-abbd [class*="social-icon-codepen"] {
  background-color: #000;
}
.gradient-huge-abbd [class*="social-icon-codepen"].picture-bbaa {
  background-color: transparent;
  color: #000;
}
.gradient-huge-abbd [class*="social-icon-delicious"] {
  background-color: #39f;
}
.gradient-huge-abbd [class*="social-icon-delicious"].picture-bbaa {
  background-color: transparent;
  color: #39f;
}
.gradient-huge-abbd [class*="social-icon-digg"] {
  background-color: #005be2;
}
.gradient-huge-abbd [class*="social-icon-digg"].picture-bbaa {
  background-color: transparent;
  color: #005be2;
}
.gradient-huge-abbd [class*="social-icon-dribbble"] {
  background-color: #ea4c89;
}
.gradient-huge-abbd [class*="social-icon-dribbble"].picture-bbaa {
  background-color: transparent;
  color: #ea4c89;
}
.gradient-huge-abbd [class*="social-icon-envelope"] {
  background-color: #ea4335;
}
.gradient-huge-abbd [class*="social-icon-envelope"].picture-bbaa {
  background-color: transparent;
  color: #ea4335;
}
.gradient-huge-abbd [class*="social-icon-facebook"] {
  background-color: #3b5998;
}
.gradient-huge-abbd [class*="social-icon-facebook"].picture-bbaa {
  background-color: transparent;
  color: #3b5998;
}
.gradient-huge-abbd [class*="social-icon-flickr"] {
  background-color: #0063dc;
}
.gradient-huge-abbd [class*="social-icon-flickr"].picture-bbaa {
  background-color: transparent;
  color: #0063dc;
}
.gradient-huge-abbd [class*="social-icon-foursquare"] {
  background-color: #2d5be3;
}
.gradient-huge-abbd [class*="social-icon-foursquare"].picture-bbaa {
  background-color: transparent;
  color: #2d5be3;
}
.gradient-huge-abbd [class*="social-icon-github"] {
  background-color: #333;
}
.gradient-huge-abbd [class*="social-icon-github"].picture-bbaa {
  background-color: transparent;
  color: #333;
}
.gradient-huge-abbd [class*="social-icon-google-plus"] {
  background-color: #dd4b39;
}
.gradient-huge-abbd [class*="social-icon-google-plus"].picture-bbaa {
  background-color: transparent;
  color: #dd4b39;
}
.gradient-huge-abbd [class*="social-icon-houzz"] {
  background-color: #7ac142;
}
.gradient-huge-abbd [class*="social-icon-houzz"].picture-bbaa {
  background-color: transparent;
  color: #7ac142;
}
.gradient-huge-abbd [class*="social-icon-instagram"] {
  background-color: #262626;
}
.gradient-huge-abbd [class*="social-icon-instagram"].picture-bbaa {
  background-color: transparent;
  color: #262626;
}
.gradient-huge-abbd [class*="social-icon-jsfiddle"] {
  background-color: #487aa2;
}
.gradient-huge-abbd [class*="social-icon-jsfiddle"].picture-bbaa {
  background-color: transparent;
  color: #487aa2;
}
.gradient-huge-abbd [class*="social-icon-linkedin"] {
  background-color: #0077b5;
}
.gradient-huge-abbd [class*="social-icon-linkedin"].picture-bbaa {
  background-color: transparent;
  color: #0077b5;
}
.gradient-huge-abbd [class*="social-icon-medium"] {
  background-color: #00ab6b;
}
.gradient-huge-abbd [class*="social-icon-medium"].picture-bbaa {
  background-color: transparent;
  color: #00ab6b;
}
.gradient-huge-abbd [class*="social-icon-odnoklassniki"] {
  background-color: #f4731c;
}
.gradient-huge-abbd
  [class*="social-icon-odnoklassniki"].picture-bbaa {
  background-color: transparent;
  color: #f4731c;
}
.gradient-huge-abbd [class*="social-icon-meetup"] {
  background-color: #ec1c40;
}
.gradient-huge-abbd [class*="social-icon-meetup"].picture-bbaa {
  background-color: transparent;
  color: #ec1c40;
}
.gradient-huge-abbd [class*="social-icon-pinterest"] {
  background-color: #bd081c;
}
.gradient-huge-abbd [class*="social-icon-pinterest"].picture-bbaa {
  background-color: transparent;
  color: #bd081c;
}
.gradient-huge-abbd [class*="social-icon-product-hunt"] {
  background-color: #da552f;
}
.gradient-huge-abbd [class*="social-icon-product-hunt"].picture-bbaa {
  background-color: transparent;
  color: #da552f;
}
.gradient-huge-abbd [class*="social-icon-reddit"] {
  background-color: #ff4500;
}
.gradient-huge-abbd [class*="social-icon-reddit"].picture-bbaa {
  background-color: transparent;
  color: #ff4500;
}
.gradient-huge-abbd [class*="social-icon-rss"] {
  background-color: #f26522;
}
.gradient-huge-abbd [class*="social-icon-rss"].picture-bbaa {
  background-color: transparent;
  color: #f26522;
}
.gradient-huge-abbd [class*="social-icon-shopping-cart"] {
  background-color: #4caf50;
}
.gradient-huge-abbd
  [class*="social-icon-shopping-cart"].picture-bbaa {
  background-color: transparent;
  color: #4caf50;
}
.gradient-huge-abbd [class*="social-icon-skype"] {
  background-color: #00aff0;
}
.gradient-huge-abbd [class*="social-icon-skype"].picture-bbaa {
  background-color: transparent;
  color: #00aff0;
}
.gradient-huge-abbd [class*="social-icon-slideshare"] {
  background-color: #0077b5;
}
.gradient-huge-abbd [class*="social-icon-slideshare"].picture-bbaa {
  background-color: transparent;
  color: #0077b5;
}
.gradient-huge-abbd [class*="social-icon-snapchat"] {
  background-color: #fffc00;
}
.gradient-huge-abbd [class*="social-icon-snapchat"].picture-bbaa {
  background-color: transparent;
  color: #fffc00;
}
.gradient-huge-abbd [class*="social-icon-soundcloud"] {
  background-color: #f80;
}
.gradient-huge-abbd [class*="social-icon-soundcloud"].picture-bbaa {
  background-color: transparent;
  color: #f80;
}
.gradient-huge-abbd [class*="social-icon-spotify"] {
  background-color: #2ebd59;
}
.gradient-huge-abbd [class*="social-icon-spotify"].picture-bbaa {
  background-color: transparent;
  color: #2ebd59;
}
.gradient-huge-abbd [class*="social-icon-stack-overflow"] {
  background-color: #fe7a15;
}
.gradient-huge-abbd
  [class*="social-icon-stack-overflow"].picture-bbaa {
  background-color: transparent;
  color: #fe7a15;
}
.gradient-huge-abbd [class*="social-icon-maldkfgram"] {
  background-color: #2ca5e0;
}
.gradient-huge-abbd [class*="social-icon-maldkfgram"].picture-bbaa {
  background-color: transparent;
  color: #2ca5e0;
}
.gradient-huge-abbd [class*="social-icon-tripadvisor"] {
  background-color: #589442;
}
.gradient-huge-abbd [class*="social-icon-tripadvisor"].picture-bbaa {
  background-color: transparent;
  color: #589442;
}
.gradient-huge-abbd [class*="social-icon-tumblr"] {
  background-color: #35465c;
}
.gradient-huge-abbd [class*="social-icon-tumblr"].picture-bbaa {
  background-color: transparent;
  color: #35465c;
}
.gradient-huge-abbd [class*="social-icon-twitch"] {
  background-color: #6441a5;
}
.gradient-huge-abbd [class*="social-icon-twitch"].picture-bbaa {
  background-color: transparent;
  color: #6441a5;
}
.gradient-huge-abbd [class*="social-icon-twitter"] {
  background-color: #1da1f2;
}
.gradient-huge-abbd [class*="social-icon-twitter"].picture-bbaa {
  background-color: transparent;
  color: #1da1f2;
}
.gradient-huge-abbd [class*="social-icon-vimeo"] {
  background-color: #1ab7ea;
}
.gradient-huge-abbd [class*="social-icon-vimeo"].picture-bbaa {
  background-color: transparent;
  color: #1ab7ea;
}
.gradient-huge-abbd [class*="social-icon-vk"] {
  background-color: #45668e;
}
.gradient-huge-abbd [class*="social-icon-vk"].picture-bbaa {
  background-color: transparent;
  color: #45668e;
}
.gradient-huge-abbd [class*="social-icon-weibo"] {
  background-color: #df2029;
}
.gradient-huge-abbd [class*="social-icon-weibo"].picture-bbaa {
  background-color: transparent;
  color: #df2029;
}
.gradient-huge-abbd [class*="social-icon-weixin"] {
  background-color: #7bb32e;
}
.gradient-huge-abbd [class*="social-icon-weixin"].picture-bbaa {
  background-color: transparent;
  color: #7bb32e;
}
.gradient-huge-abbd [class*="social-icon-whatsapp"] {
  background-color: #25d366;
}
.gradient-huge-abbd [class*="social-icon-whatsapp"].picture-bbaa {
  background-color: transparent;
  color: #25d366;
}
.gradient-huge-abbd [class*="social-icon-wordpress"] {
  background-color: #21759b;
}
.gradient-huge-abbd [class*="social-icon-wordpress"].picture-bbaa {
  background-color: transparent;
  color: #21759b;
}
.gradient-huge-abbd [class*="social-icon-xing"] {
  background-color: #026466;
}
.gradient-huge-abbd [class*="social-icon-xing"].picture-bbaa {
  background-color: transparent;
  color: #026466;
}
.gradient-huge-abbd [class*="social-icon-yelp"] {
  background-color: #af0606;
}
.gradient-huge-abbd [class*="social-icon-yelp"].picture-bbaa {
  background-color: transparent;
  color: #af0606;
}
.gradient-huge-abbd [class*="social-icon-youtube"] {
  background-color: #cd201f;
}
.gradient-huge-abbd [class*="social-icon-youtube"].picture-bbaa {
  background-color: transparent;
  color: #cd201f;
}
.icon-hard-75c0 {
  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;
}
.icon-hard-75c0:hover {
  box-shadow: none;
  background: 0 0;
}
.outline-0195 {
  background: 0 0 !important;
  text-transform: uppercase;
  font-size: 0.85em;
}
.picture-prev-6efe {
  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;
}
.out-bcbe {
  display: inline-block;
  position: relative;
  vertical-align: middle;
}
.pattern_8340 {
  display: block;
  top: 50%;
  background-color: currentcolor;
}
.pattern_8340,
.pattern_8340::after,
.pattern_8340::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;
}
.pattern_8340::after,
.pattern_8340::before {
  content: "";
  display: block;
  background-color: inherit;
}
.under_c5f3 .picture-prev-6efe .out-bcbe {
  margin-top: -2px;
  width: 19px;
}
.under_c5f3 .picture-prev-6efe .pattern_8340 {
  margin-top: -1px;
}
.under_c5f3 .picture-prev-6efe .pattern_8340,
.under_c5f3 .picture-prev-6efe .pattern_8340::after,
.under_c5f3 .picture-prev-6efe .pattern_8340::before {
  width: 19px;
  height: 2px;
}
.under_c5f3 .picture-prev-6efe .pattern_8340::before {
  top: -6px;
}
.under_c5f3 .picture-prev-6efe .pattern_8340::after {
  bottom: -6px;
}
.frame-hovered-723f .picture-prev-6efe .out-bcbe {
  margin-top: -2px;
  width: 22px;
}
.frame-hovered-723f .picture-prev-6efe .pattern_8340 {
  margin-top: -1px;
}
.frame-hovered-723f .picture-prev-6efe .pattern_8340,
.frame-hovered-723f .picture-prev-6efe .pattern_8340::after,
.frame-hovered-723f .picture-prev-6efe .pattern_8340::before {
  width: 22px;
  height: 2px;
}
.frame-hovered-723f .picture-prev-6efe .pattern_8340::before {
  top: -7px;
}
.frame-hovered-723f .picture-prev-6efe .pattern_8340::after {
  bottom: -7px;
}
.filter-75c5 .picture-prev-6efe .out-bcbe {
  margin-top: -2px;
  width: 31px;
}
.filter-75c5 .picture-prev-6efe .pattern_8340 {
  margin-top: -1.5px;
}
.filter-75c5 .picture-prev-6efe .pattern_8340,
.filter-75c5 .picture-prev-6efe .pattern_8340::after,
.filter-75c5 .picture-prev-6efe .pattern_8340::before {
  width: 31px;
  height: 3px;
}
.filter-75c5 .picture-prev-6efe .pattern_8340::before {
  top: -9px;
}
.filter-75c5 .picture-prev-6efe .pattern_8340::after {
  bottom: -9px;
}
@media screen and (min-width: 1025px) {
  .caption_active_042e .picture-prev-6efe .out-bcbe {
    margin-top: -2px;
    width: 19px;
  }
  .caption_active_042e .picture-prev-6efe .pattern_8340 {
    margin-top: -1px;
  }
  .caption_active_042e .picture-prev-6efe .pattern_8340,
  .caption_active_042e .picture-prev-6efe .pattern_8340::after,
  .caption_active_042e .picture-prev-6efe .pattern_8340::before {
    width: 19px;
    height: 2px;
  }
  .caption_active_042e .picture-prev-6efe .pattern_8340::before {
    top: -6px;
  }
  .caption_active_042e .picture-prev-6efe .pattern_8340::after {
    bottom: -6px;
  }
  .gas-8c88 .picture-prev-6efe .out-bcbe {
    margin-top: -2px;
    width: 22px;
  }
  .gas-8c88 .picture-prev-6efe .pattern_8340 {
    margin-top: -1px;
  }
  .gas-8c88 .picture-prev-6efe .pattern_8340,
  .gas-8c88 .picture-prev-6efe .pattern_8340::after,
  .gas-8c88 .picture-prev-6efe .pattern_8340::before {
    width: 22px;
    height: 2px;
  }
  .gas-8c88 .picture-prev-6efe .pattern_8340::before {
    top: -7px;
  }
  .gas-8c88 .picture-prev-6efe .pattern_8340::after {
    bottom: -7px;
  }
  .tall_84ac .picture-prev-6efe .out-bcbe {
    margin-top: -2px;
    width: 31px;
  }
  .tall_84ac .picture-prev-6efe .pattern_8340 {
    margin-top: -1.5px;
  }
  .tall_84ac .picture-prev-6efe .pattern_8340,
  .tall_84ac .picture-prev-6efe .pattern_8340::after,
  .tall_84ac .picture-prev-6efe .pattern_8340::before {
    width: 31px;
    height: 3px;
  }
  .tall_84ac .picture-prev-6efe .pattern_8340::before {
    top: -9px;
  }
  .tall_84ac .picture-prev-6efe .pattern_8340::after {
    bottom: -9px;
  }
}
@media screen and (max-width: 1024px) {
  .light_09fb .picture-prev-6efe .out-bcbe {
    margin-top: -2px;
    width: 19px;
  }
  .light_09fb .picture-prev-6efe .pattern_8340 {
    margin-top: -1px;
  }
  .light_09fb .picture-prev-6efe .pattern_8340,
  .light_09fb .picture-prev-6efe .pattern_8340::after,
  .light_09fb .picture-prev-6efe .pattern_8340::before {
    width: 19px;
    height: 2px;
  }
  .light_09fb .picture-prev-6efe .pattern_8340::before {
    top: -6px;
  }
  .light_09fb .picture-prev-6efe .pattern_8340::after {
    bottom: -6px;
  }
  .text-5c6f .picture-prev-6efe .out-bcbe {
    margin-top: -2px;
    width: 22px;
  }
  .text-5c6f .picture-prev-6efe .pattern_8340 {
    margin-top: -1px;
  }
  .text-5c6f .picture-prev-6efe .pattern_8340,
  .text-5c6f .picture-prev-6efe .pattern_8340::after,
  .text-5c6f .picture-prev-6efe .pattern_8340::before {
    width: 22px;
    height: 2px;
  }
  .text-5c6f .picture-prev-6efe .pattern_8340::before {
    top: -7px;
  }
  .text-5c6f .picture-prev-6efe .pattern_8340::after {
    bottom: -7px;
  }
  .row-bc50 .picture-prev-6efe .out-bcbe {
    margin-top: -2px;
    width: 31px;
  }
  .row-bc50 .picture-prev-6efe .pattern_8340 {
    margin-top: -1.5px;
  }
  .row-bc50 .picture-prev-6efe .pattern_8340,
  .row-bc50 .picture-prev-6efe .pattern_8340::after,
  .row-bc50 .picture-prev-6efe .pattern_8340::before {
    width: 31px;
    height: 3px;
  }
  .row-bc50 .picture-prev-6efe .pattern_8340::before {
    top: -9px;
  }
  .row-bc50 .picture-prev-6efe .pattern_8340::after {
    bottom: -9px;
  }
}
@media screen and (max-width: 568px) {
  .tabs-full-6ee1 .picture-prev-6efe .out-bcbe {
    margin-top: -2px;
    width: 19px;
  }
  .tabs-full-6ee1 .picture-prev-6efe .pattern_8340 {
    margin-top: -1px;
  }
  .tabs-full-6ee1 .picture-prev-6efe .pattern_8340,
  .tabs-full-6ee1 .picture-prev-6efe .pattern_8340::after,
  .tabs-full-6ee1 .picture-prev-6efe .pattern_8340::before {
    width: 19px;
    height: 2px;
  }
  .tabs-full-6ee1 .picture-prev-6efe .pattern_8340::before {
    top: -6px;
  }
  .tabs-full-6ee1 .picture-prev-6efe .pattern_8340::after {
    bottom: -6px;
  }
  .tooltip-advanced-f9f3 .picture-prev-6efe .out-bcbe {
    margin-top: -2px;
    width: 22px;
  }
  .tooltip-advanced-f9f3 .picture-prev-6efe .pattern_8340 {
    margin-top: -1px;
  }
  .tooltip-advanced-f9f3 .picture-prev-6efe .pattern_8340,
  .tooltip-advanced-f9f3 .picture-prev-6efe .pattern_8340::after,
  .tooltip-advanced-f9f3 .picture-prev-6efe .pattern_8340::before {
    width: 22px;
    height: 2px;
  }
  .tooltip-advanced-f9f3 .picture-prev-6efe .pattern_8340::before {
    top: -7px;
  }
  .tooltip-advanced-f9f3 .picture-prev-6efe .pattern_8340::after {
    bottom: -7px;
  }
  .right-5de2 .picture-prev-6efe .out-bcbe {
    margin-top: -2px;
    width: 31px;
  }
  .right-5de2 .picture-prev-6efe .pattern_8340 {
    margin-top: -1.5px;
  }
  .right-5de2 .picture-prev-6efe .pattern_8340,
  .right-5de2 .picture-prev-6efe .pattern_8340::after,
  .right-5de2 .picture-prev-6efe .pattern_8340::before {
    width: 31px;
    height: 3px;
  }
  .right-5de2 .picture-prev-6efe .pattern_8340::before {
    top: -9px;
  }
  .right-5de2 .picture-prev-6efe .pattern_8340::after {
    bottom: -9px;
  }
}
.huge_c80e .pattern_8340 {
  -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);
}
.huge_c80e .pattern_8340::before {
  -webkit-transition: top 75ms 0.12s ease, opacity 75ms ease;
  transition: top 75ms 0.12s ease, opacity 75ms ease;
}
.huge_c80e .pattern_8340::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);
}
.huge_c80e.iron_615c .pattern_8340 {
  -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);
}
.huge_c80e.iron_615c .pattern_8340::before {
  top: 0;
  opacity: 0;
  -webkit-transition: top 75ms ease, opacity 75ms 0.12s ease;
  transition: top 75ms ease, opacity 75ms 0.12s ease;
}
.huge_c80e.iron_615c .pattern_8340::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);
}
.article_simple_333e {
  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.detail-slow-2fc2:before {
  display: none;
}
.sidebar-thick-c408 {
  padding: 0;
  position: fixed;
  width: 100%;
  max-width: 100%;
  top: 0;
  z-index: 999900;
  visibility: hidden;
}
.sidebar-thick-c408 .form-22fa {
  padding: 1.4em 1.5em;
  border-bottom: 1px solid transparent;
}
.sidebar-thick-c408 .form-22fa:last-of-type {
  border-bottom: none;
}
.sidebar-thick-c408 .form-22fa.chip-hard-48bd,
.sidebar-thick-c408 .form-22fa.smooth-f7a1,
.sidebar-thick-c408 .form-22fa.outline_408c {
  padding: 0;
}
.sidebar-thick-c408 .advanced-6682 .gradient-new-ccdc {
  color: currentColor;
}
.sidebar-thick-c408 .advanced-6682 .gradient-new-ccdc:focus,
.sidebar-thick-c408 .advanced-6682 .gradient-new-ccdc:hover {
  background: rgba(0, 0, 0, 0.01);
}
.sidebar-thick-c408.fluid-2dbb .background-action-11a8,
.sidebar-thick-c408.fluid-2dbb .summary-new-7173 a,
.sidebar-thick-c408.fluid-2dbb .top-2716 a,
.sidebar-thick-c408.fluid-2dbb .brown-2a2b a {
  color: rgba(0, 0, 0, 0.55);
}
.sidebar-thick-c408.fluid-2dbb .background-action-11a8:hover,
.sidebar-thick-c408.fluid-2dbb .summary-new-7173 a:hover,
.sidebar-thick-c408.fluid-2dbb .top-2716 a:hover,
.sidebar-thick-c408.fluid-2dbb .brown-2a2b a:hover {
  color: rgba(0, 0, 0, 0.8);
}
.sidebar-thick-c408.fluid-2dbb .pro_01d1 {
  color: rgba(0, 0, 0, 0.8);
}
.sidebar-thick-c408.fluid-2dbb .form-22fa {
  border-color: rgba(0, 0, 0, 0.08);
}
.sidebar-thick-c408.fluid-2dbb .form-22fa:before {
  background: rgba(0, 0, 0, 0.08);
}
.sidebar-thick-c408.fluid-2dbb .header-bc15:before {
  background: rgba(255, 255, 255, 0.9);
}
.sidebar-thick-c408.fluid-2dbb .advanced-6682 .banner_2568 li a,
.sidebar-thick-c408.fluid-2dbb .advanced-6682 .gradient-new-ccdc,
.sidebar-thick-c408.fluid-2dbb .brown-2a2b {
  border-color: rgba(0, 0, 0, 0.08);
}
.sidebar-thick-c408.fluid-2dbb .advanced-6682 .gradient-new-ccdc:focus,
.sidebar-thick-c408.fluid-2dbb .advanced-6682 .gradient-new-ccdc:hover {
  background: rgba(0, 0, 0, 0.01);
}
.sidebar-thick-c408.fluid-2dbb .banner_2568 li {
  border-color: rgba(0, 0, 0, 0.08);
}
.sidebar-thick-c408.purple-e85b .background-action-11a8,
.sidebar-thick-c408.purple-e85b .summary-new-7173 a,
.sidebar-thick-c408.purple-e85b .top-2716 .gradient-new-ccdc,
.sidebar-thick-c408.purple-e85b .top-2716 a,
.sidebar-thick-c408.purple-e85b .brown-2a2b a {
  color: rgba(255, 255, 255, 0.79);
}
.sidebar-thick-c408.purple-e85b .background-action-11a8:hover,
.sidebar-thick-c408.purple-e85b .summary-new-7173 a:hover,
.sidebar-thick-c408.purple-e85b .top-2716 .gradient-new-ccdc:hover,
.sidebar-thick-c408.purple-e85b .top-2716 a:hover,
.sidebar-thick-c408.purple-e85b .brown-2a2b a:hover {
  color: rgba(255, 255, 255, 0.99);
}
.sidebar-thick-c408.purple-e85b .pro_01d1 {
  color: rgba(255, 255, 255, 0.99);
}
.sidebar-thick-c408.purple-e85b .form-22fa {
  border-color: rgba(255, 255, 255, 0.08);
}
.sidebar-thick-c408.purple-e85b .form-22fa:before {
  background: rgba(255, 255, 255, 0.08);
}
.sidebar-thick-c408.purple-e85b .header-bc15:before {
  background: rgba(0, 0, 0, 0.9);
}
.sidebar-thick-c408.purple-e85b .advanced-6682 .banner_2568 li a,
.sidebar-thick-c408.purple-e85b .advanced-6682 .gradient-new-ccdc,
.sidebar-thick-c408.purple-e85b .brown-2a2b {
  border-color: rgba(255, 255, 255, 0.08);
}
.sidebar-thick-c408.purple-e85b .advanced-6682 .gradient-new-ccdc:focus,
.sidebar-thick-c408.purple-e85b .advanced-6682 .gradient-new-ccdc:hover {
  background: rgba(0, 0, 0, 0.01);
}
.sidebar-thick-c408.purple-e85b .banner_2568 li {
  border-color: rgba(255, 255, 255, 0.08);
}
.header-bc15 {
  position: relative;
  word-con: break-word;
  min-height: 100%;
  display: block;
}
.header-bc15:before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  display: block;
  min-height: 100%;
}
.layout-glass-9a12 {
  position: relative;
  word-con: break-word;
  min-height: 100%;
  display: block;
  padding: 1.2em 0;
}
.caption_static_271a .sidebar-thick-c408 {
  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;
}
.caption_static_271a .form-22fa {
  text-align: center;
  padding: 2em 1.5em;
  border: none;
  position: relative;
}
.caption_static_271a .form-22fa: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) {
  .caption_static_271a .form-22fa:before {
    width: 16%;
    left: 42%;
  }
}
.caption_static_271a .form-22fa:last-child:before {
  content: none;
}
.caption_static_271a .form-22fa[class*="-menu"] {
  padding: 2.5em 1.5em;
}
.caption_static_271a .advanced-6682 .banner_2568 li a {
  border: none;
  font-size: 140%;
  text-transform: uppercase;
  font-weight: 500;
}
.caption_static_271a .advanced-6682 .banner_2568 li a .gradient-new-ccdc {
  display: inline-block;
  position: relative;
  border: 0 none;
  margin-right: -1.3em;
  top: -2px;
  padding: 0.28em 0.5em;
}
.caption_static_271a .advanced-6682 .brown-2a2b {
  border: none;
}
.caption_static_271a .advanced-6682 .brown-2a2b li a {
  text-transform: none;
  padding: 0.35em 1.5em;
  font-size: 100%;
}
.caption_static_271a .header-bc15 {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}
.caption_static_271a .layout-glass-9a12 {
  max-width: 48em;
  margin: 3em auto;
  padding: 0;
}
.caption_static_271a .purple-e85b .header-bc15:before {
  background: rgba(0, 0, 0, 0.9);
}
.caption_static_271a .fluid-2dbb.message_left_dbbe .pattern_8340 {
  background: rgba(0, 0, 0, 0.6);
}
.caption_static_271a
  .fluid-2dbb.message_left_dbbe
  .pattern_8340::after,
.caption_static_271a
  .fluid-2dbb.message_left_dbbe
  .pattern_8340:before {
  background: inherit;
}
.caption_static_271a
  .fluid-2dbb.message_left_dbbe:hover
  .pattern_8340 {
  background: rgba(0, 0, 0, 0.8);
}
.active-9d54 .sidebar-thick-c408 {
  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) {
  .active-9d54 .sidebar-thick-c408 {
    width: auto;
    right: 45px;
  }
}
.feature-iron-2b20 .sidebar-thick-c408 {
  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) {
  .feature-iron-2b20 .sidebar-thick-c408 {
    width: auto;
    left: 45px;
  }
}
.detail-slow-2fc2 .sidebar-thick-c408 {
  position: relative;
  height: 0;
  display: block;
  visibility: visible;
  z-index: 999900;
  overflow: hidden;
}
.detail-slow-2fc2 .layout-glass-9a12 {
  max-width: 48em;
  margin: 0 auto;
}
.detail-slow-2fc2 .header-bc15:before {
  box-shadow: inset 0 0 12px 0 rgba(0, 0, 0, 0.05);
}
.pink_f800 {
  overflow-x: hidden;
  position: relative;
  width: 100%;
  display: block;
}
.pink_f800.caption_static_271a .sidebar-thick-c408 {
  z-index: 0;
  opacity: 0;
  height: 100%;
}
.pink_f800.active-9d54 .sidebar-thick-c408 {
  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);
}
.pink_f800 .sidebar-thick-c408 {
  visibility: visible;
}
.pink_f800.feature-iron-2b20 .sidebar-thick-c408 {
  -webkit-transform: translateX(200%);
  -ms-transform: translateX(200%);
  transform: translateX(200%);
  height: 100%;
}
.soft_4825,
.layout-02cd {
  overflow-x: hidden;
}
.soft_4825 .sidebar-thick-c408 {
  overflow: auto;
}
.soft_4825.caption_static_271a {
  overflow: initial;
  position: relative;
  width: 100%;
  display: block;
}
.soft_4825.caption_static_271a .sidebar-thick-c408 {
  z-index: 999900;
  opacity: 1;
  visibility: visible;
}
.soft_4825.caption_static_271a .icon-hard-75c0 {
  opacity: 0;
}
.soft_4825.active-9d54 {
  overflow: initial;
  position: relative;
  width: 100%;
  display: block;
}
.soft_4825.active-9d54 .sidebar-thick-c408 {
  z-index: 999900;
  height: 100vh;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  left: 0;
  visibility: visible;
}
.soft_4825.active-9d54 .icon-hard-75c0 {
  opacity: 0;
}
.soft_4825.feature-iron-2b20 {
  overflow: initial;
  position: relative;
  width: 100%;
  display: block;
}
.soft_4825.feature-iron-2b20 .sidebar-thick-c408 {
  z-index: 999900;
  height: 100vh;
  max-width: 100vw;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  right: 0;
  visibility: visible;
}
.soft_4825.feature-iron-2b20 .icon-hard-75c0 {
  opacity: 0;
}
.soft_4825.detail-slow-2fc2 .sidebar-thick-c408 {
  z-index: 10;
  visibility: visible;
}
.message_left_dbbe {
  display: none;
  z-index: 999910;
  cursor: pointer;
  position: fixed;
  top: 10px;
  right: 12px;
}
.message_left_dbbe .pattern_8340 {
  background: rgba(255, 255, 255, 0.99);
}
.message_left_dbbe .pattern_8340::after,
.message_left_dbbe .pattern_8340:before {
  background: inherit;
}
.message_left_dbbe:hover .pattern_8340 {
  background: rgba(255, 255, 255, 0.99);
}
.feature-iron-2b20 .message_left_dbbe {
  top: 10px;
  right: auto;
  left: 12px;
}
.detail-slow-2fc2 .message_left_dbbe {
  display: none !important;
}
.soft_4825:before,
.layout-02cd:before {
  z-index: 999897;
  visibility: visible;
  opacity: 1;
}
.soft_4825 .message_left_dbbe,
.layout-02cd .message_left_dbbe {
  display: inline-block;
}
.sidebar-thick-c408 .small-7b33 {
  -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;
}
.soft_4825 .sidebar-thick-c408 .small-7b33,
.layout-02cd .sidebar-thick-c408 .small-7b33 {
  opacity: 1;
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
}
.yellow_2c9f .rough_7cfe {
  width: 100%;
}
.description_f816 {
  padding: 0 0.5em 0;
}
.description_f816 [class*="customify-col-"],
.description_f816 [class*="customify-col_"],
.description_f816 [class~="customify-col"] {
  padding: 0 0.5em 0;
}
.fluid_8f6e .description_f816 {
  padding-left: 1em;
  padding-right: 1em;
}
@media screen and (min-width: 1025px) {
  .clean-be5f .title_full_da82,
  .title_full_da82 {
    display: none;
  }
  .active-5d8a {
    text-align: left;
  }
  .east-c65d {
    text-align: center;
  }
  .inner-ce3d {
    text-align: right;
  }
}
@media screen and (max-width: 1024px) {
  .clean-be5f .frame_gold_8ab3,
  .frame_gold_8ab3 {
    display: none;
  }
  .label-3f57 {
    text-align: left;
  }
  .texture-3eae {
    text-align: center;
  }
  .caption-ba37 {
    text-align: right;
  }
}
@media screen and (max-width: 568px) {
  .clean-be5f .outline_7ab6,
  .outline_7ab6 {
    display: none;
  }
  .heading-middle-bb77 {
    text-align: left;
  }
  .hero-right-2448 {
    text-align: center;
  }
  .avatar-purple-4df1 {
    text-align: right;
  }
}
#page {
  position: relative;
}
.highlight_up_26bd {
  box-shadow: none !important;
}
.caption_4420 .hard-7c5c,
.blue_c687 .hard-7c5c {
  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;
}
.blue_c687 .hard-7c5c {
  margin-top: 30px;
  margin-bottom: 30px;
}
.over_854f {
  position: relative;
  padding-left: 2em;
  padding-right: 2em;
}
.over_854f:after,
.over_854f:before {
  content: "";
  display: table;
}
.over_854f:after {
  clear: both;
}
@media screen and (max-width: 48em) {
  .over_854f {
    padding-left: 1em;
    padding-right: 1em;
  }
}
.over_854f,
.breadcrumb-wood-fee6 {
  max-width: 1248px;
  margin: 0 auto;
}

.tabs-paper-61a7.text_8a15 .over_854f {
  max-width: 100%;
}
.tabs-paper-61a7.blue-87af {
  max-width: 1200px;
  margin: 0 auto;
}
.tabs-paper-61a7.form_2db2 .over_854f {
  max-width: 100%;
}
.tabs-paper-61a7.form_2db2 > .over_854f {
  padding-left: 0;
  padding-right: 0;
}
.tabs-paper-61a7.form_2db2 > .over_854f .clean-be5f {
  margin: 0;
}
.tabs-paper-61a7.form_2db2
  > .over_854f
  .stale_ea3d.column_78b3 {
  margin-right: 0;
  margin-left: 0;
}
.tabs-paper-61a7.form_2db2 #main.column_78b3 {
  padding: 0;
}
#main,
#sidebar-primary,
#sidebar-secondary {
  padding-top: 2.617924em;
  padding-bottom: 2.617924em;
}
@media screen and (max-width: 1024px) {
  .progress-thick-f2b3 #main {
    border-left: 0 none;
  }
}
@media screen and (max-width: 1024px) {
  .progress-thick-f2b3 #sidebar-secondary {
    -webkit-box-ordinal-group: 6;
    order: 5;
    display: none;
  }
}
@media screen and (min-width: 48em) {
  .surface_f033 .caption-26b9 {
    padding-right: 1em;
  }
  .surface_f033.bottom-3b03 .stale_ea3d {
    border-right: 1px solid #eaecee;
  }
  .surface_f033.bottom-3b03 .caption-26b9 {
    padding-right: 1em;
  }
  .surface_f033.bottom-3b03 .gallery-outer-f74e {
    padding-left: 1em;
  }
}
@media screen and (min-width: 48em) {
  .narrow-7ef1 .caption-26b9 {
    padding-left: 1em;
  }
  .narrow-7ef1.bottom-3b03 .stale_ea3d {
    border-left: 1px solid #eaecee;
  }
  .narrow-7ef1.bottom-3b03 .caption-26b9 {
    padding-left: 1em;
  }
  .narrow-7ef1.bottom-3b03 .gallery-outer-f74e {
    padding-right: 1em;
  }
}
@media screen and (min-width: 48em) {
  .disabled_copper_56d3 .caption-26b9 {
    padding-left: 1em;
  }
  .disabled_copper_56d3.bottom-3b03 .component-8ef9 {
    border-right: 1px solid #eaecee;
  }
  .disabled_copper_56d3.bottom-3b03 .detail-2d2a {
    border-right: 1px solid #eaecee;
  }
  .disabled_copper_56d3.bottom-3b03 .caption-26b9 {
    padding-left: 1em;
  }
  .disabled_copper_56d3.bottom-3b03 .gallery-outer-f74e {
    padding-right: 1em;
  }
  .disabled_copper_56d3.bottom-3b03 .frame_cf20 {
    padding-left: 1em;
    padding-right: 1em;
  }
}
@media screen and (min-width: 48em) {
  .shade-8fd4 .caption-26b9 {
    padding-right: 1em;
  }
  .shade-8fd4.bottom-3b03 .component-8ef9 {
    border-left: 1px solid #eaecee;
  }
  .shade-8fd4.bottom-3b03 .detail-2d2a {
    border-left: 1px solid #eaecee;
  }
  .shade-8fd4.bottom-3b03 .caption-26b9 {
    padding-right: 1em;
  }
  .shade-8fd4.bottom-3b03 .gallery-outer-f74e {
    padding-left: 1em;
    padding-right: 1em;
  }
  .shade-8fd4.bottom-3b03 .frame_cf20 {
    padding-left: 1em;
  }
}
@media screen and (min-width: 48em) {
  .progress-thick-f2b3 .caption-26b9 {
    padding-left: 1em;
    padding-right: 1em;
  }
  .progress-thick-f2b3.bottom-3b03 .stale_ea3d {
    border-left: 1px solid #eaecee;
    border-right: 1px solid #eaecee;
  }
  .progress-thick-f2b3.bottom-3b03 .caption-26b9 {
    padding-left: 1em;
    padding-right: 1em;
  }
  .progress-thick-f2b3.bottom-3b03 .gallery-outer-f74e {
    padding-left: 1em;
  }
  .progress-thick-f2b3.bottom-3b03 .frame_cf20 {
    padding-right: 1em;
  }
}
@media screen and (max-width: 64em) {
  .progress-thick-f2b3.bottom-3b03 .caption-26b9 {
    padding-left: 0;
  }
}
.gas-a721 .search_780a {
  display: inline-block;
}
.alert-silver-8c38 {
  display: inline-block;
}
.photo_7e02 {
  word-con: break-word;
}
.yellow_7c59 > span {
  display: inline-block;
  padding: 5px 0;
}
.yellow_7c59 .tabs-action-a195 {
  margin-left: 8px;
  margin-right: 8px;
}
.yellow_7c59 .hard_7da1 img {
  vertical-align: middle;
  overflow: hidden;
  border-radius: 50%;
  margin-right: 5px;
}
.message-0006 .hot_07dc {
  margin-bottom: 2em;
}
.message-0006 .media-bdab {
  margin-bottom: 15px;
}
.message-0006 .media-bdab:last-child {
  margin-bottom: 0;
}
.message-0006 .static_b0b3 {
  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) {
  .message-0006 .static_b0b3 {
    display: block;
  }
}
.message-0006 .cool-20c4 {
  position: relative;
  max-width: 100%;
  flex-basis: 40%;
  padding-top: 0;
  overflow: hidden;
}
@media screen and (max-width: 568px) {
  .message-0006 .cool-20c4 {
    margin-bottom: 1em;
    width: 100% !important;
    padding-top: 56.25%;
  }
}
.message-0006 .active-focused-1a5d {
  position: absolute;
  top: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: flex;
  line-height: 0;
  background-color: #d5d5d5;
}
.message-0006 .active-focused-1a5d img {
  -o-object-fit: cover;
  object-fit: cover;
  width: 100%;
  height: auto;
}
.message-0006 .active-focused-1a5d a {
  position: absolute;
  top: 0;
  top: 0;
  display: block;
}
.message-0006 .photo_7e02 {
  font-size: 1.5em;
  font-weight: 500;
  word-con: break-word;
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
}
.message-0006 .photo_7e02 a {
  text-align: inherit;
  display: block;
  flex-basis: 100%;
}
.message-0006 .focus-over-35dd p:last-child {
  margin-bottom: 0;
}
.message-0006 .down-cc92 {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: block;
  z-index: 30;
}
.message-0006 .link-action-decb {
  -webkit-box-flex: 1;
  flex: 1;
  word-con: break-word;
  max-width: 100%;
}
.message-0006 .cool_aed1 {
  margin-top: 1em;
}
.message-0006 .hero_b4cc {
  top: 0;
  display: block;
}
.message-0006 .hero_b4cc a {
  color: inherit;
}
.message-0006 .hero_b4cc a:hover {
  color: inherit;
}
.message-0006 .notice-cb2f {
  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;
}
.message-0006 .notice-cb2f:hover {
  background: #235787;
  color: #fff;
  border-color: #235787;
}
.message-0006 .link-action-decb {
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-flow: column nowrap;
}
.message-0006 .layout_dim_3eaf {
  position: relative;
  width: 100%;
  margin-bottom: 15px;
}
.message-0006 .layout_dim_3eaf:first-child {
  margin-top: 0;
}
.message-0006 .layout_dim_3eaf.liquid-afc5 {
  -webkit-box-flex: 0;
  flex: none;
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.message-0006 .layout_dim_3eaf.old-0ff3 {
  display: -webkit-box;
  display: flex;
  margin-top: auto;
  margin-bottom: 0;
  -webkit-box-pack: justify;
  justify-content: space-between;
}
.message-0006
  .layout_dim_3eaf.old-0ff3.input-0395
  .cool_aed1 {
  width: 100%;
}
.message-0006 .old-0ff3 {
  -webkit-box-align: center;
  align-items: center;
}
.message-0006 .old-0ff3 .yellow_7c59,
.message-0006 .old-0ff3 > * {
  margin-bottom: 0;
  margin-top: 0;
  display: inline-block;
}
.message-0006 .active-focused-1a5d {
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
.message-0006 .active-focused-1a5d img {
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
.message-0006 .active-focused-1a5d: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;
}
.message-0006 .liquid-afc5 {
  z-index: 5;
}
.message-0006 .form-plasma-a7c4 .aside_east_0008 {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  display: block;
}
.message-0006 .breadcrumb_13dd .aside_east_0008 {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  display: block;
}
.message-0006 .advanced_cf03 .aside_east_0008 {
  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;
}
.message-0006.module_tall_f70e .static_b0b3,
.message-0006.picture-cold-3d78 .static_b0b3 {
  display: block;
}
.message-0006.module_tall_f70e .static_b0b3 .fresh-3204,
.message-0006.module_tall_f70e .static_b0b3 .link-action-decb,
.message-0006.picture-cold-3d78 .static_b0b3 .fresh-3204,
.message-0006.picture-cold-3d78 .static_b0b3 .link-action-decb {
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
}
.message-0006.lite_9522 .cool-20c4 {
  margin-right: 2em;
}
@media screen and (max-width: 568px) {
  .message-0006.lite_9522 .cool-20c4 {
    margin-right: 0;
  }
}
.message-0006.module_tall_f70e .cool-20c4,
.message-0006.picture-cold-3d78 .cool-20c4 {
  padding-top: 40%;
}
.message-0006.module_tall_f70e .hot_07dc,
.message-0006.picture-cold-3d78 .hot_07dc {
  display: block;
}
.message-0006.module_tall_f70e .fn-sticky-7ed4 .link-action-decb,
.message-0006.picture-cold-3d78 .fn-sticky-7ed4 .link-action-decb {
  background-color: #fcf8e3;
  border: 1px solid #faf2cc;
  border-top: 0 none;
  color: #8a6d3b;
  padding: 1em;
}
.message-0006.module_tall_f70e .cool-20c4,
.message-0006.picture-cold-3d78 .cool-20c4 {
  margin-bottom: 1em;
  display: block;
  position: relative;
}
.message-0006.module_tall_f70e .link-action-decb {
  padding: 1em;
}
.progress-f02b {
  margin: 30px auto;
  display: block;
}
.progress-f02b .link-fixed-0050 > * {
  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;
}
.progress-f02b .link-fixed-0050 > :hover {
  border-color: #235787;
  background: #235787;
  color: #fff;
}
.progress-f02b .link-fixed-0050 span {
  border-color: #235787;
  background: #235787;
  color: #fff;
}
.cool_fbe9 .yellow_7c59 {
  margin-bottom: 1.41575em;
}
.cool_fbe9 .blue-f6f8 {
  margin-bottom: 1.618em;
}
.blue-1d37 .slider-gas-7a70 {
  display: block;
  margin: 5px 0 20px;
  font-weight: 500;
}
.blue-1d37 .slider-gas-7a70 a {
  border: 1px solid #eaecee;
  padding: 5px 12px 5px;
  text-transform: uppercase;
  color: #686868;
  margin: 0 2px;
}
.blue-1d37 .preview-5fca {
  max-width: 100%;
  overflow: auto;
}
.hot_fbce .blue-1d37 a:hover {
  text-decoration: underline;
}
.fast-fb8a .media-bdab:not(.photo_7e02),
.fast-fb8a .active-focused-1a5d {
  margin-bottom: 1.41575em;
}
.fast-fb8a .media-bdab:not(.photo_7e02):last-child,
.fast-fb8a .active-focused-1a5d:last-child {
  margin-bottom: 0;
}
.fast-fb8a .media-bdab.wide_44b2 {
  margin-bottom: 0.41575em;
}
.fast-fb8a .current-8d9a:before,
.fast-fb8a .glass-291f:before {
  font: normal normal normal 16px/1 FontAwesome;
  text-decoration: inherit;
  text-transform: none;
  position: relative;
  margin-right: 5px;
  color: #6d6d6d;
}
.fast-fb8a .current-8d9a:before {
  content: "\f115";
}
.fast-fb8a .glass-291f:before {
  content: "\f02c";
}
.fast-fb8a .filter_91eb {
  display: block;
  width: 100%;
  margin-top: 0.5407911001em;
}
.fast-fb8a .filter_91eb a {
  text-transform: uppercase;
  font-weight: 500;
  font-size: 80%;
  letter-spacing: 0.5px;
}
.tag_static_ac3b {
  display: -webkit-box;
  display: flex;
}
.tag_static_ac3b .pattern-95ed {
  flex-basis: 90px;
}
@media screen and (max-width: 568px) {
  .tag_static_ac3b .pattern-95ed {
    flex-basis: 90px;
  }
}
.tag_static_ac3b .row_5360 {
  flex-basis: calc(100% - 90px);
  margin-left: 1.5em;
}
@media screen and (max-width: 568px) {
  .tag_static_ac3b .row_5360 {
    flex-basis: calc(100% - 50px);
  }
}
.tag_static_ac3b .layout_e69e p:last-child {
  margin-bottom: 0.72em;
}
.footer_green_c478 .link-fixed-0050 {
  padding: 16px 0 15px;
  border-top: 1px solid #eaecee;
  border-bottom: 1px solid #eaecee;
}
.footer_green_c478 .link-fixed-0050:after,
.footer_green_c478 .link-fixed-0050:before {
  content: "";
  display: table;
}
.footer_green_c478 .link-fixed-0050:after {
  clear: both;
}
.footer_green_c478 .link-fixed-0050 .bronze_184d,
.footer_green_c478 .link-fixed-0050 .container_mini_b89a {
  width: 49%;
}
.footer_green_c478 .link-fixed-0050 .bronze_184d a span.picture_c8f2,
.footer_green_c478 .link-fixed-0050 .container_mini_b89a a span.picture_c8f2 {
  display: block;
  margin-bottom: 5px;
}
.footer_green_c478 .link-fixed-0050 .container_mini_b89a {
  float: left;
  text-align: left;
}
.footer_green_c478 .link-fixed-0050 .bronze_184d {
  float: right;
  text-align: right;
}
.north_db2c {
  margin-bottom: 0.41575em;
}
@media screen and (max-width: 568px) {
  .north_db2c {
    margin-bottom: 0;
  }
}
.container-fluid-1de2 {
  margin-bottom: 1em;
}
.container-fluid-1de2 .photo_7e02 {
  font-size: 1.1em;
  line-height: 1.3;
}
.smooth_3c62 a {
  display: block;
  line-height: 0;
  position: relative;
}
.box-d477 .container-fluid-1de2,
.banner-bc71 .container-fluid-1de2 {
  display: -webkit-box;
  display: flex;
}
@media screen and (max-width: 568px) {
  .box-d477 .container-fluid-1de2,
  .banner-bc71 .container-fluid-1de2 {
    display: block;
  }
}
.box-d477 .smooth_3c62,
.banner-bc71 .smooth_3c62 {
  flex-basis: 160px;
  position: relative;
}
@media screen and (max-width: 568px) {
  .box-d477 .smooth_3c62,
  .banner-bc71 .smooth_3c62 {
    margin-bottom: 1em;
  }
}
.box-d477 .smooth_3c62 img,
.banner-bc71 .smooth_3c62 img {
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  display: block;
}
.box-d477 .right_1ce4,
.banner-bc71 .right_1ce4 {
  flex-basis: calc(100% - 160px);
}
.box-d477 .right_1ce4 p,
.banner-bc71 .right_1ce4 p {
  margin-bottom: 0;
}
.box-d477 .right_1ce4 {
  padding-left: 1em;
}
@media screen and (max-width: 568px) {
  .box-d477 .right_1ce4 {
    padding-left: 0;
  }
}
.banner-bc71 .right_1ce4 {
  -webkit-box-ordinal-group: 2;
  order: 1;
  padding-right: 1em;
}
@media screen and (max-width: 568px) {
  .banner-bc71 .right_1ce4 {
    padding-right: 0;
  }
}
.banner-bc71 .smooth_3c62 {
  -webkit-box-ordinal-group: 3;
  order: 2;
}
.column-dirty-edb9 .smooth_3c62 {
  margin-bottom: 0.5em;
}
.column-dirty-edb9 .smooth_3c62 img {
  width: 100%;
}
.form_in_2a38 .secondary_fba1,
.image-3378 .secondary_fba1 {
  margin-bottom: 35px;
  padding-bottom: 20px;
  border-bottom: 1px solid #eaecee;
}
.image-3378 .stale_ea3d .title-pressed-f0f5 p:last-child {
  margin-bottom: 0;
}
.glass_8510 {
  font-size: 16px;
  text-transform: uppercase;
  font-weight: 500;
  color: currentColor;
  margin-bottom: 20px;
}
.hovered-b4b4 .link_e06a {
  margin-bottom: 2em;
}
@media screen and (min-width: 1025px) {
  .hovered-b4b4 .link_e06a:last-of-type {
    margin-bottom: 0;
  }
}
.hovered-b4b4 .link_e06a ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.hovered-b4b4 .link_e06a ul:after {
  clear: both;
  content: ".";
  display: block;
  height: 0;
  visibility: hidden;
}
.hovered-b4b4 .link_e06a ul li {
  margin: 0 0 0.6em;
}
.hovered-b4b4 .link_e06a ul li.icon_brown_ea8f,
.hovered-b4b4 .link_e06a ul li.backdrop_west_1348 {
  position: relative;
}
.hovered-b4b4 .link_e06a ul li.icon_brown_ea8f .primary_last_605f,
.hovered-b4b4 .link_e06a ul li.backdrop_west_1348 .primary_last_605f {
  right: 0;
  background: #eaecee;
  color: #999;
  padding: 0 0.5em;
  border-radius: 0.9em;
  font-size: 12px;
  position: absolute;
  top: 4px;
}
.hovered-b4b4 .link_e06a ul li.icon_brown_ea8f:after:after,
.hovered-b4b4 .link_e06a ul li.icon_brown_ea8f:after:before,
.hovered-b4b4
  .link_e06a
  ul
  li.backdrop_west_1348:after:after,
.hovered-b4b4
  .link_e06a
  ul
  li.backdrop_west_1348:after:before {
  content: "";
  display: table;
}
.hovered-b4b4 .link_e06a ul li.icon_brown_ea8f:after:after,
.hovered-b4b4
  .link_e06a
  ul
  li.backdrop_west_1348:after:after {
  clear: both;
}
.hovered-b4b4 .link_e06a a.shadow-short-333b:hover {
  text-decoration: none;
}
.hovered-b4b4 .link_e06a select {
  max-width: 100%;
}
.hovered-b4b4 .link_e06a table {
  font-size: 85%;
}
.hovered-b4b4 .link_e06a table td,
.hovered-b4b4 .link_e06a table th {
  padding: 0.2360828548em;
  text-align: center;
}
.hovered-b4b4 .link_e06a table tfoot td {
  text-align: left;
}
.hovered-b4b4 .link_e06a :last-child {
  margin-bottom: 0;
}
.hovered-b4b4 .link_e06a .notification_55e8 {
  display: -webkit-box;
  display: flex;
  width: 100%;
  max-width: 100%;
}
.hovered-b4b4 .link_e06a .notification_55e8 label {
  width: 100%;
}
.hovered-b4b4 .link_e06a .notification_55e8 .row-6210 {
  width: 100%;
  display: block;
}
.hovered-b4b4 .link_e06a .notification_55e8 .tooltip-light-47f6 {
  padding: 9px 14px;
  margin-left: -46px;
  overflow: hidden;
  box-shadow: none;
  background: 0 0;
  color: #aaa;
  line-height: 0;
}
.hovered-b4b4 .link_e06a .notification_55e8 .tooltip-light-47f6:hover svg #svg-search {
  fill: #444;
}
.hovered-b4b4 .link_e06a .notification_55e8 .tooltip-light-47f6 svg {
  width: 18px;
  height: 18px;
}
.hovered-b4b4 .article-2f53 ul ul,
.hovered-b4b4 .table-c88d ul ul,
.hovered-b4b4 .heading_solid_17dd ul ul,
.hovered-b4b4 .simple-b022 ul ul {
  margin-top: 0.3819820591em;
  margin-left: 0;
  margin-bottom: -0.3819820591em;
}
.hovered-b4b4 .article-2f53 .bright_cac5 > a,
.hovered-b4b4 .table-c88d .bright_cac5 > a,
.hovered-b4b4 .heading_solid_17dd .bright_cac5 > a,
.hovered-b4b4 .simple-b022 .bright_cac5 > a {
  margin-bottom: 0;
}
.hovered-b4b4 .out_8a68 li,
.hovered-b4b4 .article-2f53 li,
.hovered-b4b4 .tooltip_top_6afb li,
.hovered-b4b4 .table-c88d li,
.hovered-b4b4 .heading_solid_17dd li,
.hovered-b4b4 .simple-b022 li,
.hovered-b4b4 .preview-930e li,
.hovered-b4b4 .title_2021 li {
  display: block;
  position: relative;
}
.hovered-b4b4 .out_8a68 li:last-child,
.hovered-b4b4 .article-2f53 li:last-child,
.hovered-b4b4 .tooltip_top_6afb li:last-child,
.hovered-b4b4 .table-c88d li:last-child,
.hovered-b4b4 .heading_solid_17dd li:last-child,
.hovered-b4b4 .simple-b022 li:last-child,
.hovered-b4b4 .preview-930e li:last-child,
.hovered-b4b4 .title_2021 li:last-child {
  border: none;
}
.hovered-b4b4 .out_8a68 li a,
.hovered-b4b4 .article-2f53 li a,
.hovered-b4b4 .tooltip_top_6afb li a,
.hovered-b4b4 .table-c88d li a,
.hovered-b4b4 .heading_solid_17dd li a,
.hovered-b4b4 .simple-b022 li a,
.hovered-b4b4 .preview-930e li a,
.hovered-b4b4 .title_2021 li a {
  display: block;
  width: 100%;
  padding-bottom: 0.6em;
  margin-bottom: 0.6em;
  border-bottom: 1px solid #eaecee;
  position: relative;
}
.hovered-b4b4 .out_8a68 li ul li::before,
.hovered-b4b4 .article-2f53 li ul li::before,
.hovered-b4b4 .tooltip_top_6afb li ul li::before,
.hovered-b4b4 .table-c88d li ul li::before,
.hovered-b4b4 .heading_solid_17dd li ul li::before,
.hovered-b4b4 .simple-b022 li ul li::before,
.hovered-b4b4 .preview-930e li ul li::before,
.hovered-b4b4 .title_2021 li ul li::before {
  left: 15px;
}
.hovered-b4b4 .out_8a68 li ul a,
.hovered-b4b4 .article-2f53 li ul a,
.hovered-b4b4 .tooltip_top_6afb li ul a,
.hovered-b4b4 .table-c88d li ul a,
.hovered-b4b4 .heading_solid_17dd li ul a,
.hovered-b4b4 .simple-b022 li ul a,
.hovered-b4b4 .preview-930e li ul a,
.hovered-b4b4 .title_2021 li ul a {
  padding-left: 20px;
}
.hovered-b4b4 .out_8a68 li ul ul li::before,
.hovered-b4b4 .article-2f53 li ul ul li::before,
.hovered-b4b4 .tooltip_top_6afb li ul ul li::before,
.hovered-b4b4 .table-c88d li ul ul li::before,
.hovered-b4b4 .heading_solid_17dd li ul ul li::before,
.hovered-b4b4 .simple-b022 li ul ul li::before,
.hovered-b4b4 .preview-930e li ul ul li::before,
.hovered-b4b4 .title_2021 li ul ul li::before {
  left: 30px;
}
.hovered-b4b4 .out_8a68 li ul ul a,
.hovered-b4b4 .article-2f53 li ul ul a,
.hovered-b4b4 .tooltip_top_6afb li ul ul a,
.hovered-b4b4 .table-c88d li ul ul a,
.hovered-b4b4 .heading_solid_17dd li ul ul a,
.hovered-b4b4 .simple-b022 li ul ul a,
.hovered-b4b4 .preview-930e li ul ul a,
.hovered-b4b4 .title_2021 li ul ul a {
  padding-left: 40px;
}
.hovered-b4b4 .preview-fa6b li {
  padding-bottom: 0.6em;
  border-bottom: 1px solid #eaecee;
  position: relative;
}
.hovered-b4b4 .title_2021 ul li {
  margin-bottom: 1.41575em;
}
.hovered-b4b4 .title_2021 ul li .focus_left_5e4b {
  font-weight: 400;
  font-size: 1.2em;
  line-height: 1.28;
}
.hovered-b4b4 .title_2021 ul li .summary-4fba {
  display: block;
  margin: 0.5407911001em 0;
  font-size: 85%;
}
.purple-e85b .out_8a68 li a,
.purple-e85b .article-2f53 li a,
.purple-e85b .tooltip_top_6afb li a,
.purple-e85b .table-c88d li a,
.purple-e85b .heading_solid_17dd li a,
.purple-e85b .simple-b022 li a,
.purple-e85b .preview-930e li a,
.purple-e85b .title_2021 li a {
  border-color: rgba(255, 255, 255, 0.08);
}
.purple-e85b .preview-fa6b li {
  border-color: rgba(255, 255, 255, 0.08);
}
.purple-e85b .link_e06a ul li.icon_brown_ea8f .primary_last_605f,
.purple-e85b .link_e06a ul li.backdrop_west_1348 .primary_last_605f {
  background: rgba(0, 0, 0, 0.2);
}
.purple-e85b .hovered-b4b4 .link_e06a select {
  border-color: rgba(255, 255, 255, 0.08);
}
.tabs-paper-61a7 .hovered-b4b4 .banner_2568 li {
  margin: 0;
}
.tabs-paper-61a7 .hovered-b4b4 .banner_2568 li a {
  display: block;
  padding: 0.6em 0 0.6em;
}
.tabs-paper-61a7 .hovered-b4b4 .banner_2568 li ul {
  margin: 0;
}
.tabs-paper-61a7 .hovered-b4b4 .banner_2568 li ul li a {
  padding-left: 15px;
}
.tabs-paper-61a7 .hovered-b4b4 .banner_2568 li ul li li a {
  padding-left: 30px;
}
.tabs-paper-61a7 .hovered-b4b4 .banner_2568 li.hard_a252 > a {
  position: relative;
  border: 1px solid #eaecee;
  border-left: none;
  border-right: none;
  font-size: 110%;
}
.tabs-paper-61a7 .hovered-b4b4 .banner_2568 li.hard_a252 > 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;
}
.tabs-paper-61a7 .hovered-b4b4 .banner_2568 li.hard_a252 > 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;
}
.right-a442 a {
  border: 1px solid currentColor;
  border-radius: 2px;
  display: inline-block;
  font-size: 0.875em !important;
  margin-bottom: 5px;
  padding: 1px 10px 1px;
}
.primary_4d69 {
  position: relative;
  z-index: 10;
}
.primary_4d69 .small-7b33 {
  width: 100%;
  max-width: 100%;
}
.border-d253 .notification_f7c9 {
  padding-top: 2em;
  padding-bottom: 2em;
}
.border-d253 .fluid-2dbb {
}
.border-d253 .purple-e85b {
  background: #292929;
}
.slider_dim_51ab .notification_f7c9 {
  padding-top: 2.5em;
  padding-bottom: 2.5em;
}
.slider_dim_51ab .fluid-2dbb {
  background: #f9f9f9;
}
.slider_dim_51ab .purple-e85b {
  background: #303030;
}
.icon_orange_5977 .notification_f7c9 {
  padding-top: 1.5em;
  padding-bottom: 1.5em;
}
@media screen and (max-width: 568px) {
  .icon_orange_5977 .search_780a {
    margin-bottom: 1em;
  }
  .icon_orange_5977 .search_780a:last-child {
    margin-bottom: 0;
  }
}
.icon_orange_5977 .fluid-2dbb {
  background: #ededed;
}
.icon_orange_5977 .purple-e85b {
  background: #1a1a1a;
}
.notification_f7c9.fluid-2dbb {
  color: rgba(0, 0, 0, 0.6);
}
.notification_f7c9.fluid-2dbb .button_small_c7f1 li {
  border-color: rgba(0, 0, 0, 0.08);
}
.notification_f7c9.purple-e85b {
  color: rgba(255, 255, 255, 0.99);
}
.notification_f7c9.purple-e85b a:not(.shadow-short-333b) {
  color: rgba(255, 255, 255, 0.79);
}
.notification_f7c9.purple-e85b a:not(.shadow-short-333b):hover {
  color: rgba(255, 255, 255, 0.99);
}
.notification_f7c9.purple-e85b .button_small_c7f1 li {
  border-color: rgba(255, 255, 255, 0.08);
}
.notification_f7c9.purple-e85b table tbody td,
.notification_f7c9.purple-e85b table th {
  background: rgba(0, 0, 0, 0.08);
}
.first_290a.pressed_b9ed .over_854f {
  max-width: initial;
}
.first_290a .shade_old_2683 {
  -webkit-box-pack: start;
  justify-content: flex-start;
}
.first_290a .shade_old_2683 .small-7b33 {
  width: auto;
}
@media screen and (max-width: 1024px) {
  .first_290a .shade_old_2683 .small-7b33 {
    display: block;
    margin-bottom: 2em;
  }
  .first_290a .shade_old_2683 .small-7b33:last-child {
    margin-bottom: 0;
  }
}
.icon_orange_5977 .search_780a:last-child,
.slider_dim_51ab .search_780a:last-child,
.border-d253 .search_780a:last-child {
  margin-bottom: 0;
}
.icon_orange_5977 .search_780a .hovered-b4b4 .link_e06a:last-child,
.slider_dim_51ab .search_780a .hovered-b4b4 .link_e06a:last-child,
.border-d253 .search_780a .hovered-b4b4 .link_e06a:last-child {
  margin-bottom: 0;
}
@media screen and (max-width: 568px) {
  .icon_orange_5977 .pagination-6da4,
  .icon_orange_5977 .item-953f,
  .slider_dim_51ab .pagination-6da4,
  .slider_dim_51ab .item-953f,
  .border-d253 .pagination-6da4,
  .border-d253 .item-953f {
    text-align: center;
  }
}
@media screen and (max-width: 48em) {
  .primary_4d69 .search_780a {
    margin-bottom: 2em;
  }
}
.primary_4d69 p:last-child {
  margin-bottom: 0;
}
.primary_4d69 li,
.primary_4d69 ul {
  list-style: none;
  margin: 0;
}
.primary_4d69 ul ul {
  margin-left: 2.617924em;
}
.under_89fc {
  font-size: 0.875em;
}

/* css-noise: 714a */
.ghost-box-q4 {
  padding: 0.2rem;
  font-size: 10px;
  line-height: 1.2;
}
