/*!
Theme Name: Customify
Theme URI: https://pressmaximum.badge_top_5fd3/customify
Author: WPCustomify
Author URI: https://pressmaximum.badge_top_5fd3
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.badge_top_5fd3/customify
Version: 0.3.7
License: GNU General Public License v2 or later
License URI: http://www.modal_4801.icon-5013/licenses/gpl-2.0.column_4467
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.stone-acec/, (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.hovered_61dd.aside-basic-9c56/normalize.simple-4a98/
 ======
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.simple-4a98 v7.0.0 | MIT License | github.badge_top_5fd3/necolas/normalize.simple-4a98 */
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;
}
.table_120f .detail_c2fd,
.under-b94f,
.thick_cada,
.gas_db5e,
.frame-0f5c,
.avatar-50ab,
.grid-fixed-50a1,
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;
}
.under-b94f,
h1 {
  font-size: 2.42em;
  line-height: 1.216;
}
@media screen and (max-width: 1024px) {
  .under-b94f,
  h1 {
    font-size: 2.1em;
  }
}
@media screen and (max-width: 568px) {
  .under-b94f,
  h1 {
    font-size: 1.8em;
  }
}
.thick_cada,
h2 {
  font-size: 2.1em;
  line-height: 1.216;
}
.thick_cada + h3,
h2 + h3 {
  border-top: 1px solid #eaecee;
  padding-top: 0.5407911001em;
}
@media screen and (max-width: 1024px) {
  .thick_cada,
  h2 {
    font-size: 1.9em;
  }
}
@media screen and (max-width: 568px) {
  .thick_cada,
  h2 {
    font-size: 1.7em;
  }
}
.gas_db5e,
h3 {
  font-size: 1.618em;
}
.table_120f .detail_c2fd,
.frame-0f5c,
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.gradient_53b8 {
  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;
}
.next-30c8:after,
.next-30c8:before,
.item_old_3ee1:after,
.item_old_3ee1:before {
  content: "";
  display: table;
}
.next-30c8:after,
.item_old_3ee1:after {
  clear: both;
}
.static-8d4a {
  float: right;
  margin-right: 0;
}
.item_bf2c {
  float: left;
  margin-left: 0;
}
form {
  margin-bottom: 2em;
}
.warm-4228 .notice-wood-e89c,
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;
}
.warm-4228 .notice-wood-e89c: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;
}
.gold_5233 .notice-wood-e89c {
  box-shadow: none;
}
.gold_5233
  .notice-wood-e89c
  .active_45e4 {
  line-height: 2.4em;
  min-height: 2.6em;
  padding-left: 0;
}
.gold_5233 .notice-wood-e89c .middle_6dac {
  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;
}
.gold_5233
  .notice-wood-e89c
  .middle_6dac
  b {
  display: none;
}
.gold_5233 .highlight-lower-92af {
  border: 1px solid #e5e5e5;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.12) inset;
}
.smooth_0d67:not(.accordion-b52e):not(.active_0927),
button:not(.accordion-b52e):not(.active_0927),
input[type="button"]:not(.accordion-b52e):not(
    .active_0927
  ),
input[type="reset"]:not(.accordion-b52e):not(
    .active_0927
  ),
input[type="submit"]:not(.accordion-b52e):not(
    .active_0927
  ) {
  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;
}
.smooth_0d67:not(.accordion-b52e):not(
    .active_0927
  ):hover,
button:not(.accordion-b52e):not(
    .active_0927
  ):hover,
input[type="button"]:not(.accordion-b52e):not(
    .active_0927
  ):hover,
input[type="reset"]:not(.accordion-b52e):not(
    .active_0927
  ):hover,
input[type="submit"]:not(.accordion-b52e):not(
    .active_0927
  ):hover {
  box-shadow: inset 0 0 0 120px rgba(0, 0, 0, 0.18);
  color: #fff;
  outline: 0;
}
.smooth_0d67:not(.accordion-b52e):not(
    .active_0927
  ):active,
.smooth_0d67:not(.accordion-b52e):not(
    .active_0927
  ):focus,
button:not(.accordion-b52e):not(
    .active_0927
  ):active,
button:not(.accordion-b52e):not(
    .active_0927
  ):focus,
input[type="button"]:not(.accordion-b52e):not(
    .active_0927
  ):active,
input[type="button"]:not(.accordion-b52e):not(
    .active_0927
  ):focus,
input[type="reset"]:not(.accordion-b52e):not(
    .active_0927
  ):active,
input[type="reset"]:not(.accordion-b52e):not(
    .active_0927
  ):focus,
input[type="submit"]:not(.accordion-b52e):not(
    .active_0927
  ):active,
input[type="submit"]:not(.accordion-b52e):not(
    .active_0927
  ):focus {
  outline: 0;
}
.smooth_0d67:not(.accordion-b52e):not(
    .active_0927
  ).fn-loading-abbc,
button:not(.accordion-b52e):not(
    .active_0927
  ).fn-loading-abbc,
input[type="button"]:not(.accordion-b52e):not(
    .active_0927
  ).fn-loading-abbc,
input[type="reset"]:not(.accordion-b52e):not(
    .active_0927
  ).fn-loading-abbc,
input[type="submit"]:not(.accordion-b52e):not(
    .active_0927
  ).fn-loading-abbc {
  position: relative;
}
.smooth_0d67:not(.accordion-b52e):not(
    .active_0927
  ).fn-loading-abbc
  .dirty_538f,
.smooth_0d67:not(.accordion-b52e):not(
    .active_0927
  ).fn-loading-abbc
  .basic-f3f6,
.smooth_0d67:not(.accordion-b52e):not(
    .active_0927
  ).fn-loading-abbc
  .wrapper-0833,
.smooth_0d67:not(.accordion-b52e):not(
    .active_0927
  ).fn-loading-abbc
  i,
.smooth_0d67:not(.accordion-b52e):not(
    .active_0927
  ).fn-loading-abbc
  svg,
button:not(.accordion-b52e):not(
    .active_0927
  ).fn-loading-abbc
  .dirty_538f,
button:not(.accordion-b52e):not(
    .active_0927
  ).fn-loading-abbc
  .basic-f3f6,
button:not(.accordion-b52e):not(
    .active_0927
  ).fn-loading-abbc
  .wrapper-0833,
button:not(.accordion-b52e):not(
    .active_0927
  ).fn-loading-abbc
  i,
button:not(.accordion-b52e):not(
    .active_0927
  ).fn-loading-abbc
  svg,
input[type="button"]:not(.accordion-b52e):not(
    .active_0927
  ).fn-loading-abbc
  .dirty_538f,
input[type="button"]:not(.accordion-b52e):not(
    .active_0927
  ).fn-loading-abbc
  .basic-f3f6,
input[type="button"]:not(.accordion-b52e):not(
    .active_0927
  ).fn-loading-abbc
  .wrapper-0833,
input[type="button"]:not(.accordion-b52e):not(
    .active_0927
  ).fn-loading-abbc
  i,
input[type="button"]:not(.accordion-b52e):not(
    .active_0927
  ).fn-loading-abbc
  svg,
input[type="reset"]:not(.accordion-b52e):not(
    .active_0927
  ).fn-loading-abbc
  .dirty_538f,
input[type="reset"]:not(.accordion-b52e):not(
    .active_0927
  ).fn-loading-abbc
  .basic-f3f6,
input[type="reset"]:not(.accordion-b52e):not(
    .active_0927
  ).fn-loading-abbc
  .wrapper-0833,
input[type="reset"]:not(.accordion-b52e):not(
    .active_0927
  ).fn-loading-abbc
  i,
input[type="reset"]:not(.accordion-b52e):not(
    .active_0927
  ).fn-loading-abbc
  svg,
input[type="submit"]:not(.accordion-b52e):not(
    .active_0927
  ).fn-loading-abbc
  .dirty_538f,
input[type="submit"]:not(.accordion-b52e):not(
    .active_0927
  ).fn-loading-abbc
  .basic-f3f6,
input[type="submit"]:not(.accordion-b52e):not(
    .active_0927
  ).fn-loading-abbc
  .wrapper-0833,
input[type="submit"]:not(.accordion-b52e):not(
    .active_0927
  ).fn-loading-abbc
  i,
input[type="submit"]:not(.accordion-b52e):not(
    .active_0927
  ).fn-loading-abbc
  svg {
  visibility: hidden;
}
.smooth_0d67:not(.accordion-b52e):not(
    .active_0927
  ).fn-loading-abbc:after,
button:not(.accordion-b52e):not(
    .active_0927
  ).fn-loading-abbc:after,
input[type="button"]:not(.accordion-b52e):not(
    .active_0927
  ).fn-loading-abbc:after,
input[type="reset"]:not(.accordion-b52e):not(
    .active_0927
  ).fn-loading-abbc:after,
input[type="submit"]:not(.accordion-b52e):not(
    .active_0927
  ).fn-loading-abbc: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;
}
.smooth_0d67:not(.accordion-b52e):not(.active_0927),
input[type="button"]:not(.accordion-b52e):not(
    .active_0927
  ),
input[type="reset"]:not(.accordion-b52e):not(
    .active_0927
  ),
input[type="submit"]:not(.accordion-b52e):not(
    .active_0927
  ) {
  color: #fff;
  background: #235787;
}
.smooth_0d67:not(.accordion-b52e):not(
    .active_0927
  ):focus,
input[type="button"]:not(.accordion-b52e):not(
    .active_0927
  ):focus,
input[type="reset"]:not(.accordion-b52e):not(
    .active_0927
  ):focus,
input[type="submit"]:not(.accordion-b52e):not(
    .active_0927
  ):focus {
  color: #fff;
}
.smooth_0d67.fn-disabled-abbc:not(.accordion-b52e):not(
    .active_0927
  ),
.smooth_0d67[disabled]:not(.accordion-b52e):not(
    .active_0927
  ),
button.fn-disabled-abbc:not(.accordion-b52e):not(
    .active_0927
  ),
