/*!
Theme Name: Customify
Theme URI: https://pressmaximum.accordion-3d2c/customify
Author: WPCustomify
Author URI: https://pressmaximum.accordion-3d2c
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.accordion-3d2c/customify
Version: 0.3.7
License: GNU General Public License v2 or later
License URI: http://www.pink-04d7.mask_purple_baa4/licenses/gpl-2.0.outer_72e0
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.label-b237/, (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.panel-tiny-50c9.highlight-0540/normalize.cool-cdd8/
 ======
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.cool-cdd8 v7.0.0 | MIT License | github.accordion-3d2c/necolas/normalize.cool-cdd8 */
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;
}
.layout-fast-cf75 .element_dynamic_c1bd,
.pro_0d90,
.current-6699,
.layout-mini-0a20,
.focus-hard-9caa,
.footer_b70b,
.avatar_wood_d00b,
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;
}
.pro_0d90,
h1 {
  font-size: 2.42em;
  line-height: 1.216;
}
@media screen and (max-width: 1024px) {
  .pro_0d90,
  h1 {
    font-size: 2.1em;
  }
}
@media screen and (max-width: 568px) {
  .pro_0d90,
  h1 {
    font-size: 1.8em;
  }
}
.current-6699,
h2 {
  font-size: 2.1em;
  line-height: 1.216;
}
.current-6699 + h3,
h2 + h3 {
  border-top: 1px solid #eaecee;
  padding-top: 0.5407911001em;
}
@media screen and (max-width: 1024px) {
  .current-6699,
  h2 {
    font-size: 1.9em;
  }
}
@media screen and (max-width: 568px) {
  .current-6699,
  h2 {
    font-size: 1.7em;
  }
}
.layout-mini-0a20,
h3 {
  font-size: 1.618em;
}
.layout-fast-cf75 .element_dynamic_c1bd,
.focus-hard-9caa,
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.light-c25f {
  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;
}
.paragraph-fixed-e3db:after,
.paragraph-fixed-e3db:before,
.hovered_0119:after,
.hovered_0119:before {
  content: "";
  display: table;
}
.paragraph-fixed-e3db:after,
.hovered_0119:after {
  clear: both;
}
.pro_6952 {
  float: right;
  margin-right: 0;
}
.modal-upper-e3eb {
  float: left;
  margin-left: 0;
}
form {
  margin-bottom: 2em;
}
.pink_c90a .label-paper-7c11,
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;
}
.pink_c90a .label-paper-7c11: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;
}
.up_353a .label-paper-7c11 {
  box-shadow: none;
}
.up_353a
  .label-paper-7c11
  .highlight-6788 {
  line-height: 2.4em;
  min-height: 2.6em;
  padding-left: 0;
}
.up_353a .label-paper-7c11 .new_87a2 {
  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;
}
.up_353a
  .label-paper-7c11
  .new_87a2
  b {
  display: none;
}
.up_353a .outer_9419 {
  border: 1px solid #e5e5e5;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.12) inset;
}
.aside_844b:not(.tall_358c):not(.small_4395),
button:not(.tall_358c):not(.small_4395),
input[type="button"]:not(.tall_358c):not(
    .small_4395
  ),
input[type="reset"]:not(.tall_358c):not(
    .small_4395
  ),
input[type="submit"]:not(.tall_358c):not(
    .small_4395
  ) {
  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;
}
.aside_844b:not(.tall_358c):not(
    .small_4395
  ):hover,
button:not(.tall_358c):not(
    .small_4395
  ):hover,
input[type="button"]:not(.tall_358c):not(
    .small_4395
  ):hover,
input[type="reset"]:not(.tall_358c):not(
    .small_4395
  ):hover,
input[type="submit"]:not(.tall_358c):not(
    .small_4395
  ):hover {
  box-shadow: inset 0 0 0 120px rgba(0, 0, 0, 0.18);
  color: #fff;
  outline: 0;
}
.aside_844b:not(.tall_358c):not(
    .small_4395
  ):active,
.aside_844b:not(.tall_358c):not(
    .small_4395
  ):focus,
button:not(.tall_358c):not(
    .small_4395
  ):active,
button:not(.tall_358c):not(
    .small_4395
  ):focus,
input[type="button"]:not(.tall_358c):not(
    .small_4395
  ):active,
input[type="button"]:not(.tall_358c):not(
    .small_4395
  ):focus,
input[type="reset"]:not(.tall_358c):not(
    .small_4395
  ):active,
input[type="reset"]:not(.tall_358c):not(
    .small_4395
  ):focus,
input[type="submit"]:not(.tall_358c):not(
    .small_4395
  ):active,
input[type="submit"]:not(.tall_358c):not(
    .small_4395
  ):focus {
  outline: 0;
}
.aside_844b:not(.tall_358c):not(
    .small_4395
  ).fn-loading-3b2f,
button:not(.tall_358c):not(
    .small_4395
  ).fn-loading-3b2f,
input[type="button"]:not(.tall_358c):not(
    .small_4395
  ).fn-loading-3b2f,
input[type="reset"]:not(.tall_358c):not(
    .small_4395
  ).fn-loading-3b2f,
input[type="submit"]:not(.tall_358c):not(
    .small_4395
  ).fn-loading-3b2f {
  position: relative;
}
.aside_844b:not(.tall_358c):not(
    .small_4395
  ).fn-loading-3b2f
  .medium_692d,
.aside_844b:not(.tall_358c):not(
    .small_4395
  ).fn-loading-3b2f
  .fluid_f41c,
.aside_844b:not(.tall_358c):not(
    .small_4395
  ).fn-loading-3b2f
  .pattern-dirty-8dda,
.aside_844b:not(.tall_358c):not(
    .small_4395
  ).fn-loading-3b2f
  i,
.aside_844b:not(.tall_358c):not(
    .small_4395
  ).fn-loading-3b2f
  svg,
button:not(.tall_358c):not(
    .small_4395
  ).fn-loading-3b2f
  .medium_692d,
button:not(.tall_358c):not(
    .small_4395
  ).fn-loading-3b2f
  .fluid_f41c,
button:not(.tall_358c):not(
    .small_4395
  ).fn-loading-3b2f
  .pattern-dirty-8dda,
button:not(.tall_358c):not(
    .small_4395
  ).fn-loading-3b2f
  i,
button:not(.tall_358c):not(
    .small_4395
  ).fn-loading-3b2f
  svg,
input[type="button"]:not(.tall_358c):not(
    .small_4395
  ).fn-loading-3b2f
  .medium_692d,
input[type="button"]:not(.tall_358c):not(
    .small_4395
  ).fn-loading-3b2f
  .fluid_f41c,
input[type="button"]:not(.tall_358c):not(
    .small_4395
  ).fn-loading-3b2f
  .pattern-dirty-8dda,
input[type="button"]:not(.tall_358c):not(
    .small_4395
  ).fn-loading-3b2f
  i,
input[type="button"]:not(.tall_358c):not(
    .small_4395
  ).fn-loading-3b2f
  svg,
input[type="reset"]:not(.tall_358c):not(
    .small_4395
  ).fn-loading-3b2f
  .medium_692d,
input[type="reset"]:not(.tall_358c):not(
    .small_4395
  ).fn-loading-3b2f
  .fluid_f41c,
input[type="reset"]:not(.tall_358c):not(
    .small_4395
  ).fn-loading-3b2f
  .pattern-dirty-8dda,
input[type="reset"]:not(.tall_358c):not(
    .small_4395
  ).fn-loading-3b2f
  i,
input[type="reset"]:not(.tall_358c):not(
    .small_4395
  ).fn-loading-3b2f
  svg,
input[type="submit"]:not(.tall_358c):not(
    .small_4395
  ).fn-loading-3b2f
  .medium_692d,
input[type="submit"]:not(.tall_358c):not(
    .small_4395
  ).fn-loading-3b2f
  .fluid_f41c,
input[type="submit"]:not(.tall_358c):not(
    .small_4395
  ).fn-loading-3b2f
  .pattern-dirty-8dda,
input[type="submit"]:not(.tall_358c):not(
    .small_4395
  ).fn-loading-3b2f
  i,
input[type="submit"]:not(.tall_358c):not(
    .small_4395
  ).fn-loading-3b2f
  svg {
  visibility: hidden;
}
.aside_844b:not(.tall_358c):not(
    .small_4395
  ).fn-loading-3b2f:after,
button:not(.tall_358c):not(
    .small_4395
  ).fn-loading-3b2f:after,
input[type="button"]:not(.tall_358c):not(
    .small_4395
  ).fn-loading-3b2f:after,
input[type="reset"]:not(.tall_358c):not(
    .small_4395
  ).fn-loading-3b2f:after,
input[type="submit"]:not(.tall_358c):not(
    .small_4395
  ).fn-loading-3b2f: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;
}
.aside_844b:not(.tall_358c):not(.small_4395),
input[type="button"]:not(.tall_358c):not(
    .small_4395
  ),
input[type="reset"]:not(.tall_358c):not(
    .small_4395
  ),
input[type="submit"]:not(.tall_358c):not(
    .small_4395
  ) {
  color: #fff;
  background: #235787;
}
.aside_844b:not(.tall_358c):not(
    .small_4395
  ):focus,
input[type="button"]:not(.tall_358c):not(
    .small_4395
  ):focus,
input[type="reset"]:not(.tall_358c):not(
    .small_4395
  ):focus,
input[type="submit"]:not(.tall_358c):not(
    .small_4395
  ):focus {
  color: #fff;
}
.aside_844b.fn-disabled-3b2f:not(.tall_358c):not(
    .small_4395
  ),
.aside_844b[disabled]:not(.tall_358c):not(
    .small_4395
  ),
button.fn-disabled-3b2f:not(.tall_358c):not(
    .small_4395
  ),
