/*!
Theme Name: Customify
Theme URI: https://pressmaximum.column_hovered_9528/customify
Author: WPCustomify
Author URI: https://pressmaximum.column_hovered_9528
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.column_hovered_9528/customify
Version: 0.3.7
License: GNU General Public License v2 or later
License URI: http://www.copper-2be2.cool_28bd/licenses/gpl-2.0.hero_08d0
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.secondary_lower_9eb4/, (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.heading_e310.chip_warm_262d/normalize.carousel_5022/
 ======
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.carousel_5022 v7.0.0 | MIT License | github.column_hovered_9528/necolas/normalize.carousel_5022 */
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-f2d4 .icon_hard_9866,
.cool_23b1,
.popup_7609,
.easy-5bb0,
.purple-4cca,
.focused-b8ce,
.center_77cf,
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;
}
.cool_23b1,
h1 {
  font-size: 2.42em;
  line-height: 1.216;
}
@media screen and (max-width: 1024px) {
  .cool_23b1,
  h1 {
    font-size: 2.1em;
  }
}
@media screen and (max-width: 568px) {
  .cool_23b1,
  h1 {
    font-size: 1.8em;
  }
}
.popup_7609,
h2 {
  font-size: 2.1em;
  line-height: 1.216;
}
.popup_7609 + h3,
h2 + h3 {
  border-top: 1px solid #eaecee;
  padding-top: 0.5407911001em;
}
@media screen and (max-width: 1024px) {
  .popup_7609,
  h2 {
    font-size: 1.9em;
  }
}
@media screen and (max-width: 568px) {
  .popup_7609,
  h2 {
    font-size: 1.7em;
  }
}
.easy-5bb0,
h3 {
  font-size: 1.618em;
}
.label-f2d4 .icon_hard_9866,
.purple-4cca,
h4 {
  font-size: 1.41575em;
}
p {
  margin: 0 0 1.41575em;
}
cite,
dfn,
em,
i {
  font-style: italic;
}
blockquote {
  padding: 0 1.41575em;
  margin: 1.41575em 1.618em;
  border-left: 3px solid #eaecee;
  font-style: italic;
  font-weight: 200;
  font-size: 1.2em;
}
blockquote p:last-of-type {
  margin-bottom: 0;
}
address {
  margin: 0 0 1.618em;
}
pre {
  background: #f2f2f2;
  font-family: "Courier 10 Pitch", Courier, monospace;
  margin-bottom: 2.2906835em;
  padding: 1.618em;
  overflow: auto;
  max-width: 100%;
}
code,
kbd,
tt,
var {
  background-color: rgba(0, 0, 0, 0.05);
  font-family: Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
  padding: 0.15em 0.5407911001em;
  border-radius: 2px;
}
abbr,
acronym {
  border-bottom: 1px dotted #686868;
  cursor: help;
}
ins,
mark {
  background: 0 0;
  text-decoration: none;
}
big {
  font-size: 125%;
}
html {
  box-sizing: border-box;
}
*,
:after,
:before {
  box-sizing: inherit;
}
body {
  background: #fff;
}
hr {
  background-color: #ccc;
  border: 0;
  height: 1px;
  margin: 0 0 1.618em;
}
img {
  height: auto;
  max-width: 100%;
}
figure {
  margin: 1em 0;
}
a.container-action-8381 {
  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;
}
.texture-9297:after,
.texture-9297:before,
.component-orange-c49a:after,
.component-orange-c49a:before {
  content: "";
  display: table;
}
.texture-9297:after,
.component-orange-c49a:after {
  clear: both;
}
.iron-2975 {
  float: right;
  margin-right: 0;
}
.primary_green_f6f8 {
  float: left;
  margin-left: 0;
}
form {
  margin-bottom: 2em;
}
.pagination_liquid_ad5e .backdrop-yellow-6bf4,
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;
}
.pagination_liquid_ad5e .backdrop-yellow-6bf4: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;
}
.under-4d09 .backdrop-yellow-6bf4 {
  box-shadow: none;
}
.under-4d09
  .backdrop-yellow-6bf4
  .liquid_9f69 {
  line-height: 2.4em;
  min-height: 2.6em;
  padding-left: 0;
}
.under-4d09 .backdrop-yellow-6bf4 .tooltip-small-9299 {
  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;
}
.under-4d09
  .backdrop-yellow-6bf4
  .tooltip-small-9299
  b {
  display: none;
}
.under-4d09 .overlay_e7b3 {
  border: 1px solid #e5e5e5;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.12) inset;
}
.media-top-fdb0:not(.badge-bottom-c896):not(.input-east-de64),
button:not(.badge-bottom-c896):not(.input-east-de64),
input[type="button"]:not(.badge-bottom-c896):not(
    .input-east-de64
  ),
input[type="reset"]:not(.badge-bottom-c896):not(
    .input-east-de64
  ),
input[type="submit"]:not(.badge-bottom-c896):not(
    .input-east-de64
  ) {
  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;
}
.media-top-fdb0:not(.badge-bottom-c896):not(
    .input-east-de64
  ):hover,
button:not(.badge-bottom-c896):not(
    .input-east-de64
  ):hover,
input[type="button"]:not(.badge-bottom-c896):not(
    .input-east-de64
  ):hover,
input[type="reset"]:not(.badge-bottom-c896):not(
    .input-east-de64
  ):hover,
input[type="submit"]:not(.badge-bottom-c896):not(
    .input-east-de64
  ):hover {
  box-shadow: inset 0 0 0 120px rgba(0, 0, 0, 0.18);
  color: #fff;
  outline: 0;
}
.media-top-fdb0:not(.badge-bottom-c896):not(
    .input-east-de64
  ):active,
.media-top-fdb0:not(.badge-bottom-c896):not(
    .input-east-de64
  ):focus,
button:not(.badge-bottom-c896):not(
    .input-east-de64
  ):active,
button:not(.badge-bottom-c896):not(
    .input-east-de64
  ):focus,
input[type="button"]:not(.badge-bottom-c896):not(
    .input-east-de64
  ):active,
input[type="button"]:not(.badge-bottom-c896):not(
    .input-east-de64
  ):focus,
input[type="reset"]:not(.badge-bottom-c896):not(
    .input-east-de64
  ):active,
input[type="reset"]:not(.badge-bottom-c896):not(
    .input-east-de64
  ):focus,
input[type="submit"]:not(.badge-bottom-c896):not(
    .input-east-de64
  ):active,
input[type="submit"]:not(.badge-bottom-c896):not(
    .input-east-de64
  ):focus {
  outline: 0;
}
.media-top-fdb0:not(.badge-bottom-c896):not(
    .input-east-de64
  ).fn-loading-7dd2,
button:not(.badge-bottom-c896):not(
    .input-east-de64
  ).fn-loading-7dd2,
input[type="button"]:not(.badge-bottom-c896):not(
    .input-east-de64
  ).fn-loading-7dd2,
input[type="reset"]:not(.badge-bottom-c896):not(
    .input-east-de64
  ).fn-loading-7dd2,
input[type="submit"]:not(.badge-bottom-c896):not(
    .input-east-de64
  ).fn-loading-7dd2 {
  position: relative;
}
.media-top-fdb0:not(.badge-bottom-c896):not(
    .input-east-de64
  ).fn-loading-7dd2
  .liquid-b797,
.media-top-fdb0:not(.badge-bottom-c896):not(
    .input-east-de64
  ).fn-loading-7dd2
  .up_bab2,
.media-top-fdb0:not(.badge-bottom-c896):not(
    .input-east-de64
  ).fn-loading-7dd2
  .frame_down_9c50,
.media-top-fdb0:not(.badge-bottom-c896):not(
    .input-east-de64
  ).fn-loading-7dd2
  i,
.media-top-fdb0:not(.badge-bottom-c896):not(
    .input-east-de64
  ).fn-loading-7dd2
  svg,
button:not(.badge-bottom-c896):not(
    .input-east-de64
  ).fn-loading-7dd2
  .liquid-b797,
button:not(.badge-bottom-c896):not(
    .input-east-de64
  ).fn-loading-7dd2
  .up_bab2,
button:not(.badge-bottom-c896):not(
    .input-east-de64
  ).fn-loading-7dd2
  .frame_down_9c50,
button:not(.badge-bottom-c896):not(
    .input-east-de64
  ).fn-loading-7dd2
  i,
button:not(.badge-bottom-c896):not(
    .input-east-de64
  ).fn-loading-7dd2
  svg,
input[type="button"]:not(.badge-bottom-c896):not(
    .input-east-de64
  ).fn-loading-7dd2
  .liquid-b797,
input[type="button"]:not(.badge-bottom-c896):not(
    .input-east-de64
  ).fn-loading-7dd2
  .up_bab2,
input[type="button"]:not(.badge-bottom-c896):not(
    .input-east-de64
  ).fn-loading-7dd2
  .frame_down_9c50,
input[type="button"]:not(.badge-bottom-c896):not(
    .input-east-de64
  ).fn-loading-7dd2
  i,
input[type="button"]:not(.badge-bottom-c896):not(
    .input-east-de64
  ).fn-loading-7dd2
  svg,
input[type="reset"]:not(.badge-bottom-c896):not(
    .input-east-de64
  ).fn-loading-7dd2
  .liquid-b797,
input[type="reset"]:not(.badge-bottom-c896):not(
    .input-east-de64
  ).fn-loading-7dd2
  .up_bab2,
input[type="reset"]:not(.badge-bottom-c896):not(
    .input-east-de64
  ).fn-loading-7dd2
  .frame_down_9c50,
input[type="reset"]:not(.badge-bottom-c896):not(
    .input-east-de64
  ).fn-loading-7dd2
  i,
input[type="reset"]:not(.badge-bottom-c896):not(
    .input-east-de64
  ).fn-loading-7dd2
  svg,
input[type="submit"]:not(.badge-bottom-c896):not(
    .input-east-de64
  ).fn-loading-7dd2
  .liquid-b797,
input[type="submit"]:not(.badge-bottom-c896):not(
    .input-east-de64
  ).fn-loading-7dd2
  .up_bab2,
input[type="submit"]:not(.badge-bottom-c896):not(
    .input-east-de64
  ).fn-loading-7dd2
  .frame_down_9c50,
input[type="submit"]:not(.badge-bottom-c896):not(
    .input-east-de64
  ).fn-loading-7dd2
  i,
input[type="submit"]:not(.badge-bottom-c896):not(
    .input-east-de64
  ).fn-loading-7dd2
  svg {
  visibility: hidden;
}
.media-top-fdb0:not(.badge-bottom-c896):not(
    .input-east-de64
  ).fn-loading-7dd2:after,
button:not(.badge-bottom-c896):not(
    .input-east-de64
  ).fn-loading-7dd2:after,
input[type="button"]:not(.badge-bottom-c896):not(
    .input-east-de64
  ).fn-loading-7dd2:after,
input[type="reset"]:not(.badge-bottom-c896):not(
    .input-east-de64
  ).fn-loading-7dd2:after,
input[type="submit"]:not(.badge-bottom-c896):not(
    .input-east-de64
  ).fn-loading-7dd2: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;
}
.media-top-fdb0:not(.badge-bottom-c896):not(.input-east-de64),
input[type="button"]:not(.badge-bottom-c896):not(
    .input-east-de64
  ),
input[type="reset"]:not(.badge-bottom-c896):not(
    .input-east-de64
  ),
input[type="submit"]:not(.badge-bottom-c896):not(
    .input-east-de64
  ) {
  color: #fff;
  background: #235787;
}
.media-top-fdb0:not(.badge-bottom-c896):not(
    .input-east-de64
  ):focus,
input[type="button"]:not(.badge-bottom-c896):not(
    .input-east-de64
  ):focus,
input[type="reset"]:not(.badge-bottom-c896):not(
    .input-east-de64
  ):focus,
input[type="submit"]:not(.badge-bottom-c896):not(
    .input-east-de64
  ):focus {
  color: #fff;
}
.media-top-fdb0.fn-disabled-7dd2:not(.badge-bottom-c896):not(
    .input-east-de64
  ),
.media-top-fdb0[disabled]:not(.badge-bottom-c896):not(
    .input-east-de64
  ),
button.fn-disabled-7dd2:not(.badge-bottom-c896):not(
    .input-east-de64
  ),
