/*!
Theme Name: Customify
Theme URI: https://pressmaximum.accent-76a2/customify
Author: WPCustomify
Author URI: https://pressmaximum.accent-76a2
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.accent-76a2/customify
Version: 0.3.7
License: GNU General Public License v2 or later
License URI: http://www.pattern_e4d4.article-6cbf/licenses/gpl-2.0.search_upper_1457
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_basic_f35e/, (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.modal-lower-83d5.wide_f273/normalize.cool-1e3a/
 ======
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-1e3a v7.0.0 | MIT License | github.accent-76a2/necolas/normalize.cool-1e3a */
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;
}
.breadcrumb-3f42 .accordion-87fe,
.shadow-8654,
.container_de2d,
.thick-6636,
.notice-inner-002e,
.middle-d40d,
.gallery-c33f,
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;
}
.shadow-8654,
h1 {
  font-size: 2.42em;
  line-height: 1.216;
}
@media screen and (max-width: 1024px) {
  .shadow-8654,
  h1 {
    font-size: 2.1em;
  }
}
@media screen and (max-width: 568px) {
  .shadow-8654,
  h1 {
    font-size: 1.8em;
  }
}
.container_de2d,
h2 {
  font-size: 2.1em;
  line-height: 1.216;
}
.container_de2d + h3,
h2 + h3 {
  border-top: 1px solid #eaecee;
  padding-top: 0.5407911001em;
}
@media screen and (max-width: 1024px) {
  .container_de2d,
  h2 {
    font-size: 1.9em;
  }
}
@media screen and (max-width: 568px) {
  .container_de2d,
  h2 {
    font-size: 1.7em;
  }
}
.thick-6636,
h3 {
  font-size: 1.618em;
}
.breadcrumb-3f42 .accordion-87fe,
.notice-inner-002e,
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.sort-blue-e22e {
  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;
}
.active_0ac6:after,
.active_0ac6:before,
.caption-fixed-35da:after,
.caption-fixed-35da:before {
  content: "";
  display: table;
}
.active_0ac6:after,
.caption-fixed-35da:after {
  clear: both;
}
.badge-dirty-8732 {
  float: right;
  margin-right: 0;
}
.header-b918 {
  float: left;
  margin-left: 0;
}
form {
  margin-bottom: 2em;
}
.slow_f132 .advanced_b7ac,
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;
}
.slow_f132 .advanced_b7ac: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;
}
.rough_20ac .advanced_b7ac {
  box-shadow: none;
}
.rough_20ac
  .advanced_b7ac
  .nav-9143 {
  line-height: 2.4em;
  min-height: 2.6em;
  padding-left: 0;
}
.rough_20ac .advanced_b7ac .light_3807 {
  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;
}
.rough_20ac
  .advanced_b7ac
  .light_3807
  b {
  display: none;
}
.rough_20ac .easy_7c21 {
  border: 1px solid #e5e5e5;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.12) inset;
}
.overlay-dark-b8f2:not(.box_413a):not(.new-3056),
button:not(.box_413a):not(.new-3056),
input[type="button"]:not(.box_413a):not(
    .new-3056
  ),
input[type="reset"]:not(.box_413a):not(
    .new-3056
  ),
input[type="submit"]:not(.box_413a):not(
    .new-3056
  ) {
  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;
}
.overlay-dark-b8f2:not(.box_413a):not(
    .new-3056
  ):hover,
button:not(.box_413a):not(
    .new-3056
  ):hover,
input[type="button"]:not(.box_413a):not(
    .new-3056
  ):hover,
input[type="reset"]:not(.box_413a):not(
    .new-3056
  ):hover,
input[type="submit"]:not(.box_413a):not(
    .new-3056
  ):hover {
  box-shadow: inset 0 0 0 120px rgba(0, 0, 0, 0.18);
  color: #fff;
  outline: 0;
}
.overlay-dark-b8f2:not(.box_413a):not(
    .new-3056
  ):active,
.overlay-dark-b8f2:not(.box_413a):not(
    .new-3056
  ):focus,
button:not(.box_413a):not(
    .new-3056
  ):active,
button:not(.box_413a):not(
    .new-3056
  ):focus,
input[type="button"]:not(.box_413a):not(
    .new-3056
  ):active,
input[type="button"]:not(.box_413a):not(
    .new-3056
  ):focus,
input[type="reset"]:not(.box_413a):not(
    .new-3056
  ):active,
input[type="reset"]:not(.box_413a):not(
    .new-3056
  ):focus,
input[type="submit"]:not(.box_413a):not(
    .new-3056
  ):active,
input[type="submit"]:not(.box_413a):not(
    .new-3056
  ):focus {
  outline: 0;
}
.overlay-dark-b8f2:not(.box_413a):not(
    .new-3056
  ).fn-loading-aecc,
button:not(.box_413a):not(
    .new-3056
  ).fn-loading-aecc,
input[type="button"]:not(.box_413a):not(
    .new-3056
  ).fn-loading-aecc,
input[type="reset"]:not(.box_413a):not(
    .new-3056
  ).fn-loading-aecc,
input[type="submit"]:not(.box_413a):not(
    .new-3056
  ).fn-loading-aecc {
  position: relative;
}
.overlay-dark-b8f2:not(.box_413a):not(
    .new-3056
  ).fn-loading-aecc
  .summary-02d6,
.overlay-dark-b8f2:not(.box_413a):not(
    .new-3056
  ).fn-loading-aecc
  .under_f5dd,
.overlay-dark-b8f2:not(.box_413a):not(
    .new-3056
  ).fn-loading-aecc
  .label_right_5383,
.overlay-dark-b8f2:not(.box_413a):not(
    .new-3056
  ).fn-loading-aecc
  i,
.overlay-dark-b8f2:not(.box_413a):not(
    .new-3056
  ).fn-loading-aecc
  svg,
button:not(.box_413a):not(
    .new-3056
  ).fn-loading-aecc
  .summary-02d6,
button:not(.box_413a):not(
    .new-3056
  ).fn-loading-aecc
  .under_f5dd,
button:not(.box_413a):not(
    .new-3056
  ).fn-loading-aecc
  .label_right_5383,
button:not(.box_413a):not(
    .new-3056
  ).fn-loading-aecc
  i,
button:not(.box_413a):not(
    .new-3056
  ).fn-loading-aecc
  svg,
input[type="button"]:not(.box_413a):not(
    .new-3056
  ).fn-loading-aecc
  .summary-02d6,
input[type="button"]:not(.box_413a):not(
    .new-3056
  ).fn-loading-aecc
  .under_f5dd,
input[type="button"]:not(.box_413a):not(
    .new-3056
  ).fn-loading-aecc
  .label_right_5383,
input[type="button"]:not(.box_413a):not(
    .new-3056
  ).fn-loading-aecc
  i,
input[type="button"]:not(.box_413a):not(
    .new-3056
  ).fn-loading-aecc
  svg,
input[type="reset"]:not(.box_413a):not(
    .new-3056
  ).fn-loading-aecc
  .summary-02d6,
input[type="reset"]:not(.box_413a):not(
    .new-3056
  ).fn-loading-aecc
  .under_f5dd,
input[type="reset"]:not(.box_413a):not(
    .new-3056
  ).fn-loading-aecc
  .label_right_5383,
input[type="reset"]:not(.box_413a):not(
    .new-3056
  ).fn-loading-aecc
  i,
input[type="reset"]:not(.box_413a):not(
    .new-3056
  ).fn-loading-aecc
  svg,
input[type="submit"]:not(.box_413a):not(
    .new-3056
  ).fn-loading-aecc
  .summary-02d6,
input[type="submit"]:not(.box_413a):not(
    .new-3056
  ).fn-loading-aecc
  .under_f5dd,
input[type="submit"]:not(.box_413a):not(
    .new-3056
  ).fn-loading-aecc
  .label_right_5383,
input[type="submit"]:not(.box_413a):not(
    .new-3056
  ).fn-loading-aecc
  i,
input[type="submit"]:not(.box_413a):not(
    .new-3056
  ).fn-loading-aecc
  svg {
  visibility: hidden;
}
.overlay-dark-b8f2:not(.box_413a):not(
    .new-3056
  ).fn-loading-aecc:after,
button:not(.box_413a):not(
    .new-3056
  ).fn-loading-aecc:after,
input[type="button"]:not(.box_413a):not(
    .new-3056
  ).fn-loading-aecc:after,
input[type="reset"]:not(.box_413a):not(
    .new-3056
  ).fn-loading-aecc:after,
input[type="submit"]:not(.box_413a):not(
    .new-3056
  ).fn-loading-aecc: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;
}
.overlay-dark-b8f2:not(.box_413a):not(.new-3056),
input[type="button"]:not(.box_413a):not(
    .new-3056
  ),
input[type="reset"]:not(.box_413a):not(
    .new-3056
  ),
input[type="submit"]:not(.box_413a):not(
    .new-3056
  ) {
  color: #fff;
  background: #235787;
}
.overlay-dark-b8f2:not(.box_413a):not(
    .new-3056
  ):focus,
input[type="button"]:not(.box_413a):not(
    .new-3056
  ):focus,
input[type="reset"]:not(.box_413a):not(
    .new-3056
  ):focus,
input[type="submit"]:not(.box_413a):not(
    .new-3056
  ):focus {
  color: #fff;
}
.overlay-dark-b8f2.fn-disabled-aecc:not(.box_413a):not(
    .new-3056
  ),
.overlay-dark-b8f2[disabled]:not(.box_413a):not(
    .new-3056
  ),
button.fn-disabled-aecc:not(.box_413a):not(
    .new-3056
  ),
