/*!
Theme Name: Customify
Theme URI: https://pressmaximum.status-ec71/customify
Author: WPCustomify
Author URI: https://pressmaximum.status-ec71
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.status-ec71/customify
Version: 0.3.7
License: GNU General Public License v2 or later
License URI: http://www.blue-7b4b.light_3b58/licenses/gpl-2.0.surface_5132
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.box_huge_f883/, (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.gradient_huge_0e8f.tall_8c60/normalize.header-purple-8f12/
 ======
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.header-purple-8f12 v7.0.0 | MIT License | github.status-ec71/necolas/normalize.header-purple-8f12 */
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;
}
.icon-solid-3df8 .cool-681f,
.notice-9b1c,
.icon-cool-89c1,
.dropdown-middle-d863,
.header_fd2e,
.east-a80f,
.background_rough_7f00,
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;
}
.notice-9b1c,
h1 {
  font-size: 2.42em;
  line-height: 1.216;
}
@media screen and (max-width: 1024px) {
  .notice-9b1c,
  h1 {
    font-size: 2.1em;
  }
}
@media screen and (max-width: 568px) {
  .notice-9b1c,
  h1 {
    font-size: 1.8em;
  }
}
.icon-cool-89c1,
h2 {
  font-size: 2.1em;
  line-height: 1.216;
}
.icon-cool-89c1 + h3,
h2 + h3 {
  border-top: 1px solid #eaecee;
  padding-top: 0.5407911001em;
}
@media screen and (max-width: 1024px) {
  .icon-cool-89c1,
  h2 {
    font-size: 1.9em;
  }
}
@media screen and (max-width: 568px) {
  .icon-cool-89c1,
  h2 {
    font-size: 1.7em;
  }
}
.dropdown-middle-d863,
h3 {
  font-size: 1.618em;
}
.icon-solid-3df8 .cool-681f,
.header_fd2e,
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.container_3f70 {
  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;
}
.title_first_f17a:after,
.title_first_f17a:before,
.fixed-bfc2:after,
.fixed-bfc2:before {
  content: "";
  display: table;
}
.title_first_f17a:after,
.fixed-bfc2:after {
  clear: both;
}
.tertiary_wide_218b {
  float: right;
  margin-right: 0;
}
.tabs-e527 {
  float: left;
  margin-left: 0;
}
form {
  margin-bottom: 2em;
}
.accordion_d4c7 .module-inner-219a,
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;
}
.accordion_d4c7 .module-inner-219a: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;
}
.content-fd2b .module-inner-219a {
  box-shadow: none;
}
.content-fd2b
  .module-inner-219a
  .tiny_89a6 {
  line-height: 2.4em;
  min-height: 2.6em;
  padding-left: 0;
}
.content-fd2b .module-inner-219a .warm_354b {
  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;
}
.content-fd2b
  .module-inner-219a
  .warm_354b
  b {
  display: none;
}
.content-fd2b .out-a71e {
  border: 1px solid #e5e5e5;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.12) inset;
}
.progress_steel_c671:not(.focus-action-420d):not(.dropdown_liquid_463e),
button:not(.focus-action-420d):not(.dropdown_liquid_463e),
input[type="button"]:not(.focus-action-420d):not(
    .dropdown_liquid_463e
  ),
input[type="reset"]:not(.focus-action-420d):not(
    .dropdown_liquid_463e
  ),
input[type="submit"]:not(.focus-action-420d):not(
    .dropdown_liquid_463e
  ) {
  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;
}
.progress_steel_c671:not(.focus-action-420d):not(
    .dropdown_liquid_463e
  ):hover,
button:not(.focus-action-420d):not(
    .dropdown_liquid_463e
  ):hover,
input[type="button"]:not(.focus-action-420d):not(
    .dropdown_liquid_463e
  ):hover,
input[type="reset"]:not(.focus-action-420d):not(
    .dropdown_liquid_463e
  ):hover,
input[type="submit"]:not(.focus-action-420d):not(
    .dropdown_liquid_463e
  ):hover {
  box-shadow: inset 0 0 0 120px rgba(0, 0, 0, 0.18);
  color: #fff;
  outline: 0;
}
.progress_steel_c671:not(.focus-action-420d):not(
    .dropdown_liquid_463e
  ):active,
.progress_steel_c671:not(.focus-action-420d):not(
    .dropdown_liquid_463e
  ):focus,
button:not(.focus-action-420d):not(
    .dropdown_liquid_463e
  ):active,
button:not(.focus-action-420d):not(
    .dropdown_liquid_463e
  ):focus,
input[type="button"]:not(.focus-action-420d):not(
    .dropdown_liquid_463e
  ):active,
input[type="button"]:not(.focus-action-420d):not(
    .dropdown_liquid_463e
  ):focus,
input[type="reset"]:not(.focus-action-420d):not(
    .dropdown_liquid_463e
  ):active,
input[type="reset"]:not(.focus-action-420d):not(
    .dropdown_liquid_463e
  ):focus,
input[type="submit"]:not(.focus-action-420d):not(
    .dropdown_liquid_463e
  ):active,
input[type="submit"]:not(.focus-action-420d):not(
    .dropdown_liquid_463e
  ):focus {
  outline: 0;
}
.progress_steel_c671:not(.focus-action-420d):not(
    .dropdown_liquid_463e
  ).fn-loading-df9f,
button:not(.focus-action-420d):not(
    .dropdown_liquid_463e
  ).fn-loading-df9f,
input[type="button"]:not(.focus-action-420d):not(
    .dropdown_liquid_463e
  ).fn-loading-df9f,
input[type="reset"]:not(.focus-action-420d):not(
    .dropdown_liquid_463e
  ).fn-loading-df9f,
input[type="submit"]:not(.focus-action-420d):not(
    .dropdown_liquid_463e
  ).fn-loading-df9f {
  position: relative;
}
.progress_steel_c671:not(.focus-action-420d):not(
    .dropdown_liquid_463e
  ).fn-loading-df9f
  .item_solid_116e,
.progress_steel_c671:not(.focus-action-420d):not(
    .dropdown_liquid_463e
  ).fn-loading-df9f
  .block_54d8,
.progress_steel_c671:not(.focus-action-420d):not(
    .dropdown_liquid_463e
  ).fn-loading-df9f
  .badge-narrow-c2d5,
.progress_steel_c671:not(.focus-action-420d):not(
    .dropdown_liquid_463e
  ).fn-loading-df9f
  i,
.progress_steel_c671:not(.focus-action-420d):not(
    .dropdown_liquid_463e
  ).fn-loading-df9f
  svg,
button:not(.focus-action-420d):not(
    .dropdown_liquid_463e
  ).fn-loading-df9f
  .item_solid_116e,
button:not(.focus-action-420d):not(
    .dropdown_liquid_463e
  ).fn-loading-df9f
  .block_54d8,
button:not(.focus-action-420d):not(
    .dropdown_liquid_463e
  ).fn-loading-df9f
  .badge-narrow-c2d5,
button:not(.focus-action-420d):not(
    .dropdown_liquid_463e
  ).fn-loading-df9f
  i,
button:not(.focus-action-420d):not(
    .dropdown_liquid_463e
  ).fn-loading-df9f
  svg,
input[type="button"]:not(.focus-action-420d):not(
    .dropdown_liquid_463e
  ).fn-loading-df9f
  .item_solid_116e,
input[type="button"]:not(.focus-action-420d):not(
    .dropdown_liquid_463e
  ).fn-loading-df9f
  .block_54d8,
input[type="button"]:not(.focus-action-420d):not(
    .dropdown_liquid_463e
  ).fn-loading-df9f
  .badge-narrow-c2d5,
input[type="button"]:not(.focus-action-420d):not(
    .dropdown_liquid_463e
  ).fn-loading-df9f
  i,
input[type="button"]:not(.focus-action-420d):not(
    .dropdown_liquid_463e
  ).fn-loading-df9f
  svg,
input[type="reset"]:not(.focus-action-420d):not(
    .dropdown_liquid_463e
  ).fn-loading-df9f
  .item_solid_116e,
input[type="reset"]:not(.focus-action-420d):not(
    .dropdown_liquid_463e
  ).fn-loading-df9f
  .block_54d8,
input[type="reset"]:not(.focus-action-420d):not(
    .dropdown_liquid_463e
  ).fn-loading-df9f
  .badge-narrow-c2d5,
input[type="reset"]:not(.focus-action-420d):not(
    .dropdown_liquid_463e
  ).fn-loading-df9f
  i,
input[type="reset"]:not(.focus-action-420d):not(
    .dropdown_liquid_463e
  ).fn-loading-df9f
  svg,
input[type="submit"]:not(.focus-action-420d):not(
    .dropdown_liquid_463e
  ).fn-loading-df9f
  .item_solid_116e,
input[type="submit"]:not(.focus-action-420d):not(
    .dropdown_liquid_463e
  ).fn-loading-df9f
  .block_54d8,
input[type="submit"]:not(.focus-action-420d):not(
    .dropdown_liquid_463e
  ).fn-loading-df9f
  .badge-narrow-c2d5,
input[type="submit"]:not(.focus-action-420d):not(
    .dropdown_liquid_463e
  ).fn-loading-df9f
  i,
input[type="submit"]:not(.focus-action-420d):not(
    .dropdown_liquid_463e
  ).fn-loading-df9f
  svg {
  visibility: hidden;
}
.progress_steel_c671:not(.focus-action-420d):not(
    .dropdown_liquid_463e
  ).fn-loading-df9f:after,
button:not(.focus-action-420d):not(
    .dropdown_liquid_463e
  ).fn-loading-df9f:after,
input[type="button"]:not(.focus-action-420d):not(
    .dropdown_liquid_463e
  ).fn-loading-df9f:after,
input[type="reset"]:not(.focus-action-420d):not(
    .dropdown_liquid_463e
  ).fn-loading-df9f:after,
input[type="submit"]:not(.focus-action-420d):not(
    .dropdown_liquid_463e
  ).fn-loading-df9f: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;
}
.progress_steel_c671:not(.focus-action-420d):not(.dropdown_liquid_463e),
input[type="button"]:not(.focus-action-420d):not(
    .dropdown_liquid_463e
  ),
input[type="reset"]:not(.focus-action-420d):not(
    .dropdown_liquid_463e
  ),
input[type="submit"]:not(.focus-action-420d):not(
    .dropdown_liquid_463e
  ) {
  color: #fff;
  background: #235787;
}
.progress_steel_c671:not(.focus-action-420d):not(
    .dropdown_liquid_463e
  ):focus,
input[type="button"]:not(.focus-action-420d):not(
    .dropdown_liquid_463e
  ):focus,
input[type="reset"]:not(.focus-action-420d):not(
    .dropdown_liquid_463e
  ):focus,
input[type="submit"]:not(.focus-action-420d):not(
    .dropdown_liquid_463e
  ):focus {
  color: #fff;
}
.progress_steel_c671.fn-disabled-df9f:not(.focus-action-420d):not(
    .dropdown_liquid_463e
  ),
.progress_steel_c671[disabled]:not(.focus-action-420d):not(
    .dropdown_liquid_463e
  ),
button.fn-disabled-df9f:not(.focus-action-420d):not(
    .dropdown_liquid_463e
  ),