button[disabled]:not(.accordion-b52e):not(
    .active_0927
  ) {
  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;
}
.panel-e9e7 {
  clip: rect(1px, 1px, 1px, 1px);
  position: absolute !important;
  height: 1px;
  width: 1px;
  overflow: hidden;
  word-con: normal !important;
}
.panel-e9e7: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;
}
.popup-lite-4a9d {
  display: inline;
  float: left;
  margin-right: 1.41575em;
}
.cool_3d33 {
  display: inline;
  float: right;
  margin-left: 1.41575em;
}
.popup_1b26 {
  clear: both;
  display: block;
  margin: 0 auto;
}
.next-30c8:after,
.next-30c8:before,
.tall_effc:after,
.tall_effc:before,
.notification_9671:after,
.notification_9671:before,
.title-smooth-1464:after,
.title-smooth-1464:before,
.small_a66b:after,
.small_a66b:before,
.cold_b53f:after,
.cold_b53f:before {
  content: "";
  display: table;
  table-layout: fixed;
}
.next-30c8:after,
.tall_effc:after,
.notification_9671:after,
.title-smooth-1464:after,
.small_a66b:after,
.cold_b53f:after {
  clear: both;
}
.tall_effc .disabled-50dd,
.notification_9671 .disabled-50dd,
.right-c4f5 .disabled-50dd {
  border: none;
  margin-bottom: 0;
  margin-top: 0;
  padding: 0;
}
embed,
iframe,
object {
  max-width: 100%;
}
.avatar-simple-9b20 {
  display: inline-block;
}
.background_cool_67c9 {
  margin-bottom: 1.41575em;
  max-width: 100%;
}
.background_cool_67c9 img[class*="wp-image-"] {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.background_cool_67c9 .panel-ea09 {
  padding: 1em 0;
  font-size: 85%;
}
.panel-ea09 {
  text-align: left;
  font-style: italic;
  color: #999;
}
.list_e5e3 {
  margin-bottom: 1.5em;
  margin-bottom: 1.41575em;
}
.list_e5e3:after,
.list_e5e3:before {
  content: "";
  display: table;
}
.list_e5e3:after {
  clear: both;
}
.white-ed60 {
  display: inline-block;
  text-align: center;
  vertical-align: top;
  width: 100%;
}
.smooth-a2d7 .white-ed60 {
  max-width: 50%;
}
.silver-8cdc .white-ed60 {
  max-width: 33.33%;
}
.tertiary-over-9a5a .white-ed60 {
  max-width: 25%;
}
.backdrop-outer-3901 .white-ed60 {
  max-width: 20%;
}
.stale_be9c .white-ed60 {
  max-width: 16.66%;
}
.bronze_6474 .white-ed60 {
  max-width: 14.28%;
}
.list_576e .white-ed60 {
  max-width: 12.5%;
}
.component-fresh-c862 .white-ed60 {
  max-width: 11.11%;
}
.mini_ac6c {
  display: block;
}
.table_120f .light_c5b5 label,
.table_120f .text-281e label,
.table_120f .disabled_8c34 label,
.table_120f .aside_simple_db27 label {
  text-transform: uppercase;
  letter-spacing: 0.5px;
  font-size: 0.85em;
}
.huge_371d {
  list-style: none;
  margin: 0;
}
.huge_371d article.chip_36a8 {
  margin-bottom: 0;
}
.huge_371d ul {
  list-style: none;
  margin: 0;
}
.huge_371d .icon_8c86 li.chip_36a8 {
  padding-left: 30px;
}
@media screen and (min-width: 64em) {
  .huge_371d .icon_8c86 li.chip_36a8 {
    padding-left: 85px;
    border-left: 1px solid #eaecee;
    position: relative;
    width: 100%;
  }
  .huge_371d .icon_8c86 li.chip_36a8: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) {
  .huge_371d .icon_8c86 li.chip_36a8 li.chip_36a8 li.chip_36a8 li.chip_36a8 {
    padding-left: 0;
  }
}
article.chip_36a8 {
  padding: 1.618em 0;
  margin-bottom: 1.618em;
}
article.chip_36a8 .tall_effc p:last-of-type {
  margin-bottom: 0;
}
article.chip_36a8 .layout-133d {
  float: left;
}
article.chip_36a8 .border_e20a {
  margin-left: 85px;
}
article.chip_36a8 .prev_1d26 {
  display: block;
  margin: 12px 0 12px;
  padding-bottom: 4px;
  border-bottom: 1px solid #eaecee;
}
article.chip_36a8 .prev_1d26 .red_dd41 {
  margin-left: 10px;
}
article.chip_36a8 .clean-efbf {
  font-weight: 500;
  text-transform: uppercase;
  line-height: 1;
  font-style: normal;
}
article.chip_36a8 .tabs_2250 {
  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 .light_c5b5,
  #respond .disabled_8c34,
  #respond .aside_simple_db27 {
    width: 29.4117647059%;
    margin-right: 5.8823529412%;
    float: left;
  }
}
#respond .light_c5b5 input,
#respond .disabled_8c34 input,
#respond .aside_simple_db27 input {
  width: 100%;
}
#respond .aside_simple_db27 {
  margin-right: 0;
}
#respond .texture-cb3c #wp-comment-cookies-consent {
  position: relative;
  top: -1px;
  margin-right: 5px;
}
.left_d953 {
  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;
}
.left_d953.wrapper-dirty-6d6c {
  width: 36px;
  height: 36px;
  min-height: 36px;
  font-size: 1.1em;
}
.left_d953 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%);
}
.left_d953:focus,
.left_d953: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);
}
.light-f25a {
  border-radius: 10%;
}
.layout-stone-ed77 {
  border-radius: 50%;
}
.footer-5d32 {
  font-size: 0.72em;
}
.media_small_82d0 {
  font-size: 0.875em;
}
.silver_16b1 {
  font-size: 1.1em;
}
.status_cold_13bd {
  text-transform: uppercase;
  line-height: 1.2;
}
.status_cold_13bd.footer-5d32 {
  letter-spacing: 0.5px;
}
.outline-e335,
.outline-e335 a {
  color: #6d6d6d;
}
.outline-e335 a:hover {
  color: #111;
}
.brown_0336 {
  color: #6d6d6d;
}
.notice_fast_eb87 {
  overflow-x: hidden;
}
.notice_fast_eb87 .light_d308.column_brown_f420 {
  position: relative;
}
.notice_fast_eb87 .light_d308.column_brown_f420.texture-f809 {
  position: initial;
}
.notice_fast_eb87
  .light_d308.column_brown_f420.texture-f809
  .highlight_f7f3 {
  left: auto;
}
.notice_fast_eb87 .light_d308 .highlight_f7f3 {
  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;
}
.notice_fast_eb87 .light_d308:hover.column_brown_f420 {
  -webkit-transition-delay: 0s !important;
  transition-delay: 0s !important;
  outline: 1px solid #0073aa;
  outline-offset: -1px;
}
.notice_fast_eb87
  .light_d308:hover.column_brown_f420
  .highlight_f7f3 {
  display: block;
  z-index: 9999999;
}
.notice_fast_eb87 .gradient_fluid_fa8c .form-active-47a3,
.notice_fast_eb87 .notification_b075 .form-active-47a3 {
  display: none;
}
.notice_fast_eb87 .white-5443 .light_d308:hover.column_brown_f420 {
  outline: 1px dashed #ff472e;
  outline-offset: -1px;
}
.table_120f .light_c5b5 label,
.table_120f .text-281e label,
.table_120f .disabled_8c34 label,
.table_120f .aside_simple_db27 label {
  text-transform: uppercase;
  letter-spacing: 0.5px;
  font-size: 0.85em;
}
.huge_371d {
  list-style: none;
  margin: 0;
}
.huge_371d article.chip_36a8 {
  margin-bottom: 0;
}
.huge_371d ul {
  list-style: none;
  margin: 0;
}
.huge_371d .icon_8c86 li.chip_36a8 {
  padding-left: 30px;
}
@media screen and (min-width: 64em) {
  .huge_371d .icon_8c86 li.chip_36a8 {
    padding-left: 85px;
    border-left: 1px solid #eaecee;
    position: relative;
    width: 100%;
  }
  .huge_371d .icon_8c86 li.chip_36a8: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) {
  .huge_371d .icon_8c86 li.chip_36a8 li.chip_36a8 li.chip_36a8 li.chip_36a8 {
    padding-left: 0;
  }
}
article.chip_36a8 {
  padding: 1.618em 0;
  margin-bottom: 1.618em;
}
article.chip_36a8 .tall_effc p:last-of-type {
  margin-bottom: 0;
}
article.chip_36a8 .layout-133d {
  float: left;
}
article.chip_36a8 .border_e20a {
  margin-left: 85px;
}
article.chip_36a8 .prev_1d26 {
  display: block;
  margin: 12px 0 12px;
  padding-bottom: 4px;
  border-bottom: 1px solid #eaecee;
}
article.chip_36a8 .prev_1d26 .red_dd41 {
  margin-left: 10px;
}
article.chip_36a8 .clean-efbf {
  font-weight: 500;
  text-transform: uppercase;
  line-height: 1;
  font-style: normal;
}
article.chip_36a8 .tabs_2250 {
  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 .light_c5b5,
  #respond .disabled_8c34,
  #respond .aside_simple_db27 {
    width: 29.4117647059%;
    margin-right: 5.8823529412%;
    float: left;
  }
}
#respond .light_c5b5 input,
#respond .disabled_8c34 input,
#respond .aside_simple_db27 input {
  width: 100%;
}
#respond .aside_simple_db27 {
  margin-right: 0;
}
#respond .texture-cb3c #wp-comment-cookies-consent {
  position: relative;
  top: -1px;
  margin-right: 5px;
}
.gradient_fluid_fa8c .container-81d1 {
  color: rgba(255, 255, 255, 0.99);
  background: rgba(0, 0, 0, 0.9);
}
.container-81d1 .wide-59f0.fast-145d .banner_purple_03b3 > li > a:focus,
.container-81d1 .wide-59f0.fast-145d .banner_purple_03b3 > li > a:hover,
.container-81d1 .wide-59f0.disabled_c756 .banner_purple_03b3 > li > a:focus,
.container-81d1 .wide-59f0.disabled_c756 .banner_purple_03b3 > li > a:hover,
.container-81d1 .wide-59f0.complex_823e .banner_purple_03b3 > li > a:focus,
.container-81d1 .wide-59f0.complex_823e .banner_purple_03b3 > li > a:hover {
  color: rgba(255, 255, 255, 0.99);
}
.container-81d1
  .wide-59f0.fast-145d
  .banner_purple_03b3
  > li.badge_e9c2
  > a,
.container-81d1
  .wide-59f0.fast-145d
  .banner_purple_03b3
  > li.block-lite-97ee
  > a,
.container-81d1
  .wide-59f0.disabled_c756
  .banner_purple_03b3
  > li.badge_e9c2
  > a,
.container-81d1
  .wide-59f0.disabled_c756
  .banner_purple_03b3
  > li.block-lite-97ee
  > a,
.container-81d1
  .wide-59f0.complex_823e
  .banner_purple_03b3
  > li.badge_e9c2
  > a,
.container-81d1 .wide-59f0.complex_823e .banner_purple_03b3 > li.block_glass_c04e > a {
  color: rgba(255, 255, 255, 0.99);
}
.container-81d1 .wide-0376,
.container-81d1 .wide-0376 a {
  color: rgba(255, 255, 255, 0.99);
}
.container-81d1 .under_a180.dropdown-stone-ef9f li a,
.container-81d1 .filter-clean-531a a,
.container-81d1 .shadow-west-bc49,
.container-81d1 .banner_purple_03b3 > li > a,
.container-81d1 .table_out_76f6 {
  color: rgba(255, 255, 255, 0.79);
}
.container-81d1 .under_a180.dropdown-stone-ef9f li a:hover,
.container-81d1 .filter-clean-531a a:hover,
.container-81d1 .shadow-west-bc49:hover,
.container-81d1 .banner_purple_03b3 > li > a:hover,
.container-81d1 .table_out_76f6:hover {
  color: rgba(255, 255, 255, 0.99);
}
.container-81d1 .down_5210 {
  color: rgba(255, 255, 255, 0.79);
}
.container-81d1 .down_5210 .rough-d79b {
  color: rgba(255, 255, 255, 0.99);
}
.container-81d1 .down_5210:hover {
  color: rgba(255, 255, 255, 0.99);
}
.container-81d1 .cold-dc9a .header_static_7cb8 {
  background: rgba(255, 255, 255, 0.03);
  border-color: rgba(255, 255, 255, 0.08);
  color: rgba(255, 255, 255, 0.79);
}
.container-81d1 .cold-dc9a .header_static_7cb8 .lower-dec8 {
  color: rgba(255, 255, 255, 0.79);
}
.container-81d1
  .cold-dc9a
  .header_static_7cb8
  .lower-dec8::-webkit-input-placeholder {
  color: rgba(255, 255, 255, 0.79);
}
.container-81d1
  .cold-dc9a
  .header_static_7cb8
  .lower-dec8:-ms-input-placeholder {
  color: rgba(255, 255, 255, 0.79);
}
.container-81d1
  .cold-dc9a
  .header_static_7cb8
  .lower-dec8::-ms-input-placeholder {
  color: rgba(255, 255, 255, 0.79);
}
.container-81d1
  .cold-dc9a
  .header_static_7cb8
  .lower-dec8::placeholder {
  color: rgba(255, 255, 255, 0.79);
}
.container-81d1 .cold-dc9a .section-cf5c {
  color: rgba(255, 255, 255, 0.79);
}
.container-81d1 .cold-dc9a .section-cf5c:hover {
  color: rgba(255, 255, 255, 0.99);
}
.steel-5b5e
  .container-81d1
  .cold-dc9a
  .message-3d5f
  .south-1583 {
  background-color: rgba(255, 255, 255, 0.03);
  border-color: rgba(255, 255, 255, 0.08);
  color: rgba(255, 255, 255, 0.79);
}
.steel-5b5e
  .container-81d1
  .cold-dc9a
  .message-3d5f
  .lower-dec8 {
  background-color: rgba(255, 255, 255, 0.03) !important;
  border-color: rgba(255, 255, 255, 0.08);
  color: rgba(255, 255, 255, 0.79);
}
.gradient_fluid_fa8c .breadcrumb_da5e {
  color: rgba(0, 0, 0, 0.6);
  background: rgba(255, 255, 255, 0.9);
}
.breadcrumb_da5e .wide-59f0.fast-145d .banner_purple_03b3 > li > a:focus,
.breadcrumb_da5e .wide-59f0.fast-145d .banner_purple_03b3 > li > a:hover,
.breadcrumb_da5e .wide-59f0.disabled_c756 .banner_purple_03b3 > li > a:focus,
.breadcrumb_da5e .wide-59f0.disabled_c756 .banner_purple_03b3 > li > a:hover,
.breadcrumb_da5e .wide-59f0.complex_823e .banner_purple_03b3 > li > a:focus,
.breadcrumb_da5e .wide-59f0.complex_823e .banner_purple_03b3 > li > a:hover {
  color: rgba(0, 0, 0, 0.8);
}
.breadcrumb_da5e
  .wide-59f0.fast-145d
  .banner_purple_03b3
  > li.badge_e9c2
  > a,
.breadcrumb_da5e
  .wide-59f0.fast-145d
  .banner_purple_03b3
  > li.block-lite-97ee
  > a,
.breadcrumb_da5e
  .wide-59f0.disabled_c756
  .banner_purple_03b3
  > li.badge_e9c2
  > a,
.breadcrumb_da5e
  .wide-59f0.disabled_c756
  .banner_purple_03b3
  > li.block-lite-97ee
  > a,
.breadcrumb_da5e
  .wide-59f0.complex_823e
  .banner_purple_03b3
  > li.badge_e9c2
  > a,
