/*!
Theme Name: Customify
Theme URI: https://pressmaximum.down-1a44/customify
Author: WPCustomify
Author URI: https://pressmaximum.down-1a44
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.down-1a44/customify
Version: 0.3.7
License: GNU General Public License v2 or later
License URI: http://www.icon_liquid_5739.banner-complex-5030/licenses/gpl-2.0.wide-ad3d
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.breadcrumb_3bcd/, (C) 2012-2016 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.
 Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal http://necolas.secondary-f81c.form-short-942d/normalize.header-9e5d/
 ======
Note: Do not edit this file. If you wish to add your own CSS we strongly recommend creating your own child theme, or installing a custom CSS plugin.
======
*/ /*! normalize.header-9e5d v7.0.0 | MIT License | github.down-1a44/necolas/normalize.header-9e5d */
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;
}
.accent-7dfe .accordion-dirty-7179,
.fluid-a5e3,
.image_fluid_a78b,
.black_8676,
.stale_5264,
.icon_fast_b229,
.module_cc72,
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;
}
.fluid-a5e3,
h1 {
  font-size: 2.42em;
  line-height: 1.216;
}
@media screen and (max-width: 1024px) {
  .fluid-a5e3,
  h1 {
    font-size: 2.1em;
  }
}
@media screen and (max-width: 568px) {
  .fluid-a5e3,
  h1 {
    font-size: 1.8em;
  }
}
.image_fluid_a78b,
h2 {
  font-size: 2.1em;
  line-height: 1.216;
}
.image_fluid_a78b + h3,
h2 + h3 {
  border-top: 1px solid #eaecee;
  padding-top: 0.5407911001em;
}
@media screen and (max-width: 1024px) {
  .image_fluid_a78b,
  h2 {
    font-size: 1.9em;
  }
}
@media screen and (max-width: 568px) {
  .image_fluid_a78b,
  h2 {
    font-size: 1.7em;
  }
}
.black_8676,
h3 {
  font-size: 1.618em;
}
.accent-7dfe .accordion-dirty-7179,
.stale_5264,
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.large_2934 {
  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;
}
.soft-f0bc:after,
.soft-f0bc:before,
.search-704b:after,
.search-704b:before {
  content: "";
  display: table;
}
.soft-f0bc:after,
.search-704b:after {
  clear: both;
}
.action_06cd {
  float: right;
  margin-right: 0;
}
.filter_8b83 {
  float: left;
  margin-left: 0;
}
form {
  margin-bottom: 2em;
}
.background_b004 .action-aec5,
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;
}
.background_b004 .action-aec5: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;
}
.carousel_wood_b8ef .action-aec5 {
  box-shadow: none;
}
.carousel_wood_b8ef
  .action-aec5
  .block-baea {
  line-height: 2.4em;
  min-height: 2.6em;
  padding-left: 0;
}
.carousel_wood_b8ef .action-aec5 .link-c543 {
  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;
}
.carousel_wood_b8ef
  .action-aec5
  .link-c543
  b {
  display: none;
}
.carousel_wood_b8ef .paragraph_out_de60 {
  border: 1px solid #e5e5e5;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.12) inset;
}
.easy_1d5b:not(.label-1844):not(.lower-97a9),
button:not(.label-1844):not(.lower-97a9),
input[type="button"]:not(.label-1844):not(
    .lower-97a9
  ),
input[type="reset"]:not(.label-1844):not(
    .lower-97a9
  ),
input[type="submit"]:not(.label-1844):not(
    .lower-97a9
  ) {
  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;
}
.easy_1d5b:not(.label-1844):not(
    .lower-97a9
  ):hover,
button:not(.label-1844):not(
    .lower-97a9
  ):hover,
input[type="button"]:not(.label-1844):not(
    .lower-97a9
  ):hover,
input[type="reset"]:not(.label-1844):not(
    .lower-97a9
  ):hover,
input[type="submit"]:not(.label-1844):not(
    .lower-97a9
  ):hover {
  box-shadow: inset 0 0 0 120px rgba(0, 0, 0, 0.18);
  color: #fff;
  outline: 0;
}
.easy_1d5b:not(.label-1844):not(
    .lower-97a9
  ):active,
.easy_1d5b:not(.label-1844):not(
    .lower-97a9
  ):focus,
button:not(.label-1844):not(
    .lower-97a9
  ):active,
button:not(.label-1844):not(
    .lower-97a9
  ):focus,
input[type="button"]:not(.label-1844):not(
    .lower-97a9
  ):active,
input[type="button"]:not(.label-1844):not(
    .lower-97a9
  ):focus,
input[type="reset"]:not(.label-1844):not(
    .lower-97a9
  ):active,
input[type="reset"]:not(.label-1844):not(
    .lower-97a9
  ):focus,
input[type="submit"]:not(.label-1844):not(
    .lower-97a9
  ):active,
input[type="submit"]:not(.label-1844):not(
    .lower-97a9
  ):focus {
  outline: 0;
}
.easy_1d5b:not(.label-1844):not(
    .lower-97a9
  ).fn-loading-1f01,
button:not(.label-1844):not(
    .lower-97a9
  ).fn-loading-1f01,
input[type="button"]:not(.label-1844):not(
    .lower-97a9
  ).fn-loading-1f01,
input[type="reset"]:not(.label-1844):not(
    .lower-97a9
  ).fn-loading-1f01,
input[type="submit"]:not(.label-1844):not(
    .lower-97a9
  ).fn-loading-1f01 {
  position: relative;
}
.easy_1d5b:not(.label-1844):not(
    .lower-97a9
  ).fn-loading-1f01
  .down-f8e5,
.easy_1d5b:not(.label-1844):not(
    .lower-97a9
  ).fn-loading-1f01
  .fast-b07b,
.easy_1d5b:not(.label-1844):not(
    .lower-97a9
  ).fn-loading-1f01
  .fluid-216a,
.easy_1d5b:not(.label-1844):not(
    .lower-97a9
  ).fn-loading-1f01
  i,
.easy_1d5b:not(.label-1844):not(
    .lower-97a9
  ).fn-loading-1f01
  svg,
button:not(.label-1844):not(
    .lower-97a9
  ).fn-loading-1f01
  .down-f8e5,
button:not(.label-1844):not(
    .lower-97a9
  ).fn-loading-1f01
  .fast-b07b,
button:not(.label-1844):not(
    .lower-97a9
  ).fn-loading-1f01
  .fluid-216a,
button:not(.label-1844):not(
    .lower-97a9
  ).fn-loading-1f01
  i,
button:not(.label-1844):not(
    .lower-97a9
  ).fn-loading-1f01
  svg,
input[type="button"]:not(.label-1844):not(
    .lower-97a9
  ).fn-loading-1f01
  .down-f8e5,
input[type="button"]:not(.label-1844):not(
    .lower-97a9
  ).fn-loading-1f01
  .fast-b07b,
input[type="button"]:not(.label-1844):not(
    .lower-97a9
  ).fn-loading-1f01
  .fluid-216a,
input[type="button"]:not(.label-1844):not(
    .lower-97a9
  ).fn-loading-1f01
  i,
input[type="button"]:not(.label-1844):not(
    .lower-97a9
  ).fn-loading-1f01
  svg,
input[type="reset"]:not(.label-1844):not(
    .lower-97a9
  ).fn-loading-1f01
  .down-f8e5,
input[type="reset"]:not(.label-1844):not(
    .lower-97a9
  ).fn-loading-1f01
  .fast-b07b,
input[type="reset"]:not(.label-1844):not(
    .lower-97a9
  ).fn-loading-1f01
  .fluid-216a,
input[type="reset"]:not(.label-1844):not(
    .lower-97a9
  ).fn-loading-1f01
  i,
input[type="reset"]:not(.label-1844):not(
    .lower-97a9
  ).fn-loading-1f01
  svg,
input[type="submit"]:not(.label-1844):not(
    .lower-97a9
  ).fn-loading-1f01
  .down-f8e5,
input[type="submit"]:not(.label-1844):not(
    .lower-97a9
  ).fn-loading-1f01
  .fast-b07b,
input[type="submit"]:not(.label-1844):not(
    .lower-97a9
  ).fn-loading-1f01
  .fluid-216a,
input[type="submit"]:not(.label-1844):not(
    .lower-97a9
  ).fn-loading-1f01
  i,
input[type="submit"]:not(.label-1844):not(
    .lower-97a9
  ).fn-loading-1f01
  svg {
  visibility: hidden;
}
.easy_1d5b:not(.label-1844):not(
    .lower-97a9
  ).fn-loading-1f01:after,
button:not(.label-1844):not(
    .lower-97a9
  ).fn-loading-1f01:after,
input[type="button"]:not(.label-1844):not(
    .lower-97a9
  ).fn-loading-1f01:after,
input[type="reset"]:not(.label-1844):not(
    .lower-97a9
  ).fn-loading-1f01:after,
input[type="submit"]:not(.label-1844):not(
    .lower-97a9
  ).fn-loading-1f01: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;
}
.easy_1d5b:not(.label-1844):not(.lower-97a9),
input[type="button"]:not(.label-1844):not(
    .lower-97a9
  ),
input[type="reset"]:not(.label-1844):not(
    .lower-97a9
  ),
input[type="submit"]:not(.label-1844):not(
    .lower-97a9
  ) {
  color: #fff;
  background: #235787;
}
.easy_1d5b:not(.label-1844):not(
    .lower-97a9
  ):focus,
input[type="button"]:not(.label-1844):not(
    .lower-97a9
  ):focus,
input[type="reset"]:not(.label-1844):not(
    .lower-97a9
  ):focus,
input[type="submit"]:not(.label-1844):not(
    .lower-97a9
  ):focus {
  color: #fff;
}
.easy_1d5b.fn-disabled-1f01:not(.label-1844):not(
    .lower-97a9
  ),
.easy_1d5b[disabled]:not(.label-1844):not(
    .lower-97a9
  ),
button.fn-disabled-1f01:not(.label-1844):not(
    .lower-97a9
  ),
