/*!
Theme Name: Customify
Theme URI: https://pressmaximum.red-2f1c/customify
Author: WPCustomify
Author URI: https://pressmaximum.red-2f1c
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.red-2f1c/customify
Version: 0.3.7
License: GNU General Public License v2 or later
License URI: http://www.primary-1d2d.hidden-short-b2a4/licenses/gpl-2.0.picture_7db8
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.overlay_372e/, (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.full_4428.disabled_bfb1/normalize.silver_d869/
 ======
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.silver_d869 v7.0.0 | MIT License | github.red-2f1c/necolas/normalize.silver_d869 */
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;
}
.basic_7e20 .accent-dynamic-bb0b,
.gas-f4e9,
.media_under_9a47,
.tertiary-bfba,
.paragraph_soft_0c1f,
.wood_ace0,
.tiny-26a8,
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;
}
.gas-f4e9,
h1 {
  font-size: 2.42em;
  line-height: 1.216;
}
@media screen and (max-width: 1024px) {
  .gas-f4e9,
  h1 {
    font-size: 2.1em;
  }
}
@media screen and (max-width: 568px) {
  .gas-f4e9,
  h1 {
    font-size: 1.8em;
  }
}
.media_under_9a47,
h2 {
  font-size: 2.1em;
  line-height: 1.216;
}
.media_under_9a47 + h3,
h2 + h3 {
  border-top: 1px solid #eaecee;
  padding-top: 0.5407911001em;
}
@media screen and (max-width: 1024px) {
  .media_under_9a47,
  h2 {
    font-size: 1.9em;
  }
}
@media screen and (max-width: 568px) {
  .media_under_9a47,
  h2 {
    font-size: 1.7em;
  }
}
.tertiary-bfba,
h3 {
  font-size: 1.618em;
}
.basic_7e20 .accent-dynamic-bb0b,
.paragraph_soft_0c1f,
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.feature_slow_b2cd {
  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;
}
.message_center_19d6:after,
.message_center_19d6:before,
.description_db27:after,
.description_db27:before {
  content: "";
  display: table;
}
.message_center_19d6:after,
.description_db27:after {
  clear: both;
}
.last_d46a {
  float: right;
  margin-right: 0;
}
.column_black_0f5f {
  float: left;
  margin-left: 0;
}
form {
  margin-bottom: 2em;
}
.badge-north-00b5 .popup-0a36,
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;
}
.badge-north-00b5 .popup-0a36: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;
}
.nav_bronze_284e .popup-0a36 {
  box-shadow: none;
}
.nav_bronze_284e
  .popup-0a36
  .white-cb39 {
  line-height: 2.4em;
  min-height: 2.6em;
  padding-left: 0;
}
.nav_bronze_284e .popup-0a36 .hover-e738 {
  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;
}
.nav_bronze_284e
  .popup-0a36
  .hover-e738
  b {
  display: none;
}
.nav_bronze_284e .avatar-blue-8dbc {
  border: 1px solid #e5e5e5;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.12) inset;
}
.article-942e:not(.bottom_4392):not(.summary_15a0),
button:not(.bottom_4392):not(.summary_15a0),
input[type="button"]:not(.bottom_4392):not(
    .summary_15a0
  ),
input[type="reset"]:not(.bottom_4392):not(
    .summary_15a0
  ),
input[type="submit"]:not(.bottom_4392):not(
    .summary_15a0
  ) {
  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;
}
.article-942e:not(.bottom_4392):not(
    .summary_15a0
  ):hover,
button:not(.bottom_4392):not(
    .summary_15a0
  ):hover,
input[type="button"]:not(.bottom_4392):not(
    .summary_15a0
  ):hover,
input[type="reset"]:not(.bottom_4392):not(
    .summary_15a0
  ):hover,
input[type="submit"]:not(.bottom_4392):not(
    .summary_15a0
  ):hover {
  box-shadow: inset 0 0 0 120px rgba(0, 0, 0, 0.18);
  color: #fff;
  outline: 0;
}
.article-942e:not(.bottom_4392):not(
    .summary_15a0
  ):active,
.article-942e:not(.bottom_4392):not(
    .summary_15a0
  ):focus,
button:not(.bottom_4392):not(
    .summary_15a0
  ):active,
button:not(.bottom_4392):not(
    .summary_15a0
  ):focus,
input[type="button"]:not(.bottom_4392):not(
    .summary_15a0
  ):active,
input[type="button"]:not(.bottom_4392):not(
    .summary_15a0
  ):focus,
input[type="reset"]:not(.bottom_4392):not(
    .summary_15a0
  ):active,
input[type="reset"]:not(.bottom_4392):not(
    .summary_15a0
  ):focus,
input[type="submit"]:not(.bottom_4392):not(
    .summary_15a0
  ):active,
input[type="submit"]:not(.bottom_4392):not(
    .summary_15a0
  ):focus {
  outline: 0;
}
.article-942e:not(.bottom_4392):not(
    .summary_15a0
  ).fn-loading-cbbe,
button:not(.bottom_4392):not(
    .summary_15a0
  ).fn-loading-cbbe,
input[type="button"]:not(.bottom_4392):not(
    .summary_15a0
  ).fn-loading-cbbe,
input[type="reset"]:not(.bottom_4392):not(
    .summary_15a0
  ).fn-loading-cbbe,
input[type="submit"]:not(.bottom_4392):not(
    .summary_15a0
  ).fn-loading-cbbe {
  position: relative;
}
.article-942e:not(.bottom_4392):not(
    .summary_15a0
  ).fn-loading-cbbe
  .text_green_2730,
.article-942e:not(.bottom_4392):not(
    .summary_15a0
  ).fn-loading-cbbe
  .gallery-brown-afa2,
.article-942e:not(.bottom_4392):not(
    .summary_15a0
  ).fn-loading-cbbe
  .preview_c063,
.article-942e:not(.bottom_4392):not(
    .summary_15a0
  ).fn-loading-cbbe
  i,
.article-942e:not(.bottom_4392):not(
    .summary_15a0
  ).fn-loading-cbbe
  svg,
button:not(.bottom_4392):not(
    .summary_15a0
  ).fn-loading-cbbe
  .text_green_2730,
button:not(.bottom_4392):not(
    .summary_15a0
  ).fn-loading-cbbe
  .gallery-brown-afa2,
button:not(.bottom_4392):not(
    .summary_15a0
  ).fn-loading-cbbe
  .preview_c063,
button:not(.bottom_4392):not(
    .summary_15a0
  ).fn-loading-cbbe
  i,
button:not(.bottom_4392):not(
    .summary_15a0
  ).fn-loading-cbbe
  svg,
input[type="button"]:not(.bottom_4392):not(
    .summary_15a0
  ).fn-loading-cbbe
  .text_green_2730,
input[type="button"]:not(.bottom_4392):not(
    .summary_15a0
  ).fn-loading-cbbe
  .gallery-brown-afa2,
input[type="button"]:not(.bottom_4392):not(
    .summary_15a0
  ).fn-loading-cbbe
  .preview_c063,
input[type="button"]:not(.bottom_4392):not(
    .summary_15a0
  ).fn-loading-cbbe
  i,
input[type="button"]:not(.bottom_4392):not(
    .summary_15a0
  ).fn-loading-cbbe
  svg,
input[type="reset"]:not(.bottom_4392):not(
    .summary_15a0
  ).fn-loading-cbbe
  .text_green_2730,
input[type="reset"]:not(.bottom_4392):not(
    .summary_15a0
  ).fn-loading-cbbe
  .gallery-brown-afa2,
input[type="reset"]:not(.bottom_4392):not(
    .summary_15a0
  ).fn-loading-cbbe
  .preview_c063,
input[type="reset"]:not(.bottom_4392):not(
    .summary_15a0
  ).fn-loading-cbbe
  i,
input[type="reset"]:not(.bottom_4392):not(
    .summary_15a0
  ).fn-loading-cbbe
  svg,
input[type="submit"]:not(.bottom_4392):not(
    .summary_15a0
  ).fn-loading-cbbe
  .text_green_2730,
input[type="submit"]:not(.bottom_4392):not(
    .summary_15a0
  ).fn-loading-cbbe
  .gallery-brown-afa2,
input[type="submit"]:not(.bottom_4392):not(
    .summary_15a0
  ).fn-loading-cbbe
  .preview_c063,
input[type="submit"]:not(.bottom_4392):not(
    .summary_15a0
  ).fn-loading-cbbe
  i,
input[type="submit"]:not(.bottom_4392):not(
    .summary_15a0
  ).fn-loading-cbbe
  svg {
  visibility: hidden;
}
.article-942e:not(.bottom_4392):not(
    .summary_15a0
  ).fn-loading-cbbe:after,
button:not(.bottom_4392):not(
    .summary_15a0
  ).fn-loading-cbbe:after,
input[type="button"]:not(.bottom_4392):not(
    .summary_15a0
  ).fn-loading-cbbe:after,
input[type="reset"]:not(.bottom_4392):not(
    .summary_15a0
  ).fn-loading-cbbe:after,
input[type="submit"]:not(.bottom_4392):not(
    .summary_15a0
  ).fn-loading-cbbe: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;
}
.article-942e:not(.bottom_4392):not(.summary_15a0),
input[type="button"]:not(.bottom_4392):not(
    .summary_15a0
  ),
input[type="reset"]:not(.bottom_4392):not(
    .summary_15a0
  ),
input[type="submit"]:not(.bottom_4392):not(
    .summary_15a0
  ) {
  color: #fff;
  background: #235787;
}
.article-942e:not(.bottom_4392):not(
    .summary_15a0
  ):focus,
input[type="button"]:not(.bottom_4392):not(
    .summary_15a0
  ):focus,
input[type="reset"]:not(.bottom_4392):not(
    .summary_15a0
  ):focus,
input[type="submit"]:not(.bottom_4392):not(
    .summary_15a0
  ):focus {
  color: #fff;
}
.article-942e.fn-disabled-cbbe:not(.bottom_4392):not(
    .summary_15a0
  ),
.article-942e[disabled]:not(.bottom_4392):not(
    .summary_15a0
  ),
button.fn-disabled-cbbe:not(.bottom_4392):not(
    .summary_15a0
  ),