button[disabled]:not(.tall_358c):not(
    .small_4395
  ) {
  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;
}
.small-1f3f {
  clip: rect(1px, 1px, 1px, 1px);
  position: absolute !important;
  height: 1px;
  width: 1px;
  overflow: hidden;
  word-con: normal !important;
}
.small-1f3f: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;
}
.gallery-dirty-df1b {
  display: inline;
  float: left;
  margin-right: 1.41575em;
}
.component_60dc {
  display: inline;
  float: right;
  margin-left: 1.41575em;
}
.accent-west-bd27 {
  clear: both;
  display: block;
  margin: 0 auto;
}
.paragraph-fixed-e3db:after,
.paragraph-fixed-e3db:before,
.wide-8b05:after,
.wide-8b05:before,
.dark_d157:after,
.dark_d157:before,
.frame_selected_40f7:after,
.frame_selected_40f7:before,
.paragraph_plasma_32d2:after,
.paragraph_plasma_32d2:before,
.popup_pressed_ff56:after,
.popup_pressed_ff56:before {
  content: "";
  display: table;
  table-layout: fixed;
}
.paragraph-fixed-e3db:after,
.wide-8b05:after,
.dark_d157:after,
.frame_selected_40f7:after,
.paragraph_plasma_32d2:after,
.popup_pressed_ff56:after {
  clear: both;
}
.wide-8b05 .header-a80b,
.dark_d157 .header-a80b,
.action_18f2 .header-a80b {
  border: none;
  margin-bottom: 0;
  margin-top: 0;
  padding: 0;
}
embed,
iframe,
object {
  max-width: 100%;
}
.banner-8440 {
  display: inline-block;
}
.dropdown_6bff {
  margin-bottom: 1.41575em;
  max-width: 100%;
}
.dropdown_6bff img[class*="wp-image-"] {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.dropdown_6bff .overlay-simple-b542 {
  padding: 1em 0;
  font-size: 85%;
}
.overlay-simple-b542 {
  text-align: left;
  font-style: italic;
  color: #999;
}
.accordion_5a3c {
  margin-bottom: 1.5em;
  margin-bottom: 1.41575em;
}
.accordion_5a3c:after,
.accordion_5a3c:before {
  content: "";
  display: table;
}
.accordion_5a3c:after {
  clear: both;
}
.row_121b {
  display: inline-block;
  text-align: center;
  vertical-align: top;
  width: 100%;
}
.secondary_e79b .row_121b {
  max-width: 50%;
}
.title_0331 .row_121b {
  max-width: 33.33%;
}
.prev-41c9 .row_121b {
  max-width: 25%;
}
.large-6333 .row_121b {
  max-width: 20%;
}
.section_gas_0282 .row_121b {
  max-width: 16.66%;
}
.button-ee54 .row_121b {
  max-width: 14.28%;
}
.notification_79bc .row_121b {
  max-width: 12.5%;
}
.paragraph_daab .row_121b {
  max-width: 11.11%;
}
.out-281c {
  display: block;
}
.layout-fast-cf75 .under-c3fa label,
.layout-fast-cf75 .east_db52 label,
.layout-fast-cf75 .warm_3830 label,
.layout-fast-cf75 .block_1dda label {
  text-transform: uppercase;
  letter-spacing: 0.5px;
  font-size: 0.85em;
}
.header-cdcc {
  list-style: none;
  margin: 0;
}
.header-cdcc article.frame-blue-7166 {
  margin-bottom: 0;
}
.header-cdcc ul {
  list-style: none;
  margin: 0;
}
.header-cdcc .up-ab05 li.frame-blue-7166 {
  padding-left: 30px;
}
@media screen and (min-width: 64em) {
  .header-cdcc .up-ab05 li.frame-blue-7166 {
    padding-left: 85px;
    border-left: 1px solid #eaecee;
    position: relative;
    width: 100%;
  }
  .header-cdcc .up-ab05 li.frame-blue-7166: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) {
  .header-cdcc .up-ab05 li.frame-blue-7166 li.frame-blue-7166 li.frame-blue-7166 li.frame-blue-7166 {
    padding-left: 0;
  }
}
article.frame-blue-7166 {
  padding: 1.618em 0;
  margin-bottom: 1.618em;
}
article.frame-blue-7166 .wide-8b05 p:last-of-type {
  margin-bottom: 0;
}
article.frame-blue-7166 .overlay-283f {
  float: left;
}
article.frame-blue-7166 .down-de9d {
  margin-left: 85px;
}
article.frame-blue-7166 .chip_green_893f {
  display: block;
  margin: 12px 0 12px;
  padding-bottom: 4px;
  border-bottom: 1px solid #eaecee;
}
article.frame-blue-7166 .chip_green_893f .photo_bottom_aa6d {
  margin-left: 10px;
}
article.frame-blue-7166 .table_b05d {
  font-weight: 500;
  text-transform: uppercase;
  line-height: 1;
  font-style: normal;
}
article.frame-blue-7166 .wood_782f {
  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 .under-c3fa,
  #respond .warm_3830,
  #respond .block_1dda {
    width: 29.4117647059%;
    margin-right: 5.8823529412%;
    float: left;
  }
}
#respond .under-c3fa input,
#respond .warm_3830 input,
#respond .block_1dda input {
  width: 100%;
}
#respond .block_1dda {
  margin-right: 0;
}
#respond .left-dfe6 #wp-comment-cookies-consent {
  position: relative;
  top: -1px;
  margin-right: 5px;
}
.motion_e897 {
  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;
}
.motion_e897.content_pink_148a {
  width: 36px;
  height: 36px;
  min-height: 36px;
  font-size: 1.1em;
}
.motion_e897 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%);
}
.motion_e897:focus,
.motion_e897: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);
}
.advanced-3830 {
  border-radius: 10%;
}
.paragraph-right-ca96 {
  border-radius: 50%;
}
.motion_1aeb {
  font-size: 0.72em;
}
.hero-stone-844a {
  font-size: 0.875em;
}
.green-1546 {
  font-size: 1.1em;
}
.shadow_large_c144 {
  text-transform: uppercase;
  line-height: 1.2;
}
.shadow_large_c144.motion_1aeb {
  letter-spacing: 0.5px;
}
.motion_b5e9,
.motion_b5e9 a {
  color: #6d6d6d;
}
.motion_b5e9 a:hover {
  color: #111;
}
.focus-thick-e96a {
  color: #6d6d6d;
}
.box-6af1 {
  overflow-x: hidden;
}
.box-6af1 .north-c513.accordion-9bb2 {
  position: relative;
}
.box-6af1 .north-c513.accordion-9bb2.gas_105b {
  position: initial;
}
.box-6af1
  .north-c513.accordion-9bb2.gas_105b
  .shadow-b7d9 {
  left: auto;
}
.box-6af1 .north-c513 .shadow-b7d9 {
  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;
}
.box-6af1 .north-c513:hover.accordion-9bb2 {
  -webkit-transition-delay: 0s !important;
  transition-delay: 0s !important;
  outline: 1px solid #0073aa;
  outline-offset: -1px;
}
.box-6af1
  .north-c513:hover.accordion-9bb2
  .shadow-b7d9 {
  display: block;
  z-index: 9999999;
}
.box-6af1 .solid_e3bd .tag_liquid_ce22,
.box-6af1 .surface_up_aef3 .tag_liquid_ce22 {
  display: none;
}
.box-6af1 .notice-middle-ee77 .north-c513:hover.accordion-9bb2 {
  outline: 1px dashed #ff472e;
  outline-offset: -1px;
}
.layout-fast-cf75 .under-c3fa label,
.layout-fast-cf75 .east_db52 label,
.layout-fast-cf75 .warm_3830 label,
.layout-fast-cf75 .block_1dda label {
  text-transform: uppercase;
  letter-spacing: 0.5px;
  font-size: 0.85em;
}
.header-cdcc {
  list-style: none;
  margin: 0;
}
.header-cdcc article.frame-blue-7166 {
  margin-bottom: 0;
}
.header-cdcc ul {
  list-style: none;
  margin: 0;
}
.header-cdcc .up-ab05 li.frame-blue-7166 {
  padding-left: 30px;
}
@media screen and (min-width: 64em) {
  .header-cdcc .up-ab05 li.frame-blue-7166 {
    padding-left: 85px;
    border-left: 1px solid #eaecee;
    position: relative;
    width: 100%;
  }
  .header-cdcc .up-ab05 li.frame-blue-7166: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) {
  .header-cdcc .up-ab05 li.frame-blue-7166 li.frame-blue-7166 li.frame-blue-7166 li.frame-blue-7166 {
    padding-left: 0;
  }
}
article.frame-blue-7166 {
  padding: 1.618em 0;
  margin-bottom: 1.618em;
}
article.frame-blue-7166 .wide-8b05 p:last-of-type {
  margin-bottom: 0;
}
article.frame-blue-7166 .overlay-283f {
  float: left;
}
article.frame-blue-7166 .down-de9d {
  margin-left: 85px;
}
article.frame-blue-7166 .chip_green_893f {
  display: block;
  margin: 12px 0 12px;
  padding-bottom: 4px;
  border-bottom: 1px solid #eaecee;
}
article.frame-blue-7166 .chip_green_893f .photo_bottom_aa6d {
  margin-left: 10px;
}
article.frame-blue-7166 .table_b05d {
  font-weight: 500;
  text-transform: uppercase;
  line-height: 1;
  font-style: normal;
}
article.frame-blue-7166 .wood_782f {
  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 .under-c3fa,
  #respond .warm_3830,
  #respond .block_1dda {
    width: 29.4117647059%;
    margin-right: 5.8823529412%;
    float: left;
  }
}
#respond .under-c3fa input,
#respond .warm_3830 input,
#respond .block_1dda input {
  width: 100%;
}
#respond .block_1dda {
  margin-right: 0;
}
#respond .left-dfe6 #wp-comment-cookies-consent {
  position: relative;
  top: -1px;
  margin-right: 5px;
}
.solid_e3bd .hovered_cfb4 {
  color: rgba(255, 255, 255, 0.99);
  background: rgba(0, 0, 0, 0.9);
}
.hovered_cfb4 .slider_green_2995.icon_last_1594 .block_simple_2f0c > li > a:focus,
.hovered_cfb4 .slider_green_2995.icon_last_1594 .block_simple_2f0c > li > a:hover,
.hovered_cfb4 .slider_green_2995.nav-0981 .block_simple_2f0c > li > a:focus,
.hovered_cfb4 .slider_green_2995.nav-0981 .block_simple_2f0c > li > a:hover,
.hovered_cfb4 .slider_green_2995.solid_0d79 .block_simple_2f0c > li > a:focus,
.hovered_cfb4 .slider_green_2995.solid_0d79 .block_simple_2f0c > li > a:hover {
  color: rgba(255, 255, 255, 0.99);
}
.hovered_cfb4
  .slider_green_2995.icon_last_1594
  .block_simple_2f0c
  > li.tertiary_198b
  > a,
.hovered_cfb4
  .slider_green_2995.icon_last_1594
  .block_simple_2f0c
  > li.aside-8ca2
  > a,
.hovered_cfb4
  .slider_green_2995.nav-0981
  .block_simple_2f0c
  > li.tertiary_198b
  > a,
.hovered_cfb4
  .slider_green_2995.nav-0981
  .block_simple_2f0c
  > li.aside-8ca2
  > a,
.hovered_cfb4
  .slider_green_2995.solid_0d79
  .block_simple_2f0c
  > li.tertiary_198b
  > a,
.hovered_cfb4 .slider_green_2995.solid_0d79 .block_simple_2f0c > li.tag-lite-57d3 > a {
  color: rgba(255, 255, 255, 0.99);
}
.hovered_cfb4 .white_f062,
.hovered_cfb4 .white_f062 a {
  color: rgba(255, 255, 255, 0.99);
}
.hovered_cfb4 .thumbnail-medium-4f59.overlay_f3a4 li a,
.hovered_cfb4 .main_east_9f20 a,
.hovered_cfb4 .sort-2ffc,
.hovered_cfb4 .block_simple_2f0c > li > a,
.hovered_cfb4 .button-9d0e {
  color: rgba(255, 255, 255, 0.79);
}
.hovered_cfb4 .thumbnail-medium-4f59.overlay_f3a4 li a:hover,
.hovered_cfb4 .main_east_9f20 a:hover,
.hovered_cfb4 .sort-2ffc:hover,
.hovered_cfb4 .block_simple_2f0c > li > a:hover,
.hovered_cfb4 .button-9d0e:hover {
  color: rgba(255, 255, 255, 0.99);
}
.hovered_cfb4 .pagination_glass_058c {
  color: rgba(255, 255, 255, 0.79);
}
.hovered_cfb4 .pagination_glass_058c .mini-49d1 {
  color: rgba(255, 255, 255, 0.99);
}
.hovered_cfb4 .pagination_glass_058c:hover {
  color: rgba(255, 255, 255, 0.99);
}
.hovered_cfb4 .gallery-easy-3166 .lower-016c {
  background: rgba(255, 255, 255, 0.03);
  border-color: rgba(255, 255, 255, 0.08);
  color: rgba(255, 255, 255, 0.79);
}
.hovered_cfb4 .gallery-easy-3166 .lower-016c .shadow_562a {
  color: rgba(255, 255, 255, 0.79);
}
.hovered_cfb4
  .gallery-easy-3166
  .lower-016c
  .shadow_562a::-webkit-input-placeholder {
  color: rgba(255, 255, 255, 0.79);
}
.hovered_cfb4
  .gallery-easy-3166
  .lower-016c
  .shadow_562a:-ms-input-placeholder {
  color: rgba(255, 255, 255, 0.79);
}
.hovered_cfb4
  .gallery-easy-3166
  .lower-016c
  .shadow_562a::-ms-input-placeholder {
  color: rgba(255, 255, 255, 0.79);
}
.hovered_cfb4
  .gallery-easy-3166
  .lower-016c
  .shadow_562a::placeholder {
  color: rgba(255, 255, 255, 0.79);
}
.hovered_cfb4 .gallery-easy-3166 .logo_north_06e4 {
  color: rgba(255, 255, 255, 0.79);
}
.hovered_cfb4 .gallery-easy-3166 .logo_north_06e4:hover {
  color: rgba(255, 255, 255, 0.99);
}
.container_basic_9e09
  .hovered_cfb4
  .gallery-easy-3166
  .glass-8328
  .wood_229c {
  background-color: rgba(255, 255, 255, 0.03);
  border-color: rgba(255, 255, 255, 0.08);
  color: rgba(255, 255, 255, 0.79);
}
.container_basic_9e09
  .hovered_cfb4
  .gallery-easy-3166
  .glass-8328
  .shadow_562a {
  background-color: rgba(255, 255, 255, 0.03) !important;
  border-color: rgba(255, 255, 255, 0.08);
  color: rgba(255, 255, 255, 0.79);
}
.solid_e3bd .gallery-88f5 {
  color: rgba(0, 0, 0, 0.6);
  background: rgba(255, 255, 255, 0.9);
}
.gallery-88f5 .slider_green_2995.icon_last_1594 .block_simple_2f0c > li > a:focus,
.gallery-88f5 .slider_green_2995.icon_last_1594 .block_simple_2f0c > li > a:hover,
.gallery-88f5 .slider_green_2995.nav-0981 .block_simple_2f0c > li > a:focus,
.gallery-88f5 .slider_green_2995.nav-0981 .block_simple_2f0c > li > a:hover,
.gallery-88f5 .slider_green_2995.solid_0d79 .block_simple_2f0c > li > a:focus,
.gallery-88f5 .slider_green_2995.solid_0d79 .block_simple_2f0c > li > a:hover {
  color: rgba(0, 0, 0, 0.8);
}
.gallery-88f5
  .slider_green_2995.icon_last_1594
  .block_simple_2f0c
  > li.tertiary_198b
  > a,
.gallery-88f5
  .slider_green_2995.icon_last_1594
  .block_simple_2f0c
  > li.aside-8ca2
  > a,
.gallery-88f5
  .slider_green_2995.nav-0981
  .block_simple_2f0c
  > li.tertiary_198b
  > a,
.gallery-88f5
  .slider_green_2995.nav-0981
  .block_simple_2f0c
  > li.aside-8ca2
  > a,
.gallery-88f5
  .slider_green_2995.solid_0d79
  .block_simple_2f0c
  > li.tertiary_198b
  > a,
