/*!
Theme Name: Customify
Theme URI: https://pressmaximum.caption_copper_3d30/customify
Author: WPCustomify
Author URI: https://pressmaximum.caption_copper_3d30
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.caption_copper_3d30/customify
Version: 0.3.7
License: GNU General Public License v2 or later
License URI: http://www.hard-4b26.over_f696/licenses/gpl-2.0.filter-029b
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.dirty-b2e6/, (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.narrow_2deb.secondary_ea71/normalize.module_98f4/
 ======
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.module_98f4 v7.0.0 | MIT License | github.caption_copper_3d30/necolas/normalize.module_98f4 */
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;
}
.complex_5813 .content_north_d7f5,
.wrapper_e738,
.shade-4dde,
.nav_small_b7c4,
.form-b97e,
.label_iron_a0b5,
.feature_7d8c,
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;
}
.wrapper_e738,
h1 {
  font-size: 2.42em;
  line-height: 1.216;
}
@media screen and (max-width: 1024px) {
  .wrapper_e738,
  h1 {
    font-size: 2.1em;
  }
}
@media screen and (max-width: 568px) {
  .wrapper_e738,
  h1 {
    font-size: 1.8em;
  }
}
.shade-4dde,
h2 {
  font-size: 2.1em;
  line-height: 1.216;
}
.shade-4dde + h3,
h2 + h3 {
  border-top: 1px solid #eaecee;
  padding-top: 0.5407911001em;
}
@media screen and (max-width: 1024px) {
  .shade-4dde,
  h2 {
    font-size: 1.9em;
  }
}
@media screen and (max-width: 568px) {
  .shade-4dde,
  h2 {
    font-size: 1.7em;
  }
}
.nav_small_b7c4,
h3 {
  font-size: 1.618em;
}
.complex_5813 .content_north_d7f5,
.form-b97e,
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.box-8a73 {
  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;
}
.paragraph-mini-0999:after,
.paragraph-mini-0999:before,
.hard-58ce:after,
.hard-58ce:before {
  content: "";
  display: table;
}
.paragraph-mini-0999:after,
.hard-58ce:after {
  clear: both;
}
.component_copper_f2eb {
  float: right;
  margin-right: 0;
}
.item-liquid-1bec {
  float: left;
  margin-left: 0;
}
form {
  margin-bottom: 2em;
}
.highlight_ad4a .border-light-766a,
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;
}
.highlight_ad4a .border-light-766a: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;
}
.popup_1a9d .border-light-766a {
  box-shadow: none;
}
.popup_1a9d
  .border-light-766a
  .tag_in_65c2 {
  line-height: 2.4em;
  min-height: 2.6em;
  padding-left: 0;
}
.popup_1a9d .border-light-766a .icon_c843 {
  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;
}
.popup_1a9d
  .border-light-766a
  .icon_c843
  b {
  display: none;
}
.popup_1a9d .narrow_89f1 {
  border: 1px solid #e5e5e5;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.12) inset;
}
.steel_6f1c:not(.row_21f7):not(.plasma-7320),
button:not(.row_21f7):not(.plasma-7320),
input[type="button"]:not(.row_21f7):not(
    .plasma-7320
  ),
input[type="reset"]:not(.row_21f7):not(
    .plasma-7320
  ),
input[type="submit"]:not(.row_21f7):not(
    .plasma-7320
  ) {
  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;
}
.steel_6f1c:not(.row_21f7):not(
    .plasma-7320
  ):hover,
button:not(.row_21f7):not(
    .plasma-7320
  ):hover,
input[type="button"]:not(.row_21f7):not(
    .plasma-7320
  ):hover,
input[type="reset"]:not(.row_21f7):not(
    .plasma-7320
  ):hover,
input[type="submit"]:not(.row_21f7):not(
    .plasma-7320
  ):hover {
  box-shadow: inset 0 0 0 120px rgba(0, 0, 0, 0.18);
  color: #fff;
  outline: 0;
}
.steel_6f1c:not(.row_21f7):not(
    .plasma-7320
  ):active,
.steel_6f1c:not(.row_21f7):not(
    .plasma-7320
  ):focus,
button:not(.row_21f7):not(
    .plasma-7320
  ):active,
button:not(.row_21f7):not(
    .plasma-7320
  ):focus,
input[type="button"]:not(.row_21f7):not(
    .plasma-7320
  ):active,
input[type="button"]:not(.row_21f7):not(
    .plasma-7320
  ):focus,
input[type="reset"]:not(.row_21f7):not(
    .plasma-7320
  ):active,
input[type="reset"]:not(.row_21f7):not(
    .plasma-7320
  ):focus,
input[type="submit"]:not(.row_21f7):not(
    .plasma-7320
  ):active,
input[type="submit"]:not(.row_21f7):not(
    .plasma-7320
  ):focus {
  outline: 0;
}
.steel_6f1c:not(.row_21f7):not(
    .plasma-7320
  ).fn-loading-173c,
button:not(.row_21f7):not(
    .plasma-7320
  ).fn-loading-173c,
input[type="button"]:not(.row_21f7):not(
    .plasma-7320
  ).fn-loading-173c,
input[type="reset"]:not(.row_21f7):not(
    .plasma-7320
  ).fn-loading-173c,
input[type="submit"]:not(.row_21f7):not(
    .plasma-7320
  ).fn-loading-173c {
  position: relative;
}
.steel_6f1c:not(.row_21f7):not(
    .plasma-7320
  ).fn-loading-173c
  .selected_a01c,
.steel_6f1c:not(.row_21f7):not(
    .plasma-7320
  ).fn-loading-173c
  .tooltip_6106,
.steel_6f1c:not(.row_21f7):not(
    .plasma-7320
  ).fn-loading-173c
  .image-glass-ace6,
.steel_6f1c:not(.row_21f7):not(
    .plasma-7320
  ).fn-loading-173c
  i,
.steel_6f1c:not(.row_21f7):not(
    .plasma-7320
  ).fn-loading-173c
  svg,
button:not(.row_21f7):not(
    .plasma-7320
  ).fn-loading-173c
  .selected_a01c,
button:not(.row_21f7):not(
    .plasma-7320
  ).fn-loading-173c
  .tooltip_6106,
button:not(.row_21f7):not(
    .plasma-7320
  ).fn-loading-173c
  .image-glass-ace6,
button:not(.row_21f7):not(
    .plasma-7320
  ).fn-loading-173c
  i,
button:not(.row_21f7):not(
    .plasma-7320
  ).fn-loading-173c
  svg,
input[type="button"]:not(.row_21f7):not(
    .plasma-7320
  ).fn-loading-173c
  .selected_a01c,
input[type="button"]:not(.row_21f7):not(
    .plasma-7320
  ).fn-loading-173c
  .tooltip_6106,
input[type="button"]:not(.row_21f7):not(
    .plasma-7320
  ).fn-loading-173c
  .image-glass-ace6,
input[type="button"]:not(.row_21f7):not(
    .plasma-7320
  ).fn-loading-173c
  i,
input[type="button"]:not(.row_21f7):not(
    .plasma-7320
  ).fn-loading-173c
  svg,
input[type="reset"]:not(.row_21f7):not(
    .plasma-7320
  ).fn-loading-173c
  .selected_a01c,
input[type="reset"]:not(.row_21f7):not(
    .plasma-7320
  ).fn-loading-173c
  .tooltip_6106,
input[type="reset"]:not(.row_21f7):not(
    .plasma-7320
  ).fn-loading-173c
  .image-glass-ace6,
input[type="reset"]:not(.row_21f7):not(
    .plasma-7320
  ).fn-loading-173c
  i,
input[type="reset"]:not(.row_21f7):not(
    .plasma-7320
  ).fn-loading-173c
  svg,
input[type="submit"]:not(.row_21f7):not(
    .plasma-7320
  ).fn-loading-173c
  .selected_a01c,
input[type="submit"]:not(.row_21f7):not(
    .plasma-7320
  ).fn-loading-173c
  .tooltip_6106,
input[type="submit"]:not(.row_21f7):not(
    .plasma-7320
  ).fn-loading-173c
  .image-glass-ace6,
input[type="submit"]:not(.row_21f7):not(
    .plasma-7320
  ).fn-loading-173c
  i,
input[type="submit"]:not(.row_21f7):not(
    .plasma-7320
  ).fn-loading-173c
  svg {
  visibility: hidden;
}
.steel_6f1c:not(.row_21f7):not(
    .plasma-7320
  ).fn-loading-173c:after,
button:not(.row_21f7):not(
    .plasma-7320
  ).fn-loading-173c:after,
input[type="button"]:not(.row_21f7):not(
    .plasma-7320
  ).fn-loading-173c:after,
input[type="reset"]:not(.row_21f7):not(
    .plasma-7320
  ).fn-loading-173c:after,
input[type="submit"]:not(.row_21f7):not(
    .plasma-7320
  ).fn-loading-173c: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;
}
.steel_6f1c:not(.row_21f7):not(.plasma-7320),
input[type="button"]:not(.row_21f7):not(
    .plasma-7320
  ),
input[type="reset"]:not(.row_21f7):not(
    .plasma-7320
  ),
input[type="submit"]:not(.row_21f7):not(
    .plasma-7320
  ) {
  color: #fff;
  background: #235787;
}
.steel_6f1c:not(.row_21f7):not(
    .plasma-7320
  ):focus,
input[type="button"]:not(.row_21f7):not(
    .plasma-7320
  ):focus,
input[type="reset"]:not(.row_21f7):not(
    .plasma-7320
  ):focus,
input[type="submit"]:not(.row_21f7):not(
    .plasma-7320
  ):focus {
  color: #fff;
}
.steel_6f1c.fn-disabled-173c:not(.row_21f7):not(
    .plasma-7320
  ),
.steel_6f1c[disabled]:not(.row_21f7):not(
    .plasma-7320
  ),
button.fn-disabled-173c:not(.row_21f7):not(
    .plasma-7320
  ),