.breadcrumb_da5e .wide-59f0.complex_823e .banner_purple_03b3 > li.block_glass_c04e > a {
  color: rgba(0, 0, 0, 0.8);
}
.breadcrumb_da5e .wide-0376,
.breadcrumb_da5e .wide-0376 a {
  color: rgba(0, 0, 0, 0.8);
}
.breadcrumb_da5e .under_a180.dropdown-stone-ef9f li a,
.breadcrumb_da5e .filter-clean-531a a,
.breadcrumb_da5e .shadow-west-bc49,
.breadcrumb_da5e .banner_purple_03b3 > li > a,
.breadcrumb_da5e .table_out_76f6 {
  color: rgba(0, 0, 0, 0.55);
}
.breadcrumb_da5e .under_a180.dropdown-stone-ef9f li a:hover,
.breadcrumb_da5e .filter-clean-531a a:hover,
.breadcrumb_da5e .shadow-west-bc49:hover,
.breadcrumb_da5e .banner_purple_03b3 > li > a:hover,
.breadcrumb_da5e .table_out_76f6:hover {
  color: rgba(0, 0, 0, 0.8);
}
.breadcrumb_da5e .down_5210 {
  color: rgba(0, 0, 0, 0.55);
}
.breadcrumb_da5e .down_5210 .rough-d79b {
  color: rgba(0, 0, 0, 0.8);
}
.breadcrumb_da5e .down_5210:hover {
  color: rgba(0, 0, 0, 0.8);
}
.accent-north-eae7 .hover_52ba {
  margin-left: auto;
  margin-right: auto;
}
.notification_9671 > * {
  margin-left: auto;
  margin-right: auto;
}
.notification_9671 .popup-lite-4a9d {
  margin-right: 1.41575em;
}
.pattern-60c2 .notification_9671 > .white-beb7 {
  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;
}
.pattern-60c2 .notification_9671 > .yellow_b814 {
  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;
}
.card-dynamic-b640.accent-north-eae7 .hover_52ba,
.texture-dynamic-3b12.accent-north-eae7 .hover_52ba {
  margin-left: 0;
}
.aside-d4a6.accent-north-eae7 .hover_52ba,
.mask_liquid_6c1b.accent-north-eae7 .hover_52ba {
  margin-right: 0;
}
.notification_9671 ol,
.notification_9671 ul {
  margin: 1.5em auto;
  list-style-position: outside;
}
.logo_black_cced video {
  max-width: 100%;
}
.grid_bc7f img {
  display: block;
}
.grid_bc7f.popup-lite-4a9d,
.grid_bc7f.cool_3d33 {
  width: 100%;
}
.grid_bc7f.yellow_b814 img {
  width: 100vw;
  width: calc(var(--vw, 1vw) * 100);
}
.tag-8436:not(.gas-572c) {
  margin: 1.5em auto;
}
.avatar-north-9c72 p {
  padding: 1.5em 14px;
}
ul.stone-3ba0.yellow_b814,
ul.stone-3ba0.white-beb7,
ul.stone-3ba0.thumbnail_0736.white-beb7 {
  padding: 0 14px;
}
.tag-237c {
  display: block;
  overflow-x: auto;
}
.tag-237c table {
  border-collapse: collapse;
  width: 100%;
}
.tag-237c td,
.tag-237c th {
  padding: 0.5em;
}
.notification_9671 li {
  margin-left: 2.5em;
  margin-bottom: 6px;
}
.notification_9671 ol ol,
.notification_9671 ol ul,
.notification_9671 ul ol,
.notification_9671 ul ul {
  margin-bottom: 0;
  margin-top: 0;
  margin-left: 2.5em;
}
.notification_9671 ol ol li,
.notification_9671 ol ul li,
.notification_9671 ul ol li,
.notification_9671 ul ul li {
  margin-left: 0;
}
.hover_paper_3141.content-plasma-211a > .filter-narrow-2a7c {
  position: relative;
  width: 100%;
  height: 0;
  padding-top: 56.25%;
}
.hover_paper_3141.content-plasma-211a > .filter-narrow-2a7c iframe,
.hover_paper_3141.content-plasma-211a > .filter-narrow-2a7c > object {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}
.slow-f9b6 {
  border-left-width: 4px;
  border-left-color: currentColor;
}
.slow-f9b6.block-586f {
  padding: 0;
}
.slow-f9b6.block-586f cite {
  font-size: 13px;
}
.slow-f9b6 > * {
  margin-left: 16px;
  margin-right: 16px;
}
.slow-f9b6 cite {
  font-style: normal;
  margin-top: 1em;
  position: relative;
  font-size: 13px;
}
.row_b997 {
  border-bottom: 4px solid currentColor;
  border-top: 4px solid currentColor;
  margin-left: 0;
  margin-right: 0;
  padding: 3em 0;
  text-align: center;
}
.row_b997 > p:first-child {
  margin-top: 0;
}
.row_b997 cite {
  font-size: 13px;
  font-style: normal;
  text-transform: uppercase;
}
.row_b997 blockquote {
  border-left: 0;
}
.element-plasma-0dd5 {
  margin: 3em auto;
  border: none;
  border-bottom: 2px solid currentColor;
}
.element-plasma-0dd5:not(.wood_6d3b) {
  max-width: 100px;
}
.element-plasma-0dd5.progress-b4e5 {
  border-bottom: none !important;
  text-align: center;
}
.element-plasma-0dd5.progress-b4e5::before {
  padding-left: 0;
  font-size: 30px;
}
@media screen and (min-width: 768px) {
  .avatar-north-9c72 p {
    padding: 1.5em 0;
  }
}
.card_bottom_508f {
  color: #0073aa;
}
.picture-ef62 {
  background-color: #0073aa;
}
.banner_active_5fdb {
  color: #229fd8;
}
.silver_770a {
  background-color: #229fd8;
}
.prev-e5ee {
  color: #eee;
}
.link_0d45 {
  background-color: #eee;
}
.dynamic-ca9d {
  color: #444;
}
.hero_plasma_797f {
  background-color: #444;
}
.grid-pro-14a4 {
  padding: 0;
  -webkit-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  text-size-adjust: 100%;
  line-height: 13px;
}
.grid-pro-14a4 .dropdown_south_55db .filter-clean-531a {
  font-size: 15px;
}
.grid-pro-14a4 .filter-clean-531a {
  line-height: 1.3;
}
.grid-pro-14a4 .breadcrumb_da5e {
}
.grid-pro-14a4 .container-81d1 {
  background: #235787;
}
.copper_6bc8 {
  padding: 0;
}
.copper_6bc8 .container-81d1 {
  background: #1a1a1a;
}
.copper_6bc8 .breadcrumb_da5e {
  box-shadow: 0 1px 2px 0 #e1e5ea;
  background: #fff;
}
.description-e92f {
  padding: 0;
  border-left: none;
  border-right: none;
}
.description-e92f .breadcrumb_da5e {
  box-shadow: 0 1px 2px 0 #e1e5ea;
}
.description-e92f .container-81d1 {
  background: #303030;
}
.cold_b53f {
  position: relative;
  z-index: 10;
}
.cold_b53f .middle-b561 {
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
  -webkit-box-pack: center;
  justify-content: center;
}
.new_311b .column_brown_f420 {
  display: inline-block;
  vertical-align: middle;
}
.new_311b.primary_medium_39b2 .column_brown_f420 {
  margin-right: 1em;
}
@media screen and (max-width: 1024px) {
  .new_311b.primary_medium_39b2 .column_brown_f420 {
    margin-right: 1em;
  }
}
@media screen and (max-width: 568px) {
  .new_311b.primary_medium_39b2 .column_brown_f420 {
    margin-right: 0.4em;
  }
}
.new_311b.primary_medium_39b2 .column_brown_f420:last-child {
  margin-right: 0;
}
.hard_0615 .middle-b561 {
  max-width: initial;
}
@media screen and (min-width: 1025px) {
  .gradient_fluid_fa8c .dropdown_south_55db {
    margin: 0 -0.5em;
  }
  .gradient_fluid_fa8c .dropdown_south_55db [class*="customify-col-"],
  .gradient_fluid_fa8c .dropdown_south_55db [class*="customify-col_"],
  .gradient_fluid_fa8c .dropdown_south_55db [class~="customify-col-"] {
    padding-left: 0.5em;
    padding-right: 0.5em;
  }
}
.gradient_fluid_fa8c.pressed-acb8 .middle-b561 {
  background: 0 0 !important;
}
.gradient_fluid_fa8c.pressed-acb8 .middle-b561,
.gradient_fluid_fa8c.hard_0615 .middle-b561 {
  border: 0 none !important;
  box-shadow: none !important;
}
@media screen and (min-width: 1025px) {
  .gradient_fluid_fa8c.carousel_0df0 {
    background: 0 0 !important;
    border: 0 none;
    box-shadow: none !important;
  }
}
.gradient_fluid_fa8c.hard_0615 .middle-b561 {
  box-shadow: none !important;
}
.old_3117 {
  padding: 21px 0 22px;
  border-bottom: 1px solid #eaecee;
  word-break: break-word;
  background: #f9f9f9;
}
@media screen and (max-width: 1024px) {
  .old_3117 {
    padding: 19px 0 20px;
  }
}
@media screen and (max-width: 568px) {
  .old_3117 {
    padding: 18px 0 20px;
  }
}
.old_3117 .list-steel-c18a {
  width: 100%;
}
.old_3117 .steel_22e9 {
  margin-bottom: 0;
}
.old_3117 .image-easy-c976 {
  margin-top: 5px;
  font-size: 0.875em;
}
.gallery-b20c {
  padding: 9px 0 9px;
  border-bottom: 1px solid #eaecee;
  color: #6d6d6d;
  line-height: 1.6;
  background: #fff;
}
.gallery-b20c .focus_hovered_0e7a {
  width: 100%;
}
.in-9f41 {
  list-style: none;
  margin: 0 1em;
  padding: 0;
}
.in-9f41 li {
  display: inline-block;
  position: relative;
  padding-right: 10px;
}
.in-9f41 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;
}
.in-9f41 li:last-child:after {
  display: none;
}
.in-9f41 li a {
  font-weight: 500;
  margin-right: 10px;
}
.hot-c1fc .form-active-47a3 button,
.old_3117 .form-active-47a3 button {
  left: 0;
}
.hot-c1fc .focus_hovered_0e7a,
.old_3117 .focus_hovered_0e7a {
  padding-left: 0;
  padding-right: 0;
}
.hot-c1fc .gallery-b20c,
.old_3117 .gallery-b20c {
  border-bottom: none;
  padding-bottom: 0;
  background: 0 0;
}
.hot-c1fc {
  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;
}
.hot-c1fc: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;
}
.hot-c1fc .dirty-0bdb {
  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) {
  .hot-c1fc .dirty-0bdb {
    min-height: 300px;
  }
}
@media screen and (max-width: 1024px) {
  .hot-c1fc .dirty-0bdb {
    min-height: 250px;
    padding: 1em 15px;
  }
}
@media screen and (max-width: 568px) {
  .hot-c1fc .dirty-0bdb {
    min-height: 200px;
  }
}
.hot-c1fc .in-9f41 {
  color: rgba(255, 255, 255, 0.8);
}
.hot-c1fc .in-9f41 a,
.hot-c1fc .in-9f41 li:after {
  color: inherit;
}
.hot-c1fc .in-9f41 a:hover {
  color: rgba(255, 255, 255, 0.8);
}
.soft_d5a3 {
  margin-bottom: 0.5em;
}
.info-471c {
  margin-bottom: 1.2em;
}
.info-471c,
.soft_d5a3 {
  display: inline-block;
  position: relative;
  color: rgba(255, 255, 255, 0.99);
  z-index: 5;
}
.info-471c p:last-child,
.soft_d5a3 p:last-child {
  margin-bottom: 0;
}
#header-menu-sidebar .form-active-47a3,
#masthead .form-active-47a3 {
  display: none;
}
#masthead
  > .form-active-47a3.photo_inner_0812 {
  display: none;
}
#masthead > .form-active-47a3 button {
  left: 0;
}
.shadow-4de2 {
  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%;
}
.shadow-4de2 .column_brown_f420 {
  display: -webkit-inline-box;
  display: inline-flex;
  -webkit-box-align: center;
  align-items: center;
  margin-left: 0.5em;
  margin-right: 0.5em;
}
.shadow-4de2 .message_hard_8b19 {
  display: -webkit-box;
  display: flex;
}
.shadow-4de2 .message_hard_8b19.picture_f513 {
  -webkit-box-pack: center;
  justify-content: center;
  margin-left: 1em;
  margin-right: 1em;
}
.shadow-4de2 .message_hard_8b19.sidebar_143f {
  -webkit-box-pack: start;
  justify-content: flex-start;
  margin-right: auto;
  -webkit-box-flex: 1;
  flex: 1 1 0;
}
.shadow-4de2 .message_hard_8b19.sort-focused-35dc {
  margin-left: auto;
  -webkit-box-pack: end;
  justify-content: flex-end;
  -webkit-box-flex: 1;
  flex: 1 1 0;
}
.shadow-4de2.title_5d1a.main-south-a3f9 .message_hard_8b19.picture_f513 {
  flex-basis: 100%;
}
.shadow-4de2.element-north-52bb .message_hard_8b19.sidebar_143f {
  -webkit-box-flex: 1;
  flex: auto;
}
.shadow-4de2.element-north-52bb .message_hard_8b19.sort-focused-35dc {
  -webkit-box-flex: 1;
  flex: auto;
}
#masthead
  > .form-active-47a3.photo_inner_0812 {
  display: none;
}
#masthead > .form-active-47a3 button {
  left: 0;
}
.steel_659b {
  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;
}
.steel_659b:hover {
  box-shadow: inset 0 0 0 120px rgba(0, 0, 0, 0.18);
  color: #fff;
}
.steel_659b.input_bef3 i {
  margin-right: 4px;
}
.steel_659b.lite_7291 i {
  margin-left: 5px;
}
.filter-clean-531a p {
  font-weight: 500;
  text-transform: uppercase;
  font-size: 13px;
}
.filter-clean-531a p:last-child {
  margin-bottom: 0;
}
.media-7a1a {
  display: -webkit-box;
  display: flex;
  line-height: 0.9;
  vertical-align: middle;
}
.media-7a1a a {
  display: inline-block;
  text-transform: uppercase;
  letter-spacing: 0.4px;
  font-weight: 600;
}
.media-7a1a img {
  display: block;
  width: auto;
  line-height: 1;
}
.media-7a1a .wide-0376 {
  font-size: 1.5em;
  margin: 0;
  font-weight: 600;
  line-height: 1.216;
}
.media-7a1a .panel_f5b9 {
  margin: 5px 0 7px 0;
}
.media-7a1a.pink_071d .grid_last_6bc1 {
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
  -webkit-box-pack: center;
  justify-content: center;
}
.media-7a1a.pink_071d .form-e50e {
  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;
}
.media-7a1a.label-black-2c2f {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  flex-direction: row-reverse;
}
.media-7a1a.label-black-2c2f .grid_last_6bc1 {
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
  -webkit-box-pack: center;
  justify-content: center;
}
.media-7a1a.label-black-2c2f .form-e50e {
  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;
}
.media-7a1a.bright-6309 {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
}
.media-7a1a.highlight_advanced_a258 {
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
  flex-direction: column-reverse;
}
.media-7a1a.highlight_advanced_a258 .form-e50e {
  margin-top: 7px;
}
.old-4541 {
  display: inline-block;
}
.cold_b53f .purple_8a10 .media-7a1a img {
  max-width: 100%;
}
.wide-59f0 .thick-b982.heading-3f4d,
.component_3467 .thick-b982.heading-3f4d {
  position: relative;
  display: -webkit-inline-box;
  display: inline-flex;
  -webkit-box-align: center;
  align-items: center;
}
.wide-59f0 .shade-huge-e685,
.component_3467 .shade-huge-e685 {
  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%);
}
.wide-59f0 .shade-huge-e685 {
  display: inline;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-decoration: none !important;
}
.wide-59f0.card_inner_751e .shade-huge-e685 {
  display: none;
}
.wide-59f0 .prev-0588 {
  list-style: none;
  padding: 0;
  margin: 0;
}
.wide-59f0 .prev-0588 li {
  display: inline-block;
  position: relative;
}
.wide-59f0 .prev-0588 li:last-child {
  margin-right: 0;
}
.wide-59f0 .prev-0588 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;
}
.wide-59f0 .prev-0588 li.block_glass_c04e > a {
  color: rgba(0, 0, 0, 0.9);
}
.wide-59f0 .prev-0588 > 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;
}
.wide-59f0 .prev-0588 > li > a i {
  line-height: 0;
}
.wide-59f0 .prev-0588 > li.silver_d1b6 > a .shade-huge-e685 {
  margin-left: 4px;
  line-height: 0;
}
.wide-59f0 .prev-0588 .black_9457 li.silver_d1b6 > a {
  position: relative;
}
.wide-59f0 .prev-0588 .black_9457 li.silver_d1b6 > a:after,
.wide-59f0 .prev-0588 .black_9457 li.silver_d1b6 > a:before {
  content: "";
  display: table;
}
.wide-59f0 .prev-0588 .black_9457 li.silver_d1b6 > a:after {
  clear: both;
}
.wide-59f0 .prev-0588 .black_9457 li.silver_d1b6 > a .shade-huge-e685 {
  margin-left: 5px;
  float: right;
}
.wide-59f0 .dropdown_clean_465f,
.wide-59f0 .black_9457 {
  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;
}
.wide-59f0 .black_9457 {
  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;
}
.wide-59f0 .black_9457 .heading-3f4d {
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: justify;
  justify-content: space-between;
}
.wide-59f0 .black_9457 .shade-huge-e685 {
  -webkit-transform: rotate(135deg) translateY(0);
  -ms-transform: rotate(135deg) translateY(0);
  transform: rotate(135deg) translateY(0);
}
.wide-59f0 .black_9457 li {
  display: block;
  margin: 0;
  padding: 0;
}
.wide-59f0 .black_9457 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;
}
.wide-59f0 .black_9457 li a:hover {
  background: rgba(0, 0, 0, 0.015);
  color: rgba(0, 0, 0, 0.8);
}
.wide-59f0 .black_9457 .black_9457 {
  top: 0;
  left: 100%;
}
.wide-59f0 .light_a876.fn-focus-abbc > .dropdown_clean_465f,
.wide-59f0 .light_a876.fn-focus-abbc > .black_9457,
.wide-59f0 .light_a876:focus > .dropdown_clean_465f,
.wide-59f0 .light_a876:focus > .black_9457,
.wide-59f0 .light_a876:hover > .dropdown_clean_465f,
.wide-59f0 .light_a876:hover > .black_9457 {
  height: auto;
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
  overflow: initial;
  visibility: visible;
  opacity: 1;
}
.wide-59f0.complex_823e .banner_purple_03b3:after,
.wide-59f0.complex_823e .banner_purple_03b3:before {
  content: "";
  display: table;
}
.wide-59f0.complex_823e .banner_purple_03b3:after {
  clear: both;
}
.wide-59f0.complex_823e .banner_purple_03b3 > li {
  float: left;
}
.wide-59f0.right_5348 .banner_purple_03b3:after,
.wide-59f0.right_5348 .banner_purple_03b3:before {
  content: "";
  display: table;
}
.wide-59f0.right_5348 .banner_purple_03b3:after {
  clear: both;
}
.wide-59f0.right_5348 .banner_purple_03b3 > li {
  float: left;
}
.wide-59f0.right_5348 .banner_purple_03b3 > li > a {
  background: 0 0;
  display: -webkit-inline-box;
  display: inline-flex;
  vertical-align: middle;
  -webkit-box-align: center;
  align-items: center;
}
.wide-59f0.right_5348 .banner_purple_03b3 > li > a:hover {
  color: #fff;
  background-color: #1e4b75;
}
.wide-59f0.right_5348 .banner_purple_03b3 > li.badge_e9c2 > a,
.wide-59f0.right_5348 .banner_purple_03b3 > li.block_glass_c04e > a {
  color: #fff;
  background-color: #1e4b75;
}
.wide-59f0.fast-145d .banner_purple_03b3 > li > a .heading-3f4d {
  position: relative;
}
.wide-59f0.fast-145d .banner_purple_03b3 > li > a .heading-3f4d: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;
}
.wide-59f0.fast-145d
  .banner_purple_03b3
  > li:focus
  > a
  .heading-3f4d:before,