button[disabled]:not(.bottom_4392):not(
    .summary_15a0
  ) {
  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;
}
.mini_a718 {
  clip: rect(1px, 1px, 1px, 1px);
  position: absolute !important;
  height: 1px;
  width: 1px;
  overflow: hidden;
  word-con: normal !important;
}
.mini_a718: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;
}
.header-bb10 {
  display: inline;
  float: left;
  margin-right: 1.41575em;
}
.medium-d2a7 {
  display: inline;
  float: right;
  margin-left: 1.41575em;
}
.sort_wood_6f88 {
  clear: both;
  display: block;
  margin: 0 auto;
}
.message_center_19d6:after,
.message_center_19d6:before,
.motion_5f36:after,
.motion_5f36:before,
.modal_b109:after,
.modal_b109:before,
.layout_e8c7:after,
.layout_e8c7:before,
.tertiary_7c33:after,
.tertiary_7c33:before,
.smooth-2255:after,
.smooth-2255:before {
  content: "";
  display: table;
  table-layout: fixed;
}
.message_center_19d6:after,
.motion_5f36:after,
.modal_b109:after,
.layout_e8c7:after,
.tertiary_7c33:after,
.smooth-2255:after {
  clear: both;
}
.motion_5f36 .accordion_cca2,
.modal_b109 .accordion_cca2,
.stone-6bbd .accordion_cca2 {
  border: none;
  margin-bottom: 0;
  margin-top: 0;
  padding: 0;
}
embed,
iframe,
object {
  max-width: 100%;
}
.tabs-complex-43c6 {
  display: inline-block;
}
.detail_1268 {
  margin-bottom: 1.41575em;
  max-width: 100%;
}
.detail_1268 img[class*="wp-image-"] {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.detail_1268 .stale_2276 {
  padding: 1em 0;
  font-size: 85%;
}
.stale_2276 {
  text-align: left;
  font-style: italic;
  color: #999;
}
.next-077c {
  margin-bottom: 1.5em;
  margin-bottom: 1.41575em;
}
.next-077c:after,
.next-077c:before {
  content: "";
  display: table;
}
.next-077c:after {
  clear: both;
}
.component_9088 {
  display: inline-block;
  text-align: center;
  vertical-align: top;
  width: 100%;
}
.media_d8cd .component_9088 {
  max-width: 50%;
}
.soft-2b60 .component_9088 {
  max-width: 33.33%;
}
.hard-1607 .component_9088 {
  max-width: 25%;
}
.nav_a60d .component_9088 {
  max-width: 20%;
}
.avatar-6031 .component_9088 {
  max-width: 16.66%;
}
.info_fast_b7d4 .component_9088 {
  max-width: 14.28%;
}
.left-22b2 .component_9088 {
  max-width: 12.5%;
}
.advanced-44c3 .component_9088 {
  max-width: 11.11%;
}
.module-eaf9 {
  display: block;
}
.basic_7e20 .next_a9da label,
.basic_7e20 .caption-under-c508 label,
.basic_7e20 .center-7a93 label,
.basic_7e20 .lite_c38f label {
  text-transform: uppercase;
  letter-spacing: 0.5px;
  font-size: 0.85em;
}
.block_fixed_c24a {
  list-style: none;
  margin: 0;
}
.block_fixed_c24a article.notice-thick-80ef {
  margin-bottom: 0;
}
.block_fixed_c24a ul {
  list-style: none;
  margin: 0;
}
.block_fixed_c24a .wrapper-a475 li.notice-thick-80ef {
  padding-left: 30px;
}
@media screen and (min-width: 64em) {
  .block_fixed_c24a .wrapper-a475 li.notice-thick-80ef {
    padding-left: 85px;
    border-left: 1px solid #eaecee;
    position: relative;
    width: 100%;
  }
  .block_fixed_c24a .wrapper-a475 li.notice-thick-80ef: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) {
  .block_fixed_c24a .wrapper-a475 li.notice-thick-80ef li.notice-thick-80ef li.notice-thick-80ef li.notice-thick-80ef {
    padding-left: 0;
  }
}
article.notice-thick-80ef {
  padding: 1.618em 0;
  margin-bottom: 1.618em;
}
article.notice-thick-80ef .motion_5f36 p:last-of-type {
  margin-bottom: 0;
}
article.notice-thick-80ef .detail_a5b8 {
  float: left;
}
article.notice-thick-80ef .hover_wide_fb53 {
  margin-left: 85px;
}
article.notice-thick-80ef .purple_8499 {
  display: block;
  margin: 12px 0 12px;
  padding-bottom: 4px;
  border-bottom: 1px solid #eaecee;
}
article.notice-thick-80ef .purple_8499 .tooltip_pink_9efb {
  margin-left: 10px;
}
article.notice-thick-80ef .list_copper_6e6a {
  font-weight: 500;
  text-transform: uppercase;
  line-height: 1;
  font-style: normal;
}
article.notice-thick-80ef .list-down-b7ff {
  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 .next_a9da,
  #respond .center-7a93,
  #respond .lite_c38f {
    width: 29.4117647059%;
    margin-right: 5.8823529412%;
    float: left;
  }
}
#respond .next_a9da input,
#respond .center-7a93 input,
#respond .lite_c38f input {
  width: 100%;
}
#respond .lite_c38f {
  margin-right: 0;
}
#respond .dynamic-30a7 #wp-comment-cookies-consent {
  position: relative;
  top: -1px;
  margin-right: 5px;
}
.icon_inner_7100 {
  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;
}
.icon_inner_7100.current-0dae {
  width: 36px;
  height: 36px;
  min-height: 36px;
  font-size: 1.1em;
}
.icon_inner_7100 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%);
}
.icon_inner_7100:focus,
.icon_inner_7100: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);
}
.block-17af {
  border-radius: 10%;
}
.modal_7e76 {
  border-radius: 50%;
}
.heading-red-1e12 {
  font-size: 0.72em;
}
.description-bottom-e056 {
  font-size: 0.875em;
}
.module-pressed-3586 {
  font-size: 1.1em;
}
.photo-hard-b34a {
  text-transform: uppercase;
  line-height: 1.2;
}
.photo-hard-b34a.heading-red-1e12 {
  letter-spacing: 0.5px;
}
.media-next-5005,
.media-next-5005 a {
  color: #6d6d6d;
}
.media-next-5005 a:hover {
  color: #111;
}
.thumbnail_9542 {
  color: #6d6d6d;
}
.medium-e8f9 {
  overflow-x: hidden;
}
.medium-e8f9 .huge_d4fa.button-fixed-5e84 {
  position: relative;
}
.medium-e8f9 .huge_d4fa.button-fixed-5e84.outline-full-de54 {
  position: initial;
}
.medium-e8f9
  .huge_d4fa.button-fixed-5e84.outline-full-de54
  .element_6ec1 {
  left: auto;
}
.medium-e8f9 .huge_d4fa .element_6ec1 {
  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;
}
.medium-e8f9 .huge_d4fa:hover.button-fixed-5e84 {
  -webkit-transition-delay: 0s !important;
  transition-delay: 0s !important;
  outline: 1px solid #0073aa;
  outline-offset: -1px;
}
.medium-e8f9
  .huge_d4fa:hover.button-fixed-5e84
  .element_6ec1 {
  display: block;
  z-index: 9999999;
}
.medium-e8f9 .section_586d .notice-d688,
.medium-e8f9 .glass-242e .notice-d688 {
  display: none;
}
.medium-e8f9 .header_glass_4c14 .huge_d4fa:hover.button-fixed-5e84 {
  outline: 1px dashed #ff472e;
  outline-offset: -1px;
}
.basic_7e20 .next_a9da label,
.basic_7e20 .caption-under-c508 label,
.basic_7e20 .center-7a93 label,
.basic_7e20 .lite_c38f label {
  text-transform: uppercase;
  letter-spacing: 0.5px;
  font-size: 0.85em;
}
.block_fixed_c24a {
  list-style: none;
  margin: 0;
}
.block_fixed_c24a article.notice-thick-80ef {
  margin-bottom: 0;
}
.block_fixed_c24a ul {
  list-style: none;
  margin: 0;
}
.block_fixed_c24a .wrapper-a475 li.notice-thick-80ef {
  padding-left: 30px;
}
@media screen and (min-width: 64em) {
  .block_fixed_c24a .wrapper-a475 li.notice-thick-80ef {
    padding-left: 85px;
    border-left: 1px solid #eaecee;
    position: relative;
    width: 100%;
  }
  .block_fixed_c24a .wrapper-a475 li.notice-thick-80ef: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) {
  .block_fixed_c24a .wrapper-a475 li.notice-thick-80ef li.notice-thick-80ef li.notice-thick-80ef li.notice-thick-80ef {
    padding-left: 0;
  }
}
article.notice-thick-80ef {
  padding: 1.618em 0;
  margin-bottom: 1.618em;
}
article.notice-thick-80ef .motion_5f36 p:last-of-type {
  margin-bottom: 0;
}
article.notice-thick-80ef .detail_a5b8 {
  float: left;
}
article.notice-thick-80ef .hover_wide_fb53 {
  margin-left: 85px;
}
article.notice-thick-80ef .purple_8499 {
  display: block;
  margin: 12px 0 12px;
  padding-bottom: 4px;
  border-bottom: 1px solid #eaecee;
}
article.notice-thick-80ef .purple_8499 .tooltip_pink_9efb {
  margin-left: 10px;
}
article.notice-thick-80ef .list_copper_6e6a {
  font-weight: 500;
  text-transform: uppercase;
  line-height: 1;
  font-style: normal;
}
article.notice-thick-80ef .list-down-b7ff {
  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 .next_a9da,
  #respond .center-7a93,
  #respond .lite_c38f {
    width: 29.4117647059%;
    margin-right: 5.8823529412%;
    float: left;
  }
}
#respond .next_a9da input,
#respond .center-7a93 input,
#respond .lite_c38f input {
  width: 100%;
}
#respond .lite_c38f {
  margin-right: 0;
}
#respond .dynamic-30a7 #wp-comment-cookies-consent {
  position: relative;
  top: -1px;
  margin-right: 5px;
}
.section_586d .notice_137f {
  color: rgba(255, 255, 255, 0.99);
  background: rgba(0, 0, 0, 0.9);
}
.notice_137f .bright-e705.panel-warm-4b82 .slider_9ef8 > li > a:focus,
.notice_137f .bright-e705.panel-warm-4b82 .slider_9ef8 > li > a:hover,
.notice_137f .bright-e705.texture-huge-0e19 .slider_9ef8 > li > a:focus,
.notice_137f .bright-e705.texture-huge-0e19 .slider_9ef8 > li > a:hover,
.notice_137f .bright-e705.table-in-ec3b .slider_9ef8 > li > a:focus,
.notice_137f .bright-e705.table-in-ec3b .slider_9ef8 > li > a:hover {
  color: rgba(255, 255, 255, 0.99);
}
.notice_137f
  .bright-e705.panel-warm-4b82
  .slider_9ef8
  > li.box_d0a3
  > a,
.notice_137f
  .bright-e705.panel-warm-4b82
  .slider_9ef8
  > li.main-lite-6388
  > a,
.notice_137f
  .bright-e705.texture-huge-0e19
  .slider_9ef8
  > li.box_d0a3
  > a,
.notice_137f
  .bright-e705.texture-huge-0e19
  .slider_9ef8
  > li.main-lite-6388
  > a,
.notice_137f
  .bright-e705.table-in-ec3b
  .slider_9ef8
  > li.box_d0a3
  > a,
.notice_137f .bright-e705.table-in-ec3b .slider_9ef8 > li.status_hard_9509 > a {
  color: rgba(255, 255, 255, 0.99);
}
.notice_137f .widget-343a,
.notice_137f .widget-343a a {
  color: rgba(255, 255, 255, 0.99);
}
.notice_137f .thumbnail-east-968c.gold-de30 li a,
.notice_137f .component_lite_7401 a,
.notice_137f .steel-95eb,
.notice_137f .slider_9ef8 > li > a,
.notice_137f .block-new-1e8c {
  color: rgba(255, 255, 255, 0.79);
}
.notice_137f .thumbnail-east-968c.gold-de30 li a:hover,
.notice_137f .component_lite_7401 a:hover,
.notice_137f .steel-95eb:hover,
.notice_137f .slider_9ef8 > li > a:hover,
.notice_137f .block-new-1e8c:hover {
  color: rgba(255, 255, 255, 0.99);
}
.notice_137f .tertiary_6d9f {
  color: rgba(255, 255, 255, 0.79);
}
.notice_137f .tertiary_6d9f .slider-7d18 {
  color: rgba(255, 255, 255, 0.99);
}
.notice_137f .tertiary_6d9f:hover {
  color: rgba(255, 255, 255, 0.99);
}
.notice_137f .active_49f2 .heading_bottom_ba4d {
  background: rgba(255, 255, 255, 0.03);
  border-color: rgba(255, 255, 255, 0.08);
  color: rgba(255, 255, 255, 0.79);
}
.notice_137f .active_49f2 .heading_bottom_ba4d .liquid-e413 {
  color: rgba(255, 255, 255, 0.79);
}
.notice_137f
  .active_49f2
  .heading_bottom_ba4d
  .liquid-e413::-webkit-input-placeholder {
  color: rgba(255, 255, 255, 0.79);
}
.notice_137f
  .active_49f2
  .heading_bottom_ba4d
  .liquid-e413:-ms-input-placeholder {
  color: rgba(255, 255, 255, 0.79);
}
.notice_137f
  .active_49f2
  .heading_bottom_ba4d
  .liquid-e413::-ms-input-placeholder {
  color: rgba(255, 255, 255, 0.79);
}
.notice_137f
  .active_49f2
  .heading_bottom_ba4d
  .liquid-e413::placeholder {
  color: rgba(255, 255, 255, 0.79);
}
.notice_137f .active_49f2 .primary_e88d {
  color: rgba(255, 255, 255, 0.79);
}
.notice_137f .active_49f2 .primary_e88d:hover {
  color: rgba(255, 255, 255, 0.99);
}
.gallery_fb5c
  .notice_137f
  .active_49f2
  .media_old_f7b2
  .easy-0239 {
  background-color: rgba(255, 255, 255, 0.03);
  border-color: rgba(255, 255, 255, 0.08);
  color: rgba(255, 255, 255, 0.79);
}
.gallery_fb5c
  .notice_137f
  .active_49f2
  .media_old_f7b2
  .liquid-e413 {
  background-color: rgba(255, 255, 255, 0.03) !important;
  border-color: rgba(255, 255, 255, 0.08);
  color: rgba(255, 255, 255, 0.79);
}
.section_586d .steel_b7cc {
  color: rgba(0, 0, 0, 0.6);
  background: rgba(255, 255, 255, 0.9);
}
.steel_b7cc .bright-e705.panel-warm-4b82 .slider_9ef8 > li > a:focus,
.steel_b7cc .bright-e705.panel-warm-4b82 .slider_9ef8 > li > a:hover,
.steel_b7cc .bright-e705.texture-huge-0e19 .slider_9ef8 > li > a:focus,
.steel_b7cc .bright-e705.texture-huge-0e19 .slider_9ef8 > li > a:hover,
.steel_b7cc .bright-e705.table-in-ec3b .slider_9ef8 > li > a:focus,
.steel_b7cc .bright-e705.table-in-ec3b .slider_9ef8 > li > a:hover {
  color: rgba(0, 0, 0, 0.8);
}
.steel_b7cc
  .bright-e705.panel-warm-4b82
  .slider_9ef8
  > li.box_d0a3
  > a,
.steel_b7cc
  .bright-e705.panel-warm-4b82
  .slider_9ef8
  > li.main-lite-6388
  > a,
.steel_b7cc
  .bright-e705.texture-huge-0e19
  .slider_9ef8
  > li.box_d0a3
  > a,
.steel_b7cc
  .bright-e705.texture-huge-0e19
  .slider_9ef8
  > li.main-lite-6388
  > a,
.steel_b7cc
  .bright-e705.table-in-ec3b
  .slider_9ef8
  > li.box_d0a3
  > a,
