/*!
Theme Name: Customify
Theme URI: https://pressmaximum.overlay_south_1486/customify
Author: WPCustomify
Author URI: https://pressmaximum.overlay_south_1486
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.overlay_south_1486/customify
Version: 0.3.7
License: GNU General Public License v2 or later
License URI: http://www.module-plasma-5824.image_thick_64ea/licenses/gpl-2.0.layout-b55b
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.picture-out-bdf1/, (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.button_460f.backdrop_e922/normalize.blue-55a7/
 ======
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.blue-55a7 v7.0.0 | MIT License | github.overlay_south_1486/necolas/normalize.blue-55a7 */
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;
}
.gradient-fixed-dc27 .active-8d74,
.sidebar-selected-1c64,
.primary_rough_1b8e,
.white_77d4,
.yellow_2229,
.brown_933b,
.narrow-3149,
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;
}
.sidebar-selected-1c64,
h1 {
  font-size: 2.42em;
  line-height: 1.216;
}
@media screen and (max-width: 1024px) {
  .sidebar-selected-1c64,
  h1 {
    font-size: 2.1em;
  }
}
@media screen and (max-width: 568px) {
  .sidebar-selected-1c64,
  h1 {
    font-size: 1.8em;
  }
}
.primary_rough_1b8e,
h2 {
  font-size: 2.1em;
  line-height: 1.216;
}
.primary_rough_1b8e + h3,
h2 + h3 {
  border-top: 1px solid #eaecee;
  padding-top: 0.5407911001em;
}
@media screen and (max-width: 1024px) {
  .primary_rough_1b8e,
  h2 {
    font-size: 1.9em;
  }
}
@media screen and (max-width: 568px) {
  .primary_rough_1b8e,
  h2 {
    font-size: 1.7em;
  }
}
.white_77d4,
h3 {
  font-size: 1.618em;
}
.gradient-fixed-dc27 .active-8d74,
.yellow_2229,
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.message_0895 {
  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;
}
.info_south_ca7c:after,
.info_south_ca7c:before,
.complex_10e0:after,
.complex_10e0:before {
  content: "";
  display: table;
}
.info_south_ca7c:after,
.complex_10e0:after {
  clear: both;
}
.card-mini-633a {
  float: right;
  margin-right: 0;
}
.button-red-05b7 {
  float: left;
  margin-left: 0;
}
form {
  margin-bottom: 2em;
}
.silver-0fe6 .full-9aac,
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;
}
.silver-0fe6 .full-9aac: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;
}
.next-4f5e .full-9aac {
  box-shadow: none;
}
.next-4f5e
  .full-9aac
  .video-wide-10be {
  line-height: 2.4em;
  min-height: 2.6em;
  padding-left: 0;
}
.next-4f5e .full-9aac .avatar_aca3 {
  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;
}
.next-4f5e
  .full-9aac
  .avatar_aca3
  b {
  display: none;
}
.next-4f5e .image-in-b1dd {
  border: 1px solid #e5e5e5;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.12) inset;
}
.cold-f70f:not(.shade_plasma_2204):not(.slider-right-138b),
button:not(.shade_plasma_2204):not(.slider-right-138b),
input[type="button"]:not(.shade_plasma_2204):not(
    .slider-right-138b
  ),
input[type="reset"]:not(.shade_plasma_2204):not(
    .slider-right-138b
  ),
input[type="submit"]:not(.shade_plasma_2204):not(
    .slider-right-138b
  ) {
  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;
}
.cold-f70f:not(.shade_plasma_2204):not(
    .slider-right-138b
  ):hover,
button:not(.shade_plasma_2204):not(
    .slider-right-138b
  ):hover,
input[type="button"]:not(.shade_plasma_2204):not(
    .slider-right-138b
  ):hover,
input[type="reset"]:not(.shade_plasma_2204):not(
    .slider-right-138b
  ):hover,
input[type="submit"]:not(.shade_plasma_2204):not(
    .slider-right-138b
  ):hover {
  box-shadow: inset 0 0 0 120px rgba(0, 0, 0, 0.18);
  color: #fff;
  outline: 0;
}
.cold-f70f:not(.shade_plasma_2204):not(
    .slider-right-138b
  ):active,
.cold-f70f:not(.shade_plasma_2204):not(
    .slider-right-138b
  ):focus,
button:not(.shade_plasma_2204):not(
    .slider-right-138b
  ):active,
button:not(.shade_plasma_2204):not(
    .slider-right-138b
  ):focus,
input[type="button"]:not(.shade_plasma_2204):not(
    .slider-right-138b
  ):active,
input[type="button"]:not(.shade_plasma_2204):not(
    .slider-right-138b
  ):focus,
input[type="reset"]:not(.shade_plasma_2204):not(
    .slider-right-138b
  ):active,
input[type="reset"]:not(.shade_plasma_2204):not(
    .slider-right-138b
  ):focus,
input[type="submit"]:not(.shade_plasma_2204):not(
    .slider-right-138b
  ):active,
input[type="submit"]:not(.shade_plasma_2204):not(
    .slider-right-138b
  ):focus {
  outline: 0;
}
.cold-f70f:not(.shade_plasma_2204):not(
    .slider-right-138b
  ).fn-loading-930f,
button:not(.shade_plasma_2204):not(
    .slider-right-138b
  ).fn-loading-930f,
input[type="button"]:not(.shade_plasma_2204):not(
    .slider-right-138b
  ).fn-loading-930f,
input[type="reset"]:not(.shade_plasma_2204):not(
    .slider-right-138b
  ).fn-loading-930f,
input[type="submit"]:not(.shade_plasma_2204):not(
    .slider-right-138b
  ).fn-loading-930f {
  position: relative;
}
.cold-f70f:not(.shade_plasma_2204):not(
    .slider-right-138b
  ).fn-loading-930f
  .dynamic_1c06,
.cold-f70f:not(.shade_plasma_2204):not(
    .slider-right-138b
  ).fn-loading-930f
  .section_a634,
.cold-f70f:not(.shade_plasma_2204):not(
    .slider-right-138b
  ).fn-loading-930f
  .disabled-8362,
.cold-f70f:not(.shade_plasma_2204):not(
    .slider-right-138b
  ).fn-loading-930f
  i,
.cold-f70f:not(.shade_plasma_2204):not(
    .slider-right-138b
  ).fn-loading-930f
  svg,
button:not(.shade_plasma_2204):not(
    .slider-right-138b
  ).fn-loading-930f
  .dynamic_1c06,
button:not(.shade_plasma_2204):not(
    .slider-right-138b
  ).fn-loading-930f
  .section_a634,
button:not(.shade_plasma_2204):not(
    .slider-right-138b
  ).fn-loading-930f
  .disabled-8362,
button:not(.shade_plasma_2204):not(
    .slider-right-138b
  ).fn-loading-930f
  i,
button:not(.shade_plasma_2204):not(
    .slider-right-138b
  ).fn-loading-930f
  svg,
input[type="button"]:not(.shade_plasma_2204):not(
    .slider-right-138b
  ).fn-loading-930f
  .dynamic_1c06,
input[type="button"]:not(.shade_plasma_2204):not(
    .slider-right-138b
  ).fn-loading-930f
  .section_a634,
input[type="button"]:not(.shade_plasma_2204):not(
    .slider-right-138b
  ).fn-loading-930f
  .disabled-8362,
input[type="button"]:not(.shade_plasma_2204):not(
    .slider-right-138b
  ).fn-loading-930f
  i,
input[type="button"]:not(.shade_plasma_2204):not(
    .slider-right-138b
  ).fn-loading-930f
  svg,
input[type="reset"]:not(.shade_plasma_2204):not(
    .slider-right-138b
  ).fn-loading-930f
  .dynamic_1c06,
input[type="reset"]:not(.shade_plasma_2204):not(
    .slider-right-138b
  ).fn-loading-930f
  .section_a634,
input[type="reset"]:not(.shade_plasma_2204):not(
    .slider-right-138b
  ).fn-loading-930f
  .disabled-8362,
input[type="reset"]:not(.shade_plasma_2204):not(
    .slider-right-138b
  ).fn-loading-930f
  i,
input[type="reset"]:not(.shade_plasma_2204):not(
    .slider-right-138b
  ).fn-loading-930f
  svg,
input[type="submit"]:not(.shade_plasma_2204):not(
    .slider-right-138b
  ).fn-loading-930f
  .dynamic_1c06,
input[type="submit"]:not(.shade_plasma_2204):not(
    .slider-right-138b
  ).fn-loading-930f
  .section_a634,
input[type="submit"]:not(.shade_plasma_2204):not(
    .slider-right-138b
  ).fn-loading-930f
  .disabled-8362,
input[type="submit"]:not(.shade_plasma_2204):not(
    .slider-right-138b
  ).fn-loading-930f
  i,
input[type="submit"]:not(.shade_plasma_2204):not(
    .slider-right-138b
  ).fn-loading-930f
  svg {
  visibility: hidden;
}
.cold-f70f:not(.shade_plasma_2204):not(
    .slider-right-138b
  ).fn-loading-930f:after,
button:not(.shade_plasma_2204):not(
    .slider-right-138b
  ).fn-loading-930f:after,
input[type="button"]:not(.shade_plasma_2204):not(
    .slider-right-138b
  ).fn-loading-930f:after,
input[type="reset"]:not(.shade_plasma_2204):not(
    .slider-right-138b
  ).fn-loading-930f:after,
input[type="submit"]:not(.shade_plasma_2204):not(
    .slider-right-138b
  ).fn-loading-930f: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;
}
.cold-f70f:not(.shade_plasma_2204):not(.slider-right-138b),
input[type="button"]:not(.shade_plasma_2204):not(
    .slider-right-138b
  ),
input[type="reset"]:not(.shade_plasma_2204):not(
    .slider-right-138b
  ),
input[type="submit"]:not(.shade_plasma_2204):not(
    .slider-right-138b
  ) {
  color: #fff;
  background: #235787;
}
.cold-f70f:not(.shade_plasma_2204):not(
    .slider-right-138b
  ):focus,
input[type="button"]:not(.shade_plasma_2204):not(
    .slider-right-138b
  ):focus,
input[type="reset"]:not(.shade_plasma_2204):not(
    .slider-right-138b
  ):focus,
input[type="submit"]:not(.shade_plasma_2204):not(
    .slider-right-138b
  ):focus {
  color: #fff;
}
.cold-f70f.fn-disabled-930f:not(.shade_plasma_2204):not(
    .slider-right-138b
  ),
.cold-f70f[disabled]:not(.shade_plasma_2204):not(
    .slider-right-138b
  ),
button.fn-disabled-930f:not(.shade_plasma_2204):not(
    .slider-right-138b
  ),
