/*!
Theme Name: Customify
Theme URI: https://pressmaximum.left-c7d5/customify
Author: WPCustomify
Author URI: https://pressmaximum.left-c7d5
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.left-c7d5/customify
Version: 0.3.7
License: GNU General Public License v2 or later
License URI: http://www.detail-389c.gradient-pro-827e/licenses/gpl-2.0.info-narrow-677d
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.element-gas-7a04/, (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.secondary-7f96.under-a666/normalize.prev_1dd5/
 ======
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.prev_1dd5 v7.0.0 | MIT License | github.left-c7d5/necolas/normalize.prev_1dd5 */
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;
}
.label_up_4823 .shade-bf9a,
.detail-over-0731,
.under_951c,
.prev_5b84,
.soft_49df,
.wrapper-4907,
.dirty-d7e1,
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;
}
.detail-over-0731,
h1 {
  font-size: 2.42em;
  line-height: 1.216;
}
@media screen and (max-width: 1024px) {
  .detail-over-0731,
  h1 {
    font-size: 2.1em;
  }
}
@media screen and (max-width: 568px) {
  .detail-over-0731,
  h1 {
    font-size: 1.8em;
  }
}
.under_951c,
h2 {
  font-size: 2.1em;
  line-height: 1.216;
}
.under_951c + h3,
h2 + h3 {
  border-top: 1px solid #eaecee;
  padding-top: 0.5407911001em;
}
@media screen and (max-width: 1024px) {
  .under_951c,
  h2 {
    font-size: 1.9em;
  }
}
@media screen and (max-width: 568px) {
  .under_951c,
  h2 {
    font-size: 1.7em;
  }
}
.prev_5b84,
h3 {
  font-size: 1.618em;
}
.label_up_4823 .shade-bf9a,
.soft_49df,
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.dim_8a6b {
  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;
}
.picture-bbcc:after,
.picture-bbcc:before,
.feature-a3c8:after,
.feature-a3c8:before {
  content: "";
  display: table;
}
.picture-bbcc:after,
.feature-a3c8:after {
  clear: both;
}
.next-721f {
  float: right;
  margin-right: 0;
}
.middle_00cf {
  float: left;
  margin-left: 0;
}
form {
  margin-bottom: 2em;
}
.info_b239 .sidebar-eab7,
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;
}
.info_b239 .sidebar-eab7: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;
}
.surface_easy_d152 .sidebar-eab7 {
  box-shadow: none;
}
.surface_easy_d152
  .sidebar-eab7
  .search_0625 {
  line-height: 2.4em;
  min-height: 2.6em;
  padding-left: 0;
}
.surface_easy_d152 .sidebar-eab7 .icon_under_229e {
  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;
}
.surface_easy_d152
  .sidebar-eab7
  .icon_under_229e
  b {
  display: none;
}
.surface_easy_d152 .thumbnail-c483 {
  border: 1px solid #e5e5e5;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.12) inset;
}
.module_selected_8fcd:not(.container-134d):not(.left-78af),
button:not(.container-134d):not(.left-78af),
input[type="button"]:not(.container-134d):not(
    .left-78af
  ),
input[type="reset"]:not(.container-134d):not(
    .left-78af
  ),
input[type="submit"]:not(.container-134d):not(
    .left-78af
  ) {
  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;
}
.module_selected_8fcd:not(.container-134d):not(
    .left-78af
  ):hover,
button:not(.container-134d):not(
    .left-78af
  ):hover,
input[type="button"]:not(.container-134d):not(
    .left-78af
  ):hover,
input[type="reset"]:not(.container-134d):not(
    .left-78af
  ):hover,
input[type="submit"]:not(.container-134d):not(
    .left-78af
  ):hover {
  box-shadow: inset 0 0 0 120px rgba(0, 0, 0, 0.18);
  color: #fff;
  outline: 0;
}
.module_selected_8fcd:not(.container-134d):not(
    .left-78af
  ):active,
.module_selected_8fcd:not(.container-134d):not(
    .left-78af
  ):focus,
button:not(.container-134d):not(
    .left-78af
  ):active,
button:not(.container-134d):not(
    .left-78af
  ):focus,
input[type="button"]:not(.container-134d):not(
    .left-78af
  ):active,
input[type="button"]:not(.container-134d):not(
    .left-78af
  ):focus,
input[type="reset"]:not(.container-134d):not(
    .left-78af
  ):active,
input[type="reset"]:not(.container-134d):not(
    .left-78af
  ):focus,
input[type="submit"]:not(.container-134d):not(
    .left-78af
  ):active,
input[type="submit"]:not(.container-134d):not(
    .left-78af
  ):focus {
  outline: 0;
}
.module_selected_8fcd:not(.container-134d):not(
    .left-78af
  ).fn-loading-4589,
button:not(.container-134d):not(
    .left-78af
  ).fn-loading-4589,
input[type="button"]:not(.container-134d):not(
    .left-78af
  ).fn-loading-4589,
input[type="reset"]:not(.container-134d):not(
    .left-78af
  ).fn-loading-4589,
input[type="submit"]:not(.container-134d):not(
    .left-78af
  ).fn-loading-4589 {
  position: relative;
}
.module_selected_8fcd:not(.container-134d):not(
    .left-78af
  ).fn-loading-4589
  .right-7aea,
.module_selected_8fcd:not(.container-134d):not(
    .left-78af
  ).fn-loading-4589
  .surface-brown-d503,
.module_selected_8fcd:not(.container-134d):not(
    .left-78af
  ).fn-loading-4589
  .video_small_6bd6,
.module_selected_8fcd:not(.container-134d):not(
    .left-78af
  ).fn-loading-4589
  i,
.module_selected_8fcd:not(.container-134d):not(
    .left-78af
  ).fn-loading-4589
  svg,
button:not(.container-134d):not(
    .left-78af
  ).fn-loading-4589
  .right-7aea,
button:not(.container-134d):not(
    .left-78af
  ).fn-loading-4589
  .surface-brown-d503,
button:not(.container-134d):not(
    .left-78af
  ).fn-loading-4589
  .video_small_6bd6,
button:not(.container-134d):not(
    .left-78af
  ).fn-loading-4589
  i,
button:not(.container-134d):not(
    .left-78af
  ).fn-loading-4589
  svg,
input[type="button"]:not(.container-134d):not(
    .left-78af
  ).fn-loading-4589
  .right-7aea,
input[type="button"]:not(.container-134d):not(
    .left-78af
  ).fn-loading-4589
  .surface-brown-d503,
input[type="button"]:not(.container-134d):not(
    .left-78af
  ).fn-loading-4589
  .video_small_6bd6,
input[type="button"]:not(.container-134d):not(
    .left-78af
  ).fn-loading-4589
  i,
input[type="button"]:not(.container-134d):not(
    .left-78af
  ).fn-loading-4589
  svg,
input[type="reset"]:not(.container-134d):not(
    .left-78af
  ).fn-loading-4589
  .right-7aea,
input[type="reset"]:not(.container-134d):not(
    .left-78af
  ).fn-loading-4589
  .surface-brown-d503,
input[type="reset"]:not(.container-134d):not(
    .left-78af
  ).fn-loading-4589
  .video_small_6bd6,
input[type="reset"]:not(.container-134d):not(
    .left-78af
  ).fn-loading-4589
  i,
input[type="reset"]:not(.container-134d):not(
    .left-78af
  ).fn-loading-4589
  svg,
input[type="submit"]:not(.container-134d):not(
    .left-78af
  ).fn-loading-4589
  .right-7aea,
input[type="submit"]:not(.container-134d):not(
    .left-78af
  ).fn-loading-4589
  .surface-brown-d503,
input[type="submit"]:not(.container-134d):not(
    .left-78af
  ).fn-loading-4589
  .video_small_6bd6,
input[type="submit"]:not(.container-134d):not(
    .left-78af
  ).fn-loading-4589
  i,
input[type="submit"]:not(.container-134d):not(
    .left-78af
  ).fn-loading-4589
  svg {
  visibility: hidden;
}
.module_selected_8fcd:not(.container-134d):not(
    .left-78af
  ).fn-loading-4589:after,
button:not(.container-134d):not(
    .left-78af
  ).fn-loading-4589:after,
input[type="button"]:not(.container-134d):not(
    .left-78af
  ).fn-loading-4589:after,
input[type="reset"]:not(.container-134d):not(
    .left-78af
  ).fn-loading-4589:after,
input[type="submit"]:not(.container-134d):not(
    .left-78af
  ).fn-loading-4589: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;
}
.module_selected_8fcd:not(.container-134d):not(.left-78af),
input[type="button"]:not(.container-134d):not(
    .left-78af
  ),
input[type="reset"]:not(.container-134d):not(
    .left-78af
  ),
input[type="submit"]:not(.container-134d):not(
    .left-78af
  ) {
  color: #fff;
  background: #235787;
}
.module_selected_8fcd:not(.container-134d):not(
    .left-78af
  ):focus,
input[type="button"]:not(.container-134d):not(
    .left-78af
  ):focus,
input[type="reset"]:not(.container-134d):not(
    .left-78af
  ):focus,
input[type="submit"]:not(.container-134d):not(
    .left-78af
  ):focus {
  color: #fff;
}
.module_selected_8fcd.fn-disabled-4589:not(.container-134d):not(
    .left-78af
  ),
.module_selected_8fcd[disabled]:not(.container-134d):not(
    .left-78af
  ),
button.fn-disabled-4589:not(.container-134d):not(
    .left-78af
  ),