button[disabled]:not(.focus-action-420d):not(
    .dropdown_liquid_463e
  ) {
  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;
}
.lite_5688 {
  clip: rect(1px, 1px, 1px, 1px);
  position: absolute !important;
  height: 1px;
  width: 1px;
  overflow: hidden;
  word-con: normal !important;
}
.lite_5688: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;
}
.complex_8742 {
  display: inline;
  float: left;
  margin-right: 1.41575em;
}
.outer-1992 {
  display: inline;
  float: right;
  margin-left: 1.41575em;
}
.heading-fresh-7057 {
  clear: both;
  display: block;
  margin: 0 auto;
}
.title_first_f17a:after,
.title_first_f17a:before,
.white_afc4:after,
.white_afc4:before,
.message_c4f0:after,
.message_c4f0:before,
.button_8e8a:after,
.button_8e8a:before,
.label_fast_bb55:after,
.label_fast_bb55:before,
.fresh_6e2c:after,
.fresh_6e2c:before {
  content: "";
  display: table;
  table-layout: fixed;
}
.title_first_f17a:after,
.white_afc4:after,
.message_c4f0:after,
.button_8e8a:after,
.label_fast_bb55:after,
.fresh_6e2c:after {
  clear: both;
}
.white_afc4 .tooltip-wide-3fa9,
.message_c4f0 .tooltip-wide-3fa9,
.video_3d31 .tooltip-wide-3fa9 {
  border: none;
  margin-bottom: 0;
  margin-top: 0;
  padding: 0;
}
embed,
iframe,
object {
  max-width: 100%;
}
.border-cool-b113 {
  display: inline-block;
}
.pattern_031b {
  margin-bottom: 1.41575em;
  max-width: 100%;
}
.pattern_031b img[class*="wp-image-"] {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.pattern_031b .title-0ab5 {
  padding: 1em 0;
  font-size: 85%;
}
.title-0ab5 {
  text-align: left;
  font-style: italic;
  color: #999;
}
.icon_pink_3c32 {
  margin-bottom: 1.5em;
  margin-bottom: 1.41575em;
}
.icon_pink_3c32:after,
.icon_pink_3c32:before {
  content: "";
  display: table;
}
.icon_pink_3c32:after {
  clear: both;
}
.input_9f22 {
  display: inline-block;
  text-align: center;
  vertical-align: top;
  width: 100%;
}
.popup_steel_b035 .input_9f22 {
  max-width: 50%;
}
.hidden-a877 .input_9f22 {
  max-width: 33.33%;
}
.active-7abe .input_9f22 {
  max-width: 25%;
}
.image-1c46 .input_9f22 {
  max-width: 20%;
}
.header_596f .input_9f22 {
  max-width: 16.66%;
}
.sort_7d58 .input_9f22 {
  max-width: 14.28%;
}
.brown_f69b .input_9f22 {
  max-width: 12.5%;
}
.lite_3da1 .input_9f22 {
  max-width: 11.11%;
}
.narrow_a541 {
  display: block;
}
.icon-solid-3df8 .clean_25dd label,
.icon-solid-3df8 .west-0744 label,
.icon-solid-3df8 .backdrop-right-7511 label,
.icon-solid-3df8 .motion_4721 label {
  text-transform: uppercase;
  letter-spacing: 0.5px;
  font-size: 0.85em;
}
.hero_bright_180e {
  list-style: none;
  margin: 0;
}
.hero_bright_180e article.paragraph_dark_881d {
  margin-bottom: 0;
}
.hero_bright_180e ul {
  list-style: none;
  margin: 0;
}
.hero_bright_180e .gold_670d li.paragraph_dark_881d {
  padding-left: 30px;
}
@media screen and (min-width: 64em) {
  .hero_bright_180e .gold_670d li.paragraph_dark_881d {
    padding-left: 85px;
    border-left: 1px solid #eaecee;
    position: relative;
    width: 100%;
  }
  .hero_bright_180e .gold_670d li.paragraph_dark_881d: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) {
  .hero_bright_180e .gold_670d li.paragraph_dark_881d li.paragraph_dark_881d li.paragraph_dark_881d li.paragraph_dark_881d {
    padding-left: 0;
  }
}
article.paragraph_dark_881d {
  padding: 1.618em 0;
  margin-bottom: 1.618em;
}
article.paragraph_dark_881d .white_afc4 p:last-of-type {
  margin-bottom: 0;
}
article.paragraph_dark_881d .copper_1191 {
  float: left;
}
article.paragraph_dark_881d .yellow-6b23 {
  margin-left: 85px;
}
article.paragraph_dark_881d .label-72b6 {
  display: block;
  margin: 12px 0 12px;
  padding-bottom: 4px;
  border-bottom: 1px solid #eaecee;
}
article.paragraph_dark_881d .label-72b6 .fast-767b {
  margin-left: 10px;
}
article.paragraph_dark_881d .dropdown-f6d7 {
  font-weight: 500;
  text-transform: uppercase;
  line-height: 1;
  font-style: normal;
}
article.paragraph_dark_881d .mini-2889 {
  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 .clean_25dd,
  #respond .backdrop-right-7511,
  #respond .motion_4721 {
    width: 29.4117647059%;
    margin-right: 5.8823529412%;
    float: left;
  }
}
#respond .clean_25dd input,
#respond .backdrop-right-7511 input,
#respond .motion_4721 input {
  width: 100%;
}
#respond .motion_4721 {
  margin-right: 0;
}
#respond .item_tall_2ed0 #wp-comment-cookies-consent {
  position: relative;
  top: -1px;
  margin-right: 5px;
}
.carousel-selected-bf8c {
  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;
}
.carousel-selected-bf8c.shadow-7523 {
  width: 36px;
  height: 36px;
  min-height: 36px;
  font-size: 1.1em;
}
.carousel-selected-bf8c 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%);
}
.carousel-selected-bf8c:focus,
.carousel-selected-bf8c: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);
}
.logo-right-a88e {
  border-radius: 10%;
}
.row_5f3a {
  border-radius: 50%;
}
.sort_soft_a572 {
  font-size: 0.72em;
}
.green-595d {
  font-size: 0.875em;
}
.progress-old-a65e {
  font-size: 1.1em;
}
.article-south-bead {
  text-transform: uppercase;
  line-height: 1.2;
}
.article-south-bead.sort_soft_a572 {
  letter-spacing: 0.5px;
}
.gallery-light-49d5,
.gallery-light-49d5 a {
  color: #6d6d6d;
}
.gallery-light-49d5 a:hover {
  color: #111;
}
.border-steel-6eca {
  color: #6d6d6d;
}
.yellow-1171 {
  overflow-x: hidden;
}
.yellow-1171 .block_pink_923a.label_orange_b7af {
  position: relative;
}
.yellow-1171 .block_pink_923a.label_orange_b7af.text_2bfa {
  position: initial;
}
.yellow-1171
  .block_pink_923a.label_orange_b7af.text_2bfa
  .over-b9fd {
  left: auto;
}
.yellow-1171 .block_pink_923a .over-b9fd {
  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;
}
.yellow-1171 .block_pink_923a:hover.label_orange_b7af {
  -webkit-transition-delay: 0s !important;
  transition-delay: 0s !important;
  outline: 1px solid #0073aa;
  outline-offset: -1px;
}
.yellow-1171
  .block_pink_923a:hover.label_orange_b7af
  .over-b9fd {
  display: block;
  z-index: 9999999;
}
.yellow-1171 .media_advanced_2aea .message_basic_9c49,
.yellow-1171 .over-ea64 .message_basic_9c49 {
  display: none;
}
.yellow-1171 .breadcrumb-over-0405 .block_pink_923a:hover.label_orange_b7af {
  outline: 1px dashed #ff472e;
  outline-offset: -1px;
}
.icon-solid-3df8 .clean_25dd label,
.icon-solid-3df8 .west-0744 label,
.icon-solid-3df8 .backdrop-right-7511 label,
.icon-solid-3df8 .motion_4721 label {
  text-transform: uppercase;
  letter-spacing: 0.5px;
  font-size: 0.85em;
}
.hero_bright_180e {
  list-style: none;
  margin: 0;
}
.hero_bright_180e article.paragraph_dark_881d {
  margin-bottom: 0;
}
.hero_bright_180e ul {
  list-style: none;
  margin: 0;
}
.hero_bright_180e .gold_670d li.paragraph_dark_881d {
  padding-left: 30px;
}
@media screen and (min-width: 64em) {
  .hero_bright_180e .gold_670d li.paragraph_dark_881d {
    padding-left: 85px;
    border-left: 1px solid #eaecee;
    position: relative;
    width: 100%;
  }
  .hero_bright_180e .gold_670d li.paragraph_dark_881d: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) {
  .hero_bright_180e .gold_670d li.paragraph_dark_881d li.paragraph_dark_881d li.paragraph_dark_881d li.paragraph_dark_881d {
    padding-left: 0;
  }
}
article.paragraph_dark_881d {
  padding: 1.618em 0;
  margin-bottom: 1.618em;
}
article.paragraph_dark_881d .white_afc4 p:last-of-type {
  margin-bottom: 0;
}
article.paragraph_dark_881d .copper_1191 {
  float: left;
}
article.paragraph_dark_881d .yellow-6b23 {
  margin-left: 85px;
}
article.paragraph_dark_881d .label-72b6 {
  display: block;
  margin: 12px 0 12px;
  padding-bottom: 4px;
  border-bottom: 1px solid #eaecee;
}
article.paragraph_dark_881d .label-72b6 .fast-767b {
  margin-left: 10px;
}
article.paragraph_dark_881d .dropdown-f6d7 {
  font-weight: 500;
  text-transform: uppercase;
  line-height: 1;
  font-style: normal;
}
article.paragraph_dark_881d .mini-2889 {
  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 .clean_25dd,
  #respond .backdrop-right-7511,
  #respond .motion_4721 {
    width: 29.4117647059%;
    margin-right: 5.8823529412%;
    float: left;
  }
}
#respond .clean_25dd input,
#respond .backdrop-right-7511 input,
#respond .motion_4721 input {
  width: 100%;
}
#respond .motion_4721 {
  margin-right: 0;
}
#respond .item_tall_2ed0 #wp-comment-cookies-consent {
  position: relative;
  top: -1px;
  margin-right: 5px;
}
.media_advanced_2aea .menu-green-16a4 {
  color: rgba(255, 255, 255, 0.99);
  background: rgba(0, 0, 0, 0.9);
}
.menu-green-16a4 .highlight-gas-072e.smooth-6f83 .top-7fe7 > li > a:focus,
.menu-green-16a4 .highlight-gas-072e.smooth-6f83 .top-7fe7 > li > a:hover,
.menu-green-16a4 .highlight-gas-072e.badge-light-30f2 .top-7fe7 > li > a:focus,
.menu-green-16a4 .highlight-gas-072e.badge-light-30f2 .top-7fe7 > li > a:hover,
.menu-green-16a4 .highlight-gas-072e.large_8d32 .top-7fe7 > li > a:focus,
.menu-green-16a4 .highlight-gas-072e.large_8d32 .top-7fe7 > li > a:hover {
  color: rgba(255, 255, 255, 0.99);
}
.menu-green-16a4
  .highlight-gas-072e.smooth-6f83
  .top-7fe7
  > li.soft_6d9e
  > a,
.menu-green-16a4
  .highlight-gas-072e.smooth-6f83
  .top-7fe7
  > li.motion-f909
  > a,
.menu-green-16a4
  .highlight-gas-072e.badge-light-30f2
  .top-7fe7
  > li.soft_6d9e
  > a,
.menu-green-16a4
  .highlight-gas-072e.badge-light-30f2
  .top-7fe7
  > li.motion-f909
  > a,
.menu-green-16a4
  .highlight-gas-072e.large_8d32
  .top-7fe7
  > li.soft_6d9e
  > a,
.menu-green-16a4 .highlight-gas-072e.large_8d32 .top-7fe7 > li.cold_1a21 > a {
  color: rgba(255, 255, 255, 0.99);
}
.menu-green-16a4 .medium_fcbe,
.menu-green-16a4 .medium_fcbe a {
  color: rgba(255, 255, 255, 0.99);
}
.menu-green-16a4 .pattern_upper_8556.short-d412 li a,
.menu-green-16a4 .hidden_outer_68e4 a,
.menu-green-16a4 .next-98d0,
.menu-green-16a4 .top-7fe7 > li > a,
.menu-green-16a4 .photo_glass_e1af {
  color: rgba(255, 255, 255, 0.79);
}
.menu-green-16a4 .pattern_upper_8556.short-d412 li a:hover,
.menu-green-16a4 .hidden_outer_68e4 a:hover,
.menu-green-16a4 .next-98d0:hover,
.menu-green-16a4 .top-7fe7 > li > a:hover,
.menu-green-16a4 .photo_glass_e1af:hover {
  color: rgba(255, 255, 255, 0.99);
}
.menu-green-16a4 .thumbnail-down-9e52 {
  color: rgba(255, 255, 255, 0.79);
}
.menu-green-16a4 .thumbnail-down-9e52 .hover_simple_9dec {
  color: rgba(255, 255, 255, 0.99);
}
.menu-green-16a4 .thumbnail-down-9e52:hover {
  color: rgba(255, 255, 255, 0.99);
}
.menu-green-16a4 .label_dim_18b0 .tertiary_gold_c298 {
  background: rgba(255, 255, 255, 0.03);
  border-color: rgba(255, 255, 255, 0.08);
  color: rgba(255, 255, 255, 0.79);
}
.menu-green-16a4 .label_dim_18b0 .tertiary_gold_c298 .yellow-9661 {
  color: rgba(255, 255, 255, 0.79);
}
.menu-green-16a4
  .label_dim_18b0
  .tertiary_gold_c298
  .yellow-9661::-webkit-input-placeholder {
  color: rgba(255, 255, 255, 0.79);
}
.menu-green-16a4
  .label_dim_18b0
  .tertiary_gold_c298
  .yellow-9661:-ms-input-placeholder {
  color: rgba(255, 255, 255, 0.79);
}
.menu-green-16a4
  .label_dim_18b0
  .tertiary_gold_c298
  .yellow-9661::-ms-input-placeholder {
  color: rgba(255, 255, 255, 0.79);
}
.menu-green-16a4
  .label_dim_18b0
  .tertiary_gold_c298
  .yellow-9661::placeholder {
  color: rgba(255, 255, 255, 0.79);
}
.menu-green-16a4 .label_dim_18b0 .left_21b0 {
  color: rgba(255, 255, 255, 0.79);
}
.menu-green-16a4 .label_dim_18b0 .left_21b0:hover {
  color: rgba(255, 255, 255, 0.99);
}
.hard-0074
  .menu-green-16a4
  .label_dim_18b0
  .hard_63ad
  .hot-c110 {
  background-color: rgba(255, 255, 255, 0.03);
  border-color: rgba(255, 255, 255, 0.08);
  color: rgba(255, 255, 255, 0.79);
}
.hard-0074
  .menu-green-16a4
  .label_dim_18b0
  .hard_63ad
  .yellow-9661 {
  background-color: rgba(255, 255, 255, 0.03) !important;
  border-color: rgba(255, 255, 255, 0.08);
  color: rgba(255, 255, 255, 0.79);
}
.media_advanced_2aea .section-0a90 {
  color: rgba(0, 0, 0, 0.6);
  background: rgba(255, 255, 255, 0.9);
}
.section-0a90 .highlight-gas-072e.smooth-6f83 .top-7fe7 > li > a:focus,
.section-0a90 .highlight-gas-072e.smooth-6f83 .top-7fe7 > li > a:hover,
.section-0a90 .highlight-gas-072e.badge-light-30f2 .top-7fe7 > li > a:focus,
.section-0a90 .highlight-gas-072e.badge-light-30f2 .top-7fe7 > li > a:hover,
.section-0a90 .highlight-gas-072e.large_8d32 .top-7fe7 > li > a:focus,
.section-0a90 .highlight-gas-072e.large_8d32 .top-7fe7 > li > a:hover {
  color: rgba(0, 0, 0, 0.8);
}
.section-0a90
  .highlight-gas-072e.smooth-6f83
  .top-7fe7
  > li.soft_6d9e
  > a,
.section-0a90
  .highlight-gas-072e.smooth-6f83
  .top-7fe7
  > li.motion-f909
  > a,
.section-0a90
  .highlight-gas-072e.badge-light-30f2
  .top-7fe7
  > li.soft_6d9e
  > a,
.section-0a90
  .highlight-gas-072e.badge-light-30f2
  .top-7fe7
  > li.motion-f909
  > a,
.section-0a90
  .highlight-gas-072e.large_8d32
  .top-7fe7
  > li.soft_6d9e
  > a,