button[disabled]:not(.box_413a):not(
    .new-3056
  ) {
  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;
}
.container-7077 {
  clip: rect(1px, 1px, 1px, 1px);
  position: absolute !important;
  height: 1px;
  width: 1px;
  overflow: hidden;
  word-con: normal !important;
}
.container-7077: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;
}
.input-e51a {
  display: inline;
  float: left;
  margin-right: 1.41575em;
}
.column_wood_cca6 {
  display: inline;
  float: right;
  margin-left: 1.41575em;
}
.row-east-9aca {
  clear: both;
  display: block;
  margin: 0 auto;
}
.active_0ac6:after,
.active_0ac6:before,
.chip-e966:after,
.chip-e966:before,
.lower_c07d:after,
.lower_c07d:before,
.thumbnail_mini_a2d5:after,
.thumbnail_mini_a2d5:before,
.aside_dynamic_ab94:after,
.aside_dynamic_ab94:before,
.heading_hovered_a79b:after,
.heading_hovered_a79b:before {
  content: "";
  display: table;
  table-layout: fixed;
}
.active_0ac6:after,
.chip-e966:after,
.lower_c07d:after,
.thumbnail_mini_a2d5:after,
.aside_dynamic_ab94:after,
.heading_hovered_a79b:after {
  clear: both;
}
.chip-e966 .gas-5365,
.lower_c07d .gas-5365,
.south_1b99 .gas-5365 {
  border: none;
  margin-bottom: 0;
  margin-top: 0;
  padding: 0;
}
embed,
iframe,
object {
  max-width: 100%;
}
.icon-01c6 {
  display: inline-block;
}
.red_0947 {
  margin-bottom: 1.41575em;
  max-width: 100%;
}
.red_0947 img[class*="wp-image-"] {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.red_0947 .popup-large-604e {
  padding: 1em 0;
  font-size: 85%;
}
.popup-large-604e {
  text-align: left;
  font-style: italic;
  color: #999;
}
.panel_a27e {
  margin-bottom: 1.5em;
  margin-bottom: 1.41575em;
}
.panel_a27e:after,
.panel_a27e:before {
  content: "";
  display: table;
}
.panel_a27e:after {
  clear: both;
}
.media-pink-e7bb {
  display: inline-block;
  text-align: center;
  vertical-align: top;
  width: 100%;
}
.iron_9f93 .media-pink-e7bb {
  max-width: 50%;
}
.module-dacb .media-pink-e7bb {
  max-width: 33.33%;
}
.text-6ea0 .media-pink-e7bb {
  max-width: 25%;
}
.feature-4418 .media-pink-e7bb {
  max-width: 20%;
}
.background-solid-cc5d .media-pink-e7bb {
  max-width: 16.66%;
}
.alert_6a4e .media-pink-e7bb {
  max-width: 14.28%;
}
.full_6d98 .media-pink-e7bb {
  max-width: 12.5%;
}
.lower_9fa5 .media-pink-e7bb {
  max-width: 11.11%;
}
.short-791c {
  display: block;
}
.breadcrumb-3f42 .main-blue-431b label,
.breadcrumb-3f42 .disabled_cf93 label,
.breadcrumb-3f42 .layout-last-c6c0 label,
.breadcrumb-3f42 .iron-cc47 label {
  text-transform: uppercase;
  letter-spacing: 0.5px;
  font-size: 0.85em;
}
.tag-75f3 {
  list-style: none;
  margin: 0;
}
.tag-75f3 article.item-large-e915 {
  margin-bottom: 0;
}
.tag-75f3 ul {
  list-style: none;
  margin: 0;
}
.tag-75f3 .media_cold_c42c li.item-large-e915 {
  padding-left: 30px;
}
@media screen and (min-width: 64em) {
  .tag-75f3 .media_cold_c42c li.item-large-e915 {
    padding-left: 85px;
    border-left: 1px solid #eaecee;
    position: relative;
    width: 100%;
  }
  .tag-75f3 .media_cold_c42c li.item-large-e915: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) {
  .tag-75f3 .media_cold_c42c li.item-large-e915 li.item-large-e915 li.item-large-e915 li.item-large-e915 {
    padding-left: 0;
  }
}
article.item-large-e915 {
  padding: 1.618em 0;
  margin-bottom: 1.618em;
}
article.item-large-e915 .chip-e966 p:last-of-type {
  margin-bottom: 0;
}
article.item-large-e915 .detail_4633 {
  float: left;
}
article.item-large-e915 .hero_591f {
  margin-left: 85px;
}
article.item-large-e915 .preview_inner_062c {
  display: block;
  margin: 12px 0 12px;
  padding-bottom: 4px;
  border-bottom: 1px solid #eaecee;
}
article.item-large-e915 .preview_inner_062c .card-west-39fc {
  margin-left: 10px;
}
article.item-large-e915 .dynamic-2571 {
  font-weight: 500;
  text-transform: uppercase;
  line-height: 1;
  font-style: normal;
}
article.item-large-e915 .mask-cea9 {
  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 .main-blue-431b,
  #respond .layout-last-c6c0,
  #respond .iron-cc47 {
    width: 29.4117647059%;
    margin-right: 5.8823529412%;
    float: left;
  }
}
#respond .main-blue-431b input,
#respond .layout-last-c6c0 input,
#respond .iron-cc47 input {
  width: 100%;
}
#respond .iron-cc47 {
  margin-right: 0;
}
#respond .input_current_69e6 #wp-comment-cookies-consent {
  position: relative;
  top: -1px;
  margin-right: 5px;
}
.sidebar-2322 {
  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;
}
.sidebar-2322.up_b9e6 {
  width: 36px;
  height: 36px;
  min-height: 36px;
  font-size: 1.1em;
}
.sidebar-2322 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%);
}
.sidebar-2322:focus,
.sidebar-2322: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);
}
.secondary_under_ec60 {
  border-radius: 10%;
}
.paragraph-hovered-b438 {
  border-radius: 50%;
}
.image-b188 {
  font-size: 0.72em;
}
.dynamic_0c5d {
  font-size: 0.875em;
}
.heading_wood_4893 {
  font-size: 1.1em;
}
.right_a954 {
  text-transform: uppercase;
  line-height: 1.2;
}
.right_a954.image-b188 {
  letter-spacing: 0.5px;
}
.footer-rough-8e85,
.footer-rough-8e85 a {
  color: #6d6d6d;
}
.footer-rough-8e85 a:hover {
  color: #111;
}
.mask_center_4dfe {
  color: #6d6d6d;
}
.hard-2de1 {
  overflow-x: hidden;
}
.hard-2de1 .hero-fafa.tertiary-c66e {
  position: relative;
}
.hard-2de1 .hero-fafa.tertiary-c66e.last-9aa3 {
  position: initial;
}
.hard-2de1
  .hero-fafa.tertiary-c66e.last-9aa3
  .middle-86de {
  left: auto;
}
.hard-2de1 .hero-fafa .middle-86de {
  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;
}
.hard-2de1 .hero-fafa:hover.tertiary-c66e {
  -webkit-transition-delay: 0s !important;
  transition-delay: 0s !important;
  outline: 1px solid #0073aa;
  outline-offset: -1px;
}
.hard-2de1
  .hero-fafa:hover.tertiary-c66e
  .middle-86de {
  display: block;
  z-index: 9999999;
}
.hard-2de1 .bright_1147 .hero_over_86dd,
.hard-2de1 .logo-e480 .hero_over_86dd {
  display: none;
}
.hard-2de1 .clean-9860 .hero-fafa:hover.tertiary-c66e {
  outline: 1px dashed #ff472e;
  outline-offset: -1px;
}
.breadcrumb-3f42 .main-blue-431b label,
.breadcrumb-3f42 .disabled_cf93 label,
.breadcrumb-3f42 .layout-last-c6c0 label,
.breadcrumb-3f42 .iron-cc47 label {
  text-transform: uppercase;
  letter-spacing: 0.5px;
  font-size: 0.85em;
}
.tag-75f3 {
  list-style: none;
  margin: 0;
}
.tag-75f3 article.item-large-e915 {
  margin-bottom: 0;
}
.tag-75f3 ul {
  list-style: none;
  margin: 0;
}
.tag-75f3 .media_cold_c42c li.item-large-e915 {
  padding-left: 30px;
}
@media screen and (min-width: 64em) {
  .tag-75f3 .media_cold_c42c li.item-large-e915 {
    padding-left: 85px;
    border-left: 1px solid #eaecee;
    position: relative;
    width: 100%;
  }
  .tag-75f3 .media_cold_c42c li.item-large-e915: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) {
  .tag-75f3 .media_cold_c42c li.item-large-e915 li.item-large-e915 li.item-large-e915 li.item-large-e915 {
    padding-left: 0;
  }
}
article.item-large-e915 {
  padding: 1.618em 0;
  margin-bottom: 1.618em;
}
article.item-large-e915 .chip-e966 p:last-of-type {
  margin-bottom: 0;
}
article.item-large-e915 .detail_4633 {
  float: left;
}
article.item-large-e915 .hero_591f {
  margin-left: 85px;
}
article.item-large-e915 .preview_inner_062c {
  display: block;
  margin: 12px 0 12px;
  padding-bottom: 4px;
  border-bottom: 1px solid #eaecee;
}
article.item-large-e915 .preview_inner_062c .card-west-39fc {
  margin-left: 10px;
}
article.item-large-e915 .dynamic-2571 {
  font-weight: 500;
  text-transform: uppercase;
  line-height: 1;
  font-style: normal;
}
article.item-large-e915 .mask-cea9 {
  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 .main-blue-431b,
  #respond .layout-last-c6c0,
  #respond .iron-cc47 {
    width: 29.4117647059%;
    margin-right: 5.8823529412%;
    float: left;
  }
}
#respond .main-blue-431b input,
#respond .layout-last-c6c0 input,
#respond .iron-cc47 input {
  width: 100%;
}
#respond .iron-cc47 {
  margin-right: 0;
}
#respond .input_current_69e6 #wp-comment-cookies-consent {
  position: relative;
  top: -1px;
  margin-right: 5px;
}
.bright_1147 .gold-2b38 {
  color: rgba(255, 255, 255, 0.99);
  background: rgba(0, 0, 0, 0.9);
}
.gold-2b38 .narrow_a21f.main-1e7c .warm-6480 > li > a:focus,
.gold-2b38 .narrow_a21f.main-1e7c .warm-6480 > li > a:hover,
.gold-2b38 .narrow_a21f.up_cf82 .warm-6480 > li > a:focus,
.gold-2b38 .narrow_a21f.up_cf82 .warm-6480 > li > a:hover,
.gold-2b38 .narrow_a21f.search-f7a5 .warm-6480 > li > a:focus,
.gold-2b38 .narrow_a21f.search-f7a5 .warm-6480 > li > a:hover {
  color: rgba(255, 255, 255, 0.99);
}
.gold-2b38
  .narrow_a21f.main-1e7c
  .warm-6480
  > li.container-c272
  > a,
.gold-2b38
  .narrow_a21f.main-1e7c
  .warm-6480
  > li.hover_first_f14e
  > a,
.gold-2b38
  .narrow_a21f.up_cf82
  .warm-6480
  > li.container-c272
  > a,
.gold-2b38
  .narrow_a21f.up_cf82
  .warm-6480
  > li.hover_first_f14e
  > a,
.gold-2b38
  .narrow_a21f.search-f7a5
  .warm-6480
  > li.container-c272
  > a,
.gold-2b38 .narrow_a21f.search-f7a5 .warm-6480 > li.chip-slow-7659 > a {
  color: rgba(255, 255, 255, 0.99);
}
.gold-2b38 .steel-46d4,
.gold-2b38 .steel-46d4 a {
  color: rgba(255, 255, 255, 0.99);
}
.gold-2b38 .aside_gas_3d49.aside_3d71 li a,
.gold-2b38 .shadow_a38b a,
.gold-2b38 .new-6196,
.gold-2b38 .warm-6480 > li > a,
.gold-2b38 .large_fd10 {
  color: rgba(255, 255, 255, 0.79);
}
.gold-2b38 .aside_gas_3d49.aside_3d71 li a:hover,
.gold-2b38 .shadow_a38b a:hover,
.gold-2b38 .new-6196:hover,
.gold-2b38 .warm-6480 > li > a:hover,
.gold-2b38 .large_fd10:hover {
  color: rgba(255, 255, 255, 0.99);
}
.gold-2b38 .easy_af5a {
  color: rgba(255, 255, 255, 0.79);
}
.gold-2b38 .easy_af5a .content-027d {
  color: rgba(255, 255, 255, 0.99);
}
.gold-2b38 .easy_af5a:hover {
  color: rgba(255, 255, 255, 0.99);
}
.gold-2b38 .fresh-0622 .item-fd05 {
  background: rgba(255, 255, 255, 0.03);
  border-color: rgba(255, 255, 255, 0.08);
  color: rgba(255, 255, 255, 0.79);
}
.gold-2b38 .fresh-0622 .item-fd05 .element_15c3 {
  color: rgba(255, 255, 255, 0.79);
}
.gold-2b38
  .fresh-0622
  .item-fd05
  .element_15c3::-webkit-input-placeholder {
  color: rgba(255, 255, 255, 0.79);
}
.gold-2b38
  .fresh-0622
  .item-fd05
  .element_15c3:-ms-input-placeholder {
  color: rgba(255, 255, 255, 0.79);
}
.gold-2b38
  .fresh-0622
  .item-fd05
  .element_15c3::-ms-input-placeholder {
  color: rgba(255, 255, 255, 0.79);
}
.gold-2b38
  .fresh-0622
  .item-fd05
  .element_15c3::placeholder {
  color: rgba(255, 255, 255, 0.79);
}
.gold-2b38 .fresh-0622 .logo_0586 {
  color: rgba(255, 255, 255, 0.79);
}
.gold-2b38 .fresh-0622 .logo_0586:hover {
  color: rgba(255, 255, 255, 0.99);
}
.footer-a084
  .gold-2b38
  .fresh-0622
  .outer_7acb
  .row-e6f6 {
  background-color: rgba(255, 255, 255, 0.03);
  border-color: rgba(255, 255, 255, 0.08);
  color: rgba(255, 255, 255, 0.79);
}
.footer-a084
  .gold-2b38
  .fresh-0622
  .outer_7acb
  .element_15c3 {
  background-color: rgba(255, 255, 255, 0.03) !important;
  border-color: rgba(255, 255, 255, 0.08);
  color: rgba(255, 255, 255, 0.79);
}
.bright_1147 .accent-left-00ca {
  color: rgba(0, 0, 0, 0.6);
  background: rgba(255, 255, 255, 0.9);
}
.accent-left-00ca .narrow_a21f.main-1e7c .warm-6480 > li > a:focus,
.accent-left-00ca .narrow_a21f.main-1e7c .warm-6480 > li > a:hover,
.accent-left-00ca .narrow_a21f.up_cf82 .warm-6480 > li > a:focus,
.accent-left-00ca .narrow_a21f.up_cf82 .warm-6480 > li > a:hover,
.accent-left-00ca .narrow_a21f.search-f7a5 .warm-6480 > li > a:focus,
.accent-left-00ca .narrow_a21f.search-f7a5 .warm-6480 > li > a:hover {
  color: rgba(0, 0, 0, 0.8);
}
.accent-left-00ca
  .narrow_a21f.main-1e7c
  .warm-6480
  > li.container-c272
  > a,
.accent-left-00ca
  .narrow_a21f.main-1e7c
  .warm-6480
  > li.hover_first_f14e
  > a,
.accent-left-00ca
  .narrow_a21f.up_cf82
  .warm-6480
  > li.container-c272
  > a,
.accent-left-00ca
  .narrow_a21f.up_cf82
  .warm-6480
  > li.hover_first_f14e
  > a,
.accent-left-00ca
  .narrow_a21f.search-f7a5
  .warm-6480
  > li.container-c272
  > a,