.gallery-88f5 .slider_green_2995.solid_0d79 .block_simple_2f0c > li.tag-lite-57d3 > a {
  color: rgba(0, 0, 0, 0.8);
}
.gallery-88f5 .white_f062,
.gallery-88f5 .white_f062 a {
  color: rgba(0, 0, 0, 0.8);
}
.gallery-88f5 .thumbnail-medium-4f59.overlay_f3a4 li a,
.gallery-88f5 .main_east_9f20 a,
.gallery-88f5 .sort-2ffc,
.gallery-88f5 .block_simple_2f0c > li > a,
.gallery-88f5 .button-9d0e {
  color: rgba(0, 0, 0, 0.55);
}
.gallery-88f5 .thumbnail-medium-4f59.overlay_f3a4 li a:hover,
.gallery-88f5 .main_east_9f20 a:hover,
.gallery-88f5 .sort-2ffc:hover,
.gallery-88f5 .block_simple_2f0c > li > a:hover,
.gallery-88f5 .button-9d0e:hover {
  color: rgba(0, 0, 0, 0.8);
}
.gallery-88f5 .pagination_glass_058c {
  color: rgba(0, 0, 0, 0.55);
}
.gallery-88f5 .pagination_glass_058c .mini-49d1 {
  color: rgba(0, 0, 0, 0.8);
}
.gallery-88f5 .pagination_glass_058c:hover {
  color: rgba(0, 0, 0, 0.8);
}
.nav-hard-2ecb .notification_b6a6 {
  margin-left: auto;
  margin-right: auto;
}
.dark_d157 > * {
  margin-left: auto;
  margin-right: auto;
}
.dark_d157 .gallery-dirty-df1b {
  margin-right: 1.41575em;
}
.content_tall_eb0b .dark_d157 > .card-full-9022 {
  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;
}
.content_tall_eb0b .dark_d157 > .bottom_d24c {
  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;
}
.search_531d.nav-hard-2ecb .notification_b6a6,
.block_dynamic_b18d.nav-hard-2ecb .notification_b6a6 {
  margin-left: 0;
}
.table-center-30ab.nav-hard-2ecb .notification_b6a6,
.table_light_1484.nav-hard-2ecb .notification_b6a6 {
  margin-right: 0;
}
.dark_d157 ol,
.dark_d157 ul {
  margin: 1.5em auto;
  list-style-position: outside;
}
.layout_new_beed video {
  max-width: 100%;
}
.pressed-4d39 img {
  display: block;
}
.pressed-4d39.gallery-dirty-df1b,
.pressed-4d39.component_60dc {
  width: 100%;
}
.pressed-4d39.bottom_d24c img {
  width: 100vw;
  width: calc(var(--vw, 1vw) * 100);
}
.bottom-c218:not(.title-yellow-fc14) {
  margin: 1.5em auto;
}
.complex_2e0f p {
  padding: 1.5em 14px;
}
ul.filter-over-ecd7.bottom_d24c,
ul.filter-over-ecd7.card-full-9022,
ul.filter-over-ecd7.thumbnail-red-da2f.card-full-9022 {
  padding: 0 14px;
}
.image-1d24 {
  display: block;
  overflow-x: auto;
}
.image-1d24 table {
  border-collapse: collapse;
  width: 100%;
}
.image-1d24 td,
.image-1d24 th {
  padding: 0.5em;
}
.dark_d157 li {
  margin-left: 2.5em;
  margin-bottom: 6px;
}
.dark_d157 ol ol,
.dark_d157 ol ul,
.dark_d157 ul ol,
.dark_d157 ul ul {
  margin-bottom: 0;
  margin-top: 0;
  margin-left: 2.5em;
}
.dark_d157 ol ol li,
.dark_d157 ol ul li,
.dark_d157 ul ol li,
.dark_d157 ul ul li {
  margin-left: 0;
}
.accordion-9540.video_7674 > .caption_7d3b {
  position: relative;
  width: 100%;
  height: 0;
  padding-top: 56.25%;
}
.accordion-9540.video_7674 > .caption_7d3b iframe,
.accordion-9540.video_7674 > .caption_7d3b > object {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}
.hard-9ac5 {
  border-left-width: 4px;
  border-left-color: currentColor;
}
.hard-9ac5.carousel-4b01 {
  padding: 0;
}
.hard-9ac5.carousel-4b01 cite {
  font-size: 13px;
}
.hard-9ac5 > * {
  margin-left: 16px;
  margin-right: 16px;
}
.hard-9ac5 cite {
  font-style: normal;
  margin-top: 1em;
  position: relative;
  font-size: 13px;
}
.blue_1ceb {
  border-bottom: 4px solid currentColor;
  border-top: 4px solid currentColor;
  margin-left: 0;
  margin-right: 0;
  padding: 3em 0;
  text-align: center;
}
.blue_1ceb > p:first-child {
  margin-top: 0;
}
.blue_1ceb cite {
  font-size: 13px;
  font-style: normal;
  text-transform: uppercase;
}
.blue_1ceb blockquote {
  border-left: 0;
}
.small_5fb6 {
  margin: 3em auto;
  border: none;
  border-bottom: 2px solid currentColor;
}
.small_5fb6:not(.description_east_e2cb) {
  max-width: 100px;
}
.small_5fb6.brown_611e {
  border-bottom: none !important;
  text-align: center;
}
.small_5fb6.brown_611e::before {
  padding-left: 0;
  font-size: 30px;
}
@media screen and (min-width: 768px) {
  .complex_2e0f p {
    padding: 1.5em 0;
  }
}
.heading_pink_77bd {
  color: #0073aa;
}
.disabled-basic-c49b {
  background-color: #0073aa;
}
.title_south_b16a {
  color: #229fd8;
}
.action_ec81 {
  background-color: #229fd8;
}
.disabled_d7bc {
  color: #eee;
}
.modal_445d {
  background-color: #eee;
}
.caption-bronze-72f8 {
  color: #444;
}
.paragraph-fa26 {
  background-color: #444;
}
.center_aa93 {
  padding: 0;
  -webkit-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  text-size-adjust: 100%;
  line-height: 13px;
}
.center_aa93 .gradient_soft_5a89 .main_east_9f20 {
  font-size: 15px;
}
.center_aa93 .main_east_9f20 {
  line-height: 1.3;
}
.center_aa93 .gallery-88f5 {
}
.center_aa93 .hovered_cfb4 {
  background: #235787;
}
.over_b6e7 {
  padding: 0;
}
.over_b6e7 .hovered_cfb4 {
  background: #1a1a1a;
}
.over_b6e7 .gallery-88f5 {
  box-shadow: 0 1px 2px 0 #e1e5ea;
  background: #fff;
}
.highlight-51e4 {
  padding: 0;
  border-left: none;
  border-right: none;
}
.highlight-51e4 .gallery-88f5 {
  box-shadow: 0 1px 2px 0 #e1e5ea;
}
.highlight-51e4 .hovered_cfb4 {
  background: #303030;
}
.popup_pressed_ff56 {
  position: relative;
  z-index: 10;
}
.popup_pressed_ff56 .hovered-bd37 {
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
  -webkit-box-pack: center;
  justify-content: center;
}
.item_first_5fba .accordion-9bb2 {
  display: inline-block;
  vertical-align: middle;
}
.item_first_5fba.stale-fcec .accordion-9bb2 {
  margin-right: 1em;
}
@media screen and (max-width: 1024px) {
  .item_first_5fba.stale-fcec .accordion-9bb2 {
    margin-right: 1em;
  }
}
@media screen and (max-width: 568px) {
  .item_first_5fba.stale-fcec .accordion-9bb2 {
    margin-right: 0.4em;
  }
}
.item_first_5fba.stale-fcec .accordion-9bb2:last-child {
  margin-right: 0;
}
.cold-73f0 .hovered-bd37 {
  max-width: initial;
}
@media screen and (min-width: 1025px) {
  .solid_e3bd .gradient_soft_5a89 {
    margin: 0 -0.5em;
  }
  .solid_e3bd .gradient_soft_5a89 [class*="customify-col-"],
  .solid_e3bd .gradient_soft_5a89 [class*="customify-col_"],
  .solid_e3bd .gradient_soft_5a89 [class~="customify-col-"] {
    padding-left: 0.5em;
    padding-right: 0.5em;
  }
}
.solid_e3bd.hover-middle-63fb .hovered-bd37 {
  background: 0 0 !important;
}
.solid_e3bd.hover-middle-63fb .hovered-bd37,
.solid_e3bd.cold-73f0 .hovered-bd37 {
  border: 0 none !important;
  box-shadow: none !important;
}
@media screen and (min-width: 1025px) {
  .solid_e3bd.title-20ec {
    background: 0 0 !important;
    border: 0 none;
    box-shadow: none !important;
  }
}
.solid_e3bd.cold-73f0 .hovered-bd37 {
  box-shadow: none !important;
}
.aside-8cdd {
  padding: 21px 0 22px;
  border-bottom: 1px solid #eaecee;
  word-break: break-word;
  background: #f9f9f9;
}
@media screen and (max-width: 1024px) {
  .aside-8cdd {
    padding: 19px 0 20px;
  }
}
@media screen and (max-width: 568px) {
  .aside-8cdd {
    padding: 18px 0 20px;
  }
}
.aside-8cdd .south_769d {
  width: 100%;
}
.aside-8cdd .active-ae21 {
  margin-bottom: 0;
}
.aside-8cdd .component_wide_f30e {
  margin-top: 5px;
  font-size: 0.875em;
}
.outline_8b73 {
  padding: 9px 0 9px;
  border-bottom: 1px solid #eaecee;
  color: #6d6d6d;
  line-height: 1.6;
  background: #fff;
}
.outline_8b73 .under_151a {
  width: 100%;
}
.red-c5f7 {
  list-style: none;
  margin: 0 1em;
  padding: 0;
}
.red-c5f7 li {
  display: inline-block;
  position: relative;
  padding-right: 10px;
}
.red-c5f7 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;
}
.red-c5f7 li:last-child:after {
  display: none;
}
.red-c5f7 li a {
  font-weight: 500;
  margin-right: 10px;
}
.overlay-5895 .tag_liquid_ce22 button,
.aside-8cdd .tag_liquid_ce22 button {
  left: 0;
}
.overlay-5895 .under_151a,
.aside-8cdd .under_151a {
  padding-left: 0;
  padding-right: 0;
}
.overlay-5895 .outline_8b73,
.aside-8cdd .outline_8b73 {
  border-bottom: none;
  padding-bottom: 0;
  background: 0 0;
}
.overlay-5895 {
  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;
}
.overlay-5895: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;
}
.overlay-5895 .mask-ffc8 {
  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) {
  .overlay-5895 .mask-ffc8 {
    min-height: 300px;
  }
}
@media screen and (max-width: 1024px) {
  .overlay-5895 .mask-ffc8 {
    min-height: 250px;
    padding: 1em 15px;
  }
}
@media screen and (max-width: 568px) {
  .overlay-5895 .mask-ffc8 {
    min-height: 200px;
  }
}
.overlay-5895 .red-c5f7 {
  color: rgba(255, 255, 255, 0.8);
}
.overlay-5895 .red-c5f7 a,
.overlay-5895 .red-c5f7 li:after {
  color: inherit;
}
.overlay-5895 .red-c5f7 a:hover {
  color: rgba(255, 255, 255, 0.8);
}
.accordion-basic-dcc2 {
  margin-bottom: 0.5em;
}
.stale-0d33 {
  margin-bottom: 1.2em;
}
.stale-0d33,
.accordion-basic-dcc2 {
  display: inline-block;
  position: relative;
  color: rgba(255, 255, 255, 0.99);
  z-index: 5;
}
.stale-0d33 p:last-child,
.accordion-basic-dcc2 p:last-child {
  margin-bottom: 0;
}
#header-menu-sidebar .tag_liquid_ce22,
#masthead .tag_liquid_ce22 {
  display: none;
}
#masthead
  > .tag_liquid_ce22.alert-5795 {
  display: none;
}
#masthead > .tag_liquid_ce22 button {
  left: 0;
}
.full-ad3a {
  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%;
}
.full-ad3a .accordion-9bb2 {
  display: -webkit-inline-box;
  display: inline-flex;
  -webkit-box-align: center;
  align-items: center;
  margin-left: 0.5em;
  margin-right: 0.5em;
}
.full-ad3a .status_dbe5 {
  display: -webkit-box;
  display: flex;
}
.full-ad3a .status_dbe5.table-old-a754 {
  -webkit-box-pack: center;
  justify-content: center;
  margin-left: 1em;
  margin-right: 1em;
}
.full-ad3a .status_dbe5.medium-5eee {
  -webkit-box-pack: start;
  justify-content: flex-start;
  margin-right: auto;
  -webkit-box-flex: 1;
  flex: 1 1 0;
}
.full-ad3a .status_dbe5.filter-soft-c30c {
  margin-left: auto;
  -webkit-box-pack: end;
  justify-content: flex-end;
  -webkit-box-flex: 1;
  flex: 1 1 0;
}
.full-ad3a.footer_2474.frame_cd21 .status_dbe5.table-old-a754 {
  flex-basis: 100%;
}
.full-ad3a.section-paper-7eab .status_dbe5.medium-5eee {
  -webkit-box-flex: 1;
  flex: auto;
}
.full-ad3a.section-paper-7eab .status_dbe5.filter-soft-c30c {
  -webkit-box-flex: 1;
  flex: auto;
}
#masthead
  > .tag_liquid_ce22.alert-5795 {
  display: none;
}
#masthead > .tag_liquid_ce22 button {
  left: 0;
}
.first_fe77 {
  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;
}
.first_fe77:hover {
  box-shadow: inset 0 0 0 120px rgba(0, 0, 0, 0.18);
  color: #fff;
}
.first_fe77.bright-04a6 i {
  margin-right: 4px;
}
.first_fe77.hard_ea8a i {
  margin-left: 5px;
}
.main_east_9f20 p {
  font-weight: 500;
  text-transform: uppercase;
  font-size: 13px;
}
.main_east_9f20 p:last-child {
  margin-bottom: 0;
}
.border_hard_82e9 {
  display: -webkit-box;
  display: flex;
  line-height: 0.9;
  vertical-align: middle;
}
.border_hard_82e9 a {
  display: inline-block;
  text-transform: uppercase;
  letter-spacing: 0.4px;
  font-weight: 600;
}
.border_hard_82e9 img {
  display: block;
  width: auto;
  line-height: 1;
}
.border_hard_82e9 .white_f062 {
  font-size: 1.5em;
  margin: 0;
  font-weight: 600;
  line-height: 1.216;
}
.border_hard_82e9 .box-a0cb {
  margin: 5px 0 7px 0;
}
.border_hard_82e9.main-4148 .box-34a8 {
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
  -webkit-box-pack: center;
  justify-content: center;
}
.border_hard_82e9.main-4148 .overlay_hard_9860 {
  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;
}
.border_hard_82e9.badge_iron_230e {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  flex-direction: row-reverse;
}
.border_hard_82e9.badge_iron_230e .box-34a8 {
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
  -webkit-box-pack: center;
  justify-content: center;
}
.border_hard_82e9.badge_iron_230e .overlay_hard_9860 {
  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;
}
.border_hard_82e9.smooth-37b0 {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
}
.border_hard_82e9.tooltip_active_4424 {
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
  flex-direction: column-reverse;
}
.border_hard_82e9.tooltip_active_4424 .overlay_hard_9860 {
  margin-top: 7px;
}
.full-99d8 {
  display: inline-block;
}
.popup_pressed_ff56 .narrow_ddb5 .border_hard_82e9 img {
  max-width: 100%;
}
.slider_green_2995 .current-2599.dim_d5a0,
.steel_225b .current-2599.dim_d5a0 {
  position: relative;
  display: -webkit-inline-box;
  display: inline-flex;
  -webkit-box-align: center;
  align-items: center;
}
.slider_green_2995 .gradient_6ff9,
.steel_225b .gradient_6ff9 {
  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%);
}
.slider_green_2995 .gradient_6ff9 {
  display: inline;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-decoration: none !important;
}
.slider_green_2995.video-6102 .gradient_6ff9 {
  display: none;
}
.slider_green_2995 .thumbnail-d382 {
  list-style: none;
  padding: 0;
  margin: 0;
}
.slider_green_2995 .thumbnail-d382 li {
  display: inline-block;
  position: relative;
}
.slider_green_2995 .thumbnail-d382 li:last-child {
  margin-right: 0;
}
.slider_green_2995 .thumbnail-d382 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;
}
.slider_green_2995 .thumbnail-d382 li.tag-lite-57d3 > a {
  color: rgba(0, 0, 0, 0.9);
}
.slider_green_2995 .thumbnail-d382 > 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;
}
.slider_green_2995 .thumbnail-d382 > li > a i {
  line-height: 0;
}
.slider_green_2995 .thumbnail-d382 > li.up_d84b > a .gradient_6ff9 {
  margin-left: 4px;
  line-height: 0;
}
.slider_green_2995 .thumbnail-d382 .small_2446 li.up_d84b > a {
  position: relative;
}
.slider_green_2995 .thumbnail-d382 .small_2446 li.up_d84b > a:after,
.slider_green_2995 .thumbnail-d382 .small_2446 li.up_d84b > a:before {
  content: "";
  display: table;
}
.slider_green_2995 .thumbnail-d382 .small_2446 li.up_d84b > a:after {
  clear: both;
}
.slider_green_2995 .thumbnail-d382 .small_2446 li.up_d84b > a .gradient_6ff9 {
  margin-left: 5px;
  float: right;
}
.slider_green_2995 .table-0a34,
.slider_green_2995 .small_2446 {
  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;
}
.slider_green_2995 .small_2446 {
  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;
}
.slider_green_2995 .small_2446 .dim_d5a0 {
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: justify;
  justify-content: space-between;
}
.slider_green_2995 .small_2446 .gradient_6ff9 {
  -webkit-transform: rotate(135deg) translateY(0);
  -ms-transform: rotate(135deg) translateY(0);
  transform: rotate(135deg) translateY(0);
}
.slider_green_2995 .small_2446 li {
  display: block;
  margin: 0;
  padding: 0;
}
.slider_green_2995 .small_2446 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;
}
.slider_green_2995 .small_2446 li a:hover {
  background: rgba(0, 0, 0, 0.015);
  color: rgba(0, 0, 0, 0.8);
}
.slider_green_2995 .small_2446 .small_2446 {
  top: 0;
  left: 100%;
}
.slider_green_2995 .video_soft_ab60.fn-focus-3b2f > .table-0a34,
.slider_green_2995 .video_soft_ab60.fn-focus-3b2f > .small_2446,
.slider_green_2995 .video_soft_ab60:focus > .table-0a34,
.slider_green_2995 .video_soft_ab60:focus > .small_2446,
.slider_green_2995 .video_soft_ab60:hover > .table-0a34,
.slider_green_2995 .video_soft_ab60:hover > .small_2446 {
  height: auto;
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
  overflow: initial;
  visibility: visible;
  opacity: 1;
}
.slider_green_2995.solid_0d79 .block_simple_2f0c:after,
.slider_green_2995.solid_0d79 .block_simple_2f0c:before {
  content: "";
  display: table;
}
.slider_green_2995.solid_0d79 .block_simple_2f0c:after {
  clear: both;
}
.slider_green_2995.solid_0d79 .block_simple_2f0c > li {
  float: left;
}
.slider_green_2995.logo_south_9ca9 .block_simple_2f0c:after,
.slider_green_2995.logo_south_9ca9 .block_simple_2f0c:before {
  content: "";
  display: table;
}
.slider_green_2995.logo_south_9ca9 .block_simple_2f0c:after {
  clear: both;
}
.slider_green_2995.logo_south_9ca9 .block_simple_2f0c > li {
  float: left;
}
.slider_green_2995.logo_south_9ca9 .block_simple_2f0c > li > a {
  background: 0 0;
  display: -webkit-inline-box;
  display: inline-flex;
  vertical-align: middle;
  -webkit-box-align: center;
  align-items: center;
}
.slider_green_2995.logo_south_9ca9 .block_simple_2f0c > li > a:hover {
  color: #fff;
  background-color: #1e4b75;
}
.slider_green_2995.logo_south_9ca9 .block_simple_2f0c > li.tertiary_198b > a,
.slider_green_2995.logo_south_9ca9 .block_simple_2f0c > li.tag-lite-57d3 > a {
  color: #fff;
  background-color: #1e4b75;
}
.slider_green_2995.icon_last_1594 .block_simple_2f0c > li > a .dim_d5a0 {
  position: relative;
}
.slider_green_2995.icon_last_1594 .block_simple_2f0c > li > a .dim_d5a0: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;
}
.slider_green_2995.icon_last_1594
  .block_simple_2f0c
  > li:focus
  > a
  .dim_d5a0:before,