button[disabled]:not(.label-1844):not(
    .lower-97a9
  ) {
  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;
}
.new_48a6 {
  clip: rect(1px, 1px, 1px, 1px);
  position: absolute !important;
  height: 1px;
  width: 1px;
  overflow: hidden;
  word-con: normal !important;
}
.new_48a6: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;
}
.image_7008 {
  display: inline;
  float: left;
  margin-right: 1.41575em;
}
.purple-3796 {
  display: inline;
  float: right;
  margin-left: 1.41575em;
}
.card-899c {
  clear: both;
  display: block;
  margin: 0 auto;
}
.soft-f0bc:after,
.soft-f0bc:before,
.dynamic_702e:after,
.dynamic_702e:before,
.orange_656c:after,
.orange_656c:before,
.action-6393:after,
.action-6393:before,
.module_2f46:after,
.module_2f46:before,
.popup-silver-626d:after,
.popup-silver-626d:before {
  content: "";
  display: table;
  table-layout: fixed;
}
.soft-f0bc:after,
.dynamic_702e:after,
.orange_656c:after,
.action-6393:after,
.module_2f46:after,
.popup-silver-626d:after {
  clear: both;
}
.dynamic_702e .notification_dirty_807d,
.orange_656c .notification_dirty_807d,
.table_d546 .notification_dirty_807d {
  border: none;
  margin-bottom: 0;
  margin-top: 0;
  padding: 0;
}
embed,
iframe,
object {
  max-width: 100%;
}
.container_east_fbb3 {
  display: inline-block;
}
.middle-1a30 {
  margin-bottom: 1.41575em;
  max-width: 100%;
}
.middle-1a30 img[class*="wp-image-"] {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.middle-1a30 .slow_39ee {
  padding: 1em 0;
  font-size: 85%;
}
.slow_39ee {
  text-align: left;
  font-style: italic;
  color: #999;
}
.element-140a {
  margin-bottom: 1.5em;
  margin-bottom: 1.41575em;
}
.element-140a:after,
.element-140a:before {
  content: "";
  display: table;
}
.element-140a:after {
  clear: both;
}
.stale_b11c {
  display: inline-block;
  text-align: center;
  vertical-align: top;
  width: 100%;
}
.disabled-east-67f5 .stale_b11c {
  max-width: 50%;
}
.tag_373e .stale_b11c {
  max-width: 33.33%;
}
.glass-1e85 .stale_b11c {
  max-width: 25%;
}
.dynamic-ed8b .stale_b11c {
  max-width: 20%;
}
.medium_8516 .stale_b11c {
  max-width: 16.66%;
}
.mask_fixed_ffae .stale_b11c {
  max-width: 14.28%;
}
.dirty-c418 .stale_b11c {
  max-width: 12.5%;
}
.section_8231 .stale_b11c {
  max-width: 11.11%;
}
.banner_old_f3cd {
  display: block;
}
.accent-7dfe .center_35f9 label,
.accent-7dfe .popup-9f7b label,
.accent-7dfe .content_9017 label,
.accent-7dfe .hovered-ffda label {
  text-transform: uppercase;
  letter-spacing: 0.5px;
  font-size: 0.85em;
}
.article-right-4ade {
  list-style: none;
  margin: 0;
}
.article-right-4ade article.section_dim_1121 {
  margin-bottom: 0;
}
.article-right-4ade ul {
  list-style: none;
  margin: 0;
}
.article-right-4ade .pagination-over-b0b7 li.section_dim_1121 {
  padding-left: 30px;
}
@media screen and (min-width: 64em) {
  .article-right-4ade .pagination-over-b0b7 li.section_dim_1121 {
    padding-left: 85px;
    border-left: 1px solid #eaecee;
    position: relative;
    width: 100%;
  }
  .article-right-4ade .pagination-over-b0b7 li.section_dim_1121: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) {
  .article-right-4ade .pagination-over-b0b7 li.section_dim_1121 li.section_dim_1121 li.section_dim_1121 li.section_dim_1121 {
    padding-left: 0;
  }
}
article.section_dim_1121 {
  padding: 1.618em 0;
  margin-bottom: 1.618em;
}
article.section_dim_1121 .dynamic_702e p:last-of-type {
  margin-bottom: 0;
}
article.section_dim_1121 .mask_459b {
  float: left;
}
article.section_dim_1121 .pattern_purple_6742 {
  margin-left: 85px;
}
article.section_dim_1121 .advanced-55cc {
  display: block;
  margin: 12px 0 12px;
  padding-bottom: 4px;
  border-bottom: 1px solid #eaecee;
}
article.section_dim_1121 .advanced-55cc .description-adce {
  margin-left: 10px;
}
article.section_dim_1121 .primary_upper_58d2 {
  font-weight: 500;
  text-transform: uppercase;
  line-height: 1;
  font-style: normal;
}
article.section_dim_1121 .short-b433 {
  background: #6d6d6d;
  padding: 1px 6px 1px;
  border-radius: 2px;
  color: #fff;
  position: relative;
  top: -2px;
  margin-left: 4px;
}
@media screen and (min-width: 64em) {
  #respond .center_35f9,
  #respond .content_9017,
  #respond .hovered-ffda {
    width: 29.4117647059%;
    margin-right: 5.8823529412%;
    float: left;
  }
}
#respond .center_35f9 input,
#respond .content_9017 input,
#respond .hovered-ffda input {
  width: 100%;
}
#respond .hovered-ffda {
  margin-right: 0;
}
#respond .paragraph_2af3 #wp-comment-cookies-consent {
  position: relative;
  top: -1px;
  margin-right: 5px;
}
.tertiary-hard-0385 {
  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;
}
.tertiary-hard-0385.summary-under-32b3 {
  width: 36px;
  height: 36px;
  min-height: 36px;
  font-size: 1.1em;
}
.tertiary-hard-0385 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%);
}
.tertiary-hard-0385:focus,
.tertiary-hard-0385: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);
}
.alert_pro_b29c {
  border-radius: 10%;
}
.modal-0cb3 {
  border-radius: 50%;
}
.caption_0bea {
  font-size: 0.72em;
}
.solid-9ef9 {
  font-size: 0.875em;
}
.mask-rough-6fb8 {
  font-size: 1.1em;
}
.dark-13dd {
  text-transform: uppercase;
  line-height: 1.2;
}
.dark-13dd.caption_0bea {
  letter-spacing: 0.5px;
}
.table_upper_c1cc,
.table_upper_c1cc a {
  color: #6d6d6d;
}
.table_upper_c1cc a:hover {
  color: #111;
}
.logo-left-3e42 {
  color: #6d6d6d;
}
.heading_right_2563 {
  overflow-x: hidden;
}
.heading_right_2563 .image-7a4a.complex-1a4c {
  position: relative;
}
.heading_right_2563 .image-7a4a.complex-1a4c.progress_inner_0fd8 {
  position: initial;
}
.heading_right_2563
  .image-7a4a.complex-1a4c.progress_inner_0fd8
  .content_a49b {
  left: auto;
}
.heading_right_2563 .image-7a4a .content_a49b {
  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;
}
.heading_right_2563 .image-7a4a:hover.complex-1a4c {
  -webkit-transition-delay: 0s !important;
  transition-delay: 0s !important;
  outline: 1px solid #0073aa;
  outline-offset: -1px;
}
.heading_right_2563
  .image-7a4a:hover.complex-1a4c
  .content_a49b {
  display: block;
  z-index: 9999999;
}
.heading_right_2563 .surface-medium-bb8f .detail-dim-a676,
.heading_right_2563 .glass-6c35 .detail-dim-a676 {
  display: none;
}
.heading_right_2563 .tall_43bf .image-7a4a:hover.complex-1a4c {
  outline: 1px dashed #ff472e;
  outline-offset: -1px;
}
.accent-7dfe .center_35f9 label,
.accent-7dfe .popup-9f7b label,
.accent-7dfe .content_9017 label,
.accent-7dfe .hovered-ffda label {
  text-transform: uppercase;
  letter-spacing: 0.5px;
  font-size: 0.85em;
}
.article-right-4ade {
  list-style: none;
  margin: 0;
}
.article-right-4ade article.section_dim_1121 {
  margin-bottom: 0;
}
.article-right-4ade ul {
  list-style: none;
  margin: 0;
}
.article-right-4ade .pagination-over-b0b7 li.section_dim_1121 {
  padding-left: 30px;
}
@media screen and (min-width: 64em) {
  .article-right-4ade .pagination-over-b0b7 li.section_dim_1121 {
    padding-left: 85px;
    border-left: 1px solid #eaecee;
    position: relative;
    width: 100%;
  }
  .article-right-4ade .pagination-over-b0b7 li.section_dim_1121: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) {
  .article-right-4ade .pagination-over-b0b7 li.section_dim_1121 li.section_dim_1121 li.section_dim_1121 li.section_dim_1121 {
    padding-left: 0;
  }
}
article.section_dim_1121 {
  padding: 1.618em 0;
  margin-bottom: 1.618em;
}
article.section_dim_1121 .dynamic_702e p:last-of-type {
  margin-bottom: 0;
}
article.section_dim_1121 .mask_459b {
  float: left;
}
article.section_dim_1121 .pattern_purple_6742 {
  margin-left: 85px;
}
article.section_dim_1121 .advanced-55cc {
  display: block;
  margin: 12px 0 12px;
  padding-bottom: 4px;
  border-bottom: 1px solid #eaecee;
}
article.section_dim_1121 .advanced-55cc .description-adce {
  margin-left: 10px;
}
article.section_dim_1121 .primary_upper_58d2 {
  font-weight: 500;
  text-transform: uppercase;
  line-height: 1;
  font-style: normal;
}
article.section_dim_1121 .short-b433 {
  background: #6d6d6d;
  padding: 1px 6px 1px;
  border-radius: 2px;
  color: #fff;
  position: relative;
  top: -2px;
  margin-left: 4px;
}
@media screen and (min-width: 64em) {
  #respond .center_35f9,
  #respond .content_9017,
  #respond .hovered-ffda {
    width: 29.4117647059%;
    margin-right: 5.8823529412%;
    float: left;
  }
}
#respond .center_35f9 input,
#respond .content_9017 input,
#respond .hovered-ffda input {
  width: 100%;
}
#respond .hovered-ffda {
  margin-right: 0;
}
#respond .paragraph_2af3 #wp-comment-cookies-consent {
  position: relative;
  top: -1px;
  margin-right: 5px;
}
.surface-medium-bb8f .last_d329 {
  color: rgba(255, 255, 255, 0.99);
  background: rgba(0, 0, 0, 0.9);
}
.last_d329 .brown_ecc5.narrow-7e3f .outer_d821 > li > a:focus,
.last_d329 .brown_ecc5.narrow-7e3f .outer_d821 > li > a:hover,
.last_d329 .brown_ecc5.column_dim_f008 .outer_d821 > li > a:focus,
.last_d329 .brown_ecc5.column_dim_f008 .outer_d821 > li > a:hover,
.last_d329 .brown_ecc5.focus-tiny-b1cb .outer_d821 > li > a:focus,
.last_d329 .brown_ecc5.focus-tiny-b1cb .outer_d821 > li > a:hover {
  color: rgba(255, 255, 255, 0.99);
}
.last_d329
  .brown_ecc5.narrow-7e3f
  .outer_d821
  > li.texture_south_1b6f
  > a,
.last_d329
  .brown_ecc5.narrow-7e3f
  .outer_d821
  > li.mini_54ff
  > a,
.last_d329
  .brown_ecc5.column_dim_f008
  .outer_d821
  > li.texture_south_1b6f
  > a,
.last_d329
  .brown_ecc5.column_dim_f008
  .outer_d821
  > li.mini_54ff
  > a,
.last_d329
  .brown_ecc5.focus-tiny-b1cb
  .outer_d821
  > li.texture_south_1b6f
  > a,
.last_d329 .brown_ecc5.focus-tiny-b1cb .outer_d821 > li.widget-north-9a7e > a {
  color: rgba(255, 255, 255, 0.99);
}
.last_d329 .stale_ff3f,
.last_d329 .stale_ff3f a {
  color: rgba(255, 255, 255, 0.99);
}
.last_d329 .tabs-cool-93d9.accordion_outer_ae3f li a,
.last_d329 .pagination-36f7 a,
.last_d329 .lite-5d71,
.last_d329 .outer_d821 > li > a,
.last_d329 .picture_6af8 {
  color: rgba(255, 255, 255, 0.79);
}
.last_d329 .tabs-cool-93d9.accordion_outer_ae3f li a:hover,
.last_d329 .pagination-36f7 a:hover,
.last_d329 .lite-5d71:hover,
.last_d329 .outer_d821 > li > a:hover,
.last_d329 .picture_6af8:hover {
  color: rgba(255, 255, 255, 0.99);
}
.last_d329 .fluid-7b60 {
  color: rgba(255, 255, 255, 0.79);
}
.last_d329 .fluid-7b60 .widget_c4f8 {
  color: rgba(255, 255, 255, 0.99);
}
.last_d329 .fluid-7b60:hover {
  color: rgba(255, 255, 255, 0.99);
}
.last_d329 .caption-last-1c33 .mask_current_6dc4 {
  background: rgba(255, 255, 255, 0.03);
  border-color: rgba(255, 255, 255, 0.08);
  color: rgba(255, 255, 255, 0.79);
}
.last_d329 .caption-last-1c33 .mask_current_6dc4 .shade_brown_5a1c {
  color: rgba(255, 255, 255, 0.79);
}
.last_d329
  .caption-last-1c33
  .mask_current_6dc4
  .shade_brown_5a1c::-webkit-input-placeholder {
  color: rgba(255, 255, 255, 0.79);
}
.last_d329
  .caption-last-1c33
  .mask_current_6dc4
  .shade_brown_5a1c:-ms-input-placeholder {
  color: rgba(255, 255, 255, 0.79);
}
.last_d329
  .caption-last-1c33
  .mask_current_6dc4
  .shade_brown_5a1c::-ms-input-placeholder {
  color: rgba(255, 255, 255, 0.79);
}
.last_d329
  .caption-last-1c33
  .mask_current_6dc4
  .shade_brown_5a1c::placeholder {
  color: rgba(255, 255, 255, 0.79);
}
.last_d329 .caption-last-1c33 .notice-orange-a8e9 {
  color: rgba(255, 255, 255, 0.79);
}
.last_d329 .caption-last-1c33 .notice-orange-a8e9:hover {
  color: rgba(255, 255, 255, 0.99);
}
.popup-bronze-2338
  .last_d329
  .caption-last-1c33
  .component-50cc
  .image_ee6d {
  background-color: rgba(255, 255, 255, 0.03);
  border-color: rgba(255, 255, 255, 0.08);
  color: rgba(255, 255, 255, 0.79);
}
.popup-bronze-2338
  .last_d329
  .caption-last-1c33
  .component-50cc
  .shade_brown_5a1c {
  background-color: rgba(255, 255, 255, 0.03) !important;
  border-color: rgba(255, 255, 255, 0.08);
  color: rgba(255, 255, 255, 0.79);
}
.surface-medium-bb8f .menu_hot_b829 {
  color: rgba(0, 0, 0, 0.6);
  background: rgba(255, 255, 255, 0.9);
}
.menu_hot_b829 .brown_ecc5.narrow-7e3f .outer_d821 > li > a:focus,
.menu_hot_b829 .brown_ecc5.narrow-7e3f .outer_d821 > li > a:hover,
.menu_hot_b829 .brown_ecc5.column_dim_f008 .outer_d821 > li > a:focus,
.menu_hot_b829 .brown_ecc5.column_dim_f008 .outer_d821 > li > a:hover,
.menu_hot_b829 .brown_ecc5.focus-tiny-b1cb .outer_d821 > li > a:focus,
.menu_hot_b829 .brown_ecc5.focus-tiny-b1cb .outer_d821 > li > a:hover {
  color: rgba(0, 0, 0, 0.8);
}
.menu_hot_b829
  .brown_ecc5.narrow-7e3f
  .outer_d821
  > li.texture_south_1b6f
  > a,
.menu_hot_b829
  .brown_ecc5.narrow-7e3f
  .outer_d821
  > li.mini_54ff
  > a,
.menu_hot_b829
  .brown_ecc5.column_dim_f008
  .outer_d821
  > li.texture_south_1b6f
  > a,
.menu_hot_b829
  .brown_ecc5.column_dim_f008
  .outer_d821
  > li.mini_54ff
  > a,
.menu_hot_b829
  .brown_ecc5.focus-tiny-b1cb
  .outer_d821
  > li.texture_south_1b6f
  > a,
