/*!
Theme Name: Customify
Theme URI: https://pressmaximum.section-11df/customify
Author: WPCustomify
Author URI: https://pressmaximum.section-11df
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.section-11df/customify
Version: 0.3.7
License: GNU General Public License v2 or later
License URI: http://www.wrapper-large-c225.sidebar-7ccb/licenses/gpl-2.0.short_9b87
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.nav_c4d7/, (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.simple-9a14.box-last-9d50/normalize.message-top-c75a/
 ======
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.message-top-c75a v7.0.0 | MIT License | github.section-11df/necolas/normalize.message-top-c75a */
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;
}
.clean_441c .carousel-hovered-dc41,
.current-c7c0,
.block-faae,
.card_tall_5bfe,
.bronze_ff5e,
.button-8cdc,
.media-down-5bd4,
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;
}
.current-c7c0,
h1 {
  font-size: 2.42em;
  line-height: 1.216;
}
@media screen and (max-width: 1024px) {
  .current-c7c0,
  h1 {
    font-size: 2.1em;
  }
}
@media screen and (max-width: 568px) {
  .current-c7c0,
  h1 {
    font-size: 1.8em;
  }
}
.block-faae,
h2 {
  font-size: 2.1em;
  line-height: 1.216;
}
.block-faae + h3,
h2 + h3 {
  border-top: 1px solid #eaecee;
  padding-top: 0.5407911001em;
}
@media screen and (max-width: 1024px) {
  .block-faae,
  h2 {
    font-size: 1.9em;
  }
}
@media screen and (max-width: 568px) {
  .block-faae,
  h2 {
    font-size: 1.7em;
  }
}
.card_tall_5bfe,
h3 {
  font-size: 1.618em;
}
.clean_441c .carousel-hovered-dc41,
.bronze_ff5e,
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.surface_top_6208 {
  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;
}
.warm-027b:after,
.warm-027b:before,
.south-dfb8:after,
.south-dfb8:before {
  content: "";
  display: table;
}
.warm-027b:after,
.south-dfb8:after {
  clear: both;
}
.hover-56d1 {
  float: right;
  margin-right: 0;
}
.slider_19b5 {
  float: left;
  margin-left: 0;
}
form {
  margin-bottom: 2em;
}
.main_north_9802 .block_ff35,
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;
}
.main_north_9802 .block_ff35: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;
}
.pro_6c46 .block_ff35 {
  box-shadow: none;
}
.pro_6c46
  .block_ff35
  .pro-8a19 {
  line-height: 2.4em;
  min-height: 2.6em;
  padding-left: 0;
}
.pro_6c46 .block_ff35 .motion_c674 {
  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;
}
.pro_6c46
  .block_ff35
  .motion_c674
  b {
  display: none;
}
.pro_6c46 .hover_full_f6d5 {
  border: 1px solid #e5e5e5;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.12) inset;
}
.clean-57b1:not(.breadcrumb_48b9):not(.paragraph_silver_bef7),
button:not(.breadcrumb_48b9):not(.paragraph_silver_bef7),
input[type="button"]:not(.breadcrumb_48b9):not(
    .paragraph_silver_bef7
  ),
input[type="reset"]:not(.breadcrumb_48b9):not(
    .paragraph_silver_bef7
  ),
input[type="submit"]:not(.breadcrumb_48b9):not(
    .paragraph_silver_bef7
  ) {
  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;
}
.clean-57b1:not(.breadcrumb_48b9):not(
    .paragraph_silver_bef7
  ):hover,
button:not(.breadcrumb_48b9):not(
    .paragraph_silver_bef7
  ):hover,
input[type="button"]:not(.breadcrumb_48b9):not(
    .paragraph_silver_bef7
  ):hover,
input[type="reset"]:not(.breadcrumb_48b9):not(
    .paragraph_silver_bef7
  ):hover,
input[type="submit"]:not(.breadcrumb_48b9):not(
    .paragraph_silver_bef7
  ):hover {
  box-shadow: inset 0 0 0 120px rgba(0, 0, 0, 0.18);
  color: #fff;
  outline: 0;
}
.clean-57b1:not(.breadcrumb_48b9):not(
    .paragraph_silver_bef7
  ):active,
.clean-57b1:not(.breadcrumb_48b9):not(
    .paragraph_silver_bef7
  ):focus,
button:not(.breadcrumb_48b9):not(
    .paragraph_silver_bef7
  ):active,
button:not(.breadcrumb_48b9):not(
    .paragraph_silver_bef7
  ):focus,
input[type="button"]:not(.breadcrumb_48b9):not(
    .paragraph_silver_bef7
  ):active,
input[type="button"]:not(.breadcrumb_48b9):not(
    .paragraph_silver_bef7
  ):focus,
input[type="reset"]:not(.breadcrumb_48b9):not(
    .paragraph_silver_bef7
  ):active,
input[type="reset"]:not(.breadcrumb_48b9):not(
    .paragraph_silver_bef7
  ):focus,
input[type="submit"]:not(.breadcrumb_48b9):not(
    .paragraph_silver_bef7
  ):active,
input[type="submit"]:not(.breadcrumb_48b9):not(
    .paragraph_silver_bef7
  ):focus {
  outline: 0;
}
.clean-57b1:not(.breadcrumb_48b9):not(
    .paragraph_silver_bef7
  ).fn-loading-60b6,
button:not(.breadcrumb_48b9):not(
    .paragraph_silver_bef7
  ).fn-loading-60b6,
input[type="button"]:not(.breadcrumb_48b9):not(
    .paragraph_silver_bef7
  ).fn-loading-60b6,
input[type="reset"]:not(.breadcrumb_48b9):not(
    .paragraph_silver_bef7
  ).fn-loading-60b6,
input[type="submit"]:not(.breadcrumb_48b9):not(
    .paragraph_silver_bef7
  ).fn-loading-60b6 {
  position: relative;
}
.clean-57b1:not(.breadcrumb_48b9):not(
    .paragraph_silver_bef7
  ).fn-loading-60b6
  .box_bottom_f553,
.clean-57b1:not(.breadcrumb_48b9):not(
    .paragraph_silver_bef7
  ).fn-loading-60b6
  .form-86ed,
.clean-57b1:not(.breadcrumb_48b9):not(
    .paragraph_silver_bef7
  ).fn-loading-60b6
  .highlight-large-0eb8,
.clean-57b1:not(.breadcrumb_48b9):not(
    .paragraph_silver_bef7
  ).fn-loading-60b6
  i,
.clean-57b1:not(.breadcrumb_48b9):not(
    .paragraph_silver_bef7
  ).fn-loading-60b6
  svg,
button:not(.breadcrumb_48b9):not(
    .paragraph_silver_bef7
  ).fn-loading-60b6
  .box_bottom_f553,
button:not(.breadcrumb_48b9):not(
    .paragraph_silver_bef7
  ).fn-loading-60b6
  .form-86ed,
button:not(.breadcrumb_48b9):not(
    .paragraph_silver_bef7
  ).fn-loading-60b6
  .highlight-large-0eb8,
button:not(.breadcrumb_48b9):not(
    .paragraph_silver_bef7
  ).fn-loading-60b6
  i,
button:not(.breadcrumb_48b9):not(
    .paragraph_silver_bef7
  ).fn-loading-60b6
  svg,
input[type="button"]:not(.breadcrumb_48b9):not(
    .paragraph_silver_bef7
  ).fn-loading-60b6
  .box_bottom_f553,
input[type="button"]:not(.breadcrumb_48b9):not(
    .paragraph_silver_bef7
  ).fn-loading-60b6
  .form-86ed,
input[type="button"]:not(.breadcrumb_48b9):not(
    .paragraph_silver_bef7
  ).fn-loading-60b6
  .highlight-large-0eb8,
input[type="button"]:not(.breadcrumb_48b9):not(
    .paragraph_silver_bef7
  ).fn-loading-60b6
  i,
input[type="button"]:not(.breadcrumb_48b9):not(
    .paragraph_silver_bef7
  ).fn-loading-60b6
  svg,
input[type="reset"]:not(.breadcrumb_48b9):not(
    .paragraph_silver_bef7
  ).fn-loading-60b6
  .box_bottom_f553,
input[type="reset"]:not(.breadcrumb_48b9):not(
    .paragraph_silver_bef7
  ).fn-loading-60b6
  .form-86ed,
input[type="reset"]:not(.breadcrumb_48b9):not(
    .paragraph_silver_bef7
  ).fn-loading-60b6
  .highlight-large-0eb8,
input[type="reset"]:not(.breadcrumb_48b9):not(
    .paragraph_silver_bef7
  ).fn-loading-60b6
  i,
input[type="reset"]:not(.breadcrumb_48b9):not(
    .paragraph_silver_bef7
  ).fn-loading-60b6
  svg,
input[type="submit"]:not(.breadcrumb_48b9):not(
    .paragraph_silver_bef7
  ).fn-loading-60b6
  .box_bottom_f553,
input[type="submit"]:not(.breadcrumb_48b9):not(
    .paragraph_silver_bef7
  ).fn-loading-60b6
  .form-86ed,
input[type="submit"]:not(.breadcrumb_48b9):not(
    .paragraph_silver_bef7
  ).fn-loading-60b6
  .highlight-large-0eb8,
input[type="submit"]:not(.breadcrumb_48b9):not(
    .paragraph_silver_bef7
  ).fn-loading-60b6
  i,
input[type="submit"]:not(.breadcrumb_48b9):not(
    .paragraph_silver_bef7
  ).fn-loading-60b6
  svg {
  visibility: hidden;
}
.clean-57b1:not(.breadcrumb_48b9):not(
    .paragraph_silver_bef7
  ).fn-loading-60b6:after,
button:not(.breadcrumb_48b9):not(
    .paragraph_silver_bef7
  ).fn-loading-60b6:after,
input[type="button"]:not(.breadcrumb_48b9):not(
    .paragraph_silver_bef7
  ).fn-loading-60b6:after,
input[type="reset"]:not(.breadcrumb_48b9):not(
    .paragraph_silver_bef7
  ).fn-loading-60b6:after,
input[type="submit"]:not(.breadcrumb_48b9):not(
    .paragraph_silver_bef7
  ).fn-loading-60b6: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;
}
.clean-57b1:not(.breadcrumb_48b9):not(.paragraph_silver_bef7),
input[type="button"]:not(.breadcrumb_48b9):not(
    .paragraph_silver_bef7
  ),
input[type="reset"]:not(.breadcrumb_48b9):not(
    .paragraph_silver_bef7
  ),
input[type="submit"]:not(.breadcrumb_48b9):not(
    .paragraph_silver_bef7
  ) {
  color: #fff;
  background: #235787;
}
.clean-57b1:not(.breadcrumb_48b9):not(
    .paragraph_silver_bef7
  ):focus,
input[type="button"]:not(.breadcrumb_48b9):not(
    .paragraph_silver_bef7
  ):focus,
input[type="reset"]:not(.breadcrumb_48b9):not(
    .paragraph_silver_bef7
  ):focus,
input[type="submit"]:not(.breadcrumb_48b9):not(
    .paragraph_silver_bef7
  ):focus {
  color: #fff;
}
.clean-57b1.fn-disabled-60b6:not(.breadcrumb_48b9):not(
    .paragraph_silver_bef7
  ),
.clean-57b1[disabled]:not(.breadcrumb_48b9):not(
    .paragraph_silver_bef7
  ),
button.fn-disabled-60b6:not(.breadcrumb_48b9):not(
    .paragraph_silver_bef7
  ),