button[disabled]:not(.badge-bottom-c896):not(
    .input-east-de64
  ) {
  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;
}
.fluid-9982 {
  clip: rect(1px, 1px, 1px, 1px);
  position: absolute !important;
  height: 1px;
  width: 1px;
  overflow: hidden;
  word-con: normal !important;
}
.fluid-9982: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;
}
.fast_2282 {
  display: inline;
  float: left;
  margin-right: 1.41575em;
}
.container-b861 {
  display: inline;
  float: right;
  margin-left: 1.41575em;
}
.left-05d8 {
  clear: both;
  display: block;
  margin: 0 auto;
}
.texture-9297:after,
.texture-9297:before,
.liquid-241c:after,
.liquid-241c:before,
.gold-16a0:after,
.gold-16a0:before,
.static_d397:after,
.static_d397:before,
.slider-6b19:after,
.slider-6b19:before,
.pattern_bottom_f411:after,
.pattern_bottom_f411:before {
  content: "";
  display: table;
  table-layout: fixed;
}
.texture-9297:after,
.liquid-241c:after,
.gold-16a0:after,
.static_d397:after,
.slider-6b19:after,
.pattern_bottom_f411:after {
  clear: both;
}
.liquid-241c .light-7f9d,
.gold-16a0 .light-7f9d,
.pagination_upper_e9e2 .light-7f9d {
  border: none;
  margin-bottom: 0;
  margin-top: 0;
  padding: 0;
}
embed,
iframe,
object {
  max-width: 100%;
}
.frame-upper-d6f1 {
  display: inline-block;
}
.element_fresh_b9ac {
  margin-bottom: 1.41575em;
  max-width: 100%;
}
.element_fresh_b9ac img[class*="wp-image-"] {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.element_fresh_b9ac .surface-soft-0820 {
  padding: 1em 0;
  font-size: 85%;
}
.surface-soft-0820 {
  text-align: left;
  font-style: italic;
  color: #999;
}
.tooltip-active-d702 {
  margin-bottom: 1.5em;
  margin-bottom: 1.41575em;
}
.tooltip-active-d702:after,
.tooltip-active-d702:before {
  content: "";
  display: table;
}
.tooltip-active-d702:after {
  clear: both;
}
.action_b3c6 {
  display: inline-block;
  text-align: center;
  vertical-align: top;
  width: 100%;
}
.mask-9e26 .action_b3c6 {
  max-width: 50%;
}
.column_blue_cd4f .action_b3c6 {
  max-width: 33.33%;
}
.panel_in_ade4 .action_b3c6 {
  max-width: 25%;
}
.right_7c2f .action_b3c6 {
  max-width: 20%;
}
.text-out-e290 .action_b3c6 {
  max-width: 16.66%;
}
.image-yellow-7c51 .action_b3c6 {
  max-width: 14.28%;
}
.stone_1555 .action_b3c6 {
  max-width: 12.5%;
}
.stone_5312 .action_b3c6 {
  max-width: 11.11%;
}
.content-hovered-f8b4 {
  display: block;
}
.label-f2d4 .center-56eb label,
.label-f2d4 .left_ac41 label,
.label-f2d4 .notice_selected_a0d0 label,
.label-f2d4 .up_4e5f label {
  text-transform: uppercase;
  letter-spacing: 0.5px;
  font-size: 0.85em;
}
.active-glass-4aa0 {
  list-style: none;
  margin: 0;
}
.active-glass-4aa0 article.picture-tall-3c65 {
  margin-bottom: 0;
}
.active-glass-4aa0 ul {
  list-style: none;
  margin: 0;
}
.active-glass-4aa0 .pro_58fc li.picture-tall-3c65 {
  padding-left: 30px;
}
@media screen and (min-width: 64em) {
  .active-glass-4aa0 .pro_58fc li.picture-tall-3c65 {
    padding-left: 85px;
    border-left: 1px solid #eaecee;
    position: relative;
    width: 100%;
  }
  .active-glass-4aa0 .pro_58fc li.picture-tall-3c65: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) {
  .active-glass-4aa0 .pro_58fc li.picture-tall-3c65 li.picture-tall-3c65 li.picture-tall-3c65 li.picture-tall-3c65 {
    padding-left: 0;
  }
}
article.picture-tall-3c65 {
  padding: 1.618em 0;
  margin-bottom: 1.618em;
}
article.picture-tall-3c65 .liquid-241c p:last-of-type {
  margin-bottom: 0;
}
article.picture-tall-3c65 .narrow-4a48 {
  float: left;
}
article.picture-tall-3c65 .fixed-0539 {
  margin-left: 85px;
}
article.picture-tall-3c65 .footer-cold-d754 {
  display: block;
  margin: 12px 0 12px;
  padding-bottom: 4px;
  border-bottom: 1px solid #eaecee;
}
article.picture-tall-3c65 .footer-cold-d754 .mini-4670 {
  margin-left: 10px;
}
article.picture-tall-3c65 .in_30fd {
  font-weight: 500;
  text-transform: uppercase;
  line-height: 1;
  font-style: normal;
}
article.picture-tall-3c65 .content_motion_64d0 {
  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 .center-56eb,
  #respond .notice_selected_a0d0,
  #respond .up_4e5f {
    width: 29.4117647059%;
    margin-right: 5.8823529412%;
    float: left;
  }
}
#respond .center-56eb input,
#respond .notice_selected_a0d0 input,
#respond .up_4e5f input {
  width: 100%;
}
#respond .up_4e5f {
  margin-right: 0;
}
#respond .purple-8529 #wp-comment-cookies-consent {
  position: relative;
  top: -1px;
  margin-right: 5px;
}
.next_1522 {
  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;
}
.next_1522.background-494d {
  width: 36px;
  height: 36px;
  min-height: 36px;
  font-size: 1.1em;
}
.next_1522 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%);
}
.next_1522:focus,
.next_1522:hover {
  color: #333;
  opacity: 1;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.26), 0 0 0 1px rgba(0, 0, 0, 0.18);
  background-color: rgba(255, 255, 255, 0.99);
}
.block_hot_4278 {
  border-radius: 10%;
}
.video_static_c417 {
  border-radius: 50%;
}
.description-aa95 {
  font-size: 0.72em;
}
.status_warm_6832 {
  font-size: 0.875em;
}
.article-bd70 {
  font-size: 1.1em;
}
.badge-stone-3856 {
  text-transform: uppercase;
  line-height: 1.2;
}
.badge-stone-3856.description-aa95 {
  letter-spacing: 0.5px;
}
.pressed-d959,
.pressed-d959 a {
  color: #6d6d6d;
}
.pressed-d959 a:hover {
  color: #111;
}
.last_494e {
  color: #6d6d6d;
}
.active_0652 {
  overflow-x: hidden;
}
.active_0652 .row-hot-c59c.shadow_dynamic_a2dc {
  position: relative;
}
.active_0652 .row-hot-c59c.shadow_dynamic_a2dc.search-light-690c {
  position: initial;
}
.active_0652
  .row-hot-c59c.shadow_dynamic_a2dc.search-light-690c
  .video_down_f540 {
  left: auto;
}
.active_0652 .row-hot-c59c .video_down_f540 {
  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;
}
.active_0652 .row-hot-c59c:hover.shadow_dynamic_a2dc {
  -webkit-transition-delay: 0s !important;
  transition-delay: 0s !important;
  outline: 1px solid #0073aa;
  outline-offset: -1px;
}
.active_0652
  .row-hot-c59c:hover.shadow_dynamic_a2dc
  .video_down_f540 {
  display: block;
  z-index: 9999999;
}
.active_0652 .medium_8e16 .tag_6009,
.active_0652 .basic_41ef .tag_6009 {
  display: none;
}
.active_0652 .slider_e261 .row-hot-c59c:hover.shadow_dynamic_a2dc {
  outline: 1px dashed #ff472e;
  outline-offset: -1px;
}
.label-f2d4 .center-56eb label,
.label-f2d4 .left_ac41 label,
.label-f2d4 .notice_selected_a0d0 label,
.label-f2d4 .up_4e5f label {
  text-transform: uppercase;
  letter-spacing: 0.5px;
  font-size: 0.85em;
}
.active-glass-4aa0 {
  list-style: none;
  margin: 0;
}
.active-glass-4aa0 article.picture-tall-3c65 {
  margin-bottom: 0;
}
.active-glass-4aa0 ul {
  list-style: none;
  margin: 0;
}
.active-glass-4aa0 .pro_58fc li.picture-tall-3c65 {
  padding-left: 30px;
}
@media screen and (min-width: 64em) {
  .active-glass-4aa0 .pro_58fc li.picture-tall-3c65 {
    padding-left: 85px;
    border-left: 1px solid #eaecee;
    position: relative;
    width: 100%;
  }
  .active-glass-4aa0 .pro_58fc li.picture-tall-3c65: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) {
  .active-glass-4aa0 .pro_58fc li.picture-tall-3c65 li.picture-tall-3c65 li.picture-tall-3c65 li.picture-tall-3c65 {
    padding-left: 0;
  }
}
article.picture-tall-3c65 {
  padding: 1.618em 0;
  margin-bottom: 1.618em;
}
article.picture-tall-3c65 .liquid-241c p:last-of-type {
  margin-bottom: 0;
}
article.picture-tall-3c65 .narrow-4a48 {
  float: left;
}
article.picture-tall-3c65 .fixed-0539 {
  margin-left: 85px;
}
article.picture-tall-3c65 .footer-cold-d754 {
  display: block;
  margin: 12px 0 12px;
  padding-bottom: 4px;
  border-bottom: 1px solid #eaecee;
}
article.picture-tall-3c65 .footer-cold-d754 .mini-4670 {
  margin-left: 10px;
}
article.picture-tall-3c65 .in_30fd {
  font-weight: 500;
  text-transform: uppercase;
  line-height: 1;
  font-style: normal;
}
article.picture-tall-3c65 .content_motion_64d0 {
  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 .center-56eb,
  #respond .notice_selected_a0d0,
  #respond .up_4e5f {
    width: 29.4117647059%;
    margin-right: 5.8823529412%;
    float: left;
  }
}
#respond .center-56eb input,
#respond .notice_selected_a0d0 input,
#respond .up_4e5f input {
  width: 100%;
}
#respond .up_4e5f {
  margin-right: 0;
}
#respond .purple-8529 #wp-comment-cookies-consent {
  position: relative;
  top: -1px;
  margin-right: 5px;
}
.medium_8e16 .basic-d07d {
  color: rgba(255, 255, 255, 0.99);
  background: rgba(0, 0, 0, 0.9);
}
.basic-d07d .mini-255b.sidebar_simple_b465 .badge_9d64 > li > a:focus,
.basic-d07d .mini-255b.sidebar_simple_b465 .badge_9d64 > li > a:hover,
.basic-d07d .mini-255b.search-liquid-fc5c .badge_9d64 > li > a:focus,
.basic-d07d .mini-255b.search-liquid-fc5c .badge_9d64 > li > a:hover,
.basic-d07d .mini-255b.blue_247e .badge_9d64 > li > a:focus,
.basic-d07d .mini-255b.blue_247e .badge_9d64 > li > a:hover {
  color: rgba(255, 255, 255, 0.99);
}
.basic-d07d
  .mini-255b.sidebar_simple_b465
  .badge_9d64
  > li.main_purple_798a
  > a,
.basic-d07d
  .mini-255b.sidebar_simple_b465
  .badge_9d64
  > li.hero_7a44
  > a,
.basic-d07d
  .mini-255b.search-liquid-fc5c
  .badge_9d64
  > li.main_purple_798a
  > a,
.basic-d07d
  .mini-255b.search-liquid-fc5c
  .badge_9d64
  > li.hero_7a44
  > a,
.basic-d07d
  .mini-255b.blue_247e
  .badge_9d64
  > li.main_purple_798a
  > a,
.basic-d07d .mini-255b.blue_247e .badge_9d64 > li.carousel-f3ef > a {
  color: rgba(255, 255, 255, 0.99);
}
.basic-d07d .outer-af0d,
.basic-d07d .outer-af0d a {
  color: rgba(255, 255, 255, 0.99);
}
.basic-d07d .info-fluid-2a9a.message-4aa6 li a,
.basic-d07d .component_2fb3 a,
.basic-d07d .frame-3b11,
.basic-d07d .badge_9d64 > li > a,
.basic-d07d .content-ac9a {
  color: rgba(255, 255, 255, 0.79);
}
.basic-d07d .info-fluid-2a9a.message-4aa6 li a:hover,
.basic-d07d .component_2fb3 a:hover,
.basic-d07d .frame-3b11:hover,
.basic-d07d .badge_9d64 > li > a:hover,
.basic-d07d .content-ac9a:hover {
  color: rgba(255, 255, 255, 0.99);
}
.basic-d07d .header-focused-c9b5 {
  color: rgba(255, 255, 255, 0.79);
}
.basic-d07d .header-focused-c9b5 .filter-5e0a {
  color: rgba(255, 255, 255, 0.99);
}
.basic-d07d .header-focused-c9b5:hover {
  color: rgba(255, 255, 255, 0.99);
}
.basic-d07d .purple-3bc3 .right-e42b {
  background: rgba(255, 255, 255, 0.03);
  border-color: rgba(255, 255, 255, 0.08);
  color: rgba(255, 255, 255, 0.79);
}
.basic-d07d .purple-3bc3 .right-e42b .west_6828 {
  color: rgba(255, 255, 255, 0.79);
}
.basic-d07d
  .purple-3bc3
  .right-e42b
  .west_6828::-webkit-input-placeholder {
  color: rgba(255, 255, 255, 0.79);
}
.basic-d07d
  .purple-3bc3
  .right-e42b
  .west_6828:-ms-input-placeholder {
  color: rgba(255, 255, 255, 0.79);
}
.basic-d07d
  .purple-3bc3
  .right-e42b
  .west_6828::-ms-input-placeholder {
  color: rgba(255, 255, 255, 0.79);
}
.basic-d07d
  .purple-3bc3
  .right-e42b
  .west_6828::placeholder {
  color: rgba(255, 255, 255, 0.79);
}
.basic-d07d .purple-3bc3 .south-f8d9 {
  color: rgba(255, 255, 255, 0.79);
}
.basic-d07d .purple-3bc3 .south-f8d9:hover {
  color: rgba(255, 255, 255, 0.99);
}
.in_86a2
  .basic-d07d
  .purple-3bc3
  .wrapper-lower-9484
  .search_stale_c7fb {
  background-color: rgba(255, 255, 255, 0.03);
  border-color: rgba(255, 255, 255, 0.08);
  color: rgba(255, 255, 255, 0.79);
}
.in_86a2
  .basic-d07d
  .purple-3bc3
  .wrapper-lower-9484
  .west_6828 {
  background-color: rgba(255, 255, 255, 0.03) !important;
  border-color: rgba(255, 255, 255, 0.08);
  color: rgba(255, 255, 255, 0.79);
}
.medium_8e16 .text-selected-9f05 {
  color: rgba(0, 0, 0, 0.6);
  background: rgba(255, 255, 255, 0.9);
}
.text-selected-9f05 .mini-255b.sidebar_simple_b465 .badge_9d64 > li > a:focus,
.text-selected-9f05 .mini-255b.sidebar_simple_b465 .badge_9d64 > li > a:hover,
.text-selected-9f05 .mini-255b.search-liquid-fc5c .badge_9d64 > li > a:focus,
.text-selected-9f05 .mini-255b.search-liquid-fc5c .badge_9d64 > li > a:hover,
.text-selected-9f05 .mini-255b.blue_247e .badge_9d64 > li > a:focus,
.text-selected-9f05 .mini-255b.blue_247e .badge_9d64 > li > a:hover {
  color: rgba(0, 0, 0, 0.8);
}
.text-selected-9f05
  .mini-255b.sidebar_simple_b465
  .badge_9d64
  > li.main_purple_798a
  > a,
.text-selected-9f05
  .mini-255b.sidebar_simple_b465
  .badge_9d64
  > li.hero_7a44
  > a,
.text-selected-9f05
  .mini-255b.search-liquid-fc5c
  .badge_9d64
  > li.main_purple_798a
  > a,
.text-selected-9f05
  .mini-255b.search-liquid-fc5c
  .badge_9d64
  > li.hero_7a44
  > a,
.text-selected-9f05
  .mini-255b.blue_247e
  .badge_9d64
  > li.main_purple_798a
  > a,