.accent-left-00ca .narrow_a21f.search-f7a5 .warm-6480 > li.chip-slow-7659 > a {
  color: rgba(0, 0, 0, 0.8);
}
.accent-left-00ca .steel-46d4,
.accent-left-00ca .steel-46d4 a {
  color: rgba(0, 0, 0, 0.8);
}
.accent-left-00ca .aside_gas_3d49.aside_3d71 li a,
.accent-left-00ca .shadow_a38b a,
.accent-left-00ca .new-6196,
.accent-left-00ca .warm-6480 > li > a,
.accent-left-00ca .large_fd10 {
  color: rgba(0, 0, 0, 0.55);
}
.accent-left-00ca .aside_gas_3d49.aside_3d71 li a:hover,
.accent-left-00ca .shadow_a38b a:hover,
.accent-left-00ca .new-6196:hover,
.accent-left-00ca .warm-6480 > li > a:hover,
.accent-left-00ca .large_fd10:hover {
  color: rgba(0, 0, 0, 0.8);
}
.accent-left-00ca .easy_af5a {
  color: rgba(0, 0, 0, 0.55);
}
.accent-left-00ca .easy_af5a .content-027d {
  color: rgba(0, 0, 0, 0.8);
}
.accent-left-00ca .easy_af5a:hover {
  color: rgba(0, 0, 0, 0.8);
}
.backdrop-yellow-11bf .footer_fluid_5c97 {
  margin-left: auto;
  margin-right: auto;
}
.lower_c07d > * {
  margin-left: auto;
  margin-right: auto;
}
.lower_c07d .input-e51a {
  margin-right: 1.41575em;
}
.card_hard_3d8b .lower_c07d > .filter_soft_78d5 {
  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;
}
.card_hard_3d8b .lower_c07d > .box-wood-9571 {
  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;
}
.narrow_c867.backdrop-yellow-11bf .footer_fluid_5c97,
.block_9dd1.backdrop-yellow-11bf .footer_fluid_5c97 {
  margin-left: 0;
}
.label-12bb.backdrop-yellow-11bf .footer_fluid_5c97,
.paragraph_9863.backdrop-yellow-11bf .footer_fluid_5c97 {
  margin-right: 0;
}
.lower_c07d ol,
.lower_c07d ul {
  margin: 1.5em auto;
  list-style-position: outside;
}
.west_8f9d video {
  max-width: 100%;
}
.main-mini-77c7 img {
  display: block;
}
.main-mini-77c7.input-e51a,
.main-mini-77c7.column_wood_cca6 {
  width: 100%;
}
.main-mini-77c7.box-wood-9571 img {
  width: 100vw;
  width: calc(var(--vw, 1vw) * 100);
}
.focused-6bb2:not(.cold-279d) {
  margin: 1.5em auto;
}
.search-ce00 p {
  padding: 1.5em 14px;
}
ul.focus_right_0c55.box-wood-9571,
ul.focus_right_0c55.filter_soft_78d5,
ul.focus_right_0c55.video-out-e4cc.filter_soft_78d5 {
  padding: 0 14px;
}
.photo_next_97d9 {
  display: block;
  overflow-x: auto;
}
.photo_next_97d9 table {
  border-collapse: collapse;
  width: 100%;
}
.photo_next_97d9 td,
.photo_next_97d9 th {
  padding: 0.5em;
}
.lower_c07d li {
  margin-left: 2.5em;
  margin-bottom: 6px;
}
.lower_c07d ol ol,
.lower_c07d ol ul,
.lower_c07d ul ol,
.lower_c07d ul ul {
  margin-bottom: 0;
  margin-top: 0;
  margin-left: 2.5em;
}
.lower_c07d ol ol li,
.lower_c07d ol ul li,
.lower_c07d ul ol li,
.lower_c07d ul ul li {
  margin-left: 0;
}
.border-845f.pagination_next_6cc4 > .focus-67c9 {
  position: relative;
  width: 100%;
  height: 0;
  padding-top: 56.25%;
}
.border-845f.pagination_next_6cc4 > .focus-67c9 iframe,
.border-845f.pagination_next_6cc4 > .focus-67c9 > object {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}
.footer_5116 {
  border-left-width: 4px;
  border-left-color: currentColor;
}
.footer_5116.prev_29bb {
  padding: 0;
}
.footer_5116.prev_29bb cite {
  font-size: 13px;
}
.footer_5116 > * {
  margin-left: 16px;
  margin-right: 16px;
}
.footer_5116 cite {
  font-style: normal;
  margin-top: 1em;
  position: relative;
  font-size: 13px;
}
.table_5753 {
  border-bottom: 4px solid currentColor;
  border-top: 4px solid currentColor;
  margin-left: 0;
  margin-right: 0;
  padding: 3em 0;
  text-align: center;
}
.table_5753 > p:first-child {
  margin-top: 0;
}
.table_5753 cite {
  font-size: 13px;
  font-style: normal;
  text-transform: uppercase;
}
.table_5753 blockquote {
  border-left: 0;
}
.bottom-a055 {
  margin: 3em auto;
  border: none;
  border-bottom: 2px solid currentColor;
}
.bottom-a055:not(.row_7a52) {
  max-width: 100px;
}
.bottom-a055.card_b8fc {
  border-bottom: none !important;
  text-align: center;
}
.bottom-a055.card_b8fc::before {
  padding-left: 0;
  font-size: 30px;
}
@media screen and (min-width: 768px) {
  .search-ce00 p {
    padding: 1.5em 0;
  }
}
.message-motion-c416 {
  color: #0073aa;
}
.media_stale_e783 {
  background-color: #0073aa;
}
.bottom_10ee {
  color: #229fd8;
}
.notification-fast-185a {
  background-color: #229fd8;
}
.disabled_fixed_5719 {
  color: #eee;
}
.notification_easy_51bc {
  background-color: #eee;
}
.feature-action-ca10 {
  color: #444;
}
.short-7835 {
  background-color: #444;
}
.modal-brown-818d {
  padding: 0;
  -webkit-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  text-size-adjust: 100%;
  line-height: 13px;
}
.modal-brown-818d .right_c78e .shadow_a38b {
  font-size: 15px;
}
.modal-brown-818d .shadow_a38b {
  line-height: 1.3;
}
.modal-brown-818d .accent-left-00ca {
}
.modal-brown-818d .gold-2b38 {
  background: #235787;
}
.button-8a91 {
  padding: 0;
}
.button-8a91 .gold-2b38 {
  background: #1a1a1a;
}
.button-8a91 .accent-left-00ca {
  box-shadow: 0 1px 2px 0 #e1e5ea;
  background: #fff;
}
.right-e1c3 {
  padding: 0;
  border-left: none;
  border-right: none;
}
.right-e1c3 .accent-left-00ca {
  box-shadow: 0 1px 2px 0 #e1e5ea;
}
.right-e1c3 .gold-2b38 {
  background: #303030;
}
.heading_hovered_a79b {
  position: relative;
  z-index: 10;
}
.heading_hovered_a79b .hero-dbe9 {
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
  -webkit-box-pack: center;
  justify-content: center;
}
.brown_1282 .tertiary-c66e {
  display: inline-block;
  vertical-align: middle;
}
.brown_1282.gas-8253 .tertiary-c66e {
  margin-right: 1em;
}
@media screen and (max-width: 1024px) {
  .brown_1282.gas-8253 .tertiary-c66e {
    margin-right: 1em;
  }
}
@media screen and (max-width: 568px) {
  .brown_1282.gas-8253 .tertiary-c66e {
    margin-right: 0.4em;
  }
}
.brown_1282.gas-8253 .tertiary-c66e:last-child {
  margin-right: 0;
}
.bottom-f051 .hero-dbe9 {
  max-width: initial;
}
@media screen and (min-width: 1025px) {
  .bright_1147 .right_c78e {
    margin: 0 -0.5em;
  }
  .bright_1147 .right_c78e [class*="customify-col-"],
  .bright_1147 .right_c78e [class*="customify-col_"],
  .bright_1147 .right_c78e [class~="customify-col-"] {
    padding-left: 0.5em;
    padding-right: 0.5em;
  }
}
.bright_1147.simple-7356 .hero-dbe9 {
  background: 0 0 !important;
}
.bright_1147.simple-7356 .hero-dbe9,
.bright_1147.bottom-f051 .hero-dbe9 {
  border: 0 none !important;
  box-shadow: none !important;
}
@media screen and (min-width: 1025px) {
  .bright_1147.item_active_21d0 {
    background: 0 0 !important;
    border: 0 none;
    box-shadow: none !important;
  }
}
.bright_1147.bottom-f051 .hero-dbe9 {
  box-shadow: none !important;
}
.small-0ddc {
  padding: 21px 0 22px;
  border-bottom: 1px solid #eaecee;
  word-break: break-word;
  background: #f9f9f9;
}
@media screen and (max-width: 1024px) {
  .small-0ddc {
    padding: 19px 0 20px;
  }
}
@media screen and (max-width: 568px) {
  .small-0ddc {
    padding: 18px 0 20px;
  }
}
.small-0ddc .under_9b50 {
  width: 100%;
}
.small-0ddc .mask-706a {
  margin-bottom: 0;
}
.small-0ddc .picture-7a9f {
  margin-top: 5px;
  font-size: 0.875em;
}
.form_fbe9 {
  padding: 9px 0 9px;
  border-bottom: 1px solid #eaecee;
  color: #6d6d6d;
  line-height: 1.6;
  background: #fff;
}
.form_fbe9 .logo_ea59 {
  width: 100%;
}
.section-b39a {
  list-style: none;
  margin: 0 1em;
  padding: 0;
}
.section-b39a li {
  display: inline-block;
  position: relative;
  padding-right: 10px;
}
.section-b39a 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;
}
.section-b39a li:last-child:after {
  display: none;
}
.section-b39a li a {
  font-weight: 500;
  margin-right: 10px;
}
.silver-3388 .hero_over_86dd button,
.small-0ddc .hero_over_86dd button {
  left: 0;
}
.silver-3388 .logo_ea59,
.small-0ddc .logo_ea59 {
  padding-left: 0;
  padding-right: 0;
}
.silver-3388 .form_fbe9,
.small-0ddc .form_fbe9 {
  border-bottom: none;
  padding-bottom: 0;
  background: 0 0;
}
.silver-3388 {
  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;
}
.silver-3388: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;
}
.silver-3388 .thumbnail-3885 {
  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) {
  .silver-3388 .thumbnail-3885 {
    min-height: 300px;
  }
}
@media screen and (max-width: 1024px) {
  .silver-3388 .thumbnail-3885 {
    min-height: 250px;
    padding: 1em 15px;
  }
}
@media screen and (max-width: 568px) {
  .silver-3388 .thumbnail-3885 {
    min-height: 200px;
  }
}
.silver-3388 .section-b39a {
  color: rgba(255, 255, 255, 0.8);
}
.silver-3388 .section-b39a a,
.silver-3388 .section-b39a li:after {
  color: inherit;
}
.silver-3388 .section-b39a a:hover {
  color: rgba(255, 255, 255, 0.8);
}
.status_1124 {
  margin-bottom: 0.5em;
}
.right_fd43 {
  margin-bottom: 1.2em;
}
.right_fd43,
.status_1124 {
  display: inline-block;
  position: relative;
  color: rgba(255, 255, 255, 0.99);
  z-index: 5;
}
.right_fd43 p:last-child,
.status_1124 p:last-child {
  margin-bottom: 0;
}
#header-menu-sidebar .hero_over_86dd,
#masthead .hero_over_86dd {
  display: none;
}
#masthead
  > .hero_over_86dd.dim_1fb7 {
  display: none;
}
#masthead > .hero_over_86dd button {
  left: 0;
}
.silver-1e34 {
  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%;
}
.silver-1e34 .tertiary-c66e {
  display: -webkit-inline-box;
  display: inline-flex;
  -webkit-box-align: center;
  align-items: center;
  margin-left: 0.5em;
  margin-right: 0.5em;
}
.silver-1e34 .bronze-9a76 {
  display: -webkit-box;
  display: flex;
}
.silver-1e34 .bronze-9a76.simple_cef6 {
  -webkit-box-pack: center;
  justify-content: center;
  margin-left: 1em;
  margin-right: 1em;
}
.silver-1e34 .bronze-9a76.large-c7ed {
  -webkit-box-pack: start;
  justify-content: flex-start;
  margin-right: auto;
  -webkit-box-flex: 1;
  flex: 1 1 0;
}
.silver-1e34 .bronze-9a76.link-small-6a9a {
  margin-left: auto;
  -webkit-box-pack: end;
  justify-content: flex-end;
  -webkit-box-flex: 1;
  flex: 1 1 0;
}
.silver-1e34.selected-a369.action_387a .bronze-9a76.simple_cef6 {
  flex-basis: 100%;
}
.silver-1e34.backdrop-6f2c .bronze-9a76.large-c7ed {
  -webkit-box-flex: 1;
  flex: auto;
}
.silver-1e34.backdrop-6f2c .bronze-9a76.link-small-6a9a {
  -webkit-box-flex: 1;
  flex: auto;
}
#masthead
  > .hero_over_86dd.dim_1fb7 {
  display: none;
}
#masthead > .hero_over_86dd button {
  left: 0;
}
.shade_e423 {
  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;
}
.shade_e423:hover {
  box-shadow: inset 0 0 0 120px rgba(0, 0, 0, 0.18);
  color: #fff;
}
.shade_e423.fresh-dd78 i {
  margin-right: 4px;
}
.shade_e423.element_68d7 i {
  margin-left: 5px;
}
.shadow_a38b p {
  font-weight: 500;
  text-transform: uppercase;
  font-size: 13px;
}
.shadow_a38b p:last-child {
  margin-bottom: 0;
}
.item_2203 {
  display: -webkit-box;
  display: flex;
  line-height: 0.9;
  vertical-align: middle;
}
.item_2203 a {
  display: inline-block;
  text-transform: uppercase;
  letter-spacing: 0.4px;
  font-weight: 600;
}
.item_2203 img {
  display: block;
  width: auto;
  line-height: 1;
}
.item_2203 .steel-46d4 {
  font-size: 1.5em;
  margin: 0;
  font-weight: 600;
  line-height: 1.216;
}
.item_2203 .red_8a42 {
  margin: 5px 0 7px 0;
}
.item_2203.backdrop_a696 .notice-huge-f16d {
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
  -webkit-box-pack: center;
  justify-content: center;
}
.item_2203.backdrop_a696 .chip_huge_2f4e {
  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;
}
.item_2203.surface_2214 {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  flex-direction: row-reverse;
}
.item_2203.surface_2214 .notice-huge-f16d {
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
  -webkit-box-pack: center;
  justify-content: center;
}
.item_2203.surface_2214 .chip_huge_2f4e {
  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;
}
.item_2203.label_motion_d7a5 {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
}
.item_2203.grid_up_32a7 {
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
  flex-direction: column-reverse;
}
.item_2203.grid_up_32a7 .chip_huge_2f4e {
  margin-top: 7px;
}
.media_be65 {
  display: inline-block;
}
.heading_hovered_a79b .in_6811 .item_2203 img {
  max-width: 100%;
}
.narrow_a21f .narrow_8c07.thick_68c1,
.table-fbec .narrow_8c07.thick_68c1 {
  position: relative;
  display: -webkit-inline-box;
  display: inline-flex;
  -webkit-box-align: center;
  align-items: center;
}
.narrow_a21f .search-stale-f3e0,
.table-fbec .search-stale-f3e0 {
  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%);
}
.narrow_a21f .search-stale-f3e0 {
  display: inline;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-decoration: none !important;
}
.narrow_a21f.stone-15ab .search-stale-f3e0 {
  display: none;
}
.narrow_a21f .form-2f7d {
  list-style: none;
  padding: 0;
  margin: 0;
}
.narrow_a21f .form-2f7d li {
  display: inline-block;
  position: relative;
}
.narrow_a21f .form-2f7d li:last-child {
  margin-right: 0;
}
.narrow_a21f .form-2f7d 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;
}
.narrow_a21f .form-2f7d li.chip-slow-7659 > a {
  color: rgba(0, 0, 0, 0.9);
}
.narrow_a21f .form-2f7d > 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;
}
.narrow_a21f .form-2f7d > li > a i {
  line-height: 0;
}
.narrow_a21f .form-2f7d > li.main_635c > a .search-stale-f3e0 {
  margin-left: 4px;
  line-height: 0;
}
.narrow_a21f .form-2f7d .surface-pressed-2c39 li.main_635c > a {
  position: relative;
}
.narrow_a21f .form-2f7d .surface-pressed-2c39 li.main_635c > a:after,
.narrow_a21f .form-2f7d .surface-pressed-2c39 li.main_635c > a:before {
  content: "";
  display: table;
}
.narrow_a21f .form-2f7d .surface-pressed-2c39 li.main_635c > a:after {
  clear: both;
}
.narrow_a21f .form-2f7d .surface-pressed-2c39 li.main_635c > a .search-stale-f3e0 {
  margin-left: 5px;
  float: right;
}
.narrow_a21f .under-c1b8,
.narrow_a21f .surface-pressed-2c39 {
  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;
}
.narrow_a21f .surface-pressed-2c39 {
  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;
}
.narrow_a21f .surface-pressed-2c39 .thick_68c1 {
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: justify;
  justify-content: space-between;
}
.narrow_a21f .surface-pressed-2c39 .search-stale-f3e0 {
  -webkit-transform: rotate(135deg) translateY(0);
  -ms-transform: rotate(135deg) translateY(0);
  transform: rotate(135deg) translateY(0);
}
.narrow_a21f .surface-pressed-2c39 li {
  display: block;
  margin: 0;
  padding: 0;
}
.narrow_a21f .surface-pressed-2c39 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;
}
.narrow_a21f .surface-pressed-2c39 li a:hover {
  background: rgba(0, 0, 0, 0.015);
  color: rgba(0, 0, 0, 0.8);
}
.narrow_a21f .surface-pressed-2c39 .surface-pressed-2c39 {
  top: 0;
  left: 100%;
}
.narrow_a21f .down-1333.fn-focus-aecc > .under-c1b8,
.narrow_a21f .down-1333.fn-focus-aecc > .surface-pressed-2c39,
.narrow_a21f .down-1333:focus > .under-c1b8,
.narrow_a21f .down-1333:focus > .surface-pressed-2c39,
.narrow_a21f .down-1333:hover > .under-c1b8,
.narrow_a21f .down-1333:hover > .surface-pressed-2c39 {
  height: auto;
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
  overflow: initial;
  visibility: visible;
  opacity: 1;
}
.narrow_a21f.search-f7a5 .warm-6480:after,
.narrow_a21f.search-f7a5 .warm-6480:before {
  content: "";
  display: table;
}
.narrow_a21f.search-f7a5 .warm-6480:after {
  clear: both;
}
.narrow_a21f.search-f7a5 .warm-6480 > li {
  float: left;
}
.narrow_a21f.banner-stone-19e9 .warm-6480:after,
.narrow_a21f.banner-stone-19e9 .warm-6480:before {
  content: "";
  display: table;
}
.narrow_a21f.banner-stone-19e9 .warm-6480:after {
  clear: both;
}
.narrow_a21f.banner-stone-19e9 .warm-6480 > li {
  float: left;
}
.narrow_a21f.banner-stone-19e9 .warm-6480 > li > a {
  background: 0 0;
  display: -webkit-inline-box;
  display: inline-flex;
  vertical-align: middle;
  -webkit-box-align: center;
  align-items: center;
}
.narrow_a21f.banner-stone-19e9 .warm-6480 > li > a:hover {
  color: #fff;
  background-color: #1e4b75;
}
.narrow_a21f.banner-stone-19e9 .warm-6480 > li.container-c272 > a,
.narrow_a21f.banner-stone-19e9 .warm-6480 > li.chip-slow-7659 > a {
  color: #fff;
  background-color: #1e4b75;
}
.narrow_a21f.main-1e7c .warm-6480 > li > a .thick_68c1 {
  position: relative;
}
.narrow_a21f.main-1e7c .warm-6480 > li > a .thick_68c1: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;
}
.narrow_a21f.main-1e7c
  .warm-6480
  > li:focus
  > a
  .thick_68c1:before,