.menu_hot_b829 .brown_ecc5.focus-tiny-b1cb .outer_d821 > li.widget-north-9a7e > a {
  color: rgba(0, 0, 0, 0.8);
}
.menu_hot_b829 .stale_ff3f,
.menu_hot_b829 .stale_ff3f a {
  color: rgba(0, 0, 0, 0.8);
}
.menu_hot_b829 .tabs-cool-93d9.accordion_outer_ae3f li a,
.menu_hot_b829 .pagination-36f7 a,
.menu_hot_b829 .lite-5d71,
.menu_hot_b829 .outer_d821 > li > a,
.menu_hot_b829 .picture_6af8 {
  color: rgba(0, 0, 0, 0.55);
}
.menu_hot_b829 .tabs-cool-93d9.accordion_outer_ae3f li a:hover,
.menu_hot_b829 .pagination-36f7 a:hover,
.menu_hot_b829 .lite-5d71:hover,
.menu_hot_b829 .outer_d821 > li > a:hover,
.menu_hot_b829 .picture_6af8:hover {
  color: rgba(0, 0, 0, 0.8);
}
.menu_hot_b829 .fluid-7b60 {
  color: rgba(0, 0, 0, 0.55);
}
.menu_hot_b829 .fluid-7b60 .widget_c4f8 {
  color: rgba(0, 0, 0, 0.8);
}
.menu_hot_b829 .fluid-7b60:hover {
  color: rgba(0, 0, 0, 0.8);
}
.preview-e258 .overlay-693f {
  margin-left: auto;
  margin-right: auto;
}
.orange_656c > * {
  margin-left: auto;
  margin-right: auto;
}
.orange_656c .image_7008 {
  margin-right: 1.41575em;
}
.link_hovered_d7d3 .orange_656c > .overlay_95e9 {
  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;
}
.link_hovered_d7d3 .orange_656c > .sort-5984 {
  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;
}
.panel-f9bb.preview-e258 .overlay-693f,
.tiny_ba96.preview-e258 .overlay-693f {
  margin-left: 0;
}
.logo_8caf.preview-e258 .overlay-693f,
.tag_40a6.preview-e258 .overlay-693f {
  margin-right: 0;
}
.orange_656c ol,
.orange_656c ul {
  margin: 1.5em auto;
  list-style-position: outside;
}
.image_a143 video {
  max-width: 100%;
}
.card-7848 img {
  display: block;
}
.card-7848.image_7008,
.card-7848.purple-3796 {
  width: 100%;
}
.card-7848.sort-5984 img {
  width: 100vw;
  width: calc(var(--vw, 1vw) * 100);
}
.hover_8abd:not(.texture-huge-cab8) {
  margin: 1.5em auto;
}
.slider_0a44 p {
  padding: 1.5em 14px;
}
ul.form_paper_ac13.sort-5984,
ul.form_paper_ac13.overlay_95e9,
ul.form_paper_ac13.dropdown-f156.overlay_95e9 {
  padding: 0 14px;
}
.panel-cold-e64d {
  display: block;
  overflow-x: auto;
}
.panel-cold-e64d table {
  border-collapse: collapse;
  width: 100%;
}
.panel-cold-e64d td,
.panel-cold-e64d th {
  padding: 0.5em;
}
.orange_656c li {
  margin-left: 2.5em;
  margin-bottom: 6px;
}
.orange_656c ol ol,
.orange_656c ol ul,
.orange_656c ul ol,
.orange_656c ul ul {
  margin-bottom: 0;
  margin-top: 0;
  margin-left: 2.5em;
}
.orange_656c ol ol li,
.orange_656c ol ul li,
.orange_656c ul ol li,
.orange_656c ul ul li {
  margin-left: 0;
}
.nav-wide-6368.row-6021 > .slider_6bc0 {
  position: relative;
  width: 100%;
  height: 0;
  padding-top: 56.25%;
}
.nav-wide-6368.row-6021 > .slider_6bc0 iframe,
.nav-wide-6368.row-6021 > .slider_6bc0 > object {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}
.disabled_active_cdf2 {
  border-left-width: 4px;
  border-left-color: currentColor;
}
.disabled_active_cdf2.outline_2248 {
  padding: 0;
}
.disabled_active_cdf2.outline_2248 cite {
  font-size: 13px;
}
.disabled_active_cdf2 > * {
  margin-left: 16px;
  margin-right: 16px;
}
.disabled_active_cdf2 cite {
  font-style: normal;
  margin-top: 1em;
  position: relative;
  font-size: 13px;
}
.red-0eb6 {
  border-bottom: 4px solid currentColor;
  border-top: 4px solid currentColor;
  margin-left: 0;
  margin-right: 0;
  padding: 3em 0;
  text-align: center;
}
.red-0eb6 > p:first-child {
  margin-top: 0;
}
.red-0eb6 cite {
  font-size: 13px;
  font-style: normal;
  text-transform: uppercase;
}
.red-0eb6 blockquote {
  border-left: 0;
}
.accent_e813 {
  margin: 3em auto;
  border: none;
  border-bottom: 2px solid currentColor;
}
.accent_e813:not(.outline-glass-58d9) {
  max-width: 100px;
}
.accent_e813.simple-5e67 {
  border-bottom: none !important;
  text-align: center;
}
.accent_e813.simple-5e67::before {
  padding-left: 0;
  font-size: 30px;
}
@media screen and (min-width: 768px) {
  .slider_0a44 p {
    padding: 1.5em 0;
  }
}
.surface-soft-ec9d {
  color: #0073aa;
}
.in-8ade {
  background-color: #0073aa;
}
.article-42da {
  color: #229fd8;
}
.title_2d1e {
  background-color: #229fd8;
}
.mask-plasma-d97c {
  color: #eee;
}
.last_b21d {
  background-color: #eee;
}
.hard-46cf {
  color: #444;
}
.label-8812 {
  background-color: #444;
}
.box-1c29 {
  padding: 0;
  -webkit-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  text-size-adjust: 100%;
  line-height: 13px;
}
.box-1c29 .avatar_a8ab .pagination-36f7 {
  font-size: 15px;
}
.box-1c29 .pagination-36f7 {
  line-height: 1.3;
}
.box-1c29 .menu_hot_b829 {
}
.box-1c29 .last_d329 {
  background: #235787;
}
.paragraph_265b {
  padding: 0;
}
.paragraph_265b .last_d329 {
  background: #1a1a1a;
}
.paragraph_265b .menu_hot_b829 {
  box-shadow: 0 1px 2px 0 #e1e5ea;
  background: #fff;
}
.outline-motion-3952 {
  padding: 0;
  border-left: none;
  border-right: none;
}
.outline-motion-3952 .menu_hot_b829 {
  box-shadow: 0 1px 2px 0 #e1e5ea;
}
.outline-motion-3952 .last_d329 {
  background: #303030;
}
.popup-silver-626d {
  position: relative;
  z-index: 10;
}
.popup-silver-626d .cool-7a35 {
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
  -webkit-box-pack: center;
  justify-content: center;
}
.clean-202d .complex-1a4c {
  display: inline-block;
  vertical-align: middle;
}
.clean-202d.surface_tall_a45a .complex-1a4c {
  margin-right: 1em;
}
@media screen and (max-width: 1024px) {
  .clean-202d.surface_tall_a45a .complex-1a4c {
    margin-right: 1em;
  }
}
@media screen and (max-width: 568px) {
  .clean-202d.surface_tall_a45a .complex-1a4c {
    margin-right: 0.4em;
  }
}
.clean-202d.surface_tall_a45a .complex-1a4c:last-child {
  margin-right: 0;
}
.row-left-40c8 .cool-7a35 {
  max-width: initial;
}
@media screen and (min-width: 1025px) {
  .surface-medium-bb8f .avatar_a8ab {
    margin: 0 -0.5em;
  }
  .surface-medium-bb8f .avatar_a8ab [class*="customify-col-"],
  .surface-medium-bb8f .avatar_a8ab [class*="customify-col_"],
  .surface-medium-bb8f .avatar_a8ab [class~="customify-col-"] {
    padding-left: 0.5em;
    padding-right: 0.5em;
  }
}
.surface-medium-bb8f.slow-a4cb .cool-7a35 {
  background: 0 0 !important;
}
.surface-medium-bb8f.slow-a4cb .cool-7a35,
.surface-medium-bb8f.row-left-40c8 .cool-7a35 {
  border: 0 none !important;
  box-shadow: none !important;
}
@media screen and (min-width: 1025px) {
  .surface-medium-bb8f.small-b1c4 {
    background: 0 0 !important;
    border: 0 none;
    box-shadow: none !important;
  }
}
.surface-medium-bb8f.row-left-40c8 .cool-7a35 {
  box-shadow: none !important;
}
.link_c6d6 {
  padding: 21px 0 22px;
  border-bottom: 1px solid #eaecee;
  word-break: break-word;
  background: #f9f9f9;
}
@media screen and (max-width: 1024px) {
  .link_c6d6 {
    padding: 19px 0 20px;
  }
}
@media screen and (max-width: 568px) {
  .link_c6d6 {
    padding: 18px 0 20px;
  }
}
.link_c6d6 .active_01d0 {
  width: 100%;
}
.link_c6d6 .fast-aa18 {
  margin-bottom: 0;
}
.link_c6d6 .notice_red_2124 {
  margin-top: 5px;
  font-size: 0.875em;
}
.component_dirty_06ed {
  padding: 9px 0 9px;
  border-bottom: 1px solid #eaecee;
  color: #6d6d6d;
  line-height: 1.6;
  background: #fff;
}
.component_dirty_06ed .next-9725 {
  width: 100%;
}
.wood-900b {
  list-style: none;
  margin: 0 1em;
  padding: 0;
}
.wood-900b li {
  display: inline-block;
  position: relative;
  padding-right: 10px;
}
.wood-900b 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;
}
.wood-900b li:last-child:after {
  display: none;
}
.wood-900b li a {
  font-weight: 500;
  margin-right: 10px;
}
.popup_steel_6c69 .detail-dim-a676 button,
.link_c6d6 .detail-dim-a676 button {
  left: 0;
}
.popup_steel_6c69 .next-9725,
.link_c6d6 .next-9725 {
  padding-left: 0;
  padding-right: 0;
}
.popup_steel_6c69 .component_dirty_06ed,
.link_c6d6 .component_dirty_06ed {
  border-bottom: none;
  padding-bottom: 0;
  background: 0 0;
}
.popup_steel_6c69 {
  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;
}
.popup_steel_6c69: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;
}
.popup_steel_6c69 .shade_medium_8608 {
  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) {
  .popup_steel_6c69 .shade_medium_8608 {
    min-height: 300px;
  }
}
@media screen and (max-width: 1024px) {
  .popup_steel_6c69 .shade_medium_8608 {
    min-height: 250px;
    padding: 1em 15px;
  }
}
@media screen and (max-width: 568px) {
  .popup_steel_6c69 .shade_medium_8608 {
    min-height: 200px;
  }
}
.popup_steel_6c69 .wood-900b {
  color: rgba(255, 255, 255, 0.8);
}
.popup_steel_6c69 .wood-900b a,
.popup_steel_6c69 .wood-900b li:after {
  color: inherit;
}
.popup_steel_6c69 .wood-900b a:hover {
  color: rgba(255, 255, 255, 0.8);
}
.hot-f3d5 {
  margin-bottom: 0.5em;
}
.active-b716 {
  margin-bottom: 1.2em;
}
.active-b716,
.hot-f3d5 {
  display: inline-block;
  position: relative;
  color: rgba(255, 255, 255, 0.99);
  z-index: 5;
}
.active-b716 p:last-child,
.hot-f3d5 p:last-child {
  margin-bottom: 0;
}
#header-menu-sidebar .detail-dim-a676,
#masthead .detail-dim-a676 {
  display: none;
}
#masthead
  > .detail-dim-a676.chip_simple_6624 {
  display: none;
}
#masthead > .detail-dim-a676 button {
  left: 0;
}
.fresh_e63b {
  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%;
}
.fresh_e63b .complex-1a4c {
  display: -webkit-inline-box;
  display: inline-flex;
  -webkit-box-align: center;
  align-items: center;
  margin-left: 0.5em;
  margin-right: 0.5em;
}
.fresh_e63b .focused_c240 {
  display: -webkit-box;
  display: flex;
}
.fresh_e63b .focused_c240.info-1a26 {
  -webkit-box-pack: center;
  justify-content: center;
  margin-left: 1em;
  margin-right: 1em;
}
.fresh_e63b .focused_c240.element_medium_fd41 {
  -webkit-box-pack: start;
  justify-content: flex-start;
  margin-right: auto;
  -webkit-box-flex: 1;
  flex: 1 1 0;
}
.fresh_e63b .focused_c240.form_brown_930a {
  margin-left: auto;
  -webkit-box-pack: end;
  justify-content: flex-end;
  -webkit-box-flex: 1;
  flex: 1 1 0;
}
.fresh_e63b.form-d8ed.west-f73e .focused_c240.info-1a26 {
  flex-basis: 100%;
}
.fresh_e63b.summary-glass-daea .focused_c240.element_medium_fd41 {
  -webkit-box-flex: 1;
  flex: auto;
}
.fresh_e63b.summary-glass-daea .focused_c240.form_brown_930a {
  -webkit-box-flex: 1;
  flex: auto;
}
#masthead
  > .detail-dim-a676.chip_simple_6624 {
  display: none;
}
#masthead > .detail-dim-a676 button {
  left: 0;
}
.simple-08eb {
  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;
}
.simple-08eb:hover {
  box-shadow: inset 0 0 0 120px rgba(0, 0, 0, 0.18);
  color: #fff;
}
.simple-08eb.content-dba1 i {
  margin-right: 4px;
}
.simple-08eb.plasma-4e80 i {
  margin-left: 5px;
}
.pagination-36f7 p {
  font-weight: 500;
  text-transform: uppercase;
  font-size: 13px;
}
.pagination-36f7 p:last-child {
  margin-bottom: 0;
}
.block-copper-b849 {
  display: -webkit-box;
  display: flex;
  line-height: 0.9;
  vertical-align: middle;
}
.block-copper-b849 a {
  display: inline-block;
  text-transform: uppercase;
  letter-spacing: 0.4px;
  font-weight: 600;
}
.block-copper-b849 img {
  display: block;
  width: auto;
  line-height: 1;
}
.block-copper-b849 .stale_ff3f {
  font-size: 1.5em;
  margin: 0;
  font-weight: 600;
  line-height: 1.216;
}
.block-copper-b849 .hover_dynamic_4ea0 {
  margin: 5px 0 7px 0;
}
.block-copper-b849.over_584a .focused_d921 {
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
  -webkit-box-pack: center;
  justify-content: center;
}
.block-copper-b849.over_584a .white-dafd {
  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;
}
.block-copper-b849.tabs_gas_3f7a {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  flex-direction: row-reverse;
}
.block-copper-b849.tabs_gas_3f7a .focused_d921 {
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
  -webkit-box-pack: center;
  justify-content: center;
}
.block-copper-b849.tabs_gas_3f7a .white-dafd {
  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;
}
.block-copper-b849.notification_35c5 {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
}
.block-copper-b849.left-fca3 {
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
  flex-direction: column-reverse;
}
.block-copper-b849.left-fca3 .white-dafd {
  margin-top: 7px;
}
.mini_4a06 {
  display: inline-block;
}
.popup-silver-626d .input_ea5a .block-copper-b849 img {
  max-width: 100%;
}
.brown_ecc5 .mini-ac57.orange-2d06,
.dropdown-soft-e7b7 .mini-ac57.orange-2d06 {
  position: relative;
  display: -webkit-inline-box;
  display: inline-flex;
  -webkit-box-align: center;
  align-items: center;
}
.brown_ecc5 .video_basic_a74e,
.dropdown-soft-e7b7 .video_basic_a74e {
  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%);
}
.brown_ecc5 .video_basic_a74e {
  display: inline;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-decoration: none !important;
}
.brown_ecc5.container_bright_cae6 .video_basic_a74e {
  display: none;
}
.brown_ecc5 .text_63b2 {
  list-style: none;
  padding: 0;
  margin: 0;
}
.brown_ecc5 .text_63b2 li {
  display: inline-block;
  position: relative;
}
.brown_ecc5 .text_63b2 li:last-child {
  margin-right: 0;
}
.brown_ecc5 .text_63b2 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;
}
.brown_ecc5 .text_63b2 li.widget-north-9a7e > a {
  color: rgba(0, 0, 0, 0.9);
}
.brown_ecc5 .text_63b2 > 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;
}
.brown_ecc5 .text_63b2 > li > a i {
  line-height: 0;
}
.brown_ecc5 .text_63b2 > li.photo-thick-b649 > a .video_basic_a74e {
  margin-left: 4px;
  line-height: 0;
}
.brown_ecc5 .text_63b2 .button-aa54 li.photo-thick-b649 > a {
  position: relative;
}
.brown_ecc5 .text_63b2 .button-aa54 li.photo-thick-b649 > a:after,
.brown_ecc5 .text_63b2 .button-aa54 li.photo-thick-b649 > a:before {
  content: "";
  display: table;
}
.brown_ecc5 .text_63b2 .button-aa54 li.photo-thick-b649 > a:after {
  clear: both;
}
.brown_ecc5 .text_63b2 .button-aa54 li.photo-thick-b649 > a .video_basic_a74e {
  margin-left: 5px;
  float: right;
}
.brown_ecc5 .notification_smooth_7510,
.brown_ecc5 .button-aa54 {
  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;
}
.brown_ecc5 .button-aa54 {
  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;
}
.brown_ecc5 .button-aa54 .orange-2d06 {
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: justify;
  justify-content: space-between;
}
.brown_ecc5 .button-aa54 .video_basic_a74e {
  -webkit-transform: rotate(135deg) translateY(0);
  -ms-transform: rotate(135deg) translateY(0);
  transform: rotate(135deg) translateY(0);
}
.brown_ecc5 .button-aa54 li {
  display: block;
  margin: 0;
  padding: 0;
}
.brown_ecc5 .button-aa54 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;
}
.brown_ecc5 .button-aa54 li a:hover {
  background: rgba(0, 0, 0, 0.015);
  color: rgba(0, 0, 0, 0.8);
}
.brown_ecc5 .button-aa54 .button-aa54 {
  top: 0;
  left: 100%;
}
.brown_ecc5 .alert-f47a.fn-focus-1f01 > .notification_smooth_7510,
.brown_ecc5 .alert-f47a.fn-focus-1f01 > .button-aa54,
.brown_ecc5 .alert-f47a:focus > .notification_smooth_7510,
.brown_ecc5 .alert-f47a:focus > .button-aa54,
.brown_ecc5 .alert-f47a:hover > .notification_smooth_7510,
.brown_ecc5 .alert-f47a:hover > .button-aa54 {
  height: auto;
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
  overflow: initial;
  visibility: visible;
  opacity: 1;
}
.brown_ecc5.focus-tiny-b1cb .outer_d821:after,
.brown_ecc5.focus-tiny-b1cb .outer_d821:before {
  content: "";
  display: table;
}
.brown_ecc5.focus-tiny-b1cb .outer_d821:after {
  clear: both;
}
.brown_ecc5.focus-tiny-b1cb .outer_d821 > li {
  float: left;
}
.brown_ecc5.upper_6a28 .outer_d821:after,
.brown_ecc5.upper_6a28 .outer_d821:before {
  content: "";
  display: table;
}
.brown_ecc5.upper_6a28 .outer_d821:after {
  clear: both;
}
.brown_ecc5.upper_6a28 .outer_d821 > li {
  float: left;
}
.brown_ecc5.upper_6a28 .outer_d821 > li > a {
  background: 0 0;
  display: -webkit-inline-box;
  display: inline-flex;
  vertical-align: middle;
  -webkit-box-align: center;
  align-items: center;
}
.brown_ecc5.upper_6a28 .outer_d821 > li > a:hover {
  color: #fff;
  background-color: #1e4b75;
}
.brown_ecc5.upper_6a28 .outer_d821 > li.texture_south_1b6f > a,
.brown_ecc5.upper_6a28 .outer_d821 > li.widget-north-9a7e > a {
  color: #fff;
  background-color: #1e4b75;
}
.brown_ecc5.narrow-7e3f .outer_d821 > li > a .orange-2d06 {
  position: relative;
}
.brown_ecc5.narrow-7e3f .outer_d821 > li > a .orange-2d06: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;
}
.brown_ecc5.narrow-7e3f
  .outer_d821
  > li:focus
  > a
  .orange-2d06:before,