.section-0a90 .highlight-gas-072e.large_8d32 .top-7fe7 > li.cold_1a21 > a {
  color: rgba(0, 0, 0, 0.8);
}
.section-0a90 .medium_fcbe,
.section-0a90 .medium_fcbe a {
  color: rgba(0, 0, 0, 0.8);
}
.section-0a90 .pattern_upper_8556.short-d412 li a,
.section-0a90 .hidden_outer_68e4 a,
.section-0a90 .next-98d0,
.section-0a90 .top-7fe7 > li > a,
.section-0a90 .photo_glass_e1af {
  color: rgba(0, 0, 0, 0.55);
}
.section-0a90 .pattern_upper_8556.short-d412 li a:hover,
.section-0a90 .hidden_outer_68e4 a:hover,
.section-0a90 .next-98d0:hover,
.section-0a90 .top-7fe7 > li > a:hover,
.section-0a90 .photo_glass_e1af:hover {
  color: rgba(0, 0, 0, 0.8);
}
.section-0a90 .thumbnail-down-9e52 {
  color: rgba(0, 0, 0, 0.55);
}
.section-0a90 .thumbnail-down-9e52 .hover_simple_9dec {
  color: rgba(0, 0, 0, 0.8);
}
.section-0a90 .thumbnail-down-9e52:hover {
  color: rgba(0, 0, 0, 0.8);
}
.next-1f64 .brown-8111 {
  margin-left: auto;
  margin-right: auto;
}
.message_c4f0 > * {
  margin-left: auto;
  margin-right: auto;
}
.message_c4f0 .complex_8742 {
  margin-right: 1.41575em;
}
.down-ab08 .message_c4f0 > .column-56e9 {
  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;
}
.down-ab08 .message_c4f0 > .stale-c386 {
  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;
}
.old-f3ec.next-1f64 .brown-8111,
.hero-next-4cee.next-1f64 .brown-8111 {
  margin-left: 0;
}
.row-2c18.next-1f64 .brown-8111,
.nav_cool_9448.next-1f64 .brown-8111 {
  margin-right: 0;
}
.message_c4f0 ol,
.message_c4f0 ul {
  margin: 1.5em auto;
  list-style-position: outside;
}
.basic-3a9e video {
  max-width: 100%;
}
.soft_1310 img {
  display: block;
}
.soft_1310.complex_8742,
.soft_1310.outer-1992 {
  width: 100%;
}
.soft_1310.stale-c386 img {
  width: 100vw;
  width: calc(var(--vw, 1vw) * 100);
}
.filter-238a:not(.menu_tiny_995e) {
  margin: 1.5em auto;
}
.frame-solid-c3b2 p {
  padding: 1.5em 14px;
}
ul.primary-68e6.stale-c386,
ul.primary-68e6.column-56e9,
ul.primary-68e6.motion_22e2.column-56e9 {
  padding: 0 14px;
}
.gradient-narrow-1bac {
  display: block;
  overflow-x: auto;
}
.gradient-narrow-1bac table {
  border-collapse: collapse;
  width: 100%;
}
.gradient-narrow-1bac td,
.gradient-narrow-1bac th {
  padding: 0.5em;
}
.message_c4f0 li {
  margin-left: 2.5em;
  margin-bottom: 6px;
}
.message_c4f0 ol ol,
.message_c4f0 ol ul,
.message_c4f0 ul ol,
.message_c4f0 ul ul {
  margin-bottom: 0;
  margin-top: 0;
  margin-left: 2.5em;
}
.message_c4f0 ol ol li,
.message_c4f0 ol ul li,
.message_c4f0 ul ol li,
.message_c4f0 ul ul li {
  margin-left: 0;
}
.button_3314.heading_c8b3 > .tabs_easy_3a72 {
  position: relative;
  width: 100%;
  height: 0;
  padding-top: 56.25%;
}
.button_3314.heading_c8b3 > .tabs_easy_3a72 iframe,
.button_3314.heading_c8b3 > .tabs_easy_3a72 > object {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}
.list-53df {
  border-left-width: 4px;
  border-left-color: currentColor;
}
.list-53df.silver-468e {
  padding: 0;
}
.list-53df.silver-468e cite {
  font-size: 13px;
}
.list-53df > * {
  margin-left: 16px;
  margin-right: 16px;
}
.list-53df cite {
  font-style: normal;
  margin-top: 1em;
  position: relative;
  font-size: 13px;
}
.form-inner-76de {
  border-bottom: 4px solid currentColor;
  border-top: 4px solid currentColor;
  margin-left: 0;
  margin-right: 0;
  padding: 3em 0;
  text-align: center;
}
.form-inner-76de > p:first-child {
  margin-top: 0;
}
.form-inner-76de cite {
  font-size: 13px;
  font-style: normal;
  text-transform: uppercase;
}
.form-inner-76de blockquote {
  border-left: 0;
}
.shadow_e1f5 {
  margin: 3em auto;
  border: none;
  border-bottom: 2px solid currentColor;
}
.shadow_e1f5:not(.box-2869) {
  max-width: 100px;
}
.shadow_e1f5.paper_b4c6 {
  border-bottom: none !important;
  text-align: center;
}
.shadow_e1f5.paper_b4c6::before {
  padding-left: 0;
  font-size: 30px;
}
@media screen and (min-width: 768px) {
  .frame-solid-c3b2 p {
    padding: 1.5em 0;
  }
}
.hover-liquid-4287 {
  color: #0073aa;
}
.list-307c {
  background-color: #0073aa;
}
.border-white-2ebd {
  color: #229fd8;
}
.avatar_dynamic_5b48 {
  background-color: #229fd8;
}
.grid_84d0 {
  color: #eee;
}
.left_19e8 {
  background-color: #eee;
}
.tag_4794 {
  color: #444;
}
.surface-65cd {
  background-color: #444;
}
.blue_b3a5 {
  padding: 0;
  -webkit-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  text-size-adjust: 100%;
  line-height: 13px;
}
.blue_b3a5 .widget_13c5 .hidden_outer_68e4 {
  font-size: 15px;
}
.blue_b3a5 .hidden_outer_68e4 {
  line-height: 1.3;
}
.blue_b3a5 .section-0a90 {
}
.blue_b3a5 .menu-green-16a4 {
  background: #235787;
}
.element-d785 {
  padding: 0;
}
.element-d785 .menu-green-16a4 {
  background: #1a1a1a;
}
.element-d785 .section-0a90 {
  box-shadow: 0 1px 2px 0 #e1e5ea;
  background: #fff;
}
.pagination_brown_0797 {
  padding: 0;
  border-left: none;
  border-right: none;
}
.pagination_brown_0797 .section-0a90 {
  box-shadow: 0 1px 2px 0 #e1e5ea;
}
.pagination_brown_0797 .menu-green-16a4 {
  background: #303030;
}
.fresh_6e2c {
  position: relative;
  z-index: 10;
}
.fresh_6e2c .under_e7db {
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
  -webkit-box-pack: center;
  justify-content: center;
}
.old_7828 .label_orange_b7af {
  display: inline-block;
  vertical-align: middle;
}
.old_7828.dim_ec90 .label_orange_b7af {
  margin-right: 1em;
}
@media screen and (max-width: 1024px) {
  .old_7828.dim_ec90 .label_orange_b7af {
    margin-right: 1em;
  }
}
@media screen and (max-width: 568px) {
  .old_7828.dim_ec90 .label_orange_b7af {
    margin-right: 0.4em;
  }
}
.old_7828.dim_ec90 .label_orange_b7af:last-child {
  margin-right: 0;
}
.image-503b .under_e7db {
  max-width: initial;
}
@media screen and (min-width: 1025px) {
  .media_advanced_2aea .widget_13c5 {
    margin: 0 -0.5em;
  }
  .media_advanced_2aea .widget_13c5 [class*="customify-col-"],
  .media_advanced_2aea .widget_13c5 [class*="customify-col_"],
  .media_advanced_2aea .widget_13c5 [class~="customify-col-"] {
    padding-left: 0.5em;
    padding-right: 0.5em;
  }
}
.media_advanced_2aea.background-pressed-b404 .under_e7db {
  background: 0 0 !important;
}
.media_advanced_2aea.background-pressed-b404 .under_e7db,
.media_advanced_2aea.image-503b .under_e7db {
  border: 0 none !important;
  box-shadow: none !important;
}
@media screen and (min-width: 1025px) {
  .media_advanced_2aea.column-blue-a53d {
    background: 0 0 !important;
    border: 0 none;
    box-shadow: none !important;
  }
}
.media_advanced_2aea.image-503b .under_e7db {
  box-shadow: none !important;
}
.mask-0fe2 {
  padding: 21px 0 22px;
  border-bottom: 1px solid #eaecee;
  word-break: break-word;
  background: #f9f9f9;
}
@media screen and (max-width: 1024px) {
  .mask-0fe2 {
    padding: 19px 0 20px;
  }
}
@media screen and (max-width: 568px) {
  .mask-0fe2 {
    padding: 18px 0 20px;
  }
}
.mask-0fe2 .carousel_bb2b {
  width: 100%;
}
.mask-0fe2 .selected-2160 {
  margin-bottom: 0;
}
.mask-0fe2 .under-66ea {
  margin-top: 5px;
  font-size: 0.875em;
}
.logo_full_369b {
  padding: 9px 0 9px;
  border-bottom: 1px solid #eaecee;
  color: #6d6d6d;
  line-height: 1.6;
  background: #fff;
}
.logo_full_369b .green-2a8b {
  width: 100%;
}
.purple_c496 {
  list-style: none;
  margin: 0 1em;
  padding: 0;
}
.purple_c496 li {
  display: inline-block;
  position: relative;
  padding-right: 10px;
}
.purple_c496 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;
}
.purple_c496 li:last-child:after {
  display: none;
}
.purple_c496 li a {
  font-weight: 500;
  margin-right: 10px;
}
.silver_d696 .message_basic_9c49 button,
.mask-0fe2 .message_basic_9c49 button {
  left: 0;
}
.silver_d696 .green-2a8b,
.mask-0fe2 .green-2a8b {
  padding-left: 0;
  padding-right: 0;
}
.silver_d696 .logo_full_369b,
.mask-0fe2 .logo_full_369b {
  border-bottom: none;
  padding-bottom: 0;
  background: 0 0;
}
.silver_d696 {
  position: relative;
  background-size: cover;
  background-position: center;
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
  -webkit-box-pack: center;
  justify-content: center;
}
.silver_d696:before {
  position: absolute;
  content: "";
  background-color: rgba(0, 0, 0, 0.3);
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: block;
  z-index: 1;
}
.silver_d696 .list_c5e2 {
  width: 100%;
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
  -webkit-box-pack: center;
  justify-content: center;
  z-index: 5;
  padding: 1em 30px;
}
@media screen and (min-width: 1025px) {
  .silver_d696 .list_c5e2 {
    min-height: 300px;
  }
}
@media screen and (max-width: 1024px) {
  .silver_d696 .list_c5e2 {
    min-height: 250px;
    padding: 1em 15px;
  }
}
@media screen and (max-width: 568px) {
  .silver_d696 .list_c5e2 {
    min-height: 200px;
  }
}
.silver_d696 .purple_c496 {
  color: rgba(255, 255, 255, 0.8);
}
.silver_d696 .purple_c496 a,
.silver_d696 .purple_c496 li:after {
  color: inherit;
}
.silver_d696 .purple_c496 a:hover {
  color: rgba(255, 255, 255, 0.8);
}
.huge_687f {
  margin-bottom: 0.5em;
}
.component-cc4b {
  margin-bottom: 1.2em;
}
.component-cc4b,
.huge_687f {
  display: inline-block;
  position: relative;
  color: rgba(255, 255, 255, 0.99);
  z-index: 5;
}
.component-cc4b p:last-child,
.huge_687f p:last-child {
  margin-bottom: 0;
}
#header-menu-sidebar .message_basic_9c49,
#masthead .message_basic_9c49 {
  display: none;
}
#masthead
  > .message_basic_9c49.table_light_6b77 {
  display: none;
}
#masthead > .message_basic_9c49 button {
  left: 0;
}
.article-a248 {
  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%;
}
.article-a248 .label_orange_b7af {
  display: -webkit-inline-box;
  display: inline-flex;
  -webkit-box-align: center;
  align-items: center;
  margin-left: 0.5em;
  margin-right: 0.5em;
}
.article-a248 .focus_brown_1c69 {
  display: -webkit-box;
  display: flex;
}
.article-a248 .focus_brown_1c69.accent_4d01 {
  -webkit-box-pack: center;
  justify-content: center;
  margin-left: 1em;
  margin-right: 1em;
}
.article-a248 .focus_brown_1c69.badge-fluid-b043 {
  -webkit-box-pack: start;
  justify-content: flex-start;
  margin-right: auto;
  -webkit-box-flex: 1;
  flex: 1 1 0;
}
.article-a248 .focus_brown_1c69.layout-dim-e857 {
  margin-left: auto;
  -webkit-box-pack: end;
  justify-content: flex-end;
  -webkit-box-flex: 1;
  flex: 1 1 0;
}
.article-a248.hidden_fluid_2681.component_outer_a40c .focus_brown_1c69.accent_4d01 {
  flex-basis: 100%;
}
.article-a248.center_fdbc .focus_brown_1c69.badge-fluid-b043 {
  -webkit-box-flex: 1;
  flex: auto;
}
.article-a248.center_fdbc .focus_brown_1c69.layout-dim-e857 {
  -webkit-box-flex: 1;
  flex: auto;
}
#masthead
  > .message_basic_9c49.table_light_6b77 {
  display: none;
}
#masthead > .message_basic_9c49 button {
  left: 0;
}
.description_cd96 {
  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;
}
.description_cd96:hover {
  box-shadow: inset 0 0 0 120px rgba(0, 0, 0, 0.18);
  color: #fff;
}
.description_cd96.row-7bb8 i {
  margin-right: 4px;
}
.description_cd96.hover-6cba i {
  margin-left: 5px;
}
.hidden_outer_68e4 p {
  font-weight: 500;
  text-transform: uppercase;
  font-size: 13px;
}
.hidden_outer_68e4 p:last-child {
  margin-bottom: 0;
}
.huge_62a6 {
  display: -webkit-box;
  display: flex;
  line-height: 0.9;
  vertical-align: middle;
}
.huge_62a6 a {
  display: inline-block;
  text-transform: uppercase;
  letter-spacing: 0.4px;
  font-weight: 600;
}
.huge_62a6 img {
  display: block;
  width: auto;
  line-height: 1;
}
.huge_62a6 .medium_fcbe {
  font-size: 1.5em;
  margin: 0;
  font-weight: 600;
  line-height: 1.216;
}
.huge_62a6 .focused-28ff {
  margin: 5px 0 7px 0;
}
.huge_62a6.banner-red-f64d .wide-d913 {
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
  -webkit-box-pack: center;
  justify-content: center;
}
.huge_62a6.banner-red-f64d .pagination-lite-7321 {
  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;
}
.huge_62a6.out_975c {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  flex-direction: row-reverse;
}
.huge_62a6.out_975c .wide-d913 {
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
  -webkit-box-pack: center;
  justify-content: center;
}
.huge_62a6.out_975c .pagination-lite-7321 {
  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;
}
.huge_62a6.modal-05d4 {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
}
.huge_62a6.hard_b1ed {
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
  flex-direction: column-reverse;
}
.huge_62a6.hard_b1ed .pagination-lite-7321 {
  margin-top: 7px;
}
.item-clean-2e4c {
  display: inline-block;
}
.fresh_6e2c .pro-05fb .huge_62a6 img {
  max-width: 100%;
}
.highlight-gas-072e .notice_glass_890f.carousel_glass_ff7e,
.header_e9af .notice_glass_890f.carousel_glass_ff7e {
  position: relative;
  display: -webkit-inline-box;
  display: inline-flex;
  -webkit-box-align: center;
  align-items: center;
}
.highlight-gas-072e .tooltip-60e7,
.header_e9af .tooltip-60e7 {
  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%);
}
.highlight-gas-072e .tooltip-60e7 {
  display: inline;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-decoration: none !important;
}
.highlight-gas-072e.south-6ca3 .tooltip-60e7 {
  display: none;
}
.highlight-gas-072e .notice_335f {
  list-style: none;
  padding: 0;
  margin: 0;
}
.highlight-gas-072e .notice_335f li {
  display: inline-block;
  position: relative;
}
.highlight-gas-072e .notice_335f li:last-child {
  margin-right: 0;
}
.highlight-gas-072e .notice_335f 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;
}
.highlight-gas-072e .notice_335f li.cold_1a21 > a {
  color: rgba(0, 0, 0, 0.9);
}
.highlight-gas-072e .notice_335f > 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;
}
.highlight-gas-072e .notice_335f > li > a i {
  line-height: 0;
}
.highlight-gas-072e .notice_335f > li.accordion_7d30 > a .tooltip-60e7 {
  margin-left: 4px;
  line-height: 0;
}
.highlight-gas-072e .notice_335f .frame-purple-293c li.accordion_7d30 > a {
  position: relative;
}
.highlight-gas-072e .notice_335f .frame-purple-293c li.accordion_7d30 > a:after,
.highlight-gas-072e .notice_335f .frame-purple-293c li.accordion_7d30 > a:before {
  content: "";
  display: table;
}
.highlight-gas-072e .notice_335f .frame-purple-293c li.accordion_7d30 > a:after {
  clear: both;
}
.highlight-gas-072e .notice_335f .frame-purple-293c li.accordion_7d30 > a .tooltip-60e7 {
  margin-left: 5px;
  float: right;
}
.highlight-gas-072e .east-77a6,
.highlight-gas-072e .frame-purple-293c {
  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;
}
.highlight-gas-072e .frame-purple-293c {
  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;
}
.highlight-gas-072e .frame-purple-293c .carousel_glass_ff7e {
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: justify;
  justify-content: space-between;
}
.highlight-gas-072e .frame-purple-293c .tooltip-60e7 {
  -webkit-transform: rotate(135deg) translateY(0);
  -ms-transform: rotate(135deg) translateY(0);
  transform: rotate(135deg) translateY(0);
}
.highlight-gas-072e .frame-purple-293c li {
  display: block;
  margin: 0;
  padding: 0;
}
.highlight-gas-072e .frame-purple-293c 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;
}
.highlight-gas-072e .frame-purple-293c li a:hover {
  background: rgba(0, 0, 0, 0.015);
  color: rgba(0, 0, 0, 0.8);
}
.highlight-gas-072e .frame-purple-293c .frame-purple-293c {
  top: 0;
  left: 100%;
}
.highlight-gas-072e .accordion-large-8398.fn-focus-df9f > .east-77a6,
.highlight-gas-072e .accordion-large-8398.fn-focus-df9f > .frame-purple-293c,
.highlight-gas-072e .accordion-large-8398:focus > .east-77a6,
.highlight-gas-072e .accordion-large-8398:focus > .frame-purple-293c,
.highlight-gas-072e .accordion-large-8398:hover > .east-77a6,
.highlight-gas-072e .accordion-large-8398:hover > .frame-purple-293c {
  height: auto;
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
  overflow: initial;
  visibility: visible;
  opacity: 1;
}
.highlight-gas-072e.large_8d32 .top-7fe7:after,
.highlight-gas-072e.large_8d32 .top-7fe7:before {
  content: "";
  display: table;
}
.highlight-gas-072e.large_8d32 .top-7fe7:after {
  clear: both;
}
.highlight-gas-072e.large_8d32 .top-7fe7 > li {
  float: left;
}
.highlight-gas-072e.complex-439f .top-7fe7:after,
.highlight-gas-072e.complex-439f .top-7fe7:before {
  content: "";
  display: table;
}
.highlight-gas-072e.complex-439f .top-7fe7:after {
  clear: both;
}
.highlight-gas-072e.complex-439f .top-7fe7 > li {
  float: left;
}
.highlight-gas-072e.complex-439f .top-7fe7 > li > a {
  background: 0 0;
  display: -webkit-inline-box;
  display: inline-flex;
  vertical-align: middle;
  -webkit-box-align: center;
  align-items: center;
}
.highlight-gas-072e.complex-439f .top-7fe7 > li > a:hover {
  color: #fff;
  background-color: #1e4b75;
}
.highlight-gas-072e.complex-439f .top-7fe7 > li.soft_6d9e > a,
.highlight-gas-072e.complex-439f .top-7fe7 > li.cold_1a21 > a {
  color: #fff;
  background-color: #1e4b75;
}
.highlight-gas-072e.smooth-6f83 .top-7fe7 > li > a .carousel_glass_ff7e {
  position: relative;
}
.highlight-gas-072e.smooth-6f83 .top-7fe7 > li > a .carousel_glass_ff7e: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;
}
.highlight-gas-072e.smooth-6f83
  .top-7fe7
  > li:focus
  > a
  .carousel_glass_ff7e:before,