button[disabled]:not(.breadcrumb_48b9):not(
    .paragraph_silver_bef7
  ) {
  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;
}
.widget-fresh-f761 {
  clip: rect(1px, 1px, 1px, 1px);
  position: absolute !important;
  height: 1px;
  width: 1px;
  overflow: hidden;
  word-con: normal !important;
}
.widget-fresh-f761: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;
}
.video_0076 {
  display: inline;
  float: left;
  margin-right: 1.41575em;
}
.west-0505 {
  display: inline;
  float: right;
  margin-left: 1.41575em;
}
.smooth_9666 {
  clear: both;
  display: block;
  margin: 0 auto;
}
.warm-027b:after,
.warm-027b:before,
.wood-de62:after,
.wood-de62:before,
.silver_1c04:after,
.silver_1c04:before,
.caption_dynamic_bc0f:after,
.caption_dynamic_bc0f:before,
.glass-d0b2:after,
.glass-d0b2:before,
.info-cold-a670:after,
.info-cold-a670:before {
  content: "";
  display: table;
  table-layout: fixed;
}
.warm-027b:after,
.wood-de62:after,
.silver_1c04:after,
.caption_dynamic_bc0f:after,
.glass-d0b2:after,
.info-cold-a670:after {
  clear: both;
}
.wood-de62 .layout_cool_01ca,
.silver_1c04 .layout_cool_01ca,
.middle_9c35 .layout_cool_01ca {
  border: none;
  margin-bottom: 0;
  margin-top: 0;
  padding: 0;
}
embed,
iframe,
object {
  max-width: 100%;
}
.search_medium_8bc4 {
  display: inline-block;
}
.column_7381 {
  margin-bottom: 1.41575em;
  max-width: 100%;
}
.column_7381 img[class*="wp-image-"] {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.column_7381 .modal_c853 {
  padding: 1em 0;
  font-size: 85%;
}
.modal_c853 {
  text-align: left;
  font-style: italic;
  color: #999;
}
.hovered-cac6 {
  margin-bottom: 1.5em;
  margin-bottom: 1.41575em;
}
.hovered-cac6:after,
.hovered-cac6:before {
  content: "";
  display: table;
}
.hovered-cac6:after {
  clear: both;
}
.logo_10ed {
  display: inline-block;
  text-align: center;
  vertical-align: top;
  width: 100%;
}
.container_hot_12c5 .logo_10ed {
  max-width: 50%;
}
.thumbnail-1adb .logo_10ed {
  max-width: 33.33%;
}
.content_active_6ec9 .logo_10ed {
  max-width: 25%;
}
.hero_hard_427b .logo_10ed {
  max-width: 20%;
}
.input-fixed-bcb4 .logo_10ed {
  max-width: 16.66%;
}
.gradient-soft-274c .logo_10ed {
  max-width: 14.28%;
}
.simple_bbb0 .logo_10ed {
  max-width: 12.5%;
}
.red_b263 .logo_10ed {
  max-width: 11.11%;
}
.main-plasma-663c {
  display: block;
}
.clean_441c .liquid_0856 label,
.clean_441c .fast_7826 label,
.clean_441c .header-b919 label,
.clean_441c .lower-8874 label {
  text-transform: uppercase;
  letter-spacing: 0.5px;
  font-size: 0.85em;
}
.active-fde0 {
  list-style: none;
  margin: 0;
}
.active-fde0 article.article_75ff {
  margin-bottom: 0;
}
.active-fde0 ul {
  list-style: none;
  margin: 0;
}
.active-fde0 .carousel_slow_605a li.article_75ff {
  padding-left: 30px;
}
@media screen and (min-width: 64em) {
  .active-fde0 .carousel_slow_605a li.article_75ff {
    padding-left: 85px;
    border-left: 1px solid #eaecee;
    position: relative;
    width: 100%;
  }
  .active-fde0 .carousel_slow_605a li.article_75ff: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) {
  .active-fde0 .carousel_slow_605a li.article_75ff li.article_75ff li.article_75ff li.article_75ff {
    padding-left: 0;
  }
}
article.article_75ff {
  padding: 1.618em 0;
  margin-bottom: 1.618em;
}
article.article_75ff .wood-de62 p:last-of-type {
  margin-bottom: 0;
}
article.article_75ff .hard-6b9d {
  float: left;
}
article.article_75ff .tabs_dark_0ded {
  margin-left: 85px;
}
article.article_75ff .mask-c476 {
  display: block;
  margin: 12px 0 12px;
  padding-bottom: 4px;
  border-bottom: 1px solid #eaecee;
}
article.article_75ff .mask-c476 .form_391c {
  margin-left: 10px;
}
article.article_75ff .link-west-825d {
  font-weight: 500;
  text-transform: uppercase;
  line-height: 1;
  font-style: normal;
}
article.article_75ff .basic-ec74 {
  background: #6d6d6d;
  padding: 1px 6px 1px;
  border-radius: 2px;
  color: #fff;
  position: relative;
  top: -2px;
  margin-left: 4px;
}
@media screen and (min-width: 64em) {
  #respond .liquid_0856,
  #respond .header-b919,
  #respond .lower-8874 {
    width: 29.4117647059%;
    margin-right: 5.8823529412%;
    float: left;
  }
}
#respond .liquid_0856 input,
#respond .header-b919 input,
#respond .lower-8874 input {
  width: 100%;
}
#respond .lower-8874 {
  margin-right: 0;
}
#respond .layout_static_8795 #wp-comment-cookies-consent {
  position: relative;
  top: -1px;
  margin-right: 5px;
}
.purple_69f2 {
  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;
}
.purple_69f2.tabs-hard-fb04 {
  width: 36px;
  height: 36px;
  min-height: 36px;
  font-size: 1.1em;
}
.purple_69f2 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%);
}
.purple_69f2:focus,
.purple_69f2: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);
}
.prev_c8e5 {
  border-radius: 10%;
}
.white-99c6 {
  border-radius: 50%;
}
.nav_0ea0 {
  font-size: 0.72em;
}
.surface_44b9 {
  font-size: 0.875em;
}
.fluid-5023 {
  font-size: 1.1em;
}
.card_solid_9178 {
  text-transform: uppercase;
  line-height: 1.2;
}
.card_solid_9178.nav_0ea0 {
  letter-spacing: 0.5px;
}
.gradient_clean_4a0f,
.gradient_clean_4a0f a {
  color: #6d6d6d;
}
.gradient_clean_4a0f a:hover {
  color: #111;
}
.hovered-27ed {
  color: #6d6d6d;
}
.gallery_fixed_3f70 {
  overflow-x: hidden;
}
.gallery_fixed_3f70 .progress_d48f.red-7acd {
  position: relative;
}
.gallery_fixed_3f70 .progress_d48f.red-7acd.module_71e1 {
  position: initial;
}
.gallery_fixed_3f70
  .progress_d48f.red-7acd.module_71e1
  .breadcrumb_pro_8c78 {
  left: auto;
}
.gallery_fixed_3f70 .progress_d48f .breadcrumb_pro_8c78 {
  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;
}
.gallery_fixed_3f70 .progress_d48f:hover.red-7acd {
  -webkit-transition-delay: 0s !important;
  transition-delay: 0s !important;
  outline: 1px solid #0073aa;
  outline-offset: -1px;
}
.gallery_fixed_3f70
  .progress_d48f:hover.red-7acd
  .breadcrumb_pro_8c78 {
  display: block;
  z-index: 9999999;
}
.gallery_fixed_3f70 .carousel_ba8b .main_014f,
.gallery_fixed_3f70 .tertiary_f7a4 .main_014f {
  display: none;
}
.gallery_fixed_3f70 .hidden-e045 .progress_d48f:hover.red-7acd {
  outline: 1px dashed #ff472e;
  outline-offset: -1px;
}
.clean_441c .liquid_0856 label,
.clean_441c .fast_7826 label,
.clean_441c .header-b919 label,
.clean_441c .lower-8874 label {
  text-transform: uppercase;
  letter-spacing: 0.5px;
  font-size: 0.85em;
}
.active-fde0 {
  list-style: none;
  margin: 0;
}
.active-fde0 article.article_75ff {
  margin-bottom: 0;
}
.active-fde0 ul {
  list-style: none;
  margin: 0;
}
.active-fde0 .carousel_slow_605a li.article_75ff {
  padding-left: 30px;
}
@media screen and (min-width: 64em) {
  .active-fde0 .carousel_slow_605a li.article_75ff {
    padding-left: 85px;
    border-left: 1px solid #eaecee;
    position: relative;
    width: 100%;
  }
  .active-fde0 .carousel_slow_605a li.article_75ff: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) {
  .active-fde0 .carousel_slow_605a li.article_75ff li.article_75ff li.article_75ff li.article_75ff {
    padding-left: 0;
  }
}
article.article_75ff {
  padding: 1.618em 0;
  margin-bottom: 1.618em;
}
article.article_75ff .wood-de62 p:last-of-type {
  margin-bottom: 0;
}
article.article_75ff .hard-6b9d {
  float: left;
}
article.article_75ff .tabs_dark_0ded {
  margin-left: 85px;
}
article.article_75ff .mask-c476 {
  display: block;
  margin: 12px 0 12px;
  padding-bottom: 4px;
  border-bottom: 1px solid #eaecee;
}
article.article_75ff .mask-c476 .form_391c {
  margin-left: 10px;
}
article.article_75ff .link-west-825d {
  font-weight: 500;
  text-transform: uppercase;
  line-height: 1;
  font-style: normal;
}
article.article_75ff .basic-ec74 {
  background: #6d6d6d;
  padding: 1px 6px 1px;
  border-radius: 2px;
  color: #fff;
  position: relative;
  top: -2px;
  margin-left: 4px;
}
@media screen and (min-width: 64em) {
  #respond .liquid_0856,
  #respond .header-b919,
  #respond .lower-8874 {
    width: 29.4117647059%;
    margin-right: 5.8823529412%;
    float: left;
  }
}
#respond .liquid_0856 input,
#respond .header-b919 input,
#respond .lower-8874 input {
  width: 100%;
}
#respond .lower-8874 {
  margin-right: 0;
}
#respond .layout_static_8795 #wp-comment-cookies-consent {
  position: relative;
  top: -1px;
  margin-right: 5px;
}
.carousel_ba8b .overlay-4f31 {
  color: rgba(255, 255, 255, 0.99);
  background: rgba(0, 0, 0, 0.9);
}
.overlay-4f31 .clean_a3a5.header_9d65 .white-8244 > li > a:focus,
.overlay-4f31 .clean_a3a5.header_9d65 .white-8244 > li > a:hover,
.overlay-4f31 .clean_a3a5.hero_black_f20a .white-8244 > li > a:focus,
.overlay-4f31 .clean_a3a5.hero_black_f20a .white-8244 > li > a:hover,
.overlay-4f31 .clean_a3a5.dropdown_eb79 .white-8244 > li > a:focus,
.overlay-4f31 .clean_a3a5.dropdown_eb79 .white-8244 > li > a:hover {
  color: rgba(255, 255, 255, 0.99);
}
.overlay-4f31
  .clean_a3a5.header_9d65
  .white-8244
  > li.image-north-4b97
  > a,
.overlay-4f31
  .clean_a3a5.header_9d65
  .white-8244
  > li.layout-4062
  > a,
.overlay-4f31
  .clean_a3a5.hero_black_f20a
  .white-8244
  > li.image-north-4b97
  > a,
.overlay-4f31
  .clean_a3a5.hero_black_f20a
  .white-8244
  > li.layout-4062
  > a,
.overlay-4f31
  .clean_a3a5.dropdown_eb79
  .white-8244
  > li.image-north-4b97
  > a,
.overlay-4f31 .clean_a3a5.dropdown_eb79 .white-8244 > li.cold-c5a4 > a {
  color: rgba(255, 255, 255, 0.99);
}
.overlay-4f31 .filter_action_a37e,
.overlay-4f31 .filter_action_a37e a {
  color: rgba(255, 255, 255, 0.99);
}
.overlay-4f31 .fresh-e592.silver-ecc5 li a,
.overlay-4f31 .alert-db4e a,
.overlay-4f31 .image-1b7b,
.overlay-4f31 .white-8244 > li > a,
.overlay-4f31 .south-381b {
  color: rgba(255, 255, 255, 0.79);
}
.overlay-4f31 .fresh-e592.silver-ecc5 li a:hover,
.overlay-4f31 .alert-db4e a:hover,
.overlay-4f31 .image-1b7b:hover,
.overlay-4f31 .white-8244 > li > a:hover,
.overlay-4f31 .south-381b:hover {
  color: rgba(255, 255, 255, 0.99);
}
.overlay-4f31 .alert_hot_46d0 {
  color: rgba(255, 255, 255, 0.79);
}
.overlay-4f31 .alert_hot_46d0 .box_7c83 {
  color: rgba(255, 255, 255, 0.99);
}
.overlay-4f31 .alert_hot_46d0:hover {
  color: rgba(255, 255, 255, 0.99);
}
.overlay-4f31 .north_4bf0 .status_04c2 {
  background: rgba(255, 255, 255, 0.03);
  border-color: rgba(255, 255, 255, 0.08);
  color: rgba(255, 255, 255, 0.79);
}
.overlay-4f31 .north_4bf0 .status_04c2 .detail-full-3756 {
  color: rgba(255, 255, 255, 0.79);
}
.overlay-4f31
  .north_4bf0
  .status_04c2
  .detail-full-3756::-webkit-input-placeholder {
  color: rgba(255, 255, 255, 0.79);
}
.overlay-4f31
  .north_4bf0
  .status_04c2
  .detail-full-3756:-ms-input-placeholder {
  color: rgba(255, 255, 255, 0.79);
}
.overlay-4f31
  .north_4bf0
  .status_04c2
  .detail-full-3756::-ms-input-placeholder {
  color: rgba(255, 255, 255, 0.79);
}
.overlay-4f31
  .north_4bf0
  .status_04c2
  .detail-full-3756::placeholder {
  color: rgba(255, 255, 255, 0.79);
}
.overlay-4f31 .north_4bf0 .thumbnail-bright-a539 {
  color: rgba(255, 255, 255, 0.79);
}
.overlay-4f31 .north_4bf0 .thumbnail-bright-a539:hover {
  color: rgba(255, 255, 255, 0.99);
}
.west-c870
  .overlay-4f31
  .north_4bf0
  .image-solid-b5e6
  .fresh-f2b8 {
  background-color: rgba(255, 255, 255, 0.03);
  border-color: rgba(255, 255, 255, 0.08);
  color: rgba(255, 255, 255, 0.79);
}
.west-c870
  .overlay-4f31
  .north_4bf0
  .image-solid-b5e6
  .detail-full-3756 {
  background-color: rgba(255, 255, 255, 0.03) !important;
  border-color: rgba(255, 255, 255, 0.08);
  color: rgba(255, 255, 255, 0.79);
}
.carousel_ba8b .texture_down_fe07 {
  color: rgba(0, 0, 0, 0.6);
  background: rgba(255, 255, 255, 0.9);
}
.texture_down_fe07 .clean_a3a5.header_9d65 .white-8244 > li > a:focus,
.texture_down_fe07 .clean_a3a5.header_9d65 .white-8244 > li > a:hover,
.texture_down_fe07 .clean_a3a5.hero_black_f20a .white-8244 > li > a:focus,
.texture_down_fe07 .clean_a3a5.hero_black_f20a .white-8244 > li > a:hover,
.texture_down_fe07 .clean_a3a5.dropdown_eb79 .white-8244 > li > a:focus,
.texture_down_fe07 .clean_a3a5.dropdown_eb79 .white-8244 > li > a:hover {
  color: rgba(0, 0, 0, 0.8);
}
.texture_down_fe07
  .clean_a3a5.header_9d65
  .white-8244
  > li.image-north-4b97
  > a,
.texture_down_fe07
  .clean_a3a5.header_9d65
  .white-8244
  > li.layout-4062
  > a,
.texture_down_fe07
  .clean_a3a5.hero_black_f20a
  .white-8244
  > li.image-north-4b97
  > a,
.texture_down_fe07
  .clean_a3a5.hero_black_f20a
  .white-8244
  > li.layout-4062
  > a,
.texture_down_fe07
  .clean_a3a5.dropdown_eb79
  .white-8244
  > li.image-north-4b97
  > a,