button[disabled]:not(.row_21f7):not(
    .plasma-7320
  ) {
  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;
}
.tiny_0be3 {
  clip: rect(1px, 1px, 1px, 1px);
  position: absolute !important;
  height: 1px;
  width: 1px;
  overflow: hidden;
  word-con: normal !important;
}
.tiny_0be3: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;
}
.progress_9797 {
  display: inline;
  float: left;
  margin-right: 1.41575em;
}
.preview-prev-375e {
  display: inline;
  float: right;
  margin-left: 1.41575em;
}
.narrow_7ac9 {
  clear: both;
  display: block;
  margin: 0 auto;
}
.paragraph-mini-0999:after,
.paragraph-mini-0999:before,
.center_7efa:after,
.center_7efa:before,
.overlay_steel_567d:after,
.overlay_steel_567d:before,
.frame_b6e8:after,
.frame_b6e8:before,
.caption_9d30:after,
.caption_9d30:before,
.steel-7858:after,
.steel-7858:before {
  content: "";
  display: table;
  table-layout: fixed;
}
.paragraph-mini-0999:after,
.center_7efa:after,
.overlay_steel_567d:after,
.frame_b6e8:after,
.caption_9d30:after,
.steel-7858:after {
  clear: both;
}
.center_7efa .alert_action_63e1,
.overlay_steel_567d .alert_action_63e1,
.item_6522 .alert_action_63e1 {
  border: none;
  margin-bottom: 0;
  margin-top: 0;
  padding: 0;
}
embed,
iframe,
object {
  max-width: 100%;
}
.form-309d {
  display: inline-block;
}
.photo_31ef {
  margin-bottom: 1.41575em;
  max-width: 100%;
}
.photo_31ef img[class*="wp-image-"] {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.photo_31ef .active-62f1 {
  padding: 1em 0;
  font-size: 85%;
}
.active-62f1 {
  text-align: left;
  font-style: italic;
  color: #999;
}
.hover_green_908c {
  margin-bottom: 1.5em;
  margin-bottom: 1.41575em;
}
.hover_green_908c:after,
.hover_green_908c:before {
  content: "";
  display: table;
}
.hover_green_908c:after {
  clear: both;
}
.filter-left-66ad {
  display: inline-block;
  text-align: center;
  vertical-align: top;
  width: 100%;
}
.slider-6e90 .filter-left-66ad {
  max-width: 50%;
}
.next_0503 .filter-left-66ad {
  max-width: 33.33%;
}
.bottom_47c9 .filter-left-66ad {
  max-width: 25%;
}
.box-9ffb .filter-left-66ad {
  max-width: 20%;
}
.carousel-tiny-a4fd .filter-left-66ad {
  max-width: 16.66%;
}
.video-glass-7ace .filter-left-66ad {
  max-width: 14.28%;
}
.primary-96b1 .filter-left-66ad {
  max-width: 12.5%;
}
.aside_east_881f .filter-left-66ad {
  max-width: 11.11%;
}
.status_pink_b700 {
  display: block;
}
.complex_5813 .fast-be9d label,
.complex_5813 .secondary_cbc3 label,
.complex_5813 .modal-cool-aa86 label,
.complex_5813 .upper-a22d label {
  text-transform: uppercase;
  letter-spacing: 0.5px;
  font-size: 0.85em;
}
.out_916a {
  list-style: none;
  margin: 0;
}
.out_916a article.center_08f9 {
  margin-bottom: 0;
}
.out_916a ul {
  list-style: none;
  margin: 0;
}
.out_916a .badge_slow_ef5a li.center_08f9 {
  padding-left: 30px;
}
@media screen and (min-width: 64em) {
  .out_916a .badge_slow_ef5a li.center_08f9 {
    padding-left: 85px;
    border-left: 1px solid #eaecee;
    position: relative;
    width: 100%;
  }
  .out_916a .badge_slow_ef5a li.center_08f9: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) {
  .out_916a .badge_slow_ef5a li.center_08f9 li.center_08f9 li.center_08f9 li.center_08f9 {
    padding-left: 0;
  }
}
article.center_08f9 {
  padding: 1.618em 0;
  margin-bottom: 1.618em;
}
article.center_08f9 .center_7efa p:last-of-type {
  margin-bottom: 0;
}
article.center_08f9 .inner-4536 {
  float: left;
}
article.center_08f9 .thumbnail_large_6c05 {
  margin-left: 85px;
}
article.center_08f9 .paper_951b {
  display: block;
  margin: 12px 0 12px;
  padding-bottom: 4px;
  border-bottom: 1px solid #eaecee;
}
article.center_08f9 .paper_951b .sidebar-left-af4b {
  margin-left: 10px;
}
article.center_08f9 .filter-02cd {
  font-weight: 500;
  text-transform: uppercase;
  line-height: 1;
  font-style: normal;
}
article.center_08f9 .accent-3996 {
  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 .fast-be9d,
  #respond .modal-cool-aa86,
  #respond .upper-a22d {
    width: 29.4117647059%;
    margin-right: 5.8823529412%;
    float: left;
  }
}
#respond .fast-be9d input,
#respond .modal-cool-aa86 input,
#respond .upper-a22d input {
  width: 100%;
}
#respond .upper-a22d {
  margin-right: 0;
}
#respond .up_aed6 #wp-comment-cookies-consent {
  position: relative;
  top: -1px;
  margin-right: 5px;
}
.preview-east-1bae {
  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;
}
.preview-east-1bae.description-top-9f5a {
  width: 36px;
  height: 36px;
  min-height: 36px;
  font-size: 1.1em;
}
.preview-east-1bae 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%);
}
.preview-east-1bae:focus,
.preview-east-1bae: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);
}
.border_east_fa25 {
  border-radius: 10%;
}
.element-iron-34d7 {
  border-radius: 50%;
}
.badge_d283 {
  font-size: 0.72em;
}
.filter_3ee8 {
  font-size: 0.875em;
}
.background_0706 {
  font-size: 1.1em;
}
.rough-2956 {
  text-transform: uppercase;
  line-height: 1.2;
}
.rough-2956.badge_d283 {
  letter-spacing: 0.5px;
}
.gas_b883,
.gas_b883 a {
  color: #6d6d6d;
}
.gas_b883 a:hover {
  color: #111;
}
.secondary-bottom-8e55 {
  color: #6d6d6d;
}
.element_3188 {
  overflow-x: hidden;
}
.element_3188 .grid_copper_d678.link-pink-fff7 {
  position: relative;
}
.element_3188 .grid_copper_d678.link-pink-fff7.chip_7631 {
  position: initial;
}
.element_3188
  .grid_copper_d678.link-pink-fff7.chip_7631
  .active-pressed-8347 {
  left: auto;
}
.element_3188 .grid_copper_d678 .active-pressed-8347 {
  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;
}
.element_3188 .grid_copper_d678:hover.link-pink-fff7 {
  -webkit-transition-delay: 0s !important;
  transition-delay: 0s !important;
  outline: 1px solid #0073aa;
  outline-offset: -1px;
}
.element_3188
  .grid_copper_d678:hover.link-pink-fff7
  .active-pressed-8347 {
  display: block;
  z-index: 9999999;
}
.element_3188 .shade-stone-af64 .background-up-bc37,
.element_3188 .white_7018 .background-up-bc37 {
  display: none;
}
.element_3188 .grid-e085 .grid_copper_d678:hover.link-pink-fff7 {
  outline: 1px dashed #ff472e;
  outline-offset: -1px;
}
.complex_5813 .fast-be9d label,
.complex_5813 .secondary_cbc3 label,
.complex_5813 .modal-cool-aa86 label,
.complex_5813 .upper-a22d label {
  text-transform: uppercase;
  letter-spacing: 0.5px;
  font-size: 0.85em;
}
.out_916a {
  list-style: none;
  margin: 0;
}
.out_916a article.center_08f9 {
  margin-bottom: 0;
}
.out_916a ul {
  list-style: none;
  margin: 0;
}
.out_916a .badge_slow_ef5a li.center_08f9 {
  padding-left: 30px;
}
@media screen and (min-width: 64em) {
  .out_916a .badge_slow_ef5a li.center_08f9 {
    padding-left: 85px;
    border-left: 1px solid #eaecee;
    position: relative;
    width: 100%;
  }
  .out_916a .badge_slow_ef5a li.center_08f9: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) {
  .out_916a .badge_slow_ef5a li.center_08f9 li.center_08f9 li.center_08f9 li.center_08f9 {
    padding-left: 0;
  }
}
article.center_08f9 {
  padding: 1.618em 0;
  margin-bottom: 1.618em;
}
article.center_08f9 .center_7efa p:last-of-type {
  margin-bottom: 0;
}
article.center_08f9 .inner-4536 {
  float: left;
}
article.center_08f9 .thumbnail_large_6c05 {
  margin-left: 85px;
}
article.center_08f9 .paper_951b {
  display: block;
  margin: 12px 0 12px;
  padding-bottom: 4px;
  border-bottom: 1px solid #eaecee;
}
article.center_08f9 .paper_951b .sidebar-left-af4b {
  margin-left: 10px;
}
article.center_08f9 .filter-02cd {
  font-weight: 500;
  text-transform: uppercase;
  line-height: 1;
  font-style: normal;
}
article.center_08f9 .accent-3996 {
  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 .fast-be9d,
  #respond .modal-cool-aa86,
  #respond .upper-a22d {
    width: 29.4117647059%;
    margin-right: 5.8823529412%;
    float: left;
  }
}
#respond .fast-be9d input,
#respond .modal-cool-aa86 input,
#respond .upper-a22d input {
  width: 100%;
}
#respond .upper-a22d {
  margin-right: 0;
}
#respond .up_aed6 #wp-comment-cookies-consent {
  position: relative;
  top: -1px;
  margin-right: 5px;
}
.shade-stone-af64 .cool_6a41 {
  color: rgba(255, 255, 255, 0.99);
  background: rgba(0, 0, 0, 0.9);
}
.cool_6a41 .hard_bc7b.hovered_77a3 .dim-afc2 > li > a:focus,
.cool_6a41 .hard_bc7b.hovered_77a3 .dim-afc2 > li > a:hover,
.cool_6a41 .hard_bc7b.column-6a72 .dim-afc2 > li > a:focus,
.cool_6a41 .hard_bc7b.column-6a72 .dim-afc2 > li > a:hover,
.cool_6a41 .hard_bc7b.info-liquid-10b1 .dim-afc2 > li > a:focus,
.cool_6a41 .hard_bc7b.info-liquid-10b1 .dim-afc2 > li > a:hover {
  color: rgba(255, 255, 255, 0.99);
}
.cool_6a41
  .hard_bc7b.hovered_77a3
  .dim-afc2
  > li.filter-clean-ef94
  > a,
.cool_6a41
  .hard_bc7b.hovered_77a3
  .dim-afc2
  > li.logo-9c60
  > a,
.cool_6a41
  .hard_bc7b.column-6a72
  .dim-afc2
  > li.filter-clean-ef94
  > a,
.cool_6a41
  .hard_bc7b.column-6a72
  .dim-afc2
  > li.logo-9c60
  > a,
.cool_6a41
  .hard_bc7b.info-liquid-10b1
  .dim-afc2
  > li.filter-clean-ef94
  > a,
.cool_6a41 .hard_bc7b.info-liquid-10b1 .dim-afc2 > li.item_f6c4 > a {
  color: rgba(255, 255, 255, 0.99);
}
.cool_6a41 .bright_e71f,
.cool_6a41 .bright_e71f a {
  color: rgba(255, 255, 255, 0.99);
}
.cool_6a41 .filter_d953.pagination_1977 li a,
.cool_6a41 .main-3072 a,
.cool_6a41 .blue-4606,
.cool_6a41 .dim-afc2 > li > a,
.cool_6a41 .steel-12a5 {
  color: rgba(255, 255, 255, 0.79);
}
.cool_6a41 .filter_d953.pagination_1977 li a:hover,
.cool_6a41 .main-3072 a:hover,
.cool_6a41 .blue-4606:hover,
.cool_6a41 .dim-afc2 > li > a:hover,
.cool_6a41 .steel-12a5:hover {
  color: rgba(255, 255, 255, 0.99);
}
.cool_6a41 .primary_2391 {
  color: rgba(255, 255, 255, 0.79);
}
.cool_6a41 .primary_2391 .pink-11f6 {
  color: rgba(255, 255, 255, 0.99);
}
.cool_6a41 .primary_2391:hover {
  color: rgba(255, 255, 255, 0.99);
}
.cool_6a41 .surface_a91a .form-2516 {
  background: rgba(255, 255, 255, 0.03);
  border-color: rgba(255, 255, 255, 0.08);
  color: rgba(255, 255, 255, 0.79);
}
.cool_6a41 .surface_a91a .form-2516 .dropdown_ae11 {
  color: rgba(255, 255, 255, 0.79);
}
.cool_6a41
  .surface_a91a
  .form-2516
  .dropdown_ae11::-webkit-input-placeholder {
  color: rgba(255, 255, 255, 0.79);
}
.cool_6a41
  .surface_a91a
  .form-2516
  .dropdown_ae11:-ms-input-placeholder {
  color: rgba(255, 255, 255, 0.79);
}
.cool_6a41
  .surface_a91a
  .form-2516
  .dropdown_ae11::-ms-input-placeholder {
  color: rgba(255, 255, 255, 0.79);
}
.cool_6a41
  .surface_a91a
  .form-2516
  .dropdown_ae11::placeholder {
  color: rgba(255, 255, 255, 0.79);
}
.cool_6a41 .surface_a91a .content-south-9fef {
  color: rgba(255, 255, 255, 0.79);
}
.cool_6a41 .surface_a91a .content-south-9fef:hover {
  color: rgba(255, 255, 255, 0.99);
}
.frame_pressed_24e2
  .cool_6a41
  .surface_a91a
  .feature_tall_b583
  .row-d1fe {
  background-color: rgba(255, 255, 255, 0.03);
  border-color: rgba(255, 255, 255, 0.08);
  color: rgba(255, 255, 255, 0.79);
}
.frame_pressed_24e2
  .cool_6a41
  .surface_a91a
  .feature_tall_b583
  .dropdown_ae11 {
  background-color: rgba(255, 255, 255, 0.03) !important;
  border-color: rgba(255, 255, 255, 0.08);
  color: rgba(255, 255, 255, 0.79);
}
.shade-stone-af64 .box_up_5956 {
  color: rgba(0, 0, 0, 0.6);
  background: rgba(255, 255, 255, 0.9);
}
.box_up_5956 .hard_bc7b.hovered_77a3 .dim-afc2 > li > a:focus,
.box_up_5956 .hard_bc7b.hovered_77a3 .dim-afc2 > li > a:hover,
.box_up_5956 .hard_bc7b.column-6a72 .dim-afc2 > li > a:focus,
.box_up_5956 .hard_bc7b.column-6a72 .dim-afc2 > li > a:hover,
.box_up_5956 .hard_bc7b.info-liquid-10b1 .dim-afc2 > li > a:focus,
.box_up_5956 .hard_bc7b.info-liquid-10b1 .dim-afc2 > li > a:hover {
  color: rgba(0, 0, 0, 0.8);
}
.box_up_5956
  .hard_bc7b.hovered_77a3
  .dim-afc2
  > li.filter-clean-ef94
  > a,
.box_up_5956
  .hard_bc7b.hovered_77a3
  .dim-afc2
  > li.logo-9c60
  > a,
.box_up_5956
  .hard_bc7b.column-6a72
  .dim-afc2
  > li.filter-clean-ef94
  > a,
.box_up_5956
  .hard_bc7b.column-6a72
  .dim-afc2
  > li.logo-9c60
  > a,
.box_up_5956
  .hard_bc7b.info-liquid-10b1
  .dim-afc2
  > li.filter-clean-ef94
  > a,