button[disabled]:not(.container-134d):not(
    .left-78af
  ) {
  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;
}
.accordion-9d21 {
  clip: rect(1px, 1px, 1px, 1px);
  position: absolute !important;
  height: 1px;
  width: 1px;
  overflow: hidden;
  word-con: normal !important;
}
.accordion-9d21: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;
}
.status_active_e111 {
  display: inline;
  float: left;
  margin-right: 1.41575em;
}
.sidebar-21be {
  display: inline;
  float: right;
  margin-left: 1.41575em;
}
.clean_3d4b {
  clear: both;
  display: block;
  margin: 0 auto;
}
.picture-bbcc:after,
.picture-bbcc:before,
.table-0283:after,
.table-0283:before,
.hidden_prev_b300:after,
.hidden_prev_b300:before,
.plasma-9bee:after,
.plasma-9bee:before,
.element-new-df6d:after,
.element-new-df6d:before,
.highlight-top-719c:after,
.highlight-top-719c:before {
  content: "";
  display: table;
  table-layout: fixed;
}
.picture-bbcc:after,
.table-0283:after,
.hidden_prev_b300:after,
.plasma-9bee:after,
.element-new-df6d:after,
.highlight-top-719c:after {
  clear: both;
}
.table-0283 .prev-bf58,
.hidden_prev_b300 .prev-bf58,
.cool-3330 .prev-bf58 {
  border: none;
  margin-bottom: 0;
  margin-top: 0;
  padding: 0;
}
embed,
iframe,
object {
  max-width: 100%;
}
.chip-1794 {
  display: inline-block;
}
.sort_thick_4c44 {
  margin-bottom: 1.41575em;
  max-width: 100%;
}
.sort_thick_4c44 img[class*="wp-image-"] {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.sort_thick_4c44 .paragraph_stone_78be {
  padding: 1em 0;
  font-size: 85%;
}
.paragraph_stone_78be {
  text-align: left;
  font-style: italic;
  color: #999;
}
.fast-c8f6 {
  margin-bottom: 1.5em;
  margin-bottom: 1.41575em;
}
.fast-c8f6:after,
.fast-c8f6:before {
  content: "";
  display: table;
}
.fast-c8f6:after {
  clear: both;
}
.texture_medium_dd22 {
  display: inline-block;
  text-align: center;
  vertical-align: top;
  width: 100%;
}
.soft-1938 .texture_medium_dd22 {
  max-width: 50%;
}
.gold-d2b2 .texture_medium_dd22 {
  max-width: 33.33%;
}
.popup_2b80 .texture_medium_dd22 {
  max-width: 25%;
}
.notice_435f .texture_medium_dd22 {
  max-width: 20%;
}
.wrapper_simple_b7b2 .texture_medium_dd22 {
  max-width: 16.66%;
}
.column-c098 .texture_medium_dd22 {
  max-width: 14.28%;
}
.current-126f .texture_medium_dd22 {
  max-width: 12.5%;
}
.thumbnail-hovered-72b0 .texture_medium_dd22 {
  max-width: 11.11%;
}
.gradient-660e {
  display: block;
}
.label_up_4823 .fluid-b239 label,
.label_up_4823 .easy_4254 label,
.label_up_4823 .gradient-paper-5339 label,
.label_up_4823 .section_45d3 label {
  text-transform: uppercase;
  letter-spacing: 0.5px;
  font-size: 0.85em;
}
.grid_2d03 {
  list-style: none;
  margin: 0;
}
.grid_2d03 article.north-8ef4 {
  margin-bottom: 0;
}
.grid_2d03 ul {
  list-style: none;
  margin: 0;
}
.grid_2d03 .grid-fluid-b8cb li.north-8ef4 {
  padding-left: 30px;
}
@media screen and (min-width: 64em) {
  .grid_2d03 .grid-fluid-b8cb li.north-8ef4 {
    padding-left: 85px;
    border-left: 1px solid #eaecee;
    position: relative;
    width: 100%;
  }
  .grid_2d03 .grid-fluid-b8cb li.north-8ef4: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) {
  .grid_2d03 .grid-fluid-b8cb li.north-8ef4 li.north-8ef4 li.north-8ef4 li.north-8ef4 {
    padding-left: 0;
  }
}
article.north-8ef4 {
  padding: 1.618em 0;
  margin-bottom: 1.618em;
}
article.north-8ef4 .table-0283 p:last-of-type {
  margin-bottom: 0;
}
article.north-8ef4 .button_5ff5 {
  float: left;
}
article.north-8ef4 .surface_south_2f3a {
  margin-left: 85px;
}
article.north-8ef4 .gold-915c {
  display: block;
  margin: 12px 0 12px;
  padding-bottom: 4px;
  border-bottom: 1px solid #eaecee;
}
article.north-8ef4 .gold-915c .aside-8488 {
  margin-left: 10px;
}
article.north-8ef4 .down-8962 {
  font-weight: 500;
  text-transform: uppercase;
  line-height: 1;
  font-style: normal;
}
article.north-8ef4 .red_36db {
  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 .fluid-b239,
  #respond .gradient-paper-5339,
  #respond .section_45d3 {
    width: 29.4117647059%;
    margin-right: 5.8823529412%;
    float: left;
  }
}
#respond .fluid-b239 input,
#respond .gradient-paper-5339 input,
#respond .section_45d3 input {
  width: 100%;
}
#respond .section_45d3 {
  margin-right: 0;
}
#respond .action-d61f #wp-comment-cookies-consent {
  position: relative;
  top: -1px;
  margin-right: 5px;
}
.outline-e03b {
  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;
}
.outline-e03b.old-6fd6 {
  width: 36px;
  height: 36px;
  min-height: 36px;
  font-size: 1.1em;
}
.outline-e03b 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%);
}
.outline-e03b:focus,
.outline-e03b: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);
}
.pagination_tiny_4150 {
  border-radius: 10%;
}
.fluid_e138 {
  border-radius: 50%;
}
.feature_b0ad {
  font-size: 0.72em;
}
.slider-b0fc {
  font-size: 0.875em;
}
.frame-82c7 {
  font-size: 1.1em;
}
.tag-c6b3 {
  text-transform: uppercase;
  line-height: 1.2;
}
.tag-c6b3.feature_b0ad {
  letter-spacing: 0.5px;
}
.huge-fe95,
.huge-fe95 a {
  color: #6d6d6d;
}
.huge-fe95 a:hover {
  color: #111;
}
.highlight_bronze_7ef8 {
  color: #6d6d6d;
}
.content-427a {
  overflow-x: hidden;
}
.content-427a .background-01b1.fixed-0446 {
  position: relative;
}
.content-427a .background-01b1.fixed-0446.focus_white_398c {
  position: initial;
}
.content-427a
  .background-01b1.fixed-0446.focus_white_398c
  .basic-47a6 {
  left: auto;
}
.content-427a .background-01b1 .basic-47a6 {
  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;
}
.content-427a .background-01b1:hover.fixed-0446 {
  -webkit-transition-delay: 0s !important;
  transition-delay: 0s !important;
  outline: 1px solid #0073aa;
  outline-offset: -1px;
}
.content-427a
  .background-01b1:hover.fixed-0446
  .basic-47a6 {
  display: block;
  z-index: 9999999;
}
.content-427a .section-easy-a647 .footer-focused-2dde,
.content-427a .dim_3197 .footer-focused-2dde {
  display: none;
}
.content-427a .label-2764 .background-01b1:hover.fixed-0446 {
  outline: 1px dashed #ff472e;
  outline-offset: -1px;
}
.label_up_4823 .fluid-b239 label,
.label_up_4823 .easy_4254 label,
.label_up_4823 .gradient-paper-5339 label,
.label_up_4823 .section_45d3 label {
  text-transform: uppercase;
  letter-spacing: 0.5px;
  font-size: 0.85em;
}
.grid_2d03 {
  list-style: none;
  margin: 0;
}
.grid_2d03 article.north-8ef4 {
  margin-bottom: 0;
}
.grid_2d03 ul {
  list-style: none;
  margin: 0;
}
.grid_2d03 .grid-fluid-b8cb li.north-8ef4 {
  padding-left: 30px;
}
@media screen and (min-width: 64em) {
  .grid_2d03 .grid-fluid-b8cb li.north-8ef4 {
    padding-left: 85px;
    border-left: 1px solid #eaecee;
    position: relative;
    width: 100%;
  }
  .grid_2d03 .grid-fluid-b8cb li.north-8ef4: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) {
  .grid_2d03 .grid-fluid-b8cb li.north-8ef4 li.north-8ef4 li.north-8ef4 li.north-8ef4 {
    padding-left: 0;
  }
}
article.north-8ef4 {
  padding: 1.618em 0;
  margin-bottom: 1.618em;
}
article.north-8ef4 .table-0283 p:last-of-type {
  margin-bottom: 0;
}
article.north-8ef4 .button_5ff5 {
  float: left;
}
article.north-8ef4 .surface_south_2f3a {
  margin-left: 85px;
}
article.north-8ef4 .gold-915c {
  display: block;
  margin: 12px 0 12px;
  padding-bottom: 4px;
  border-bottom: 1px solid #eaecee;
}
article.north-8ef4 .gold-915c .aside-8488 {
  margin-left: 10px;
}
article.north-8ef4 .down-8962 {
  font-weight: 500;
  text-transform: uppercase;
  line-height: 1;
  font-style: normal;
}
article.north-8ef4 .red_36db {
  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 .fluid-b239,
  #respond .gradient-paper-5339,
  #respond .section_45d3 {
    width: 29.4117647059%;
    margin-right: 5.8823529412%;
    float: left;
  }
}
#respond .fluid-b239 input,
#respond .gradient-paper-5339 input,
#respond .section_45d3 input {
  width: 100%;
}
#respond .section_45d3 {
  margin-right: 0;
}
#respond .action-d61f #wp-comment-cookies-consent {
  position: relative;
  top: -1px;
  margin-right: 5px;
}
.section-easy-a647 .hero_460b {
  color: rgba(255, 255, 255, 0.99);
  background: rgba(0, 0, 0, 0.9);
}
.hero_460b .black_619c.cool_63cf .message-d541 > li > a:focus,
.hero_460b .black_619c.cool_63cf .message-d541 > li > a:hover,
.hero_460b .black_619c.modal_fresh_53cb .message-d541 > li > a:focus,
.hero_460b .black_619c.modal_fresh_53cb .message-d541 > li > a:hover,
.hero_460b .black_619c.layout_b00a .message-d541 > li > a:focus,
.hero_460b .black_619c.layout_b00a .message-d541 > li > a:hover {
  color: rgba(255, 255, 255, 0.99);
}
.hero_460b
  .black_619c.cool_63cf
  .message-d541
  > li.secondary_8439
  > a,
.hero_460b
  .black_619c.cool_63cf
  .message-d541
  > li.chip-d5a3
  > a,
.hero_460b
  .black_619c.modal_fresh_53cb
  .message-d541
  > li.secondary_8439
  > a,
.hero_460b
  .black_619c.modal_fresh_53cb
  .message-d541
  > li.chip-d5a3
  > a,
.hero_460b
  .black_619c.layout_b00a
  .message-d541
  > li.secondary_8439
  > a,
.hero_460b .black_619c.layout_b00a .message-d541 > li.tiny-3837 > a {
  color: rgba(255, 255, 255, 0.99);
}
.hero_460b .simple-3e06,
.hero_460b .simple-3e06 a {
  color: rgba(255, 255, 255, 0.99);
}
.hero_460b .banner_bright_6414.footer-c4a4 li a,
.hero_460b .photo-bright-e3a9 a,
.hero_460b .summary-outer-e5a6,
.hero_460b .message-d541 > li > a,
.hero_460b .article-advanced-870d {
  color: rgba(255, 255, 255, 0.79);
}
.hero_460b .banner_bright_6414.footer-c4a4 li a:hover,
.hero_460b .photo-bright-e3a9 a:hover,
.hero_460b .summary-outer-e5a6:hover,
.hero_460b .message-d541 > li > a:hover,
.hero_460b .article-advanced-870d:hover {
  color: rgba(255, 255, 255, 0.99);
}
.hero_460b .content_hovered_3f48 {
  color: rgba(255, 255, 255, 0.79);
}
.hero_460b .content_hovered_3f48 .pro_a57a {
  color: rgba(255, 255, 255, 0.99);
}
.hero_460b .content_hovered_3f48:hover {
  color: rgba(255, 255, 255, 0.99);
}
.hero_460b .carousel-b7ef .content_old_b306 {
  background: rgba(255, 255, 255, 0.03);
  border-color: rgba(255, 255, 255, 0.08);
  color: rgba(255, 255, 255, 0.79);
}
.hero_460b .carousel-b7ef .content_old_b306 .large_159a {
  color: rgba(255, 255, 255, 0.79);
}
.hero_460b
  .carousel-b7ef
  .content_old_b306
  .large_159a::-webkit-input-placeholder {
  color: rgba(255, 255, 255, 0.79);
}
.hero_460b
  .carousel-b7ef
  .content_old_b306
  .large_159a:-ms-input-placeholder {
  color: rgba(255, 255, 255, 0.79);
}
.hero_460b
  .carousel-b7ef
  .content_old_b306
  .large_159a::-ms-input-placeholder {
  color: rgba(255, 255, 255, 0.79);
}
.hero_460b
  .carousel-b7ef
  .content_old_b306
  .large_159a::placeholder {
  color: rgba(255, 255, 255, 0.79);
}
.hero_460b .carousel-b7ef .gold-8bfb {
  color: rgba(255, 255, 255, 0.79);
}
.hero_460b .carousel-b7ef .gold-8bfb:hover {
  color: rgba(255, 255, 255, 0.99);
}
.link_dim_a830
  .hero_460b
  .carousel-b7ef
  .narrow_7b5a
  .static_42e8 {
  background-color: rgba(255, 255, 255, 0.03);
  border-color: rgba(255, 255, 255, 0.08);
  color: rgba(255, 255, 255, 0.79);
}
.link_dim_a830
  .hero_460b
  .carousel-b7ef
  .narrow_7b5a
  .large_159a {
  background-color: rgba(255, 255, 255, 0.03) !important;
  border-color: rgba(255, 255, 255, 0.08);
  color: rgba(255, 255, 255, 0.79);
}
.section-easy-a647 .last-cdac {
  color: rgba(0, 0, 0, 0.6);
  background: rgba(255, 255, 255, 0.9);
}
.last-cdac .black_619c.cool_63cf .message-d541 > li > a:focus,
.last-cdac .black_619c.cool_63cf .message-d541 > li > a:hover,
.last-cdac .black_619c.modal_fresh_53cb .message-d541 > li > a:focus,
.last-cdac .black_619c.modal_fresh_53cb .message-d541 > li > a:hover,
.last-cdac .black_619c.layout_b00a .message-d541 > li > a:focus,
.last-cdac .black_619c.layout_b00a .message-d541 > li > a:hover {
  color: rgba(0, 0, 0, 0.8);
}
.last-cdac
  .black_619c.cool_63cf
  .message-d541
  > li.secondary_8439
  > a,
.last-cdac
  .black_619c.cool_63cf
  .message-d541
  > li.chip-d5a3
  > a,
.last-cdac
  .black_619c.modal_fresh_53cb
  .message-d541
  > li.secondary_8439
  > a,
.last-cdac
  .black_619c.modal_fresh_53cb
  .message-d541
  > li.chip-d5a3
  > a,
.last-cdac
  .black_619c.layout_b00a
  .message-d541
  > li.secondary_8439
  > a,
