/*!
Theme Name: Customify
Theme URI: https://pressmaximum.mask-up-0689/customify
Author: WPCustomify
Author URI: https://pressmaximum.mask-up-0689
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.mask-up-0689/customify
Version: 0.3.7
License: GNU General Public License v2 or later
License URI: http://www.red_5e24.medium-347b/licenses/gpl-2.0.down_0743
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.soft-2421/, (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.row-599f.picture_10ec/normalize.module_wide_6e0d/
 ======
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.module_wide_6e0d v7.0.0 | MIT License | github.mask-up-0689/necolas/normalize.module_wide_6e0d */
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-f21b .widget-dynamic-c76d,
.lite-53af,
.aside-664c,
.section_green_40a2,
.info_outer_97b8,
.focus-4c74,
.up-e519,
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;
}
.lite-53af,
h1 {
  font-size: 2.42em;
  line-height: 1.216;
}
@media screen and (max-width: 1024px) {
  .lite-53af,
  h1 {
    font-size: 2.1em;
  }
}
@media screen and (max-width: 568px) {
  .lite-53af,
  h1 {
    font-size: 1.8em;
  }
}
.aside-664c,
h2 {
  font-size: 2.1em;
  line-height: 1.216;
}
.aside-664c + h3,
h2 + h3 {
  border-top: 1px solid #eaecee;
  padding-top: 0.5407911001em;
}
@media screen and (max-width: 1024px) {
  .aside-664c,
  h2 {
    font-size: 1.9em;
  }
}
@media screen and (max-width: 568px) {
  .aside-664c,
  h2 {
    font-size: 1.7em;
  }
}
.section_green_40a2,
h3 {
  font-size: 1.618em;
}
.clean-f21b .widget-dynamic-c76d,
.info_outer_97b8,
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.fast_cfed {
  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;
}
.yellow-d65f:after,
.yellow-d65f:before,
.highlight_a77f:after,
.highlight_a77f:before {
  content: "";
  display: table;
}
.yellow-d65f:after,
.highlight_a77f:after {
  clear: both;
}
.outline-c398 {
  float: right;
  margin-right: 0;
}
.thick-7d08 {
  float: left;
  margin-left: 0;
}
form {
  margin-bottom: 2em;
}
.under_aceb .content_copper_d9c5,
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;
}
.under_aceb .content_copper_d9c5: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;
}
.label-stone-e51b .content_copper_d9c5 {
  box-shadow: none;
}
.label-stone-e51b
  .content_copper_d9c5
  .alert_68bc {
  line-height: 2.4em;
  min-height: 2.6em;
  padding-left: 0;
}
.label-stone-e51b .content_copper_d9c5 .focused-cabb {
  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;
}
.label-stone-e51b
  .content_copper_d9c5
  .focused-cabb
  b {
  display: none;
}
.label-stone-e51b .wrapper_835a {
  border: 1px solid #e5e5e5;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.12) inset;
}
.yellow_9719:not(.text_bronze_a854):not(.pattern-huge-e6a4),
button:not(.text_bronze_a854):not(.pattern-huge-e6a4),
input[type="button"]:not(.text_bronze_a854):not(
    .pattern-huge-e6a4
  ),
input[type="reset"]:not(.text_bronze_a854):not(
    .pattern-huge-e6a4
  ),
input[type="submit"]:not(.text_bronze_a854):not(
    .pattern-huge-e6a4
  ) {
  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;
}
.yellow_9719:not(.text_bronze_a854):not(
    .pattern-huge-e6a4
  ):hover,
button:not(.text_bronze_a854):not(
    .pattern-huge-e6a4
  ):hover,
input[type="button"]:not(.text_bronze_a854):not(
    .pattern-huge-e6a4
  ):hover,
input[type="reset"]:not(.text_bronze_a854):not(
    .pattern-huge-e6a4
  ):hover,
input[type="submit"]:not(.text_bronze_a854):not(
    .pattern-huge-e6a4
  ):hover {
  box-shadow: inset 0 0 0 120px rgba(0, 0, 0, 0.18);
  color: #fff;
  outline: 0;
}
.yellow_9719:not(.text_bronze_a854):not(
    .pattern-huge-e6a4
  ):active,
.yellow_9719:not(.text_bronze_a854):not(
    .pattern-huge-e6a4
  ):focus,
button:not(.text_bronze_a854):not(
    .pattern-huge-e6a4
  ):active,
button:not(.text_bronze_a854):not(
    .pattern-huge-e6a4
  ):focus,
input[type="button"]:not(.text_bronze_a854):not(
    .pattern-huge-e6a4
  ):active,
input[type="button"]:not(.text_bronze_a854):not(
    .pattern-huge-e6a4
  ):focus,
input[type="reset"]:not(.text_bronze_a854):not(
    .pattern-huge-e6a4
  ):active,
input[type="reset"]:not(.text_bronze_a854):not(
    .pattern-huge-e6a4
  ):focus,
input[type="submit"]:not(.text_bronze_a854):not(
    .pattern-huge-e6a4
  ):active,
input[type="submit"]:not(.text_bronze_a854):not(
    .pattern-huge-e6a4
  ):focus {
  outline: 0;
}
.yellow_9719:not(.text_bronze_a854):not(
    .pattern-huge-e6a4
  ).fn-loading-a4b1,
button:not(.text_bronze_a854):not(
    .pattern-huge-e6a4
  ).fn-loading-a4b1,
input[type="button"]:not(.text_bronze_a854):not(
    .pattern-huge-e6a4
  ).fn-loading-a4b1,
input[type="reset"]:not(.text_bronze_a854):not(
    .pattern-huge-e6a4
  ).fn-loading-a4b1,
input[type="submit"]:not(.text_bronze_a854):not(
    .pattern-huge-e6a4
  ).fn-loading-a4b1 {
  position: relative;
}
.yellow_9719:not(.text_bronze_a854):not(
    .pattern-huge-e6a4
  ).fn-loading-a4b1
  .shadow_8546,
.yellow_9719:not(.text_bronze_a854):not(
    .pattern-huge-e6a4
  ).fn-loading-a4b1
  .backdrop-9abd,
.yellow_9719:not(.text_bronze_a854):not(
    .pattern-huge-e6a4
  ).fn-loading-a4b1
  .banner-thick-ca1e,
.yellow_9719:not(.text_bronze_a854):not(
    .pattern-huge-e6a4
  ).fn-loading-a4b1
  i,
.yellow_9719:not(.text_bronze_a854):not(
    .pattern-huge-e6a4
  ).fn-loading-a4b1
  svg,
button:not(.text_bronze_a854):not(
    .pattern-huge-e6a4
  ).fn-loading-a4b1
  .shadow_8546,
button:not(.text_bronze_a854):not(
    .pattern-huge-e6a4
  ).fn-loading-a4b1
  .backdrop-9abd,
button:not(.text_bronze_a854):not(
    .pattern-huge-e6a4
  ).fn-loading-a4b1
  .banner-thick-ca1e,
button:not(.text_bronze_a854):not(
    .pattern-huge-e6a4
  ).fn-loading-a4b1
  i,
button:not(.text_bronze_a854):not(
    .pattern-huge-e6a4
  ).fn-loading-a4b1
  svg,
input[type="button"]:not(.text_bronze_a854):not(
    .pattern-huge-e6a4
  ).fn-loading-a4b1
  .shadow_8546,
input[type="button"]:not(.text_bronze_a854):not(
    .pattern-huge-e6a4
  ).fn-loading-a4b1
  .backdrop-9abd,
input[type="button"]:not(.text_bronze_a854):not(
    .pattern-huge-e6a4
  ).fn-loading-a4b1
  .banner-thick-ca1e,
input[type="button"]:not(.text_bronze_a854):not(
    .pattern-huge-e6a4
  ).fn-loading-a4b1
  i,
input[type="button"]:not(.text_bronze_a854):not(
    .pattern-huge-e6a4
  ).fn-loading-a4b1
  svg,
input[type="reset"]:not(.text_bronze_a854):not(
    .pattern-huge-e6a4
  ).fn-loading-a4b1
  .shadow_8546,
input[type="reset"]:not(.text_bronze_a854):not(
    .pattern-huge-e6a4
  ).fn-loading-a4b1
  .backdrop-9abd,
input[type="reset"]:not(.text_bronze_a854):not(
    .pattern-huge-e6a4
  ).fn-loading-a4b1
  .banner-thick-ca1e,
input[type="reset"]:not(.text_bronze_a854):not(
    .pattern-huge-e6a4
  ).fn-loading-a4b1
  i,
input[type="reset"]:not(.text_bronze_a854):not(
    .pattern-huge-e6a4
  ).fn-loading-a4b1
  svg,
input[type="submit"]:not(.text_bronze_a854):not(
    .pattern-huge-e6a4
  ).fn-loading-a4b1
  .shadow_8546,
input[type="submit"]:not(.text_bronze_a854):not(
    .pattern-huge-e6a4
  ).fn-loading-a4b1
  .backdrop-9abd,
input[type="submit"]:not(.text_bronze_a854):not(
    .pattern-huge-e6a4
  ).fn-loading-a4b1
  .banner-thick-ca1e,
input[type="submit"]:not(.text_bronze_a854):not(
    .pattern-huge-e6a4
  ).fn-loading-a4b1
  i,
input[type="submit"]:not(.text_bronze_a854):not(
    .pattern-huge-e6a4
  ).fn-loading-a4b1
  svg {
  visibility: hidden;
}
.yellow_9719:not(.text_bronze_a854):not(
    .pattern-huge-e6a4
  ).fn-loading-a4b1:after,
button:not(.text_bronze_a854):not(
    .pattern-huge-e6a4
  ).fn-loading-a4b1:after,
input[type="button"]:not(.text_bronze_a854):not(
    .pattern-huge-e6a4
  ).fn-loading-a4b1:after,
input[type="reset"]:not(.text_bronze_a854):not(
    .pattern-huge-e6a4
  ).fn-loading-a4b1:after,
input[type="submit"]:not(.text_bronze_a854):not(
    .pattern-huge-e6a4
  ).fn-loading-a4b1: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;
}
.yellow_9719:not(.text_bronze_a854):not(.pattern-huge-e6a4),
input[type="button"]:not(.text_bronze_a854):not(
    .pattern-huge-e6a4
  ),
input[type="reset"]:not(.text_bronze_a854):not(
    .pattern-huge-e6a4
  ),
input[type="submit"]:not(.text_bronze_a854):not(
    .pattern-huge-e6a4
  ) {
  color: #fff;
  background: #235787;
}
.yellow_9719:not(.text_bronze_a854):not(
    .pattern-huge-e6a4
  ):focus,
input[type="button"]:not(.text_bronze_a854):not(
    .pattern-huge-e6a4
  ):focus,
input[type="reset"]:not(.text_bronze_a854):not(
    .pattern-huge-e6a4
  ):focus,
input[type="submit"]:not(.text_bronze_a854):not(
    .pattern-huge-e6a4
  ):focus {
  color: #fff;
}
.yellow_9719.fn-disabled-a4b1:not(.text_bronze_a854):not(
    .pattern-huge-e6a4
  ),
.yellow_9719[disabled]:not(.text_bronze_a854):not(
    .pattern-huge-e6a4
  ),
button.fn-disabled-a4b1:not(.text_bronze_a854):not(
    .pattern-huge-e6a4
  ),