.highlight-gas-072e.smooth-6f83
  .top-7fe7
  > li:hover
  > a
  .carousel_glass_ff7e:before {
  width: 100%;
  background-color: currentColor;
}
.highlight-gas-072e.smooth-6f83
  .top-7fe7
  > li.soft_6d9e
  > a
  .carousel_glass_ff7e:before,
.highlight-gas-072e.smooth-6f83
  .top-7fe7
  > li.motion-f909
  > a
  .carousel_glass_ff7e:before {
  width: 100%;
  background-color: currentColor;
}
.highlight-gas-072e.badge-light-30f2 .top-7fe7 > li > a .carousel_glass_ff7e {
  position: relative;
}
.highlight-gas-072e.badge-light-30f2 .top-7fe7 > li > a .carousel_glass_ff7e: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;
}
.highlight-gas-072e.badge-light-30f2 .top-7fe7 > li:focus > a .carousel_glass_ff7e:before,
.highlight-gas-072e.badge-light-30f2
  .top-7fe7
  > li:hover
  > a
  .carousel_glass_ff7e:before {
  width: 100%;
  background-color: currentColor;
}
.highlight-gas-072e.badge-light-30f2
  .top-7fe7
  > li.soft_6d9e
  > a
  .carousel_glass_ff7e:before,