.brown_ecc5.narrow-7e3f
  .outer_d821
  > li:hover
  > a
  .orange-2d06:before {
  width: 100%;
  background-color: currentColor;
}
.brown_ecc5.narrow-7e3f
  .outer_d821
  > li.texture_south_1b6f
  > a
  .orange-2d06:before,
.brown_ecc5.narrow-7e3f
  .outer_d821
  > li.mini_54ff
  > a
  .orange-2d06:before {
  width: 100%;
  background-color: currentColor;
}
.brown_ecc5.column_dim_f008 .outer_d821 > li > a .orange-2d06 {
  position: relative;
}
.brown_ecc5.column_dim_f008 .outer_d821 > li > a .orange-2d06: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;
}
.brown_ecc5.column_dim_f008 .outer_d821 > li:focus > a .orange-2d06:before,
.brown_ecc5.column_dim_f008
  .outer_d821
  > li:hover
  > a
  .orange-2d06:before {
  width: 100%;
  background-color: currentColor;
}
.brown_ecc5.column_dim_f008
  .outer_d821
  > li.texture_south_1b6f
  > a
  .orange-2d06:before,
.brown_ecc5.column_dim_f008
  .outer_d821
  > li.mini_54ff
  > a
  .orange-2d06:before {
  width: 100%;
  background-color: currentColor;
}
.dropdown-soft-e7b7 .text_63b2 {
  margin: 0;
  padding: 0;
  list-style: none;
}
.dropdown-soft-e7b7 .text_63b2 li:first-child > a {
  border-top: none;
}
.dropdown-soft-e7b7 .text_63b2 .texture-75d5 > .orange-2d06 .video_basic_a74e {
  display: none;
}
.dropdown-soft-e7b7 .text_63b2 li {
  list-style: none;
  position: relative;
  border-bottom: 1px solid transparent;
}
.dropdown-soft-e7b7 .text_63b2 li:last-child {
  border: none;
}
.dropdown-soft-e7b7 .text_63b2 li.photo-thick-b649 > a {
  padding-right: 45px !important;
}
.dropdown-soft-e7b7 .text_63b2 li a {
  display: block;
  padding: 0.55em 1.5em;
}
.dropdown-soft-e7b7 .text_63b2 li a:focus,
.dropdown-soft-e7b7 .text_63b2 li a:hover {
  background: rgba(0, 0, 0, 0.01);
}
.dropdown-soft-e7b7 .text_63b2 li .large-7b15 {
  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;
}
.dropdown-soft-e7b7 .text_63b2 li .large-7b15:hover {
  box-shadow: none;
}
.dropdown-soft-e7b7 .text_63b2 li .large-7b15 .video_basic_a74e {
  -webkit-transform: rotate(-135deg) translateY(50%) translateX(50%);
  -ms-transform: rotate(-135deg) translateY(50%) translateX(50%);
  transform: rotate(-135deg) translateY(50%) translateX(50%);
}
.dropdown-soft-e7b7 .text_63b2 .button-aa54 {
  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);
}
.dropdown-soft-e7b7 .text_63b2 .button-aa54 li a {
  padding-left: 3em;
}
.dropdown-soft-e7b7 .text_63b2 .header-steel-ff9c > a .large-7b15 i {
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
.dropdown-soft-e7b7 .text_63b2 .header-steel-ff9c > .button-aa54 {
  display: block;
  opacity: 1;
}
.outline_north_5d80 {
  max-width: 100%;
}
.accent-447b {
  line-height: 0;
  cursor: pointer;
}
.picture_6af8 {
  line-height: 0;
  display: inline-block;
  position: relative;
  box-shadow: none;
}
.picture_6af8:hover {
  box-shadow: none;
  color: currentColor;
}
.picture_6af8 svg {
  width: 18px;
  height: 18px;
}
.picture_6af8 .nav_right_62b2 {
  display: none;
}
.table-medium-528a {
  position: relative;
}
.table-medium-528a.fn-active-1f01 .picture_6af8 .image_wood_e3d8 {
  display: none;
}
.table-medium-528a.fn-active-1f01 .picture_6af8 .nav_right_62b2 {
  display: inline-block;
}
.table-medium-528a .tall_978e {
  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);
}
.table-medium-528a.focus-d9c0 .tall_978e {
  left: auto;
  right: -0.9em;
}
.table-medium-528a.focus-d9c0 .wood_25da::before {
  left: auto;
  right: 15px;
}
.table-medium-528a.fn-active-1f01 .tall_978e {
  height: auto;
  overflow: initial;
  z-index: 26;
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
}
.component-50cc {
  display: -webkit-box;
  display: flex;
  margin-bottom: 0;
  width: 100%;
  max-width: 100%;
}
.component-50cc label {
  flex-basis: 100%;
}
.component-50cc .mask_current_6dc4 {
  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;
}
.component-50cc .shade_brown_5a1c {
  display: block;
  width: 100%;
  border-radius: 2px;
  height: 2.4em;
}
.component-50cc .shade_brown_5a1c:focus {
  background-color: transparent;
}
.component-50cc button.notice-orange-a8e9 {
  overflow: hidden;
  box-shadow: none;
  margin-left: -40px;
  background: 0 0;
  color: #6d6d6d;
  line-height: 0;
  padding: 0 0.7em;
  min-height: auto;
}
.component-50cc button.notice-orange-a8e9:hover {
  box-shadow: none;
  background-color: transparent;
  color: #686868;
}
.component-50cc button.notice-orange-a8e9 svg {
  width: 18px;
  height: 18px;
}
.component-50cc input[type="submit"] {
  min-height: auto;
}
.caption-last-1c33 .component-50cc .shade_brown_5a1c {
  border: 0;
  box-shadow: none;
  background-color: transparent;
}
.wood_25da {
  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) {
  .wood_25da {
    width: 220px;
  }
}
.wood_25da label {
  flex-basis: 100%;
}
.wood_25da::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;
}
.popup-bronze-2338 .caption-last-1c33 .component-50cc {
  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;
}
.popup-bronze-2338
  .caption-last-1c33
  .component-50cc
  .mask_current_6dc4 {
  background-color: transparent;
  min-height: auto;
  flex-basis: 100%;
  display: -webkit-box;
  display: flex;
  border-style: none;
  border: none;
  box-shadow: none;
}
.popup-bronze-2338 .caption-last-1c33 .component-50cc .shade_brown_5a1c {
  border-color: transparent;
  height: auto;
  background-color: transparent;
  border: 0;
  border-style: none;
  box-shadow: none;
  -webkit-box-flex: 0;
  flex: 0 0 auto;
}
.popup-bronze-2338
  .caption-last-1c33
  .component-50cc
  .shade_brown_5a1c:focus {
  background: 0 0;
}
.popup-bronze-2338
  .caption-last-1c33
  .component-50cc
  .image_ee6d {
  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;
}
.tabs-cool-93d9 {
  display: inline-block;
  margin: 0;
  padding: 0;
  list-style: none;
  position: relative;
}
.tabs-cool-93d9 li {
  list-style: none;
  display: inline-block;
  margin: 0 3px;
}
.tabs-cool-93d9 li:last-child {
  margin-right: 0;
}
.tabs-cool-93d9 li:first-child {
  margin-left: 0;
}
.tabs-cool-93d9.accent-short-0fbe a {
  color: #fff;
}
.tabs-cool-93d9.accent-short-0fbe a:hover {
  color: #fff;
}
.tabs-cool-93d9 a {
  color: currentColor;
  text-align: center;
  vertical-align: middle;
  width: 100%;
  padding: 0.4em;
  display: inline-block;
  line-height: 1;
  font-size: 13px;
}
.tabs-cool-93d9 a i {
  width: 1em;
  height: 1em;
  position: relative;
  display: block;
}
.tabs-cool-93d9 a i:before {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}
.tabs-cool-93d9 a:hover {
  opacity: 0.9;
  color: inherit;
}
.tabs-cool-93d9 [class*="social-icon-apple"] {
  background-color: #999;
}
.tabs-cool-93d9 [class*="social-icon-apple"].message_ff00 {
  background-color: transparent;
  color: #999;
}
.tabs-cool-93d9 [class*="social-icon-behance"] {
  background-color: #1769ff;
}
.tabs-cool-93d9 [class*="social-icon-behance"].message_ff00 {
  background-color: transparent;
  color: #1769ff;
}
.tabs-cool-93d9 [class*="social-icon-bitbucket"] {
  background-color: #205081;
}
.tabs-cool-93d9 [class*="social-icon-bitbucket"].message_ff00 {
  background-color: transparent;
  color: #205081;
}
.tabs-cool-93d9 [class*="social-icon-codepen"] {
  background-color: #000;
}
.tabs-cool-93d9 [class*="social-icon-codepen"].message_ff00 {
  background-color: transparent;
  color: #000;
}
.tabs-cool-93d9 [class*="social-icon-delicious"] {
  background-color: #39f;
}
.tabs-cool-93d9 [class*="social-icon-delicious"].message_ff00 {
  background-color: transparent;
  color: #39f;
}
.tabs-cool-93d9 [class*="social-icon-digg"] {
  background-color: #005be2;
}
.tabs-cool-93d9 [class*="social-icon-digg"].message_ff00 {
  background-color: transparent;
  color: #005be2;
}
.tabs-cool-93d9 [class*="social-icon-dribbble"] {
  background-color: #ea4c89;
}
.tabs-cool-93d9 [class*="social-icon-dribbble"].message_ff00 {
  background-color: transparent;
  color: #ea4c89;
}
.tabs-cool-93d9 [class*="social-icon-envelope"] {
  background-color: #ea4335;
}
.tabs-cool-93d9 [class*="social-icon-envelope"].message_ff00 {
  background-color: transparent;
  color: #ea4335;
}
.tabs-cool-93d9 [class*="social-icon-facebook"] {
  background-color: #3b5998;
}
.tabs-cool-93d9 [class*="social-icon-facebook"].message_ff00 {
  background-color: transparent;
  color: #3b5998;
}
.tabs-cool-93d9 [class*="social-icon-flickr"] {
  background-color: #0063dc;
}
.tabs-cool-93d9 [class*="social-icon-flickr"].message_ff00 {
  background-color: transparent;
  color: #0063dc;
}
.tabs-cool-93d9 [class*="social-icon-foursquare"] {
  background-color: #2d5be3;
}
.tabs-cool-93d9 [class*="social-icon-foursquare"].message_ff00 {
  background-color: transparent;
  color: #2d5be3;
}
.tabs-cool-93d9 [class*="social-icon-github"] {
  background-color: #333;
}
.tabs-cool-93d9 [class*="social-icon-github"].message_ff00 {
  background-color: transparent;
  color: #333;
}
.tabs-cool-93d9 [class*="social-icon-google-plus"] {
  background-color: #dd4b39;
}
.tabs-cool-93d9 [class*="social-icon-google-plus"].message_ff00 {
  background-color: transparent;
  color: #dd4b39;
}
.tabs-cool-93d9 [class*="social-icon-houzz"] {
  background-color: #7ac142;
}
.tabs-cool-93d9 [class*="social-icon-houzz"].message_ff00 {
  background-color: transparent;
  color: #7ac142;
}
.tabs-cool-93d9 [class*="social-icon-instagram"] {
  background-color: #262626;
}
.tabs-cool-93d9 [class*="social-icon-instagram"].message_ff00 {
  background-color: transparent;
  color: #262626;
}
.tabs-cool-93d9 [class*="social-icon-jsfiddle"] {
  background-color: #487aa2;
}
.tabs-cool-93d9 [class*="social-icon-jsfiddle"].message_ff00 {
  background-color: transparent;
  color: #487aa2;
}
.tabs-cool-93d9 [class*="social-icon-linkedin"] {
  background-color: #0077b5;
}
.tabs-cool-93d9 [class*="social-icon-linkedin"].message_ff00 {
  background-color: transparent;
  color: #0077b5;
}
.tabs-cool-93d9 [class*="social-icon-medium"] {
  background-color: #00ab6b;
}
.tabs-cool-93d9 [class*="social-icon-medium"].message_ff00 {
  background-color: transparent;
  color: #00ab6b;
}
.tabs-cool-93d9 [class*="social-icon-odnoklassniki"] {
  background-color: #f4731c;
}
.tabs-cool-93d9
  [class*="social-icon-odnoklassniki"].message_ff00 {
  background-color: transparent;
  color: #f4731c;
}
.tabs-cool-93d9 [class*="social-icon-meetup"] {
  background-color: #ec1c40;
}
.tabs-cool-93d9 [class*="social-icon-meetup"].message_ff00 {
  background-color: transparent;
  color: #ec1c40;
}
.tabs-cool-93d9 [class*="social-icon-pinterest"] {
  background-color: #bd081c;
}
.tabs-cool-93d9 [class*="social-icon-pinterest"].message_ff00 {
  background-color: transparent;
  color: #bd081c;
}
.tabs-cool-93d9 [class*="social-icon-product-hunt"] {
  background-color: #da552f;
}
.tabs-cool-93d9 [class*="social-icon-product-hunt"].message_ff00 {
  background-color: transparent;
  color: #da552f;
}
.tabs-cool-93d9 [class*="social-icon-reddit"] {
  background-color: #ff4500;
}
.tabs-cool-93d9 [class*="social-icon-reddit"].message_ff00 {
  background-color: transparent;
  color: #ff4500;
}
.tabs-cool-93d9 [class*="social-icon-rss"] {
  background-color: #f26522;
}
.tabs-cool-93d9 [class*="social-icon-rss"].message_ff00 {
  background-color: transparent;
  color: #f26522;
}
.tabs-cool-93d9 [class*="social-icon-shopping-cart"] {
  background-color: #4caf50;
}
.tabs-cool-93d9
  [class*="social-icon-shopping-cart"].message_ff00 {
  background-color: transparent;
  color: #4caf50;
}
.tabs-cool-93d9 [class*="social-icon-skype"] {
  background-color: #00aff0;
}
.tabs-cool-93d9 [class*="social-icon-skype"].message_ff00 {
  background-color: transparent;
  color: #00aff0;
}
.tabs-cool-93d9 [class*="social-icon-slideshare"] {
  background-color: #0077b5;
}
.tabs-cool-93d9 [class*="social-icon-slideshare"].message_ff00 {
  background-color: transparent;
  color: #0077b5;
}
.tabs-cool-93d9 [class*="social-icon-snapchat"] {
  background-color: #fffc00;
}
.tabs-cool-93d9 [class*="social-icon-snapchat"].message_ff00 {
  background-color: transparent;
  color: #fffc00;
}
.tabs-cool-93d9 [class*="social-icon-soundcloud"] {
  background-color: #f80;
}
.tabs-cool-93d9 [class*="social-icon-soundcloud"].message_ff00 {
  background-color: transparent;
  color: #f80;
}
.tabs-cool-93d9 [class*="social-icon-spotify"] {
  background-color: #2ebd59;
}
.tabs-cool-93d9 [class*="social-icon-spotify"].message_ff00 {
  background-color: transparent;
  color: #2ebd59;
}
.tabs-cool-93d9 [class*="social-icon-stack-overflow"] {
  background-color: #fe7a15;
}
.tabs-cool-93d9
  [class*="social-icon-stack-overflow"].message_ff00 {
  background-color: transparent;
  color: #fe7a15;
}
.tabs-cool-93d9 [class*="social-icon-maldkfgram"] {
  background-color: #2ca5e0;
}
.tabs-cool-93d9 [class*="social-icon-maldkfgram"].message_ff00 {
  background-color: transparent;
  color: #2ca5e0;
}
.tabs-cool-93d9 [class*="social-icon-tripadvisor"] {
  background-color: #589442;
}
.tabs-cool-93d9 [class*="social-icon-tripadvisor"].message_ff00 {
  background-color: transparent;
  color: #589442;
}
.tabs-cool-93d9 [class*="social-icon-tumblr"] {
  background-color: #35465c;
}
.tabs-cool-93d9 [class*="social-icon-tumblr"].message_ff00 {
  background-color: transparent;
  color: #35465c;
}
.tabs-cool-93d9 [class*="social-icon-twitch"] {
  background-color: #6441a5;
}
.tabs-cool-93d9 [class*="social-icon-twitch"].message_ff00 {
  background-color: transparent;
  color: #6441a5;
}
.tabs-cool-93d9 [class*="social-icon-twitter"] {
  background-color: #1da1f2;
}
.tabs-cool-93d9 [class*="social-icon-twitter"].message_ff00 {
  background-color: transparent;
  color: #1da1f2;
}
.tabs-cool-93d9 [class*="social-icon-vimeo"] {
  background-color: #1ab7ea;
}
.tabs-cool-93d9 [class*="social-icon-vimeo"].message_ff00 {
  background-color: transparent;
  color: #1ab7ea;
}
.tabs-cool-93d9 [class*="social-icon-vk"] {
  background-color: #45668e;
}
.tabs-cool-93d9 [class*="social-icon-vk"].message_ff00 {
  background-color: transparent;
  color: #45668e;
}
.tabs-cool-93d9 [class*="social-icon-weibo"] {
  background-color: #df2029;
}
.tabs-cool-93d9 [class*="social-icon-weibo"].message_ff00 {
  background-color: transparent;
  color: #df2029;
}
.tabs-cool-93d9 [class*="social-icon-weixin"] {
  background-color: #7bb32e;
}
.tabs-cool-93d9 [class*="social-icon-weixin"].message_ff00 {
  background-color: transparent;
  color: #7bb32e;
}
.tabs-cool-93d9 [class*="social-icon-whatsapp"] {
  background-color: #25d366;
}
.tabs-cool-93d9 [class*="social-icon-whatsapp"].message_ff00 {
  background-color: transparent;
  color: #25d366;
}
.tabs-cool-93d9 [class*="social-icon-wordpress"] {
  background-color: #21759b;
}
.tabs-cool-93d9 [class*="social-icon-wordpress"].message_ff00 {
  background-color: transparent;
  color: #21759b;
}
.tabs-cool-93d9 [class*="social-icon-xing"] {
  background-color: #026466;
}
.tabs-cool-93d9 [class*="social-icon-xing"].message_ff00 {
  background-color: transparent;
  color: #026466;
}
.tabs-cool-93d9 [class*="social-icon-yelp"] {
  background-color: #af0606;
}
.tabs-cool-93d9 [class*="social-icon-yelp"].message_ff00 {
  background-color: transparent;
  color: #af0606;
}
.tabs-cool-93d9 [class*="social-icon-youtube"] {
  background-color: #cd201f;
}
.tabs-cool-93d9 [class*="social-icon-youtube"].message_ff00 {
  background-color: transparent;
  color: #cd201f;
}
.lite-5d71 {
  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;
}
.lite-5d71:hover {
  box-shadow: none;
  background: 0 0;
}
.tooltip_hard_55b9 {
  background: 0 0 !important;
  text-transform: uppercase;
  font-size: 0.85em;
}
.summary_upper_f053 {
  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;
}
.out-59c4 {
  display: inline-block;
  position: relative;
  vertical-align: middle;
}
.video_c1cc {
  display: block;
  top: 50%;
  background-color: currentcolor;
}
.video_c1cc,
.video_c1cc::after,
.video_c1cc::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;
}
.video_c1cc::after,
.video_c1cc::before {
  content: "";
  display: block;
  background-color: inherit;
}
.popup_large_3f55 .summary_upper_f053 .out-59c4 {
  margin-top: -2px;
  width: 19px;
}
.popup_large_3f55 .summary_upper_f053 .video_c1cc {
  margin-top: -1px;
}
.popup_large_3f55 .summary_upper_f053 .video_c1cc,
.popup_large_3f55 .summary_upper_f053 .video_c1cc::after,
.popup_large_3f55 .summary_upper_f053 .video_c1cc::before {
  width: 19px;
  height: 2px;
}
.popup_large_3f55 .summary_upper_f053 .video_c1cc::before {
  top: -6px;
}
.popup_large_3f55 .summary_upper_f053 .video_c1cc::after {
  bottom: -6px;
}
.picture-dirty-7223 .summary_upper_f053 .out-59c4 {
  margin-top: -2px;
  width: 22px;
}
.picture-dirty-7223 .summary_upper_f053 .video_c1cc {
  margin-top: -1px;
}
.picture-dirty-7223 .summary_upper_f053 .video_c1cc,
.picture-dirty-7223 .summary_upper_f053 .video_c1cc::after,
.picture-dirty-7223 .summary_upper_f053 .video_c1cc::before {
  width: 22px;
  height: 2px;
}
.picture-dirty-7223 .summary_upper_f053 .video_c1cc::before {
  top: -7px;
}
.picture-dirty-7223 .summary_upper_f053 .video_c1cc::after {
  bottom: -7px;
}
.overlay_slow_b2e7 .summary_upper_f053 .out-59c4 {
  margin-top: -2px;
  width: 31px;
}
.overlay_slow_b2e7 .summary_upper_f053 .video_c1cc {
  margin-top: -1.5px;
}
.overlay_slow_b2e7 .summary_upper_f053 .video_c1cc,
.overlay_slow_b2e7 .summary_upper_f053 .video_c1cc::after,
.overlay_slow_b2e7 .summary_upper_f053 .video_c1cc::before {
  width: 31px;
  height: 3px;
}
.overlay_slow_b2e7 .summary_upper_f053 .video_c1cc::before {
  top: -9px;
}
.overlay_slow_b2e7 .summary_upper_f053 .video_c1cc::after {
  bottom: -9px;
}
@media screen and (min-width: 1025px) {
  .north-6282 .summary_upper_f053 .out-59c4 {
    margin-top: -2px;
    width: 19px;
  }
  .north-6282 .summary_upper_f053 .video_c1cc {
    margin-top: -1px;
  }
  .north-6282 .summary_upper_f053 .video_c1cc,
  .north-6282 .summary_upper_f053 .video_c1cc::after,
  .north-6282 .summary_upper_f053 .video_c1cc::before {
    width: 19px;
    height: 2px;
  }
  .north-6282 .summary_upper_f053 .video_c1cc::before {
    top: -6px;
  }
  .north-6282 .summary_upper_f053 .video_c1cc::after {
    bottom: -6px;
  }
  .heading-8bab .summary_upper_f053 .out-59c4 {
    margin-top: -2px;
    width: 22px;
  }
  .heading-8bab .summary_upper_f053 .video_c1cc {
    margin-top: -1px;
  }
  .heading-8bab .summary_upper_f053 .video_c1cc,
  .heading-8bab .summary_upper_f053 .video_c1cc::after,
  .heading-8bab .summary_upper_f053 .video_c1cc::before {
    width: 22px;
    height: 2px;
  }
  .heading-8bab .summary_upper_f053 .video_c1cc::before {
    top: -7px;
  }
  .heading-8bab .summary_upper_f053 .video_c1cc::after {
    bottom: -7px;
  }
  .copper-b076 .summary_upper_f053 .out-59c4 {
    margin-top: -2px;
    width: 31px;
  }
  .copper-b076 .summary_upper_f053 .video_c1cc {
    margin-top: -1.5px;
  }
  .copper-b076 .summary_upper_f053 .video_c1cc,
  .copper-b076 .summary_upper_f053 .video_c1cc::after,
  .copper-b076 .summary_upper_f053 .video_c1cc::before {
    width: 31px;
    height: 3px;
  }
  .copper-b076 .summary_upper_f053 .video_c1cc::before {
    top: -9px;
  }
  .copper-b076 .summary_upper_f053 .video_c1cc::after {
    bottom: -9px;
  }
}
@media screen and (max-width: 1024px) {
  .caption_new_da8e .summary_upper_f053 .out-59c4 {
    margin-top: -2px;
    width: 19px;
  }
  .caption_new_da8e .summary_upper_f053 .video_c1cc {
    margin-top: -1px;
  }
  .caption_new_da8e .summary_upper_f053 .video_c1cc,
  .caption_new_da8e .summary_upper_f053 .video_c1cc::after,
  .caption_new_da8e .summary_upper_f053 .video_c1cc::before {
    width: 19px;
    height: 2px;
  }
  .caption_new_da8e .summary_upper_f053 .video_c1cc::before {
    top: -6px;
  }
  .caption_new_da8e .summary_upper_f053 .video_c1cc::after {
    bottom: -6px;
  }
  .sidebar-hard-2bbd .summary_upper_f053 .out-59c4 {
    margin-top: -2px;
    width: 22px;
  }
  .sidebar-hard-2bbd .summary_upper_f053 .video_c1cc {
    margin-top: -1px;
  }
  .sidebar-hard-2bbd .summary_upper_f053 .video_c1cc,
  .sidebar-hard-2bbd .summary_upper_f053 .video_c1cc::after,
  .sidebar-hard-2bbd .summary_upper_f053 .video_c1cc::before {
    width: 22px;
    height: 2px;
  }
  .sidebar-hard-2bbd .summary_upper_f053 .video_c1cc::before {
    top: -7px;
  }
  .sidebar-hard-2bbd .summary_upper_f053 .video_c1cc::after {
    bottom: -7px;
  }
  .lower_4de1 .summary_upper_f053 .out-59c4 {
    margin-top: -2px;
    width: 31px;
  }
  .lower_4de1 .summary_upper_f053 .video_c1cc {
    margin-top: -1.5px;
  }
  .lower_4de1 .summary_upper_f053 .video_c1cc,
  .lower_4de1 .summary_upper_f053 .video_c1cc::after,
  .lower_4de1 .summary_upper_f053 .video_c1cc::before {
    width: 31px;
    height: 3px;
  }
  .lower_4de1 .summary_upper_f053 .video_c1cc::before {
    top: -9px;
  }
  .lower_4de1 .summary_upper_f053 .video_c1cc::after {
    bottom: -9px;
  }
}
@media screen and (max-width: 568px) {
  .element_b171 .summary_upper_f053 .out-59c4 {
    margin-top: -2px;
    width: 19px;
  }
  .element_b171 .summary_upper_f053 .video_c1cc {
    margin-top: -1px;
  }
  .element_b171 .summary_upper_f053 .video_c1cc,
  .element_b171 .summary_upper_f053 .video_c1cc::after,
  .element_b171 .summary_upper_f053 .video_c1cc::before {
    width: 19px;
    height: 2px;
  }
  .element_b171 .summary_upper_f053 .video_c1cc::before {
    top: -6px;
  }
  .element_b171 .summary_upper_f053 .video_c1cc::after {
    bottom: -6px;
  }
  .bottom_bbcc .summary_upper_f053 .out-59c4 {
    margin-top: -2px;
    width: 22px;
  }
  .bottom_bbcc .summary_upper_f053 .video_c1cc {
    margin-top: -1px;
  }
  .bottom_bbcc .summary_upper_f053 .video_c1cc,
  .bottom_bbcc .summary_upper_f053 .video_c1cc::after,
  .bottom_bbcc .summary_upper_f053 .video_c1cc::before {
    width: 22px;
    height: 2px;
  }
  .bottom_bbcc .summary_upper_f053 .video_c1cc::before {
    top: -7px;
  }
  .bottom_bbcc .summary_upper_f053 .video_c1cc::after {
    bottom: -7px;
  }
  .north-6d8c .summary_upper_f053 .out-59c4 {
    margin-top: -2px;
    width: 31px;
  }
  .north-6d8c .summary_upper_f053 .video_c1cc {
    margin-top: -1.5px;
  }
  .north-6d8c .summary_upper_f053 .video_c1cc,
  .north-6d8c .summary_upper_f053 .video_c1cc::after,
  .north-6d8c .summary_upper_f053 .video_c1cc::before {
    width: 31px;
    height: 3px;
  }
  .north-6d8c .summary_upper_f053 .video_c1cc::before {
    top: -9px;
  }
  .north-6d8c .summary_upper_f053 .video_c1cc::after {
    bottom: -9px;
  }
}
.silver_db9f .video_c1cc {
  -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);
}
.silver_db9f .video_c1cc::before {
  -webkit-transition: top 75ms 0.12s ease, opacity 75ms ease;
  transition: top 75ms 0.12s ease, opacity 75ms ease;
}
.silver_db9f .video_c1cc::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);
}
.silver_db9f.hovered-c201 .video_c1cc {
  -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);
}
.silver_db9f.hovered-c201 .video_c1cc::before {
  top: 0;
  opacity: 0;
  -webkit-transition: top 75ms ease, opacity 75ms 0.12s ease;
  transition: top 75ms ease, opacity 75ms 0.12s ease;
}
.silver_db9f.hovered-c201 .video_c1cc::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);
}
.full_6f11 {
  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.tertiary-bdf3:before {
  display: none;
}
.glass-6c35 {
  padding: 0;
  position: fixed;
  width: 100%;
  max-width: 100%;
  top: 0;
  z-index: 999900;
  visibility: hidden;
}
.glass-6c35 .tall_e845 {
  padding: 1.4em 1.5em;
  border-bottom: 1px solid transparent;
}
.glass-6c35 .tall_e845:last-of-type {
  border-bottom: none;
}
.glass-6c35 .tall_e845.complex_9ca6,
.glass-6c35 .tall_e845.row_a6f5,
.glass-6c35 .tall_e845.east-7c93 {
  padding: 0;
}
.glass-6c35 .dropdown-soft-e7b7 .large-7b15 {
  color: currentColor;
}
.glass-6c35 .dropdown-soft-e7b7 .large-7b15:focus,
.glass-6c35 .dropdown-soft-e7b7 .large-7b15:hover {
  background: rgba(0, 0, 0, 0.01);
}
.glass-6c35.menu_hot_b829 .fluid-7b60,
.glass-6c35.menu_hot_b829 .pagination-36f7 a,
.glass-6c35.menu_hot_b829 .outer_d821 a,
.glass-6c35.menu_hot_b829 .button-aa54 a {
  color: rgba(0, 0, 0, 0.55);
}
.glass-6c35.menu_hot_b829 .fluid-7b60:hover,
.glass-6c35.menu_hot_b829 .pagination-36f7 a:hover,
.glass-6c35.menu_hot_b829 .outer_d821 a:hover,
.glass-6c35.menu_hot_b829 .button-aa54 a:hover {
  color: rgba(0, 0, 0, 0.8);
}
.glass-6c35.menu_hot_b829 .widget_c4f8 {
  color: rgba(0, 0, 0, 0.8);
}
.glass-6c35.menu_hot_b829 .tall_e845 {
  border-color: rgba(0, 0, 0, 0.08);
}
.glass-6c35.menu_hot_b829 .tall_e845:before {
  background: rgba(0, 0, 0, 0.08);
}
.glass-6c35.menu_hot_b829 .input-dirty-d65e:before {
  background: rgba(255, 255, 255, 0.9);
}
.glass-6c35.menu_hot_b829 .dropdown-soft-e7b7 .text_63b2 li a,
.glass-6c35.menu_hot_b829 .dropdown-soft-e7b7 .large-7b15,
.glass-6c35.menu_hot_b829 .button-aa54 {
  border-color: rgba(0, 0, 0, 0.08);
}
.glass-6c35.menu_hot_b829 .dropdown-soft-e7b7 .large-7b15:focus,
.glass-6c35.menu_hot_b829 .dropdown-soft-e7b7 .large-7b15:hover {
  background: rgba(0, 0, 0, 0.01);
}
.glass-6c35.menu_hot_b829 .text_63b2 li {
  border-color: rgba(0, 0, 0, 0.08);
}
.glass-6c35.last_d329 .fluid-7b60,
.glass-6c35.last_d329 .pagination-36f7 a,
.glass-6c35.last_d329 .outer_d821 .large-7b15,
.glass-6c35.last_d329 .outer_d821 a,
.glass-6c35.last_d329 .button-aa54 a {
  color: rgba(255, 255, 255, 0.79);
}
.glass-6c35.last_d329 .fluid-7b60:hover,
.glass-6c35.last_d329 .pagination-36f7 a:hover,
.glass-6c35.last_d329 .outer_d821 .large-7b15:hover,
.glass-6c35.last_d329 .outer_d821 a:hover,
.glass-6c35.last_d329 .button-aa54 a:hover {
  color: rgba(255, 255, 255, 0.99);
}
.glass-6c35.last_d329 .widget_c4f8 {
  color: rgba(255, 255, 255, 0.99);
}
.glass-6c35.last_d329 .tall_e845 {
  border-color: rgba(255, 255, 255, 0.08);
}
.glass-6c35.last_d329 .tall_e845:before {
  background: rgba(255, 255, 255, 0.08);
}
.glass-6c35.last_d329 .input-dirty-d65e:before {
  background: rgba(0, 0, 0, 0.9);
}
.glass-6c35.last_d329 .dropdown-soft-e7b7 .text_63b2 li a,
.glass-6c35.last_d329 .dropdown-soft-e7b7 .large-7b15,
.glass-6c35.last_d329 .button-aa54 {
  border-color: rgba(255, 255, 255, 0.08);
}
.glass-6c35.last_d329 .dropdown-soft-e7b7 .large-7b15:focus,
.glass-6c35.last_d329 .dropdown-soft-e7b7 .large-7b15:hover {
  background: rgba(0, 0, 0, 0.01);
}
.glass-6c35.last_d329 .text_63b2 li {
  border-color: rgba(255, 255, 255, 0.08);
}
.input-dirty-d65e {
  position: relative;
  word-con: break-word;
  min-height: 100%;
  display: block;
}
.input-dirty-d65e:before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  display: block;
  min-height: 100%;
}
.search-right-845d {
  position: relative;
  word-con: break-word;
  min-height: 100%;
  display: block;
  padding: 1.2em 0;
}
.pagination-in-3b62 .glass-6c35 {
  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;
}
.pagination-in-3b62 .tall_e845 {
  text-align: center;
  padding: 2em 1.5em;
  border: none;
  position: relative;
}
.pagination-in-3b62 .tall_e845: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) {
  .pagination-in-3b62 .tall_e845:before {
    width: 16%;
    left: 42%;
  }
}
.pagination-in-3b62 .tall_e845:last-child:before {
  content: none;
}
.pagination-in-3b62 .tall_e845[class*="-menu"] {
  padding: 2.5em 1.5em;
}
.pagination-in-3b62 .dropdown-soft-e7b7 .text_63b2 li a {
  border: none;
  font-size: 140%;
  text-transform: uppercase;
  font-weight: 500;
}
.pagination-in-3b62 .dropdown-soft-e7b7 .text_63b2 li a .large-7b15 {
  display: inline-block;
  position: relative;
  border: 0 none;
  margin-right: -1.3em;
  top: -2px;
  padding: 0.28em 0.5em;
}
.pagination-in-3b62 .dropdown-soft-e7b7 .button-aa54 {
  border: none;
}
.pagination-in-3b62 .dropdown-soft-e7b7 .button-aa54 li a {
  text-transform: none;
  padding: 0.35em 1.5em;
  font-size: 100%;
}
.pagination-in-3b62 .input-dirty-d65e {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}
.pagination-in-3b62 .search-right-845d {
  max-width: 48em;
  margin: 3em auto;
  padding: 0;
}
.pagination-in-3b62 .last_d329 .input-dirty-d65e:before {
  background: rgba(0, 0, 0, 0.9);
}
.pagination-in-3b62 .menu_hot_b829.sort_orange_ab88 .video_c1cc {
  background: rgba(0, 0, 0, 0.6);
}
.pagination-in-3b62
  .menu_hot_b829.sort_orange_ab88
  .video_c1cc::after,