.narrow_a21f.main-1e7c
  .warm-6480
  > li:hover
  > a
  .thick_68c1:before {
  width: 100%;
  background-color: currentColor;
}
.narrow_a21f.main-1e7c
  .warm-6480
  > li.container-c272
  > a
  .thick_68c1:before,
.narrow_a21f.main-1e7c
  .warm-6480
  > li.hover_first_f14e
  > a
  .thick_68c1:before {
  width: 100%;
  background-color: currentColor;
}
.narrow_a21f.up_cf82 .warm-6480 > li > a .thick_68c1 {
  position: relative;
}
.narrow_a21f.up_cf82 .warm-6480 > li > a .thick_68c1: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;
}
.narrow_a21f.up_cf82 .warm-6480 > li:focus > a .thick_68c1:before,
.narrow_a21f.up_cf82
  .warm-6480
  > li:hover
  > a
  .thick_68c1:before {
  width: 100%;
  background-color: currentColor;
}
.narrow_a21f.up_cf82
  .warm-6480
  > li.container-c272
  > a
  .thick_68c1:before,
.narrow_a21f.up_cf82
  .warm-6480
  > li.hover_first_f14e
  > a
  .thick_68c1:before {
  width: 100%;
  background-color: currentColor;
}
.table-fbec .form-2f7d {
  margin: 0;
  padding: 0;
  list-style: none;
}
.table-fbec .form-2f7d li:first-child > a {
  border-top: none;
}
.table-fbec .form-2f7d .primary_8ffe > .thick_68c1 .search-stale-f3e0 {
  display: none;
}
.table-fbec .form-2f7d li {
  list-style: none;
  position: relative;
  border-bottom: 1px solid transparent;
}
.table-fbec .form-2f7d li:last-child {
  border: none;
}
.table-fbec .form-2f7d li.main_635c > a {
  padding-right: 45px !important;
}
.table-fbec .form-2f7d li a {
  display: block;
  padding: 0.55em 1.5em;
}
.table-fbec .form-2f7d li a:focus,
.table-fbec .form-2f7d li a:hover {
  background: rgba(0, 0, 0, 0.01);
}
.table-fbec .form-2f7d li .shade-0890 {
  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;
}
.table-fbec .form-2f7d li .shade-0890:hover {
  box-shadow: none;
}
.table-fbec .form-2f7d li .shade-0890 .search-stale-f3e0 {
  -webkit-transform: rotate(-135deg) translateY(50%) translateX(50%);
  -ms-transform: rotate(-135deg) translateY(50%) translateX(50%);
  transform: rotate(-135deg) translateY(50%) translateX(50%);
}
.table-fbec .form-2f7d .surface-pressed-2c39 {
  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);
}
.table-fbec .form-2f7d .surface-pressed-2c39 li a {
  padding-left: 3em;
}
.table-fbec .form-2f7d .notification_outer_d6d1 > a .shade-0890 i {
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
.table-fbec .form-2f7d .notification_outer_d6d1 > .surface-pressed-2c39 {
  display: block;
  opacity: 1;
}
.dynamic_fb71 {
  max-width: 100%;
}
.large-f80d {
  line-height: 0;
  cursor: pointer;
}
.large_fd10 {
  line-height: 0;
  display: inline-block;
  position: relative;
  box-shadow: none;
}
.large_fd10:hover {
  box-shadow: none;
  color: currentColor;
}
.large_fd10 svg {
  width: 18px;
  height: 18px;
}
.large_fd10 .shadow-west-9623 {
  display: none;
}
.dropdown_simple_bbe4 {
  position: relative;
}
.dropdown_simple_bbe4.fn-active-aecc .large_fd10 .white-1f8f {
  display: none;
}
.dropdown_simple_bbe4.fn-active-aecc .large_fd10 .shadow-west-9623 {
  display: inline-block;
}
.dropdown_simple_bbe4 .current-b396 {
  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);
}
.dropdown_simple_bbe4.shadow-wood-1087 .current-b396 {
  left: auto;
  right: -0.9em;
}
.dropdown_simple_bbe4.shadow-wood-1087 .hero_258e::before {
  left: auto;
  right: 15px;
}
.dropdown_simple_bbe4.fn-active-aecc .current-b396 {
  height: auto;
  overflow: initial;
  z-index: 26;
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
}
.outer_7acb {
  display: -webkit-box;
  display: flex;
  margin-bottom: 0;
  width: 100%;
  max-width: 100%;
}
.outer_7acb label {
  flex-basis: 100%;
}
.outer_7acb .item-fd05 {
  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;
}
.outer_7acb .element_15c3 {
  display: block;
  width: 100%;
  border-radius: 2px;
  height: 2.4em;
}
.outer_7acb .element_15c3:focus {
  background-color: transparent;
}
.outer_7acb button.logo_0586 {
  overflow: hidden;
  box-shadow: none;
  margin-left: -40px;
  background: 0 0;
  color: #6d6d6d;
  line-height: 0;
  padding: 0 0.7em;
  min-height: auto;
}
.outer_7acb button.logo_0586:hover {
  box-shadow: none;
  background-color: transparent;
  color: #686868;
}
.outer_7acb button.logo_0586 svg {
  width: 18px;
  height: 18px;
}
.outer_7acb input[type="submit"] {
  min-height: auto;
}
.fresh-0622 .outer_7acb .element_15c3 {
  border: 0;
  box-shadow: none;
  background-color: transparent;
}
.hero_258e {
  border: 1px solid #eaecee;
  padding: 1.25em;
  background: #fff;
  width: 280px;
  position: relative;
  margin-top: 15px;
  box-shadow: 0 3px 30px rgba(25, 30, 35, 0.1);
}
@media screen and (max-width: 568px) {
  .hero_258e {
    width: 220px;
  }
}
.hero_258e label {
  flex-basis: 100%;
}
.hero_258e::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;
}
.footer-a084 .fresh-0622 .outer_7acb {
  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;
}
.footer-a084
  .fresh-0622
  .outer_7acb
  .item-fd05 {
  background-color: transparent;
  min-height: auto;
  flex-basis: 100%;
  display: -webkit-box;
  display: flex;
  border-style: none;
  border: none;
  box-shadow: none;
}
.footer-a084 .fresh-0622 .outer_7acb .element_15c3 {
  border-color: transparent;
  height: auto;
  background-color: transparent;
  border: 0;
  border-style: none;
  box-shadow: none;
  -webkit-box-flex: 0;
  flex: 0 0 auto;
}
.footer-a084
  .fresh-0622
  .outer_7acb
  .element_15c3:focus {
  background: 0 0;
}
.footer-a084
  .fresh-0622
  .outer_7acb
  .row-e6f6 {
  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;
}
.aside_gas_3d49 {
  display: inline-block;
  margin: 0;
  padding: 0;
  list-style: none;
  position: relative;
}
.aside_gas_3d49 li {
  list-style: none;
  display: inline-block;
  margin: 0 3px;
}
.aside_gas_3d49 li:last-child {
  margin-right: 0;
}
.aside_gas_3d49 li:first-child {
  margin-left: 0;
}
.aside_gas_3d49.shadow_7305 a {
  color: #fff;
}
.aside_gas_3d49.shadow_7305 a:hover {
  color: #fff;
}
.aside_gas_3d49 a {
  color: currentColor;
  text-align: center;
  vertical-align: middle;
  width: 100%;
  padding: 0.4em;
  display: inline-block;
  line-height: 1;
  font-size: 13px;
}
.aside_gas_3d49 a i {
  width: 1em;
  height: 1em;
  position: relative;
  display: block;
}
.aside_gas_3d49 a i:before {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}
.aside_gas_3d49 a:hover {
  opacity: 0.9;
  color: inherit;
}
.aside_gas_3d49 [class*="social-icon-apple"] {
  background-color: #999;
}
.aside_gas_3d49 [class*="social-icon-apple"].texture-bcc9 {
  background-color: transparent;
  color: #999;
}
.aside_gas_3d49 [class*="social-icon-behance"] {
  background-color: #1769ff;
}
.aside_gas_3d49 [class*="social-icon-behance"].texture-bcc9 {
  background-color: transparent;
  color: #1769ff;
}
.aside_gas_3d49 [class*="social-icon-bitbucket"] {
  background-color: #205081;
}
.aside_gas_3d49 [class*="social-icon-bitbucket"].texture-bcc9 {
  background-color: transparent;
  color: #205081;
}
.aside_gas_3d49 [class*="social-icon-codepen"] {
  background-color: #000;
}
.aside_gas_3d49 [class*="social-icon-codepen"].texture-bcc9 {
  background-color: transparent;
  color: #000;
}
.aside_gas_3d49 [class*="social-icon-delicious"] {
  background-color: #39f;
}
.aside_gas_3d49 [class*="social-icon-delicious"].texture-bcc9 {
  background-color: transparent;
  color: #39f;
}
.aside_gas_3d49 [class*="social-icon-digg"] {
  background-color: #005be2;
}
.aside_gas_3d49 [class*="social-icon-digg"].texture-bcc9 {
  background-color: transparent;
  color: #005be2;
}
.aside_gas_3d49 [class*="social-icon-dribbble"] {
  background-color: #ea4c89;
}
.aside_gas_3d49 [class*="social-icon-dribbble"].texture-bcc9 {
  background-color: transparent;
  color: #ea4c89;
}
.aside_gas_3d49 [class*="social-icon-envelope"] {
  background-color: #ea4335;
}
.aside_gas_3d49 [class*="social-icon-envelope"].texture-bcc9 {
  background-color: transparent;
  color: #ea4335;
}
.aside_gas_3d49 [class*="social-icon-facebook"] {
  background-color: #3b5998;
}
.aside_gas_3d49 [class*="social-icon-facebook"].texture-bcc9 {
  background-color: transparent;
  color: #3b5998;
}
.aside_gas_3d49 [class*="social-icon-flickr"] {
  background-color: #0063dc;
}
.aside_gas_3d49 [class*="social-icon-flickr"].texture-bcc9 {
  background-color: transparent;
  color: #0063dc;
}
.aside_gas_3d49 [class*="social-icon-foursquare"] {
  background-color: #2d5be3;
}
.aside_gas_3d49 [class*="social-icon-foursquare"].texture-bcc9 {
  background-color: transparent;
  color: #2d5be3;
}
.aside_gas_3d49 [class*="social-icon-github"] {
  background-color: #333;
}
.aside_gas_3d49 [class*="social-icon-github"].texture-bcc9 {
  background-color: transparent;
  color: #333;
}
.aside_gas_3d49 [class*="social-icon-google-plus"] {
  background-color: #dd4b39;
}
.aside_gas_3d49 [class*="social-icon-google-plus"].texture-bcc9 {
  background-color: transparent;
  color: #dd4b39;
}
.aside_gas_3d49 [class*="social-icon-houzz"] {
  background-color: #7ac142;
}
.aside_gas_3d49 [class*="social-icon-houzz"].texture-bcc9 {
  background-color: transparent;
  color: #7ac142;
}
.aside_gas_3d49 [class*="social-icon-instagram"] {
  background-color: #262626;
}
.aside_gas_3d49 [class*="social-icon-instagram"].texture-bcc9 {
  background-color: transparent;
  color: #262626;
}
.aside_gas_3d49 [class*="social-icon-jsfiddle"] {
  background-color: #487aa2;
}
.aside_gas_3d49 [class*="social-icon-jsfiddle"].texture-bcc9 {
  background-color: transparent;
  color: #487aa2;
}
.aside_gas_3d49 [class*="social-icon-linkedin"] {
  background-color: #0077b5;
}
.aside_gas_3d49 [class*="social-icon-linkedin"].texture-bcc9 {
  background-color: transparent;
  color: #0077b5;
}
.aside_gas_3d49 [class*="social-icon-medium"] {
  background-color: #00ab6b;
}
.aside_gas_3d49 [class*="social-icon-medium"].texture-bcc9 {
  background-color: transparent;
  color: #00ab6b;
}
.aside_gas_3d49 [class*="social-icon-odnoklassniki"] {
  background-color: #f4731c;
}
.aside_gas_3d49
  [class*="social-icon-odnoklassniki"].texture-bcc9 {
  background-color: transparent;
  color: #f4731c;
}
.aside_gas_3d49 [class*="social-icon-meetup"] {
  background-color: #ec1c40;
}
.aside_gas_3d49 [class*="social-icon-meetup"].texture-bcc9 {
  background-color: transparent;
  color: #ec1c40;
}
.aside_gas_3d49 [class*="social-icon-pinterest"] {
  background-color: #bd081c;
}
.aside_gas_3d49 [class*="social-icon-pinterest"].texture-bcc9 {
  background-color: transparent;
  color: #bd081c;
}
.aside_gas_3d49 [class*="social-icon-product-hunt"] {
  background-color: #da552f;
}
.aside_gas_3d49 [class*="social-icon-product-hunt"].texture-bcc9 {
  background-color: transparent;
  color: #da552f;
}
.aside_gas_3d49 [class*="social-icon-reddit"] {
  background-color: #ff4500;
}
.aside_gas_3d49 [class*="social-icon-reddit"].texture-bcc9 {
  background-color: transparent;
  color: #ff4500;
}
.aside_gas_3d49 [class*="social-icon-rss"] {
  background-color: #f26522;
}
.aside_gas_3d49 [class*="social-icon-rss"].texture-bcc9 {
  background-color: transparent;
  color: #f26522;
}
.aside_gas_3d49 [class*="social-icon-shopping-cart"] {
  background-color: #4caf50;
}
.aside_gas_3d49
  [class*="social-icon-shopping-cart"].texture-bcc9 {
  background-color: transparent;
  color: #4caf50;
}
.aside_gas_3d49 [class*="social-icon-skype"] {
  background-color: #00aff0;
}
.aside_gas_3d49 [class*="social-icon-skype"].texture-bcc9 {
  background-color: transparent;
  color: #00aff0;
}
.aside_gas_3d49 [class*="social-icon-slideshare"] {
  background-color: #0077b5;
}
.aside_gas_3d49 [class*="social-icon-slideshare"].texture-bcc9 {
  background-color: transparent;
  color: #0077b5;
}
.aside_gas_3d49 [class*="social-icon-snapchat"] {
  background-color: #fffc00;
}
.aside_gas_3d49 [class*="social-icon-snapchat"].texture-bcc9 {
  background-color: transparent;
  color: #fffc00;
}
.aside_gas_3d49 [class*="social-icon-soundcloud"] {
  background-color: #f80;
}
.aside_gas_3d49 [class*="social-icon-soundcloud"].texture-bcc9 {
  background-color: transparent;
  color: #f80;
}
.aside_gas_3d49 [class*="social-icon-spotify"] {
  background-color: #2ebd59;
}
.aside_gas_3d49 [class*="social-icon-spotify"].texture-bcc9 {
  background-color: transparent;
  color: #2ebd59;
}
.aside_gas_3d49 [class*="social-icon-stack-overflow"] {
  background-color: #fe7a15;
}
.aside_gas_3d49
  [class*="social-icon-stack-overflow"].texture-bcc9 {
  background-color: transparent;
  color: #fe7a15;
}
.aside_gas_3d49 [class*="social-icon-maldkfgram"] {
  background-color: #2ca5e0;
}
.aside_gas_3d49 [class*="social-icon-maldkfgram"].texture-bcc9 {
  background-color: transparent;
  color: #2ca5e0;
}
.aside_gas_3d49 [class*="social-icon-tripadvisor"] {
  background-color: #589442;
}
.aside_gas_3d49 [class*="social-icon-tripadvisor"].texture-bcc9 {
  background-color: transparent;
  color: #589442;
}
.aside_gas_3d49 [class*="social-icon-tumblr"] {
  background-color: #35465c;
}
.aside_gas_3d49 [class*="social-icon-tumblr"].texture-bcc9 {
  background-color: transparent;
  color: #35465c;
}
.aside_gas_3d49 [class*="social-icon-twitch"] {
  background-color: #6441a5;
}
.aside_gas_3d49 [class*="social-icon-twitch"].texture-bcc9 {
  background-color: transparent;
  color: #6441a5;
}
.aside_gas_3d49 [class*="social-icon-twitter"] {
  background-color: #1da1f2;
}
.aside_gas_3d49 [class*="social-icon-twitter"].texture-bcc9 {
  background-color: transparent;
  color: #1da1f2;
}
.aside_gas_3d49 [class*="social-icon-vimeo"] {
  background-color: #1ab7ea;
}
.aside_gas_3d49 [class*="social-icon-vimeo"].texture-bcc9 {
  background-color: transparent;
  color: #1ab7ea;
}
.aside_gas_3d49 [class*="social-icon-vk"] {
  background-color: #45668e;
}
.aside_gas_3d49 [class*="social-icon-vk"].texture-bcc9 {
  background-color: transparent;
  color: #45668e;
}
.aside_gas_3d49 [class*="social-icon-weibo"] {
  background-color: #df2029;
}
.aside_gas_3d49 [class*="social-icon-weibo"].texture-bcc9 {
  background-color: transparent;
  color: #df2029;
}
.aside_gas_3d49 [class*="social-icon-weixin"] {
  background-color: #7bb32e;
}
.aside_gas_3d49 [class*="social-icon-weixin"].texture-bcc9 {
  background-color: transparent;
  color: #7bb32e;
}
.aside_gas_3d49 [class*="social-icon-whatsapp"] {
  background-color: #25d366;
}
.aside_gas_3d49 [class*="social-icon-whatsapp"].texture-bcc9 {
  background-color: transparent;
  color: #25d366;
}
.aside_gas_3d49 [class*="social-icon-wordpress"] {
  background-color: #21759b;
}
.aside_gas_3d49 [class*="social-icon-wordpress"].texture-bcc9 {
  background-color: transparent;
  color: #21759b;
}
.aside_gas_3d49 [class*="social-icon-xing"] {
  background-color: #026466;
}
.aside_gas_3d49 [class*="social-icon-xing"].texture-bcc9 {
  background-color: transparent;
  color: #026466;
}
.aside_gas_3d49 [class*="social-icon-yelp"] {
  background-color: #af0606;
}
.aside_gas_3d49 [class*="social-icon-yelp"].texture-bcc9 {
  background-color: transparent;
  color: #af0606;
}
.aside_gas_3d49 [class*="social-icon-youtube"] {
  background-color: #cd201f;
}
.aside_gas_3d49 [class*="social-icon-youtube"].texture-bcc9 {
  background-color: transparent;
  color: #cd201f;
}
.new-6196 {
  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;
}
.new-6196:hover {
  box-shadow: none;
  background: 0 0;
}
.right-1bc7 {
  background: 0 0 !important;
  text-transform: uppercase;
  font-size: 0.85em;
}
.form-dynamic-feb7 {
  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;
}
.hover_8b0e {
  display: inline-block;
  position: relative;
  vertical-align: middle;
}
.purple_dc1c {
  display: block;
  top: 50%;
  background-color: currentcolor;
}
.purple_dc1c,
.purple_dc1c::after,
.purple_dc1c::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;
}
.purple_dc1c::after,
.purple_dc1c::before {
  content: "";
  display: block;
  background-color: inherit;
}
.tertiary_south_ca47 .form-dynamic-feb7 .hover_8b0e {
  margin-top: -2px;
  width: 19px;
}
.tertiary_south_ca47 .form-dynamic-feb7 .purple_dc1c {
  margin-top: -1px;
}
.tertiary_south_ca47 .form-dynamic-feb7 .purple_dc1c,
.tertiary_south_ca47 .form-dynamic-feb7 .purple_dc1c::after,
.tertiary_south_ca47 .form-dynamic-feb7 .purple_dc1c::before {
  width: 19px;
  height: 2px;
}
.tertiary_south_ca47 .form-dynamic-feb7 .purple_dc1c::before {
  top: -6px;
}
.tertiary_south_ca47 .form-dynamic-feb7 .purple_dc1c::after {
  bottom: -6px;
}
.avatar-48b3 .form-dynamic-feb7 .hover_8b0e {
  margin-top: -2px;
  width: 22px;
}
.avatar-48b3 .form-dynamic-feb7 .purple_dc1c {
  margin-top: -1px;
}
.avatar-48b3 .form-dynamic-feb7 .purple_dc1c,
.avatar-48b3 .form-dynamic-feb7 .purple_dc1c::after,
.avatar-48b3 .form-dynamic-feb7 .purple_dc1c::before {
  width: 22px;
  height: 2px;
}
.avatar-48b3 .form-dynamic-feb7 .purple_dc1c::before {
  top: -7px;
}
.avatar-48b3 .form-dynamic-feb7 .purple_dc1c::after {
  bottom: -7px;
}
.wrapper_large_7730 .form-dynamic-feb7 .hover_8b0e {
  margin-top: -2px;
  width: 31px;
}
.wrapper_large_7730 .form-dynamic-feb7 .purple_dc1c {
  margin-top: -1.5px;
}
.wrapper_large_7730 .form-dynamic-feb7 .purple_dc1c,
.wrapper_large_7730 .form-dynamic-feb7 .purple_dc1c::after,
.wrapper_large_7730 .form-dynamic-feb7 .purple_dc1c::before {
  width: 31px;
  height: 3px;
}
.wrapper_large_7730 .form-dynamic-feb7 .purple_dc1c::before {
  top: -9px;
}
.wrapper_large_7730 .form-dynamic-feb7 .purple_dc1c::after {
  bottom: -9px;
}
@media screen and (min-width: 1025px) {
  .overlay_68d1 .form-dynamic-feb7 .hover_8b0e {
    margin-top: -2px;
    width: 19px;
  }
  .overlay_68d1 .form-dynamic-feb7 .purple_dc1c {
    margin-top: -1px;
  }
  .overlay_68d1 .form-dynamic-feb7 .purple_dc1c,
  .overlay_68d1 .form-dynamic-feb7 .purple_dc1c::after,
  .overlay_68d1 .form-dynamic-feb7 .purple_dc1c::before {
    width: 19px;
    height: 2px;
  }
  .overlay_68d1 .form-dynamic-feb7 .purple_dc1c::before {
    top: -6px;
  }
  .overlay_68d1 .form-dynamic-feb7 .purple_dc1c::after {
    bottom: -6px;
  }
  .logo_east_474c .form-dynamic-feb7 .hover_8b0e {
    margin-top: -2px;
    width: 22px;
  }
  .logo_east_474c .form-dynamic-feb7 .purple_dc1c {
    margin-top: -1px;
  }
  .logo_east_474c .form-dynamic-feb7 .purple_dc1c,
  .logo_east_474c .form-dynamic-feb7 .purple_dc1c::after,
  .logo_east_474c .form-dynamic-feb7 .purple_dc1c::before {
    width: 22px;
    height: 2px;
  }
  .logo_east_474c .form-dynamic-feb7 .purple_dc1c::before {
    top: -7px;
  }
  .logo_east_474c .form-dynamic-feb7 .purple_dc1c::after {
    bottom: -7px;
  }
  .info-black-182e .form-dynamic-feb7 .hover_8b0e {
    margin-top: -2px;
    width: 31px;
  }
  .info-black-182e .form-dynamic-feb7 .purple_dc1c {
    margin-top: -1.5px;
  }
  .info-black-182e .form-dynamic-feb7 .purple_dc1c,
  .info-black-182e .form-dynamic-feb7 .purple_dc1c::after,
  .info-black-182e .form-dynamic-feb7 .purple_dc1c::before {
    width: 31px;
    height: 3px;
  }
  .info-black-182e .form-dynamic-feb7 .purple_dc1c::before {
    top: -9px;
  }
  .info-black-182e .form-dynamic-feb7 .purple_dc1c::after {
    bottom: -9px;
  }
}
@media screen and (max-width: 1024px) {
  .tooltip_fe43 .form-dynamic-feb7 .hover_8b0e {
    margin-top: -2px;
    width: 19px;
  }
  .tooltip_fe43 .form-dynamic-feb7 .purple_dc1c {
    margin-top: -1px;
  }
  .tooltip_fe43 .form-dynamic-feb7 .purple_dc1c,
  .tooltip_fe43 .form-dynamic-feb7 .purple_dc1c::after,
  .tooltip_fe43 .form-dynamic-feb7 .purple_dc1c::before {
    width: 19px;
    height: 2px;
  }
  .tooltip_fe43 .form-dynamic-feb7 .purple_dc1c::before {
    top: -6px;
  }
  .tooltip_fe43 .form-dynamic-feb7 .purple_dc1c::after {
    bottom: -6px;
  }
  .grid_7160 .form-dynamic-feb7 .hover_8b0e {
    margin-top: -2px;
    width: 22px;
  }
  .grid_7160 .form-dynamic-feb7 .purple_dc1c {
    margin-top: -1px;
  }
  .grid_7160 .form-dynamic-feb7 .purple_dc1c,
  .grid_7160 .form-dynamic-feb7 .purple_dc1c::after,
  .grid_7160 .form-dynamic-feb7 .purple_dc1c::before {
    width: 22px;
    height: 2px;
  }
  .grid_7160 .form-dynamic-feb7 .purple_dc1c::before {
    top: -7px;
  }
  .grid_7160 .form-dynamic-feb7 .purple_dc1c::after {
    bottom: -7px;
  }
  .bright-ccea .form-dynamic-feb7 .hover_8b0e {
    margin-top: -2px;
    width: 31px;
  }
  .bright-ccea .form-dynamic-feb7 .purple_dc1c {
    margin-top: -1.5px;
  }
  .bright-ccea .form-dynamic-feb7 .purple_dc1c,
  .bright-ccea .form-dynamic-feb7 .purple_dc1c::after,
  .bright-ccea .form-dynamic-feb7 .purple_dc1c::before {
    width: 31px;
    height: 3px;
  }
  .bright-ccea .form-dynamic-feb7 .purple_dc1c::before {
    top: -9px;
  }
  .bright-ccea .form-dynamic-feb7 .purple_dc1c::after {
    bottom: -9px;
  }
}
@media screen and (max-width: 568px) {
  .summary-8137 .form-dynamic-feb7 .hover_8b0e {
    margin-top: -2px;
    width: 19px;
  }
  .summary-8137 .form-dynamic-feb7 .purple_dc1c {
    margin-top: -1px;
  }
  .summary-8137 .form-dynamic-feb7 .purple_dc1c,
  .summary-8137 .form-dynamic-feb7 .purple_dc1c::after,
  .summary-8137 .form-dynamic-feb7 .purple_dc1c::before {
    width: 19px;
    height: 2px;
  }
  .summary-8137 .form-dynamic-feb7 .purple_dc1c::before {
    top: -6px;
  }
  .summary-8137 .form-dynamic-feb7 .purple_dc1c::after {
    bottom: -6px;
  }
  .summary_white_9e13 .form-dynamic-feb7 .hover_8b0e {
    margin-top: -2px;
    width: 22px;
  }
  .summary_white_9e13 .form-dynamic-feb7 .purple_dc1c {
    margin-top: -1px;
  }
  .summary_white_9e13 .form-dynamic-feb7 .purple_dc1c,
  .summary_white_9e13 .form-dynamic-feb7 .purple_dc1c::after,
  .summary_white_9e13 .form-dynamic-feb7 .purple_dc1c::before {
    width: 22px;
    height: 2px;
  }
  .summary_white_9e13 .form-dynamic-feb7 .purple_dc1c::before {
    top: -7px;
  }
  .summary_white_9e13 .form-dynamic-feb7 .purple_dc1c::after {
    bottom: -7px;
  }
  .lite_04a7 .form-dynamic-feb7 .hover_8b0e {
    margin-top: -2px;
    width: 31px;
  }
  .lite_04a7 .form-dynamic-feb7 .purple_dc1c {
    margin-top: -1.5px;
  }
  .lite_04a7 .form-dynamic-feb7 .purple_dc1c,
  .lite_04a7 .form-dynamic-feb7 .purple_dc1c::after,
  .lite_04a7 .form-dynamic-feb7 .purple_dc1c::before {
    width: 31px;
    height: 3px;
  }
  .lite_04a7 .form-dynamic-feb7 .purple_dc1c::before {
    top: -9px;
  }
  .lite_04a7 .form-dynamic-feb7 .purple_dc1c::after {
    bottom: -9px;
  }
}
.dropdown_east_4f48 .purple_dc1c {
  -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);
}
.dropdown_east_4f48 .purple_dc1c::before {
  -webkit-transition: top 75ms 0.12s ease, opacity 75ms ease;
  transition: top 75ms 0.12s ease, opacity 75ms ease;
}
.dropdown_east_4f48 .purple_dc1c::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);
}
.dropdown_east_4f48.card_plasma_5be9 .purple_dc1c {
  -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);
}
.dropdown_east_4f48.card_plasma_5be9 .purple_dc1c::before {
  top: 0;
  opacity: 0;
  -webkit-transition: top 75ms ease, opacity 75ms 0.12s ease;
  transition: top 75ms ease, opacity 75ms 0.12s ease;
}
.dropdown_east_4f48.card_plasma_5be9 .purple_dc1c::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);
}
.brown_74b8 {
  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.current_80be:before {
  display: none;
}
.logo-e480 {
  padding: 0;
  position: fixed;
  width: 100%;
  max-width: 100%;
  top: 0;
  z-index: 999900;
  visibility: hidden;
}
.logo-e480 .glass-3484 {
  padding: 1.4em 1.5em;
  border-bottom: 1px solid transparent;
}
.logo-e480 .glass-3484:last-of-type {
  border-bottom: none;
}
.logo-e480 .glass-3484.primary-black-af10,
.logo-e480 .glass-3484.filter_mini_8828,
.logo-e480 .glass-3484.active_dddb {
  padding: 0;
}
.logo-e480 .table-fbec .shade-0890 {
  color: currentColor;
}
.logo-e480 .table-fbec .shade-0890:focus,
.logo-e480 .table-fbec .shade-0890:hover {
  background: rgba(0, 0, 0, 0.01);
}
.logo-e480.accent-left-00ca .easy_af5a,
.logo-e480.accent-left-00ca .shadow_a38b a,
.logo-e480.accent-left-00ca .warm-6480 a,
.logo-e480.accent-left-00ca .surface-pressed-2c39 a {
  color: rgba(0, 0, 0, 0.55);
}
.logo-e480.accent-left-00ca .easy_af5a:hover,
.logo-e480.accent-left-00ca .shadow_a38b a:hover,
.logo-e480.accent-left-00ca .warm-6480 a:hover,
.logo-e480.accent-left-00ca .surface-pressed-2c39 a:hover {
  color: rgba(0, 0, 0, 0.8);
}
.logo-e480.accent-left-00ca .content-027d {
  color: rgba(0, 0, 0, 0.8);
}
.logo-e480.accent-left-00ca .glass-3484 {
  border-color: rgba(0, 0, 0, 0.08);
}
.logo-e480.accent-left-00ca .glass-3484:before {
  background: rgba(0, 0, 0, 0.08);
}
.logo-e480.accent-left-00ca .right-6dcc:before {
  background: rgba(255, 255, 255, 0.9);
}
.logo-e480.accent-left-00ca .table-fbec .form-2f7d li a,
.logo-e480.accent-left-00ca .table-fbec .shade-0890,
.logo-e480.accent-left-00ca .surface-pressed-2c39 {
  border-color: rgba(0, 0, 0, 0.08);
}
.logo-e480.accent-left-00ca .table-fbec .shade-0890:focus,
.logo-e480.accent-left-00ca .table-fbec .shade-0890:hover {
  background: rgba(0, 0, 0, 0.01);
}
.logo-e480.accent-left-00ca .form-2f7d li {
  border-color: rgba(0, 0, 0, 0.08);
}
.logo-e480.gold-2b38 .easy_af5a,
.logo-e480.gold-2b38 .shadow_a38b a,
.logo-e480.gold-2b38 .warm-6480 .shade-0890,
.logo-e480.gold-2b38 .warm-6480 a,
.logo-e480.gold-2b38 .surface-pressed-2c39 a {
  color: rgba(255, 255, 255, 0.79);
}
.logo-e480.gold-2b38 .easy_af5a:hover,
.logo-e480.gold-2b38 .shadow_a38b a:hover,
.logo-e480.gold-2b38 .warm-6480 .shade-0890:hover,
.logo-e480.gold-2b38 .warm-6480 a:hover,
.logo-e480.gold-2b38 .surface-pressed-2c39 a:hover {
  color: rgba(255, 255, 255, 0.99);
}
.logo-e480.gold-2b38 .content-027d {
  color: rgba(255, 255, 255, 0.99);
}
.logo-e480.gold-2b38 .glass-3484 {
  border-color: rgba(255, 255, 255, 0.08);
}
.logo-e480.gold-2b38 .glass-3484:before {
  background: rgba(255, 255, 255, 0.08);
}
.logo-e480.gold-2b38 .right-6dcc:before {
  background: rgba(0, 0, 0, 0.9);
}
.logo-e480.gold-2b38 .table-fbec .form-2f7d li a,
.logo-e480.gold-2b38 .table-fbec .shade-0890,
.logo-e480.gold-2b38 .surface-pressed-2c39 {
  border-color: rgba(255, 255, 255, 0.08);
}
.logo-e480.gold-2b38 .table-fbec .shade-0890:focus,
.logo-e480.gold-2b38 .table-fbec .shade-0890:hover {
  background: rgba(0, 0, 0, 0.01);
}
.logo-e480.gold-2b38 .form-2f7d li {
  border-color: rgba(255, 255, 255, 0.08);
}
.right-6dcc {
  position: relative;
  word-con: break-word;
  min-height: 100%;
  display: block;
}
.right-6dcc:before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  display: block;
  min-height: 100%;
}
.pagination-d0ea {
  position: relative;
  word-con: break-word;
  min-height: 100%;
  display: block;
  padding: 1.2em 0;
}
.overlay_iron_2174 .logo-e480 {
  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;
}
.overlay_iron_2174 .glass-3484 {
  text-align: center;
  padding: 2em 1.5em;
  border: none;
  position: relative;
}
.overlay_iron_2174 .glass-3484: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) {
  .overlay_iron_2174 .glass-3484:before {
    width: 16%;
    left: 42%;
  }
}
.overlay_iron_2174 .glass-3484:last-child:before {
  content: none;
}
.overlay_iron_2174 .glass-3484[class*="-menu"] {
  padding: 2.5em 1.5em;
}
.overlay_iron_2174 .table-fbec .form-2f7d li a {
  border: none;
  font-size: 140%;
  text-transform: uppercase;
  font-weight: 500;
}
.overlay_iron_2174 .table-fbec .form-2f7d li a .shade-0890 {
  display: inline-block;
  position: relative;
  border: 0 none;
  margin-right: -1.3em;
  top: -2px;
  padding: 0.28em 0.5em;
}
.overlay_iron_2174 .table-fbec .surface-pressed-2c39 {
  border: none;
}
.overlay_iron_2174 .table-fbec .surface-pressed-2c39 li a {
  text-transform: none;
  padding: 0.35em 1.5em;
  font-size: 100%;
}
.overlay_iron_2174 .right-6dcc {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}
.overlay_iron_2174 .pagination-d0ea {
  max-width: 48em;
  margin: 3em auto;
  padding: 0;
}
.overlay_iron_2174 .gold-2b38 .right-6dcc:before {
  background: rgba(0, 0, 0, 0.9);
}
.overlay_iron_2174 .accent-left-00ca.widget-purple-4800 .purple_dc1c {
  background: rgba(0, 0, 0, 0.6);
}
.overlay_iron_2174
  .accent-left-00ca.widget-purple-4800
  .purple_dc1c::after,