button[disabled]:not(.text_bronze_a854):not(
    .pattern-huge-e6a4
  ) {
  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;
}
.photo_fa23 {
  clip: rect(1px, 1px, 1px, 1px);
  position: absolute !important;
  height: 1px;
  width: 1px;
  overflow: hidden;
  word-con: normal !important;
}
.photo_fa23: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;
}
.large-494f {
  display: inline;
  float: left;
  margin-right: 1.41575em;
}
.gallery-next-e0f7 {
  display: inline;
  float: right;
  margin-left: 1.41575em;
}
.red_286b {
  clear: both;
  display: block;
  margin: 0 auto;
}
.yellow-d65f:after,
.yellow-d65f:before,
.modal-small-f7ba:after,
.modal-small-f7ba:before,
.tabs-middle-8804:after,
.tabs-middle-8804:before,
.link_dirty_0d2d:after,
.link_dirty_0d2d:before,
.popup_3471:after,
.popup_3471:before,
.north-46d9:after,
.north-46d9:before {
  content: "";
  display: table;
  table-layout: fixed;
}
.yellow-d65f:after,
.modal-small-f7ba:after,
.tabs-middle-8804:after,
.link_dirty_0d2d:after,
.popup_3471:after,
.north-46d9:after {
  clear: both;
}
.modal-small-f7ba .mask-5391,
.tabs-middle-8804 .mask-5391,
.narrow_b2f5 .mask-5391 {
  border: none;
  margin-bottom: 0;
  margin-top: 0;
  padding: 0;
}
embed,
iframe,
object {
  max-width: 100%;
}
.aside_e822 {
  display: inline-block;
}
.new-c72a {
  margin-bottom: 1.41575em;
  max-width: 100%;
}
.new-c72a img[class*="wp-image-"] {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.new-c72a .picture-inner-8d7b {
  padding: 1em 0;
  font-size: 85%;
}
.picture-inner-8d7b {
  text-align: left;
  font-style: italic;
  color: #999;
}
.wood_237c {
  margin-bottom: 1.5em;
  margin-bottom: 1.41575em;
}
.wood_237c:after,
.wood_237c:before {
  content: "";
  display: table;
}
.wood_237c:after {
  clear: both;
}
.selected_b5c1 {
  display: inline-block;
  text-align: center;
  vertical-align: top;
  width: 100%;
}
.fast-83e7 .selected_b5c1 {
  max-width: 50%;
}
.label-under-c40c .selected_b5c1 {
  max-width: 33.33%;
}
.pro-e221 .selected_b5c1 {
  max-width: 25%;
}
.card-middle-5605 .selected_b5c1 {
  max-width: 20%;
}
.gallery-235e .selected_b5c1 {
  max-width: 16.66%;
}
.narrow_3e2e .selected_b5c1 {
  max-width: 14.28%;
}
.black-8fbd .selected_b5c1 {
  max-width: 12.5%;
}
.main_92f0 .selected_b5c1 {
  max-width: 11.11%;
}
.sort-bottom-0c13 {
  display: block;
}
.clean-f21b .full_7292 label,
.clean-f21b .lower_a320 label,
.clean-f21b .paper_2fc9 label,
.clean-f21b .notice_under_8a7b label {
  text-transform: uppercase;
  letter-spacing: 0.5px;
  font-size: 0.85em;
}
.summary-dark-4828 {
  list-style: none;
  margin: 0;
}
.summary-dark-4828 article.summary_plasma_72cb {
  margin-bottom: 0;
}
.summary-dark-4828 ul {
  list-style: none;
  margin: 0;
}
.summary-dark-4828 .title-94e2 li.summary_plasma_72cb {
  padding-left: 30px;
}
@media screen and (min-width: 64em) {
  .summary-dark-4828 .title-94e2 li.summary_plasma_72cb {
    padding-left: 85px;
    border-left: 1px solid #eaecee;
    position: relative;
    width: 100%;
  }
  .summary-dark-4828 .title-94e2 li.summary_plasma_72cb:after {
    content: "";
    display: block;
    position: absolute;
    float: left;
    top: 1.618em;
    left: 0;
    width: 1.618em;
    height: 1px;
    background-color: #eaecee;
  }
}
@media screen and (max-width: 48em) {
  .summary-dark-4828 .title-94e2 li.summary_plasma_72cb li.summary_plasma_72cb li.summary_plasma_72cb li.summary_plasma_72cb {
    padding-left: 0;
  }
}
article.summary_plasma_72cb {
  padding: 1.618em 0;
  margin-bottom: 1.618em;
}
article.summary_plasma_72cb .modal-small-f7ba p:last-of-type {
  margin-bottom: 0;
}
article.summary_plasma_72cb .frame-8bbe {
  float: left;
}
article.summary_plasma_72cb .glass_59eb {
  margin-left: 85px;
}
article.summary_plasma_72cb .full-b507 {
  display: block;
  margin: 12px 0 12px;
  padding-bottom: 4px;
  border-bottom: 1px solid #eaecee;
}
article.summary_plasma_72cb .full-b507 .menu-f5f8 {
  margin-left: 10px;
}
article.summary_plasma_72cb .lower_a693 {
  font-weight: 500;
  text-transform: uppercase;
  line-height: 1;
  font-style: normal;
}
article.summary_plasma_72cb .warm-451b {
  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 .full_7292,
  #respond .paper_2fc9,
  #respond .notice_under_8a7b {
    width: 29.4117647059%;
    margin-right: 5.8823529412%;
    float: left;
  }
}
#respond .full_7292 input,
#respond .paper_2fc9 input,
#respond .notice_under_8a7b input {
  width: 100%;
}
#respond .notice_under_8a7b {
  margin-right: 0;
}
#respond .active_a078 #wp-comment-cookies-consent {
  position: relative;
  top: -1px;
  margin-right: 5px;
}
.gradient-fast-c294 {
  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;
}
.gradient-fast-c294.notification-inner-0430 {
  width: 36px;
  height: 36px;
  min-height: 36px;
  font-size: 1.1em;
}
.gradient-fast-c294 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%);
}
.gradient-fast-c294:focus,
.gradient-fast-c294: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);
}
.tabs_daff {
  border-radius: 10%;
}
.table_motion_5a8e {
  border-radius: 50%;
}
.avatar_0ce7 {
  font-size: 0.72em;
}
.soft-428f {
  font-size: 0.875em;
}
.top-47b9 {
  font-size: 1.1em;
}
.grid-current-50f1 {
  text-transform: uppercase;
  line-height: 1.2;
}
.grid-current-50f1.avatar_0ce7 {
  letter-spacing: 0.5px;
}
.background-cefa,
.background-cefa a {
  color: #6d6d6d;
}
.background-cefa a:hover {
  color: #111;
}
.info_f9ab {
  color: #6d6d6d;
}
.out_2528 {
  overflow-x: hidden;
}
.out_2528 .shadow-action-b21f.liquid-2387 {
  position: relative;
}
.out_2528 .shadow-action-b21f.liquid-2387.video-top-9aeb {
  position: initial;
}
.out_2528
  .shadow-action-b21f.liquid-2387.video-top-9aeb
  .popup_action_86cc {
  left: auto;
}
.out_2528 .shadow-action-b21f .popup_action_86cc {
  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;
}
.out_2528 .shadow-action-b21f:hover.liquid-2387 {
  -webkit-transition-delay: 0s !important;
  transition-delay: 0s !important;
  outline: 1px solid #0073aa;
  outline-offset: -1px;
}
.out_2528
  .shadow-action-b21f:hover.liquid-2387
  .popup_action_86cc {
  display: block;
  z-index: 9999999;
}
.out_2528 .secondary-bright-63a7 .fluid_a812,
.out_2528 .column-green-1aaf .fluid_a812 {
  display: none;
}
.out_2528 .component_rough_db0a .shadow-action-b21f:hover.liquid-2387 {
  outline: 1px dashed #ff472e;
  outline-offset: -1px;
}
.clean-f21b .full_7292 label,
.clean-f21b .lower_a320 label,
.clean-f21b .paper_2fc9 label,
.clean-f21b .notice_under_8a7b label {
  text-transform: uppercase;
  letter-spacing: 0.5px;
  font-size: 0.85em;
}
.summary-dark-4828 {
  list-style: none;
  margin: 0;
}
.summary-dark-4828 article.summary_plasma_72cb {
  margin-bottom: 0;
}
.summary-dark-4828 ul {
  list-style: none;
  margin: 0;
}
.summary-dark-4828 .title-94e2 li.summary_plasma_72cb {
  padding-left: 30px;
}
@media screen and (min-width: 64em) {
  .summary-dark-4828 .title-94e2 li.summary_plasma_72cb {
    padding-left: 85px;
    border-left: 1px solid #eaecee;
    position: relative;
    width: 100%;
  }
  .summary-dark-4828 .title-94e2 li.summary_plasma_72cb:after {
    content: "";
    display: block;
    position: absolute;
    float: left;
    top: 1.618em;
    left: 0;
    width: 1.618em;
    height: 1px;
    background-color: #eaecee;
  }
}
@media screen and (max-width: 48em) {
  .summary-dark-4828 .title-94e2 li.summary_plasma_72cb li.summary_plasma_72cb li.summary_plasma_72cb li.summary_plasma_72cb {
    padding-left: 0;
  }
}
article.summary_plasma_72cb {
  padding: 1.618em 0;
  margin-bottom: 1.618em;
}
article.summary_plasma_72cb .modal-small-f7ba p:last-of-type {
  margin-bottom: 0;
}
article.summary_plasma_72cb .frame-8bbe {
  float: left;
}
article.summary_plasma_72cb .glass_59eb {
  margin-left: 85px;
}
article.summary_plasma_72cb .full-b507 {
  display: block;
  margin: 12px 0 12px;
  padding-bottom: 4px;
  border-bottom: 1px solid #eaecee;
}
article.summary_plasma_72cb .full-b507 .menu-f5f8 {
  margin-left: 10px;
}
article.summary_plasma_72cb .lower_a693 {
  font-weight: 500;
  text-transform: uppercase;
  line-height: 1;
  font-style: normal;
}
article.summary_plasma_72cb .warm-451b {
  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 .full_7292,
  #respond .paper_2fc9,
  #respond .notice_under_8a7b {
    width: 29.4117647059%;
    margin-right: 5.8823529412%;
    float: left;
  }
}
#respond .full_7292 input,
#respond .paper_2fc9 input,
#respond .notice_under_8a7b input {
  width: 100%;
}
#respond .notice_under_8a7b {
  margin-right: 0;
}
#respond .active_a078 #wp-comment-cookies-consent {
  position: relative;
  top: -1px;
  margin-right: 5px;
}
.secondary-bright-63a7 .clean_4497 {
  color: rgba(255, 255, 255, 0.99);
  background: rgba(0, 0, 0, 0.9);
}
.clean_4497 .thumbnail_420b.module-lite-0190 .button-over-6076 > li > a:focus,
.clean_4497 .thumbnail_420b.module-lite-0190 .button-over-6076 > li > a:hover,
.clean_4497 .thumbnail_420b.chip-old-3a6d .button-over-6076 > li > a:focus,
.clean_4497 .thumbnail_420b.chip-old-3a6d .button-over-6076 > li > a:hover,
.clean_4497 .thumbnail_420b.basic-d65c .button-over-6076 > li > a:focus,
.clean_4497 .thumbnail_420b.basic-d65c .button-over-6076 > li > a:hover {
  color: rgba(255, 255, 255, 0.99);
}
.clean_4497
  .thumbnail_420b.module-lite-0190
  .button-over-6076
  > li.overlay_1c27
  > a,
.clean_4497
  .thumbnail_420b.module-lite-0190
  .button-over-6076
  > li.top-9fec
  > a,
.clean_4497
  .thumbnail_420b.chip-old-3a6d
  .button-over-6076
  > li.overlay_1c27
  > a,
.clean_4497
  .thumbnail_420b.chip-old-3a6d
  .button-over-6076
  > li.top-9fec
  > a,
.clean_4497
  .thumbnail_420b.basic-d65c
  .button-over-6076
  > li.overlay_1c27
  > a,
.clean_4497 .thumbnail_420b.basic-d65c .button-over-6076 > li.sidebar_dirty_7697 > a {
  color: rgba(255, 255, 255, 0.99);
}
.clean_4497 .video_plasma_b814,
.clean_4497 .video_plasma_b814 a {
  color: rgba(255, 255, 255, 0.99);
}
.clean_4497 .badge-active-934a.thick_7fe9 li a,
.clean_4497 .layout-b55a a,
.clean_4497 .gallery_simple_0d02,
.clean_4497 .button-over-6076 > li > a,
.clean_4497 .widget-easy-31a3 {
  color: rgba(255, 255, 255, 0.79);
}
.clean_4497 .badge-active-934a.thick_7fe9 li a:hover,
.clean_4497 .layout-b55a a:hover,
.clean_4497 .gallery_simple_0d02:hover,
.clean_4497 .button-over-6076 > li > a:hover,
.clean_4497 .widget-easy-31a3:hover {
  color: rgba(255, 255, 255, 0.99);
}
.clean_4497 .in-9580 {
  color: rgba(255, 255, 255, 0.79);
}
.clean_4497 .in-9580 .over-3317 {
  color: rgba(255, 255, 255, 0.99);
}
.clean_4497 .in-9580:hover {
  color: rgba(255, 255, 255, 0.99);
}
.clean_4497 .tooltip_5034 .clean-e121 {
  background: rgba(255, 255, 255, 0.03);
  border-color: rgba(255, 255, 255, 0.08);
  color: rgba(255, 255, 255, 0.79);
}
.clean_4497 .tooltip_5034 .clean-e121 .avatar_clean_e87a {
  color: rgba(255, 255, 255, 0.79);
}
.clean_4497
  .tooltip_5034
  .clean-e121
  .avatar_clean_e87a::-webkit-input-placeholder {
  color: rgba(255, 255, 255, 0.79);
}
.clean_4497
  .tooltip_5034
  .clean-e121
  .avatar_clean_e87a:-ms-input-placeholder {
  color: rgba(255, 255, 255, 0.79);
}
.clean_4497
  .tooltip_5034
  .clean-e121
  .avatar_clean_e87a::-ms-input-placeholder {
  color: rgba(255, 255, 255, 0.79);
}
.clean_4497
  .tooltip_5034
  .clean-e121
  .avatar_clean_e87a::placeholder {
  color: rgba(255, 255, 255, 0.79);
}
.clean_4497 .tooltip_5034 .focus-792d {
  color: rgba(255, 255, 255, 0.79);
}
.clean_4497 .tooltip_5034 .focus-792d:hover {
  color: rgba(255, 255, 255, 0.99);
}
.tag_3f22
  .clean_4497
  .tooltip_5034
  .accordion-bottom-635d
  .paragraph-mini-5086 {
  background-color: rgba(255, 255, 255, 0.03);
  border-color: rgba(255, 255, 255, 0.08);
  color: rgba(255, 255, 255, 0.79);
}
.tag_3f22
  .clean_4497
  .tooltip_5034
  .accordion-bottom-635d
  .avatar_clean_e87a {
  background-color: rgba(255, 255, 255, 0.03) !important;
  border-color: rgba(255, 255, 255, 0.08);
  color: rgba(255, 255, 255, 0.79);
}
.secondary-bright-63a7 .chip_stale_79c2 {
  color: rgba(0, 0, 0, 0.6);
  background: rgba(255, 255, 255, 0.9);
}
.chip_stale_79c2 .thumbnail_420b.module-lite-0190 .button-over-6076 > li > a:focus,
.chip_stale_79c2 .thumbnail_420b.module-lite-0190 .button-over-6076 > li > a:hover,
.chip_stale_79c2 .thumbnail_420b.chip-old-3a6d .button-over-6076 > li > a:focus,
.chip_stale_79c2 .thumbnail_420b.chip-old-3a6d .button-over-6076 > li > a:hover,
.chip_stale_79c2 .thumbnail_420b.basic-d65c .button-over-6076 > li > a:focus,
.chip_stale_79c2 .thumbnail_420b.basic-d65c .button-over-6076 > li > a:hover {
  color: rgba(0, 0, 0, 0.8);
}
.chip_stale_79c2
  .thumbnail_420b.module-lite-0190
  .button-over-6076
  > li.overlay_1c27
  > a,
.chip_stale_79c2
  .thumbnail_420b.module-lite-0190
  .button-over-6076
  > li.top-9fec
  > a,
.chip_stale_79c2
  .thumbnail_420b.chip-old-3a6d
  .button-over-6076
  > li.overlay_1c27
  > a,
.chip_stale_79c2
  .thumbnail_420b.chip-old-3a6d
  .button-over-6076
  > li.top-9fec
  > a,
.chip_stale_79c2
  .thumbnail_420b.basic-d65c
  .button-over-6076
  > li.overlay_1c27
  > a,