.wide-59f0.fast-145d
  .banner_purple_03b3
  > li:hover
  > a
  .heading-3f4d:before {
  width: 100%;
  background-color: currentColor;
}
.wide-59f0.fast-145d
  .banner_purple_03b3
  > li.badge_e9c2
  > a
  .heading-3f4d:before,
.wide-59f0.fast-145d
  .banner_purple_03b3
  > li.block-lite-97ee
  > a
  .heading-3f4d:before {
  width: 100%;
  background-color: currentColor;
}
.wide-59f0.disabled_c756 .banner_purple_03b3 > li > a .heading-3f4d {
  position: relative;
}
.wide-59f0.disabled_c756 .banner_purple_03b3 > li > a .heading-3f4d: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;
}
.wide-59f0.disabled_c756 .banner_purple_03b3 > li:focus > a .heading-3f4d:before,
.wide-59f0.disabled_c756
  .banner_purple_03b3
  > li:hover
  > a
  .heading-3f4d:before {
  width: 100%;
  background-color: currentColor;
}
.wide-59f0.disabled_c756
  .banner_purple_03b3
  > li.badge_e9c2
  > a
  .heading-3f4d:before,
.wide-59f0.disabled_c756
  .banner_purple_03b3
  > li.block-lite-97ee
  > a
  .heading-3f4d:before {
  width: 100%;
  background-color: currentColor;
}
.component_3467 .prev-0588 {
  margin: 0;
  padding: 0;
  list-style: none;
}
.component_3467 .prev-0588 li:first-child > a {
  border-top: none;
}
.component_3467 .prev-0588 .search_center_3780 > .heading-3f4d .shade-huge-e685 {
  display: none;
}
.component_3467 .prev-0588 li {
  list-style: none;
  position: relative;
  border-bottom: 1px solid transparent;
}
.component_3467 .prev-0588 li:last-child {
  border: none;
}
.component_3467 .prev-0588 li.silver_d1b6 > a {
  padding-right: 45px !important;
}
.component_3467 .prev-0588 li a {
  display: block;
  padding: 0.55em 1.5em;
}
.component_3467 .prev-0588 li a:focus,
.component_3467 .prev-0588 li a:hover {
  background: rgba(0, 0, 0, 0.01);
}
.component_3467 .prev-0588 li .widget_9d43 {
  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;
}
.component_3467 .prev-0588 li .widget_9d43:hover {
  box-shadow: none;
}
.component_3467 .prev-0588 li .widget_9d43 .shade-huge-e685 {
  -webkit-transform: rotate(-135deg) translateY(50%) translateX(50%);
  -ms-transform: rotate(-135deg) translateY(50%) translateX(50%);
  transform: rotate(-135deg) translateY(50%) translateX(50%);
}
.component_3467 .prev-0588 .black_9457 {
  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);
}
.component_3467 .prev-0588 .black_9457 li a {
  padding-left: 3em;
}
.component_3467 .prev-0588 .red-b006 > a .widget_9d43 i {
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
.component_3467 .prev-0588 .red-b006 > .black_9457 {
  display: block;
  opacity: 1;
}
.caption-62e0 {
  max-width: 100%;
}
.image-0fcc {
  line-height: 0;
  cursor: pointer;
}
.table_out_76f6 {
  line-height: 0;
  display: inline-block;
  position: relative;
  box-shadow: none;
}
.table_out_76f6:hover {
  box-shadow: none;
  color: currentColor;
}
.table_out_76f6 svg {
  width: 18px;
  height: 18px;
}
.table_out_76f6 .focus-3775 {
  display: none;
}
.border-7922 {
  position: relative;
}
.border-7922.fn-active-abbc .table_out_76f6 .title_first_fb1f {
  display: none;
}
.border-7922.fn-active-abbc .table_out_76f6 .focus-3775 {
  display: inline-block;
}
.border-7922 .caption-medium-1eba {
  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);
}
.border-7922.dropdown_8bc0 .caption-medium-1eba {
  left: auto;
  right: -0.9em;
}
.border-7922.dropdown_8bc0 .container-da01::before {
  left: auto;
  right: 15px;
}
.border-7922.fn-active-abbc .caption-medium-1eba {
  height: auto;
  overflow: initial;
  z-index: 26;
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
}
.message-3d5f {
  display: -webkit-box;
  display: flex;
  margin-bottom: 0;
  width: 100%;
  max-width: 100%;
}
.message-3d5f label {
  flex-basis: 100%;
}
.message-3d5f .header_static_7cb8 {
  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;
}
.message-3d5f .lower-dec8 {
  display: block;
  width: 100%;
  border-radius: 2px;
  height: 2.4em;
}
.message-3d5f .lower-dec8:focus {
  background-color: transparent;
}
.message-3d5f button.section-cf5c {
  overflow: hidden;
  box-shadow: none;
  margin-left: -40px;
  background: 0 0;
  color: #6d6d6d;
  line-height: 0;
  padding: 0 0.7em;
  min-height: auto;
}
.message-3d5f button.section-cf5c:hover {
  box-shadow: none;
  background-color: transparent;
  color: #686868;
}
.message-3d5f button.section-cf5c svg {
  width: 18px;
  height: 18px;
}
.message-3d5f input[type="submit"] {
  min-height: auto;
}
.cold-dc9a .message-3d5f .lower-dec8 {
  border: 0;
  box-shadow: none;
  background-color: transparent;
}
.container-da01 {
  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) {
  .container-da01 {
    width: 220px;
  }
}
.container-da01 label {
  flex-basis: 100%;
}
.container-da01::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;
}
.steel-5b5e .cold-dc9a .message-3d5f {
  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;
}
.steel-5b5e
  .cold-dc9a
  .message-3d5f
  .header_static_7cb8 {
  background-color: transparent;
  min-height: auto;
  flex-basis: 100%;
  display: -webkit-box;
  display: flex;
  border-style: none;
  border: none;
  box-shadow: none;
}
.steel-5b5e .cold-dc9a .message-3d5f .lower-dec8 {
  border-color: transparent;
  height: auto;
  background-color: transparent;
  border: 0;
  border-style: none;
  box-shadow: none;
  -webkit-box-flex: 0;
  flex: 0 0 auto;
}
.steel-5b5e
  .cold-dc9a
  .message-3d5f
  .lower-dec8:focus {
  background: 0 0;
}
.steel-5b5e
  .cold-dc9a
  .message-3d5f
  .south-1583 {
  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;
}
.under_a180 {
  display: inline-block;
  margin: 0;
  padding: 0;
  list-style: none;
  position: relative;
}
.under_a180 li {
  list-style: none;
  display: inline-block;
  margin: 0 3px;
}
.under_a180 li:last-child {
  margin-right: 0;
}
.under_a180 li:first-child {
  margin-left: 0;
}
.under_a180.header_east_8354 a {
  color: #fff;
}
.under_a180.header_east_8354 a:hover {
  color: #fff;
}
.under_a180 a {
  color: currentColor;
  text-align: center;
  vertical-align: middle;
  width: 100%;
  padding: 0.4em;
  display: inline-block;
  line-height: 1;
  font-size: 13px;
}
.under_a180 a i {
  width: 1em;
  height: 1em;
  position: relative;
  display: block;
}
.under_a180 a i:before {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}
.under_a180 a:hover {
  opacity: 0.9;
  color: inherit;
}
.under_a180 [class*="social-icon-apple"] {
  background-color: #999;
}
.under_a180 [class*="social-icon-apple"].upper_5be1 {
  background-color: transparent;
  color: #999;
}
.under_a180 [class*="social-icon-behance"] {
  background-color: #1769ff;
}
.under_a180 [class*="social-icon-behance"].upper_5be1 {
  background-color: transparent;
  color: #1769ff;
}
.under_a180 [class*="social-icon-bitbucket"] {
  background-color: #205081;
}
.under_a180 [class*="social-icon-bitbucket"].upper_5be1 {
  background-color: transparent;
  color: #205081;
}
.under_a180 [class*="social-icon-codepen"] {
  background-color: #000;
}
.under_a180 [class*="social-icon-codepen"].upper_5be1 {
  background-color: transparent;
  color: #000;
}
.under_a180 [class*="social-icon-delicious"] {
  background-color: #39f;
}
.under_a180 [class*="social-icon-delicious"].upper_5be1 {
  background-color: transparent;
  color: #39f;
}
.under_a180 [class*="social-icon-digg"] {
  background-color: #005be2;
}
.under_a180 [class*="social-icon-digg"].upper_5be1 {
  background-color: transparent;
  color: #005be2;
}
.under_a180 [class*="social-icon-dribbble"] {
  background-color: #ea4c89;
}
.under_a180 [class*="social-icon-dribbble"].upper_5be1 {
  background-color: transparent;
  color: #ea4c89;
}
.under_a180 [class*="social-icon-envelope"] {
  background-color: #ea4335;
}
.under_a180 [class*="social-icon-envelope"].upper_5be1 {
  background-color: transparent;
  color: #ea4335;
}
.under_a180 [class*="social-icon-facebook"] {
  background-color: #3b5998;
}
.under_a180 [class*="social-icon-facebook"].upper_5be1 {
  background-color: transparent;
  color: #3b5998;
}
.under_a180 [class*="social-icon-flickr"] {
  background-color: #0063dc;
}
.under_a180 [class*="social-icon-flickr"].upper_5be1 {
  background-color: transparent;
  color: #0063dc;
}
.under_a180 [class*="social-icon-foursquare"] {
  background-color: #2d5be3;
}
.under_a180 [class*="social-icon-foursquare"].upper_5be1 {
  background-color: transparent;
  color: #2d5be3;
}
.under_a180 [class*="social-icon-github"] {
  background-color: #333;
}
.under_a180 [class*="social-icon-github"].upper_5be1 {
  background-color: transparent;
  color: #333;
}
.under_a180 [class*="social-icon-google-plus"] {
  background-color: #dd4b39;
}
.under_a180 [class*="social-icon-google-plus"].upper_5be1 {
  background-color: transparent;
  color: #dd4b39;
}
.under_a180 [class*="social-icon-houzz"] {
  background-color: #7ac142;
}
.under_a180 [class*="social-icon-houzz"].upper_5be1 {
  background-color: transparent;
  color: #7ac142;
}
.under_a180 [class*="social-icon-instagram"] {
  background-color: #262626;
}
.under_a180 [class*="social-icon-instagram"].upper_5be1 {
  background-color: transparent;
  color: #262626;
}
.under_a180 [class*="social-icon-jsfiddle"] {
  background-color: #487aa2;
}
.under_a180 [class*="social-icon-jsfiddle"].upper_5be1 {
  background-color: transparent;
  color: #487aa2;
}
.under_a180 [class*="social-icon-linkedin"] {
  background-color: #0077b5;
}
.under_a180 [class*="social-icon-linkedin"].upper_5be1 {
  background-color: transparent;
  color: #0077b5;
}
.under_a180 [class*="social-icon-medium"] {
  background-color: #00ab6b;
}
.under_a180 [class*="social-icon-medium"].upper_5be1 {
  background-color: transparent;
  color: #00ab6b;
}
.under_a180 [class*="social-icon-odnoklassniki"] {
  background-color: #f4731c;
}
.under_a180
  [class*="social-icon-odnoklassniki"].upper_5be1 {
  background-color: transparent;
  color: #f4731c;
}
.under_a180 [class*="social-icon-meetup"] {
  background-color: #ec1c40;
}
.under_a180 [class*="social-icon-meetup"].upper_5be1 {
  background-color: transparent;
  color: #ec1c40;
}
.under_a180 [class*="social-icon-pinterest"] {
  background-color: #bd081c;
}
.under_a180 [class*="social-icon-pinterest"].upper_5be1 {
  background-color: transparent;
  color: #bd081c;
}
.under_a180 [class*="social-icon-product-hunt"] {
  background-color: #da552f;
}
.under_a180 [class*="social-icon-product-hunt"].upper_5be1 {
  background-color: transparent;
  color: #da552f;
}
.under_a180 [class*="social-icon-reddit"] {
  background-color: #ff4500;
}
.under_a180 [class*="social-icon-reddit"].upper_5be1 {
  background-color: transparent;
  color: #ff4500;
}
.under_a180 [class*="social-icon-rss"] {
  background-color: #f26522;
}
.under_a180 [class*="social-icon-rss"].upper_5be1 {
  background-color: transparent;
  color: #f26522;
}
.under_a180 [class*="social-icon-shopping-cart"] {
  background-color: #4caf50;
}
.under_a180
  [class*="social-icon-shopping-cart"].upper_5be1 {
  background-color: transparent;
  color: #4caf50;
}
.under_a180 [class*="social-icon-skype"] {
  background-color: #00aff0;
}
.under_a180 [class*="social-icon-skype"].upper_5be1 {
  background-color: transparent;
  color: #00aff0;
}
.under_a180 [class*="social-icon-slideshare"] {
  background-color: #0077b5;
}
.under_a180 [class*="social-icon-slideshare"].upper_5be1 {
  background-color: transparent;
  color: #0077b5;
}
.under_a180 [class*="social-icon-snapchat"] {
  background-color: #fffc00;
}
.under_a180 [class*="social-icon-snapchat"].upper_5be1 {
  background-color: transparent;
  color: #fffc00;
}
.under_a180 [class*="social-icon-soundcloud"] {
  background-color: #f80;
}
.under_a180 [class*="social-icon-soundcloud"].upper_5be1 {
  background-color: transparent;
  color: #f80;
}
.under_a180 [class*="social-icon-spotify"] {
  background-color: #2ebd59;
}
.under_a180 [class*="social-icon-spotify"].upper_5be1 {
  background-color: transparent;
  color: #2ebd59;
}
.under_a180 [class*="social-icon-stack-overflow"] {
  background-color: #fe7a15;
}
.under_a180
  [class*="social-icon-stack-overflow"].upper_5be1 {
  background-color: transparent;
  color: #fe7a15;
}
.under_a180 [class*="social-icon-maldkfgram"] {
  background-color: #2ca5e0;
}
.under_a180 [class*="social-icon-maldkfgram"].upper_5be1 {
  background-color: transparent;
  color: #2ca5e0;
}
.under_a180 [class*="social-icon-tripadvisor"] {
  background-color: #589442;
}
.under_a180 [class*="social-icon-tripadvisor"].upper_5be1 {
  background-color: transparent;
  color: #589442;
}
.under_a180 [class*="social-icon-tumblr"] {
  background-color: #35465c;
}
.under_a180 [class*="social-icon-tumblr"].upper_5be1 {
  background-color: transparent;
  color: #35465c;
}
.under_a180 [class*="social-icon-twitch"] {
  background-color: #6441a5;
}
.under_a180 [class*="social-icon-twitch"].upper_5be1 {
  background-color: transparent;
  color: #6441a5;
}
.under_a180 [class*="social-icon-twitter"] {
  background-color: #1da1f2;
}
.under_a180 [class*="social-icon-twitter"].upper_5be1 {
  background-color: transparent;
  color: #1da1f2;
}
.under_a180 [class*="social-icon-vimeo"] {
  background-color: #1ab7ea;
}
.under_a180 [class*="social-icon-vimeo"].upper_5be1 {
  background-color: transparent;
  color: #1ab7ea;
}
.under_a180 [class*="social-icon-vk"] {
  background-color: #45668e;
}
.under_a180 [class*="social-icon-vk"].upper_5be1 {
  background-color: transparent;
  color: #45668e;
}
.under_a180 [class*="social-icon-weibo"] {
  background-color: #df2029;
}
.under_a180 [class*="social-icon-weibo"].upper_5be1 {
  background-color: transparent;
  color: #df2029;
}
.under_a180 [class*="social-icon-weixin"] {
  background-color: #7bb32e;
}
.under_a180 [class*="social-icon-weixin"].upper_5be1 {
  background-color: transparent;
  color: #7bb32e;
}
.under_a180 [class*="social-icon-whatsapp"] {
  background-color: #25d366;
}
.under_a180 [class*="social-icon-whatsapp"].upper_5be1 {
  background-color: transparent;
  color: #25d366;
}
.under_a180 [class*="social-icon-wordpress"] {
  background-color: #21759b;
}
.under_a180 [class*="social-icon-wordpress"].upper_5be1 {
  background-color: transparent;
  color: #21759b;
}
.under_a180 [class*="social-icon-xing"] {
  background-color: #026466;
}
.under_a180 [class*="social-icon-xing"].upper_5be1 {
  background-color: transparent;
  color: #026466;
}
.under_a180 [class*="social-icon-yelp"] {
  background-color: #af0606;
}
.under_a180 [class*="social-icon-yelp"].upper_5be1 {
  background-color: transparent;
  color: #af0606;
}
.under_a180 [class*="social-icon-youtube"] {
  background-color: #cd201f;
}
.under_a180 [class*="social-icon-youtube"].upper_5be1 {
  background-color: transparent;
  color: #cd201f;
}
.shadow-west-bc49 {
  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;
}
.shadow-west-bc49:hover {
  box-shadow: none;
  background: 0 0;
}
.focused_cff9 {
  background: 0 0 !important;
  text-transform: uppercase;
  font-size: 0.85em;
}
.warm_5d07 {
  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;
}
.preview_lower_2a7b {
  display: inline-block;
  position: relative;
  vertical-align: middle;
}
.soft-8009 {
  display: block;
  top: 50%;
  background-color: currentcolor;
}
.soft-8009,
.soft-8009::after,
.soft-8009::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;
}
.soft-8009::after,
.soft-8009::before {
  content: "";
  display: block;
  background-color: inherit;
}
.east-097a .warm_5d07 .preview_lower_2a7b {
  margin-top: -2px;
  width: 19px;
}
.east-097a .warm_5d07 .soft-8009 {
  margin-top: -1px;
}
.east-097a .warm_5d07 .soft-8009,
.east-097a .warm_5d07 .soft-8009::after,
.east-097a .warm_5d07 .soft-8009::before {
  width: 19px;
  height: 2px;
}
.east-097a .warm_5d07 .soft-8009::before {
  top: -6px;
}
.east-097a .warm_5d07 .soft-8009::after {
  bottom: -6px;
}
.focused_3897 .warm_5d07 .preview_lower_2a7b {
  margin-top: -2px;
  width: 22px;
}
.focused_3897 .warm_5d07 .soft-8009 {
  margin-top: -1px;
}
.focused_3897 .warm_5d07 .soft-8009,
.focused_3897 .warm_5d07 .soft-8009::after,
.focused_3897 .warm_5d07 .soft-8009::before {
  width: 22px;
  height: 2px;
}
.focused_3897 .warm_5d07 .soft-8009::before {
  top: -7px;
}
.focused_3897 .warm_5d07 .soft-8009::after {
  bottom: -7px;
}
.carousel-cool-acd1 .warm_5d07 .preview_lower_2a7b {
  margin-top: -2px;
  width: 31px;
}
.carousel-cool-acd1 .warm_5d07 .soft-8009 {
  margin-top: -1.5px;
}
.carousel-cool-acd1 .warm_5d07 .soft-8009,
.carousel-cool-acd1 .warm_5d07 .soft-8009::after,
.carousel-cool-acd1 .warm_5d07 .soft-8009::before {
  width: 31px;
  height: 3px;
}
.carousel-cool-acd1 .warm_5d07 .soft-8009::before {
  top: -9px;
}
.carousel-cool-acd1 .warm_5d07 .soft-8009::after {
  bottom: -9px;
}
@media screen and (min-width: 1025px) {
  .frame-39c2 .warm_5d07 .preview_lower_2a7b {
    margin-top: -2px;
    width: 19px;
  }
  .frame-39c2 .warm_5d07 .soft-8009 {
    margin-top: -1px;
  }
  .frame-39c2 .warm_5d07 .soft-8009,
  .frame-39c2 .warm_5d07 .soft-8009::after,
  .frame-39c2 .warm_5d07 .soft-8009::before {
    width: 19px;
    height: 2px;
  }
  .frame-39c2 .warm_5d07 .soft-8009::before {
    top: -6px;
  }
  .frame-39c2 .warm_5d07 .soft-8009::after {
    bottom: -6px;
  }
  .icon_left_5991 .warm_5d07 .preview_lower_2a7b {
    margin-top: -2px;
    width: 22px;
  }
  .icon_left_5991 .warm_5d07 .soft-8009 {
    margin-top: -1px;
  }
  .icon_left_5991 .warm_5d07 .soft-8009,
  .icon_left_5991 .warm_5d07 .soft-8009::after,
  .icon_left_5991 .warm_5d07 .soft-8009::before {
    width: 22px;
    height: 2px;
  }
  .icon_left_5991 .warm_5d07 .soft-8009::before {
    top: -7px;
  }
  .icon_left_5991 .warm_5d07 .soft-8009::after {
    bottom: -7px;
  }
  .message-1b5b .warm_5d07 .preview_lower_2a7b {
    margin-top: -2px;
    width: 31px;
  }
  .message-1b5b .warm_5d07 .soft-8009 {
    margin-top: -1.5px;
  }
  .message-1b5b .warm_5d07 .soft-8009,
  .message-1b5b .warm_5d07 .soft-8009::after,
  .message-1b5b .warm_5d07 .soft-8009::before {
    width: 31px;
    height: 3px;
  }
  .message-1b5b .warm_5d07 .soft-8009::before {
    top: -9px;
  }
  .message-1b5b .warm_5d07 .soft-8009::after {
    bottom: -9px;
  }
}
@media screen and (max-width: 1024px) {
  .table_warm_a1e0 .warm_5d07 .preview_lower_2a7b {
    margin-top: -2px;
    width: 19px;
  }
  .table_warm_a1e0 .warm_5d07 .soft-8009 {
    margin-top: -1px;
  }
  .table_warm_a1e0 .warm_5d07 .soft-8009,
  .table_warm_a1e0 .warm_5d07 .soft-8009::after,
  .table_warm_a1e0 .warm_5d07 .soft-8009::before {
    width: 19px;
    height: 2px;
  }
  .table_warm_a1e0 .warm_5d07 .soft-8009::before {
    top: -6px;
  }
  .table_warm_a1e0 .warm_5d07 .soft-8009::after {
    bottom: -6px;
  }
  .rough_e698 .warm_5d07 .preview_lower_2a7b {
    margin-top: -2px;
    width: 22px;
  }
  .rough_e698 .warm_5d07 .soft-8009 {
    margin-top: -1px;
  }
  .rough_e698 .warm_5d07 .soft-8009,
  .rough_e698 .warm_5d07 .soft-8009::after,
  .rough_e698 .warm_5d07 .soft-8009::before {
    width: 22px;
    height: 2px;
  }
  .rough_e698 .warm_5d07 .soft-8009::before {
    top: -7px;
  }
  .rough_e698 .warm_5d07 .soft-8009::after {
    bottom: -7px;
  }
  .icon-311b .warm_5d07 .preview_lower_2a7b {
    margin-top: -2px;
    width: 31px;
  }
  .icon-311b .warm_5d07 .soft-8009 {
    margin-top: -1.5px;
  }
  .icon-311b .warm_5d07 .soft-8009,
  .icon-311b .warm_5d07 .soft-8009::after,
  .icon-311b .warm_5d07 .soft-8009::before {
    width: 31px;
    height: 3px;
  }
  .icon-311b .warm_5d07 .soft-8009::before {
    top: -9px;
  }
  .icon-311b .warm_5d07 .soft-8009::after {
    bottom: -9px;
  }
}
@media screen and (max-width: 568px) {
  .popup-top-558d .warm_5d07 .preview_lower_2a7b {
    margin-top: -2px;
    width: 19px;
  }
  .popup-top-558d .warm_5d07 .soft-8009 {
    margin-top: -1px;
  }
  .popup-top-558d .warm_5d07 .soft-8009,
  .popup-top-558d .warm_5d07 .soft-8009::after,
  .popup-top-558d .warm_5d07 .soft-8009::before {
    width: 19px;
    height: 2px;
  }
  .popup-top-558d .warm_5d07 .soft-8009::before {
    top: -6px;
  }
  .popup-top-558d .warm_5d07 .soft-8009::after {
    bottom: -6px;
  }
  .heading_3991 .warm_5d07 .preview_lower_2a7b {
    margin-top: -2px;
    width: 22px;
  }
  .heading_3991 .warm_5d07 .soft-8009 {
    margin-top: -1px;
  }
  .heading_3991 .warm_5d07 .soft-8009,
  .heading_3991 .warm_5d07 .soft-8009::after,
  .heading_3991 .warm_5d07 .soft-8009::before {
    width: 22px;
    height: 2px;
  }
  .heading_3991 .warm_5d07 .soft-8009::before {
    top: -7px;
  }
  .heading_3991 .warm_5d07 .soft-8009::after {
    bottom: -7px;
  }
  .panel-east-6a5b .warm_5d07 .preview_lower_2a7b {
    margin-top: -2px;
    width: 31px;
  }
  .panel-east-6a5b .warm_5d07 .soft-8009 {
    margin-top: -1.5px;
  }
  .panel-east-6a5b .warm_5d07 .soft-8009,
  .panel-east-6a5b .warm_5d07 .soft-8009::after,
  .panel-east-6a5b .warm_5d07 .soft-8009::before {
    width: 31px;
    height: 3px;
  }
  .panel-east-6a5b .warm_5d07 .soft-8009::before {
    top: -9px;
  }
  .panel-east-6a5b .warm_5d07 .soft-8009::after {
    bottom: -9px;
  }
}
.purple_b0d1 .soft-8009 {
  -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);
}
.purple_b0d1 .soft-8009::before {
  -webkit-transition: top 75ms 0.12s ease, opacity 75ms ease;
  transition: top 75ms 0.12s ease, opacity 75ms ease;
}
.purple_b0d1 .soft-8009::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);
}
.purple_b0d1.photo_1fb3 .soft-8009 {
  -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);
}
.purple_b0d1.photo_1fb3 .soft-8009::before {
  top: 0;
  opacity: 0;
  -webkit-transition: top 75ms ease, opacity 75ms 0.12s ease;
  transition: top 75ms ease, opacity 75ms 0.12s ease;
}
.purple_b0d1.photo_1fb3 .soft-8009::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);
}
.solid-ad44 {
  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.white-5513:before {
  display: none;
}
.notification_b075 {
  padding: 0;
  position: fixed;
  width: 100%;
  max-width: 100%;
  top: 0;
  z-index: 999900;
  visibility: hidden;
}
.notification_b075 .purple_00af {
  padding: 1.4em 1.5em;
  border-bottom: 1px solid transparent;
}
.notification_b075 .purple_00af:last-of-type {
  border-bottom: none;
}
.notification_b075 .purple_00af.image_plasma_e780,
.notification_b075 .purple_00af.logo-upper-087e,
.notification_b075 .purple_00af.title-7c79 {
  padding: 0;
}
.notification_b075 .component_3467 .widget_9d43 {
  color: currentColor;
}
.notification_b075 .component_3467 .widget_9d43:focus,
.notification_b075 .component_3467 .widget_9d43:hover {
  background: rgba(0, 0, 0, 0.01);
}
.notification_b075.breadcrumb_da5e .down_5210,
.notification_b075.breadcrumb_da5e .filter-clean-531a a,
.notification_b075.breadcrumb_da5e .banner_purple_03b3 a,
.notification_b075.breadcrumb_da5e .black_9457 a {
  color: rgba(0, 0, 0, 0.55);
}
.notification_b075.breadcrumb_da5e .down_5210:hover,
.notification_b075.breadcrumb_da5e .filter-clean-531a a:hover,
.notification_b075.breadcrumb_da5e .banner_purple_03b3 a:hover,
.notification_b075.breadcrumb_da5e .black_9457 a:hover {
  color: rgba(0, 0, 0, 0.8);
}
.notification_b075.breadcrumb_da5e .rough-d79b {
  color: rgba(0, 0, 0, 0.8);
}
.notification_b075.breadcrumb_da5e .purple_00af {
  border-color: rgba(0, 0, 0, 0.08);
}
.notification_b075.breadcrumb_da5e .purple_00af:before {
  background: rgba(0, 0, 0, 0.08);
}
.notification_b075.breadcrumb_da5e .slow-72a6:before {
  background: rgba(255, 255, 255, 0.9);
}
.notification_b075.breadcrumb_da5e .component_3467 .prev-0588 li a,
.notification_b075.breadcrumb_da5e .component_3467 .widget_9d43,
.notification_b075.breadcrumb_da5e .black_9457 {
  border-color: rgba(0, 0, 0, 0.08);
}
.notification_b075.breadcrumb_da5e .component_3467 .widget_9d43:focus,
.notification_b075.breadcrumb_da5e .component_3467 .widget_9d43:hover {
  background: rgba(0, 0, 0, 0.01);
}
.notification_b075.breadcrumb_da5e .prev-0588 li {
  border-color: rgba(0, 0, 0, 0.08);
}
.notification_b075.container-81d1 .down_5210,
.notification_b075.container-81d1 .filter-clean-531a a,
.notification_b075.container-81d1 .banner_purple_03b3 .widget_9d43,
.notification_b075.container-81d1 .banner_purple_03b3 a,
.notification_b075.container-81d1 .black_9457 a {
  color: rgba(255, 255, 255, 0.79);
}
.notification_b075.container-81d1 .down_5210:hover,
.notification_b075.container-81d1 .filter-clean-531a a:hover,
.notification_b075.container-81d1 .banner_purple_03b3 .widget_9d43:hover,
.notification_b075.container-81d1 .banner_purple_03b3 a:hover,
.notification_b075.container-81d1 .black_9457 a:hover {
  color: rgba(255, 255, 255, 0.99);
}
.notification_b075.container-81d1 .rough-d79b {
  color: rgba(255, 255, 255, 0.99);
}
.notification_b075.container-81d1 .purple_00af {
  border-color: rgba(255, 255, 255, 0.08);
}
.notification_b075.container-81d1 .purple_00af:before {
  background: rgba(255, 255, 255, 0.08);
}
.notification_b075.container-81d1 .slow-72a6:before {
  background: rgba(0, 0, 0, 0.9);
}
.notification_b075.container-81d1 .component_3467 .prev-0588 li a,
.notification_b075.container-81d1 .component_3467 .widget_9d43,
.notification_b075.container-81d1 .black_9457 {
  border-color: rgba(255, 255, 255, 0.08);
}
.notification_b075.container-81d1 .component_3467 .widget_9d43:focus,
.notification_b075.container-81d1 .component_3467 .widget_9d43:hover {
  background: rgba(0, 0, 0, 0.01);
}
.notification_b075.container-81d1 .prev-0588 li {
  border-color: rgba(255, 255, 255, 0.08);
}
.slow-72a6 {
  position: relative;
  word-con: break-word;
  min-height: 100%;
  display: block;
}
.slow-72a6:before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  display: block;
  min-height: 100%;
}
.search-pro-83f0 {
  position: relative;
  word-con: break-word;
  min-height: 100%;
  display: block;
  padding: 1.2em 0;
}
.hover-10bd .notification_b075 {
  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;
}
.hover-10bd .purple_00af {
  text-align: center;
  padding: 2em 1.5em;
  border: none;
  position: relative;
}
.hover-10bd .purple_00af: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) {
  .hover-10bd .purple_00af:before {
    width: 16%;
    left: 42%;
  }
}
.hover-10bd .purple_00af:last-child:before {
  content: none;
}
.hover-10bd .purple_00af[class*="-menu"] {
  padding: 2.5em 1.5em;
}
.hover-10bd .component_3467 .prev-0588 li a {
  border: none;
  font-size: 140%;
  text-transform: uppercase;
  font-weight: 500;
}
.hover-10bd .component_3467 .prev-0588 li a .widget_9d43 {
  display: inline-block;
  position: relative;
  border: 0 none;
  margin-right: -1.3em;
  top: -2px;
  padding: 0.28em 0.5em;
}
.hover-10bd .component_3467 .black_9457 {
  border: none;
}
.hover-10bd .component_3467 .black_9457 li a {
  text-transform: none;
  padding: 0.35em 1.5em;
  font-size: 100%;
}
.hover-10bd .slow-72a6 {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}
.hover-10bd .search-pro-83f0 {
  max-width: 48em;
  margin: 3em auto;
  padding: 0;
}
.hover-10bd .container-81d1 .slow-72a6:before {
  background: rgba(0, 0, 0, 0.9);
}
.hover-10bd .breadcrumb_da5e.hover_soft_2920 .soft-8009 {
  background: rgba(0, 0, 0, 0.6);
}
.hover-10bd
  .breadcrumb_da5e.hover_soft_2920
  .soft-8009::after,