.texture_down_fe07 .clean_a3a5.dropdown_eb79 .white-8244 > li.cold-c5a4 > a {
  color: rgba(0, 0, 0, 0.8);
}
.texture_down_fe07 .filter_action_a37e,
.texture_down_fe07 .filter_action_a37e a {
  color: rgba(0, 0, 0, 0.8);
}
.texture_down_fe07 .fresh-e592.silver-ecc5 li a,
.texture_down_fe07 .alert-db4e a,
.texture_down_fe07 .image-1b7b,
.texture_down_fe07 .white-8244 > li > a,
.texture_down_fe07 .south-381b {
  color: rgba(0, 0, 0, 0.55);
}
.texture_down_fe07 .fresh-e592.silver-ecc5 li a:hover,
.texture_down_fe07 .alert-db4e a:hover,
.texture_down_fe07 .image-1b7b:hover,
.texture_down_fe07 .white-8244 > li > a:hover,
.texture_down_fe07 .south-381b:hover {
  color: rgba(0, 0, 0, 0.8);
}
.texture_down_fe07 .alert_hot_46d0 {
  color: rgba(0, 0, 0, 0.55);
}
.texture_down_fe07 .alert_hot_46d0 .box_7c83 {
  color: rgba(0, 0, 0, 0.8);
}
.texture_down_fe07 .alert_hot_46d0:hover {
  color: rgba(0, 0, 0, 0.8);
}
.action_579d .texture-152b {
  margin-left: auto;
  margin-right: auto;
}
.silver_1c04 > * {
  margin-left: auto;
  margin-right: auto;
}
.silver_1c04 .video_0076 {
  margin-right: 1.41575em;
}
.surface_5d81 .silver_1c04 > .accent-tall-85d2 {
  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;
}
.surface_5d81 .silver_1c04 > .fluid_dcfd {
  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;
}
.component_e821.action_579d .texture-152b,
.link_pro_6f8c.action_579d .texture-152b {
  margin-left: 0;
}
.item_72db.action_579d .texture-152b,
.gradient-64ce.action_579d .texture-152b {
  margin-right: 0;
}
.silver_1c04 ol,
.silver_1c04 ul {
  margin: 1.5em auto;
  list-style-position: outside;
}
.full_ffe9 video {
  max-width: 100%;
}
.border-top-525b img {
  display: block;
}
.border-top-525b.video_0076,
.border-top-525b.west-0505 {
  width: 100%;
}
.border-top-525b.fluid_dcfd img {
  width: 100vw;
  width: calc(var(--vw, 1vw) * 100);
}
.avatar-center-12e8:not(.article-f46a) {
  margin: 1.5em auto;
}
.main-tiny-deda p {
  padding: 1.5em 14px;
}
ul.column-current-dd56.fluid_dcfd,
ul.column-current-dd56.accent-tall-85d2,
ul.column-current-dd56.description_640d.accent-tall-85d2 {
  padding: 0 14px;
}
.outline_lite_d660 {
  display: block;
  overflow-x: auto;
}
.outline_lite_d660 table {
  border-collapse: collapse;
  width: 100%;
}
.outline_lite_d660 td,
.outline_lite_d660 th {
  padding: 0.5em;
}
.silver_1c04 li {
  margin-left: 2.5em;
  margin-bottom: 6px;
}
.silver_1c04 ol ol,
.silver_1c04 ol ul,
.silver_1c04 ul ol,
.silver_1c04 ul ul {
  margin-bottom: 0;
  margin-top: 0;
  margin-left: 2.5em;
}
.silver_1c04 ol ol li,
.silver_1c04 ol ul li,
.silver_1c04 ul ol li,
.silver_1c04 ul ul li {
  margin-left: 0;
}
.basic_610e.frame_inner_2873 > .carousel-bright-42a3 {
  position: relative;
  width: 100%;
  height: 0;
  padding-top: 56.25%;
}
.basic_610e.frame_inner_2873 > .carousel-bright-42a3 iframe,
.basic_610e.frame_inner_2873 > .carousel-bright-42a3 > object {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}
.dim-4e3e {
  border-left-width: 4px;
  border-left-color: currentColor;
}
.dim-4e3e.panel_complex_c059 {
  padding: 0;
}
.dim-4e3e.panel_complex_c059 cite {
  font-size: 13px;
}
.dim-4e3e > * {
  margin-left: 16px;
  margin-right: 16px;
}
.dim-4e3e cite {
  font-style: normal;
  margin-top: 1em;
  position: relative;
  font-size: 13px;
}
.orange_ca0f {
  border-bottom: 4px solid currentColor;
  border-top: 4px solid currentColor;
  margin-left: 0;
  margin-right: 0;
  padding: 3em 0;
  text-align: center;
}
.orange_ca0f > p:first-child {
  margin-top: 0;
}
.orange_ca0f cite {
  font-size: 13px;
  font-style: normal;
  text-transform: uppercase;
}
.orange_ca0f blockquote {
  border-left: 0;
}
.feature-f28a {
  margin: 3em auto;
  border: none;
  border-bottom: 2px solid currentColor;
}
.feature-f28a:not(.layout-green-7a84) {
  max-width: 100px;
}
.feature-f28a.secondary-bottom-1ad7 {
  border-bottom: none !important;
  text-align: center;
}
.feature-f28a.secondary-bottom-1ad7::before {
  padding-left: 0;
  font-size: 30px;
}
@media screen and (min-width: 768px) {
  .main-tiny-deda p {
    padding: 1.5em 0;
  }
}
.pressed_ea41 {
  color: #0073aa;
}
.card_blue_5fad {
  background-color: #0073aa;
}
.block-plasma-f0d4 {
  color: #229fd8;
}
.slow-0953 {
  background-color: #229fd8;
}
.south-1ba6 {
  color: #eee;
}
.down-2b25 {
  background-color: #eee;
}
.current-a3c2 {
  color: #444;
}
.sidebar_hovered_0828 {
  background-color: #444;
}
.logo-64f8 {
  padding: 0;
  -webkit-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  text-size-adjust: 100%;
  line-height: 13px;
}
.logo-64f8 .banner-2956 .alert-db4e {
  font-size: 15px;
}
.logo-64f8 .alert-db4e {
  line-height: 1.3;
}
.logo-64f8 .texture_down_fe07 {
}
.logo-64f8 .overlay-4f31 {
  background: #235787;
}
.paragraph_972f {
  padding: 0;
}
.paragraph_972f .overlay-4f31 {
  background: #1a1a1a;
}
.paragraph_972f .texture_down_fe07 {
  box-shadow: 0 1px 2px 0 #e1e5ea;
  background: #fff;
}
.fluid-9310 {
  padding: 0;
  border-left: none;
  border-right: none;
}
.fluid-9310 .texture_down_fe07 {
  box-shadow: 0 1px 2px 0 #e1e5ea;
}
.fluid-9310 .overlay-4f31 {
  background: #303030;
}
.info-cold-a670 {
  position: relative;
  z-index: 10;
}
.info-cold-a670 .image_small_a4cc {
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
  -webkit-box-pack: center;
  justify-content: center;
}
.thick_4f9c .red-7acd {
  display: inline-block;
  vertical-align: middle;
}
.thick_4f9c.outer_6326 .red-7acd {
  margin-right: 1em;
}
@media screen and (max-width: 1024px) {
  .thick_4f9c.outer_6326 .red-7acd {
    margin-right: 1em;
  }
}
@media screen and (max-width: 568px) {
  .thick_4f9c.outer_6326 .red-7acd {
    margin-right: 0.4em;
  }
}
.thick_4f9c.outer_6326 .red-7acd:last-child {
  margin-right: 0;
}
.active_b138 .image_small_a4cc {
  max-width: initial;
}
@media screen and (min-width: 1025px) {
  .carousel_ba8b .banner-2956 {
    margin: 0 -0.5em;
  }
  .carousel_ba8b .banner-2956 [class*="customify-col-"],
  .carousel_ba8b .banner-2956 [class*="customify-col_"],
  .carousel_ba8b .banner-2956 [class~="customify-col-"] {
    padding-left: 0.5em;
    padding-right: 0.5em;
  }
}
.carousel_ba8b.card_d096 .image_small_a4cc {
  background: 0 0 !important;
}
.carousel_ba8b.card_d096 .image_small_a4cc,
.carousel_ba8b.active_b138 .image_small_a4cc {
  border: 0 none !important;
  box-shadow: none !important;
}
@media screen and (min-width: 1025px) {
  .carousel_ba8b.header-right-2af1 {
    background: 0 0 !important;
    border: 0 none;
    box-shadow: none !important;
  }
}
.carousel_ba8b.active_b138 .image_small_a4cc {
  box-shadow: none !important;
}
.sort-hard-df1d {
  padding: 21px 0 22px;
  border-bottom: 1px solid #eaecee;
  word-break: break-word;
  background: #f9f9f9;
}
@media screen and (max-width: 1024px) {
  .sort-hard-df1d {
    padding: 19px 0 20px;
  }
}
@media screen and (max-width: 568px) {
  .sort-hard-df1d {
    padding: 18px 0 20px;
  }
}
.sort-hard-df1d .media-orange-bb9b {
  width: 100%;
}
.sort-hard-df1d .caption_bright_ed82 {
  margin-bottom: 0;
}
.sort-hard-df1d .hard_ebbd {
  margin-top: 5px;
  font-size: 0.875em;
}
.hidden-static-e1e0 {
  padding: 9px 0 9px;
  border-bottom: 1px solid #eaecee;
  color: #6d6d6d;
  line-height: 1.6;
  background: #fff;
}
.hidden-static-e1e0 .widget_hot_a7e1 {
  width: 100%;
}
.layout_42dd {
  list-style: none;
  margin: 0 1em;
  padding: 0;
}
.layout_42dd li {
  display: inline-block;
  position: relative;
  padding-right: 10px;
}
.layout_42dd 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;
}
.layout_42dd li:last-child:after {
  display: none;
}
.layout_42dd li a {
  font-weight: 500;
  margin-right: 10px;
}
.glass_fa40 .main_014f button,
.sort-hard-df1d .main_014f button {
  left: 0;
}
.glass_fa40 .widget_hot_a7e1,
.sort-hard-df1d .widget_hot_a7e1 {
  padding-left: 0;
  padding-right: 0;
}
.glass_fa40 .hidden-static-e1e0,
.sort-hard-df1d .hidden-static-e1e0 {
  border-bottom: none;
  padding-bottom: 0;
  background: 0 0;
}
.glass_fa40 {
  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;
}
.glass_fa40: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;
}
.glass_fa40 .under_db25 {
  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) {
  .glass_fa40 .under_db25 {
    min-height: 300px;
  }
}
@media screen and (max-width: 1024px) {
  .glass_fa40 .under_db25 {
    min-height: 250px;
    padding: 1em 15px;
  }
}
@media screen and (max-width: 568px) {
  .glass_fa40 .under_db25 {
    min-height: 200px;
  }
}
.glass_fa40 .layout_42dd {
  color: rgba(255, 255, 255, 0.8);
}
.glass_fa40 .layout_42dd a,
.glass_fa40 .layout_42dd li:after {
  color: inherit;
}
.glass_fa40 .layout_42dd a:hover {
  color: rgba(255, 255, 255, 0.8);
}
.plasma-052f {
  margin-bottom: 0.5em;
}
.video-medium-09bf {
  margin-bottom: 1.2em;
}
.video-medium-09bf,
.plasma-052f {
  display: inline-block;
  position: relative;
  color: rgba(255, 255, 255, 0.99);
  z-index: 5;
}
.video-medium-09bf p:last-child,
.plasma-052f p:last-child {
  margin-bottom: 0;
}
#header-menu-sidebar .main_014f,
#masthead .main_014f {
  display: none;
}
#masthead
  > .main_014f.shadow-pressed-7b51 {
  display: none;
}
#masthead > .main_014f button {
  left: 0;
}
.surface_f9a9 {
  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%;
}
.surface_f9a9 .red-7acd {
  display: -webkit-inline-box;
  display: inline-flex;
  -webkit-box-align: center;
  align-items: center;
  margin-left: 0.5em;
  margin-right: 0.5em;
}
.surface_f9a9 .popup_6e43 {
  display: -webkit-box;
  display: flex;
}
.surface_f9a9 .popup_6e43.green_60ce {
  -webkit-box-pack: center;
  justify-content: center;
  margin-left: 1em;
  margin-right: 1em;
}
.surface_f9a9 .popup_6e43.thumbnail_plasma_a58c {
  -webkit-box-pack: start;
  justify-content: flex-start;
  margin-right: auto;
  -webkit-box-flex: 1;
  flex: 1 1 0;
}
.surface_f9a9 .popup_6e43.wide-9966 {
  margin-left: auto;
  -webkit-box-pack: end;
  justify-content: flex-end;
  -webkit-box-flex: 1;
  flex: 1 1 0;
}
.surface_f9a9.pagination_fcff.status_left_2e33 .popup_6e43.green_60ce {
  flex-basis: 100%;
}
.surface_f9a9.menu_33ce .popup_6e43.thumbnail_plasma_a58c {
  -webkit-box-flex: 1;
  flex: auto;
}
.surface_f9a9.menu_33ce .popup_6e43.wide-9966 {
  -webkit-box-flex: 1;
  flex: auto;
}
#masthead
  > .main_014f.shadow-pressed-7b51 {
  display: none;
}
#masthead > .main_014f button {
  left: 0;
}
.down_b841 {
  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;
}
.down_b841:hover {
  box-shadow: inset 0 0 0 120px rgba(0, 0, 0, 0.18);
  color: #fff;
}
.down_b841.element-plasma-adbe i {
  margin-right: 4px;
}
.down_b841.brown-0699 i {
  margin-left: 5px;
}
.alert-db4e p {
  font-weight: 500;
  text-transform: uppercase;
  font-size: 13px;
}
.alert-db4e p:last-child {
  margin-bottom: 0;
}
.dirty-25d8 {
  display: -webkit-box;
  display: flex;
  line-height: 0.9;
  vertical-align: middle;
}
.dirty-25d8 a {
  display: inline-block;
  text-transform: uppercase;
  letter-spacing: 0.4px;
  font-weight: 600;
}
.dirty-25d8 img {
  display: block;
  width: auto;
  line-height: 1;
}
.dirty-25d8 .filter_action_a37e {
  font-size: 1.5em;
  margin: 0;
  font-weight: 600;
  line-height: 1.216;
}
.dirty-25d8 .left_3a55 {
  margin: 5px 0 7px 0;
}
.dirty-25d8.tabs_medium_6d42 .texture-0679 {
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
  -webkit-box-pack: center;
  justify-content: center;
}
.dirty-25d8.tabs_medium_6d42 .link_in_3f9d {
  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;
}
.dirty-25d8.badge-d45f {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  flex-direction: row-reverse;
}
.dirty-25d8.badge-d45f .texture-0679 {
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
  -webkit-box-pack: center;
  justify-content: center;
}
.dirty-25d8.badge-d45f .link_in_3f9d {
  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;
}
.dirty-25d8.huge_b3d4 {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
}
.dirty-25d8.feature-plasma-5f85 {
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
  flex-direction: column-reverse;
}
.dirty-25d8.feature-plasma-5f85 .link_in_3f9d {
  margin-top: 7px;
}
.notification_under_5783 {
  display: inline-block;
}
.info-cold-a670 .tertiary-4c8f .dirty-25d8 img {
  max-width: 100%;
}
.clean_a3a5 .detail-8fc0.selected-777d,
.white_3ae0 .detail-8fc0.selected-777d {
  position: relative;
  display: -webkit-inline-box;
  display: inline-flex;
  -webkit-box-align: center;
  align-items: center;
}
.clean_a3a5 .banner_a5db,
.white_3ae0 .banner_a5db {
  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%);
}
.clean_a3a5 .banner_a5db {
  display: inline;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-decoration: none !important;
}
.clean_a3a5.center-724b .banner_a5db {
  display: none;
}
.clean_a3a5 .secondary-54aa {
  list-style: none;
  padding: 0;
  margin: 0;
}
.clean_a3a5 .secondary-54aa li {
  display: inline-block;
  position: relative;
}
.clean_a3a5 .secondary-54aa li:last-child {
  margin-right: 0;
}
.clean_a3a5 .secondary-54aa 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;
}
.clean_a3a5 .secondary-54aa li.cold-c5a4 > a {
  color: rgba(0, 0, 0, 0.9);
}
.clean_a3a5 .secondary-54aa > 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;
}
.clean_a3a5 .secondary-54aa > li > a i {
  line-height: 0;
}
.clean_a3a5 .secondary-54aa > li.disabled_warm_f993 > a .banner_a5db {
  margin-left: 4px;
  line-height: 0;
}
.clean_a3a5 .secondary-54aa .widget_69e4 li.disabled_warm_f993 > a {
  position: relative;
}
.clean_a3a5 .secondary-54aa .widget_69e4 li.disabled_warm_f993 > a:after,
.clean_a3a5 .secondary-54aa .widget_69e4 li.disabled_warm_f993 > a:before {
  content: "";
  display: table;
}
.clean_a3a5 .secondary-54aa .widget_69e4 li.disabled_warm_f993 > a:after {
  clear: both;
}
.clean_a3a5 .secondary-54aa .widget_69e4 li.disabled_warm_f993 > a .banner_a5db {
  margin-left: 5px;
  float: right;
}
.clean_a3a5 .paragraph-green-3ea4,
.clean_a3a5 .widget_69e4 {
  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;
}
.clean_a3a5 .widget_69e4 {
  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;
}
.clean_a3a5 .widget_69e4 .selected-777d {
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: justify;
  justify-content: space-between;
}
.clean_a3a5 .widget_69e4 .banner_a5db {
  -webkit-transform: rotate(135deg) translateY(0);
  -ms-transform: rotate(135deg) translateY(0);
  transform: rotate(135deg) translateY(0);
}
.clean_a3a5 .widget_69e4 li {
  display: block;
  margin: 0;
  padding: 0;
}
.clean_a3a5 .widget_69e4 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;
}
.clean_a3a5 .widget_69e4 li a:hover {
  background: rgba(0, 0, 0, 0.015);
  color: rgba(0, 0, 0, 0.8);
}
.clean_a3a5 .widget_69e4 .widget_69e4 {
  top: 0;
  left: 100%;
}
.clean_a3a5 .modal_4e5f.fn-focus-60b6 > .paragraph-green-3ea4,
.clean_a3a5 .modal_4e5f.fn-focus-60b6 > .widget_69e4,
.clean_a3a5 .modal_4e5f:focus > .paragraph-green-3ea4,
.clean_a3a5 .modal_4e5f:focus > .widget_69e4,
.clean_a3a5 .modal_4e5f:hover > .paragraph-green-3ea4,
.clean_a3a5 .modal_4e5f:hover > .widget_69e4 {
  height: auto;
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
  overflow: initial;
  visibility: visible;
  opacity: 1;
}
.clean_a3a5.dropdown_eb79 .white-8244:after,
.clean_a3a5.dropdown_eb79 .white-8244:before {
  content: "";
  display: table;
}
.clean_a3a5.dropdown_eb79 .white-8244:after {
  clear: both;
}
.clean_a3a5.dropdown_eb79 .white-8244 > li {
  float: left;
}
.clean_a3a5.module-orange-77af .white-8244:after,
.clean_a3a5.module-orange-77af .white-8244:before {
  content: "";
  display: table;
}
.clean_a3a5.module-orange-77af .white-8244:after {
  clear: both;
}
.clean_a3a5.module-orange-77af .white-8244 > li {
  float: left;
}
.clean_a3a5.module-orange-77af .white-8244 > li > a {
  background: 0 0;
  display: -webkit-inline-box;
  display: inline-flex;
  vertical-align: middle;
  -webkit-box-align: center;
  align-items: center;
}
.clean_a3a5.module-orange-77af .white-8244 > li > a:hover {
  color: #fff;
  background-color: #1e4b75;
}
.clean_a3a5.module-orange-77af .white-8244 > li.image-north-4b97 > a,
.clean_a3a5.module-orange-77af .white-8244 > li.cold-c5a4 > a {
  color: #fff;
  background-color: #1e4b75;
}
.clean_a3a5.header_9d65 .white-8244 > li > a .selected-777d {
  position: relative;
}
.clean_a3a5.header_9d65 .white-8244 > li > a .selected-777d: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;
}
.clean_a3a5.header_9d65
  .white-8244
  > li:focus
  > a
  .selected-777d:before,