.chip_stale_79c2 .thumbnail_420b.basic-d65c .button-over-6076 > li.sidebar_dirty_7697 > a {
  color: rgba(0, 0, 0, 0.8);
}
.chip_stale_79c2 .video_plasma_b814,
.chip_stale_79c2 .video_plasma_b814 a {
  color: rgba(0, 0, 0, 0.8);
}
.chip_stale_79c2 .badge-active-934a.thick_7fe9 li a,
.chip_stale_79c2 .layout-b55a a,
.chip_stale_79c2 .gallery_simple_0d02,
.chip_stale_79c2 .button-over-6076 > li > a,
.chip_stale_79c2 .widget-easy-31a3 {
  color: rgba(0, 0, 0, 0.55);
}
.chip_stale_79c2 .badge-active-934a.thick_7fe9 li a:hover,
.chip_stale_79c2 .layout-b55a a:hover,
.chip_stale_79c2 .gallery_simple_0d02:hover,
.chip_stale_79c2 .button-over-6076 > li > a:hover,
.chip_stale_79c2 .widget-easy-31a3:hover {
  color: rgba(0, 0, 0, 0.8);
}
.chip_stale_79c2 .in-9580 {
  color: rgba(0, 0, 0, 0.55);
}
.chip_stale_79c2 .in-9580 .over-3317 {
  color: rgba(0, 0, 0, 0.8);
}
.chip_stale_79c2 .in-9580:hover {
  color: rgba(0, 0, 0, 0.8);
}
.photo_red_5d67 .active-d8ad {
  margin-left: auto;
  margin-right: auto;
}
.tabs-middle-8804 > * {
  margin-left: auto;
  margin-right: auto;
}
.tabs-middle-8804 .large-494f {
  margin-right: 1.41575em;
}
.up_e082 .tabs-middle-8804 > .active_c2ee {
  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;
}
.up_e082 .tabs-middle-8804 > .heading_up_2317 {
  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;
}
.slider-571e.photo_red_5d67 .active-d8ad,
.selected_05ca.photo_red_5d67 .active-d8ad {
  margin-left: 0;
}
.shade_4c36.photo_red_5d67 .active-d8ad,
.message-mini-3d60.photo_red_5d67 .active-d8ad {
  margin-right: 0;
}
.tabs-middle-8804 ol,
.tabs-middle-8804 ul {
  margin: 1.5em auto;
  list-style-position: outside;
}
.stone-5d28 video {
  max-width: 100%;
}
.row_pressed_7850 img {
  display: block;
}
.row_pressed_7850.large-494f,
.row_pressed_7850.gallery-next-e0f7 {
  width: 100%;
}
.row_pressed_7850.heading_up_2317 img {
  width: 100vw;
  width: calc(var(--vw, 1vw) * 100);
}
.tall_8505:not(.dark-ca8f) {
  margin: 1.5em auto;
}
.tall-9008 p {
  padding: 1.5em 14px;
}
ul.icon-middle-1b11.heading_up_2317,
ul.icon-middle-1b11.active_c2ee,
ul.icon-middle-1b11.feature-899f.active_c2ee {
  padding: 0 14px;
}
.short-7e8f {
  display: block;
  overflow-x: auto;
}
.short-7e8f table {
  border-collapse: collapse;
  width: 100%;
}
.short-7e8f td,
.short-7e8f th {
  padding: 0.5em;
}
.tabs-middle-8804 li {
  margin-left: 2.5em;
  margin-bottom: 6px;
}
.tabs-middle-8804 ol ol,
.tabs-middle-8804 ol ul,
.tabs-middle-8804 ul ol,
.tabs-middle-8804 ul ul {
  margin-bottom: 0;
  margin-top: 0;
  margin-left: 2.5em;
}
.tabs-middle-8804 ol ol li,
.tabs-middle-8804 ol ul li,
.tabs-middle-8804 ul ol li,
.tabs-middle-8804 ul ul li {
  margin-left: 0;
}
.selected-4898.narrow-e11d > .main_fdd3 {
  position: relative;
  width: 100%;
  height: 0;
  padding-top: 56.25%;
}
.selected-4898.narrow-e11d > .main_fdd3 iframe,
.selected-4898.narrow-e11d > .main_fdd3 > object {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}
.dark_85e9 {
  border-left-width: 4px;
  border-left-color: currentColor;
}
.dark_85e9.detail_ab7f {
  padding: 0;
}
.dark_85e9.detail_ab7f cite {
  font-size: 13px;
}
.dark_85e9 > * {
  margin-left: 16px;
  margin-right: 16px;
}
.dark_85e9 cite {
  font-style: normal;
  margin-top: 1em;
  position: relative;
  font-size: 13px;
}
.frame_brown_9c40 {
  border-bottom: 4px solid currentColor;
  border-top: 4px solid currentColor;
  margin-left: 0;
  margin-right: 0;
  padding: 3em 0;
  text-align: center;
}
.frame_brown_9c40 > p:first-child {
  margin-top: 0;
}
.frame_brown_9c40 cite {
  font-size: 13px;
  font-style: normal;
  text-transform: uppercase;
}
.frame_brown_9c40 blockquote {
  border-left: 0;
}
.stone_f148 {
  margin: 3em auto;
  border: none;
  border-bottom: 2px solid currentColor;
}
.stone_f148:not(.block-4838) {
  max-width: 100px;
}
.stone_f148.modal_pressed_2bf2 {
  border-bottom: none !important;
  text-align: center;
}
.stone_f148.modal_pressed_2bf2::before {
  padding-left: 0;
  font-size: 30px;
}
@media screen and (min-width: 768px) {
  .tall-9008 p {
    padding: 1.5em 0;
  }
}
.media_slow_61c4 {
  color: #0073aa;
}
.tooltip_33eb {
  background-color: #0073aa;
}
.picture-c9b4 {
  color: #229fd8;
}
.down_168a {
  background-color: #229fd8;
}
.grid-c040 {
  color: #eee;
}
.image-0f22 {
  background-color: #eee;
}
.selected_1a85 {
  color: #444;
}
.short-fed0 {
  background-color: #444;
}
.button-2f2c {
  padding: 0;
  -webkit-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  text-size-adjust: 100%;
  line-height: 13px;
}
.button-2f2c .tertiary_bd03 .layout-b55a {
  font-size: 15px;
}
.button-2f2c .layout-b55a {
  line-height: 1.3;
}
.button-2f2c .chip_stale_79c2 {
}
.button-2f2c .clean_4497 {
  background: #235787;
}
.caption-gold-0466 {
  padding: 0;
}
.caption-gold-0466 .clean_4497 {
  background: #1a1a1a;
}
.caption-gold-0466 .chip_stale_79c2 {
  box-shadow: 0 1px 2px 0 #e1e5ea;
  background: #fff;
}
.slow_ae8a {
  padding: 0;
  border-left: none;
  border-right: none;
}
.slow_ae8a .chip_stale_79c2 {
  box-shadow: 0 1px 2px 0 #e1e5ea;
}
.slow_ae8a .clean_4497 {
  background: #303030;
}
.north-46d9 {
  position: relative;
  z-index: 10;
}
.north-46d9 .sort-complex-f088 {
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
  -webkit-box-pack: center;
  justify-content: center;
}
.title-paper-5e51 .liquid-2387 {
  display: inline-block;
  vertical-align: middle;
}
.title-paper-5e51.breadcrumb-3270 .liquid-2387 {
  margin-right: 1em;
}
@media screen and (max-width: 1024px) {
  .title-paper-5e51.breadcrumb-3270 .liquid-2387 {
    margin-right: 1em;
  }
}
@media screen and (max-width: 568px) {
  .title-paper-5e51.breadcrumb-3270 .liquid-2387 {
    margin-right: 0.4em;
  }
}
.title-paper-5e51.breadcrumb-3270 .liquid-2387:last-child {
  margin-right: 0;
}
.breadcrumb_selected_de1b .sort-complex-f088 {
  max-width: initial;
}
@media screen and (min-width: 1025px) {
  .secondary-bright-63a7 .tertiary_bd03 {
    margin: 0 -0.5em;
  }
  .secondary-bright-63a7 .tertiary_bd03 [class*="customify-col-"],
  .secondary-bright-63a7 .tertiary_bd03 [class*="customify-col_"],
  .secondary-bright-63a7 .tertiary_bd03 [class~="customify-col-"] {
    padding-left: 0.5em;
    padding-right: 0.5em;
  }
}
.secondary-bright-63a7.dim_c101 .sort-complex-f088 {
  background: 0 0 !important;
}
.secondary-bright-63a7.dim_c101 .sort-complex-f088,
.secondary-bright-63a7.breadcrumb_selected_de1b .sort-complex-f088 {
  border: 0 none !important;
  box-shadow: none !important;
}
@media screen and (min-width: 1025px) {
  .secondary-bright-63a7.pagination_7098 {
    background: 0 0 !important;
    border: 0 none;
    box-shadow: none !important;
  }
}
.secondary-bright-63a7.breadcrumb_selected_de1b .sort-complex-f088 {
  box-shadow: none !important;
}
.title-2622 {
  padding: 21px 0 22px;
  border-bottom: 1px solid #eaecee;
  word-break: break-word;
  background: #f9f9f9;
}
@media screen and (max-width: 1024px) {
  .title-2622 {
    padding: 19px 0 20px;
  }
}
@media screen and (max-width: 568px) {
  .title-2622 {
    padding: 18px 0 20px;
  }
}
.title-2622 .progress_159e {
  width: 100%;
}
.title-2622 .surface_8bb9 {
  margin-bottom: 0;
}
.title-2622 .caption_5f90 {
  margin-top: 5px;
  font-size: 0.875em;
}
.notice-plasma-961a {
  padding: 9px 0 9px;
  border-bottom: 1px solid #eaecee;
  color: #6d6d6d;
  line-height: 1.6;
  background: #fff;
}
.notice-plasma-961a .active-610d {
  width: 100%;
}
.active-512b {
  list-style: none;
  margin: 0 1em;
  padding: 0;
}
.active-512b li {
  display: inline-block;
  position: relative;
  padding-right: 10px;
}
.active-512b 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;
}
.active-512b li:last-child:after {
  display: none;
}
.active-512b li a {
  font-weight: 500;
  margin-right: 10px;
}
.disabled_outer_e18b .fluid_a812 button,
.title-2622 .fluid_a812 button {
  left: 0;
}
.disabled_outer_e18b .active-610d,
.title-2622 .active-610d {
  padding-left: 0;
  padding-right: 0;
}
.disabled_outer_e18b .notice-plasma-961a,
.title-2622 .notice-plasma-961a {
  border-bottom: none;
  padding-bottom: 0;
  background: 0 0;
}
.disabled_outer_e18b {
  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;
}
.disabled_outer_e18b: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;
}
.disabled_outer_e18b .filter-prev-0ace {
  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) {
  .disabled_outer_e18b .filter-prev-0ace {
    min-height: 300px;
  }
}
@media screen and (max-width: 1024px) {
  .disabled_outer_e18b .filter-prev-0ace {
    min-height: 250px;
    padding: 1em 15px;
  }
}
@media screen and (max-width: 568px) {
  .disabled_outer_e18b .filter-prev-0ace {
    min-height: 200px;
  }
}
.disabled_outer_e18b .active-512b {
  color: rgba(255, 255, 255, 0.8);
}
.disabled_outer_e18b .active-512b a,
.disabled_outer_e18b .active-512b li:after {
  color: inherit;
}
.disabled_outer_e18b .active-512b a:hover {
  color: rgba(255, 255, 255, 0.8);
}
.cool_1c61 {
  margin-bottom: 0.5em;
}
.row_1fa5 {
  margin-bottom: 1.2em;
}
.row_1fa5,
.cool_1c61 {
  display: inline-block;
  position: relative;
  color: rgba(255, 255, 255, 0.99);
  z-index: 5;
}
.row_1fa5 p:last-child,
.cool_1c61 p:last-child {
  margin-bottom: 0;
}
#header-menu-sidebar .fluid_a812,
#masthead .fluid_a812 {
  display: none;
}
#masthead
  > .fluid_a812.clean_62c1 {
  display: none;
}
#masthead > .fluid_a812 button {
  left: 0;
}
.background-37ca {
  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%;
}
.background-37ca .liquid-2387 {
  display: -webkit-inline-box;
  display: inline-flex;
  -webkit-box-align: center;
  align-items: center;
  margin-left: 0.5em;
  margin-right: 0.5em;
}
.background-37ca .fast_3ef7 {
  display: -webkit-box;
  display: flex;
}
.background-37ca .fast_3ef7.white-3018 {
  -webkit-box-pack: center;
  justify-content: center;
  margin-left: 1em;
  margin-right: 1em;
}
.background-37ca .fast_3ef7.status-5a51 {
  -webkit-box-pack: start;
  justify-content: flex-start;
  margin-right: auto;
  -webkit-box-flex: 1;
  flex: 1 1 0;
}
.background-37ca .fast_3ef7.item-a777 {
  margin-left: auto;
  -webkit-box-pack: end;
  justify-content: flex-end;
  -webkit-box-flex: 1;
  flex: 1 1 0;
}
.background-37ca.pagination-29ea.widget-0eee .fast_3ef7.white-3018 {
  flex-basis: 100%;
}
.background-37ca.new-ca44 .fast_3ef7.status-5a51 {
  -webkit-box-flex: 1;
  flex: auto;
}
.background-37ca.new-ca44 .fast_3ef7.item-a777 {
  -webkit-box-flex: 1;
  flex: auto;
}
#masthead
  > .fluid_a812.clean_62c1 {
  display: none;
}
#masthead > .fluid_a812 button {
  left: 0;
}
.filter_last_1568 {
  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;
}
.filter_last_1568:hover {
  box-shadow: inset 0 0 0 120px rgba(0, 0, 0, 0.18);
  color: #fff;
}
.filter_last_1568.detail-b3a0 i {
  margin-right: 4px;
}
.filter_last_1568.progress_middle_b042 i {
  margin-left: 5px;
}
.layout-b55a p {
  font-weight: 500;
  text-transform: uppercase;
  font-size: 13px;
}
.layout-b55a p:last-child {
  margin-bottom: 0;
}
.video_north_f011 {
  display: -webkit-box;
  display: flex;
  line-height: 0.9;
  vertical-align: middle;
}
.video_north_f011 a {
  display: inline-block;
  text-transform: uppercase;
  letter-spacing: 0.4px;
  font-weight: 600;
}
.video_north_f011 img {
  display: block;
  width: auto;
  line-height: 1;
}
.video_north_f011 .video_plasma_b814 {
  font-size: 1.5em;
  margin: 0;
  font-weight: 600;
  line-height: 1.216;
}
.video_north_f011 .light-5d9f {
  margin: 5px 0 7px 0;
}
.video_north_f011.badge-2f89 .section_rough_443e {
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
  -webkit-box-pack: center;
  justify-content: center;
}
.video_north_f011.badge-2f89 .info-action-8082 {
  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;
}
.video_north_f011.mask-5c26 {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  flex-direction: row-reverse;
}
.video_north_f011.mask-5c26 .section_rough_443e {
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
  -webkit-box-pack: center;
  justify-content: center;
}
.video_north_f011.mask-5c26 .info-action-8082 {
  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;
}
.video_north_f011.hidden-09ba {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
}
.video_north_f011.modal-action-f70b {
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
  flex-direction: column-reverse;
}
.video_north_f011.modal-action-f70b .info-action-8082 {
  margin-top: 7px;
}
.content-6895 {
  display: inline-block;
}
.north-46d9 .warm-bfb8 .video_north_f011 img {
  max-width: 100%;
}
.thumbnail_420b .shadow_cool_b673.overlay_d5ed,
.yellow_e26d .shadow_cool_b673.overlay_d5ed {
  position: relative;
  display: -webkit-inline-box;
  display: inline-flex;
  -webkit-box-align: center;
  align-items: center;
}
.thumbnail_420b .center_ff43,
.yellow_e26d .center_ff43 {
  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%);
}
.thumbnail_420b .center_ff43 {
  display: inline;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-decoration: none !important;
}
.thumbnail_420b.main-8b94 .center_ff43 {
  display: none;
}
.thumbnail_420b .narrow_938b {
  list-style: none;
  padding: 0;
  margin: 0;
}
.thumbnail_420b .narrow_938b li {
  display: inline-block;
  position: relative;
}
.thumbnail_420b .narrow_938b li:last-child {
  margin-right: 0;
}
.thumbnail_420b .narrow_938b 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;
}
.thumbnail_420b .narrow_938b li.sidebar_dirty_7697 > a {
  color: rgba(0, 0, 0, 0.9);
}
.thumbnail_420b .narrow_938b > 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;
}
.thumbnail_420b .narrow_938b > li > a i {
  line-height: 0;
}
.thumbnail_420b .narrow_938b > li.bottom_bcd4 > a .center_ff43 {
  margin-left: 4px;
  line-height: 0;
}
.thumbnail_420b .narrow_938b .pattern_2457 li.bottom_bcd4 > a {
  position: relative;
}
.thumbnail_420b .narrow_938b .pattern_2457 li.bottom_bcd4 > a:after,
.thumbnail_420b .narrow_938b .pattern_2457 li.bottom_bcd4 > a:before {
  content: "";
  display: table;
}
.thumbnail_420b .narrow_938b .pattern_2457 li.bottom_bcd4 > a:after {
  clear: both;
}
.thumbnail_420b .narrow_938b .pattern_2457 li.bottom_bcd4 > a .center_ff43 {
  margin-left: 5px;
  float: right;
}
.thumbnail_420b .badge-copper-d5e3,
.thumbnail_420b .pattern_2457 {
  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;
}
.thumbnail_420b .pattern_2457 {
  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;
}
.thumbnail_420b .pattern_2457 .overlay_d5ed {
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: justify;
  justify-content: space-between;
}
.thumbnail_420b .pattern_2457 .center_ff43 {
  -webkit-transform: rotate(135deg) translateY(0);
  -ms-transform: rotate(135deg) translateY(0);
  transform: rotate(135deg) translateY(0);
}
.thumbnail_420b .pattern_2457 li {
  display: block;
  margin: 0;
  padding: 0;
}
.thumbnail_420b .pattern_2457 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;
}
.thumbnail_420b .pattern_2457 li a:hover {
  background: rgba(0, 0, 0, 0.015);
  color: rgba(0, 0, 0, 0.8);
}
.thumbnail_420b .pattern_2457 .pattern_2457 {
  top: 0;
  left: 100%;
}
.thumbnail_420b .top-2449.fn-focus-a4b1 > .badge-copper-d5e3,
.thumbnail_420b .top-2449.fn-focus-a4b1 > .pattern_2457,
.thumbnail_420b .top-2449:focus > .badge-copper-d5e3,
.thumbnail_420b .top-2449:focus > .pattern_2457,
.thumbnail_420b .top-2449:hover > .badge-copper-d5e3,
.thumbnail_420b .top-2449:hover > .pattern_2457 {
  height: auto;
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
  overflow: initial;
  visibility: visible;
  opacity: 1;
}
.thumbnail_420b.basic-d65c .button-over-6076:after,
.thumbnail_420b.basic-d65c .button-over-6076:before {
  content: "";
  display: table;
}
.thumbnail_420b.basic-d65c .button-over-6076:after {
  clear: both;
}
.thumbnail_420b.basic-d65c .button-over-6076 > li {
  float: left;
}
.thumbnail_420b.photo_tall_4162 .button-over-6076:after,
.thumbnail_420b.photo_tall_4162 .button-over-6076:before {
  content: "";
  display: table;
}
.thumbnail_420b.photo_tall_4162 .button-over-6076:after {
  clear: both;
}
.thumbnail_420b.photo_tall_4162 .button-over-6076 > li {
  float: left;
}
.thumbnail_420b.photo_tall_4162 .button-over-6076 > li > a {
  background: 0 0;
  display: -webkit-inline-box;
  display: inline-flex;
  vertical-align: middle;
  -webkit-box-align: center;
  align-items: center;
}
.thumbnail_420b.photo_tall_4162 .button-over-6076 > li > a:hover {
  color: #fff;
  background-color: #1e4b75;
}
.thumbnail_420b.photo_tall_4162 .button-over-6076 > li.overlay_1c27 > a,
.thumbnail_420b.photo_tall_4162 .button-over-6076 > li.sidebar_dirty_7697 > a {
  color: #fff;
  background-color: #1e4b75;
}
.thumbnail_420b.module-lite-0190 .button-over-6076 > li > a .overlay_d5ed {
  position: relative;
}
.thumbnail_420b.module-lite-0190 .button-over-6076 > li > a .overlay_d5ed: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;
}
.thumbnail_420b.module-lite-0190
  .button-over-6076
  > li:focus
  > a
  .overlay_d5ed:before,