.text-selected-9f05 .mini-255b.blue_247e .badge_9d64 > li.carousel-f3ef > a {
  color: rgba(0, 0, 0, 0.8);
}
.text-selected-9f05 .outer-af0d,
.text-selected-9f05 .outer-af0d a {
  color: rgba(0, 0, 0, 0.8);
}
.text-selected-9f05 .info-fluid-2a9a.message-4aa6 li a,
.text-selected-9f05 .component_2fb3 a,
.text-selected-9f05 .frame-3b11,
.text-selected-9f05 .badge_9d64 > li > a,
.text-selected-9f05 .content-ac9a {
  color: rgba(0, 0, 0, 0.55);
}
.text-selected-9f05 .info-fluid-2a9a.message-4aa6 li a:hover,
.text-selected-9f05 .component_2fb3 a:hover,
.text-selected-9f05 .frame-3b11:hover,
.text-selected-9f05 .badge_9d64 > li > a:hover,
.text-selected-9f05 .content-ac9a:hover {
  color: rgba(0, 0, 0, 0.8);
}
.text-selected-9f05 .header-focused-c9b5 {
  color: rgba(0, 0, 0, 0.55);
}
.text-selected-9f05 .header-focused-c9b5 .filter-5e0a {
  color: rgba(0, 0, 0, 0.8);
}
.text-selected-9f05 .header-focused-c9b5:hover {
  color: rgba(0, 0, 0, 0.8);
}
.pattern-dirty-7877 .card_focused_6f18 {
  margin-left: auto;
  margin-right: auto;
}
.gold-16a0 > * {
  margin-left: auto;
  margin-right: auto;
}
.gold-16a0 .fast_2282 {
  margin-right: 1.41575em;
}
.row-4b20 .gold-16a0 > .shade_warm_994d {
  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;
}
.row-4b20 .gold-16a0 > .wrapper-fixed-93eb {
  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;
}
.grid_purple_1470.pattern-dirty-7877 .card_focused_6f18,
.slow_bd5c.pattern-dirty-7877 .card_focused_6f18 {
  margin-left: 0;
}
.lite-353f.pattern-dirty-7877 .card_focused_6f18,
.carousel_f5ff.pattern-dirty-7877 .card_focused_6f18 {
  margin-right: 0;
}
.gold-16a0 ol,
.gold-16a0 ul {
  margin: 1.5em auto;
  list-style-position: outside;
}
.input_00e0 video {
  max-width: 100%;
}
.action_b5f4 img {
  display: block;
}
.action_b5f4.fast_2282,
.action_b5f4.container-b861 {
  width: 100%;
}
.action_b5f4.wrapper-fixed-93eb img {
  width: 100vw;
  width: calc(var(--vw, 1vw) * 100);
}
.sort-7314:not(.liquid-b04c) {
  margin: 1.5em auto;
}
.widget_small_b6f8 p {
  padding: 1.5em 14px;
}
ul.dark_62a2.wrapper-fixed-93eb,
ul.dark_62a2.shade_warm_994d,
ul.dark_62a2.grid_a125.shade_warm_994d {
  padding: 0 14px;
}
.short-9fd4 {
  display: block;
  overflow-x: auto;
}
.short-9fd4 table {
  border-collapse: collapse;
  width: 100%;
}
.short-9fd4 td,
.short-9fd4 th {
  padding: 0.5em;
}
.gold-16a0 li {
  margin-left: 2.5em;
  margin-bottom: 6px;
}
.gold-16a0 ol ol,
.gold-16a0 ol ul,
.gold-16a0 ul ol,
.gold-16a0 ul ul {
  margin-bottom: 0;
  margin-top: 0;
  margin-left: 2.5em;
}
.gold-16a0 ol ol li,
.gold-16a0 ol ul li,
.gold-16a0 ul ol li,
.gold-16a0 ul ul li {
  margin-left: 0;
}
.tiny-dc2f.tall_76fc > .description_ed05 {
  position: relative;
  width: 100%;
  height: 0;
  padding-top: 56.25%;
}
.tiny-dc2f.tall_76fc > .description_ed05 iframe,
.tiny-dc2f.tall_76fc > .description_ed05 > object {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}
.paragraph-dfb0 {
  border-left-width: 4px;
  border-left-color: currentColor;
}
.paragraph-dfb0.black-f235 {
  padding: 0;
}
.paragraph-dfb0.black-f235 cite {
  font-size: 13px;
}
.paragraph-dfb0 > * {
  margin-left: 16px;
  margin-right: 16px;
}
.paragraph-dfb0 cite {
  font-style: normal;
  margin-top: 1em;
  position: relative;
  font-size: 13px;
}
.content_thick_1cac {
  border-bottom: 4px solid currentColor;
  border-top: 4px solid currentColor;
  margin-left: 0;
  margin-right: 0;
  padding: 3em 0;
  text-align: center;
}
.content_thick_1cac > p:first-child {
  margin-top: 0;
}
.content_thick_1cac cite {
  font-size: 13px;
  font-style: normal;
  text-transform: uppercase;
}
.content_thick_1cac blockquote {
  border-left: 0;
}
.wrapper-3222 {
  margin: 3em auto;
  border: none;
  border-bottom: 2px solid currentColor;
}
.wrapper-3222:not(.tall-b9e7) {
  max-width: 100px;
}
.wrapper-3222.info_2fea {
  border-bottom: none !important;
  text-align: center;
}
.wrapper-3222.info_2fea::before {
  padding-left: 0;
  font-size: 30px;
}
@media screen and (min-width: 768px) {
  .widget_small_b6f8 p {
    padding: 1.5em 0;
  }
}
.inner-c770 {
  color: #0073aa;
}
.hot_9ae5 {
  background-color: #0073aa;
}
.modal_steel_cdf3 {
  color: #229fd8;
}
.bronze-a6e7 {
  background-color: #229fd8;
}
.label_d3bf {
  color: #eee;
}
.widget-hot-7708 {
  background-color: #eee;
}
.component-fb53 {
  color: #444;
}
.frame-paper-306a {
  background-color: #444;
}
.carousel_3428 {
  padding: 0;
  -webkit-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  text-size-adjust: 100%;
  line-height: 13px;
}
.carousel_3428 .description-south-9cc6 .component_2fb3 {
  font-size: 15px;
}
.carousel_3428 .component_2fb3 {
  line-height: 1.3;
}
.carousel_3428 .text-selected-9f05 {
}
.carousel_3428 .basic-d07d {
  background: #235787;
}
.right_526c {
  padding: 0;
}
.right_526c .basic-d07d {
  background: #1a1a1a;
}
.right_526c .text-selected-9f05 {
  box-shadow: 0 1px 2px 0 #e1e5ea;
  background: #fff;
}
.right-4cf4 {
  padding: 0;
  border-left: none;
  border-right: none;
}
.right-4cf4 .text-selected-9f05 {
  box-shadow: 0 1px 2px 0 #e1e5ea;
}
.right-4cf4 .basic-d07d {
  background: #303030;
}
.pattern_bottom_f411 {
  position: relative;
  z-index: 10;
}
.pattern_bottom_f411 .stale_4a73 {
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
  -webkit-box-pack: center;
  justify-content: center;
}
.description_4fc0 .shadow_dynamic_a2dc {
  display: inline-block;
  vertical-align: middle;
}
.description_4fc0.paragraph_036b .shadow_dynamic_a2dc {
  margin-right: 1em;
}
@media screen and (max-width: 1024px) {
  .description_4fc0.paragraph_036b .shadow_dynamic_a2dc {
    margin-right: 1em;
  }
}
@media screen and (max-width: 568px) {
  .description_4fc0.paragraph_036b .shadow_dynamic_a2dc {
    margin-right: 0.4em;
  }
}
.description_4fc0.paragraph_036b .shadow_dynamic_a2dc:last-child {
  margin-right: 0;
}
.link-188d .stale_4a73 {
  max-width: initial;
}
@media screen and (min-width: 1025px) {
  .medium_8e16 .description-south-9cc6 {
    margin: 0 -0.5em;
  }
  .medium_8e16 .description-south-9cc6 [class*="customify-col-"],
  .medium_8e16 .description-south-9cc6 [class*="customify-col_"],
  .medium_8e16 .description-south-9cc6 [class~="customify-col-"] {
    padding-left: 0.5em;
    padding-right: 0.5em;
  }
}
.medium_8e16.pressed_f901 .stale_4a73 {
  background: 0 0 !important;
}
.medium_8e16.pressed_f901 .stale_4a73,
.medium_8e16.link-188d .stale_4a73 {
  border: 0 none !important;
  box-shadow: none !important;
}
@media screen and (min-width: 1025px) {
  .medium_8e16.picture-edee {
    background: 0 0 !important;
    border: 0 none;
    box-shadow: none !important;
  }
}
.medium_8e16.link-188d .stale_4a73 {
  box-shadow: none !important;
}
.panel_86d0 {
  padding: 21px 0 22px;
  border-bottom: 1px solid #eaecee;
  word-break: break-word;
  background: #f9f9f9;
}
@media screen and (max-width: 1024px) {
  .panel_86d0 {
    padding: 19px 0 20px;
  }
}
@media screen and (max-width: 568px) {
  .panel_86d0 {
    padding: 18px 0 20px;
  }
}
.panel_86d0 .logo-ba1b {
  width: 100%;
}
.panel_86d0 .pagination-blue-172e {
  margin-bottom: 0;
}
.panel_86d0 .gold-0ce7 {
  margin-top: 5px;
  font-size: 0.875em;
}
.pattern-white-89a6 {
  padding: 9px 0 9px;
  border-bottom: 1px solid #eaecee;
  color: #6d6d6d;
  line-height: 1.6;
  background: #fff;
}
.pattern-white-89a6 .south-c4f2 {
  width: 100%;
}
.avatar-gas-55b2 {
  list-style: none;
  margin: 0 1em;
  padding: 0;
}
.avatar-gas-55b2 li {
  display: inline-block;
  position: relative;
  padding-right: 10px;
}
.avatar-gas-55b2 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;
}
.avatar-gas-55b2 li:last-child:after {
  display: none;
}
.avatar-gas-55b2 li a {
  font-weight: 500;
  margin-right: 10px;
}
.photo-cool-af6d .tag_6009 button,
.panel_86d0 .tag_6009 button {
  left: 0;
}
.photo-cool-af6d .south-c4f2,
.panel_86d0 .south-c4f2 {
  padding-left: 0;
  padding-right: 0;
}
.photo-cool-af6d .pattern-white-89a6,
.panel_86d0 .pattern-white-89a6 {
  border-bottom: none;
  padding-bottom: 0;
  background: 0 0;
}
.photo-cool-af6d {
  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;
}
.photo-cool-af6d: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;
}
.photo-cool-af6d .bright-d2e2 {
  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) {
  .photo-cool-af6d .bright-d2e2 {
    min-height: 300px;
  }
}
@media screen and (max-width: 1024px) {
  .photo-cool-af6d .bright-d2e2 {
    min-height: 250px;
    padding: 1em 15px;
  }
}
@media screen and (max-width: 568px) {
  .photo-cool-af6d .bright-d2e2 {
    min-height: 200px;
  }
}
.photo-cool-af6d .avatar-gas-55b2 {
  color: rgba(255, 255, 255, 0.8);
}
.photo-cool-af6d .avatar-gas-55b2 a,
.photo-cool-af6d .avatar-gas-55b2 li:after {
  color: inherit;
}
.photo-cool-af6d .avatar-gas-55b2 a:hover {
  color: rgba(255, 255, 255, 0.8);
}
.clean_1b6f {
  margin-bottom: 0.5em;
}
.black-a685 {
  margin-bottom: 1.2em;
}
.black-a685,
.clean_1b6f {
  display: inline-block;
  position: relative;
  color: rgba(255, 255, 255, 0.99);
  z-index: 5;
}
.black-a685 p:last-child,
.clean_1b6f p:last-child {
  margin-bottom: 0;
}
#header-menu-sidebar .tag_6009,
#masthead .tag_6009 {
  display: none;
}
#masthead
  > .tag_6009.item_easy_3937 {
  display: none;
}
#masthead > .tag_6009 button {
  left: 0;
}
.shadow_c1c4 {
  display: -webkit-box !important;
  display: flex !important;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  flex-flow: row nowrap;
  -webkit-box-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  align-items: center;
  width: 100%;
  height: 100%;
}
.shadow_c1c4 .shadow_dynamic_a2dc {
  display: -webkit-inline-box;
  display: inline-flex;
  -webkit-box-align: center;
  align-items: center;
  margin-left: 0.5em;
  margin-right: 0.5em;
}
.shadow_c1c4 .narrow-1842 {
  display: -webkit-box;
  display: flex;
}
.shadow_c1c4 .narrow-1842.sidebar-5cfa {
  -webkit-box-pack: center;
  justify-content: center;
  margin-left: 1em;
  margin-right: 1em;
}
.shadow_c1c4 .narrow-1842.paragraph_12d6 {
  -webkit-box-pack: start;
  justify-content: flex-start;
  margin-right: auto;
  -webkit-box-flex: 1;
  flex: 1 1 0;
}
.shadow_c1c4 .narrow-1842.title-dba4 {
  margin-left: auto;
  -webkit-box-pack: end;
  justify-content: flex-end;
  -webkit-box-flex: 1;
  flex: 1 1 0;
}
.shadow_c1c4.header-over-00c3.over_9ec2 .narrow-1842.sidebar-5cfa {
  flex-basis: 100%;
}
.shadow_c1c4.tag-1f31 .narrow-1842.paragraph_12d6 {
  -webkit-box-flex: 1;
  flex: auto;
}
.shadow_c1c4.tag-1f31 .narrow-1842.title-dba4 {
  -webkit-box-flex: 1;
  flex: auto;
}
#masthead
  > .tag_6009.item_easy_3937 {
  display: none;
}
#masthead > .tag_6009 button {
  left: 0;
}
.accordion-black-0587 {
  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;
}
.accordion-black-0587:hover {
  box-shadow: inset 0 0 0 120px rgba(0, 0, 0, 0.18);
  color: #fff;
}
.accordion-black-0587.highlight-95a4 i {
  margin-right: 4px;
}
.accordion-black-0587.right-eb15 i {
  margin-left: 5px;
}
.component_2fb3 p {
  font-weight: 500;
  text-transform: uppercase;
  font-size: 13px;
}
.component_2fb3 p:last-child {
  margin-bottom: 0;
}
.narrow-5c32 {
  display: -webkit-box;
  display: flex;
  line-height: 0.9;
  vertical-align: middle;
}
.narrow-5c32 a {
  display: inline-block;
  text-transform: uppercase;
  letter-spacing: 0.4px;
  font-weight: 600;
}
.narrow-5c32 img {
  display: block;
  width: auto;
  line-height: 1;
}
.narrow-5c32 .outer-af0d {
  font-size: 1.5em;
  margin: 0;
  font-weight: 600;
  line-height: 1.216;
}
.narrow-5c32 .huge-a0e4 {
  margin: 5px 0 7px 0;
}
.narrow-5c32.black-1711 .orange-cf9c {
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
  -webkit-box-pack: center;
  justify-content: center;
}
.narrow-5c32.black-1711 .gallery-stale-6c07 {
  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;
}
.narrow-5c32.shadow_3b43 {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  flex-direction: row-reverse;
}
.narrow-5c32.shadow_3b43 .orange-cf9c {
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
  -webkit-box-pack: center;
  justify-content: center;
}
.narrow-5c32.shadow_3b43 .gallery-stale-6c07 {
  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;
}
.narrow-5c32.liquid_8d04 {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
}
.narrow-5c32.east_d777 {
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
  flex-direction: column-reverse;
}
.narrow-5c32.east_d777 .gallery-stale-6c07 {
  margin-top: 7px;
}
.menu-large-59b1 {
  display: inline-block;
}
.pattern_bottom_f411 .media-bright-6af2 .narrow-5c32 img {
  max-width: 100%;
}
.mini-255b .video_huge_1a04.cold_bcd2,
.slider_upper_03e9 .video_huge_1a04.cold_bcd2 {
  position: relative;
  display: -webkit-inline-box;
  display: inline-flex;
  -webkit-box-align: center;
  align-items: center;
}
.mini-255b .basic_b6b4,
.slider_upper_03e9 .basic_b6b4 {
  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%);
}
.mini-255b .basic_b6b4 {
  display: inline;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-decoration: none !important;
}
.mini-255b.white-cc03 .basic_b6b4 {
  display: none;
}
.mini-255b .video-complex-5826 {
  list-style: none;
  padding: 0;
  margin: 0;
}
.mini-255b .video-complex-5826 li {
  display: inline-block;
  position: relative;
}
.mini-255b .video-complex-5826 li:last-child {
  margin-right: 0;
}
.mini-255b .video-complex-5826 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;
}
.mini-255b .video-complex-5826 li.carousel-f3ef > a {
  color: rgba(0, 0, 0, 0.9);
}
.mini-255b .video-complex-5826 > 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;
}
.mini-255b .video-complex-5826 > li > a i {
  line-height: 0;
}
.mini-255b .video-complex-5826 > li.logo-tall-00b3 > a .basic_b6b4 {
  margin-left: 4px;
  line-height: 0;
}
.mini-255b .video-complex-5826 .footer_518d li.logo-tall-00b3 > a {
  position: relative;
}
.mini-255b .video-complex-5826 .footer_518d li.logo-tall-00b3 > a:after,
.mini-255b .video-complex-5826 .footer_518d li.logo-tall-00b3 > a:before {
  content: "";
  display: table;
}
.mini-255b .video-complex-5826 .footer_518d li.logo-tall-00b3 > a:after {
  clear: both;
}
.mini-255b .video-complex-5826 .footer_518d li.logo-tall-00b3 > a .basic_b6b4 {
  margin-left: 5px;
  float: right;
}
.mini-255b .shadow-iron-ab9c,
.mini-255b .footer_518d {
  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;
}
.mini-255b .footer_518d {
  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;
}
.mini-255b .footer_518d .cold_bcd2 {
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: justify;
  justify-content: space-between;
}
.mini-255b .footer_518d .basic_b6b4 {
  -webkit-transform: rotate(135deg) translateY(0);
  -ms-transform: rotate(135deg) translateY(0);
  transform: rotate(135deg) translateY(0);
}
.mini-255b .footer_518d li {
  display: block;
  margin: 0;
  padding: 0;
}
.mini-255b .footer_518d 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;
}
.mini-255b .footer_518d li a:hover {
  background: rgba(0, 0, 0, 0.015);
  color: rgba(0, 0, 0, 0.8);
}
.mini-255b .footer_518d .footer_518d {
  top: 0;
  left: 100%;
}
.mini-255b .dropdown_1238.fn-focus-7dd2 > .shadow-iron-ab9c,
.mini-255b .dropdown_1238.fn-focus-7dd2 > .footer_518d,
.mini-255b .dropdown_1238:focus > .shadow-iron-ab9c,
.mini-255b .dropdown_1238:focus > .footer_518d,
.mini-255b .dropdown_1238:hover > .shadow-iron-ab9c,
.mini-255b .dropdown_1238:hover > .footer_518d {
  height: auto;
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
  overflow: initial;
  visibility: visible;
  opacity: 1;
}
.mini-255b.blue_247e .badge_9d64:after,
.mini-255b.blue_247e .badge_9d64:before {
  content: "";
  display: table;
}
.mini-255b.blue_247e .badge_9d64:after {
  clear: both;
}
.mini-255b.blue_247e .badge_9d64 > li {
  float: left;
}
.mini-255b.white-644c .badge_9d64:after,
.mini-255b.white-644c .badge_9d64:before {
  content: "";
  display: table;
}
.mini-255b.white-644c .badge_9d64:after {
  clear: both;
}
.mini-255b.white-644c .badge_9d64 > li {
  float: left;
}
.mini-255b.white-644c .badge_9d64 > li > a {
  background: 0 0;
  display: -webkit-inline-box;
  display: inline-flex;
  vertical-align: middle;
  -webkit-box-align: center;
  align-items: center;
}
.mini-255b.white-644c .badge_9d64 > li > a:hover {
  color: #fff;
  background-color: #1e4b75;
}
.mini-255b.white-644c .badge_9d64 > li.main_purple_798a > a,
.mini-255b.white-644c .badge_9d64 > li.carousel-f3ef > a {
  color: #fff;
  background-color: #1e4b75;
}
.mini-255b.sidebar_simple_b465 .badge_9d64 > li > a .cold_bcd2 {
  position: relative;
}
.mini-255b.sidebar_simple_b465 .badge_9d64 > li > a .cold_bcd2: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;
}
.mini-255b.sidebar_simple_b465
  .badge_9d64
  > li:focus
  > a
  .cold_bcd2:before,