.box_up_5956 .hard_bc7b.info-liquid-10b1 .dim-afc2 > li.item_f6c4 > a {
  color: rgba(0, 0, 0, 0.8);
}
.box_up_5956 .bright_e71f,
.box_up_5956 .bright_e71f a {
  color: rgba(0, 0, 0, 0.8);
}
.box_up_5956 .filter_d953.pagination_1977 li a,
.box_up_5956 .main-3072 a,
.box_up_5956 .blue-4606,
.box_up_5956 .dim-afc2 > li > a,
.box_up_5956 .steel-12a5 {
  color: rgba(0, 0, 0, 0.55);
}
.box_up_5956 .filter_d953.pagination_1977 li a:hover,
.box_up_5956 .main-3072 a:hover,
.box_up_5956 .blue-4606:hover,
.box_up_5956 .dim-afc2 > li > a:hover,
.box_up_5956 .steel-12a5:hover {
  color: rgba(0, 0, 0, 0.8);
}
.box_up_5956 .primary_2391 {
  color: rgba(0, 0, 0, 0.55);
}
.box_up_5956 .primary_2391 .pink-11f6 {
  color: rgba(0, 0, 0, 0.8);
}
.box_up_5956 .primary_2391:hover {
  color: rgba(0, 0, 0, 0.8);
}
.badge_fresh_b990 .message-5bb5 {
  margin-left: auto;
  margin-right: auto;
}
.overlay_steel_567d > * {
  margin-left: auto;
  margin-right: auto;
}
.overlay_steel_567d .progress_9797 {
  margin-right: 1.41575em;
}
.gradient_steel_6ccb .overlay_steel_567d > .summary_026f {
  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;
}
.gradient_steel_6ccb .overlay_steel_567d > .south_4dc9 {
  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;
}
.brown_d681.badge_fresh_b990 .message-5bb5,
.heading-46b5.badge_fresh_b990 .message-5bb5 {
  margin-left: 0;
}
.link-under-b85d.badge_fresh_b990 .message-5bb5,
.outer-c49c.badge_fresh_b990 .message-5bb5 {
  margin-right: 0;
}
.overlay_steel_567d ol,
.overlay_steel_567d ul {
  margin: 1.5em auto;
  list-style-position: outside;
}
.icon_5c3c video {
  max-width: 100%;
}
.widget-dc1b img {
  display: block;
}
.widget-dc1b.progress_9797,
.widget-dc1b.preview-prev-375e {
  width: 100%;
}
.widget-dc1b.south_4dc9 img {
  width: 100vw;
  width: calc(var(--vw, 1vw) * 100);
}
.surface-under-2726:not(.accordion-soft-e2bd) {
  margin: 1.5em auto;
}
.slider-9dcc p {
  padding: 1.5em 14px;
}
ul.layout-wide-2610.south_4dc9,
ul.layout-wide-2610.summary_026f,
ul.layout-wide-2610.description-0766.summary_026f {
  padding: 0 14px;
}
.focus-middle-223a {
  display: block;
  overflow-x: auto;
}
.focus-middle-223a table {
  border-collapse: collapse;
  width: 100%;
}
.focus-middle-223a td,
.focus-middle-223a th {
  padding: 0.5em;
}
.overlay_steel_567d li {
  margin-left: 2.5em;
  margin-bottom: 6px;
}
.overlay_steel_567d ol ol,
.overlay_steel_567d ol ul,
.overlay_steel_567d ul ol,
.overlay_steel_567d ul ul {
  margin-bottom: 0;
  margin-top: 0;
  margin-left: 2.5em;
}
.overlay_steel_567d ol ol li,
.overlay_steel_567d ol ul li,
.overlay_steel_567d ul ol li,
.overlay_steel_567d ul ul li {
  margin-left: 0;
}
.tooltip-soft-e1b5.motion_2198 > .tiny_8380 {
  position: relative;
  width: 100%;
  height: 0;
  padding-top: 56.25%;
}
.tooltip-soft-e1b5.motion_2198 > .tiny_8380 iframe,
.tooltip-soft-e1b5.motion_2198 > .tiny_8380 > object {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}
.link_glass_9476 {
  border-left-width: 4px;
  border-left-color: currentColor;
}
.link_glass_9476.shadow_d401 {
  padding: 0;
}
.link_glass_9476.shadow_d401 cite {
  font-size: 13px;
}
.link_glass_9476 > * {
  margin-left: 16px;
  margin-right: 16px;
}
.link_glass_9476 cite {
  font-style: normal;
  margin-top: 1em;
  position: relative;
  font-size: 13px;
}
.text-hot-9598 {
  border-bottom: 4px solid currentColor;
  border-top: 4px solid currentColor;
  margin-left: 0;
  margin-right: 0;
  padding: 3em 0;
  text-align: center;
}
.text-hot-9598 > p:first-child {
  margin-top: 0;
}
.text-hot-9598 cite {
  font-size: 13px;
  font-style: normal;
  text-transform: uppercase;
}
.text-hot-9598 blockquote {
  border-left: 0;
}
.disabled_3a52 {
  margin: 3em auto;
  border: none;
  border-bottom: 2px solid currentColor;
}
.disabled_3a52:not(.hard-99bc) {
  max-width: 100px;
}
.disabled_3a52.picture-right-deca {
  border-bottom: none !important;
  text-align: center;
}
.disabled_3a52.picture-right-deca::before {
  padding-left: 0;
  font-size: 30px;
}
@media screen and (min-width: 768px) {
  .slider-9dcc p {
    padding: 1.5em 0;
  }
}
.block-50cc {
  color: #0073aa;
}
.focus-hard-5d01 {
  background-color: #0073aa;
}
.huge_0c63 {
  color: #229fd8;
}
.cool-b225 {
  background-color: #229fd8;
}
.aside_e99a {
  color: #eee;
}
.selected_18ca {
  background-color: #eee;
}
.dynamic_07db {
  color: #444;
}
.caption-easy-ce4b {
  background-color: #444;
}
.liquid_27be {
  padding: 0;
  -webkit-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  text-size-adjust: 100%;
  line-height: 13px;
}
.liquid_27be .header-hard-9866 .main-3072 {
  font-size: 15px;
}
.liquid_27be .main-3072 {
  line-height: 1.3;
}
.liquid_27be .box_up_5956 {
}
.liquid_27be .cool_6a41 {
  background: #235787;
}
.dim-2b87 {
  padding: 0;
}
.dim-2b87 .cool_6a41 {
  background: #1a1a1a;
}
.dim-2b87 .box_up_5956 {
  box-shadow: 0 1px 2px 0 #e1e5ea;
  background: #fff;
}
.hot-4870 {
  padding: 0;
  border-left: none;
  border-right: none;
}
.hot-4870 .box_up_5956 {
  box-shadow: 0 1px 2px 0 #e1e5ea;
}
.hot-4870 .cool_6a41 {
  background: #303030;
}
.steel-7858 {
  position: relative;
  z-index: 10;
}
.steel-7858 .label_pressed_e6e0 {
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
  -webkit-box-pack: center;
  justify-content: center;
}
.icon-dad5 .link-pink-fff7 {
  display: inline-block;
  vertical-align: middle;
}
.icon-dad5.small-8449 .link-pink-fff7 {
  margin-right: 1em;
}
@media screen and (max-width: 1024px) {
  .icon-dad5.small-8449 .link-pink-fff7 {
    margin-right: 1em;
  }
}
@media screen and (max-width: 568px) {
  .icon-dad5.small-8449 .link-pink-fff7 {
    margin-right: 0.4em;
  }
}
.icon-dad5.small-8449 .link-pink-fff7:last-child {
  margin-right: 0;
}
.media-bronze-d029 .label_pressed_e6e0 {
  max-width: initial;
}
@media screen and (min-width: 1025px) {
  .shade-stone-af64 .header-hard-9866 {
    margin: 0 -0.5em;
  }
  .shade-stone-af64 .header-hard-9866 [class*="customify-col-"],
  .shade-stone-af64 .header-hard-9866 [class*="customify-col_"],
  .shade-stone-af64 .header-hard-9866 [class~="customify-col-"] {
    padding-left: 0.5em;
    padding-right: 0.5em;
  }
}
.shade-stone-af64.pattern-8f99 .label_pressed_e6e0 {
  background: 0 0 !important;
}
.shade-stone-af64.pattern-8f99 .label_pressed_e6e0,
.shade-stone-af64.media-bronze-d029 .label_pressed_e6e0 {
  border: 0 none !important;
  box-shadow: none !important;
}
@media screen and (min-width: 1025px) {
  .shade-stone-af64.red_f630 {
    background: 0 0 !important;
    border: 0 none;
    box-shadow: none !important;
  }
}
.shade-stone-af64.media-bronze-d029 .label_pressed_e6e0 {
  box-shadow: none !important;
}
.component-short-f88e {
  padding: 21px 0 22px;
  border-bottom: 1px solid #eaecee;
  word-break: break-word;
  background: #f9f9f9;
}
@media screen and (max-width: 1024px) {
  .component-short-f88e {
    padding: 19px 0 20px;
  }
}
@media screen and (max-width: 568px) {
  .component-short-f88e {
    padding: 18px 0 20px;
  }
}
.component-short-f88e .over_5db0 {
  width: 100%;
}
.component-short-f88e .mask_7372 {
  margin-bottom: 0;
}
.component-short-f88e .fast_4c6d {
  margin-top: 5px;
  font-size: 0.875em;
}
.dropdown-86d6 {
  padding: 9px 0 9px;
  border-bottom: 1px solid #eaecee;
  color: #6d6d6d;
  line-height: 1.6;
  background: #fff;
}
.dropdown-86d6 .frame_over_26eb {
  width: 100%;
}
.copper_276b {
  list-style: none;
  margin: 0 1em;
  padding: 0;
}
.copper_276b li {
  display: inline-block;
  position: relative;
  padding-right: 10px;
}
.copper_276b 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;
}
.copper_276b li:last-child:after {
  display: none;
}
.copper_276b li a {
  font-weight: 500;
  margin-right: 10px;
}
.tertiary_solid_184b .background-up-bc37 button,
.component-short-f88e .background-up-bc37 button {
  left: 0;
}
.tertiary_solid_184b .frame_over_26eb,
.component-short-f88e .frame_over_26eb {
  padding-left: 0;
  padding-right: 0;
}
.tertiary_solid_184b .dropdown-86d6,
.component-short-f88e .dropdown-86d6 {
  border-bottom: none;
  padding-bottom: 0;
  background: 0 0;
}
.tertiary_solid_184b {
  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;
}
.tertiary_solid_184b: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;
}
.tertiary_solid_184b .dropdown_right_b358 {
  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) {
  .tertiary_solid_184b .dropdown_right_b358 {
    min-height: 300px;
  }
}
@media screen and (max-width: 1024px) {
  .tertiary_solid_184b .dropdown_right_b358 {
    min-height: 250px;
    padding: 1em 15px;
  }
}
@media screen and (max-width: 568px) {
  .tertiary_solid_184b .dropdown_right_b358 {
    min-height: 200px;
  }
}
.tertiary_solid_184b .copper_276b {
  color: rgba(255, 255, 255, 0.8);
}
.tertiary_solid_184b .copper_276b a,
.tertiary_solid_184b .copper_276b li:after {
  color: inherit;
}
.tertiary_solid_184b .copper_276b a:hover {
  color: rgba(255, 255, 255, 0.8);
}
.out-392e {
  margin-bottom: 0.5em;
}
.column-f5eb {
  margin-bottom: 1.2em;
}
.column-f5eb,
.out-392e {
  display: inline-block;
  position: relative;
  color: rgba(255, 255, 255, 0.99);
  z-index: 5;
}
.column-f5eb p:last-child,
.out-392e p:last-child {
  margin-bottom: 0;
}
#header-menu-sidebar .background-up-bc37,
#masthead .background-up-bc37 {
  display: none;
}
#masthead
  > .background-up-bc37.tertiary_old_05f7 {
  display: none;
}
#masthead > .background-up-bc37 button {
  left: 0;
}
.block_fluid_2d06 {
  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%;
}
.block_fluid_2d06 .link-pink-fff7 {
  display: -webkit-inline-box;
  display: inline-flex;
  -webkit-box-align: center;
  align-items: center;
  margin-left: 0.5em;
  margin-right: 0.5em;
}
.block_fluid_2d06 .hidden_old_444f {
  display: -webkit-box;
  display: flex;
}
.block_fluid_2d06 .hidden_old_444f.large_ffb4 {
  -webkit-box-pack: center;
  justify-content: center;
  margin-left: 1em;
  margin-right: 1em;
}
.block_fluid_2d06 .hidden_old_444f.menu_hot_cda0 {
  -webkit-box-pack: start;
  justify-content: flex-start;
  margin-right: auto;
  -webkit-box-flex: 1;
  flex: 1 1 0;
}
.block_fluid_2d06 .hidden_old_444f.sort_85a8 {
  margin-left: auto;
  -webkit-box-pack: end;
  justify-content: flex-end;
  -webkit-box-flex: 1;
  flex: 1 1 0;
}
.block_fluid_2d06.block-92bc.element-1149 .hidden_old_444f.large_ffb4 {
  flex-basis: 100%;
}
.block_fluid_2d06.banner_074b .hidden_old_444f.menu_hot_cda0 {
  -webkit-box-flex: 1;
  flex: auto;
}
.block_fluid_2d06.banner_074b .hidden_old_444f.sort_85a8 {
  -webkit-box-flex: 1;
  flex: auto;
}
#masthead
  > .background-up-bc37.tertiary_old_05f7 {
  display: none;
}
#masthead > .background-up-bc37 button {
  left: 0;
}
.dirty_4bc8 {
  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;
}
.dirty_4bc8:hover {
  box-shadow: inset 0 0 0 120px rgba(0, 0, 0, 0.18);
  color: #fff;
}
.dirty_4bc8.button-cb93 i {
  margin-right: 4px;
}
.dirty_4bc8.hover_5e0b i {
  margin-left: 5px;
}
.main-3072 p {
  font-weight: 500;
  text-transform: uppercase;
  font-size: 13px;
}
.main-3072 p:last-child {
  margin-bottom: 0;
}
.badge_2b18 {
  display: -webkit-box;
  display: flex;
  line-height: 0.9;
  vertical-align: middle;
}
.badge_2b18 a {
  display: inline-block;
  text-transform: uppercase;
  letter-spacing: 0.4px;
  font-weight: 600;
}
.badge_2b18 img {
  display: block;
  width: auto;
  line-height: 1;
}
.badge_2b18 .bright_e71f {
  font-size: 1.5em;
  margin: 0;
  font-weight: 600;
  line-height: 1.216;
}
.badge_2b18 .wrapper_purple_eabf {
  margin: 5px 0 7px 0;
}
.badge_2b18.thumbnail_blue_6df4 .frame_bronze_fd79 {
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
  -webkit-box-pack: center;
  justify-content: center;
}
.badge_2b18.thumbnail_blue_6df4 .fresh-a2ed {
  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;
}
.badge_2b18.gallery_glass_5352 {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  flex-direction: row-reverse;
}
.badge_2b18.gallery_glass_5352 .frame_bronze_fd79 {
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
  -webkit-box-pack: center;
  justify-content: center;
}
.badge_2b18.gallery_glass_5352 .fresh-a2ed {
  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;
}
.badge_2b18.under_5b7b {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
}
.badge_2b18.slider-soft-39a7 {
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
  flex-direction: column-reverse;
}
.badge_2b18.slider-soft-39a7 .fresh-a2ed {
  margin-top: 7px;
}
.list-3b22 {
  display: inline-block;
}
.steel-7858 .layout_e5d7 .badge_2b18 img {
  max-width: 100%;
}
.hard_bc7b .paper_3679.element-fast-7b8a,
.mask-dirty-f786 .paper_3679.element-fast-7b8a {
  position: relative;
  display: -webkit-inline-box;
  display: inline-flex;
  -webkit-box-align: center;
  align-items: center;
}
.hard_bc7b .active-bd77,
.mask-dirty-f786 .active-bd77 {
  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%);
}
.hard_bc7b .active-bd77 {
  display: inline;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-decoration: none !important;
}
.hard_bc7b.active-left-48fd .active-bd77 {
  display: none;
}
.hard_bc7b .video-18a9 {
  list-style: none;
  padding: 0;
  margin: 0;
}
.hard_bc7b .video-18a9 li {
  display: inline-block;
  position: relative;
}
.hard_bc7b .video-18a9 li:last-child {
  margin-right: 0;
}
.hard_bc7b .video-18a9 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;
}
.hard_bc7b .video-18a9 li.item_f6c4 > a {
  color: rgba(0, 0, 0, 0.9);
}
.hard_bc7b .video-18a9 > 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;
}
.hard_bc7b .video-18a9 > li > a i {
  line-height: 0;
}
.hard_bc7b .video-18a9 > li.notification_lower_67ed > a .active-bd77 {
  margin-left: 4px;
  line-height: 0;
}
.hard_bc7b .video-18a9 .tertiary-west-20a1 li.notification_lower_67ed > a {
  position: relative;
}
.hard_bc7b .video-18a9 .tertiary-west-20a1 li.notification_lower_67ed > a:after,
.hard_bc7b .video-18a9 .tertiary-west-20a1 li.notification_lower_67ed > a:before {
  content: "";
  display: table;
}
.hard_bc7b .video-18a9 .tertiary-west-20a1 li.notification_lower_67ed > a:after {
  clear: both;
}
.hard_bc7b .video-18a9 .tertiary-west-20a1 li.notification_lower_67ed > a .active-bd77 {
  margin-left: 5px;
  float: right;
}
.hard_bc7b .link-right-52a3,
.hard_bc7b .tertiary-west-20a1 {
  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;
}
.hard_bc7b .tertiary-west-20a1 {
  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;
}
.hard_bc7b .tertiary-west-20a1 .element-fast-7b8a {
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: justify;
  justify-content: space-between;
}
.hard_bc7b .tertiary-west-20a1 .active-bd77 {
  -webkit-transform: rotate(135deg) translateY(0);
  -ms-transform: rotate(135deg) translateY(0);
  transform: rotate(135deg) translateY(0);
}
.hard_bc7b .tertiary-west-20a1 li {
  display: block;
  margin: 0;
  padding: 0;
}
.hard_bc7b .tertiary-west-20a1 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;
}
.hard_bc7b .tertiary-west-20a1 li a:hover {
  background: rgba(0, 0, 0, 0.015);
  color: rgba(0, 0, 0, 0.8);
}
.hard_bc7b .tertiary-west-20a1 .tertiary-west-20a1 {
  top: 0;
  left: 100%;
}
.hard_bc7b .heading_fc16.fn-focus-173c > .link-right-52a3,
.hard_bc7b .heading_fc16.fn-focus-173c > .tertiary-west-20a1,
.hard_bc7b .heading_fc16:focus > .link-right-52a3,
.hard_bc7b .heading_fc16:focus > .tertiary-west-20a1,
.hard_bc7b .heading_fc16:hover > .link-right-52a3,
.hard_bc7b .heading_fc16:hover > .tertiary-west-20a1 {
  height: auto;
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
  overflow: initial;
  visibility: visible;
  opacity: 1;
}
.hard_bc7b.info-liquid-10b1 .dim-afc2:after,
.hard_bc7b.info-liquid-10b1 .dim-afc2:before {
  content: "";
  display: table;
}
.hard_bc7b.info-liquid-10b1 .dim-afc2:after {
  clear: both;
}
.hard_bc7b.info-liquid-10b1 .dim-afc2 > li {
  float: left;
}
.hard_bc7b.nav-large-9d2c .dim-afc2:after,
.hard_bc7b.nav-large-9d2c .dim-afc2:before {
  content: "";
  display: table;
}
.hard_bc7b.nav-large-9d2c .dim-afc2:after {
  clear: both;
}
.hard_bc7b.nav-large-9d2c .dim-afc2 > li {
  float: left;
}
.hard_bc7b.nav-large-9d2c .dim-afc2 > li > a {
  background: 0 0;
  display: -webkit-inline-box;
  display: inline-flex;
  vertical-align: middle;
  -webkit-box-align: center;
  align-items: center;
}
.hard_bc7b.nav-large-9d2c .dim-afc2 > li > a:hover {
  color: #fff;
  background-color: #1e4b75;
}
.hard_bc7b.nav-large-9d2c .dim-afc2 > li.filter-clean-ef94 > a,
.hard_bc7b.nav-large-9d2c .dim-afc2 > li.item_f6c4 > a {
  color: #fff;
  background-color: #1e4b75;
}
.hard_bc7b.hovered_77a3 .dim-afc2 > li > a .element-fast-7b8a {
  position: relative;
}
.hard_bc7b.hovered_77a3 .dim-afc2 > li > a .element-fast-7b8a: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;
}
.hard_bc7b.hovered_77a3
  .dim-afc2
  > li:focus
  > a
  .element-fast-7b8a:before,