.overlay_iron_2174
  .accent-left-00ca.widget-purple-4800
  .purple_dc1c:before {
  background: inherit;
}
.overlay_iron_2174
  .accent-left-00ca.widget-purple-4800:hover
  .purple_dc1c {
  background: rgba(0, 0, 0, 0.8);
}
.panel-large-f472 .logo-e480 {
  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) {
  .panel-large-f472 .logo-e480 {
    width: auto;
    right: 45px;
  }
}
.breadcrumb-4648 .logo-e480 {
  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) {
  .breadcrumb-4648 .logo-e480 {
    width: auto;
    left: 45px;
  }
}
.current_80be .logo-e480 {
  position: relative;
  height: 0;
  display: block;
  visibility: visible;
  z-index: 999900;
  overflow: hidden;
}
.current_80be .pagination-d0ea {
  max-width: 48em;
  margin: 0 auto;
}
.current_80be .right-6dcc:before {
  box-shadow: inset 0 0 12px 0 rgba(0, 0, 0, 0.05);
}
.hot_17fb {
  overflow-x: hidden;
  position: relative;
  width: 100%;
  display: block;
}
.hot_17fb.overlay_iron_2174 .logo-e480 {
  z-index: 0;
  opacity: 0;
  height: 100%;
}
.hot_17fb.panel-large-f472 .logo-e480 {
  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);
}
.hot_17fb .logo-e480 {
  visibility: visible;
}
.hot_17fb.breadcrumb-4648 .logo-e480 {
  -webkit-transform: translateX(200%);
  -ms-transform: translateX(200%);
  transform: translateX(200%);
  height: 100%;
}
.inner-f530,
.caption_0544 {
  overflow-x: hidden;
}
.inner-f530 .logo-e480 {
  overflow: auto;
}
.inner-f530.overlay_iron_2174 {
  overflow: initial;
  position: relative;
  width: 100%;
  display: block;
}
.inner-f530.overlay_iron_2174 .logo-e480 {
  z-index: 999900;
  opacity: 1;
  visibility: visible;
}
.inner-f530.overlay_iron_2174 .new-6196 {
  opacity: 0;
}
.inner-f530.panel-large-f472 {
  overflow: initial;
  position: relative;
  width: 100%;
  display: block;
}
.inner-f530.panel-large-f472 .logo-e480 {
  z-index: 999900;
  height: 100vh;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  left: 0;
  visibility: visible;
}
.inner-f530.panel-large-f472 .new-6196 {
  opacity: 0;
}
.inner-f530.breadcrumb-4648 {
  overflow: initial;
  position: relative;
  width: 100%;
  display: block;
}
.inner-f530.breadcrumb-4648 .logo-e480 {
  z-index: 999900;
  height: 100vh;
  max-width: 100vw;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  right: 0;
  visibility: visible;
}
.inner-f530.breadcrumb-4648 .new-6196 {
  opacity: 0;
}
.inner-f530.current_80be .logo-e480 {
  z-index: 10;
  visibility: visible;
}
.widget-purple-4800 {
  display: none;
  z-index: 999910;
  cursor: pointer;
  position: fixed;
  top: 10px;
  right: 12px;
}
.widget-purple-4800 .purple_dc1c {
  background: rgba(255, 255, 255, 0.99);
}
.widget-purple-4800 .purple_dc1c::after,
.widget-purple-4800 .purple_dc1c:before {
  background: inherit;
}
.widget-purple-4800:hover .purple_dc1c {
  background: rgba(255, 255, 255, 0.99);
}
.breadcrumb-4648 .widget-purple-4800 {
  top: 10px;
  right: auto;
  left: 12px;
}
.current_80be .widget-purple-4800 {
  display: none !important;
}
.inner-f530:before,
.caption_0544:before {
  z-index: 999897;
  visibility: visible;
  opacity: 1;
}
.inner-f530 .widget-purple-4800,
.caption_0544 .widget-purple-4800 {
  display: inline-block;
}
.logo-e480 .tertiary-c66e {
  -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;
}
.inner-f530 .logo-e480 .tertiary-c66e,
.caption_0544 .logo-e480 .tertiary-c66e {
  opacity: 1;
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
}
.card_1b54 .item-fd05 {
  width: 100%;
}
.in_6811 {
  padding: 0 0.5em 0;
}
.in_6811 [class*="customify-col-"],
.in_6811 [class*="customify-col_"],
.in_6811 [class~="customify-col"] {
  padding: 0 0.5em 0;
}
.purple_d927 .in_6811 {
  padding-left: 1em;
  padding-right: 1em;
}
@media screen and (min-width: 1025px) {
  .right_c78e .slow-f5cd,
  .slow-f5cd {
    display: none;
  }
  .status_c9aa {
    text-align: left;
  }
  .avatar-1d2f {
    text-align: center;
  }
  .box_iron_8668 {
    text-align: right;
  }
}
@media screen and (max-width: 1024px) {
  .right_c78e .texture_276f,
  .texture_276f {
    display: none;
  }
  .photo_down_f2fe {
    text-align: left;
  }
  .frame_91c6 {
    text-align: center;
  }
  .item_over_344d {
    text-align: right;
  }
}
@media screen and (max-width: 568px) {
  .right_c78e .purple_744d,
  .purple_744d {
    display: none;
  }
  .caption_63fa {
    text-align: left;
  }
  .dim_c95c {
    text-align: center;
  }
  .purple-1e9d {
    text-align: right;
  }
}
#page {
  position: relative;
}
.north_0e28 {
  box-shadow: none !important;
}
.north-37f1 .progress-70c6,
.row_8873 .progress-70c6 {
  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;
}
.row_8873 .progress-70c6 {
  margin-top: 30px;
  margin-bottom: 30px;
}
.hero-dbe9 {
  position: relative;
  padding-left: 2em;
  padding-right: 2em;
}
.hero-dbe9:after,
.hero-dbe9:before {
  content: "";
  display: table;
}
.hero-dbe9:after {
  clear: both;
}
@media screen and (max-width: 48em) {
  .hero-dbe9 {
    padding-left: 1em;
    padding-right: 1em;
  }
}
.hero-dbe9,
.item_active_21d0 {
  max-width: 1248px;
  margin: 0 auto;
}