.mini-255b.sidebar_simple_b465
  .badge_9d64
  > li:hover
  > a
  .cold_bcd2:before {
  width: 100%;
  background-color: currentColor;
}
.mini-255b.sidebar_simple_b465
  .badge_9d64
  > li.main_purple_798a
  > a
  .cold_bcd2:before,
.mini-255b.sidebar_simple_b465
  .badge_9d64
  > li.hero_7a44
  > a
  .cold_bcd2:before {
  width: 100%;
  background-color: currentColor;
}
.mini-255b.search-liquid-fc5c .badge_9d64 > li > a .cold_bcd2 {
  position: relative;
}
.mini-255b.search-liquid-fc5c .badge_9d64 > li > a .cold_bcd2: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;
}
.mini-255b.search-liquid-fc5c .badge_9d64 > li:focus > a .cold_bcd2:before,
.mini-255b.search-liquid-fc5c
  .badge_9d64
  > li:hover
  > a
  .cold_bcd2:before {
  width: 100%;
  background-color: currentColor;
}
.mini-255b.search-liquid-fc5c
  .badge_9d64
  > li.main_purple_798a
  > a
  .cold_bcd2:before,
.mini-255b.search-liquid-fc5c
  .badge_9d64
  > li.hero_7a44
  > a
  .cold_bcd2:before {
  width: 100%;
  background-color: currentColor;
}
.slider_upper_03e9 .video-complex-5826 {
  margin: 0;
  padding: 0;
  list-style: none;
}
.slider_upper_03e9 .video-complex-5826 li:first-child > a {
  border-top: none;
}
.slider_upper_03e9 .video-complex-5826 .picture_b3b1 > .cold_bcd2 .basic_b6b4 {
  display: none;
}
.slider_upper_03e9 .video-complex-5826 li {
  list-style: none;
  position: relative;
  border-bottom: 1px solid transparent;
}
.slider_upper_03e9 .video-complex-5826 li:last-child {
  border: none;
}
.slider_upper_03e9 .video-complex-5826 li.logo-tall-00b3 > a {
  padding-right: 45px !important;
}
.slider_upper_03e9 .video-complex-5826 li a {
  display: block;
  padding: 0.55em 1.5em;
}
.slider_upper_03e9 .video-complex-5826 li a:focus,
.slider_upper_03e9 .video-complex-5826 li a:hover {
  background: rgba(0, 0, 0, 0.01);
}
.slider_upper_03e9 .video-complex-5826 li .input-5a89 {
  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;
}
.slider_upper_03e9 .video-complex-5826 li .input-5a89:hover {
  box-shadow: none;
}
.slider_upper_03e9 .video-complex-5826 li .input-5a89 .basic_b6b4 {
  -webkit-transform: rotate(-135deg) translateY(50%) translateX(50%);
  -ms-transform: rotate(-135deg) translateY(50%) translateX(50%);
  transform: rotate(-135deg) translateY(50%) translateX(50%);
}
.slider_upper_03e9 .video-complex-5826 .footer_518d {
  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);
}
.slider_upper_03e9 .video-complex-5826 .footer_518d li a {
  padding-left: 3em;
}
.slider_upper_03e9 .video-complex-5826 .surface-6054 > a .input-5a89 i {
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
.slider_upper_03e9 .video-complex-5826 .surface-6054 > .footer_518d {
  display: block;
  opacity: 1;
}
.tall-75d4 {
  max-width: 100%;
}
.pink-946b {
  line-height: 0;
  cursor: pointer;
}
.content-ac9a {
  line-height: 0;
  display: inline-block;
  position: relative;
  box-shadow: none;
}
.content-ac9a:hover {
  box-shadow: none;
  color: currentColor;
}
.content-ac9a svg {
  width: 18px;
  height: 18px;
}
.content-ac9a .shadow-pressed-f162 {
  display: none;
}
.content_iron_31b3 {
  position: relative;
}
.content_iron_31b3.fn-active-7dd2 .content-ac9a .preview_df89 {
  display: none;
}
.content_iron_31b3.fn-active-7dd2 .content-ac9a .shadow-pressed-f162 {
  display: inline-block;
}
.content_iron_31b3 .article_glass_1b22 {
  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);
}
.content_iron_31b3.tertiary-action-d9ba .article_glass_1b22 {
  left: auto;
  right: -0.9em;
}
.content_iron_31b3.tertiary-action-d9ba .hidden_21f1::before {
  left: auto;
  right: 15px;
}
.content_iron_31b3.fn-active-7dd2 .article_glass_1b22 {
  height: auto;
  overflow: initial;
  z-index: 26;
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
}
.wrapper-lower-9484 {
  display: -webkit-box;
  display: flex;
  margin-bottom: 0;
  width: 100%;
  max-width: 100%;
}
.wrapper-lower-9484 label {
  flex-basis: 100%;
}
.wrapper-lower-9484 .right-e42b {
  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;
}
.wrapper-lower-9484 .west_6828 {
  display: block;
  width: 100%;
  border-radius: 2px;
  height: 2.4em;
}
.wrapper-lower-9484 .west_6828:focus {
  background-color: transparent;
}
.wrapper-lower-9484 button.south-f8d9 {
  overflow: hidden;
  box-shadow: none;
  margin-left: -40px;
  background: 0 0;
  color: #6d6d6d;
  line-height: 0;
  padding: 0 0.7em;
  min-height: auto;
}
.wrapper-lower-9484 button.south-f8d9:hover {
  box-shadow: none;
  background-color: transparent;
  color: #686868;
}
.wrapper-lower-9484 button.south-f8d9 svg {
  width: 18px;
  height: 18px;
}
.wrapper-lower-9484 input[type="submit"] {
  min-height: auto;
}
.purple-3bc3 .wrapper-lower-9484 .west_6828 {
  border: 0;
  box-shadow: none;
  background-color: transparent;
}
.hidden_21f1 {
  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) {
  .hidden_21f1 {
    width: 220px;
  }
}
.hidden_21f1 label {
  flex-basis: 100%;
}
.hidden_21f1::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;
}
.in_86a2 .purple-3bc3 .wrapper-lower-9484 {
  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;
}
.in_86a2
  .purple-3bc3
  .wrapper-lower-9484
  .right-e42b {
  background-color: transparent;
  min-height: auto;
  flex-basis: 100%;
  display: -webkit-box;
  display: flex;
  border-style: none;
  border: none;
  box-shadow: none;
}
.in_86a2 .purple-3bc3 .wrapper-lower-9484 .west_6828 {
  border-color: transparent;
  height: auto;
  background-color: transparent;
  border: 0;
  border-style: none;
  box-shadow: none;
  -webkit-box-flex: 0;
  flex: 0 0 auto;
}
.in_86a2
  .purple-3bc3
  .wrapper-lower-9484
  .west_6828:focus {
  background: 0 0;
}
.in_86a2
  .purple-3bc3
  .wrapper-lower-9484
  .search_stale_c7fb {
  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;
}
.info-fluid-2a9a {
  display: inline-block;
  margin: 0;
  padding: 0;
  list-style: none;
  position: relative;
}
.info-fluid-2a9a li {
  list-style: none;
  display: inline-block;
  margin: 0 3px;
}
.info-fluid-2a9a li:last-child {
  margin-right: 0;
}
.info-fluid-2a9a li:first-child {
  margin-left: 0;
}
.info-fluid-2a9a.picture_99c8 a {
  color: #fff;
}
.info-fluid-2a9a.picture_99c8 a:hover {
  color: #fff;
}
.info-fluid-2a9a a {
  color: currentColor;
  text-align: center;
  vertical-align: middle;
  width: 100%;
  padding: 0.4em;
  display: inline-block;
  line-height: 1;
  font-size: 13px;
}
.info-fluid-2a9a a i {
  width: 1em;
  height: 1em;
  position: relative;
  display: block;
}
.info-fluid-2a9a a i:before {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}
.info-fluid-2a9a a:hover {
  opacity: 0.9;
  color: inherit;
}
.info-fluid-2a9a [class*="social-icon-apple"] {
  background-color: #999;
}
.info-fluid-2a9a [class*="social-icon-apple"].pressed_6ccd {
  background-color: transparent;
  color: #999;
}
.info-fluid-2a9a [class*="social-icon-behance"] {
  background-color: #1769ff;
}
.info-fluid-2a9a [class*="social-icon-behance"].pressed_6ccd {
  background-color: transparent;
  color: #1769ff;
}
.info-fluid-2a9a [class*="social-icon-bitbucket"] {
  background-color: #205081;
}
.info-fluid-2a9a [class*="social-icon-bitbucket"].pressed_6ccd {
  background-color: transparent;
  color: #205081;
}
.info-fluid-2a9a [class*="social-icon-codepen"] {
  background-color: #000;
}
.info-fluid-2a9a [class*="social-icon-codepen"].pressed_6ccd {
  background-color: transparent;
  color: #000;
}
.info-fluid-2a9a [class*="social-icon-delicious"] {
  background-color: #39f;
}
.info-fluid-2a9a [class*="social-icon-delicious"].pressed_6ccd {
  background-color: transparent;
  color: #39f;
}
.info-fluid-2a9a [class*="social-icon-digg"] {
  background-color: #005be2;
}
.info-fluid-2a9a [class*="social-icon-digg"].pressed_6ccd {
  background-color: transparent;
  color: #005be2;
}
.info-fluid-2a9a [class*="social-icon-dribbble"] {
  background-color: #ea4c89;
}
.info-fluid-2a9a [class*="social-icon-dribbble"].pressed_6ccd {
  background-color: transparent;
  color: #ea4c89;
}
.info-fluid-2a9a [class*="social-icon-envelope"] {
  background-color: #ea4335;
}
.info-fluid-2a9a [class*="social-icon-envelope"].pressed_6ccd {
  background-color: transparent;
  color: #ea4335;
}
.info-fluid-2a9a [class*="social-icon-facebook"] {
  background-color: #3b5998;
}
.info-fluid-2a9a [class*="social-icon-facebook"].pressed_6ccd {
  background-color: transparent;
  color: #3b5998;
}
.info-fluid-2a9a [class*="social-icon-flickr"] {
  background-color: #0063dc;
}
.info-fluid-2a9a [class*="social-icon-flickr"].pressed_6ccd {
  background-color: transparent;
  color: #0063dc;
}
.info-fluid-2a9a [class*="social-icon-foursquare"] {
  background-color: #2d5be3;
}
.info-fluid-2a9a [class*="social-icon-foursquare"].pressed_6ccd {
  background-color: transparent;
  color: #2d5be3;
}
.info-fluid-2a9a [class*="social-icon-github"] {
  background-color: #333;
}
.info-fluid-2a9a [class*="social-icon-github"].pressed_6ccd {
  background-color: transparent;
  color: #333;
}
.info-fluid-2a9a [class*="social-icon-google-plus"] {
  background-color: #dd4b39;
}
.info-fluid-2a9a [class*="social-icon-google-plus"].pressed_6ccd {
  background-color: transparent;
  color: #dd4b39;
}
.info-fluid-2a9a [class*="social-icon-houzz"] {
  background-color: #7ac142;
}
.info-fluid-2a9a [class*="social-icon-houzz"].pressed_6ccd {
  background-color: transparent;
  color: #7ac142;
}
.info-fluid-2a9a [class*="social-icon-instagram"] {
  background-color: #262626;
}
.info-fluid-2a9a [class*="social-icon-instagram"].pressed_6ccd {
  background-color: transparent;
  color: #262626;
}
.info-fluid-2a9a [class*="social-icon-jsfiddle"] {
  background-color: #487aa2;
}
.info-fluid-2a9a [class*="social-icon-jsfiddle"].pressed_6ccd {
  background-color: transparent;
  color: #487aa2;
}
.info-fluid-2a9a [class*="social-icon-linkedin"] {
  background-color: #0077b5;
}
.info-fluid-2a9a [class*="social-icon-linkedin"].pressed_6ccd {
  background-color: transparent;
  color: #0077b5;
}
.info-fluid-2a9a [class*="social-icon-medium"] {
  background-color: #00ab6b;
}
.info-fluid-2a9a [class*="social-icon-medium"].pressed_6ccd {
  background-color: transparent;
  color: #00ab6b;
}
.info-fluid-2a9a [class*="social-icon-odnoklassniki"] {
  background-color: #f4731c;
}
.info-fluid-2a9a
  [class*="social-icon-odnoklassniki"].pressed_6ccd {
  background-color: transparent;
  color: #f4731c;
}
.info-fluid-2a9a [class*="social-icon-meetup"] {
  background-color: #ec1c40;
}
.info-fluid-2a9a [class*="social-icon-meetup"].pressed_6ccd {
  background-color: transparent;
  color: #ec1c40;
}
.info-fluid-2a9a [class*="social-icon-pinterest"] {
  background-color: #bd081c;
}
.info-fluid-2a9a [class*="social-icon-pinterest"].pressed_6ccd {
  background-color: transparent;
  color: #bd081c;
}
.info-fluid-2a9a [class*="social-icon-product-hunt"] {
  background-color: #da552f;
}
.info-fluid-2a9a [class*="social-icon-product-hunt"].pressed_6ccd {
  background-color: transparent;
  color: #da552f;
}
.info-fluid-2a9a [class*="social-icon-reddit"] {
  background-color: #ff4500;
}
.info-fluid-2a9a [class*="social-icon-reddit"].pressed_6ccd {
  background-color: transparent;
  color: #ff4500;
}
.info-fluid-2a9a [class*="social-icon-rss"] {
  background-color: #f26522;
}
.info-fluid-2a9a [class*="social-icon-rss"].pressed_6ccd {
  background-color: transparent;
  color: #f26522;
}
.info-fluid-2a9a [class*="social-icon-shopping-cart"] {
  background-color: #4caf50;
}
.info-fluid-2a9a
  [class*="social-icon-shopping-cart"].pressed_6ccd {
  background-color: transparent;
  color: #4caf50;
}
.info-fluid-2a9a [class*="social-icon-skype"] {
  background-color: #00aff0;
}
.info-fluid-2a9a [class*="social-icon-skype"].pressed_6ccd {
  background-color: transparent;
  color: #00aff0;
}
.info-fluid-2a9a [class*="social-icon-slideshare"] {
  background-color: #0077b5;
}
.info-fluid-2a9a [class*="social-icon-slideshare"].pressed_6ccd {
  background-color: transparent;
  color: #0077b5;
}
.info-fluid-2a9a [class*="social-icon-snapchat"] {
  background-color: #fffc00;
}
.info-fluid-2a9a [class*="social-icon-snapchat"].pressed_6ccd {
  background-color: transparent;
  color: #fffc00;
}
.info-fluid-2a9a [class*="social-icon-soundcloud"] {
  background-color: #f80;
}
.info-fluid-2a9a [class*="social-icon-soundcloud"].pressed_6ccd {
  background-color: transparent;
  color: #f80;
}
.info-fluid-2a9a [class*="social-icon-spotify"] {
  background-color: #2ebd59;
}
.info-fluid-2a9a [class*="social-icon-spotify"].pressed_6ccd {
  background-color: transparent;
  color: #2ebd59;
}
.info-fluid-2a9a [class*="social-icon-stack-overflow"] {
  background-color: #fe7a15;
}
.info-fluid-2a9a
  [class*="social-icon-stack-overflow"].pressed_6ccd {
  background-color: transparent;
  color: #fe7a15;
}
.info-fluid-2a9a [class*="social-icon-maldkfgram"] {
  background-color: #2ca5e0;
}
.info-fluid-2a9a [class*="social-icon-maldkfgram"].pressed_6ccd {
  background-color: transparent;
  color: #2ca5e0;
}
.info-fluid-2a9a [class*="social-icon-tripadvisor"] {
  background-color: #589442;
}
.info-fluid-2a9a [class*="social-icon-tripadvisor"].pressed_6ccd {
  background-color: transparent;
  color: #589442;
}
.info-fluid-2a9a [class*="social-icon-tumblr"] {
  background-color: #35465c;
}
.info-fluid-2a9a [class*="social-icon-tumblr"].pressed_6ccd {
  background-color: transparent;
  color: #35465c;
}
.info-fluid-2a9a [class*="social-icon-twitch"] {
  background-color: #6441a5;
}
.info-fluid-2a9a [class*="social-icon-twitch"].pressed_6ccd {
  background-color: transparent;
  color: #6441a5;
}
.info-fluid-2a9a [class*="social-icon-twitter"] {
  background-color: #1da1f2;
}
.info-fluid-2a9a [class*="social-icon-twitter"].pressed_6ccd {
  background-color: transparent;
  color: #1da1f2;
}
.info-fluid-2a9a [class*="social-icon-vimeo"] {
  background-color: #1ab7ea;
}
.info-fluid-2a9a [class*="social-icon-vimeo"].pressed_6ccd {
  background-color: transparent;
  color: #1ab7ea;
}
.info-fluid-2a9a [class*="social-icon-vk"] {
  background-color: #45668e;
}
.info-fluid-2a9a [class*="social-icon-vk"].pressed_6ccd {
  background-color: transparent;
  color: #45668e;
}
.info-fluid-2a9a [class*="social-icon-weibo"] {
  background-color: #df2029;
}
.info-fluid-2a9a [class*="social-icon-weibo"].pressed_6ccd {
  background-color: transparent;
  color: #df2029;
}
.info-fluid-2a9a [class*="social-icon-weixin"] {
  background-color: #7bb32e;
}
.info-fluid-2a9a [class*="social-icon-weixin"].pressed_6ccd {
  background-color: transparent;
  color: #7bb32e;
}
.info-fluid-2a9a [class*="social-icon-whatsapp"] {
  background-color: #25d366;
}
.info-fluid-2a9a [class*="social-icon-whatsapp"].pressed_6ccd {
  background-color: transparent;
  color: #25d366;
}
.info-fluid-2a9a [class*="social-icon-wordpress"] {
  background-color: #21759b;
}
.info-fluid-2a9a [class*="social-icon-wordpress"].pressed_6ccd {
  background-color: transparent;
  color: #21759b;
}
.info-fluid-2a9a [class*="social-icon-xing"] {
  background-color: #026466;
}
.info-fluid-2a9a [class*="social-icon-xing"].pressed_6ccd {
  background-color: transparent;
  color: #026466;
}
.info-fluid-2a9a [class*="social-icon-yelp"] {
  background-color: #af0606;
}
.info-fluid-2a9a [class*="social-icon-yelp"].pressed_6ccd {
  background-color: transparent;
  color: #af0606;
}
.info-fluid-2a9a [class*="social-icon-youtube"] {
  background-color: #cd201f;
}
.info-fluid-2a9a [class*="social-icon-youtube"].pressed_6ccd {
  background-color: transparent;
  color: #cd201f;
}
.frame-3b11 {
  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;
}
.frame-3b11:hover {
  box-shadow: none;
  background: 0 0;
}
.silver-cc3e {
  background: 0 0 !important;
  text-transform: uppercase;
  font-size: 0.85em;
}
.tertiary_a58a {
  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;
}
.filter-up-bbdf {
  display: inline-block;
  position: relative;
  vertical-align: middle;
}
.tiny_4f80 {
  display: block;
  top: 50%;
  background-color: currentcolor;
}
.tiny_4f80,
.tiny_4f80::after,
.tiny_4f80::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;
}
.tiny_4f80::after,
.tiny_4f80::before {
  content: "";
  display: block;
  background-color: inherit;
}
.picture-2968 .tertiary_a58a .filter-up-bbdf {
  margin-top: -2px;
  width: 19px;
}
.picture-2968 .tertiary_a58a .tiny_4f80 {
  margin-top: -1px;
}
.picture-2968 .tertiary_a58a .tiny_4f80,
.picture-2968 .tertiary_a58a .tiny_4f80::after,
.picture-2968 .tertiary_a58a .tiny_4f80::before {
  width: 19px;
  height: 2px;
}
.picture-2968 .tertiary_a58a .tiny_4f80::before {
  top: -6px;
}
.picture-2968 .tertiary_a58a .tiny_4f80::after {
  bottom: -6px;
}
.preview_3cfa .tertiary_a58a .filter-up-bbdf {
  margin-top: -2px;
  width: 22px;
}
.preview_3cfa .tertiary_a58a .tiny_4f80 {
  margin-top: -1px;
}
.preview_3cfa .tertiary_a58a .tiny_4f80,
.preview_3cfa .tertiary_a58a .tiny_4f80::after,
.preview_3cfa .tertiary_a58a .tiny_4f80::before {
  width: 22px;
  height: 2px;
}
.preview_3cfa .tertiary_a58a .tiny_4f80::before {
  top: -7px;
}
.preview_3cfa .tertiary_a58a .tiny_4f80::after {
  bottom: -7px;
}
.hero-213a .tertiary_a58a .filter-up-bbdf {
  margin-top: -2px;
  width: 31px;
}
.hero-213a .tertiary_a58a .tiny_4f80 {
  margin-top: -1.5px;
}
.hero-213a .tertiary_a58a .tiny_4f80,
.hero-213a .tertiary_a58a .tiny_4f80::after,
.hero-213a .tertiary_a58a .tiny_4f80::before {
  width: 31px;
  height: 3px;
}
.hero-213a .tertiary_a58a .tiny_4f80::before {
  top: -9px;
}
.hero-213a .tertiary_a58a .tiny_4f80::after {
  bottom: -9px;
}
@media screen and (min-width: 1025px) {
  .bottom-c9aa .tertiary_a58a .filter-up-bbdf {
    margin-top: -2px;
    width: 19px;
  }
  .bottom-c9aa .tertiary_a58a .tiny_4f80 {
    margin-top: -1px;
  }
  .bottom-c9aa .tertiary_a58a .tiny_4f80,
  .bottom-c9aa .tertiary_a58a .tiny_4f80::after,
  .bottom-c9aa .tertiary_a58a .tiny_4f80::before {
    width: 19px;
    height: 2px;
  }
  .bottom-c9aa .tertiary_a58a .tiny_4f80::before {
    top: -6px;
  }
  .bottom-c9aa .tertiary_a58a .tiny_4f80::after {
    bottom: -6px;
  }
  .accent-dd97 .tertiary_a58a .filter-up-bbdf {
    margin-top: -2px;
    width: 22px;
  }
  .accent-dd97 .tertiary_a58a .tiny_4f80 {
    margin-top: -1px;
  }
  .accent-dd97 .tertiary_a58a .tiny_4f80,
  .accent-dd97 .tertiary_a58a .tiny_4f80::after,
  .accent-dd97 .tertiary_a58a .tiny_4f80::before {
    width: 22px;
    height: 2px;
  }
  .accent-dd97 .tertiary_a58a .tiny_4f80::before {
    top: -7px;
  }
  .accent-dd97 .tertiary_a58a .tiny_4f80::after {
    bottom: -7px;
  }
  .short-3365 .tertiary_a58a .filter-up-bbdf {
    margin-top: -2px;
    width: 31px;
  }
  .short-3365 .tertiary_a58a .tiny_4f80 {
    margin-top: -1.5px;
  }
  .short-3365 .tertiary_a58a .tiny_4f80,
  .short-3365 .tertiary_a58a .tiny_4f80::after,
  .short-3365 .tertiary_a58a .tiny_4f80::before {
    width: 31px;
    height: 3px;
  }
  .short-3365 .tertiary_a58a .tiny_4f80::before {
    top: -9px;
  }
  .short-3365 .tertiary_a58a .tiny_4f80::after {
    bottom: -9px;
  }
}
@media screen and (max-width: 1024px) {
  .liquid_660e .tertiary_a58a .filter-up-bbdf {
    margin-top: -2px;
    width: 19px;
  }
  .liquid_660e .tertiary_a58a .tiny_4f80 {
    margin-top: -1px;
  }
  .liquid_660e .tertiary_a58a .tiny_4f80,
  .liquid_660e .tertiary_a58a .tiny_4f80::after,
  .liquid_660e .tertiary_a58a .tiny_4f80::before {
    width: 19px;
    height: 2px;
  }
  .liquid_660e .tertiary_a58a .tiny_4f80::before {
    top: -6px;
  }
  .liquid_660e .tertiary_a58a .tiny_4f80::after {
    bottom: -6px;
  }
  .dim-e21b .tertiary_a58a .filter-up-bbdf {
    margin-top: -2px;
    width: 22px;
  }
  .dim-e21b .tertiary_a58a .tiny_4f80 {
    margin-top: -1px;
  }
  .dim-e21b .tertiary_a58a .tiny_4f80,
  .dim-e21b .tertiary_a58a .tiny_4f80::after,
  .dim-e21b .tertiary_a58a .tiny_4f80::before {
    width: 22px;
    height: 2px;
  }
  .dim-e21b .tertiary_a58a .tiny_4f80::before {
    top: -7px;
  }
  .dim-e21b .tertiary_a58a .tiny_4f80::after {
    bottom: -7px;
  }
  .focused_5897 .tertiary_a58a .filter-up-bbdf {
    margin-top: -2px;
    width: 31px;
  }
  .focused_5897 .tertiary_a58a .tiny_4f80 {
    margin-top: -1.5px;
  }
  .focused_5897 .tertiary_a58a .tiny_4f80,
  .focused_5897 .tertiary_a58a .tiny_4f80::after,
  .focused_5897 .tertiary_a58a .tiny_4f80::before {
    width: 31px;
    height: 3px;
  }
  .focused_5897 .tertiary_a58a .tiny_4f80::before {
    top: -9px;
  }
  .focused_5897 .tertiary_a58a .tiny_4f80::after {
    bottom: -9px;
  }
}
@media screen and (max-width: 568px) {
  .rough-9791 .tertiary_a58a .filter-up-bbdf {
    margin-top: -2px;
    width: 19px;
  }
  .rough-9791 .tertiary_a58a .tiny_4f80 {
    margin-top: -1px;
  }
  .rough-9791 .tertiary_a58a .tiny_4f80,
  .rough-9791 .tertiary_a58a .tiny_4f80::after,
  .rough-9791 .tertiary_a58a .tiny_4f80::before {
    width: 19px;
    height: 2px;
  }
  .rough-9791 .tertiary_a58a .tiny_4f80::before {
    top: -6px;
  }
  .rough-9791 .tertiary_a58a .tiny_4f80::after {
    bottom: -6px;
  }
  .wood_0e66 .tertiary_a58a .filter-up-bbdf {
    margin-top: -2px;
    width: 22px;
  }
  .wood_0e66 .tertiary_a58a .tiny_4f80 {
    margin-top: -1px;
  }
  .wood_0e66 .tertiary_a58a .tiny_4f80,
  .wood_0e66 .tertiary_a58a .tiny_4f80::after,
  .wood_0e66 .tertiary_a58a .tiny_4f80::before {
    width: 22px;
    height: 2px;
  }
  .wood_0e66 .tertiary_a58a .tiny_4f80::before {
    top: -7px;
  }
  .wood_0e66 .tertiary_a58a .tiny_4f80::after {
    bottom: -7px;
  }
  .paragraph_2956 .tertiary_a58a .filter-up-bbdf {
    margin-top: -2px;
    width: 31px;
  }
  .paragraph_2956 .tertiary_a58a .tiny_4f80 {
    margin-top: -1.5px;
  }
  .paragraph_2956 .tertiary_a58a .tiny_4f80,
  .paragraph_2956 .tertiary_a58a .tiny_4f80::after,
  .paragraph_2956 .tertiary_a58a .tiny_4f80::before {
    width: 31px;
    height: 3px;
  }
  .paragraph_2956 .tertiary_a58a .tiny_4f80::before {
    top: -9px;
  }
  .paragraph_2956 .tertiary_a58a .tiny_4f80::after {
    bottom: -9px;
  }
}
.table_e8b3 .tiny_4f80 {
  -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);
}
.table_e8b3 .tiny_4f80::before {
  -webkit-transition: top 75ms 0.12s ease, opacity 75ms ease;
  transition: top 75ms 0.12s ease, opacity 75ms ease;
}
.table_e8b3 .tiny_4f80::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);
}
.table_e8b3.avatar_huge_dd63 .tiny_4f80 {
  -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);
}
.table_e8b3.avatar_huge_dd63 .tiny_4f80::before {
  top: 0;
  opacity: 0;
  -webkit-transition: top 75ms ease, opacity 75ms 0.12s ease;
  transition: top 75ms ease, opacity 75ms 0.12s ease;
}
.table_e8b3.avatar_huge_dd63 .tiny_4f80::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);
}
.hard_0590 {
  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.fresh_c11a:before {
  display: none;
}
.basic_41ef {
  padding: 0;
  position: fixed;
  width: 100%;
  max-width: 100%;
  top: 0;
  z-index: 999900;
  visibility: hidden;
}
.basic_41ef .wide_9cb0 {
  padding: 1.4em 1.5em;
  border-bottom: 1px solid transparent;
}
.basic_41ef .wide_9cb0:last-of-type {
  border-bottom: none;
}
.basic_41ef .wide_9cb0.sort_847e,
.basic_41ef .wide_9cb0.content_80af,
.basic_41ef .wide_9cb0.upper-6311 {
  padding: 0;
}
.basic_41ef .slider_upper_03e9 .input-5a89 {
  color: currentColor;
}
.basic_41ef .slider_upper_03e9 .input-5a89:focus,
.basic_41ef .slider_upper_03e9 .input-5a89:hover {
  background: rgba(0, 0, 0, 0.01);
}
.basic_41ef.text-selected-9f05 .header-focused-c9b5,
.basic_41ef.text-selected-9f05 .component_2fb3 a,
.basic_41ef.text-selected-9f05 .badge_9d64 a,
.basic_41ef.text-selected-9f05 .footer_518d a {
  color: rgba(0, 0, 0, 0.55);
}
.basic_41ef.text-selected-9f05 .header-focused-c9b5:hover,
.basic_41ef.text-selected-9f05 .component_2fb3 a:hover,
.basic_41ef.text-selected-9f05 .badge_9d64 a:hover,
.basic_41ef.text-selected-9f05 .footer_518d a:hover {
  color: rgba(0, 0, 0, 0.8);
}
.basic_41ef.text-selected-9f05 .filter-5e0a {
  color: rgba(0, 0, 0, 0.8);
}
.basic_41ef.text-selected-9f05 .wide_9cb0 {
  border-color: rgba(0, 0, 0, 0.08);
}
.basic_41ef.text-selected-9f05 .wide_9cb0:before {
  background: rgba(0, 0, 0, 0.08);
}
.basic_41ef.text-selected-9f05 .iron-b632:before {
  background: rgba(255, 255, 255, 0.9);
}
.basic_41ef.text-selected-9f05 .slider_upper_03e9 .video-complex-5826 li a,
.basic_41ef.text-selected-9f05 .slider_upper_03e9 .input-5a89,
.basic_41ef.text-selected-9f05 .footer_518d {
  border-color: rgba(0, 0, 0, 0.08);
}
.basic_41ef.text-selected-9f05 .slider_upper_03e9 .input-5a89:focus,
.basic_41ef.text-selected-9f05 .slider_upper_03e9 .input-5a89:hover {
  background: rgba(0, 0, 0, 0.01);
}
.basic_41ef.text-selected-9f05 .video-complex-5826 li {
  border-color: rgba(0, 0, 0, 0.08);
}
.basic_41ef.basic-d07d .header-focused-c9b5,
.basic_41ef.basic-d07d .component_2fb3 a,
.basic_41ef.basic-d07d .badge_9d64 .input-5a89,
.basic_41ef.basic-d07d .badge_9d64 a,
.basic_41ef.basic-d07d .footer_518d a {
  color: rgba(255, 255, 255, 0.79);
}
.basic_41ef.basic-d07d .header-focused-c9b5:hover,
.basic_41ef.basic-d07d .component_2fb3 a:hover,
.basic_41ef.basic-d07d .badge_9d64 .input-5a89:hover,
.basic_41ef.basic-d07d .badge_9d64 a:hover,
.basic_41ef.basic-d07d .footer_518d a:hover {
  color: rgba(255, 255, 255, 0.99);
}
.basic_41ef.basic-d07d .filter-5e0a {
  color: rgba(255, 255, 255, 0.99);
}
.basic_41ef.basic-d07d .wide_9cb0 {
  border-color: rgba(255, 255, 255, 0.08);
}
.basic_41ef.basic-d07d .wide_9cb0:before {
  background: rgba(255, 255, 255, 0.08);
}
.basic_41ef.basic-d07d .iron-b632:before {
  background: rgba(0, 0, 0, 0.9);
}
.basic_41ef.basic-d07d .slider_upper_03e9 .video-complex-5826 li a,
.basic_41ef.basic-d07d .slider_upper_03e9 .input-5a89,
.basic_41ef.basic-d07d .footer_518d {
  border-color: rgba(255, 255, 255, 0.08);
}
.basic_41ef.basic-d07d .slider_upper_03e9 .input-5a89:focus,
.basic_41ef.basic-d07d .slider_upper_03e9 .input-5a89:hover {
  background: rgba(0, 0, 0, 0.01);
}
.basic_41ef.basic-d07d .video-complex-5826 li {
  border-color: rgba(255, 255, 255, 0.08);
}
.iron-b632 {
  position: relative;
  word-con: break-word;
  min-height: 100%;
  display: block;
}
.iron-b632:before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  display: block;
  min-height: 100%;
}
.mask-lower-c2c4 {
  position: relative;
  word-con: break-word;
  min-height: 100%;
  display: block;
  padding: 1.2em 0;
}
.dropdown-hard-53a9 .basic_41ef {
  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;
}
.dropdown-hard-53a9 .wide_9cb0 {
  text-align: center;
  padding: 2em 1.5em;
  border: none;
  position: relative;
}
.dropdown-hard-53a9 .wide_9cb0: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) {
  .dropdown-hard-53a9 .wide_9cb0:before {
    width: 16%;
    left: 42%;
  }
}
.dropdown-hard-53a9 .wide_9cb0:last-child:before {
  content: none;
}
.dropdown-hard-53a9 .wide_9cb0[class*="-menu"] {
  padding: 2.5em 1.5em;
}
.dropdown-hard-53a9 .slider_upper_03e9 .video-complex-5826 li a {
  border: none;
  font-size: 140%;
  text-transform: uppercase;
  font-weight: 500;
}
.dropdown-hard-53a9 .slider_upper_03e9 .video-complex-5826 li a .input-5a89 {
  display: inline-block;
  position: relative;
  border: 0 none;
  margin-right: -1.3em;
  top: -2px;
  padding: 0.28em 0.5em;
}
.dropdown-hard-53a9 .slider_upper_03e9 .footer_518d {
  border: none;
}
.dropdown-hard-53a9 .slider_upper_03e9 .footer_518d li a {
  text-transform: none;
  padding: 0.35em 1.5em;
  font-size: 100%;
}
.dropdown-hard-53a9 .iron-b632 {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}
.dropdown-hard-53a9 .mask-lower-c2c4 {
  max-width: 48em;
  margin: 3em auto;
  padding: 0;
}
.dropdown-hard-53a9 .basic-d07d .iron-b632:before {
  background: rgba(0, 0, 0, 0.9);
}
.dropdown-hard-53a9 .text-selected-9f05.clean-13de .tiny_4f80 {
  background: rgba(0, 0, 0, 0.6);
}
.dropdown-hard-53a9
  .text-selected-9f05.clean-13de
  .tiny_4f80::after,