.hover-10bd
  .breadcrumb_da5e.hover_soft_2920
  .soft-8009:before {
  background: inherit;
}
.hover-10bd
  .breadcrumb_da5e.hover_soft_2920:hover
  .soft-8009 {
  background: rgba(0, 0, 0, 0.8);
}
.icon_7a3c .notification_b075 {
  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) {
  .icon_7a3c .notification_b075 {
    width: auto;
    right: 45px;
  }
}
.lite_f7cb .notification_b075 {
  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) {
  .lite_f7cb .notification_b075 {
    width: auto;
    left: 45px;
  }
}
.white-5513 .notification_b075 {
  position: relative;
  height: 0;
  display: block;
  visibility: visible;
  z-index: 999900;
  overflow: hidden;
}
.white-5513 .search-pro-83f0 {
  max-width: 48em;
  margin: 0 auto;
}
.white-5513 .slow-72a6:before {
  box-shadow: inset 0 0 12px 0 rgba(0, 0, 0, 0.05);
}
.popup-8551 {
  overflow-x: hidden;
  position: relative;
  width: 100%;
  display: block;
}
.popup-8551.hover-10bd .notification_b075 {
  z-index: 0;
  opacity: 0;
  height: 100%;
}
.popup-8551.icon_7a3c .notification_b075 {
  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);
}
.popup-8551 .notification_b075 {
  visibility: visible;
}
.popup-8551.lite_f7cb .notification_b075 {
  -webkit-transform: translateX(200%);
  -ms-transform: translateX(200%);
  transform: translateX(200%);
  height: 100%;
}
.prev_f1da,
.focus-4209 {
  overflow-x: hidden;
}
.prev_f1da .notification_b075 {
  overflow: auto;
}
.prev_f1da.hover-10bd {
  overflow: initial;
  position: relative;
  width: 100%;
  display: block;
}
.prev_f1da.hover-10bd .notification_b075 {
  z-index: 999900;
  opacity: 1;
  visibility: visible;
}
.prev_f1da.hover-10bd .shadow-west-bc49 {
  opacity: 0;
}
.prev_f1da.icon_7a3c {
  overflow: initial;
  position: relative;
  width: 100%;
  display: block;
}
.prev_f1da.icon_7a3c .notification_b075 {
  z-index: 999900;
  height: 100vh;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  left: 0;
  visibility: visible;
}
.prev_f1da.icon_7a3c .shadow-west-bc49 {
  opacity: 0;
}
.prev_f1da.lite_f7cb {
  overflow: initial;
  position: relative;
  width: 100%;
  display: block;
}
.prev_f1da.lite_f7cb .notification_b075 {
  z-index: 999900;
  height: 100vh;
  max-width: 100vw;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  right: 0;
  visibility: visible;
}
.prev_f1da.lite_f7cb .shadow-west-bc49 {
  opacity: 0;
}
.prev_f1da.white-5513 .notification_b075 {
  z-index: 10;
  visibility: visible;
}
.hover_soft_2920 {
  display: none;
  z-index: 999910;
  cursor: pointer;
  position: fixed;
  top: 10px;
  right: 12px;
}
.hover_soft_2920 .soft-8009 {
  background: rgba(255, 255, 255, 0.99);
}
.hover_soft_2920 .soft-8009::after,
.hover_soft_2920 .soft-8009:before {
  background: inherit;
}
.hover_soft_2920:hover .soft-8009 {
  background: rgba(255, 255, 255, 0.99);
}
.lite_f7cb .hover_soft_2920 {
  top: 10px;
  right: auto;
  left: 12px;
}
.white-5513 .hover_soft_2920 {
  display: none !important;
}
.prev_f1da:before,
.focus-4209:before {
  z-index: 999897;
  visibility: visible;
  opacity: 1;
}
.prev_f1da .hover_soft_2920,
.focus-4209 .hover_soft_2920 {
  display: inline-block;
}
.notification_b075 .column_brown_f420 {
  -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;
}
.prev_f1da .notification_b075 .column_brown_f420,
.focus-4209 .notification_b075 .column_brown_f420 {
  opacity: 1;
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
}
.fresh-645b .header_static_7cb8 {
  width: 100%;
}
.purple_8a10 {
  padding: 0 0.5em 0;
}
.purple_8a10 [class*="customify-col-"],
.purple_8a10 [class*="customify-col_"],
.purple_8a10 [class~="customify-col"] {
  padding: 0 0.5em 0;
}
.notification-glass-3b93 .purple_8a10 {
  padding-left: 1em;
  padding-right: 1em;
}
@media screen and (min-width: 1025px) {
  .dropdown_south_55db .green_7553,
  .green_7553 {
    display: none;
  }
  .picture-fixed-f724 {
    text-align: left;
  }
  .hovered-853f {
    text-align: center;
  }
  .overlay_3ecd {
    text-align: right;
  }
}
@media screen and (max-width: 1024px) {
  .dropdown_south_55db .aside_2cda,
  .aside_2cda {
    display: none;
  }
  .texture_a1e8 {
    text-align: left;
  }
  .tooltip-f816 {
    text-align: center;
  }
  .text_dirty_fa5c {
    text-align: right;
  }
}
@media screen and (max-width: 568px) {
  .dropdown_south_55db .narrow_86c3,
  .narrow_86c3 {
    display: none;
  }
  .progress_stale_f395 {
    text-align: left;
  }
  .gas-4740 {
    text-align: center;
  }
  .widget_0bcd {
    text-align: right;
  }
}
#page {
  position: relative;
}
.feature-motion-3324 {
  box-shadow: none !important;
}
.outline-motion-365f .alert-soft-8683,
.bottom-ef42 .alert-soft-8683 {
  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;
}
.bottom-ef42 .alert-soft-8683 {
  margin-top: 30px;
  margin-bottom: 30px;
}
.middle-b561 {
  position: relative;
  padding-left: 2em;
  padding-right: 2em;
}
.middle-b561:after,
.middle-b561:before {
  content: "";
  display: table;
}
.middle-b561:after {
  clear: both;
}
@media screen and (max-width: 48em) {
  .middle-b561 {
    padding-left: 1em;
    padding-right: 1em;
  }
}
.middle-b561,
.carousel_0df0 {
  max-width: 1248px;
  margin: 0 auto;
}