button[disabled]:not(.shade_plasma_2204):not(
    .slider-right-138b
  ) {
  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;
}
.logo_plasma_a21b {
  clip: rect(1px, 1px, 1px, 1px);
  position: absolute !important;
  height: 1px;
  width: 1px;
  overflow: hidden;
  word-con: normal !important;
}
.logo_plasma_a21b: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;
}
.accordion_ce3b {
  display: inline;
  float: left;
  margin-right: 1.41575em;
}
.frame-ece8 {
  display: inline;
  float: right;
  margin-left: 1.41575em;
}
.south-1135 {
  clear: both;
  display: block;
  margin: 0 auto;
}
.info_south_ca7c:after,
.info_south_ca7c:before,
.card_bright_cdae:after,
.card_bright_cdae:before,
.current-8df4:after,
.current-8df4:before,
.current-8c3e:after,
.current-8c3e:before,
.image_fluid_28d1:after,
.image_fluid_28d1:before,
.breadcrumb_orange_36d7:after,
.breadcrumb_orange_36d7:before {
  content: "";
  display: table;
  table-layout: fixed;
}
.info_south_ca7c:after,
.card_bright_cdae:after,
.current-8df4:after,
.current-8c3e:after,
.image_fluid_28d1:after,
.breadcrumb_orange_36d7:after {
  clear: both;
}
.card_bright_cdae .dynamic_e7ec,
.current-8df4 .dynamic_e7ec,
.sort-short-15b4 .dynamic_e7ec {
  border: none;
  margin-bottom: 0;
  margin-top: 0;
  padding: 0;
}
embed,
iframe,
object {
  max-width: 100%;
}
.smooth-ec87 {
  display: inline-block;
}
.pressed_743c {
  margin-bottom: 1.41575em;
  max-width: 100%;
}
.pressed_743c img[class*="wp-image-"] {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.pressed_743c .button-559d {
  padding: 1em 0;
  font-size: 85%;
}
.button-559d {
  text-align: left;
  font-style: italic;
  color: #999;
}
.iron_1c23 {
  margin-bottom: 1.5em;
  margin-bottom: 1.41575em;
}
.iron_1c23:after,
.iron_1c23:before {
  content: "";
  display: table;
}
.iron_1c23:after {
  clear: both;
}
.in-1a76 {
  display: inline-block;
  text-align: center;
  vertical-align: top;
  width: 100%;
}
.middle-eaef .in-1a76 {
  max-width: 50%;
}
.notice_a24b .in-1a76 {
  max-width: 33.33%;
}
.detail_377f .in-1a76 {
  max-width: 25%;
}
.outer-d7cb .in-1a76 {
  max-width: 20%;
}
.aside-3655 .in-1a76 {
  max-width: 16.66%;
}
.description_green_f936 .in-1a76 {
  max-width: 14.28%;
}
.west-aa9a .in-1a76 {
  max-width: 12.5%;
}
.filter_9ca4 .in-1a76 {
  max-width: 11.11%;
}
.tall_4e79 {
  display: block;
}
.gradient-fixed-dc27 .north-3c21 label,
.gradient-fixed-dc27 .widget-narrow-de0d label,
.gradient-fixed-dc27 .message-soft-d7de label,
.gradient-fixed-dc27 .sidebar_focused_9627 label {
  text-transform: uppercase;
  letter-spacing: 0.5px;
  font-size: 0.85em;
}
.aside-49ec {
  list-style: none;
  margin: 0;
}
.aside-49ec article.huge_0534 {
  margin-bottom: 0;
}
.aside-49ec ul {
  list-style: none;
  margin: 0;
}
.aside-49ec .north-8f92 li.huge_0534 {
  padding-left: 30px;
}
@media screen and (min-width: 64em) {
  .aside-49ec .north-8f92 li.huge_0534 {
    padding-left: 85px;
    border-left: 1px solid #eaecee;
    position: relative;
    width: 100%;
  }
  .aside-49ec .north-8f92 li.huge_0534: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) {
  .aside-49ec .north-8f92 li.huge_0534 li.huge_0534 li.huge_0534 li.huge_0534 {
    padding-left: 0;
  }
}
article.huge_0534 {
  padding: 1.618em 0;
  margin-bottom: 1.618em;
}
article.huge_0534 .card_bright_cdae p:last-of-type {
  margin-bottom: 0;
}
article.huge_0534 .icon_brown_7cd9 {
  float: left;
}
article.huge_0534 .list_2e9e {
  margin-left: 85px;
}
article.huge_0534 .old_c23c {
  display: block;
  margin: 12px 0 12px;
  padding-bottom: 4px;
  border-bottom: 1px solid #eaecee;
}
article.huge_0534 .old_c23c .narrow_c535 {
  margin-left: 10px;
}
article.huge_0534 .white-535f {
  font-weight: 500;
  text-transform: uppercase;
  line-height: 1;
  font-style: normal;
}
article.huge_0534 .primary-5819 {
  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 .north-3c21,
  #respond .message-soft-d7de,
  #respond .sidebar_focused_9627 {
    width: 29.4117647059%;
    margin-right: 5.8823529412%;
    float: left;
  }
}
#respond .north-3c21 input,
#respond .message-soft-d7de input,
#respond .sidebar_focused_9627 input {
  width: 100%;
}
#respond .sidebar_focused_9627 {
  margin-right: 0;
}
#respond .paper-6b3c #wp-comment-cookies-consent {
  position: relative;
  top: -1px;
  margin-right: 5px;
}
.picture_83e9 {
  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;
}
.picture_83e9.avatar_3de2 {
  width: 36px;
  height: 36px;
  min-height: 36px;
  font-size: 1.1em;
}
.picture_83e9 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%);
}
.picture_83e9:focus,
.picture_83e9: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);
}
.media-fast-e510 {
  border-radius: 10%;
}
.south-c104 {
  border-radius: 50%;
}
.stale_1798 {
  font-size: 0.72em;
}
.grid-8213 {
  font-size: 0.875em;
}
.search-ae7c {
  font-size: 1.1em;
}
.active-5009 {
  text-transform: uppercase;
  line-height: 1.2;
}
.active-5009.stale_1798 {
  letter-spacing: 0.5px;
}
.warm_b5b1,
.warm_b5b1 a {
  color: #6d6d6d;
}
.warm_b5b1 a:hover {
  color: #111;
}
.brown_73b8 {
  color: #6d6d6d;
}
.info_2bcc {
  overflow-x: hidden;
}
.info_2bcc .notification-55cf.row-7327 {
  position: relative;
}
.info_2bcc .notification-55cf.row-7327.card-fe0a {
  position: initial;
}
.info_2bcc
  .notification-55cf.row-7327.card-fe0a
  .narrow-632b {
  left: auto;
}
.info_2bcc .notification-55cf .narrow-632b {
  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;
}
.info_2bcc .notification-55cf:hover.row-7327 {
  -webkit-transition-delay: 0s !important;
  transition-delay: 0s !important;
  outline: 1px solid #0073aa;
  outline-offset: -1px;
}
.info_2bcc
  .notification-55cf:hover.row-7327
  .narrow-632b {
  display: block;
  z-index: 9999999;
}
.info_2bcc .breadcrumb-fbb7 .border-tiny-e4ef,
.info_2bcc .yellow_d5ba .border-tiny-e4ef {
  display: none;
}
.info_2bcc .hot-9a02 .notification-55cf:hover.row-7327 {
  outline: 1px dashed #ff472e;
  outline-offset: -1px;
}
.gradient-fixed-dc27 .north-3c21 label,
.gradient-fixed-dc27 .widget-narrow-de0d label,
.gradient-fixed-dc27 .message-soft-d7de label,
.gradient-fixed-dc27 .sidebar_focused_9627 label {
  text-transform: uppercase;
  letter-spacing: 0.5px;
  font-size: 0.85em;
}
.aside-49ec {
  list-style: none;
  margin: 0;
}
.aside-49ec article.huge_0534 {
  margin-bottom: 0;
}
.aside-49ec ul {
  list-style: none;
  margin: 0;
}
.aside-49ec .north-8f92 li.huge_0534 {
  padding-left: 30px;
}
@media screen and (min-width: 64em) {
  .aside-49ec .north-8f92 li.huge_0534 {
    padding-left: 85px;
    border-left: 1px solid #eaecee;
    position: relative;
    width: 100%;
  }
  .aside-49ec .north-8f92 li.huge_0534: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) {
  .aside-49ec .north-8f92 li.huge_0534 li.huge_0534 li.huge_0534 li.huge_0534 {
    padding-left: 0;
  }
}
article.huge_0534 {
  padding: 1.618em 0;
  margin-bottom: 1.618em;
}
article.huge_0534 .card_bright_cdae p:last-of-type {
  margin-bottom: 0;
}
article.huge_0534 .icon_brown_7cd9 {
  float: left;
}
article.huge_0534 .list_2e9e {
  margin-left: 85px;
}
article.huge_0534 .old_c23c {
  display: block;
  margin: 12px 0 12px;
  padding-bottom: 4px;
  border-bottom: 1px solid #eaecee;
}
article.huge_0534 .old_c23c .narrow_c535 {
  margin-left: 10px;
}
article.huge_0534 .white-535f {
  font-weight: 500;
  text-transform: uppercase;
  line-height: 1;
  font-style: normal;
}
article.huge_0534 .primary-5819 {
  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 .north-3c21,
  #respond .message-soft-d7de,
  #respond .sidebar_focused_9627 {
    width: 29.4117647059%;
    margin-right: 5.8823529412%;
    float: left;
  }
}
#respond .north-3c21 input,
#respond .message-soft-d7de input,
#respond .sidebar_focused_9627 input {
  width: 100%;
}
#respond .sidebar_focused_9627 {
  margin-right: 0;
}
#respond .paper-6b3c #wp-comment-cookies-consent {
  position: relative;
  top: -1px;
  margin-right: 5px;
}
.breadcrumb-fbb7 .slow_0b22 {
  color: rgba(255, 255, 255, 0.99);
  background: rgba(0, 0, 0, 0.9);
}
.slow_0b22 .old-8868.active_81e1 .media_silver_f637 > li > a:focus,
.slow_0b22 .old-8868.active_81e1 .media_silver_f637 > li > a:hover,
.slow_0b22 .old-8868.current-2d5d .media_silver_f637 > li > a:focus,
.slow_0b22 .old-8868.current-2d5d .media_silver_f637 > li > a:hover,
.slow_0b22 .old-8868.widget-5bc5 .media_silver_f637 > li > a:focus,
.slow_0b22 .old-8868.widget-5bc5 .media_silver_f637 > li > a:hover {
  color: rgba(255, 255, 255, 0.99);
}
.slow_0b22
  .old-8868.active_81e1
  .media_silver_f637
  > li.badge_paper_15ae
  > a,
.slow_0b22
  .old-8868.active_81e1
  .media_silver_f637
  > li.input-selected-6dd0
  > a,
.slow_0b22
  .old-8868.current-2d5d
  .media_silver_f637
  > li.badge_paper_15ae
  > a,
.slow_0b22
  .old-8868.current-2d5d
  .media_silver_f637
  > li.input-selected-6dd0
  > a,
.slow_0b22
  .old-8868.widget-5bc5
  .media_silver_f637
  > li.badge_paper_15ae
  > a,
.slow_0b22 .old-8868.widget-5bc5 .media_silver_f637 > li.photo-849c > a {
  color: rgba(255, 255, 255, 0.99);
}
.slow_0b22 .filter-liquid-7bc1,
.slow_0b22 .filter-liquid-7bc1 a {
  color: rgba(255, 255, 255, 0.99);
}
.slow_0b22 .frame-right-11f9.overlay_6acd li a,
.slow_0b22 .yellow-ee0c a,
.slow_0b22 .menu_e0c1,
.slow_0b22 .media_silver_f637 > li > a,
.slow_0b22 .chip-3a17 {
  color: rgba(255, 255, 255, 0.79);
}
.slow_0b22 .frame-right-11f9.overlay_6acd li a:hover,
.slow_0b22 .yellow-ee0c a:hover,
.slow_0b22 .menu_e0c1:hover,
.slow_0b22 .media_silver_f637 > li > a:hover,
.slow_0b22 .chip-3a17:hover {
  color: rgba(255, 255, 255, 0.99);
}
.slow_0b22 .hidden-9c10 {
  color: rgba(255, 255, 255, 0.79);
}
.slow_0b22 .hidden-9c10 .cool-8685 {
  color: rgba(255, 255, 255, 0.99);
}
.slow_0b22 .hidden-9c10:hover {
  color: rgba(255, 255, 255, 0.99);
}
.slow_0b22 .shadow_9c45 .primary-8304 {
  background: rgba(255, 255, 255, 0.03);
  border-color: rgba(255, 255, 255, 0.08);
  color: rgba(255, 255, 255, 0.79);
}
.slow_0b22 .shadow_9c45 .primary-8304 .table_5326 {
  color: rgba(255, 255, 255, 0.79);
}
.slow_0b22
  .shadow_9c45
  .primary-8304
  .table_5326::-webkit-input-placeholder {
  color: rgba(255, 255, 255, 0.79);
}
.slow_0b22
  .shadow_9c45
  .primary-8304
  .table_5326:-ms-input-placeholder {
  color: rgba(255, 255, 255, 0.79);
}
.slow_0b22
  .shadow_9c45
  .primary-8304
  .table_5326::-ms-input-placeholder {
  color: rgba(255, 255, 255, 0.79);
}
.slow_0b22
  .shadow_9c45
  .primary-8304
  .table_5326::placeholder {
  color: rgba(255, 255, 255, 0.79);
}
.slow_0b22 .shadow_9c45 .green_2ade {
  color: rgba(255, 255, 255, 0.79);
}
.slow_0b22 .shadow_9c45 .green_2ade:hover {
  color: rgba(255, 255, 255, 0.99);
}
.tabs-8ff8
  .slow_0b22
  .shadow_9c45
  .pattern_dirty_977d
  .wide_5767 {
  background-color: rgba(255, 255, 255, 0.03);
  border-color: rgba(255, 255, 255, 0.08);
  color: rgba(255, 255, 255, 0.79);
}
.tabs-8ff8
  .slow_0b22
  .shadow_9c45
  .pattern_dirty_977d
  .table_5326 {
  background-color: rgba(255, 255, 255, 0.03) !important;
  border-color: rgba(255, 255, 255, 0.08);
  color: rgba(255, 255, 255, 0.79);
}
.breadcrumb-fbb7 .under-a9ea {
  color: rgba(0, 0, 0, 0.6);
  background: rgba(255, 255, 255, 0.9);
}
.under-a9ea .old-8868.active_81e1 .media_silver_f637 > li > a:focus,
.under-a9ea .old-8868.active_81e1 .media_silver_f637 > li > a:hover,
.under-a9ea .old-8868.current-2d5d .media_silver_f637 > li > a:focus,
.under-a9ea .old-8868.current-2d5d .media_silver_f637 > li > a:hover,
.under-a9ea .old-8868.widget-5bc5 .media_silver_f637 > li > a:focus,
.under-a9ea .old-8868.widget-5bc5 .media_silver_f637 > li > a:hover {
  color: rgba(0, 0, 0, 0.8);
}
.under-a9ea
  .old-8868.active_81e1
  .media_silver_f637
  > li.badge_paper_15ae
  > a,
.under-a9ea
  .old-8868.active_81e1
  .media_silver_f637
  > li.input-selected-6dd0
  > a,
.under-a9ea
  .old-8868.current-2d5d
  .media_silver_f637
  > li.badge_paper_15ae
  > a,
.under-a9ea
  .old-8868.current-2d5d
  .media_silver_f637
  > li.input-selected-6dd0
  > a,
.under-a9ea
  .old-8868.widget-5bc5
  .media_silver_f637
  > li.badge_paper_15ae
  > a,