.last-cdac .black_619c.layout_b00a .message-d541 > li.tiny-3837 > a {
  color: rgba(0, 0, 0, 0.8);
}
.last-cdac .simple-3e06,
.last-cdac .simple-3e06 a {
  color: rgba(0, 0, 0, 0.8);
}
.last-cdac .banner_bright_6414.footer-c4a4 li a,
.last-cdac .photo-bright-e3a9 a,
.last-cdac .summary-outer-e5a6,
.last-cdac .message-d541 > li > a,
.last-cdac .article-advanced-870d {
  color: rgba(0, 0, 0, 0.55);
}
.last-cdac .banner_bright_6414.footer-c4a4 li a:hover,
.last-cdac .photo-bright-e3a9 a:hover,
.last-cdac .summary-outer-e5a6:hover,
.last-cdac .message-d541 > li > a:hover,
.last-cdac .article-advanced-870d:hover {
  color: rgba(0, 0, 0, 0.8);
}
.last-cdac .content_hovered_3f48 {
  color: rgba(0, 0, 0, 0.55);
}
.last-cdac .content_hovered_3f48 .pro_a57a {
  color: rgba(0, 0, 0, 0.8);
}
.last-cdac .content_hovered_3f48:hover {
  color: rgba(0, 0, 0, 0.8);
}
.media-ff18 .right_d260 {
  margin-left: auto;
  margin-right: auto;
}
.hidden_prev_b300 > * {
  margin-left: auto;
  margin-right: auto;
}
.hidden_prev_b300 .status_active_e111 {
  margin-right: 1.41575em;
}
.wrapper_d10a .hidden_prev_b300 > .element_blue_219d {
  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;
}
.wrapper_d10a .hidden_prev_b300 > .tabs_5779 {
  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;
}
.in_a3e8.media-ff18 .right_d260,
.inner-1ad7.media-ff18 .right_d260 {
  margin-left: 0;
}
.basic_b629.media-ff18 .right_d260,
.notice-focused-62fe.media-ff18 .right_d260 {
  margin-right: 0;
}
.hidden_prev_b300 ol,
.hidden_prev_b300 ul {
  margin: 1.5em auto;
  list-style-position: outside;
}
.modal-5890 video {
  max-width: 100%;
}
.notice-middle-64d7 img {
  display: block;
}
.notice-middle-64d7.status_active_e111,
.notice-middle-64d7.sidebar-21be {
  width: 100%;
}
.notice-middle-64d7.tabs_5779 img {
  width: 100vw;
  width: calc(var(--vw, 1vw) * 100);
}
.status_f4b1:not(.article-e2c6) {
  margin: 1.5em auto;
}
.south_8c92 p {
  padding: 1.5em 14px;
}
ul.bright-0c1d.tabs_5779,
ul.bright-0c1d.element_blue_219d,
ul.bright-0c1d.button-advanced-ca44.element_blue_219d {
  padding: 0 14px;
}
.tabs-e22f {
  display: block;
  overflow-x: auto;
}
.tabs-e22f table {
  border-collapse: collapse;
  width: 100%;
}
.tabs-e22f td,
.tabs-e22f th {
  padding: 0.5em;
}
.hidden_prev_b300 li {
  margin-left: 2.5em;
  margin-bottom: 6px;
}
.hidden_prev_b300 ol ol,
.hidden_prev_b300 ol ul,
.hidden_prev_b300 ul ol,
.hidden_prev_b300 ul ul {
  margin-bottom: 0;
  margin-top: 0;
  margin-left: 2.5em;
}
.hidden_prev_b300 ol ol li,
.hidden_prev_b300 ol ul li,
.hidden_prev_b300 ul ol li,
.hidden_prev_b300 ul ul li {
  margin-left: 0;
}
.notice-84c4.red_65d9 > .basic-f54b {
  position: relative;
  width: 100%;
  height: 0;
  padding-top: 56.25%;
}
.notice-84c4.red_65d9 > .basic-f54b iframe,
.notice-84c4.red_65d9 > .basic-f54b > object {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}
.button_6c8d {
  border-left-width: 4px;
  border-left-color: currentColor;
}
.button_6c8d.yellow_b1ce {
  padding: 0;
}
.button_6c8d.yellow_b1ce cite {
  font-size: 13px;
}
.button_6c8d > * {
  margin-left: 16px;
  margin-right: 16px;
}
.button_6c8d cite {
  font-style: normal;
  margin-top: 1em;
  position: relative;
  font-size: 13px;
}
.card-green-29b2 {
  border-bottom: 4px solid currentColor;
  border-top: 4px solid currentColor;
  margin-left: 0;
  margin-right: 0;
  padding: 3em 0;
  text-align: center;
}
.card-green-29b2 > p:first-child {
  margin-top: 0;
}
.card-green-29b2 cite {
  font-size: 13px;
  font-style: normal;
  text-transform: uppercase;
}
.card-green-29b2 blockquote {
  border-left: 0;
}
.content_42cd {
  margin: 3em auto;
  border: none;
  border-bottom: 2px solid currentColor;
}
.content_42cd:not(.item-new-8667) {
  max-width: 100px;
}
.content_42cd.popup-clean-2153 {
  border-bottom: none !important;
  text-align: center;
}
.content_42cd.popup-clean-2153::before {
  padding-left: 0;
  font-size: 30px;
}
@media screen and (min-width: 768px) {
  .south_8c92 p {
    padding: 1.5em 0;
  }
}
.title-0c38 {
  color: #0073aa;
}
.advanced_34c8 {
  background-color: #0073aa;
}
.thick-4b20 {
  color: #229fd8;
}
.sort-a2f8 {
  background-color: #229fd8;
}
.pressed_3aec {
  color: #eee;
}
.mask_outer_0f09 {
  background-color: #eee;
}
.feature_801a {
  color: #444;
}
.static_c47e {
  background-color: #444;
}
.box-warm-32c1 {
  padding: 0;
  -webkit-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  text-size-adjust: 100%;
  line-height: 13px;
}
.box-warm-32c1 .link_warm_4032 .photo-bright-e3a9 {
  font-size: 15px;
}
.box-warm-32c1 .photo-bright-e3a9 {
  line-height: 1.3;
}
.box-warm-32c1 .last-cdac {
}
.box-warm-32c1 .hero_460b {
  background: #235787;
}
.search_863d {
  padding: 0;
}
.search_863d .hero_460b {
  background: #1a1a1a;
}
.search_863d .last-cdac {
  box-shadow: 0 1px 2px 0 #e1e5ea;
  background: #fff;
}
.menu-under-3b55 {
  padding: 0;
  border-left: none;
  border-right: none;
}
.menu-under-3b55 .last-cdac {
  box-shadow: 0 1px 2px 0 #e1e5ea;
}
.menu-under-3b55 .hero_460b {
  background: #303030;
}
.highlight-top-719c {
  position: relative;
  z-index: 10;
}
.highlight-top-719c .breadcrumb_98b3 {
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
  -webkit-box-pack: center;
  justify-content: center;
}
.dark-5037 .fixed-0446 {
  display: inline-block;
  vertical-align: middle;
}
.dark-5037.nav-down-d3a8 .fixed-0446 {
  margin-right: 1em;
}
@media screen and (max-width: 1024px) {
  .dark-5037.nav-down-d3a8 .fixed-0446 {
    margin-right: 1em;
  }
}
@media screen and (max-width: 568px) {
  .dark-5037.nav-down-d3a8 .fixed-0446 {
    margin-right: 0.4em;
  }
}
.dark-5037.nav-down-d3a8 .fixed-0446:last-child {
  margin-right: 0;
}
.title_2a7c .breadcrumb_98b3 {
  max-width: initial;
}
@media screen and (min-width: 1025px) {
  .section-easy-a647 .link_warm_4032 {
    margin: 0 -0.5em;
  }
  .section-easy-a647 .link_warm_4032 [class*="customify-col-"],
  .section-easy-a647 .link_warm_4032 [class*="customify-col_"],
  .section-easy-a647 .link_warm_4032 [class~="customify-col-"] {
    padding-left: 0.5em;
    padding-right: 0.5em;
  }
}
.section-easy-a647.section-huge-f3a9 .breadcrumb_98b3 {
  background: 0 0 !important;
}
.section-easy-a647.section-huge-f3a9 .breadcrumb_98b3,
.section-easy-a647.title_2a7c .breadcrumb_98b3 {
  border: 0 none !important;
  box-shadow: none !important;
}
@media screen and (min-width: 1025px) {
  .section-easy-a647.simple_9f3d {
    background: 0 0 !important;
    border: 0 none;
    box-shadow: none !important;
  }
}
.section-easy-a647.title_2a7c .breadcrumb_98b3 {
  box-shadow: none !important;
}
.prev-4e34 {
  padding: 21px 0 22px;
  border-bottom: 1px solid #eaecee;
  word-break: break-word;
  background: #f9f9f9;
}
@media screen and (max-width: 1024px) {
  .prev-4e34 {
    padding: 19px 0 20px;
  }
}
@media screen and (max-width: 568px) {
  .prev-4e34 {
    padding: 18px 0 20px;
  }
}
.prev-4e34 .label-9751 {
  width: 100%;
}
.prev-4e34 .panel_light_80b2 {
  margin-bottom: 0;
}
.prev-4e34 .header_focused_34d1 {
  margin-top: 5px;
  font-size: 0.875em;
}
.background-4915 {
  padding: 9px 0 9px;
  border-bottom: 1px solid #eaecee;
  color: #6d6d6d;
  line-height: 1.6;
  background: #fff;
}
.background-4915 .shade-e8d7 {
  width: 100%;
}
.cold-c2d6 {
  list-style: none;
  margin: 0 1em;
  padding: 0;
}
.cold-c2d6 li {
  display: inline-block;
  position: relative;
  padding-right: 10px;
}
.cold-c2d6 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;
}
.cold-c2d6 li:last-child:after {
  display: none;
}
.cold-c2d6 li a {
  font-weight: 500;
  margin-right: 10px;
}
.icon-selected-c8a8 .footer-focused-2dde button,
.prev-4e34 .footer-focused-2dde button {
  left: 0;
}
.icon-selected-c8a8 .shade-e8d7,
.prev-4e34 .shade-e8d7 {
  padding-left: 0;
  padding-right: 0;
}
.icon-selected-c8a8 .background-4915,
.prev-4e34 .background-4915 {
  border-bottom: none;
  padding-bottom: 0;
  background: 0 0;
}
.icon-selected-c8a8 {
  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;
}
.icon-selected-c8a8: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;
}
.icon-selected-c8a8 .table_fluid_32d0 {
  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) {
  .icon-selected-c8a8 .table_fluid_32d0 {
    min-height: 300px;
  }
}
@media screen and (max-width: 1024px) {
  .icon-selected-c8a8 .table_fluid_32d0 {
    min-height: 250px;
    padding: 1em 15px;
  }
}
@media screen and (max-width: 568px) {
  .icon-selected-c8a8 .table_fluid_32d0 {
    min-height: 200px;
  }
}
.icon-selected-c8a8 .cold-c2d6 {
  color: rgba(255, 255, 255, 0.8);
}
.icon-selected-c8a8 .cold-c2d6 a,
.icon-selected-c8a8 .cold-c2d6 li:after {
  color: inherit;
}
.icon-selected-c8a8 .cold-c2d6 a:hover {
  color: rgba(255, 255, 255, 0.8);
}
.pattern-dim-ff4d {
  margin-bottom: 0.5em;
}
.active_09e9 {
  margin-bottom: 1.2em;
}
.active_09e9,
.pattern-dim-ff4d {
  display: inline-block;
  position: relative;
  color: rgba(255, 255, 255, 0.99);
  z-index: 5;
}
.active_09e9 p:last-child,
.pattern-dim-ff4d p:last-child {
  margin-bottom: 0;
}
#header-menu-sidebar .footer-focused-2dde,
#masthead .footer-focused-2dde {
  display: none;
}
#masthead
  > .footer-focused-2dde.complex_4b56 {
  display: none;
}
#masthead > .footer-focused-2dde button {
  left: 0;
}
.link-1565 {
  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%;
}
.link-1565 .fixed-0446 {
  display: -webkit-inline-box;
  display: inline-flex;
  -webkit-box-align: center;
  align-items: center;
  margin-left: 0.5em;
  margin-right: 0.5em;
}
.link-1565 .dynamic_8358 {
  display: -webkit-box;
  display: flex;
}
.link-1565 .dynamic_8358.overlay-4873 {
  -webkit-box-pack: center;
  justify-content: center;
  margin-left: 1em;
  margin-right: 1em;
}
.link-1565 .dynamic_8358.white_2a3d {
  -webkit-box-pack: start;
  justify-content: flex-start;
  margin-right: auto;
  -webkit-box-flex: 1;
  flex: 1 1 0;
}
.link-1565 .dynamic_8358.brown_55ae {
  margin-left: auto;
  -webkit-box-pack: end;
  justify-content: flex-end;
  -webkit-box-flex: 1;
  flex: 1 1 0;
}
.link-1565.gradient_86b2.top-1a50 .dynamic_8358.overlay-4873 {
  flex-basis: 100%;
}
.link-1565.next_20dc .dynamic_8358.white_2a3d {
  -webkit-box-flex: 1;
  flex: auto;
}
.link-1565.next_20dc .dynamic_8358.brown_55ae {
  -webkit-box-flex: 1;
  flex: auto;
}
#masthead
  > .footer-focused-2dde.complex_4b56 {
  display: none;
}
#masthead > .footer-focused-2dde button {
  left: 0;
}
.section-b6d2 {
  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;
}
.section-b6d2:hover {
  box-shadow: inset 0 0 0 120px rgba(0, 0, 0, 0.18);
  color: #fff;
}
.section-b6d2.link_d7d6 i {
  margin-right: 4px;
}
.section-b6d2.modal-focused-255a i {
  margin-left: 5px;
}
.photo-bright-e3a9 p {
  font-weight: 500;
  text-transform: uppercase;
  font-size: 13px;
}
.photo-bright-e3a9 p:last-child {
  margin-bottom: 0;
}
.feature_74b2 {
  display: -webkit-box;
  display: flex;
  line-height: 0.9;
  vertical-align: middle;
}
.feature_74b2 a {
  display: inline-block;
  text-transform: uppercase;
  letter-spacing: 0.4px;
  font-weight: 600;
}
.feature_74b2 img {
  display: block;
  width: auto;
  line-height: 1;
}
.feature_74b2 .simple-3e06 {
  font-size: 1.5em;
  margin: 0;
  font-weight: 600;
  line-height: 1.216;
}
.feature_74b2 .heading_top_447a {
  margin: 5px 0 7px 0;
}
.feature_74b2.column-hard-bc4e .form-iron-474e {
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
  -webkit-box-pack: center;
  justify-content: center;
}
.feature_74b2.column-hard-bc4e .new_e2fe {
  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;
}
.feature_74b2.small-ca70 {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  flex-direction: row-reverse;
}
.feature_74b2.small-ca70 .form-iron-474e {
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
  -webkit-box-pack: center;
  justify-content: center;
}
.feature_74b2.small-ca70 .new_e2fe {
  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;
}
.feature_74b2.avatar_855f {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
}
.feature_74b2.dim-c9a8 {
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
  flex-direction: column-reverse;
}
.feature_74b2.dim-c9a8 .new_e2fe {
  margin-top: 7px;
}
.disabled_stale_488e {
  display: inline-block;
}
.highlight-top-719c .hard_a6c9 .feature_74b2 img {
  max-width: 100%;
}
.black_619c .fluid-5401.info_b142,
.iron-9421 .fluid-5401.info_b142 {
  position: relative;
  display: -webkit-inline-box;
  display: inline-flex;
  -webkit-box-align: center;
  align-items: center;
}
.black_619c .link_5511,
.iron-9421 .link_5511 {
  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%);
}
.black_619c .link_5511 {
  display: inline;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-decoration: none !important;
}
.black_619c.inner_313d .link_5511 {
  display: none;
}
.black_619c .pink-521f {
  list-style: none;
  padding: 0;
  margin: 0;
}
.black_619c .pink-521f li {
  display: inline-block;
  position: relative;
}
.black_619c .pink-521f li:last-child {
  margin-right: 0;
}
.black_619c .pink-521f 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;
}
.black_619c .pink-521f li.tiny-3837 > a {
  color: rgba(0, 0, 0, 0.9);
}
.black_619c .pink-521f > 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;
}
.black_619c .pink-521f > li > a i {
  line-height: 0;
}
.black_619c .pink-521f > li.over_022a > a .link_5511 {
  margin-left: 4px;
  line-height: 0;
}
.black_619c .pink-521f .row-9d11 li.over_022a > a {
  position: relative;
}
.black_619c .pink-521f .row-9d11 li.over_022a > a:after,
.black_619c .pink-521f .row-9d11 li.over_022a > a:before {
  content: "";
  display: table;
}
.black_619c .pink-521f .row-9d11 li.over_022a > a:after {
  clear: both;
}
.black_619c .pink-521f .row-9d11 li.over_022a > a .link_5511 {
  margin-left: 5px;
  float: right;
}
.black_619c .short_befb,
.black_619c .row-9d11 {
  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;
}
.black_619c .row-9d11 {
  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;
}
.black_619c .row-9d11 .info_b142 {
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: justify;
  justify-content: space-between;
}
.black_619c .row-9d11 .link_5511 {
  -webkit-transform: rotate(135deg) translateY(0);
  -ms-transform: rotate(135deg) translateY(0);
  transform: rotate(135deg) translateY(0);
}
.black_619c .row-9d11 li {
  display: block;
  margin: 0;
  padding: 0;
}
.black_619c .row-9d11 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;
}
.black_619c .row-9d11 li a:hover {
  background: rgba(0, 0, 0, 0.015);
  color: rgba(0, 0, 0, 0.8);
}
.black_619c .row-9d11 .row-9d11 {
  top: 0;
  left: 100%;
}
.black_619c .background_advanced_4d36.fn-focus-4589 > .short_befb,
.black_619c .background_advanced_4d36.fn-focus-4589 > .row-9d11,
.black_619c .background_advanced_4d36:focus > .short_befb,
.black_619c .background_advanced_4d36:focus > .row-9d11,
.black_619c .background_advanced_4d36:hover > .short_befb,
.black_619c .background_advanced_4d36:hover > .row-9d11 {
  height: auto;
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
  overflow: initial;
  visibility: visible;
  opacity: 1;
}
.black_619c.layout_b00a .message-d541:after,
.black_619c.layout_b00a .message-d541:before {
  content: "";
  display: table;
}
.black_619c.layout_b00a .message-d541:after {
  clear: both;
}
.black_619c.layout_b00a .message-d541 > li {
  float: left;
}
.black_619c.footer-da48 .message-d541:after,
.black_619c.footer-da48 .message-d541:before {
  content: "";
  display: table;
}
.black_619c.footer-da48 .message-d541:after {
  clear: both;
}
.black_619c.footer-da48 .message-d541 > li {
  float: left;
}
.black_619c.footer-da48 .message-d541 > li > a {
  background: 0 0;
  display: -webkit-inline-box;
  display: inline-flex;
  vertical-align: middle;
  -webkit-box-align: center;
  align-items: center;
}
.black_619c.footer-da48 .message-d541 > li > a:hover {
  color: #fff;
  background-color: #1e4b75;
}
.black_619c.footer-da48 .message-d541 > li.secondary_8439 > a,
.black_619c.footer-da48 .message-d541 > li.tiny-3837 > a {
  color: #fff;
  background-color: #1e4b75;
}
.black_619c.cool_63cf .message-d541 > li > a .info_b142 {
  position: relative;
}
.black_619c.cool_63cf .message-d541 > li > a .info_b142: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;
}
.black_619c.cool_63cf
  .message-d541
  > li:focus
  > a
  .info_b142:before,