.highlight-gas-072e.badge-light-30f2
  .top-7fe7
  > li.motion-f909
  > a
  .carousel_glass_ff7e:before {
  width: 100%;
  background-color: currentColor;
}
.header_e9af .notice_335f {
  margin: 0;
  padding: 0;
  list-style: none;
}
.header_e9af .notice_335f li:first-child > a {
  border-top: none;
}
.header_e9af .notice_335f .thumbnail_25d3 > .carousel_glass_ff7e .tooltip-60e7 {
  display: none;
}
.header_e9af .notice_335f li {
  list-style: none;
  position: relative;
  border-bottom: 1px solid transparent;
}
.header_e9af .notice_335f li:last-child {
  border: none;
}
.header_e9af .notice_335f li.accordion_7d30 > a {
  padding-right: 45px !important;
}
.header_e9af .notice_335f li a {
  display: block;
  padding: 0.55em 1.5em;
}
.header_e9af .notice_335f li a:focus,
.header_e9af .notice_335f li a:hover {
  background: rgba(0, 0, 0, 0.01);
}
.header_e9af .notice_335f li .box-copper-7a77 {
  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;
}
.header_e9af .notice_335f li .box-copper-7a77:hover {
  box-shadow: none;
}
.header_e9af .notice_335f li .box-copper-7a77 .tooltip-60e7 {
  -webkit-transform: rotate(-135deg) translateY(50%) translateX(50%);
  -ms-transform: rotate(-135deg) translateY(50%) translateX(50%);
  transform: rotate(-135deg) translateY(50%) translateX(50%);
}
.header_e9af .notice_335f .frame-purple-293c {
  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);
}
.header_e9af .notice_335f .frame-purple-293c li a {
  padding-left: 3em;
}
.header_e9af .notice_335f .notification_action_a9c4 > a .box-copper-7a77 i {
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
.header_e9af .notice_335f .notification_action_a9c4 > .frame-purple-293c {
  display: block;
  opacity: 1;
}
.frame_inner_b1ae {
  max-width: 100%;
}
.feature-light-c26e {
  line-height: 0;
  cursor: pointer;
}
.photo_glass_e1af {
  line-height: 0;
  display: inline-block;
  position: relative;
  box-shadow: none;
}
.photo_glass_e1af:hover {
  box-shadow: none;
  color: currentColor;
}
.photo_glass_e1af svg {
  width: 18px;
  height: 18px;
}
.photo_glass_e1af .search-warm-77fa {
  display: none;
}
.box-c42d {
  position: relative;
}
.box-c42d.fn-active-df9f .photo_glass_e1af .mask-white-9202 {
  display: none;
}
.box-c42d.fn-active-df9f .photo_glass_e1af .search-warm-77fa {
  display: inline-block;
}
.box-c42d .tag-0953 {
  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);
}
.box-c42d.tag-copper-4ff0 .tag-0953 {
  left: auto;
  right: -0.9em;
}
.box-c42d.tag-copper-4ff0 .message-db8d::before {
  left: auto;
  right: 15px;
}
.box-c42d.fn-active-df9f .tag-0953 {
  height: auto;
  overflow: initial;
  z-index: 26;
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
}
.hard_63ad {
  display: -webkit-box;
  display: flex;
  margin-bottom: 0;
  width: 100%;
  max-width: 100%;
}
.hard_63ad label {
  flex-basis: 100%;
}
.hard_63ad .tertiary_gold_c298 {
  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;
}
.hard_63ad .yellow-9661 {
  display: block;
  width: 100%;
  border-radius: 2px;
  height: 2.4em;
}
.hard_63ad .yellow-9661:focus {
  background-color: transparent;
}
.hard_63ad button.left_21b0 {
  overflow: hidden;
  box-shadow: none;
  margin-left: -40px;
  background: 0 0;
  color: #6d6d6d;
  line-height: 0;
  padding: 0 0.7em;
  min-height: auto;
}
.hard_63ad button.left_21b0:hover {
  box-shadow: none;
  background-color: transparent;
  color: #686868;
}
.hard_63ad button.left_21b0 svg {
  width: 18px;
  height: 18px;
}
.hard_63ad input[type="submit"] {
  min-height: auto;
}
.label_dim_18b0 .hard_63ad .yellow-9661 {
  border: 0;
  box-shadow: none;
  background-color: transparent;
}
.message-db8d {
  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) {
  .message-db8d {
    width: 220px;
  }
}
.message-db8d label {
  flex-basis: 100%;
}
.message-db8d::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;
}
.hard-0074 .label_dim_18b0 .hard_63ad {
  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;
}
.hard-0074
  .label_dim_18b0
  .hard_63ad
  .tertiary_gold_c298 {
  background-color: transparent;
  min-height: auto;
  flex-basis: 100%;
  display: -webkit-box;
  display: flex;
  border-style: none;
  border: none;
  box-shadow: none;
}
.hard-0074 .label_dim_18b0 .hard_63ad .yellow-9661 {
  border-color: transparent;
  height: auto;
  background-color: transparent;
  border: 0;
  border-style: none;
  box-shadow: none;
  -webkit-box-flex: 0;
  flex: 0 0 auto;
}
.hard-0074
  .label_dim_18b0
  .hard_63ad
  .yellow-9661:focus {
  background: 0 0;
}
.hard-0074
  .label_dim_18b0
  .hard_63ad
  .hot-c110 {
  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;
}
.pattern_upper_8556 {
  display: inline-block;
  margin: 0;
  padding: 0;
  list-style: none;
  position: relative;
}
.pattern_upper_8556 li {
  list-style: none;
  display: inline-block;
  margin: 0 3px;
}
.pattern_upper_8556 li:last-child {
  margin-right: 0;
}
.pattern_upper_8556 li:first-child {
  margin-left: 0;
}
.pattern_upper_8556.hovered_4c97 a {
  color: #fff;
}
.pattern_upper_8556.hovered_4c97 a:hover {
  color: #fff;
}
.pattern_upper_8556 a {
  color: currentColor;
  text-align: center;
  vertical-align: middle;
  width: 100%;
  padding: 0.4em;
  display: inline-block;
  line-height: 1;
  font-size: 13px;
}
.pattern_upper_8556 a i {
  width: 1em;
  height: 1em;
  position: relative;
  display: block;
}
.pattern_upper_8556 a i:before {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}
.pattern_upper_8556 a:hover {
  opacity: 0.9;
  color: inherit;
}
.pattern_upper_8556 [class*="social-icon-apple"] {
  background-color: #999;
}
.pattern_upper_8556 [class*="social-icon-apple"].slider_6dfb {
  background-color: transparent;
  color: #999;
}
.pattern_upper_8556 [class*="social-icon-behance"] {
  background-color: #1769ff;
}
.pattern_upper_8556 [class*="social-icon-behance"].slider_6dfb {
  background-color: transparent;
  color: #1769ff;
}
.pattern_upper_8556 [class*="social-icon-bitbucket"] {
  background-color: #205081;
}
.pattern_upper_8556 [class*="social-icon-bitbucket"].slider_6dfb {
  background-color: transparent;
  color: #205081;
}
.pattern_upper_8556 [class*="social-icon-codepen"] {
  background-color: #000;
}
.pattern_upper_8556 [class*="social-icon-codepen"].slider_6dfb {
  background-color: transparent;
  color: #000;
}
.pattern_upper_8556 [class*="social-icon-delicious"] {
  background-color: #39f;
}
.pattern_upper_8556 [class*="social-icon-delicious"].slider_6dfb {
  background-color: transparent;
  color: #39f;
}
.pattern_upper_8556 [class*="social-icon-digg"] {
  background-color: #005be2;
}
.pattern_upper_8556 [class*="social-icon-digg"].slider_6dfb {
  background-color: transparent;
  color: #005be2;
}
.pattern_upper_8556 [class*="social-icon-dribbble"] {
  background-color: #ea4c89;
}
.pattern_upper_8556 [class*="social-icon-dribbble"].slider_6dfb {
  background-color: transparent;
  color: #ea4c89;
}
.pattern_upper_8556 [class*="social-icon-envelope"] {
  background-color: #ea4335;
}
.pattern_upper_8556 [class*="social-icon-envelope"].slider_6dfb {
  background-color: transparent;
  color: #ea4335;
}
.pattern_upper_8556 [class*="social-icon-facebook"] {
  background-color: #3b5998;
}
.pattern_upper_8556 [class*="social-icon-facebook"].slider_6dfb {
  background-color: transparent;
  color: #3b5998;
}
.pattern_upper_8556 [class*="social-icon-flickr"] {
  background-color: #0063dc;
}
.pattern_upper_8556 [class*="social-icon-flickr"].slider_6dfb {
  background-color: transparent;
  color: #0063dc;
}
.pattern_upper_8556 [class*="social-icon-foursquare"] {
  background-color: #2d5be3;
}
.pattern_upper_8556 [class*="social-icon-foursquare"].slider_6dfb {
  background-color: transparent;
  color: #2d5be3;
}
.pattern_upper_8556 [class*="social-icon-github"] {
  background-color: #333;
}
.pattern_upper_8556 [class*="social-icon-github"].slider_6dfb {
  background-color: transparent;
  color: #333;
}
.pattern_upper_8556 [class*="social-icon-google-plus"] {
  background-color: #dd4b39;
}
.pattern_upper_8556 [class*="social-icon-google-plus"].slider_6dfb {
  background-color: transparent;
  color: #dd4b39;
}
.pattern_upper_8556 [class*="social-icon-houzz"] {
  background-color: #7ac142;
}
.pattern_upper_8556 [class*="social-icon-houzz"].slider_6dfb {
  background-color: transparent;
  color: #7ac142;
}
.pattern_upper_8556 [class*="social-icon-instagram"] {
  background-color: #262626;
}
.pattern_upper_8556 [class*="social-icon-instagram"].slider_6dfb {
  background-color: transparent;
  color: #262626;
}
.pattern_upper_8556 [class*="social-icon-jsfiddle"] {
  background-color: #487aa2;
}
.pattern_upper_8556 [class*="social-icon-jsfiddle"].slider_6dfb {
  background-color: transparent;
  color: #487aa2;
}
.pattern_upper_8556 [class*="social-icon-linkedin"] {
  background-color: #0077b5;
}
.pattern_upper_8556 [class*="social-icon-linkedin"].slider_6dfb {
  background-color: transparent;
  color: #0077b5;
}
.pattern_upper_8556 [class*="social-icon-medium"] {
  background-color: #00ab6b;
}
.pattern_upper_8556 [class*="social-icon-medium"].slider_6dfb {
  background-color: transparent;
  color: #00ab6b;
}
.pattern_upper_8556 [class*="social-icon-odnoklassniki"] {
  background-color: #f4731c;
}
.pattern_upper_8556
  [class*="social-icon-odnoklassniki"].slider_6dfb {
  background-color: transparent;
  color: #f4731c;
}
.pattern_upper_8556 [class*="social-icon-meetup"] {
  background-color: #ec1c40;
}
.pattern_upper_8556 [class*="social-icon-meetup"].slider_6dfb {
  background-color: transparent;
  color: #ec1c40;
}
.pattern_upper_8556 [class*="social-icon-pinterest"] {
  background-color: #bd081c;
}
.pattern_upper_8556 [class*="social-icon-pinterest"].slider_6dfb {
  background-color: transparent;
  color: #bd081c;
}
.pattern_upper_8556 [class*="social-icon-product-hunt"] {
  background-color: #da552f;
}
.pattern_upper_8556 [class*="social-icon-product-hunt"].slider_6dfb {
  background-color: transparent;
  color: #da552f;
}
.pattern_upper_8556 [class*="social-icon-reddit"] {
  background-color: #ff4500;
}
.pattern_upper_8556 [class*="social-icon-reddit"].slider_6dfb {
  background-color: transparent;
  color: #ff4500;
}
.pattern_upper_8556 [class*="social-icon-rss"] {
  background-color: #f26522;
}
.pattern_upper_8556 [class*="social-icon-rss"].slider_6dfb {
  background-color: transparent;
  color: #f26522;
}
.pattern_upper_8556 [class*="social-icon-shopping-cart"] {
  background-color: #4caf50;
}
.pattern_upper_8556
  [class*="social-icon-shopping-cart"].slider_6dfb {
  background-color: transparent;
  color: #4caf50;
}
.pattern_upper_8556 [class*="social-icon-skype"] {
  background-color: #00aff0;
}
.pattern_upper_8556 [class*="social-icon-skype"].slider_6dfb {
  background-color: transparent;
  color: #00aff0;
}
.pattern_upper_8556 [class*="social-icon-slideshare"] {
  background-color: #0077b5;
}
.pattern_upper_8556 [class*="social-icon-slideshare"].slider_6dfb {
  background-color: transparent;
  color: #0077b5;
}
.pattern_upper_8556 [class*="social-icon-snapchat"] {
  background-color: #fffc00;
}
.pattern_upper_8556 [class*="social-icon-snapchat"].slider_6dfb {
  background-color: transparent;
  color: #fffc00;
}
.pattern_upper_8556 [class*="social-icon-soundcloud"] {
  background-color: #f80;
}
.pattern_upper_8556 [class*="social-icon-soundcloud"].slider_6dfb {
  background-color: transparent;
  color: #f80;
}
.pattern_upper_8556 [class*="social-icon-spotify"] {
  background-color: #2ebd59;
}
.pattern_upper_8556 [class*="social-icon-spotify"].slider_6dfb {
  background-color: transparent;
  color: #2ebd59;
}
.pattern_upper_8556 [class*="social-icon-stack-overflow"] {
  background-color: #fe7a15;
}
.pattern_upper_8556
  [class*="social-icon-stack-overflow"].slider_6dfb {
  background-color: transparent;
  color: #fe7a15;
}
.pattern_upper_8556 [class*="social-icon-maldkfgram"] {
  background-color: #2ca5e0;
}
.pattern_upper_8556 [class*="social-icon-maldkfgram"].slider_6dfb {
  background-color: transparent;
  color: #2ca5e0;
}
.pattern_upper_8556 [class*="social-icon-tripadvisor"] {
  background-color: #589442;
}
.pattern_upper_8556 [class*="social-icon-tripadvisor"].slider_6dfb {
  background-color: transparent;
  color: #589442;
}
.pattern_upper_8556 [class*="social-icon-tumblr"] {
  background-color: #35465c;
}
.pattern_upper_8556 [class*="social-icon-tumblr"].slider_6dfb {
  background-color: transparent;
  color: #35465c;
}
.pattern_upper_8556 [class*="social-icon-twitch"] {
  background-color: #6441a5;
}
.pattern_upper_8556 [class*="social-icon-twitch"].slider_6dfb {
  background-color: transparent;
  color: #6441a5;
}
.pattern_upper_8556 [class*="social-icon-twitter"] {
  background-color: #1da1f2;
}
.pattern_upper_8556 [class*="social-icon-twitter"].slider_6dfb {
  background-color: transparent;
  color: #1da1f2;
}
.pattern_upper_8556 [class*="social-icon-vimeo"] {
  background-color: #1ab7ea;
}
.pattern_upper_8556 [class*="social-icon-vimeo"].slider_6dfb {
  background-color: transparent;
  color: #1ab7ea;
}
.pattern_upper_8556 [class*="social-icon-vk"] {
  background-color: #45668e;
}
.pattern_upper_8556 [class*="social-icon-vk"].slider_6dfb {
  background-color: transparent;
  color: #45668e;
}
.pattern_upper_8556 [class*="social-icon-weibo"] {
  background-color: #df2029;
}
.pattern_upper_8556 [class*="social-icon-weibo"].slider_6dfb {
  background-color: transparent;
  color: #df2029;
}
.pattern_upper_8556 [class*="social-icon-weixin"] {
  background-color: #7bb32e;
}
.pattern_upper_8556 [class*="social-icon-weixin"].slider_6dfb {
  background-color: transparent;
  color: #7bb32e;
}
.pattern_upper_8556 [class*="social-icon-whatsapp"] {
  background-color: #25d366;
}
.pattern_upper_8556 [class*="social-icon-whatsapp"].slider_6dfb {
  background-color: transparent;
  color: #25d366;
}
.pattern_upper_8556 [class*="social-icon-wordpress"] {
  background-color: #21759b;
}
.pattern_upper_8556 [class*="social-icon-wordpress"].slider_6dfb {
  background-color: transparent;
  color: #21759b;
}
.pattern_upper_8556 [class*="social-icon-xing"] {
  background-color: #026466;
}
.pattern_upper_8556 [class*="social-icon-xing"].slider_6dfb {
  background-color: transparent;
  color: #026466;
}
.pattern_upper_8556 [class*="social-icon-yelp"] {
  background-color: #af0606;
}
.pattern_upper_8556 [class*="social-icon-yelp"].slider_6dfb {
  background-color: transparent;
  color: #af0606;
}
.pattern_upper_8556 [class*="social-icon-youtube"] {
  background-color: #cd201f;
}
.pattern_upper_8556 [class*="social-icon-youtube"].slider_6dfb {
  background-color: transparent;
  color: #cd201f;
}
.next-98d0 {
  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;
}
.next-98d0:hover {
  box-shadow: none;
  background: 0 0;
}
.caption-e040 {
  background: 0 0 !important;
  text-transform: uppercase;
  font-size: 0.85em;
}
.table_071a {
  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;
}
.action_b665 {
  display: inline-block;
  position: relative;
  vertical-align: middle;
}
.header_82bd {
  display: block;
  top: 50%;
  background-color: currentcolor;
}
.header_82bd,
.header_82bd::after,
.header_82bd::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;
}
.header_82bd::after,
.header_82bd::before {
  content: "";
  display: block;
  background-color: inherit;
}
.popup-bright-49a1 .table_071a .action_b665 {
  margin-top: -2px;
  width: 19px;
}
.popup-bright-49a1 .table_071a .header_82bd {
  margin-top: -1px;
}
.popup-bright-49a1 .table_071a .header_82bd,
.popup-bright-49a1 .table_071a .header_82bd::after,
.popup-bright-49a1 .table_071a .header_82bd::before {
  width: 19px;
  height: 2px;
}
.popup-bright-49a1 .table_071a .header_82bd::before {
  top: -6px;
}
.popup-bright-49a1 .table_071a .header_82bd::after {
  bottom: -6px;
}
.progress-easy-aa63 .table_071a .action_b665 {
  margin-top: -2px;
  width: 22px;
}
.progress-easy-aa63 .table_071a .header_82bd {
  margin-top: -1px;
}
.progress-easy-aa63 .table_071a .header_82bd,
.progress-easy-aa63 .table_071a .header_82bd::after,
.progress-easy-aa63 .table_071a .header_82bd::before {
  width: 22px;
  height: 2px;
}
.progress-easy-aa63 .table_071a .header_82bd::before {
  top: -7px;
}
.progress-easy-aa63 .table_071a .header_82bd::after {
  bottom: -7px;
}
.sidebar-active-344d .table_071a .action_b665 {
  margin-top: -2px;
  width: 31px;
}
.sidebar-active-344d .table_071a .header_82bd {
  margin-top: -1.5px;
}
.sidebar-active-344d .table_071a .header_82bd,
.sidebar-active-344d .table_071a .header_82bd::after,
.sidebar-active-344d .table_071a .header_82bd::before {
  width: 31px;
  height: 3px;
}
.sidebar-active-344d .table_071a .header_82bd::before {
  top: -9px;
}
.sidebar-active-344d .table_071a .header_82bd::after {
  bottom: -9px;
}
@media screen and (min-width: 1025px) {
  .icon_bc0d .table_071a .action_b665 {
    margin-top: -2px;
    width: 19px;
  }
  .icon_bc0d .table_071a .header_82bd {
    margin-top: -1px;
  }
  .icon_bc0d .table_071a .header_82bd,
  .icon_bc0d .table_071a .header_82bd::after,
  .icon_bc0d .table_071a .header_82bd::before {
    width: 19px;
    height: 2px;
  }
  .icon_bc0d .table_071a .header_82bd::before {
    top: -6px;
  }
  .icon_bc0d .table_071a .header_82bd::after {
    bottom: -6px;
  }
  .fast-3c68 .table_071a .action_b665 {
    margin-top: -2px;
    width: 22px;
  }
  .fast-3c68 .table_071a .header_82bd {
    margin-top: -1px;
  }
  .fast-3c68 .table_071a .header_82bd,
  .fast-3c68 .table_071a .header_82bd::after,
  .fast-3c68 .table_071a .header_82bd::before {
    width: 22px;
    height: 2px;
  }
  .fast-3c68 .table_071a .header_82bd::before {
    top: -7px;
  }
  .fast-3c68 .table_071a .header_82bd::after {
    bottom: -7px;
  }
  .text_ef08 .table_071a .action_b665 {
    margin-top: -2px;
    width: 31px;
  }
  .text_ef08 .table_071a .header_82bd {
    margin-top: -1.5px;
  }
  .text_ef08 .table_071a .header_82bd,
  .text_ef08 .table_071a .header_82bd::after,
  .text_ef08 .table_071a .header_82bd::before {
    width: 31px;
    height: 3px;
  }
  .text_ef08 .table_071a .header_82bd::before {
    top: -9px;
  }
  .text_ef08 .table_071a .header_82bd::after {
    bottom: -9px;
  }
}
@media screen and (max-width: 1024px) {
  .gallery-prev-e2d0 .table_071a .action_b665 {
    margin-top: -2px;
    width: 19px;
  }
  .gallery-prev-e2d0 .table_071a .header_82bd {
    margin-top: -1px;
  }
  .gallery-prev-e2d0 .table_071a .header_82bd,
  .gallery-prev-e2d0 .table_071a .header_82bd::after,
  .gallery-prev-e2d0 .table_071a .header_82bd::before {
    width: 19px;
    height: 2px;
  }
  .gallery-prev-e2d0 .table_071a .header_82bd::before {
    top: -6px;
  }
  .gallery-prev-e2d0 .table_071a .header_82bd::after {
    bottom: -6px;
  }
  .table-complex-1c89 .table_071a .action_b665 {
    margin-top: -2px;
    width: 22px;
  }
  .table-complex-1c89 .table_071a .header_82bd {
    margin-top: -1px;
  }
  .table-complex-1c89 .table_071a .header_82bd,
  .table-complex-1c89 .table_071a .header_82bd::after,
  .table-complex-1c89 .table_071a .header_82bd::before {
    width: 22px;
    height: 2px;
  }
  .table-complex-1c89 .table_071a .header_82bd::before {
    top: -7px;
  }
  .table-complex-1c89 .table_071a .header_82bd::after {
    bottom: -7px;
  }
  .row-clean-f695 .table_071a .action_b665 {
    margin-top: -2px;
    width: 31px;
  }
  .row-clean-f695 .table_071a .header_82bd {
    margin-top: -1.5px;
  }
  .row-clean-f695 .table_071a .header_82bd,
  .row-clean-f695 .table_071a .header_82bd::after,
  .row-clean-f695 .table_071a .header_82bd::before {
    width: 31px;
    height: 3px;
  }
  .row-clean-f695 .table_071a .header_82bd::before {
    top: -9px;
  }
  .row-clean-f695 .table_071a .header_82bd::after {
    bottom: -9px;
  }
}
@media screen and (max-width: 568px) {
  .feature-e397 .table_071a .action_b665 {
    margin-top: -2px;
    width: 19px;
  }
  .feature-e397 .table_071a .header_82bd {
    margin-top: -1px;
  }
  .feature-e397 .table_071a .header_82bd,
  .feature-e397 .table_071a .header_82bd::after,
  .feature-e397 .table_071a .header_82bd::before {
    width: 19px;
    height: 2px;
  }
  .feature-e397 .table_071a .header_82bd::before {
    top: -6px;
  }
  .feature-e397 .table_071a .header_82bd::after {
    bottom: -6px;
  }
  .form_copper_bcd8 .table_071a .action_b665 {
    margin-top: -2px;
    width: 22px;
  }
  .form_copper_bcd8 .table_071a .header_82bd {
    margin-top: -1px;
  }
  .form_copper_bcd8 .table_071a .header_82bd,
  .form_copper_bcd8 .table_071a .header_82bd::after,
  .form_copper_bcd8 .table_071a .header_82bd::before {
    width: 22px;
    height: 2px;
  }
  .form_copper_bcd8 .table_071a .header_82bd::before {
    top: -7px;
  }
  .form_copper_bcd8 .table_071a .header_82bd::after {
    bottom: -7px;
  }
  .center_5e83 .table_071a .action_b665 {
    margin-top: -2px;
    width: 31px;
  }
  .center_5e83 .table_071a .header_82bd {
    margin-top: -1.5px;
  }
  .center_5e83 .table_071a .header_82bd,
  .center_5e83 .table_071a .header_82bd::after,
  .center_5e83 .table_071a .header_82bd::before {
    width: 31px;
    height: 3px;
  }
  .center_5e83 .table_071a .header_82bd::before {
    top: -9px;
  }
  .center_5e83 .table_071a .header_82bd::after {
    bottom: -9px;
  }
}
.accent-695b .header_82bd {
  -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);
}
.accent-695b .header_82bd::before {
  -webkit-transition: top 75ms 0.12s ease, opacity 75ms ease;
  transition: top 75ms 0.12s ease, opacity 75ms ease;
}
.accent-695b .header_82bd::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);
}
.accent-695b.green_2c1a .header_82bd {
  -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);
}
.accent-695b.green_2c1a .header_82bd::before {
  top: 0;
  opacity: 0;
  -webkit-transition: top 75ms ease, opacity 75ms 0.12s ease;
  transition: top 75ms ease, opacity 75ms 0.12s ease;
}
.accent-695b.green_2c1a .header_82bd::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);
}
.logo_c04c {
  overflow: hidden !important;
}
#page {
  -webkit-transition: -webkit-transform 0.7s ease;
  transition: -webkit-transform 0.7s ease;
  transition: transform 0.7s ease;
  transition: transform 0.7s ease, -webkit-transform 0.7s ease;
}
body:before {
  -webkit-transition: all 0.5s linear;
  transition: all 0.5s linear;
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  z-index: -1;
  content: " ";
  background: rgba(0, 0, 0, 0.5);
  visibility: hidden;
  opacity: 0;
}
body.white_ec75:before {
  display: none;
}
.over-ea64 {
  padding: 0;
  position: fixed;
  width: 100%;
  max-width: 100%;
  top: 0;
  z-index: 999900;
  visibility: hidden;
}
.over-ea64 .center-7013 {
  padding: 1.4em 1.5em;
  border-bottom: 1px solid transparent;
}
.over-ea64 .center-7013:last-of-type {
  border-bottom: none;
}
.over-ea64 .center-7013.red-db41,
.over-ea64 .center-7013.heading_44ba,
.over-ea64 .center-7013.hovered-431f {
  padding: 0;
}
.over-ea64 .header_e9af .box-copper-7a77 {
  color: currentColor;
}
.over-ea64 .header_e9af .box-copper-7a77:focus,
.over-ea64 .header_e9af .box-copper-7a77:hover {
  background: rgba(0, 0, 0, 0.01);
}
.over-ea64.section-0a90 .thumbnail-down-9e52,
.over-ea64.section-0a90 .hidden_outer_68e4 a,
.over-ea64.section-0a90 .top-7fe7 a,
.over-ea64.section-0a90 .frame-purple-293c a {
  color: rgba(0, 0, 0, 0.55);
}
.over-ea64.section-0a90 .thumbnail-down-9e52:hover,
.over-ea64.section-0a90 .hidden_outer_68e4 a:hover,
.over-ea64.section-0a90 .top-7fe7 a:hover,
.over-ea64.section-0a90 .frame-purple-293c a:hover {
  color: rgba(0, 0, 0, 0.8);
}
.over-ea64.section-0a90 .hover_simple_9dec {
  color: rgba(0, 0, 0, 0.8);
}
.over-ea64.section-0a90 .center-7013 {
  border-color: rgba(0, 0, 0, 0.08);
}
.over-ea64.section-0a90 .center-7013:before {
  background: rgba(0, 0, 0, 0.08);
}
.over-ea64.section-0a90 .description_motion_c5b5:before {
  background: rgba(255, 255, 255, 0.9);
}
.over-ea64.section-0a90 .header_e9af .notice_335f li a,
.over-ea64.section-0a90 .header_e9af .box-copper-7a77,
.over-ea64.section-0a90 .frame-purple-293c {
  border-color: rgba(0, 0, 0, 0.08);
}
.over-ea64.section-0a90 .header_e9af .box-copper-7a77:focus,
.over-ea64.section-0a90 .header_e9af .box-copper-7a77:hover {
  background: rgba(0, 0, 0, 0.01);
}
.over-ea64.section-0a90 .notice_335f li {
  border-color: rgba(0, 0, 0, 0.08);
}
.over-ea64.menu-green-16a4 .thumbnail-down-9e52,
.over-ea64.menu-green-16a4 .hidden_outer_68e4 a,
.over-ea64.menu-green-16a4 .top-7fe7 .box-copper-7a77,
.over-ea64.menu-green-16a4 .top-7fe7 a,
.over-ea64.menu-green-16a4 .frame-purple-293c a {
  color: rgba(255, 255, 255, 0.79);
}
.over-ea64.menu-green-16a4 .thumbnail-down-9e52:hover,
.over-ea64.menu-green-16a4 .hidden_outer_68e4 a:hover,
.over-ea64.menu-green-16a4 .top-7fe7 .box-copper-7a77:hover,
.over-ea64.menu-green-16a4 .top-7fe7 a:hover,
.over-ea64.menu-green-16a4 .frame-purple-293c a:hover {
  color: rgba(255, 255, 255, 0.99);
}
.over-ea64.menu-green-16a4 .hover_simple_9dec {
  color: rgba(255, 255, 255, 0.99);
}
.over-ea64.menu-green-16a4 .center-7013 {
  border-color: rgba(255, 255, 255, 0.08);
}
.over-ea64.menu-green-16a4 .center-7013:before {
  background: rgba(255, 255, 255, 0.08);
}
.over-ea64.menu-green-16a4 .description_motion_c5b5:before {
  background: rgba(0, 0, 0, 0.9);
}
.over-ea64.menu-green-16a4 .header_e9af .notice_335f li a,
.over-ea64.menu-green-16a4 .header_e9af .box-copper-7a77,
.over-ea64.menu-green-16a4 .frame-purple-293c {
  border-color: rgba(255, 255, 255, 0.08);
}
.over-ea64.menu-green-16a4 .header_e9af .box-copper-7a77:focus,
.over-ea64.menu-green-16a4 .header_e9af .box-copper-7a77:hover {
  background: rgba(0, 0, 0, 0.01);
}
.over-ea64.menu-green-16a4 .notice_335f li {
  border-color: rgba(255, 255, 255, 0.08);
}
.description_motion_c5b5 {
  position: relative;
  word-con: break-word;
  min-height: 100%;
  display: block;
}
.description_motion_c5b5:before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  display: block;
  min-height: 100%;
}
.layout_adb6 {
  position: relative;
  word-con: break-word;
  min-height: 100%;
  display: block;
  padding: 1.2em 0;
}
.purple-23b4 .over-ea64 {
  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;
}
.purple-23b4 .center-7013 {
  text-align: center;
  padding: 2em 1.5em;
  border: none;
  position: relative;
}
.purple-23b4 .center-7013: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) {
  .purple-23b4 .center-7013:before {
    width: 16%;
    left: 42%;
  }
}
.purple-23b4 .center-7013:last-child:before {
  content: none;
}
.purple-23b4 .center-7013[class*="-menu"] {
  padding: 2.5em 1.5em;
}
.purple-23b4 .header_e9af .notice_335f li a {
  border: none;
  font-size: 140%;
  text-transform: uppercase;
  font-weight: 500;
}
.purple-23b4 .header_e9af .notice_335f li a .box-copper-7a77 {
  display: inline-block;
  position: relative;
  border: 0 none;
  margin-right: -1.3em;
  top: -2px;
  padding: 0.28em 0.5em;
}
.purple-23b4 .header_e9af .frame-purple-293c {
  border: none;
}
.purple-23b4 .header_e9af .frame-purple-293c li a {
  text-transform: none;
  padding: 0.35em 1.5em;
  font-size: 100%;
}
.purple-23b4 .description_motion_c5b5 {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}
.purple-23b4 .layout_adb6 {
  max-width: 48em;
  margin: 3em auto;
  padding: 0;
}
.purple-23b4 .menu-green-16a4 .description_motion_c5b5:before {
  background: rgba(0, 0, 0, 0.9);
}
.purple-23b4 .section-0a90.module_fluid_c1a7 .header_82bd {
  background: rgba(0, 0, 0, 0.6);
}
.purple-23b4
  .section-0a90.module_fluid_c1a7
  .header_82bd::after,