.steel_b7cc .bright-e705.table-in-ec3b .slider_9ef8 > li.status_hard_9509 > a {
  color: rgba(0, 0, 0, 0.8);
}
.steel_b7cc .widget-343a,
.steel_b7cc .widget-343a a {
  color: rgba(0, 0, 0, 0.8);
}
.steel_b7cc .thumbnail-east-968c.gold-de30 li a,
.steel_b7cc .component_lite_7401 a,
.steel_b7cc .steel-95eb,
.steel_b7cc .slider_9ef8 > li > a,
.steel_b7cc .block-new-1e8c {
  color: rgba(0, 0, 0, 0.55);
}
.steel_b7cc .thumbnail-east-968c.gold-de30 li a:hover,
.steel_b7cc .component_lite_7401 a:hover,
.steel_b7cc .steel-95eb:hover,
.steel_b7cc .slider_9ef8 > li > a:hover,
.steel_b7cc .block-new-1e8c:hover {
  color: rgba(0, 0, 0, 0.8);
}
.steel_b7cc .tertiary_6d9f {
  color: rgba(0, 0, 0, 0.55);
}
.steel_b7cc .tertiary_6d9f .slider-7d18 {
  color: rgba(0, 0, 0, 0.8);
}
.steel_b7cc .tertiary_6d9f:hover {
  color: rgba(0, 0, 0, 0.8);
}
.current_9403 .hover-39c4 {
  margin-left: auto;
  margin-right: auto;
}
.modal_b109 > * {
  margin-left: auto;
  margin-right: auto;
}
.modal_b109 .header-bb10 {
  margin-right: 1.41575em;
}
.mini-0266 .modal_b109 > .bottom_4e63 {
  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;
}
.mini-0266 .modal_b109 > .button-under-514f {
  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;
}
.link_silver_1a45.current_9403 .hover-39c4,
.narrow_efae.current_9403 .hover-39c4 {
  margin-left: 0;
}
.element-bright-382c.current_9403 .hover-39c4,
.carousel_9133.current_9403 .hover-39c4 {
  margin-right: 0;
}
.modal_b109 ol,
.modal_b109 ul {
  margin: 1.5em auto;
  list-style-position: outside;
}
.input-red-b923 video {
  max-width: 100%;
}
.large_e54f img {
  display: block;
}
.large_e54f.header-bb10,
.large_e54f.medium-d2a7 {
  width: 100%;
}
.large_e54f.button-under-514f img {
  width: 100vw;
  width: calc(var(--vw, 1vw) * 100);
}
.white_f64b:not(.main-d1ad) {
  margin: 1.5em auto;
}
.gas-2df4 p {
  padding: 1.5em 14px;
}
ul.static-f570.button-under-514f,
ul.static-f570.bottom_4e63,
ul.static-f570.main_65f9.bottom_4e63 {
  padding: 0 14px;
}
.gradient_b70b {
  display: block;
  overflow-x: auto;
}
.gradient_b70b table {
  border-collapse: collapse;
  width: 100%;
}
.gradient_b70b td,
.gradient_b70b th {
  padding: 0.5em;
}
.modal_b109 li {
  margin-left: 2.5em;
  margin-bottom: 6px;
}
.modal_b109 ol ol,
.modal_b109 ol ul,
.modal_b109 ul ol,
.modal_b109 ul ul {
  margin-bottom: 0;
  margin-top: 0;
  margin-left: 2.5em;
}
.modal_b109 ol ol li,
.modal_b109 ol ul li,
.modal_b109 ul ol li,
.modal_b109 ul ul li {
  margin-left: 0;
}
.background_033f.dropdown_medium_0565 > .center_6a77 {
  position: relative;
  width: 100%;
  height: 0;
  padding-top: 56.25%;
}
.background_033f.dropdown_medium_0565 > .center_6a77 iframe,
.background_033f.dropdown_medium_0565 > .center_6a77 > object {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}
.white_9546 {
  border-left-width: 4px;
  border-left-color: currentColor;
}
.white_9546.lite-d715 {
  padding: 0;
}
.white_9546.lite-d715 cite {
  font-size: 13px;
}
.white_9546 > * {
  margin-left: 16px;
  margin-right: 16px;
}
.white_9546 cite {
  font-style: normal;
  margin-top: 1em;
  position: relative;
  font-size: 13px;
}
.thumbnail_a774 {
  border-bottom: 4px solid currentColor;
  border-top: 4px solid currentColor;
  margin-left: 0;
  margin-right: 0;
  padding: 3em 0;
  text-align: center;
}
.thumbnail_a774 > p:first-child {
  margin-top: 0;
}
.thumbnail_a774 cite {
  font-size: 13px;
  font-style: normal;
  text-transform: uppercase;
}
.thumbnail_a774 blockquote {
  border-left: 0;
}
.first-a337 {
  margin: 3em auto;
  border: none;
  border-bottom: 2px solid currentColor;
}
.first-a337:not(.backdrop_bf23) {
  max-width: 100px;
}
.first-a337.link_8f31 {
  border-bottom: none !important;
  text-align: center;
}
.first-a337.link_8f31::before {
  padding-left: 0;
  font-size: 30px;
}
@media screen and (min-width: 768px) {
  .gas-2df4 p {
    padding: 1.5em 0;
  }
}
.gradient_tiny_a14a {
  color: #0073aa;
}
.header_steel_1a40 {
  background-color: #0073aa;
}
.motion-b948 {
  color: #229fd8;
}
.status-9ab8 {
  background-color: #229fd8;
}
.avatar_yellow_7815 {
  color: #eee;
}
.shadow-e8f0 {
  background-color: #eee;
}
.thick-0e43 {
  color: #444;
}
.secondary-c6c4 {
  background-color: #444;
}
.yellow_f873 {
  padding: 0;
  -webkit-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  text-size-adjust: 100%;
  line-height: 13px;
}
.yellow_f873 .south-02a9 .component_lite_7401 {
  font-size: 15px;
}
.yellow_f873 .component_lite_7401 {
  line-height: 1.3;
}
.yellow_f873 .steel_b7cc {
}
.yellow_f873 .notice_137f {
  background: #235787;
}
.message_0ddf {
  padding: 0;
}
.message_0ddf .notice_137f {
  background: #1a1a1a;
}
.message_0ddf .steel_b7cc {
  box-shadow: 0 1px 2px 0 #e1e5ea;
  background: #fff;
}
.border_ff9c {
  padding: 0;
  border-left: none;
  border-right: none;
}
.border_ff9c .steel_b7cc {
  box-shadow: 0 1px 2px 0 #e1e5ea;
}
.border_ff9c .notice_137f {
  background: #303030;
}
.smooth-2255 {
  position: relative;
  z-index: 10;
}
.smooth-2255 .yellow-a0ae {
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
  -webkit-box-pack: center;
  justify-content: center;
}
.card-13c0 .button-fixed-5e84 {
  display: inline-block;
  vertical-align: middle;
}
.card-13c0.iron_ebdf .button-fixed-5e84 {
  margin-right: 1em;
}
@media screen and (max-width: 1024px) {
  .card-13c0.iron_ebdf .button-fixed-5e84 {
    margin-right: 1em;
  }
}
@media screen and (max-width: 568px) {
  .card-13c0.iron_ebdf .button-fixed-5e84 {
    margin-right: 0.4em;
  }
}
.card-13c0.iron_ebdf .button-fixed-5e84:last-child {
  margin-right: 0;
}
.feature-5778 .yellow-a0ae {
  max-width: initial;
}
@media screen and (min-width: 1025px) {
  .section_586d .south-02a9 {
    margin: 0 -0.5em;
  }
  .section_586d .south-02a9 [class*="customify-col-"],
  .section_586d .south-02a9 [class*="customify-col_"],
  .section_586d .south-02a9 [class~="customify-col-"] {
    padding-left: 0.5em;
    padding-right: 0.5em;
  }
}
.section_586d.row_358c .yellow-a0ae {
  background: 0 0 !important;
}
.section_586d.row_358c .yellow-a0ae,
.section_586d.feature-5778 .yellow-a0ae {
  border: 0 none !important;
  box-shadow: none !important;
}
@media screen and (min-width: 1025px) {
  .section_586d.thumbnail-active-ffe5 {
    background: 0 0 !important;
    border: 0 none;
    box-shadow: none !important;
  }
}
.section_586d.feature-5778 .yellow-a0ae {
  box-shadow: none !important;
}
.slider_c9c9 {
  padding: 21px 0 22px;
  border-bottom: 1px solid #eaecee;
  word-break: break-word;
  background: #f9f9f9;
}
@media screen and (max-width: 1024px) {
  .slider_c9c9 {
    padding: 19px 0 20px;
  }
}
@media screen and (max-width: 568px) {
  .slider_c9c9 {
    padding: 18px 0 20px;
  }
}
.slider_c9c9 .main_42a4 {
  width: 100%;
}
.slider_c9c9 .texture_c722 {
  margin-bottom: 0;
}
.slider_c9c9 .active-c06d {
  margin-top: 5px;
  font-size: 0.875em;
}
.item_simple_f181 {
  padding: 9px 0 9px;
  border-bottom: 1px solid #eaecee;
  color: #6d6d6d;
  line-height: 1.6;
  background: #fff;
}
.item_simple_f181 .paragraph-7683 {
  width: 100%;
}
.info-629f {
  list-style: none;
  margin: 0 1em;
  padding: 0;
}
.info-629f li {
  display: inline-block;
  position: relative;
  padding-right: 10px;
}
.info-629f 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;
}
.info-629f li:last-child:after {
  display: none;
}
.info-629f li a {
  font-weight: 500;
  margin-right: 10px;
}
.gallery-0ae7 .notice-d688 button,
.slider_c9c9 .notice-d688 button {
  left: 0;
}
.gallery-0ae7 .paragraph-7683,
.slider_c9c9 .paragraph-7683 {
  padding-left: 0;
  padding-right: 0;
}
.gallery-0ae7 .item_simple_f181,
.slider_c9c9 .item_simple_f181 {
  border-bottom: none;
  padding-bottom: 0;
  background: 0 0;
}
.gallery-0ae7 {
  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;
}
.gallery-0ae7: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;
}
.gallery-0ae7 .video_7418 {
  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) {
  .gallery-0ae7 .video_7418 {
    min-height: 300px;
  }
}
@media screen and (max-width: 1024px) {
  .gallery-0ae7 .video_7418 {
    min-height: 250px;
    padding: 1em 15px;
  }
}
@media screen and (max-width: 568px) {
  .gallery-0ae7 .video_7418 {
    min-height: 200px;
  }
}
.gallery-0ae7 .info-629f {
  color: rgba(255, 255, 255, 0.8);
}
.gallery-0ae7 .info-629f a,
.gallery-0ae7 .info-629f li:after {
  color: inherit;
}
.gallery-0ae7 .info-629f a:hover {
  color: rgba(255, 255, 255, 0.8);
}
.hero_in_6507 {
  margin-bottom: 0.5em;
}
.secondary-8520 {
  margin-bottom: 1.2em;
}
.secondary-8520,
.hero_in_6507 {
  display: inline-block;
  position: relative;
  color: rgba(255, 255, 255, 0.99);
  z-index: 5;
}
.secondary-8520 p:last-child,
.hero_in_6507 p:last-child {
  margin-bottom: 0;
}
#header-menu-sidebar .notice-d688,
#masthead .notice-d688 {
  display: none;
}
#masthead
  > .notice-d688.shade-huge-eacd {
  display: none;
}
#masthead > .notice-d688 button {
  left: 0;
}
.tiny_fad3 {
  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%;
}
.tiny_fad3 .button-fixed-5e84 {
  display: -webkit-inline-box;
  display: inline-flex;
  -webkit-box-align: center;
  align-items: center;
  margin-left: 0.5em;
  margin-right: 0.5em;
}
.tiny_fad3 .progress-af48 {
  display: -webkit-box;
  display: flex;
}
.tiny_fad3 .progress-af48.hovered_144e {
  -webkit-box-pack: center;
  justify-content: center;
  margin-left: 1em;
  margin-right: 1em;
}
.tiny_fad3 .progress-af48.medium_9bd6 {
  -webkit-box-pack: start;
  justify-content: flex-start;
  margin-right: auto;
  -webkit-box-flex: 1;
  flex: 1 1 0;
}
.tiny_fad3 .progress-af48.form_6a82 {
  margin-left: auto;
  -webkit-box-pack: end;
  justify-content: flex-end;
  -webkit-box-flex: 1;
  flex: 1 1 0;
}
.tiny_fad3.gallery-lower-4516.section-16f3 .progress-af48.hovered_144e {
  flex-basis: 100%;
}
.tiny_fad3.gradient-3f60 .progress-af48.medium_9bd6 {
  -webkit-box-flex: 1;
  flex: auto;
}
.tiny_fad3.gradient-3f60 .progress-af48.form_6a82 {
  -webkit-box-flex: 1;
  flex: auto;
}
#masthead
  > .notice-d688.shade-huge-eacd {
  display: none;
}
#masthead > .notice-d688 button {
  left: 0;
}
.media_under_fad1 {
  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;
}
.media_under_fad1:hover {
  box-shadow: inset 0 0 0 120px rgba(0, 0, 0, 0.18);
  color: #fff;
}
.media_under_fad1.active_3c15 i {
  margin-right: 4px;
}
.media_under_fad1.slider-stale-aa74 i {
  margin-left: 5px;
}
.component_lite_7401 p {
  font-weight: 500;
  text-transform: uppercase;
  font-size: 13px;
}
.component_lite_7401 p:last-child {
  margin-bottom: 0;
}
.row_22c5 {
  display: -webkit-box;
  display: flex;
  line-height: 0.9;
  vertical-align: middle;
}
.row_22c5 a {
  display: inline-block;
  text-transform: uppercase;
  letter-spacing: 0.4px;
  font-weight: 600;
}
.row_22c5 img {
  display: block;
  width: auto;
  line-height: 1;
}
.row_22c5 .widget-343a {
  font-size: 1.5em;
  margin: 0;
  font-weight: 600;
  line-height: 1.216;
}
.row_22c5 .active-c111 {
  margin: 5px 0 7px 0;
}
.row_22c5.basic-dc1b .hard-e1f5 {
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
  -webkit-box-pack: center;
  justify-content: center;
}
.row_22c5.basic-dc1b .gallery_7000 {
  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;
}
.row_22c5.breadcrumb-94e9 {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  flex-direction: row-reverse;
}
.row_22c5.breadcrumb-94e9 .hard-e1f5 {
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
  -webkit-box-pack: center;
  justify-content: center;
}
.row_22c5.breadcrumb-94e9 .gallery_7000 {
  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;
}
.row_22c5.gold_8add {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
}
.row_22c5.filter_7832 {
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
  flex-direction: column-reverse;
}
.row_22c5.filter_7832 .gallery_7000 {
  margin-top: 7px;
}
.container_huge_eb72 {
  display: inline-block;
}
.smooth-2255 .menu_bc44 .row_22c5 img {
  max-width: 100%;
}
.bright-e705 .modal-b01a.new-5910,
.element-under-416a .modal-b01a.new-5910 {
  position: relative;
  display: -webkit-inline-box;
  display: inline-flex;
  -webkit-box-align: center;
  align-items: center;
}
.bright-e705 .fluid_4292,
.element-under-416a .fluid_4292 {
  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%);
}
.bright-e705 .fluid_4292 {
  display: inline;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-decoration: none !important;
}
.bright-e705.media_plasma_e85f .fluid_4292 {
  display: none;
}
.bright-e705 .rough-484e {
  list-style: none;
  padding: 0;
  margin: 0;
}
.bright-e705 .rough-484e li {
  display: inline-block;
  position: relative;
}
.bright-e705 .rough-484e li:last-child {
  margin-right: 0;
}
.bright-e705 .rough-484e 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;
}
.bright-e705 .rough-484e li.status_hard_9509 > a {
  color: rgba(0, 0, 0, 0.9);
}
.bright-e705 .rough-484e > 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;
}
.bright-e705 .rough-484e > li > a i {
  line-height: 0;
}
.bright-e705 .rough-484e > li.dropdown_action_8f31 > a .fluid_4292 {
  margin-left: 4px;
  line-height: 0;
}
.bright-e705 .rough-484e .pattern_19cb li.dropdown_action_8f31 > a {
  position: relative;
}
.bright-e705 .rough-484e .pattern_19cb li.dropdown_action_8f31 > a:after,
.bright-e705 .rough-484e .pattern_19cb li.dropdown_action_8f31 > a:before {
  content: "";
  display: table;
}
.bright-e705 .rough-484e .pattern_19cb li.dropdown_action_8f31 > a:after {
  clear: both;
}
.bright-e705 .rough-484e .pattern_19cb li.dropdown_action_8f31 > a .fluid_4292 {
  margin-left: 5px;
  float: right;
}
.bright-e705 .short-cc3b,
.bright-e705 .pattern_19cb {
  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;
}
.bright-e705 .pattern_19cb {
  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;
}
.bright-e705 .pattern_19cb .new-5910 {
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: justify;
  justify-content: space-between;
}
.bright-e705 .pattern_19cb .fluid_4292 {
  -webkit-transform: rotate(135deg) translateY(0);
  -ms-transform: rotate(135deg) translateY(0);
  transform: rotate(135deg) translateY(0);
}
.bright-e705 .pattern_19cb li {
  display: block;
  margin: 0;
  padding: 0;
}
.bright-e705 .pattern_19cb 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;
}
.bright-e705 .pattern_19cb li a:hover {
  background: rgba(0, 0, 0, 0.015);
  color: rgba(0, 0, 0, 0.8);
}
.bright-e705 .pattern_19cb .pattern_19cb {
  top: 0;
  left: 100%;
}
.bright-e705 .label_5a7c.fn-focus-cbbe > .short-cc3b,
.bright-e705 .label_5a7c.fn-focus-cbbe > .pattern_19cb,
.bright-e705 .label_5a7c:focus > .short-cc3b,
.bright-e705 .label_5a7c:focus > .pattern_19cb,
.bright-e705 .label_5a7c:hover > .short-cc3b,
.bright-e705 .label_5a7c:hover > .pattern_19cb {
  height: auto;
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
  overflow: initial;
  visibility: visible;
  opacity: 1;
}
.bright-e705.table-in-ec3b .slider_9ef8:after,
.bright-e705.table-in-ec3b .slider_9ef8:before {
  content: "";
  display: table;
}
.bright-e705.table-in-ec3b .slider_9ef8:after {
  clear: both;
}
.bright-e705.table-in-ec3b .slider_9ef8 > li {
  float: left;
}
.bright-e705.last_7235 .slider_9ef8:after,
.bright-e705.last_7235 .slider_9ef8:before {
  content: "";
  display: table;
}
.bright-e705.last_7235 .slider_9ef8:after {
  clear: both;
}
.bright-e705.last_7235 .slider_9ef8 > li {
  float: left;
}
.bright-e705.last_7235 .slider_9ef8 > li > a {
  background: 0 0;
  display: -webkit-inline-box;
  display: inline-flex;
  vertical-align: middle;
  -webkit-box-align: center;
  align-items: center;
}
.bright-e705.last_7235 .slider_9ef8 > li > a:hover {
  color: #fff;
  background-color: #1e4b75;
}
.bright-e705.last_7235 .slider_9ef8 > li.box_d0a3 > a,
.bright-e705.last_7235 .slider_9ef8 > li.status_hard_9509 > a {
  color: #fff;
  background-color: #1e4b75;
}
.bright-e705.panel-warm-4b82 .slider_9ef8 > li > a .new-5910 {
  position: relative;
}
.bright-e705.panel-warm-4b82 .slider_9ef8 > li > a .new-5910: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;
}
.bright-e705.panel-warm-4b82
  .slider_9ef8
  > li:focus
  > a
  .new-5910:before,