.under-a9ea .old-8868.widget-5bc5 .media_silver_f637 > li.photo-849c > a {
  color: rgba(0, 0, 0, 0.8);
}
.under-a9ea .filter-liquid-7bc1,
.under-a9ea .filter-liquid-7bc1 a {
  color: rgba(0, 0, 0, 0.8);
}
.under-a9ea .frame-right-11f9.overlay_6acd li a,
.under-a9ea .yellow-ee0c a,
.under-a9ea .menu_e0c1,
.under-a9ea .media_silver_f637 > li > a,
.under-a9ea .chip-3a17 {
  color: rgba(0, 0, 0, 0.55);
}
.under-a9ea .frame-right-11f9.overlay_6acd li a:hover,
.under-a9ea .yellow-ee0c a:hover,
.under-a9ea .menu_e0c1:hover,
.under-a9ea .media_silver_f637 > li > a:hover,
.under-a9ea .chip-3a17:hover {
  color: rgba(0, 0, 0, 0.8);
}
.under-a9ea .hidden-9c10 {
  color: rgba(0, 0, 0, 0.55);
}
.under-a9ea .hidden-9c10 .cool-8685 {
  color: rgba(0, 0, 0, 0.8);
}
.under-a9ea .hidden-9c10:hover {
  color: rgba(0, 0, 0, 0.8);
}
.tertiary_1a44 .left-a4c2 {
  margin-left: auto;
  margin-right: auto;
}
.current-8df4 > * {
  margin-left: auto;
  margin-right: auto;
}
.current-8df4 .accordion_ce3b {
  margin-right: 1.41575em;
}
.narrow_c598 .current-8df4 > .popup-basic-9a83 {
  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;
}
.narrow_c598 .current-8df4 > .secondary-2480 {
  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;
}
.border_in_cc32.tertiary_1a44 .left-a4c2,
.black_f438.tertiary_1a44 .left-a4c2 {
  margin-left: 0;
}
.chip_5805.tertiary_1a44 .left-a4c2,
.down-6489.tertiary_1a44 .left-a4c2 {
  margin-right: 0;
}
.current-8df4 ol,
.current-8df4 ul {
  margin: 1.5em auto;
  list-style-position: outside;
}
.fixed_ba85 video {
  max-width: 100%;
}
.medium-f8bf img {
  display: block;
}
.medium-f8bf.accordion_ce3b,
.medium-f8bf.frame-ece8 {
  width: 100%;
}
.medium-f8bf.secondary-2480 img {
  width: 100vw;
  width: calc(var(--vw, 1vw) * 100);
}
.table_pink_6656:not(.row_4ef0) {
  margin: 1.5em auto;
}
.tiny_d048 p {
  padding: 1.5em 14px;
}
ul.widget_plasma_4cfe.secondary-2480,
ul.widget_plasma_4cfe.popup-basic-9a83,
ul.widget_plasma_4cfe.badge_glass_8cd0.popup-basic-9a83 {
  padding: 0 14px;
}
.heading-ef26 {
  display: block;
  overflow-x: auto;
}
.heading-ef26 table {
  border-collapse: collapse;
  width: 100%;
}
.heading-ef26 td,
.heading-ef26 th {
  padding: 0.5em;
}
.current-8df4 li {
  margin-left: 2.5em;
  margin-bottom: 6px;
}
.current-8df4 ol ol,
.current-8df4 ol ul,
.current-8df4 ul ol,
.current-8df4 ul ul {
  margin-bottom: 0;
  margin-top: 0;
  margin-left: 2.5em;
}
.current-8df4 ol ol li,
.current-8df4 ol ul li,
.current-8df4 ul ol li,
.current-8df4 ul ul li {
  margin-left: 0;
}
.badge_liquid_358d.thick-f02c > .secondary-f5aa {
  position: relative;
  width: 100%;
  height: 0;
  padding-top: 56.25%;
}
.badge_liquid_358d.thick-f02c > .secondary-f5aa iframe,
.badge_liquid_358d.thick-f02c > .secondary-f5aa > object {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}
.breadcrumb_d0c6 {
  border-left-width: 4px;
  border-left-color: currentColor;
}
.breadcrumb_d0c6.selected_1846 {
  padding: 0;
}
.breadcrumb_d0c6.selected_1846 cite {
  font-size: 13px;
}
.breadcrumb_d0c6 > * {
  margin-left: 16px;
  margin-right: 16px;
}
.breadcrumb_d0c6 cite {
  font-style: normal;
  margin-top: 1em;
  position: relative;
  font-size: 13px;
}
.small-f130 {
  border-bottom: 4px solid currentColor;
  border-top: 4px solid currentColor;
  margin-left: 0;
  margin-right: 0;
  padding: 3em 0;
  text-align: center;
}
.small-f130 > p:first-child {
  margin-top: 0;
}
.small-f130 cite {
  font-size: 13px;
  font-style: normal;
  text-transform: uppercase;
}
.small-f130 blockquote {
  border-left: 0;
}
.disabled-large-f9f6 {
  margin: 3em auto;
  border: none;
  border-bottom: 2px solid currentColor;
}
.disabled-large-f9f6:not(.paragraph-8072) {
  max-width: 100px;
}
.disabled-large-f9f6.message_fast_8874 {
  border-bottom: none !important;
  text-align: center;
}
.disabled-large-f9f6.message_fast_8874::before {
  padding-left: 0;
  font-size: 30px;
}
@media screen and (min-width: 768px) {
  .tiny_d048 p {
    padding: 1.5em 0;
  }
}
.steel-d046 {
  color: #0073aa;
}
.photo_312d {
  background-color: #0073aa;
}
.highlight-4dfe {
  color: #229fd8;
}
.slider_wide_a043 {
  background-color: #229fd8;
}
.search-purple-7aa4 {
  color: #eee;
}
.picture_e793 {
  background-color: #eee;
}
.middle_453b {
  color: #444;
}
.media-c167 {
  background-color: #444;
}
.logo-active-b736 {
  padding: 0;
  -webkit-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  text-size-adjust: 100%;
  line-height: 13px;
}
.logo-active-b736 .hero-dc74 .yellow-ee0c {
  font-size: 15px;
}
.logo-active-b736 .yellow-ee0c {
  line-height: 1.3;
}
.logo-active-b736 .under-a9ea {
}
.logo-active-b736 .slow_0b22 {
  background: #235787;
}
.feature-f7c2 {
  padding: 0;
}
.feature-f7c2 .slow_0b22 {
  background: #1a1a1a;
}
.feature-f7c2 .under-a9ea {
  box-shadow: 0 1px 2px 0 #e1e5ea;
  background: #fff;
}
.box_north_6c21 {
  padding: 0;
  border-left: none;
  border-right: none;
}
.box_north_6c21 .under-a9ea {
  box-shadow: 0 1px 2px 0 #e1e5ea;
}
.box_north_6c21 .slow_0b22 {
  background: #303030;
}
.breadcrumb_orange_36d7 {
  position: relative;
  z-index: 10;
}
.breadcrumb_orange_36d7 .hover-dirty-8d71 {
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
  -webkit-box-pack: center;
  justify-content: center;
}
.backdrop-5766 .row-7327 {
  display: inline-block;
  vertical-align: middle;
}
.backdrop-5766.widget_59bd .row-7327 {
  margin-right: 1em;
}
@media screen and (max-width: 1024px) {
  .backdrop-5766.widget_59bd .row-7327 {
    margin-right: 1em;
  }
}
@media screen and (max-width: 568px) {
  .backdrop-5766.widget_59bd .row-7327 {
    margin-right: 0.4em;
  }
}
.backdrop-5766.widget_59bd .row-7327:last-child {
  margin-right: 0;
}
.box-cc2f .hover-dirty-8d71 {
  max-width: initial;
}
@media screen and (min-width: 1025px) {
  .breadcrumb-fbb7 .hero-dc74 {
    margin: 0 -0.5em;
  }
  .breadcrumb-fbb7 .hero-dc74 [class*="customify-col-"],
  .breadcrumb-fbb7 .hero-dc74 [class*="customify-col_"],
  .breadcrumb-fbb7 .hero-dc74 [class~="customify-col-"] {
    padding-left: 0.5em;
    padding-right: 0.5em;
  }
}
.breadcrumb-fbb7.simple_0fe1 .hover-dirty-8d71 {
  background: 0 0 !important;
}
.breadcrumb-fbb7.simple_0fe1 .hover-dirty-8d71,
.breadcrumb-fbb7.box-cc2f .hover-dirty-8d71 {
  border: 0 none !important;
  box-shadow: none !important;
}
@media screen and (min-width: 1025px) {
  .breadcrumb-fbb7.caption_motion_3bb2 {
    background: 0 0 !important;
    border: 0 none;
    box-shadow: none !important;
  }
}
.breadcrumb-fbb7.box-cc2f .hover-dirty-8d71 {
  box-shadow: none !important;
}
.gradient-9226 {
  padding: 21px 0 22px;
  border-bottom: 1px solid #eaecee;
  word-break: break-word;
  background: #f9f9f9;
}
@media screen and (max-width: 1024px) {
  .gradient-9226 {
    padding: 19px 0 20px;
  }
}
@media screen and (max-width: 568px) {
  .gradient-9226 {
    padding: 18px 0 20px;
  }
}
.gradient-9226 .pagination_north_e433 {
  width: 100%;
}
.gradient-9226 .glass_123e {
  margin-bottom: 0;
}
.gradient-9226 .feature-clean-664b {
  margin-top: 5px;
  font-size: 0.875em;
}
.box_south_9a34 {
  padding: 9px 0 9px;
  border-bottom: 1px solid #eaecee;
  color: #6d6d6d;
  line-height: 1.6;
  background: #fff;
}
.box_south_9a34 .video_bdb3 {
  width: 100%;
}
.heading_dark_410f {
  list-style: none;
  margin: 0 1em;
  padding: 0;
}
.heading_dark_410f li {
  display: inline-block;
  position: relative;
  padding-right: 10px;
}
.heading_dark_410f 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;
}
.heading_dark_410f li:last-child:after {
  display: none;
}
.heading_dark_410f li a {
  font-weight: 500;
  margin-right: 10px;
}
.gas-fc40 .border-tiny-e4ef button,
.gradient-9226 .border-tiny-e4ef button {
  left: 0;
}
.gas-fc40 .video_bdb3,
.gradient-9226 .video_bdb3 {
  padding-left: 0;
  padding-right: 0;
}
.gas-fc40 .box_south_9a34,
.gradient-9226 .box_south_9a34 {
  border-bottom: none;
  padding-bottom: 0;
  background: 0 0;
}
.gas-fc40 {
  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;
}
.gas-fc40: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;
}
.gas-fc40 .form-inner-26d5 {
  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) {
  .gas-fc40 .form-inner-26d5 {
    min-height: 300px;
  }
}
@media screen and (max-width: 1024px) {
  .gas-fc40 .form-inner-26d5 {
    min-height: 250px;
    padding: 1em 15px;
  }
}
@media screen and (max-width: 568px) {
  .gas-fc40 .form-inner-26d5 {
    min-height: 200px;
  }
}
.gas-fc40 .heading_dark_410f {
  color: rgba(255, 255, 255, 0.8);
}
.gas-fc40 .heading_dark_410f a,
.gas-fc40 .heading_dark_410f li:after {
  color: inherit;
}
.gas-fc40 .heading_dark_410f a:hover {
  color: rgba(255, 255, 255, 0.8);
}
.up_f1d3 {
  margin-bottom: 0.5em;
}
.module-a59a {
  margin-bottom: 1.2em;
}
.module-a59a,
.up_f1d3 {
  display: inline-block;
  position: relative;
  color: rgba(255, 255, 255, 0.99);
  z-index: 5;
}
.module-a59a p:last-child,
.up_f1d3 p:last-child {
  margin-bottom: 0;
}
#header-menu-sidebar .border-tiny-e4ef,
#masthead .border-tiny-e4ef {
  display: none;
}
#masthead
  > .border-tiny-e4ef.dark-b5b8 {
  display: none;
}
#masthead > .border-tiny-e4ef button {
  left: 0;
}
.description_3659 {
  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%;
}
.description_3659 .row-7327 {
  display: -webkit-inline-box;
  display: inline-flex;
  -webkit-box-align: center;
  align-items: center;
  margin-left: 0.5em;
  margin-right: 0.5em;
}
.description_3659 .image_b674 {
  display: -webkit-box;
  display: flex;
}
.description_3659 .image_b674.prev-6cb9 {
  -webkit-box-pack: center;
  justify-content: center;
  margin-left: 1em;
  margin-right: 1em;
}
.description_3659 .image_b674.frame-iron-d418 {
  -webkit-box-pack: start;
  justify-content: flex-start;
  margin-right: auto;
  -webkit-box-flex: 1;
  flex: 1 1 0;
}
.description_3659 .image_b674.paper-8e30 {
  margin-left: auto;
  -webkit-box-pack: end;
  justify-content: flex-end;
  -webkit-box-flex: 1;
  flex: 1 1 0;
}
.description_3659.border-2f52.sidebar-focused-eb82 .image_b674.prev-6cb9 {
  flex-basis: 100%;
}
.description_3659.backdrop_bc9d .image_b674.frame-iron-d418 {
  -webkit-box-flex: 1;
  flex: auto;
}
.description_3659.backdrop_bc9d .image_b674.paper-8e30 {
  -webkit-box-flex: 1;
  flex: auto;
}
#masthead
  > .border-tiny-e4ef.dark-b5b8 {
  display: none;
}
#masthead > .border-tiny-e4ef button {
  left: 0;
}
.form_365f {
  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;
}
.form_365f:hover {
  box-shadow: inset 0 0 0 120px rgba(0, 0, 0, 0.18);
  color: #fff;
}
.form_365f.grid_848a i {
  margin-right: 4px;
}
.form_365f.popup_right_6600 i {
  margin-left: 5px;
}
.yellow-ee0c p {
  font-weight: 500;
  text-transform: uppercase;
  font-size: 13px;
}
.yellow-ee0c p:last-child {
  margin-bottom: 0;
}
.solid_a84c {
  display: -webkit-box;
  display: flex;
  line-height: 0.9;
  vertical-align: middle;
}
.solid_a84c a {
  display: inline-block;
  text-transform: uppercase;
  letter-spacing: 0.4px;
  font-weight: 600;
}
.solid_a84c img {
  display: block;
  width: auto;
  line-height: 1;
}
.solid_a84c .filter-liquid-7bc1 {
  font-size: 1.5em;
  margin: 0;
  font-weight: 600;
  line-height: 1.216;
}
.solid_a84c .warm-b42f {
  margin: 5px 0 7px 0;
}
.solid_a84c.west_4672 .pagination-2828 {
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
  -webkit-box-pack: center;
  justify-content: center;
}
.solid_a84c.west_4672 .bright_7cc0 {
  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;
}
.solid_a84c.motion-2dd1 {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  flex-direction: row-reverse;
}
.solid_a84c.motion-2dd1 .pagination-2828 {
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
  -webkit-box-pack: center;
  justify-content: center;
}
.solid_a84c.motion-2dd1 .bright_7cc0 {
  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;
}
.solid_a84c.under-0241 {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
}
.solid_a84c.pink_c1c1 {
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
  flex-direction: column-reverse;
}
.solid_a84c.pink_c1c1 .bright_7cc0 {
  margin-top: 7px;
}
.button_b27d {
  display: inline-block;
}
.breadcrumb_orange_36d7 .red_2058 .solid_a84c img {
  max-width: 100%;
}
.old-8868 .center-5798.block_next_a9d4,
.carousel-in-1bde .center-5798.block_next_a9d4 {
  position: relative;
  display: -webkit-inline-box;
  display: inline-flex;
  -webkit-box-align: center;
  align-items: center;
}
.old-8868 .link_14b3,
.carousel-in-1bde .link_14b3 {
  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%);
}
.old-8868 .link_14b3 {
  display: inline;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-decoration: none !important;
}
.old-8868.carousel-665f .link_14b3 {
  display: none;
}
.old-8868 .hard_2ebf {
  list-style: none;
  padding: 0;
  margin: 0;
}
.old-8868 .hard_2ebf li {
  display: inline-block;
  position: relative;
}
.old-8868 .hard_2ebf li:last-child {
  margin-right: 0;
}
.old-8868 .hard_2ebf 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;
}
.old-8868 .hard_2ebf li.photo-849c > a {
  color: rgba(0, 0, 0, 0.9);
}
.old-8868 .hard_2ebf > 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;
}
.old-8868 .hard_2ebf > li > a i {
  line-height: 0;
}
.old-8868 .hard_2ebf > li.input_1af7 > a .link_14b3 {
  margin-left: 4px;
  line-height: 0;
}
.old-8868 .hard_2ebf .dynamic_32b5 li.input_1af7 > a {
  position: relative;
}
.old-8868 .hard_2ebf .dynamic_32b5 li.input_1af7 > a:after,
.old-8868 .hard_2ebf .dynamic_32b5 li.input_1af7 > a:before {
  content: "";
  display: table;
}
.old-8868 .hard_2ebf .dynamic_32b5 li.input_1af7 > a:after {
  clear: both;
}
.old-8868 .hard_2ebf .dynamic_32b5 li.input_1af7 > a .link_14b3 {
  margin-left: 5px;
  float: right;
}
.old-8868 .active_0311,
.old-8868 .dynamic_32b5 {
  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;
}
.old-8868 .dynamic_32b5 {
  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;
}
.old-8868 .dynamic_32b5 .block_next_a9d4 {
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: justify;
  justify-content: space-between;
}
.old-8868 .dynamic_32b5 .link_14b3 {
  -webkit-transform: rotate(135deg) translateY(0);
  -ms-transform: rotate(135deg) translateY(0);
  transform: rotate(135deg) translateY(0);
}
.old-8868 .dynamic_32b5 li {
  display: block;
  margin: 0;
  padding: 0;
}
.old-8868 .dynamic_32b5 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;
}
.old-8868 .dynamic_32b5 li a:hover {
  background: rgba(0, 0, 0, 0.015);
  color: rgba(0, 0, 0, 0.8);
}
.old-8868 .dynamic_32b5 .dynamic_32b5 {
  top: 0;
  left: 100%;
}
.old-8868 .prev_2172.fn-focus-930f > .active_0311,
.old-8868 .prev_2172.fn-focus-930f > .dynamic_32b5,
.old-8868 .prev_2172:focus > .active_0311,
.old-8868 .prev_2172:focus > .dynamic_32b5,
.old-8868 .prev_2172:hover > .active_0311,
.old-8868 .prev_2172:hover > .dynamic_32b5 {
  height: auto;
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
  overflow: initial;
  visibility: visible;
  opacity: 1;
}
.old-8868.widget-5bc5 .media_silver_f637:after,
.old-8868.widget-5bc5 .media_silver_f637:before {
  content: "";
  display: table;
}
.old-8868.widget-5bc5 .media_silver_f637:after {
  clear: both;
}
.old-8868.widget-5bc5 .media_silver_f637 > li {
  float: left;
}
.old-8868.shadow-359c .media_silver_f637:after,
.old-8868.shadow-359c .media_silver_f637:before {
  content: "";
  display: table;
}
.old-8868.shadow-359c .media_silver_f637:after {
  clear: both;
}
.old-8868.shadow-359c .media_silver_f637 > li {
  float: left;
}
.old-8868.shadow-359c .media_silver_f637 > li > a {
  background: 0 0;
  display: -webkit-inline-box;
  display: inline-flex;
  vertical-align: middle;
  -webkit-box-align: center;
  align-items: center;
}
.old-8868.shadow-359c .media_silver_f637 > li > a:hover {
  color: #fff;
  background-color: #1e4b75;
}
.old-8868.shadow-359c .media_silver_f637 > li.badge_paper_15ae > a,
.old-8868.shadow-359c .media_silver_f637 > li.photo-849c > a {
  color: #fff;
  background-color: #1e4b75;
}
.old-8868.active_81e1 .media_silver_f637 > li > a .block_next_a9d4 {
  position: relative;
}
.old-8868.active_81e1 .media_silver_f637 > li > a .block_next_a9d4: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;
}
.old-8868.active_81e1
  .media_silver_f637
  > li:focus
  > a
  .block_next_a9d4:before,