.pagination-in-3b62
  .menu_hot_b829.sort_orange_ab88
  .video_c1cc:before {
  background: inherit;
}
.pagination-in-3b62
  .menu_hot_b829.sort_orange_ab88:hover
  .video_c1cc {
  background: rgba(0, 0, 0, 0.8);
}
.paragraph_medium_70d1 .glass-6c35 {
  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) {
  .paragraph_medium_70d1 .glass-6c35 {
    width: auto;
    right: 45px;
  }
}
.banner_tiny_b026 .glass-6c35 {
  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) {
  .banner_tiny_b026 .glass-6c35 {
    width: auto;
    left: 45px;
  }
}
.tertiary-bdf3 .glass-6c35 {
  position: relative;
  height: 0;
  display: block;
  visibility: visible;
  z-index: 999900;
  overflow: hidden;
}
.tertiary-bdf3 .search-right-845d {
  max-width: 48em;
  margin: 0 auto;
}
.tertiary-bdf3 .input-dirty-d65e:before {
  box-shadow: inset 0 0 12px 0 rgba(0, 0, 0, 0.05);
}
.pagination-rough-7c7c {
  overflow-x: hidden;
  position: relative;
  width: 100%;
  display: block;
}
.pagination-rough-7c7c.pagination-in-3b62 .glass-6c35 {
  z-index: 0;
  opacity: 0;
  height: 100%;
}
.pagination-rough-7c7c.paragraph_medium_70d1 .glass-6c35 {
  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);
}
.pagination-rough-7c7c .glass-6c35 {
  visibility: visible;
}
.pagination-rough-7c7c.banner_tiny_b026 .glass-6c35 {
  -webkit-transform: translateX(200%);
  -ms-transform: translateX(200%);
  transform: translateX(200%);
  height: 100%;
}
.mini_cb39,
.primary_medium_8460 {
  overflow-x: hidden;
}
.mini_cb39 .glass-6c35 {
  overflow: auto;
}
.mini_cb39.pagination-in-3b62 {
  overflow: initial;
  position: relative;
  width: 100%;
  display: block;
}
.mini_cb39.pagination-in-3b62 .glass-6c35 {
  z-index: 999900;
  opacity: 1;
  visibility: visible;
}
.mini_cb39.pagination-in-3b62 .lite-5d71 {
  opacity: 0;
}
.mini_cb39.paragraph_medium_70d1 {
  overflow: initial;
  position: relative;
  width: 100%;
  display: block;
}
.mini_cb39.paragraph_medium_70d1 .glass-6c35 {
  z-index: 999900;
  height: 100vh;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  left: 0;
  visibility: visible;
}
.mini_cb39.paragraph_medium_70d1 .lite-5d71 {
  opacity: 0;
}
.mini_cb39.banner_tiny_b026 {
  overflow: initial;
  position: relative;
  width: 100%;
  display: block;
}
.mini_cb39.banner_tiny_b026 .glass-6c35 {
  z-index: 999900;
  height: 100vh;
  max-width: 100vw;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  right: 0;
  visibility: visible;
}
.mini_cb39.banner_tiny_b026 .lite-5d71 {
  opacity: 0;
}
.mini_cb39.tertiary-bdf3 .glass-6c35 {
  z-index: 10;
  visibility: visible;
}
.sort_orange_ab88 {
  display: none;
  z-index: 999910;
  cursor: pointer;
  position: fixed;
  top: 10px;
  right: 12px;
}
.sort_orange_ab88 .video_c1cc {
  background: rgba(255, 255, 255, 0.99);
}
.sort_orange_ab88 .video_c1cc::after,
.sort_orange_ab88 .video_c1cc:before {
  background: inherit;
}
.sort_orange_ab88:hover .video_c1cc {
  background: rgba(255, 255, 255, 0.99);
}
.banner_tiny_b026 .sort_orange_ab88 {
  top: 10px;
  right: auto;
  left: 12px;
}
.tertiary-bdf3 .sort_orange_ab88 {
  display: none !important;
}
.mini_cb39:before,
.primary_medium_8460:before {
  z-index: 999897;
  visibility: visible;
  opacity: 1;
}
.mini_cb39 .sort_orange_ab88,
.primary_medium_8460 .sort_orange_ab88 {
  display: inline-block;
}
.glass-6c35 .complex-1a4c {
  -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;
}
.mini_cb39 .glass-6c35 .complex-1a4c,
.primary_medium_8460 .glass-6c35 .complex-1a4c {
  opacity: 1;
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
}
.status_new_99a3 .mask_current_6dc4 {
  width: 100%;
}
.input_ea5a {
  padding: 0 0.5em 0;
}
.input_ea5a [class*="customify-col-"],
.input_ea5a [class*="customify-col_"],
.input_ea5a [class~="customify-col"] {
  padding: 0 0.5em 0;
}
.item_7a0b .input_ea5a {
  padding-left: 1em;
  padding-right: 1em;
}
@media screen and (min-width: 1025px) {
  .avatar_a8ab .red_78d6,
  .red_78d6 {
    display: none;
  }
  .over-e2a8 {
    text-align: left;
  }
  .label-short-cc7d {
    text-align: center;
  }
  .content_a146 {
    text-align: right;
  }
}
@media screen and (max-width: 1024px) {
  .avatar_a8ab .left_94a1,
  .left_94a1 {
    display: none;
  }
  .modal-upper-7a81 {
    text-align: left;
  }
  .caption_prev_7298 {
    text-align: center;
  }
  .blue_e046 {
    text-align: right;
  }
}
@media screen and (max-width: 568px) {
  .avatar_a8ab .item-pro-06b1,
  .item-pro-06b1 {
    display: none;
  }
  .media_rough_3707 {
    text-align: left;
  }
  .bottom-dfd2 {
    text-align: center;
  }
  .hidden-red-f791 {
    text-align: right;
  }
}
#page {
  position: relative;
}
.outline_lite_1d97 {
  box-shadow: none !important;
}
.notification-8ef4 .module-pro-ce4a,
.hover_pink_b7cd .module-pro-ce4a {
  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;
}
.hover_pink_b7cd .module-pro-ce4a {
  margin-top: 30px;
  margin-bottom: 30px;
}
.cool-7a35 {
  position: relative;
  padding-left: 2em;
  padding-right: 2em;
}
.cool-7a35:after,
.cool-7a35:before {
  content: "";
  display: table;
}
.cool-7a35:after {
  clear: both;
}
@media screen and (max-width: 48em) {
  .cool-7a35 {
    padding-left: 1em;
    padding-right: 1em;
  }
}
.cool-7a35,
.small-b1c4 {
  max-width: 1248px;
  margin: 0 auto;
}