.clean_a3a5.header_9d65
  .white-8244
  > li:hover
  > a
  .selected-777d:before {
  width: 100%;
  background-color: currentColor;
}
.clean_a3a5.header_9d65
  .white-8244
  > li.image-north-4b97
  > a
  .selected-777d:before,
.clean_a3a5.header_9d65
  .white-8244
  > li.layout-4062
  > a
  .selected-777d:before {
  width: 100%;
  background-color: currentColor;
}
.clean_a3a5.hero_black_f20a .white-8244 > li > a .selected-777d {
  position: relative;
}
.clean_a3a5.hero_black_f20a .white-8244 > li > a .selected-777d: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;
}
.clean_a3a5.hero_black_f20a .white-8244 > li:focus > a .selected-777d:before,
.clean_a3a5.hero_black_f20a
  .white-8244
  > li:hover
  > a
  .selected-777d:before {
  width: 100%;
  background-color: currentColor;
}
.clean_a3a5.hero_black_f20a
  .white-8244
  > li.image-north-4b97
  > a
  .selected-777d:before,
.clean_a3a5.hero_black_f20a
  .white-8244
  > li.layout-4062
  > a
  .selected-777d:before {
  width: 100%;
  background-color: currentColor;
}
.white_3ae0 .secondary-54aa {
  margin: 0;
  padding: 0;
  list-style: none;
}
.white_3ae0 .secondary-54aa li:first-child > a {
  border-top: none;
}
.white_3ae0 .secondary-54aa .description-d42b > .selected-777d .banner_a5db {
  display: none;
}
.white_3ae0 .secondary-54aa li {
  list-style: none;
  position: relative;
  border-bottom: 1px solid transparent;
}
.white_3ae0 .secondary-54aa li:last-child {
  border: none;
}
.white_3ae0 .secondary-54aa li.disabled_warm_f993 > a {
  padding-right: 45px !important;
}
.white_3ae0 .secondary-54aa li a {
  display: block;
  padding: 0.55em 1.5em;
}
.white_3ae0 .secondary-54aa li a:focus,
.white_3ae0 .secondary-54aa li a:hover {
  background: rgba(0, 0, 0, 0.01);
}
.white_3ae0 .secondary-54aa li .tooltip-d66a {
  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;
}
.white_3ae0 .secondary-54aa li .tooltip-d66a:hover {
  box-shadow: none;
}
.white_3ae0 .secondary-54aa li .tooltip-d66a .banner_a5db {
  -webkit-transform: rotate(-135deg) translateY(50%) translateX(50%);
  -ms-transform: rotate(-135deg) translateY(50%) translateX(50%);
  transform: rotate(-135deg) translateY(50%) translateX(50%);
}
.white_3ae0 .secondary-54aa .widget_69e4 {
  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);
}
.white_3ae0 .secondary-54aa .widget_69e4 li a {
  padding-left: 3em;
}
.white_3ae0 .secondary-54aa .section_full_f644 > a .tooltip-d66a i {
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
.white_3ae0 .secondary-54aa .section_full_f644 > .widget_69e4 {
  display: block;
  opacity: 1;
}
.slider_small_3522 {
  max-width: 100%;
}
.wrapper-tiny-2986 {
  line-height: 0;
  cursor: pointer;
}
.south-381b {
  line-height: 0;
  display: inline-block;
  position: relative;
  box-shadow: none;
}
.south-381b:hover {
  box-shadow: none;
  color: currentColor;
}
.south-381b svg {
  width: 18px;
  height: 18px;
}
.south-381b .outline-soft-c551 {
  display: none;
}
.small_ee2e {
  position: relative;
}
.small_ee2e.fn-active-60b6 .south-381b .block-cfaf {
  display: none;
}
.small_ee2e.fn-active-60b6 .south-381b .outline-soft-c551 {
  display: inline-block;
}
.small_ee2e .video-ad98 {
  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);
}
.small_ee2e.summary-1a84 .video-ad98 {
  left: auto;
  right: -0.9em;
}
.small_ee2e.summary-1a84 .article_yellow_bb76::before {
  left: auto;
  right: 15px;
}
.small_ee2e.fn-active-60b6 .video-ad98 {
  height: auto;
  overflow: initial;
  z-index: 26;
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
}
.image-solid-b5e6 {
  display: -webkit-box;
  display: flex;
  margin-bottom: 0;
  width: 100%;
  max-width: 100%;
}
.image-solid-b5e6 label {
  flex-basis: 100%;
}
.image-solid-b5e6 .status_04c2 {
  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;
}
.image-solid-b5e6 .detail-full-3756 {
  display: block;
  width: 100%;
  border-radius: 2px;
  height: 2.4em;
}
.image-solid-b5e6 .detail-full-3756:focus {
  background-color: transparent;
}
.image-solid-b5e6 button.thumbnail-bright-a539 {
  overflow: hidden;
  box-shadow: none;
  margin-left: -40px;
  background: 0 0;
  color: #6d6d6d;
  line-height: 0;
  padding: 0 0.7em;
  min-height: auto;
}
.image-solid-b5e6 button.thumbnail-bright-a539:hover {
  box-shadow: none;
  background-color: transparent;
  color: #686868;
}
.image-solid-b5e6 button.thumbnail-bright-a539 svg {
  width: 18px;
  height: 18px;
}
.image-solid-b5e6 input[type="submit"] {
  min-height: auto;
}
.north_4bf0 .image-solid-b5e6 .detail-full-3756 {
  border: 0;
  box-shadow: none;
  background-color: transparent;
}
.article_yellow_bb76 {
  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) {
  .article_yellow_bb76 {
    width: 220px;
  }
}
.article_yellow_bb76 label {
  flex-basis: 100%;
}
.article_yellow_bb76::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;
}
.west-c870 .north_4bf0 .image-solid-b5e6 {
  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;
}
.west-c870
  .north_4bf0
  .image-solid-b5e6
  .status_04c2 {
  background-color: transparent;
  min-height: auto;
  flex-basis: 100%;
  display: -webkit-box;
  display: flex;
  border-style: none;
  border: none;
  box-shadow: none;
}
.west-c870 .north_4bf0 .image-solid-b5e6 .detail-full-3756 {
  border-color: transparent;
  height: auto;
  background-color: transparent;
  border: 0;
  border-style: none;
  box-shadow: none;
  -webkit-box-flex: 0;
  flex: 0 0 auto;
}
.west-c870
  .north_4bf0
  .image-solid-b5e6
  .detail-full-3756:focus {
  background: 0 0;
}
.west-c870
  .north_4bf0
  .image-solid-b5e6
  .fresh-f2b8 {
  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;
}
.fresh-e592 {
  display: inline-block;
  margin: 0;
  padding: 0;
  list-style: none;
  position: relative;
}
.fresh-e592 li {
  list-style: none;
  display: inline-block;
  margin: 0 3px;
}
.fresh-e592 li:last-child {
  margin-right: 0;
}
.fresh-e592 li:first-child {
  margin-left: 0;
}
.fresh-e592.pattern_67bb a {
  color: #fff;
}
.fresh-e592.pattern_67bb a:hover {
  color: #fff;
}
.fresh-e592 a {
  color: currentColor;
  text-align: center;
  vertical-align: middle;
  width: 100%;
  padding: 0.4em;
  display: inline-block;
  line-height: 1;
  font-size: 13px;
}
.fresh-e592 a i {
  width: 1em;
  height: 1em;
  position: relative;
  display: block;
}
.fresh-e592 a i:before {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}
.fresh-e592 a:hover {
  opacity: 0.9;
  color: inherit;
}
.fresh-e592 [class*="social-icon-apple"] {
  background-color: #999;
}
.fresh-e592 [class*="social-icon-apple"].east-4f0d {
  background-color: transparent;
  color: #999;
}
.fresh-e592 [class*="social-icon-behance"] {
  background-color: #1769ff;
}
.fresh-e592 [class*="social-icon-behance"].east-4f0d {
  background-color: transparent;
  color: #1769ff;
}
.fresh-e592 [class*="social-icon-bitbucket"] {
  background-color: #205081;
}
.fresh-e592 [class*="social-icon-bitbucket"].east-4f0d {
  background-color: transparent;
  color: #205081;
}
.fresh-e592 [class*="social-icon-codepen"] {
  background-color: #000;
}
.fresh-e592 [class*="social-icon-codepen"].east-4f0d {
  background-color: transparent;
  color: #000;
}
.fresh-e592 [class*="social-icon-delicious"] {
  background-color: #39f;
}
.fresh-e592 [class*="social-icon-delicious"].east-4f0d {
  background-color: transparent;
  color: #39f;
}
.fresh-e592 [class*="social-icon-digg"] {
  background-color: #005be2;
}
.fresh-e592 [class*="social-icon-digg"].east-4f0d {
  background-color: transparent;
  color: #005be2;
}
.fresh-e592 [class*="social-icon-dribbble"] {
  background-color: #ea4c89;
}
.fresh-e592 [class*="social-icon-dribbble"].east-4f0d {
  background-color: transparent;
  color: #ea4c89;
}
.fresh-e592 [class*="social-icon-envelope"] {
  background-color: #ea4335;
}
.fresh-e592 [class*="social-icon-envelope"].east-4f0d {
  background-color: transparent;
  color: #ea4335;
}
.fresh-e592 [class*="social-icon-facebook"] {
  background-color: #3b5998;
}
.fresh-e592 [class*="social-icon-facebook"].east-4f0d {
  background-color: transparent;
  color: #3b5998;
}
.fresh-e592 [class*="social-icon-flickr"] {
  background-color: #0063dc;
}
.fresh-e592 [class*="social-icon-flickr"].east-4f0d {
  background-color: transparent;
  color: #0063dc;
}
.fresh-e592 [class*="social-icon-foursquare"] {
  background-color: #2d5be3;
}
.fresh-e592 [class*="social-icon-foursquare"].east-4f0d {
  background-color: transparent;
  color: #2d5be3;
}
.fresh-e592 [class*="social-icon-github"] {
  background-color: #333;
}
.fresh-e592 [class*="social-icon-github"].east-4f0d {
  background-color: transparent;
  color: #333;
}
.fresh-e592 [class*="social-icon-google-plus"] {
  background-color: #dd4b39;
}
.fresh-e592 [class*="social-icon-google-plus"].east-4f0d {
  background-color: transparent;
  color: #dd4b39;
}
.fresh-e592 [class*="social-icon-houzz"] {
  background-color: #7ac142;
}
.fresh-e592 [class*="social-icon-houzz"].east-4f0d {
  background-color: transparent;
  color: #7ac142;
}
.fresh-e592 [class*="social-icon-instagram"] {
  background-color: #262626;
}
.fresh-e592 [class*="social-icon-instagram"].east-4f0d {
  background-color: transparent;
  color: #262626;
}
.fresh-e592 [class*="social-icon-jsfiddle"] {
  background-color: #487aa2;
}
.fresh-e592 [class*="social-icon-jsfiddle"].east-4f0d {
  background-color: transparent;
  color: #487aa2;
}
.fresh-e592 [class*="social-icon-linkedin"] {
  background-color: #0077b5;
}
.fresh-e592 [class*="social-icon-linkedin"].east-4f0d {
  background-color: transparent;
  color: #0077b5;
}
.fresh-e592 [class*="social-icon-medium"] {
  background-color: #00ab6b;
}
.fresh-e592 [class*="social-icon-medium"].east-4f0d {
  background-color: transparent;
  color: #00ab6b;
}
.fresh-e592 [class*="social-icon-odnoklassniki"] {
  background-color: #f4731c;
}
.fresh-e592
  [class*="social-icon-odnoklassniki"].east-4f0d {
  background-color: transparent;
  color: #f4731c;
}
.fresh-e592 [class*="social-icon-meetup"] {
  background-color: #ec1c40;
}
.fresh-e592 [class*="social-icon-meetup"].east-4f0d {
  background-color: transparent;
  color: #ec1c40;
}
.fresh-e592 [class*="social-icon-pinterest"] {
  background-color: #bd081c;
}
.fresh-e592 [class*="social-icon-pinterest"].east-4f0d {
  background-color: transparent;
  color: #bd081c;
}
.fresh-e592 [class*="social-icon-product-hunt"] {
  background-color: #da552f;
}
.fresh-e592 [class*="social-icon-product-hunt"].east-4f0d {
  background-color: transparent;
  color: #da552f;
}
.fresh-e592 [class*="social-icon-reddit"] {
  background-color: #ff4500;
}
.fresh-e592 [class*="social-icon-reddit"].east-4f0d {
  background-color: transparent;
  color: #ff4500;
}
.fresh-e592 [class*="social-icon-rss"] {
  background-color: #f26522;
}
.fresh-e592 [class*="social-icon-rss"].east-4f0d {
  background-color: transparent;
  color: #f26522;
}
.fresh-e592 [class*="social-icon-shopping-cart"] {
  background-color: #4caf50;
}
.fresh-e592
  [class*="social-icon-shopping-cart"].east-4f0d {
  background-color: transparent;
  color: #4caf50;
}
.fresh-e592 [class*="social-icon-skype"] {
  background-color: #00aff0;
}
.fresh-e592 [class*="social-icon-skype"].east-4f0d {
  background-color: transparent;
  color: #00aff0;
}
.fresh-e592 [class*="social-icon-slideshare"] {
  background-color: #0077b5;
}
.fresh-e592 [class*="social-icon-slideshare"].east-4f0d {
  background-color: transparent;
  color: #0077b5;
}
.fresh-e592 [class*="social-icon-snapchat"] {
  background-color: #fffc00;
}
.fresh-e592 [class*="social-icon-snapchat"].east-4f0d {
  background-color: transparent;
  color: #fffc00;
}
.fresh-e592 [class*="social-icon-soundcloud"] {
  background-color: #f80;
}
.fresh-e592 [class*="social-icon-soundcloud"].east-4f0d {
  background-color: transparent;
  color: #f80;
}
.fresh-e592 [class*="social-icon-spotify"] {
  background-color: #2ebd59;
}
.fresh-e592 [class*="social-icon-spotify"].east-4f0d {
  background-color: transparent;
  color: #2ebd59;
}
.fresh-e592 [class*="social-icon-stack-overflow"] {
  background-color: #fe7a15;
}
.fresh-e592
  [class*="social-icon-stack-overflow"].east-4f0d {
  background-color: transparent;
  color: #fe7a15;
}
.fresh-e592 [class*="social-icon-maldkfgram"] {
  background-color: #2ca5e0;
}
.fresh-e592 [class*="social-icon-maldkfgram"].east-4f0d {
  background-color: transparent;
  color: #2ca5e0;
}
.fresh-e592 [class*="social-icon-tripadvisor"] {
  background-color: #589442;
}
.fresh-e592 [class*="social-icon-tripadvisor"].east-4f0d {
  background-color: transparent;
  color: #589442;
}
.fresh-e592 [class*="social-icon-tumblr"] {
  background-color: #35465c;
}
.fresh-e592 [class*="social-icon-tumblr"].east-4f0d {
  background-color: transparent;
  color: #35465c;
}
.fresh-e592 [class*="social-icon-twitch"] {
  background-color: #6441a5;
}
.fresh-e592 [class*="social-icon-twitch"].east-4f0d {
  background-color: transparent;
  color: #6441a5;
}
.fresh-e592 [class*="social-icon-twitter"] {
  background-color: #1da1f2;
}
.fresh-e592 [class*="social-icon-twitter"].east-4f0d {
  background-color: transparent;
  color: #1da1f2;
}
.fresh-e592 [class*="social-icon-vimeo"] {
  background-color: #1ab7ea;
}
.fresh-e592 [class*="social-icon-vimeo"].east-4f0d {
  background-color: transparent;
  color: #1ab7ea;
}
.fresh-e592 [class*="social-icon-vk"] {
  background-color: #45668e;
}
.fresh-e592 [class*="social-icon-vk"].east-4f0d {
  background-color: transparent;
  color: #45668e;
}
.fresh-e592 [class*="social-icon-weibo"] {
  background-color: #df2029;
}
.fresh-e592 [class*="social-icon-weibo"].east-4f0d {
  background-color: transparent;
  color: #df2029;
}
.fresh-e592 [class*="social-icon-weixin"] {
  background-color: #7bb32e;
}
.fresh-e592 [class*="social-icon-weixin"].east-4f0d {
  background-color: transparent;
  color: #7bb32e;
}
.fresh-e592 [class*="social-icon-whatsapp"] {
  background-color: #25d366;
}
.fresh-e592 [class*="social-icon-whatsapp"].east-4f0d {
  background-color: transparent;
  color: #25d366;
}
.fresh-e592 [class*="social-icon-wordpress"] {
  background-color: #21759b;
}
.fresh-e592 [class*="social-icon-wordpress"].east-4f0d {
  background-color: transparent;
  color: #21759b;
}
.fresh-e592 [class*="social-icon-xing"] {
  background-color: #026466;
}
.fresh-e592 [class*="social-icon-xing"].east-4f0d {
  background-color: transparent;
  color: #026466;
}
.fresh-e592 [class*="social-icon-yelp"] {
  background-color: #af0606;
}
.fresh-e592 [class*="social-icon-yelp"].east-4f0d {
  background-color: transparent;
  color: #af0606;
}
.fresh-e592 [class*="social-icon-youtube"] {
  background-color: #cd201f;
}
.fresh-e592 [class*="social-icon-youtube"].east-4f0d {
  background-color: transparent;
  color: #cd201f;
}
.image-1b7b {
  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;
}
.image-1b7b:hover {
  box-shadow: none;
  background: 0 0;
}
.layout_ebdc {
  background: 0 0 !important;
  text-transform: uppercase;
  font-size: 0.85em;
}
.advanced_f2e6 {
  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;
}
.article-white-b202 {
  display: inline-block;
  position: relative;
  vertical-align: middle;
}
.inner_bb34 {
  display: block;
  top: 50%;
  background-color: currentcolor;
}
.inner_bb34,
.inner_bb34::after,
.inner_bb34::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;
}
.inner_bb34::after,
.inner_bb34::before {
  content: "";
  display: block;
  background-color: inherit;
}
.dirty_10ff .advanced_f2e6 .article-white-b202 {
  margin-top: -2px;
  width: 19px;
}
.dirty_10ff .advanced_f2e6 .inner_bb34 {
  margin-top: -1px;
}
.dirty_10ff .advanced_f2e6 .inner_bb34,
.dirty_10ff .advanced_f2e6 .inner_bb34::after,
.dirty_10ff .advanced_f2e6 .inner_bb34::before {
  width: 19px;
  height: 2px;
}
.dirty_10ff .advanced_f2e6 .inner_bb34::before {
  top: -6px;
}
.dirty_10ff .advanced_f2e6 .inner_bb34::after {
  bottom: -6px;
}
.avatar-6350 .advanced_f2e6 .article-white-b202 {
  margin-top: -2px;
  width: 22px;
}
.avatar-6350 .advanced_f2e6 .inner_bb34 {
  margin-top: -1px;
}
.avatar-6350 .advanced_f2e6 .inner_bb34,
.avatar-6350 .advanced_f2e6 .inner_bb34::after,
.avatar-6350 .advanced_f2e6 .inner_bb34::before {
  width: 22px;
  height: 2px;
}
.avatar-6350 .advanced_f2e6 .inner_bb34::before {
  top: -7px;
}
.avatar-6350 .advanced_f2e6 .inner_bb34::after {
  bottom: -7px;
}
.hidden-c425 .advanced_f2e6 .article-white-b202 {
  margin-top: -2px;
  width: 31px;
}
.hidden-c425 .advanced_f2e6 .inner_bb34 {
  margin-top: -1.5px;
}
.hidden-c425 .advanced_f2e6 .inner_bb34,
.hidden-c425 .advanced_f2e6 .inner_bb34::after,
.hidden-c425 .advanced_f2e6 .inner_bb34::before {
  width: 31px;
  height: 3px;
}
.hidden-c425 .advanced_f2e6 .inner_bb34::before {
  top: -9px;
}
.hidden-c425 .advanced_f2e6 .inner_bb34::after {
  bottom: -9px;
}
@media screen and (min-width: 1025px) {
  .complex_c904 .advanced_f2e6 .article-white-b202 {
    margin-top: -2px;
    width: 19px;
  }
  .complex_c904 .advanced_f2e6 .inner_bb34 {
    margin-top: -1px;
  }
  .complex_c904 .advanced_f2e6 .inner_bb34,
  .complex_c904 .advanced_f2e6 .inner_bb34::after,
  .complex_c904 .advanced_f2e6 .inner_bb34::before {
    width: 19px;
    height: 2px;
  }
  .complex_c904 .advanced_f2e6 .inner_bb34::before {
    top: -6px;
  }
  .complex_c904 .advanced_f2e6 .inner_bb34::after {
    bottom: -6px;
  }
  .item_20ff .advanced_f2e6 .article-white-b202 {
    margin-top: -2px;
    width: 22px;
  }
  .item_20ff .advanced_f2e6 .inner_bb34 {
    margin-top: -1px;
  }
  .item_20ff .advanced_f2e6 .inner_bb34,
  .item_20ff .advanced_f2e6 .inner_bb34::after,
  .item_20ff .advanced_f2e6 .inner_bb34::before {
    width: 22px;
    height: 2px;
  }
  .item_20ff .advanced_f2e6 .inner_bb34::before {
    top: -7px;
  }
  .item_20ff .advanced_f2e6 .inner_bb34::after {
    bottom: -7px;
  }
  .carousel-edaa .advanced_f2e6 .article-white-b202 {
    margin-top: -2px;
    width: 31px;
  }
  .carousel-edaa .advanced_f2e6 .inner_bb34 {
    margin-top: -1.5px;
  }
  .carousel-edaa .advanced_f2e6 .inner_bb34,
  .carousel-edaa .advanced_f2e6 .inner_bb34::after,
  .carousel-edaa .advanced_f2e6 .inner_bb34::before {
    width: 31px;
    height: 3px;
  }
  .carousel-edaa .advanced_f2e6 .inner_bb34::before {
    top: -9px;
  }
  .carousel-edaa .advanced_f2e6 .inner_bb34::after {
    bottom: -9px;
  }
}
@media screen and (max-width: 1024px) {
  .up_f57f .advanced_f2e6 .article-white-b202 {
    margin-top: -2px;
    width: 19px;
  }
  .up_f57f .advanced_f2e6 .inner_bb34 {
    margin-top: -1px;
  }
  .up_f57f .advanced_f2e6 .inner_bb34,
  .up_f57f .advanced_f2e6 .inner_bb34::after,
  .up_f57f .advanced_f2e6 .inner_bb34::before {
    width: 19px;
    height: 2px;
  }
  .up_f57f .advanced_f2e6 .inner_bb34::before {
    top: -6px;
  }
  .up_f57f .advanced_f2e6 .inner_bb34::after {
    bottom: -6px;
  }
  .component_huge_a1c5 .advanced_f2e6 .article-white-b202 {
    margin-top: -2px;
    width: 22px;
  }
  .component_huge_a1c5 .advanced_f2e6 .inner_bb34 {
    margin-top: -1px;
  }
  .component_huge_a1c5 .advanced_f2e6 .inner_bb34,
  .component_huge_a1c5 .advanced_f2e6 .inner_bb34::after,
  .component_huge_a1c5 .advanced_f2e6 .inner_bb34::before {
    width: 22px;
    height: 2px;
  }
  .component_huge_a1c5 .advanced_f2e6 .inner_bb34::before {
    top: -7px;
  }
  .component_huge_a1c5 .advanced_f2e6 .inner_bb34::after {
    bottom: -7px;
  }
  .popup-5e3e .advanced_f2e6 .article-white-b202 {
    margin-top: -2px;
    width: 31px;
  }
  .popup-5e3e .advanced_f2e6 .inner_bb34 {
    margin-top: -1.5px;
  }
  .popup-5e3e .advanced_f2e6 .inner_bb34,
  .popup-5e3e .advanced_f2e6 .inner_bb34::after,
  .popup-5e3e .advanced_f2e6 .inner_bb34::before {
    width: 31px;
    height: 3px;
  }
  .popup-5e3e .advanced_f2e6 .inner_bb34::before {
    top: -9px;
  }
  .popup-5e3e .advanced_f2e6 .inner_bb34::after {
    bottom: -9px;
  }
}
@media screen and (max-width: 568px) {
  .hover_744c .advanced_f2e6 .article-white-b202 {
    margin-top: -2px;
    width: 19px;
  }
  .hover_744c .advanced_f2e6 .inner_bb34 {
    margin-top: -1px;
  }
  .hover_744c .advanced_f2e6 .inner_bb34,
  .hover_744c .advanced_f2e6 .inner_bb34::after,
  .hover_744c .advanced_f2e6 .inner_bb34::before {
    width: 19px;
    height: 2px;
  }
  .hover_744c .advanced_f2e6 .inner_bb34::before {
    top: -6px;
  }
  .hover_744c .advanced_f2e6 .inner_bb34::after {
    bottom: -6px;
  }
  .accordion-cold-18cb .advanced_f2e6 .article-white-b202 {
    margin-top: -2px;
    width: 22px;
  }
  .accordion-cold-18cb .advanced_f2e6 .inner_bb34 {
    margin-top: -1px;
  }
  .accordion-cold-18cb .advanced_f2e6 .inner_bb34,
  .accordion-cold-18cb .advanced_f2e6 .inner_bb34::after,
  .accordion-cold-18cb .advanced_f2e6 .inner_bb34::before {
    width: 22px;
    height: 2px;
  }
  .accordion-cold-18cb .advanced_f2e6 .inner_bb34::before {
    top: -7px;
  }
  .accordion-cold-18cb .advanced_f2e6 .inner_bb34::after {
    bottom: -7px;
  }
  .overlay-orange-7fc4 .advanced_f2e6 .article-white-b202 {
    margin-top: -2px;
    width: 31px;
  }
  .overlay-orange-7fc4 .advanced_f2e6 .inner_bb34 {
    margin-top: -1.5px;
  }
  .overlay-orange-7fc4 .advanced_f2e6 .inner_bb34,
  .overlay-orange-7fc4 .advanced_f2e6 .inner_bb34::after,
  .overlay-orange-7fc4 .advanced_f2e6 .inner_bb34::before {
    width: 31px;
    height: 3px;
  }
  .overlay-orange-7fc4 .advanced_f2e6 .inner_bb34::before {
    top: -9px;
  }
  .overlay-orange-7fc4 .advanced_f2e6 .inner_bb34::after {
    bottom: -9px;
  }
}
.badge-basic-4c3c .inner_bb34 {
  -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);
}
.badge-basic-4c3c .inner_bb34::before {
  -webkit-transition: top 75ms 0.12s ease, opacity 75ms ease;
  transition: top 75ms 0.12s ease, opacity 75ms ease;
}
.badge-basic-4c3c .inner_bb34::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);
}
.badge-basic-4c3c.notification-blue-8592 .inner_bb34 {
  -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);
}
.badge-basic-4c3c.notification-blue-8592 .inner_bb34::before {
  top: 0;
  opacity: 0;
  -webkit-transition: top 75ms ease, opacity 75ms 0.12s ease;
  transition: top 75ms ease, opacity 75ms 0.12s ease;
}
.badge-basic-4c3c.notification-blue-8592 .inner_bb34::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);
}
.frame-f2f0 {
  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.card_c0d8:before {
  display: none;
}
.tertiary_f7a4 {
  padding: 0;
  position: fixed;
  width: 100%;
  max-width: 100%;
  top: 0;
  z-index: 999900;
  visibility: hidden;
}
.tertiary_f7a4 .new_ad2f {
  padding: 1.4em 1.5em;
  border-bottom: 1px solid transparent;
}
.tertiary_f7a4 .new_ad2f:last-of-type {
  border-bottom: none;
}
.tertiary_f7a4 .new_ad2f.stone-fa7a,
.tertiary_f7a4 .new_ad2f.form_1f21,
.tertiary_f7a4 .new_ad2f.blue_d718 {
  padding: 0;
}
.tertiary_f7a4 .white_3ae0 .tooltip-d66a {
  color: currentColor;
}
.tertiary_f7a4 .white_3ae0 .tooltip-d66a:focus,
.tertiary_f7a4 .white_3ae0 .tooltip-d66a:hover {
  background: rgba(0, 0, 0, 0.01);
}
.tertiary_f7a4.texture_down_fe07 .alert_hot_46d0,
.tertiary_f7a4.texture_down_fe07 .alert-db4e a,
.tertiary_f7a4.texture_down_fe07 .white-8244 a,
.tertiary_f7a4.texture_down_fe07 .widget_69e4 a {
  color: rgba(0, 0, 0, 0.55);
}
.tertiary_f7a4.texture_down_fe07 .alert_hot_46d0:hover,
.tertiary_f7a4.texture_down_fe07 .alert-db4e a:hover,
.tertiary_f7a4.texture_down_fe07 .white-8244 a:hover,
.tertiary_f7a4.texture_down_fe07 .widget_69e4 a:hover {
  color: rgba(0, 0, 0, 0.8);
}
.tertiary_f7a4.texture_down_fe07 .box_7c83 {
  color: rgba(0, 0, 0, 0.8);
}
.tertiary_f7a4.texture_down_fe07 .new_ad2f {
  border-color: rgba(0, 0, 0, 0.08);
}
.tertiary_f7a4.texture_down_fe07 .new_ad2f:before {
  background: rgba(0, 0, 0, 0.08);
}
.tertiary_f7a4.texture_down_fe07 .pagination_green_7e26:before {
  background: rgba(255, 255, 255, 0.9);
}
.tertiary_f7a4.texture_down_fe07 .white_3ae0 .secondary-54aa li a,
.tertiary_f7a4.texture_down_fe07 .white_3ae0 .tooltip-d66a,
.tertiary_f7a4.texture_down_fe07 .widget_69e4 {
  border-color: rgba(0, 0, 0, 0.08);
}
.tertiary_f7a4.texture_down_fe07 .white_3ae0 .tooltip-d66a:focus,
.tertiary_f7a4.texture_down_fe07 .white_3ae0 .tooltip-d66a:hover {
  background: rgba(0, 0, 0, 0.01);
}
.tertiary_f7a4.texture_down_fe07 .secondary-54aa li {
  border-color: rgba(0, 0, 0, 0.08);
}
.tertiary_f7a4.overlay-4f31 .alert_hot_46d0,
.tertiary_f7a4.overlay-4f31 .alert-db4e a,
.tertiary_f7a4.overlay-4f31 .white-8244 .tooltip-d66a,
.tertiary_f7a4.overlay-4f31 .white-8244 a,
.tertiary_f7a4.overlay-4f31 .widget_69e4 a {
  color: rgba(255, 255, 255, 0.79);
}
.tertiary_f7a4.overlay-4f31 .alert_hot_46d0:hover,
.tertiary_f7a4.overlay-4f31 .alert-db4e a:hover,
.tertiary_f7a4.overlay-4f31 .white-8244 .tooltip-d66a:hover,
.tertiary_f7a4.overlay-4f31 .white-8244 a:hover,
.tertiary_f7a4.overlay-4f31 .widget_69e4 a:hover {
  color: rgba(255, 255, 255, 0.99);
}
.tertiary_f7a4.overlay-4f31 .box_7c83 {
  color: rgba(255, 255, 255, 0.99);
}
.tertiary_f7a4.overlay-4f31 .new_ad2f {
  border-color: rgba(255, 255, 255, 0.08);
}
.tertiary_f7a4.overlay-4f31 .new_ad2f:before {
  background: rgba(255, 255, 255, 0.08);
}
.tertiary_f7a4.overlay-4f31 .pagination_green_7e26:before {
  background: rgba(0, 0, 0, 0.9);
}
.tertiary_f7a4.overlay-4f31 .white_3ae0 .secondary-54aa li a,
.tertiary_f7a4.overlay-4f31 .white_3ae0 .tooltip-d66a,
.tertiary_f7a4.overlay-4f31 .widget_69e4 {
  border-color: rgba(255, 255, 255, 0.08);
}
.tertiary_f7a4.overlay-4f31 .white_3ae0 .tooltip-d66a:focus,
.tertiary_f7a4.overlay-4f31 .white_3ae0 .tooltip-d66a:hover {
  background: rgba(0, 0, 0, 0.01);
}
.tertiary_f7a4.overlay-4f31 .secondary-54aa li {
  border-color: rgba(255, 255, 255, 0.08);
}
.pagination_green_7e26 {
  position: relative;
  word-con: break-word;
  min-height: 100%;
  display: block;
}
.pagination_green_7e26:before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  display: block;
  min-height: 100%;
}
.tag_931f {
  position: relative;
  word-con: break-word;
  min-height: 100%;
  display: block;
  padding: 1.2em 0;
}
.hovered-00af .tertiary_f7a4 {
  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;
}
.hovered-00af .new_ad2f {
  text-align: center;
  padding: 2em 1.5em;
  border: none;
  position: relative;
}
.hovered-00af .new_ad2f: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) {
  .hovered-00af .new_ad2f:before {
    width: 16%;
    left: 42%;
  }
}
.hovered-00af .new_ad2f:last-child:before {
  content: none;
}
.hovered-00af .new_ad2f[class*="-menu"] {
  padding: 2.5em 1.5em;
}
.hovered-00af .white_3ae0 .secondary-54aa li a {
  border: none;
  font-size: 140%;
  text-transform: uppercase;
  font-weight: 500;
}
.hovered-00af .white_3ae0 .secondary-54aa li a .tooltip-d66a {
  display: inline-block;
  position: relative;
  border: 0 none;
  margin-right: -1.3em;
  top: -2px;
  padding: 0.28em 0.5em;
}
.hovered-00af .white_3ae0 .widget_69e4 {
  border: none;
}
.hovered-00af .white_3ae0 .widget_69e4 li a {
  text-transform: none;
  padding: 0.35em 1.5em;
  font-size: 100%;
}
.hovered-00af .pagination_green_7e26 {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}
.hovered-00af .tag_931f {
  max-width: 48em;
  margin: 3em auto;
  padding: 0;
}
.hovered-00af .overlay-4f31 .pagination_green_7e26:before {
  background: rgba(0, 0, 0, 0.9);
}
.hovered-00af .texture_down_fe07.yellow_15a9 .inner_bb34 {
  background: rgba(0, 0, 0, 0.6);
}
.hovered-00af
  .texture_down_fe07.yellow_15a9
  .inner_bb34::after,