.dropdown-hard-53a9
  .text-selected-9f05.clean-13de
  .tiny_4f80:before {
  background: inherit;
}
.dropdown-hard-53a9
  .text-selected-9f05.clean-13de:hover
  .tiny_4f80 {
  background: rgba(0, 0, 0, 0.8);
}
.breadcrumb-purple-ca5d .basic_41ef {
  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) {
  .breadcrumb-purple-ca5d .basic_41ef {
    width: auto;
    right: 45px;
  }
}
.block-short-71a8 .basic_41ef {
  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) {
  .block-short-71a8 .basic_41ef {
    width: auto;
    left: 45px;
  }
}
.fresh_c11a .basic_41ef {
  position: relative;
  height: 0;
  display: block;
  visibility: visible;
  z-index: 999900;
  overflow: hidden;
}
.fresh_c11a .mask-lower-c2c4 {
  max-width: 48em;
  margin: 0 auto;
}
.fresh_c11a .iron-b632:before {
  box-shadow: inset 0 0 12px 0 rgba(0, 0, 0, 0.05);
}
.secondary-slow-0a2d {
  overflow-x: hidden;
  position: relative;
  width: 100%;
  display: block;
}
.secondary-slow-0a2d.dropdown-hard-53a9 .basic_41ef {
  z-index: 0;
  opacity: 0;
  height: 100%;
}
.secondary-slow-0a2d.breadcrumb-purple-ca5d .basic_41ef {
  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);
}
.secondary-slow-0a2d .basic_41ef {
  visibility: visible;
}
.secondary-slow-0a2d.block-short-71a8 .basic_41ef {
  -webkit-transform: translateX(200%);
  -ms-transform: translateX(200%);
  transform: translateX(200%);
  height: 100%;
}
.prev-8069,
.element-e70b {
  overflow-x: hidden;
}
.prev-8069 .basic_41ef {
  overflow: auto;
}
.prev-8069.dropdown-hard-53a9 {
  overflow: initial;
  position: relative;
  width: 100%;
  display: block;
}
.prev-8069.dropdown-hard-53a9 .basic_41ef {
  z-index: 999900;
  opacity: 1;
  visibility: visible;
}
.prev-8069.dropdown-hard-53a9 .frame-3b11 {
  opacity: 0;
}
.prev-8069.breadcrumb-purple-ca5d {
  overflow: initial;
  position: relative;
  width: 100%;
  display: block;
}
.prev-8069.breadcrumb-purple-ca5d .basic_41ef {
  z-index: 999900;
  height: 100vh;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  left: 0;
  visibility: visible;
}
.prev-8069.breadcrumb-purple-ca5d .frame-3b11 {
  opacity: 0;
}
.prev-8069.block-short-71a8 {
  overflow: initial;
  position: relative;
  width: 100%;
  display: block;
}
.prev-8069.block-short-71a8 .basic_41ef {
  z-index: 999900;
  height: 100vh;
  max-width: 100vw;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  right: 0;
  visibility: visible;
}
.prev-8069.block-short-71a8 .frame-3b11 {
  opacity: 0;
}
.prev-8069.fresh_c11a .basic_41ef {
  z-index: 10;
  visibility: visible;
}
.clean-13de {
  display: none;
  z-index: 999910;
  cursor: pointer;
  position: fixed;
  top: 10px;
  right: 12px;
}
.clean-13de .tiny_4f80 {
  background: rgba(255, 255, 255, 0.99);
}
.clean-13de .tiny_4f80::after,
.clean-13de .tiny_4f80:before {
  background: inherit;
}
.clean-13de:hover .tiny_4f80 {
  background: rgba(255, 255, 255, 0.99);
}
.block-short-71a8 .clean-13de {
  top: 10px;
  right: auto;
  left: 12px;
}
.fresh_c11a .clean-13de {
  display: none !important;
}
.prev-8069:before,
.element-e70b:before {
  z-index: 999897;
  visibility: visible;
  opacity: 1;
}
.prev-8069 .clean-13de,
.element-e70b .clean-13de {
  display: inline-block;
}
.basic_41ef .shadow_dynamic_a2dc {
  -webkit-transition: opacity 0.3s, -webkit-transform 0.3s;
  transition: opacity 0.3s, -webkit-transform 0.3s;
  transition: transform 0.3s, opacity 0.3s;
  transition: transform 0.3s, opacity 0.3s, -webkit-transform 0.3s;
  -webkit-transform: translateY(45px);
  -ms-transform: translateY(45px);
  transform: translateY(45px);
  opacity: 0;
}
.prev-8069 .basic_41ef .shadow_dynamic_a2dc,
.element-e70b .basic_41ef .shadow_dynamic_a2dc {
  opacity: 1;
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
}
.hover_85e4 .right-e42b {
  width: 100%;
}
.media-bright-6af2 {
  padding: 0 0.5em 0;
}
.media-bright-6af2 [class*="customify-col-"],
.media-bright-6af2 [class*="customify-col_"],
.media-bright-6af2 [class~="customify-col"] {
  padding: 0 0.5em 0;
}
.caption_wood_be36 .media-bright-6af2 {
  padding-left: 1em;
  padding-right: 1em;
}
@media screen and (min-width: 1025px) {
  .description-south-9cc6 .gallery_91b8,
  .gallery_91b8 {
    display: none;
  }
  .huge_dbb6 {
    text-align: left;
  }
  .status-thick-ae6a {
    text-align: center;
  }
  .caption-74f5 {
    text-align: right;
  }
}
@media screen and (max-width: 1024px) {
  .description-south-9cc6 .progress_complex_ecdd,
  .progress_complex_ecdd {
    display: none;
  }
  .content_glass_66a4 {
    text-align: left;
  }
  .outline_2abe {
    text-align: center;
  }
  .hovered-2690 {
    text-align: right;
  }
}
@media screen and (max-width: 568px) {
  .description-south-9cc6 .thick-c4ed,
  .thick-c4ed {
    display: none;
  }
  .hover_626c {
    text-align: left;
  }
  .title-6cf6 {
    text-align: center;
  }
  .content_action_b96c {
    text-align: right;
  }
}
#page {
  position: relative;
}
.container-5591 {
  box-shadow: none !important;
}
.focus-narrow-163c .black-9229,
.border-gold-a7a9 .black-9229 {
  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;
}
.border-gold-a7a9 .black-9229 {
  margin-top: 30px;
  margin-bottom: 30px;
}
.stale_4a73 {
  position: relative;
  padding-left: 2em;
  padding-right: 2em;
}
.stale_4a73:after,
.stale_4a73:before {
  content: "";
  display: table;
}
.stale_4a73:after {
  clear: both;
}
@media screen and (max-width: 48em) {
  .stale_4a73 {
    padding-left: 1em;
    padding-right: 1em;
  }
}
.stale_4a73,
.picture-edee {
  max-width: 1248px;
  margin: 0 auto;
}