.purple-23b4
  .section-0a90.module_fluid_c1a7
  .header_82bd:before {
  background: inherit;
}
.purple-23b4
  .section-0a90.module_fluid_c1a7:hover
  .header_82bd {
  background: rgba(0, 0, 0, 0.8);
}
.east-0b1f .over-ea64 {
  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) {
  .east-0b1f .over-ea64 {
    width: auto;
    right: 45px;
  }
}
.row_current_7c57 .over-ea64 {
  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) {
  .row_current_7c57 .over-ea64 {
    width: auto;
    left: 45px;
  }
}
.white_ec75 .over-ea64 {
  position: relative;
  height: 0;
  display: block;
  visibility: visible;
  z-index: 999900;
  overflow: hidden;
}
.white_ec75 .layout_adb6 {
  max-width: 48em;
  margin: 0 auto;
}
.white_ec75 .description_motion_c5b5:before {
  box-shadow: inset 0 0 12px 0 rgba(0, 0, 0, 0.05);
}
.easy-8ba3 {
  overflow-x: hidden;
  position: relative;
  width: 100%;
  display: block;
}
.easy-8ba3.purple-23b4 .over-ea64 {
  z-index: 0;
  opacity: 0;
  height: 100%;
}
.easy-8ba3.east-0b1f .over-ea64 {
  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);
}
.easy-8ba3 .over-ea64 {
  visibility: visible;
}
.easy-8ba3.row_current_7c57 .over-ea64 {
  -webkit-transform: translateX(200%);
  -ms-transform: translateX(200%);
  transform: translateX(200%);
  height: 100%;
}
.input_upper_5837,
.detail_4837 {
  overflow-x: hidden;
}
.input_upper_5837 .over-ea64 {
  overflow: auto;
}
.input_upper_5837.purple-23b4 {
  overflow: initial;
  position: relative;
  width: 100%;
  display: block;
}
.input_upper_5837.purple-23b4 .over-ea64 {
  z-index: 999900;
  opacity: 1;
  visibility: visible;
}
.input_upper_5837.purple-23b4 .next-98d0 {
  opacity: 0;
}
.input_upper_5837.east-0b1f {
  overflow: initial;
  position: relative;
  width: 100%;
  display: block;
}
.input_upper_5837.east-0b1f .over-ea64 {
  z-index: 999900;
  height: 100vh;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  left: 0;
  visibility: visible;
}
.input_upper_5837.east-0b1f .next-98d0 {
  opacity: 0;
}
.input_upper_5837.row_current_7c57 {
  overflow: initial;
  position: relative;
  width: 100%;
  display: block;
}
.input_upper_5837.row_current_7c57 .over-ea64 {
  z-index: 999900;
  height: 100vh;
  max-width: 100vw;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  right: 0;
  visibility: visible;
}
.input_upper_5837.row_current_7c57 .next-98d0 {
  opacity: 0;
}
.input_upper_5837.white_ec75 .over-ea64 {
  z-index: 10;
  visibility: visible;
}
.module_fluid_c1a7 {
  display: none;
  z-index: 999910;
  cursor: pointer;
  position: fixed;
  top: 10px;
  right: 12px;
}
.module_fluid_c1a7 .header_82bd {
  background: rgba(255, 255, 255, 0.99);
}
.module_fluid_c1a7 .header_82bd::after,
.module_fluid_c1a7 .header_82bd:before {
  background: inherit;
}
.module_fluid_c1a7:hover .header_82bd {
  background: rgba(255, 255, 255, 0.99);
}
.row_current_7c57 .module_fluid_c1a7 {
  top: 10px;
  right: auto;
  left: 12px;
}
.white_ec75 .module_fluid_c1a7 {
  display: none !important;
}
.input_upper_5837:before,
.detail_4837:before {
  z-index: 999897;
  visibility: visible;
  opacity: 1;
}
.input_upper_5837 .module_fluid_c1a7,
.detail_4837 .module_fluid_c1a7 {
  display: inline-block;
}
.over-ea64 .label_orange_b7af {
  -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;
}
.input_upper_5837 .over-ea64 .label_orange_b7af,
.detail_4837 .over-ea64 .label_orange_b7af {
  opacity: 1;
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
}
.mask-simple-3508 .tertiary_gold_c298 {
  width: 100%;
}
.pro-05fb {
  padding: 0 0.5em 0;
}
.pro-05fb [class*="customify-col-"],
.pro-05fb [class*="customify-col_"],
.pro-05fb [class~="customify-col"] {
  padding: 0 0.5em 0;
}
.action_ba7c .pro-05fb {
  padding-left: 1em;
  padding-right: 1em;
}
@media screen and (min-width: 1025px) {
  .widget_13c5 .avatar-4036,
  .avatar-4036 {
    display: none;
  }
  .tag_4fe8 {
    text-align: left;
  }
  .item_top_b354 {
    text-align: center;
  }
  .feature-north-88d1 {
    text-align: right;
  }
}
@media screen and (max-width: 1024px) {
  .widget_13c5 .notification-8e66,
  .notification-8e66 {
    display: none;
  }
  .hidden-ec12 {
    text-align: left;
  }
  .layout_fixed_c618 {
    text-align: center;
  }
  .background-a981 {
    text-align: right;
  }
}
@media screen and (max-width: 568px) {
  .widget_13c5 .column_63c0,
  .column_63c0 {
    display: none;
  }
  .solid-d164 {
    text-align: left;
  }
  .tabs_8858 {
    text-align: center;
  }
  .container_77fd {
    text-align: right;
  }
}
#page {
  position: relative;
}
.summary_1577 {
  box-shadow: none !important;
}
.caption_north_6cb3 .picture-last-3b83,
.section_2b6e .picture-last-3b83 {
  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;
}
.section_2b6e .picture-last-3b83 {
  margin-top: 30px;
  margin-bottom: 30px;
}
.under_e7db {
  position: relative;
  padding-left: 2em;
  padding-right: 2em;
}
.under_e7db:after,
.under_e7db:before {
  content: "";
  display: table;
}
.under_e7db:after {
  clear: both;
}
@media screen and (max-width: 48em) {
  .under_e7db {
    padding-left: 1em;
    padding-right: 1em;
  }
}
.under_e7db,
.column-blue-a53d {
  max-width: 1248px;
  margin: 0 auto;
}