.old-8868.active_81e1
  .media_silver_f637
  > li:hover
  > a
  .block_next_a9d4:before {
  width: 100%;
  background-color: currentColor;
}
.old-8868.active_81e1
  .media_silver_f637
  > li.badge_paper_15ae
  > a
  .block_next_a9d4:before,
.old-8868.active_81e1
  .media_silver_f637
  > li.input-selected-6dd0
  > a
  .block_next_a9d4:before {
  width: 100%;
  background-color: currentColor;
}
.old-8868.current-2d5d .media_silver_f637 > li > a .block_next_a9d4 {
  position: relative;
}
.old-8868.current-2d5d .media_silver_f637 > li > a .block_next_a9d4: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;
}
.old-8868.current-2d5d .media_silver_f637 > li:focus > a .block_next_a9d4:before,
.old-8868.current-2d5d
  .media_silver_f637
  > li:hover
  > a
  .block_next_a9d4:before {
  width: 100%;
  background-color: currentColor;
}
.old-8868.current-2d5d
  .media_silver_f637
  > li.badge_paper_15ae
  > a
  .block_next_a9d4:before,
.old-8868.current-2d5d
  .media_silver_f637
  > li.input-selected-6dd0
  > a
  .block_next_a9d4:before {
  width: 100%;
  background-color: currentColor;
}
.carousel-in-1bde .hard_2ebf {
  margin: 0;
  padding: 0;
  list-style: none;
}
.carousel-in-1bde .hard_2ebf li:first-child > a {
  border-top: none;
}
.carousel-in-1bde .hard_2ebf .primary_inner_6665 > .block_next_a9d4 .link_14b3 {
  display: none;
}
.carousel-in-1bde .hard_2ebf li {
  list-style: none;
  position: relative;
  border-bottom: 1px solid transparent;
}
.carousel-in-1bde .hard_2ebf li:last-child {
  border: none;
}
.carousel-in-1bde .hard_2ebf li.input_1af7 > a {
  padding-right: 45px !important;
}
.carousel-in-1bde .hard_2ebf li a {
  display: block;
  padding: 0.55em 1.5em;
}
.carousel-in-1bde .hard_2ebf li a:focus,
.carousel-in-1bde .hard_2ebf li a:hover {
  background: rgba(0, 0, 0, 0.01);
}
.carousel-in-1bde .hard_2ebf li .next-e64b {
  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;
}
.carousel-in-1bde .hard_2ebf li .next-e64b:hover {
  box-shadow: none;
}
.carousel-in-1bde .hard_2ebf li .next-e64b .link_14b3 {
  -webkit-transform: rotate(-135deg) translateY(50%) translateX(50%);
  -ms-transform: rotate(-135deg) translateY(50%) translateX(50%);
  transform: rotate(-135deg) translateY(50%) translateX(50%);
}
.carousel-in-1bde .hard_2ebf .dynamic_32b5 {
  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);
}
.carousel-in-1bde .hard_2ebf .dynamic_32b5 li a {
  padding-left: 3em;
}
.carousel-in-1bde .hard_2ebf .center-5f75 > a .next-e64b i {
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
.carousel-in-1bde .hard_2ebf .center-5f75 > .dynamic_32b5 {
  display: block;
  opacity: 1;
}
.gradient-full-91c7 {
  max-width: 100%;
}
.backdrop_clean_0941 {
  line-height: 0;
  cursor: pointer;
}
.chip-3a17 {
  line-height: 0;
  display: inline-block;
  position: relative;
  box-shadow: none;
}
.chip-3a17:hover {
  box-shadow: none;
  color: currentColor;
}
.chip-3a17 svg {
  width: 18px;
  height: 18px;
}
.chip-3a17 .card-51c7 {
  display: none;
}
.layout-3270 {
  position: relative;
}
.layout-3270.fn-active-930f .chip-3a17 .photo-8aeb {
  display: none;
}
.layout-3270.fn-active-930f .chip-3a17 .card-51c7 {
  display: inline-block;
}
.layout-3270 .image_large_3c4f {
  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);
}
.layout-3270.border_c618 .image_large_3c4f {
  left: auto;
  right: -0.9em;
}
.layout-3270.border_c618 .widget-short-d362::before {
  left: auto;
  right: 15px;
}
.layout-3270.fn-active-930f .image_large_3c4f {
  height: auto;
  overflow: initial;
  z-index: 26;
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
}
.pattern_dirty_977d {
  display: -webkit-box;
  display: flex;
  margin-bottom: 0;
  width: 100%;
  max-width: 100%;
}
.pattern_dirty_977d label {
  flex-basis: 100%;
}
.pattern_dirty_977d .primary-8304 {
  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;
}
.pattern_dirty_977d .table_5326 {
  display: block;
  width: 100%;
  border-radius: 2px;
  height: 2.4em;
}
.pattern_dirty_977d .table_5326:focus {
  background-color: transparent;
}
.pattern_dirty_977d button.green_2ade {
  overflow: hidden;
  box-shadow: none;
  margin-left: -40px;
  background: 0 0;
  color: #6d6d6d;
  line-height: 0;
  padding: 0 0.7em;
  min-height: auto;
}
.pattern_dirty_977d button.green_2ade:hover {
  box-shadow: none;
  background-color: transparent;
  color: #686868;
}
.pattern_dirty_977d button.green_2ade svg {
  width: 18px;
  height: 18px;
}
.pattern_dirty_977d input[type="submit"] {
  min-height: auto;
}
.shadow_9c45 .pattern_dirty_977d .table_5326 {
  border: 0;
  box-shadow: none;
  background-color: transparent;
}
.widget-short-d362 {
  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) {
  .widget-short-d362 {
    width: 220px;
  }
}
.widget-short-d362 label {
  flex-basis: 100%;
}
.widget-short-d362::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;
}
.tabs-8ff8 .shadow_9c45 .pattern_dirty_977d {
  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;
}
.tabs-8ff8
  .shadow_9c45
  .pattern_dirty_977d
  .primary-8304 {
  background-color: transparent;
  min-height: auto;
  flex-basis: 100%;
  display: -webkit-box;
  display: flex;
  border-style: none;
  border: none;
  box-shadow: none;
}
.tabs-8ff8 .shadow_9c45 .pattern_dirty_977d .table_5326 {
  border-color: transparent;
  height: auto;
  background-color: transparent;
  border: 0;
  border-style: none;
  box-shadow: none;
  -webkit-box-flex: 0;
  flex: 0 0 auto;
}
.tabs-8ff8
  .shadow_9c45
  .pattern_dirty_977d
  .table_5326:focus {
  background: 0 0;
}
.tabs-8ff8
  .shadow_9c45
  .pattern_dirty_977d
  .wide_5767 {
  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;
}
.frame-right-11f9 {
  display: inline-block;
  margin: 0;
  padding: 0;
  list-style: none;
  position: relative;
}
.frame-right-11f9 li {
  list-style: none;
  display: inline-block;
  margin: 0 3px;
}
.frame-right-11f9 li:last-child {
  margin-right: 0;
}
.frame-right-11f9 li:first-child {
  margin-left: 0;
}
.frame-right-11f9.card-d846 a {
  color: #fff;
}
.frame-right-11f9.card-d846 a:hover {
  color: #fff;
}
.frame-right-11f9 a {
  color: currentColor;
  text-align: center;
  vertical-align: middle;
  width: 100%;
  padding: 0.4em;
  display: inline-block;
  line-height: 1;
  font-size: 13px;
}
.frame-right-11f9 a i {
  width: 1em;
  height: 1em;
  position: relative;
  display: block;
}
.frame-right-11f9 a i:before {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}
.frame-right-11f9 a:hover {
  opacity: 0.9;
  color: inherit;
}
.frame-right-11f9 [class*="social-icon-apple"] {
  background-color: #999;
}
.frame-right-11f9 [class*="social-icon-apple"].footer-562b {
  background-color: transparent;
  color: #999;
}
.frame-right-11f9 [class*="social-icon-behance"] {
  background-color: #1769ff;
}
.frame-right-11f9 [class*="social-icon-behance"].footer-562b {
  background-color: transparent;
  color: #1769ff;
}
.frame-right-11f9 [class*="social-icon-bitbucket"] {
  background-color: #205081;
}
.frame-right-11f9 [class*="social-icon-bitbucket"].footer-562b {
  background-color: transparent;
  color: #205081;
}
.frame-right-11f9 [class*="social-icon-codepen"] {
  background-color: #000;
}
.frame-right-11f9 [class*="social-icon-codepen"].footer-562b {
  background-color: transparent;
  color: #000;
}
.frame-right-11f9 [class*="social-icon-delicious"] {
  background-color: #39f;
}
.frame-right-11f9 [class*="social-icon-delicious"].footer-562b {
  background-color: transparent;
  color: #39f;
}
.frame-right-11f9 [class*="social-icon-digg"] {
  background-color: #005be2;
}
.frame-right-11f9 [class*="social-icon-digg"].footer-562b {
  background-color: transparent;
  color: #005be2;
}
.frame-right-11f9 [class*="social-icon-dribbble"] {
  background-color: #ea4c89;
}
.frame-right-11f9 [class*="social-icon-dribbble"].footer-562b {
  background-color: transparent;
  color: #ea4c89;
}
.frame-right-11f9 [class*="social-icon-envelope"] {
  background-color: #ea4335;
}
.frame-right-11f9 [class*="social-icon-envelope"].footer-562b {
  background-color: transparent;
  color: #ea4335;
}
.frame-right-11f9 [class*="social-icon-facebook"] {
  background-color: #3b5998;
}
.frame-right-11f9 [class*="social-icon-facebook"].footer-562b {
  background-color: transparent;
  color: #3b5998;
}
.frame-right-11f9 [class*="social-icon-flickr"] {
  background-color: #0063dc;
}
.frame-right-11f9 [class*="social-icon-flickr"].footer-562b {
  background-color: transparent;
  color: #0063dc;
}
.frame-right-11f9 [class*="social-icon-foursquare"] {
  background-color: #2d5be3;
}
.frame-right-11f9 [class*="social-icon-foursquare"].footer-562b {
  background-color: transparent;
  color: #2d5be3;
}
.frame-right-11f9 [class*="social-icon-github"] {
  background-color: #333;
}
.frame-right-11f9 [class*="social-icon-github"].footer-562b {
  background-color: transparent;
  color: #333;
}
.frame-right-11f9 [class*="social-icon-google-plus"] {
  background-color: #dd4b39;
}
.frame-right-11f9 [class*="social-icon-google-plus"].footer-562b {
  background-color: transparent;
  color: #dd4b39;
}
.frame-right-11f9 [class*="social-icon-houzz"] {
  background-color: #7ac142;
}
.frame-right-11f9 [class*="social-icon-houzz"].footer-562b {
  background-color: transparent;
  color: #7ac142;
}
.frame-right-11f9 [class*="social-icon-instagram"] {
  background-color: #262626;
}
.frame-right-11f9 [class*="social-icon-instagram"].footer-562b {
  background-color: transparent;
  color: #262626;
}
.frame-right-11f9 [class*="social-icon-jsfiddle"] {
  background-color: #487aa2;
}
.frame-right-11f9 [class*="social-icon-jsfiddle"].footer-562b {
  background-color: transparent;
  color: #487aa2;
}
.frame-right-11f9 [class*="social-icon-linkedin"] {
  background-color: #0077b5;
}
.frame-right-11f9 [class*="social-icon-linkedin"].footer-562b {
  background-color: transparent;
  color: #0077b5;
}
.frame-right-11f9 [class*="social-icon-medium"] {
  background-color: #00ab6b;
}
.frame-right-11f9 [class*="social-icon-medium"].footer-562b {
  background-color: transparent;
  color: #00ab6b;
}
.frame-right-11f9 [class*="social-icon-odnoklassniki"] {
  background-color: #f4731c;
}
.frame-right-11f9
  [class*="social-icon-odnoklassniki"].footer-562b {
  background-color: transparent;
  color: #f4731c;
}
.frame-right-11f9 [class*="social-icon-meetup"] {
  background-color: #ec1c40;
}
.frame-right-11f9 [class*="social-icon-meetup"].footer-562b {
  background-color: transparent;
  color: #ec1c40;
}
.frame-right-11f9 [class*="social-icon-pinterest"] {
  background-color: #bd081c;
}
.frame-right-11f9 [class*="social-icon-pinterest"].footer-562b {
  background-color: transparent;
  color: #bd081c;
}
.frame-right-11f9 [class*="social-icon-product-hunt"] {
  background-color: #da552f;
}
.frame-right-11f9 [class*="social-icon-product-hunt"].footer-562b {
  background-color: transparent;
  color: #da552f;
}
.frame-right-11f9 [class*="social-icon-reddit"] {
  background-color: #ff4500;
}
.frame-right-11f9 [class*="social-icon-reddit"].footer-562b {
  background-color: transparent;
  color: #ff4500;
}
.frame-right-11f9 [class*="social-icon-rss"] {
  background-color: #f26522;
}
.frame-right-11f9 [class*="social-icon-rss"].footer-562b {
  background-color: transparent;
  color: #f26522;
}
.frame-right-11f9 [class*="social-icon-shopping-cart"] {
  background-color: #4caf50;
}
.frame-right-11f9
  [class*="social-icon-shopping-cart"].footer-562b {
  background-color: transparent;
  color: #4caf50;
}
.frame-right-11f9 [class*="social-icon-skype"] {
  background-color: #00aff0;
}
.frame-right-11f9 [class*="social-icon-skype"].footer-562b {
  background-color: transparent;
  color: #00aff0;
}
.frame-right-11f9 [class*="social-icon-slideshare"] {
  background-color: #0077b5;
}
.frame-right-11f9 [class*="social-icon-slideshare"].footer-562b {
  background-color: transparent;
  color: #0077b5;
}
.frame-right-11f9 [class*="social-icon-snapchat"] {
  background-color: #fffc00;
}
.frame-right-11f9 [class*="social-icon-snapchat"].footer-562b {
  background-color: transparent;
  color: #fffc00;
}
.frame-right-11f9 [class*="social-icon-soundcloud"] {
  background-color: #f80;
}
.frame-right-11f9 [class*="social-icon-soundcloud"].footer-562b {
  background-color: transparent;
  color: #f80;
}
.frame-right-11f9 [class*="social-icon-spotify"] {
  background-color: #2ebd59;
}
.frame-right-11f9 [class*="social-icon-spotify"].footer-562b {
  background-color: transparent;
  color: #2ebd59;
}
.frame-right-11f9 [class*="social-icon-stack-overflow"] {
  background-color: #fe7a15;
}
.frame-right-11f9
  [class*="social-icon-stack-overflow"].footer-562b {
  background-color: transparent;
  color: #fe7a15;
}
.frame-right-11f9 [class*="social-icon-maldkfgram"] {
  background-color: #2ca5e0;
}
.frame-right-11f9 [class*="social-icon-maldkfgram"].footer-562b {
  background-color: transparent;
  color: #2ca5e0;
}
.frame-right-11f9 [class*="social-icon-tripadvisor"] {
  background-color: #589442;
}
.frame-right-11f9 [class*="social-icon-tripadvisor"].footer-562b {
  background-color: transparent;
  color: #589442;
}
.frame-right-11f9 [class*="social-icon-tumblr"] {
  background-color: #35465c;
}
.frame-right-11f9 [class*="social-icon-tumblr"].footer-562b {
  background-color: transparent;
  color: #35465c;
}
.frame-right-11f9 [class*="social-icon-twitch"] {
  background-color: #6441a5;
}
.frame-right-11f9 [class*="social-icon-twitch"].footer-562b {
  background-color: transparent;
  color: #6441a5;
}
.frame-right-11f9 [class*="social-icon-twitter"] {
  background-color: #1da1f2;
}
.frame-right-11f9 [class*="social-icon-twitter"].footer-562b {
  background-color: transparent;
  color: #1da1f2;
}
.frame-right-11f9 [class*="social-icon-vimeo"] {
  background-color: #1ab7ea;
}
.frame-right-11f9 [class*="social-icon-vimeo"].footer-562b {
  background-color: transparent;
  color: #1ab7ea;
}
.frame-right-11f9 [class*="social-icon-vk"] {
  background-color: #45668e;
}
.frame-right-11f9 [class*="social-icon-vk"].footer-562b {
  background-color: transparent;
  color: #45668e;
}
.frame-right-11f9 [class*="social-icon-weibo"] {
  background-color: #df2029;
}
.frame-right-11f9 [class*="social-icon-weibo"].footer-562b {
  background-color: transparent;
  color: #df2029;
}
.frame-right-11f9 [class*="social-icon-weixin"] {
  background-color: #7bb32e;
}
.frame-right-11f9 [class*="social-icon-weixin"].footer-562b {
  background-color: transparent;
  color: #7bb32e;
}
.frame-right-11f9 [class*="social-icon-whatsapp"] {
  background-color: #25d366;
}
.frame-right-11f9 [class*="social-icon-whatsapp"].footer-562b {
  background-color: transparent;
  color: #25d366;
}
.frame-right-11f9 [class*="social-icon-wordpress"] {
  background-color: #21759b;
}
.frame-right-11f9 [class*="social-icon-wordpress"].footer-562b {
  background-color: transparent;
  color: #21759b;
}
.frame-right-11f9 [class*="social-icon-xing"] {
  background-color: #026466;
}
.frame-right-11f9 [class*="social-icon-xing"].footer-562b {
  background-color: transparent;
  color: #026466;
}
.frame-right-11f9 [class*="social-icon-yelp"] {
  background-color: #af0606;
}
.frame-right-11f9 [class*="social-icon-yelp"].footer-562b {
  background-color: transparent;
  color: #af0606;
}
.frame-right-11f9 [class*="social-icon-youtube"] {
  background-color: #cd201f;
}
.frame-right-11f9 [class*="social-icon-youtube"].footer-562b {
  background-color: transparent;
  color: #cd201f;
}
.menu_e0c1 {
  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;
}
.menu_e0c1:hover {
  box-shadow: none;
  background: 0 0;
}
.picture-57fb {
  background: 0 0 !important;
  text-transform: uppercase;
  font-size: 0.85em;
}
.main-90c8 {
  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;
}
.table-c881 {
  display: inline-block;
  position: relative;
  vertical-align: middle;
}
.chip_e71d {
  display: block;
  top: 50%;
  background-color: currentcolor;
}
.chip_e71d,
.chip_e71d::after,
.chip_e71d::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;
}
.chip_e71d::after,
.chip_e71d::before {
  content: "";
  display: block;
  background-color: inherit;
}
.filter-medium-7ab1 .main-90c8 .table-c881 {
  margin-top: -2px;
  width: 19px;
}
.filter-medium-7ab1 .main-90c8 .chip_e71d {
  margin-top: -1px;
}
.filter-medium-7ab1 .main-90c8 .chip_e71d,
.filter-medium-7ab1 .main-90c8 .chip_e71d::after,
.filter-medium-7ab1 .main-90c8 .chip_e71d::before {
  width: 19px;
  height: 2px;
}
.filter-medium-7ab1 .main-90c8 .chip_e71d::before {
  top: -6px;
}
.filter-medium-7ab1 .main-90c8 .chip_e71d::after {
  bottom: -6px;
}
.solid_1b03 .main-90c8 .table-c881 {
  margin-top: -2px;
  width: 22px;
}
.solid_1b03 .main-90c8 .chip_e71d {
  margin-top: -1px;
}
.solid_1b03 .main-90c8 .chip_e71d,
.solid_1b03 .main-90c8 .chip_e71d::after,
.solid_1b03 .main-90c8 .chip_e71d::before {
  width: 22px;
  height: 2px;
}
.solid_1b03 .main-90c8 .chip_e71d::before {
  top: -7px;
}
.solid_1b03 .main-90c8 .chip_e71d::after {
  bottom: -7px;
}
.table_81b5 .main-90c8 .table-c881 {
  margin-top: -2px;
  width: 31px;
}
.table_81b5 .main-90c8 .chip_e71d {
  margin-top: -1.5px;
}
.table_81b5 .main-90c8 .chip_e71d,
.table_81b5 .main-90c8 .chip_e71d::after,
.table_81b5 .main-90c8 .chip_e71d::before {
  width: 31px;
  height: 3px;
}
.table_81b5 .main-90c8 .chip_e71d::before {
  top: -9px;
}
.table_81b5 .main-90c8 .chip_e71d::after {
  bottom: -9px;
}
@media screen and (min-width: 1025px) {
  .popup-upper-cc9a .main-90c8 .table-c881 {
    margin-top: -2px;
    width: 19px;
  }
  .popup-upper-cc9a .main-90c8 .chip_e71d {
    margin-top: -1px;
  }
  .popup-upper-cc9a .main-90c8 .chip_e71d,
  .popup-upper-cc9a .main-90c8 .chip_e71d::after,
  .popup-upper-cc9a .main-90c8 .chip_e71d::before {
    width: 19px;
    height: 2px;
  }
  .popup-upper-cc9a .main-90c8 .chip_e71d::before {
    top: -6px;
  }
  .popup-upper-cc9a .main-90c8 .chip_e71d::after {
    bottom: -6px;
  }
  .down_11f2 .main-90c8 .table-c881 {
    margin-top: -2px;
    width: 22px;
  }
  .down_11f2 .main-90c8 .chip_e71d {
    margin-top: -1px;
  }
  .down_11f2 .main-90c8 .chip_e71d,
  .down_11f2 .main-90c8 .chip_e71d::after,
  .down_11f2 .main-90c8 .chip_e71d::before {
    width: 22px;
    height: 2px;
  }
  .down_11f2 .main-90c8 .chip_e71d::before {
    top: -7px;
  }
  .down_11f2 .main-90c8 .chip_e71d::after {
    bottom: -7px;
  }
  .breadcrumb_5ab5 .main-90c8 .table-c881 {
    margin-top: -2px;
    width: 31px;
  }
  .breadcrumb_5ab5 .main-90c8 .chip_e71d {
    margin-top: -1.5px;
  }
  .breadcrumb_5ab5 .main-90c8 .chip_e71d,
  .breadcrumb_5ab5 .main-90c8 .chip_e71d::after,
  .breadcrumb_5ab5 .main-90c8 .chip_e71d::before {
    width: 31px;
    height: 3px;
  }
  .breadcrumb_5ab5 .main-90c8 .chip_e71d::before {
    top: -9px;
  }
  .breadcrumb_5ab5 .main-90c8 .chip_e71d::after {
    bottom: -9px;
  }
}
@media screen and (max-width: 1024px) {
  .center-5696 .main-90c8 .table-c881 {
    margin-top: -2px;
    width: 19px;
  }
  .center-5696 .main-90c8 .chip_e71d {
    margin-top: -1px;
  }
  .center-5696 .main-90c8 .chip_e71d,
  .center-5696 .main-90c8 .chip_e71d::after,
  .center-5696 .main-90c8 .chip_e71d::before {
    width: 19px;
    height: 2px;
  }
  .center-5696 .main-90c8 .chip_e71d::before {
    top: -6px;
  }
  .center-5696 .main-90c8 .chip_e71d::after {
    bottom: -6px;
  }
  .label-paper-8a7f .main-90c8 .table-c881 {
    margin-top: -2px;
    width: 22px;
  }
  .label-paper-8a7f .main-90c8 .chip_e71d {
    margin-top: -1px;
  }
  .label-paper-8a7f .main-90c8 .chip_e71d,
  .label-paper-8a7f .main-90c8 .chip_e71d::after,
  .label-paper-8a7f .main-90c8 .chip_e71d::before {
    width: 22px;
    height: 2px;
  }
  .label-paper-8a7f .main-90c8 .chip_e71d::before {
    top: -7px;
  }
  .label-paper-8a7f .main-90c8 .chip_e71d::after {
    bottom: -7px;
  }
  .gallery_c059 .main-90c8 .table-c881 {
    margin-top: -2px;
    width: 31px;
  }
  .gallery_c059 .main-90c8 .chip_e71d {
    margin-top: -1.5px;
  }
  .gallery_c059 .main-90c8 .chip_e71d,
  .gallery_c059 .main-90c8 .chip_e71d::after,
  .gallery_c059 .main-90c8 .chip_e71d::before {
    width: 31px;
    height: 3px;
  }
  .gallery_c059 .main-90c8 .chip_e71d::before {
    top: -9px;
  }
  .gallery_c059 .main-90c8 .chip_e71d::after {
    bottom: -9px;
  }
}
@media screen and (max-width: 568px) {
  .article_dirty_7e73 .main-90c8 .table-c881 {
    margin-top: -2px;
    width: 19px;
  }
  .article_dirty_7e73 .main-90c8 .chip_e71d {
    margin-top: -1px;
  }
  .article_dirty_7e73 .main-90c8 .chip_e71d,
  .article_dirty_7e73 .main-90c8 .chip_e71d::after,
  .article_dirty_7e73 .main-90c8 .chip_e71d::before {
    width: 19px;
    height: 2px;
  }
  .article_dirty_7e73 .main-90c8 .chip_e71d::before {
    top: -6px;
  }
  .article_dirty_7e73 .main-90c8 .chip_e71d::after {
    bottom: -6px;
  }
  .pattern-0f43 .main-90c8 .table-c881 {
    margin-top: -2px;
    width: 22px;
  }
  .pattern-0f43 .main-90c8 .chip_e71d {
    margin-top: -1px;
  }
  .pattern-0f43 .main-90c8 .chip_e71d,
  .pattern-0f43 .main-90c8 .chip_e71d::after,
  .pattern-0f43 .main-90c8 .chip_e71d::before {
    width: 22px;
    height: 2px;
  }
  .pattern-0f43 .main-90c8 .chip_e71d::before {
    top: -7px;
  }
  .pattern-0f43 .main-90c8 .chip_e71d::after {
    bottom: -7px;
  }
  .alert-c843 .main-90c8 .table-c881 {
    margin-top: -2px;
    width: 31px;
  }
  .alert-c843 .main-90c8 .chip_e71d {
    margin-top: -1.5px;
  }
  .alert-c843 .main-90c8 .chip_e71d,
  .alert-c843 .main-90c8 .chip_e71d::after,
  .alert-c843 .main-90c8 .chip_e71d::before {
    width: 31px;
    height: 3px;
  }
  .alert-c843 .main-90c8 .chip_e71d::before {
    top: -9px;
  }
  .alert-c843 .main-90c8 .chip_e71d::after {
    bottom: -9px;
  }
}
.box-adb2 .chip_e71d {
  -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);
}
.box-adb2 .chip_e71d::before {
  -webkit-transition: top 75ms 0.12s ease, opacity 75ms ease;
  transition: top 75ms 0.12s ease, opacity 75ms ease;
}
.box-adb2 .chip_e71d::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);
}
.box-adb2.frame_4ccf .chip_e71d {
  -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);
}
.box-adb2.frame_4ccf .chip_e71d::before {
  top: 0;
  opacity: 0;
  -webkit-transition: top 75ms ease, opacity 75ms 0.12s ease;
  transition: top 75ms ease, opacity 75ms 0.12s ease;
}
.box-adb2.frame_4ccf .chip_e71d::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);
}
.pattern-warm-ecd8 {
  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_2927:before {
  display: none;
}
.yellow_d5ba {
  padding: 0;
  position: fixed;
  width: 100%;
  max-width: 100%;
  top: 0;
  z-index: 999900;
  visibility: hidden;
}
.yellow_d5ba .input_52d9 {
  padding: 1.4em 1.5em;
  border-bottom: 1px solid transparent;
}
.yellow_d5ba .input_52d9:last-of-type {
  border-bottom: none;
}
.yellow_d5ba .input_52d9.fixed_036e,
.yellow_d5ba .input_52d9.column-large-2109,
.yellow_d5ba .input_52d9.description-bdab {
  padding: 0;
}
.yellow_d5ba .carousel-in-1bde .next-e64b {
  color: currentColor;
}
.yellow_d5ba .carousel-in-1bde .next-e64b:focus,
.yellow_d5ba .carousel-in-1bde .next-e64b:hover {
  background: rgba(0, 0, 0, 0.01);
}
.yellow_d5ba.under-a9ea .hidden-9c10,
.yellow_d5ba.under-a9ea .yellow-ee0c a,
.yellow_d5ba.under-a9ea .media_silver_f637 a,
.yellow_d5ba.under-a9ea .dynamic_32b5 a {
  color: rgba(0, 0, 0, 0.55);
}
.yellow_d5ba.under-a9ea .hidden-9c10:hover,
.yellow_d5ba.under-a9ea .yellow-ee0c a:hover,
.yellow_d5ba.under-a9ea .media_silver_f637 a:hover,
.yellow_d5ba.under-a9ea .dynamic_32b5 a:hover {
  color: rgba(0, 0, 0, 0.8);
}
.yellow_d5ba.under-a9ea .cool-8685 {
  color: rgba(0, 0, 0, 0.8);
}
.yellow_d5ba.under-a9ea .input_52d9 {
  border-color: rgba(0, 0, 0, 0.08);
}
.yellow_d5ba.under-a9ea .input_52d9:before {
  background: rgba(0, 0, 0, 0.08);
}
.yellow_d5ba.under-a9ea .widget-gas-85c5:before {
  background: rgba(255, 255, 255, 0.9);
}
.yellow_d5ba.under-a9ea .carousel-in-1bde .hard_2ebf li a,
.yellow_d5ba.under-a9ea .carousel-in-1bde .next-e64b,
.yellow_d5ba.under-a9ea .dynamic_32b5 {
  border-color: rgba(0, 0, 0, 0.08);
}
.yellow_d5ba.under-a9ea .carousel-in-1bde .next-e64b:focus,
.yellow_d5ba.under-a9ea .carousel-in-1bde .next-e64b:hover {
  background: rgba(0, 0, 0, 0.01);
}
.yellow_d5ba.under-a9ea .hard_2ebf li {
  border-color: rgba(0, 0, 0, 0.08);
}
.yellow_d5ba.slow_0b22 .hidden-9c10,
.yellow_d5ba.slow_0b22 .yellow-ee0c a,
.yellow_d5ba.slow_0b22 .media_silver_f637 .next-e64b,
.yellow_d5ba.slow_0b22 .media_silver_f637 a,
.yellow_d5ba.slow_0b22 .dynamic_32b5 a {
  color: rgba(255, 255, 255, 0.79);
}
.yellow_d5ba.slow_0b22 .hidden-9c10:hover,
.yellow_d5ba.slow_0b22 .yellow-ee0c a:hover,
.yellow_d5ba.slow_0b22 .media_silver_f637 .next-e64b:hover,
.yellow_d5ba.slow_0b22 .media_silver_f637 a:hover,
.yellow_d5ba.slow_0b22 .dynamic_32b5 a:hover {
  color: rgba(255, 255, 255, 0.99);
}
.yellow_d5ba.slow_0b22 .cool-8685 {
  color: rgba(255, 255, 255, 0.99);
}
.yellow_d5ba.slow_0b22 .input_52d9 {
  border-color: rgba(255, 255, 255, 0.08);
}
.yellow_d5ba.slow_0b22 .input_52d9:before {
  background: rgba(255, 255, 255, 0.08);
}
.yellow_d5ba.slow_0b22 .widget-gas-85c5:before {
  background: rgba(0, 0, 0, 0.9);
}
.yellow_d5ba.slow_0b22 .carousel-in-1bde .hard_2ebf li a,
.yellow_d5ba.slow_0b22 .carousel-in-1bde .next-e64b,
.yellow_d5ba.slow_0b22 .dynamic_32b5 {
  border-color: rgba(255, 255, 255, 0.08);
}
.yellow_d5ba.slow_0b22 .carousel-in-1bde .next-e64b:focus,
.yellow_d5ba.slow_0b22 .carousel-in-1bde .next-e64b:hover {
  background: rgba(0, 0, 0, 0.01);
}
.yellow_d5ba.slow_0b22 .hard_2ebf li {
  border-color: rgba(255, 255, 255, 0.08);
}
.widget-gas-85c5 {
  position: relative;
  word-con: break-word;
  min-height: 100%;
  display: block;
}
.widget-gas-85c5:before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  display: block;
  min-height: 100%;
}
.nav_6730 {
  position: relative;
  word-con: break-word;
  min-height: 100%;
  display: block;
  padding: 1.2em 0;
}
.menu_8b24 .yellow_d5ba {
  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;
}
.menu_8b24 .input_52d9 {
  text-align: center;
  padding: 2em 1.5em;
  border: none;
  position: relative;
}
.menu_8b24 .input_52d9: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) {
  .menu_8b24 .input_52d9:before {
    width: 16%;
    left: 42%;
  }
}
.menu_8b24 .input_52d9:last-child:before {
  content: none;
}
.menu_8b24 .input_52d9[class*="-menu"] {
  padding: 2.5em 1.5em;
}
.menu_8b24 .carousel-in-1bde .hard_2ebf li a {
  border: none;
  font-size: 140%;
  text-transform: uppercase;
  font-weight: 500;
}
.menu_8b24 .carousel-in-1bde .hard_2ebf li a .next-e64b {
  display: inline-block;
  position: relative;
  border: 0 none;
  margin-right: -1.3em;
  top: -2px;
  padding: 0.28em 0.5em;
}
.menu_8b24 .carousel-in-1bde .dynamic_32b5 {
  border: none;
}
.menu_8b24 .carousel-in-1bde .dynamic_32b5 li a {
  text-transform: none;
  padding: 0.35em 1.5em;
  font-size: 100%;
}
.menu_8b24 .widget-gas-85c5 {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}
.menu_8b24 .nav_6730 {
  max-width: 48em;
  margin: 3em auto;
  padding: 0;
}
.menu_8b24 .slow_0b22 .widget-gas-85c5:before {
  background: rgba(0, 0, 0, 0.9);
}
.menu_8b24 .under-a9ea.component-tall-2557 .chip_e71d {
  background: rgba(0, 0, 0, 0.6);
}
.menu_8b24
  .under-a9ea.component-tall-2557
  .chip_e71d::after,