.hard_bc7b.hovered_77a3
  .dim-afc2
  > li:hover
  > a
  .element-fast-7b8a:before {
  width: 100%;
  background-color: currentColor;
}
.hard_bc7b.hovered_77a3
  .dim-afc2
  > li.filter-clean-ef94
  > a
  .element-fast-7b8a:before,
.hard_bc7b.hovered_77a3
  .dim-afc2
  > li.logo-9c60
  > a
  .element-fast-7b8a:before {
  width: 100%;
  background-color: currentColor;
}
.hard_bc7b.column-6a72 .dim-afc2 > li > a .element-fast-7b8a {
  position: relative;
}
.hard_bc7b.column-6a72 .dim-afc2 > li > a .element-fast-7b8a: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;
}
.hard_bc7b.column-6a72 .dim-afc2 > li:focus > a .element-fast-7b8a:before,
.hard_bc7b.column-6a72
  .dim-afc2
  > li:hover
  > a
  .element-fast-7b8a:before {
  width: 100%;
  background-color: currentColor;
}
.hard_bc7b.column-6a72
  .dim-afc2
  > li.filter-clean-ef94
  > a
  .element-fast-7b8a:before,
.hard_bc7b.column-6a72
  .dim-afc2
  > li.logo-9c60
  > a
  .element-fast-7b8a:before {
  width: 100%;
  background-color: currentColor;
}
.mask-dirty-f786 .video-18a9 {
  margin: 0;
  padding: 0;
  list-style: none;
}
.mask-dirty-f786 .video-18a9 li:first-child > a {
  border-top: none;
}
.mask-dirty-f786 .video-18a9 .red_46c1 > .element-fast-7b8a .active-bd77 {
  display: none;
}
.mask-dirty-f786 .video-18a9 li {
  list-style: none;
  position: relative;
  border-bottom: 1px solid transparent;
}
.mask-dirty-f786 .video-18a9 li:last-child {
  border: none;
}
.mask-dirty-f786 .video-18a9 li.notification_lower_67ed > a {
  padding-right: 45px !important;
}
.mask-dirty-f786 .video-18a9 li a {
  display: block;
  padding: 0.55em 1.5em;
}
.mask-dirty-f786 .video-18a9 li a:focus,
.mask-dirty-f786 .video-18a9 li a:hover {
  background: rgba(0, 0, 0, 0.01);
}
.mask-dirty-f786 .video-18a9 li .simple-8c6f {
  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;
}
.mask-dirty-f786 .video-18a9 li .simple-8c6f:hover {
  box-shadow: none;
}
.mask-dirty-f786 .video-18a9 li .simple-8c6f .active-bd77 {
  -webkit-transform: rotate(-135deg) translateY(50%) translateX(50%);
  -ms-transform: rotate(-135deg) translateY(50%) translateX(50%);
  transform: rotate(-135deg) translateY(50%) translateX(50%);
}
.mask-dirty-f786 .video-18a9 .tertiary-west-20a1 {
  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);
}
.mask-dirty-f786 .video-18a9 .tertiary-west-20a1 li a {
  padding-left: 3em;
}
.mask-dirty-f786 .video-18a9 .last_3d13 > a .simple-8c6f i {
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
.mask-dirty-f786 .video-18a9 .last_3d13 > .tertiary-west-20a1 {
  display: block;
  opacity: 1;
}
.paragraph-bronze-06c8 {
  max-width: 100%;
}
.notice-next-64b9 {
  line-height: 0;
  cursor: pointer;
}
.steel-12a5 {
  line-height: 0;
  display: inline-block;
  position: relative;
  box-shadow: none;
}
.steel-12a5:hover {
  box-shadow: none;
  color: currentColor;
}
.steel-12a5 svg {
  width: 18px;
  height: 18px;
}
.steel-12a5 .hero-complex-78b2 {
  display: none;
}
.hero_0e6a {
  position: relative;
}
.hero_0e6a.fn-active-173c .steel-12a5 .nav_pressed_082b {
  display: none;
}
.hero_0e6a.fn-active-173c .steel-12a5 .hero-complex-78b2 {
  display: inline-block;
}
.hero_0e6a .left_a197 {
  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);
}
.hero_0e6a.soft_ab18 .left_a197 {
  left: auto;
  right: -0.9em;
}
.hero_0e6a.soft_ab18 .preview-in-b227::before {
  left: auto;
  right: 15px;
}
.hero_0e6a.fn-active-173c .left_a197 {
  height: auto;
  overflow: initial;
  z-index: 26;
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
}
.feature_tall_b583 {
  display: -webkit-box;
  display: flex;
  margin-bottom: 0;
  width: 100%;
  max-width: 100%;
}
.feature_tall_b583 label {
  flex-basis: 100%;
}
.feature_tall_b583 .form-2516 {
  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;
}
.feature_tall_b583 .dropdown_ae11 {
  display: block;
  width: 100%;
  border-radius: 2px;
  height: 2.4em;
}
.feature_tall_b583 .dropdown_ae11:focus {
  background-color: transparent;
}
.feature_tall_b583 button.content-south-9fef {
  overflow: hidden;
  box-shadow: none;
  margin-left: -40px;
  background: 0 0;
  color: #6d6d6d;
  line-height: 0;
  padding: 0 0.7em;
  min-height: auto;
}
.feature_tall_b583 button.content-south-9fef:hover {
  box-shadow: none;
  background-color: transparent;
  color: #686868;
}
.feature_tall_b583 button.content-south-9fef svg {
  width: 18px;
  height: 18px;
}
.feature_tall_b583 input[type="submit"] {
  min-height: auto;
}
.surface_a91a .feature_tall_b583 .dropdown_ae11 {
  border: 0;
  box-shadow: none;
  background-color: transparent;
}
.preview-in-b227 {
  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) {
  .preview-in-b227 {
    width: 220px;
  }
}
.preview-in-b227 label {
  flex-basis: 100%;
}
.preview-in-b227::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;
}
.frame_pressed_24e2 .surface_a91a .feature_tall_b583 {
  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;
}
.frame_pressed_24e2
  .surface_a91a
  .feature_tall_b583
  .form-2516 {
  background-color: transparent;
  min-height: auto;
  flex-basis: 100%;
  display: -webkit-box;
  display: flex;
  border-style: none;
  border: none;
  box-shadow: none;
}
.frame_pressed_24e2 .surface_a91a .feature_tall_b583 .dropdown_ae11 {
  border-color: transparent;
  height: auto;
  background-color: transparent;
  border: 0;
  border-style: none;
  box-shadow: none;
  -webkit-box-flex: 0;
  flex: 0 0 auto;
}
.frame_pressed_24e2
  .surface_a91a
  .feature_tall_b583
  .dropdown_ae11:focus {
  background: 0 0;
}
.frame_pressed_24e2
  .surface_a91a
  .feature_tall_b583
  .row-d1fe {
  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;
}
.filter_d953 {
  display: inline-block;
  margin: 0;
  padding: 0;
  list-style: none;
  position: relative;
}
.filter_d953 li {
  list-style: none;
  display: inline-block;
  margin: 0 3px;
}
.filter_d953 li:last-child {
  margin-right: 0;
}
.filter_d953 li:first-child {
  margin-left: 0;
}
.filter_d953.surface_2751 a {
  color: #fff;
}
.filter_d953.surface_2751 a:hover {
  color: #fff;
}
.filter_d953 a {
  color: currentColor;
  text-align: center;
  vertical-align: middle;
  width: 100%;
  padding: 0.4em;
  display: inline-block;
  line-height: 1;
  font-size: 13px;
}
.filter_d953 a i {
  width: 1em;
  height: 1em;
  position: relative;
  display: block;
}
.filter_d953 a i:before {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}
.filter_d953 a:hover {
  opacity: 0.9;
  color: inherit;
}
.filter_d953 [class*="social-icon-apple"] {
  background-color: #999;
}
.filter_d953 [class*="social-icon-apple"].title_a8d8 {
  background-color: transparent;
  color: #999;
}
.filter_d953 [class*="social-icon-behance"] {
  background-color: #1769ff;
}
.filter_d953 [class*="social-icon-behance"].title_a8d8 {
  background-color: transparent;
  color: #1769ff;
}
.filter_d953 [class*="social-icon-bitbucket"] {
  background-color: #205081;
}
.filter_d953 [class*="social-icon-bitbucket"].title_a8d8 {
  background-color: transparent;
  color: #205081;
}
.filter_d953 [class*="social-icon-codepen"] {
  background-color: #000;
}
.filter_d953 [class*="social-icon-codepen"].title_a8d8 {
  background-color: transparent;
  color: #000;
}
.filter_d953 [class*="social-icon-delicious"] {
  background-color: #39f;
}
.filter_d953 [class*="social-icon-delicious"].title_a8d8 {
  background-color: transparent;
  color: #39f;
}
.filter_d953 [class*="social-icon-digg"] {
  background-color: #005be2;
}
.filter_d953 [class*="social-icon-digg"].title_a8d8 {
  background-color: transparent;
  color: #005be2;
}
.filter_d953 [class*="social-icon-dribbble"] {
  background-color: #ea4c89;
}
.filter_d953 [class*="social-icon-dribbble"].title_a8d8 {
  background-color: transparent;
  color: #ea4c89;
}
.filter_d953 [class*="social-icon-envelope"] {
  background-color: #ea4335;
}
.filter_d953 [class*="social-icon-envelope"].title_a8d8 {
  background-color: transparent;
  color: #ea4335;
}
.filter_d953 [class*="social-icon-facebook"] {
  background-color: #3b5998;
}
.filter_d953 [class*="social-icon-facebook"].title_a8d8 {
  background-color: transparent;
  color: #3b5998;
}
.filter_d953 [class*="social-icon-flickr"] {
  background-color: #0063dc;
}
.filter_d953 [class*="social-icon-flickr"].title_a8d8 {
  background-color: transparent;
  color: #0063dc;
}
.filter_d953 [class*="social-icon-foursquare"] {
  background-color: #2d5be3;
}
.filter_d953 [class*="social-icon-foursquare"].title_a8d8 {
  background-color: transparent;
  color: #2d5be3;
}
.filter_d953 [class*="social-icon-github"] {
  background-color: #333;
}
.filter_d953 [class*="social-icon-github"].title_a8d8 {
  background-color: transparent;
  color: #333;
}
.filter_d953 [class*="social-icon-google-plus"] {
  background-color: #dd4b39;
}
.filter_d953 [class*="social-icon-google-plus"].title_a8d8 {
  background-color: transparent;
  color: #dd4b39;
}
.filter_d953 [class*="social-icon-houzz"] {
  background-color: #7ac142;
}
.filter_d953 [class*="social-icon-houzz"].title_a8d8 {
  background-color: transparent;
  color: #7ac142;
}
.filter_d953 [class*="social-icon-instagram"] {
  background-color: #262626;
}
.filter_d953 [class*="social-icon-instagram"].title_a8d8 {
  background-color: transparent;
  color: #262626;
}
.filter_d953 [class*="social-icon-jsfiddle"] {
  background-color: #487aa2;
}
.filter_d953 [class*="social-icon-jsfiddle"].title_a8d8 {
  background-color: transparent;
  color: #487aa2;
}
.filter_d953 [class*="social-icon-linkedin"] {
  background-color: #0077b5;
}
.filter_d953 [class*="social-icon-linkedin"].title_a8d8 {
  background-color: transparent;
  color: #0077b5;
}
.filter_d953 [class*="social-icon-medium"] {
  background-color: #00ab6b;
}
.filter_d953 [class*="social-icon-medium"].title_a8d8 {
  background-color: transparent;
  color: #00ab6b;
}
.filter_d953 [class*="social-icon-odnoklassniki"] {
  background-color: #f4731c;
}
.filter_d953
  [class*="social-icon-odnoklassniki"].title_a8d8 {
  background-color: transparent;
  color: #f4731c;
}
.filter_d953 [class*="social-icon-meetup"] {
  background-color: #ec1c40;
}
.filter_d953 [class*="social-icon-meetup"].title_a8d8 {
  background-color: transparent;
  color: #ec1c40;
}
.filter_d953 [class*="social-icon-pinterest"] {
  background-color: #bd081c;
}
.filter_d953 [class*="social-icon-pinterest"].title_a8d8 {
  background-color: transparent;
  color: #bd081c;
}
.filter_d953 [class*="social-icon-product-hunt"] {
  background-color: #da552f;
}
.filter_d953 [class*="social-icon-product-hunt"].title_a8d8 {
  background-color: transparent;
  color: #da552f;
}
.filter_d953 [class*="social-icon-reddit"] {
  background-color: #ff4500;
}
.filter_d953 [class*="social-icon-reddit"].title_a8d8 {
  background-color: transparent;
  color: #ff4500;
}
.filter_d953 [class*="social-icon-rss"] {
  background-color: #f26522;
}
.filter_d953 [class*="social-icon-rss"].title_a8d8 {
  background-color: transparent;
  color: #f26522;
}
.filter_d953 [class*="social-icon-shopping-cart"] {
  background-color: #4caf50;
}
.filter_d953
  [class*="social-icon-shopping-cart"].title_a8d8 {
  background-color: transparent;
  color: #4caf50;
}
.filter_d953 [class*="social-icon-skype"] {
  background-color: #00aff0;
}
.filter_d953 [class*="social-icon-skype"].title_a8d8 {
  background-color: transparent;
  color: #00aff0;
}
.filter_d953 [class*="social-icon-slideshare"] {
  background-color: #0077b5;
}
.filter_d953 [class*="social-icon-slideshare"].title_a8d8 {
  background-color: transparent;
  color: #0077b5;
}
.filter_d953 [class*="social-icon-snapchat"] {
  background-color: #fffc00;
}
.filter_d953 [class*="social-icon-snapchat"].title_a8d8 {
  background-color: transparent;
  color: #fffc00;
}
.filter_d953 [class*="social-icon-soundcloud"] {
  background-color: #f80;
}
.filter_d953 [class*="social-icon-soundcloud"].title_a8d8 {
  background-color: transparent;
  color: #f80;
}
.filter_d953 [class*="social-icon-spotify"] {
  background-color: #2ebd59;
}
.filter_d953 [class*="social-icon-spotify"].title_a8d8 {
  background-color: transparent;
  color: #2ebd59;
}
.filter_d953 [class*="social-icon-stack-overflow"] {
  background-color: #fe7a15;
}
.filter_d953
  [class*="social-icon-stack-overflow"].title_a8d8 {
  background-color: transparent;
  color: #fe7a15;
}
.filter_d953 [class*="social-icon-maldkfgram"] {
  background-color: #2ca5e0;
}
.filter_d953 [class*="social-icon-maldkfgram"].title_a8d8 {
  background-color: transparent;
  color: #2ca5e0;
}
.filter_d953 [class*="social-icon-tripadvisor"] {
  background-color: #589442;
}
.filter_d953 [class*="social-icon-tripadvisor"].title_a8d8 {
  background-color: transparent;
  color: #589442;
}
.filter_d953 [class*="social-icon-tumblr"] {
  background-color: #35465c;
}
.filter_d953 [class*="social-icon-tumblr"].title_a8d8 {
  background-color: transparent;
  color: #35465c;
}
.filter_d953 [class*="social-icon-twitch"] {
  background-color: #6441a5;
}
.filter_d953 [class*="social-icon-twitch"].title_a8d8 {
  background-color: transparent;
  color: #6441a5;
}
.filter_d953 [class*="social-icon-twitter"] {
  background-color: #1da1f2;
}
.filter_d953 [class*="social-icon-twitter"].title_a8d8 {
  background-color: transparent;
  color: #1da1f2;
}
.filter_d953 [class*="social-icon-vimeo"] {
  background-color: #1ab7ea;
}
.filter_d953 [class*="social-icon-vimeo"].title_a8d8 {
  background-color: transparent;
  color: #1ab7ea;
}
.filter_d953 [class*="social-icon-vk"] {
  background-color: #45668e;
}
.filter_d953 [class*="social-icon-vk"].title_a8d8 {
  background-color: transparent;
  color: #45668e;
}
.filter_d953 [class*="social-icon-weibo"] {
  background-color: #df2029;
}
.filter_d953 [class*="social-icon-weibo"].title_a8d8 {
  background-color: transparent;
  color: #df2029;
}
.filter_d953 [class*="social-icon-weixin"] {
  background-color: #7bb32e;
}
.filter_d953 [class*="social-icon-weixin"].title_a8d8 {
  background-color: transparent;
  color: #7bb32e;
}
.filter_d953 [class*="social-icon-whatsapp"] {
  background-color: #25d366;
}
.filter_d953 [class*="social-icon-whatsapp"].title_a8d8 {
  background-color: transparent;
  color: #25d366;
}
.filter_d953 [class*="social-icon-wordpress"] {
  background-color: #21759b;
}
.filter_d953 [class*="social-icon-wordpress"].title_a8d8 {
  background-color: transparent;
  color: #21759b;
}
.filter_d953 [class*="social-icon-xing"] {
  background-color: #026466;
}
.filter_d953 [class*="social-icon-xing"].title_a8d8 {
  background-color: transparent;
  color: #026466;
}
.filter_d953 [class*="social-icon-yelp"] {
  background-color: #af0606;
}
.filter_d953 [class*="social-icon-yelp"].title_a8d8 {
  background-color: transparent;
  color: #af0606;
}
.filter_d953 [class*="social-icon-youtube"] {
  background-color: #cd201f;
}
.filter_d953 [class*="social-icon-youtube"].title_a8d8 {
  background-color: transparent;
  color: #cd201f;
}
.blue-4606 {
  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;
}
.blue-4606:hover {
  box-shadow: none;
  background: 0 0;
}
.detail_hard_7578 {
  background: 0 0 !important;
  text-transform: uppercase;
  font-size: 0.85em;
}
.aside-ba20 {
  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;
}
.shadow_bf20 {
  display: inline-block;
  position: relative;
  vertical-align: middle;
}
.large-b34d {
  display: block;
  top: 50%;
  background-color: currentcolor;
}
.large-b34d,
.large-b34d::after,
.large-b34d::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;
}
.large-b34d::after,
.large-b34d::before {
  content: "";
  display: block;
  background-color: inherit;
}
.component-a525 .aside-ba20 .shadow_bf20 {
  margin-top: -2px;
  width: 19px;
}
.component-a525 .aside-ba20 .large-b34d {
  margin-top: -1px;
}
.component-a525 .aside-ba20 .large-b34d,
.component-a525 .aside-ba20 .large-b34d::after,
.component-a525 .aside-ba20 .large-b34d::before {
  width: 19px;
  height: 2px;
}
.component-a525 .aside-ba20 .large-b34d::before {
  top: -6px;
}
.component-a525 .aside-ba20 .large-b34d::after {
  bottom: -6px;
}
.top-ed42 .aside-ba20 .shadow_bf20 {
  margin-top: -2px;
  width: 22px;
}
.top-ed42 .aside-ba20 .large-b34d {
  margin-top: -1px;
}
.top-ed42 .aside-ba20 .large-b34d,
.top-ed42 .aside-ba20 .large-b34d::after,
.top-ed42 .aside-ba20 .large-b34d::before {
  width: 22px;
  height: 2px;
}
.top-ed42 .aside-ba20 .large-b34d::before {
  top: -7px;
}
.top-ed42 .aside-ba20 .large-b34d::after {
  bottom: -7px;
}
.new_f157 .aside-ba20 .shadow_bf20 {
  margin-top: -2px;
  width: 31px;
}
.new_f157 .aside-ba20 .large-b34d {
  margin-top: -1.5px;
}
.new_f157 .aside-ba20 .large-b34d,
.new_f157 .aside-ba20 .large-b34d::after,
.new_f157 .aside-ba20 .large-b34d::before {
  width: 31px;
  height: 3px;
}
.new_f157 .aside-ba20 .large-b34d::before {
  top: -9px;
}
.new_f157 .aside-ba20 .large-b34d::after {
  bottom: -9px;
}
@media screen and (min-width: 1025px) {
  .badge_mini_a3e9 .aside-ba20 .shadow_bf20 {
    margin-top: -2px;
    width: 19px;
  }
  .badge_mini_a3e9 .aside-ba20 .large-b34d {
    margin-top: -1px;
  }
  .badge_mini_a3e9 .aside-ba20 .large-b34d,
  .badge_mini_a3e9 .aside-ba20 .large-b34d::after,
  .badge_mini_a3e9 .aside-ba20 .large-b34d::before {
    width: 19px;
    height: 2px;
  }
  .badge_mini_a3e9 .aside-ba20 .large-b34d::before {
    top: -6px;
  }
  .badge_mini_a3e9 .aside-ba20 .large-b34d::after {
    bottom: -6px;
  }
  .left_eed9 .aside-ba20 .shadow_bf20 {
    margin-top: -2px;
    width: 22px;
  }
  .left_eed9 .aside-ba20 .large-b34d {
    margin-top: -1px;
  }
  .left_eed9 .aside-ba20 .large-b34d,
  .left_eed9 .aside-ba20 .large-b34d::after,
  .left_eed9 .aside-ba20 .large-b34d::before {
    width: 22px;
    height: 2px;
  }
  .left_eed9 .aside-ba20 .large-b34d::before {
    top: -7px;
  }
  .left_eed9 .aside-ba20 .large-b34d::after {
    bottom: -7px;
  }
  .huge_39b5 .aside-ba20 .shadow_bf20 {
    margin-top: -2px;
    width: 31px;
  }
  .huge_39b5 .aside-ba20 .large-b34d {
    margin-top: -1.5px;
  }
  .huge_39b5 .aside-ba20 .large-b34d,
  .huge_39b5 .aside-ba20 .large-b34d::after,
  .huge_39b5 .aside-ba20 .large-b34d::before {
    width: 31px;
    height: 3px;
  }
  .huge_39b5 .aside-ba20 .large-b34d::before {
    top: -9px;
  }
  .huge_39b5 .aside-ba20 .large-b34d::after {
    bottom: -9px;
  }
}
@media screen and (max-width: 1024px) {
  .silver-63e1 .aside-ba20 .shadow_bf20 {
    margin-top: -2px;
    width: 19px;
  }
  .silver-63e1 .aside-ba20 .large-b34d {
    margin-top: -1px;
  }
  .silver-63e1 .aside-ba20 .large-b34d,
  .silver-63e1 .aside-ba20 .large-b34d::after,
  .silver-63e1 .aside-ba20 .large-b34d::before {
    width: 19px;
    height: 2px;
  }
  .silver-63e1 .aside-ba20 .large-b34d::before {
    top: -6px;
  }
  .silver-63e1 .aside-ba20 .large-b34d::after {
    bottom: -6px;
  }
  .main-6a41 .aside-ba20 .shadow_bf20 {
    margin-top: -2px;
    width: 22px;
  }
  .main-6a41 .aside-ba20 .large-b34d {
    margin-top: -1px;
  }
  .main-6a41 .aside-ba20 .large-b34d,
  .main-6a41 .aside-ba20 .large-b34d::after,
  .main-6a41 .aside-ba20 .large-b34d::before {
    width: 22px;
    height: 2px;
  }
  .main-6a41 .aside-ba20 .large-b34d::before {
    top: -7px;
  }
  .main-6a41 .aside-ba20 .large-b34d::after {
    bottom: -7px;
  }
  .red-f057 .aside-ba20 .shadow_bf20 {
    margin-top: -2px;
    width: 31px;
  }
  .red-f057 .aside-ba20 .large-b34d {
    margin-top: -1.5px;
  }
  .red-f057 .aside-ba20 .large-b34d,
  .red-f057 .aside-ba20 .large-b34d::after,
  .red-f057 .aside-ba20 .large-b34d::before {
    width: 31px;
    height: 3px;
  }
  .red-f057 .aside-ba20 .large-b34d::before {
    top: -9px;
  }
  .red-f057 .aside-ba20 .large-b34d::after {
    bottom: -9px;
  }
}
@media screen and (max-width: 568px) {
  .image-5657 .aside-ba20 .shadow_bf20 {
    margin-top: -2px;
    width: 19px;
  }
  .image-5657 .aside-ba20 .large-b34d {
    margin-top: -1px;
  }
  .image-5657 .aside-ba20 .large-b34d,
  .image-5657 .aside-ba20 .large-b34d::after,
  .image-5657 .aside-ba20 .large-b34d::before {
    width: 19px;
    height: 2px;
  }
  .image-5657 .aside-ba20 .large-b34d::before {
    top: -6px;
  }
  .image-5657 .aside-ba20 .large-b34d::after {
    bottom: -6px;
  }
  .pressed-ebd4 .aside-ba20 .shadow_bf20 {
    margin-top: -2px;
    width: 22px;
  }
  .pressed-ebd4 .aside-ba20 .large-b34d {
    margin-top: -1px;
  }
  .pressed-ebd4 .aside-ba20 .large-b34d,
  .pressed-ebd4 .aside-ba20 .large-b34d::after,
  .pressed-ebd4 .aside-ba20 .large-b34d::before {
    width: 22px;
    height: 2px;
  }
  .pressed-ebd4 .aside-ba20 .large-b34d::before {
    top: -7px;
  }
  .pressed-ebd4 .aside-ba20 .large-b34d::after {
    bottom: -7px;
  }
  .texture-b0e1 .aside-ba20 .shadow_bf20 {
    margin-top: -2px;
    width: 31px;
  }
  .texture-b0e1 .aside-ba20 .large-b34d {
    margin-top: -1.5px;
  }
  .texture-b0e1 .aside-ba20 .large-b34d,
  .texture-b0e1 .aside-ba20 .large-b34d::after,
  .texture-b0e1 .aside-ba20 .large-b34d::before {
    width: 31px;
    height: 3px;
  }
  .texture-b0e1 .aside-ba20 .large-b34d::before {
    top: -9px;
  }
  .texture-b0e1 .aside-ba20 .large-b34d::after {
    bottom: -9px;
  }
}
.dirty_3f39 .large-b34d {
  -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);
}
.dirty_3f39 .large-b34d::before {
  -webkit-transition: top 75ms 0.12s ease, opacity 75ms ease;
  transition: top 75ms 0.12s ease, opacity 75ms ease;
}
.dirty_3f39 .large-b34d::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);
}
.dirty_3f39.cool-f247 .large-b34d {
  -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);
}
.dirty_3f39.cool-f247 .large-b34d::before {
  top: 0;
  opacity: 0;
  -webkit-transition: top 75ms ease, opacity 75ms 0.12s ease;
  transition: top 75ms ease, opacity 75ms 0.12s ease;
}
.dirty_3f39.cool-f247 .large-b34d::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);
}
.sort-6a17 {
  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.status_2b6e:before {
  display: none;
}
.white_7018 {
  padding: 0;
  position: fixed;
  width: 100%;
  max-width: 100%;
  top: 0;
  z-index: 999900;
  visibility: hidden;
}
.white_7018 .item-stone-7206 {
  padding: 1.4em 1.5em;
  border-bottom: 1px solid transparent;
}
.white_7018 .item-stone-7206:last-of-type {
  border-bottom: none;
}
.white_7018 .item-stone-7206.soft-b167,
.white_7018 .item-stone-7206.fluid-41bb,
.white_7018 .item-stone-7206.popup-outer-b4db {
  padding: 0;
}
.white_7018 .mask-dirty-f786 .simple-8c6f {
  color: currentColor;
}
.white_7018 .mask-dirty-f786 .simple-8c6f:focus,
.white_7018 .mask-dirty-f786 .simple-8c6f:hover {
  background: rgba(0, 0, 0, 0.01);
}
.white_7018.box_up_5956 .primary_2391,
.white_7018.box_up_5956 .main-3072 a,
.white_7018.box_up_5956 .dim-afc2 a,
.white_7018.box_up_5956 .tertiary-west-20a1 a {
  color: rgba(0, 0, 0, 0.55);
}
.white_7018.box_up_5956 .primary_2391:hover,
.white_7018.box_up_5956 .main-3072 a:hover,
.white_7018.box_up_5956 .dim-afc2 a:hover,
.white_7018.box_up_5956 .tertiary-west-20a1 a:hover {
  color: rgba(0, 0, 0, 0.8);
}
.white_7018.box_up_5956 .pink-11f6 {
  color: rgba(0, 0, 0, 0.8);
}
.white_7018.box_up_5956 .item-stone-7206 {
  border-color: rgba(0, 0, 0, 0.08);
}
.white_7018.box_up_5956 .item-stone-7206:before {
  background: rgba(0, 0, 0, 0.08);
}
.white_7018.box_up_5956 .column-motion-f8f5:before {
  background: rgba(255, 255, 255, 0.9);
}
.white_7018.box_up_5956 .mask-dirty-f786 .video-18a9 li a,
.white_7018.box_up_5956 .mask-dirty-f786 .simple-8c6f,
.white_7018.box_up_5956 .tertiary-west-20a1 {
  border-color: rgba(0, 0, 0, 0.08);
}
.white_7018.box_up_5956 .mask-dirty-f786 .simple-8c6f:focus,
.white_7018.box_up_5956 .mask-dirty-f786 .simple-8c6f:hover {
  background: rgba(0, 0, 0, 0.01);
}
.white_7018.box_up_5956 .video-18a9 li {
  border-color: rgba(0, 0, 0, 0.08);
}
.white_7018.cool_6a41 .primary_2391,
.white_7018.cool_6a41 .main-3072 a,
.white_7018.cool_6a41 .dim-afc2 .simple-8c6f,
.white_7018.cool_6a41 .dim-afc2 a,
.white_7018.cool_6a41 .tertiary-west-20a1 a {
  color: rgba(255, 255, 255, 0.79);
}
.white_7018.cool_6a41 .primary_2391:hover,
.white_7018.cool_6a41 .main-3072 a:hover,
.white_7018.cool_6a41 .dim-afc2 .simple-8c6f:hover,
.white_7018.cool_6a41 .dim-afc2 a:hover,
.white_7018.cool_6a41 .tertiary-west-20a1 a:hover {
  color: rgba(255, 255, 255, 0.99);
}
.white_7018.cool_6a41 .pink-11f6 {
  color: rgba(255, 255, 255, 0.99);
}
.white_7018.cool_6a41 .item-stone-7206 {
  border-color: rgba(255, 255, 255, 0.08);
}
.white_7018.cool_6a41 .item-stone-7206:before {
  background: rgba(255, 255, 255, 0.08);
}
.white_7018.cool_6a41 .column-motion-f8f5:before {
  background: rgba(0, 0, 0, 0.9);
}
.white_7018.cool_6a41 .mask-dirty-f786 .video-18a9 li a,
.white_7018.cool_6a41 .mask-dirty-f786 .simple-8c6f,
.white_7018.cool_6a41 .tertiary-west-20a1 {
  border-color: rgba(255, 255, 255, 0.08);
}
.white_7018.cool_6a41 .mask-dirty-f786 .simple-8c6f:focus,
.white_7018.cool_6a41 .mask-dirty-f786 .simple-8c6f:hover {
  background: rgba(0, 0, 0, 0.01);
}
.white_7018.cool_6a41 .video-18a9 li {
  border-color: rgba(255, 255, 255, 0.08);
}
.column-motion-f8f5 {
  position: relative;
  word-con: break-word;
  min-height: 100%;
  display: block;
}
.column-motion-f8f5:before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  display: block;
  min-height: 100%;
}
.under-3038 {
  position: relative;
  word-con: break-word;
  min-height: 100%;
  display: block;
  padding: 1.2em 0;
}
.hot-83de .white_7018 {
  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;
}
.hot-83de .item-stone-7206 {
  text-align: center;
  padding: 2em 1.5em;
  border: none;
  position: relative;
}
.hot-83de .item-stone-7206: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) {
  .hot-83de .item-stone-7206:before {
    width: 16%;
    left: 42%;
  }
}
.hot-83de .item-stone-7206:last-child:before {
  content: none;
}
.hot-83de .item-stone-7206[class*="-menu"] {
  padding: 2.5em 1.5em;
}
.hot-83de .mask-dirty-f786 .video-18a9 li a {
  border: none;
  font-size: 140%;
  text-transform: uppercase;
  font-weight: 500;
}
.hot-83de .mask-dirty-f786 .video-18a9 li a .simple-8c6f {
  display: inline-block;
  position: relative;
  border: 0 none;
  margin-right: -1.3em;
  top: -2px;
  padding: 0.28em 0.5em;
}
.hot-83de .mask-dirty-f786 .tertiary-west-20a1 {
  border: none;
}
.hot-83de .mask-dirty-f786 .tertiary-west-20a1 li a {
  text-transform: none;
  padding: 0.35em 1.5em;
  font-size: 100%;
}
.hot-83de .column-motion-f8f5 {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}
.hot-83de .under-3038 {
  max-width: 48em;
  margin: 3em auto;
  padding: 0;
}
.hot-83de .cool_6a41 .column-motion-f8f5:before {
  background: rgba(0, 0, 0, 0.9);
}
.hot-83de .box_up_5956.pro-f154 .large-b34d {
  background: rgba(0, 0, 0, 0.6);
}
.hot-83de
  .box_up_5956.pro-f154
  .large-b34d::after,