.hovered-00af
  .texture_down_fe07.yellow_15a9
  .inner_bb34:before {
  background: inherit;
}
.hovered-00af
  .texture_down_fe07.yellow_15a9:hover
  .inner_bb34 {
  background: rgba(0, 0, 0, 0.8);
}
.search_a10f .tertiary_f7a4 {
  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) {
  .search_a10f .tertiary_f7a4 {
    width: auto;
    right: 45px;
  }
}
.outline-3b9c .tertiary_f7a4 {
  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) {
  .outline-3b9c .tertiary_f7a4 {
    width: auto;
    left: 45px;
  }
}
.card_c0d8 .tertiary_f7a4 {
  position: relative;
  height: 0;
  display: block;
  visibility: visible;
  z-index: 999900;
  overflow: hidden;
}
.card_c0d8 .tag_931f {
  max-width: 48em;
  margin: 0 auto;
}
.card_c0d8 .pagination_green_7e26:before {
  box-shadow: inset 0 0 12px 0 rgba(0, 0, 0, 0.05);
}
.paragraph-short-922b {
  overflow-x: hidden;
  position: relative;
  width: 100%;
  display: block;
}
.paragraph-short-922b.hovered-00af .tertiary_f7a4 {
  z-index: 0;
  opacity: 0;
  height: 100%;
}
.paragraph-short-922b.search_a10f .tertiary_f7a4 {
  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);
}
.paragraph-short-922b .tertiary_f7a4 {
  visibility: visible;
}
.paragraph-short-922b.outline-3b9c .tertiary_f7a4 {
  -webkit-transform: translateX(200%);
  -ms-transform: translateX(200%);
  transform: translateX(200%);
  height: 100%;
}
.tabs-pro-5a85,
.next_d019 {
  overflow-x: hidden;
}
.tabs-pro-5a85 .tertiary_f7a4 {
  overflow: auto;
}
.tabs-pro-5a85.hovered-00af {
  overflow: initial;
  position: relative;
  width: 100%;
  display: block;
}
.tabs-pro-5a85.hovered-00af .tertiary_f7a4 {
  z-index: 999900;
  opacity: 1;
  visibility: visible;
}
.tabs-pro-5a85.hovered-00af .image-1b7b {
  opacity: 0;
}
.tabs-pro-5a85.search_a10f {
  overflow: initial;
  position: relative;
  width: 100%;
  display: block;
}
.tabs-pro-5a85.search_a10f .tertiary_f7a4 {
  z-index: 999900;
  height: 100vh;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  left: 0;
  visibility: visible;
}
.tabs-pro-5a85.search_a10f .image-1b7b {
  opacity: 0;
}
.tabs-pro-5a85.outline-3b9c {
  overflow: initial;
  position: relative;
  width: 100%;
  display: block;
}
.tabs-pro-5a85.outline-3b9c .tertiary_f7a4 {
  z-index: 999900;
  height: 100vh;
  max-width: 100vw;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  right: 0;
  visibility: visible;
}
.tabs-pro-5a85.outline-3b9c .image-1b7b {
  opacity: 0;
}
.tabs-pro-5a85.card_c0d8 .tertiary_f7a4 {
  z-index: 10;
  visibility: visible;
}
.yellow_15a9 {
  display: none;
  z-index: 999910;
  cursor: pointer;
  position: fixed;
  top: 10px;
  right: 12px;
}
.yellow_15a9 .inner_bb34 {
  background: rgba(255, 255, 255, 0.99);
}
.yellow_15a9 .inner_bb34::after,
.yellow_15a9 .inner_bb34:before {
  background: inherit;
}
.yellow_15a9:hover .inner_bb34 {
  background: rgba(255, 255, 255, 0.99);
}
.outline-3b9c .yellow_15a9 {
  top: 10px;
  right: auto;
  left: 12px;
}
.card_c0d8 .yellow_15a9 {
  display: none !important;
}
.tabs-pro-5a85:before,
.next_d019:before {
  z-index: 999897;
  visibility: visible;
  opacity: 1;
}
.tabs-pro-5a85 .yellow_15a9,
.next_d019 .yellow_15a9 {
  display: inline-block;
}
.tertiary_f7a4 .red-7acd {
  -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;
}
.tabs-pro-5a85 .tertiary_f7a4 .red-7acd,
.next_d019 .tertiary_f7a4 .red-7acd {
  opacity: 1;
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
}
.popup_843c .status_04c2 {
  width: 100%;
}
.tertiary-4c8f {
  padding: 0 0.5em 0;
}
.tertiary-4c8f [class*="customify-col-"],
.tertiary-4c8f [class*="customify-col_"],
.tertiary-4c8f [class~="customify-col"] {
  padding: 0 0.5em 0;
}
.lite-707d .tertiary-4c8f {
  padding-left: 1em;
  padding-right: 1em;
}
@media screen and (min-width: 1025px) {
  .banner-2956 .wood-45e5,
  .wood-45e5 {
    display: none;
  }
  .copper_94b8 {
    text-align: left;
  }
  .footer_01b6 {
    text-align: center;
  }
  .gradient-solid-3cf8 {
    text-align: right;
  }
}
@media screen and (max-width: 1024px) {
  .banner-2956 .solid-081a,
  .solid-081a {
    display: none;
  }
  .dark_8ab5 {
    text-align: left;
  }
  .notice-e369 {
    text-align: center;
  }
  .advanced-7010 {
    text-align: right;
  }
}
@media screen and (max-width: 568px) {
  .banner-2956 .new_ff6e,
  .new_ff6e {
    display: none;
  }
  .stale-51b2 {
    text-align: left;
  }
  .smooth-4e4e {
    text-align: center;
  }
  .overlay-3491 {
    text-align: right;
  }
}
#page {
  position: relative;
}
.current_4464 {
  box-shadow: none !important;
}
.table_tiny_4ad8 .middle_6dc6,
.out_302f .middle_6dc6 {
  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;
}
.out_302f .middle_6dc6 {
  margin-top: 30px;
  margin-bottom: 30px;
}
.image_small_a4cc {
  position: relative;
  padding-left: 2em;
  padding-right: 2em;
}
.image_small_a4cc:after,
.image_small_a4cc:before {
  content: "";
  display: table;
}
.image_small_a4cc:after {
  clear: both;
}
@media screen and (max-width: 48em) {
  .image_small_a4cc {
    padding-left: 1em;
    padding-right: 1em;
  }
}
.image_small_a4cc,
.header-right-2af1 {
  max-width: 1248px;
  margin: 0 auto;
}