.menu_8b24
  .under-a9ea.component-tall-2557
  .chip_e71d:before {
  background: inherit;
}
.menu_8b24
  .under-a9ea.component-tall-2557:hover
  .chip_e71d {
  background: rgba(0, 0, 0, 0.8);
}
.pagination_6ce1 .yellow_d5ba {
  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) {
  .pagination_6ce1 .yellow_d5ba {
    width: auto;
    right: 45px;
  }
}
.short-f8b5 .yellow_d5ba {
  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) {
  .short-f8b5 .yellow_d5ba {
    width: auto;
    left: 45px;
  }
}
.white_2927 .yellow_d5ba {
  position: relative;
  height: 0;
  display: block;
  visibility: visible;
  z-index: 999900;
  overflow: hidden;
}
.white_2927 .nav_6730 {
  max-width: 48em;
  margin: 0 auto;
}
.white_2927 .widget-gas-85c5:before {
  box-shadow: inset 0 0 12px 0 rgba(0, 0, 0, 0.05);
}
.sort-huge-6eef {
  overflow-x: hidden;
  position: relative;
  width: 100%;
  display: block;
}
.sort-huge-6eef.menu_8b24 .yellow_d5ba {
  z-index: 0;
  opacity: 0;
  height: 100%;
}
.sort-huge-6eef.pagination_6ce1 .yellow_d5ba {
  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);
}
.sort-huge-6eef .yellow_d5ba {
  visibility: visible;
}
.sort-huge-6eef.short-f8b5 .yellow_d5ba {
  -webkit-transform: translateX(200%);
  -ms-transform: translateX(200%);
  transform: translateX(200%);
  height: 100%;
}
.sort-576e,
.short-ea5f {
  overflow-x: hidden;
}
.sort-576e .yellow_d5ba {
  overflow: auto;
}
.sort-576e.menu_8b24 {
  overflow: initial;
  position: relative;
  width: 100%;
  display: block;
}
.sort-576e.menu_8b24 .yellow_d5ba {
  z-index: 999900;
  opacity: 1;
  visibility: visible;
}
.sort-576e.menu_8b24 .menu_e0c1 {
  opacity: 0;
}
.sort-576e.pagination_6ce1 {
  overflow: initial;
  position: relative;
  width: 100%;
  display: block;
}
.sort-576e.pagination_6ce1 .yellow_d5ba {
  z-index: 999900;
  height: 100vh;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  left: 0;
  visibility: visible;
}
.sort-576e.pagination_6ce1 .menu_e0c1 {
  opacity: 0;
}
.sort-576e.short-f8b5 {
  overflow: initial;
  position: relative;
  width: 100%;
  display: block;
}
.sort-576e.short-f8b5 .yellow_d5ba {
  z-index: 999900;
  height: 100vh;
  max-width: 100vw;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  right: 0;
  visibility: visible;
}
.sort-576e.short-f8b5 .menu_e0c1 {
  opacity: 0;
}
.sort-576e.white_2927 .yellow_d5ba {
  z-index: 10;
  visibility: visible;
}
.component-tall-2557 {
  display: none;
  z-index: 999910;
  cursor: pointer;
  position: fixed;
  top: 10px;
  right: 12px;
}
.component-tall-2557 .chip_e71d {
  background: rgba(255, 255, 255, 0.99);
}
.component-tall-2557 .chip_e71d::after,
.component-tall-2557 .chip_e71d:before {
  background: inherit;
}
.component-tall-2557:hover .chip_e71d {
  background: rgba(255, 255, 255, 0.99);
}
.short-f8b5 .component-tall-2557 {
  top: 10px;
  right: auto;
  left: 12px;
}
.white_2927 .component-tall-2557 {
  display: none !important;
}
.sort-576e:before,
.short-ea5f:before {
  z-index: 999897;
  visibility: visible;
  opacity: 1;
}
.sort-576e .component-tall-2557,
.short-ea5f .component-tall-2557 {
  display: inline-block;
}
.yellow_d5ba .row-7327 {
  -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;
}
.sort-576e .yellow_d5ba .row-7327,
.short-ea5f .yellow_d5ba .row-7327 {
  opacity: 1;
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
}
.status_6312 .primary-8304 {
  width: 100%;
}
.red_2058 {
  padding: 0 0.5em 0;
}
.red_2058 [class*="customify-col-"],
.red_2058 [class*="customify-col_"],
.red_2058 [class~="customify-col"] {
  padding: 0 0.5em 0;
}
.secondary-under-a5ce .red_2058 {
  padding-left: 1em;
  padding-right: 1em;
}
@media screen and (min-width: 1025px) {
  .hero-dc74 .motion_5fcb,
  .motion_5fcb {
    display: none;
  }
  .right-fbc1 {
    text-align: left;
  }
  .dropdown_hovered_3991 {
    text-align: center;
  }
  .prev_6d55 {
    text-align: right;
  }
}
@media screen and (max-width: 1024px) {
  .hero-dc74 .lower-8915,
  .lower-8915 {
    display: none;
  }
  .accordion_cf3d {
    text-align: left;
  }
  .tabs_f092 {
    text-align: center;
  }
  .tall_e61a {
    text-align: right;
  }
}
@media screen and (max-width: 568px) {
  .hero-dc74 .silver_dc63,
  .silver_dc63 {
    display: none;
  }
  .inner_e904 {
    text-align: left;
  }
  .background_clean_9f38 {
    text-align: center;
  }
  .picture-old-8341 {
    text-align: right;
  }
}
#page {
  position: relative;
}
.block-dynamic-651c {
  box-shadow: none !important;
}
.current-a7cc .soft_0caa,
.active_41b3 .soft_0caa {
  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;
}
.active_41b3 .soft_0caa {
  margin-top: 30px;
  margin-bottom: 30px;
}
.hover-dirty-8d71 {
  position: relative;
  padding-left: 2em;
  padding-right: 2em;
}
.hover-dirty-8d71:after,
.hover-dirty-8d71:before {
  content: "";
  display: table;
}
.hover-dirty-8d71:after {
  clear: both;
}
@media screen and (max-width: 48em) {
  .hover-dirty-8d71 {
    padding-left: 1em;
    padding-right: 1em;
  }
}
.hover-dirty-8d71,
.caption_motion_3bb2 {
  max-width: 1248px;
  margin: 0 auto;
}