.thumbnail_420b.module-lite-0190
  .button-over-6076
  > li:hover
  > a
  .overlay_d5ed:before {
  width: 100%;
  background-color: currentColor;
}
.thumbnail_420b.module-lite-0190
  .button-over-6076
  > li.overlay_1c27
  > a
  .overlay_d5ed:before,
.thumbnail_420b.module-lite-0190
  .button-over-6076
  > li.top-9fec
  > a
  .overlay_d5ed:before {
  width: 100%;
  background-color: currentColor;
}
.thumbnail_420b.chip-old-3a6d .button-over-6076 > li > a .overlay_d5ed {
  position: relative;
}
.thumbnail_420b.chip-old-3a6d .button-over-6076 > li > a .overlay_d5ed: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;
}
.thumbnail_420b.chip-old-3a6d .button-over-6076 > li:focus > a .overlay_d5ed:before,
.thumbnail_420b.chip-old-3a6d
  .button-over-6076
  > li:hover
  > a
  .overlay_d5ed:before {
  width: 100%;
  background-color: currentColor;
}
.thumbnail_420b.chip-old-3a6d
  .button-over-6076
  > li.overlay_1c27
  > a
  .overlay_d5ed:before,
.thumbnail_420b.chip-old-3a6d
  .button-over-6076
  > li.top-9fec
  > a
  .overlay_d5ed:before {
  width: 100%;
  background-color: currentColor;
}
.yellow_e26d .narrow_938b {
  margin: 0;
  padding: 0;
  list-style: none;
}
.yellow_e26d .narrow_938b li:first-child > a {
  border-top: none;
}
.yellow_e26d .narrow_938b .notice-659f > .overlay_d5ed .center_ff43 {
  display: none;
}
.yellow_e26d .narrow_938b li {
  list-style: none;
  position: relative;
  border-bottom: 1px solid transparent;
}
.yellow_e26d .narrow_938b li:last-child {
  border: none;
}
.yellow_e26d .narrow_938b li.bottom_bcd4 > a {
  padding-right: 45px !important;
}
.yellow_e26d .narrow_938b li a {
  display: block;
  padding: 0.55em 1.5em;
}
.yellow_e26d .narrow_938b li a:focus,
.yellow_e26d .narrow_938b li a:hover {
  background: rgba(0, 0, 0, 0.01);
}
.yellow_e26d .narrow_938b li .row-ffef {
  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;
}
.yellow_e26d .narrow_938b li .row-ffef:hover {
  box-shadow: none;
}
.yellow_e26d .narrow_938b li .row-ffef .center_ff43 {
  -webkit-transform: rotate(-135deg) translateY(50%) translateX(50%);
  -ms-transform: rotate(-135deg) translateY(50%) translateX(50%);
  transform: rotate(-135deg) translateY(50%) translateX(50%);
}
.yellow_e26d .narrow_938b .pattern_2457 {
  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);
}
.yellow_e26d .narrow_938b .pattern_2457 li a {
  padding-left: 3em;
}
.yellow_e26d .narrow_938b .main-5dc7 > a .row-ffef i {
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
.yellow_e26d .narrow_938b .main-5dc7 > .pattern_2457 {
  display: block;
  opacity: 1;
}
.form-pro-5303 {
  max-width: 100%;
}
.card_dim_6ede {
  line-height: 0;
  cursor: pointer;
}
.widget-easy-31a3 {
  line-height: 0;
  display: inline-block;
  position: relative;
  box-shadow: none;
}
.widget-easy-31a3:hover {
  box-shadow: none;
  color: currentColor;
}
.widget-easy-31a3 svg {
  width: 18px;
  height: 18px;
}
.widget-easy-31a3 .wide-4a0f {
  display: none;
}
.main_85e8 {
  position: relative;
}
.main_85e8.fn-active-a4b1 .widget-easy-31a3 .media_tiny_4096 {
  display: none;
}
.main_85e8.fn-active-a4b1 .widget-easy-31a3 .wide-4a0f {
  display: inline-block;
}
.main_85e8 .input-hard-3b5b {
  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);
}
.main_85e8.current_1679 .input-hard-3b5b {
  left: auto;
  right: -0.9em;
}
.main_85e8.current_1679 .tag_lite_a7e1::before {
  left: auto;
  right: 15px;
}
.main_85e8.fn-active-a4b1 .input-hard-3b5b {
  height: auto;
  overflow: initial;
  z-index: 26;
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
}
.accordion-bottom-635d {
  display: -webkit-box;
  display: flex;
  margin-bottom: 0;
  width: 100%;
  max-width: 100%;
}
.accordion-bottom-635d label {
  flex-basis: 100%;
}
.accordion-bottom-635d .clean-e121 {
  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;
}
.accordion-bottom-635d .avatar_clean_e87a {
  display: block;
  width: 100%;
  border-radius: 2px;
  height: 2.4em;
}
.accordion-bottom-635d .avatar_clean_e87a:focus {
  background-color: transparent;
}
.accordion-bottom-635d button.focus-792d {
  overflow: hidden;
  box-shadow: none;
  margin-left: -40px;
  background: 0 0;
  color: #6d6d6d;
  line-height: 0;
  padding: 0 0.7em;
  min-height: auto;
}
.accordion-bottom-635d button.focus-792d:hover {
  box-shadow: none;
  background-color: transparent;
  color: #686868;
}
.accordion-bottom-635d button.focus-792d svg {
  width: 18px;
  height: 18px;
}
.accordion-bottom-635d input[type="submit"] {
  min-height: auto;
}
.tooltip_5034 .accordion-bottom-635d .avatar_clean_e87a {
  border: 0;
  box-shadow: none;
  background-color: transparent;
}
.tag_lite_a7e1 {
  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) {
  .tag_lite_a7e1 {
    width: 220px;
  }
}
.tag_lite_a7e1 label {
  flex-basis: 100%;
}
.tag_lite_a7e1::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;
}
.tag_3f22 .tooltip_5034 .accordion-bottom-635d {
  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;
}
.tag_3f22
  .tooltip_5034
  .accordion-bottom-635d
  .clean-e121 {
  background-color: transparent;
  min-height: auto;
  flex-basis: 100%;
  display: -webkit-box;
  display: flex;
  border-style: none;
  border: none;
  box-shadow: none;
}
.tag_3f22 .tooltip_5034 .accordion-bottom-635d .avatar_clean_e87a {
  border-color: transparent;
  height: auto;
  background-color: transparent;
  border: 0;
  border-style: none;
  box-shadow: none;
  -webkit-box-flex: 0;
  flex: 0 0 auto;
}
.tag_3f22
  .tooltip_5034
  .accordion-bottom-635d
  .avatar_clean_e87a:focus {
  background: 0 0;
}
.tag_3f22
  .tooltip_5034
  .accordion-bottom-635d
  .paragraph-mini-5086 {
  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;
}
.badge-active-934a {
  display: inline-block;
  margin: 0;
  padding: 0;
  list-style: none;
  position: relative;
}
.badge-active-934a li {
  list-style: none;
  display: inline-block;
  margin: 0 3px;
}
.badge-active-934a li:last-child {
  margin-right: 0;
}
.badge-active-934a li:first-child {
  margin-left: 0;
}
.badge-active-934a.active_7eaa a {
  color: #fff;
}
.badge-active-934a.active_7eaa a:hover {
  color: #fff;
}
.badge-active-934a a {
  color: currentColor;
  text-align: center;
  vertical-align: middle;
  width: 100%;
  padding: 0.4em;
  display: inline-block;
  line-height: 1;
  font-size: 13px;
}
.badge-active-934a a i {
  width: 1em;
  height: 1em;
  position: relative;
  display: block;
}
.badge-active-934a a i:before {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}
.badge-active-934a a:hover {
  opacity: 0.9;
  color: inherit;
}
.badge-active-934a [class*="social-icon-apple"] {
  background-color: #999;
}
.badge-active-934a [class*="social-icon-apple"].fast-52f3 {
  background-color: transparent;
  color: #999;
}
.badge-active-934a [class*="social-icon-behance"] {
  background-color: #1769ff;
}
.badge-active-934a [class*="social-icon-behance"].fast-52f3 {
  background-color: transparent;
  color: #1769ff;
}
.badge-active-934a [class*="social-icon-bitbucket"] {
  background-color: #205081;
}
.badge-active-934a [class*="social-icon-bitbucket"].fast-52f3 {
  background-color: transparent;
  color: #205081;
}
.badge-active-934a [class*="social-icon-codepen"] {
  background-color: #000;
}
.badge-active-934a [class*="social-icon-codepen"].fast-52f3 {
  background-color: transparent;
  color: #000;
}
.badge-active-934a [class*="social-icon-delicious"] {
  background-color: #39f;
}
.badge-active-934a [class*="social-icon-delicious"].fast-52f3 {
  background-color: transparent;
  color: #39f;
}
.badge-active-934a [class*="social-icon-digg"] {
  background-color: #005be2;
}
.badge-active-934a [class*="social-icon-digg"].fast-52f3 {
  background-color: transparent;
  color: #005be2;
}
.badge-active-934a [class*="social-icon-dribbble"] {
  background-color: #ea4c89;
}
.badge-active-934a [class*="social-icon-dribbble"].fast-52f3 {
  background-color: transparent;
  color: #ea4c89;
}
.badge-active-934a [class*="social-icon-envelope"] {
  background-color: #ea4335;
}
.badge-active-934a [class*="social-icon-envelope"].fast-52f3 {
  background-color: transparent;
  color: #ea4335;
}
.badge-active-934a [class*="social-icon-facebook"] {
  background-color: #3b5998;
}
.badge-active-934a [class*="social-icon-facebook"].fast-52f3 {
  background-color: transparent;
  color: #3b5998;
}
.badge-active-934a [class*="social-icon-flickr"] {
  background-color: #0063dc;
}
.badge-active-934a [class*="social-icon-flickr"].fast-52f3 {
  background-color: transparent;
  color: #0063dc;
}
.badge-active-934a [class*="social-icon-foursquare"] {
  background-color: #2d5be3;
}
.badge-active-934a [class*="social-icon-foursquare"].fast-52f3 {
  background-color: transparent;
  color: #2d5be3;
}
.badge-active-934a [class*="social-icon-github"] {
  background-color: #333;
}
.badge-active-934a [class*="social-icon-github"].fast-52f3 {
  background-color: transparent;
  color: #333;
}
.badge-active-934a [class*="social-icon-google-plus"] {
  background-color: #dd4b39;
}
.badge-active-934a [class*="social-icon-google-plus"].fast-52f3 {
  background-color: transparent;
  color: #dd4b39;
}
.badge-active-934a [class*="social-icon-houzz"] {
  background-color: #7ac142;
}
.badge-active-934a [class*="social-icon-houzz"].fast-52f3 {
  background-color: transparent;
  color: #7ac142;
}
.badge-active-934a [class*="social-icon-instagram"] {
  background-color: #262626;
}
.badge-active-934a [class*="social-icon-instagram"].fast-52f3 {
  background-color: transparent;
  color: #262626;
}
.badge-active-934a [class*="social-icon-jsfiddle"] {
  background-color: #487aa2;
}
.badge-active-934a [class*="social-icon-jsfiddle"].fast-52f3 {
  background-color: transparent;
  color: #487aa2;
}
.badge-active-934a [class*="social-icon-linkedin"] {
  background-color: #0077b5;
}
.badge-active-934a [class*="social-icon-linkedin"].fast-52f3 {
  background-color: transparent;
  color: #0077b5;
}
.badge-active-934a [class*="social-icon-medium"] {
  background-color: #00ab6b;
}
.badge-active-934a [class*="social-icon-medium"].fast-52f3 {
  background-color: transparent;
  color: #00ab6b;
}
.badge-active-934a [class*="social-icon-odnoklassniki"] {
  background-color: #f4731c;
}
.badge-active-934a
  [class*="social-icon-odnoklassniki"].fast-52f3 {
  background-color: transparent;
  color: #f4731c;
}
.badge-active-934a [class*="social-icon-meetup"] {
  background-color: #ec1c40;
}
.badge-active-934a [class*="social-icon-meetup"].fast-52f3 {
  background-color: transparent;
  color: #ec1c40;
}
.badge-active-934a [class*="social-icon-pinterest"] {
  background-color: #bd081c;
}
.badge-active-934a [class*="social-icon-pinterest"].fast-52f3 {
  background-color: transparent;
  color: #bd081c;
}
.badge-active-934a [class*="social-icon-product-hunt"] {
  background-color: #da552f;
}
.badge-active-934a [class*="social-icon-product-hunt"].fast-52f3 {
  background-color: transparent;
  color: #da552f;
}
.badge-active-934a [class*="social-icon-reddit"] {
  background-color: #ff4500;
}
.badge-active-934a [class*="social-icon-reddit"].fast-52f3 {
  background-color: transparent;
  color: #ff4500;
}
.badge-active-934a [class*="social-icon-rss"] {
  background-color: #f26522;
}
.badge-active-934a [class*="social-icon-rss"].fast-52f3 {
  background-color: transparent;
  color: #f26522;
}
.badge-active-934a [class*="social-icon-shopping-cart"] {
  background-color: #4caf50;
}
.badge-active-934a
  [class*="social-icon-shopping-cart"].fast-52f3 {
  background-color: transparent;
  color: #4caf50;
}
.badge-active-934a [class*="social-icon-skype"] {
  background-color: #00aff0;
}
.badge-active-934a [class*="social-icon-skype"].fast-52f3 {
  background-color: transparent;
  color: #00aff0;
}
.badge-active-934a [class*="social-icon-slideshare"] {
  background-color: #0077b5;
}
.badge-active-934a [class*="social-icon-slideshare"].fast-52f3 {
  background-color: transparent;
  color: #0077b5;
}
.badge-active-934a [class*="social-icon-snapchat"] {
  background-color: #fffc00;
}
.badge-active-934a [class*="social-icon-snapchat"].fast-52f3 {
  background-color: transparent;
  color: #fffc00;
}
.badge-active-934a [class*="social-icon-soundcloud"] {
  background-color: #f80;
}
.badge-active-934a [class*="social-icon-soundcloud"].fast-52f3 {
  background-color: transparent;
  color: #f80;
}
.badge-active-934a [class*="social-icon-spotify"] {
  background-color: #2ebd59;
}
.badge-active-934a [class*="social-icon-spotify"].fast-52f3 {
  background-color: transparent;
  color: #2ebd59;
}
.badge-active-934a [class*="social-icon-stack-overflow"] {
  background-color: #fe7a15;
}
.badge-active-934a
  [class*="social-icon-stack-overflow"].fast-52f3 {
  background-color: transparent;
  color: #fe7a15;
}
.badge-active-934a [class*="social-icon-maldkfgram"] {
  background-color: #2ca5e0;
}
.badge-active-934a [class*="social-icon-maldkfgram"].fast-52f3 {
  background-color: transparent;
  color: #2ca5e0;
}
.badge-active-934a [class*="social-icon-tripadvisor"] {
  background-color: #589442;
}
.badge-active-934a [class*="social-icon-tripadvisor"].fast-52f3 {
  background-color: transparent;
  color: #589442;
}
.badge-active-934a [class*="social-icon-tumblr"] {
  background-color: #35465c;
}
.badge-active-934a [class*="social-icon-tumblr"].fast-52f3 {
  background-color: transparent;
  color: #35465c;
}
.badge-active-934a [class*="social-icon-twitch"] {
  background-color: #6441a5;
}
.badge-active-934a [class*="social-icon-twitch"].fast-52f3 {
  background-color: transparent;
  color: #6441a5;
}
.badge-active-934a [class*="social-icon-twitter"] {
  background-color: #1da1f2;
}
.badge-active-934a [class*="social-icon-twitter"].fast-52f3 {
  background-color: transparent;
  color: #1da1f2;
}
.badge-active-934a [class*="social-icon-vimeo"] {
  background-color: #1ab7ea;
}
.badge-active-934a [class*="social-icon-vimeo"].fast-52f3 {
  background-color: transparent;
  color: #1ab7ea;
}
.badge-active-934a [class*="social-icon-vk"] {
  background-color: #45668e;
}
.badge-active-934a [class*="social-icon-vk"].fast-52f3 {
  background-color: transparent;
  color: #45668e;
}
.badge-active-934a [class*="social-icon-weibo"] {
  background-color: #df2029;
}
.badge-active-934a [class*="social-icon-weibo"].fast-52f3 {
  background-color: transparent;
  color: #df2029;
}
.badge-active-934a [class*="social-icon-weixin"] {
  background-color: #7bb32e;
}
.badge-active-934a [class*="social-icon-weixin"].fast-52f3 {
  background-color: transparent;
  color: #7bb32e;
}
.badge-active-934a [class*="social-icon-whatsapp"] {
  background-color: #25d366;
}
.badge-active-934a [class*="social-icon-whatsapp"].fast-52f3 {
  background-color: transparent;
  color: #25d366;
}
.badge-active-934a [class*="social-icon-wordpress"] {
  background-color: #21759b;
}
.badge-active-934a [class*="social-icon-wordpress"].fast-52f3 {
  background-color: transparent;
  color: #21759b;
}
.badge-active-934a [class*="social-icon-xing"] {
  background-color: #026466;
}
.badge-active-934a [class*="social-icon-xing"].fast-52f3 {
  background-color: transparent;
  color: #026466;
}
.badge-active-934a [class*="social-icon-yelp"] {
  background-color: #af0606;
}
.badge-active-934a [class*="social-icon-yelp"].fast-52f3 {
  background-color: transparent;
  color: #af0606;
}
.badge-active-934a [class*="social-icon-youtube"] {
  background-color: #cd201f;
}
.badge-active-934a [class*="social-icon-youtube"].fast-52f3 {
  background-color: transparent;
  color: #cd201f;
}
.gallery_simple_0d02 {
  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;
}
.gallery_simple_0d02:hover {
  box-shadow: none;
  background: 0 0;
}
.table-orange-1aee {
  background: 0 0 !important;
  text-transform: uppercase;
  font-size: 0.85em;
}
.hard_42e8 {
  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;
}
.next_dadf {
  display: inline-block;
  position: relative;
  vertical-align: middle;
}
.hover_copper_0251 {
  display: block;
  top: 50%;
  background-color: currentcolor;
}
.hover_copper_0251,
.hover_copper_0251::after,
.hover_copper_0251::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;
}
.hover_copper_0251::after,
.hover_copper_0251::before {
  content: "";
  display: block;
  background-color: inherit;
}
.prev-dbc6 .hard_42e8 .next_dadf {
  margin-top: -2px;
  width: 19px;
}
.prev-dbc6 .hard_42e8 .hover_copper_0251 {
  margin-top: -1px;
}
.prev-dbc6 .hard_42e8 .hover_copper_0251,
.prev-dbc6 .hard_42e8 .hover_copper_0251::after,
.prev-dbc6 .hard_42e8 .hover_copper_0251::before {
  width: 19px;
  height: 2px;
}
.prev-dbc6 .hard_42e8 .hover_copper_0251::before {
  top: -6px;
}
.prev-dbc6 .hard_42e8 .hover_copper_0251::after {
  bottom: -6px;
}
.first-abf7 .hard_42e8 .next_dadf {
  margin-top: -2px;
  width: 22px;
}
.first-abf7 .hard_42e8 .hover_copper_0251 {
  margin-top: -1px;
}
.first-abf7 .hard_42e8 .hover_copper_0251,
.first-abf7 .hard_42e8 .hover_copper_0251::after,
.first-abf7 .hard_42e8 .hover_copper_0251::before {
  width: 22px;
  height: 2px;
}
.first-abf7 .hard_42e8 .hover_copper_0251::before {
  top: -7px;
}
.first-abf7 .hard_42e8 .hover_copper_0251::after {
  bottom: -7px;
}
.modal-bright-597c .hard_42e8 .next_dadf {
  margin-top: -2px;
  width: 31px;
}
.modal-bright-597c .hard_42e8 .hover_copper_0251 {
  margin-top: -1.5px;
}
.modal-bright-597c .hard_42e8 .hover_copper_0251,
.modal-bright-597c .hard_42e8 .hover_copper_0251::after,
.modal-bright-597c .hard_42e8 .hover_copper_0251::before {
  width: 31px;
  height: 3px;
}
.modal-bright-597c .hard_42e8 .hover_copper_0251::before {
  top: -9px;
}
.modal-bright-597c .hard_42e8 .hover_copper_0251::after {
  bottom: -9px;
}
@media screen and (min-width: 1025px) {
  .red_2a3e .hard_42e8 .next_dadf {
    margin-top: -2px;
    width: 19px;
  }
  .red_2a3e .hard_42e8 .hover_copper_0251 {
    margin-top: -1px;
  }
  .red_2a3e .hard_42e8 .hover_copper_0251,
  .red_2a3e .hard_42e8 .hover_copper_0251::after,
  .red_2a3e .hard_42e8 .hover_copper_0251::before {
    width: 19px;
    height: 2px;
  }
  .red_2a3e .hard_42e8 .hover_copper_0251::before {
    top: -6px;
  }
  .red_2a3e .hard_42e8 .hover_copper_0251::after {
    bottom: -6px;
  }
  .grid_iron_7cf0 .hard_42e8 .next_dadf {
    margin-top: -2px;
    width: 22px;
  }
  .grid_iron_7cf0 .hard_42e8 .hover_copper_0251 {
    margin-top: -1px;
  }
  .grid_iron_7cf0 .hard_42e8 .hover_copper_0251,
  .grid_iron_7cf0 .hard_42e8 .hover_copper_0251::after,
  .grid_iron_7cf0 .hard_42e8 .hover_copper_0251::before {
    width: 22px;
    height: 2px;
  }
  .grid_iron_7cf0 .hard_42e8 .hover_copper_0251::before {
    top: -7px;
  }
  .grid_iron_7cf0 .hard_42e8 .hover_copper_0251::after {
    bottom: -7px;
  }
  .under_10ed .hard_42e8 .next_dadf {
    margin-top: -2px;
    width: 31px;
  }
  .under_10ed .hard_42e8 .hover_copper_0251 {
    margin-top: -1.5px;
  }
  .under_10ed .hard_42e8 .hover_copper_0251,
  .under_10ed .hard_42e8 .hover_copper_0251::after,
  .under_10ed .hard_42e8 .hover_copper_0251::before {
    width: 31px;
    height: 3px;
  }
  .under_10ed .hard_42e8 .hover_copper_0251::before {
    top: -9px;
  }
  .under_10ed .hard_42e8 .hover_copper_0251::after {
    bottom: -9px;
  }
}
@media screen and (max-width: 1024px) {
  .full_edc2 .hard_42e8 .next_dadf {
    margin-top: -2px;
    width: 19px;
  }
  .full_edc2 .hard_42e8 .hover_copper_0251 {
    margin-top: -1px;
  }
  .full_edc2 .hard_42e8 .hover_copper_0251,
  .full_edc2 .hard_42e8 .hover_copper_0251::after,
  .full_edc2 .hard_42e8 .hover_copper_0251::before {
    width: 19px;
    height: 2px;
  }
  .full_edc2 .hard_42e8 .hover_copper_0251::before {
    top: -6px;
  }
  .full_edc2 .hard_42e8 .hover_copper_0251::after {
    bottom: -6px;
  }
  .new_e338 .hard_42e8 .next_dadf {
    margin-top: -2px;
    width: 22px;
  }
  .new_e338 .hard_42e8 .hover_copper_0251 {
    margin-top: -1px;
  }
  .new_e338 .hard_42e8 .hover_copper_0251,
  .new_e338 .hard_42e8 .hover_copper_0251::after,
  .new_e338 .hard_42e8 .hover_copper_0251::before {
    width: 22px;
    height: 2px;
  }
  .new_e338 .hard_42e8 .hover_copper_0251::before {
    top: -7px;
  }
  .new_e338 .hard_42e8 .hover_copper_0251::after {
    bottom: -7px;
  }
  .border-593a .hard_42e8 .next_dadf {
    margin-top: -2px;
    width: 31px;
  }
  .border-593a .hard_42e8 .hover_copper_0251 {
    margin-top: -1.5px;
  }
  .border-593a .hard_42e8 .hover_copper_0251,
  .border-593a .hard_42e8 .hover_copper_0251::after,
  .border-593a .hard_42e8 .hover_copper_0251::before {
    width: 31px;
    height: 3px;
  }
  .border-593a .hard_42e8 .hover_copper_0251::before {
    top: -9px;
  }
  .border-593a .hard_42e8 .hover_copper_0251::after {
    bottom: -9px;
  }
}
@media screen and (max-width: 568px) {
  .status_6d5f .hard_42e8 .next_dadf {
    margin-top: -2px;
    width: 19px;
  }
  .status_6d5f .hard_42e8 .hover_copper_0251 {
    margin-top: -1px;
  }
  .status_6d5f .hard_42e8 .hover_copper_0251,
  .status_6d5f .hard_42e8 .hover_copper_0251::after,
  .status_6d5f .hard_42e8 .hover_copper_0251::before {
    width: 19px;
    height: 2px;
  }
  .status_6d5f .hard_42e8 .hover_copper_0251::before {
    top: -6px;
  }
  .status_6d5f .hard_42e8 .hover_copper_0251::after {
    bottom: -6px;
  }
  .gradient_0301 .hard_42e8 .next_dadf {
    margin-top: -2px;
    width: 22px;
  }
  .gradient_0301 .hard_42e8 .hover_copper_0251 {
    margin-top: -1px;
  }
  .gradient_0301 .hard_42e8 .hover_copper_0251,
  .gradient_0301 .hard_42e8 .hover_copper_0251::after,
  .gradient_0301 .hard_42e8 .hover_copper_0251::before {
    width: 22px;
    height: 2px;
  }
  .gradient_0301 .hard_42e8 .hover_copper_0251::before {
    top: -7px;
  }
  .gradient_0301 .hard_42e8 .hover_copper_0251::after {
    bottom: -7px;
  }
  .texture-yellow-1833 .hard_42e8 .next_dadf {
    margin-top: -2px;
    width: 31px;
  }
  .texture-yellow-1833 .hard_42e8 .hover_copper_0251 {
    margin-top: -1.5px;
  }
  .texture-yellow-1833 .hard_42e8 .hover_copper_0251,
  .texture-yellow-1833 .hard_42e8 .hover_copper_0251::after,
  .texture-yellow-1833 .hard_42e8 .hover_copper_0251::before {
    width: 31px;
    height: 3px;
  }
  .texture-yellow-1833 .hard_42e8 .hover_copper_0251::before {
    top: -9px;
  }
  .texture-yellow-1833 .hard_42e8 .hover_copper_0251::after {
    bottom: -9px;
  }
}
.border-fixed-9699 .hover_copper_0251 {
  -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);
}
.border-fixed-9699 .hover_copper_0251::before {
  -webkit-transition: top 75ms 0.12s ease, opacity 75ms ease;
  transition: top 75ms 0.12s ease, opacity 75ms ease;
}
.border-fixed-9699 .hover_copper_0251::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);
}
.border-fixed-9699.thumbnail_c1df .hover_copper_0251 {
  -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);
}
.border-fixed-9699.thumbnail_c1df .hover_copper_0251::before {
  top: 0;
  opacity: 0;
  -webkit-transition: top 75ms ease, opacity 75ms 0.12s ease;
  transition: top 75ms ease, opacity 75ms 0.12s ease;
}
.border-fixed-9699.thumbnail_c1df .hover_copper_0251::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);
}
.cold-8e70 {
  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.hot-5450:before {
  display: none;
}
.column-green-1aaf {
  padding: 0;
  position: fixed;
  width: 100%;
  max-width: 100%;
  top: 0;
  z-index: 999900;
  visibility: hidden;
}
.column-green-1aaf .highlight-37bd {
  padding: 1.4em 1.5em;
  border-bottom: 1px solid transparent;
}
.column-green-1aaf .highlight-37bd:last-of-type {
  border-bottom: none;
}
.column-green-1aaf .highlight-37bd.under_5059,
.column-green-1aaf .highlight-37bd.disabled_tiny_cf5a,
.column-green-1aaf .highlight-37bd.avatar-0007 {
  padding: 0;
}
.column-green-1aaf .yellow_e26d .row-ffef {
  color: currentColor;
}
.column-green-1aaf .yellow_e26d .row-ffef:focus,
.column-green-1aaf .yellow_e26d .row-ffef:hover {
  background: rgba(0, 0, 0, 0.01);
}
.column-green-1aaf.chip_stale_79c2 .in-9580,
.column-green-1aaf.chip_stale_79c2 .layout-b55a a,
.column-green-1aaf.chip_stale_79c2 .button-over-6076 a,
.column-green-1aaf.chip_stale_79c2 .pattern_2457 a {
  color: rgba(0, 0, 0, 0.55);
}
.column-green-1aaf.chip_stale_79c2 .in-9580:hover,
.column-green-1aaf.chip_stale_79c2 .layout-b55a a:hover,
.column-green-1aaf.chip_stale_79c2 .button-over-6076 a:hover,
.column-green-1aaf.chip_stale_79c2 .pattern_2457 a:hover {
  color: rgba(0, 0, 0, 0.8);
}
.column-green-1aaf.chip_stale_79c2 .over-3317 {
  color: rgba(0, 0, 0, 0.8);
}
.column-green-1aaf.chip_stale_79c2 .highlight-37bd {
  border-color: rgba(0, 0, 0, 0.08);
}
.column-green-1aaf.chip_stale_79c2 .highlight-37bd:before {
  background: rgba(0, 0, 0, 0.08);
}
.column-green-1aaf.chip_stale_79c2 .picture_102a:before {
  background: rgba(255, 255, 255, 0.9);
}
.column-green-1aaf.chip_stale_79c2 .yellow_e26d .narrow_938b li a,
.column-green-1aaf.chip_stale_79c2 .yellow_e26d .row-ffef,
.column-green-1aaf.chip_stale_79c2 .pattern_2457 {
  border-color: rgba(0, 0, 0, 0.08);
}
.column-green-1aaf.chip_stale_79c2 .yellow_e26d .row-ffef:focus,
.column-green-1aaf.chip_stale_79c2 .yellow_e26d .row-ffef:hover {
  background: rgba(0, 0, 0, 0.01);
}
.column-green-1aaf.chip_stale_79c2 .narrow_938b li {
  border-color: rgba(0, 0, 0, 0.08);
}
.column-green-1aaf.clean_4497 .in-9580,
.column-green-1aaf.clean_4497 .layout-b55a a,
.column-green-1aaf.clean_4497 .button-over-6076 .row-ffef,
.column-green-1aaf.clean_4497 .button-over-6076 a,
.column-green-1aaf.clean_4497 .pattern_2457 a {
  color: rgba(255, 255, 255, 0.79);
}
.column-green-1aaf.clean_4497 .in-9580:hover,
.column-green-1aaf.clean_4497 .layout-b55a a:hover,
.column-green-1aaf.clean_4497 .button-over-6076 .row-ffef:hover,
.column-green-1aaf.clean_4497 .button-over-6076 a:hover,
.column-green-1aaf.clean_4497 .pattern_2457 a:hover {
  color: rgba(255, 255, 255, 0.99);
}
.column-green-1aaf.clean_4497 .over-3317 {
  color: rgba(255, 255, 255, 0.99);
}
.column-green-1aaf.clean_4497 .highlight-37bd {
  border-color: rgba(255, 255, 255, 0.08);
}
.column-green-1aaf.clean_4497 .highlight-37bd:before {
  background: rgba(255, 255, 255, 0.08);
}
.column-green-1aaf.clean_4497 .picture_102a:before {
  background: rgba(0, 0, 0, 0.9);
}
.column-green-1aaf.clean_4497 .yellow_e26d .narrow_938b li a,
.column-green-1aaf.clean_4497 .yellow_e26d .row-ffef,
.column-green-1aaf.clean_4497 .pattern_2457 {
  border-color: rgba(255, 255, 255, 0.08);
}
.column-green-1aaf.clean_4497 .yellow_e26d .row-ffef:focus,
.column-green-1aaf.clean_4497 .yellow_e26d .row-ffef:hover {
  background: rgba(0, 0, 0, 0.01);
}
.column-green-1aaf.clean_4497 .narrow_938b li {
  border-color: rgba(255, 255, 255, 0.08);
}
.picture_102a {
  position: relative;
  word-con: break-word;
  min-height: 100%;
  display: block;
}
.picture_102a:before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  display: block;
  min-height: 100%;
}
.action_11f2 {
  position: relative;
  word-con: break-word;
  min-height: 100%;
  display: block;
  padding: 1.2em 0;
}
.cool_7f28 .column-green-1aaf {
  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;
}
.cool_7f28 .highlight-37bd {
  text-align: center;
  padding: 2em 1.5em;
  border: none;
  position: relative;
}
.cool_7f28 .highlight-37bd: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) {
  .cool_7f28 .highlight-37bd:before {
    width: 16%;
    left: 42%;
  }
}
.cool_7f28 .highlight-37bd:last-child:before {
  content: none;
}
.cool_7f28 .highlight-37bd[class*="-menu"] {
  padding: 2.5em 1.5em;
}
.cool_7f28 .yellow_e26d .narrow_938b li a {
  border: none;
  font-size: 140%;
  text-transform: uppercase;
  font-weight: 500;
}
.cool_7f28 .yellow_e26d .narrow_938b li a .row-ffef {
  display: inline-block;
  position: relative;
  border: 0 none;
  margin-right: -1.3em;
  top: -2px;
  padding: 0.28em 0.5em;
}
.cool_7f28 .yellow_e26d .pattern_2457 {
  border: none;
}
.cool_7f28 .yellow_e26d .pattern_2457 li a {
  text-transform: none;
  padding: 0.35em 1.5em;
  font-size: 100%;
}
.cool_7f28 .picture_102a {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}
.cool_7f28 .action_11f2 {
  max-width: 48em;
  margin: 3em auto;
  padding: 0;
}
.cool_7f28 .clean_4497 .picture_102a:before {
  background: rgba(0, 0, 0, 0.9);
}
.cool_7f28 .chip_stale_79c2.input-3611 .hover_copper_0251 {
  background: rgba(0, 0, 0, 0.6);
}
.cool_7f28
  .chip_stale_79c2.input-3611
  .hover_copper_0251::after,