.bright-e705.panel-warm-4b82
  .slider_9ef8
  > li:hover
  > a
  .new-5910:before {
  width: 100%;
  background-color: currentColor;
}
.bright-e705.panel-warm-4b82
  .slider_9ef8
  > li.box_d0a3
  > a
  .new-5910:before,
.bright-e705.panel-warm-4b82
  .slider_9ef8
  > li.main-lite-6388
  > a
  .new-5910:before {
  width: 100%;
  background-color: currentColor;
}
.bright-e705.texture-huge-0e19 .slider_9ef8 > li > a .new-5910 {
  position: relative;
}
.bright-e705.texture-huge-0e19 .slider_9ef8 > li > a .new-5910: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;
}
.bright-e705.texture-huge-0e19 .slider_9ef8 > li:focus > a .new-5910:before,
.bright-e705.texture-huge-0e19
  .slider_9ef8
  > li:hover
  > a
  .new-5910:before {
  width: 100%;
  background-color: currentColor;
}
.bright-e705.texture-huge-0e19
  .slider_9ef8
  > li.box_d0a3
  > a
  .new-5910:before,
.bright-e705.texture-huge-0e19
  .slider_9ef8
  > li.main-lite-6388
  > a
  .new-5910:before {
  width: 100%;
  background-color: currentColor;
}
.element-under-416a .rough-484e {
  margin: 0;
  padding: 0;
  list-style: none;
}
.element-under-416a .rough-484e li:first-child > a {
  border-top: none;
}
.element-under-416a .rough-484e .hover-down-897e > .new-5910 .fluid_4292 {
  display: none;
}
.element-under-416a .rough-484e li {
  list-style: none;
  position: relative;
  border-bottom: 1px solid transparent;
}
.element-under-416a .rough-484e li:last-child {
  border: none;
}
.element-under-416a .rough-484e li.dropdown_action_8f31 > a {
  padding-right: 45px !important;
}
.element-under-416a .rough-484e li a {
  display: block;
  padding: 0.55em 1.5em;
}
.element-under-416a .rough-484e li a:focus,
.element-under-416a .rough-484e li a:hover {
  background: rgba(0, 0, 0, 0.01);
}
.element-under-416a .rough-484e li .accordion-tiny-dd04 {
  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;
}
.element-under-416a .rough-484e li .accordion-tiny-dd04:hover {
  box-shadow: none;
}
.element-under-416a .rough-484e li .accordion-tiny-dd04 .fluid_4292 {
  -webkit-transform: rotate(-135deg) translateY(50%) translateX(50%);
  -ms-transform: rotate(-135deg) translateY(50%) translateX(50%);
  transform: rotate(-135deg) translateY(50%) translateX(50%);
}
.element-under-416a .rough-484e .pattern_19cb {
  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);
}
.element-under-416a .rough-484e .pattern_19cb li a {
  padding-left: 3em;
}
.element-under-416a .rough-484e .tabs-2cac > a .accordion-tiny-dd04 i {
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
.element-under-416a .rough-484e .tabs-2cac > .pattern_19cb {
  display: block;
  opacity: 1;
}
.fast_af2a {
  max-width: 100%;
}
.accent_new_caba {
  line-height: 0;
  cursor: pointer;
}
.block-new-1e8c {
  line-height: 0;
  display: inline-block;
  position: relative;
  box-shadow: none;
}
.block-new-1e8c:hover {
  box-shadow: none;
  color: currentColor;
}
.block-new-1e8c svg {
  width: 18px;
  height: 18px;
}
.block-new-1e8c .input_e646 {
  display: none;
}
.border-69eb {
  position: relative;
}
.border-69eb.fn-active-cbbe .block-new-1e8c .header_086f {
  display: none;
}
.border-69eb.fn-active-cbbe .block-new-1e8c .input_e646 {
  display: inline-block;
}
.border-69eb .inner-764c {
  position: absolute;
  top: 100%;
  left: -0.9em;
  height: 0;
  overflow: hidden;
  display: block;
  margin-top: -1px;
  -webkit-transition: all 0.2s linear;
  transition: all 0.2s linear;
  -webkit-transform: translateY(40px);
  -ms-transform: translateY(40px);
  transform: translateY(40px);
}
.border-69eb.picture_iron_29ef .inner-764c {
  left: auto;
  right: -0.9em;
}
.border-69eb.picture_iron_29ef .gallery-981c::before {
  left: auto;
  right: 15px;
}
.border-69eb.fn-active-cbbe .inner-764c {
  height: auto;
  overflow: initial;
  z-index: 26;
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
}
.media_old_f7b2 {
  display: -webkit-box;
  display: flex;
  margin-bottom: 0;
  width: 100%;
  max-width: 100%;
}
.media_old_f7b2 label {
  flex-basis: 100%;
}
.media_old_f7b2 .heading_bottom_ba4d {
  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;
}
.media_old_f7b2 .liquid-e413 {
  display: block;
  width: 100%;
  border-radius: 2px;
  height: 2.4em;
}
.media_old_f7b2 .liquid-e413:focus {
  background-color: transparent;
}
.media_old_f7b2 button.primary_e88d {
  overflow: hidden;
  box-shadow: none;
  margin-left: -40px;
  background: 0 0;
  color: #6d6d6d;
  line-height: 0;
  padding: 0 0.7em;
  min-height: auto;
}
.media_old_f7b2 button.primary_e88d:hover {
  box-shadow: none;
  background-color: transparent;
  color: #686868;
}
.media_old_f7b2 button.primary_e88d svg {
  width: 18px;
  height: 18px;
}
.media_old_f7b2 input[type="submit"] {
  min-height: auto;
}
.active_49f2 .media_old_f7b2 .liquid-e413 {
  border: 0;
  box-shadow: none;
  background-color: transparent;
}
.gallery-981c {
  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) {
  .gallery-981c {
    width: 220px;
  }
}
.gallery-981c label {
  flex-basis: 100%;
}
.gallery-981c::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;
}
.gallery_fb5c .active_49f2 .media_old_f7b2 {
  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;
}
.gallery_fb5c
  .active_49f2
  .media_old_f7b2
  .heading_bottom_ba4d {
  background-color: transparent;
  min-height: auto;
  flex-basis: 100%;
  display: -webkit-box;
  display: flex;
  border-style: none;
  border: none;
  box-shadow: none;
}
.gallery_fb5c .active_49f2 .media_old_f7b2 .liquid-e413 {
  border-color: transparent;
  height: auto;
  background-color: transparent;
  border: 0;
  border-style: none;
  box-shadow: none;
  -webkit-box-flex: 0;
  flex: 0 0 auto;
}
.gallery_fb5c
  .active_49f2
  .media_old_f7b2
  .liquid-e413:focus {
  background: 0 0;
}
.gallery_fb5c
  .active_49f2
  .media_old_f7b2
  .easy-0239 {
  height: auto;
  border: 0;
  background-color: transparent;
  -webkit-box-flex: 1;
  flex: 1 1 auto;
  width: auto;
  padding-right: 2em;
  position: relative;
  border-right: 1px solid rgba(127, 127, 127, 0.2);
  color: #6d6d6d;
  border-top: 0 !important;
  border-left: 0 !important;
  border-bottom: 0 !important;
}
.thumbnail-east-968c {
  display: inline-block;
  margin: 0;
  padding: 0;
  list-style: none;
  position: relative;
}
.thumbnail-east-968c li {
  list-style: none;
  display: inline-block;
  margin: 0 3px;
}
.thumbnail-east-968c li:last-child {
  margin-right: 0;
}
.thumbnail-east-968c li:first-child {
  margin-left: 0;
}
.thumbnail-east-968c.shadow_da22 a {
  color: #fff;
}
.thumbnail-east-968c.shadow_da22 a:hover {
  color: #fff;
}
.thumbnail-east-968c a {
  color: currentColor;
  text-align: center;
  vertical-align: middle;
  width: 100%;
  padding: 0.4em;
  display: inline-block;
  line-height: 1;
  font-size: 13px;
}
.thumbnail-east-968c a i {
  width: 1em;
  height: 1em;
  position: relative;
  display: block;
}
.thumbnail-east-968c a i:before {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}
.thumbnail-east-968c a:hover {
  opacity: 0.9;
  color: inherit;
}
.thumbnail-east-968c [class*="social-icon-apple"] {
  background-color: #999;
}
.thumbnail-east-968c [class*="social-icon-apple"].logo-top-fca9 {
  background-color: transparent;
  color: #999;
}
.thumbnail-east-968c [class*="social-icon-behance"] {
  background-color: #1769ff;
}
.thumbnail-east-968c [class*="social-icon-behance"].logo-top-fca9 {
  background-color: transparent;
  color: #1769ff;
}
.thumbnail-east-968c [class*="social-icon-bitbucket"] {
  background-color: #205081;
}
.thumbnail-east-968c [class*="social-icon-bitbucket"].logo-top-fca9 {
  background-color: transparent;
  color: #205081;
}
.thumbnail-east-968c [class*="social-icon-codepen"] {
  background-color: #000;
}
.thumbnail-east-968c [class*="social-icon-codepen"].logo-top-fca9 {
  background-color: transparent;
  color: #000;
}
.thumbnail-east-968c [class*="social-icon-delicious"] {
  background-color: #39f;
}
.thumbnail-east-968c [class*="social-icon-delicious"].logo-top-fca9 {
  background-color: transparent;
  color: #39f;
}
.thumbnail-east-968c [class*="social-icon-digg"] {
  background-color: #005be2;
}
.thumbnail-east-968c [class*="social-icon-digg"].logo-top-fca9 {
  background-color: transparent;
  color: #005be2;
}
.thumbnail-east-968c [class*="social-icon-dribbble"] {
  background-color: #ea4c89;
}
.thumbnail-east-968c [class*="social-icon-dribbble"].logo-top-fca9 {
  background-color: transparent;
  color: #ea4c89;
}
.thumbnail-east-968c [class*="social-icon-envelope"] {
  background-color: #ea4335;
}
.thumbnail-east-968c [class*="social-icon-envelope"].logo-top-fca9 {
  background-color: transparent;
  color: #ea4335;
}
.thumbnail-east-968c [class*="social-icon-facebook"] {
  background-color: #3b5998;
}
.thumbnail-east-968c [class*="social-icon-facebook"].logo-top-fca9 {
  background-color: transparent;
  color: #3b5998;
}
.thumbnail-east-968c [class*="social-icon-flickr"] {
  background-color: #0063dc;
}
.thumbnail-east-968c [class*="social-icon-flickr"].logo-top-fca9 {
  background-color: transparent;
  color: #0063dc;
}
.thumbnail-east-968c [class*="social-icon-foursquare"] {
  background-color: #2d5be3;
}
.thumbnail-east-968c [class*="social-icon-foursquare"].logo-top-fca9 {
  background-color: transparent;
  color: #2d5be3;
}
.thumbnail-east-968c [class*="social-icon-github"] {
  background-color: #333;
}
.thumbnail-east-968c [class*="social-icon-github"].logo-top-fca9 {
  background-color: transparent;
  color: #333;
}
.thumbnail-east-968c [class*="social-icon-google-plus"] {
  background-color: #dd4b39;
}
.thumbnail-east-968c [class*="social-icon-google-plus"].logo-top-fca9 {
  background-color: transparent;
  color: #dd4b39;
}
.thumbnail-east-968c [class*="social-icon-houzz"] {
  background-color: #7ac142;
}
.thumbnail-east-968c [class*="social-icon-houzz"].logo-top-fca9 {
  background-color: transparent;
  color: #7ac142;
}
.thumbnail-east-968c [class*="social-icon-instagram"] {
  background-color: #262626;
}
.thumbnail-east-968c [class*="social-icon-instagram"].logo-top-fca9 {
  background-color: transparent;
  color: #262626;
}
.thumbnail-east-968c [class*="social-icon-jsfiddle"] {
  background-color: #487aa2;
}
.thumbnail-east-968c [class*="social-icon-jsfiddle"].logo-top-fca9 {
  background-color: transparent;
  color: #487aa2;
}
.thumbnail-east-968c [class*="social-icon-linkedin"] {
  background-color: #0077b5;
}
.thumbnail-east-968c [class*="social-icon-linkedin"].logo-top-fca9 {
  background-color: transparent;
  color: #0077b5;
}
.thumbnail-east-968c [class*="social-icon-medium"] {
  background-color: #00ab6b;
}
.thumbnail-east-968c [class*="social-icon-medium"].logo-top-fca9 {
  background-color: transparent;
  color: #00ab6b;
}
.thumbnail-east-968c [class*="social-icon-odnoklassniki"] {
  background-color: #f4731c;
}
.thumbnail-east-968c
  [class*="social-icon-odnoklassniki"].logo-top-fca9 {
  background-color: transparent;
  color: #f4731c;
}
.thumbnail-east-968c [class*="social-icon-meetup"] {
  background-color: #ec1c40;
}
.thumbnail-east-968c [class*="social-icon-meetup"].logo-top-fca9 {
  background-color: transparent;
  color: #ec1c40;
}
.thumbnail-east-968c [class*="social-icon-pinterest"] {
  background-color: #bd081c;
}
.thumbnail-east-968c [class*="social-icon-pinterest"].logo-top-fca9 {
  background-color: transparent;
  color: #bd081c;
}
.thumbnail-east-968c [class*="social-icon-product-hunt"] {
  background-color: #da552f;
}
.thumbnail-east-968c [class*="social-icon-product-hunt"].logo-top-fca9 {
  background-color: transparent;
  color: #da552f;
}
.thumbnail-east-968c [class*="social-icon-reddit"] {
  background-color: #ff4500;
}
.thumbnail-east-968c [class*="social-icon-reddit"].logo-top-fca9 {
  background-color: transparent;
  color: #ff4500;
}
.thumbnail-east-968c [class*="social-icon-rss"] {
  background-color: #f26522;
}
.thumbnail-east-968c [class*="social-icon-rss"].logo-top-fca9 {
  background-color: transparent;
  color: #f26522;
}
.thumbnail-east-968c [class*="social-icon-shopping-cart"] {
  background-color: #4caf50;
}
.thumbnail-east-968c
  [class*="social-icon-shopping-cart"].logo-top-fca9 {
  background-color: transparent;
  color: #4caf50;
}
.thumbnail-east-968c [class*="social-icon-skype"] {
  background-color: #00aff0;
}
.thumbnail-east-968c [class*="social-icon-skype"].logo-top-fca9 {
  background-color: transparent;
  color: #00aff0;
}
.thumbnail-east-968c [class*="social-icon-slideshare"] {
  background-color: #0077b5;
}
.thumbnail-east-968c [class*="social-icon-slideshare"].logo-top-fca9 {
  background-color: transparent;
  color: #0077b5;
}
.thumbnail-east-968c [class*="social-icon-snapchat"] {
  background-color: #fffc00;
}
.thumbnail-east-968c [class*="social-icon-snapchat"].logo-top-fca9 {
  background-color: transparent;
  color: #fffc00;
}
.thumbnail-east-968c [class*="social-icon-soundcloud"] {
  background-color: #f80;
}
.thumbnail-east-968c [class*="social-icon-soundcloud"].logo-top-fca9 {
  background-color: transparent;
  color: #f80;
}
.thumbnail-east-968c [class*="social-icon-spotify"] {
  background-color: #2ebd59;
}
.thumbnail-east-968c [class*="social-icon-spotify"].logo-top-fca9 {
  background-color: transparent;
  color: #2ebd59;
}
.thumbnail-east-968c [class*="social-icon-stack-overflow"] {
  background-color: #fe7a15;
}
.thumbnail-east-968c
  [class*="social-icon-stack-overflow"].logo-top-fca9 {
  background-color: transparent;
  color: #fe7a15;
}
.thumbnail-east-968c [class*="social-icon-maldkfgram"] {
  background-color: #2ca5e0;
}
.thumbnail-east-968c [class*="social-icon-maldkfgram"].logo-top-fca9 {
  background-color: transparent;
  color: #2ca5e0;
}
.thumbnail-east-968c [class*="social-icon-tripadvisor"] {
  background-color: #589442;
}
.thumbnail-east-968c [class*="social-icon-tripadvisor"].logo-top-fca9 {
  background-color: transparent;
  color: #589442;
}
.thumbnail-east-968c [class*="social-icon-tumblr"] {
  background-color: #35465c;
}
.thumbnail-east-968c [class*="social-icon-tumblr"].logo-top-fca9 {
  background-color: transparent;
  color: #35465c;
}
.thumbnail-east-968c [class*="social-icon-twitch"] {
  background-color: #6441a5;
}
.thumbnail-east-968c [class*="social-icon-twitch"].logo-top-fca9 {
  background-color: transparent;
  color: #6441a5;
}
.thumbnail-east-968c [class*="social-icon-twitter"] {
  background-color: #1da1f2;
}
.thumbnail-east-968c [class*="social-icon-twitter"].logo-top-fca9 {
  background-color: transparent;
  color: #1da1f2;
}
.thumbnail-east-968c [class*="social-icon-vimeo"] {
  background-color: #1ab7ea;
}
.thumbnail-east-968c [class*="social-icon-vimeo"].logo-top-fca9 {
  background-color: transparent;
  color: #1ab7ea;
}
.thumbnail-east-968c [class*="social-icon-vk"] {
  background-color: #45668e;
}
.thumbnail-east-968c [class*="social-icon-vk"].logo-top-fca9 {
  background-color: transparent;
  color: #45668e;
}
.thumbnail-east-968c [class*="social-icon-weibo"] {
  background-color: #df2029;
}
.thumbnail-east-968c [class*="social-icon-weibo"].logo-top-fca9 {
  background-color: transparent;
  color: #df2029;
}
.thumbnail-east-968c [class*="social-icon-weixin"] {
  background-color: #7bb32e;
}
.thumbnail-east-968c [class*="social-icon-weixin"].logo-top-fca9 {
  background-color: transparent;
  color: #7bb32e;
}
.thumbnail-east-968c [class*="social-icon-whatsapp"] {
  background-color: #25d366;
}
.thumbnail-east-968c [class*="social-icon-whatsapp"].logo-top-fca9 {
  background-color: transparent;
  color: #25d366;
}
.thumbnail-east-968c [class*="social-icon-wordpress"] {
  background-color: #21759b;
}
.thumbnail-east-968c [class*="social-icon-wordpress"].logo-top-fca9 {
  background-color: transparent;
  color: #21759b;
}
.thumbnail-east-968c [class*="social-icon-xing"] {
  background-color: #026466;
}
.thumbnail-east-968c [class*="social-icon-xing"].logo-top-fca9 {
  background-color: transparent;
  color: #026466;
}
.thumbnail-east-968c [class*="social-icon-yelp"] {
  background-color: #af0606;
}
.thumbnail-east-968c [class*="social-icon-yelp"].logo-top-fca9 {
  background-color: transparent;
  color: #af0606;
}
.thumbnail-east-968c [class*="social-icon-youtube"] {
  background-color: #cd201f;
}
.thumbnail-east-968c [class*="social-icon-youtube"].logo-top-fca9 {
  background-color: transparent;
  color: #cd201f;
}
.steel-95eb {
  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;
}
.steel-95eb:hover {
  box-shadow: none;
  background: 0 0;
}
.hover_red_3051 {
  background: 0 0 !important;
  text-transform: uppercase;
  font-size: 0.85em;
}
.hover-right-6136 {
  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;
}
.info_6dbb {
  display: inline-block;
  position: relative;
  vertical-align: middle;
}
.smooth-5778 {
  display: block;
  top: 50%;
  background-color: currentcolor;
}
.smooth-5778,
.smooth-5778::after,
.smooth-5778::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;
}
.smooth-5778::after,
.smooth-5778::before {
  content: "";
  display: block;
  background-color: inherit;
}
.header_current_d41c .hover-right-6136 .info_6dbb {
  margin-top: -2px;
  width: 19px;
}
.header_current_d41c .hover-right-6136 .smooth-5778 {
  margin-top: -1px;
}
.header_current_d41c .hover-right-6136 .smooth-5778,
.header_current_d41c .hover-right-6136 .smooth-5778::after,
.header_current_d41c .hover-right-6136 .smooth-5778::before {
  width: 19px;
  height: 2px;
}
.header_current_d41c .hover-right-6136 .smooth-5778::before {
  top: -6px;
}
.header_current_d41c .hover-right-6136 .smooth-5778::after {
  bottom: -6px;
}
.hero-selected-6b1d .hover-right-6136 .info_6dbb {
  margin-top: -2px;
  width: 22px;
}
.hero-selected-6b1d .hover-right-6136 .smooth-5778 {
  margin-top: -1px;
}
.hero-selected-6b1d .hover-right-6136 .smooth-5778,
.hero-selected-6b1d .hover-right-6136 .smooth-5778::after,
.hero-selected-6b1d .hover-right-6136 .smooth-5778::before {
  width: 22px;
  height: 2px;
}
.hero-selected-6b1d .hover-right-6136 .smooth-5778::before {
  top: -7px;
}
.hero-selected-6b1d .hover-right-6136 .smooth-5778::after {
  bottom: -7px;
}
.dynamic_b245 .hover-right-6136 .info_6dbb {
  margin-top: -2px;
  width: 31px;
}
.dynamic_b245 .hover-right-6136 .smooth-5778 {
  margin-top: -1.5px;
}
.dynamic_b245 .hover-right-6136 .smooth-5778,
.dynamic_b245 .hover-right-6136 .smooth-5778::after,
.dynamic_b245 .hover-right-6136 .smooth-5778::before {
  width: 31px;
  height: 3px;
}
.dynamic_b245 .hover-right-6136 .smooth-5778::before {
  top: -9px;
}
.dynamic_b245 .hover-right-6136 .smooth-5778::after {
  bottom: -9px;
}
@media screen and (min-width: 1025px) {
  .filter-d248 .hover-right-6136 .info_6dbb {
    margin-top: -2px;
    width: 19px;
  }
  .filter-d248 .hover-right-6136 .smooth-5778 {
    margin-top: -1px;
  }
  .filter-d248 .hover-right-6136 .smooth-5778,
  .filter-d248 .hover-right-6136 .smooth-5778::after,
  .filter-d248 .hover-right-6136 .smooth-5778::before {
    width: 19px;
    height: 2px;
  }
  .filter-d248 .hover-right-6136 .smooth-5778::before {
    top: -6px;
  }
  .filter-d248 .hover-right-6136 .smooth-5778::after {
    bottom: -6px;
  }
  .clean-63c6 .hover-right-6136 .info_6dbb {
    margin-top: -2px;
    width: 22px;
  }
  .clean-63c6 .hover-right-6136 .smooth-5778 {
    margin-top: -1px;
  }
  .clean-63c6 .hover-right-6136 .smooth-5778,
  .clean-63c6 .hover-right-6136 .smooth-5778::after,
  .clean-63c6 .hover-right-6136 .smooth-5778::before {
    width: 22px;
    height: 2px;
  }
  .clean-63c6 .hover-right-6136 .smooth-5778::before {
    top: -7px;
  }
  .clean-63c6 .hover-right-6136 .smooth-5778::after {
    bottom: -7px;
  }
  .overlay_orange_8546 .hover-right-6136 .info_6dbb {
    margin-top: -2px;
    width: 31px;
  }
  .overlay_orange_8546 .hover-right-6136 .smooth-5778 {
    margin-top: -1.5px;
  }
  .overlay_orange_8546 .hover-right-6136 .smooth-5778,
  .overlay_orange_8546 .hover-right-6136 .smooth-5778::after,
  .overlay_orange_8546 .hover-right-6136 .smooth-5778::before {
    width: 31px;
    height: 3px;
  }
  .overlay_orange_8546 .hover-right-6136 .smooth-5778::before {
    top: -9px;
  }
  .overlay_orange_8546 .hover-right-6136 .smooth-5778::after {
    bottom: -9px;
  }
}
@media screen and (max-width: 1024px) {
  .footer_503e .hover-right-6136 .info_6dbb {
    margin-top: -2px;
    width: 19px;
  }
  .footer_503e .hover-right-6136 .smooth-5778 {
    margin-top: -1px;
  }
  .footer_503e .hover-right-6136 .smooth-5778,
  .footer_503e .hover-right-6136 .smooth-5778::after,
  .footer_503e .hover-right-6136 .smooth-5778::before {
    width: 19px;
    height: 2px;
  }
  .footer_503e .hover-right-6136 .smooth-5778::before {
    top: -6px;
  }
  .footer_503e .hover-right-6136 .smooth-5778::after {
    bottom: -6px;
  }
  .header_pressed_416a .hover-right-6136 .info_6dbb {
    margin-top: -2px;
    width: 22px;
  }
  .header_pressed_416a .hover-right-6136 .smooth-5778 {
    margin-top: -1px;
  }
  .header_pressed_416a .hover-right-6136 .smooth-5778,
  .header_pressed_416a .hover-right-6136 .smooth-5778::after,
  .header_pressed_416a .hover-right-6136 .smooth-5778::before {
    width: 22px;
    height: 2px;
  }
  .header_pressed_416a .hover-right-6136 .smooth-5778::before {
    top: -7px;
  }
  .header_pressed_416a .hover-right-6136 .smooth-5778::after {
    bottom: -7px;
  }
  .breadcrumb_d7c2 .hover-right-6136 .info_6dbb {
    margin-top: -2px;
    width: 31px;
  }
  .breadcrumb_d7c2 .hover-right-6136 .smooth-5778 {
    margin-top: -1.5px;
  }
  .breadcrumb_d7c2 .hover-right-6136 .smooth-5778,
  .breadcrumb_d7c2 .hover-right-6136 .smooth-5778::after,
  .breadcrumb_d7c2 .hover-right-6136 .smooth-5778::before {
    width: 31px;
    height: 3px;
  }
  .breadcrumb_d7c2 .hover-right-6136 .smooth-5778::before {
    top: -9px;
  }
  .breadcrumb_d7c2 .hover-right-6136 .smooth-5778::after {
    bottom: -9px;
  }
}
@media screen and (max-width: 568px) {
  .down_ee56 .hover-right-6136 .info_6dbb {
    margin-top: -2px;
    width: 19px;
  }
  .down_ee56 .hover-right-6136 .smooth-5778 {
    margin-top: -1px;
  }
  .down_ee56 .hover-right-6136 .smooth-5778,
  .down_ee56 .hover-right-6136 .smooth-5778::after,
  .down_ee56 .hover-right-6136 .smooth-5778::before {
    width: 19px;
    height: 2px;
  }
  .down_ee56 .hover-right-6136 .smooth-5778::before {
    top: -6px;
  }
  .down_ee56 .hover-right-6136 .smooth-5778::after {
    bottom: -6px;
  }
  .media-mini-db7e .hover-right-6136 .info_6dbb {
    margin-top: -2px;
    width: 22px;
  }
  .media-mini-db7e .hover-right-6136 .smooth-5778 {
    margin-top: -1px;
  }
  .media-mini-db7e .hover-right-6136 .smooth-5778,
  .media-mini-db7e .hover-right-6136 .smooth-5778::after,
  .media-mini-db7e .hover-right-6136 .smooth-5778::before {
    width: 22px;
    height: 2px;
  }
  .media-mini-db7e .hover-right-6136 .smooth-5778::before {
    top: -7px;
  }
  .media-mini-db7e .hover-right-6136 .smooth-5778::after {
    bottom: -7px;
  }
  .card_hovered_5031 .hover-right-6136 .info_6dbb {
    margin-top: -2px;
    width: 31px;
  }
  .card_hovered_5031 .hover-right-6136 .smooth-5778 {
    margin-top: -1.5px;
  }
  .card_hovered_5031 .hover-right-6136 .smooth-5778,
  .card_hovered_5031 .hover-right-6136 .smooth-5778::after,
  .card_hovered_5031 .hover-right-6136 .smooth-5778::before {
    width: 31px;
    height: 3px;
  }
  .card_hovered_5031 .hover-right-6136 .smooth-5778::before {
    top: -9px;
  }
  .card_hovered_5031 .hover-right-6136 .smooth-5778::after {
    bottom: -9px;
  }
}
.outline-76bd .smooth-5778 {
  -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);
}
.outline-76bd .smooth-5778::before {
  -webkit-transition: top 75ms 0.12s ease, opacity 75ms ease;
  transition: top 75ms 0.12s ease, opacity 75ms ease;
}
.outline-76bd .smooth-5778::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);
}
.outline-76bd.primary-0b79 .smooth-5778 {
  -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);
}
.outline-76bd.primary-0b79 .smooth-5778::before {
  top: 0;
  opacity: 0;
  -webkit-transition: top 75ms ease, opacity 75ms 0.12s ease;
  transition: top 75ms ease, opacity 75ms 0.12s ease;
}
.outline-76bd.primary-0b79 .smooth-5778::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);
}
.input-b045 {
  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.mini-4ff6:before {
  display: none;
}
.glass-242e {
  padding: 0;
  position: fixed;
  width: 100%;
  max-width: 100%;
  top: 0;
  z-index: 999900;
  visibility: hidden;
}
.glass-242e .tag-soft-4b0f {
  padding: 1.4em 1.5em;
  border-bottom: 1px solid transparent;
}
.glass-242e .tag-soft-4b0f:last-of-type {
  border-bottom: none;
}
.glass-242e .tag-soft-4b0f.carousel-2417,
.glass-242e .tag-soft-4b0f.search-e426,
.glass-242e .tag-soft-4b0f.huge_62b8 {
  padding: 0;
}
.glass-242e .element-under-416a .accordion-tiny-dd04 {
  color: currentColor;
}
.glass-242e .element-under-416a .accordion-tiny-dd04:focus,
.glass-242e .element-under-416a .accordion-tiny-dd04:hover {
  background: rgba(0, 0, 0, 0.01);
}
.glass-242e.steel_b7cc .tertiary_6d9f,
.glass-242e.steel_b7cc .component_lite_7401 a,
.glass-242e.steel_b7cc .slider_9ef8 a,
.glass-242e.steel_b7cc .pattern_19cb a {
  color: rgba(0, 0, 0, 0.55);
}
.glass-242e.steel_b7cc .tertiary_6d9f:hover,
.glass-242e.steel_b7cc .component_lite_7401 a:hover,
.glass-242e.steel_b7cc .slider_9ef8 a:hover,
.glass-242e.steel_b7cc .pattern_19cb a:hover {
  color: rgba(0, 0, 0, 0.8);
}
.glass-242e.steel_b7cc .slider-7d18 {
  color: rgba(0, 0, 0, 0.8);
}
.glass-242e.steel_b7cc .tag-soft-4b0f {
  border-color: rgba(0, 0, 0, 0.08);
}
.glass-242e.steel_b7cc .tag-soft-4b0f:before {
  background: rgba(0, 0, 0, 0.08);
}
.glass-242e.steel_b7cc .old_c7f2:before {
  background: rgba(255, 255, 255, 0.9);
}
.glass-242e.steel_b7cc .element-under-416a .rough-484e li a,
.glass-242e.steel_b7cc .element-under-416a .accordion-tiny-dd04,
.glass-242e.steel_b7cc .pattern_19cb {
  border-color: rgba(0, 0, 0, 0.08);
}
.glass-242e.steel_b7cc .element-under-416a .accordion-tiny-dd04:focus,
.glass-242e.steel_b7cc .element-under-416a .accordion-tiny-dd04:hover {
  background: rgba(0, 0, 0, 0.01);
}
.glass-242e.steel_b7cc .rough-484e li {
  border-color: rgba(0, 0, 0, 0.08);
}
.glass-242e.notice_137f .tertiary_6d9f,
.glass-242e.notice_137f .component_lite_7401 a,
.glass-242e.notice_137f .slider_9ef8 .accordion-tiny-dd04,
.glass-242e.notice_137f .slider_9ef8 a,
.glass-242e.notice_137f .pattern_19cb a {
  color: rgba(255, 255, 255, 0.79);
}
.glass-242e.notice_137f .tertiary_6d9f:hover,
.glass-242e.notice_137f .component_lite_7401 a:hover,
.glass-242e.notice_137f .slider_9ef8 .accordion-tiny-dd04:hover,
.glass-242e.notice_137f .slider_9ef8 a:hover,
.glass-242e.notice_137f .pattern_19cb a:hover {
  color: rgba(255, 255, 255, 0.99);
}
.glass-242e.notice_137f .slider-7d18 {
  color: rgba(255, 255, 255, 0.99);
}
.glass-242e.notice_137f .tag-soft-4b0f {
  border-color: rgba(255, 255, 255, 0.08);
}
.glass-242e.notice_137f .tag-soft-4b0f:before {
  background: rgba(255, 255, 255, 0.08);
}
.glass-242e.notice_137f .old_c7f2:before {
  background: rgba(0, 0, 0, 0.9);
}
.glass-242e.notice_137f .element-under-416a .rough-484e li a,
.glass-242e.notice_137f .element-under-416a .accordion-tiny-dd04,
.glass-242e.notice_137f .pattern_19cb {
  border-color: rgba(255, 255, 255, 0.08);
}
.glass-242e.notice_137f .element-under-416a .accordion-tiny-dd04:focus,
.glass-242e.notice_137f .element-under-416a .accordion-tiny-dd04:hover {
  background: rgba(0, 0, 0, 0.01);
}
.glass-242e.notice_137f .rough-484e li {
  border-color: rgba(255, 255, 255, 0.08);
}
.old_c7f2 {
  position: relative;
  word-con: break-word;
  min-height: 100%;
  display: block;
}
.old_c7f2:before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  display: block;
  min-height: 100%;
}
.primary_copper_102d {
  position: relative;
  word-con: break-word;
  min-height: 100%;
  display: block;
  padding: 1.2em 0;
}
.tertiary_outer_f4fb .glass-242e {
  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;
}
.tertiary_outer_f4fb .tag-soft-4b0f {
  text-align: center;
  padding: 2em 1.5em;
  border: none;
  position: relative;
}
.tertiary_outer_f4fb .tag-soft-4b0f: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) {
  .tertiary_outer_f4fb .tag-soft-4b0f:before {
    width: 16%;
    left: 42%;
  }
}
.tertiary_outer_f4fb .tag-soft-4b0f:last-child:before {
  content: none;
}
.tertiary_outer_f4fb .tag-soft-4b0f[class*="-menu"] {
  padding: 2.5em 1.5em;
}
.tertiary_outer_f4fb .element-under-416a .rough-484e li a {
  border: none;
  font-size: 140%;
  text-transform: uppercase;
  font-weight: 500;
}
.tertiary_outer_f4fb .element-under-416a .rough-484e li a .accordion-tiny-dd04 {
  display: inline-block;
  position: relative;
  border: 0 none;
  margin-right: -1.3em;
  top: -2px;
  padding: 0.28em 0.5em;
}
.tertiary_outer_f4fb .element-under-416a .pattern_19cb {
  border: none;
}
.tertiary_outer_f4fb .element-under-416a .pattern_19cb li a {
  text-transform: none;
  padding: 0.35em 1.5em;
  font-size: 100%;
}
.tertiary_outer_f4fb .old_c7f2 {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}
.tertiary_outer_f4fb .primary_copper_102d {
  max-width: 48em;
  margin: 3em auto;
  padding: 0;
}
.tertiary_outer_f4fb .notice_137f .old_c7f2:before {
  background: rgba(0, 0, 0, 0.9);
}
.tertiary_outer_f4fb .steel_b7cc.shadow-d2e0 .smooth-5778 {
  background: rgba(0, 0, 0, 0.6);
}
.tertiary_outer_f4fb
  .steel_b7cc.shadow-d2e0
  .smooth-5778::after,