.static_d397.background-78b4 .stale_4a73 {
  max-width: 100%;
}
.static_d397.tabs-first-f86e {
  max-width: 1200px;
  margin: 0 auto;
}
.static_d397.sort_thick_fb68 .stale_4a73 {
  max-width: 100%;
}
.static_d397.sort_thick_fb68 > .stale_4a73 {
  padding-left: 0;
  padding-right: 0;
}
.static_d397.sort_thick_fb68 > .stale_4a73 .description-south-9cc6 {
  margin: 0;
}
.static_d397.sort_thick_fb68
  > .stale_4a73
  .new_43b3.gallery-current-b023 {
  margin-right: 0;
  margin-left: 0;
}
.static_d397.sort_thick_fb68 #main.gallery-current-b023 {
  padding: 0;
}
#main,
#sidebar-primary,
#sidebar-secondary {
  padding-top: 2.617924em;
  padding-bottom: 2.617924em;
}
@media screen and (max-width: 1024px) {
  .badge_gold_ebce #main {
    border-left: 0 none;
  }
}
@media screen and (max-width: 1024px) {
  .badge_gold_ebce #sidebar-secondary {
    -webkit-box-ordinal-group: 6;
    order: 5;
    display: none;
  }
}
@media screen and (min-width: 48em) {
  .photo-8e78 .card_focused_6f18 {
    padding-right: 1em;
  }
  .photo-8e78.message_fluid_cfab .new_43b3 {
    border-right: 1px solid #eaecee;
  }
  .photo-8e78.message_fluid_cfab .card_focused_6f18 {
    padding-right: 1em;
  }
  .photo-8e78.message_fluid_cfab .orange_31af {
    padding-left: 1em;
  }
}
@media screen and (min-width: 48em) {
  .disabled-9de7 .card_focused_6f18 {
    padding-left: 1em;
  }
  .disabled-9de7.message_fluid_cfab .new_43b3 {
    border-left: 1px solid #eaecee;
  }
  .disabled-9de7.message_fluid_cfab .card_focused_6f18 {
    padding-left: 1em;
  }
  .disabled-9de7.message_fluid_cfab .orange_31af {
    padding-right: 1em;
  }
}
@media screen and (min-width: 48em) {
  .light-0982 .card_focused_6f18 {
    padding-left: 1em;
  }
  .light-0982.message_fluid_cfab .in-1001 {
    border-right: 1px solid #eaecee;
  }
  .light-0982.message_fluid_cfab .input_soft_63aa {
    border-right: 1px solid #eaecee;
  }
  .light-0982.message_fluid_cfab .card_focused_6f18 {
    padding-left: 1em;
  }
  .light-0982.message_fluid_cfab .orange_31af {
    padding-right: 1em;
  }
  .light-0982.message_fluid_cfab .top_0db3 {
    padding-left: 1em;
    padding-right: 1em;
  }
}
@media screen and (min-width: 48em) {
  .list-pro-2c23 .card_focused_6f18 {
    padding-right: 1em;
  }
  .list-pro-2c23.message_fluid_cfab .in-1001 {
    border-left: 1px solid #eaecee;
  }
  .list-pro-2c23.message_fluid_cfab .input_soft_63aa {
    border-left: 1px solid #eaecee;
  }
  .list-pro-2c23.message_fluid_cfab .card_focused_6f18 {
    padding-right: 1em;
  }
  .list-pro-2c23.message_fluid_cfab .orange_31af {
    padding-left: 1em;
    padding-right: 1em;
  }
  .list-pro-2c23.message_fluid_cfab .top_0db3 {
    padding-left: 1em;
  }
}
@media screen and (min-width: 48em) {
  .badge_gold_ebce .card_focused_6f18 {
    padding-left: 1em;
    padding-right: 1em;
  }
  .badge_gold_ebce.message_fluid_cfab .new_43b3 {
    border-left: 1px solid #eaecee;
    border-right: 1px solid #eaecee;
  }
  .badge_gold_ebce.message_fluid_cfab .card_focused_6f18 {
    padding-left: 1em;
    padding-right: 1em;
  }
  .badge_gold_ebce.message_fluid_cfab .orange_31af {
    padding-left: 1em;
  }
  .badge_gold_ebce.message_fluid_cfab .top_0db3 {
    padding-right: 1em;
  }
}
@media screen and (max-width: 64em) {
  .badge_gold_ebce.message_fluid_cfab .card_focused_6f18 {
    padding-left: 0;
  }
}
.table_5500 .description_4fc0 {
  display: inline-block;
}
.element-up-638c {
  display: inline-block;
}
.frame_lite_6cdb {
  word-con: break-word;
}
.box-8b32 > span {
  display: inline-block;
  padding: 5px 0;
}
.box-8b32 .button_e693 {
  margin-left: 8px;
  margin-right: 8px;
}
.box-8b32 .selected_3e61 img {
  vertical-align: middle;
  overflow: hidden;
  border-radius: 50%;
  margin-right: 5px;
}
.item-fa3f .carousel-f66f {
  margin-bottom: 2em;
}
.item-fa3f .layout-fast-5612 {
  margin-bottom: 15px;
}
.item-fa3f .layout-fast-5612:last-child {
  margin-bottom: 0;
}
.item-fa3f .focus-active-fd7f {
  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) {
  .item-fa3f .focus-active-fd7f {
    display: block;
  }
}
.item-fa3f .pro_4f93 {
  position: relative;
  max-width: 100%;
  flex-basis: 40%;
  padding-top: 0;
  overflow: hidden;
}
@media screen and (max-width: 568px) {
  .item-fa3f .pro_4f93 {
    margin-bottom: 1em;
    width: 100% !important;
    padding-top: 56.25%;
  }
}
.item-fa3f .tooltip_in_e224 {
  position: absolute;
  top: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: flex;
  line-height: 0;
  background-color: #d5d5d5;
}
.item-fa3f .tooltip_in_e224 img {
  -o-object-fit: cover;
  object-fit: cover;
  width: 100%;
  height: auto;
}
.item-fa3f .tooltip_in_e224 a {
  position: absolute;
  top: 0;
  top: 0;
  display: block;
}
.item-fa3f .frame_lite_6cdb {
  font-size: 1.5em;
  font-weight: 500;
  word-con: break-word;
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
}
.item-fa3f .frame_lite_6cdb a {
  text-align: inherit;
  display: block;
  flex-basis: 100%;
}
.item-fa3f .badge_4f04 p:last-child {
  margin-bottom: 0;
}
.item-fa3f .disabled_359a {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: block;
  z-index: 30;
}
.item-fa3f .under_bb99 {
  -webkit-box-flex: 1;
  flex: 1;
  word-con: break-word;
  max-width: 100%;
}
.item-fa3f .static_53e3 {
  margin-top: 1em;
}
.item-fa3f .info-warm-8554 {
  top: 0;
  display: block;
}
.item-fa3f .info-warm-8554 a {
  color: inherit;
}
.item-fa3f .info-warm-8554 a:hover {
  color: inherit;
}
.item-fa3f .link-easy-1ee1 {
  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;
}
.item-fa3f .link-easy-1ee1:hover {
  background: #235787;
  color: #fff;
  border-color: #235787;
}
.item-fa3f .under_bb99 {
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-flow: column nowrap;
}
.item-fa3f .thumbnail_7437 {
  position: relative;
  width: 100%;
  margin-bottom: 15px;
}
.item-fa3f .thumbnail_7437:first-child {
  margin-top: 0;
}
.item-fa3f .thumbnail_7437.inner_1bbe {
  -webkit-box-flex: 0;
  flex: none;
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.item-fa3f .thumbnail_7437.content-fixed-eae0 {
  display: -webkit-box;
  display: flex;
  margin-top: auto;
  margin-bottom: 0;
  -webkit-box-pack: justify;
  justify-content: space-between;
}
.item-fa3f
  .thumbnail_7437.content-fixed-eae0.focus-f3c9
  .static_53e3 {
  width: 100%;
}
.item-fa3f .content-fixed-eae0 {
  -webkit-box-align: center;
  align-items: center;
}
.item-fa3f .content-fixed-eae0 .box-8b32,
.item-fa3f .content-fixed-eae0 > * {
  margin-bottom: 0;
  margin-top: 0;
  display: inline-block;
}
.item-fa3f .tooltip_in_e224 {
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
.item-fa3f .tooltip_in_e224 img {
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
.item-fa3f .tooltip_in_e224: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;
}
.item-fa3f .inner_1bbe {
  z-index: 5;
}
.item-fa3f .tooltip-orange-8482 .button_bb4a {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  display: block;
}
.item-fa3f .container-bronze-7994 .button_bb4a {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  display: block;
}
.item-fa3f .primary_over_7b56 .button_bb4a {
  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;
}
.item-fa3f.column-static-e4bb .focus-active-fd7f,
.item-fa3f.detail-c01d .focus-active-fd7f {
  display: block;
}
.item-fa3f.column-static-e4bb .focus-active-fd7f .info-dim-bf52,
.item-fa3f.column-static-e4bb .focus-active-fd7f .under_bb99,
.item-fa3f.detail-c01d .focus-active-fd7f .info-dim-bf52,
.item-fa3f.detail-c01d .focus-active-fd7f .under_bb99 {
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
}
.item-fa3f.full_3719 .pro_4f93 {
  margin-right: 2em;
}
@media screen and (max-width: 568px) {
  .item-fa3f.full_3719 .pro_4f93 {
    margin-right: 0;
  }
}
.item-fa3f.column-static-e4bb .pro_4f93,
.item-fa3f.detail-c01d .pro_4f93 {
  padding-top: 40%;
}
.item-fa3f.column-static-e4bb .carousel-f66f,
.item-fa3f.detail-c01d .carousel-f66f {
  display: block;
}
.item-fa3f.column-static-e4bb .fn-sticky-7dd2 .under_bb99,
.item-fa3f.detail-c01d .fn-sticky-7dd2 .under_bb99 {
  background-color: #fcf8e3;
  border: 1px solid #faf2cc;
  border-top: 0 none;
  color: #8a6d3b;
  padding: 1em;
}
.item-fa3f.column-static-e4bb .pro_4f93,
.item-fa3f.detail-c01d .pro_4f93 {
  margin-bottom: 1em;
  display: block;
  position: relative;
}
.item-fa3f.column-static-e4bb .under_bb99 {
  padding: 1em;
}
.selected_5c10 {
  margin: 30px auto;
  display: block;
}
.selected_5c10 .thick-9649 > * {
  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;
}
.selected_5c10 .thick-9649 > :hover {
  border-color: #235787;
  background: #235787;
  color: #fff;
}
.selected_5c10 .thick-9649 span {
  border-color: #235787;
  background: #235787;
  color: #fff;
}
.media_new_2de4 .box-8b32 {
  margin-bottom: 1.41575em;
}
.media_new_2de4 .button_15d0 {
  margin-bottom: 1.618em;
}
.gold-16a0 .feature-cold-e7d6 {
  display: block;
  margin: 5px 0 20px;
  font-weight: 500;
}
.gold-16a0 .feature-cold-e7d6 a {
  border: 1px solid #eaecee;
  padding: 5px 12px 5px;
  text-transform: uppercase;
  color: #686868;
  margin: 0 2px;
}
.gold-16a0 .accordion-1d74 {
  max-width: 100%;
  overflow: auto;
}
.pattern-dirty-7877 .gold-16a0 a:hover {
  text-decoration: underline;
}
.outer-193d .layout-fast-5612:not(.frame_lite_6cdb),
.outer-193d .tooltip_in_e224 {
  margin-bottom: 1.41575em;
}
.outer-193d .layout-fast-5612:not(.frame_lite_6cdb):last-child,
.outer-193d .tooltip_in_e224:last-child {
  margin-bottom: 0;
}
.outer-193d .layout-fast-5612.pink_1014 {
  margin-bottom: 0.41575em;
}
.outer-193d .progress_3aa6:before,
.outer-193d .panel-old-31ae:before {
  font: normal normal normal 16px/1 FontAwesome;
  text-decoration: inherit;
  text-transform: none;
  position: relative;
  margin-right: 5px;
  color: #6d6d6d;
}
.outer-193d .progress_3aa6:before {
  content: "\f115";
}
.outer-193d .panel-old-31ae:before {
  content: "\f02c";
}
.outer-193d .wrapper_1d22 {
  display: block;
  width: 100%;
  margin-top: 0.5407911001em;
}
.outer-193d .wrapper_1d22 a {
  text-transform: uppercase;
  font-weight: 500;
  font-size: 80%;
  letter-spacing: 0.5px;
}
.heading_pressed_6c8c {
  display: -webkit-box;
  display: flex;
}
.heading_pressed_6c8c .advanced_98b7 {
  flex-basis: 90px;
}
@media screen and (max-width: 568px) {
  .heading_pressed_6c8c .advanced_98b7 {
    flex-basis: 90px;
  }
}
.heading_pressed_6c8c .cool_735e {
  flex-basis: calc(100% - 90px);
  margin-left: 1.5em;
}
@media screen and (max-width: 568px) {
  .heading_pressed_6c8c .cool_735e {
    flex-basis: calc(100% - 50px);
  }
}
.heading_pressed_6c8c .menu_clean_0d06 p:last-child {
  margin-bottom: 0.72em;
}
.list-dynamic-f4a4 .thick-9649 {
  padding: 16px 0 15px;
  border-top: 1px solid #eaecee;
  border-bottom: 1px solid #eaecee;
}
.list-dynamic-f4a4 .thick-9649:after,
.list-dynamic-f4a4 .thick-9649:before {
  content: "";
  display: table;
}
.list-dynamic-f4a4 .thick-9649:after {
  clear: both;
}
.list-dynamic-f4a4 .thick-9649 .hard_f38b,
.list-dynamic-f4a4 .thick-9649 .header_orange_6eb8 {
  width: 49%;
}
.list-dynamic-f4a4 .thick-9649 .hard_f38b a span.link_dc30,
.list-dynamic-f4a4 .thick-9649 .header_orange_6eb8 a span.link_dc30 {
  display: block;
  margin-bottom: 5px;
}
.list-dynamic-f4a4 .thick-9649 .header_orange_6eb8 {
  float: left;
  text-align: left;
}
.list-dynamic-f4a4 .thick-9649 .hard_f38b {
  float: right;
  text-align: right;
}
.panel_90c1 {
  margin-bottom: 0.41575em;
}
@media screen and (max-width: 568px) {
  .panel_90c1 {
    margin-bottom: 0;
  }
}
.message-solid-717a {
  margin-bottom: 1em;
}
.message-solid-717a .frame_lite_6cdb {
  font-size: 1.1em;
  line-height: 1.3;
}
.hard_065a a {
  display: block;
  line-height: 0;
  position: relative;
}
.paper_63cc .message-solid-717a,
.slider_last_1c53 .message-solid-717a {
  display: -webkit-box;
  display: flex;
}
@media screen and (max-width: 568px) {
  .paper_63cc .message-solid-717a,
  .slider_last_1c53 .message-solid-717a {
    display: block;
  }
}
.paper_63cc .hard_065a,
.slider_last_1c53 .hard_065a {
  flex-basis: 160px;
  position: relative;
}
@media screen and (max-width: 568px) {
  .paper_63cc .hard_065a,
  .slider_last_1c53 .hard_065a {
    margin-bottom: 1em;
  }
}
.paper_63cc .hard_065a img,
.slider_last_1c53 .hard_065a img {
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  display: block;
}
.paper_63cc .paragraph-c9ee,
.slider_last_1c53 .paragraph-c9ee {
  flex-basis: calc(100% - 160px);
}
.paper_63cc .paragraph-c9ee p,
.slider_last_1c53 .paragraph-c9ee p {
  margin-bottom: 0;
}
.paper_63cc .paragraph-c9ee {
  padding-left: 1em;
}
@media screen and (max-width: 568px) {
  .paper_63cc .paragraph-c9ee {
    padding-left: 0;
  }
}
.slider_last_1c53 .paragraph-c9ee {
  -webkit-box-ordinal-group: 2;
  order: 1;
  padding-right: 1em;
}
@media screen and (max-width: 568px) {
  .slider_last_1c53 .paragraph-c9ee {
    padding-right: 0;
  }
}
.slider_last_1c53 .hard_065a {
  -webkit-box-ordinal-group: 3;
  order: 2;
}
.title_static_d085 .hard_065a {
  margin-bottom: 0.5em;
}
.title_static_d085 .hard_065a img {
  width: 100%;
}
.slider-577d .fixed-c6ed,
.table_liquid_5455 .fixed-c6ed {
  margin-bottom: 35px;
  padding-bottom: 20px;
  border-bottom: 1px solid #eaecee;
}
.table_liquid_5455 .new_43b3 .carousel-orange-41c7 p:last-child {
  margin-bottom: 0;
}
.tag-1a2b {
  font-size: 16px;
  text-transform: uppercase;
  font-weight: 500;
  color: currentColor;
  margin-bottom: 20px;
}
.medium_d738 .list_2103 {
  margin-bottom: 2em;
}
@media screen and (min-width: 1025px) {
  .medium_d738 .list_2103:last-of-type {
    margin-bottom: 0;
  }
}
.medium_d738 .list_2103 ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.medium_d738 .list_2103 ul:after {
  clear: both;
  content: ".";
  display: block;
  height: 0;
  visibility: hidden;
}
.medium_d738 .list_2103 ul li {
  margin: 0 0 0.6em;
}
.medium_d738 .list_2103 ul li.upper_b984,
.medium_d738 .list_2103 ul li.focus-685e {
  position: relative;
}
.medium_d738 .list_2103 ul li.upper_b984 .shade_bronze_c7de,
.medium_d738 .list_2103 ul li.focus-685e .shade_bronze_c7de {
  right: 0;
  background: #eaecee;
  color: #999;
  padding: 0 0.5em;
  border-radius: 0.9em;
  font-size: 12px;
  position: absolute;
  top: 4px;
}
.medium_d738 .list_2103 ul li.upper_b984:after:after,
.medium_d738 .list_2103 ul li.upper_b984:after:before,
.medium_d738
  .list_2103
  ul
  li.focus-685e:after:after,
.medium_d738
  .list_2103
  ul
  li.focus-685e:after:before {
  content: "";
  display: table;
}
.medium_d738 .list_2103 ul li.upper_b984:after:after,
.medium_d738
  .list_2103
  ul
  li.focus-685e:after:after {
  clear: both;
}
.medium_d738 .list_2103 a.media-top-fdb0:hover {
  text-decoration: none;
}
.medium_d738 .list_2103 select {
  max-width: 100%;
}
.medium_d738 .list_2103 table {
  font-size: 85%;
}
.medium_d738 .list_2103 table td,
.medium_d738 .list_2103 table th {
  padding: 0.2360828548em;
  text-align: center;
}
.medium_d738 .list_2103 table tfoot td {
  text-align: left;
}
.medium_d738 .list_2103 :last-child {
  margin-bottom: 0;
}
.medium_d738 .list_2103 .up_9ce0 {
  display: -webkit-box;
  display: flex;
  width: 100%;
  max-width: 100%;
}
.medium_d738 .list_2103 .up_9ce0 label {
  width: 100%;
}
.medium_d738 .list_2103 .up_9ce0 .west_6828 {
  width: 100%;
  display: block;
}
.medium_d738 .list_2103 .up_9ce0 .south-f8d9 {
  padding: 9px 14px;
  margin-left: -46px;
  overflow: hidden;
  box-shadow: none;
  background: 0 0;
  color: #aaa;
  line-height: 0;
}
.medium_d738 .list_2103 .up_9ce0 .south-f8d9:hover svg #svg-search {
  fill: #444;
}
.medium_d738 .list_2103 .up_9ce0 .south-f8d9 svg {
  width: 18px;
  height: 18px;
}
.medium_d738 .panel-b955 ul ul,
.medium_d738 .feature-red-7657 ul ul,
.medium_d738 .breadcrumb_iron_dc54 ul ul,
.medium_d738 .module_a004 ul ul {
  margin-top: 0.3819820591em;
  margin-left: 0;
  margin-bottom: -0.3819820591em;
}
.medium_d738 .panel-b955 .logo-tall-00b3 > a,
.medium_d738 .feature-red-7657 .logo-tall-00b3 > a,
.medium_d738 .breadcrumb_iron_dc54 .logo-tall-00b3 > a,
.medium_d738 .module_a004 .logo-tall-00b3 > a {
  margin-bottom: 0;
}
.medium_d738 .bronze_f7e4 li,
.medium_d738 .panel-b955 li,
.medium_d738 .next-1633 li,
.medium_d738 .feature-red-7657 li,
.medium_d738 .breadcrumb_iron_dc54 li,
.medium_d738 .module_a004 li,
.medium_d738 .element-basic-a5ed li,
.medium_d738 .secondary_2ea1 li {
  display: block;
  position: relative;
}
.medium_d738 .bronze_f7e4 li:last-child,
.medium_d738 .panel-b955 li:last-child,
.medium_d738 .next-1633 li:last-child,
.medium_d738 .feature-red-7657 li:last-child,
.medium_d738 .breadcrumb_iron_dc54 li:last-child,
.medium_d738 .module_a004 li:last-child,
.medium_d738 .element-basic-a5ed li:last-child,
.medium_d738 .secondary_2ea1 li:last-child {
  border: none;
}
.medium_d738 .bronze_f7e4 li a,
.medium_d738 .panel-b955 li a,
.medium_d738 .next-1633 li a,
.medium_d738 .feature-red-7657 li a,
.medium_d738 .breadcrumb_iron_dc54 li a,
.medium_d738 .module_a004 li a,
.medium_d738 .element-basic-a5ed li a,
.medium_d738 .secondary_2ea1 li a {
  display: block;
  width: 100%;
  padding-bottom: 0.6em;
  margin-bottom: 0.6em;
  border-bottom: 1px solid #eaecee;
  position: relative;
}
.medium_d738 .bronze_f7e4 li ul li::before,
.medium_d738 .panel-b955 li ul li::before,
.medium_d738 .next-1633 li ul li::before,
.medium_d738 .feature-red-7657 li ul li::before,
.medium_d738 .breadcrumb_iron_dc54 li ul li::before,
.medium_d738 .module_a004 li ul li::before,
.medium_d738 .element-basic-a5ed li ul li::before,
.medium_d738 .secondary_2ea1 li ul li::before {
  left: 15px;
}
.medium_d738 .bronze_f7e4 li ul a,
.medium_d738 .panel-b955 li ul a,
.medium_d738 .next-1633 li ul a,
.medium_d738 .feature-red-7657 li ul a,
.medium_d738 .breadcrumb_iron_dc54 li ul a,
.medium_d738 .module_a004 li ul a,
.medium_d738 .element-basic-a5ed li ul a,
.medium_d738 .secondary_2ea1 li ul a {
  padding-left: 20px;
}
.medium_d738 .bronze_f7e4 li ul ul li::before,
.medium_d738 .panel-b955 li ul ul li::before,
.medium_d738 .next-1633 li ul ul li::before,
.medium_d738 .feature-red-7657 li ul ul li::before,
.medium_d738 .breadcrumb_iron_dc54 li ul ul li::before,
.medium_d738 .module_a004 li ul ul li::before,
.medium_d738 .element-basic-a5ed li ul ul li::before,
.medium_d738 .secondary_2ea1 li ul ul li::before {
  left: 30px;
}
.medium_d738 .bronze_f7e4 li ul ul a,
.medium_d738 .panel-b955 li ul ul a,
.medium_d738 .next-1633 li ul ul a,
.medium_d738 .feature-red-7657 li ul ul a,
.medium_d738 .breadcrumb_iron_dc54 li ul ul a,
.medium_d738 .module_a004 li ul ul a,
.medium_d738 .element-basic-a5ed li ul ul a,
.medium_d738 .secondary_2ea1 li ul ul a {
  padding-left: 40px;
}
.medium_d738 .surface-top-e6a0 li {
  padding-bottom: 0.6em;
  border-bottom: 1px solid #eaecee;
  position: relative;
}
.medium_d738 .secondary_2ea1 ul li {
  margin-bottom: 1.41575em;
}
.medium_d738 .secondary_2ea1 ul li .paragraph_small_e8b9 {
  font-weight: 400;
  font-size: 1.2em;
  line-height: 1.28;
}
.medium_d738 .secondary_2ea1 ul li .status-242c {
  display: block;
  margin: 0.5407911001em 0;
  font-size: 85%;
}
.basic-d07d .bronze_f7e4 li a,
.basic-d07d .panel-b955 li a,
.basic-d07d .next-1633 li a,
.basic-d07d .feature-red-7657 li a,
.basic-d07d .breadcrumb_iron_dc54 li a,
.basic-d07d .module_a004 li a,
.basic-d07d .element-basic-a5ed li a,
.basic-d07d .secondary_2ea1 li a {
  border-color: rgba(255, 255, 255, 0.08);
}
.basic-d07d .surface-top-e6a0 li {
  border-color: rgba(255, 255, 255, 0.08);
}
.basic-d07d .list_2103 ul li.upper_b984 .shade_bronze_c7de,
.basic-d07d .list_2103 ul li.focus-685e .shade_bronze_c7de {
  background: rgba(0, 0, 0, 0.2);
}
.basic-d07d .medium_d738 .list_2103 select {
  border-color: rgba(255, 255, 255, 0.08);
}
.static_d397 .medium_d738 .video-complex-5826 li {
  margin: 0;
}
.static_d397 .medium_d738 .video-complex-5826 li a {
  display: block;
  padding: 0.6em 0 0.6em;
}
.static_d397 .medium_d738 .video-complex-5826 li ul {
  margin: 0;
}
.static_d397 .medium_d738 .video-complex-5826 li ul li a {
  padding-left: 15px;
}
.static_d397 .medium_d738 .video-complex-5826 li ul li li a {
  padding-left: 30px;
}
.static_d397 .medium_d738 .video-complex-5826 li.carousel-f3ef > a {
  position: relative;
  border: 1px solid #eaecee;
  border-left: none;
  border-right: none;
  font-size: 110%;
}
.static_d397 .medium_d738 .video-complex-5826 li.carousel-f3ef > 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;
}
.static_d397 .medium_d738 .video-complex-5826 li.carousel-f3ef > 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;
}
.popup_8e3d a {
  border: 1px solid currentColor;
  border-radius: 2px;
  display: inline-block;
  font-size: 0.875em !important;
  margin-bottom: 5px;
  padding: 1px 10px 1px;
}
.slider-6b19 {
  position: relative;
  z-index: 10;
}
.slider-6b19 .shadow_dynamic_a2dc {
  width: 100%;
  max-width: 100%;
}
.fixed_87ae .container-silver-0959 {
  padding-top: 2em;
  padding-bottom: 2em;
}
.fixed_87ae .text-selected-9f05 {
}
.fixed_87ae .basic-d07d {
  background: #292929;
}
.light-208c .container-silver-0959 {
  padding-top: 2.5em;
  padding-bottom: 2.5em;
}
.light-208c .text-selected-9f05 {
  background: #f9f9f9;
}
.light-208c .basic-d07d {
  background: #303030;
}
.chip-09aa .container-silver-0959 {
  padding-top: 1.5em;
  padding-bottom: 1.5em;
}
@media screen and (max-width: 568px) {
  .chip-09aa .description_4fc0 {
    margin-bottom: 1em;
  }
  .chip-09aa .description_4fc0:last-child {
    margin-bottom: 0;
  }
}
.chip-09aa .text-selected-9f05 {
  background: #ededed;
}
.chip-09aa .basic-d07d {
  background: #1a1a1a;
}
.container-silver-0959.text-selected-9f05 {
  color: rgba(0, 0, 0, 0.6);
}
.container-silver-0959.text-selected-9f05 .table-liquid-8e8c li {
  border-color: rgba(0, 0, 0, 0.08);
}
.container-silver-0959.basic-d07d {
  color: rgba(255, 255, 255, 0.99);
}
.container-silver-0959.basic-d07d a:not(.media-top-fdb0) {
  color: rgba(255, 255, 255, 0.79);
}
.container-silver-0959.basic-d07d a:not(.media-top-fdb0):hover {
  color: rgba(255, 255, 255, 0.99);
}
.container-silver-0959.basic-d07d .table-liquid-8e8c li {
  border-color: rgba(255, 255, 255, 0.08);
}
.container-silver-0959.basic-d07d table tbody td,
.container-silver-0959.basic-d07d table th {
  background: rgba(0, 0, 0, 0.08);
}
.slider_e261.link-188d .stale_4a73 {
  max-width: initial;
}
.slider_e261 .paragraph_036b {
  -webkit-box-pack: start;
  justify-content: flex-start;
}
.slider_e261 .paragraph_036b .shadow_dynamic_a2dc {
  width: auto;
}
@media screen and (max-width: 1024px) {
  .slider_e261 .paragraph_036b .shadow_dynamic_a2dc {
    display: block;
    margin-bottom: 2em;
  }
  .slider_e261 .paragraph_036b .shadow_dynamic_a2dc:last-child {
    margin-bottom: 0;
  }
}
.chip-09aa .description_4fc0:last-child,
.light-208c .description_4fc0:last-child,
.fixed_87ae .description_4fc0:last-child {
  margin-bottom: 0;
}
.chip-09aa .description_4fc0 .medium_d738 .list_2103:last-child,
.light-208c .description_4fc0 .medium_d738 .list_2103:last-child,
.fixed_87ae .description_4fc0 .medium_d738 .list_2103:last-child {
  margin-bottom: 0;
}
@media screen and (max-width: 568px) {
  .chip-09aa .texture_8ab3,
  .chip-09aa .tabs-0d42,
  .light-208c .texture_8ab3,
  .light-208c .tabs-0d42,
  .fixed_87ae .texture_8ab3,
  .fixed_87ae .tabs-0d42 {
    text-align: center;
  }
}
@media screen and (max-width: 48em) {
  .slider-6b19 .description_4fc0 {
    margin-bottom: 2em;
  }
}
.slider-6b19 p:last-child {
  margin-bottom: 0;
}
.slider-6b19 li,
.slider-6b19 ul {
  list-style: none;
  margin: 0;
}
.slider-6b19 ul ul {
  margin-left: 2.617924em;
}
.clean_df88 {
  font-size: 0.875em;
}

/* css-noise: e579 */
.widget-item-q7 {
  padding: 0.5rem;
  font-size: 10px;
  line-height: 1.0;
}