.caption_dynamic_bc0f.avatar-746f .image_small_a4cc {
  max-width: 100%;
}
.caption_dynamic_bc0f.outer-205e {
  max-width: 1200px;
  margin: 0 auto;
}
.caption_dynamic_bc0f.chip-new-462d .image_small_a4cc {
  max-width: 100%;
}
.caption_dynamic_bc0f.chip-new-462d > .image_small_a4cc {
  padding-left: 0;
  padding-right: 0;
}
.caption_dynamic_bc0f.chip-new-462d > .image_small_a4cc .banner-2956 {
  margin: 0;
}
.caption_dynamic_bc0f.chip-new-462d
  > .image_small_a4cc
  .carousel_7c2f.container-f60a {
  margin-right: 0;
  margin-left: 0;
}
.caption_dynamic_bc0f.chip-new-462d #main.container-f60a {
  padding: 0;
}
#main,
#sidebar-primary,
#sidebar-secondary {
  padding-top: 2.617924em;
  padding-bottom: 2.617924em;
}
@media screen and (max-width: 1024px) {
  .hard_30a0 #main {
    border-left: 0 none;
  }
}
@media screen and (max-width: 1024px) {
  .hard_30a0 #sidebar-secondary {
    -webkit-box-ordinal-group: 6;
    order: 5;
    display: none;
  }
}
@media screen and (min-width: 48em) {
  .item-b13f .texture-152b {
    padding-right: 1em;
  }
  .item-b13f.modal-d2e6 .carousel_7c2f {
    border-right: 1px solid #eaecee;
  }
  .item-b13f.modal-d2e6 .texture-152b {
    padding-right: 1em;
  }
  .item-b13f.modal-d2e6 .middle-2a30 {
    padding-left: 1em;
  }
}
@media screen and (min-width: 48em) {
  .popup_huge_e9cc .texture-152b {
    padding-left: 1em;
  }
  .popup_huge_e9cc.modal-d2e6 .carousel_7c2f {
    border-left: 1px solid #eaecee;
  }
  .popup_huge_e9cc.modal-d2e6 .texture-152b {
    padding-left: 1em;
  }
  .popup_huge_e9cc.modal-d2e6 .middle-2a30 {
    padding-right: 1em;
  }
}
@media screen and (min-width: 48em) {
  .active-6ddb .texture-152b {
    padding-left: 1em;
  }
  .active-6ddb.modal-d2e6 .fluid-e0bf {
    border-right: 1px solid #eaecee;
  }
  .active-6ddb.modal-d2e6 .out_173d {
    border-right: 1px solid #eaecee;
  }
  .active-6ddb.modal-d2e6 .texture-152b {
    padding-left: 1em;
  }
  .active-6ddb.modal-d2e6 .middle-2a30 {
    padding-right: 1em;
  }
  .active-6ddb.modal-d2e6 .caption_glass_d900 {
    padding-left: 1em;
    padding-right: 1em;
  }
}
@media screen and (min-width: 48em) {
  .stone-349f .texture-152b {
    padding-right: 1em;
  }
  .stone-349f.modal-d2e6 .fluid-e0bf {
    border-left: 1px solid #eaecee;
  }
  .stone-349f.modal-d2e6 .out_173d {
    border-left: 1px solid #eaecee;
  }
  .stone-349f.modal-d2e6 .texture-152b {
    padding-right: 1em;
  }
  .stone-349f.modal-d2e6 .middle-2a30 {
    padding-left: 1em;
    padding-right: 1em;
  }
  .stone-349f.modal-d2e6 .caption_glass_d900 {
    padding-left: 1em;
  }
}
@media screen and (min-width: 48em) {
  .hard_30a0 .texture-152b {
    padding-left: 1em;
    padding-right: 1em;
  }
  .hard_30a0.modal-d2e6 .carousel_7c2f {
    border-left: 1px solid #eaecee;
    border-right: 1px solid #eaecee;
  }
  .hard_30a0.modal-d2e6 .texture-152b {
    padding-left: 1em;
    padding-right: 1em;
  }
  .hard_30a0.modal-d2e6 .middle-2a30 {
    padding-left: 1em;
  }
  .hard_30a0.modal-d2e6 .caption_glass_d900 {
    padding-right: 1em;
  }
}
@media screen and (max-width: 64em) {
  .hard_30a0.modal-d2e6 .texture-152b {
    padding-left: 0;
  }
}
.avatar-bottom-0385 .thick_4f9c {
  display: inline-block;
}
.breadcrumb-bbaf {
  display: inline-block;
}
.status_7cff {
  word-con: break-word;
}
.purple-3563 > span {
  display: inline-block;
  padding: 5px 0;
}
.purple-3563 .wood-564c {
  margin-left: 8px;
  margin-right: 8px;
}
.purple-3563 .rough_3c7d img {
  vertical-align: middle;
  overflow: hidden;
  border-radius: 50%;
  margin-right: 5px;
}
.easy-d23c .secondary-easy-cfcc {
  margin-bottom: 2em;
}
.easy-d23c .slow_b727 {
  margin-bottom: 15px;
}
.easy-d23c .slow_b727:last-child {
  margin-bottom: 0;
}
.easy-d23c .background_first_e6b1 {
  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) {
  .easy-d23c .background_first_e6b1 {
    display: block;
  }
}
.easy-d23c .chip-lower-2969 {
  position: relative;
  max-width: 100%;
  flex-basis: 40%;
  padding-top: 0;
  overflow: hidden;
}
@media screen and (max-width: 568px) {
  .easy-d23c .chip-lower-2969 {
    margin-bottom: 1em;
    width: 100% !important;
    padding-top: 56.25%;
  }
}
.easy-d23c .input_iron_8d7c {
  position: absolute;
  top: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: flex;
  line-height: 0;
  background-color: #d5d5d5;
}
.easy-d23c .input_iron_8d7c img {
  -o-object-fit: cover;
  object-fit: cover;
  width: 100%;
  height: auto;
}
.easy-d23c .input_iron_8d7c a {
  position: absolute;
  top: 0;
  top: 0;
  display: block;
}
.easy-d23c .status_7cff {
  font-size: 1.5em;
  font-weight: 500;
  word-con: break-word;
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
}
.easy-d23c .status_7cff a {
  text-align: inherit;
  display: block;
  flex-basis: 100%;
}
.easy-d23c .fresh-e5ae p:last-child {
  margin-bottom: 0;
}
.easy-d23c .accordion_hard_9a67 {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: block;
  z-index: 30;
}
.easy-d23c .tag_f200 {
  -webkit-box-flex: 1;
  flex: 1;
  word-con: break-word;
  max-width: 100%;
}
.easy-d23c .status_67d7 {
  margin-top: 1em;
}
.easy-d23c .video-c4e9 {
  top: 0;
  display: block;
}
.easy-d23c .video-c4e9 a {
  color: inherit;
}
.easy-d23c .video-c4e9 a:hover {
  color: inherit;
}
.easy-d23c .detail-plasma-faa8 {
  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;
}
.easy-d23c .detail-plasma-faa8:hover {
  background: #235787;
  color: #fff;
  border-color: #235787;
}
.easy-d23c .tag_f200 {
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-flow: column nowrap;
}
.easy-d23c .texture-active-4207 {
  position: relative;
  width: 100%;
  margin-bottom: 15px;
}
.easy-d23c .texture-active-4207:first-child {
  margin-top: 0;
}
.easy-d23c .texture-active-4207.tooltip-dirty-52a4 {
  -webkit-box-flex: 0;
  flex: none;
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.easy-d23c .texture-active-4207.silver-f27d {
  display: -webkit-box;
  display: flex;
  margin-top: auto;
  margin-bottom: 0;
  -webkit-box-pack: justify;
  justify-content: space-between;
}
.easy-d23c
  .texture-active-4207.silver-f27d.slow-9313
  .status_67d7 {
  width: 100%;
}
.easy-d23c .silver-f27d {
  -webkit-box-align: center;
  align-items: center;
}
.easy-d23c .silver-f27d .purple-3563,
.easy-d23c .silver-f27d > * {
  margin-bottom: 0;
  margin-top: 0;
  display: inline-block;
}
.easy-d23c .input_iron_8d7c {
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
.easy-d23c .input_iron_8d7c img {
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
.easy-d23c .input_iron_8d7c: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;
}
.easy-d23c .tooltip-dirty-52a4 {
  z-index: 5;
}
.easy-d23c .label_left_baf9 .gallery_over_37d9 {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  display: block;
}
.easy-d23c .white-9fab .gallery_over_37d9 {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  display: block;
}
.easy-d23c .sidebar-dim-4355 .gallery_over_37d9 {
  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;
}
.easy-d23c.south-eb56 .background_first_e6b1,
.easy-d23c.button_7a2e .background_first_e6b1 {
  display: block;
}
.easy-d23c.south-eb56 .background_first_e6b1 .item-red-dd00,
.easy-d23c.south-eb56 .background_first_e6b1 .tag_f200,
.easy-d23c.button_7a2e .background_first_e6b1 .item-red-dd00,
.easy-d23c.button_7a2e .background_first_e6b1 .tag_f200 {
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
}
.easy-d23c.stale_f7de .chip-lower-2969 {
  margin-right: 2em;
}
@media screen and (max-width: 568px) {
  .easy-d23c.stale_f7de .chip-lower-2969 {
    margin-right: 0;
  }
}
.easy-d23c.south-eb56 .chip-lower-2969,
.easy-d23c.button_7a2e .chip-lower-2969 {
  padding-top: 40%;
}
.easy-d23c.south-eb56 .secondary-easy-cfcc,
.easy-d23c.button_7a2e .secondary-easy-cfcc {
  display: block;
}
.easy-d23c.south-eb56 .fn-sticky-60b6 .tag_f200,
.easy-d23c.button_7a2e .fn-sticky-60b6 .tag_f200 {
  background-color: #fcf8e3;
  border: 1px solid #faf2cc;
  border-top: 0 none;
  color: #8a6d3b;
  padding: 1em;
}
.easy-d23c.south-eb56 .chip-lower-2969,
.easy-d23c.button_7a2e .chip-lower-2969 {
  margin-bottom: 1em;
  display: block;
  position: relative;
}
.easy-d23c.south-eb56 .tag_f200 {
  padding: 1em;
}
.layout-white-89b3 {
  margin: 30px auto;
  display: block;
}
.layout-white-89b3 .box-85dc > * {
  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;
}
.layout-white-89b3 .box-85dc > :hover {
  border-color: #235787;
  background: #235787;
  color: #fff;
}
.layout-white-89b3 .box-85dc span {
  border-color: #235787;
  background: #235787;
  color: #fff;
}
.slow_7863 .purple-3563 {
  margin-bottom: 1.41575em;
}
.slow_7863 .slider_out_07b3 {
  margin-bottom: 1.618em;
}
.silver_1c04 .popup-6eda {
  display: block;
  margin: 5px 0 20px;
  font-weight: 500;
}
.silver_1c04 .popup-6eda a {
  border: 1px solid #eaecee;
  padding: 5px 12px 5px;
  text-transform: uppercase;
  color: #686868;
  margin: 0 2px;
}
.silver_1c04 .hidden-over-319c {
  max-width: 100%;
  overflow: auto;
}
.action_579d .silver_1c04 a:hover {
  text-decoration: underline;
}
.pink_4809 .slow_b727:not(.status_7cff),
.pink_4809 .input_iron_8d7c {
  margin-bottom: 1.41575em;
}
.pink_4809 .slow_b727:not(.status_7cff):last-child,
.pink_4809 .input_iron_8d7c:last-child {
  margin-bottom: 0;
}
.pink_4809 .slow_b727.text_fluid_8f38 {
  margin-bottom: 0.41575em;
}
.pink_4809 .feature_center_e1c5:before,
.pink_4809 .over_1237:before {
  font: normal normal normal 16px/1 FontAwesome;
  text-decoration: inherit;
  text-transform: none;
  position: relative;
  margin-right: 5px;
  color: #6d6d6d;
}
.pink_4809 .feature_center_e1c5:before {
  content: "\f115";
}
.pink_4809 .over_1237:before {
  content: "\f02c";
}
.pink_4809 .summary-d52c {
  display: block;
  width: 100%;
  margin-top: 0.5407911001em;
}
.pink_4809 .summary-d52c a {
  text-transform: uppercase;
  font-weight: 500;
  font-size: 80%;
  letter-spacing: 0.5px;
}
.hovered-95b7 {
  display: -webkit-box;
  display: flex;
}
.hovered-95b7 .right_09d3 {
  flex-basis: 90px;
}
@media screen and (max-width: 568px) {
  .hovered-95b7 .right_09d3 {
    flex-basis: 90px;
  }
}
.hovered-95b7 .frame_narrow_b40c {
  flex-basis: calc(100% - 90px);
  margin-left: 1.5em;
}
@media screen and (max-width: 568px) {
  .hovered-95b7 .frame_narrow_b40c {
    flex-basis: calc(100% - 50px);
  }
}
.hovered-95b7 .hidden-aa65 p:last-child {
  margin-bottom: 0.72em;
}
.wood-e4d3 .box-85dc {
  padding: 16px 0 15px;
  border-top: 1px solid #eaecee;
  border-bottom: 1px solid #eaecee;
}
.wood-e4d3 .box-85dc:after,
.wood-e4d3 .box-85dc:before {
  content: "";
  display: table;
}
.wood-e4d3 .box-85dc:after {
  clear: both;
}
.wood-e4d3 .box-85dc .clean_6ee3,
.wood-e4d3 .box-85dc .white-71f3 {
  width: 49%;
}
.wood-e4d3 .box-85dc .clean_6ee3 a span.row-bottom-d220,
.wood-e4d3 .box-85dc .white-71f3 a span.row-bottom-d220 {
  display: block;
  margin-bottom: 5px;
}
.wood-e4d3 .box-85dc .white-71f3 {
  float: left;
  text-align: left;
}
.wood-e4d3 .box-85dc .clean_6ee3 {
  float: right;
  text-align: right;
}
.gallery_9e24 {
  margin-bottom: 0.41575em;
}
@media screen and (max-width: 568px) {
  .gallery_9e24 {
    margin-bottom: 0;
  }
}
.left_ada9 {
  margin-bottom: 1em;
}
.left_ada9 .status_7cff {
  font-size: 1.1em;
  line-height: 1.3;
}
.steel_9d69 a {
  display: block;
  line-height: 0;
  position: relative;
}
.hero_1799 .left_ada9,
.glass_8caf .left_ada9 {
  display: -webkit-box;
  display: flex;
}
@media screen and (max-width: 568px) {
  .hero_1799 .left_ada9,
  .glass_8caf .left_ada9 {
    display: block;
  }
}
.hero_1799 .steel_9d69,
.glass_8caf .steel_9d69 {
  flex-basis: 160px;
  position: relative;
}
@media screen and (max-width: 568px) {
  .hero_1799 .steel_9d69,
  .glass_8caf .steel_9d69 {
    margin-bottom: 1em;
  }
}
.hero_1799 .steel_9d69 img,
.glass_8caf .steel_9d69 img {
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  display: block;
}
.hero_1799 .article_383e,
.glass_8caf .article_383e {
  flex-basis: calc(100% - 160px);
}
.hero_1799 .article_383e p,
.glass_8caf .article_383e p {
  margin-bottom: 0;
}
.hero_1799 .article_383e {
  padding-left: 1em;
}
@media screen and (max-width: 568px) {
  .hero_1799 .article_383e {
    padding-left: 0;
  }
}
.glass_8caf .article_383e {
  -webkit-box-ordinal-group: 2;
  order: 1;
  padding-right: 1em;
}
@media screen and (max-width: 568px) {
  .glass_8caf .article_383e {
    padding-right: 0;
  }
}
.glass_8caf .steel_9d69 {
  -webkit-box-ordinal-group: 3;
  order: 2;
}
.primary_63e1 .steel_9d69 {
  margin-bottom: 0.5em;
}
.primary_63e1 .steel_9d69 img {
  width: 100%;
}
.selected_3d40 .sort-15c0,
.component_solid_467f .sort-15c0 {
  margin-bottom: 35px;
  padding-bottom: 20px;
  border-bottom: 1px solid #eaecee;
}
.component_solid_467f .carousel_7c2f .stone-9a61 p:last-child {
  margin-bottom: 0;
}
.red-da97 {
  font-size: 16px;
  text-transform: uppercase;
  font-weight: 500;
  color: currentColor;
  margin-bottom: 20px;
}
.carousel-short-7ac9 .row-dark-4636 {
  margin-bottom: 2em;
}
@media screen and (min-width: 1025px) {
  .carousel-short-7ac9 .row-dark-4636:last-of-type {
    margin-bottom: 0;
  }
}
.carousel-short-7ac9 .row-dark-4636 ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.carousel-short-7ac9 .row-dark-4636 ul:after {
  clear: both;
  content: ".";
  display: block;
  height: 0;
  visibility: hidden;
}
.carousel-short-7ac9 .row-dark-4636 ul li {
  margin: 0 0 0.6em;
}
.carousel-short-7ac9 .row-dark-4636 ul li.slow_9e74,
.carousel-short-7ac9 .row-dark-4636 ul li.button-35f0 {
  position: relative;
}
.carousel-short-7ac9 .row-dark-4636 ul li.slow_9e74 .accent-south-f67b,
.carousel-short-7ac9 .row-dark-4636 ul li.button-35f0 .accent-south-f67b {
  right: 0;
  background: #eaecee;
  color: #999;
  padding: 0 0.5em;
  border-radius: 0.9em;
  font-size: 12px;
  position: absolute;
  top: 4px;
}
.carousel-short-7ac9 .row-dark-4636 ul li.slow_9e74:after:after,
.carousel-short-7ac9 .row-dark-4636 ul li.slow_9e74:after:before,
.carousel-short-7ac9
  .row-dark-4636
  ul
  li.button-35f0:after:after,
.carousel-short-7ac9
  .row-dark-4636
  ul
  li.button-35f0:after:before {
  content: "";
  display: table;
}
.carousel-short-7ac9 .row-dark-4636 ul li.slow_9e74:after:after,
.carousel-short-7ac9
  .row-dark-4636
  ul
  li.button-35f0:after:after {
  clear: both;
}
.carousel-short-7ac9 .row-dark-4636 a.clean-57b1:hover {
  text-decoration: none;
}
.carousel-short-7ac9 .row-dark-4636 select {
  max-width: 100%;
}
.carousel-short-7ac9 .row-dark-4636 table {
  font-size: 85%;
}
.carousel-short-7ac9 .row-dark-4636 table td,
.carousel-short-7ac9 .row-dark-4636 table th {
  padding: 0.2360828548em;
  text-align: center;
}
.carousel-short-7ac9 .row-dark-4636 table tfoot td {
  text-align: left;
}
.carousel-short-7ac9 .row-dark-4636 :last-child {
  margin-bottom: 0;
}
.carousel-short-7ac9 .row-dark-4636 .lower-0610 {
  display: -webkit-box;
  display: flex;
  width: 100%;
  max-width: 100%;
}
.carousel-short-7ac9 .row-dark-4636 .lower-0610 label {
  width: 100%;
}
.carousel-short-7ac9 .row-dark-4636 .lower-0610 .detail-full-3756 {
  width: 100%;
  display: block;
}
.carousel-short-7ac9 .row-dark-4636 .lower-0610 .thumbnail-bright-a539 {
  padding: 9px 14px;
  margin-left: -46px;
  overflow: hidden;
  box-shadow: none;
  background: 0 0;
  color: #aaa;
  line-height: 0;
}
.carousel-short-7ac9 .row-dark-4636 .lower-0610 .thumbnail-bright-a539:hover svg #svg-search {
  fill: #444;
}
.carousel-short-7ac9 .row-dark-4636 .lower-0610 .thumbnail-bright-a539 svg {
  width: 18px;
  height: 18px;
}
.carousel-short-7ac9 .white_cf2d ul ul,
.carousel-short-7ac9 .white-cba4 ul ul,
.carousel-short-7ac9 .tertiary-clean-e332 ul ul,
.carousel-short-7ac9 .form_73b3 ul ul {
  margin-top: 0.3819820591em;
  margin-left: 0;
  margin-bottom: -0.3819820591em;
}
.carousel-short-7ac9 .white_cf2d .disabled_warm_f993 > a,
.carousel-short-7ac9 .white-cba4 .disabled_warm_f993 > a,
.carousel-short-7ac9 .tertiary-clean-e332 .disabled_warm_f993 > a,
.carousel-short-7ac9 .form_73b3 .disabled_warm_f993 > a {
  margin-bottom: 0;
}
.carousel-short-7ac9 .element_6896 li,
.carousel-short-7ac9 .white_cf2d li,
.carousel-short-7ac9 .left_378b li,
.carousel-short-7ac9 .white-cba4 li,
.carousel-short-7ac9 .tertiary-clean-e332 li,
.carousel-short-7ac9 .form_73b3 li,
.carousel-short-7ac9 .banner_pressed_42cc li,
.carousel-short-7ac9 .detail_yellow_ebf1 li {
  display: block;
  position: relative;
}
.carousel-short-7ac9 .element_6896 li:last-child,
.carousel-short-7ac9 .white_cf2d li:last-child,
.carousel-short-7ac9 .left_378b li:last-child,
.carousel-short-7ac9 .white-cba4 li:last-child,
.carousel-short-7ac9 .tertiary-clean-e332 li:last-child,
.carousel-short-7ac9 .form_73b3 li:last-child,
.carousel-short-7ac9 .banner_pressed_42cc li:last-child,
.carousel-short-7ac9 .detail_yellow_ebf1 li:last-child {
  border: none;
}
.carousel-short-7ac9 .element_6896 li a,
.carousel-short-7ac9 .white_cf2d li a,
.carousel-short-7ac9 .left_378b li a,
.carousel-short-7ac9 .white-cba4 li a,
.carousel-short-7ac9 .tertiary-clean-e332 li a,
.carousel-short-7ac9 .form_73b3 li a,
.carousel-short-7ac9 .banner_pressed_42cc li a,
.carousel-short-7ac9 .detail_yellow_ebf1 li a {
  display: block;
  width: 100%;
  padding-bottom: 0.6em;
  margin-bottom: 0.6em;
  border-bottom: 1px solid #eaecee;
  position: relative;
}
.carousel-short-7ac9 .element_6896 li ul li::before,
.carousel-short-7ac9 .white_cf2d li ul li::before,
.carousel-short-7ac9 .left_378b li ul li::before,
.carousel-short-7ac9 .white-cba4 li ul li::before,
.carousel-short-7ac9 .tertiary-clean-e332 li ul li::before,
.carousel-short-7ac9 .form_73b3 li ul li::before,
.carousel-short-7ac9 .banner_pressed_42cc li ul li::before,
.carousel-short-7ac9 .detail_yellow_ebf1 li ul li::before {
  left: 15px;
}
.carousel-short-7ac9 .element_6896 li ul a,
.carousel-short-7ac9 .white_cf2d li ul a,
.carousel-short-7ac9 .left_378b li ul a,
.carousel-short-7ac9 .white-cba4 li ul a,
.carousel-short-7ac9 .tertiary-clean-e332 li ul a,
.carousel-short-7ac9 .form_73b3 li ul a,
.carousel-short-7ac9 .banner_pressed_42cc li ul a,
.carousel-short-7ac9 .detail_yellow_ebf1 li ul a {
  padding-left: 20px;
}
.carousel-short-7ac9 .element_6896 li ul ul li::before,
.carousel-short-7ac9 .white_cf2d li ul ul li::before,
.carousel-short-7ac9 .left_378b li ul ul li::before,
.carousel-short-7ac9 .white-cba4 li ul ul li::before,
.carousel-short-7ac9 .tertiary-clean-e332 li ul ul li::before,
.carousel-short-7ac9 .form_73b3 li ul ul li::before,
.carousel-short-7ac9 .banner_pressed_42cc li ul ul li::before,
.carousel-short-7ac9 .detail_yellow_ebf1 li ul ul li::before {
  left: 30px;
}
.carousel-short-7ac9 .element_6896 li ul ul a,
.carousel-short-7ac9 .white_cf2d li ul ul a,
.carousel-short-7ac9 .left_378b li ul ul a,
.carousel-short-7ac9 .white-cba4 li ul ul a,
.carousel-short-7ac9 .tertiary-clean-e332 li ul ul a,
.carousel-short-7ac9 .form_73b3 li ul ul a,
.carousel-short-7ac9 .banner_pressed_42cc li ul ul a,
.carousel-short-7ac9 .detail_yellow_ebf1 li ul ul a {
  padding-left: 40px;
}
.carousel-short-7ac9 .backdrop-c726 li {
  padding-bottom: 0.6em;
  border-bottom: 1px solid #eaecee;
  position: relative;
}
.carousel-short-7ac9 .detail_yellow_ebf1 ul li {
  margin-bottom: 1.41575em;
}
.carousel-short-7ac9 .detail_yellow_ebf1 ul li .title_6e2e {
  font-weight: 400;
  font-size: 1.2em;
  line-height: 1.28;
}
.carousel-short-7ac9 .detail_yellow_ebf1 ul li .outer_c1e2 {
  display: block;
  margin: 0.5407911001em 0;
  font-size: 85%;
}
.overlay-4f31 .element_6896 li a,
.overlay-4f31 .white_cf2d li a,
.overlay-4f31 .left_378b li a,
.overlay-4f31 .white-cba4 li a,
.overlay-4f31 .tertiary-clean-e332 li a,
.overlay-4f31 .form_73b3 li a,
.overlay-4f31 .banner_pressed_42cc li a,
.overlay-4f31 .detail_yellow_ebf1 li a {
  border-color: rgba(255, 255, 255, 0.08);
}
.overlay-4f31 .backdrop-c726 li {
  border-color: rgba(255, 255, 255, 0.08);
}
.overlay-4f31 .row-dark-4636 ul li.slow_9e74 .accent-south-f67b,
.overlay-4f31 .row-dark-4636 ul li.button-35f0 .accent-south-f67b {
  background: rgba(0, 0, 0, 0.2);
}
.overlay-4f31 .carousel-short-7ac9 .row-dark-4636 select {
  border-color: rgba(255, 255, 255, 0.08);
}
.caption_dynamic_bc0f .carousel-short-7ac9 .secondary-54aa li {
  margin: 0;
}
.caption_dynamic_bc0f .carousel-short-7ac9 .secondary-54aa li a {
  display: block;
  padding: 0.6em 0 0.6em;
}
.caption_dynamic_bc0f .carousel-short-7ac9 .secondary-54aa li ul {
  margin: 0;
}
.caption_dynamic_bc0f .carousel-short-7ac9 .secondary-54aa li ul li a {
  padding-left: 15px;
}
.caption_dynamic_bc0f .carousel-short-7ac9 .secondary-54aa li ul li li a {
  padding-left: 30px;
}
.caption_dynamic_bc0f .carousel-short-7ac9 .secondary-54aa li.cold-c5a4 > a {
  position: relative;
  border: 1px solid #eaecee;
  border-left: none;
  border-right: none;
  font-size: 110%;
}
.caption_dynamic_bc0f .carousel-short-7ac9 .secondary-54aa li.cold-c5a4 > 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;
}
.caption_dynamic_bc0f .carousel-short-7ac9 .secondary-54aa li.cold-c5a4 > 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;
}
.border-hot-4f50 a {
  border: 1px solid currentColor;
  border-radius: 2px;
  display: inline-block;
  font-size: 0.875em !important;
  margin-bottom: 5px;
  padding: 1px 10px 1px;
}
.glass-d0b2 {
  position: relative;
  z-index: 10;
}
.glass-d0b2 .red-7acd {
  width: 100%;
  max-width: 100%;
}
.iron-b136 .action-ae96 {
  padding-top: 2em;
  padding-bottom: 2em;
}
.iron-b136 .texture_down_fe07 {
}
.iron-b136 .overlay-4f31 {
  background: #292929;
}
.footer-1aec .action-ae96 {
  padding-top: 2.5em;
  padding-bottom: 2.5em;
}
.footer-1aec .texture_down_fe07 {
  background: #f9f9f9;
}
.footer-1aec .overlay-4f31 {
  background: #303030;
}
.block_gas_c051 .action-ae96 {
  padding-top: 1.5em;
  padding-bottom: 1.5em;
}
@media screen and (max-width: 568px) {
  .block_gas_c051 .thick_4f9c {
    margin-bottom: 1em;
  }
  .block_gas_c051 .thick_4f9c:last-child {
    margin-bottom: 0;
  }
}
.block_gas_c051 .texture_down_fe07 {
  background: #ededed;
}
.block_gas_c051 .overlay-4f31 {
  background: #1a1a1a;
}
.action-ae96.texture_down_fe07 {
  color: rgba(0, 0, 0, 0.6);
}
.action-ae96.texture_down_fe07 .header-bcf8 li {
  border-color: rgba(0, 0, 0, 0.08);
}
.action-ae96.overlay-4f31 {
  color: rgba(255, 255, 255, 0.99);
}
.action-ae96.overlay-4f31 a:not(.clean-57b1) {
  color: rgba(255, 255, 255, 0.79);
}
.action-ae96.overlay-4f31 a:not(.clean-57b1):hover {
  color: rgba(255, 255, 255, 0.99);
}
.action-ae96.overlay-4f31 .header-bcf8 li {
  border-color: rgba(255, 255, 255, 0.08);
}
.action-ae96.overlay-4f31 table tbody td,
.action-ae96.overlay-4f31 table th {
  background: rgba(0, 0, 0, 0.08);
}
.hidden-e045.active_b138 .image_small_a4cc {
  max-width: initial;
}
.hidden-e045 .outer_6326 {
  -webkit-box-pack: start;
  justify-content: flex-start;
}
.hidden-e045 .outer_6326 .red-7acd {
  width: auto;
}
@media screen and (max-width: 1024px) {
  .hidden-e045 .outer_6326 .red-7acd {
    display: block;
    margin-bottom: 2em;
  }
  .hidden-e045 .outer_6326 .red-7acd:last-child {
    margin-bottom: 0;
  }
}
.block_gas_c051 .thick_4f9c:last-child,
.footer-1aec .thick_4f9c:last-child,
.iron-b136 .thick_4f9c:last-child {
  margin-bottom: 0;
}
.block_gas_c051 .thick_4f9c .carousel-short-7ac9 .row-dark-4636:last-child,
.footer-1aec .thick_4f9c .carousel-short-7ac9 .row-dark-4636:last-child,
.iron-b136 .thick_4f9c .carousel-short-7ac9 .row-dark-4636:last-child {
  margin-bottom: 0;
}
@media screen and (max-width: 568px) {
  .block_gas_c051 .sidebar-wood-cabb,
  .block_gas_c051 .motion_0b83,
  .footer-1aec .sidebar-wood-cabb,
  .footer-1aec .motion_0b83,
  .iron-b136 .sidebar-wood-cabb,
  .iron-b136 .motion_0b83 {
    text-align: center;
  }
}
@media screen and (max-width: 48em) {
  .glass-d0b2 .thick_4f9c {
    margin-bottom: 2em;
  }
}
.glass-d0b2 p:last-child {
  margin-bottom: 0;
}
.glass-d0b2 li,
.glass-d0b2 ul {
  list-style: none;
  margin: 0;
}
.glass-d0b2 ul ul {
  margin-left: 2.617924em;
}
.mini-fbab {
  font-size: 0.875em;
}

/* css-noise: d61d */
.ghost-box-h7 {
  padding: 0.5rem;
  font-size: 10px;
  line-height: 1.3;
}