.black_619c.cool_63cf
  .message-d541
  > li:hover
  > a
  .info_b142:before {
  width: 100%;
  background-color: currentColor;
}
.black_619c.cool_63cf
  .message-d541
  > li.secondary_8439
  > a
  .info_b142:before,
.black_619c.cool_63cf
  .message-d541
  > li.chip-d5a3
  > a
  .info_b142:before {
  width: 100%;
  background-color: currentColor;
}
.black_619c.modal_fresh_53cb .message-d541 > li > a .info_b142 {
  position: relative;
}
.black_619c.modal_fresh_53cb .message-d541 > li > a .info_b142: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;
}
.black_619c.modal_fresh_53cb .message-d541 > li:focus > a .info_b142:before,
.black_619c.modal_fresh_53cb
  .message-d541
  > li:hover
  > a
  .info_b142:before {
  width: 100%;
  background-color: currentColor;
}
.black_619c.modal_fresh_53cb
  .message-d541
  > li.secondary_8439
  > a
  .info_b142:before,
.black_619c.modal_fresh_53cb
  .message-d541
  > li.chip-d5a3
  > a
  .info_b142:before {
  width: 100%;
  background-color: currentColor;
}
.iron-9421 .pink-521f {
  margin: 0;
  padding: 0;
  list-style: none;
}
.iron-9421 .pink-521f li:first-child > a {
  border-top: none;
}
.iron-9421 .pink-521f .column_fdfe > .info_b142 .link_5511 {
  display: none;
}
.iron-9421 .pink-521f li {
  list-style: none;
  position: relative;
  border-bottom: 1px solid transparent;
}
.iron-9421 .pink-521f li:last-child {
  border: none;
}
.iron-9421 .pink-521f li.over_022a > a {
  padding-right: 45px !important;
}
.iron-9421 .pink-521f li a {
  display: block;
  padding: 0.55em 1.5em;
}
.iron-9421 .pink-521f li a:focus,
.iron-9421 .pink-521f li a:hover {
  background: rgba(0, 0, 0, 0.01);
}
.iron-9421 .pink-521f li .smooth-6bb5 {
  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;
}
.iron-9421 .pink-521f li .smooth-6bb5:hover {
  box-shadow: none;
}
.iron-9421 .pink-521f li .smooth-6bb5 .link_5511 {
  -webkit-transform: rotate(-135deg) translateY(50%) translateX(50%);
  -ms-transform: rotate(-135deg) translateY(50%) translateX(50%);
  transform: rotate(-135deg) translateY(50%) translateX(50%);
}
.iron-9421 .pink-521f .row-9d11 {
  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);
}
.iron-9421 .pink-521f .row-9d11 li a {
  padding-left: 3em;
}
.iron-9421 .pink-521f .image_82b8 > a .smooth-6bb5 i {
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
.iron-9421 .pink-521f .image_82b8 > .row-9d11 {
  display: block;
  opacity: 1;
}
.shade-1659 {
  max-width: 100%;
}
.middle_eae6 {
  line-height: 0;
  cursor: pointer;
}
.article-advanced-870d {
  line-height: 0;
  display: inline-block;
  position: relative;
  box-shadow: none;
}
.article-advanced-870d:hover {
  box-shadow: none;
  color: currentColor;
}
.article-advanced-870d svg {
  width: 18px;
  height: 18px;
}
.article-advanced-870d .outline_red_a436 {
  display: none;
}
.aside-a4e1 {
  position: relative;
}
.aside-a4e1.fn-active-4589 .article-advanced-870d .description-dirty-168a {
  display: none;
}
.aside-a4e1.fn-active-4589 .article-advanced-870d .outline_red_a436 {
  display: inline-block;
}
.aside-a4e1 .card_1681 {
  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);
}
.aside-a4e1.button_stone_a545 .card_1681 {
  left: auto;
  right: -0.9em;
}
.aside-a4e1.button_stone_a545 .copper-e045::before {
  left: auto;
  right: 15px;
}
.aside-a4e1.fn-active-4589 .card_1681 {
  height: auto;
  overflow: initial;
  z-index: 26;
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
}
.narrow_7b5a {
  display: -webkit-box;
  display: flex;
  margin-bottom: 0;
  width: 100%;
  max-width: 100%;
}
.narrow_7b5a label {
  flex-basis: 100%;
}
.narrow_7b5a .content_old_b306 {
  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;
}
.narrow_7b5a .large_159a {
  display: block;
  width: 100%;
  border-radius: 2px;
  height: 2.4em;
}
.narrow_7b5a .large_159a:focus {
  background-color: transparent;
}
.narrow_7b5a button.gold-8bfb {
  overflow: hidden;
  box-shadow: none;
  margin-left: -40px;
  background: 0 0;
  color: #6d6d6d;
  line-height: 0;
  padding: 0 0.7em;
  min-height: auto;
}
.narrow_7b5a button.gold-8bfb:hover {
  box-shadow: none;
  background-color: transparent;
  color: #686868;
}
.narrow_7b5a button.gold-8bfb svg {
  width: 18px;
  height: 18px;
}
.narrow_7b5a input[type="submit"] {
  min-height: auto;
}
.carousel-b7ef .narrow_7b5a .large_159a {
  border: 0;
  box-shadow: none;
  background-color: transparent;
}
.copper-e045 {
  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) {
  .copper-e045 {
    width: 220px;
  }
}
.copper-e045 label {
  flex-basis: 100%;
}
.copper-e045::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;
}
.link_dim_a830 .carousel-b7ef .narrow_7b5a {
  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;
}
.link_dim_a830
  .carousel-b7ef
  .narrow_7b5a
  .content_old_b306 {
  background-color: transparent;
  min-height: auto;
  flex-basis: 100%;
  display: -webkit-box;
  display: flex;
  border-style: none;
  border: none;
  box-shadow: none;
}
.link_dim_a830 .carousel-b7ef .narrow_7b5a .large_159a {
  border-color: transparent;
  height: auto;
  background-color: transparent;
  border: 0;
  border-style: none;
  box-shadow: none;
  -webkit-box-flex: 0;
  flex: 0 0 auto;
}
.link_dim_a830
  .carousel-b7ef
  .narrow_7b5a
  .large_159a:focus {
  background: 0 0;
}
.link_dim_a830
  .carousel-b7ef
  .narrow_7b5a
  .static_42e8 {
  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;
}
.banner_bright_6414 {
  display: inline-block;
  margin: 0;
  padding: 0;
  list-style: none;
  position: relative;
}
.banner_bright_6414 li {
  list-style: none;
  display: inline-block;
  margin: 0 3px;
}
.banner_bright_6414 li:last-child {
  margin-right: 0;
}
.banner_bright_6414 li:first-child {
  margin-left: 0;
}
.banner_bright_6414.complex-3bde a {
  color: #fff;
}
.banner_bright_6414.complex-3bde a:hover {
  color: #fff;
}
.banner_bright_6414 a {
  color: currentColor;
  text-align: center;
  vertical-align: middle;
  width: 100%;
  padding: 0.4em;
  display: inline-block;
  line-height: 1;
  font-size: 13px;
}
.banner_bright_6414 a i {
  width: 1em;
  height: 1em;
  position: relative;
  display: block;
}
.banner_bright_6414 a i:before {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}
.banner_bright_6414 a:hover {
  opacity: 0.9;
  color: inherit;
}
.banner_bright_6414 [class*="social-icon-apple"] {
  background-color: #999;
}
.banner_bright_6414 [class*="social-icon-apple"].next_ef83 {
  background-color: transparent;
  color: #999;
}
.banner_bright_6414 [class*="social-icon-behance"] {
  background-color: #1769ff;
}
.banner_bright_6414 [class*="social-icon-behance"].next_ef83 {
  background-color: transparent;
  color: #1769ff;
}
.banner_bright_6414 [class*="social-icon-bitbucket"] {
  background-color: #205081;
}
.banner_bright_6414 [class*="social-icon-bitbucket"].next_ef83 {
  background-color: transparent;
  color: #205081;
}
.banner_bright_6414 [class*="social-icon-codepen"] {
  background-color: #000;
}
.banner_bright_6414 [class*="social-icon-codepen"].next_ef83 {
  background-color: transparent;
  color: #000;
}
.banner_bright_6414 [class*="social-icon-delicious"] {
  background-color: #39f;
}
.banner_bright_6414 [class*="social-icon-delicious"].next_ef83 {
  background-color: transparent;
  color: #39f;
}
.banner_bright_6414 [class*="social-icon-digg"] {
  background-color: #005be2;
}
.banner_bright_6414 [class*="social-icon-digg"].next_ef83 {
  background-color: transparent;
  color: #005be2;
}
.banner_bright_6414 [class*="social-icon-dribbble"] {
  background-color: #ea4c89;
}
.banner_bright_6414 [class*="social-icon-dribbble"].next_ef83 {
  background-color: transparent;
  color: #ea4c89;
}
.banner_bright_6414 [class*="social-icon-envelope"] {
  background-color: #ea4335;
}
.banner_bright_6414 [class*="social-icon-envelope"].next_ef83 {
  background-color: transparent;
  color: #ea4335;
}
.banner_bright_6414 [class*="social-icon-facebook"] {
  background-color: #3b5998;
}
.banner_bright_6414 [class*="social-icon-facebook"].next_ef83 {
  background-color: transparent;
  color: #3b5998;
}
.banner_bright_6414 [class*="social-icon-flickr"] {
  background-color: #0063dc;
}
.banner_bright_6414 [class*="social-icon-flickr"].next_ef83 {
  background-color: transparent;
  color: #0063dc;
}
.banner_bright_6414 [class*="social-icon-foursquare"] {
  background-color: #2d5be3;
}
.banner_bright_6414 [class*="social-icon-foursquare"].next_ef83 {
  background-color: transparent;
  color: #2d5be3;
}
.banner_bright_6414 [class*="social-icon-github"] {
  background-color: #333;
}
.banner_bright_6414 [class*="social-icon-github"].next_ef83 {
  background-color: transparent;
  color: #333;
}
.banner_bright_6414 [class*="social-icon-google-plus"] {
  background-color: #dd4b39;
}
.banner_bright_6414 [class*="social-icon-google-plus"].next_ef83 {
  background-color: transparent;
  color: #dd4b39;
}
.banner_bright_6414 [class*="social-icon-houzz"] {
  background-color: #7ac142;
}
.banner_bright_6414 [class*="social-icon-houzz"].next_ef83 {
  background-color: transparent;
  color: #7ac142;
}
.banner_bright_6414 [class*="social-icon-instagram"] {
  background-color: #262626;
}
.banner_bright_6414 [class*="social-icon-instagram"].next_ef83 {
  background-color: transparent;
  color: #262626;
}
.banner_bright_6414 [class*="social-icon-jsfiddle"] {
  background-color: #487aa2;
}
.banner_bright_6414 [class*="social-icon-jsfiddle"].next_ef83 {
  background-color: transparent;
  color: #487aa2;
}
.banner_bright_6414 [class*="social-icon-linkedin"] {
  background-color: #0077b5;
}
.banner_bright_6414 [class*="social-icon-linkedin"].next_ef83 {
  background-color: transparent;
  color: #0077b5;
}
.banner_bright_6414 [class*="social-icon-medium"] {
  background-color: #00ab6b;
}
.banner_bright_6414 [class*="social-icon-medium"].next_ef83 {
  background-color: transparent;
  color: #00ab6b;
}
.banner_bright_6414 [class*="social-icon-odnoklassniki"] {
  background-color: #f4731c;
}
.banner_bright_6414
  [class*="social-icon-odnoklassniki"].next_ef83 {
  background-color: transparent;
  color: #f4731c;
}
.banner_bright_6414 [class*="social-icon-meetup"] {
  background-color: #ec1c40;
}
.banner_bright_6414 [class*="social-icon-meetup"].next_ef83 {
  background-color: transparent;
  color: #ec1c40;
}
.banner_bright_6414 [class*="social-icon-pinterest"] {
  background-color: #bd081c;
}
.banner_bright_6414 [class*="social-icon-pinterest"].next_ef83 {
  background-color: transparent;
  color: #bd081c;
}
.banner_bright_6414 [class*="social-icon-product-hunt"] {
  background-color: #da552f;
}
.banner_bright_6414 [class*="social-icon-product-hunt"].next_ef83 {
  background-color: transparent;
  color: #da552f;
}
.banner_bright_6414 [class*="social-icon-reddit"] {
  background-color: #ff4500;
}
.banner_bright_6414 [class*="social-icon-reddit"].next_ef83 {
  background-color: transparent;
  color: #ff4500;
}
.banner_bright_6414 [class*="social-icon-rss"] {
  background-color: #f26522;
}
.banner_bright_6414 [class*="social-icon-rss"].next_ef83 {
  background-color: transparent;
  color: #f26522;
}
.banner_bright_6414 [class*="social-icon-shopping-cart"] {
  background-color: #4caf50;
}
.banner_bright_6414
  [class*="social-icon-shopping-cart"].next_ef83 {
  background-color: transparent;
  color: #4caf50;
}
.banner_bright_6414 [class*="social-icon-skype"] {
  background-color: #00aff0;
}
.banner_bright_6414 [class*="social-icon-skype"].next_ef83 {
  background-color: transparent;
  color: #00aff0;
}
.banner_bright_6414 [class*="social-icon-slideshare"] {
  background-color: #0077b5;
}
.banner_bright_6414 [class*="social-icon-slideshare"].next_ef83 {
  background-color: transparent;
  color: #0077b5;
}
.banner_bright_6414 [class*="social-icon-snapchat"] {
  background-color: #fffc00;
}
.banner_bright_6414 [class*="social-icon-snapchat"].next_ef83 {
  background-color: transparent;
  color: #fffc00;
}
.banner_bright_6414 [class*="social-icon-soundcloud"] {
  background-color: #f80;
}
.banner_bright_6414 [class*="social-icon-soundcloud"].next_ef83 {
  background-color: transparent;
  color: #f80;
}
.banner_bright_6414 [class*="social-icon-spotify"] {
  background-color: #2ebd59;
}
.banner_bright_6414 [class*="social-icon-spotify"].next_ef83 {
  background-color: transparent;
  color: #2ebd59;
}
.banner_bright_6414 [class*="social-icon-stack-overflow"] {
  background-color: #fe7a15;
}
.banner_bright_6414
  [class*="social-icon-stack-overflow"].next_ef83 {
  background-color: transparent;
  color: #fe7a15;
}
.banner_bright_6414 [class*="social-icon-maldkfgram"] {
  background-color: #2ca5e0;
}
.banner_bright_6414 [class*="social-icon-maldkfgram"].next_ef83 {
  background-color: transparent;
  color: #2ca5e0;
}
.banner_bright_6414 [class*="social-icon-tripadvisor"] {
  background-color: #589442;
}
.banner_bright_6414 [class*="social-icon-tripadvisor"].next_ef83 {
  background-color: transparent;
  color: #589442;
}
.banner_bright_6414 [class*="social-icon-tumblr"] {
  background-color: #35465c;
}
.banner_bright_6414 [class*="social-icon-tumblr"].next_ef83 {
  background-color: transparent;
  color: #35465c;
}
.banner_bright_6414 [class*="social-icon-twitch"] {
  background-color: #6441a5;
}
.banner_bright_6414 [class*="social-icon-twitch"].next_ef83 {
  background-color: transparent;
  color: #6441a5;
}
.banner_bright_6414 [class*="social-icon-twitter"] {
  background-color: #1da1f2;
}
.banner_bright_6414 [class*="social-icon-twitter"].next_ef83 {
  background-color: transparent;
  color: #1da1f2;
}
.banner_bright_6414 [class*="social-icon-vimeo"] {
  background-color: #1ab7ea;
}
.banner_bright_6414 [class*="social-icon-vimeo"].next_ef83 {
  background-color: transparent;
  color: #1ab7ea;
}
.banner_bright_6414 [class*="social-icon-vk"] {
  background-color: #45668e;
}
.banner_bright_6414 [class*="social-icon-vk"].next_ef83 {
  background-color: transparent;
  color: #45668e;
}
.banner_bright_6414 [class*="social-icon-weibo"] {
  background-color: #df2029;
}
.banner_bright_6414 [class*="social-icon-weibo"].next_ef83 {
  background-color: transparent;
  color: #df2029;
}
.banner_bright_6414 [class*="social-icon-weixin"] {
  background-color: #7bb32e;
}
.banner_bright_6414 [class*="social-icon-weixin"].next_ef83 {
  background-color: transparent;
  color: #7bb32e;
}
.banner_bright_6414 [class*="social-icon-whatsapp"] {
  background-color: #25d366;
}
.banner_bright_6414 [class*="social-icon-whatsapp"].next_ef83 {
  background-color: transparent;
  color: #25d366;
}
.banner_bright_6414 [class*="social-icon-wordpress"] {
  background-color: #21759b;
}
.banner_bright_6414 [class*="social-icon-wordpress"].next_ef83 {
  background-color: transparent;
  color: #21759b;
}
.banner_bright_6414 [class*="social-icon-xing"] {
  background-color: #026466;
}
.banner_bright_6414 [class*="social-icon-xing"].next_ef83 {
  background-color: transparent;
  color: #026466;
}
.banner_bright_6414 [class*="social-icon-yelp"] {
  background-color: #af0606;
}
.banner_bright_6414 [class*="social-icon-yelp"].next_ef83 {
  background-color: transparent;
  color: #af0606;
}
.banner_bright_6414 [class*="social-icon-youtube"] {
  background-color: #cd201f;
}
.banner_bright_6414 [class*="social-icon-youtube"].next_ef83 {
  background-color: transparent;
  color: #cd201f;
}
.summary-outer-e5a6 {
  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;
}
.summary-outer-e5a6:hover {
  box-shadow: none;
  background: 0 0;
}
.texture-ab37 {
  background: 0 0 !important;
  text-transform: uppercase;
  font-size: 0.85em;
}
.gallery-wide-1b00 {
  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;
}
.hero-stale-74b0 {
  display: inline-block;
  position: relative;
  vertical-align: middle;
}
.sort_bc9f {
  display: block;
  top: 50%;
  background-color: currentcolor;
}
.sort_bc9f,
.sort_bc9f::after,
.sort_bc9f::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;
}
.sort_bc9f::after,
.sort_bc9f::before {
  content: "";
  display: block;
  background-color: inherit;
}
.label-a289 .gallery-wide-1b00 .hero-stale-74b0 {
  margin-top: -2px;
  width: 19px;
}
.label-a289 .gallery-wide-1b00 .sort_bc9f {
  margin-top: -1px;
}
.label-a289 .gallery-wide-1b00 .sort_bc9f,
.label-a289 .gallery-wide-1b00 .sort_bc9f::after,
.label-a289 .gallery-wide-1b00 .sort_bc9f::before {
  width: 19px;
  height: 2px;
}
.label-a289 .gallery-wide-1b00 .sort_bc9f::before {
  top: -6px;
}
.label-a289 .gallery-wide-1b00 .sort_bc9f::after {
  bottom: -6px;
}
.feature-a938 .gallery-wide-1b00 .hero-stale-74b0 {
  margin-top: -2px;
  width: 22px;
}
.feature-a938 .gallery-wide-1b00 .sort_bc9f {
  margin-top: -1px;
}
.feature-a938 .gallery-wide-1b00 .sort_bc9f,
.feature-a938 .gallery-wide-1b00 .sort_bc9f::after,
.feature-a938 .gallery-wide-1b00 .sort_bc9f::before {
  width: 22px;
  height: 2px;
}
.feature-a938 .gallery-wide-1b00 .sort_bc9f::before {
  top: -7px;
}
.feature-a938 .gallery-wide-1b00 .sort_bc9f::after {
  bottom: -7px;
}
.chip-1eb5 .gallery-wide-1b00 .hero-stale-74b0 {
  margin-top: -2px;
  width: 31px;
}
.chip-1eb5 .gallery-wide-1b00 .sort_bc9f {
  margin-top: -1.5px;
}
.chip-1eb5 .gallery-wide-1b00 .sort_bc9f,
.chip-1eb5 .gallery-wide-1b00 .sort_bc9f::after,
.chip-1eb5 .gallery-wide-1b00 .sort_bc9f::before {
  width: 31px;
  height: 3px;
}
.chip-1eb5 .gallery-wide-1b00 .sort_bc9f::before {
  top: -9px;
}
.chip-1eb5 .gallery-wide-1b00 .sort_bc9f::after {
  bottom: -9px;
}
@media screen and (min-width: 1025px) {
  .cool_a022 .gallery-wide-1b00 .hero-stale-74b0 {
    margin-top: -2px;
    width: 19px;
  }
  .cool_a022 .gallery-wide-1b00 .sort_bc9f {
    margin-top: -1px;
  }
  .cool_a022 .gallery-wide-1b00 .sort_bc9f,
  .cool_a022 .gallery-wide-1b00 .sort_bc9f::after,
  .cool_a022 .gallery-wide-1b00 .sort_bc9f::before {
    width: 19px;
    height: 2px;
  }
  .cool_a022 .gallery-wide-1b00 .sort_bc9f::before {
    top: -6px;
  }
  .cool_a022 .gallery-wide-1b00 .sort_bc9f::after {
    bottom: -6px;
  }
  .small-689e .gallery-wide-1b00 .hero-stale-74b0 {
    margin-top: -2px;
    width: 22px;
  }
  .small-689e .gallery-wide-1b00 .sort_bc9f {
    margin-top: -1px;
  }
  .small-689e .gallery-wide-1b00 .sort_bc9f,
  .small-689e .gallery-wide-1b00 .sort_bc9f::after,
  .small-689e .gallery-wide-1b00 .sort_bc9f::before {
    width: 22px;
    height: 2px;
  }
  .small-689e .gallery-wide-1b00 .sort_bc9f::before {
    top: -7px;
  }
  .small-689e .gallery-wide-1b00 .sort_bc9f::after {
    bottom: -7px;
  }
  .last_f291 .gallery-wide-1b00 .hero-stale-74b0 {
    margin-top: -2px;
    width: 31px;
  }
  .last_f291 .gallery-wide-1b00 .sort_bc9f {
    margin-top: -1.5px;
  }
  .last_f291 .gallery-wide-1b00 .sort_bc9f,
  .last_f291 .gallery-wide-1b00 .sort_bc9f::after,
  .last_f291 .gallery-wide-1b00 .sort_bc9f::before {
    width: 31px;
    height: 3px;
  }
  .last_f291 .gallery-wide-1b00 .sort_bc9f::before {
    top: -9px;
  }
  .last_f291 .gallery-wide-1b00 .sort_bc9f::after {
    bottom: -9px;
  }
}
@media screen and (max-width: 1024px) {
  .text_current_aeb5 .gallery-wide-1b00 .hero-stale-74b0 {
    margin-top: -2px;
    width: 19px;
  }
  .text_current_aeb5 .gallery-wide-1b00 .sort_bc9f {
    margin-top: -1px;
  }
  .text_current_aeb5 .gallery-wide-1b00 .sort_bc9f,
  .text_current_aeb5 .gallery-wide-1b00 .sort_bc9f::after,
  .text_current_aeb5 .gallery-wide-1b00 .sort_bc9f::before {
    width: 19px;
    height: 2px;
  }
  .text_current_aeb5 .gallery-wide-1b00 .sort_bc9f::before {
    top: -6px;
  }
  .text_current_aeb5 .gallery-wide-1b00 .sort_bc9f::after {
    bottom: -6px;
  }
  .sidebar_basic_fef4 .gallery-wide-1b00 .hero-stale-74b0 {
    margin-top: -2px;
    width: 22px;
  }
  .sidebar_basic_fef4 .gallery-wide-1b00 .sort_bc9f {
    margin-top: -1px;
  }
  .sidebar_basic_fef4 .gallery-wide-1b00 .sort_bc9f,
  .sidebar_basic_fef4 .gallery-wide-1b00 .sort_bc9f::after,
  .sidebar_basic_fef4 .gallery-wide-1b00 .sort_bc9f::before {
    width: 22px;
    height: 2px;
  }
  .sidebar_basic_fef4 .gallery-wide-1b00 .sort_bc9f::before {
    top: -7px;
  }
  .sidebar_basic_fef4 .gallery-wide-1b00 .sort_bc9f::after {
    bottom: -7px;
  }
  .green_4852 .gallery-wide-1b00 .hero-stale-74b0 {
    margin-top: -2px;
    width: 31px;
  }
  .green_4852 .gallery-wide-1b00 .sort_bc9f {
    margin-top: -1.5px;
  }
  .green_4852 .gallery-wide-1b00 .sort_bc9f,
  .green_4852 .gallery-wide-1b00 .sort_bc9f::after,
  .green_4852 .gallery-wide-1b00 .sort_bc9f::before {
    width: 31px;
    height: 3px;
  }
  .green_4852 .gallery-wide-1b00 .sort_bc9f::before {
    top: -9px;
  }
  .green_4852 .gallery-wide-1b00 .sort_bc9f::after {
    bottom: -9px;
  }
}
@media screen and (max-width: 568px) {
  .title_5978 .gallery-wide-1b00 .hero-stale-74b0 {
    margin-top: -2px;
    width: 19px;
  }
  .title_5978 .gallery-wide-1b00 .sort_bc9f {
    margin-top: -1px;
  }
  .title_5978 .gallery-wide-1b00 .sort_bc9f,
  .title_5978 .gallery-wide-1b00 .sort_bc9f::after,
  .title_5978 .gallery-wide-1b00 .sort_bc9f::before {
    width: 19px;
    height: 2px;
  }
  .title_5978 .gallery-wide-1b00 .sort_bc9f::before {
    top: -6px;
  }
  .title_5978 .gallery-wide-1b00 .sort_bc9f::after {
    bottom: -6px;
  }
  .highlight_0656 .gallery-wide-1b00 .hero-stale-74b0 {
    margin-top: -2px;
    width: 22px;
  }
  .highlight_0656 .gallery-wide-1b00 .sort_bc9f {
    margin-top: -1px;
  }
  .highlight_0656 .gallery-wide-1b00 .sort_bc9f,
  .highlight_0656 .gallery-wide-1b00 .sort_bc9f::after,
  .highlight_0656 .gallery-wide-1b00 .sort_bc9f::before {
    width: 22px;
    height: 2px;
  }
  .highlight_0656 .gallery-wide-1b00 .sort_bc9f::before {
    top: -7px;
  }
  .highlight_0656 .gallery-wide-1b00 .sort_bc9f::after {
    bottom: -7px;
  }
  .table-narrow-817d .gallery-wide-1b00 .hero-stale-74b0 {
    margin-top: -2px;
    width: 31px;
  }
  .table-narrow-817d .gallery-wide-1b00 .sort_bc9f {
    margin-top: -1.5px;
  }
  .table-narrow-817d .gallery-wide-1b00 .sort_bc9f,
  .table-narrow-817d .gallery-wide-1b00 .sort_bc9f::after,
  .table-narrow-817d .gallery-wide-1b00 .sort_bc9f::before {
    width: 31px;
    height: 3px;
  }
  .table-narrow-817d .gallery-wide-1b00 .sort_bc9f::before {
    top: -9px;
  }
  .table-narrow-817d .gallery-wide-1b00 .sort_bc9f::after {
    bottom: -9px;
  }
}
.tabs_solid_c4ba .sort_bc9f {
  -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);
}
.tabs_solid_c4ba .sort_bc9f::before {
  -webkit-transition: top 75ms 0.12s ease, opacity 75ms ease;
  transition: top 75ms 0.12s ease, opacity 75ms ease;
}
.tabs_solid_c4ba .sort_bc9f::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);
}
.tabs_solid_c4ba.plasma_344b .sort_bc9f {
  -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);
}
.tabs_solid_c4ba.plasma_344b .sort_bc9f::before {
  top: 0;
  opacity: 0;
  -webkit-transition: top 75ms ease, opacity 75ms 0.12s ease;
  transition: top 75ms ease, opacity 75ms 0.12s ease;
}
.tabs_solid_c4ba.plasma_344b .sort_bc9f::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);
}
.red_8474 {
  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.middle-16ba:before {
  display: none;
}
.dim_3197 {
  padding: 0;
  position: fixed;
  width: 100%;
  max-width: 100%;
  top: 0;
  z-index: 999900;
  visibility: hidden;
}
.dim_3197 .popup_glass_f931 {
  padding: 1.4em 1.5em;
  border-bottom: 1px solid transparent;
}
.dim_3197 .popup_glass_f931:last-of-type {
  border-bottom: none;
}
.dim_3197 .popup_glass_f931.video_out_e1b4,
.dim_3197 .popup_glass_f931.grid-0639,
.dim_3197 .popup_glass_f931.nav-18b9 {
  padding: 0;
}
.dim_3197 .iron-9421 .smooth-6bb5 {
  color: currentColor;
}
.dim_3197 .iron-9421 .smooth-6bb5:focus,
.dim_3197 .iron-9421 .smooth-6bb5:hover {
  background: rgba(0, 0, 0, 0.01);
}
.dim_3197.last-cdac .content_hovered_3f48,
.dim_3197.last-cdac .photo-bright-e3a9 a,
.dim_3197.last-cdac .message-d541 a,
.dim_3197.last-cdac .row-9d11 a {
  color: rgba(0, 0, 0, 0.55);
}
.dim_3197.last-cdac .content_hovered_3f48:hover,
.dim_3197.last-cdac .photo-bright-e3a9 a:hover,
.dim_3197.last-cdac .message-d541 a:hover,
.dim_3197.last-cdac .row-9d11 a:hover {
  color: rgba(0, 0, 0, 0.8);
}
.dim_3197.last-cdac .pro_a57a {
  color: rgba(0, 0, 0, 0.8);
}
.dim_3197.last-cdac .popup_glass_f931 {
  border-color: rgba(0, 0, 0, 0.08);
}
.dim_3197.last-cdac .popup_glass_f931:before {
  background: rgba(0, 0, 0, 0.08);
}
.dim_3197.last-cdac .box-4f1b:before {
  background: rgba(255, 255, 255, 0.9);
}
.dim_3197.last-cdac .iron-9421 .pink-521f li a,
.dim_3197.last-cdac .iron-9421 .smooth-6bb5,
.dim_3197.last-cdac .row-9d11 {
  border-color: rgba(0, 0, 0, 0.08);
}
.dim_3197.last-cdac .iron-9421 .smooth-6bb5:focus,
.dim_3197.last-cdac .iron-9421 .smooth-6bb5:hover {
  background: rgba(0, 0, 0, 0.01);
}
.dim_3197.last-cdac .pink-521f li {
  border-color: rgba(0, 0, 0, 0.08);
}
.dim_3197.hero_460b .content_hovered_3f48,
.dim_3197.hero_460b .photo-bright-e3a9 a,
.dim_3197.hero_460b .message-d541 .smooth-6bb5,
.dim_3197.hero_460b .message-d541 a,
.dim_3197.hero_460b .row-9d11 a {
  color: rgba(255, 255, 255, 0.79);
}
.dim_3197.hero_460b .content_hovered_3f48:hover,
.dim_3197.hero_460b .photo-bright-e3a9 a:hover,
.dim_3197.hero_460b .message-d541 .smooth-6bb5:hover,
.dim_3197.hero_460b .message-d541 a:hover,
.dim_3197.hero_460b .row-9d11 a:hover {
  color: rgba(255, 255, 255, 0.99);
}
.dim_3197.hero_460b .pro_a57a {
  color: rgba(255, 255, 255, 0.99);
}
.dim_3197.hero_460b .popup_glass_f931 {
  border-color: rgba(255, 255, 255, 0.08);
}
.dim_3197.hero_460b .popup_glass_f931:before {
  background: rgba(255, 255, 255, 0.08);
}
.dim_3197.hero_460b .box-4f1b:before {
  background: rgba(0, 0, 0, 0.9);
}
.dim_3197.hero_460b .iron-9421 .pink-521f li a,
.dim_3197.hero_460b .iron-9421 .smooth-6bb5,
.dim_3197.hero_460b .row-9d11 {
  border-color: rgba(255, 255, 255, 0.08);
}
.dim_3197.hero_460b .iron-9421 .smooth-6bb5:focus,
.dim_3197.hero_460b .iron-9421 .smooth-6bb5:hover {
  background: rgba(0, 0, 0, 0.01);
}
.dim_3197.hero_460b .pink-521f li {
  border-color: rgba(255, 255, 255, 0.08);
}
.box-4f1b {
  position: relative;
  word-con: break-word;
  min-height: 100%;
  display: block;
}
.box-4f1b:before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  display: block;
  min-height: 100%;
}
.shade-28e9 {
  position: relative;
  word-con: break-word;
  min-height: 100%;
  display: block;
  padding: 1.2em 0;
}
.gradient_bottom_7678 .dim_3197 {
  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;
}
.gradient_bottom_7678 .popup_glass_f931 {
  text-align: center;
  padding: 2em 1.5em;
  border: none;
  position: relative;
}
.gradient_bottom_7678 .popup_glass_f931: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) {
  .gradient_bottom_7678 .popup_glass_f931:before {
    width: 16%;
    left: 42%;
  }
}
.gradient_bottom_7678 .popup_glass_f931:last-child:before {
  content: none;
}
.gradient_bottom_7678 .popup_glass_f931[class*="-menu"] {
  padding: 2.5em 1.5em;
}
.gradient_bottom_7678 .iron-9421 .pink-521f li a {
  border: none;
  font-size: 140%;
  text-transform: uppercase;
  font-weight: 500;
}
.gradient_bottom_7678 .iron-9421 .pink-521f li a .smooth-6bb5 {
  display: inline-block;
  position: relative;
  border: 0 none;
  margin-right: -1.3em;
  top: -2px;
  padding: 0.28em 0.5em;
}
.gradient_bottom_7678 .iron-9421 .row-9d11 {
  border: none;
}
.gradient_bottom_7678 .iron-9421 .row-9d11 li a {
  text-transform: none;
  padding: 0.35em 1.5em;
  font-size: 100%;
}
.gradient_bottom_7678 .box-4f1b {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}
.gradient_bottom_7678 .shade-28e9 {
  max-width: 48em;
  margin: 3em auto;
  padding: 0;
}
.gradient_bottom_7678 .hero_460b .box-4f1b:before {
  background: rgba(0, 0, 0, 0.9);
}
.gradient_bottom_7678 .last-cdac.disabled_1be4 .sort_bc9f {
  background: rgba(0, 0, 0, 0.6);
}
.gradient_bottom_7678
  .last-cdac.disabled_1be4
  .sort_bc9f::after,