.title-smooth-1464.grid_eb0a .middle-b561 {
  max-width: 100%;
}
.title-smooth-1464.logo-6cc6 {
  max-width: 1200px;
  margin: 0 auto;
}
.title-smooth-1464.media_orange_a9cb .middle-b561 {
  max-width: 100%;
}
.title-smooth-1464.media_orange_a9cb > .middle-b561 {
  padding-left: 0;
  padding-right: 0;
}
.title-smooth-1464.media_orange_a9cb > .middle-b561 .dropdown_south_55db {
  margin: 0;
}
.title-smooth-1464.media_orange_a9cb
  > .middle-b561
  .image_3be4.preview_2eff {
  margin-right: 0;
  margin-left: 0;
}
.title-smooth-1464.media_orange_a9cb #main.preview_2eff {
  padding: 0;
}
#main,
#sidebar-primary,
#sidebar-secondary {
  padding-top: 2.617924em;
  padding-bottom: 2.617924em;
}
@media screen and (max-width: 1024px) {
  .notification_3d95 #main {
    border-left: 0 none;
  }
}
@media screen and (max-width: 1024px) {
  .notification_3d95 #sidebar-secondary {
    -webkit-box-ordinal-group: 6;
    order: 5;
    display: none;
  }
}
@media screen and (min-width: 48em) {
  .alert_2aa0 .hover_52ba {
    padding-right: 1em;
  }
  .alert_2aa0.caption_center_ab09 .image_3be4 {
    border-right: 1px solid #eaecee;
  }
  .alert_2aa0.caption_center_ab09 .hover_52ba {
    padding-right: 1em;
  }
  .alert_2aa0.caption_center_ab09 .out-9822 {
    padding-left: 1em;
  }
}
@media screen and (min-width: 48em) {
  .summary_1fbd .hover_52ba {
    padding-left: 1em;
  }
  .summary_1fbd.caption_center_ab09 .image_3be4 {
    border-left: 1px solid #eaecee;
  }
  .summary_1fbd.caption_center_ab09 .hover_52ba {
    padding-left: 1em;
  }
  .summary_1fbd.caption_center_ab09 .out-9822 {
    padding-right: 1em;
  }
}
@media screen and (min-width: 48em) {
  .form_up_f1be .hover_52ba {
    padding-left: 1em;
  }
  .form_up_f1be.caption_center_ab09 .form-5c27 {
    border-right: 1px solid #eaecee;
  }
  .form_up_f1be.caption_center_ab09 .accordion-hard-2f88 {
    border-right: 1px solid #eaecee;
  }
  .form_up_f1be.caption_center_ab09 .hover_52ba {
    padding-left: 1em;
  }
  .form_up_f1be.caption_center_ab09 .out-9822 {
    padding-right: 1em;
  }
  .form_up_f1be.caption_center_ab09 .modal_center_79ca {
    padding-left: 1em;
    padding-right: 1em;
  }
}
@media screen and (min-width: 48em) {
  .alert_eed3 .hover_52ba {
    padding-right: 1em;
  }
  .alert_eed3.caption_center_ab09 .form-5c27 {
    border-left: 1px solid #eaecee;
  }
  .alert_eed3.caption_center_ab09 .accordion-hard-2f88 {
    border-left: 1px solid #eaecee;
  }
  .alert_eed3.caption_center_ab09 .hover_52ba {
    padding-right: 1em;
  }
  .alert_eed3.caption_center_ab09 .out-9822 {
    padding-left: 1em;
    padding-right: 1em;
  }
  .alert_eed3.caption_center_ab09 .modal_center_79ca {
    padding-left: 1em;
  }
}
@media screen and (min-width: 48em) {
  .notification_3d95 .hover_52ba {
    padding-left: 1em;
    padding-right: 1em;
  }
  .notification_3d95.caption_center_ab09 .image_3be4 {
    border-left: 1px solid #eaecee;
    border-right: 1px solid #eaecee;
  }
  .notification_3d95.caption_center_ab09 .hover_52ba {
    padding-left: 1em;
    padding-right: 1em;
  }
  .notification_3d95.caption_center_ab09 .out-9822 {
    padding-left: 1em;
  }
  .notification_3d95.caption_center_ab09 .modal_center_79ca {
    padding-right: 1em;
  }
}
@media screen and (max-width: 64em) {
  .notification_3d95.caption_center_ab09 .hover_52ba {
    padding-left: 0;
  }
}
.table-5fbf .new_311b {
  display: inline-block;
}
.white_4da6 {
  display: inline-block;
}
.static_3965 {
  word-con: break-word;
}
.photo_copper_613c > span {
  display: inline-block;
  padding: 5px 0;
}
.photo_copper_613c .aside_7300 {
  margin-left: 8px;
  margin-right: 8px;
}
.photo_copper_613c .pagination_6a62 img {
  vertical-align: middle;
  overflow: hidden;
  border-radius: 50%;
  margin-right: 5px;
}
.notification_e83a .text_310d {
  margin-bottom: 2em;
}
.notification_e83a .video-selected-ff45 {
  margin-bottom: 15px;
}
.notification_e83a .video-selected-ff45:last-child {
  margin-bottom: 0;
}
.notification_e83a .modal_e307 {
  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) {
  .notification_e83a .modal_e307 {
    display: block;
  }
}
.notification_e83a .carousel-aa04 {
  position: relative;
  max-width: 100%;
  flex-basis: 40%;
  padding-top: 0;
  overflow: hidden;
}
@media screen and (max-width: 568px) {
  .notification_e83a .carousel-aa04 {
    margin-bottom: 1em;
    width: 100% !important;
    padding-top: 56.25%;
  }
}
.notification_e83a .avatar-lite-da54 {
  position: absolute;
  top: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: flex;
  line-height: 0;
  background-color: #d5d5d5;
}
.notification_e83a .avatar-lite-da54 img {
  -o-object-fit: cover;
  object-fit: cover;
  width: 100%;
  height: auto;
}
.notification_e83a .avatar-lite-da54 a {
  position: absolute;
  top: 0;
  top: 0;
  display: block;
}
.notification_e83a .static_3965 {
  font-size: 1.5em;
  font-weight: 500;
  word-con: break-word;
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
}
.notification_e83a .static_3965 a {
  text-align: inherit;
  display: block;
  flex-basis: 100%;
}
.notification_e83a .column-3eb8 p:last-child {
  margin-bottom: 0;
}
.notification_e83a .aside-red-e74c {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: block;
  z-index: 30;
}
.notification_e83a .progress_d574 {
  -webkit-box-flex: 1;
  flex: 1;
  word-con: break-word;
  max-width: 100%;
}
.notification_e83a .chip_041b {
  margin-top: 1em;
}
.notification_e83a .iron_83ed {
  top: 0;
  display: block;
}
.notification_e83a .iron_83ed a {
  color: inherit;
}
.notification_e83a .iron_83ed a:hover {
  color: inherit;
}
.notification_e83a .header_yellow_3aa9 {
  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;
}
.notification_e83a .header_yellow_3aa9:hover {
  background: #235787;
  color: #fff;
  border-color: #235787;
}
.notification_e83a .progress_d574 {
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-flow: column nowrap;
}
.notification_e83a .surface_green_7449 {
  position: relative;
  width: 100%;
  margin-bottom: 15px;
}
.notification_e83a .surface_green_7449:first-child {
  margin-top: 0;
}
.notification_e83a .surface_green_7449.summary-solid-6b58 {
  -webkit-box-flex: 0;
  flex: none;
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.notification_e83a .surface_green_7449.modal-hard-2110 {
  display: -webkit-box;
  display: flex;
  margin-top: auto;
  margin-bottom: 0;
  -webkit-box-pack: justify;
  justify-content: space-between;
}
.notification_e83a
  .surface_green_7449.modal-hard-2110.photo_64ea
  .chip_041b {
  width: 100%;
}
.notification_e83a .modal-hard-2110 {
  -webkit-box-align: center;
  align-items: center;
}
.notification_e83a .modal-hard-2110 .photo_copper_613c,
.notification_e83a .modal-hard-2110 > * {
  margin-bottom: 0;
  margin-top: 0;
  display: inline-block;
}
.notification_e83a .avatar-lite-da54 {
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
.notification_e83a .avatar-lite-da54 img {
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
.notification_e83a .avatar-lite-da54: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;
}
.notification_e83a .summary-solid-6b58 {
  z-index: 5;
}
.notification_e83a .heading_center_b6ab .layout-south-a012 {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  display: block;
}
.notification_e83a .backdrop-fa6a .layout-south-a012 {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  display: block;
}
.notification_e83a .under-7dab .layout-south-a012 {
  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;
}
.notification_e83a.border_over_3bd8 .modal_e307,
.notification_e83a.progress_10de .modal_e307 {
  display: block;
}
.notification_e83a.border_over_3bd8 .modal_e307 .form-north-a756,
.notification_e83a.border_over_3bd8 .modal_e307 .progress_d574,
.notification_e83a.progress_10de .modal_e307 .form-north-a756,
.notification_e83a.progress_10de .modal_e307 .progress_d574 {
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
}
.notification_e83a.picture_tiny_9083 .carousel-aa04 {
  margin-right: 2em;
}
@media screen and (max-width: 568px) {
  .notification_e83a.picture_tiny_9083 .carousel-aa04 {
    margin-right: 0;
  }
}
.notification_e83a.border_over_3bd8 .carousel-aa04,
.notification_e83a.progress_10de .carousel-aa04 {
  padding-top: 40%;
}
.notification_e83a.border_over_3bd8 .text_310d,
.notification_e83a.progress_10de .text_310d {
  display: block;
}
.notification_e83a.border_over_3bd8 .fn-sticky-abbc .progress_d574,
.notification_e83a.progress_10de .fn-sticky-abbc .progress_d574 {
  background-color: #fcf8e3;
  border: 1px solid #faf2cc;
  border-top: 0 none;
  color: #8a6d3b;
  padding: 1em;
}
.notification_e83a.border_over_3bd8 .carousel-aa04,
.notification_e83a.progress_10de .carousel-aa04 {
  margin-bottom: 1em;
  display: block;
  position: relative;
}
.notification_e83a.border_over_3bd8 .progress_d574 {
  padding: 1em;
}
.pagination-755b {
  margin: 30px auto;
  display: block;
}
.pagination-755b .full_888e > * {
  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;
}
.pagination-755b .full_888e > :hover {
  border-color: #235787;
  background: #235787;
  color: #fff;
}
.pagination-755b .full_888e span {
  border-color: #235787;
  background: #235787;
  color: #fff;
}
.action-a88f .photo_copper_613c {
  margin-bottom: 1.41575em;
}
.action-a88f .video-5fb0 {
  margin-bottom: 1.618em;
}
.notification_9671 .thick-580a {
  display: block;
  margin: 5px 0 20px;
  font-weight: 500;
}
.notification_9671 .thick-580a a {
  border: 1px solid #eaecee;
  padding: 5px 12px 5px;
  text-transform: uppercase;
  color: #686868;
  margin: 0 2px;
}
.notification_9671 .slow-c8f3 {
  max-width: 100%;
  overflow: auto;
}
.accent-north-eae7 .notification_9671 a:hover {
  text-decoration: underline;
}
.component-8db1 .video-selected-ff45:not(.static_3965),
.component-8db1 .avatar-lite-da54 {
  margin-bottom: 1.41575em;
}
.component-8db1 .video-selected-ff45:not(.static_3965):last-child,
.component-8db1 .avatar-lite-da54:last-child {
  margin-bottom: 0;
}
.component-8db1 .video-selected-ff45.media_1c5e {
  margin-bottom: 0.41575em;
}
.component-8db1 .upper-0a59:before,
.component-8db1 .message_3d83:before {
  font: normal normal normal 16px/1 FontAwesome;
  text-decoration: inherit;
  text-transform: none;
  position: relative;
  margin-right: 5px;
  color: #6d6d6d;
}
.component-8db1 .upper-0a59:before {
  content: "\f115";
}
.component-8db1 .message_3d83:before {
  content: "\f02c";
}
.component-8db1 .filter_stone_b4f7 {
  display: block;
  width: 100%;
  margin-top: 0.5407911001em;
}
.component-8db1 .filter_stone_b4f7 a {
  text-transform: uppercase;
  font-weight: 500;
  font-size: 80%;
  letter-spacing: 0.5px;
}
.short_9327 {
  display: -webkit-box;
  display: flex;
}
.short_9327 .active-dirty-c7ce {
  flex-basis: 90px;
}
@media screen and (max-width: 568px) {
  .short_9327 .active-dirty-c7ce {
    flex-basis: 90px;
  }
}
.short_9327 .notice-fast-fbf6 {
  flex-basis: calc(100% - 90px);
  margin-left: 1.5em;
}
@media screen and (max-width: 568px) {
  .short_9327 .notice-fast-fbf6 {
    flex-basis: calc(100% - 50px);
  }
}
.short_9327 .fresh-00c8 p:last-child {
  margin-bottom: 0.72em;
}
.thick_f41d .full_888e {
  padding: 16px 0 15px;
  border-top: 1px solid #eaecee;
  border-bottom: 1px solid #eaecee;
}
.thick_f41d .full_888e:after,
.thick_f41d .full_888e:before {
  content: "";
  display: table;
}
.thick_f41d .full_888e:after {
  clear: both;
}
.thick_f41d .full_888e .hot-4c8c,
.thick_f41d .full_888e .texture_d7ae {
  width: 49%;
}
.thick_f41d .full_888e .hot-4c8c a span.item_glass_7862,
.thick_f41d .full_888e .texture_d7ae a span.item_glass_7862 {
  display: block;
  margin-bottom: 5px;
}
.thick_f41d .full_888e .texture_d7ae {
  float: left;
  text-align: left;
}
.thick_f41d .full_888e .hot-4c8c {
  float: right;
  text-align: right;
}
.notification_right_af30 {
  margin-bottom: 0.41575em;
}
@media screen and (max-width: 568px) {
  .notification_right_af30 {
    margin-bottom: 0;
  }
}
.paragraph_old_a106 {
  margin-bottom: 1em;
}
.paragraph_old_a106 .static_3965 {
  font-size: 1.1em;
  line-height: 1.3;
}
.badge-fast-3ed9 a {
  display: block;
  line-height: 0;
  position: relative;
}
.pro-0b3c .paragraph_old_a106,
.layout-upper-c303 .paragraph_old_a106 {
  display: -webkit-box;
  display: flex;
}
@media screen and (max-width: 568px) {
  .pro-0b3c .paragraph_old_a106,
  .layout-upper-c303 .paragraph_old_a106 {
    display: block;
  }
}
.pro-0b3c .badge-fast-3ed9,
.layout-upper-c303 .badge-fast-3ed9 {
  flex-basis: 160px;
  position: relative;
}
@media screen and (max-width: 568px) {
  .pro-0b3c .badge-fast-3ed9,
  .layout-upper-c303 .badge-fast-3ed9 {
    margin-bottom: 1em;
  }
}
.pro-0b3c .badge-fast-3ed9 img,
.layout-upper-c303 .badge-fast-3ed9 img {
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  display: block;
}
.pro-0b3c .slider-tiny-3491,
.layout-upper-c303 .slider-tiny-3491 {
  flex-basis: calc(100% - 160px);
}
.pro-0b3c .slider-tiny-3491 p,
.layout-upper-c303 .slider-tiny-3491 p {
  margin-bottom: 0;
}
.pro-0b3c .slider-tiny-3491 {
  padding-left: 1em;
}
@media screen and (max-width: 568px) {
  .pro-0b3c .slider-tiny-3491 {
    padding-left: 0;
  }
}
.layout-upper-c303 .slider-tiny-3491 {
  -webkit-box-ordinal-group: 2;
  order: 1;
  padding-right: 1em;
}
@media screen and (max-width: 568px) {
  .layout-upper-c303 .slider-tiny-3491 {
    padding-right: 0;
  }
}
.layout-upper-c303 .badge-fast-3ed9 {
  -webkit-box-ordinal-group: 3;
  order: 2;
}
.mini_1150 .badge-fast-3ed9 {
  margin-bottom: 0.5em;
}
.mini_1150 .badge-fast-3ed9 img {
  width: 100%;
}
.current_9b8d .title_323a,
.dim-8d5e .title_323a {
  margin-bottom: 35px;
  padding-bottom: 20px;
  border-bottom: 1px solid #eaecee;
}
.dim-8d5e .image_3be4 .gradient-e5b1 p:last-child {
  margin-bottom: 0;
}
.video-hot-330d {
  font-size: 16px;
  text-transform: uppercase;
  font-weight: 500;
  color: currentColor;
  margin-bottom: 20px;
}
.info_inner_5f20 .avatar-a6eb {
  margin-bottom: 2em;
}
@media screen and (min-width: 1025px) {
  .info_inner_5f20 .avatar-a6eb:last-of-type {
    margin-bottom: 0;
  }
}
.info_inner_5f20 .avatar-a6eb ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.info_inner_5f20 .avatar-a6eb ul:after {
  clear: both;
  content: ".";
  display: block;
  height: 0;
  visibility: hidden;
}
.info_inner_5f20 .avatar-a6eb ul li {
  margin: 0 0 0.6em;
}
.info_inner_5f20 .avatar-a6eb ul li.old-1cb0,
.info_inner_5f20 .avatar-a6eb ul li.element_7a52 {
  position: relative;
}
.info_inner_5f20 .avatar-a6eb ul li.old-1cb0 .selected-7c53,
.info_inner_5f20 .avatar-a6eb ul li.element_7a52 .selected-7c53 {
  right: 0;
  background: #eaecee;
  color: #999;
  padding: 0 0.5em;
  border-radius: 0.9em;
  font-size: 12px;
  position: absolute;
  top: 4px;
}
.info_inner_5f20 .avatar-a6eb ul li.old-1cb0:after:after,
.info_inner_5f20 .avatar-a6eb ul li.old-1cb0:after:before,
.info_inner_5f20
  .avatar-a6eb
  ul
  li.element_7a52:after:after,
.info_inner_5f20
  .avatar-a6eb
  ul
  li.element_7a52:after:before {
  content: "";
  display: table;
}
.info_inner_5f20 .avatar-a6eb ul li.old-1cb0:after:after,
.info_inner_5f20
  .avatar-a6eb
  ul
  li.element_7a52:after:after {
  clear: both;
}
.info_inner_5f20 .avatar-a6eb a.smooth_0d67:hover {
  text-decoration: none;
}
.info_inner_5f20 .avatar-a6eb select {
  max-width: 100%;
}
.info_inner_5f20 .avatar-a6eb table {
  font-size: 85%;
}
.info_inner_5f20 .avatar-a6eb table td,
.info_inner_5f20 .avatar-a6eb table th {
  padding: 0.2360828548em;
  text-align: center;
}
.info_inner_5f20 .avatar-a6eb table tfoot td {
  text-align: left;
}
.info_inner_5f20 .avatar-a6eb :last-child {
  margin-bottom: 0;
}
.info_inner_5f20 .avatar-a6eb .basic-89b7 {
  display: -webkit-box;
  display: flex;
  width: 100%;
  max-width: 100%;
}
.info_inner_5f20 .avatar-a6eb .basic-89b7 label {
  width: 100%;
}
.info_inner_5f20 .avatar-a6eb .basic-89b7 .lower-dec8 {
  width: 100%;
  display: block;
}
.info_inner_5f20 .avatar-a6eb .basic-89b7 .section-cf5c {
  padding: 9px 14px;
  margin-left: -46px;
  overflow: hidden;
  box-shadow: none;
  background: 0 0;
  color: #aaa;
  line-height: 0;
}
.info_inner_5f20 .avatar-a6eb .basic-89b7 .section-cf5c:hover svg #svg-search {
  fill: #444;
}
.info_inner_5f20 .avatar-a6eb .basic-89b7 .section-cf5c svg {
  width: 18px;
  height: 18px;
}
.info_inner_5f20 .prev-a672 ul ul,
.info_inner_5f20 .next_5649 ul ul,
.info_inner_5f20 .dark-b11a ul ul,
.info_inner_5f20 .widget-pink-21f7 ul ul {
  margin-top: 0.3819820591em;
  margin-left: 0;
  margin-bottom: -0.3819820591em;
}
.info_inner_5f20 .prev-a672 .silver_d1b6 > a,
.info_inner_5f20 .next_5649 .silver_d1b6 > a,
.info_inner_5f20 .dark-b11a .silver_d1b6 > a,
.info_inner_5f20 .widget-pink-21f7 .silver_d1b6 > a {
  margin-bottom: 0;
}
.info_inner_5f20 .west-2e5c li,
.info_inner_5f20 .prev-a672 li,
.info_inner_5f20 .block-plasma-f77e li,
.info_inner_5f20 .next_5649 li,
.info_inner_5f20 .dark-b11a li,
.info_inner_5f20 .widget-pink-21f7 li,
.info_inner_5f20 .purple_546a li,
.info_inner_5f20 .summary-advanced-92be li {
  display: block;
  position: relative;
}
.info_inner_5f20 .west-2e5c li:last-child,
.info_inner_5f20 .prev-a672 li:last-child,
.info_inner_5f20 .block-plasma-f77e li:last-child,
.info_inner_5f20 .next_5649 li:last-child,
.info_inner_5f20 .dark-b11a li:last-child,
.info_inner_5f20 .widget-pink-21f7 li:last-child,
.info_inner_5f20 .purple_546a li:last-child,
.info_inner_5f20 .summary-advanced-92be li:last-child {
  border: none;
}
.info_inner_5f20 .west-2e5c li a,
.info_inner_5f20 .prev-a672 li a,
.info_inner_5f20 .block-plasma-f77e li a,
.info_inner_5f20 .next_5649 li a,
.info_inner_5f20 .dark-b11a li a,
.info_inner_5f20 .widget-pink-21f7 li a,
.info_inner_5f20 .purple_546a li a,
.info_inner_5f20 .summary-advanced-92be li a {
  display: block;
  width: 100%;
  padding-bottom: 0.6em;
  margin-bottom: 0.6em;
  border-bottom: 1px solid #eaecee;
  position: relative;
}
.info_inner_5f20 .west-2e5c li ul li::before,
.info_inner_5f20 .prev-a672 li ul li::before,
.info_inner_5f20 .block-plasma-f77e li ul li::before,
.info_inner_5f20 .next_5649 li ul li::before,
.info_inner_5f20 .dark-b11a li ul li::before,
.info_inner_5f20 .widget-pink-21f7 li ul li::before,
.info_inner_5f20 .purple_546a li ul li::before,
.info_inner_5f20 .summary-advanced-92be li ul li::before {
  left: 15px;
}
.info_inner_5f20 .west-2e5c li ul a,
.info_inner_5f20 .prev-a672 li ul a,
.info_inner_5f20 .block-plasma-f77e li ul a,
.info_inner_5f20 .next_5649 li ul a,
.info_inner_5f20 .dark-b11a li ul a,
.info_inner_5f20 .widget-pink-21f7 li ul a,
.info_inner_5f20 .purple_546a li ul a,
.info_inner_5f20 .summary-advanced-92be li ul a {
  padding-left: 20px;
}
.info_inner_5f20 .west-2e5c li ul ul li::before,
.info_inner_5f20 .prev-a672 li ul ul li::before,
.info_inner_5f20 .block-plasma-f77e li ul ul li::before,
.info_inner_5f20 .next_5649 li ul ul li::before,
.info_inner_5f20 .dark-b11a li ul ul li::before,
.info_inner_5f20 .widget-pink-21f7 li ul ul li::before,
.info_inner_5f20 .purple_546a li ul ul li::before,
.info_inner_5f20 .summary-advanced-92be li ul ul li::before {
  left: 30px;
}
.info_inner_5f20 .west-2e5c li ul ul a,
.info_inner_5f20 .prev-a672 li ul ul a,
.info_inner_5f20 .block-plasma-f77e li ul ul a,
.info_inner_5f20 .next_5649 li ul ul a,
.info_inner_5f20 .dark-b11a li ul ul a,
.info_inner_5f20 .widget-pink-21f7 li ul ul a,
.info_inner_5f20 .purple_546a li ul ul a,
.info_inner_5f20 .summary-advanced-92be li ul ul a {
  padding-left: 40px;
}
.info_inner_5f20 .next-3007 li {
  padding-bottom: 0.6em;
  border-bottom: 1px solid #eaecee;
  position: relative;
}
.info_inner_5f20 .summary-advanced-92be ul li {
  margin-bottom: 1.41575em;
}
.info_inner_5f20 .summary-advanced-92be ul li .thick-6501 {
  font-weight: 400;
  font-size: 1.2em;
  line-height: 1.28;
}
.info_inner_5f20 .summary-advanced-92be ul li .accent-iron-31cc {
  display: block;
  margin: 0.5407911001em 0;
  font-size: 85%;
}
.container-81d1 .west-2e5c li a,
.container-81d1 .prev-a672 li a,
.container-81d1 .block-plasma-f77e li a,
.container-81d1 .next_5649 li a,
.container-81d1 .dark-b11a li a,
.container-81d1 .widget-pink-21f7 li a,
.container-81d1 .purple_546a li a,
.container-81d1 .summary-advanced-92be li a {
  border-color: rgba(255, 255, 255, 0.08);
}
.container-81d1 .next-3007 li {
  border-color: rgba(255, 255, 255, 0.08);
}
.container-81d1 .avatar-a6eb ul li.old-1cb0 .selected-7c53,
.container-81d1 .avatar-a6eb ul li.element_7a52 .selected-7c53 {
  background: rgba(0, 0, 0, 0.2);
}
.container-81d1 .info_inner_5f20 .avatar-a6eb select {
  border-color: rgba(255, 255, 255, 0.08);
}
.title-smooth-1464 .info_inner_5f20 .prev-0588 li {
  margin: 0;
}
.title-smooth-1464 .info_inner_5f20 .prev-0588 li a {
  display: block;
  padding: 0.6em 0 0.6em;
}
.title-smooth-1464 .info_inner_5f20 .prev-0588 li ul {
  margin: 0;
}
.title-smooth-1464 .info_inner_5f20 .prev-0588 li ul li a {
  padding-left: 15px;
}
.title-smooth-1464 .info_inner_5f20 .prev-0588 li ul li li a {
  padding-left: 30px;
}
.title-smooth-1464 .info_inner_5f20 .prev-0588 li.block_glass_c04e > a {
  position: relative;
  border: 1px solid #eaecee;
  border-left: none;
  border-right: none;
  font-size: 110%;
}
.title-smooth-1464 .info_inner_5f20 .prev-0588 li.block_glass_c04e > 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;
}
.title-smooth-1464 .info_inner_5f20 .prev-0588 li.block_glass_c04e > 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;
}
.backdrop_under_f593 a {
  border: 1px solid currentColor;
  border-radius: 2px;
  display: inline-block;
  font-size: 0.875em !important;
  margin-bottom: 5px;
  padding: 1px 10px 1px;
}
.small_a66b {
  position: relative;
  z-index: 10;
}
.small_a66b .column_brown_f420 {
  width: 100%;
  max-width: 100%;
}
.table-f765 .logo_outer_db37 {
  padding-top: 2em;
  padding-bottom: 2em;
}
.table-f765 .breadcrumb_da5e {
}
.table-f765 .container-81d1 {
  background: #292929;
}
.grid_5d8b .logo_outer_db37 {
  padding-top: 2.5em;
  padding-bottom: 2.5em;
}
.grid_5d8b .breadcrumb_da5e {
  background: #f9f9f9;
}
.grid_5d8b .container-81d1 {
  background: #303030;
}
.nav-bottom-4209 .logo_outer_db37 {
  padding-top: 1.5em;
  padding-bottom: 1.5em;
}
@media screen and (max-width: 568px) {
  .nav-bottom-4209 .new_311b {
    margin-bottom: 1em;
  }
  .nav-bottom-4209 .new_311b:last-child {
    margin-bottom: 0;
  }
}
.nav-bottom-4209 .breadcrumb_da5e {
  background: #ededed;
}
.nav-bottom-4209 .container-81d1 {
  background: #1a1a1a;
}
.logo_outer_db37.breadcrumb_da5e {
  color: rgba(0, 0, 0, 0.6);
}
.logo_outer_db37.breadcrumb_da5e .hover-2b00 li {
  border-color: rgba(0, 0, 0, 0.08);
}
.logo_outer_db37.container-81d1 {
  color: rgba(255, 255, 255, 0.99);
}
.logo_outer_db37.container-81d1 a:not(.smooth_0d67) {
  color: rgba(255, 255, 255, 0.79);
}
.logo_outer_db37.container-81d1 a:not(.smooth_0d67):hover {
  color: rgba(255, 255, 255, 0.99);
}
.logo_outer_db37.container-81d1 .hover-2b00 li {
  border-color: rgba(255, 255, 255, 0.08);
}
.logo_outer_db37.container-81d1 table tbody td,
.logo_outer_db37.container-81d1 table th {
  background: rgba(0, 0, 0, 0.08);
}
.white-5443.hard_0615 .middle-b561 {
  max-width: initial;
}
.white-5443 .primary_medium_39b2 {
  -webkit-box-pack: start;
  justify-content: flex-start;
}
.white-5443 .primary_medium_39b2 .column_brown_f420 {
  width: auto;
}
@media screen and (max-width: 1024px) {
  .white-5443 .primary_medium_39b2 .column_brown_f420 {
    display: block;
    margin-bottom: 2em;
  }
  .white-5443 .primary_medium_39b2 .column_brown_f420:last-child {
    margin-bottom: 0;
  }
}
.nav-bottom-4209 .new_311b:last-child,
.grid_5d8b .new_311b:last-child,
.table-f765 .new_311b:last-child {
  margin-bottom: 0;
}
.nav-bottom-4209 .new_311b .info_inner_5f20 .avatar-a6eb:last-child,
.grid_5d8b .new_311b .info_inner_5f20 .avatar-a6eb:last-child,
.table-f765 .new_311b .info_inner_5f20 .avatar-a6eb:last-child {
  margin-bottom: 0;
}
@media screen and (max-width: 568px) {
  .nav-bottom-4209 .pink_f115,
  .nav-bottom-4209 .photo-purple-d800,
  .grid_5d8b .pink_f115,
  .grid_5d8b .photo-purple-d800,
  .table-f765 .pink_f115,
  .table-f765 .photo-purple-d800 {
    text-align: center;
  }
}
@media screen and (max-width: 48em) {
  .small_a66b .new_311b {
    margin-bottom: 2em;
  }
}
.small_a66b p:last-child {
  margin-bottom: 0;
}
.small_a66b li,
.small_a66b ul {
  list-style: none;
  margin: 0;
}
.small_a66b ul ul {
  margin-left: 2.617924em;
}
.texture-e340 {
  font-size: 0.875em;
}

/* css-noise: 2c74 */
.promo-block-f5 {
  padding: 0.2rem;
  font-size: 13px;
  line-height: 1.2;
}