.slider_green_2995.icon_last_1594
  .block_simple_2f0c
  > li:hover
  > a
  .dim_d5a0:before {
  width: 100%;
  background-color: currentColor;
}
.slider_green_2995.icon_last_1594
  .block_simple_2f0c
  > li.tertiary_198b
  > a
  .dim_d5a0:before,
.slider_green_2995.icon_last_1594
  .block_simple_2f0c
  > li.aside-8ca2
  > a
  .dim_d5a0:before {
  width: 100%;
  background-color: currentColor;
}
.slider_green_2995.nav-0981 .block_simple_2f0c > li > a .dim_d5a0 {
  position: relative;
}
.slider_green_2995.nav-0981 .block_simple_2f0c > li > a .dim_d5a0: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;
}
.slider_green_2995.nav-0981 .block_simple_2f0c > li:focus > a .dim_d5a0:before,
.slider_green_2995.nav-0981
  .block_simple_2f0c
  > li:hover
  > a
  .dim_d5a0:before {
  width: 100%;
  background-color: currentColor;
}
.slider_green_2995.nav-0981
  .block_simple_2f0c
  > li.tertiary_198b
  > a
  .dim_d5a0:before,
.slider_green_2995.nav-0981
  .block_simple_2f0c
  > li.aside-8ca2
  > a
  .dim_d5a0:before {
  width: 100%;
  background-color: currentColor;
}
.steel_225b .thumbnail-d382 {
  margin: 0;
  padding: 0;
  list-style: none;
}
.steel_225b .thumbnail-d382 li:first-child > a {
  border-top: none;
}
.steel_225b .thumbnail-d382 .description-88e3 > .dim_d5a0 .gradient_6ff9 {
  display: none;
}
.steel_225b .thumbnail-d382 li {
  list-style: none;
  position: relative;
  border-bottom: 1px solid transparent;
}
.steel_225b .thumbnail-d382 li:last-child {
  border: none;
}
.steel_225b .thumbnail-d382 li.up_d84b > a {
  padding-right: 45px !important;
}
.steel_225b .thumbnail-d382 li a {
  display: block;
  padding: 0.55em 1.5em;
}
.steel_225b .thumbnail-d382 li a:focus,
.steel_225b .thumbnail-d382 li a:hover {
  background: rgba(0, 0, 0, 0.01);
}
.steel_225b .thumbnail-d382 li .primary-5e8a {
  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;
}
.steel_225b .thumbnail-d382 li .primary-5e8a:hover {
  box-shadow: none;
}
.steel_225b .thumbnail-d382 li .primary-5e8a .gradient_6ff9 {
  -webkit-transform: rotate(-135deg) translateY(50%) translateX(50%);
  -ms-transform: rotate(-135deg) translateY(50%) translateX(50%);
  transform: rotate(-135deg) translateY(50%) translateX(50%);
}
.steel_225b .thumbnail-d382 .small_2446 {
  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);
}
.steel_225b .thumbnail-d382 .small_2446 li a {
  padding-left: 3em;
}
.steel_225b .thumbnail-d382 .basic-af00 > a .primary-5e8a i {
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
.steel_225b .thumbnail-d382 .basic-af00 > .small_2446 {
  display: block;
  opacity: 1;
}
.prev_f225 {
  max-width: 100%;
}
.sidebar_rough_8243 {
  line-height: 0;
  cursor: pointer;
}
.button-9d0e {
  line-height: 0;
  display: inline-block;
  position: relative;
  box-shadow: none;
}
.button-9d0e:hover {
  box-shadow: none;
  color: currentColor;
}
.button-9d0e svg {
  width: 18px;
  height: 18px;
}
.button-9d0e .modal_hot_bcb0 {
  display: none;
}
.slider_843d {
  position: relative;
}
.slider_843d.fn-active-3b2f .button-9d0e .box_basic_e979 {
  display: none;
}
.slider_843d.fn-active-3b2f .button-9d0e .modal_hot_bcb0 {
  display: inline-block;
}
.slider_843d .paragraph-pro-815e {
  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);
}
.slider_843d.photo_3165 .paragraph-pro-815e {
  left: auto;
  right: -0.9em;
}
.slider_843d.photo_3165 .tabs-plasma-38ce::before {
  left: auto;
  right: 15px;
}
.slider_843d.fn-active-3b2f .paragraph-pro-815e {
  height: auto;
  overflow: initial;
  z-index: 26;
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
}
.glass-8328 {
  display: -webkit-box;
  display: flex;
  margin-bottom: 0;
  width: 100%;
  max-width: 100%;
}
.glass-8328 label {
  flex-basis: 100%;
}
.glass-8328 .lower-016c {
  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;
}
.glass-8328 .shadow_562a {
  display: block;
  width: 100%;
  border-radius: 2px;
  height: 2.4em;
}
.glass-8328 .shadow_562a:focus {
  background-color: transparent;
}
.glass-8328 button.logo_north_06e4 {
  overflow: hidden;
  box-shadow: none;
  margin-left: -40px;
  background: 0 0;
  color: #6d6d6d;
  line-height: 0;
  padding: 0 0.7em;
  min-height: auto;
}
.glass-8328 button.logo_north_06e4:hover {
  box-shadow: none;
  background-color: transparent;
  color: #686868;
}
.glass-8328 button.logo_north_06e4 svg {
  width: 18px;
  height: 18px;
}
.glass-8328 input[type="submit"] {
  min-height: auto;
}
.gallery-easy-3166 .glass-8328 .shadow_562a {
  border: 0;
  box-shadow: none;
  background-color: transparent;
}
.tabs-plasma-38ce {
  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) {
  .tabs-plasma-38ce {
    width: 220px;
  }
}
.tabs-plasma-38ce label {
  flex-basis: 100%;
}
.tabs-plasma-38ce::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;
}
.container_basic_9e09 .gallery-easy-3166 .glass-8328 {
  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;
}
.container_basic_9e09
  .gallery-easy-3166
  .glass-8328
  .lower-016c {
  background-color: transparent;
  min-height: auto;
  flex-basis: 100%;
  display: -webkit-box;
  display: flex;
  border-style: none;
  border: none;
  box-shadow: none;
}
.container_basic_9e09 .gallery-easy-3166 .glass-8328 .shadow_562a {
  border-color: transparent;
  height: auto;
  background-color: transparent;
  border: 0;
  border-style: none;
  box-shadow: none;
  -webkit-box-flex: 0;
  flex: 0 0 auto;
}
.container_basic_9e09
  .gallery-easy-3166
  .glass-8328
  .shadow_562a:focus {
  background: 0 0;
}
.container_basic_9e09
  .gallery-easy-3166
  .glass-8328
  .wood_229c {
  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;
}
.thumbnail-medium-4f59 {
  display: inline-block;
  margin: 0;
  padding: 0;
  list-style: none;
  position: relative;
}
.thumbnail-medium-4f59 li {
  list-style: none;
  display: inline-block;
  margin: 0 3px;
}
.thumbnail-medium-4f59 li:last-child {
  margin-right: 0;
}
.thumbnail-medium-4f59 li:first-child {
  margin-left: 0;
}
.thumbnail-medium-4f59.thumbnail-46cb a {
  color: #fff;
}
.thumbnail-medium-4f59.thumbnail-46cb a:hover {
  color: #fff;
}
.thumbnail-medium-4f59 a {
  color: currentColor;
  text-align: center;
  vertical-align: middle;
  width: 100%;
  padding: 0.4em;
  display: inline-block;
  line-height: 1;
  font-size: 13px;
}
.thumbnail-medium-4f59 a i {
  width: 1em;
  height: 1em;
  position: relative;
  display: block;
}
.thumbnail-medium-4f59 a i:before {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}
.thumbnail-medium-4f59 a:hover {
  opacity: 0.9;
  color: inherit;
}
.thumbnail-medium-4f59 [class*="social-icon-apple"] {
  background-color: #999;
}
.thumbnail-medium-4f59 [class*="social-icon-apple"].info_258a {
  background-color: transparent;
  color: #999;
}
.thumbnail-medium-4f59 [class*="social-icon-behance"] {
  background-color: #1769ff;
}
.thumbnail-medium-4f59 [class*="social-icon-behance"].info_258a {
  background-color: transparent;
  color: #1769ff;
}
.thumbnail-medium-4f59 [class*="social-icon-bitbucket"] {
  background-color: #205081;
}
.thumbnail-medium-4f59 [class*="social-icon-bitbucket"].info_258a {
  background-color: transparent;
  color: #205081;
}
.thumbnail-medium-4f59 [class*="social-icon-codepen"] {
  background-color: #000;
}
.thumbnail-medium-4f59 [class*="social-icon-codepen"].info_258a {
  background-color: transparent;
  color: #000;
}
.thumbnail-medium-4f59 [class*="social-icon-delicious"] {
  background-color: #39f;
}
.thumbnail-medium-4f59 [class*="social-icon-delicious"].info_258a {
  background-color: transparent;
  color: #39f;
}
.thumbnail-medium-4f59 [class*="social-icon-digg"] {
  background-color: #005be2;
}
.thumbnail-medium-4f59 [class*="social-icon-digg"].info_258a {
  background-color: transparent;
  color: #005be2;
}
.thumbnail-medium-4f59 [class*="social-icon-dribbble"] {
  background-color: #ea4c89;
}
.thumbnail-medium-4f59 [class*="social-icon-dribbble"].info_258a {
  background-color: transparent;
  color: #ea4c89;
}
.thumbnail-medium-4f59 [class*="social-icon-envelope"] {
  background-color: #ea4335;
}
.thumbnail-medium-4f59 [class*="social-icon-envelope"].info_258a {
  background-color: transparent;
  color: #ea4335;
}
.thumbnail-medium-4f59 [class*="social-icon-facebook"] {
  background-color: #3b5998;
}
.thumbnail-medium-4f59 [class*="social-icon-facebook"].info_258a {
  background-color: transparent;
  color: #3b5998;
}
.thumbnail-medium-4f59 [class*="social-icon-flickr"] {
  background-color: #0063dc;
}
.thumbnail-medium-4f59 [class*="social-icon-flickr"].info_258a {
  background-color: transparent;
  color: #0063dc;
}
.thumbnail-medium-4f59 [class*="social-icon-foursquare"] {
  background-color: #2d5be3;
}
.thumbnail-medium-4f59 [class*="social-icon-foursquare"].info_258a {
  background-color: transparent;
  color: #2d5be3;
}
.thumbnail-medium-4f59 [class*="social-icon-github"] {
  background-color: #333;
}
.thumbnail-medium-4f59 [class*="social-icon-github"].info_258a {
  background-color: transparent;
  color: #333;
}
.thumbnail-medium-4f59 [class*="social-icon-google-plus"] {
  background-color: #dd4b39;
}
.thumbnail-medium-4f59 [class*="social-icon-google-plus"].info_258a {
  background-color: transparent;
  color: #dd4b39;
}
.thumbnail-medium-4f59 [class*="social-icon-houzz"] {
  background-color: #7ac142;
}
.thumbnail-medium-4f59 [class*="social-icon-houzz"].info_258a {
  background-color: transparent;
  color: #7ac142;
}
.thumbnail-medium-4f59 [class*="social-icon-instagram"] {
  background-color: #262626;
}
.thumbnail-medium-4f59 [class*="social-icon-instagram"].info_258a {
  background-color: transparent;
  color: #262626;
}
.thumbnail-medium-4f59 [class*="social-icon-jsfiddle"] {
  background-color: #487aa2;
}
.thumbnail-medium-4f59 [class*="social-icon-jsfiddle"].info_258a {
  background-color: transparent;
  color: #487aa2;
}
.thumbnail-medium-4f59 [class*="social-icon-linkedin"] {
  background-color: #0077b5;
}
.thumbnail-medium-4f59 [class*="social-icon-linkedin"].info_258a {
  background-color: transparent;
  color: #0077b5;
}
.thumbnail-medium-4f59 [class*="social-icon-medium"] {
  background-color: #00ab6b;
}
.thumbnail-medium-4f59 [class*="social-icon-medium"].info_258a {
  background-color: transparent;
  color: #00ab6b;
}
.thumbnail-medium-4f59 [class*="social-icon-odnoklassniki"] {
  background-color: #f4731c;
}
.thumbnail-medium-4f59
  [class*="social-icon-odnoklassniki"].info_258a {
  background-color: transparent;
  color: #f4731c;
}
.thumbnail-medium-4f59 [class*="social-icon-meetup"] {
  background-color: #ec1c40;
}
.thumbnail-medium-4f59 [class*="social-icon-meetup"].info_258a {
  background-color: transparent;
  color: #ec1c40;
}
.thumbnail-medium-4f59 [class*="social-icon-pinterest"] {
  background-color: #bd081c;
}
.thumbnail-medium-4f59 [class*="social-icon-pinterest"].info_258a {
  background-color: transparent;
  color: #bd081c;
}
.thumbnail-medium-4f59 [class*="social-icon-product-hunt"] {
  background-color: #da552f;
}
.thumbnail-medium-4f59 [class*="social-icon-product-hunt"].info_258a {
  background-color: transparent;
  color: #da552f;
}
.thumbnail-medium-4f59 [class*="social-icon-reddit"] {
  background-color: #ff4500;
}
.thumbnail-medium-4f59 [class*="social-icon-reddit"].info_258a {
  background-color: transparent;
  color: #ff4500;
}
.thumbnail-medium-4f59 [class*="social-icon-rss"] {
  background-color: #f26522;
}
.thumbnail-medium-4f59 [class*="social-icon-rss"].info_258a {
  background-color: transparent;
  color: #f26522;
}
.thumbnail-medium-4f59 [class*="social-icon-shopping-cart"] {
  background-color: #4caf50;
}
.thumbnail-medium-4f59
  [class*="social-icon-shopping-cart"].info_258a {
  background-color: transparent;
  color: #4caf50;
}
.thumbnail-medium-4f59 [class*="social-icon-skype"] {
  background-color: #00aff0;
}
.thumbnail-medium-4f59 [class*="social-icon-skype"].info_258a {
  background-color: transparent;
  color: #00aff0;
}
.thumbnail-medium-4f59 [class*="social-icon-slideshare"] {
  background-color: #0077b5;
}
.thumbnail-medium-4f59 [class*="social-icon-slideshare"].info_258a {
  background-color: transparent;
  color: #0077b5;
}
.thumbnail-medium-4f59 [class*="social-icon-snapchat"] {
  background-color: #fffc00;
}
.thumbnail-medium-4f59 [class*="social-icon-snapchat"].info_258a {
  background-color: transparent;
  color: #fffc00;
}
.thumbnail-medium-4f59 [class*="social-icon-soundcloud"] {
  background-color: #f80;
}
.thumbnail-medium-4f59 [class*="social-icon-soundcloud"].info_258a {
  background-color: transparent;
  color: #f80;
}
.thumbnail-medium-4f59 [class*="social-icon-spotify"] {
  background-color: #2ebd59;
}
.thumbnail-medium-4f59 [class*="social-icon-spotify"].info_258a {
  background-color: transparent;
  color: #2ebd59;
}
.thumbnail-medium-4f59 [class*="social-icon-stack-overflow"] {
  background-color: #fe7a15;
}
.thumbnail-medium-4f59
  [class*="social-icon-stack-overflow"].info_258a {
  background-color: transparent;
  color: #fe7a15;
}
.thumbnail-medium-4f59 [class*="social-icon-maldkfgram"] {
  background-color: #2ca5e0;
}
.thumbnail-medium-4f59 [class*="social-icon-maldkfgram"].info_258a {
  background-color: transparent;
  color: #2ca5e0;
}
.thumbnail-medium-4f59 [class*="social-icon-tripadvisor"] {
  background-color: #589442;
}
.thumbnail-medium-4f59 [class*="social-icon-tripadvisor"].info_258a {
  background-color: transparent;
  color: #589442;
}
.thumbnail-medium-4f59 [class*="social-icon-tumblr"] {
  background-color: #35465c;
}
.thumbnail-medium-4f59 [class*="social-icon-tumblr"].info_258a {
  background-color: transparent;
  color: #35465c;
}
.thumbnail-medium-4f59 [class*="social-icon-twitch"] {
  background-color: #6441a5;
}
.thumbnail-medium-4f59 [class*="social-icon-twitch"].info_258a {
  background-color: transparent;
  color: #6441a5;
}
.thumbnail-medium-4f59 [class*="social-icon-twitter"] {
  background-color: #1da1f2;
}
.thumbnail-medium-4f59 [class*="social-icon-twitter"].info_258a {
  background-color: transparent;
  color: #1da1f2;
}
.thumbnail-medium-4f59 [class*="social-icon-vimeo"] {
  background-color: #1ab7ea;
}
.thumbnail-medium-4f59 [class*="social-icon-vimeo"].info_258a {
  background-color: transparent;
  color: #1ab7ea;
}
.thumbnail-medium-4f59 [class*="social-icon-vk"] {
  background-color: #45668e;
}
.thumbnail-medium-4f59 [class*="social-icon-vk"].info_258a {
  background-color: transparent;
  color: #45668e;
}
.thumbnail-medium-4f59 [class*="social-icon-weibo"] {
  background-color: #df2029;
}
.thumbnail-medium-4f59 [class*="social-icon-weibo"].info_258a {
  background-color: transparent;
  color: #df2029;
}
.thumbnail-medium-4f59 [class*="social-icon-weixin"] {
  background-color: #7bb32e;
}
.thumbnail-medium-4f59 [class*="social-icon-weixin"].info_258a {
  background-color: transparent;
  color: #7bb32e;
}
.thumbnail-medium-4f59 [class*="social-icon-whatsapp"] {
  background-color: #25d366;
}
.thumbnail-medium-4f59 [class*="social-icon-whatsapp"].info_258a {
  background-color: transparent;
  color: #25d366;
}
.thumbnail-medium-4f59 [class*="social-icon-wordpress"] {
  background-color: #21759b;
}
.thumbnail-medium-4f59 [class*="social-icon-wordpress"].info_258a {
  background-color: transparent;
  color: #21759b;
}
.thumbnail-medium-4f59 [class*="social-icon-xing"] {
  background-color: #026466;
}
.thumbnail-medium-4f59 [class*="social-icon-xing"].info_258a {
  background-color: transparent;
  color: #026466;
}
.thumbnail-medium-4f59 [class*="social-icon-yelp"] {
  background-color: #af0606;
}
.thumbnail-medium-4f59 [class*="social-icon-yelp"].info_258a {
  background-color: transparent;
  color: #af0606;
}
.thumbnail-medium-4f59 [class*="social-icon-youtube"] {
  background-color: #cd201f;
}
.thumbnail-medium-4f59 [class*="social-icon-youtube"].info_258a {
  background-color: transparent;
  color: #cd201f;
}
.sort-2ffc {
  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;
}
.sort-2ffc:hover {
  box-shadow: none;
  background: 0 0;
}
.message-steel-6157 {
  background: 0 0 !important;
  text-transform: uppercase;
  font-size: 0.85em;
}
.right_8384 {
  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;
}
.clean_45e0 {
  display: inline-block;
  position: relative;
  vertical-align: middle;
}
.wrapper-4426 {
  display: block;
  top: 50%;
  background-color: currentcolor;
}
.wrapper-4426,
.wrapper-4426::after,
.wrapper-4426::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;
}
.wrapper-4426::after,
.wrapper-4426::before {
  content: "";
  display: block;
  background-color: inherit;
}
.right-b70c .right_8384 .clean_45e0 {
  margin-top: -2px;
  width: 19px;
}
.right-b70c .right_8384 .wrapper-4426 {
  margin-top: -1px;
}
.right-b70c .right_8384 .wrapper-4426,
.right-b70c .right_8384 .wrapper-4426::after,
.right-b70c .right_8384 .wrapper-4426::before {
  width: 19px;
  height: 2px;
}
.right-b70c .right_8384 .wrapper-4426::before {
  top: -6px;
}
.right-b70c .right_8384 .wrapper-4426::after {
  bottom: -6px;
}
.status-58e6 .right_8384 .clean_45e0 {
  margin-top: -2px;
  width: 22px;
}
.status-58e6 .right_8384 .wrapper-4426 {
  margin-top: -1px;
}
.status-58e6 .right_8384 .wrapper-4426,
.status-58e6 .right_8384 .wrapper-4426::after,
.status-58e6 .right_8384 .wrapper-4426::before {
  width: 22px;
  height: 2px;
}
.status-58e6 .right_8384 .wrapper-4426::before {
  top: -7px;
}
.status-58e6 .right_8384 .wrapper-4426::after {
  bottom: -7px;
}
.copper-6e87 .right_8384 .clean_45e0 {
  margin-top: -2px;
  width: 31px;
}
.copper-6e87 .right_8384 .wrapper-4426 {
  margin-top: -1.5px;
}
.copper-6e87 .right_8384 .wrapper-4426,
.copper-6e87 .right_8384 .wrapper-4426::after,
.copper-6e87 .right_8384 .wrapper-4426::before {
  width: 31px;
  height: 3px;
}
.copper-6e87 .right_8384 .wrapper-4426::before {
  top: -9px;
}
.copper-6e87 .right_8384 .wrapper-4426::after {
  bottom: -9px;
}
@media screen and (min-width: 1025px) {
  .highlight-8b9b .right_8384 .clean_45e0 {
    margin-top: -2px;
    width: 19px;
  }
  .highlight-8b9b .right_8384 .wrapper-4426 {
    margin-top: -1px;
  }
  .highlight-8b9b .right_8384 .wrapper-4426,
  .highlight-8b9b .right_8384 .wrapper-4426::after,
  .highlight-8b9b .right_8384 .wrapper-4426::before {
    width: 19px;
    height: 2px;
  }
  .highlight-8b9b .right_8384 .wrapper-4426::before {
    top: -6px;
  }
  .highlight-8b9b .right_8384 .wrapper-4426::after {
    bottom: -6px;
  }
  .panel_simple_56d3 .right_8384 .clean_45e0 {
    margin-top: -2px;
    width: 22px;
  }
  .panel_simple_56d3 .right_8384 .wrapper-4426 {
    margin-top: -1px;
  }
  .panel_simple_56d3 .right_8384 .wrapper-4426,
  .panel_simple_56d3 .right_8384 .wrapper-4426::after,
  .panel_simple_56d3 .right_8384 .wrapper-4426::before {
    width: 22px;
    height: 2px;
  }
  .panel_simple_56d3 .right_8384 .wrapper-4426::before {
    top: -7px;
  }
  .panel_simple_56d3 .right_8384 .wrapper-4426::after {
    bottom: -7px;
  }
  .down_c60e .right_8384 .clean_45e0 {
    margin-top: -2px;
    width: 31px;
  }
  .down_c60e .right_8384 .wrapper-4426 {
    margin-top: -1.5px;
  }
  .down_c60e .right_8384 .wrapper-4426,
  .down_c60e .right_8384 .wrapper-4426::after,
  .down_c60e .right_8384 .wrapper-4426::before {
    width: 31px;
    height: 3px;
  }
  .down_c60e .right_8384 .wrapper-4426::before {
    top: -9px;
  }
  .down_c60e .right_8384 .wrapper-4426::after {
    bottom: -9px;
  }
}
@media screen and (max-width: 1024px) {
  .steel_7100 .right_8384 .clean_45e0 {
    margin-top: -2px;
    width: 19px;
  }
  .steel_7100 .right_8384 .wrapper-4426 {
    margin-top: -1px;
  }
  .steel_7100 .right_8384 .wrapper-4426,
  .steel_7100 .right_8384 .wrapper-4426::after,
  .steel_7100 .right_8384 .wrapper-4426::before {
    width: 19px;
    height: 2px;
  }
  .steel_7100 .right_8384 .wrapper-4426::before {
    top: -6px;
  }
  .steel_7100 .right_8384 .wrapper-4426::after {
    bottom: -6px;
  }
  .paragraph_smooth_4ca6 .right_8384 .clean_45e0 {
    margin-top: -2px;
    width: 22px;
  }
  .paragraph_smooth_4ca6 .right_8384 .wrapper-4426 {
    margin-top: -1px;
  }
  .paragraph_smooth_4ca6 .right_8384 .wrapper-4426,
  .paragraph_smooth_4ca6 .right_8384 .wrapper-4426::after,
  .paragraph_smooth_4ca6 .right_8384 .wrapper-4426::before {
    width: 22px;
    height: 2px;
  }
  .paragraph_smooth_4ca6 .right_8384 .wrapper-4426::before {
    top: -7px;
  }
  .paragraph_smooth_4ca6 .right_8384 .wrapper-4426::after {
    bottom: -7px;
  }
  .info_blue_2e22 .right_8384 .clean_45e0 {
    margin-top: -2px;
    width: 31px;
  }
  .info_blue_2e22 .right_8384 .wrapper-4426 {
    margin-top: -1.5px;
  }
  .info_blue_2e22 .right_8384 .wrapper-4426,
  .info_blue_2e22 .right_8384 .wrapper-4426::after,
  .info_blue_2e22 .right_8384 .wrapper-4426::before {
    width: 31px;
    height: 3px;
  }
  .info_blue_2e22 .right_8384 .wrapper-4426::before {
    top: -9px;
  }
  .info_blue_2e22 .right_8384 .wrapper-4426::after {
    bottom: -9px;
  }
}
@media screen and (max-width: 568px) {
  .white-393e .right_8384 .clean_45e0 {
    margin-top: -2px;
    width: 19px;
  }
  .white-393e .right_8384 .wrapper-4426 {
    margin-top: -1px;
  }
  .white-393e .right_8384 .wrapper-4426,
  .white-393e .right_8384 .wrapper-4426::after,
  .white-393e .right_8384 .wrapper-4426::before {
    width: 19px;
    height: 2px;
  }
  .white-393e .right_8384 .wrapper-4426::before {
    top: -6px;
  }
  .white-393e .right_8384 .wrapper-4426::after {
    bottom: -6px;
  }
  .fixed-a6b0 .right_8384 .clean_45e0 {
    margin-top: -2px;
    width: 22px;
  }
  .fixed-a6b0 .right_8384 .wrapper-4426 {
    margin-top: -1px;
  }
  .fixed-a6b0 .right_8384 .wrapper-4426,
  .fixed-a6b0 .right_8384 .wrapper-4426::after,
  .fixed-a6b0 .right_8384 .wrapper-4426::before {
    width: 22px;
    height: 2px;
  }
  .fixed-a6b0 .right_8384 .wrapper-4426::before {
    top: -7px;
  }
  .fixed-a6b0 .right_8384 .wrapper-4426::after {
    bottom: -7px;
  }
  .breadcrumb_8cfb .right_8384 .clean_45e0 {
    margin-top: -2px;
    width: 31px;
  }
  .breadcrumb_8cfb .right_8384 .wrapper-4426 {
    margin-top: -1.5px;
  }
  .breadcrumb_8cfb .right_8384 .wrapper-4426,
  .breadcrumb_8cfb .right_8384 .wrapper-4426::after,
  .breadcrumb_8cfb .right_8384 .wrapper-4426::before {
    width: 31px;
    height: 3px;
  }
  .breadcrumb_8cfb .right_8384 .wrapper-4426::before {
    top: -9px;
  }
  .breadcrumb_8cfb .right_8384 .wrapper-4426::after {
    bottom: -9px;
  }
}
.gallery-inner-736a .wrapper-4426 {
  -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);
}
.gallery-inner-736a .wrapper-4426::before {
  -webkit-transition: top 75ms 0.12s ease, opacity 75ms ease;
  transition: top 75ms 0.12s ease, opacity 75ms ease;
}
.gallery-inner-736a .wrapper-4426::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);
}
.gallery-inner-736a.link-in-ce01 .wrapper-4426 {
  -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);
}
.gallery-inner-736a.link-in-ce01 .wrapper-4426::before {
  top: 0;
  opacity: 0;
  -webkit-transition: top 75ms ease, opacity 75ms 0.12s ease;
  transition: top 75ms ease, opacity 75ms 0.12s ease;
}
.gallery-inner-736a.link-in-ce01 .wrapper-4426::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);
}
.column-selected-397c {
  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.silver-fe3d:before {
  display: none;
}
.surface_up_aef3 {
  padding: 0;
  position: fixed;
  width: 100%;
  max-width: 100%;
  top: 0;
  z-index: 999900;
  visibility: hidden;
}
.surface_up_aef3 .popup_black_2e5f {
  padding: 1.4em 1.5em;
  border-bottom: 1px solid transparent;
}
.surface_up_aef3 .popup_black_2e5f:last-of-type {
  border-bottom: none;
}
.surface_up_aef3 .popup_black_2e5f.active_ad58,
.surface_up_aef3 .popup_black_2e5f.mask_10bf,
.surface_up_aef3 .popup_black_2e5f.clean-47e2 {
  padding: 0;
}
.surface_up_aef3 .steel_225b .primary-5e8a {
  color: currentColor;
}
.surface_up_aef3 .steel_225b .primary-5e8a:focus,
.surface_up_aef3 .steel_225b .primary-5e8a:hover {
  background: rgba(0, 0, 0, 0.01);
}
.surface_up_aef3.gallery-88f5 .pagination_glass_058c,
.surface_up_aef3.gallery-88f5 .main_east_9f20 a,
.surface_up_aef3.gallery-88f5 .block_simple_2f0c a,
.surface_up_aef3.gallery-88f5 .small_2446 a {
  color: rgba(0, 0, 0, 0.55);
}
.surface_up_aef3.gallery-88f5 .pagination_glass_058c:hover,
.surface_up_aef3.gallery-88f5 .main_east_9f20 a:hover,
.surface_up_aef3.gallery-88f5 .block_simple_2f0c a:hover,
.surface_up_aef3.gallery-88f5 .small_2446 a:hover {
  color: rgba(0, 0, 0, 0.8);
}
.surface_up_aef3.gallery-88f5 .mini-49d1 {
  color: rgba(0, 0, 0, 0.8);
}
.surface_up_aef3.gallery-88f5 .popup_black_2e5f {
  border-color: rgba(0, 0, 0, 0.08);
}
.surface_up_aef3.gallery-88f5 .popup_black_2e5f:before {
  background: rgba(0, 0, 0, 0.08);
}
.surface_up_aef3.gallery-88f5 .fixed-ac2a:before {
  background: rgba(255, 255, 255, 0.9);
}
.surface_up_aef3.gallery-88f5 .steel_225b .thumbnail-d382 li a,
.surface_up_aef3.gallery-88f5 .steel_225b .primary-5e8a,
.surface_up_aef3.gallery-88f5 .small_2446 {
  border-color: rgba(0, 0, 0, 0.08);
}
.surface_up_aef3.gallery-88f5 .steel_225b .primary-5e8a:focus,
.surface_up_aef3.gallery-88f5 .steel_225b .primary-5e8a:hover {
  background: rgba(0, 0, 0, 0.01);
}
.surface_up_aef3.gallery-88f5 .thumbnail-d382 li {
  border-color: rgba(0, 0, 0, 0.08);
}
.surface_up_aef3.hovered_cfb4 .pagination_glass_058c,
.surface_up_aef3.hovered_cfb4 .main_east_9f20 a,
.surface_up_aef3.hovered_cfb4 .block_simple_2f0c .primary-5e8a,
.surface_up_aef3.hovered_cfb4 .block_simple_2f0c a,
.surface_up_aef3.hovered_cfb4 .small_2446 a {
  color: rgba(255, 255, 255, 0.79);
}
.surface_up_aef3.hovered_cfb4 .pagination_glass_058c:hover,
.surface_up_aef3.hovered_cfb4 .main_east_9f20 a:hover,
.surface_up_aef3.hovered_cfb4 .block_simple_2f0c .primary-5e8a:hover,
.surface_up_aef3.hovered_cfb4 .block_simple_2f0c a:hover,
.surface_up_aef3.hovered_cfb4 .small_2446 a:hover {
  color: rgba(255, 255, 255, 0.99);
}
.surface_up_aef3.hovered_cfb4 .mini-49d1 {
  color: rgba(255, 255, 255, 0.99);
}
.surface_up_aef3.hovered_cfb4 .popup_black_2e5f {
  border-color: rgba(255, 255, 255, 0.08);
}
.surface_up_aef3.hovered_cfb4 .popup_black_2e5f:before {
  background: rgba(255, 255, 255, 0.08);
}
.surface_up_aef3.hovered_cfb4 .fixed-ac2a:before {
  background: rgba(0, 0, 0, 0.9);
}
.surface_up_aef3.hovered_cfb4 .steel_225b .thumbnail-d382 li a,
.surface_up_aef3.hovered_cfb4 .steel_225b .primary-5e8a,
.surface_up_aef3.hovered_cfb4 .small_2446 {
  border-color: rgba(255, 255, 255, 0.08);
}
.surface_up_aef3.hovered_cfb4 .steel_225b .primary-5e8a:focus,
.surface_up_aef3.hovered_cfb4 .steel_225b .primary-5e8a:hover {
  background: rgba(0, 0, 0, 0.01);
}
.surface_up_aef3.hovered_cfb4 .thumbnail-d382 li {
  border-color: rgba(255, 255, 255, 0.08);
}
.fixed-ac2a {
  position: relative;
  word-con: break-word;
  min-height: 100%;
  display: block;
}
.fixed-ac2a:before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  display: block;
  min-height: 100%;
}
.content_1156 {
  position: relative;
  word-con: break-word;
  min-height: 100%;
  display: block;
  padding: 1.2em 0;
}
.badge-ae1e .surface_up_aef3 {
  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;
}
.badge-ae1e .popup_black_2e5f {
  text-align: center;
  padding: 2em 1.5em;
  border: none;
  position: relative;
}
.badge-ae1e .popup_black_2e5f: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) {
  .badge-ae1e .popup_black_2e5f:before {
    width: 16%;
    left: 42%;
  }
}
.badge-ae1e .popup_black_2e5f:last-child:before {
  content: none;
}
.badge-ae1e .popup_black_2e5f[class*="-menu"] {
  padding: 2.5em 1.5em;
}
.badge-ae1e .steel_225b .thumbnail-d382 li a {
  border: none;
  font-size: 140%;
  text-transform: uppercase;
  font-weight: 500;
}
.badge-ae1e .steel_225b .thumbnail-d382 li a .primary-5e8a {
  display: inline-block;
  position: relative;
  border: 0 none;
  margin-right: -1.3em;
  top: -2px;
  padding: 0.28em 0.5em;
}
.badge-ae1e .steel_225b .small_2446 {
  border: none;
}
.badge-ae1e .steel_225b .small_2446 li a {
  text-transform: none;
  padding: 0.35em 1.5em;
  font-size: 100%;
}
.badge-ae1e .fixed-ac2a {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}
.badge-ae1e .content_1156 {
  max-width: 48em;
  margin: 3em auto;
  padding: 0;
}
.badge-ae1e .hovered_cfb4 .fixed-ac2a:before {
  background: rgba(0, 0, 0, 0.9);
}
.badge-ae1e .gallery-88f5.hover-blue-02ff .wrapper-4426 {
  background: rgba(0, 0, 0, 0.6);
}
.badge-ae1e
  .gallery-88f5.hover-blue-02ff
  .wrapper-4426::after,