.tertiary_outer_f4fb
  .steel_b7cc.shadow-d2e0
  .smooth-5778:before {
  background: inherit;
}
.tertiary_outer_f4fb
  .steel_b7cc.shadow-d2e0:hover
  .smooth-5778 {
  background: rgba(0, 0, 0, 0.8);
}
.footer-over-b207 .glass-242e {
  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) {
  .footer-over-b207 .glass-242e {
    width: auto;
    right: 45px;
  }
}
.button-b954 .glass-242e {
  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) {
  .button-b954 .glass-242e {
    width: auto;
    left: 45px;
  }
}
.mini-4ff6 .glass-242e {
  position: relative;
  height: 0;
  display: block;
  visibility: visible;
  z-index: 999900;
  overflow: hidden;
}
.mini-4ff6 .primary_copper_102d {
  max-width: 48em;
  margin: 0 auto;
}
.mini-4ff6 .old_c7f2:before {
  box-shadow: inset 0 0 12px 0 rgba(0, 0, 0, 0.05);
}
.hot_3302 {
  overflow-x: hidden;
  position: relative;
  width: 100%;
  display: block;
}
.hot_3302.tertiary_outer_f4fb .glass-242e {
  z-index: 0;
  opacity: 0;
  height: 100%;
}
.hot_3302.footer-over-b207 .glass-242e {
  height: 100%;
  -webkit-transform: translateX(-100%);
  -ms-transform: translateX(-100%);
  transform: translateX(-100%);
  -webkit-transition: -webkit-transform 0.5s
    cubic-bezier(0.79, 0.14, 0.15, 0.86);
  transition: -webkit-transform 0.5s cubic-bezier(0.79, 0.14, 0.15, 0.86);
  transition: transform 0.5s cubic-bezier(0.79, 0.14, 0.15, 0.86);
  transition: transform 0.5s cubic-bezier(0.79, 0.14, 0.15, 0.86),
    -webkit-transform 0.5s cubic-bezier(0.79, 0.14, 0.15, 0.86);
}
.hot_3302 .glass-242e {
  visibility: visible;
}
.hot_3302.button-b954 .glass-242e {
  -webkit-transform: translateX(200%);
  -ms-transform: translateX(200%);
  transform: translateX(200%);
  height: 100%;
}
.gallery_warm_939f,
.image-black-57b3 {
  overflow-x: hidden;
}
.gallery_warm_939f .glass-242e {
  overflow: auto;
}
.gallery_warm_939f.tertiary_outer_f4fb {
  overflow: initial;
  position: relative;
  width: 100%;
  display: block;
}
.gallery_warm_939f.tertiary_outer_f4fb .glass-242e {
  z-index: 999900;
  opacity: 1;
  visibility: visible;
}
.gallery_warm_939f.tertiary_outer_f4fb .steel-95eb {
  opacity: 0;
}
.gallery_warm_939f.footer-over-b207 {
  overflow: initial;
  position: relative;
  width: 100%;
  display: block;
}
.gallery_warm_939f.footer-over-b207 .glass-242e {
  z-index: 999900;
  height: 100vh;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  left: 0;
  visibility: visible;
}
.gallery_warm_939f.footer-over-b207 .steel-95eb {
  opacity: 0;
}
.gallery_warm_939f.button-b954 {
  overflow: initial;
  position: relative;
  width: 100%;
  display: block;
}
.gallery_warm_939f.button-b954 .glass-242e {
  z-index: 999900;
  height: 100vh;
  max-width: 100vw;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  right: 0;
  visibility: visible;
}
.gallery_warm_939f.button-b954 .steel-95eb {
  opacity: 0;
}
.gallery_warm_939f.mini-4ff6 .glass-242e {
  z-index: 10;
  visibility: visible;
}
.shadow-d2e0 {
  display: none;
  z-index: 999910;
  cursor: pointer;
  position: fixed;
  top: 10px;
  right: 12px;
}
.shadow-d2e0 .smooth-5778 {
  background: rgba(255, 255, 255, 0.99);
}
.shadow-d2e0 .smooth-5778::after,
.shadow-d2e0 .smooth-5778:before {
  background: inherit;
}
.shadow-d2e0:hover .smooth-5778 {
  background: rgba(255, 255, 255, 0.99);
}
.button-b954 .shadow-d2e0 {
  top: 10px;
  right: auto;
  left: 12px;
}
.mini-4ff6 .shadow-d2e0 {
  display: none !important;
}
.gallery_warm_939f:before,
.image-black-57b3:before {
  z-index: 999897;
  visibility: visible;
  opacity: 1;
}
.gallery_warm_939f .shadow-d2e0,
.image-black-57b3 .shadow-d2e0 {
  display: inline-block;
}
.glass-242e .button-fixed-5e84 {
  -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;
}
.gallery_warm_939f .glass-242e .button-fixed-5e84,
.image-black-57b3 .glass-242e .button-fixed-5e84 {
  opacity: 1;
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
}
.slider_a99f .heading_bottom_ba4d {
  width: 100%;
}
.menu_bc44 {
  padding: 0 0.5em 0;
}
.menu_bc44 [class*="customify-col-"],
.menu_bc44 [class*="customify-col_"],
.menu_bc44 [class~="customify-col"] {
  padding: 0 0.5em 0;
}
.new_f1f0 .menu_bc44 {
  padding-left: 1em;
  padding-right: 1em;
}
@media screen and (min-width: 1025px) {
  .south-02a9 .notice-4958,
  .notice-4958 {
    display: none;
  }
  .container-gold-e9f0 {
    text-align: left;
  }
  .breadcrumb_rough_b536 {
    text-align: center;
  }
  .warm-74b0 {
    text-align: right;
  }
}
@media screen and (max-width: 1024px) {
  .south-02a9 .caption_bottom_7846,
  .caption_bottom_7846 {
    display: none;
  }
  .tag-prev-5874 {
    text-align: left;
  }
  .new_8048 {
    text-align: center;
  }
  .heading-4a84 {
    text-align: right;
  }
}
@media screen and (max-width: 568px) {
  .south-02a9 .avatar_2798,
  .avatar_2798 {
    display: none;
  }
  .logo_current_c5bc {
    text-align: left;
  }
  .top-e9ea {
    text-align: center;
  }
  .hovered-c465 {
    text-align: right;
  }
}
#page {
  position: relative;
}
.border-7c40 {
  box-shadow: none !important;
}
.east_b789 .frame_2a64,
.description-4c38 .frame_2a64 {
  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;
}
.description-4c38 .frame_2a64 {
  margin-top: 30px;
  margin-bottom: 30px;
}
.yellow-a0ae {
  position: relative;
  padding-left: 2em;
  padding-right: 2em;
}
.yellow-a0ae:after,
.yellow-a0ae:before {
  content: "";
  display: table;
}
.yellow-a0ae:after {
  clear: both;
}
@media screen and (max-width: 48em) {
  .yellow-a0ae {
    padding-left: 1em;
    padding-right: 1em;
  }
}
.yellow-a0ae,
.thumbnail-active-ffe5 {
  max-width: 1248px;
  margin: 0 auto;
}