.button_8e8a.dynamic-c830 .under_e7db {
  max-width: 100%;
}
.button_8e8a.secondary_fast_fb6a {
  max-width: 1200px;
  margin: 0 auto;
}
.button_8e8a.warm-15bd .under_e7db {
  max-width: 100%;
}
.button_8e8a.warm-15bd > .under_e7db {
  padding-left: 0;
  padding-right: 0;
}
.button_8e8a.warm-15bd > .under_e7db .widget_13c5 {
  margin: 0;
}
.button_8e8a.warm-15bd
  > .under_e7db
  .shadow-next-c269.banner_9c05 {
  margin-right: 0;
  margin-left: 0;
}
.button_8e8a.warm-15bd #main.banner_9c05 {
  padding: 0;
}
#main,
#sidebar-primary,
#sidebar-secondary {
  padding-top: 2.617924em;
  padding-bottom: 2.617924em;
}
@media screen and (max-width: 1024px) {
  .element-de02 #main {
    border-left: 0 none;
  }
}
@media screen and (max-width: 1024px) {
  .element-de02 #sidebar-secondary {
    -webkit-box-ordinal-group: 6;
    order: 5;
    display: none;
  }
}
@media screen and (min-width: 48em) {
  .column_e054 .brown-8111 {
    padding-right: 1em;
  }
  .column_e054.active-0da4 .shadow-next-c269 {
    border-right: 1px solid #eaecee;
  }
  .column_e054.active-0da4 .brown-8111 {
    padding-right: 1em;
  }
  .column_e054.active-0da4 .paper_a6ee {
    padding-left: 1em;
  }
}
@media screen and (min-width: 48em) {
  .gallery_3e1d .brown-8111 {
    padding-left: 1em;
  }
  .gallery_3e1d.active-0da4 .shadow-next-c269 {
    border-left: 1px solid #eaecee;
  }
  .gallery_3e1d.active-0da4 .brown-8111 {
    padding-left: 1em;
  }
  .gallery_3e1d.active-0da4 .paper_a6ee {
    padding-right: 1em;
  }
}
@media screen and (min-width: 48em) {
  .texture-west-811f .brown-8111 {
    padding-left: 1em;
  }
  .texture-west-811f.active-0da4 .article_advanced_ac28 {
    border-right: 1px solid #eaecee;
  }
  .texture-west-811f.active-0da4 .secondary_prev_dea3 {
    border-right: 1px solid #eaecee;
  }
  .texture-west-811f.active-0da4 .brown-8111 {
    padding-left: 1em;
  }
  .texture-west-811f.active-0da4 .paper_a6ee {
    padding-right: 1em;
  }
  .texture-west-811f.active-0da4 .info-6343 {
    padding-left: 1em;
    padding-right: 1em;
  }
}
@media screen and (min-width: 48em) {
  .east-4f35 .brown-8111 {
    padding-right: 1em;
  }
  .east-4f35.active-0da4 .article_advanced_ac28 {
    border-left: 1px solid #eaecee;
  }
  .east-4f35.active-0da4 .secondary_prev_dea3 {
    border-left: 1px solid #eaecee;
  }
  .east-4f35.active-0da4 .brown-8111 {
    padding-right: 1em;
  }
  .east-4f35.active-0da4 .paper_a6ee {
    padding-left: 1em;
    padding-right: 1em;
  }
  .east-4f35.active-0da4 .info-6343 {
    padding-left: 1em;
  }
}
@media screen and (min-width: 48em) {
  .element-de02 .brown-8111 {
    padding-left: 1em;
    padding-right: 1em;
  }
  .element-de02.active-0da4 .shadow-next-c269 {
    border-left: 1px solid #eaecee;
    border-right: 1px solid #eaecee;
  }
  .element-de02.active-0da4 .brown-8111 {
    padding-left: 1em;
    padding-right: 1em;
  }
  .element-de02.active-0da4 .paper_a6ee {
    padding-left: 1em;
  }
  .element-de02.active-0da4 .info-6343 {
    padding-right: 1em;
  }
}
@media screen and (max-width: 64em) {
  .element-de02.active-0da4 .brown-8111 {
    padding-left: 0;
  }
}
.sidebar-middle-a82b .old_7828 {
  display: inline-block;
}
.notification-21dc {
  display: inline-block;
}
.chip_complex_4a6b {
  word-con: break-word;
}
.first-61cb > span {
  display: inline-block;
  padding: 5px 0;
}
.first-61cb .accent-steel-bab8 {
  margin-left: 8px;
  margin-right: 8px;
}
.first-61cb .layout-upper-0669 img {
  vertical-align: middle;
  overflow: hidden;
  border-radius: 50%;
  margin-right: 5px;
}
.middle-631e .prev_89e2 {
  margin-bottom: 2em;
}
.middle-631e .thick-3cc8 {
  margin-bottom: 15px;
}
.middle-631e .thick-3cc8:last-child {
  margin-bottom: 0;
}
.middle-631e .dropdown-cool-94ae {
  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) {
  .middle-631e .dropdown-cool-94ae {
    display: block;
  }
}
.middle-631e .widget-ff09 {
  position: relative;
  max-width: 100%;
  flex-basis: 40%;
  padding-top: 0;
  overflow: hidden;
}
@media screen and (max-width: 568px) {
  .middle-631e .widget-ff09 {
    margin-bottom: 1em;
    width: 100% !important;
    padding-top: 56.25%;
  }
}
.middle-631e .menu-full-a116 {
  position: absolute;
  top: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: flex;
  line-height: 0;
  background-color: #d5d5d5;
}
.middle-631e .menu-full-a116 img {
  -o-object-fit: cover;
  object-fit: cover;
  width: 100%;
  height: auto;
}
.middle-631e .menu-full-a116 a {
  position: absolute;
  top: 0;
  top: 0;
  display: block;
}
.middle-631e .chip_complex_4a6b {
  font-size: 1.5em;
  font-weight: 500;
  word-con: break-word;
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
}
.middle-631e .chip_complex_4a6b a {
  text-align: inherit;
  display: block;
  flex-basis: 100%;
}
.middle-631e .highlight-a578 p:last-child {
  margin-bottom: 0;
}
.middle-631e .caption-white-be9f {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: block;
  z-index: 30;
}
.middle-631e .gas_df19 {
  -webkit-box-flex: 1;
  flex: 1;
  word-con: break-word;
  max-width: 100%;
}
.middle-631e .tag_middle_2781 {
  margin-top: 1em;
}
.middle-631e .icon_7f2b {
  top: 0;
  display: block;
}
.middle-631e .icon_7f2b a {
  color: inherit;
}
.middle-631e .icon_7f2b a:hover {
  color: inherit;
}
.middle-631e .frame-fa9e {
  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;
}
.middle-631e .frame-fa9e:hover {
  background: #235787;
  color: #fff;
  border-color: #235787;
}
.middle-631e .gas_df19 {
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-flow: column nowrap;
}
.middle-631e .wrapper-034c {
  position: relative;
  width: 100%;
  margin-bottom: 15px;
}
.middle-631e .wrapper-034c:first-child {
  margin-top: 0;
}
.middle-631e .wrapper-034c.center-66e6 {
  -webkit-box-flex: 0;
  flex: none;
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.middle-631e .wrapper-034c.black_e87d {
  display: -webkit-box;
  display: flex;
  margin-top: auto;
  margin-bottom: 0;
  -webkit-box-pack: justify;
  justify-content: space-between;
}
.middle-631e
  .wrapper-034c.black_e87d.list_light_a3fd
  .tag_middle_2781 {
  width: 100%;
}
.middle-631e .black_e87d {
  -webkit-box-align: center;
  align-items: center;
}
.middle-631e .black_e87d .first-61cb,
.middle-631e .black_e87d > * {
  margin-bottom: 0;
  margin-top: 0;
  display: inline-block;
}
.middle-631e .menu-full-a116 {
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
.middle-631e .menu-full-a116 img {
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
.middle-631e .menu-full-a116: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;
}
.middle-631e .center-66e6 {
  z-index: 5;
}
.middle-631e .row_cbc8 .wood_d498 {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  display: block;
}
.middle-631e .cool_8993 .wood_d498 {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  display: block;
}
.middle-631e .plasma_669a .wood_d498 {
  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;
}
.middle-631e.item_small_2a2e .dropdown-cool-94ae,
.middle-631e.hard-721c .dropdown-cool-94ae {
  display: block;
}
.middle-631e.item_small_2a2e .dropdown-cool-94ae .first_195e,
.middle-631e.item_small_2a2e .dropdown-cool-94ae .gas_df19,
.middle-631e.hard-721c .dropdown-cool-94ae .first_195e,
.middle-631e.hard-721c .dropdown-cool-94ae .gas_df19 {
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
}
.middle-631e.outline-light-9e5c .widget-ff09 {
  margin-right: 2em;
}
@media screen and (max-width: 568px) {
  .middle-631e.outline-light-9e5c .widget-ff09 {
    margin-right: 0;
  }
}
.middle-631e.item_small_2a2e .widget-ff09,
.middle-631e.hard-721c .widget-ff09 {
  padding-top: 40%;
}
.middle-631e.item_small_2a2e .prev_89e2,
.middle-631e.hard-721c .prev_89e2 {
  display: block;
}
.middle-631e.item_small_2a2e .fn-sticky-df9f .gas_df19,
.middle-631e.hard-721c .fn-sticky-df9f .gas_df19 {
  background-color: #fcf8e3;
  border: 1px solid #faf2cc;
  border-top: 0 none;
  color: #8a6d3b;
  padding: 1em;
}
.middle-631e.item_small_2a2e .widget-ff09,
.middle-631e.hard-721c .widget-ff09 {
  margin-bottom: 1em;
  display: block;
  position: relative;
}
.middle-631e.item_small_2a2e .gas_df19 {
  padding: 1em;
}
.component_9baa {
  margin: 30px auto;
  display: block;
}
.component_9baa .info_e011 > * {
  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;
}
.component_9baa .info_e011 > :hover {
  border-color: #235787;
  background: #235787;
  color: #fff;
}
.component_9baa .info_e011 span {
  border-color: #235787;
  background: #235787;
  color: #fff;
}
.surface-gold-5795 .first-61cb {
  margin-bottom: 1.41575em;
}
.surface-gold-5795 .filter_action_948f {
  margin-bottom: 1.618em;
}
.message_c4f0 .panel-4da4 {
  display: block;
  margin: 5px 0 20px;
  font-weight: 500;
}
.message_c4f0 .panel-4da4 a {
  border: 1px solid #eaecee;
  padding: 5px 12px 5px;
  text-transform: uppercase;
  color: #686868;
  margin: 0 2px;
}
.message_c4f0 .backdrop_aaeb {
  max-width: 100%;
  overflow: auto;
}
.next-1f64 .message_c4f0 a:hover {
  text-decoration: underline;
}
.photo_under_e8cd .thick-3cc8:not(.chip_complex_4a6b),
.photo_under_e8cd .menu-full-a116 {
  margin-bottom: 1.41575em;
}
.photo_under_e8cd .thick-3cc8:not(.chip_complex_4a6b):last-child,
.photo_under_e8cd .menu-full-a116:last-child {
  margin-bottom: 0;
}
.photo_under_e8cd .thick-3cc8.outline_e1c1 {
  margin-bottom: 0.41575em;
}
.photo_under_e8cd .light_42dd:before,
.photo_under_e8cd .easy_8c03:before {
  font: normal normal normal 16px/1 FontAwesome;
  text-decoration: inherit;
  text-transform: none;
  position: relative;
  margin-right: 5px;
  color: #6d6d6d;
}
.photo_under_e8cd .light_42dd:before {
  content: "\f115";
}
.photo_under_e8cd .easy_8c03:before {
  content: "\f02c";
}
.photo_under_e8cd .grid-solid-44cf {
  display: block;
  width: 100%;
  margin-top: 0.5407911001em;
}
.photo_under_e8cd .grid-solid-44cf a {
  text-transform: uppercase;
  font-weight: 500;
  font-size: 80%;
  letter-spacing: 0.5px;
}
.shadow-focused-ed31 {
  display: -webkit-box;
  display: flex;
}
.shadow-focused-ed31 .dropdown_228b {
  flex-basis: 90px;
}
@media screen and (max-width: 568px) {
  .shadow-focused-ed31 .dropdown_228b {
    flex-basis: 90px;
  }
}
.shadow-focused-ed31 .avatar_d6fc {
  flex-basis: calc(100% - 90px);
  margin-left: 1.5em;
}
@media screen and (max-width: 568px) {
  .shadow-focused-ed31 .avatar_d6fc {
    flex-basis: calc(100% - 50px);
  }
}
.shadow-focused-ed31 .primary-clean-20e6 p:last-child {
  margin-bottom: 0.72em;
}
.content-dbe4 .info_e011 {
  padding: 16px 0 15px;
  border-top: 1px solid #eaecee;
  border-bottom: 1px solid #eaecee;
}
.content-dbe4 .info_e011:after,
.content-dbe4 .info_e011:before {
  content: "";
  display: table;
}
.content-dbe4 .info_e011:after {
  clear: both;
}
.content-dbe4 .info_e011 .button-e58c,
.content-dbe4 .info_e011 .dark-b8ef {
  width: 49%;
}
.content-dbe4 .info_e011 .button-e58c a span.lower-7f2e,
.content-dbe4 .info_e011 .dark-b8ef a span.lower-7f2e {
  display: block;
  margin-bottom: 5px;
}
.content-dbe4 .info_e011 .dark-b8ef {
  float: left;
  text-align: left;
}
.content-dbe4 .info_e011 .button-e58c {
  float: right;
  text-align: right;
}
.title_over_7170 {
  margin-bottom: 0.41575em;
}
@media screen and (max-width: 568px) {
  .title_over_7170 {
    margin-bottom: 0;
  }
}
.carousel-8916 {
  margin-bottom: 1em;
}
.carousel-8916 .chip_complex_4a6b {
  font-size: 1.1em;
  line-height: 1.3;
}
.photo_simple_0716 a {
  display: block;
  line-height: 0;
  position: relative;
}
.under-0cbb .carousel-8916,
.accent-up-6083 .carousel-8916 {
  display: -webkit-box;
  display: flex;
}
@media screen and (max-width: 568px) {
  .under-0cbb .carousel-8916,
  .accent-up-6083 .carousel-8916 {
    display: block;
  }
}
.under-0cbb .photo_simple_0716,
.accent-up-6083 .photo_simple_0716 {
  flex-basis: 160px;
  position: relative;
}
@media screen and (max-width: 568px) {
  .under-0cbb .photo_simple_0716,
  .accent-up-6083 .photo_simple_0716 {
    margin-bottom: 1em;
  }
}
.under-0cbb .photo_simple_0716 img,
.accent-up-6083 .photo_simple_0716 img {
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  display: block;
}
.under-0cbb .widget_67ee,
.accent-up-6083 .widget_67ee {
  flex-basis: calc(100% - 160px);
}
.under-0cbb .widget_67ee p,
.accent-up-6083 .widget_67ee p {
  margin-bottom: 0;
}
.under-0cbb .widget_67ee {
  padding-left: 1em;
}
@media screen and (max-width: 568px) {
  .under-0cbb .widget_67ee {
    padding-left: 0;
  }
}
.accent-up-6083 .widget_67ee {
  -webkit-box-ordinal-group: 2;
  order: 1;
  padding-right: 1em;
}
@media screen and (max-width: 568px) {
  .accent-up-6083 .widget_67ee {
    padding-right: 0;
  }
}
.accent-up-6083 .photo_simple_0716 {
  -webkit-box-ordinal-group: 3;
  order: 2;
}
.icon-39c3 .photo_simple_0716 {
  margin-bottom: 0.5em;
}
.icon-39c3 .photo_simple_0716 img {
  width: 100%;
}
.dropdown-liquid-5d94 .texture_thick_f42a,
.photo-static-b8c8 .texture_thick_f42a {
  margin-bottom: 35px;
  padding-bottom: 20px;
  border-bottom: 1px solid #eaecee;
}
.photo-static-b8c8 .shadow-next-c269 .up_dbd2 p:last-child {
  margin-bottom: 0;
}
.preview_88bc {
  font-size: 16px;
  text-transform: uppercase;
  font-weight: 500;
  color: currentColor;
  margin-bottom: 20px;
}
.alert_glass_a971 .red_3c4d {
  margin-bottom: 2em;
}
@media screen and (min-width: 1025px) {
  .alert_glass_a971 .red_3c4d:last-of-type {
    margin-bottom: 0;
  }
}
.alert_glass_a971 .red_3c4d ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.alert_glass_a971 .red_3c4d ul:after {
  clear: both;
  content: ".";
  display: block;
  height: 0;
  visibility: hidden;
}
.alert_glass_a971 .red_3c4d ul li {
  margin: 0 0 0.6em;
}
.alert_glass_a971 .red_3c4d ul li.white_72d5,
.alert_glass_a971 .red_3c4d ul li.layout_copper_4083 {
  position: relative;
}
.alert_glass_a971 .red_3c4d ul li.white_72d5 .chip_prev_3def,
.alert_glass_a971 .red_3c4d ul li.layout_copper_4083 .chip_prev_3def {
  right: 0;
  background: #eaecee;
  color: #999;
  padding: 0 0.5em;
  border-radius: 0.9em;
  font-size: 12px;
  position: absolute;
  top: 4px;
}
.alert_glass_a971 .red_3c4d ul li.white_72d5:after:after,
.alert_glass_a971 .red_3c4d ul li.white_72d5:after:before,
.alert_glass_a971
  .red_3c4d
  ul
  li.layout_copper_4083:after:after,
.alert_glass_a971
  .red_3c4d
  ul
  li.layout_copper_4083:after:before {
  content: "";
  display: table;
}
.alert_glass_a971 .red_3c4d ul li.white_72d5:after:after,
.alert_glass_a971
  .red_3c4d
  ul
  li.layout_copper_4083:after:after {
  clear: both;
}
.alert_glass_a971 .red_3c4d a.progress_steel_c671:hover {
  text-decoration: none;
}
.alert_glass_a971 .red_3c4d select {
  max-width: 100%;
}
.alert_glass_a971 .red_3c4d table {
  font-size: 85%;
}
.alert_glass_a971 .red_3c4d table td,
.alert_glass_a971 .red_3c4d table th {
  padding: 0.2360828548em;
  text-align: center;
}
.alert_glass_a971 .red_3c4d table tfoot td {
  text-align: left;
}
.alert_glass_a971 .red_3c4d :last-child {
  margin-bottom: 0;
}
.alert_glass_a971 .red_3c4d .selected-51bc {
  display: -webkit-box;
  display: flex;
  width: 100%;
  max-width: 100%;
}
.alert_glass_a971 .red_3c4d .selected-51bc label {
  width: 100%;
}
.alert_glass_a971 .red_3c4d .selected-51bc .yellow-9661 {
  width: 100%;
  display: block;
}
.alert_glass_a971 .red_3c4d .selected-51bc .left_21b0 {
  padding: 9px 14px;
  margin-left: -46px;
  overflow: hidden;
  box-shadow: none;
  background: 0 0;
  color: #aaa;
  line-height: 0;
}
.alert_glass_a971 .red_3c4d .selected-51bc .left_21b0:hover svg #svg-search {
  fill: #444;
}
.alert_glass_a971 .red_3c4d .selected-51bc .left_21b0 svg {
  width: 18px;
  height: 18px;
}
.alert_glass_a971 .detail-3cca ul ul,
.alert_glass_a971 .description_light_302c ul ul,
.alert_glass_a971 .dim-856f ul ul,
.alert_glass_a971 .main_2d79 ul ul {
  margin-top: 0.3819820591em;
  margin-left: 0;
  margin-bottom: -0.3819820591em;
}
.alert_glass_a971 .detail-3cca .accordion_7d30 > a,
.alert_glass_a971 .description_light_302c .accordion_7d30 > a,
.alert_glass_a971 .dim-856f .accordion_7d30 > a,
.alert_glass_a971 .main_2d79 .accordion_7d30 > a {
  margin-bottom: 0;
}
.alert_glass_a971 .green_77a0 li,
.alert_glass_a971 .detail-3cca li,
.alert_glass_a971 .header-complex-9df8 li,
.alert_glass_a971 .description_light_302c li,
.alert_glass_a971 .dim-856f li,
.alert_glass_a971 .main_2d79 li,
.alert_glass_a971 .title-pressed-b31f li,
.alert_glass_a971 .hard_a1d8 li {
  display: block;
  position: relative;
}
.alert_glass_a971 .green_77a0 li:last-child,
.alert_glass_a971 .detail-3cca li:last-child,
.alert_glass_a971 .header-complex-9df8 li:last-child,
.alert_glass_a971 .description_light_302c li:last-child,
.alert_glass_a971 .dim-856f li:last-child,
.alert_glass_a971 .main_2d79 li:last-child,
.alert_glass_a971 .title-pressed-b31f li:last-child,
.alert_glass_a971 .hard_a1d8 li:last-child {
  border: none;
}
.alert_glass_a971 .green_77a0 li a,
.alert_glass_a971 .detail-3cca li a,
.alert_glass_a971 .header-complex-9df8 li a,
.alert_glass_a971 .description_light_302c li a,
.alert_glass_a971 .dim-856f li a,
.alert_glass_a971 .main_2d79 li a,
.alert_glass_a971 .title-pressed-b31f li a,
.alert_glass_a971 .hard_a1d8 li a {
  display: block;
  width: 100%;
  padding-bottom: 0.6em;
  margin-bottom: 0.6em;
  border-bottom: 1px solid #eaecee;
  position: relative;
}
.alert_glass_a971 .green_77a0 li ul li::before,
.alert_glass_a971 .detail-3cca li ul li::before,
.alert_glass_a971 .header-complex-9df8 li ul li::before,
.alert_glass_a971 .description_light_302c li ul li::before,
.alert_glass_a971 .dim-856f li ul li::before,
.alert_glass_a971 .main_2d79 li ul li::before,
.alert_glass_a971 .title-pressed-b31f li ul li::before,
.alert_glass_a971 .hard_a1d8 li ul li::before {
  left: 15px;
}
.alert_glass_a971 .green_77a0 li ul a,
.alert_glass_a971 .detail-3cca li ul a,
.alert_glass_a971 .header-complex-9df8 li ul a,
.alert_glass_a971 .description_light_302c li ul a,
.alert_glass_a971 .dim-856f li ul a,
.alert_glass_a971 .main_2d79 li ul a,
.alert_glass_a971 .title-pressed-b31f li ul a,
.alert_glass_a971 .hard_a1d8 li ul a {
  padding-left: 20px;
}
.alert_glass_a971 .green_77a0 li ul ul li::before,
.alert_glass_a971 .detail-3cca li ul ul li::before,
.alert_glass_a971 .header-complex-9df8 li ul ul li::before,
.alert_glass_a971 .description_light_302c li ul ul li::before,
.alert_glass_a971 .dim-856f li ul ul li::before,
.alert_glass_a971 .main_2d79 li ul ul li::before,
.alert_glass_a971 .title-pressed-b31f li ul ul li::before,
.alert_glass_a971 .hard_a1d8 li ul ul li::before {
  left: 30px;
}
.alert_glass_a971 .green_77a0 li ul ul a,
.alert_glass_a971 .detail-3cca li ul ul a,
.alert_glass_a971 .header-complex-9df8 li ul ul a,
.alert_glass_a971 .description_light_302c li ul ul a,
.alert_glass_a971 .dim-856f li ul ul a,
.alert_glass_a971 .main_2d79 li ul ul a,
.alert_glass_a971 .title-pressed-b31f li ul ul a,
.alert_glass_a971 .hard_a1d8 li ul ul a {
  padding-left: 40px;
}
.alert_glass_a971 .list-79b7 li {
  padding-bottom: 0.6em;
  border-bottom: 1px solid #eaecee;
  position: relative;
}
.alert_glass_a971 .hard_a1d8 ul li {
  margin-bottom: 1.41575em;
}
.alert_glass_a971 .hard_a1d8 ul li .avatar_slow_7c2e {
  font-weight: 400;
  font-size: 1.2em;
  line-height: 1.28;
}
.alert_glass_a971 .hard_a1d8 ul li .menu_copper_5f11 {
  display: block;
  margin: 0.5407911001em 0;
  font-size: 85%;
}
.menu-green-16a4 .green_77a0 li a,
.menu-green-16a4 .detail-3cca li a,
.menu-green-16a4 .header-complex-9df8 li a,
.menu-green-16a4 .description_light_302c li a,
.menu-green-16a4 .dim-856f li a,
.menu-green-16a4 .main_2d79 li a,
.menu-green-16a4 .title-pressed-b31f li a,
.menu-green-16a4 .hard_a1d8 li a {
  border-color: rgba(255, 255, 255, 0.08);
}
.menu-green-16a4 .list-79b7 li {
  border-color: rgba(255, 255, 255, 0.08);
}
.menu-green-16a4 .red_3c4d ul li.white_72d5 .chip_prev_3def,
.menu-green-16a4 .red_3c4d ul li.layout_copper_4083 .chip_prev_3def {
  background: rgba(0, 0, 0, 0.2);
}
.menu-green-16a4 .alert_glass_a971 .red_3c4d select {
  border-color: rgba(255, 255, 255, 0.08);
}
.button_8e8a .alert_glass_a971 .notice_335f li {
  margin: 0;
}
.button_8e8a .alert_glass_a971 .notice_335f li a {
  display: block;
  padding: 0.6em 0 0.6em;
}
.button_8e8a .alert_glass_a971 .notice_335f li ul {
  margin: 0;
}
.button_8e8a .alert_glass_a971 .notice_335f li ul li a {
  padding-left: 15px;
}
.button_8e8a .alert_glass_a971 .notice_335f li ul li li a {
  padding-left: 30px;
}
.button_8e8a .alert_glass_a971 .notice_335f li.cold_1a21 > a {
  position: relative;
  border: 1px solid #eaecee;
  border-left: none;
  border-right: none;
  font-size: 110%;
}
.button_8e8a .alert_glass_a971 .notice_335f li.cold_1a21 > 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;
}
.button_8e8a .alert_glass_a971 .notice_335f li.cold_1a21 > 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;
}
.smooth-4a64 a {
  border: 1px solid currentColor;
  border-radius: 2px;
  display: inline-block;
  font-size: 0.875em !important;
  margin-bottom: 5px;
  padding: 1px 10px 1px;
}
.label_fast_bb55 {
  position: relative;
  z-index: 10;
}
.label_fast_bb55 .label_orange_b7af {
  width: 100%;
  max-width: 100%;
}
.tooltip_446e .description-large-63a5 {
  padding-top: 2em;
  padding-bottom: 2em;
}
.tooltip_446e .section-0a90 {
}
.tooltip_446e .menu-green-16a4 {
  background: #292929;
}
.east-98bf .description-large-63a5 {
  padding-top: 2.5em;
  padding-bottom: 2.5em;
}
.east-98bf .section-0a90 {
  background: #f9f9f9;
}
.east-98bf .menu-green-16a4 {
  background: #303030;
}
.active-lite-d598 .description-large-63a5 {
  padding-top: 1.5em;
  padding-bottom: 1.5em;
}
@media screen and (max-width: 568px) {
  .active-lite-d598 .old_7828 {
    margin-bottom: 1em;
  }
  .active-lite-d598 .old_7828:last-child {
    margin-bottom: 0;
  }
}
.active-lite-d598 .section-0a90 {
  background: #ededed;
}
.active-lite-d598 .menu-green-16a4 {
  background: #1a1a1a;
}
.description-large-63a5.section-0a90 {
  color: rgba(0, 0, 0, 0.6);
}
.description-large-63a5.section-0a90 .narrow_9dc2 li {
  border-color: rgba(0, 0, 0, 0.08);
}
.description-large-63a5.menu-green-16a4 {
  color: rgba(255, 255, 255, 0.99);
}
.description-large-63a5.menu-green-16a4 a:not(.progress_steel_c671) {
  color: rgba(255, 255, 255, 0.79);
}
.description-large-63a5.menu-green-16a4 a:not(.progress_steel_c671):hover {
  color: rgba(255, 255, 255, 0.99);
}
.description-large-63a5.menu-green-16a4 .narrow_9dc2 li {
  border-color: rgba(255, 255, 255, 0.08);
}
.description-large-63a5.menu-green-16a4 table tbody td,
.description-large-63a5.menu-green-16a4 table th {
  background: rgba(0, 0, 0, 0.08);
}
.breadcrumb-over-0405.image-503b .under_e7db {
  max-width: initial;
}
.breadcrumb-over-0405 .dim_ec90 {
  -webkit-box-pack: start;
  justify-content: flex-start;
}
.breadcrumb-over-0405 .dim_ec90 .label_orange_b7af {
  width: auto;
}
@media screen and (max-width: 1024px) {
  .breadcrumb-over-0405 .dim_ec90 .label_orange_b7af {
    display: block;
    margin-bottom: 2em;
  }
  .breadcrumb-over-0405 .dim_ec90 .label_orange_b7af:last-child {
    margin-bottom: 0;
  }
}
.active-lite-d598 .old_7828:last-child,
.east-98bf .old_7828:last-child,
.tooltip_446e .old_7828:last-child {
  margin-bottom: 0;
}
.active-lite-d598 .old_7828 .alert_glass_a971 .red_3c4d:last-child,
.east-98bf .old_7828 .alert_glass_a971 .red_3c4d:last-child,
.tooltip_446e .old_7828 .alert_glass_a971 .red_3c4d:last-child {
  margin-bottom: 0;
}
@media screen and (max-width: 568px) {
  .active-lite-d598 .copper_7109,
  .active-lite-d598 .grid_7e65,
  .east-98bf .copper_7109,
  .east-98bf .grid_7e65,
  .tooltip_446e .copper_7109,
  .tooltip_446e .grid_7e65 {
    text-align: center;
  }
}
@media screen and (max-width: 48em) {
  .label_fast_bb55 .old_7828 {
    margin-bottom: 2em;
  }
}
.label_fast_bb55 p:last-child {
  margin-bottom: 0;
}
.label_fast_bb55 li,
.label_fast_bb55 ul {
  list-style: none;
  margin: 0;
}
.label_fast_bb55 ul ul {
  margin-left: 2.617924em;
}
.container-189b {
  font-size: 0.875em;
}

/* css-noise: 4f6f */
.widget-item-s1 {
  padding: 0.2rem;
  font-size: 14px;
  line-height: 1.2;
}