.badge-ae1e
  .gallery-88f5.hover-blue-02ff
  .wrapper-4426:before {
  background: inherit;
}
.badge-ae1e
  .gallery-88f5.hover-blue-02ff:hover
  .wrapper-4426 {
  background: rgba(0, 0, 0, 0.8);
}
.down_3a33 .surface_up_aef3 {
  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) {
  .down_3a33 .surface_up_aef3 {
    width: auto;
    right: 45px;
  }
}
.article_large_490d .surface_up_aef3 {
  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) {
  .article_large_490d .surface_up_aef3 {
    width: auto;
    left: 45px;
  }
}
.silver-fe3d .surface_up_aef3 {
  position: relative;
  height: 0;
  display: block;
  visibility: visible;
  z-index: 999900;
  overflow: hidden;
}
.silver-fe3d .content_1156 {
  max-width: 48em;
  margin: 0 auto;
}
.silver-fe3d .fixed-ac2a:before {
  box-shadow: inset 0 0 12px 0 rgba(0, 0, 0, 0.05);
}
.secondary_steel_e8be {
  overflow-x: hidden;
  position: relative;
  width: 100%;
  display: block;
}
.secondary_steel_e8be.badge-ae1e .surface_up_aef3 {
  z-index: 0;
  opacity: 0;
  height: 100%;
}
.secondary_steel_e8be.down_3a33 .surface_up_aef3 {
  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);
}
.secondary_steel_e8be .surface_up_aef3 {
  visibility: visible;
}
.secondary_steel_e8be.article_large_490d .surface_up_aef3 {
  -webkit-transform: translateX(200%);
  -ms-transform: translateX(200%);
  transform: translateX(200%);
  height: 100%;
}
.menu-copper-ceb9,
.column_north_aa52 {
  overflow-x: hidden;
}
.menu-copper-ceb9 .surface_up_aef3 {
  overflow: auto;
}
.menu-copper-ceb9.badge-ae1e {
  overflow: initial;
  position: relative;
  width: 100%;
  display: block;
}
.menu-copper-ceb9.badge-ae1e .surface_up_aef3 {
  z-index: 999900;
  opacity: 1;
  visibility: visible;
}
.menu-copper-ceb9.badge-ae1e .sort-2ffc {
  opacity: 0;
}
.menu-copper-ceb9.down_3a33 {
  overflow: initial;
  position: relative;
  width: 100%;
  display: block;
}
.menu-copper-ceb9.down_3a33 .surface_up_aef3 {
  z-index: 999900;
  height: 100vh;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  left: 0;
  visibility: visible;
}
.menu-copper-ceb9.down_3a33 .sort-2ffc {
  opacity: 0;
}
.menu-copper-ceb9.article_large_490d {
  overflow: initial;
  position: relative;
  width: 100%;
  display: block;
}
.menu-copper-ceb9.article_large_490d .surface_up_aef3 {
  z-index: 999900;
  height: 100vh;
  max-width: 100vw;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  right: 0;
  visibility: visible;
}
.menu-copper-ceb9.article_large_490d .sort-2ffc {
  opacity: 0;
}
.menu-copper-ceb9.silver-fe3d .surface_up_aef3 {
  z-index: 10;
  visibility: visible;
}
.hover-blue-02ff {
  display: none;
  z-index: 999910;
  cursor: pointer;
  position: fixed;
  top: 10px;
  right: 12px;
}
.hover-blue-02ff .wrapper-4426 {
  background: rgba(255, 255, 255, 0.99);
}
.hover-blue-02ff .wrapper-4426::after,
.hover-blue-02ff .wrapper-4426:before {
  background: inherit;
}
.hover-blue-02ff:hover .wrapper-4426 {
  background: rgba(255, 255, 255, 0.99);
}
.article_large_490d .hover-blue-02ff {
  top: 10px;
  right: auto;
  left: 12px;
}
.silver-fe3d .hover-blue-02ff {
  display: none !important;
}
.menu-copper-ceb9:before,
.column_north_aa52:before {
  z-index: 999897;
  visibility: visible;
  opacity: 1;
}
.menu-copper-ceb9 .hover-blue-02ff,
.column_north_aa52 .hover-blue-02ff {
  display: inline-block;
}
.surface_up_aef3 .accordion-9bb2 {
  -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;
}
.menu-copper-ceb9 .surface_up_aef3 .accordion-9bb2,
.column_north_aa52 .surface_up_aef3 .accordion-9bb2 {
  opacity: 1;
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
}
.rough_2fb9 .lower-016c {
  width: 100%;
}
.narrow_ddb5 {
  padding: 0 0.5em 0;
}
.narrow_ddb5 [class*="customify-col-"],
.narrow_ddb5 [class*="customify-col_"],
.narrow_ddb5 [class~="customify-col"] {
  padding: 0 0.5em 0;
}
.box_8fae .narrow_ddb5 {
  padding-left: 1em;
  padding-right: 1em;
}
@media screen and (min-width: 1025px) {
  .gradient_soft_5a89 .pink-7704,
  .pink-7704 {
    display: none;
  }
  .lite_557e {
    text-align: left;
  }
  .gradient-south-aee6 {
    text-align: center;
  }
  .element-5e44 {
    text-align: right;
  }
}
@media screen and (max-width: 1024px) {
  .gradient_soft_5a89 .soft-1fc4,
  .soft-1fc4 {
    display: none;
  }
  .filter-right-43f7 {
    text-align: left;
  }
  .status_afd5 {
    text-align: center;
  }
  .widget_d276 {
    text-align: right;
  }
}
@media screen and (max-width: 568px) {
  .gradient_soft_5a89 .banner-9602,
  .banner-9602 {
    display: none;
  }
  .under_389d {
    text-align: left;
  }
  .liquid_6ad2 {
    text-align: center;
  }
  .label_active_c29f {
    text-align: right;
  }
}
#page {
  position: relative;
}
.main-pressed-58de {
  box-shadow: none !important;
}
.rough_e75f .west_0088,
.link-static-74bc .west_0088 {
  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;
}
.link-static-74bc .west_0088 {
  margin-top: 30px;
  margin-bottom: 30px;
}
.hovered-bd37 {
  position: relative;
  padding-left: 2em;
  padding-right: 2em;
}
.hovered-bd37:after,
.hovered-bd37:before {
  content: "";
  display: table;
}
.hovered-bd37:after {
  clear: both;
}
@media screen and (max-width: 48em) {
  .hovered-bd37 {
    padding-left: 1em;
    padding-right: 1em;
  }
}
.hovered-bd37,
.title-20ec {
  max-width: 1248px;
  margin: 0 auto;
}