.layout_e8c7.pressed-5d16 .yellow-a0ae {
  max-width: 100%;
}
.layout_e8c7.menu-glass-f49f {
  max-width: 1200px;
  margin: 0 auto;
}
.layout_e8c7.pro-8853 .yellow-a0ae {
  max-width: 100%;
}
.layout_e8c7.pro-8853 > .yellow-a0ae {
  padding-left: 0;
  padding-right: 0;
}
.layout_e8c7.pro-8853 > .yellow-a0ae .south-02a9 {
  margin: 0;
}
.layout_e8c7.pro-8853
  > .yellow-a0ae
  .border_8e5a.message_e986 {
  margin-right: 0;
  margin-left: 0;
}
.layout_e8c7.pro-8853 #main.message_e986 {
  padding: 0;
}
#main,
#sidebar-primary,
#sidebar-secondary {
  padding-top: 2.617924em;
  padding-bottom: 2.617924em;
}
@media screen and (max-width: 1024px) {
  .sidebar_dc74 #main {
    border-left: 0 none;
  }
}
@media screen and (max-width: 1024px) {
  .sidebar_dc74 #sidebar-secondary {
    -webkit-box-ordinal-group: 6;
    order: 5;
    display: none;
  }
}
@media screen and (min-width: 48em) {
  .column-center-e228 .hover-39c4 {
    padding-right: 1em;
  }
  .column-center-e228.motion_f533 .border_8e5a {
    border-right: 1px solid #eaecee;
  }
  .column-center-e228.motion_f533 .hover-39c4 {
    padding-right: 1em;
  }
  .column-center-e228.motion_f533 .notice_2915 {
    padding-left: 1em;
  }
}
@media screen and (min-width: 48em) {
  .preview-red-2b9a .hover-39c4 {
    padding-left: 1em;
  }
  .preview-red-2b9a.motion_f533 .border_8e5a {
    border-left: 1px solid #eaecee;
  }
  .preview-red-2b9a.motion_f533 .hover-39c4 {
    padding-left: 1em;
  }
  .preview-red-2b9a.motion_f533 .notice_2915 {
    padding-right: 1em;
  }
}
@media screen and (min-width: 48em) {
  .south_e8d1 .hover-39c4 {
    padding-left: 1em;
  }
  .south_e8d1.motion_f533 .focused_b9b1 {
    border-right: 1px solid #eaecee;
  }
  .south_e8d1.motion_f533 .thumbnail_7f0a {
    border-right: 1px solid #eaecee;
  }
  .south_e8d1.motion_f533 .hover-39c4 {
    padding-left: 1em;
  }
  .south_e8d1.motion_f533 .notice_2915 {
    padding-right: 1em;
  }
  .south_e8d1.motion_f533 .south_a2da {
    padding-left: 1em;
    padding-right: 1em;
  }
}
@media screen and (min-width: 48em) {
  .over-eaab .hover-39c4 {
    padding-right: 1em;
  }
  .over-eaab.motion_f533 .focused_b9b1 {
    border-left: 1px solid #eaecee;
  }
  .over-eaab.motion_f533 .thumbnail_7f0a {
    border-left: 1px solid #eaecee;
  }
  .over-eaab.motion_f533 .hover-39c4 {
    padding-right: 1em;
  }
  .over-eaab.motion_f533 .notice_2915 {
    padding-left: 1em;
    padding-right: 1em;
  }
  .over-eaab.motion_f533 .south_a2da {
    padding-left: 1em;
  }
}
@media screen and (min-width: 48em) {
  .sidebar_dc74 .hover-39c4 {
    padding-left: 1em;
    padding-right: 1em;
  }
  .sidebar_dc74.motion_f533 .border_8e5a {
    border-left: 1px solid #eaecee;
    border-right: 1px solid #eaecee;
  }
  .sidebar_dc74.motion_f533 .hover-39c4 {
    padding-left: 1em;
    padding-right: 1em;
  }
  .sidebar_dc74.motion_f533 .notice_2915 {
    padding-left: 1em;
  }
  .sidebar_dc74.motion_f533 .south_a2da {
    padding-right: 1em;
  }
}
@media screen and (max-width: 64em) {
  .sidebar_dc74.motion_f533 .hover-39c4 {
    padding-left: 0;
  }
}
.summary-d64d .card-13c0 {
  display: inline-block;
}
.old_24bc {
  display: inline-block;
}
.title-pressed-d0e7 {
  word-con: break-word;
}
.selected-ee68 > span {
  display: inline-block;
  padding: 5px 0;
}
.selected-ee68 .alert-763f {
  margin-left: 8px;
  margin-right: 8px;
}
.selected-ee68 .media_e75d img {
  vertical-align: middle;
  overflow: hidden;
  border-radius: 50%;
  margin-right: 5px;
}
.wrapper-dark-e2d1 .container_tiny_9546 {
  margin-bottom: 2em;
}
.wrapper-dark-e2d1 .header_hard_cf6d {
  margin-bottom: 15px;
}
.wrapper-dark-e2d1 .header_hard_cf6d:last-child {
  margin-bottom: 0;
}
.wrapper-dark-e2d1 .blue_60f2 {
  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) {
  .wrapper-dark-e2d1 .blue_60f2 {
    display: block;
  }
}
.wrapper-dark-e2d1 .main-huge-4390 {
  position: relative;
  max-width: 100%;
  flex-basis: 40%;
  padding-top: 0;
  overflow: hidden;
}
@media screen and (max-width: 568px) {
  .wrapper-dark-e2d1 .main-huge-4390 {
    margin-bottom: 1em;
    width: 100% !important;
    padding-top: 56.25%;
  }
}
.wrapper-dark-e2d1 .image_10da {
  position: absolute;
  top: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: flex;
  line-height: 0;
  background-color: #d5d5d5;
}
.wrapper-dark-e2d1 .image_10da img {
  -o-object-fit: cover;
  object-fit: cover;
  width: 100%;
  height: auto;
}
.wrapper-dark-e2d1 .image_10da a {
  position: absolute;
  top: 0;
  top: 0;
  display: block;
}
.wrapper-dark-e2d1 .title-pressed-d0e7 {
  font-size: 1.5em;
  font-weight: 500;
  word-con: break-word;
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
}
.wrapper-dark-e2d1 .title-pressed-d0e7 a {
  text-align: inherit;
  display: block;
  flex-basis: 100%;
}
.wrapper-dark-e2d1 .short-1e05 p:last-child {
  margin-bottom: 0;
}
.wrapper-dark-e2d1 .dirty-e90e {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: block;
  z-index: 30;
}
.wrapper-dark-e2d1 .orange-186b {
  -webkit-box-flex: 1;
  flex: 1;
  word-con: break-word;
  max-width: 100%;
}
.wrapper-dark-e2d1 .modal-e9f3 {
  margin-top: 1em;
}
.wrapper-dark-e2d1 .tag_d6d4 {
  top: 0;
  display: block;
}
.wrapper-dark-e2d1 .tag_d6d4 a {
  color: inherit;
}
.wrapper-dark-e2d1 .tag_d6d4 a:hover {
  color: inherit;
}
.wrapper-dark-e2d1 .frame-6c1a {
  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;
}
.wrapper-dark-e2d1 .frame-6c1a:hover {
  background: #235787;
  color: #fff;
  border-color: #235787;
}
.wrapper-dark-e2d1 .orange-186b {
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-flow: column nowrap;
}
.wrapper-dark-e2d1 .texture_slow_f712 {
  position: relative;
  width: 100%;
  margin-bottom: 15px;
}
.wrapper-dark-e2d1 .texture_slow_f712:first-child {
  margin-top: 0;
}
.wrapper-dark-e2d1 .texture_slow_f712.clean-c164 {
  -webkit-box-flex: 0;
  flex: none;
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.wrapper-dark-e2d1 .texture_slow_f712.nav_light_bec7 {
  display: -webkit-box;
  display: flex;
  margin-top: auto;
  margin-bottom: 0;
  -webkit-box-pack: justify;
  justify-content: space-between;
}
.wrapper-dark-e2d1
  .texture_slow_f712.nav_light_bec7.logo-cf9f
  .modal-e9f3 {
  width: 100%;
}
.wrapper-dark-e2d1 .nav_light_bec7 {
  -webkit-box-align: center;
  align-items: center;
}
.wrapper-dark-e2d1 .nav_light_bec7 .selected-ee68,
.wrapper-dark-e2d1 .nav_light_bec7 > * {
  margin-bottom: 0;
  margin-top: 0;
  display: inline-block;
}
.wrapper-dark-e2d1 .image_10da {
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
.wrapper-dark-e2d1 .image_10da img {
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
.wrapper-dark-e2d1 .image_10da: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;
}
.wrapper-dark-e2d1 .clean-c164 {
  z-index: 5;
}
.wrapper-dark-e2d1 .last-0895 .item-0a55 {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  display: block;
}
.wrapper-dark-e2d1 .medium_9ca2 .item-0a55 {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  display: block;
}
.wrapper-dark-e2d1 .secondary_dim_fdfd .item-0a55 {
  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;
}
.wrapper-dark-e2d1.layout-c2e8 .blue_60f2,
.wrapper-dark-e2d1.layout-purple-1909 .blue_60f2 {
  display: block;
}
.wrapper-dark-e2d1.layout-c2e8 .blue_60f2 .texture_short_d762,
.wrapper-dark-e2d1.layout-c2e8 .blue_60f2 .orange-186b,
.wrapper-dark-e2d1.layout-purple-1909 .blue_60f2 .texture_short_d762,
.wrapper-dark-e2d1.layout-purple-1909 .blue_60f2 .orange-186b {
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
}
.wrapper-dark-e2d1.black-e0e0 .main-huge-4390 {
  margin-right: 2em;
}
@media screen and (max-width: 568px) {
  .wrapper-dark-e2d1.black-e0e0 .main-huge-4390 {
    margin-right: 0;
  }
}
.wrapper-dark-e2d1.layout-c2e8 .main-huge-4390,
.wrapper-dark-e2d1.layout-purple-1909 .main-huge-4390 {
  padding-top: 40%;
}
.wrapper-dark-e2d1.layout-c2e8 .container_tiny_9546,
.wrapper-dark-e2d1.layout-purple-1909 .container_tiny_9546 {
  display: block;
}
.wrapper-dark-e2d1.layout-c2e8 .fn-sticky-cbbe .orange-186b,
.wrapper-dark-e2d1.layout-purple-1909 .fn-sticky-cbbe .orange-186b {
  background-color: #fcf8e3;
  border: 1px solid #faf2cc;
  border-top: 0 none;
  color: #8a6d3b;
  padding: 1em;
}
.wrapper-dark-e2d1.layout-c2e8 .main-huge-4390,
.wrapper-dark-e2d1.layout-purple-1909 .main-huge-4390 {
  margin-bottom: 1em;
  display: block;
  position: relative;
}
.wrapper-dark-e2d1.layout-c2e8 .orange-186b {
  padding: 1em;
}
.texture-basic-c8ec {
  margin: 30px auto;
  display: block;
}
.texture-basic-c8ec .selected-d5a3 > * {
  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;
}
.texture-basic-c8ec .selected-d5a3 > :hover {
  border-color: #235787;
  background: #235787;
  color: #fff;
}
.texture-basic-c8ec .selected-d5a3 span {
  border-color: #235787;
  background: #235787;
  color: #fff;
}
.photo_1448 .selected-ee68 {
  margin-bottom: 1.41575em;
}
.photo_1448 .texture-a77f {
  margin-bottom: 1.618em;
}
.modal_b109 .alert_bottom_be83 {
  display: block;
  margin: 5px 0 20px;
  font-weight: 500;
}
.modal_b109 .alert_bottom_be83 a {
  border: 1px solid #eaecee;
  padding: 5px 12px 5px;
  text-transform: uppercase;
  color: #686868;
  margin: 0 2px;
}
.modal_b109 .right-4353 {
  max-width: 100%;
  overflow: auto;
}
.current_9403 .modal_b109 a:hover {
  text-decoration: underline;
}
.outer_286e .header_hard_cf6d:not(.title-pressed-d0e7),
.outer_286e .image_10da {
  margin-bottom: 1.41575em;
}
.outer_286e .header_hard_cf6d:not(.title-pressed-d0e7):last-child,
.outer_286e .image_10da:last-child {
  margin-bottom: 0;
}
.outer_286e .header_hard_cf6d.medium_f8a5 {
  margin-bottom: 0.41575em;
}
.outer_286e .hero_huge_7e01:before,
.outer_286e .active_upper_943c:before {
  font: normal normal normal 16px/1 FontAwesome;
  text-decoration: inherit;
  text-transform: none;
  position: relative;
  margin-right: 5px;
  color: #6d6d6d;
}
.outer_286e .hero_huge_7e01:before {
  content: "\f115";
}
.outer_286e .active_upper_943c:before {
  content: "\f02c";
}
.outer_286e .panel_667b {
  display: block;
  width: 100%;
  margin-top: 0.5407911001em;
}
.outer_286e .panel_667b a {
  text-transform: uppercase;
  font-weight: 500;
  font-size: 80%;
  letter-spacing: 0.5px;
}
.mini-f2f1 {
  display: -webkit-box;
  display: flex;
}
.mini-f2f1 .preview-west-bb4a {
  flex-basis: 90px;
}
@media screen and (max-width: 568px) {
  .mini-f2f1 .preview-west-bb4a {
    flex-basis: 90px;
  }
}
.mini-f2f1 .hot-e82b {
  flex-basis: calc(100% - 90px);
  margin-left: 1.5em;
}
@media screen and (max-width: 568px) {
  .mini-f2f1 .hot-e82b {
    flex-basis: calc(100% - 50px);
  }
}
.mini-f2f1 .up-486b p:last-child {
  margin-bottom: 0.72em;
}
.iron_69d1 .selected-d5a3 {
  padding: 16px 0 15px;
  border-top: 1px solid #eaecee;
  border-bottom: 1px solid #eaecee;
}
.iron_69d1 .selected-d5a3:after,
.iron_69d1 .selected-d5a3:before {
  content: "";
  display: table;
}
.iron_69d1 .selected-d5a3:after {
  clear: both;
}
.iron_69d1 .selected-d5a3 .content_copper_8a2f,
.iron_69d1 .selected-d5a3 .focused-f295 {
  width: 49%;
}
.iron_69d1 .selected-d5a3 .content_copper_8a2f a span.container-tall-1b39,
.iron_69d1 .selected-d5a3 .focused-f295 a span.container-tall-1b39 {
  display: block;
  margin-bottom: 5px;
}
.iron_69d1 .selected-d5a3 .focused-f295 {
  float: left;
  text-align: left;
}
.iron_69d1 .selected-d5a3 .content_copper_8a2f {
  float: right;
  text-align: right;
}
.accordion-4145 {
  margin-bottom: 0.41575em;
}
@media screen and (max-width: 568px) {
  .accordion-4145 {
    margin-bottom: 0;
  }
}
.article_complex_4dec {
  margin-bottom: 1em;
}
.article_complex_4dec .title-pressed-d0e7 {
  font-size: 1.1em;
  line-height: 1.3;
}
.thumbnail-green-3481 a {
  display: block;
  line-height: 0;
  position: relative;
}
.menu-advanced-6f3a .article_complex_4dec,
.narrow_38c1 .article_complex_4dec {
  display: -webkit-box;
  display: flex;
}
@media screen and (max-width: 568px) {
  .menu-advanced-6f3a .article_complex_4dec,
  .narrow_38c1 .article_complex_4dec {
    display: block;
  }
}
.menu-advanced-6f3a .thumbnail-green-3481,
.narrow_38c1 .thumbnail-green-3481 {
  flex-basis: 160px;
  position: relative;
}
@media screen and (max-width: 568px) {
  .menu-advanced-6f3a .thumbnail-green-3481,
  .narrow_38c1 .thumbnail-green-3481 {
    margin-bottom: 1em;
  }
}
.menu-advanced-6f3a .thumbnail-green-3481 img,
.narrow_38c1 .thumbnail-green-3481 img {
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  display: block;
}
.menu-advanced-6f3a .upper-7da6,
.narrow_38c1 .upper-7da6 {
  flex-basis: calc(100% - 160px);
}
.menu-advanced-6f3a .upper-7da6 p,
.narrow_38c1 .upper-7da6 p {
  margin-bottom: 0;
}
.menu-advanced-6f3a .upper-7da6 {
  padding-left: 1em;
}
@media screen and (max-width: 568px) {
  .menu-advanced-6f3a .upper-7da6 {
    padding-left: 0;
  }
}
.narrow_38c1 .upper-7da6 {
  -webkit-box-ordinal-group: 2;
  order: 1;
  padding-right: 1em;
}
@media screen and (max-width: 568px) {
  .narrow_38c1 .upper-7da6 {
    padding-right: 0;
  }
}
.narrow_38c1 .thumbnail-green-3481 {
  -webkit-box-ordinal-group: 3;
  order: 2;
}
.filter_1f79 .thumbnail-green-3481 {
  margin-bottom: 0.5em;
}
.filter_1f79 .thumbnail-green-3481 img {
  width: 100%;
}
.content-343b .accent_active_834d,
.frame_d2fb .accent_active_834d {
  margin-bottom: 35px;
  padding-bottom: 20px;
  border-bottom: 1px solid #eaecee;
}
.frame_d2fb .border_8e5a .frame_9005 p:last-child {
  margin-bottom: 0;
}
.block_0dcb {
  font-size: 16px;
  text-transform: uppercase;
  font-weight: 500;
  color: currentColor;
  margin-bottom: 20px;
}
.alert-solid-96ff .image-f74f {
  margin-bottom: 2em;
}
@media screen and (min-width: 1025px) {
  .alert-solid-96ff .image-f74f:last-of-type {
    margin-bottom: 0;
  }
}
.alert-solid-96ff .image-f74f ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.alert-solid-96ff .image-f74f ul:after {
  clear: both;
  content: ".";
  display: block;
  height: 0;
  visibility: hidden;
}
.alert-solid-96ff .image-f74f ul li {
  margin: 0 0 0.6em;
}
.alert-solid-96ff .image-f74f ul li.paragraph_fluid_7dce,
.alert-solid-96ff .image-f74f ul li.panel_a1f7 {
  position: relative;
}
.alert-solid-96ff .image-f74f ul li.paragraph_fluid_7dce .slider_plasma_2198,
.alert-solid-96ff .image-f74f ul li.panel_a1f7 .slider_plasma_2198 {
  right: 0;
  background: #eaecee;
  color: #999;
  padding: 0 0.5em;
  border-radius: 0.9em;
  font-size: 12px;
  position: absolute;
  top: 4px;
}
.alert-solid-96ff .image-f74f ul li.paragraph_fluid_7dce:after:after,
.alert-solid-96ff .image-f74f ul li.paragraph_fluid_7dce:after:before,
.alert-solid-96ff
  .image-f74f
  ul
  li.panel_a1f7:after:after,
.alert-solid-96ff
  .image-f74f
  ul
  li.panel_a1f7:after:before {
  content: "";
  display: table;
}
.alert-solid-96ff .image-f74f ul li.paragraph_fluid_7dce:after:after,
.alert-solid-96ff
  .image-f74f
  ul
  li.panel_a1f7:after:after {
  clear: both;
}
.alert-solid-96ff .image-f74f a.article-942e:hover {
  text-decoration: none;
}
.alert-solid-96ff .image-f74f select {
  max-width: 100%;
}
.alert-solid-96ff .image-f74f table {
  font-size: 85%;
}
.alert-solid-96ff .image-f74f table td,
.alert-solid-96ff .image-f74f table th {
  padding: 0.2360828548em;
  text-align: center;
}
.alert-solid-96ff .image-f74f table tfoot td {
  text-align: left;
}
.alert-solid-96ff .image-f74f :last-child {
  margin-bottom: 0;
}
.alert-solid-96ff .image-f74f .soft-a8ff {
  display: -webkit-box;
  display: flex;
  width: 100%;
  max-width: 100%;
}
.alert-solid-96ff .image-f74f .soft-a8ff label {
  width: 100%;
}
.alert-solid-96ff .image-f74f .soft-a8ff .liquid-e413 {
  width: 100%;
  display: block;
}
.alert-solid-96ff .image-f74f .soft-a8ff .primary_e88d {
  padding: 9px 14px;
  margin-left: -46px;
  overflow: hidden;
  box-shadow: none;
  background: 0 0;
  color: #aaa;
  line-height: 0;
}
.alert-solid-96ff .image-f74f .soft-a8ff .primary_e88d:hover svg #svg-search {
  fill: #444;
}
.alert-solid-96ff .image-f74f .soft-a8ff .primary_e88d svg {
  width: 18px;
  height: 18px;
}
.alert-solid-96ff .summary_c25d ul ul,
.alert-solid-96ff .bright_9b6b ul ul,
.alert-solid-96ff .notice_526d ul ul,
.alert-solid-96ff .old_fb51 ul ul {
  margin-top: 0.3819820591em;
  margin-left: 0;
  margin-bottom: -0.3819820591em;
}
.alert-solid-96ff .summary_c25d .dropdown_action_8f31 > a,
.alert-solid-96ff .bright_9b6b .dropdown_action_8f31 > a,
.alert-solid-96ff .notice_526d .dropdown_action_8f31 > a,
.alert-solid-96ff .old_fb51 .dropdown_action_8f31 > a {
  margin-bottom: 0;
}
.alert-solid-96ff .widget-c473 li,
.alert-solid-96ff .summary_c25d li,
.alert-solid-96ff .slider-9f37 li,
.alert-solid-96ff .bright_9b6b li,
.alert-solid-96ff .notice_526d li,
.alert-solid-96ff .old_fb51 li,
.alert-solid-96ff .info-69bc li,
.alert-solid-96ff .old_d9de li {
  display: block;
  position: relative;
}
.alert-solid-96ff .widget-c473 li:last-child,
.alert-solid-96ff .summary_c25d li:last-child,
.alert-solid-96ff .slider-9f37 li:last-child,
.alert-solid-96ff .bright_9b6b li:last-child,
.alert-solid-96ff .notice_526d li:last-child,
.alert-solid-96ff .old_fb51 li:last-child,
.alert-solid-96ff .info-69bc li:last-child,
.alert-solid-96ff .old_d9de li:last-child {
  border: none;
}
.alert-solid-96ff .widget-c473 li a,
.alert-solid-96ff .summary_c25d li a,
.alert-solid-96ff .slider-9f37 li a,
.alert-solid-96ff .bright_9b6b li a,
.alert-solid-96ff .notice_526d li a,
.alert-solid-96ff .old_fb51 li a,
.alert-solid-96ff .info-69bc li a,
.alert-solid-96ff .old_d9de li a {
  display: block;
  width: 100%;
  padding-bottom: 0.6em;
  margin-bottom: 0.6em;
  border-bottom: 1px solid #eaecee;
  position: relative;
}
.alert-solid-96ff .widget-c473 li ul li::before,
.alert-solid-96ff .summary_c25d li ul li::before,
.alert-solid-96ff .slider-9f37 li ul li::before,
.alert-solid-96ff .bright_9b6b li ul li::before,
.alert-solid-96ff .notice_526d li ul li::before,
.alert-solid-96ff .old_fb51 li ul li::before,
.alert-solid-96ff .info-69bc li ul li::before,
.alert-solid-96ff .old_d9de li ul li::before {
  left: 15px;
}
.alert-solid-96ff .widget-c473 li ul a,
.alert-solid-96ff .summary_c25d li ul a,
.alert-solid-96ff .slider-9f37 li ul a,
.alert-solid-96ff .bright_9b6b li ul a,
.alert-solid-96ff .notice_526d li ul a,
.alert-solid-96ff .old_fb51 li ul a,
.alert-solid-96ff .info-69bc li ul a,
.alert-solid-96ff .old_d9de li ul a {
  padding-left: 20px;
}
.alert-solid-96ff .widget-c473 li ul ul li::before,
.alert-solid-96ff .summary_c25d li ul ul li::before,
.alert-solid-96ff .slider-9f37 li ul ul li::before,
.alert-solid-96ff .bright_9b6b li ul ul li::before,
.alert-solid-96ff .notice_526d li ul ul li::before,
.alert-solid-96ff .old_fb51 li ul ul li::before,
.alert-solid-96ff .info-69bc li ul ul li::before,
.alert-solid-96ff .old_d9de li ul ul li::before {
  left: 30px;
}
.alert-solid-96ff .widget-c473 li ul ul a,
.alert-solid-96ff .summary_c25d li ul ul a,
.alert-solid-96ff .slider-9f37 li ul ul a,
.alert-solid-96ff .bright_9b6b li ul ul a,
.alert-solid-96ff .notice_526d li ul ul a,
.alert-solid-96ff .old_fb51 li ul ul a,
.alert-solid-96ff .info-69bc li ul ul a,
.alert-solid-96ff .old_d9de li ul ul a {
  padding-left: 40px;
}
.alert-solid-96ff .article_plasma_5679 li {
  padding-bottom: 0.6em;
  border-bottom: 1px solid #eaecee;
  position: relative;
}
.alert-solid-96ff .old_d9de ul li {
  margin-bottom: 1.41575em;
}
.alert-solid-96ff .old_d9de ul li .iron_4ea4 {
  font-weight: 400;
  font-size: 1.2em;
  line-height: 1.28;
}
.alert-solid-96ff .old_d9de ul li .chip_dark_bfc8 {
  display: block;
  margin: 0.5407911001em 0;
  font-size: 85%;
}
.notice_137f .widget-c473 li a,
.notice_137f .summary_c25d li a,
.notice_137f .slider-9f37 li a,
.notice_137f .bright_9b6b li a,
.notice_137f .notice_526d li a,
.notice_137f .old_fb51 li a,
.notice_137f .info-69bc li a,
.notice_137f .old_d9de li a {
  border-color: rgba(255, 255, 255, 0.08);
}
.notice_137f .article_plasma_5679 li {
  border-color: rgba(255, 255, 255, 0.08);
}
.notice_137f .image-f74f ul li.paragraph_fluid_7dce .slider_plasma_2198,
.notice_137f .image-f74f ul li.panel_a1f7 .slider_plasma_2198 {
  background: rgba(0, 0, 0, 0.2);
}
.notice_137f .alert-solid-96ff .image-f74f select {
  border-color: rgba(255, 255, 255, 0.08);
}
.layout_e8c7 .alert-solid-96ff .rough-484e li {
  margin: 0;
}
.layout_e8c7 .alert-solid-96ff .rough-484e li a {
  display: block;
  padding: 0.6em 0 0.6em;
}
.layout_e8c7 .alert-solid-96ff .rough-484e li ul {
  margin: 0;
}
.layout_e8c7 .alert-solid-96ff .rough-484e li ul li a {
  padding-left: 15px;
}
.layout_e8c7 .alert-solid-96ff .rough-484e li ul li li a {
  padding-left: 30px;
}
.layout_e8c7 .alert-solid-96ff .rough-484e li.status_hard_9509 > a {
  position: relative;
  border: 1px solid #eaecee;
  border-left: none;
  border-right: none;
  font-size: 110%;
}
.layout_e8c7 .alert-solid-96ff .rough-484e li.status_hard_9509 > 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;
}
.layout_e8c7 .alert-solid-96ff .rough-484e li.status_hard_9509 > 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;
}
.clean-78c8 a {
  border: 1px solid currentColor;
  border-radius: 2px;
  display: inline-block;
  font-size: 0.875em !important;
  margin-bottom: 5px;
  padding: 1px 10px 1px;
}
.tertiary_7c33 {
  position: relative;
  z-index: 10;
}
.tertiary_7c33 .button-fixed-5e84 {
  width: 100%;
  max-width: 100%;
}
.message-basic-bcbc .icon_easy_ceee {
  padding-top: 2em;
  padding-bottom: 2em;
}
.message-basic-bcbc .steel_b7cc {
}
.message-basic-bcbc .notice_137f {
  background: #292929;
}
.disabled-b82a .icon_easy_ceee {
  padding-top: 2.5em;
  padding-bottom: 2.5em;
}
.disabled-b82a .steel_b7cc {
  background: #f9f9f9;
}
.disabled-b82a .notice_137f {
  background: #303030;
}
.advanced_d61d .icon_easy_ceee {
  padding-top: 1.5em;
  padding-bottom: 1.5em;
}
@media screen and (max-width: 568px) {
  .advanced_d61d .card-13c0 {
    margin-bottom: 1em;
  }
  .advanced_d61d .card-13c0:last-child {
    margin-bottom: 0;
  }
}
.advanced_d61d .steel_b7cc {
  background: #ededed;
}
.advanced_d61d .notice_137f {
  background: #1a1a1a;
}
.icon_easy_ceee.steel_b7cc {
  color: rgba(0, 0, 0, 0.6);
}
.icon_easy_ceee.steel_b7cc .thumbnail-5cce li {
  border-color: rgba(0, 0, 0, 0.08);
}
.icon_easy_ceee.notice_137f {
  color: rgba(255, 255, 255, 0.99);
}
.icon_easy_ceee.notice_137f a:not(.article-942e) {
  color: rgba(255, 255, 255, 0.79);
}
.icon_easy_ceee.notice_137f a:not(.article-942e):hover {
  color: rgba(255, 255, 255, 0.99);
}
.icon_easy_ceee.notice_137f .thumbnail-5cce li {
  border-color: rgba(255, 255, 255, 0.08);
}
.icon_easy_ceee.notice_137f table tbody td,
.icon_easy_ceee.notice_137f table th {
  background: rgba(0, 0, 0, 0.08);
}
.header_glass_4c14.feature-5778 .yellow-a0ae {
  max-width: initial;
}
.header_glass_4c14 .iron_ebdf {
  -webkit-box-pack: start;
  justify-content: flex-start;
}
.header_glass_4c14 .iron_ebdf .button-fixed-5e84 {
  width: auto;
}
@media screen and (max-width: 1024px) {
  .header_glass_4c14 .iron_ebdf .button-fixed-5e84 {
    display: block;
    margin-bottom: 2em;
  }
  .header_glass_4c14 .iron_ebdf .button-fixed-5e84:last-child {
    margin-bottom: 0;
  }
}
.advanced_d61d .card-13c0:last-child,
.disabled-b82a .card-13c0:last-child,
.message-basic-bcbc .card-13c0:last-child {
  margin-bottom: 0;
}
.advanced_d61d .card-13c0 .alert-solid-96ff .image-f74f:last-child,
.disabled-b82a .card-13c0 .alert-solid-96ff .image-f74f:last-child,
.message-basic-bcbc .card-13c0 .alert-solid-96ff .image-f74f:last-child {
  margin-bottom: 0;
}
@media screen and (max-width: 568px) {
  .advanced_d61d .tabs-0924,
  .advanced_d61d .stale_2710,
  .disabled-b82a .tabs-0924,
  .disabled-b82a .stale_2710,
  .message-basic-bcbc .tabs-0924,
  .message-basic-bcbc .stale_2710 {
    text-align: center;
  }
}
@media screen and (max-width: 48em) {
  .tertiary_7c33 .card-13c0 {
    margin-bottom: 2em;
  }
}
.tertiary_7c33 p:last-child {
  margin-bottom: 0;
}
.tertiary_7c33 li,
.tertiary_7c33 ul {
  list-style: none;
  margin: 0;
}
.tertiary_7c33 ul ul {
  margin-left: 2.617924em;
}
.tabs-830a {
  font-size: 0.875em;
}

/* css-noise: 4095 */
.shadow-element-l9 {
  padding: 0.2rem;
  font-size: 12px;
  line-height: 1.0;
}