.hot-83de
  .box_up_5956.pro-f154
  .large-b34d:before {
  background: inherit;
}
.hot-83de
  .box_up_5956.pro-f154:hover
  .large-b34d {
  background: rgba(0, 0, 0, 0.8);
}
.backdrop-9218 .white_7018 {
  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) {
  .backdrop-9218 .white_7018 {
    width: auto;
    right: 45px;
  }
}
.shadow_3bf7 .white_7018 {
  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) {
  .shadow_3bf7 .white_7018 {
    width: auto;
    left: 45px;
  }
}
.status_2b6e .white_7018 {
  position: relative;
  height: 0;
  display: block;
  visibility: visible;
  z-index: 999900;
  overflow: hidden;
}
.status_2b6e .under-3038 {
  max-width: 48em;
  margin: 0 auto;
}
.status_2b6e .column-motion-f8f5:before {
  box-shadow: inset 0 0 12px 0 rgba(0, 0, 0, 0.05);
}
.sort-mini-7ef9 {
  overflow-x: hidden;
  position: relative;
  width: 100%;
  display: block;
}
.sort-mini-7ef9.hot-83de .white_7018 {
  z-index: 0;
  opacity: 0;
  height: 100%;
}
.sort-mini-7ef9.backdrop-9218 .white_7018 {
  height: 100%;
  -webkit-transform: translateX(-100%);
  -ms-transform: translateX(-100%);
  transform: translateX(-100%);
  -webkit-transition: -webkit-transform 0.5s
    cubic-bezier(0.79, 0.14, 0.15, 0.86);
  transition: -webkit-transform 0.5s cubic-bezier(0.79, 0.14, 0.15, 0.86);
  transition: transform 0.5s cubic-bezier(0.79, 0.14, 0.15, 0.86);
  transition: transform 0.5s cubic-bezier(0.79, 0.14, 0.15, 0.86),
    -webkit-transform 0.5s cubic-bezier(0.79, 0.14, 0.15, 0.86);
}
.sort-mini-7ef9 .white_7018 {
  visibility: visible;
}
.sort-mini-7ef9.shadow_3bf7 .white_7018 {
  -webkit-transform: translateX(200%);
  -ms-transform: translateX(200%);
  transform: translateX(200%);
  height: 100%;
}
.alert_up_7ed9,
.table_32ca {
  overflow-x: hidden;
}
.alert_up_7ed9 .white_7018 {
  overflow: auto;
}
.alert_up_7ed9.hot-83de {
  overflow: initial;
  position: relative;
  width: 100%;
  display: block;
}
.alert_up_7ed9.hot-83de .white_7018 {
  z-index: 999900;
  opacity: 1;
  visibility: visible;
}
.alert_up_7ed9.hot-83de .blue-4606 {
  opacity: 0;
}
.alert_up_7ed9.backdrop-9218 {
  overflow: initial;
  position: relative;
  width: 100%;
  display: block;
}
.alert_up_7ed9.backdrop-9218 .white_7018 {
  z-index: 999900;
  height: 100vh;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  left: 0;
  visibility: visible;
}
.alert_up_7ed9.backdrop-9218 .blue-4606 {
  opacity: 0;
}
.alert_up_7ed9.shadow_3bf7 {
  overflow: initial;
  position: relative;
  width: 100%;
  display: block;
}
.alert_up_7ed9.shadow_3bf7 .white_7018 {
  z-index: 999900;
  height: 100vh;
  max-width: 100vw;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  right: 0;
  visibility: visible;
}
.alert_up_7ed9.shadow_3bf7 .blue-4606 {
  opacity: 0;
}
.alert_up_7ed9.status_2b6e .white_7018 {
  z-index: 10;
  visibility: visible;
}
.pro-f154 {
  display: none;
  z-index: 999910;
  cursor: pointer;
  position: fixed;
  top: 10px;
  right: 12px;
}
.pro-f154 .large-b34d {
  background: rgba(255, 255, 255, 0.99);
}
.pro-f154 .large-b34d::after,
.pro-f154 .large-b34d:before {
  background: inherit;
}
.pro-f154:hover .large-b34d {
  background: rgba(255, 255, 255, 0.99);
}
.shadow_3bf7 .pro-f154 {
  top: 10px;
  right: auto;
  left: 12px;
}
.status_2b6e .pro-f154 {
  display: none !important;
}
.alert_up_7ed9:before,
.table_32ca:before {
  z-index: 999897;
  visibility: visible;
  opacity: 1;
}
.alert_up_7ed9 .pro-f154,
.table_32ca .pro-f154 {
  display: inline-block;
}
.white_7018 .link-pink-fff7 {
  -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;
}
.alert_up_7ed9 .white_7018 .link-pink-fff7,
.table_32ca .white_7018 .link-pink-fff7 {
  opacity: 1;
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
}
.photo-5a29 .form-2516 {
  width: 100%;
}
.layout_e5d7 {
  padding: 0 0.5em 0;
}
.layout_e5d7 [class*="customify-col-"],
.layout_e5d7 [class*="customify-col_"],
.layout_e5d7 [class~="customify-col"] {
  padding: 0 0.5em 0;
}
.east-387c .layout_e5d7 {
  padding-left: 1em;
  padding-right: 1em;
}
@media screen and (min-width: 1025px) {
  .header-hard-9866 .border-8503,
  .border-8503 {
    display: none;
  }
  .status-short-19d3 {
    text-align: left;
  }
  .bottom_e638 {
    text-align: center;
  }
  .hot_0ea9 {
    text-align: right;
  }
}
@media screen and (max-width: 1024px) {
  .header-hard-9866 .top_ded5,
  .top_ded5 {
    display: none;
  }
  .heading_hard_7b39 {
    text-align: left;
  }
  .grid-last-1950 {
    text-align: center;
  }
  .alert-84cf {
    text-align: right;
  }
}
@media screen and (max-width: 568px) {
  .header-hard-9866 .hero-short-bfe6,
  .hero-short-bfe6 {
    display: none;
  }
  .static-0f1a {
    text-align: left;
  }
  .focus_smooth_4a2b {
    text-align: center;
  }
  .detail-full-33b1 {
    text-align: right;
  }
}
#page {
  position: relative;
}
.summary-f279 {
  box-shadow: none !important;
}
.red_0382 .text-6611,
.white_def2 .text-6611 {
  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;
}
.white_def2 .text-6611 {
  margin-top: 30px;
  margin-bottom: 30px;
}
.label_pressed_e6e0 {
  position: relative;
  padding-left: 2em;
  padding-right: 2em;
}
.label_pressed_e6e0:after,
.label_pressed_e6e0:before {
  content: "";
  display: table;
}
.label_pressed_e6e0:after {
  clear: both;
}
@media screen and (max-width: 48em) {
  .label_pressed_e6e0 {
    padding-left: 1em;
    padding-right: 1em;
  }
}
.label_pressed_e6e0,
.red_f630 {
  max-width: 1248px;
  margin: 0 auto;
}