.frame_selected_40f7.stone_6276 .hovered-bd37 {
  max-width: 100%;
}
.frame_selected_40f7.backdrop_inner_85f7 {
  max-width: 1200px;
  margin: 0 auto;
}
.frame_selected_40f7.pagination_black_b942 .hovered-bd37 {
  max-width: 100%;
}
.frame_selected_40f7.pagination_black_b942 > .hovered-bd37 {
  padding-left: 0;
  padding-right: 0;
}
.frame_selected_40f7.pagination_black_b942 > .hovered-bd37 .gradient_soft_5a89 {
  margin: 0;
}
.frame_selected_40f7.pagination_black_b942
  > .hovered-bd37
  .complex-a13a.middle_db2d {
  margin-right: 0;
  margin-left: 0;
}
.frame_selected_40f7.pagination_black_b942 #main.middle_db2d {
  padding: 0;
}
#main,
#sidebar-primary,
#sidebar-secondary {
  padding-top: 2.617924em;
  padding-bottom: 2.617924em;
}
@media screen and (max-width: 1024px) {
  .badge_661e #main {
    border-left: 0 none;
  }
}
@media screen and (max-width: 1024px) {
  .badge_661e #sidebar-secondary {
    -webkit-box-ordinal-group: 6;
    order: 5;
    display: none;
  }
}
@media screen and (min-width: 48em) {
  .form_hard_9b91 .notification_b6a6 {
    padding-right: 1em;
  }
  .form_hard_9b91.shade-south-e1d2 .complex-a13a {
    border-right: 1px solid #eaecee;
  }
  .form_hard_9b91.shade-south-e1d2 .notification_b6a6 {
    padding-right: 1em;
  }
  .form_hard_9b91.shade-south-e1d2 .layout-thick-0c14 {
    padding-left: 1em;
  }
}
@media screen and (min-width: 48em) {
  .up_4654 .notification_b6a6 {
    padding-left: 1em;
  }
  .up_4654.shade-south-e1d2 .complex-a13a {
    border-left: 1px solid #eaecee;
  }
  .up_4654.shade-south-e1d2 .notification_b6a6 {
    padding-left: 1em;
  }
  .up_4654.shade-south-e1d2 .layout-thick-0c14 {
    padding-right: 1em;
  }
}
@media screen and (min-width: 48em) {
  .slider_yellow_a1b9 .notification_b6a6 {
    padding-left: 1em;
  }
  .slider_yellow_a1b9.shade-south-e1d2 .tabs-fast-14f3 {
    border-right: 1px solid #eaecee;
  }
  .slider_yellow_a1b9.shade-south-e1d2 .link-under-4147 {
    border-right: 1px solid #eaecee;
  }
  .slider_yellow_a1b9.shade-south-e1d2 .notification_b6a6 {
    padding-left: 1em;
  }
  .slider_yellow_a1b9.shade-south-e1d2 .layout-thick-0c14 {
    padding-right: 1em;
  }
  .slider_yellow_a1b9.shade-south-e1d2 .primary_d116 {
    padding-left: 1em;
    padding-right: 1em;
  }
}
@media screen and (min-width: 48em) {
  .thumbnail-e1d1 .notification_b6a6 {
    padding-right: 1em;
  }
  .thumbnail-e1d1.shade-south-e1d2 .tabs-fast-14f3 {
    border-left: 1px solid #eaecee;
  }
  .thumbnail-e1d1.shade-south-e1d2 .link-under-4147 {
    border-left: 1px solid #eaecee;
  }
  .thumbnail-e1d1.shade-south-e1d2 .notification_b6a6 {
    padding-right: 1em;
  }
  .thumbnail-e1d1.shade-south-e1d2 .layout-thick-0c14 {
    padding-left: 1em;
    padding-right: 1em;
  }
  .thumbnail-e1d1.shade-south-e1d2 .primary_d116 {
    padding-left: 1em;
  }
}
@media screen and (min-width: 48em) {
  .badge_661e .notification_b6a6 {
    padding-left: 1em;
    padding-right: 1em;
  }
  .badge_661e.shade-south-e1d2 .complex-a13a {
    border-left: 1px solid #eaecee;
    border-right: 1px solid #eaecee;
  }
  .badge_661e.shade-south-e1d2 .notification_b6a6 {
    padding-left: 1em;
    padding-right: 1em;
  }
  .badge_661e.shade-south-e1d2 .layout-thick-0c14 {
    padding-left: 1em;
  }
  .badge_661e.shade-south-e1d2 .primary_d116 {
    padding-right: 1em;
  }
}
@media screen and (max-width: 64em) {
  .badge_661e.shade-south-e1d2 .notification_b6a6 {
    padding-left: 0;
  }
}
.alert-37a0 .item_first_5fba {
  display: inline-block;
}
.north_5c37 {
  display: inline-block;
}
.widget_orange_dfad {
  word-con: break-word;
}
.sidebar-motion-0ca1 > span {
  display: inline-block;
  padding: 5px 0;
}
.sidebar-motion-0ca1 .simple-ca15 {
  margin-left: 8px;
  margin-right: 8px;
}
.sidebar-motion-0ca1 .active_d927 img {
  vertical-align: middle;
  overflow: hidden;
  border-radius: 50%;
  margin-right: 5px;
}
.pattern_55b5 .caption-glass-8ad5 {
  margin-bottom: 2em;
}
.pattern_55b5 .thick-dcf9 {
  margin-bottom: 15px;
}
.pattern_55b5 .thick-dcf9:last-child {
  margin-bottom: 0;
}
.pattern_55b5 .search-left-6e04 {
  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) {
  .pattern_55b5 .search-left-6e04 {
    display: block;
  }
}
.pattern_55b5 .up_6e26 {
  position: relative;
  max-width: 100%;
  flex-basis: 40%;
  padding-top: 0;
  overflow: hidden;
}
@media screen and (max-width: 568px) {
  .pattern_55b5 .up_6e26 {
    margin-bottom: 1em;
    width: 100% !important;
    padding-top: 56.25%;
  }
}
.pattern_55b5 .paragraph_copper_1a03 {
  position: absolute;
  top: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: flex;
  line-height: 0;
  background-color: #d5d5d5;
}
.pattern_55b5 .paragraph_copper_1a03 img {
  -o-object-fit: cover;
  object-fit: cover;
  width: 100%;
  height: auto;
}
.pattern_55b5 .paragraph_copper_1a03 a {
  position: absolute;
  top: 0;
  top: 0;
  display: block;
}
.pattern_55b5 .widget_orange_dfad {
  font-size: 1.5em;
  font-weight: 500;
  word-con: break-word;
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
}
.pattern_55b5 .widget_orange_dfad a {
  text-align: inherit;
  display: block;
  flex-basis: 100%;
}
.pattern_55b5 .hovered_4f09 p:last-child {
  margin-bottom: 0;
}
.pattern_55b5 .brown_4999 {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: block;
  z-index: 30;
}
.pattern_55b5 .static-b63e {
  -webkit-box-flex: 1;
  flex: 1;
  word-con: break-word;
  max-width: 100%;
}
.pattern_55b5 .warm-e3a2 {
  margin-top: 1em;
}
.pattern_55b5 .column_cold_689f {
  top: 0;
  display: block;
}
.pattern_55b5 .column_cold_689f a {
  color: inherit;
}
.pattern_55b5 .column_cold_689f a:hover {
  color: inherit;
}
.pattern_55b5 .modal_fbe7 {
  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;
}
.pattern_55b5 .modal_fbe7:hover {
  background: #235787;
  color: #fff;
  border-color: #235787;
}
.pattern_55b5 .static-b63e {
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-flow: column nowrap;
}
.pattern_55b5 .avatar-up-1943 {
  position: relative;
  width: 100%;
  margin-bottom: 15px;
}
.pattern_55b5 .avatar-up-1943:first-child {
  margin-top: 0;
}
.pattern_55b5 .avatar-up-1943.notice_large_44ad {
  -webkit-box-flex: 0;
  flex: none;
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.pattern_55b5 .avatar-up-1943.down-81c9 {
  display: -webkit-box;
  display: flex;
  margin-top: auto;
  margin-bottom: 0;
  -webkit-box-pack: justify;
  justify-content: space-between;
}
.pattern_55b5
  .avatar-up-1943.down-81c9.hard-4c1f
  .warm-e3a2 {
  width: 100%;
}
.pattern_55b5 .down-81c9 {
  -webkit-box-align: center;
  align-items: center;
}
.pattern_55b5 .down-81c9 .sidebar-motion-0ca1,
.pattern_55b5 .down-81c9 > * {
  margin-bottom: 0;
  margin-top: 0;
  display: inline-block;
}
.pattern_55b5 .paragraph_copper_1a03 {
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
.pattern_55b5 .paragraph_copper_1a03 img {
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
.pattern_55b5 .paragraph_copper_1a03: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;
}
.pattern_55b5 .notice_large_44ad {
  z-index: 5;
}
.pattern_55b5 .active-7cdf .mask_d4af {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  display: block;
}
.pattern_55b5 .background-pink-65b3 .mask_d4af {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  display: block;
}
.pattern_55b5 .tertiary-plasma-b23c .mask_d4af {
  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;
}
.pattern_55b5.hard-4ebd .search-left-6e04,
.pattern_55b5.grid_middle_ad30 .search-left-6e04 {
  display: block;
}
.pattern_55b5.hard-4ebd .search-left-6e04 .wide-ab00,
.pattern_55b5.hard-4ebd .search-left-6e04 .static-b63e,
.pattern_55b5.grid_middle_ad30 .search-left-6e04 .wide-ab00,
.pattern_55b5.grid_middle_ad30 .search-left-6e04 .static-b63e {
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
}
.pattern_55b5.slider-323a .up_6e26 {
  margin-right: 2em;
}
@media screen and (max-width: 568px) {
  .pattern_55b5.slider-323a .up_6e26 {
    margin-right: 0;
  }
}
.pattern_55b5.hard-4ebd .up_6e26,
.pattern_55b5.grid_middle_ad30 .up_6e26 {
  padding-top: 40%;
}
.pattern_55b5.hard-4ebd .caption-glass-8ad5,
.pattern_55b5.grid_middle_ad30 .caption-glass-8ad5 {
  display: block;
}
.pattern_55b5.hard-4ebd .fn-sticky-3b2f .static-b63e,
.pattern_55b5.grid_middle_ad30 .fn-sticky-3b2f .static-b63e {
  background-color: #fcf8e3;
  border: 1px solid #faf2cc;
  border-top: 0 none;
  color: #8a6d3b;
  padding: 1em;
}
.pattern_55b5.hard-4ebd .up_6e26,
.pattern_55b5.grid_middle_ad30 .up_6e26 {
  margin-bottom: 1em;
  display: block;
  position: relative;
}
.pattern_55b5.hard-4ebd .static-b63e {
  padding: 1em;
}
.tertiary_ec24 {
  margin: 30px auto;
  display: block;
}
.tertiary_ec24 .badge_fluid_2440 > * {
  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;
}
.tertiary_ec24 .badge_fluid_2440 > :hover {
  border-color: #235787;
  background: #235787;
  color: #fff;
}
.tertiary_ec24 .badge_fluid_2440 span {
  border-color: #235787;
  background: #235787;
  color: #fff;
}
.modal_basic_e1bf .sidebar-motion-0ca1 {
  margin-bottom: 1.41575em;
}
.modal_basic_e1bf .smooth_1ec2 {
  margin-bottom: 1.618em;
}
.dark_d157 .accent_cold_390d {
  display: block;
  margin: 5px 0 20px;
  font-weight: 500;
}
.dark_d157 .accent_cold_390d a {
  border: 1px solid #eaecee;
  padding: 5px 12px 5px;
  text-transform: uppercase;
  color: #686868;
  margin: 0 2px;
}
.dark_d157 .input_4cf2 {
  max-width: 100%;
  overflow: auto;
}
.nav-hard-2ecb .dark_d157 a:hover {
  text-decoration: underline;
}
.light_f0eb .thick-dcf9:not(.widget_orange_dfad),
.light_f0eb .paragraph_copper_1a03 {
  margin-bottom: 1.41575em;
}
.light_f0eb .thick-dcf9:not(.widget_orange_dfad):last-child,
.light_f0eb .paragraph_copper_1a03:last-child {
  margin-bottom: 0;
}
.light_f0eb .thick-dcf9.last-e2b2 {
  margin-bottom: 0.41575em;
}
.light_f0eb .sort-a8f8:before,
.light_f0eb .upper_1110:before {
  font: normal normal normal 16px/1 FontAwesome;
  text-decoration: inherit;
  text-transform: none;
  position: relative;
  margin-right: 5px;
  color: #6d6d6d;
}
.light_f0eb .sort-a8f8:before {
  content: "\f115";
}
.light_f0eb .upper_1110:before {
  content: "\f02c";
}
.light_f0eb .notice_cold_8894 {
  display: block;
  width: 100%;
  margin-top: 0.5407911001em;
}
.light_f0eb .notice_cold_8894 a {
  text-transform: uppercase;
  font-weight: 500;
  font-size: 80%;
  letter-spacing: 0.5px;
}
.caption-light-a4b5 {
  display: -webkit-box;
  display: flex;
}
.caption-light-a4b5 .tooltip_hot_92a0 {
  flex-basis: 90px;
}
@media screen and (max-width: 568px) {
  .caption-light-a4b5 .tooltip_hot_92a0 {
    flex-basis: 90px;
  }
}
.caption-light-a4b5 .link_simple_0279 {
  flex-basis: calc(100% - 90px);
  margin-left: 1.5em;
}
@media screen and (max-width: 568px) {
  .caption-light-a4b5 .link_simple_0279 {
    flex-basis: calc(100% - 50px);
  }
}
.caption-light-a4b5 .prev_ff4b p:last-child {
  margin-bottom: 0.72em;
}
.first-3816 .badge_fluid_2440 {
  padding: 16px 0 15px;
  border-top: 1px solid #eaecee;
  border-bottom: 1px solid #eaecee;
}
.first-3816 .badge_fluid_2440:after,
.first-3816 .badge_fluid_2440:before {
  content: "";
  display: table;
}
.first-3816 .badge_fluid_2440:after {
  clear: both;
}
.first-3816 .badge_fluid_2440 .old-07db,
.first-3816 .badge_fluid_2440 .active_4788 {
  width: 49%;
}
.first-3816 .badge_fluid_2440 .old-07db a span.component_gold_bf8b,
.first-3816 .badge_fluid_2440 .active_4788 a span.component_gold_bf8b {
  display: block;
  margin-bottom: 5px;
}
.first-3816 .badge_fluid_2440 .active_4788 {
  float: left;
  text-align: left;
}
.first-3816 .badge_fluid_2440 .old-07db {
  float: right;
  text-align: right;
}
.steel-4235 {
  margin-bottom: 0.41575em;
}
@media screen and (max-width: 568px) {
  .steel-4235 {
    margin-bottom: 0;
  }
}
.label-ca0a {
  margin-bottom: 1em;
}
.label-ca0a .widget_orange_dfad {
  font-size: 1.1em;
  line-height: 1.3;
}
.title_e356 a {
  display: block;
  line-height: 0;
  position: relative;
}
.upper-8da6 .label-ca0a,
.south-1f7e .label-ca0a {
  display: -webkit-box;
  display: flex;
}
@media screen and (max-width: 568px) {
  .upper-8da6 .label-ca0a,
  .south-1f7e .label-ca0a {
    display: block;
  }
}
.upper-8da6 .title_e356,
.south-1f7e .title_e356 {
  flex-basis: 160px;
  position: relative;
}
@media screen and (max-width: 568px) {
  .upper-8da6 .title_e356,
  .south-1f7e .title_e356 {
    margin-bottom: 1em;
  }
}
.upper-8da6 .title_e356 img,
.south-1f7e .title_e356 img {
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  display: block;
}
.upper-8da6 .glass-7e18,
.south-1f7e .glass-7e18 {
  flex-basis: calc(100% - 160px);
}
.upper-8da6 .glass-7e18 p,
.south-1f7e .glass-7e18 p {
  margin-bottom: 0;
}
.upper-8da6 .glass-7e18 {
  padding-left: 1em;
}
@media screen and (max-width: 568px) {
  .upper-8da6 .glass-7e18 {
    padding-left: 0;
  }
}
.south-1f7e .glass-7e18 {
  -webkit-box-ordinal-group: 2;
  order: 1;
  padding-right: 1em;
}
@media screen and (max-width: 568px) {
  .south-1f7e .glass-7e18 {
    padding-right: 0;
  }
}
.south-1f7e .title_e356 {
  -webkit-box-ordinal-group: 3;
  order: 2;
}
.menu_green_36b3 .title_e356 {
  margin-bottom: 0.5em;
}
.menu_green_36b3 .title_e356 img {
  width: 100%;
}
.light_1e5e .disabled-089a,
.slow_178d .disabled-089a {
  margin-bottom: 35px;
  padding-bottom: 20px;
  border-bottom: 1px solid #eaecee;
}
.slow_178d .complex-a13a .info_over_e664 p:last-child {
  margin-bottom: 0;
}
.tag_10cf {
  font-size: 16px;
  text-transform: uppercase;
  font-weight: 500;
  color: currentColor;
  margin-bottom: 20px;
}
.hover-4615 .plasma-d334 {
  margin-bottom: 2em;
}
@media screen and (min-width: 1025px) {
  .hover-4615 .plasma-d334:last-of-type {
    margin-bottom: 0;
  }
}
.hover-4615 .plasma-d334 ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.hover-4615 .plasma-d334 ul:after {
  clear: both;
  content: ".";
  display: block;
  height: 0;
  visibility: hidden;
}
.hover-4615 .plasma-d334 ul li {
  margin: 0 0 0.6em;
}
.hover-4615 .plasma-d334 ul li.picture_6a4a,
.hover-4615 .plasma-d334 ul li.south_0375 {
  position: relative;
}
.hover-4615 .plasma-d334 ul li.picture_6a4a .avatar-simple-1872,
.hover-4615 .plasma-d334 ul li.south_0375 .avatar-simple-1872 {
  right: 0;
  background: #eaecee;
  color: #999;
  padding: 0 0.5em;
  border-radius: 0.9em;
  font-size: 12px;
  position: absolute;
  top: 4px;
}
.hover-4615 .plasma-d334 ul li.picture_6a4a:after:after,
.hover-4615 .plasma-d334 ul li.picture_6a4a:after:before,
.hover-4615
  .plasma-d334
  ul
  li.south_0375:after:after,
.hover-4615
  .plasma-d334
  ul
  li.south_0375:after:before {
  content: "";
  display: table;
}
.hover-4615 .plasma-d334 ul li.picture_6a4a:after:after,
.hover-4615
  .plasma-d334
  ul
  li.south_0375:after:after {
  clear: both;
}
.hover-4615 .plasma-d334 a.aside_844b:hover {
  text-decoration: none;
}
.hover-4615 .plasma-d334 select {
  max-width: 100%;
}
.hover-4615 .plasma-d334 table {
  font-size: 85%;
}
.hover-4615 .plasma-d334 table td,
.hover-4615 .plasma-d334 table th {
  padding: 0.2360828548em;
  text-align: center;
}
.hover-4615 .plasma-d334 table tfoot td {
  text-align: left;
}
.hover-4615 .plasma-d334 :last-child {
  margin-bottom: 0;
}
.hover-4615 .plasma-d334 .text-01f4 {
  display: -webkit-box;
  display: flex;
  width: 100%;
  max-width: 100%;
}
.hover-4615 .plasma-d334 .text-01f4 label {
  width: 100%;
}
.hover-4615 .plasma-d334 .text-01f4 .shadow_562a {
  width: 100%;
  display: block;
}
.hover-4615 .plasma-d334 .text-01f4 .logo_north_06e4 {
  padding: 9px 14px;
  margin-left: -46px;
  overflow: hidden;
  box-shadow: none;
  background: 0 0;
  color: #aaa;
  line-height: 0;
}
.hover-4615 .plasma-d334 .text-01f4 .logo_north_06e4:hover svg #svg-search {
  fill: #444;
}
.hover-4615 .plasma-d334 .text-01f4 .logo_north_06e4 svg {
  width: 18px;
  height: 18px;
}
.hover-4615 .border_e2dc ul ul,
.hover-4615 .outline-orange-6e9a ul ul,
.hover-4615 .breadcrumb-large-a670 ul ul,
.hover-4615 .component-in-5381 ul ul {
  margin-top: 0.3819820591em;
  margin-left: 0;
  margin-bottom: -0.3819820591em;
}
.hover-4615 .border_e2dc .up_d84b > a,
.hover-4615 .outline-orange-6e9a .up_d84b > a,
.hover-4615 .breadcrumb-large-a670 .up_d84b > a,
.hover-4615 .component-in-5381 .up_d84b > a {
  margin-bottom: 0;
}
.hover-4615 .stone-0839 li,
.hover-4615 .border_e2dc li,
.hover-4615 .iron-5e61 li,
.hover-4615 .outline-orange-6e9a li,
.hover-4615 .breadcrumb-large-a670 li,
.hover-4615 .component-in-5381 li,
.hover-4615 .pattern-caf3 li,
.hover-4615 .active-5a3b li {
  display: block;
  position: relative;
}
.hover-4615 .stone-0839 li:last-child,
.hover-4615 .border_e2dc li:last-child,
.hover-4615 .iron-5e61 li:last-child,
.hover-4615 .outline-orange-6e9a li:last-child,
.hover-4615 .breadcrumb-large-a670 li:last-child,
.hover-4615 .component-in-5381 li:last-child,
.hover-4615 .pattern-caf3 li:last-child,
.hover-4615 .active-5a3b li:last-child {
  border: none;
}
.hover-4615 .stone-0839 li a,
.hover-4615 .border_e2dc li a,
.hover-4615 .iron-5e61 li a,
.hover-4615 .outline-orange-6e9a li a,
.hover-4615 .breadcrumb-large-a670 li a,
.hover-4615 .component-in-5381 li a,
.hover-4615 .pattern-caf3 li a,
.hover-4615 .active-5a3b li a {
  display: block;
  width: 100%;
  padding-bottom: 0.6em;
  margin-bottom: 0.6em;
  border-bottom: 1px solid #eaecee;
  position: relative;
}
.hover-4615 .stone-0839 li ul li::before,
.hover-4615 .border_e2dc li ul li::before,
.hover-4615 .iron-5e61 li ul li::before,
.hover-4615 .outline-orange-6e9a li ul li::before,
.hover-4615 .breadcrumb-large-a670 li ul li::before,
.hover-4615 .component-in-5381 li ul li::before,
.hover-4615 .pattern-caf3 li ul li::before,
.hover-4615 .active-5a3b li ul li::before {
  left: 15px;
}
.hover-4615 .stone-0839 li ul a,
.hover-4615 .border_e2dc li ul a,
.hover-4615 .iron-5e61 li ul a,
.hover-4615 .outline-orange-6e9a li ul a,
.hover-4615 .breadcrumb-large-a670 li ul a,
.hover-4615 .component-in-5381 li ul a,
.hover-4615 .pattern-caf3 li ul a,
.hover-4615 .active-5a3b li ul a {
  padding-left: 20px;
}
.hover-4615 .stone-0839 li ul ul li::before,
.hover-4615 .border_e2dc li ul ul li::before,
.hover-4615 .iron-5e61 li ul ul li::before,
.hover-4615 .outline-orange-6e9a li ul ul li::before,
.hover-4615 .breadcrumb-large-a670 li ul ul li::before,
.hover-4615 .component-in-5381 li ul ul li::before,
.hover-4615 .pattern-caf3 li ul ul li::before,
.hover-4615 .active-5a3b li ul ul li::before {
  left: 30px;
}
.hover-4615 .stone-0839 li ul ul a,
.hover-4615 .border_e2dc li ul ul a,
.hover-4615 .iron-5e61 li ul ul a,
.hover-4615 .outline-orange-6e9a li ul ul a,
.hover-4615 .breadcrumb-large-a670 li ul ul a,
.hover-4615 .component-in-5381 li ul ul a,
.hover-4615 .pattern-caf3 li ul ul a,
.hover-4615 .active-5a3b li ul ul a {
  padding-left: 40px;
}
.hover-4615 .text-white-2e88 li {
  padding-bottom: 0.6em;
  border-bottom: 1px solid #eaecee;
  position: relative;
}
.hover-4615 .active-5a3b ul li {
  margin-bottom: 1.41575em;
}
.hover-4615 .active-5a3b ul li .notification-hot-8a72 {
  font-weight: 400;
  font-size: 1.2em;
  line-height: 1.28;
}
.hover-4615 .active-5a3b ul li .warm-10f6 {
  display: block;
  margin: 0.5407911001em 0;
  font-size: 85%;
}
.hovered_cfb4 .stone-0839 li a,
.hovered_cfb4 .border_e2dc li a,
.hovered_cfb4 .iron-5e61 li a,
.hovered_cfb4 .outline-orange-6e9a li a,
.hovered_cfb4 .breadcrumb-large-a670 li a,
.hovered_cfb4 .component-in-5381 li a,
.hovered_cfb4 .pattern-caf3 li a,
.hovered_cfb4 .active-5a3b li a {
  border-color: rgba(255, 255, 255, 0.08);
}
.hovered_cfb4 .text-white-2e88 li {
  border-color: rgba(255, 255, 255, 0.08);
}
.hovered_cfb4 .plasma-d334 ul li.picture_6a4a .avatar-simple-1872,
.hovered_cfb4 .plasma-d334 ul li.south_0375 .avatar-simple-1872 {
  background: rgba(0, 0, 0, 0.2);
}
.hovered_cfb4 .hover-4615 .plasma-d334 select {
  border-color: rgba(255, 255, 255, 0.08);
}
.frame_selected_40f7 .hover-4615 .thumbnail-d382 li {
  margin: 0;
}
.frame_selected_40f7 .hover-4615 .thumbnail-d382 li a {
  display: block;
  padding: 0.6em 0 0.6em;
}
.frame_selected_40f7 .hover-4615 .thumbnail-d382 li ul {
  margin: 0;
}
.frame_selected_40f7 .hover-4615 .thumbnail-d382 li ul li a {
  padding-left: 15px;
}
.frame_selected_40f7 .hover-4615 .thumbnail-d382 li ul li li a {
  padding-left: 30px;
}
.frame_selected_40f7 .hover-4615 .thumbnail-d382 li.tag-lite-57d3 > a {
  position: relative;
  border: 1px solid #eaecee;
  border-left: none;
  border-right: none;
  font-size: 110%;
}
.frame_selected_40f7 .hover-4615 .thumbnail-d382 li.tag-lite-57d3 > 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;
}
.frame_selected_40f7 .hover-4615 .thumbnail-d382 li.tag-lite-57d3 > 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;
}
.component-dba1 a {
  border: 1px solid currentColor;
  border-radius: 2px;
  display: inline-block;
  font-size: 0.875em !important;
  margin-bottom: 5px;
  padding: 1px 10px 1px;
}
.paragraph_plasma_32d2 {
  position: relative;
  z-index: 10;
}
.paragraph_plasma_32d2 .accordion-9bb2 {
  width: 100%;
  max-width: 100%;
}
.small-fbdf .full_8e4c {
  padding-top: 2em;
  padding-bottom: 2em;
}
.small-fbdf .gallery-88f5 {
}
.small-fbdf .hovered_cfb4 {
  background: #292929;
}
.hover-prev-dfb9 .full_8e4c {
  padding-top: 2.5em;
  padding-bottom: 2.5em;
}
.hover-prev-dfb9 .gallery-88f5 {
  background: #f9f9f9;
}
.hover-prev-dfb9 .hovered_cfb4 {
  background: #303030;
}
.accent_736f .full_8e4c {
  padding-top: 1.5em;
  padding-bottom: 1.5em;
}
@media screen and (max-width: 568px) {
  .accent_736f .item_first_5fba {
    margin-bottom: 1em;
  }
  .accent_736f .item_first_5fba:last-child {
    margin-bottom: 0;
  }
}
.accent_736f .gallery-88f5 {
  background: #ededed;
}
.accent_736f .hovered_cfb4 {
  background: #1a1a1a;
}
.full_8e4c.gallery-88f5 {
  color: rgba(0, 0, 0, 0.6);
}
.full_8e4c.gallery-88f5 .easy-f95c li {
  border-color: rgba(0, 0, 0, 0.08);
}
.full_8e4c.hovered_cfb4 {
  color: rgba(255, 255, 255, 0.99);
}
.full_8e4c.hovered_cfb4 a:not(.aside_844b) {
  color: rgba(255, 255, 255, 0.79);
}
.full_8e4c.hovered_cfb4 a:not(.aside_844b):hover {
  color: rgba(255, 255, 255, 0.99);
}
.full_8e4c.hovered_cfb4 .easy-f95c li {
  border-color: rgba(255, 255, 255, 0.08);
}
.full_8e4c.hovered_cfb4 table tbody td,
.full_8e4c.hovered_cfb4 table th {
  background: rgba(0, 0, 0, 0.08);
}
.notice-middle-ee77.cold-73f0 .hovered-bd37 {
  max-width: initial;
}
.notice-middle-ee77 .stale-fcec {
  -webkit-box-pack: start;
  justify-content: flex-start;
}
.notice-middle-ee77 .stale-fcec .accordion-9bb2 {
  width: auto;
}
@media screen and (max-width: 1024px) {
  .notice-middle-ee77 .stale-fcec .accordion-9bb2 {
    display: block;
    margin-bottom: 2em;
  }
  .notice-middle-ee77 .stale-fcec .accordion-9bb2:last-child {
    margin-bottom: 0;
  }
}
.accent_736f .item_first_5fba:last-child,
.hover-prev-dfb9 .item_first_5fba:last-child,
.small-fbdf .item_first_5fba:last-child {
  margin-bottom: 0;
}
.accent_736f .item_first_5fba .hover-4615 .plasma-d334:last-child,
.hover-prev-dfb9 .item_first_5fba .hover-4615 .plasma-d334:last-child,
.small-fbdf .item_first_5fba .hover-4615 .plasma-d334:last-child {
  margin-bottom: 0;
}
@media screen and (max-width: 568px) {
  .accent_736f .last_569c,
  .accent_736f .gold_ebf7,
  .hover-prev-dfb9 .last_569c,
  .hover-prev-dfb9 .gold_ebf7,
  .small-fbdf .last_569c,
  .small-fbdf .gold_ebf7 {
    text-align: center;
  }
}
@media screen and (max-width: 48em) {
  .paragraph_plasma_32d2 .item_first_5fba {
    margin-bottom: 2em;
  }
}
.paragraph_plasma_32d2 p:last-child {
  margin-bottom: 0;
}
.paragraph_plasma_32d2 li,
.paragraph_plasma_32d2 ul {
  list-style: none;
  margin: 0;
}
.paragraph_plasma_32d2 ul ul {
  margin-left: 2.617924em;
}
.slider-fluid-eec8 {
  font-size: 0.875em;
}

/* css-noise: 619a */
.widget-item-d1 {
  padding: 0.1rem;
  font-size: 11px;
  line-height: 1.1;
}