.current-8c3e.box_ef37 .hover-dirty-8d71 {
  max-width: 100%;
}
.current-8c3e.content_hot_1d13 {
  max-width: 1200px;
  margin: 0 auto;
}
.current-8c3e.overlay-e236 .hover-dirty-8d71 {
  max-width: 100%;
}
.current-8c3e.overlay-e236 > .hover-dirty-8d71 {
  padding-left: 0;
  padding-right: 0;
}
.current-8c3e.overlay-e236 > .hover-dirty-8d71 .hero-dc74 {
  margin: 0;
}
.current-8c3e.overlay-e236
  > .hover-dirty-8d71
  .simple-e8f1.preview-simple-bfbc {
  margin-right: 0;
  margin-left: 0;
}
.current-8c3e.overlay-e236 #main.preview-simple-bfbc {
  padding: 0;
}
#main,
#sidebar-primary,
#sidebar-secondary {
  padding-top: 2.617924em;
  padding-bottom: 2.617924em;
}
@media screen and (max-width: 1024px) {
  .container-5d6d #main {
    border-left: 0 none;
  }
}
@media screen and (max-width: 1024px) {
  .container-5d6d #sidebar-secondary {
    -webkit-box-ordinal-group: 6;
    order: 5;
    display: none;
  }
}
@media screen and (min-width: 48em) {
  .fixed-c2df .left-a4c2 {
    padding-right: 1em;
  }
  .fixed-c2df.pagination-b826 .simple-e8f1 {
    border-right: 1px solid #eaecee;
  }
  .fixed-c2df.pagination-b826 .left-a4c2 {
    padding-right: 1em;
  }
  .fixed-c2df.pagination-b826 .notice_fresh_8e1c {
    padding-left: 1em;
  }
}
@media screen and (min-width: 48em) {
  .hover-clean-752d .left-a4c2 {
    padding-left: 1em;
  }
  .hover-clean-752d.pagination-b826 .simple-e8f1 {
    border-left: 1px solid #eaecee;
  }
  .hover-clean-752d.pagination-b826 .left-a4c2 {
    padding-left: 1em;
  }
  .hover-clean-752d.pagination-b826 .notice_fresh_8e1c {
    padding-right: 1em;
  }
}
@media screen and (min-width: 48em) {
  .notification_c20a .left-a4c2 {
    padding-left: 1em;
  }
  .notification_c20a.pagination-b826 .gold_31ce {
    border-right: 1px solid #eaecee;
  }
  .notification_c20a.pagination-b826 .content_acbc {
    border-right: 1px solid #eaecee;
  }
  .notification_c20a.pagination-b826 .left-a4c2 {
    padding-left: 1em;
  }
  .notification_c20a.pagination-b826 .notice_fresh_8e1c {
    padding-right: 1em;
  }
  .notification_c20a.pagination-b826 .logo_static_4dc1 {
    padding-left: 1em;
    padding-right: 1em;
  }
}
@media screen and (min-width: 48em) {
  .west-58d5 .left-a4c2 {
    padding-right: 1em;
  }
  .west-58d5.pagination-b826 .gold_31ce {
    border-left: 1px solid #eaecee;
  }
  .west-58d5.pagination-b826 .content_acbc {
    border-left: 1px solid #eaecee;
  }
  .west-58d5.pagination-b826 .left-a4c2 {
    padding-right: 1em;
  }
  .west-58d5.pagination-b826 .notice_fresh_8e1c {
    padding-left: 1em;
    padding-right: 1em;
  }
  .west-58d5.pagination-b826 .logo_static_4dc1 {
    padding-left: 1em;
  }
}
@media screen and (min-width: 48em) {
  .container-5d6d .left-a4c2 {
    padding-left: 1em;
    padding-right: 1em;
  }
  .container-5d6d.pagination-b826 .simple-e8f1 {
    border-left: 1px solid #eaecee;
    border-right: 1px solid #eaecee;
  }
  .container-5d6d.pagination-b826 .left-a4c2 {
    padding-left: 1em;
    padding-right: 1em;
  }
  .container-5d6d.pagination-b826 .notice_fresh_8e1c {
    padding-left: 1em;
  }
  .container-5d6d.pagination-b826 .logo_static_4dc1 {
    padding-right: 1em;
  }
}
@media screen and (max-width: 64em) {
  .container-5d6d.pagination-b826 .left-a4c2 {
    padding-left: 0;
  }
}
.button-d97a .backdrop-5766 {
  display: inline-block;
}
.table-9c71 {
  display: inline-block;
}
.middle_4c0f {
  word-con: break-word;
}
.button-7281 > span {
  display: inline-block;
  padding: 5px 0;
}
.button-7281 .column_3165 {
  margin-left: 8px;
  margin-right: 8px;
}
.button-7281 .chip_up_d2e6 img {
  vertical-align: middle;
  overflow: hidden;
  border-radius: 50%;
  margin-right: 5px;
}
.tabs-lower-a972 .copper_9865 {
  margin-bottom: 2em;
}
.tabs-lower-a972 .image_5253 {
  margin-bottom: 15px;
}
.tabs-lower-a972 .image_5253:last-child {
  margin-bottom: 0;
}
.tabs-lower-a972 .nav-west-306d {
  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) {
  .tabs-lower-a972 .nav-west-306d {
    display: block;
  }
}
.tabs-lower-a972 .solid_9bc9 {
  position: relative;
  max-width: 100%;
  flex-basis: 40%;
  padding-top: 0;
  overflow: hidden;
}
@media screen and (max-width: 568px) {
  .tabs-lower-a972 .solid_9bc9 {
    margin-bottom: 1em;
    width: 100% !important;
    padding-top: 56.25%;
  }
}
.tabs-lower-a972 .badge-purple-c89f {
  position: absolute;
  top: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: flex;
  line-height: 0;
  background-color: #d5d5d5;
}
.tabs-lower-a972 .badge-purple-c89f img {
  -o-object-fit: cover;
  object-fit: cover;
  width: 100%;
  height: auto;
}
.tabs-lower-a972 .badge-purple-c89f a {
  position: absolute;
  top: 0;
  top: 0;
  display: block;
}
.tabs-lower-a972 .middle_4c0f {
  font-size: 1.5em;
  font-weight: 500;
  word-con: break-word;
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
}
.tabs-lower-a972 .middle_4c0f a {
  text-align: inherit;
  display: block;
  flex-basis: 100%;
}
.tabs-lower-a972 .pattern_complex_71f1 p:last-child {
  margin-bottom: 0;
}
.tabs-lower-a972 .silver-e5ce {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: block;
  z-index: 30;
}
.tabs-lower-a972 .footer_active_9a70 {
  -webkit-box-flex: 1;
  flex: 1;
  word-con: break-word;
  max-width: 100%;
}
.tabs-lower-a972 .content_0e9d {
  margin-top: 1em;
}
.tabs-lower-a972 .module-bc9d {
  top: 0;
  display: block;
}
.tabs-lower-a972 .module-bc9d a {
  color: inherit;
}
.tabs-lower-a972 .module-bc9d a:hover {
  color: inherit;
}
.tabs-lower-a972 .motion_b37e {
  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;
}
.tabs-lower-a972 .motion_b37e:hover {
  background: #235787;
  color: #fff;
  border-color: #235787;
}
.tabs-lower-a972 .footer_active_9a70 {
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-flow: column nowrap;
}
.tabs-lower-a972 .texture-43ab {
  position: relative;
  width: 100%;
  margin-bottom: 15px;
}
.tabs-lower-a972 .texture-43ab:first-child {
  margin-top: 0;
}
.tabs-lower-a972 .texture-43ab.notice_stale_cd2c {
  -webkit-box-flex: 0;
  flex: none;
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.tabs-lower-a972 .texture-43ab.form-ff09 {
  display: -webkit-box;
  display: flex;
  margin-top: auto;
  margin-bottom: 0;
  -webkit-box-pack: justify;
  justify-content: space-between;
}
.tabs-lower-a972
  .texture-43ab.form-ff09.surface_e835
  .content_0e9d {
  width: 100%;
}
.tabs-lower-a972 .form-ff09 {
  -webkit-box-align: center;
  align-items: center;
}
.tabs-lower-a972 .form-ff09 .button-7281,
.tabs-lower-a972 .form-ff09 > * {
  margin-bottom: 0;
  margin-top: 0;
  display: inline-block;
}
.tabs-lower-a972 .badge-purple-c89f {
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
.tabs-lower-a972 .badge-purple-c89f img {
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
.tabs-lower-a972 .badge-purple-c89f: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;
}
.tabs-lower-a972 .notice_stale_cd2c {
  z-index: 5;
}
.tabs-lower-a972 .blue_a6d2 .hovered-f62c {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  display: block;
}
.tabs-lower-a972 .small-2550 .hovered-f62c {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  display: block;
}
.tabs-lower-a972 .element-fixed-1780 .hovered-f62c {
  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;
}
.tabs-lower-a972.focused_83cd .nav-west-306d,
.tabs-lower-a972.info-087f .nav-west-306d {
  display: block;
}
.tabs-lower-a972.focused_83cd .nav-west-306d .down_fbd7,
.tabs-lower-a972.focused_83cd .nav-west-306d .footer_active_9a70,
.tabs-lower-a972.info-087f .nav-west-306d .down_fbd7,
.tabs-lower-a972.info-087f .nav-west-306d .footer_active_9a70 {
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
}
.tabs-lower-a972.light-8296 .solid_9bc9 {
  margin-right: 2em;
}
@media screen and (max-width: 568px) {
  .tabs-lower-a972.light-8296 .solid_9bc9 {
    margin-right: 0;
  }
}
.tabs-lower-a972.focused_83cd .solid_9bc9,
.tabs-lower-a972.info-087f .solid_9bc9 {
  padding-top: 40%;
}
.tabs-lower-a972.focused_83cd .copper_9865,
.tabs-lower-a972.info-087f .copper_9865 {
  display: block;
}
.tabs-lower-a972.focused_83cd .fn-sticky-930f .footer_active_9a70,
.tabs-lower-a972.info-087f .fn-sticky-930f .footer_active_9a70 {
  background-color: #fcf8e3;
  border: 1px solid #faf2cc;
  border-top: 0 none;
  color: #8a6d3b;
  padding: 1em;
}
.tabs-lower-a972.focused_83cd .solid_9bc9,
.tabs-lower-a972.info-087f .solid_9bc9 {
  margin-bottom: 1em;
  display: block;
  position: relative;
}
.tabs-lower-a972.focused_83cd .footer_active_9a70 {
  padding: 1em;
}
.sidebar-6318 {
  margin: 30px auto;
  display: block;
}
.sidebar-6318 .paragraph_large_bc52 > * {
  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;
}
.sidebar-6318 .paragraph_large_bc52 > :hover {
  border-color: #235787;
  background: #235787;
  color: #fff;
}
.sidebar-6318 .paragraph_large_bc52 span {
  border-color: #235787;
  background: #235787;
  color: #fff;
}
.header-0a59 .button-7281 {
  margin-bottom: 1.41575em;
}
.header-0a59 .element_old_7819 {
  margin-bottom: 1.618em;
}
.current-8df4 .accent-slow-dec5 {
  display: block;
  margin: 5px 0 20px;
  font-weight: 500;
}
.current-8df4 .accent-slow-dec5 a {
  border: 1px solid #eaecee;
  padding: 5px 12px 5px;
  text-transform: uppercase;
  color: #686868;
  margin: 0 2px;
}
.current-8df4 .shade_993b {
  max-width: 100%;
  overflow: auto;
}
.tertiary_1a44 .current-8df4 a:hover {
  text-decoration: underline;
}
.alert_dark_ff17 .image_5253:not(.middle_4c0f),
.alert_dark_ff17 .badge-purple-c89f {
  margin-bottom: 1.41575em;
}
.alert_dark_ff17 .image_5253:not(.middle_4c0f):last-child,
.alert_dark_ff17 .badge-purple-c89f:last-child {
  margin-bottom: 0;
}
.alert_dark_ff17 .image_5253.column_91ce {
  margin-bottom: 0.41575em;
}
.alert_dark_ff17 .tooltip-hard-3f07:before,
.alert_dark_ff17 .simple-5091:before {
  font: normal normal normal 16px/1 FontAwesome;
  text-decoration: inherit;
  text-transform: none;
  position: relative;
  margin-right: 5px;
  color: #6d6d6d;
}
.alert_dark_ff17 .tooltip-hard-3f07:before {
  content: "\f115";
}
.alert_dark_ff17 .simple-5091:before {
  content: "\f02c";
}
.alert_dark_ff17 .accordion_static_e2ff {
  display: block;
  width: 100%;
  margin-top: 0.5407911001em;
}
.alert_dark_ff17 .accordion_static_e2ff a {
  text-transform: uppercase;
  font-weight: 500;
  font-size: 80%;
  letter-spacing: 0.5px;
}
.popup-7e70 {
  display: -webkit-box;
  display: flex;
}
.popup-7e70 .description_prev_7984 {
  flex-basis: 90px;
}
@media screen and (max-width: 568px) {
  .popup-7e70 .description_prev_7984 {
    flex-basis: 90px;
  }
}
.popup-7e70 .progress_1d8e {
  flex-basis: calc(100% - 90px);
  margin-left: 1.5em;
}
@media screen and (max-width: 568px) {
  .popup-7e70 .progress_1d8e {
    flex-basis: calc(100% - 50px);
  }
}
.popup-7e70 .focus_b94c p:last-child {
  margin-bottom: 0.72em;
}
.east_d470 .paragraph_large_bc52 {
  padding: 16px 0 15px;
  border-top: 1px solid #eaecee;
  border-bottom: 1px solid #eaecee;
}
.east_d470 .paragraph_large_bc52:after,
.east_d470 .paragraph_large_bc52:before {
  content: "";
  display: table;
}
.east_d470 .paragraph_large_bc52:after {
  clear: both;
}
.east_d470 .paragraph_large_bc52 .progress-plasma-74cf,
.east_d470 .paragraph_large_bc52 .pressed-b394 {
  width: 49%;
}
.east_d470 .paragraph_large_bc52 .progress-plasma-74cf a span.element-a666,
.east_d470 .paragraph_large_bc52 .pressed-b394 a span.element-a666 {
  display: block;
  margin-bottom: 5px;
}
.east_d470 .paragraph_large_bc52 .pressed-b394 {
  float: left;
  text-align: left;
}
.east_d470 .paragraph_large_bc52 .progress-plasma-74cf {
  float: right;
  text-align: right;
}
.secondary_under_52dd {
  margin-bottom: 0.41575em;
}
@media screen and (max-width: 568px) {
  .secondary_under_52dd {
    margin-bottom: 0;
  }
}
.text_large_7647 {
  margin-bottom: 1em;
}
.text_large_7647 .middle_4c0f {
  font-size: 1.1em;
  line-height: 1.3;
}
.new-e0c9 a {
  display: block;
  line-height: 0;
  position: relative;
}
.gradient-right-1197 .text_large_7647,
.notification_504d .text_large_7647 {
  display: -webkit-box;
  display: flex;
}
@media screen and (max-width: 568px) {
  .gradient-right-1197 .text_large_7647,
  .notification_504d .text_large_7647 {
    display: block;
  }
}
.gradient-right-1197 .new-e0c9,
.notification_504d .new-e0c9 {
  flex-basis: 160px;
  position: relative;
}
@media screen and (max-width: 568px) {
  .gradient-right-1197 .new-e0c9,
  .notification_504d .new-e0c9 {
    margin-bottom: 1em;
  }
}
.gradient-right-1197 .new-e0c9 img,
.notification_504d .new-e0c9 img {
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  display: block;
}
.gradient-right-1197 .badge-static-6919,
.notification_504d .badge-static-6919 {
  flex-basis: calc(100% - 160px);
}
.gradient-right-1197 .badge-static-6919 p,
.notification_504d .badge-static-6919 p {
  margin-bottom: 0;
}
.gradient-right-1197 .badge-static-6919 {
  padding-left: 1em;
}
@media screen and (max-width: 568px) {
  .gradient-right-1197 .badge-static-6919 {
    padding-left: 0;
  }
}
.notification_504d .badge-static-6919 {
  -webkit-box-ordinal-group: 2;
  order: 1;
  padding-right: 1em;
}
@media screen and (max-width: 568px) {
  .notification_504d .badge-static-6919 {
    padding-right: 0;
  }
}
.notification_504d .new-e0c9 {
  -webkit-box-ordinal-group: 3;
  order: 2;
}
.yellow_3e60 .new-e0c9 {
  margin-bottom: 0.5em;
}
.yellow_3e60 .new-e0c9 img {
  width: 100%;
}
.sort-advanced-4374 .fixed-c36c,
.complex_e9fa .fixed-c36c {
  margin-bottom: 35px;
  padding-bottom: 20px;
  border-bottom: 1px solid #eaecee;
}
.complex_e9fa .simple-e8f1 .green_2083 p:last-child {
  margin-bottom: 0;
}
.sidebar_abf8 {
  font-size: 16px;
  text-transform: uppercase;
  font-weight: 500;
  color: currentColor;
  margin-bottom: 20px;
}
.pro_149f .steel-8e61 {
  margin-bottom: 2em;
}
@media screen and (min-width: 1025px) {
  .pro_149f .steel-8e61:last-of-type {
    margin-bottom: 0;
  }
}
.pro_149f .steel-8e61 ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.pro_149f .steel-8e61 ul:after {
  clear: both;
  content: ".";
  display: block;
  height: 0;
  visibility: hidden;
}
.pro_149f .steel-8e61 ul li {
  margin: 0 0 0.6em;
}
.pro_149f .steel-8e61 ul li.gas-3f78,
.pro_149f .steel-8e61 ul li.thumbnail_499e {
  position: relative;
}
.pro_149f .steel-8e61 ul li.gas-3f78 .accent-a70a,
.pro_149f .steel-8e61 ul li.thumbnail_499e .accent-a70a {
  right: 0;
  background: #eaecee;
  color: #999;
  padding: 0 0.5em;
  border-radius: 0.9em;
  font-size: 12px;
  position: absolute;
  top: 4px;
}
.pro_149f .steel-8e61 ul li.gas-3f78:after:after,
.pro_149f .steel-8e61 ul li.gas-3f78:after:before,
.pro_149f
  .steel-8e61
  ul
  li.thumbnail_499e:after:after,
.pro_149f
  .steel-8e61
  ul
  li.thumbnail_499e:after:before {
  content: "";
  display: table;
}
.pro_149f .steel-8e61 ul li.gas-3f78:after:after,
.pro_149f
  .steel-8e61
  ul
  li.thumbnail_499e:after:after {
  clear: both;
}
.pro_149f .steel-8e61 a.cold-f70f:hover {
  text-decoration: none;
}
.pro_149f .steel-8e61 select {
  max-width: 100%;
}
.pro_149f .steel-8e61 table {
  font-size: 85%;
}
.pro_149f .steel-8e61 table td,
.pro_149f .steel-8e61 table th {
  padding: 0.2360828548em;
  text-align: center;
}
.pro_149f .steel-8e61 table tfoot td {
  text-align: left;
}
.pro_149f .steel-8e61 :last-child {
  margin-bottom: 0;
}
.pro_149f .steel-8e61 .detail-742c {
  display: -webkit-box;
  display: flex;
  width: 100%;
  max-width: 100%;
}
.pro_149f .steel-8e61 .detail-742c label {
  width: 100%;
}
.pro_149f .steel-8e61 .detail-742c .table_5326 {
  width: 100%;
  display: block;
}
.pro_149f .steel-8e61 .detail-742c .green_2ade {
  padding: 9px 14px;
  margin-left: -46px;
  overflow: hidden;
  box-shadow: none;
  background: 0 0;
  color: #aaa;
  line-height: 0;
}
.pro_149f .steel-8e61 .detail-742c .green_2ade:hover svg #svg-search {
  fill: #444;
}
.pro_149f .steel-8e61 .detail-742c .green_2ade svg {
  width: 18px;
  height: 18px;
}
.pro_149f .tertiary_e79e ul ul,
.pro_149f .notice-462c ul ul,
.pro_149f .overlay-fresh-c85f ul ul,
.pro_149f .texture_9b15 ul ul {
  margin-top: 0.3819820591em;
  margin-left: 0;
  margin-bottom: -0.3819820591em;
}
.pro_149f .tertiary_e79e .input_1af7 > a,
.pro_149f .notice-462c .input_1af7 > a,
.pro_149f .overlay-fresh-c85f .input_1af7 > a,
.pro_149f .texture_9b15 .input_1af7 > a {
  margin-bottom: 0;
}
.pro_149f .title-cold-0e0c li,
.pro_149f .tertiary_e79e li,
.pro_149f .image-black-660d li,
.pro_149f .notice-462c li,
.pro_149f .overlay-fresh-c85f li,
.pro_149f .texture_9b15 li,
.pro_149f .chip_7652 li,
.pro_149f .modal_e282 li {
  display: block;
  position: relative;
}
.pro_149f .title-cold-0e0c li:last-child,
.pro_149f .tertiary_e79e li:last-child,
.pro_149f .image-black-660d li:last-child,
.pro_149f .notice-462c li:last-child,
.pro_149f .overlay-fresh-c85f li:last-child,
.pro_149f .texture_9b15 li:last-child,
.pro_149f .chip_7652 li:last-child,
.pro_149f .modal_e282 li:last-child {
  border: none;
}
.pro_149f .title-cold-0e0c li a,
.pro_149f .tertiary_e79e li a,
.pro_149f .image-black-660d li a,
.pro_149f .notice-462c li a,
.pro_149f .overlay-fresh-c85f li a,
.pro_149f .texture_9b15 li a,
.pro_149f .chip_7652 li a,
.pro_149f .modal_e282 li a {
  display: block;
  width: 100%;
  padding-bottom: 0.6em;
  margin-bottom: 0.6em;
  border-bottom: 1px solid #eaecee;
  position: relative;
}
.pro_149f .title-cold-0e0c li ul li::before,
.pro_149f .tertiary_e79e li ul li::before,
.pro_149f .image-black-660d li ul li::before,
.pro_149f .notice-462c li ul li::before,
.pro_149f .overlay-fresh-c85f li ul li::before,
.pro_149f .texture_9b15 li ul li::before,
.pro_149f .chip_7652 li ul li::before,
.pro_149f .modal_e282 li ul li::before {
  left: 15px;
}
.pro_149f .title-cold-0e0c li ul a,
.pro_149f .tertiary_e79e li ul a,
.pro_149f .image-black-660d li ul a,
.pro_149f .notice-462c li ul a,
.pro_149f .overlay-fresh-c85f li ul a,
.pro_149f .texture_9b15 li ul a,
.pro_149f .chip_7652 li ul a,
.pro_149f .modal_e282 li ul a {
  padding-left: 20px;
}
.pro_149f .title-cold-0e0c li ul ul li::before,
.pro_149f .tertiary_e79e li ul ul li::before,
.pro_149f .image-black-660d li ul ul li::before,
.pro_149f .notice-462c li ul ul li::before,
.pro_149f .overlay-fresh-c85f li ul ul li::before,
.pro_149f .texture_9b15 li ul ul li::before,
.pro_149f .chip_7652 li ul ul li::before,
.pro_149f .modal_e282 li ul ul li::before {
  left: 30px;
}
.pro_149f .title-cold-0e0c li ul ul a,
.pro_149f .tertiary_e79e li ul ul a,
.pro_149f .image-black-660d li ul ul a,
.pro_149f .notice-462c li ul ul a,
.pro_149f .overlay-fresh-c85f li ul ul a,
.pro_149f .texture_9b15 li ul ul a,
.pro_149f .chip_7652 li ul ul a,
.pro_149f .modal_e282 li ul ul a {
  padding-left: 40px;
}
.pro_149f .badge_8c58 li {
  padding-bottom: 0.6em;
  border-bottom: 1px solid #eaecee;
  position: relative;
}
.pro_149f .modal_e282 ul li {
  margin-bottom: 1.41575em;
}
.pro_149f .modal_e282 ul li .prev-abce {
  font-weight: 400;
  font-size: 1.2em;
  line-height: 1.28;
}
.pro_149f .modal_e282 ul li .box_96e5 {
  display: block;
  margin: 0.5407911001em 0;
  font-size: 85%;
}
.slow_0b22 .title-cold-0e0c li a,
.slow_0b22 .tertiary_e79e li a,
.slow_0b22 .image-black-660d li a,
.slow_0b22 .notice-462c li a,
.slow_0b22 .overlay-fresh-c85f li a,
.slow_0b22 .texture_9b15 li a,
.slow_0b22 .chip_7652 li a,
.slow_0b22 .modal_e282 li a {
  border-color: rgba(255, 255, 255, 0.08);
}
.slow_0b22 .badge_8c58 li {
  border-color: rgba(255, 255, 255, 0.08);
}
.slow_0b22 .steel-8e61 ul li.gas-3f78 .accent-a70a,
.slow_0b22 .steel-8e61 ul li.thumbnail_499e .accent-a70a {
  background: rgba(0, 0, 0, 0.2);
}
.slow_0b22 .pro_149f .steel-8e61 select {
  border-color: rgba(255, 255, 255, 0.08);
}
.current-8c3e .pro_149f .hard_2ebf li {
  margin: 0;
}
.current-8c3e .pro_149f .hard_2ebf li a {
  display: block;
  padding: 0.6em 0 0.6em;
}
.current-8c3e .pro_149f .hard_2ebf li ul {
  margin: 0;
}
.current-8c3e .pro_149f .hard_2ebf li ul li a {
  padding-left: 15px;
}
.current-8c3e .pro_149f .hard_2ebf li ul li li a {
  padding-left: 30px;
}
.current-8c3e .pro_149f .hard_2ebf li.photo-849c > a {
  position: relative;
  border: 1px solid #eaecee;
  border-left: none;
  border-right: none;
  font-size: 110%;
}
.current-8c3e .pro_149f .hard_2ebf li.photo-849c > 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;
}
.current-8c3e .pro_149f .hard_2ebf li.photo-849c > 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;
}
.tertiary_fluid_2b5d a {
  border: 1px solid currentColor;
  border-radius: 2px;
  display: inline-block;
  font-size: 0.875em !important;
  margin-bottom: 5px;
  padding: 1px 10px 1px;
}
.image_fluid_28d1 {
  position: relative;
  z-index: 10;
}
.image_fluid_28d1 .row-7327 {
  width: 100%;
  max-width: 100%;
}
.notice-4626 .section-e390 {
  padding-top: 2em;
  padding-bottom: 2em;
}
.notice-4626 .under-a9ea {
}
.notice-4626 .slow_0b22 {
  background: #292929;
}
.active_90cf .section-e390 {
  padding-top: 2.5em;
  padding-bottom: 2.5em;
}
.active_90cf .under-a9ea {
  background: #f9f9f9;
}
.active_90cf .slow_0b22 {
  background: #303030;
}
.overlay_1402 .section-e390 {
  padding-top: 1.5em;
  padding-bottom: 1.5em;
}
@media screen and (max-width: 568px) {
  .overlay_1402 .backdrop-5766 {
    margin-bottom: 1em;
  }
  .overlay_1402 .backdrop-5766:last-child {
    margin-bottom: 0;
  }
}
.overlay_1402 .under-a9ea {
  background: #ededed;
}
.overlay_1402 .slow_0b22 {
  background: #1a1a1a;
}
.section-e390.under-a9ea {
  color: rgba(0, 0, 0, 0.6);
}
.section-e390.under-a9ea .hero_8fa8 li {
  border-color: rgba(0, 0, 0, 0.08);
}
.section-e390.slow_0b22 {
  color: rgba(255, 255, 255, 0.99);
}
.section-e390.slow_0b22 a:not(.cold-f70f) {
  color: rgba(255, 255, 255, 0.79);
}
.section-e390.slow_0b22 a:not(.cold-f70f):hover {
  color: rgba(255, 255, 255, 0.99);
}
.section-e390.slow_0b22 .hero_8fa8 li {
  border-color: rgba(255, 255, 255, 0.08);
}
.section-e390.slow_0b22 table tbody td,
.section-e390.slow_0b22 table th {
  background: rgba(0, 0, 0, 0.08);
}
.hot-9a02.box-cc2f .hover-dirty-8d71 {
  max-width: initial;
}
.hot-9a02 .widget_59bd {
  -webkit-box-pack: start;
  justify-content: flex-start;
}
.hot-9a02 .widget_59bd .row-7327 {
  width: auto;
}
@media screen and (max-width: 1024px) {
  .hot-9a02 .widget_59bd .row-7327 {
    display: block;
    margin-bottom: 2em;
  }
  .hot-9a02 .widget_59bd .row-7327:last-child {
    margin-bottom: 0;
  }
}
.overlay_1402 .backdrop-5766:last-child,
.active_90cf .backdrop-5766:last-child,
.notice-4626 .backdrop-5766:last-child {
  margin-bottom: 0;
}
.overlay_1402 .backdrop-5766 .pro_149f .steel-8e61:last-child,
.active_90cf .backdrop-5766 .pro_149f .steel-8e61:last-child,
.notice-4626 .backdrop-5766 .pro_149f .steel-8e61:last-child {
  margin-bottom: 0;
}
@media screen and (max-width: 568px) {
  .overlay_1402 .bright_4461,
  .overlay_1402 .glass_e4b4,
  .active_90cf .bright_4461,
  .active_90cf .glass_e4b4,
  .notice-4626 .bright_4461,
  .notice-4626 .glass_e4b4 {
    text-align: center;
  }
}
@media screen and (max-width: 48em) {
  .image_fluid_28d1 .backdrop-5766 {
    margin-bottom: 2em;
  }
}
.image_fluid_28d1 p:last-child {
  margin-bottom: 0;
}
.image_fluid_28d1 li,
.image_fluid_28d1 ul {
  list-style: none;
  margin: 0;
}
.image_fluid_28d1 ul ul {
  margin-left: 2.617924em;
}
.block-ad51 {
  font-size: 0.875em;
}

/* css-noise: 0599 */
.shadow-element-t2 {
  padding: 0.4rem;
  font-size: 13px;
  line-height: 1.2;
}