.action-6393.picture-bronze-831a .cool-7a35 {
  max-width: 100%;
}
.action-6393.input-rough-d1b8 {
  max-width: 1200px;
  margin: 0 auto;
}
.action-6393.footer_fresh_cb07 .cool-7a35 {
  max-width: 100%;
}
.action-6393.footer_fresh_cb07 > .cool-7a35 {
  padding-left: 0;
  padding-right: 0;
}
.action-6393.footer_fresh_cb07 > .cool-7a35 .avatar_a8ab {
  margin: 0;
}
.action-6393.footer_fresh_cb07
  > .cool-7a35
  .item-964e.tag_west_9626 {
  margin-right: 0;
  margin-left: 0;
}
.action-6393.footer_fresh_cb07 #main.tag_west_9626 {
  padding: 0;
}
#main,
#sidebar-primary,
#sidebar-secondary {
  padding-top: 2.617924em;
  padding-bottom: 2.617924em;
}
@media screen and (max-width: 1024px) {
  .fresh_357d #main {
    border-left: 0 none;
  }
}
@media screen and (max-width: 1024px) {
  .fresh_357d #sidebar-secondary {
    -webkit-box-ordinal-group: 6;
    order: 5;
    display: none;
  }
}
@media screen and (min-width: 48em) {
  .pressed-d7c1 .overlay-693f {
    padding-right: 1em;
  }
  .pressed-d7c1.gold-824c .item-964e {
    border-right: 1px solid #eaecee;
  }
  .pressed-d7c1.gold-824c .overlay-693f {
    padding-right: 1em;
  }
  .pressed-d7c1.gold-824c .thick_8927 {
    padding-left: 1em;
  }
}
@media screen and (min-width: 48em) {
  .row_27e2 .overlay-693f {
    padding-left: 1em;
  }
  .row_27e2.gold-824c .item-964e {
    border-left: 1px solid #eaecee;
  }
  .row_27e2.gold-824c .overlay-693f {
    padding-left: 1em;
  }
  .row_27e2.gold-824c .thick_8927 {
    padding-right: 1em;
  }
}
@media screen and (min-width: 48em) {
  .full-4268 .overlay-693f {
    padding-left: 1em;
  }
  .full-4268.gold-824c .focused_86b8 {
    border-right: 1px solid #eaecee;
  }
  .full-4268.gold-824c .button-wide-d55f {
    border-right: 1px solid #eaecee;
  }
  .full-4268.gold-824c .overlay-693f {
    padding-left: 1em;
  }
  .full-4268.gold-824c .thick_8927 {
    padding-right: 1em;
  }
  .full-4268.gold-824c .feature-easy-20cd {
    padding-left: 1em;
    padding-right: 1em;
  }
}
@media screen and (min-width: 48em) {
  .hot_c820 .overlay-693f {
    padding-right: 1em;
  }
  .hot_c820.gold-824c .focused_86b8 {
    border-left: 1px solid #eaecee;
  }
  .hot_c820.gold-824c .button-wide-d55f {
    border-left: 1px solid #eaecee;
  }
  .hot_c820.gold-824c .overlay-693f {
    padding-right: 1em;
  }
  .hot_c820.gold-824c .thick_8927 {
    padding-left: 1em;
    padding-right: 1em;
  }
  .hot_c820.gold-824c .feature-easy-20cd {
    padding-left: 1em;
  }
}
@media screen and (min-width: 48em) {
  .fresh_357d .overlay-693f {
    padding-left: 1em;
    padding-right: 1em;
  }
  .fresh_357d.gold-824c .item-964e {
    border-left: 1px solid #eaecee;
    border-right: 1px solid #eaecee;
  }
  .fresh_357d.gold-824c .overlay-693f {
    padding-left: 1em;
    padding-right: 1em;
  }
  .fresh_357d.gold-824c .thick_8927 {
    padding-left: 1em;
  }
  .fresh_357d.gold-824c .feature-easy-20cd {
    padding-right: 1em;
  }
}
@media screen and (max-width: 64em) {
  .fresh_357d.gold-824c .overlay-693f {
    padding-left: 0;
  }
}
.paragraph_tiny_a433 .clean-202d {
  display: inline-block;
}
.block_9883 {
  display: inline-block;
}
.right-8908 {
  word-con: break-word;
}
.progress_49b6 > span {
  display: inline-block;
  padding: 5px 0;
}
.progress_49b6 .dynamic_506b {
  margin-left: 8px;
  margin-right: 8px;
}
.progress_49b6 .easy-aa09 img {
  vertical-align: middle;
  overflow: hidden;
  border-radius: 50%;
  margin-right: 5px;
}
.pressed_ca5e .dark-74b4 {
  margin-bottom: 2em;
}
.pressed_ca5e .right_76b9 {
  margin-bottom: 15px;
}
.pressed_ca5e .right_76b9:last-child {
  margin-bottom: 0;
}
.pressed_ca5e .background_active_722f {
  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) {
  .pressed_ca5e .background_active_722f {
    display: block;
  }
}
.pressed_ca5e .link_f503 {
  position: relative;
  max-width: 100%;
  flex-basis: 40%;
  padding-top: 0;
  overflow: hidden;
}
@media screen and (max-width: 568px) {
  .pressed_ca5e .link_f503 {
    margin-bottom: 1em;
    width: 100% !important;
    padding-top: 56.25%;
  }
}
.pressed_ca5e .motion-6432 {
  position: absolute;
  top: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: flex;
  line-height: 0;
  background-color: #d5d5d5;
}
.pressed_ca5e .motion-6432 img {
  -o-object-fit: cover;
  object-fit: cover;
  width: 100%;
  height: auto;
}
.pressed_ca5e .motion-6432 a {
  position: absolute;
  top: 0;
  top: 0;
  display: block;
}
.pressed_ca5e .right-8908 {
  font-size: 1.5em;
  font-weight: 500;
  word-con: break-word;
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
}
.pressed_ca5e .right-8908 a {
  text-align: inherit;
  display: block;
  flex-basis: 100%;
}
.pressed_ca5e .border_aaa8 p:last-child {
  margin-bottom: 0;
}
.pressed_ca5e .pink_eda1 {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: block;
  z-index: 30;
}
.pressed_ca5e .wrapper-694b {
  -webkit-box-flex: 1;
  flex: 1;
  word-con: break-word;
  max-width: 100%;
}
.pressed_ca5e .preview_large_8b8a {
  margin-top: 1em;
}
.pressed_ca5e .logo-64b9 {
  top: 0;
  display: block;
}
.pressed_ca5e .logo-64b9 a {
  color: inherit;
}
.pressed_ca5e .logo-64b9 a:hover {
  color: inherit;
}
.pressed_ca5e .lite_fea4 {
  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;
}
.pressed_ca5e .lite_fea4:hover {
  background: #235787;
  color: #fff;
  border-color: #235787;
}
.pressed_ca5e .wrapper-694b {
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-flow: column nowrap;
}
.pressed_ca5e .modal_bottom_d063 {
  position: relative;
  width: 100%;
  margin-bottom: 15px;
}
.pressed_ca5e .modal_bottom_d063:first-child {
  margin-top: 0;
}
.pressed_ca5e .modal_bottom_d063.panel-fixed-7b67 {
  -webkit-box-flex: 0;
  flex: none;
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.pressed_ca5e .modal_bottom_d063.title_8200 {
  display: -webkit-box;
  display: flex;
  margin-top: auto;
  margin-bottom: 0;
  -webkit-box-pack: justify;
  justify-content: space-between;
}
.pressed_ca5e
  .modal_bottom_d063.title_8200.header_9ee0
  .preview_large_8b8a {
  width: 100%;
}
.pressed_ca5e .title_8200 {
  -webkit-box-align: center;
  align-items: center;
}
.pressed_ca5e .title_8200 .progress_49b6,
.pressed_ca5e .title_8200 > * {
  margin-bottom: 0;
  margin-top: 0;
  display: inline-block;
}
.pressed_ca5e .motion-6432 {
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
.pressed_ca5e .motion-6432 img {
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
.pressed_ca5e .motion-6432: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;
}
.pressed_ca5e .panel-fixed-7b67 {
  z-index: 5;
}
.pressed_ca5e .hero-79e0 .plasma-c545 {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  display: block;
}
.pressed_ca5e .green_df0d .plasma-c545 {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  display: block;
}
.pressed_ca5e .surface_505a .plasma-c545 {
  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;
}
.pressed_ca5e.list_steel_aea5 .background_active_722f,
.pressed_ca5e.thick-6e04 .background_active_722f {
  display: block;
}
.pressed_ca5e.list_steel_aea5 .background_active_722f .basic-c63d,
.pressed_ca5e.list_steel_aea5 .background_active_722f .wrapper-694b,
.pressed_ca5e.thick-6e04 .background_active_722f .basic-c63d,
.pressed_ca5e.thick-6e04 .background_active_722f .wrapper-694b {
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
}
.pressed_ca5e.chip-4f13 .link_f503 {
  margin-right: 2em;
}
@media screen and (max-width: 568px) {
  .pressed_ca5e.chip-4f13 .link_f503 {
    margin-right: 0;
  }
}
.pressed_ca5e.list_steel_aea5 .link_f503,
.pressed_ca5e.thick-6e04 .link_f503 {
  padding-top: 40%;
}
.pressed_ca5e.list_steel_aea5 .dark-74b4,
.pressed_ca5e.thick-6e04 .dark-74b4 {
  display: block;
}
.pressed_ca5e.list_steel_aea5 .fn-sticky-1f01 .wrapper-694b,
.pressed_ca5e.thick-6e04 .fn-sticky-1f01 .wrapper-694b {
  background-color: #fcf8e3;
  border: 1px solid #faf2cc;
  border-top: 0 none;
  color: #8a6d3b;
  padding: 1em;
}
.pressed_ca5e.list_steel_aea5 .link_f503,
.pressed_ca5e.thick-6e04 .link_f503 {
  margin-bottom: 1em;
  display: block;
  position: relative;
}
.pressed_ca5e.list_steel_aea5 .wrapper-694b {
  padding: 1em;
}
.mask-brown-94a1 {
  margin: 30px auto;
  display: block;
}
.mask-brown-94a1 .heading-901a > * {
  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;
}
.mask-brown-94a1 .heading-901a > :hover {
  border-color: #235787;
  background: #235787;
  color: #fff;
}
.mask-brown-94a1 .heading-901a span {
  border-color: #235787;
  background: #235787;
  color: #fff;
}
.texture_2f68 .progress_49b6 {
  margin-bottom: 1.41575em;
}
.texture_2f68 .gallery-liquid-0e1b {
  margin-bottom: 1.618em;
}
.orange_656c .table-c29c {
  display: block;
  margin: 5px 0 20px;
  font-weight: 500;
}
.orange_656c .table-c29c a {
  border: 1px solid #eaecee;
  padding: 5px 12px 5px;
  text-transform: uppercase;
  color: #686868;
  margin: 0 2px;
}
.orange_656c .breadcrumb_paper_5fb7 {
  max-width: 100%;
  overflow: auto;
}
.preview-e258 .orange_656c a:hover {
  text-decoration: underline;
}
.black-8214 .right_76b9:not(.right-8908),
.black-8214 .motion-6432 {
  margin-bottom: 1.41575em;
}
.black-8214 .right_76b9:not(.right-8908):last-child,
.black-8214 .motion-6432:last-child {
  margin-bottom: 0;
}
.black-8214 .right_76b9.photo-b824 {
  margin-bottom: 0.41575em;
}
.black-8214 .first_fd4b:before,
.black-8214 .highlight-8769:before {
  font: normal normal normal 16px/1 FontAwesome;
  text-decoration: inherit;
  text-transform: none;
  position: relative;
  margin-right: 5px;
  color: #6d6d6d;
}
.black-8214 .first_fd4b:before {
  content: "\f115";
}
.black-8214 .highlight-8769:before {
  content: "\f02c";
}
.black-8214 .section-ce2d {
  display: block;
  width: 100%;
  margin-top: 0.5407911001em;
}
.black-8214 .section-ce2d a {
  text-transform: uppercase;
  font-weight: 500;
  font-size: 80%;
  letter-spacing: 0.5px;
}
.modal_d95a {
  display: -webkit-box;
  display: flex;
}
.modal_d95a .component-prev-72d8 {
  flex-basis: 90px;
}
@media screen and (max-width: 568px) {
  .modal_d95a .component-prev-72d8 {
    flex-basis: 90px;
  }
}
.modal_d95a .section-green-71b3 {
  flex-basis: calc(100% - 90px);
  margin-left: 1.5em;
}
@media screen and (max-width: 568px) {
  .modal_d95a .section-green-71b3 {
    flex-basis: calc(100% - 50px);
  }
}
.modal_d95a .info_fea3 p:last-child {
  margin-bottom: 0.72em;
}
.button_cool_6b3c .heading-901a {
  padding: 16px 0 15px;
  border-top: 1px solid #eaecee;
  border-bottom: 1px solid #eaecee;
}
.button_cool_6b3c .heading-901a:after,
.button_cool_6b3c .heading-901a:before {
  content: "";
  display: table;
}
.button_cool_6b3c .heading-901a:after {
  clear: both;
}
.button_cool_6b3c .heading-901a .info_7d3d,
.button_cool_6b3c .heading-901a .block_clean_08bb {
  width: 49%;
}
.button_cool_6b3c .heading-901a .info_7d3d a span.bottom_e65f,
.button_cool_6b3c .heading-901a .block_clean_08bb a span.bottom_e65f {
  display: block;
  margin-bottom: 5px;
}
.button_cool_6b3c .heading-901a .block_clean_08bb {
  float: left;
  text-align: left;
}
.button_cool_6b3c .heading-901a .info_7d3d {
  float: right;
  text-align: right;
}
.button_bright_1ed1 {
  margin-bottom: 0.41575em;
}
@media screen and (max-width: 568px) {
  .button_bright_1ed1 {
    margin-bottom: 0;
  }
}
.video-tiny-d325 {
  margin-bottom: 1em;
}
.video-tiny-d325 .right-8908 {
  font-size: 1.1em;
  line-height: 1.3;
}
.inner-8c79 a {
  display: block;
  line-height: 0;
  position: relative;
}
.pattern_easy_e1f6 .video-tiny-d325,
.progress_inner_e8f3 .video-tiny-d325 {
  display: -webkit-box;
  display: flex;
}
@media screen and (max-width: 568px) {
  .pattern_easy_e1f6 .video-tiny-d325,
  .progress_inner_e8f3 .video-tiny-d325 {
    display: block;
  }
}
.pattern_easy_e1f6 .inner-8c79,
.progress_inner_e8f3 .inner-8c79 {
  flex-basis: 160px;
  position: relative;
}
@media screen and (max-width: 568px) {
  .pattern_easy_e1f6 .inner-8c79,
  .progress_inner_e8f3 .inner-8c79 {
    margin-bottom: 1em;
  }
}
.pattern_easy_e1f6 .inner-8c79 img,
.progress_inner_e8f3 .inner-8c79 img {
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  display: block;
}
.pattern_easy_e1f6 .detail-04c1,
.progress_inner_e8f3 .detail-04c1 {
  flex-basis: calc(100% - 160px);
}
.pattern_easy_e1f6 .detail-04c1 p,
.progress_inner_e8f3 .detail-04c1 p {
  margin-bottom: 0;
}
.pattern_easy_e1f6 .detail-04c1 {
  padding-left: 1em;
}
@media screen and (max-width: 568px) {
  .pattern_easy_e1f6 .detail-04c1 {
    padding-left: 0;
  }
}
.progress_inner_e8f3 .detail-04c1 {
  -webkit-box-ordinal-group: 2;
  order: 1;
  padding-right: 1em;
}
@media screen and (max-width: 568px) {
  .progress_inner_e8f3 .detail-04c1 {
    padding-right: 0;
  }
}
.progress_inner_e8f3 .inner-8c79 {
  -webkit-box-ordinal-group: 3;
  order: 2;
}
.media-dynamic-6323 .inner-8c79 {
  margin-bottom: 0.5em;
}
.media-dynamic-6323 .inner-8c79 img {
  width: 100%;
}
.menu_e430 .wide_c84e,
.paper-6282 .wide_c84e {
  margin-bottom: 35px;
  padding-bottom: 20px;
  border-bottom: 1px solid #eaecee;
}
.paper-6282 .item-964e .button-slow-d246 p:last-child {
  margin-bottom: 0;
}
.narrow_e1ae {
  font-size: 16px;
  text-transform: uppercase;
  font-weight: 500;
  color: currentColor;
  margin-bottom: 20px;
}
.nav-new-0d57 .image-d481 {
  margin-bottom: 2em;
}
@media screen and (min-width: 1025px) {
  .nav-new-0d57 .image-d481:last-of-type {
    margin-bottom: 0;
  }
}
.nav-new-0d57 .image-d481 ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.nav-new-0d57 .image-d481 ul:after {
  clear: both;
  content: ".";
  display: block;
  height: 0;
  visibility: hidden;
}
.nav-new-0d57 .image-d481 ul li {
  margin: 0 0 0.6em;
}
.nav-new-0d57 .image-d481 ul li.wrapper-advanced-bf1f,
.nav-new-0d57 .image-d481 ul li.shadow_easy_7e1c {
  position: relative;
}
.nav-new-0d57 .image-d481 ul li.wrapper-advanced-bf1f .input_63d7,
.nav-new-0d57 .image-d481 ul li.shadow_easy_7e1c .input_63d7 {
  right: 0;
  background: #eaecee;
  color: #999;
  padding: 0 0.5em;
  border-radius: 0.9em;
  font-size: 12px;
  position: absolute;
  top: 4px;
}
.nav-new-0d57 .image-d481 ul li.wrapper-advanced-bf1f:after:after,
.nav-new-0d57 .image-d481 ul li.wrapper-advanced-bf1f:after:before,
.nav-new-0d57
  .image-d481
  ul
  li.shadow_easy_7e1c:after:after,
.nav-new-0d57
  .image-d481
  ul
  li.shadow_easy_7e1c:after:before {
  content: "";
  display: table;
}
.nav-new-0d57 .image-d481 ul li.wrapper-advanced-bf1f:after:after,
.nav-new-0d57
  .image-d481
  ul
  li.shadow_easy_7e1c:after:after {
  clear: both;
}
.nav-new-0d57 .image-d481 a.easy_1d5b:hover {
  text-decoration: none;
}
.nav-new-0d57 .image-d481 select {
  max-width: 100%;
}
.nav-new-0d57 .image-d481 table {
  font-size: 85%;
}
.nav-new-0d57 .image-d481 table td,
.nav-new-0d57 .image-d481 table th {
  padding: 0.2360828548em;
  text-align: center;
}
.nav-new-0d57 .image-d481 table tfoot td {
  text-align: left;
}
.nav-new-0d57 .image-d481 :last-child {
  margin-bottom: 0;
}
.nav-new-0d57 .image-d481 .accordion-wood-d817 {
  display: -webkit-box;
  display: flex;
  width: 100%;
  max-width: 100%;
}
.nav-new-0d57 .image-d481 .accordion-wood-d817 label {
  width: 100%;
}
.nav-new-0d57 .image-d481 .accordion-wood-d817 .shade_brown_5a1c {
  width: 100%;
  display: block;
}
.nav-new-0d57 .image-d481 .accordion-wood-d817 .notice-orange-a8e9 {
  padding: 9px 14px;
  margin-left: -46px;
  overflow: hidden;
  box-shadow: none;
  background: 0 0;
  color: #aaa;
  line-height: 0;
}
.nav-new-0d57 .image-d481 .accordion-wood-d817 .notice-orange-a8e9:hover svg #svg-search {
  fill: #444;
}
.nav-new-0d57 .image-d481 .accordion-wood-d817 .notice-orange-a8e9 svg {
  width: 18px;
  height: 18px;
}
.nav-new-0d57 .hidden_51da ul ul,
.nav-new-0d57 .title-e57d ul ul,
.nav-new-0d57 .under_711c ul ul,
.nav-new-0d57 .section-upper-4b4b ul ul {
  margin-top: 0.3819820591em;
  margin-left: 0;
  margin-bottom: -0.3819820591em;
}
.nav-new-0d57 .hidden_51da .photo-thick-b649 > a,
.nav-new-0d57 .title-e57d .photo-thick-b649 > a,
.nav-new-0d57 .under_711c .photo-thick-b649 > a,
.nav-new-0d57 .section-upper-4b4b .photo-thick-b649 > a {
  margin-bottom: 0;
}
.nav-new-0d57 .stone_b758 li,
.nav-new-0d57 .hidden_51da li,
.nav-new-0d57 .prev_a557 li,
.nav-new-0d57 .title-e57d li,
.nav-new-0d57 .under_711c li,
.nav-new-0d57 .section-upper-4b4b li,
.nav-new-0d57 .gradient_e452 li,
.nav-new-0d57 .surface-6f46 li {
  display: block;
  position: relative;
}
.nav-new-0d57 .stone_b758 li:last-child,
.nav-new-0d57 .hidden_51da li:last-child,
.nav-new-0d57 .prev_a557 li:last-child,
.nav-new-0d57 .title-e57d li:last-child,
.nav-new-0d57 .under_711c li:last-child,
.nav-new-0d57 .section-upper-4b4b li:last-child,
.nav-new-0d57 .gradient_e452 li:last-child,
.nav-new-0d57 .surface-6f46 li:last-child {
  border: none;
}
.nav-new-0d57 .stone_b758 li a,
.nav-new-0d57 .hidden_51da li a,
.nav-new-0d57 .prev_a557 li a,
.nav-new-0d57 .title-e57d li a,
.nav-new-0d57 .under_711c li a,
.nav-new-0d57 .section-upper-4b4b li a,
.nav-new-0d57 .gradient_e452 li a,
.nav-new-0d57 .surface-6f46 li a {
  display: block;
  width: 100%;
  padding-bottom: 0.6em;
  margin-bottom: 0.6em;
  border-bottom: 1px solid #eaecee;
  position: relative;
}
.nav-new-0d57 .stone_b758 li ul li::before,
.nav-new-0d57 .hidden_51da li ul li::before,
.nav-new-0d57 .prev_a557 li ul li::before,
.nav-new-0d57 .title-e57d li ul li::before,
.nav-new-0d57 .under_711c li ul li::before,
.nav-new-0d57 .section-upper-4b4b li ul li::before,
.nav-new-0d57 .gradient_e452 li ul li::before,
.nav-new-0d57 .surface-6f46 li ul li::before {
  left: 15px;
}
.nav-new-0d57 .stone_b758 li ul a,
.nav-new-0d57 .hidden_51da li ul a,
.nav-new-0d57 .prev_a557 li ul a,
.nav-new-0d57 .title-e57d li ul a,
.nav-new-0d57 .under_711c li ul a,
.nav-new-0d57 .section-upper-4b4b li ul a,
.nav-new-0d57 .gradient_e452 li ul a,
.nav-new-0d57 .surface-6f46 li ul a {
  padding-left: 20px;
}
.nav-new-0d57 .stone_b758 li ul ul li::before,
.nav-new-0d57 .hidden_51da li ul ul li::before,
.nav-new-0d57 .prev_a557 li ul ul li::before,
.nav-new-0d57 .title-e57d li ul ul li::before,
.nav-new-0d57 .under_711c li ul ul li::before,
.nav-new-0d57 .section-upper-4b4b li ul ul li::before,
.nav-new-0d57 .gradient_e452 li ul ul li::before,
.nav-new-0d57 .surface-6f46 li ul ul li::before {
  left: 30px;
}
.nav-new-0d57 .stone_b758 li ul ul a,
.nav-new-0d57 .hidden_51da li ul ul a,
.nav-new-0d57 .prev_a557 li ul ul a,
.nav-new-0d57 .title-e57d li ul ul a,
.nav-new-0d57 .under_711c li ul ul a,
.nav-new-0d57 .section-upper-4b4b li ul ul a,
.nav-new-0d57 .gradient_e452 li ul ul a,
.nav-new-0d57 .surface-6f46 li ul ul a {
  padding-left: 40px;
}
.nav-new-0d57 .main_488d li {
  padding-bottom: 0.6em;
  border-bottom: 1px solid #eaecee;
  position: relative;
}
.nav-new-0d57 .surface-6f46 ul li {
  margin-bottom: 1.41575em;
}
.nav-new-0d57 .surface-6f46 ul li .plasma-d9a1 {
  font-weight: 400;
  font-size: 1.2em;
  line-height: 1.28;
}
.nav-new-0d57 .surface-6f46 ul li .block-middle-ef56 {
  display: block;
  margin: 0.5407911001em 0;
  font-size: 85%;
}
.last_d329 .stone_b758 li a,
.last_d329 .hidden_51da li a,
.last_d329 .prev_a557 li a,
.last_d329 .title-e57d li a,
.last_d329 .under_711c li a,
.last_d329 .section-upper-4b4b li a,
.last_d329 .gradient_e452 li a,
.last_d329 .surface-6f46 li a {
  border-color: rgba(255, 255, 255, 0.08);
}
.last_d329 .main_488d li {
  border-color: rgba(255, 255, 255, 0.08);
}
.last_d329 .image-d481 ul li.wrapper-advanced-bf1f .input_63d7,
.last_d329 .image-d481 ul li.shadow_easy_7e1c .input_63d7 {
  background: rgba(0, 0, 0, 0.2);
}
.last_d329 .nav-new-0d57 .image-d481 select {
  border-color: rgba(255, 255, 255, 0.08);
}
.action-6393 .nav-new-0d57 .text_63b2 li {
  margin: 0;
}
.action-6393 .nav-new-0d57 .text_63b2 li a {
  display: block;
  padding: 0.6em 0 0.6em;
}
.action-6393 .nav-new-0d57 .text_63b2 li ul {
  margin: 0;
}
.action-6393 .nav-new-0d57 .text_63b2 li ul li a {
  padding-left: 15px;
}
.action-6393 .nav-new-0d57 .text_63b2 li ul li li a {
  padding-left: 30px;
}
.action-6393 .nav-new-0d57 .text_63b2 li.widget-north-9a7e > a {
  position: relative;
  border: 1px solid #eaecee;
  border-left: none;
  border-right: none;
  font-size: 110%;
}
.action-6393 .nav-new-0d57 .text_63b2 li.widget-north-9a7e > 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;
}
.action-6393 .nav-new-0d57 .text_63b2 li.widget-north-9a7e > 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;
}
.banner-72a1 a {
  border: 1px solid currentColor;
  border-radius: 2px;
  display: inline-block;
  font-size: 0.875em !important;
  margin-bottom: 5px;
  padding: 1px 10px 1px;
}
.module_2f46 {
  position: relative;
  z-index: 10;
}
.module_2f46 .complex-1a4c {
  width: 100%;
  max-width: 100%;
}
.backdrop_7be7 .purple_05c8 {
  padding-top: 2em;
  padding-bottom: 2em;
}
.backdrop_7be7 .menu_hot_b829 {
}
.backdrop_7be7 .last_d329 {
  background: #292929;
}
.link_medium_8639 .purple_05c8 {
  padding-top: 2.5em;
  padding-bottom: 2.5em;
}
.link_medium_8639 .menu_hot_b829 {
  background: #f9f9f9;
}
.link_medium_8639 .last_d329 {
  background: #303030;
}
.glass_7054 .purple_05c8 {
  padding-top: 1.5em;
  padding-bottom: 1.5em;
}
@media screen and (max-width: 568px) {
  .glass_7054 .clean-202d {
    margin-bottom: 1em;
  }
  .glass_7054 .clean-202d:last-child {
    margin-bottom: 0;
  }
}
.glass_7054 .menu_hot_b829 {
  background: #ededed;
}
.glass_7054 .last_d329 {
  background: #1a1a1a;
}
.purple_05c8.menu_hot_b829 {
  color: rgba(0, 0, 0, 0.6);
}
.purple_05c8.menu_hot_b829 .steel_6601 li {
  border-color: rgba(0, 0, 0, 0.08);
}
.purple_05c8.last_d329 {
  color: rgba(255, 255, 255, 0.99);
}
.purple_05c8.last_d329 a:not(.easy_1d5b) {
  color: rgba(255, 255, 255, 0.79);
}
.purple_05c8.last_d329 a:not(.easy_1d5b):hover {
  color: rgba(255, 255, 255, 0.99);
}
.purple_05c8.last_d329 .steel_6601 li {
  border-color: rgba(255, 255, 255, 0.08);
}
.purple_05c8.last_d329 table tbody td,
.purple_05c8.last_d329 table th {
  background: rgba(0, 0, 0, 0.08);
}
.tall_43bf.row-left-40c8 .cool-7a35 {
  max-width: initial;
}
.tall_43bf .surface_tall_a45a {
  -webkit-box-pack: start;
  justify-content: flex-start;
}
.tall_43bf .surface_tall_a45a .complex-1a4c {
  width: auto;
}
@media screen and (max-width: 1024px) {
  .tall_43bf .surface_tall_a45a .complex-1a4c {
    display: block;
    margin-bottom: 2em;
  }
  .tall_43bf .surface_tall_a45a .complex-1a4c:last-child {
    margin-bottom: 0;
  }
}
.glass_7054 .clean-202d:last-child,
.link_medium_8639 .clean-202d:last-child,
.backdrop_7be7 .clean-202d:last-child {
  margin-bottom: 0;
}
.glass_7054 .clean-202d .nav-new-0d57 .image-d481:last-child,
.link_medium_8639 .clean-202d .nav-new-0d57 .image-d481:last-child,
.backdrop_7be7 .clean-202d .nav-new-0d57 .image-d481:last-child {
  margin-bottom: 0;
}
@media screen and (max-width: 568px) {
  .glass_7054 .hot-5208,
  .glass_7054 .chip-ad28,
  .link_medium_8639 .hot-5208,
  .link_medium_8639 .chip-ad28,
  .backdrop_7be7 .hot-5208,
  .backdrop_7be7 .chip-ad28 {
    text-align: center;
  }
}
@media screen and (max-width: 48em) {
  .module_2f46 .clean-202d {
    margin-bottom: 2em;
  }
}
.module_2f46 p:last-child {
  margin-bottom: 0;
}
.module_2f46 li,
.module_2f46 ul {
  list-style: none;
  margin: 0;
}
.module_2f46 ul ul {
  margin-left: 2.617924em;
}
.sort_a61b {
  font-size: 0.875em;
}

/* css-noise: a6c4 */
.widget-item-e5 {
  padding: 0.5rem;
  font-size: 13px;
  line-height: 1.3;
}