.frame_b6e8.bottom-9086 .label_pressed_e6e0 {
  max-width: 100%;
}
.frame_b6e8.outer-9ae7 {
  max-width: 1200px;
  margin: 0 auto;
}
.frame_b6e8.slow_8ccf .label_pressed_e6e0 {
  max-width: 100%;
}
.frame_b6e8.slow_8ccf > .label_pressed_e6e0 {
  padding-left: 0;
  padding-right: 0;
}
.frame_b6e8.slow_8ccf > .label_pressed_e6e0 .header-hard-9866 {
  margin: 0;
}
.frame_b6e8.slow_8ccf
  > .label_pressed_e6e0
  .heading_b1ca.layout_center_2061 {
  margin-right: 0;
  margin-left: 0;
}
.frame_b6e8.slow_8ccf #main.layout_center_2061 {
  padding: 0;
}
#main,
#sidebar-primary,
#sidebar-secondary {
  padding-top: 2.617924em;
  padding-bottom: 2.617924em;
}
@media screen and (max-width: 1024px) {
  .status-2812 #main {
    border-left: 0 none;
  }
}
@media screen and (max-width: 1024px) {
  .status-2812 #sidebar-secondary {
    -webkit-box-ordinal-group: 6;
    order: 5;
    display: none;
  }
}
@media screen and (min-width: 48em) {
  .description_267b .message-5bb5 {
    padding-right: 1em;
  }
  .description_267b.next-3534 .heading_b1ca {
    border-right: 1px solid #eaecee;
  }
  .description_267b.next-3534 .message-5bb5 {
    padding-right: 1em;
  }
  .description_267b.next-3534 .progress-orange-9ed8 {
    padding-left: 1em;
  }
}
@media screen and (min-width: 48em) {
  .dynamic-1c83 .message-5bb5 {
    padding-left: 1em;
  }
  .dynamic-1c83.next-3534 .heading_b1ca {
    border-left: 1px solid #eaecee;
  }
  .dynamic-1c83.next-3534 .message-5bb5 {
    padding-left: 1em;
  }
  .dynamic-1c83.next-3534 .progress-orange-9ed8 {
    padding-right: 1em;
  }
}
@media screen and (min-width: 48em) {
  .soft-51ff .message-5bb5 {
    padding-left: 1em;
  }
  .soft-51ff.next-3534 .image-a5a2 {
    border-right: 1px solid #eaecee;
  }
  .soft-51ff.next-3534 .item_orange_77d9 {
    border-right: 1px solid #eaecee;
  }
  .soft-51ff.next-3534 .message-5bb5 {
    padding-left: 1em;
  }
  .soft-51ff.next-3534 .progress-orange-9ed8 {
    padding-right: 1em;
  }
  .soft-51ff.next-3534 .dropdown_4f98 {
    padding-left: 1em;
    padding-right: 1em;
  }
}
@media screen and (min-width: 48em) {
  .nav_pressed_8df7 .message-5bb5 {
    padding-right: 1em;
  }
  .nav_pressed_8df7.next-3534 .image-a5a2 {
    border-left: 1px solid #eaecee;
  }
  .nav_pressed_8df7.next-3534 .item_orange_77d9 {
    border-left: 1px solid #eaecee;
  }
  .nav_pressed_8df7.next-3534 .message-5bb5 {
    padding-right: 1em;
  }
  .nav_pressed_8df7.next-3534 .progress-orange-9ed8 {
    padding-left: 1em;
    padding-right: 1em;
  }
  .nav_pressed_8df7.next-3534 .dropdown_4f98 {
    padding-left: 1em;
  }
}
@media screen and (min-width: 48em) {
  .status-2812 .message-5bb5 {
    padding-left: 1em;
    padding-right: 1em;
  }
  .status-2812.next-3534 .heading_b1ca {
    border-left: 1px solid #eaecee;
    border-right: 1px solid #eaecee;
  }
  .status-2812.next-3534 .message-5bb5 {
    padding-left: 1em;
    padding-right: 1em;
  }
  .status-2812.next-3534 .progress-orange-9ed8 {
    padding-left: 1em;
  }
  .status-2812.next-3534 .dropdown_4f98 {
    padding-right: 1em;
  }
}
@media screen and (max-width: 64em) {
  .status-2812.next-3534 .message-5bb5 {
    padding-left: 0;
  }
}
.orange-e45e .icon-dad5 {
  display: inline-block;
}
.prev_d356 {
  display: inline-block;
}
.layout-copper-22b3 {
  word-con: break-word;
}
.active_94e8 > span {
  display: inline-block;
  padding: 5px 0;
}
.active_94e8 .copper-3a29 {
  margin-left: 8px;
  margin-right: 8px;
}
.active_94e8 .narrow-a4d3 img {
  vertical-align: middle;
  overflow: hidden;
  border-radius: 50%;
  margin-right: 5px;
}
.progress-plasma-5b13 .wrapper-brown-7fac {
  margin-bottom: 2em;
}
.progress-plasma-5b13 .icon-0ba3 {
  margin-bottom: 15px;
}
.progress-plasma-5b13 .icon-0ba3:last-child {
  margin-bottom: 0;
}
.progress-plasma-5b13 .bright_5dc3 {
  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) {
  .progress-plasma-5b13 .bright_5dc3 {
    display: block;
  }
}
.progress-plasma-5b13 .column_0738 {
  position: relative;
  max-width: 100%;
  flex-basis: 40%;
  padding-top: 0;
  overflow: hidden;
}
@media screen and (max-width: 568px) {
  .progress-plasma-5b13 .column_0738 {
    margin-bottom: 1em;
    width: 100% !important;
    padding-top: 56.25%;
  }
}
.progress-plasma-5b13 .new-ddd4 {
  position: absolute;
  top: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: flex;
  line-height: 0;
  background-color: #d5d5d5;
}
.progress-plasma-5b13 .new-ddd4 img {
  -o-object-fit: cover;
  object-fit: cover;
  width: 100%;
  height: auto;
}
.progress-plasma-5b13 .new-ddd4 a {
  position: absolute;
  top: 0;
  top: 0;
  display: block;
}
.progress-plasma-5b13 .layout-copper-22b3 {
  font-size: 1.5em;
  font-weight: 500;
  word-con: break-word;
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
}
.progress-plasma-5b13 .layout-copper-22b3 a {
  text-align: inherit;
  display: block;
  flex-basis: 100%;
}
.progress-plasma-5b13 .border-dark-2b93 p:last-child {
  margin-bottom: 0;
}
.progress-plasma-5b13 .gradient_in_4387 {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: block;
  z-index: 30;
}
.progress-plasma-5b13 .column-middle-f3e7 {
  -webkit-box-flex: 1;
  flex: 1;
  word-con: break-word;
  max-width: 100%;
}
.progress-plasma-5b13 .top_7936 {
  margin-top: 1em;
}
.progress-plasma-5b13 .progress-31b3 {
  top: 0;
  display: block;
}
.progress-plasma-5b13 .progress-31b3 a {
  color: inherit;
}
.progress-plasma-5b13 .progress-31b3 a:hover {
  color: inherit;
}
.progress-plasma-5b13 .sidebar_huge_9183 {
  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;
}
.progress-plasma-5b13 .sidebar_huge_9183:hover {
  background: #235787;
  color: #fff;
  border-color: #235787;
}
.progress-plasma-5b13 .column-middle-f3e7 {
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-flow: column nowrap;
}
.progress-plasma-5b13 .photo_dynamic_77ce {
  position: relative;
  width: 100%;
  margin-bottom: 15px;
}
.progress-plasma-5b13 .photo_dynamic_77ce:first-child {
  margin-top: 0;
}
.progress-plasma-5b13 .photo_dynamic_77ce.under_f1f8 {
  -webkit-box-flex: 0;
  flex: none;
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.progress-plasma-5b13 .photo_dynamic_77ce.pagination_north_7be4 {
  display: -webkit-box;
  display: flex;
  margin-top: auto;
  margin-bottom: 0;
  -webkit-box-pack: justify;
  justify-content: space-between;
}
.progress-plasma-5b13
  .photo_dynamic_77ce.pagination_north_7be4.video_d2d9
  .top_7936 {
  width: 100%;
}
.progress-plasma-5b13 .pagination_north_7be4 {
  -webkit-box-align: center;
  align-items: center;
}
.progress-plasma-5b13 .pagination_north_7be4 .active_94e8,
.progress-plasma-5b13 .pagination_north_7be4 > * {
  margin-bottom: 0;
  margin-top: 0;
  display: inline-block;
}
.progress-plasma-5b13 .new-ddd4 {
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
.progress-plasma-5b13 .new-ddd4 img {
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
.progress-plasma-5b13 .new-ddd4: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;
}
.progress-plasma-5b13 .under_f1f8 {
  z-index: 5;
}
.progress-plasma-5b13 .form-46dc .shade-stone-4f00 {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  display: block;
}
.progress-plasma-5b13 .tiny_0f76 .shade-stone-4f00 {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  display: block;
}
.progress-plasma-5b13 .backdrop-east-5d3e .shade-stone-4f00 {
  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;
}
.progress-plasma-5b13.layout-35a9 .bright_5dc3,
.progress-plasma-5b13.simple_4d5e .bright_5dc3 {
  display: block;
}
.progress-plasma-5b13.layout-35a9 .bright_5dc3 .bronze_fd08,
.progress-plasma-5b13.layout-35a9 .bright_5dc3 .column-middle-f3e7,
.progress-plasma-5b13.simple_4d5e .bright_5dc3 .bronze_fd08,
.progress-plasma-5b13.simple_4d5e .bright_5dc3 .column-middle-f3e7 {
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
}
.progress-plasma-5b13.pink-214a .column_0738 {
  margin-right: 2em;
}
@media screen and (max-width: 568px) {
  .progress-plasma-5b13.pink-214a .column_0738 {
    margin-right: 0;
  }
}
.progress-plasma-5b13.layout-35a9 .column_0738,
.progress-plasma-5b13.simple_4d5e .column_0738 {
  padding-top: 40%;
}
.progress-plasma-5b13.layout-35a9 .wrapper-brown-7fac,
.progress-plasma-5b13.simple_4d5e .wrapper-brown-7fac {
  display: block;
}
.progress-plasma-5b13.layout-35a9 .fn-sticky-173c .column-middle-f3e7,
.progress-plasma-5b13.simple_4d5e .fn-sticky-173c .column-middle-f3e7 {
  background-color: #fcf8e3;
  border: 1px solid #faf2cc;
  border-top: 0 none;
  color: #8a6d3b;
  padding: 1em;
}
.progress-plasma-5b13.layout-35a9 .column_0738,
.progress-plasma-5b13.simple_4d5e .column_0738 {
  margin-bottom: 1em;
  display: block;
  position: relative;
}
.progress-plasma-5b13.layout-35a9 .column-middle-f3e7 {
  padding: 1em;
}
.tertiary-lite-3518 {
  margin: 30px auto;
  display: block;
}
.tertiary-lite-3518 .gradient_glass_e06d > * {
  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;
}
.tertiary-lite-3518 .gradient_glass_e06d > :hover {
  border-color: #235787;
  background: #235787;
  color: #fff;
}
.tertiary-lite-3518 .gradient_glass_e06d span {
  border-color: #235787;
  background: #235787;
  color: #fff;
}
.west-d746 .active_94e8 {
  margin-bottom: 1.41575em;
}
.west-d746 .dropdown-9c7e {
  margin-bottom: 1.618em;
}
.overlay_steel_567d .bottom_b757 {
  display: block;
  margin: 5px 0 20px;
  font-weight: 500;
}
.overlay_steel_567d .bottom_b757 a {
  border: 1px solid #eaecee;
  padding: 5px 12px 5px;
  text-transform: uppercase;
  color: #686868;
  margin: 0 2px;
}
.overlay_steel_567d .tertiary_55fb {
  max-width: 100%;
  overflow: auto;
}
.badge_fresh_b990 .overlay_steel_567d a:hover {
  text-decoration: underline;
}
.accent-3d9a .icon-0ba3:not(.layout-copper-22b3),
.accent-3d9a .new-ddd4 {
  margin-bottom: 1.41575em;
}
.accent-3d9a .icon-0ba3:not(.layout-copper-22b3):last-child,
.accent-3d9a .new-ddd4:last-child {
  margin-bottom: 0;
}
.accent-3d9a .icon-0ba3.avatar_full_e055 {
  margin-bottom: 0.41575em;
}
.accent-3d9a .widget-bc2c:before,
.accent-3d9a .badge-ba82:before {
  font: normal normal normal 16px/1 FontAwesome;
  text-decoration: inherit;
  text-transform: none;
  position: relative;
  margin-right: 5px;
  color: #6d6d6d;
}
.accent-3d9a .widget-bc2c:before {
  content: "\f115";
}
.accent-3d9a .badge-ba82:before {
  content: "\f02c";
}
.accent-3d9a .footer_north_de23 {
  display: block;
  width: 100%;
  margin-top: 0.5407911001em;
}
.accent-3d9a .footer_north_de23 a {
  text-transform: uppercase;
  font-weight: 500;
  font-size: 80%;
  letter-spacing: 0.5px;
}
.advanced-e2aa {
  display: -webkit-box;
  display: flex;
}
.advanced-e2aa .secondary_22d9 {
  flex-basis: 90px;
}
@media screen and (max-width: 568px) {
  .advanced-e2aa .secondary_22d9 {
    flex-basis: 90px;
  }
}
.advanced-e2aa .wrapper-lite-8452 {
  flex-basis: calc(100% - 90px);
  margin-left: 1.5em;
}
@media screen and (max-width: 568px) {
  .advanced-e2aa .wrapper-lite-8452 {
    flex-basis: calc(100% - 50px);
  }
}
.advanced-e2aa .box-orange-7200 p:last-child {
  margin-bottom: 0.72em;
}
.advanced_1d6e .gradient_glass_e06d {
  padding: 16px 0 15px;
  border-top: 1px solid #eaecee;
  border-bottom: 1px solid #eaecee;
}
.advanced_1d6e .gradient_glass_e06d:after,
.advanced_1d6e .gradient_glass_e06d:before {
  content: "";
  display: table;
}
.advanced_1d6e .gradient_glass_e06d:after {
  clear: both;
}
.advanced_1d6e .gradient_glass_e06d .selected_d8ab,
.advanced_1d6e .gradient_glass_e06d .fixed-0efa {
  width: 49%;
}
.advanced_1d6e .gradient_glass_e06d .selected_d8ab a span.modal_2dbb,
.advanced_1d6e .gradient_glass_e06d .fixed-0efa a span.modal_2dbb {
  display: block;
  margin-bottom: 5px;
}
.advanced_1d6e .gradient_glass_e06d .fixed-0efa {
  float: left;
  text-align: left;
}
.advanced_1d6e .gradient_glass_e06d .selected_d8ab {
  float: right;
  text-align: right;
}
.summary-2466 {
  margin-bottom: 0.41575em;
}
@media screen and (max-width: 568px) {
  .summary-2466 {
    margin-bottom: 0;
  }
}
.bright_9aa4 {
  margin-bottom: 1em;
}
.bright_9aa4 .layout-copper-22b3 {
  font-size: 1.1em;
  line-height: 1.3;
}
.disabled_stale_12db a {
  display: block;
  line-height: 0;
  position: relative;
}
.slow-e12f .bright_9aa4,
.nav-64e6 .bright_9aa4 {
  display: -webkit-box;
  display: flex;
}
@media screen and (max-width: 568px) {
  .slow-e12f .bright_9aa4,
  .nav-64e6 .bright_9aa4 {
    display: block;
  }
}
.slow-e12f .disabled_stale_12db,
.nav-64e6 .disabled_stale_12db {
  flex-basis: 160px;
  position: relative;
}
@media screen and (max-width: 568px) {
  .slow-e12f .disabled_stale_12db,
  .nav-64e6 .disabled_stale_12db {
    margin-bottom: 1em;
  }
}
.slow-e12f .disabled_stale_12db img,
.nav-64e6 .disabled_stale_12db img {
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  display: block;
}
.slow-e12f .header-advanced-d0b2,
.nav-64e6 .header-advanced-d0b2 {
  flex-basis: calc(100% - 160px);
}
.slow-e12f .header-advanced-d0b2 p,
.nav-64e6 .header-advanced-d0b2 p {
  margin-bottom: 0;
}
.slow-e12f .header-advanced-d0b2 {
  padding-left: 1em;
}
@media screen and (max-width: 568px) {
  .slow-e12f .header-advanced-d0b2 {
    padding-left: 0;
  }
}
.nav-64e6 .header-advanced-d0b2 {
  -webkit-box-ordinal-group: 2;
  order: 1;
  padding-right: 1em;
}
@media screen and (max-width: 568px) {
  .nav-64e6 .header-advanced-d0b2 {
    padding-right: 0;
  }
}
.nav-64e6 .disabled_stale_12db {
  -webkit-box-ordinal-group: 3;
  order: 2;
}
.tiny-c28e .disabled_stale_12db {
  margin-bottom: 0.5em;
}
.tiny-c28e .disabled_stale_12db img {
  width: 100%;
}
.texture_f654 .primary-d32c,
.pro-37ba .primary-d32c {
  margin-bottom: 35px;
  padding-bottom: 20px;
  border-bottom: 1px solid #eaecee;
}
.pro-37ba .heading_b1ca .sidebar_cff0 p:last-child {
  margin-bottom: 0;
}
.dropdown_f6dc {
  font-size: 16px;
  text-transform: uppercase;
  font-weight: 500;
  color: currentColor;
  margin-bottom: 20px;
}
.left-c3cd .modal-6486 {
  margin-bottom: 2em;
}
@media screen and (min-width: 1025px) {
  .left-c3cd .modal-6486:last-of-type {
    margin-bottom: 0;
  }
}
.left-c3cd .modal-6486 ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.left-c3cd .modal-6486 ul:after {
  clear: both;
  content: ".";
  display: block;
  height: 0;
  visibility: hidden;
}
.left-c3cd .modal-6486 ul li {
  margin: 0 0 0.6em;
}
.left-c3cd .modal-6486 ul li.filter-a2fc,
.left-c3cd .modal-6486 ul li.link_f93e {
  position: relative;
}
.left-c3cd .modal-6486 ul li.filter-a2fc .blue-f99e,
.left-c3cd .modal-6486 ul li.link_f93e .blue-f99e {
  right: 0;
  background: #eaecee;
  color: #999;
  padding: 0 0.5em;
  border-radius: 0.9em;
  font-size: 12px;
  position: absolute;
  top: 4px;
}
.left-c3cd .modal-6486 ul li.filter-a2fc:after:after,
.left-c3cd .modal-6486 ul li.filter-a2fc:after:before,
.left-c3cd
  .modal-6486
  ul
  li.link_f93e:after:after,
.left-c3cd
  .modal-6486
  ul
  li.link_f93e:after:before {
  content: "";
  display: table;
}
.left-c3cd .modal-6486 ul li.filter-a2fc:after:after,
.left-c3cd
  .modal-6486
  ul
  li.link_f93e:after:after {
  clear: both;
}
.left-c3cd .modal-6486 a.steel_6f1c:hover {
  text-decoration: none;
}
.left-c3cd .modal-6486 select {
  max-width: 100%;
}
.left-c3cd .modal-6486 table {
  font-size: 85%;
}
.left-c3cd .modal-6486 table td,
.left-c3cd .modal-6486 table th {
  padding: 0.2360828548em;
  text-align: center;
}
.left-c3cd .modal-6486 table tfoot td {
  text-align: left;
}
.left-c3cd .modal-6486 :last-child {
  margin-bottom: 0;
}
.left-c3cd .modal-6486 .gallery_motion_6754 {
  display: -webkit-box;
  display: flex;
  width: 100%;
  max-width: 100%;
}
.left-c3cd .modal-6486 .gallery_motion_6754 label {
  width: 100%;
}
.left-c3cd .modal-6486 .gallery_motion_6754 .dropdown_ae11 {
  width: 100%;
  display: block;
}
.left-c3cd .modal-6486 .gallery_motion_6754 .content-south-9fef {
  padding: 9px 14px;
  margin-left: -46px;
  overflow: hidden;
  box-shadow: none;
  background: 0 0;
  color: #aaa;
  line-height: 0;
}
.left-c3cd .modal-6486 .gallery_motion_6754 .content-south-9fef:hover svg #svg-search {
  fill: #444;
}
.left-c3cd .modal-6486 .gallery_motion_6754 .content-south-9fef svg {
  width: 18px;
  height: 18px;
}
.left-c3cd .huge_4dd4 ul ul,
.left-c3cd .column-91c9 ul ul,
.left-c3cd .notice-medium-63e1 ul ul,
.left-c3cd .outline_8034 ul ul {
  margin-top: 0.3819820591em;
  margin-left: 0;
  margin-bottom: -0.3819820591em;
}
.left-c3cd .huge_4dd4 .notification_lower_67ed > a,
.left-c3cd .column-91c9 .notification_lower_67ed > a,
.left-c3cd .notice-medium-63e1 .notification_lower_67ed > a,
.left-c3cd .outline_8034 .notification_lower_67ed > a {
  margin-bottom: 0;
}
.left-c3cd .center_05df li,
.left-c3cd .huge_4dd4 li,
.left-c3cd .glass_95b3 li,
.left-c3cd .column-91c9 li,
.left-c3cd .notice-medium-63e1 li,
.left-c3cd .outline_8034 li,
.left-c3cd .plasma_7d75 li,
.left-c3cd .next_d3bb li {
  display: block;
  position: relative;
}
.left-c3cd .center_05df li:last-child,
.left-c3cd .huge_4dd4 li:last-child,
.left-c3cd .glass_95b3 li:last-child,
.left-c3cd .column-91c9 li:last-child,
.left-c3cd .notice-medium-63e1 li:last-child,
.left-c3cd .outline_8034 li:last-child,
.left-c3cd .plasma_7d75 li:last-child,
.left-c3cd .next_d3bb li:last-child {
  border: none;
}
.left-c3cd .center_05df li a,
.left-c3cd .huge_4dd4 li a,
.left-c3cd .glass_95b3 li a,
.left-c3cd .column-91c9 li a,
.left-c3cd .notice-medium-63e1 li a,
.left-c3cd .outline_8034 li a,
.left-c3cd .plasma_7d75 li a,
.left-c3cd .next_d3bb li a {
  display: block;
  width: 100%;
  padding-bottom: 0.6em;
  margin-bottom: 0.6em;
  border-bottom: 1px solid #eaecee;
  position: relative;
}
.left-c3cd .center_05df li ul li::before,
.left-c3cd .huge_4dd4 li ul li::before,
.left-c3cd .glass_95b3 li ul li::before,
.left-c3cd .column-91c9 li ul li::before,
.left-c3cd .notice-medium-63e1 li ul li::before,
.left-c3cd .outline_8034 li ul li::before,
.left-c3cd .plasma_7d75 li ul li::before,
.left-c3cd .next_d3bb li ul li::before {
  left: 15px;
}
.left-c3cd .center_05df li ul a,
.left-c3cd .huge_4dd4 li ul a,
.left-c3cd .glass_95b3 li ul a,
.left-c3cd .column-91c9 li ul a,
.left-c3cd .notice-medium-63e1 li ul a,
.left-c3cd .outline_8034 li ul a,
.left-c3cd .plasma_7d75 li ul a,
.left-c3cd .next_d3bb li ul a {
  padding-left: 20px;
}
.left-c3cd .center_05df li ul ul li::before,
.left-c3cd .huge_4dd4 li ul ul li::before,
.left-c3cd .glass_95b3 li ul ul li::before,
.left-c3cd .column-91c9 li ul ul li::before,
.left-c3cd .notice-medium-63e1 li ul ul li::before,
.left-c3cd .outline_8034 li ul ul li::before,
.left-c3cd .plasma_7d75 li ul ul li::before,
.left-c3cd .next_d3bb li ul ul li::before {
  left: 30px;
}
.left-c3cd .center_05df li ul ul a,
.left-c3cd .huge_4dd4 li ul ul a,
.left-c3cd .glass_95b3 li ul ul a,
.left-c3cd .column-91c9 li ul ul a,
.left-c3cd .notice-medium-63e1 li ul ul a,
.left-c3cd .outline_8034 li ul ul a,
.left-c3cd .plasma_7d75 li ul ul a,
.left-c3cd .next_d3bb li ul ul a {
  padding-left: 40px;
}
.left-c3cd .container-bronze-3e7a li {
  padding-bottom: 0.6em;
  border-bottom: 1px solid #eaecee;
  position: relative;
}
.left-c3cd .next_d3bb ul li {
  margin-bottom: 1.41575em;
}
.left-c3cd .next_d3bb ul li .middle-bdba {
  font-weight: 400;
  font-size: 1.2em;
  line-height: 1.28;
}
.left-c3cd .next_d3bb ul li .content-3f78 {
  display: block;
  margin: 0.5407911001em 0;
  font-size: 85%;
}
.cool_6a41 .center_05df li a,
.cool_6a41 .huge_4dd4 li a,
.cool_6a41 .glass_95b3 li a,
.cool_6a41 .column-91c9 li a,
.cool_6a41 .notice-medium-63e1 li a,
.cool_6a41 .outline_8034 li a,
.cool_6a41 .plasma_7d75 li a,
.cool_6a41 .next_d3bb li a {
  border-color: rgba(255, 255, 255, 0.08);
}
.cool_6a41 .container-bronze-3e7a li {
  border-color: rgba(255, 255, 255, 0.08);
}
.cool_6a41 .modal-6486 ul li.filter-a2fc .blue-f99e,
.cool_6a41 .modal-6486 ul li.link_f93e .blue-f99e {
  background: rgba(0, 0, 0, 0.2);
}
.cool_6a41 .left-c3cd .modal-6486 select {
  border-color: rgba(255, 255, 255, 0.08);
}
.frame_b6e8 .left-c3cd .video-18a9 li {
  margin: 0;
}
.frame_b6e8 .left-c3cd .video-18a9 li a {
  display: block;
  padding: 0.6em 0 0.6em;
}
.frame_b6e8 .left-c3cd .video-18a9 li ul {
  margin: 0;
}
.frame_b6e8 .left-c3cd .video-18a9 li ul li a {
  padding-left: 15px;
}
.frame_b6e8 .left-c3cd .video-18a9 li ul li li a {
  padding-left: 30px;
}
.frame_b6e8 .left-c3cd .video-18a9 li.item_f6c4 > a {
  position: relative;
  border: 1px solid #eaecee;
  border-left: none;
  border-right: none;
  font-size: 110%;
}
.frame_b6e8 .left-c3cd .video-18a9 li.item_f6c4 > 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;
}
.frame_b6e8 .left-c3cd .video-18a9 li.item_f6c4 > 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;
}
.huge-8569 a {
  border: 1px solid currentColor;
  border-radius: 2px;
  display: inline-block;
  font-size: 0.875em !important;
  margin-bottom: 5px;
  padding: 1px 10px 1px;
}
.caption_9d30 {
  position: relative;
  z-index: 10;
}
.caption_9d30 .link-pink-fff7 {
  width: 100%;
  max-width: 100%;
}
.column_2f7a .avatar_83b6 {
  padding-top: 2em;
  padding-bottom: 2em;
}
.column_2f7a .box_up_5956 {
}
.column_2f7a .cool_6a41 {
  background: #292929;
}
.article-0f57 .avatar_83b6 {
  padding-top: 2.5em;
  padding-bottom: 2.5em;
}
.article-0f57 .box_up_5956 {
  background: #f9f9f9;
}
.article-0f57 .cool_6a41 {
  background: #303030;
}
.layout-07c0 .avatar_83b6 {
  padding-top: 1.5em;
  padding-bottom: 1.5em;
}
@media screen and (max-width: 568px) {
  .layout-07c0 .icon-dad5 {
    margin-bottom: 1em;
  }
  .layout-07c0 .icon-dad5:last-child {
    margin-bottom: 0;
  }
}
.layout-07c0 .box_up_5956 {
  background: #ededed;
}
.layout-07c0 .cool_6a41 {
  background: #1a1a1a;
}
.avatar_83b6.box_up_5956 {
  color: rgba(0, 0, 0, 0.6);
}
.avatar_83b6.box_up_5956 .hard-cc96 li {
  border-color: rgba(0, 0, 0, 0.08);
}
.avatar_83b6.cool_6a41 {
  color: rgba(255, 255, 255, 0.99);
}
.avatar_83b6.cool_6a41 a:not(.steel_6f1c) {
  color: rgba(255, 255, 255, 0.79);
}
.avatar_83b6.cool_6a41 a:not(.steel_6f1c):hover {
  color: rgba(255, 255, 255, 0.99);
}
.avatar_83b6.cool_6a41 .hard-cc96 li {
  border-color: rgba(255, 255, 255, 0.08);
}
.avatar_83b6.cool_6a41 table tbody td,
.avatar_83b6.cool_6a41 table th {
  background: rgba(0, 0, 0, 0.08);
}
.grid-e085.media-bronze-d029 .label_pressed_e6e0 {
  max-width: initial;
}
.grid-e085 .small-8449 {
  -webkit-box-pack: start;
  justify-content: flex-start;
}
.grid-e085 .small-8449 .link-pink-fff7 {
  width: auto;
}
@media screen and (max-width: 1024px) {
  .grid-e085 .small-8449 .link-pink-fff7 {
    display: block;
    margin-bottom: 2em;
  }
  .grid-e085 .small-8449 .link-pink-fff7:last-child {
    margin-bottom: 0;
  }
}
.layout-07c0 .icon-dad5:last-child,
.article-0f57 .icon-dad5:last-child,
.column_2f7a .icon-dad5:last-child {
  margin-bottom: 0;
}
.layout-07c0 .icon-dad5 .left-c3cd .modal-6486:last-child,
.article-0f57 .icon-dad5 .left-c3cd .modal-6486:last-child,
.column_2f7a .icon-dad5 .left-c3cd .modal-6486:last-child {
  margin-bottom: 0;
}
@media screen and (max-width: 568px) {
  .layout-07c0 .accent_6646,
  .layout-07c0 .backdrop_outer_0c8a,
  .article-0f57 .accent_6646,
  .article-0f57 .backdrop_outer_0c8a,
  .column_2f7a .accent_6646,
  .column_2f7a .backdrop_outer_0c8a {
    text-align: center;
  }
}
@media screen and (max-width: 48em) {
  .caption_9d30 .icon-dad5 {
    margin-bottom: 2em;
  }
}
.caption_9d30 p:last-child {
  margin-bottom: 0;
}
.caption_9d30 li,
.caption_9d30 ul {
  list-style: none;
  margin: 0;
}
.caption_9d30 ul ul {
  margin-left: 2.617924em;
}
.fixed-f325 {
  font-size: 0.875em;
}

/* css-noise: d559 */
.shadow-element-q0 {
  padding: 0.5rem;
  font-size: 14px;
  line-height: 1.2;
}