.cool_7f28
  .chip_stale_79c2.input-3611
  .hover_copper_0251:before {
  background: inherit;
}
.cool_7f28
  .chip_stale_79c2.input-3611:hover
  .hover_copper_0251 {
  background: rgba(0, 0, 0, 0.8);
}
.progress-1446 .column-green-1aaf {
  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) {
  .progress-1446 .column-green-1aaf {
    width: auto;
    right: 45px;
  }
}
.chip-old-dd0f .column-green-1aaf {
  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) {
  .chip-old-dd0f .column-green-1aaf {
    width: auto;
    left: 45px;
  }
}
.hot-5450 .column-green-1aaf {
  position: relative;
  height: 0;
  display: block;
  visibility: visible;
  z-index: 999900;
  overflow: hidden;
}
.hot-5450 .action_11f2 {
  max-width: 48em;
  margin: 0 auto;
}
.hot-5450 .picture_102a:before {
  box-shadow: inset 0 0 12px 0 rgba(0, 0, 0, 0.05);
}
.plasma_4532 {
  overflow-x: hidden;
  position: relative;
  width: 100%;
  display: block;
}
.plasma_4532.cool_7f28 .column-green-1aaf {
  z-index: 0;
  opacity: 0;
  height: 100%;
}
.plasma_4532.progress-1446 .column-green-1aaf {
  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);
}
.plasma_4532 .column-green-1aaf {
  visibility: visible;
}
.plasma_4532.chip-old-dd0f .column-green-1aaf {
  -webkit-transform: translateX(200%);
  -ms-transform: translateX(200%);
  transform: translateX(200%);
  height: 100%;
}
.bottom-87df,
.green_b2e0 {
  overflow-x: hidden;
}
.bottom-87df .column-green-1aaf {
  overflow: auto;
}
.bottom-87df.cool_7f28 {
  overflow: initial;
  position: relative;
  width: 100%;
  display: block;
}
.bottom-87df.cool_7f28 .column-green-1aaf {
  z-index: 999900;
  opacity: 1;
  visibility: visible;
}
.bottom-87df.cool_7f28 .gallery_simple_0d02 {
  opacity: 0;
}
.bottom-87df.progress-1446 {
  overflow: initial;
  position: relative;
  width: 100%;
  display: block;
}
.bottom-87df.progress-1446 .column-green-1aaf {
  z-index: 999900;
  height: 100vh;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  left: 0;
  visibility: visible;
}
.bottom-87df.progress-1446 .gallery_simple_0d02 {
  opacity: 0;
}
.bottom-87df.chip-old-dd0f {
  overflow: initial;
  position: relative;
  width: 100%;
  display: block;
}
.bottom-87df.chip-old-dd0f .column-green-1aaf {
  z-index: 999900;
  height: 100vh;
  max-width: 100vw;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  right: 0;
  visibility: visible;
}
.bottom-87df.chip-old-dd0f .gallery_simple_0d02 {
  opacity: 0;
}
.bottom-87df.hot-5450 .column-green-1aaf {
  z-index: 10;
  visibility: visible;
}
.input-3611 {
  display: none;
  z-index: 999910;
  cursor: pointer;
  position: fixed;
  top: 10px;
  right: 12px;
}
.input-3611 .hover_copper_0251 {
  background: rgba(255, 255, 255, 0.99);
}
.input-3611 .hover_copper_0251::after,
.input-3611 .hover_copper_0251:before {
  background: inherit;
}
.input-3611:hover .hover_copper_0251 {
  background: rgba(255, 255, 255, 0.99);
}
.chip-old-dd0f .input-3611 {
  top: 10px;
  right: auto;
  left: 12px;
}
.hot-5450 .input-3611 {
  display: none !important;
}
.bottom-87df:before,
.green_b2e0:before {
  z-index: 999897;
  visibility: visible;
  opacity: 1;
}
.bottom-87df .input-3611,
.green_b2e0 .input-3611 {
  display: inline-block;
}
.column-green-1aaf .liquid-2387 {
  -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;
}
.bottom-87df .column-green-1aaf .liquid-2387,
.green_b2e0 .column-green-1aaf .liquid-2387 {
  opacity: 1;
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
}
.tertiary-b26d .clean-e121 {
  width: 100%;
}
.warm-bfb8 {
  padding: 0 0.5em 0;
}
.warm-bfb8 [class*="customify-col-"],
.warm-bfb8 [class*="customify-col_"],
.warm-bfb8 [class~="customify-col"] {
  padding: 0 0.5em 0;
}
.hard-5009 .warm-bfb8 {
  padding-left: 1em;
  padding-right: 1em;
}
@media screen and (min-width: 1025px) {
  .tertiary_bd03 .form_b458,
  .form_b458 {
    display: none;
  }
  .badge_static_5fad {
    text-align: left;
  }
  .light-e248 {
    text-align: center;
  }
  .backdrop_64b7 {
    text-align: right;
  }
}
@media screen and (max-width: 1024px) {
  .tertiary_bd03 .photo_fluid_6ea4,
  .photo_fluid_6ea4 {
    display: none;
  }
  .basic-2f33 {
    text-align: left;
  }
  .basic_1f86 {
    text-align: center;
  }
  .white-e05b {
    text-align: right;
  }
}
@media screen and (max-width: 568px) {
  .tertiary_bd03 .card_b586,
  .card_b586 {
    display: none;
  }
  .heading_simple_306a {
    text-align: left;
  }
  .tabs-bronze-46ba {
    text-align: center;
  }
  .motion_46cc {
    text-align: right;
  }
}
#page {
  position: relative;
}
.paragraph_ae7c {
  box-shadow: none !important;
}
.row-4c5a .current_ea5d,
.gallery_copper_1fe9 .current_ea5d {
  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;
}
.gallery_copper_1fe9 .current_ea5d {
  margin-top: 30px;
  margin-bottom: 30px;
}
.sort-complex-f088 {
  position: relative;
  padding-left: 2em;
  padding-right: 2em;
}
.sort-complex-f088:after,
.sort-complex-f088:before {
  content: "";
  display: table;
}
.sort-complex-f088:after {
  clear: both;
}
@media screen and (max-width: 48em) {
  .sort-complex-f088 {
    padding-left: 1em;
    padding-right: 1em;
  }
}
.sort-complex-f088,
.pagination_7098 {
  max-width: 1248px;
  margin: 0 auto;
}