.gradient_bottom_7678
  .last-cdac.disabled_1be4
  .sort_bc9f:before {
  background: inherit;
}
.gradient_bottom_7678
  .last-cdac.disabled_1be4:hover
  .sort_bc9f {
  background: rgba(0, 0, 0, 0.8);
}
.steel-33ee .dim_3197 {
  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) {
  .steel-33ee .dim_3197 {
    width: auto;
    right: 45px;
  }
}
.panel_dark_8a5c .dim_3197 {
  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) {
  .panel_dark_8a5c .dim_3197 {
    width: auto;
    left: 45px;
  }
}
.middle-16ba .dim_3197 {
  position: relative;
  height: 0;
  display: block;
  visibility: visible;
  z-index: 999900;
  overflow: hidden;
}
.middle-16ba .shade-28e9 {
  max-width: 48em;
  margin: 0 auto;
}
.middle-16ba .box-4f1b:before {
  box-shadow: inset 0 0 12px 0 rgba(0, 0, 0, 0.05);
}
.steel_c993 {
  overflow-x: hidden;
  position: relative;
  width: 100%;
  display: block;
}
.steel_c993.gradient_bottom_7678 .dim_3197 {
  z-index: 0;
  opacity: 0;
  height: 100%;
}
.steel_c993.steel-33ee .dim_3197 {
  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);
}
.steel_c993 .dim_3197 {
  visibility: visible;
}
.steel_c993.panel_dark_8a5c .dim_3197 {
  -webkit-transform: translateX(200%);
  -ms-transform: translateX(200%);
  transform: translateX(200%);
  height: 100%;
}
.fixed_c27d,
.glass_73a0 {
  overflow-x: hidden;
}
.fixed_c27d .dim_3197 {
  overflow: auto;
}
.fixed_c27d.gradient_bottom_7678 {
  overflow: initial;
  position: relative;
  width: 100%;
  display: block;
}
.fixed_c27d.gradient_bottom_7678 .dim_3197 {
  z-index: 999900;
  opacity: 1;
  visibility: visible;
}
.fixed_c27d.gradient_bottom_7678 .summary-outer-e5a6 {
  opacity: 0;
}
.fixed_c27d.steel-33ee {
  overflow: initial;
  position: relative;
  width: 100%;
  display: block;
}
.fixed_c27d.steel-33ee .dim_3197 {
  z-index: 999900;
  height: 100vh;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  left: 0;
  visibility: visible;
}
.fixed_c27d.steel-33ee .summary-outer-e5a6 {
  opacity: 0;
}
.fixed_c27d.panel_dark_8a5c {
  overflow: initial;
  position: relative;
  width: 100%;
  display: block;
}
.fixed_c27d.panel_dark_8a5c .dim_3197 {
  z-index: 999900;
  height: 100vh;
  max-width: 100vw;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  right: 0;
  visibility: visible;
}
.fixed_c27d.panel_dark_8a5c .summary-outer-e5a6 {
  opacity: 0;
}
.fixed_c27d.middle-16ba .dim_3197 {
  z-index: 10;
  visibility: visible;
}
.disabled_1be4 {
  display: none;
  z-index: 999910;
  cursor: pointer;
  position: fixed;
  top: 10px;
  right: 12px;
}
.disabled_1be4 .sort_bc9f {
  background: rgba(255, 255, 255, 0.99);
}
.disabled_1be4 .sort_bc9f::after,
.disabled_1be4 .sort_bc9f:before {
  background: inherit;
}
.disabled_1be4:hover .sort_bc9f {
  background: rgba(255, 255, 255, 0.99);
}
.panel_dark_8a5c .disabled_1be4 {
  top: 10px;
  right: auto;
  left: 12px;
}
.middle-16ba .disabled_1be4 {
  display: none !important;
}
.fixed_c27d:before,
.glass_73a0:before {
  z-index: 999897;
  visibility: visible;
  opacity: 1;
}
.fixed_c27d .disabled_1be4,
.glass_73a0 .disabled_1be4 {
  display: inline-block;
}
.dim_3197 .fixed-0446 {
  -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;
}
.fixed_c27d .dim_3197 .fixed-0446,
.glass_73a0 .dim_3197 .fixed-0446 {
  opacity: 1;
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
}
.sort_c309 .content_old_b306 {
  width: 100%;
}
.hard_a6c9 {
  padding: 0 0.5em 0;
}
.hard_a6c9 [class*="customify-col-"],
.hard_a6c9 [class*="customify-col_"],
.hard_a6c9 [class~="customify-col"] {
  padding: 0 0.5em 0;
}
.section-d82e .hard_a6c9 {
  padding-left: 1em;
  padding-right: 1em;
}
@media screen and (min-width: 1025px) {
  .link_warm_4032 .title_east_f355,
  .title_east_f355 {
    display: none;
  }
  .brown-4d3e {
    text-align: left;
  }
  .frame-full-333d {
    text-align: center;
  }
  .list_action_beac {
    text-align: right;
  }
}
@media screen and (max-width: 1024px) {
  .link_warm_4032 .main-action-455a,
  .main-action-455a {
    display: none;
  }
  .pattern_219b {
    text-align: left;
  }
  .popup-inner-2057 {
    text-align: center;
  }
  .copper_abc1 {
    text-align: right;
  }
}
@media screen and (max-width: 568px) {
  .link_warm_4032 .message-9bde,
  .message-9bde {
    display: none;
  }
  .thumbnail-ddee {
    text-align: left;
  }
  .block_east_c9d1 {
    text-align: center;
  }
  .blue-4a5b {
    text-align: right;
  }
}
#page {
  position: relative;
}
.pattern-a095 {
  box-shadow: none !important;
}
.surface_33e9 .layout-brown-21aa,
.highlight_complex_a280 .layout-brown-21aa {
  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;
}
.highlight_complex_a280 .layout-brown-21aa {
  margin-top: 30px;
  margin-bottom: 30px;
}
.breadcrumb_98b3 {
  position: relative;
  padding-left: 2em;
  padding-right: 2em;
}
.breadcrumb_98b3:after,
.breadcrumb_98b3:before {
  content: "";
  display: table;
}
.breadcrumb_98b3:after {
  clear: both;
}
@media screen and (max-width: 48em) {
  .breadcrumb_98b3 {
    padding-left: 1em;
    padding-right: 1em;
  }
}
.breadcrumb_98b3,
.simple_9f3d {
  max-width: 1248px;
  margin: 0 auto;
}