.thumbnail_mini_a2d5.gallery-thick-f30f .hero-dbe9 {
  max-width: 100%;
}
.thumbnail_mini_a2d5.feature_7309 {
  max-width: 1200px;
  margin: 0 auto;
}
.thumbnail_mini_a2d5.yellow_88b2 .hero-dbe9 {
  max-width: 100%;
}
.thumbnail_mini_a2d5.yellow_88b2 > .hero-dbe9 {
  padding-left: 0;
  padding-right: 0;
}
.thumbnail_mini_a2d5.yellow_88b2 > .hero-dbe9 .right_c78e {
  margin: 0;
}
.thumbnail_mini_a2d5.yellow_88b2
  > .hero-dbe9
  .frame_4f37.east_9d45 {
  margin-right: 0;
  margin-left: 0;
}
.thumbnail_mini_a2d5.yellow_88b2 #main.east_9d45 {
  padding: 0;
}
#main,
#sidebar-primary,
#sidebar-secondary {
  padding-top: 2.617924em;
  padding-bottom: 2.617924em;
}
@media screen and (max-width: 1024px) {
  .dark-01a3 #main {
    border-left: 0 none;
  }
}
@media screen and (max-width: 1024px) {
  .dark-01a3 #sidebar-secondary {
    -webkit-box-ordinal-group: 6;
    order: 5;
    display: none;
  }
}
@media screen and (min-width: 48em) {
  .secondary-48ed .footer_fluid_5c97 {
    padding-right: 1em;
  }
  .secondary-48ed.yellow_c180 .frame_4f37 {
    border-right: 1px solid #eaecee;
  }
  .secondary-48ed.yellow_c180 .footer_fluid_5c97 {
    padding-right: 1em;
  }
  .secondary-48ed.yellow_c180 .large_39be {
    padding-left: 1em;
  }
}
@media screen and (min-width: 48em) {
  .out-0b9e .footer_fluid_5c97 {
    padding-left: 1em;
  }
  .out-0b9e.yellow_c180 .frame_4f37 {
    border-left: 1px solid #eaecee;
  }
  .out-0b9e.yellow_c180 .footer_fluid_5c97 {
    padding-left: 1em;
  }
  .out-0b9e.yellow_c180 .large_39be {
    padding-right: 1em;
  }
}
@media screen and (min-width: 48em) {
  .brown_fb7d .footer_fluid_5c97 {
    padding-left: 1em;
  }
  .brown_fb7d.yellow_c180 .shade_17bb {
    border-right: 1px solid #eaecee;
  }
  .brown_fb7d.yellow_c180 .dropdown-988b {
    border-right: 1px solid #eaecee;
  }
  .brown_fb7d.yellow_c180 .footer_fluid_5c97 {
    padding-left: 1em;
  }
  .brown_fb7d.yellow_c180 .large_39be {
    padding-right: 1em;
  }
  .brown_fb7d.yellow_c180 .paper_3e68 {
    padding-left: 1em;
    padding-right: 1em;
  }
}
@media screen and (min-width: 48em) {
  .complex-ca9b .footer_fluid_5c97 {
    padding-right: 1em;
  }
  .complex-ca9b.yellow_c180 .shade_17bb {
    border-left: 1px solid #eaecee;
  }
  .complex-ca9b.yellow_c180 .dropdown-988b {
    border-left: 1px solid #eaecee;
  }
  .complex-ca9b.yellow_c180 .footer_fluid_5c97 {
    padding-right: 1em;
  }
  .complex-ca9b.yellow_c180 .large_39be {
    padding-left: 1em;
    padding-right: 1em;
  }
  .complex-ca9b.yellow_c180 .paper_3e68 {
    padding-left: 1em;
  }
}
@media screen and (min-width: 48em) {
  .dark-01a3 .footer_fluid_5c97 {
    padding-left: 1em;
    padding-right: 1em;
  }
  .dark-01a3.yellow_c180 .frame_4f37 {
    border-left: 1px solid #eaecee;
    border-right: 1px solid #eaecee;
  }
  .dark-01a3.yellow_c180 .footer_fluid_5c97 {
    padding-left: 1em;
    padding-right: 1em;
  }
  .dark-01a3.yellow_c180 .large_39be {
    padding-left: 1em;
  }
  .dark-01a3.yellow_c180 .paper_3e68 {
    padding-right: 1em;
  }
}
@media screen and (max-width: 64em) {
  .dark-01a3.yellow_c180 .footer_fluid_5c97 {
    padding-left: 0;
  }
}
.modal-soft-d312 .brown_1282 {
  display: inline-block;
}
.detail_glass_41f2 {
  display: inline-block;
}
.notification-e325 {
  word-con: break-word;
}
.section_first_085c > span {
  display: inline-block;
  padding: 5px 0;
}
.section_first_085c .highlight_3946 {
  margin-left: 8px;
  margin-right: 8px;
}
.section_first_085c .mask_motion_f25d img {
  vertical-align: middle;
  overflow: hidden;
  border-radius: 50%;
  margin-right: 5px;
}
.pattern_9f48 .section_basic_ea8d {
  margin-bottom: 2em;
}
.pattern_9f48 .last-fc88 {
  margin-bottom: 15px;
}
.pattern_9f48 .last-fc88:last-child {
  margin-bottom: 0;
}
.pattern_9f48 .paragraph_5950 {
  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_9f48 .paragraph_5950 {
    display: block;
  }
}
.pattern_9f48 .item_cool_f967 {
  position: relative;
  max-width: 100%;
  flex-basis: 40%;
  padding-top: 0;
  overflow: hidden;
}
@media screen and (max-width: 568px) {
  .pattern_9f48 .item_cool_f967 {
    margin-bottom: 1em;
    width: 100% !important;
    padding-top: 56.25%;
  }
}
.pattern_9f48 .image_green_defb {
  position: absolute;
  top: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: flex;
  line-height: 0;
  background-color: #d5d5d5;
}
.pattern_9f48 .image_green_defb img {
  -o-object-fit: cover;
  object-fit: cover;
  width: 100%;
  height: auto;
}
.pattern_9f48 .image_green_defb a {
  position: absolute;
  top: 0;
  top: 0;
  display: block;
}
.pattern_9f48 .notification-e325 {
  font-size: 1.5em;
  font-weight: 500;
  word-con: break-word;
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
}
.pattern_9f48 .notification-e325 a {
  text-align: inherit;
  display: block;
  flex-basis: 100%;
}
.pattern_9f48 .stone-ad70 p:last-child {
  margin-bottom: 0;
}
.pattern_9f48 .sort-b4fa {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: block;
  z-index: 30;
}
.pattern_9f48 .detail_pink_44c4 {
  -webkit-box-flex: 1;
  flex: 1;
  word-con: break-word;
  max-width: 100%;
}
.pattern_9f48 .dim-6742 {
  margin-top: 1em;
}
.pattern_9f48 .center-9a7a {
  top: 0;
  display: block;
}
.pattern_9f48 .center-9a7a a {
  color: inherit;
}
.pattern_9f48 .center-9a7a a:hover {
  color: inherit;
}
.pattern_9f48 .over-960d {
  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_9f48 .over-960d:hover {
  background: #235787;
  color: #fff;
  border-color: #235787;
}
.pattern_9f48 .detail_pink_44c4 {
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-flow: column nowrap;
}
.pattern_9f48 .stone_9d0b {
  position: relative;
  width: 100%;
  margin-bottom: 15px;
}
.pattern_9f48 .stone_9d0b:first-child {
  margin-top: 0;
}
.pattern_9f48 .stone_9d0b.active-d51f {
  -webkit-box-flex: 0;
  flex: none;
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.pattern_9f48 .stone_9d0b.selected_56ee {
  display: -webkit-box;
  display: flex;
  margin-top: auto;
  margin-bottom: 0;
  -webkit-box-pack: justify;
  justify-content: space-between;
}
.pattern_9f48
  .stone_9d0b.selected_56ee.preview_solid_c988
  .dim-6742 {
  width: 100%;
}
.pattern_9f48 .selected_56ee {
  -webkit-box-align: center;
  align-items: center;
}
.pattern_9f48 .selected_56ee .section_first_085c,
.pattern_9f48 .selected_56ee > * {
  margin-bottom: 0;
  margin-top: 0;
  display: inline-block;
}
.pattern_9f48 .image_green_defb {
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
.pattern_9f48 .image_green_defb img {
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
.pattern_9f48 .image_green_defb: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_9f48 .active-d51f {
  z-index: 5;
}
.pattern_9f48 .mini-1147 .texture-light-a13a {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  display: block;
}
.pattern_9f48 .silver-087b .texture-light-a13a {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  display: block;
}
.pattern_9f48 .sidebar-fb66 .texture-light-a13a {
  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_9f48.message-48df .paragraph_5950,
.pattern_9f48.pattern_static_fc64 .paragraph_5950 {
  display: block;
}
.pattern_9f48.message-48df .paragraph_5950 .header_outer_dc95,
.pattern_9f48.message-48df .paragraph_5950 .detail_pink_44c4,
.pattern_9f48.pattern_static_fc64 .paragraph_5950 .header_outer_dc95,
.pattern_9f48.pattern_static_fc64 .paragraph_5950 .detail_pink_44c4 {
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
}
.pattern_9f48.backdrop_701a .item_cool_f967 {
  margin-right: 2em;
}
@media screen and (max-width: 568px) {
  .pattern_9f48.backdrop_701a .item_cool_f967 {
    margin-right: 0;
  }
}
.pattern_9f48.message-48df .item_cool_f967,
.pattern_9f48.pattern_static_fc64 .item_cool_f967 {
  padding-top: 40%;
}
.pattern_9f48.message-48df .section_basic_ea8d,
.pattern_9f48.pattern_static_fc64 .section_basic_ea8d {
  display: block;
}
.pattern_9f48.message-48df .fn-sticky-aecc .detail_pink_44c4,
.pattern_9f48.pattern_static_fc64 .fn-sticky-aecc .detail_pink_44c4 {
  background-color: #fcf8e3;
  border: 1px solid #faf2cc;
  border-top: 0 none;
  color: #8a6d3b;
  padding: 1em;
}
.pattern_9f48.message-48df .item_cool_f967,
.pattern_9f48.pattern_static_fc64 .item_cool_f967 {
  margin-bottom: 1em;
  display: block;
  position: relative;
}
.pattern_9f48.message-48df .detail_pink_44c4 {
  padding: 1em;
}
.primary-b9de {
  margin: 30px auto;
  display: block;
}
.primary-b9de .cold-64d8 > * {
  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;
}
.primary-b9de .cold-64d8 > :hover {
  border-color: #235787;
  background: #235787;
  color: #fff;
}
.primary-b9de .cold-64d8 span {
  border-color: #235787;
  background: #235787;
  color: #fff;
}
.south_7150 .section_first_085c {
  margin-bottom: 1.41575em;
}
.south_7150 .active_solid_7c5b {
  margin-bottom: 1.618em;
}
.lower_c07d .gallery-narrow-40f0 {
  display: block;
  margin: 5px 0 20px;
  font-weight: 500;
}
.lower_c07d .gallery-narrow-40f0 a {
  border: 1px solid #eaecee;
  padding: 5px 12px 5px;
  text-transform: uppercase;
  color: #686868;
  margin: 0 2px;
}
.lower_c07d .accordion_502d {
  max-width: 100%;
  overflow: auto;
}
.backdrop-yellow-11bf .lower_c07d a:hover {
  text-decoration: underline;
}
.widget-fdac .last-fc88:not(.notification-e325),
.widget-fdac .image_green_defb {
  margin-bottom: 1.41575em;
}
.widget-fdac .last-fc88:not(.notification-e325):last-child,
.widget-fdac .image_green_defb:last-child {
  margin-bottom: 0;
}
.widget-fdac .last-fc88.item-8bc8 {
  margin-bottom: 0.41575em;
}
.widget-fdac .modal_0120:before,
.widget-fdac .center-ad61:before {
  font: normal normal normal 16px/1 FontAwesome;
  text-decoration: inherit;
  text-transform: none;
  position: relative;
  margin-right: 5px;
  color: #6d6d6d;
}
.widget-fdac .modal_0120:before {
  content: "\f115";
}
.widget-fdac .center-ad61:before {
  content: "\f02c";
}
.widget-fdac .shade_07ef {
  display: block;
  width: 100%;
  margin-top: 0.5407911001em;
}
.widget-fdac .shade_07ef a {
  text-transform: uppercase;
  font-weight: 500;
  font-size: 80%;
  letter-spacing: 0.5px;
}
.dropdown-6e38 {
  display: -webkit-box;
  display: flex;
}
.dropdown-6e38 .bronze_5b76 {
  flex-basis: 90px;
}
@media screen and (max-width: 568px) {
  .dropdown-6e38 .bronze_5b76 {
    flex-basis: 90px;
  }
}
.dropdown-6e38 .component-active-4b20 {
  flex-basis: calc(100% - 90px);
  margin-left: 1.5em;
}
@media screen and (max-width: 568px) {
  .dropdown-6e38 .component-active-4b20 {
    flex-basis: calc(100% - 50px);
  }
}
.dropdown-6e38 .pattern-16ff p:last-child {
  margin-bottom: 0.72em;
}
.current-9e90 .cold-64d8 {
  padding: 16px 0 15px;
  border-top: 1px solid #eaecee;
  border-bottom: 1px solid #eaecee;
}
.current-9e90 .cold-64d8:after,
.current-9e90 .cold-64d8:before {
  content: "";
  display: table;
}
.current-9e90 .cold-64d8:after {
  clear: both;
}
.current-9e90 .cold-64d8 .outer_a869,
.current-9e90 .cold-64d8 .active_7f2f {
  width: 49%;
}
.current-9e90 .cold-64d8 .outer_a869 a span.hover_c885,
.current-9e90 .cold-64d8 .active_7f2f a span.hover_c885 {
  display: block;
  margin-bottom: 5px;
}
.current-9e90 .cold-64d8 .active_7f2f {
  float: left;
  text-align: left;
}
.current-9e90 .cold-64d8 .outer_a869 {
  float: right;
  text-align: right;
}
.shade-b57e {
  margin-bottom: 0.41575em;
}
@media screen and (max-width: 568px) {
  .shade-b57e {
    margin-bottom: 0;
  }
}
.gold_cf88 {
  margin-bottom: 1em;
}
.gold_cf88 .notification-e325 {
  font-size: 1.1em;
  line-height: 1.3;
}
.pressed_828d a {
  display: block;
  line-height: 0;
  position: relative;
}
.frame-mini-ea8a .gold_cf88,
.element_dark_2937 .gold_cf88 {
  display: -webkit-box;
  display: flex;
}
@media screen and (max-width: 568px) {
  .frame-mini-ea8a .gold_cf88,
  .element_dark_2937 .gold_cf88 {
    display: block;
  }
}
.frame-mini-ea8a .pressed_828d,
.element_dark_2937 .pressed_828d {
  flex-basis: 160px;
  position: relative;
}
@media screen and (max-width: 568px) {
  .frame-mini-ea8a .pressed_828d,
  .element_dark_2937 .pressed_828d {
    margin-bottom: 1em;
  }
}
.frame-mini-ea8a .pressed_828d img,
.element_dark_2937 .pressed_828d img {
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  display: block;
}
.frame-mini-ea8a .notice-wood-e167,
.element_dark_2937 .notice-wood-e167 {
  flex-basis: calc(100% - 160px);
}
.frame-mini-ea8a .notice-wood-e167 p,
.element_dark_2937 .notice-wood-e167 p {
  margin-bottom: 0;
}
.frame-mini-ea8a .notice-wood-e167 {
  padding-left: 1em;
}
@media screen and (max-width: 568px) {
  .frame-mini-ea8a .notice-wood-e167 {
    padding-left: 0;
  }
}
.element_dark_2937 .notice-wood-e167 {
  -webkit-box-ordinal-group: 2;
  order: 1;
  padding-right: 1em;
}
@media screen and (max-width: 568px) {
  .element_dark_2937 .notice-wood-e167 {
    padding-right: 0;
  }
}
.element_dark_2937 .pressed_828d {
  -webkit-box-ordinal-group: 3;
  order: 2;
}
.hot_770b .pressed_828d {
  margin-bottom: 0.5em;
}
.hot_770b .pressed_828d img {
  width: 100%;
}
.form_rough_7f48 .tertiary_c98f,
.sort_light_e458 .tertiary_c98f {
  margin-bottom: 35px;
  padding-bottom: 20px;
  border-bottom: 1px solid #eaecee;
}
.sort_light_e458 .frame_4f37 .black-2100 p:last-child {
  margin-bottom: 0;
}
.active-west-51e3 {
  font-size: 16px;
  text-transform: uppercase;
  font-weight: 500;
  color: currentColor;
  margin-bottom: 20px;
}
.down_ba60 .card_f24e {
  margin-bottom: 2em;
}
@media screen and (min-width: 1025px) {
  .down_ba60 .card_f24e:last-of-type {
    margin-bottom: 0;
  }
}
.down_ba60 .card_f24e ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.down_ba60 .card_f24e ul:after {
  clear: both;
  content: ".";
  display: block;
  height: 0;
  visibility: hidden;
}
.down_ba60 .card_f24e ul li {
  margin: 0 0 0.6em;
}
.down_ba60 .card_f24e ul li.layout_in_afae,
.down_ba60 .card_f24e ul li.card-hard-403c {
  position: relative;
}
.down_ba60 .card_f24e ul li.layout_in_afae .table_hard_d4d0,
.down_ba60 .card_f24e ul li.card-hard-403c .table_hard_d4d0 {
  right: 0;
  background: #eaecee;
  color: #999;
  padding: 0 0.5em;
  border-radius: 0.9em;
  font-size: 12px;
  position: absolute;
  top: 4px;
}
.down_ba60 .card_f24e ul li.layout_in_afae:after:after,
.down_ba60 .card_f24e ul li.layout_in_afae:after:before,
.down_ba60
  .card_f24e
  ul
  li.card-hard-403c:after:after,
.down_ba60
  .card_f24e
  ul
  li.card-hard-403c:after:before {
  content: "";
  display: table;
}
.down_ba60 .card_f24e ul li.layout_in_afae:after:after,
.down_ba60
  .card_f24e
  ul
  li.card-hard-403c:after:after {
  clear: both;
}
.down_ba60 .card_f24e a.overlay-dark-b8f2:hover {
  text-decoration: none;
}
.down_ba60 .card_f24e select {
  max-width: 100%;
}
.down_ba60 .card_f24e table {
  font-size: 85%;
}
.down_ba60 .card_f24e table td,
.down_ba60 .card_f24e table th {
  padding: 0.2360828548em;
  text-align: center;
}
.down_ba60 .card_f24e table tfoot td {
  text-align: left;
}
.down_ba60 .card_f24e :last-child {
  margin-bottom: 0;
}
.down_ba60 .card_f24e .paragraph_copper_406c {
  display: -webkit-box;
  display: flex;
  width: 100%;
  max-width: 100%;
}
.down_ba60 .card_f24e .paragraph_copper_406c label {
  width: 100%;
}
.down_ba60 .card_f24e .paragraph_copper_406c .element_15c3 {
  width: 100%;
  display: block;
}
.down_ba60 .card_f24e .paragraph_copper_406c .logo_0586 {
  padding: 9px 14px;
  margin-left: -46px;
  overflow: hidden;
  box-shadow: none;
  background: 0 0;
  color: #aaa;
  line-height: 0;
}
.down_ba60 .card_f24e .paragraph_copper_406c .logo_0586:hover svg #svg-search {
  fill: #444;
}
.down_ba60 .card_f24e .paragraph_copper_406c .logo_0586 svg {
  width: 18px;
  height: 18px;
}
.down_ba60 .breadcrumb-2abe ul ul,
.down_ba60 .container_92d0 ul ul,
.down_ba60 .label-orange-d742 ul ul,
.down_ba60 .filter-c5d9 ul ul {
  margin-top: 0.3819820591em;
  margin-left: 0;
  margin-bottom: -0.3819820591em;
}
.down_ba60 .breadcrumb-2abe .main_635c > a,
.down_ba60 .container_92d0 .main_635c > a,
.down_ba60 .label-orange-d742 .main_635c > a,
.down_ba60 .filter-c5d9 .main_635c > a {
  margin-bottom: 0;
}
.down_ba60 .element_e3f6 li,
.down_ba60 .breadcrumb-2abe li,
.down_ba60 .aside-orange-01c8 li,
.down_ba60 .container_92d0 li,
.down_ba60 .label-orange-d742 li,
.down_ba60 .filter-c5d9 li,
.down_ba60 .pink-07c7 li,
.down_ba60 .next-5533 li {
  display: block;
  position: relative;
}
.down_ba60 .element_e3f6 li:last-child,
.down_ba60 .breadcrumb-2abe li:last-child,
.down_ba60 .aside-orange-01c8 li:last-child,
.down_ba60 .container_92d0 li:last-child,
.down_ba60 .label-orange-d742 li:last-child,
.down_ba60 .filter-c5d9 li:last-child,
.down_ba60 .pink-07c7 li:last-child,
.down_ba60 .next-5533 li:last-child {
  border: none;
}
.down_ba60 .element_e3f6 li a,
.down_ba60 .breadcrumb-2abe li a,
.down_ba60 .aside-orange-01c8 li a,
.down_ba60 .container_92d0 li a,
.down_ba60 .label-orange-d742 li a,
.down_ba60 .filter-c5d9 li a,
.down_ba60 .pink-07c7 li a,
.down_ba60 .next-5533 li a {
  display: block;
  width: 100%;
  padding-bottom: 0.6em;
  margin-bottom: 0.6em;
  border-bottom: 1px solid #eaecee;
  position: relative;
}
.down_ba60 .element_e3f6 li ul li::before,
.down_ba60 .breadcrumb-2abe li ul li::before,
.down_ba60 .aside-orange-01c8 li ul li::before,
.down_ba60 .container_92d0 li ul li::before,
.down_ba60 .label-orange-d742 li ul li::before,
.down_ba60 .filter-c5d9 li ul li::before,
.down_ba60 .pink-07c7 li ul li::before,
.down_ba60 .next-5533 li ul li::before {
  left: 15px;
}
.down_ba60 .element_e3f6 li ul a,
.down_ba60 .breadcrumb-2abe li ul a,
.down_ba60 .aside-orange-01c8 li ul a,
.down_ba60 .container_92d0 li ul a,
.down_ba60 .label-orange-d742 li ul a,
.down_ba60 .filter-c5d9 li ul a,
.down_ba60 .pink-07c7 li ul a,
.down_ba60 .next-5533 li ul a {
  padding-left: 20px;
}
.down_ba60 .element_e3f6 li ul ul li::before,
.down_ba60 .breadcrumb-2abe li ul ul li::before,
.down_ba60 .aside-orange-01c8 li ul ul li::before,
.down_ba60 .container_92d0 li ul ul li::before,
.down_ba60 .label-orange-d742 li ul ul li::before,
.down_ba60 .filter-c5d9 li ul ul li::before,
.down_ba60 .pink-07c7 li ul ul li::before,
.down_ba60 .next-5533 li ul ul li::before {
  left: 30px;
}
.down_ba60 .element_e3f6 li ul ul a,
.down_ba60 .breadcrumb-2abe li ul ul a,
.down_ba60 .aside-orange-01c8 li ul ul a,
.down_ba60 .container_92d0 li ul ul a,
.down_ba60 .label-orange-d742 li ul ul a,
.down_ba60 .filter-c5d9 li ul ul a,
.down_ba60 .pink-07c7 li ul ul a,
.down_ba60 .next-5533 li ul ul a {
  padding-left: 40px;
}
.down_ba60 .widget-iron-986f li {
  padding-bottom: 0.6em;
  border-bottom: 1px solid #eaecee;
  position: relative;
}
.down_ba60 .next-5533 ul li {
  margin-bottom: 1.41575em;
}
.down_ba60 .next-5533 ul li .mask_pink_1e06 {
  font-weight: 400;
  font-size: 1.2em;
  line-height: 1.28;
}
.down_ba60 .next-5533 ul li .large_f09b {
  display: block;
  margin: 0.5407911001em 0;
  font-size: 85%;
}
.gold-2b38 .element_e3f6 li a,
.gold-2b38 .breadcrumb-2abe li a,
.gold-2b38 .aside-orange-01c8 li a,
.gold-2b38 .container_92d0 li a,
.gold-2b38 .label-orange-d742 li a,
.gold-2b38 .filter-c5d9 li a,
.gold-2b38 .pink-07c7 li a,
.gold-2b38 .next-5533 li a {
  border-color: rgba(255, 255, 255, 0.08);
}
.gold-2b38 .widget-iron-986f li {
  border-color: rgba(255, 255, 255, 0.08);
}
.gold-2b38 .card_f24e ul li.layout_in_afae .table_hard_d4d0,
.gold-2b38 .card_f24e ul li.card-hard-403c .table_hard_d4d0 {
  background: rgba(0, 0, 0, 0.2);
}
.gold-2b38 .down_ba60 .card_f24e select {
  border-color: rgba(255, 255, 255, 0.08);
}
.thumbnail_mini_a2d5 .down_ba60 .form-2f7d li {
  margin: 0;
}
.thumbnail_mini_a2d5 .down_ba60 .form-2f7d li a {
  display: block;
  padding: 0.6em 0 0.6em;
}
.thumbnail_mini_a2d5 .down_ba60 .form-2f7d li ul {
  margin: 0;
}
.thumbnail_mini_a2d5 .down_ba60 .form-2f7d li ul li a {
  padding-left: 15px;
}
.thumbnail_mini_a2d5 .down_ba60 .form-2f7d li ul li li a {
  padding-left: 30px;
}
.thumbnail_mini_a2d5 .down_ba60 .form-2f7d li.chip-slow-7659 > a {
  position: relative;
  border: 1px solid #eaecee;
  border-left: none;
  border-right: none;
  font-size: 110%;
}
.thumbnail_mini_a2d5 .down_ba60 .form-2f7d li.chip-slow-7659 > 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;
}
.thumbnail_mini_a2d5 .down_ba60 .form-2f7d li.chip-slow-7659 > 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;
}
.full-9bdc a {
  border: 1px solid currentColor;
  border-radius: 2px;
  display: inline-block;
  font-size: 0.875em !important;
  margin-bottom: 5px;
  padding: 1px 10px 1px;
}
.aside_dynamic_ab94 {
  position: relative;
  z-index: 10;
}
.aside_dynamic_ab94 .tertiary-c66e {
  width: 100%;
  max-width: 100%;
}
.carousel_active_7986 .wood-6260 {
  padding-top: 2em;
  padding-bottom: 2em;
}
.carousel_active_7986 .accent-left-00ca {
}
.carousel_active_7986 .gold-2b38 {
  background: #292929;
}
.description_4473 .wood-6260 {
  padding-top: 2.5em;
  padding-bottom: 2.5em;
}
.description_4473 .accent-left-00ca {
  background: #f9f9f9;
}
.description_4473 .gold-2b38 {
  background: #303030;
}
.chip-1768 .wood-6260 {
  padding-top: 1.5em;
  padding-bottom: 1.5em;
}
@media screen and (max-width: 568px) {
  .chip-1768 .brown_1282 {
    margin-bottom: 1em;
  }
  .chip-1768 .brown_1282:last-child {
    margin-bottom: 0;
  }
}
.chip-1768 .accent-left-00ca {
  background: #ededed;
}
.chip-1768 .gold-2b38 {
  background: #1a1a1a;
}
.wood-6260.accent-left-00ca {
  color: rgba(0, 0, 0, 0.6);
}
.wood-6260.accent-left-00ca .active-1396 li {
  border-color: rgba(0, 0, 0, 0.08);
}
.wood-6260.gold-2b38 {
  color: rgba(255, 255, 255, 0.99);
}
.wood-6260.gold-2b38 a:not(.overlay-dark-b8f2) {
  color: rgba(255, 255, 255, 0.79);
}
.wood-6260.gold-2b38 a:not(.overlay-dark-b8f2):hover {
  color: rgba(255, 255, 255, 0.99);
}
.wood-6260.gold-2b38 .active-1396 li {
  border-color: rgba(255, 255, 255, 0.08);
}
.wood-6260.gold-2b38 table tbody td,
.wood-6260.gold-2b38 table th {
  background: rgba(0, 0, 0, 0.08);
}
.clean-9860.bottom-f051 .hero-dbe9 {
  max-width: initial;
}
.clean-9860 .gas-8253 {
  -webkit-box-pack: start;
  justify-content: flex-start;
}
.clean-9860 .gas-8253 .tertiary-c66e {
  width: auto;
}
@media screen and (max-width: 1024px) {
  .clean-9860 .gas-8253 .tertiary-c66e {
    display: block;
    margin-bottom: 2em;
  }
  .clean-9860 .gas-8253 .tertiary-c66e:last-child {
    margin-bottom: 0;
  }
}
.chip-1768 .brown_1282:last-child,
.description_4473 .brown_1282:last-child,
.carousel_active_7986 .brown_1282:last-child {
  margin-bottom: 0;
}
.chip-1768 .brown_1282 .down_ba60 .card_f24e:last-child,
.description_4473 .brown_1282 .down_ba60 .card_f24e:last-child,
.carousel_active_7986 .brown_1282 .down_ba60 .card_f24e:last-child {
  margin-bottom: 0;
}
@media screen and (max-width: 568px) {
  .chip-1768 .left-53e6,
  .chip-1768 .focus_63f5,
  .description_4473 .left-53e6,
  .description_4473 .focus_63f5,
  .carousel_active_7986 .left-53e6,
  .carousel_active_7986 .focus_63f5 {
    text-align: center;
  }
}
@media screen and (max-width: 48em) {
  .aside_dynamic_ab94 .brown_1282 {
    margin-bottom: 2em;
  }
}
.aside_dynamic_ab94 p:last-child {
  margin-bottom: 0;
}
.aside_dynamic_ab94 li,
.aside_dynamic_ab94 ul {
  list-style: none;
  margin: 0;
}
.aside_dynamic_ab94 ul ul {
  margin-left: 2.617924em;
}
.popup-wide-0950 {
  font-size: 0.875em;
}

/* css-noise: 6f4c */
.promo-block-t1 {
  padding: 0.4rem;
  font-size: 13px;
  line-height: 1.3;
}