.link_dirty_0d2d.logo-6348 .sort-complex-f088 {
  max-width: 100%;
}
.link_dirty_0d2d.huge_1105 {
  max-width: 1200px;
  margin: 0 auto;
}
.link_dirty_0d2d.primary_pink_b334 .sort-complex-f088 {
  max-width: 100%;
}
.link_dirty_0d2d.primary_pink_b334 > .sort-complex-f088 {
  padding-left: 0;
  padding-right: 0;
}
.link_dirty_0d2d.primary_pink_b334 > .sort-complex-f088 .tertiary_bd03 {
  margin: 0;
}
.link_dirty_0d2d.primary_pink_b334
  > .sort-complex-f088
  .form-a6f0.media-short-6758 {
  margin-right: 0;
  margin-left: 0;
}
.link_dirty_0d2d.primary_pink_b334 #main.media-short-6758 {
  padding: 0;
}
#main,
#sidebar-primary,
#sidebar-secondary {
  padding-top: 2.617924em;
  padding-bottom: 2.617924em;
}
@media screen and (max-width: 1024px) {
  .orange-8d24 #main {
    border-left: 0 none;
  }
}
@media screen and (max-width: 1024px) {
  .orange-8d24 #sidebar-secondary {
    -webkit-box-ordinal-group: 6;
    order: 5;
    display: none;
  }
}
@media screen and (min-width: 48em) {
  .prev_3ae7 .active-d8ad {
    padding-right: 1em;
  }
  .prev_3ae7.notification_8ad5 .form-a6f0 {
    border-right: 1px solid #eaecee;
  }
  .prev_3ae7.notification_8ad5 .active-d8ad {
    padding-right: 1em;
  }
  .prev_3ae7.notification_8ad5 .advanced-9fda {
    padding-left: 1em;
  }
}
@media screen and (min-width: 48em) {
  .modal_first_5f60 .active-d8ad {
    padding-left: 1em;
  }
  .modal_first_5f60.notification_8ad5 .form-a6f0 {
    border-left: 1px solid #eaecee;
  }
  .modal_first_5f60.notification_8ad5 .active-d8ad {
    padding-left: 1em;
  }
  .modal_first_5f60.notification_8ad5 .advanced-9fda {
    padding-right: 1em;
  }
}
@media screen and (min-width: 48em) {
  .shadow_tiny_63ca .active-d8ad {
    padding-left: 1em;
  }
  .shadow_tiny_63ca.notification_8ad5 .container-soft-e33d {
    border-right: 1px solid #eaecee;
  }
  .shadow_tiny_63ca.notification_8ad5 .full-52e6 {
    border-right: 1px solid #eaecee;
  }
  .shadow_tiny_63ca.notification_8ad5 .active-d8ad {
    padding-left: 1em;
  }
  .shadow_tiny_63ca.notification_8ad5 .advanced-9fda {
    padding-right: 1em;
  }
  .shadow_tiny_63ca.notification_8ad5 .panel-east-fc28 {
    padding-left: 1em;
    padding-right: 1em;
  }
}
@media screen and (min-width: 48em) {
  .huge_a28e .active-d8ad {
    padding-right: 1em;
  }
  .huge_a28e.notification_8ad5 .container-soft-e33d {
    border-left: 1px solid #eaecee;
  }
  .huge_a28e.notification_8ad5 .full-52e6 {
    border-left: 1px solid #eaecee;
  }
  .huge_a28e.notification_8ad5 .active-d8ad {
    padding-right: 1em;
  }
  .huge_a28e.notification_8ad5 .advanced-9fda {
    padding-left: 1em;
    padding-right: 1em;
  }
  .huge_a28e.notification_8ad5 .panel-east-fc28 {
    padding-left: 1em;
  }
}
@media screen and (min-width: 48em) {
  .orange-8d24 .active-d8ad {
    padding-left: 1em;
    padding-right: 1em;
  }
  .orange-8d24.notification_8ad5 .form-a6f0 {
    border-left: 1px solid #eaecee;
    border-right: 1px solid #eaecee;
  }
  .orange-8d24.notification_8ad5 .active-d8ad {
    padding-left: 1em;
    padding-right: 1em;
  }
  .orange-8d24.notification_8ad5 .advanced-9fda {
    padding-left: 1em;
  }
  .orange-8d24.notification_8ad5 .panel-east-fc28 {
    padding-right: 1em;
  }
}
@media screen and (max-width: 64em) {
  .orange-8d24.notification_8ad5 .active-d8ad {
    padding-left: 0;
  }
}
.top_f493 .title-paper-5e51 {
  display: inline-block;
}
.lower-8bb9 {
  display: inline-block;
}
.slider-complex-6205 {
  word-con: break-word;
}
.silver-24fb > span {
  display: inline-block;
  padding: 5px 0;
}
.silver-24fb .narrow_45ce {
  margin-left: 8px;
  margin-right: 8px;
}
.silver-24fb .input_c854 img {
  vertical-align: middle;
  overflow: hidden;
  border-radius: 50%;
  margin-right: 5px;
}
.surface_white_b73e .menu_432b {
  margin-bottom: 2em;
}
.surface_white_b73e .orange_1473 {
  margin-bottom: 15px;
}
.surface_white_b73e .orange_1473:last-child {
  margin-bottom: 0;
}
.surface_white_b73e .hard_a44a {
  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) {
  .surface_white_b73e .hard_a44a {
    display: block;
  }
}
.surface_white_b73e .module_c385 {
  position: relative;
  max-width: 100%;
  flex-basis: 40%;
  padding-top: 0;
  overflow: hidden;
}
@media screen and (max-width: 568px) {
  .surface_white_b73e .module_c385 {
    margin-bottom: 1em;
    width: 100% !important;
    padding-top: 56.25%;
  }
}
.surface_white_b73e .upper_91b3 {
  position: absolute;
  top: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: flex;
  line-height: 0;
  background-color: #d5d5d5;
}
.surface_white_b73e .upper_91b3 img {
  -o-object-fit: cover;
  object-fit: cover;
  width: 100%;
  height: auto;
}
.surface_white_b73e .upper_91b3 a {
  position: absolute;
  top: 0;
  top: 0;
  display: block;
}
.surface_white_b73e .slider-complex-6205 {
  font-size: 1.5em;
  font-weight: 500;
  word-con: break-word;
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
}
.surface_white_b73e .slider-complex-6205 a {
  text-align: inherit;
  display: block;
  flex-basis: 100%;
}
.surface_white_b73e .tabs-17d3 p:last-child {
  margin-bottom: 0;
}
.surface_white_b73e .wide-4626 {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: block;
  z-index: 30;
}
.surface_white_b73e .heading_f835 {
  -webkit-box-flex: 1;
  flex: 1;
  word-con: break-word;
  max-width: 100%;
}
.surface_white_b73e .form_fluid_8c39 {
  margin-top: 1em;
}
.surface_white_b73e .feature-063d {
  top: 0;
  display: block;
}
.surface_white_b73e .feature-063d a {
  color: inherit;
}
.surface_white_b73e .feature-063d a:hover {
  color: inherit;
}
.surface_white_b73e .background_54d6 {
  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;
}
.surface_white_b73e .background_54d6:hover {
  background: #235787;
  color: #fff;
  border-color: #235787;
}
.surface_white_b73e .heading_f835 {
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-flow: column nowrap;
}
.surface_white_b73e .widget_e494 {
  position: relative;
  width: 100%;
  margin-bottom: 15px;
}
.surface_white_b73e .widget_e494:first-child {
  margin-top: 0;
}
.surface_white_b73e .widget_e494.footer-stale-0253 {
  -webkit-box-flex: 0;
  flex: none;
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.surface_white_b73e .widget_e494.red-9e40 {
  display: -webkit-box;
  display: flex;
  margin-top: auto;
  margin-bottom: 0;
  -webkit-box-pack: justify;
  justify-content: space-between;
}
.surface_white_b73e
  .widget_e494.red-9e40.aside-slow-e32c
  .form_fluid_8c39 {
  width: 100%;
}
.surface_white_b73e .red-9e40 {
  -webkit-box-align: center;
  align-items: center;
}
.surface_white_b73e .red-9e40 .silver-24fb,
.surface_white_b73e .red-9e40 > * {
  margin-bottom: 0;
  margin-top: 0;
  display: inline-block;
}
.surface_white_b73e .upper_91b3 {
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
.surface_white_b73e .upper_91b3 img {
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
.surface_white_b73e .upper_91b3: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;
}
.surface_white_b73e .footer-stale-0253 {
  z-index: 5;
}
.surface_white_b73e .surface-db65 .up-df19 {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  display: block;
}
.surface_white_b73e .tall_82fb .up-df19 {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  display: block;
}
.surface_white_b73e .preview_49ce .up-df19 {
  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;
}
.surface_white_b73e.component-west-49b7 .hard_a44a,
.surface_white_b73e.pro-6b3b .hard_a44a {
  display: block;
}
.surface_white_b73e.component-west-49b7 .hard_a44a .link-hot-deb2,
.surface_white_b73e.component-west-49b7 .hard_a44a .heading_f835,
.surface_white_b73e.pro-6b3b .hard_a44a .link-hot-deb2,
.surface_white_b73e.pro-6b3b .hard_a44a .heading_f835 {
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
}
.surface_white_b73e.narrow_0090 .module_c385 {
  margin-right: 2em;
}
@media screen and (max-width: 568px) {
  .surface_white_b73e.narrow_0090 .module_c385 {
    margin-right: 0;
  }
}
.surface_white_b73e.component-west-49b7 .module_c385,
.surface_white_b73e.pro-6b3b .module_c385 {
  padding-top: 40%;
}
.surface_white_b73e.component-west-49b7 .menu_432b,
.surface_white_b73e.pro-6b3b .menu_432b {
  display: block;
}
.surface_white_b73e.component-west-49b7 .fn-sticky-a4b1 .heading_f835,
.surface_white_b73e.pro-6b3b .fn-sticky-a4b1 .heading_f835 {
  background-color: #fcf8e3;
  border: 1px solid #faf2cc;
  border-top: 0 none;
  color: #8a6d3b;
  padding: 1em;
}
.surface_white_b73e.component-west-49b7 .module_c385,
.surface_white_b73e.pro-6b3b .module_c385 {
  margin-bottom: 1em;
  display: block;
  position: relative;
}
.surface_white_b73e.component-west-49b7 .heading_f835 {
  padding: 1em;
}
.red-96cc {
  margin: 30px auto;
  display: block;
}
.red-96cc .logo-ceb7 > * {
  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;
}
.red-96cc .logo-ceb7 > :hover {
  border-color: #235787;
  background: #235787;
  color: #fff;
}
.red-96cc .logo-ceb7 span {
  border-color: #235787;
  background: #235787;
  color: #fff;
}
.menu-clean-586b .silver-24fb {
  margin-bottom: 1.41575em;
}
.menu-clean-586b .right-6aa2 {
  margin-bottom: 1.618em;
}
.tabs-middle-8804 .column_gas_930c {
  display: block;
  margin: 5px 0 20px;
  font-weight: 500;
}
.tabs-middle-8804 .column_gas_930c a {
  border: 1px solid #eaecee;
  padding: 5px 12px 5px;
  text-transform: uppercase;
  color: #686868;
  margin: 0 2px;
}
.tabs-middle-8804 .button-0725 {
  max-width: 100%;
  overflow: auto;
}
.photo_red_5d67 .tabs-middle-8804 a:hover {
  text-decoration: underline;
}
.frame_57c5 .orange_1473:not(.slider-complex-6205),
.frame_57c5 .upper_91b3 {
  margin-bottom: 1.41575em;
}
.frame_57c5 .orange_1473:not(.slider-complex-6205):last-child,
.frame_57c5 .upper_91b3:last-child {
  margin-bottom: 0;
}
.frame_57c5 .orange_1473.silver-2f53 {
  margin-bottom: 0.41575em;
}
.frame_57c5 .hard_9d2e:before,
.frame_57c5 .simple_4e4d:before {
  font: normal normal normal 16px/1 FontAwesome;
  text-decoration: inherit;
  text-transform: none;
  position: relative;
  margin-right: 5px;
  color: #6d6d6d;
}
.frame_57c5 .hard_9d2e:before {
  content: "\f115";
}
.frame_57c5 .simple_4e4d:before {
  content: "\f02c";
}
.frame_57c5 .soft_b00e {
  display: block;
  width: 100%;
  margin-top: 0.5407911001em;
}
.frame_57c5 .soft_b00e a {
  text-transform: uppercase;
  font-weight: 500;
  font-size: 80%;
  letter-spacing: 0.5px;
}
.light-1d33 {
  display: -webkit-box;
  display: flex;
}
.light-1d33 .steel-9fa5 {
  flex-basis: 90px;
}
@media screen and (max-width: 568px) {
  .light-1d33 .steel-9fa5 {
    flex-basis: 90px;
  }
}
.light-1d33 .aside-8c4a {
  flex-basis: calc(100% - 90px);
  margin-left: 1.5em;
}
@media screen and (max-width: 568px) {
  .light-1d33 .aside-8c4a {
    flex-basis: calc(100% - 50px);
  }
}
.light-1d33 .avatar-417f p:last-child {
  margin-bottom: 0.72em;
}
.description-medium-5894 .logo-ceb7 {
  padding: 16px 0 15px;
  border-top: 1px solid #eaecee;
  border-bottom: 1px solid #eaecee;
}
.description-medium-5894 .logo-ceb7:after,
.description-medium-5894 .logo-ceb7:before {
  content: "";
  display: table;
}
.description-medium-5894 .logo-ceb7:after {
  clear: both;
}
.description-medium-5894 .logo-ceb7 .blue_1926,
.description-medium-5894 .logo-ceb7 .box_action_cc5b {
  width: 49%;
}
.description-medium-5894 .logo-ceb7 .blue_1926 a span.pro-2100,
.description-medium-5894 .logo-ceb7 .box_action_cc5b a span.pro-2100 {
  display: block;
  margin-bottom: 5px;
}
.description-medium-5894 .logo-ceb7 .box_action_cc5b {
  float: left;
  text-align: left;
}
.description-medium-5894 .logo-ceb7 .blue_1926 {
  float: right;
  text-align: right;
}
.pattern_5d76 {
  margin-bottom: 0.41575em;
}
@media screen and (max-width: 568px) {
  .pattern_5d76 {
    margin-bottom: 0;
  }
}
.brown-6b82 {
  margin-bottom: 1em;
}
.brown-6b82 .slider-complex-6205 {
  font-size: 1.1em;
  line-height: 1.3;
}
.bottom-ef95 a {
  display: block;
  line-height: 0;
  position: relative;
}
.pressed_e84d .brown-6b82,
.preview-in-6890 .brown-6b82 {
  display: -webkit-box;
  display: flex;
}
@media screen and (max-width: 568px) {
  .pressed_e84d .brown-6b82,
  .preview-in-6890 .brown-6b82 {
    display: block;
  }
}
.pressed_e84d .bottom-ef95,
.preview-in-6890 .bottom-ef95 {
  flex-basis: 160px;
  position: relative;
}
@media screen and (max-width: 568px) {
  .pressed_e84d .bottom-ef95,
  .preview-in-6890 .bottom-ef95 {
    margin-bottom: 1em;
  }
}
.pressed_e84d .bottom-ef95 img,
.preview-in-6890 .bottom-ef95 img {
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  display: block;
}
.pressed_e84d .overlay-16f8,
.preview-in-6890 .overlay-16f8 {
  flex-basis: calc(100% - 160px);
}
.pressed_e84d .overlay-16f8 p,
.preview-in-6890 .overlay-16f8 p {
  margin-bottom: 0;
}
.pressed_e84d .overlay-16f8 {
  padding-left: 1em;
}
@media screen and (max-width: 568px) {
  .pressed_e84d .overlay-16f8 {
    padding-left: 0;
  }
}
.preview-in-6890 .overlay-16f8 {
  -webkit-box-ordinal-group: 2;
  order: 1;
  padding-right: 1em;
}
@media screen and (max-width: 568px) {
  .preview-in-6890 .overlay-16f8 {
    padding-right: 0;
  }
}
.preview-in-6890 .bottom-ef95 {
  -webkit-box-ordinal-group: 3;
  order: 2;
}
.layout_20a3 .bottom-ef95 {
  margin-bottom: 0.5em;
}
.layout_20a3 .bottom-ef95 img {
  width: 100%;
}
.pagination_cb10 .tiny_604c,
.label-new-21ba .tiny_604c {
  margin-bottom: 35px;
  padding-bottom: 20px;
  border-bottom: 1px solid #eaecee;
}
.label-new-21ba .form-a6f0 .slider_selected_1441 p:last-child {
  margin-bottom: 0;
}
.photo-07ec {
  font-size: 16px;
  text-transform: uppercase;
  font-weight: 500;
  color: currentColor;
  margin-bottom: 20px;
}
.dropdown-white-6b4f .secondary-51be {
  margin-bottom: 2em;
}
@media screen and (min-width: 1025px) {
  .dropdown-white-6b4f .secondary-51be:last-of-type {
    margin-bottom: 0;
  }
}
.dropdown-white-6b4f .secondary-51be ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.dropdown-white-6b4f .secondary-51be ul:after {
  clear: both;
  content: ".";
  display: block;
  height: 0;
  visibility: hidden;
}
.dropdown-white-6b4f .secondary-51be ul li {
  margin: 0 0 0.6em;
}
.dropdown-white-6b4f .secondary-51be ul li.accordion_selected_c43d,
.dropdown-white-6b4f .secondary-51be ul li.focus-7038 {
  position: relative;
}
.dropdown-white-6b4f .secondary-51be ul li.accordion_selected_c43d .layout_7652,
.dropdown-white-6b4f .secondary-51be ul li.focus-7038 .layout_7652 {
  right: 0;
  background: #eaecee;
  color: #999;
  padding: 0 0.5em;
  border-radius: 0.9em;
  font-size: 12px;
  position: absolute;
  top: 4px;
}
.dropdown-white-6b4f .secondary-51be ul li.accordion_selected_c43d:after:after,
.dropdown-white-6b4f .secondary-51be ul li.accordion_selected_c43d:after:before,
.dropdown-white-6b4f
  .secondary-51be
  ul
  li.focus-7038:after:after,
.dropdown-white-6b4f
  .secondary-51be
  ul
  li.focus-7038:after:before {
  content: "";
  display: table;
}
.dropdown-white-6b4f .secondary-51be ul li.accordion_selected_c43d:after:after,
.dropdown-white-6b4f
  .secondary-51be
  ul
  li.focus-7038:after:after {
  clear: both;
}
.dropdown-white-6b4f .secondary-51be a.yellow_9719:hover {
  text-decoration: none;
}
.dropdown-white-6b4f .secondary-51be select {
  max-width: 100%;
}
.dropdown-white-6b4f .secondary-51be table {
  font-size: 85%;
}
.dropdown-white-6b4f .secondary-51be table td,
.dropdown-white-6b4f .secondary-51be table th {
  padding: 0.2360828548em;
  text-align: center;
}
.dropdown-white-6b4f .secondary-51be table tfoot td {
  text-align: left;
}
.dropdown-white-6b4f .secondary-51be :last-child {
  margin-bottom: 0;
}
.dropdown-white-6b4f .secondary-51be .border-selected-7c7a {
  display: -webkit-box;
  display: flex;
  width: 100%;
  max-width: 100%;
}
.dropdown-white-6b4f .secondary-51be .border-selected-7c7a label {
  width: 100%;
}
.dropdown-white-6b4f .secondary-51be .border-selected-7c7a .avatar_clean_e87a {
  width: 100%;
  display: block;
}
.dropdown-white-6b4f .secondary-51be .border-selected-7c7a .focus-792d {
  padding: 9px 14px;
  margin-left: -46px;
  overflow: hidden;
  box-shadow: none;
  background: 0 0;
  color: #aaa;
  line-height: 0;
}
.dropdown-white-6b4f .secondary-51be .border-selected-7c7a .focus-792d:hover svg #svg-search {
  fill: #444;
}
.dropdown-white-6b4f .secondary-51be .border-selected-7c7a .focus-792d svg {
  width: 18px;
  height: 18px;
}
.dropdown-white-6b4f .motion-2153 ul ul,
.dropdown-white-6b4f .focus_4278 ul ul,
.dropdown-white-6b4f .hidden-6450 ul ul,
.dropdown-white-6b4f .logo_brown_910f ul ul {
  margin-top: 0.3819820591em;
  margin-left: 0;
  margin-bottom: -0.3819820591em;
}
.dropdown-white-6b4f .motion-2153 .bottom_bcd4 > a,
.dropdown-white-6b4f .focus_4278 .bottom_bcd4 > a,
.dropdown-white-6b4f .hidden-6450 .bottom_bcd4 > a,
.dropdown-white-6b4f .logo_brown_910f .bottom_bcd4 > a {
  margin-bottom: 0;
}
.dropdown-white-6b4f .active_dirty_6ffd li,
.dropdown-white-6b4f .motion-2153 li,
.dropdown-white-6b4f .info_solid_e453 li,
.dropdown-white-6b4f .focus_4278 li,
.dropdown-white-6b4f .hidden-6450 li,
.dropdown-white-6b4f .logo_brown_910f li,
.dropdown-white-6b4f .middle_fb88 li,
.dropdown-white-6b4f .form_lower_e96e li {
  display: block;
  position: relative;
}
.dropdown-white-6b4f .active_dirty_6ffd li:last-child,
.dropdown-white-6b4f .motion-2153 li:last-child,
.dropdown-white-6b4f .info_solid_e453 li:last-child,
.dropdown-white-6b4f .focus_4278 li:last-child,
.dropdown-white-6b4f .hidden-6450 li:last-child,
.dropdown-white-6b4f .logo_brown_910f li:last-child,
.dropdown-white-6b4f .middle_fb88 li:last-child,
.dropdown-white-6b4f .form_lower_e96e li:last-child {
  border: none;
}
.dropdown-white-6b4f .active_dirty_6ffd li a,
.dropdown-white-6b4f .motion-2153 li a,
.dropdown-white-6b4f .info_solid_e453 li a,
.dropdown-white-6b4f .focus_4278 li a,
.dropdown-white-6b4f .hidden-6450 li a,
.dropdown-white-6b4f .logo_brown_910f li a,
.dropdown-white-6b4f .middle_fb88 li a,
.dropdown-white-6b4f .form_lower_e96e li a {
  display: block;
  width: 100%;
  padding-bottom: 0.6em;
  margin-bottom: 0.6em;
  border-bottom: 1px solid #eaecee;
  position: relative;
}
.dropdown-white-6b4f .active_dirty_6ffd li ul li::before,
.dropdown-white-6b4f .motion-2153 li ul li::before,
.dropdown-white-6b4f .info_solid_e453 li ul li::before,
.dropdown-white-6b4f .focus_4278 li ul li::before,
.dropdown-white-6b4f .hidden-6450 li ul li::before,
.dropdown-white-6b4f .logo_brown_910f li ul li::before,
.dropdown-white-6b4f .middle_fb88 li ul li::before,
.dropdown-white-6b4f .form_lower_e96e li ul li::before {
  left: 15px;
}
.dropdown-white-6b4f .active_dirty_6ffd li ul a,
.dropdown-white-6b4f .motion-2153 li ul a,
.dropdown-white-6b4f .info_solid_e453 li ul a,
.dropdown-white-6b4f .focus_4278 li ul a,
.dropdown-white-6b4f .hidden-6450 li ul a,
.dropdown-white-6b4f .logo_brown_910f li ul a,
.dropdown-white-6b4f .middle_fb88 li ul a,
.dropdown-white-6b4f .form_lower_e96e li ul a {
  padding-left: 20px;
}
.dropdown-white-6b4f .active_dirty_6ffd li ul ul li::before,
.dropdown-white-6b4f .motion-2153 li ul ul li::before,
.dropdown-white-6b4f .info_solid_e453 li ul ul li::before,
.dropdown-white-6b4f .focus_4278 li ul ul li::before,
.dropdown-white-6b4f .hidden-6450 li ul ul li::before,
.dropdown-white-6b4f .logo_brown_910f li ul ul li::before,
.dropdown-white-6b4f .middle_fb88 li ul ul li::before,
.dropdown-white-6b4f .form_lower_e96e li ul ul li::before {
  left: 30px;
}
.dropdown-white-6b4f .active_dirty_6ffd li ul ul a,
.dropdown-white-6b4f .motion-2153 li ul ul a,
.dropdown-white-6b4f .info_solid_e453 li ul ul a,
.dropdown-white-6b4f .focus_4278 li ul ul a,
.dropdown-white-6b4f .hidden-6450 li ul ul a,
.dropdown-white-6b4f .logo_brown_910f li ul ul a,
.dropdown-white-6b4f .middle_fb88 li ul ul a,
.dropdown-white-6b4f .form_lower_e96e li ul ul a {
  padding-left: 40px;
}
.dropdown-white-6b4f .accent_dec6 li {
  padding-bottom: 0.6em;
  border-bottom: 1px solid #eaecee;
  position: relative;
}
.dropdown-white-6b4f .form_lower_e96e ul li {
  margin-bottom: 1.41575em;
}
.dropdown-white-6b4f .form_lower_e96e ul li .left-57c6 {
  font-weight: 400;
  font-size: 1.2em;
  line-height: 1.28;
}
.dropdown-white-6b4f .form_lower_e96e ul li .surface-117e {
  display: block;
  margin: 0.5407911001em 0;
  font-size: 85%;
}
.clean_4497 .active_dirty_6ffd li a,
.clean_4497 .motion-2153 li a,
.clean_4497 .info_solid_e453 li a,
.clean_4497 .focus_4278 li a,
.clean_4497 .hidden-6450 li a,
.clean_4497 .logo_brown_910f li a,
.clean_4497 .middle_fb88 li a,
.clean_4497 .form_lower_e96e li a {
  border-color: rgba(255, 255, 255, 0.08);
}
.clean_4497 .accent_dec6 li {
  border-color: rgba(255, 255, 255, 0.08);
}
.clean_4497 .secondary-51be ul li.accordion_selected_c43d .layout_7652,
.clean_4497 .secondary-51be ul li.focus-7038 .layout_7652 {
  background: rgba(0, 0, 0, 0.2);
}
.clean_4497 .dropdown-white-6b4f .secondary-51be select {
  border-color: rgba(255, 255, 255, 0.08);
}
.link_dirty_0d2d .dropdown-white-6b4f .narrow_938b li {
  margin: 0;
}
.link_dirty_0d2d .dropdown-white-6b4f .narrow_938b li a {
  display: block;
  padding: 0.6em 0 0.6em;
}
.link_dirty_0d2d .dropdown-white-6b4f .narrow_938b li ul {
  margin: 0;
}
.link_dirty_0d2d .dropdown-white-6b4f .narrow_938b li ul li a {
  padding-left: 15px;
}
.link_dirty_0d2d .dropdown-white-6b4f .narrow_938b li ul li li a {
  padding-left: 30px;
}
.link_dirty_0d2d .dropdown-white-6b4f .narrow_938b li.sidebar_dirty_7697 > a {
  position: relative;
  border: 1px solid #eaecee;
  border-left: none;
  border-right: none;
  font-size: 110%;
}
.link_dirty_0d2d .dropdown-white-6b4f .narrow_938b li.sidebar_dirty_7697 > 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;
}
.link_dirty_0d2d .dropdown-white-6b4f .narrow_938b li.sidebar_dirty_7697 > 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;
}
.logo-fluid-4e71 a {
  border: 1px solid currentColor;
  border-radius: 2px;
  display: inline-block;
  font-size: 0.875em !important;
  margin-bottom: 5px;
  padding: 1px 10px 1px;
}
.popup_3471 {
  position: relative;
  z-index: 10;
}
.popup_3471 .liquid-2387 {
  width: 100%;
  max-width: 100%;
}
.action-27e2 .solid_ec3f {
  padding-top: 2em;
  padding-bottom: 2em;
}
.action-27e2 .chip_stale_79c2 {
}
.action-27e2 .clean_4497 {
  background: #292929;
}
.hard_9226 .solid_ec3f {
  padding-top: 2.5em;
  padding-bottom: 2.5em;
}
.hard_9226 .chip_stale_79c2 {
  background: #f9f9f9;
}
.hard_9226 .clean_4497 {
  background: #303030;
}
.overlay_9f9e .solid_ec3f {
  padding-top: 1.5em;
  padding-bottom: 1.5em;
}
@media screen and (max-width: 568px) {
  .overlay_9f9e .title-paper-5e51 {
    margin-bottom: 1em;
  }
  .overlay_9f9e .title-paper-5e51:last-child {
    margin-bottom: 0;
  }
}
.overlay_9f9e .chip_stale_79c2 {
  background: #ededed;
}
.overlay_9f9e .clean_4497 {
  background: #1a1a1a;
}
.solid_ec3f.chip_stale_79c2 {
  color: rgba(0, 0, 0, 0.6);
}
.solid_ec3f.chip_stale_79c2 .shade-89f0 li {
  border-color: rgba(0, 0, 0, 0.08);
}
.solid_ec3f.clean_4497 {
  color: rgba(255, 255, 255, 0.99);
}
.solid_ec3f.clean_4497 a:not(.yellow_9719) {
  color: rgba(255, 255, 255, 0.79);
}
.solid_ec3f.clean_4497 a:not(.yellow_9719):hover {
  color: rgba(255, 255, 255, 0.99);
}
.solid_ec3f.clean_4497 .shade-89f0 li {
  border-color: rgba(255, 255, 255, 0.08);
}
.solid_ec3f.clean_4497 table tbody td,
.solid_ec3f.clean_4497 table th {
  background: rgba(0, 0, 0, 0.08);
}
.component_rough_db0a.breadcrumb_selected_de1b .sort-complex-f088 {
  max-width: initial;
}
.component_rough_db0a .breadcrumb-3270 {
  -webkit-box-pack: start;
  justify-content: flex-start;
}
.component_rough_db0a .breadcrumb-3270 .liquid-2387 {
  width: auto;
}
@media screen and (max-width: 1024px) {
  .component_rough_db0a .breadcrumb-3270 .liquid-2387 {
    display: block;
    margin-bottom: 2em;
  }
  .component_rough_db0a .breadcrumb-3270 .liquid-2387:last-child {
    margin-bottom: 0;
  }
}
.overlay_9f9e .title-paper-5e51:last-child,
.hard_9226 .title-paper-5e51:last-child,
.action-27e2 .title-paper-5e51:last-child {
  margin-bottom: 0;
}
.overlay_9f9e .title-paper-5e51 .dropdown-white-6b4f .secondary-51be:last-child,
.hard_9226 .title-paper-5e51 .dropdown-white-6b4f .secondary-51be:last-child,
.action-27e2 .title-paper-5e51 .dropdown-white-6b4f .secondary-51be:last-child {
  margin-bottom: 0;
}
@media screen and (max-width: 568px) {
  .overlay_9f9e .breadcrumb_action_bef7,
  .overlay_9f9e .light_8316,
  .hard_9226 .breadcrumb_action_bef7,
  .hard_9226 .light_8316,
  .action-27e2 .breadcrumb_action_bef7,
  .action-27e2 .light_8316 {
    text-align: center;
  }
}
@media screen and (max-width: 48em) {
  .popup_3471 .title-paper-5e51 {
    margin-bottom: 2em;
  }
}
.popup_3471 p:last-child {
  margin-bottom: 0;
}
.popup_3471 li,
.popup_3471 ul {
  list-style: none;
  margin: 0;
}
.popup_3471 ul ul {
  margin-left: 2.617924em;
}
.next_2a58 {
  font-size: 0.875em;
}

/* css-noise: 61ad */
.phantom-card-f7 {
  padding: 0.2rem;
  font-size: 12px;
  line-height: 1.1;
}