.plasma-9bee.description-fixed-c2a9 .breadcrumb_98b3 {
  max-width: 100%;
}
.plasma-9bee.description_c220 {
  max-width: 1200px;
  margin: 0 auto;
}
.plasma-9bee.full-99ae .breadcrumb_98b3 {
  max-width: 100%;
}
.plasma-9bee.full-99ae > .breadcrumb_98b3 {
  padding-left: 0;
  padding-right: 0;
}
.plasma-9bee.full-99ae > .breadcrumb_98b3 .link_warm_4032 {
  margin: 0;
}
.plasma-9bee.full-99ae
  > .breadcrumb_98b3
  .paper_e6a0.notice_stone_b249 {
  margin-right: 0;
  margin-left: 0;
}
.plasma-9bee.full-99ae #main.notice_stone_b249 {
  padding: 0;
}
#main,
#sidebar-primary,
#sidebar-secondary {
  padding-top: 2.617924em;
  padding-bottom: 2.617924em;
}
@media screen and (max-width: 1024px) {
  .icon-under-2db1 #main {
    border-left: 0 none;
  }
}
@media screen and (max-width: 1024px) {
  .icon-under-2db1 #sidebar-secondary {
    -webkit-box-ordinal-group: 6;
    order: 5;
    display: none;
  }
}
@media screen and (min-width: 48em) {
  .info-black-f773 .right_d260 {
    padding-right: 1em;
  }
  .info-black-f773.static_16e5 .paper_e6a0 {
    border-right: 1px solid #eaecee;
  }
  .info-black-f773.static_16e5 .right_d260 {
    padding-right: 1em;
  }
  .info-black-f773.static_16e5 .block-silver-3109 {
    padding-left: 1em;
  }
}
@media screen and (min-width: 48em) {
  .active_c613 .right_d260 {
    padding-left: 1em;
  }
  .active_c613.static_16e5 .paper_e6a0 {
    border-left: 1px solid #eaecee;
  }
  .active_c613.static_16e5 .right_d260 {
    padding-left: 1em;
  }
  .active_c613.static_16e5 .block-silver-3109 {
    padding-right: 1em;
  }
}
@media screen and (min-width: 48em) {
  .lower_9a3a .right_d260 {
    padding-left: 1em;
  }
  .lower_9a3a.static_16e5 .liquid_ad0b {
    border-right: 1px solid #eaecee;
  }
  .lower_9a3a.static_16e5 .media_f9ba {
    border-right: 1px solid #eaecee;
  }
  .lower_9a3a.static_16e5 .right_d260 {
    padding-left: 1em;
  }
  .lower_9a3a.static_16e5 .block-silver-3109 {
    padding-right: 1em;
  }
  .lower_9a3a.static_16e5 .bottom_f13b {
    padding-left: 1em;
    padding-right: 1em;
  }
}
@media screen and (min-width: 48em) {
  .tertiary_a7a8 .right_d260 {
    padding-right: 1em;
  }
  .tertiary_a7a8.static_16e5 .liquid_ad0b {
    border-left: 1px solid #eaecee;
  }
  .tertiary_a7a8.static_16e5 .media_f9ba {
    border-left: 1px solid #eaecee;
  }
  .tertiary_a7a8.static_16e5 .right_d260 {
    padding-right: 1em;
  }
  .tertiary_a7a8.static_16e5 .block-silver-3109 {
    padding-left: 1em;
    padding-right: 1em;
  }
  .tertiary_a7a8.static_16e5 .bottom_f13b {
    padding-left: 1em;
  }
}
@media screen and (min-width: 48em) {
  .icon-under-2db1 .right_d260 {
    padding-left: 1em;
    padding-right: 1em;
  }
  .icon-under-2db1.static_16e5 .paper_e6a0 {
    border-left: 1px solid #eaecee;
    border-right: 1px solid #eaecee;
  }
  .icon-under-2db1.static_16e5 .right_d260 {
    padding-left: 1em;
    padding-right: 1em;
  }
  .icon-under-2db1.static_16e5 .block-silver-3109 {
    padding-left: 1em;
  }
  .icon-under-2db1.static_16e5 .bottom_f13b {
    padding-right: 1em;
  }
}
@media screen and (max-width: 64em) {
  .icon-under-2db1.static_16e5 .right_d260 {
    padding-left: 0;
  }
}
.easy_8f2e .dark-5037 {
  display: inline-block;
}
.west-189c {
  display: inline-block;
}
.progress-in-da20 {
  word-con: break-word;
}
.notification-4fc4 > span {
  display: inline-block;
  padding: 5px 0;
}
.notification-4fc4 .element-33e5 {
  margin-left: 8px;
  margin-right: 8px;
}
.notification-4fc4 .pattern-mini-c924 img {
  vertical-align: middle;
  overflow: hidden;
  border-radius: 50%;
  margin-right: 5px;
}
.outline-9620 .widget-f83f {
  margin-bottom: 2em;
}
.outline-9620 .button-c7f5 {
  margin-bottom: 15px;
}
.outline-9620 .button-c7f5:last-child {
  margin-bottom: 0;
}
.outline-9620 .bronze_8fd0 {
  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) {
  .outline-9620 .bronze_8fd0 {
    display: block;
  }
}
.outline-9620 .container-west-f6ee {
  position: relative;
  max-width: 100%;
  flex-basis: 40%;
  padding-top: 0;
  overflow: hidden;
}
@media screen and (max-width: 568px) {
  .outline-9620 .container-west-f6ee {
    margin-bottom: 1em;
    width: 100% !important;
    padding-top: 56.25%;
  }
}
.outline-9620 .white-3dfa {
  position: absolute;
  top: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: flex;
  line-height: 0;
  background-color: #d5d5d5;
}
.outline-9620 .white-3dfa img {
  -o-object-fit: cover;
  object-fit: cover;
  width: 100%;
  height: auto;
}
.outline-9620 .white-3dfa a {
  position: absolute;
  top: 0;
  top: 0;
  display: block;
}
.outline-9620 .progress-in-da20 {
  font-size: 1.5em;
  font-weight: 500;
  word-con: break-word;
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
}
.outline-9620 .progress-in-da20 a {
  text-align: inherit;
  display: block;
  flex-basis: 100%;
}
.outline-9620 .content-pro-a5b3 p:last-child {
  margin-bottom: 0;
}
.outline-9620 .thick_3e59 {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: block;
  z-index: 30;
}
.outline-9620 .accent_4bf0 {
  -webkit-box-flex: 1;
  flex: 1;
  word-con: break-word;
  max-width: 100%;
}
.outline-9620 .summary_fd9b {
  margin-top: 1em;
}
.outline-9620 .tabs_315d {
  top: 0;
  display: block;
}
.outline-9620 .tabs_315d a {
  color: inherit;
}
.outline-9620 .tabs_315d a:hover {
  color: inherit;
}
.outline-9620 .list-2e61 {
  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;
}
.outline-9620 .list-2e61:hover {
  background: #235787;
  color: #fff;
  border-color: #235787;
}
.outline-9620 .accent_4bf0 {
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-flow: column nowrap;
}
.outline-9620 .main_purple_0a6e {
  position: relative;
  width: 100%;
  margin-bottom: 15px;
}
.outline-9620 .main_purple_0a6e:first-child {
  margin-top: 0;
}
.outline-9620 .main_purple_0a6e.table_focused_9b3c {
  -webkit-box-flex: 0;
  flex: none;
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.outline-9620 .main_purple_0a6e.aside-copper-a68b {
  display: -webkit-box;
  display: flex;
  margin-top: auto;
  margin-bottom: 0;
  -webkit-box-pack: justify;
  justify-content: space-between;
}
.outline-9620
  .main_purple_0a6e.aside-copper-a68b.thumbnail_tall_9cc2
  .summary_fd9b {
  width: 100%;
}
.outline-9620 .aside-copper-a68b {
  -webkit-box-align: center;
  align-items: center;
}
.outline-9620 .aside-copper-a68b .notification-4fc4,
.outline-9620 .aside-copper-a68b > * {
  margin-bottom: 0;
  margin-top: 0;
  display: inline-block;
}
.outline-9620 .white-3dfa {
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
.outline-9620 .white-3dfa img {
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
.outline-9620 .white-3dfa: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;
}
.outline-9620 .table_focused_9b3c {
  z-index: 5;
}
.outline-9620 .hover_9e5d .dropdown-f8e7 {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  display: block;
}
.outline-9620 .content_yellow_2ce3 .dropdown-f8e7 {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  display: block;
}
.outline-9620 .paper_9100 .dropdown-f8e7 {
  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;
}
.outline-9620.accent_motion_c79e .bronze_8fd0,
.outline-9620.form_cold_0709 .bronze_8fd0 {
  display: block;
}
.outline-9620.accent_motion_c79e .bronze_8fd0 .right-0b04,
.outline-9620.accent_motion_c79e .bronze_8fd0 .accent_4bf0,
.outline-9620.form_cold_0709 .bronze_8fd0 .right-0b04,
.outline-9620.form_cold_0709 .bronze_8fd0 .accent_4bf0 {
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
}
.outline-9620.picture-df72 .container-west-f6ee {
  margin-right: 2em;
}
@media screen and (max-width: 568px) {
  .outline-9620.picture-df72 .container-west-f6ee {
    margin-right: 0;
  }
}
.outline-9620.accent_motion_c79e .container-west-f6ee,
.outline-9620.form_cold_0709 .container-west-f6ee {
  padding-top: 40%;
}
.outline-9620.accent_motion_c79e .widget-f83f,
.outline-9620.form_cold_0709 .widget-f83f {
  display: block;
}
.outline-9620.accent_motion_c79e .fn-sticky-4589 .accent_4bf0,
.outline-9620.form_cold_0709 .fn-sticky-4589 .accent_4bf0 {
  background-color: #fcf8e3;
  border: 1px solid #faf2cc;
  border-top: 0 none;
  color: #8a6d3b;
  padding: 1em;
}
.outline-9620.accent_motion_c79e .container-west-f6ee,
.outline-9620.form_cold_0709 .container-west-f6ee {
  margin-bottom: 1em;
  display: block;
  position: relative;
}
.outline-9620.accent_motion_c79e .accent_4bf0 {
  padding: 1em;
}
.popup-b278 {
  margin: 30px auto;
  display: block;
}
.popup-b278 .soft-27c1 > * {
  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;
}
.popup-b278 .soft-27c1 > :hover {
  border-color: #235787;
  background: #235787;
  color: #fff;
}
.popup-b278 .soft-27c1 span {
  border-color: #235787;
  background: #235787;
  color: #fff;
}
.dirty-6fdc .notification-4fc4 {
  margin-bottom: 1.41575em;
}
.dirty-6fdc .old-a236 {
  margin-bottom: 1.618em;
}
.hidden_prev_b300 .gold-b8df {
  display: block;
  margin: 5px 0 20px;
  font-weight: 500;
}
.hidden_prev_b300 .gold-b8df a {
  border: 1px solid #eaecee;
  padding: 5px 12px 5px;
  text-transform: uppercase;
  color: #686868;
  margin: 0 2px;
}
.hidden_prev_b300 .row_first_a66f {
  max-width: 100%;
  overflow: auto;
}
.media-ff18 .hidden_prev_b300 a:hover {
  text-decoration: underline;
}
.center-c34b .button-c7f5:not(.progress-in-da20),
.center-c34b .white-3dfa {
  margin-bottom: 1.41575em;
}
.center-c34b .button-c7f5:not(.progress-in-da20):last-child,
.center-c34b .white-3dfa:last-child {
  margin-bottom: 0;
}
.center-c34b .button-c7f5.widget_complex_8e28 {
  margin-bottom: 0.41575em;
}
.center-c34b .summary-small-4c11:before,
.center-c34b .item_d83d:before {
  font: normal normal normal 16px/1 FontAwesome;
  text-decoration: inherit;
  text-transform: none;
  position: relative;
  margin-right: 5px;
  color: #6d6d6d;
}
.center-c34b .summary-small-4c11:before {
  content: "\f115";
}
.center-c34b .item_d83d:before {
  content: "\f02c";
}
.center-c34b .lower-8655 {
  display: block;
  width: 100%;
  margin-top: 0.5407911001em;
}
.center-c34b .lower-8655 a {
  text-transform: uppercase;
  font-weight: 500;
  font-size: 80%;
  letter-spacing: 0.5px;
}
.upper_4a59 {
  display: -webkit-box;
  display: flex;
}
.upper_4a59 .nav_7b7f {
  flex-basis: 90px;
}
@media screen and (max-width: 568px) {
  .upper_4a59 .nav_7b7f {
    flex-basis: 90px;
  }
}
.upper_4a59 .header_5b88 {
  flex-basis: calc(100% - 90px);
  margin-left: 1.5em;
}
@media screen and (max-width: 568px) {
  .upper_4a59 .header_5b88 {
    flex-basis: calc(100% - 50px);
  }
}
.upper_4a59 .tertiary-south-e2bb p:last-child {
  margin-bottom: 0.72em;
}
.steel_1aa1 .soft-27c1 {
  padding: 16px 0 15px;
  border-top: 1px solid #eaecee;
  border-bottom: 1px solid #eaecee;
}
.steel_1aa1 .soft-27c1:after,
.steel_1aa1 .soft-27c1:before {
  content: "";
  display: table;
}
.steel_1aa1 .soft-27c1:after {
  clear: both;
}
.steel_1aa1 .soft-27c1 .focus-short-75c4,
.steel_1aa1 .soft-27c1 .icon_advanced_30e1 {
  width: 49%;
}
.steel_1aa1 .soft-27c1 .focus-short-75c4 a span.row-46bf,
.steel_1aa1 .soft-27c1 .icon_advanced_30e1 a span.row-46bf {
  display: block;
  margin-bottom: 5px;
}
.steel_1aa1 .soft-27c1 .icon_advanced_30e1 {
  float: left;
  text-align: left;
}
.steel_1aa1 .soft-27c1 .focus-short-75c4 {
  float: right;
  text-align: right;
}
.sort-8e49 {
  margin-bottom: 0.41575em;
}
@media screen and (max-width: 568px) {
  .sort-8e49 {
    margin-bottom: 0;
  }
}
.accent_1556 {
  margin-bottom: 1em;
}
.accent_1556 .progress-in-da20 {
  font-size: 1.1em;
  line-height: 1.3;
}
.bottom-1e05 a {
  display: block;
  line-height: 0;
  position: relative;
}
.banner_pro_fa59 .accent_1556,
.selected_429f .accent_1556 {
  display: -webkit-box;
  display: flex;
}
@media screen and (max-width: 568px) {
  .banner_pro_fa59 .accent_1556,
  .selected_429f .accent_1556 {
    display: block;
  }
}
.banner_pro_fa59 .bottom-1e05,
.selected_429f .bottom-1e05 {
  flex-basis: 160px;
  position: relative;
}
@media screen and (max-width: 568px) {
  .banner_pro_fa59 .bottom-1e05,
  .selected_429f .bottom-1e05 {
    margin-bottom: 1em;
  }
}
.banner_pro_fa59 .bottom-1e05 img,
.selected_429f .bottom-1e05 img {
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  display: block;
}
.banner_pro_fa59 .east_7605,
.selected_429f .east_7605 {
  flex-basis: calc(100% - 160px);
}
.banner_pro_fa59 .east_7605 p,
.selected_429f .east_7605 p {
  margin-bottom: 0;
}
.banner_pro_fa59 .east_7605 {
  padding-left: 1em;
}
@media screen and (max-width: 568px) {
  .banner_pro_fa59 .east_7605 {
    padding-left: 0;
  }
}
.selected_429f .east_7605 {
  -webkit-box-ordinal-group: 2;
  order: 1;
  padding-right: 1em;
}
@media screen and (max-width: 568px) {
  .selected_429f .east_7605 {
    padding-right: 0;
  }
}
.selected_429f .bottom-1e05 {
  -webkit-box-ordinal-group: 3;
  order: 2;
}
.popup_861a .bottom-1e05 {
  margin-bottom: 0.5em;
}
.popup_861a .bottom-1e05 img {
  width: 100%;
}
.filter_right_b742 .dim-1d78,
.caption_26e2 .dim-1d78 {
  margin-bottom: 35px;
  padding-bottom: 20px;
  border-bottom: 1px solid #eaecee;
}
.caption_26e2 .paper_e6a0 .title_9c61 p:last-child {
  margin-bottom: 0;
}
.icon-6666 {
  font-size: 16px;
  text-transform: uppercase;
  font-weight: 500;
  color: currentColor;
  margin-bottom: 20px;
}
.green-7489 .rough_4f48 {
  margin-bottom: 2em;
}
@media screen and (min-width: 1025px) {
  .green-7489 .rough_4f48:last-of-type {
    margin-bottom: 0;
  }
}
.green-7489 .rough_4f48 ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.green-7489 .rough_4f48 ul:after {
  clear: both;
  content: ".";
  display: block;
  height: 0;
  visibility: hidden;
}
.green-7489 .rough_4f48 ul li {
  margin: 0 0 0.6em;
}
.green-7489 .rough_4f48 ul li.photo_badb,
.green-7489 .rough_4f48 ul li.label-fluid-43dc {
  position: relative;
}
.green-7489 .rough_4f48 ul li.photo_badb .brown_3dc0,
.green-7489 .rough_4f48 ul li.label-fluid-43dc .brown_3dc0 {
  right: 0;
  background: #eaecee;
  color: #999;
  padding: 0 0.5em;
  border-radius: 0.9em;
  font-size: 12px;
  position: absolute;
  top: 4px;
}
.green-7489 .rough_4f48 ul li.photo_badb:after:after,
.green-7489 .rough_4f48 ul li.photo_badb:after:before,
.green-7489
  .rough_4f48
  ul
  li.label-fluid-43dc:after:after,
.green-7489
  .rough_4f48
  ul
  li.label-fluid-43dc:after:before {
  content: "";
  display: table;
}
.green-7489 .rough_4f48 ul li.photo_badb:after:after,
.green-7489
  .rough_4f48
  ul
  li.label-fluid-43dc:after:after {
  clear: both;
}
.green-7489 .rough_4f48 a.module_selected_8fcd:hover {
  text-decoration: none;
}
.green-7489 .rough_4f48 select {
  max-width: 100%;
}
.green-7489 .rough_4f48 table {
  font-size: 85%;
}
.green-7489 .rough_4f48 table td,
.green-7489 .rough_4f48 table th {
  padding: 0.2360828548em;
  text-align: center;
}
.green-7489 .rough_4f48 table tfoot td {
  text-align: left;
}
.green-7489 .rough_4f48 :last-child {
  margin-bottom: 0;
}
.green-7489 .rough_4f48 .shade_west_a7d9 {
  display: -webkit-box;
  display: flex;
  width: 100%;
  max-width: 100%;
}
.green-7489 .rough_4f48 .shade_west_a7d9 label {
  width: 100%;
}
.green-7489 .rough_4f48 .shade_west_a7d9 .large_159a {
  width: 100%;
  display: block;
}
.green-7489 .rough_4f48 .shade_west_a7d9 .gold-8bfb {
  padding: 9px 14px;
  margin-left: -46px;
  overflow: hidden;
  box-shadow: none;
  background: 0 0;
  color: #aaa;
  line-height: 0;
}
.green-7489 .rough_4f48 .shade_west_a7d9 .gold-8bfb:hover svg #svg-search {
  fill: #444;
}
.green-7489 .rough_4f48 .shade_west_a7d9 .gold-8bfb svg {
  width: 18px;
  height: 18px;
}
.green-7489 .hard-0d3e ul ul,
.green-7489 .slider_dirty_eb50 ul ul,
.green-7489 .gradient-4f64 ul ul,
.green-7489 .mask_static_7c07 ul ul {
  margin-top: 0.3819820591em;
  margin-left: 0;
  margin-bottom: -0.3819820591em;
}
.green-7489 .hard-0d3e .over_022a > a,
.green-7489 .slider_dirty_eb50 .over_022a > a,
.green-7489 .gradient-4f64 .over_022a > a,
.green-7489 .mask_static_7c07 .over_022a > a {
  margin-bottom: 0;
}
.green-7489 .yellow-db09 li,
.green-7489 .hard-0d3e li,
.green-7489 .banner_mini_b599 li,
.green-7489 .slider_dirty_eb50 li,
.green-7489 .gradient-4f64 li,
.green-7489 .mask_static_7c07 li,
.green-7489 .dim_5c5f li,
.green-7489 .dynamic-c25c li {
  display: block;
  position: relative;
}
.green-7489 .yellow-db09 li:last-child,
.green-7489 .hard-0d3e li:last-child,
.green-7489 .banner_mini_b599 li:last-child,
.green-7489 .slider_dirty_eb50 li:last-child,
.green-7489 .gradient-4f64 li:last-child,
.green-7489 .mask_static_7c07 li:last-child,
.green-7489 .dim_5c5f li:last-child,
.green-7489 .dynamic-c25c li:last-child {
  border: none;
}
.green-7489 .yellow-db09 li a,
.green-7489 .hard-0d3e li a,
.green-7489 .banner_mini_b599 li a,
.green-7489 .slider_dirty_eb50 li a,
.green-7489 .gradient-4f64 li a,
.green-7489 .mask_static_7c07 li a,
.green-7489 .dim_5c5f li a,
.green-7489 .dynamic-c25c li a {
  display: block;
  width: 100%;
  padding-bottom: 0.6em;
  margin-bottom: 0.6em;
  border-bottom: 1px solid #eaecee;
  position: relative;
}
.green-7489 .yellow-db09 li ul li::before,
.green-7489 .hard-0d3e li ul li::before,
.green-7489 .banner_mini_b599 li ul li::before,
.green-7489 .slider_dirty_eb50 li ul li::before,
.green-7489 .gradient-4f64 li ul li::before,
.green-7489 .mask_static_7c07 li ul li::before,
.green-7489 .dim_5c5f li ul li::before,
.green-7489 .dynamic-c25c li ul li::before {
  left: 15px;
}
.green-7489 .yellow-db09 li ul a,
.green-7489 .hard-0d3e li ul a,
.green-7489 .banner_mini_b599 li ul a,
.green-7489 .slider_dirty_eb50 li ul a,
.green-7489 .gradient-4f64 li ul a,
.green-7489 .mask_static_7c07 li ul a,
.green-7489 .dim_5c5f li ul a,
.green-7489 .dynamic-c25c li ul a {
  padding-left: 20px;
}
.green-7489 .yellow-db09 li ul ul li::before,
.green-7489 .hard-0d3e li ul ul li::before,
.green-7489 .banner_mini_b599 li ul ul li::before,
.green-7489 .slider_dirty_eb50 li ul ul li::before,
.green-7489 .gradient-4f64 li ul ul li::before,
.green-7489 .mask_static_7c07 li ul ul li::before,
.green-7489 .dim_5c5f li ul ul li::before,
.green-7489 .dynamic-c25c li ul ul li::before {
  left: 30px;
}
.green-7489 .yellow-db09 li ul ul a,
.green-7489 .hard-0d3e li ul ul a,
.green-7489 .banner_mini_b599 li ul ul a,
.green-7489 .slider_dirty_eb50 li ul ul a,
.green-7489 .gradient-4f64 li ul ul a,
.green-7489 .mask_static_7c07 li ul ul a,
.green-7489 .dim_5c5f li ul ul a,
.green-7489 .dynamic-c25c li ul ul a {
  padding-left: 40px;
}
.green-7489 .menu_bottom_5ca5 li {
  padding-bottom: 0.6em;
  border-bottom: 1px solid #eaecee;
  position: relative;
}
.green-7489 .dynamic-c25c ul li {
  margin-bottom: 1.41575em;
}
.green-7489 .dynamic-c25c ul li .focused_f86e {
  font-weight: 400;
  font-size: 1.2em;
  line-height: 1.28;
}
.green-7489 .dynamic-c25c ul li .popup-middle-46b9 {
  display: block;
  margin: 0.5407911001em 0;
  font-size: 85%;
}
.hero_460b .yellow-db09 li a,
.hero_460b .hard-0d3e li a,
.hero_460b .banner_mini_b599 li a,
.hero_460b .slider_dirty_eb50 li a,
.hero_460b .gradient-4f64 li a,
.hero_460b .mask_static_7c07 li a,
.hero_460b .dim_5c5f li a,
.hero_460b .dynamic-c25c li a {
  border-color: rgba(255, 255, 255, 0.08);
}
.hero_460b .menu_bottom_5ca5 li {
  border-color: rgba(255, 255, 255, 0.08);
}
.hero_460b .rough_4f48 ul li.photo_badb .brown_3dc0,
.hero_460b .rough_4f48 ul li.label-fluid-43dc .brown_3dc0 {
  background: rgba(0, 0, 0, 0.2);
}
.hero_460b .green-7489 .rough_4f48 select {
  border-color: rgba(255, 255, 255, 0.08);
}
.plasma-9bee .green-7489 .pink-521f li {
  margin: 0;
}
.plasma-9bee .green-7489 .pink-521f li a {
  display: block;
  padding: 0.6em 0 0.6em;
}
.plasma-9bee .green-7489 .pink-521f li ul {
  margin: 0;
}
.plasma-9bee .green-7489 .pink-521f li ul li a {
  padding-left: 15px;
}
.plasma-9bee .green-7489 .pink-521f li ul li li a {
  padding-left: 30px;
}
.plasma-9bee .green-7489 .pink-521f li.tiny-3837 > a {
  position: relative;
  border: 1px solid #eaecee;
  border-left: none;
  border-right: none;
  font-size: 110%;
}
.plasma-9bee .green-7489 .pink-521f li.tiny-3837 > 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;
}
.plasma-9bee .green-7489 .pink-521f li.tiny-3837 > 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;
}
.easy_5b73 a {
  border: 1px solid currentColor;
  border-radius: 2px;
  display: inline-block;
  font-size: 0.875em !important;
  margin-bottom: 5px;
  padding: 1px 10px 1px;
}
.element-new-df6d {
  position: relative;
  z-index: 10;
}
.element-new-df6d .fixed-0446 {
  width: 100%;
  max-width: 100%;
}
.form_under_df3b .shade_static_1d3c {
  padding-top: 2em;
  padding-bottom: 2em;
}
.form_under_df3b .last-cdac {
}
.form_under_df3b .hero_460b {
  background: #292929;
}
.focused_4435 .shade_static_1d3c {
  padding-top: 2.5em;
  padding-bottom: 2.5em;
}
.focused_4435 .last-cdac {
  background: #f9f9f9;
}
.focused_4435 .hero_460b {
  background: #303030;
}
.grid_center_7614 .shade_static_1d3c {
  padding-top: 1.5em;
  padding-bottom: 1.5em;
}
@media screen and (max-width: 568px) {
  .grid_center_7614 .dark-5037 {
    margin-bottom: 1em;
  }
  .grid_center_7614 .dark-5037:last-child {
    margin-bottom: 0;
  }
}
.grid_center_7614 .last-cdac {
  background: #ededed;
}
.grid_center_7614 .hero_460b {
  background: #1a1a1a;
}
.shade_static_1d3c.last-cdac {
  color: rgba(0, 0, 0, 0.6);
}
.shade_static_1d3c.last-cdac .primary_0cee li {
  border-color: rgba(0, 0, 0, 0.08);
}
.shade_static_1d3c.hero_460b {
  color: rgba(255, 255, 255, 0.99);
}
.shade_static_1d3c.hero_460b a:not(.module_selected_8fcd) {
  color: rgba(255, 255, 255, 0.79);
}
.shade_static_1d3c.hero_460b a:not(.module_selected_8fcd):hover {
  color: rgba(255, 255, 255, 0.99);
}
.shade_static_1d3c.hero_460b .primary_0cee li {
  border-color: rgba(255, 255, 255, 0.08);
}
.shade_static_1d3c.hero_460b table tbody td,
.shade_static_1d3c.hero_460b table th {
  background: rgba(0, 0, 0, 0.08);
}
.label-2764.title_2a7c .breadcrumb_98b3 {
  max-width: initial;
}
.label-2764 .nav-down-d3a8 {
  -webkit-box-pack: start;
  justify-content: flex-start;
}
.label-2764 .nav-down-d3a8 .fixed-0446 {
  width: auto;
}
@media screen and (max-width: 1024px) {
  .label-2764 .nav-down-d3a8 .fixed-0446 {
    display: block;
    margin-bottom: 2em;
  }
  .label-2764 .nav-down-d3a8 .fixed-0446:last-child {
    margin-bottom: 0;
  }
}
.grid_center_7614 .dark-5037:last-child,
.focused_4435 .dark-5037:last-child,
.form_under_df3b .dark-5037:last-child {
  margin-bottom: 0;
}
.grid_center_7614 .dark-5037 .green-7489 .rough_4f48:last-child,
.focused_4435 .dark-5037 .green-7489 .rough_4f48:last-child,
.form_under_df3b .dark-5037 .green-7489 .rough_4f48:last-child {
  margin-bottom: 0;
}
@media screen and (max-width: 568px) {
  .grid_center_7614 .border_gold_0e33,
  .grid_center_7614 .video_90c6,
  .focused_4435 .border_gold_0e33,
  .focused_4435 .video_90c6,
  .form_under_df3b .border_gold_0e33,
  .form_under_df3b .video_90c6 {
    text-align: center;
  }
}
@media screen and (max-width: 48em) {
  .element-new-df6d .dark-5037 {
    margin-bottom: 2em;
  }
}
.element-new-df6d p:last-child {
  margin-bottom: 0;
}
.element-new-df6d li,
.element-new-df6d ul {
  list-style: none;
  margin: 0;
}
.element-new-df6d ul ul {
  margin-left: 2.617924em;
}
.wrapper-lower-8146 {
  font-size: 0.875em;
}

/* css-noise: 6469 */
.shadow-element-h6 {
  padding: 0.3rem;
  font-size: 10px;
  line-height: 1.3;
}
