/*!
Theme Name: Customify
Theme URI: https://pressmaximum.warm-2557/customify
Author: WPCustomify
Author URI: https://pressmaximum.warm-2557
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.warm-2557/customify
Version: 0.3.7
License: GNU General Public License v2 or later
License URI: http://www.shade-bad6.media-dark-510b/licenses/gpl-2.0.tooltip-right-7b7c
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.north-0852/, (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.main_yellow_1fa9.detail-west-10b1/normalize.widget_advanced_c31c/
 ======
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.widget_advanced_c31c v7.0.0 | MIT License | github.warm-2557/necolas/normalize.widget_advanced_c31c */
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;
}
.shadow_medium_4770 .notification_next_36e7,
.image-wide-5bf1,
.element-768d,
.media_glass_7f18,
.chip-6d67,
.paragraph-f296,
.notification_7a89,
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;
}
.image-wide-5bf1,
h1 {
  font-size: 2.42em;
  line-height: 1.216;
}
@media screen and (max-width: 1024px) {
  .image-wide-5bf1,
  h1 {
    font-size: 2.1em;
  }
}
@media screen and (max-width: 568px) {
  .image-wide-5bf1,
  h1 {
    font-size: 1.8em;
  }
}
.element-768d,
h2 {
  font-size: 2.1em;
  line-height: 1.216;
}
.element-768d + h3,
h2 + h3 {
  border-top: 1px solid #eaecee;
  padding-top: 0.5407911001em;
}
@media screen and (max-width: 1024px) {
  .element-768d,
  h2 {
    font-size: 1.9em;
  }
}
@media screen and (max-width: 568px) {
  .element-768d,
  h2 {
    font-size: 1.7em;
  }
}
.media_glass_7f18,
h3 {
  font-size: 1.618em;
}
.shadow_medium_4770 .notification_next_36e7,
.chip-6d67,
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.column-1848 {
  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;
}
.alert-hot-7c0e:after,
.alert-hot-7c0e:before,
.button-b788:after,
.button-b788:before {
  content: "";
  display: table;
}
.alert-hot-7c0e:after,
.button-b788:after {
  clear: both;
}
.feature_hot_55ac {
  float: right;
  margin-right: 0;
}
.prev-8f88 {
  float: left;
  margin-left: 0;
}
form {
  margin-bottom: 2em;
}
.border-d437 .stale-f050,
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;
}
.border-d437 .stale-f050: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;
}
.form_light_656c .stale-f050 {
  box-shadow: none;
}
.form_light_656c
  .stale-f050
  .light_9dde {
  line-height: 2.4em;
  min-height: 2.6em;
  padding-left: 0;
}
.form_light_656c .stale-f050 .wood_e3f0 {
  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;
}
.form_light_656c
  .stale-f050
  .wood_e3f0
  b {
  display: none;
}
.form_light_656c .over_5bff {
  border: 1px solid #e5e5e5;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.12) inset;
}
.main_purple_b97f:not(.backdrop-e1b1):not(.hard-be96),
button:not(.backdrop-e1b1):not(.hard-be96),
input[type="button"]:not(.backdrop-e1b1):not(
    .hard-be96
  ),
input[type="reset"]:not(.backdrop-e1b1):not(
    .hard-be96
  ),
input[type="submit"]:not(.backdrop-e1b1):not(
    .hard-be96
  ) {
  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;
}
.main_purple_b97f:not(.backdrop-e1b1):not(
    .hard-be96
  ):hover,
button:not(.backdrop-e1b1):not(
    .hard-be96
  ):hover,
input[type="button"]:not(.backdrop-e1b1):not(
    .hard-be96
  ):hover,
input[type="reset"]:not(.backdrop-e1b1):not(
    .hard-be96
  ):hover,
input[type="submit"]:not(.backdrop-e1b1):not(
    .hard-be96
  ):hover {
  box-shadow: inset 0 0 0 120px rgba(0, 0, 0, 0.18);
  color: #fff;
  outline: 0;
}
.main_purple_b97f:not(.backdrop-e1b1):not(
    .hard-be96
  ):active,
.main_purple_b97f:not(.backdrop-e1b1):not(
    .hard-be96
  ):focus,
button:not(.backdrop-e1b1):not(
    .hard-be96
  ):active,
button:not(.backdrop-e1b1):not(
    .hard-be96
  ):focus,
input[type="button"]:not(.backdrop-e1b1):not(
    .hard-be96
  ):active,
input[type="button"]:not(.backdrop-e1b1):not(
    .hard-be96
  ):focus,
input[type="reset"]:not(.backdrop-e1b1):not(
    .hard-be96
  ):active,
input[type="reset"]:not(.backdrop-e1b1):not(
    .hard-be96
  ):focus,
input[type="submit"]:not(.backdrop-e1b1):not(
    .hard-be96
  ):active,
input[type="submit"]:not(.backdrop-e1b1):not(
    .hard-be96
  ):focus {
  outline: 0;
}
.main_purple_b97f:not(.backdrop-e1b1):not(
    .hard-be96
  ).fn-loading-af98,
button:not(.backdrop-e1b1):not(
    .hard-be96
  ).fn-loading-af98,
input[type="button"]:not(.backdrop-e1b1):not(
    .hard-be96
  ).fn-loading-af98,
input[type="reset"]:not(.backdrop-e1b1):not(
    .hard-be96
  ).fn-loading-af98,
input[type="submit"]:not(.backdrop-e1b1):not(
    .hard-be96
  ).fn-loading-af98 {
  position: relative;
}
.main_purple_b97f:not(.backdrop-e1b1):not(
    .hard-be96
  ).fn-loading-af98
  .gas_f767,
.main_purple_b97f:not(.backdrop-e1b1):not(
    .hard-be96
  ).fn-loading-af98
  .disabled-43e8,
.main_purple_b97f:not(.backdrop-e1b1):not(
    .hard-be96
  ).fn-loading-af98
  .carousel_d633,
.main_purple_b97f:not(.backdrop-e1b1):not(
    .hard-be96
  ).fn-loading-af98
  i,
.main_purple_b97f:not(.backdrop-e1b1):not(
    .hard-be96
  ).fn-loading-af98
  svg,
button:not(.backdrop-e1b1):not(
    .hard-be96
  ).fn-loading-af98
  .gas_f767,
button:not(.backdrop-e1b1):not(
    .hard-be96
  ).fn-loading-af98
  .disabled-43e8,
button:not(.backdrop-e1b1):not(
    .hard-be96
  ).fn-loading-af98
  .carousel_d633,
button:not(.backdrop-e1b1):not(
    .hard-be96
  ).fn-loading-af98
  i,
button:not(.backdrop-e1b1):not(
    .hard-be96
  ).fn-loading-af98
  svg,
input[type="button"]:not(.backdrop-e1b1):not(
    .hard-be96
  ).fn-loading-af98
  .gas_f767,
input[type="button"]:not(.backdrop-e1b1):not(
    .hard-be96
  ).fn-loading-af98
  .disabled-43e8,
input[type="button"]:not(.backdrop-e1b1):not(
    .hard-be96
  ).fn-loading-af98
  .carousel_d633,
input[type="button"]:not(.backdrop-e1b1):not(
    .hard-be96
  ).fn-loading-af98
  i,
input[type="button"]:not(.backdrop-e1b1):not(
    .hard-be96
  ).fn-loading-af98
  svg,
input[type="reset"]:not(.backdrop-e1b1):not(
    .hard-be96
  ).fn-loading-af98
  .gas_f767,
input[type="reset"]:not(.backdrop-e1b1):not(
    .hard-be96
  ).fn-loading-af98
  .disabled-43e8,
input[type="reset"]:not(.backdrop-e1b1):not(
    .hard-be96
  ).fn-loading-af98
  .carousel_d633,
input[type="reset"]:not(.backdrop-e1b1):not(
    .hard-be96
  ).fn-loading-af98
  i,
input[type="reset"]:not(.backdrop-e1b1):not(
    .hard-be96
  ).fn-loading-af98
  svg,
input[type="submit"]:not(.backdrop-e1b1):not(
    .hard-be96
  ).fn-loading-af98
  .gas_f767,
input[type="submit"]:not(.backdrop-e1b1):not(
    .hard-be96
  ).fn-loading-af98
  .disabled-43e8,
input[type="submit"]:not(.backdrop-e1b1):not(
    .hard-be96
  ).fn-loading-af98
  .carousel_d633,
input[type="submit"]:not(.backdrop-e1b1):not(
    .hard-be96
  ).fn-loading-af98
  i,
input[type="submit"]:not(.backdrop-e1b1):not(
    .hard-be96
  ).fn-loading-af98
  svg {
  visibility: hidden;
}
.main_purple_b97f:not(.backdrop-e1b1):not(
    .hard-be96
  ).fn-loading-af98:after,
button:not(.backdrop-e1b1):not(
    .hard-be96
  ).fn-loading-af98:after,
input[type="button"]:not(.backdrop-e1b1):not(
    .hard-be96
  ).fn-loading-af98:after,
input[type="reset"]:not(.backdrop-e1b1):not(
    .hard-be96
  ).fn-loading-af98:after,
input[type="submit"]:not(.backdrop-e1b1):not(
    .hard-be96
  ).fn-loading-af98: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;
}
.main_purple_b97f:not(.backdrop-e1b1):not(.hard-be96),
input[type="button"]:not(.backdrop-e1b1):not(
    .hard-be96
  ),
input[type="reset"]:not(.backdrop-e1b1):not(
    .hard-be96
  ),
input[type="submit"]:not(.backdrop-e1b1):not(
    .hard-be96
  ) {
  color: #fff;
  background: #235787;
}
.main_purple_b97f:not(.backdrop-e1b1):not(
    .hard-be96
  ):focus,
input[type="button"]:not(.backdrop-e1b1):not(
    .hard-be96
  ):focus,
input[type="reset"]:not(.backdrop-e1b1):not(
    .hard-be96
  ):focus,
input[type="submit"]:not(.backdrop-e1b1):not(
    .hard-be96
  ):focus {
  color: #fff;
}
.main_purple_b97f.fn-disabled-af98:not(.backdrop-e1b1):not(
    .hard-be96
  ),
.main_purple_b97f[disabled]:not(.backdrop-e1b1):not(
    .hard-be96
  ),
button.fn-disabled-af98:not(.backdrop-e1b1):not(
    .hard-be96
  ),
button[disabled]:not(.backdrop-e1b1):not(
    .hard-be96
  ) {
  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;
}
.fixed-cdde {
  clip: rect(1px, 1px, 1px, 1px);
  position: absolute !important;
  height: 1px;
  width: 1px;
  overflow: hidden;
  word-con: normal !important;
}
.fixed-cdde: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;
}
.background-solid-d52c {
  display: inline;
  float: left;
  margin-right: 1.41575em;
}
.center-c28c {
  display: inline;
  float: right;
  margin-left: 1.41575em;
}
.dropdown_smooth_cea9 {
  clear: both;
  display: block;
  margin: 0 auto;
}
.alert-hot-7c0e:after,
.alert-hot-7c0e:before,
.fixed-0119:after,
.fixed-0119:before,
.tertiary-ffa9:after,
.tertiary-ffa9:before,
.wood_70d8:after,
.wood_70d8:before,
.cold-2ee5:after,
.cold-2ee5:before,
.cool-c4a7:after,
.cool-c4a7:before {
  content: "";
  display: table;
  table-layout: fixed;
}
.alert-hot-7c0e:after,
.fixed-0119:after,
.tertiary-ffa9:after,
.wood_70d8:after,
.cold-2ee5:after,
.cool-c4a7:after {
  clear: both;
}
.fixed-0119 .paragraph_silver_d14d,
.tertiary-ffa9 .paragraph_silver_d14d,
.main-fd61 .paragraph_silver_d14d {
  border: none;
  margin-bottom: 0;
  margin-top: 0;
  padding: 0;
}
embed,
iframe,
object {
  max-width: 100%;
}
.status-c560 {
  display: inline-block;
}
.element-under-6c4c {
  margin-bottom: 1.41575em;
  max-width: 100%;
}
.element-under-6c4c img[class*="wp-image-"] {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.element-under-6c4c .button-pink-9d1e {
  padding: 1em 0;
  font-size: 85%;
}
.button-pink-9d1e {
  text-align: left;
  font-style: italic;
  color: #999;
}
.cool-f9ff {
  margin-bottom: 1.5em;
  margin-bottom: 1.41575em;
}
.cool-f9ff:after,
.cool-f9ff:before {
  content: "";
  display: table;
}
.cool-f9ff:after {
  clear: both;
}
.avatar-paper-b493 {
  display: inline-block;
  text-align: center;
  vertical-align: top;
  width: 100%;
}
.search_e756 .avatar-paper-b493 {
  max-width: 50%;
}
.feature_95fd .avatar-paper-b493 {
  max-width: 33.33%;
}
.carousel-light-2bf2 .avatar-paper-b493 {
  max-width: 25%;
}
.under-9827 .avatar-paper-b493 {
  max-width: 20%;
}
.stone_823a .avatar-paper-b493 {
  max-width: 16.66%;
}
.hovered_ba12 .avatar-paper-b493 {
  max-width: 14.28%;
}
.sort-fluid-01c5 .avatar-paper-b493 {
  max-width: 12.5%;
}
.bronze-1aa1 .avatar-paper-b493 {
  max-width: 11.11%;
}
.soft-6cee {
  display: block;
}
.shadow_medium_4770 .easy-cd14 label,
.shadow_medium_4770 .fresh_9d0e label,
.shadow_medium_4770 .tooltip_dark_2df1 label,
.shadow_medium_4770 .next-8b4e label {
  text-transform: uppercase;
  letter-spacing: 0.5px;
  font-size: 0.85em;
}
.purple_c27e {
  list-style: none;
  margin: 0;
}
.purple_c27e article.video-red-1b85 {
  margin-bottom: 0;
}
.purple_c27e ul {
  list-style: none;
  margin: 0;
}
.purple_c27e .module_0881 li.video-red-1b85 {
  padding-left: 30px;
}
@media screen and (min-width: 64em) {
  .purple_c27e .module_0881 li.video-red-1b85 {
    padding-left: 85px;
    border-left: 1px solid #eaecee;
    position: relative;
    width: 100%;
  }
  .purple_c27e .module_0881 li.video-red-1b85: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) {
  .purple_c27e .module_0881 li.video-red-1b85 li.video-red-1b85 li.video-red-1b85 li.video-red-1b85 {
    padding-left: 0;
  }
}
article.video-red-1b85 {
  padding: 1.618em 0;
  margin-bottom: 1.618em;
}
article.video-red-1b85 .fixed-0119 p:last-of-type {
  margin-bottom: 0;
}
article.video-red-1b85 .header-middle-e501 {
  float: left;
}
article.video-red-1b85 .overlay-da7c {
  margin-left: 85px;
}
article.video-red-1b85 .stone_3ef0 {
  display: block;
  margin: 12px 0 12px;
  padding-bottom: 4px;
  border-bottom: 1px solid #eaecee;
}
article.video-red-1b85 .stone_3ef0 .text_wood_802b {
  margin-left: 10px;
}
article.video-red-1b85 .element_b2e2 {
  font-weight: 500;
  text-transform: uppercase;
  line-height: 1;
  font-style: normal;
}
article.video-red-1b85 .focus-40b6 {
  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 .easy-cd14,
  #respond .tooltip_dark_2df1,
  #respond .next-8b4e {
    width: 29.4117647059%;
    margin-right: 5.8823529412%;
    float: left;
  }
}
#respond .easy-cd14 input,
#respond .tooltip_dark_2df1 input,
#respond .next-8b4e input {
  width: 100%;
}
#respond .next-8b4e {
  margin-right: 0;
}
#respond .left_b3b6 #wp-comment-cookies-consent {
  position: relative;
  top: -1px;
  margin-right: 5px;
}
.pink_e52f {
  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;
}
.pink_e52f.info-old-ff67 {
  width: 36px;
  height: 36px;
  min-height: 36px;
  font-size: 1.1em;
}
.pink_e52f 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%);
}
.pink_e52f:focus,
.pink_e52f: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);
}
.dropdown_smooth_8cfd {
  border-radius: 10%;
}
.status-tiny-c783 {
  border-radius: 50%;
}
.module-south-1bae {
  font-size: 0.72em;
}
.form_68c9 {
  font-size: 0.875em;
}
.notice_c2b2 {
  font-size: 1.1em;
}
.search-0d71 {
  text-transform: uppercase;
  line-height: 1.2;
}
.search-0d71.module-south-1bae {
  letter-spacing: 0.5px;
}
.basic_53d4,
.basic_53d4 a {
  color: #6d6d6d;
}
.basic_53d4 a:hover {
  color: #111;
}
.breadcrumb_a5ee {
  color: #6d6d6d;
}
.nav_solid_a12f {
  overflow-x: hidden;
}
.nav_solid_a12f .purple-0fdd.title-pink-ded6 {
  position: relative;
}
.nav_solid_a12f .purple-0fdd.title-pink-ded6.popup_cool_eebe {
  position: initial;
}
.nav_solid_a12f
  .purple-0fdd.title-pink-ded6.popup_cool_eebe
  .form-a616 {
  left: auto;
}
.nav_solid_a12f .purple-0fdd .form-a616 {
  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;
}
.nav_solid_a12f .purple-0fdd:hover.title-pink-ded6 {
  -webkit-transition-delay: 0s !important;
  transition-delay: 0s !important;
  outline: 1px solid #0073aa;
  outline-offset: -1px;
}
.nav_solid_a12f
  .purple-0fdd:hover.title-pink-ded6
  .form-a616 {
  display: block;
  z-index: 9999999;
}
.nav_solid_a12f .video-full-5c35 .section_9902,
.nav_solid_a12f .slider-8a0b .section_9902 {
  display: none;
}
.nav_solid_a12f .smooth_b02d .purple-0fdd:hover.title-pink-ded6 {
  outline: 1px dashed #ff472e;
  outline-offset: -1px;
}
.shadow_medium_4770 .easy-cd14 label,
.shadow_medium_4770 .fresh_9d0e label,
.shadow_medium_4770 .tooltip_dark_2df1 label,
.shadow_medium_4770 .next-8b4e label {
  text-transform: uppercase;
  letter-spacing: 0.5px;
  font-size: 0.85em;
}
.purple_c27e {
  list-style: none;
  margin: 0;
}
.purple_c27e article.video-red-1b85 {
  margin-bottom: 0;
}
.purple_c27e ul {
  list-style: none;
  margin: 0;
}
.purple_c27e .module_0881 li.video-red-1b85 {
  padding-left: 30px;
}
@media screen and (min-width: 64em) {
  .purple_c27e .module_0881 li.video-red-1b85 {
    padding-left: 85px;
    border-left: 1px solid #eaecee;
    position: relative;
    width: 100%;
  }
  .purple_c27e .module_0881 li.video-red-1b85: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) {
  .purple_c27e .module_0881 li.video-red-1b85 li.video-red-1b85 li.video-red-1b85 li.video-red-1b85 {
    padding-left: 0;
  }
}
article.video-red-1b85 {
  padding: 1.618em 0;
  margin-bottom: 1.618em;
}
article.video-red-1b85 .fixed-0119 p:last-of-type {
  margin-bottom: 0;
}
article.video-red-1b85 .header-middle-e501 {
  float: left;
}
article.video-red-1b85 .overlay-da7c {
  margin-left: 85px;
}
article.video-red-1b85 .stone_3ef0 {
  display: block;
  margin: 12px 0 12px;
  padding-bottom: 4px;
  border-bottom: 1px solid #eaecee;
}
article.video-red-1b85 .stone_3ef0 .text_wood_802b {
  margin-left: 10px;
}
article.video-red-1b85 .element_b2e2 {
  font-weight: 500;
  text-transform: uppercase;
  line-height: 1;
  font-style: normal;
}
article.video-red-1b85 .focus-40b6 {
  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 .easy-cd14,
  #respond .tooltip_dark_2df1,
  #respond .next-8b4e {
    width: 29.4117647059%;
    margin-right: 5.8823529412%;
    float: left;
  }
}
#respond .easy-cd14 input,
#respond .tooltip_dark_2df1 input,
#respond .next-8b4e input {
  width: 100%;
}
#respond .next-8b4e {
  margin-right: 0;
}
#respond .left_b3b6 #wp-comment-cookies-consent {
  position: relative;
  top: -1px;
  margin-right: 5px;
}
.video-full-5c35 .dropdown-1480 {
  color: rgba(255, 255, 255, 0.99);
  background: rgba(0, 0, 0, 0.9);
}
.dropdown-1480 .alert_wide_816f.modal_basic_247f .silver_57ee > li > a:focus,
.dropdown-1480 .alert_wide_816f.modal_basic_247f .silver_57ee > li > a:hover,
.dropdown-1480 .alert_wide_816f.basic_f2af .silver_57ee > li > a:focus,
.dropdown-1480 .alert_wide_816f.basic_f2af .silver_57ee > li > a:hover,
.dropdown-1480 .alert_wide_816f.hover-over-765c .silver_57ee > li > a:focus,
.dropdown-1480 .alert_wide_816f.hover-over-765c .silver_57ee > li > a:hover {
  color: rgba(255, 255, 255, 0.99);
}
.dropdown-1480
  .alert_wide_816f.modal_basic_247f
  .silver_57ee
  > li.aside_fixed_0414
  > a,
.dropdown-1480
  .alert_wide_816f.modal_basic_247f
  .silver_57ee
  > li.border_selected_81b1
  > a,
.dropdown-1480
  .alert_wide_816f.basic_f2af
  .silver_57ee
  > li.aside_fixed_0414
  > a,
.dropdown-1480
  .alert_wide_816f.basic_f2af
  .silver_57ee
  > li.border_selected_81b1
  > a,
.dropdown-1480
  .alert_wide_816f.hover-over-765c
  .silver_57ee
  > li.aside_fixed_0414
  > a,
.dropdown-1480 .alert_wide_816f.hover-over-765c .silver_57ee > li.status-hard-1be8 > a {
  color: rgba(255, 255, 255, 0.99);
}
.dropdown-1480 .steel_88cf,
.dropdown-1480 .steel_88cf a {
  color: rgba(255, 255, 255, 0.99);
}
.dropdown-1480 .background-c2c7.cold-3c07 li a,
.dropdown-1480 .hover_soft_c526 a,
.dropdown-1480 .dynamic_807b,
.dropdown-1480 .silver_57ee > li > a,
.dropdown-1480 .alert_b20a {
  color: rgba(255, 255, 255, 0.79);
}
.dropdown-1480 .background-c2c7.cold-3c07 li a:hover,
.dropdown-1480 .hover_soft_c526 a:hover,
.dropdown-1480 .dynamic_807b:hover,
.dropdown-1480 .silver_57ee > li > a:hover,
.dropdown-1480 .alert_b20a:hover {
  color: rgba(255, 255, 255, 0.99);
}
.dropdown-1480 .video-9ae3 {
  color: rgba(255, 255, 255, 0.79);
}
.dropdown-1480 .video-9ae3 .detail-full-9276 {
  color: rgba(255, 255, 255, 0.99);
}
.dropdown-1480 .video-9ae3:hover {
  color: rgba(255, 255, 255, 0.99);
}
.dropdown-1480 .avatar-65f1 .medium-5fbd {
  background: rgba(255, 255, 255, 0.03);
  border-color: rgba(255, 255, 255, 0.08);
  color: rgba(255, 255, 255, 0.79);
}
.dropdown-1480 .avatar-65f1 .medium-5fbd .plasma-ec9d {
  color: rgba(255, 255, 255, 0.79);
}
.dropdown-1480
  .avatar-65f1
  .medium-5fbd
  .plasma-ec9d::-webkit-input-placeholder {
  color: rgba(255, 255, 255, 0.79);
}
.dropdown-1480
  .avatar-65f1
  .medium-5fbd
  .plasma-ec9d:-ms-input-placeholder {
  color: rgba(255, 255, 255, 0.79);
}
.dropdown-1480
  .avatar-65f1
  .medium-5fbd
  .plasma-ec9d::-ms-input-placeholder {
  color: rgba(255, 255, 255, 0.79);
}
.dropdown-1480
  .avatar-65f1
  .medium-5fbd
  .plasma-ec9d::placeholder {
  color: rgba(255, 255, 255, 0.79);
}
.dropdown-1480 .avatar-65f1 .sort_2bbc {
  color: rgba(255, 255, 255, 0.79);
}
.dropdown-1480 .avatar-65f1 .sort_2bbc:hover {
  color: rgba(255, 255, 255, 0.99);
}
.active_23ab
  .dropdown-1480
  .avatar-65f1
  .over-13e3
  .text-d0c8 {
  background-color: rgba(255, 255, 255, 0.03);
  border-color: rgba(255, 255, 255, 0.08);
  color: rgba(255, 255, 255, 0.79);
}
.active_23ab
  .dropdown-1480
  .avatar-65f1
  .over-13e3
  .plasma-ec9d {
  background-color: rgba(255, 255, 255, 0.03) !important;
  border-color: rgba(255, 255, 255, 0.08);
  color: rgba(255, 255, 255, 0.79);
}
.video-full-5c35 .selected_3a94 {
  color: rgba(0, 0, 0, 0.6);
  background: rgba(255, 255, 255, 0.9);
}
.selected_3a94 .alert_wide_816f.modal_basic_247f .silver_57ee > li > a:focus,
.selected_3a94 .alert_wide_816f.modal_basic_247f .silver_57ee > li > a:hover,
.selected_3a94 .alert_wide_816f.basic_f2af .silver_57ee > li > a:focus,
.selected_3a94 .alert_wide_816f.basic_f2af .silver_57ee > li > a:hover,
.selected_3a94 .alert_wide_816f.hover-over-765c .silver_57ee > li > a:focus,
.selected_3a94 .alert_wide_816f.hover-over-765c .silver_57ee > li > a:hover {
  color: rgba(0, 0, 0, 0.8);
}
.selected_3a94
  .alert_wide_816f.modal_basic_247f
  .silver_57ee
  > li.aside_fixed_0414
  > a,
.selected_3a94
  .alert_wide_816f.modal_basic_247f
  .silver_57ee
  > li.border_selected_81b1
  > a,
.selected_3a94
  .alert_wide_816f.basic_f2af
  .silver_57ee
  > li.aside_fixed_0414
  > a,
.selected_3a94
  .alert_wide_816f.basic_f2af
  .silver_57ee
  > li.border_selected_81b1
  > a,
.selected_3a94
  .alert_wide_816f.hover-over-765c
  .silver_57ee
  > li.aside_fixed_0414
  > a,
.selected_3a94 .alert_wide_816f.hover-over-765c .silver_57ee > li.status-hard-1be8 > a {
  color: rgba(0, 0, 0, 0.8);
}
.selected_3a94 .steel_88cf,
.selected_3a94 .steel_88cf a {
  color: rgba(0, 0, 0, 0.8);
}
.selected_3a94 .background-c2c7.cold-3c07 li a,
.selected_3a94 .hover_soft_c526 a,
.selected_3a94 .dynamic_807b,
.selected_3a94 .silver_57ee > li > a,
.selected_3a94 .alert_b20a {
  color: rgba(0, 0, 0, 0.55);
}
.selected_3a94 .background-c2c7.cold-3c07 li a:hover,
.selected_3a94 .hover_soft_c526 a:hover,
.selected_3a94 .dynamic_807b:hover,
.selected_3a94 .silver_57ee > li > a:hover,
.selected_3a94 .alert_b20a:hover {
  color: rgba(0, 0, 0, 0.8);
}
.selected_3a94 .video-9ae3 {
  color: rgba(0, 0, 0, 0.55);
}
.selected_3a94 .video-9ae3 .detail-full-9276 {
  color: rgba(0, 0, 0, 0.8);
}
.selected_3a94 .video-9ae3:hover {
  color: rgba(0, 0, 0, 0.8);
}
.accordion-f615 .info-fe84 {
  margin-left: auto;
  margin-right: auto;
}
.tertiary-ffa9 > * {
  margin-left: auto;
  margin-right: auto;
}
.tertiary-ffa9 .background-solid-d52c {
  margin-right: 1.41575em;
}
.shade_3f9a .tertiary-ffa9 > .media_9aec {
  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;
}
.shade_3f9a .tertiary-ffa9 > .active-298f {
  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;
}
.avatar_south_d823.accordion-f615 .info-fe84,
.stale-7f2b.accordion-f615 .info-fe84 {
  margin-left: 0;
}
.background_motion_1c75.accordion-f615 .info-fe84,
.dropdown_3144.accordion-f615 .info-fe84 {
  margin-right: 0;
}
.tertiary-ffa9 ol,
.tertiary-ffa9 ul {
  margin: 1.5em auto;
  list-style-position: outside;
}
.header_glass_9462 video {
  max-width: 100%;
}
.pagination-white-e7ce img {
  display: block;
}
.pagination-white-e7ce.background-solid-d52c,
.pagination-white-e7ce.center-c28c {
  width: 100%;
}
.pagination-white-e7ce.active-298f img {
  width: 100vw;
  width: calc(var(--vw, 1vw) * 100);
}
.frame-in-13b1:not(.purple_6562) {
  margin: 1.5em auto;
}
.form-981e p {
  padding: 1.5em 14px;
}
ul.mini_797b.active-298f,
ul.mini_797b.media_9aec,
ul.mini_797b.border-rough-a289.media_9aec {
  padding: 0 14px;
}
.tabs-876b {
  display: block;
  overflow-x: auto;
}
.tabs-876b table {
  border-collapse: collapse;
  width: 100%;
}
.tabs-876b td,
.tabs-876b th {
  padding: 0.5em;
}
.tertiary-ffa9 li {
  margin-left: 2.5em;
  margin-bottom: 6px;
}
.tertiary-ffa9 ol ol,
.tertiary-ffa9 ol ul,
.tertiary-ffa9 ul ol,
.tertiary-ffa9 ul ul {
  margin-bottom: 0;
  margin-top: 0;
  margin-left: 2.5em;
}
.tertiary-ffa9 ol ol li,
.tertiary-ffa9 ol ul li,
.tertiary-ffa9 ul ol li,
.tertiary-ffa9 ul ul li {
  margin-left: 0;
}
.content-6e54.content-b571 > .secondary-middle-dfd9 {
  position: relative;
  width: 100%;
  height: 0;
  padding-top: 56.25%;
}
.content-6e54.content-b571 > .secondary-middle-dfd9 iframe,
.content-6e54.content-b571 > .secondary-middle-dfd9 > object {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}
.red-a5c3 {
  border-left-width: 4px;
  border-left-color: currentColor;
}
.red-a5c3.gas_ac9f {
  padding: 0;
}
.red-a5c3.gas_ac9f cite {
  font-size: 13px;
}
.red-a5c3 > * {
  margin-left: 16px;
  margin-right: 16px;
}
.red-a5c3 cite {
  font-style: normal;
  margin-top: 1em;
  position: relative;
  font-size: 13px;
}
.dark_ca32 {
  border-bottom: 4px solid currentColor;
  border-top: 4px solid currentColor;
  margin-left: 0;
  margin-right: 0;
  padding: 3em 0;
  text-align: center;
}
.dark_ca32 > p:first-child {
  margin-top: 0;
}
.dark_ca32 cite {
  font-size: 13px;
  font-style: normal;
  text-transform: uppercase;
}
.dark_ca32 blockquote {
  border-left: 0;
}
.slider_middle_aef4 {
  margin: 3em auto;
  border: none;
  border-bottom: 2px solid currentColor;
}
.slider_middle_aef4:not(.description-inner-62a6) {
  max-width: 100px;
}
.slider_middle_aef4.title_44a5 {
  border-bottom: none !important;
  text-align: center;
}
.slider_middle_aef4.title_44a5::before {
  padding-left: 0;
  font-size: 30px;
}
@media screen and (min-width: 768px) {
  .form-981e p {
    padding: 1.5em 0;
  }
}
.main_2151 {
  color: #0073aa;
}
.hot_74e6 {
  background-color: #0073aa;
}
.progress-next-6612 {
  color: #229fd8;
}
.avatar-red-0061 {
  background-color: #229fd8;
}
.background-basic-2193 {
  color: #eee;
}
.fluid_e22f {
  background-color: #eee;
}
.grid-in-8b3d {
  color: #444;
}
.north_d6ef {
  background-color: #444;
}
.grid_pink_e982 {
  padding: 0;
  -webkit-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  text-size-adjust: 100%;
  line-height: 13px;
}
.grid_pink_e982 .huge_2c27 .hover_soft_c526 {
  font-size: 15px;
}
.grid_pink_e982 .hover_soft_c526 {
  line-height: 1.3;
}
.grid_pink_e982 .selected_3a94 {
}
.grid_pink_e982 .dropdown-1480 {
  background: #235787;
}
.chip_1535 {
  padding: 0;
}
.chip_1535 .dropdown-1480 {
  background: #1a1a1a;
}
.chip_1535 .selected_3a94 {
  box-shadow: 0 1px 2px 0 #e1e5ea;
  background: #fff;
}
.complex-7304 {
  padding: 0;
  border-left: none;
  border-right: none;
}
.complex-7304 .selected_3a94 {
  box-shadow: 0 1px 2px 0 #e1e5ea;
}
.complex-7304 .dropdown-1480 {
  background: #303030;
}
.cool-c4a7 {
  position: relative;
  z-index: 10;
}
.cool-c4a7 .fresh-6850 {
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
  -webkit-box-pack: center;
  justify-content: center;
}
.soft_d38f .title-pink-ded6 {
  display: inline-block;
  vertical-align: middle;
}
.soft_d38f.avatar_c22a .title-pink-ded6 {
  margin-right: 1em;
}
@media screen and (max-width: 1024px) {
  .soft_d38f.avatar_c22a .title-pink-ded6 {
    margin-right: 1em;
  }
}
@media screen and (max-width: 568px) {
  .soft_d38f.avatar_c22a .title-pink-ded6 {
    margin-right: 0.4em;
  }
}
.soft_d38f.avatar_c22a .title-pink-ded6:last-child {
  margin-right: 0;
}
.media_ec90 .fresh-6850 {
  max-width: initial;
}
@media screen and (min-width: 1025px) {
  .video-full-5c35 .huge_2c27 {
    margin: 0 -0.5em;
  }
  .video-full-5c35 .huge_2c27 [class*="customify-col-"],
  .video-full-5c35 .huge_2c27 [class*="customify-col_"],
  .video-full-5c35 .huge_2c27 [class~="customify-col-"] {
    padding-left: 0.5em;
    padding-right: 0.5em;
  }
}
.video-full-5c35.grid-large-9165 .fresh-6850 {
  background: 0 0 !important;
}
.video-full-5c35.grid-large-9165 .fresh-6850,
.video-full-5c35.media_ec90 .fresh-6850 {
  border: 0 none !important;
  box-shadow: none !important;
}
@media screen and (min-width: 1025px) {
  .video-full-5c35.table_under_a4b3 {
    background: 0 0 !important;
    border: 0 none;
    box-shadow: none !important;
  }
}
.video-full-5c35.media_ec90 .fresh-6850 {
  box-shadow: none !important;
}
.overlay_2898 {
  padding: 21px 0 22px;
  border-bottom: 1px solid #eaecee;
  word-break: break-word;
  background: #f9f9f9;
}
@media screen and (max-width: 1024px) {
  .overlay_2898 {
    padding: 19px 0 20px;
  }
}
@media screen and (max-width: 568px) {
  .overlay_2898 {
    padding: 18px 0 20px;
  }
}
.overlay_2898 .alert_medium_2c87 {
  width: 100%;
}
.overlay_2898 .button-9ee9 {
  margin-bottom: 0;
}
.overlay_2898 .mini_baca {
  margin-top: 5px;
  font-size: 0.875em;
}
.right-63d9 {
  padding: 9px 0 9px;
  border-bottom: 1px solid #eaecee;
  color: #6d6d6d;
  line-height: 1.6;
  background: #fff;
}
.right-63d9 .message_8b9e {
  width: 100%;
}
.container_0a1d {
  list-style: none;
  margin: 0 1em;
  padding: 0;
}
.container_0a1d li {
  display: inline-block;
  position: relative;
  padding-right: 10px;
}
.container_0a1d 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;
}
.container_0a1d li:last-child:after {
  display: none;
}
.container_0a1d li a {
  font-weight: 500;
  margin-right: 10px;
}
.pressed_9ae8 .section_9902 button,
.overlay_2898 .section_9902 button {
  left: 0;
}
.pressed_9ae8 .message_8b9e,
.overlay_2898 .message_8b9e {
  padding-left: 0;
  padding-right: 0;
}
.pressed_9ae8 .right-63d9,
.overlay_2898 .right-63d9 {
  border-bottom: none;
  padding-bottom: 0;
  background: 0 0;
}
.pressed_9ae8 {
  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;
}
.pressed_9ae8: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;
}
.pressed_9ae8 .hidden-d748 {
  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) {
  .pressed_9ae8 .hidden-d748 {
    min-height: 300px;
  }
}
@media screen and (max-width: 1024px) {
  .pressed_9ae8 .hidden-d748 {
    min-height: 250px;
    padding: 1em 15px;
  }
}
@media screen and (max-width: 568px) {
  .pressed_9ae8 .hidden-d748 {
    min-height: 200px;
  }
}
.pressed_9ae8 .container_0a1d {
  color: rgba(255, 255, 255, 0.8);
}
.pressed_9ae8 .container_0a1d a,
.pressed_9ae8 .container_0a1d li:after {
  color: inherit;
}
.pressed_9ae8 .container_0a1d a:hover {
  color: rgba(255, 255, 255, 0.8);
}
.icon-action-a408 {
  margin-bottom: 0.5em;
}
.hero_dbec {
  margin-bottom: 1.2em;
}
.hero_dbec,
.icon-action-a408 {
  display: inline-block;
  position: relative;
  color: rgba(255, 255, 255, 0.99);
  z-index: 5;
}
.hero_dbec p:last-child,
.icon-action-a408 p:last-child {
  margin-bottom: 0;
}
#header-menu-sidebar .section_9902,
#masthead .section_9902 {
  display: none;
}
#masthead
  > .section_9902.layout-tiny-9e07 {
  display: none;
}
#masthead > .section_9902 button {
  left: 0;
}
.active-32d3 {
  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%;
}
.active-32d3 .title-pink-ded6 {
  display: -webkit-inline-box;
  display: inline-flex;
  -webkit-box-align: center;
  align-items: center;
  margin-left: 0.5em;
  margin-right: 0.5em;
}
.active-32d3 .button-8302 {
  display: -webkit-box;
  display: flex;
}
.active-32d3 .button-8302.orange_ff09 {
  -webkit-box-pack: center;
  justify-content: center;
  margin-left: 1em;
  margin-right: 1em;
}
.active-32d3 .button-8302.up_8b00 {
  -webkit-box-pack: start;
  justify-content: flex-start;
  margin-right: auto;
  -webkit-box-flex: 1;
  flex: 1 1 0;
}
.active-32d3 .button-8302.element-stone-586b {
  margin-left: auto;
  -webkit-box-pack: end;
  justify-content: flex-end;
  -webkit-box-flex: 1;
  flex: 1 1 0;
}
.active-32d3.module_f30c.active_ab06 .button-8302.orange_ff09 {
  flex-basis: 100%;
}
.active-32d3.accent_4d60 .button-8302.up_8b00 {
  -webkit-box-flex: 1;
  flex: auto;
}
.active-32d3.accent_4d60 .button-8302.element-stone-586b {
  -webkit-box-flex: 1;
  flex: auto;
}
#masthead
  > .section_9902.layout-tiny-9e07 {
  display: none;
}
#masthead > .section_9902 button {
  left: 0;
}
.frame-large-5d82 {
  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;
}
.frame-large-5d82:hover {
  box-shadow: inset 0 0 0 120px rgba(0, 0, 0, 0.18);
  color: #fff;
}
.frame-large-5d82.info_82b7 i {
  margin-right: 4px;
}
.frame-large-5d82.panel-old-8462 i {
  margin-left: 5px;
}
.hover_soft_c526 p {
  font-weight: 500;
  text-transform: uppercase;
  font-size: 13px;
}
.hover_soft_c526 p:last-child {
  margin-bottom: 0;
}
.description-under-0f3e {
  display: -webkit-box;
  display: flex;
  line-height: 0.9;
  vertical-align: middle;
}
.description-under-0f3e a {
  display: inline-block;
  text-transform: uppercase;
  letter-spacing: 0.4px;
  font-weight: 600;
}
.description-under-0f3e img {
  display: block;
  width: auto;
  line-height: 1;
}
.description-under-0f3e .steel_88cf {
  font-size: 1.5em;
  margin: 0;
  font-weight: 600;
  line-height: 1.216;
}
.description-under-0f3e .card_hovered_8af3 {
  margin: 5px 0 7px 0;
}
.description-under-0f3e.component-bfc7 .tag-e82c {
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
  -webkit-box-pack: center;
  justify-content: center;
}
.description-under-0f3e.component-bfc7 .advanced_156d {
  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;
}
.description-under-0f3e.thick_cf28 {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  flex-direction: row-reverse;
}
.description-under-0f3e.thick_cf28 .tag-e82c {
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
  -webkit-box-pack: center;
  justify-content: center;
}
.description-under-0f3e.thick_cf28 .advanced_156d {
  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;
}
.description-under-0f3e.card_4ce1 {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
}
.description-under-0f3e.hard-0550 {
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
  flex-direction: column-reverse;
}
.description-under-0f3e.hard-0550 .advanced_156d {
  margin-top: 7px;
}
.focus_in_029c {
  display: inline-block;
}
.cool-c4a7 .icon-6466 .description-under-0f3e img {
  max-width: 100%;
}
.alert_wide_816f .action-2146.table-wide-5c58,
.gradient-ce32 .action-2146.table-wide-5c58 {
  position: relative;
  display: -webkit-inline-box;
  display: inline-flex;
  -webkit-box-align: center;
  align-items: center;
}
.alert_wide_816f .accent-tiny-5088,
.gradient-ce32 .accent-tiny-5088 {
  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%);
}
.alert_wide_816f .accent-tiny-5088 {
  display: inline;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-decoration: none !important;
}
.alert_wide_816f.soft_e897 .accent-tiny-5088 {
  display: none;
}
.alert_wide_816f .tertiary-liquid-941b {
  list-style: none;
  padding: 0;
  margin: 0;
}
.alert_wide_816f .tertiary-liquid-941b li {
  display: inline-block;
  position: relative;
}
.alert_wide_816f .tertiary-liquid-941b li:last-child {
  margin-right: 0;
}
.alert_wide_816f .tertiary-liquid-941b 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;
}
.alert_wide_816f .tertiary-liquid-941b li.status-hard-1be8 > a {
  color: rgba(0, 0, 0, 0.9);
}
.alert_wide_816f .tertiary-liquid-941b > 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;
}
.alert_wide_816f .tertiary-liquid-941b > li > a i {
  line-height: 0;
}
.alert_wide_816f .tertiary-liquid-941b > li.old-1c34 > a .accent-tiny-5088 {
  margin-left: 4px;
  line-height: 0;
}
.alert_wide_816f .tertiary-liquid-941b .green_cdfc li.old-1c34 > a {
  position: relative;
}
.alert_wide_816f .tertiary-liquid-941b .green_cdfc li.old-1c34 > a:after,
.alert_wide_816f .tertiary-liquid-941b .green_cdfc li.old-1c34 > a:before {
  content: "";
  display: table;
}
.alert_wide_816f .tertiary-liquid-941b .green_cdfc li.old-1c34 > a:after {
  clear: both;
}
.alert_wide_816f .tertiary-liquid-941b .green_cdfc li.old-1c34 > a .accent-tiny-5088 {
  margin-left: 5px;
  float: right;
}
.alert_wide_816f .notification_blue_f031,
.alert_wide_816f .green_cdfc {
  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;
}
.alert_wide_816f .green_cdfc {
  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;
}
.alert_wide_816f .green_cdfc .table-wide-5c58 {
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: justify;
  justify-content: space-between;
}
.alert_wide_816f .green_cdfc .accent-tiny-5088 {
  -webkit-transform: rotate(135deg) translateY(0);
  -ms-transform: rotate(135deg) translateY(0);
  transform: rotate(135deg) translateY(0);
}
.alert_wide_816f .green_cdfc li {
  display: block;
  margin: 0;
  padding: 0;
}
.alert_wide_816f .green_cdfc 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;
}
.alert_wide_816f .green_cdfc li a:hover {
  background: rgba(0, 0, 0, 0.015);
  color: rgba(0, 0, 0, 0.8);
}
.alert_wide_816f .green_cdfc .green_cdfc {
  top: 0;
  left: 100%;
}
.alert_wide_816f .sort_rough_e7c1.fn-focus-af98 > .notification_blue_f031,
.alert_wide_816f .sort_rough_e7c1.fn-focus-af98 > .green_cdfc,
.alert_wide_816f .sort_rough_e7c1:focus > .notification_blue_f031,
.alert_wide_816f .sort_rough_e7c1:focus > .green_cdfc,
.alert_wide_816f .sort_rough_e7c1:hover > .notification_blue_f031,
.alert_wide_816f .sort_rough_e7c1:hover > .green_cdfc {
  height: auto;
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
  overflow: initial;
  visibility: visible;
  opacity: 1;
}
.alert_wide_816f.hover-over-765c .silver_57ee:after,
.alert_wide_816f.hover-over-765c .silver_57ee:before {
  content: "";
  display: table;
}
.alert_wide_816f.hover-over-765c .silver_57ee:after {
  clear: both;
}
.alert_wide_816f.hover-over-765c .silver_57ee > li {
  float: left;
}
.alert_wide_816f.surface_south_c4e9 .silver_57ee:after,
.alert_wide_816f.surface_south_c4e9 .silver_57ee:before {
  content: "";
  display: table;
}
.alert_wide_816f.surface_south_c4e9 .silver_57ee:after {
  clear: both;
}
.alert_wide_816f.surface_south_c4e9 .silver_57ee > li {
  float: left;
}
.alert_wide_816f.surface_south_c4e9 .silver_57ee > li > a {
  background: 0 0;
  display: -webkit-inline-box;
  display: inline-flex;
  vertical-align: middle;
  -webkit-box-align: center;
  align-items: center;
}
.alert_wide_816f.surface_south_c4e9 .silver_57ee > li > a:hover {
  color: #fff;
  background-color: #1e4b75;
}
.alert_wide_816f.surface_south_c4e9 .silver_57ee > li.aside_fixed_0414 > a,
.alert_wide_816f.surface_south_c4e9 .silver_57ee > li.status-hard-1be8 > a {
  color: #fff;
  background-color: #1e4b75;
}
.alert_wide_816f.modal_basic_247f .silver_57ee > li > a .table-wide-5c58 {
  position: relative;
}
.alert_wide_816f.modal_basic_247f .silver_57ee > li > a .table-wide-5c58: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;
}
.alert_wide_816f.modal_basic_247f
  .silver_57ee
  > li:focus
  > a
  .table-wide-5c58:before,
.alert_wide_816f.modal_basic_247f
  .silver_57ee
  > li:hover
  > a
  .table-wide-5c58:before {
  width: 100%;
  background-color: currentColor;
}
.alert_wide_816f.modal_basic_247f
  .silver_57ee
  > li.aside_fixed_0414
  > a
  .table-wide-5c58:before,
.alert_wide_816f.modal_basic_247f
  .silver_57ee
  > li.border_selected_81b1
  > a
  .table-wide-5c58:before {
  width: 100%;
  background-color: currentColor;
}
.alert_wide_816f.basic_f2af .silver_57ee > li > a .table-wide-5c58 {
  position: relative;
}
.alert_wide_816f.basic_f2af .silver_57ee > li > a .table-wide-5c58: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;
}
.alert_wide_816f.basic_f2af .silver_57ee > li:focus > a .table-wide-5c58:before,
.alert_wide_816f.basic_f2af
  .silver_57ee
  > li:hover
  > a
  .table-wide-5c58:before {
  width: 100%;
  background-color: currentColor;
}
.alert_wide_816f.basic_f2af
  .silver_57ee
  > li.aside_fixed_0414
  > a
  .table-wide-5c58:before,
.alert_wide_816f.basic_f2af
  .silver_57ee
  > li.border_selected_81b1
  > a
  .table-wide-5c58:before {
  width: 100%;
  background-color: currentColor;
}
.gradient-ce32 .tertiary-liquid-941b {
  margin: 0;
  padding: 0;
  list-style: none;
}
.gradient-ce32 .tertiary-liquid-941b li:first-child > a {
  border-top: none;
}
.gradient-ce32 .tertiary-liquid-941b .brown_5d47 > .table-wide-5c58 .accent-tiny-5088 {
  display: none;
}
.gradient-ce32 .tertiary-liquid-941b li {
  list-style: none;
  position: relative;
  border-bottom: 1px solid transparent;
}
.gradient-ce32 .tertiary-liquid-941b li:last-child {
  border: none;
}
.gradient-ce32 .tertiary-liquid-941b li.old-1c34 > a {
  padding-right: 45px !important;
}
.gradient-ce32 .tertiary-liquid-941b li a {
  display: block;
  padding: 0.55em 1.5em;
}
.gradient-ce32 .tertiary-liquid-941b li a:focus,
.gradient-ce32 .tertiary-liquid-941b li a:hover {
  background: rgba(0, 0, 0, 0.01);
}
.gradient-ce32 .tertiary-liquid-941b li .blue_6ece {
  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;
}
.gradient-ce32 .tertiary-liquid-941b li .blue_6ece:hover {
  box-shadow: none;
}
.gradient-ce32 .tertiary-liquid-941b li .blue_6ece .accent-tiny-5088 {
  -webkit-transform: rotate(-135deg) translateY(50%) translateX(50%);
  -ms-transform: rotate(-135deg) translateY(50%) translateX(50%);
  transform: rotate(-135deg) translateY(50%) translateX(50%);
}
.gradient-ce32 .tertiary-liquid-941b .green_cdfc {
  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);
}
.gradient-ce32 .tertiary-liquid-941b .green_cdfc li a {
  padding-left: 3em;
}
.gradient-ce32 .tertiary-liquid-941b .active-bottom-7fae > a .blue_6ece i {
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
.gradient-ce32 .tertiary-liquid-941b .active-bottom-7fae > .green_cdfc {
  display: block;
  opacity: 1;
}
.banner-0b62 {
  max-width: 100%;
}
.block_static_afb8 {
  line-height: 0;
  cursor: pointer;
}
.alert_b20a {
  line-height: 0;
  display: inline-block;
  position: relative;
  box-shadow: none;
}
.alert_b20a:hover {
  box-shadow: none;
  color: currentColor;
}
.alert_b20a svg {
  width: 18px;
  height: 18px;
}
.alert_b20a .hero-9470 {
  display: none;
}
.glass-034d {
  position: relative;
}
.glass-034d.fn-active-af98 .alert_b20a .shadow_narrow_fb6f {
  display: none;
}
.glass-034d.fn-active-af98 .alert_b20a .hero-9470 {
  display: inline-block;
}
.glass-034d .gallery-378c {
  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);
}
.glass-034d.gradient-fbdb .gallery-378c {
  left: auto;
  right: -0.9em;
}
.glass-034d.gradient-fbdb .secondary_367a::before {
  left: auto;
  right: 15px;
}
.glass-034d.fn-active-af98 .gallery-378c {
  height: auto;
  overflow: initial;
  z-index: 26;
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
}
.over-13e3 {
  display: -webkit-box;
  display: flex;
  margin-bottom: 0;
  width: 100%;
  max-width: 100%;
}
.over-13e3 label {
  flex-basis: 100%;
}
.over-13e3 .medium-5fbd {
  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;
}
.over-13e3 .plasma-ec9d {
  display: block;
  width: 100%;
  border-radius: 2px;
  height: 2.4em;
}
.over-13e3 .plasma-ec9d:focus {
  background-color: transparent;
}
.over-13e3 button.sort_2bbc {
  overflow: hidden;
  box-shadow: none;
  margin-left: -40px;
  background: 0 0;
  color: #6d6d6d;
  line-height: 0;
  padding: 0 0.7em;
  min-height: auto;
}
.over-13e3 button.sort_2bbc:hover {
  box-shadow: none;
  background-color: transparent;
  color: #686868;
}
.over-13e3 button.sort_2bbc svg {
  width: 18px;
  height: 18px;
}
.over-13e3 input[type="submit"] {
  min-height: auto;
}
.avatar-65f1 .over-13e3 .plasma-ec9d {
  border: 0;
  box-shadow: none;
  background-color: transparent;
}
.secondary_367a {
  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) {
  .secondary_367a {
    width: 220px;
  }
}
.secondary_367a label {
  flex-basis: 100%;
}
.secondary_367a::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;
}
.active_23ab .avatar-65f1 .over-13e3 {
  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;
}
.active_23ab
  .avatar-65f1
  .over-13e3
  .medium-5fbd {
  background-color: transparent;
  min-height: auto;
  flex-basis: 100%;
  display: -webkit-box;
  display: flex;
  border-style: none;
  border: none;
  box-shadow: none;
}
.active_23ab .avatar-65f1 .over-13e3 .plasma-ec9d {
  border-color: transparent;
  height: auto;
  background-color: transparent;
  border: 0;
  border-style: none;
  box-shadow: none;
  -webkit-box-flex: 0;
  flex: 0 0 auto;
}
.active_23ab
  .avatar-65f1
  .over-13e3
  .plasma-ec9d:focus {
  background: 0 0;
}
.active_23ab
  .avatar-65f1
  .over-13e3
  .text-d0c8 {
  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;
}
.background-c2c7 {
  display: inline-block;
  margin: 0;
  padding: 0;
  list-style: none;
  position: relative;
}
.background-c2c7 li {
  list-style: none;
  display: inline-block;
  margin: 0 3px;
}
.background-c2c7 li:last-child {
  margin-right: 0;
}
.background-c2c7 li:first-child {
  margin-left: 0;
}
.background-c2c7.tag-gas-aebb a {
  color: #fff;
}
.background-c2c7.tag-gas-aebb a:hover {
  color: #fff;
}
.background-c2c7 a {
  color: currentColor;
  text-align: center;
  vertical-align: middle;
  width: 100%;
  padding: 0.4em;
  display: inline-block;
  line-height: 1;
  font-size: 13px;
}
.background-c2c7 a i {
  width: 1em;
  height: 1em;
  position: relative;
  display: block;
}
.background-c2c7 a i:before {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}
.background-c2c7 a:hover {
  opacity: 0.9;
  color: inherit;
}
.background-c2c7 [class*="social-icon-apple"] {
  background-color: #999;
}
.background-c2c7 [class*="social-icon-apple"].border_77d9 {
  background-color: transparent;
  color: #999;
}
.background-c2c7 [class*="social-icon-behance"] {
  background-color: #1769ff;
}
.background-c2c7 [class*="social-icon-behance"].border_77d9 {
  background-color: transparent;
  color: #1769ff;
}
.background-c2c7 [class*="social-icon-bitbucket"] {
  background-color: #205081;
}
.background-c2c7 [class*="social-icon-bitbucket"].border_77d9 {
  background-color: transparent;
  color: #205081;
}
.background-c2c7 [class*="social-icon-codepen"] {
  background-color: #000;
}
.background-c2c7 [class*="social-icon-codepen"].border_77d9 {
  background-color: transparent;
  color: #000;
}
.background-c2c7 [class*="social-icon-delicious"] {
  background-color: #39f;
}
.background-c2c7 [class*="social-icon-delicious"].border_77d9 {
  background-color: transparent;
  color: #39f;
}
.background-c2c7 [class*="social-icon-digg"] {
  background-color: #005be2;
}
.background-c2c7 [class*="social-icon-digg"].border_77d9 {
  background-color: transparent;
  color: #005be2;
}
.background-c2c7 [class*="social-icon-dribbble"] {
  background-color: #ea4c89;
}
.background-c2c7 [class*="social-icon-dribbble"].border_77d9 {
  background-color: transparent;
  color: #ea4c89;
}
.background-c2c7 [class*="social-icon-envelope"] {
  background-color: #ea4335;
}
.background-c2c7 [class*="social-icon-envelope"].border_77d9 {
  background-color: transparent;
  color: #ea4335;
}
.background-c2c7 [class*="social-icon-facebook"] {
  background-color: #3b5998;
}
.background-c2c7 [class*="social-icon-facebook"].border_77d9 {
  background-color: transparent;
  color: #3b5998;
}
.background-c2c7 [class*="social-icon-flickr"] {
  background-color: #0063dc;
}
.background-c2c7 [class*="social-icon-flickr"].border_77d9 {
  background-color: transparent;
  color: #0063dc;
}
.background-c2c7 [class*="social-icon-foursquare"] {
  background-color: #2d5be3;
}
.background-c2c7 [class*="social-icon-foursquare"].border_77d9 {
  background-color: transparent;
  color: #2d5be3;
}
.background-c2c7 [class*="social-icon-github"] {
  background-color: #333;
}
.background-c2c7 [class*="social-icon-github"].border_77d9 {
  background-color: transparent;
  color: #333;
}
.background-c2c7 [class*="social-icon-google-plus"] {
  background-color: #dd4b39;
}
.background-c2c7 [class*="social-icon-google-plus"].border_77d9 {
  background-color: transparent;
  color: #dd4b39;
}
.background-c2c7 [class*="social-icon-houzz"] {
  background-color: #7ac142;
}
.background-c2c7 [class*="social-icon-houzz"].border_77d9 {
  background-color: transparent;
  color: #7ac142;
}
.background-c2c7 [class*="social-icon-instagram"] {
  background-color: #262626;
}
.background-c2c7 [class*="social-icon-instagram"].border_77d9 {
  background-color: transparent;
  color: #262626;
}
.background-c2c7 [class*="social-icon-jsfiddle"] {
  background-color: #487aa2;
}
.background-c2c7 [class*="social-icon-jsfiddle"].border_77d9 {
  background-color: transparent;
  color: #487aa2;
}
.background-c2c7 [class*="social-icon-linkedin"] {
  background-color: #0077b5;
}
.background-c2c7 [class*="social-icon-linkedin"].border_77d9 {
  background-color: transparent;
  color: #0077b5;
}
.background-c2c7 [class*="social-icon-medium"] {
  background-color: #00ab6b;
}
.background-c2c7 [class*="social-icon-medium"].border_77d9 {
  background-color: transparent;
  color: #00ab6b;
}
.background-c2c7 [class*="social-icon-odnoklassniki"] {
  background-color: #f4731c;
}
.background-c2c7
  [class*="social-icon-odnoklassniki"].border_77d9 {
  background-color: transparent;
  color: #f4731c;
}
.background-c2c7 [class*="social-icon-meetup"] {
  background-color: #ec1c40;
}
.background-c2c7 [class*="social-icon-meetup"].border_77d9 {
  background-color: transparent;
  color: #ec1c40;
}
.background-c2c7 [class*="social-icon-pinterest"] {
  background-color: #bd081c;
}
.background-c2c7 [class*="social-icon-pinterest"].border_77d9 {
  background-color: transparent;
  color: #bd081c;
}
.background-c2c7 [class*="social-icon-product-hunt"] {
  background-color: #da552f;
}
.background-c2c7 [class*="social-icon-product-hunt"].border_77d9 {
  background-color: transparent;
  color: #da552f;
}
.background-c2c7 [class*="social-icon-reddit"] {
  background-color: #ff4500;
}
.background-c2c7 [class*="social-icon-reddit"].border_77d9 {
  background-color: transparent;
  color: #ff4500;
}
.background-c2c7 [class*="social-icon-rss"] {
  background-color: #f26522;
}
.background-c2c7 [class*="social-icon-rss"].border_77d9 {
  background-color: transparent;
  color: #f26522;
}
.background-c2c7 [class*="social-icon-shopping-cart"] {
  background-color: #4caf50;
}
.background-c2c7
  [class*="social-icon-shopping-cart"].border_77d9 {
  background-color: transparent;
  color: #4caf50;
}
.background-c2c7 [class*="social-icon-skype"] {
  background-color: #00aff0;
}
.background-c2c7 [class*="social-icon-skype"].border_77d9 {
  background-color: transparent;
  color: #00aff0;
}
.background-c2c7 [class*="social-icon-slideshare"] {
  background-color: #0077b5;
}
.background-c2c7 [class*="social-icon-slideshare"].border_77d9 {
  background-color: transparent;
  color: #0077b5;
}
.background-c2c7 [class*="social-icon-snapchat"] {
  background-color: #fffc00;
}
.background-c2c7 [class*="social-icon-snapchat"].border_77d9 {
  background-color: transparent;
  color: #fffc00;
}
.background-c2c7 [class*="social-icon-soundcloud"] {
  background-color: #f80;
}
.background-c2c7 [class*="social-icon-soundcloud"].border_77d9 {
  background-color: transparent;
  color: #f80;
}
.background-c2c7 [class*="social-icon-spotify"] {
  background-color: #2ebd59;
}
.background-c2c7 [class*="social-icon-spotify"].border_77d9 {
  background-color: transparent;
  color: #2ebd59;
}
.background-c2c7 [class*="social-icon-stack-overflow"] {
  background-color: #fe7a15;
}
.background-c2c7
  [class*="social-icon-stack-overflow"].border_77d9 {
  background-color: transparent;
  color: #fe7a15;
}
.background-c2c7 [class*="social-icon-maldkfgram"] {
  background-color: #2ca5e0;
}
.background-c2c7 [class*="social-icon-maldkfgram"].border_77d9 {
  background-color: transparent;
  color: #2ca5e0;
}
.background-c2c7 [class*="social-icon-tripadvisor"] {
  background-color: #589442;
}
.background-c2c7 [class*="social-icon-tripadvisor"].border_77d9 {
  background-color: transparent;
  color: #589442;
}
.background-c2c7 [class*="social-icon-tumblr"] {
  background-color: #35465c;
}
.background-c2c7 [class*="social-icon-tumblr"].border_77d9 {
  background-color: transparent;
  color: #35465c;
}
.background-c2c7 [class*="social-icon-twitch"] {
  background-color: #6441a5;
}
.background-c2c7 [class*="social-icon-twitch"].border_77d9 {
  background-color: transparent;
  color: #6441a5;
}
.background-c2c7 [class*="social-icon-twitter"] {
  background-color: #1da1f2;
}
.background-c2c7 [class*="social-icon-twitter"].border_77d9 {
  background-color: transparent;
  color: #1da1f2;
}
.background-c2c7 [class*="social-icon-vimeo"] {
  background-color: #1ab7ea;
}
.background-c2c7 [class*="social-icon-vimeo"].border_77d9 {
  background-color: transparent;
  color: #1ab7ea;
}
.background-c2c7 [class*="social-icon-vk"] {
  background-color: #45668e;
}
.background-c2c7 [class*="social-icon-vk"].border_77d9 {
  background-color: transparent;
  color: #45668e;
}
.background-c2c7 [class*="social-icon-weibo"] {
  background-color: #df2029;
}
.background-c2c7 [class*="social-icon-weibo"].border_77d9 {
  background-color: transparent;
  color: #df2029;
}
.background-c2c7 [class*="social-icon-weixin"] {
  background-color: #7bb32e;
}
.background-c2c7 [class*="social-icon-weixin"].border_77d9 {
  background-color: transparent;
  color: #7bb32e;
}
.background-c2c7 [class*="social-icon-whatsapp"] {
  background-color: #25d366;
}
.background-c2c7 [class*="social-icon-whatsapp"].border_77d9 {
  background-color: transparent;
  color: #25d366;
}
.background-c2c7 [class*="social-icon-wordpress"] {
  background-color: #21759b;
}
.background-c2c7 [class*="social-icon-wordpress"].border_77d9 {
  background-color: transparent;
  color: #21759b;
}
.background-c2c7 [class*="social-icon-xing"] {
  background-color: #026466;
}
.background-c2c7 [class*="social-icon-xing"].border_77d9 {
  background-color: transparent;
  color: #026466;
}
.background-c2c7 [class*="social-icon-yelp"] {
  background-color: #af0606;
}
.background-c2c7 [class*="social-icon-yelp"].border_77d9 {
  background-color: transparent;
  color: #af0606;
}
.background-c2c7 [class*="social-icon-youtube"] {
  background-color: #cd201f;
}
.background-c2c7 [class*="social-icon-youtube"].border_77d9 {
  background-color: transparent;
  color: #cd201f;
}
.dynamic_807b {
  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;
}
.dynamic_807b:hover {
  box-shadow: none;
  background: 0 0;
}
.text-huge-be51 {
  background: 0 0 !important;
  text-transform: uppercase;
  font-size: 0.85em;
}
.bottom_98f9 {
  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;
}
.chip-easy-1897 {
  display: inline-block;
  position: relative;
  vertical-align: middle;
}
.green_d8eb {
  display: block;
  top: 50%;
  background-color: currentcolor;
}
.green_d8eb,
.green_d8eb::after,
.green_d8eb::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;
}
.green_d8eb::after,
.green_d8eb::before {
  content: "";
  display: block;
  background-color: inherit;
}
.picture-43e1 .bottom_98f9 .chip-easy-1897 {
  margin-top: -2px;
  width: 19px;
}
.picture-43e1 .bottom_98f9 .green_d8eb {
  margin-top: -1px;
}
.picture-43e1 .bottom_98f9 .green_d8eb,
.picture-43e1 .bottom_98f9 .green_d8eb::after,
.picture-43e1 .bottom_98f9 .green_d8eb::before {
  width: 19px;
  height: 2px;
}
.picture-43e1 .bottom_98f9 .green_d8eb::before {
  top: -6px;
}
.picture-43e1 .bottom_98f9 .green_d8eb::after {
  bottom: -6px;
}
.pattern_up_59e7 .bottom_98f9 .chip-easy-1897 {
  margin-top: -2px;
  width: 22px;
}
.pattern_up_59e7 .bottom_98f9 .green_d8eb {
  margin-top: -1px;
}
.pattern_up_59e7 .bottom_98f9 .green_d8eb,
.pattern_up_59e7 .bottom_98f9 .green_d8eb::after,
.pattern_up_59e7 .bottom_98f9 .green_d8eb::before {
  width: 22px;
  height: 2px;
}
.pattern_up_59e7 .bottom_98f9 .green_d8eb::before {
  top: -7px;
}
.pattern_up_59e7 .bottom_98f9 .green_d8eb::after {
  bottom: -7px;
}
.accent_fast_bd95 .bottom_98f9 .chip-easy-1897 {
  margin-top: -2px;
  width: 31px;
}
.accent_fast_bd95 .bottom_98f9 .green_d8eb {
  margin-top: -1.5px;
}
.accent_fast_bd95 .bottom_98f9 .green_d8eb,
.accent_fast_bd95 .bottom_98f9 .green_d8eb::after,
.accent_fast_bd95 .bottom_98f9 .green_d8eb::before {
  width: 31px;
  height: 3px;
}
.accent_fast_bd95 .bottom_98f9 .green_d8eb::before {
  top: -9px;
}
.accent_fast_bd95 .bottom_98f9 .green_d8eb::after {
  bottom: -9px;
}
@media screen and (min-width: 1025px) {
  .logo-wood-f831 .bottom_98f9 .chip-easy-1897 {
    margin-top: -2px;
    width: 19px;
  }
  .logo-wood-f831 .bottom_98f9 .green_d8eb {
    margin-top: -1px;
  }
  .logo-wood-f831 .bottom_98f9 .green_d8eb,
  .logo-wood-f831 .bottom_98f9 .green_d8eb::after,
  .logo-wood-f831 .bottom_98f9 .green_d8eb::before {
    width: 19px;
    height: 2px;
  }
  .logo-wood-f831 .bottom_98f9 .green_d8eb::before {
    top: -6px;
  }
  .logo-wood-f831 .bottom_98f9 .green_d8eb::after {
    bottom: -6px;
  }
  .hovered-1f9f .bottom_98f9 .chip-easy-1897 {
    margin-top: -2px;
    width: 22px;
  }
  .hovered-1f9f .bottom_98f9 .green_d8eb {
    margin-top: -1px;
  }
  .hovered-1f9f .bottom_98f9 .green_d8eb,
  .hovered-1f9f .bottom_98f9 .green_d8eb::after,
  .hovered-1f9f .bottom_98f9 .green_d8eb::before {
    width: 22px;
    height: 2px;
  }
  .hovered-1f9f .bottom_98f9 .green_d8eb::before {
    top: -7px;
  }
  .hovered-1f9f .bottom_98f9 .green_d8eb::after {
    bottom: -7px;
  }
  .gallery-lite-49d7 .bottom_98f9 .chip-easy-1897 {
    margin-top: -2px;
    width: 31px;
  }
  .gallery-lite-49d7 .bottom_98f9 .green_d8eb {
    margin-top: -1.5px;
  }
  .gallery-lite-49d7 .bottom_98f9 .green_d8eb,
  .gallery-lite-49d7 .bottom_98f9 .green_d8eb::after,
  .gallery-lite-49d7 .bottom_98f9 .green_d8eb::before {
    width: 31px;
    height: 3px;
  }
  .gallery-lite-49d7 .bottom_98f9 .green_d8eb::before {
    top: -9px;
  }
  .gallery-lite-49d7 .bottom_98f9 .green_d8eb::after {
    bottom: -9px;
  }
}
@media screen and (max-width: 1024px) {
  .tooltip-055e .bottom_98f9 .chip-easy-1897 {
    margin-top: -2px;
    width: 19px;
  }
  .tooltip-055e .bottom_98f9 .green_d8eb {
    margin-top: -1px;
  }
  .tooltip-055e .bottom_98f9 .green_d8eb,
  .tooltip-055e .bottom_98f9 .green_d8eb::after,
  .tooltip-055e .bottom_98f9 .green_d8eb::before {
    width: 19px;
    height: 2px;
  }
  .tooltip-055e .bottom_98f9 .green_d8eb::before {
    top: -6px;
  }
  .tooltip-055e .bottom_98f9 .green_d8eb::after {
    bottom: -6px;
  }
  .motion-30d7 .bottom_98f9 .chip-easy-1897 {
    margin-top: -2px;
    width: 22px;
  }
  .motion-30d7 .bottom_98f9 .green_d8eb {
    margin-top: -1px;
  }
  .motion-30d7 .bottom_98f9 .green_d8eb,
  .motion-30d7 .bottom_98f9 .green_d8eb::after,
  .motion-30d7 .bottom_98f9 .green_d8eb::before {
    width: 22px;
    height: 2px;
  }
  .motion-30d7 .bottom_98f9 .green_d8eb::before {
    top: -7px;
  }
  .motion-30d7 .bottom_98f9 .green_d8eb::after {
    bottom: -7px;
  }
  .content_inner_32c2 .bottom_98f9 .chip-easy-1897 {
    margin-top: -2px;
    width: 31px;
  }
  .content_inner_32c2 .bottom_98f9 .green_d8eb {
    margin-top: -1.5px;
  }
  .content_inner_32c2 .bottom_98f9 .green_d8eb,
  .content_inner_32c2 .bottom_98f9 .green_d8eb::after,
  .content_inner_32c2 .bottom_98f9 .green_d8eb::before {
    width: 31px;
    height: 3px;
  }
  .content_inner_32c2 .bottom_98f9 .green_d8eb::before {
    top: -9px;
  }
  .content_inner_32c2 .bottom_98f9 .green_d8eb::after {
    bottom: -9px;
  }
}
@media screen and (max-width: 568px) {
  .focus_bae0 .bottom_98f9 .chip-easy-1897 {
    margin-top: -2px;
    width: 19px;
  }
  .focus_bae0 .bottom_98f9 .green_d8eb {
    margin-top: -1px;
  }
  .focus_bae0 .bottom_98f9 .green_d8eb,
  .focus_bae0 .bottom_98f9 .green_d8eb::after,
  .focus_bae0 .bottom_98f9 .green_d8eb::before {
    width: 19px;
    height: 2px;
  }
  .focus_bae0 .bottom_98f9 .green_d8eb::before {
    top: -6px;
  }
  .focus_bae0 .bottom_98f9 .green_d8eb::after {
    bottom: -6px;
  }
  .up_8d29 .bottom_98f9 .chip-easy-1897 {
    margin-top: -2px;
    width: 22px;
  }
  .up_8d29 .bottom_98f9 .green_d8eb {
    margin-top: -1px;
  }
  .up_8d29 .bottom_98f9 .green_d8eb,
  .up_8d29 .bottom_98f9 .green_d8eb::after,
  .up_8d29 .bottom_98f9 .green_d8eb::before {
    width: 22px;
    height: 2px;
  }
  .up_8d29 .bottom_98f9 .green_d8eb::before {
    top: -7px;
  }
  .up_8d29 .bottom_98f9 .green_d8eb::after {
    bottom: -7px;
  }
  .media_fedf .bottom_98f9 .chip-easy-1897 {
    margin-top: -2px;
    width: 31px;
  }
  .media_fedf .bottom_98f9 .green_d8eb {
    margin-top: -1.5px;
  }
  .media_fedf .bottom_98f9 .green_d8eb,
  .media_fedf .bottom_98f9 .green_d8eb::after,
  .media_fedf .bottom_98f9 .green_d8eb::before {
    width: 31px;
    height: 3px;
  }
  .media_fedf .bottom_98f9 .green_d8eb::before {
    top: -9px;
  }
  .media_fedf .bottom_98f9 .green_d8eb::after {
    bottom: -9px;
  }
}
.card-soft-94f8 .green_d8eb {
  -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);
}
.card-soft-94f8 .green_d8eb::before {
  -webkit-transition: top 75ms 0.12s ease, opacity 75ms ease;
  transition: top 75ms 0.12s ease, opacity 75ms ease;
}
.card-soft-94f8 .green_d8eb::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);
}
.card-soft-94f8.pattern-white-30f5 .green_d8eb {
  -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);
}
.card-soft-94f8.pattern-white-30f5 .green_d8eb::before {
  top: 0;
  opacity: 0;
  -webkit-transition: top 75ms ease, opacity 75ms 0.12s ease;
  transition: top 75ms ease, opacity 75ms 0.12s ease;
}
.card-soft-94f8.pattern-white-30f5 .green_d8eb::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);
}
.east_e5fc {
  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.texture_last_1846:before {
  display: none;
}
.slider-8a0b {
  padding: 0;
  position: fixed;
  width: 100%;
  max-width: 100%;
  top: 0;
  z-index: 999900;
  visibility: hidden;
}
.slider-8a0b .glass_b6f3 {
  padding: 1.4em 1.5em;
  border-bottom: 1px solid transparent;
}
.slider-8a0b .glass_b6f3:last-of-type {
  border-bottom: none;
}
.slider-8a0b .glass_b6f3.pagination-aef5,
.slider-8a0b .glass_b6f3.video-silver-5bba,
.slider-8a0b .glass_b6f3.tabs_98aa {
  padding: 0;
}
.slider-8a0b .gradient-ce32 .blue_6ece {
  color: currentColor;
}
.slider-8a0b .gradient-ce32 .blue_6ece:focus,
.slider-8a0b .gradient-ce32 .blue_6ece:hover {
  background: rgba(0, 0, 0, 0.01);
}
.slider-8a0b.selected_3a94 .video-9ae3,
.slider-8a0b.selected_3a94 .hover_soft_c526 a,
.slider-8a0b.selected_3a94 .silver_57ee a,
.slider-8a0b.selected_3a94 .green_cdfc a {
  color: rgba(0, 0, 0, 0.55);
}
.slider-8a0b.selected_3a94 .video-9ae3:hover,
.slider-8a0b.selected_3a94 .hover_soft_c526 a:hover,
.slider-8a0b.selected_3a94 .silver_57ee a:hover,
.slider-8a0b.selected_3a94 .green_cdfc a:hover {
  color: rgba(0, 0, 0, 0.8);
}
.slider-8a0b.selected_3a94 .detail-full-9276 {
  color: rgba(0, 0, 0, 0.8);
}
.slider-8a0b.selected_3a94 .glass_b6f3 {
  border-color: rgba(0, 0, 0, 0.08);
}
.slider-8a0b.selected_3a94 .glass_b6f3:before {
  background: rgba(0, 0, 0, 0.08);
}
.slider-8a0b.selected_3a94 .green_11ac:before {
  background: rgba(255, 255, 255, 0.9);
}
.slider-8a0b.selected_3a94 .gradient-ce32 .tertiary-liquid-941b li a,
.slider-8a0b.selected_3a94 .gradient-ce32 .blue_6ece,
.slider-8a0b.selected_3a94 .green_cdfc {
  border-color: rgba(0, 0, 0, 0.08);
}
.slider-8a0b.selected_3a94 .gradient-ce32 .blue_6ece:focus,
.slider-8a0b.selected_3a94 .gradient-ce32 .blue_6ece:hover {
  background: rgba(0, 0, 0, 0.01);
}
.slider-8a0b.selected_3a94 .tertiary-liquid-941b li {
  border-color: rgba(0, 0, 0, 0.08);
}
.slider-8a0b.dropdown-1480 .video-9ae3,
.slider-8a0b.dropdown-1480 .hover_soft_c526 a,
.slider-8a0b.dropdown-1480 .silver_57ee .blue_6ece,
.slider-8a0b.dropdown-1480 .silver_57ee a,
.slider-8a0b.dropdown-1480 .green_cdfc a {
  color: rgba(255, 255, 255, 0.79);
}
.slider-8a0b.dropdown-1480 .video-9ae3:hover,
.slider-8a0b.dropdown-1480 .hover_soft_c526 a:hover,
.slider-8a0b.dropdown-1480 .silver_57ee .blue_6ece:hover,
.slider-8a0b.dropdown-1480 .silver_57ee a:hover,
.slider-8a0b.dropdown-1480 .green_cdfc a:hover {
  color: rgba(255, 255, 255, 0.99);
}
.slider-8a0b.dropdown-1480 .detail-full-9276 {
  color: rgba(255, 255, 255, 0.99);
}
.slider-8a0b.dropdown-1480 .glass_b6f3 {
  border-color: rgba(255, 255, 255, 0.08);
}
.slider-8a0b.dropdown-1480 .glass_b6f3:before {
  background: rgba(255, 255, 255, 0.08);
}
.slider-8a0b.dropdown-1480 .green_11ac:before {
  background: rgba(0, 0, 0, 0.9);
}
.slider-8a0b.dropdown-1480 .gradient-ce32 .tertiary-liquid-941b li a,
.slider-8a0b.dropdown-1480 .gradient-ce32 .blue_6ece,
.slider-8a0b.dropdown-1480 .green_cdfc {
  border-color: rgba(255, 255, 255, 0.08);
}
.slider-8a0b.dropdown-1480 .gradient-ce32 .blue_6ece:focus,
.slider-8a0b.dropdown-1480 .gradient-ce32 .blue_6ece:hover {
  background: rgba(0, 0, 0, 0.01);
}
.slider-8a0b.dropdown-1480 .tertiary-liquid-941b li {
  border-color: rgba(255, 255, 255, 0.08);
}
.green_11ac {
  position: relative;
  word-con: break-word;
  min-height: 100%;
  display: block;
}
.green_11ac:before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  display: block;
  min-height: 100%;
}
.chip_9379 {
  position: relative;
  word-con: break-word;
  min-height: 100%;
  display: block;
  padding: 1.2em 0;
}
.slow-8189 .slider-8a0b {
  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;
}
.slow-8189 .glass_b6f3 {
  text-align: center;
  padding: 2em 1.5em;
  border: none;
  position: relative;
}
.slow-8189 .glass_b6f3: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) {
  .slow-8189 .glass_b6f3:before {
    width: 16%;
    left: 42%;
  }
}
.slow-8189 .glass_b6f3:last-child:before {
  content: none;
}
.slow-8189 .glass_b6f3[class*="-menu"] {
  padding: 2.5em 1.5em;
}
.slow-8189 .gradient-ce32 .tertiary-liquid-941b li a {
  border: none;
  font-size: 140%;
  text-transform: uppercase;
  font-weight: 500;
}
.slow-8189 .gradient-ce32 .tertiary-liquid-941b li a .blue_6ece {
  display: inline-block;
  position: relative;
  border: 0 none;
  margin-right: -1.3em;
  top: -2px;
  padding: 0.28em 0.5em;
}
.slow-8189 .gradient-ce32 .green_cdfc {
  border: none;
}
.slow-8189 .gradient-ce32 .green_cdfc li a {
  text-transform: none;
  padding: 0.35em 1.5em;
  font-size: 100%;
}
.slow-8189 .green_11ac {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}
.slow-8189 .chip_9379 {
  max-width: 48em;
  margin: 3em auto;
  padding: 0;
}
.slow-8189 .dropdown-1480 .green_11ac:before {
  background: rgba(0, 0, 0, 0.9);
}
.slow-8189 .selected_3a94.table-lite-e5ba .green_d8eb {
  background: rgba(0, 0, 0, 0.6);
}
.slow-8189
  .selected_3a94.table-lite-e5ba
  .green_d8eb::after,
.slow-8189
  .selected_3a94.table-lite-e5ba
  .green_d8eb:before {
  background: inherit;
}
.slow-8189
  .selected_3a94.table-lite-e5ba:hover
  .green_d8eb {
  background: rgba(0, 0, 0, 0.8);
}
.gradient_left_1db5 .slider-8a0b {
  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) {
  .gradient_left_1db5 .slider-8a0b {
    width: auto;
    right: 45px;
  }
}
.out_4cd7 .slider-8a0b {
  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) {
  .out_4cd7 .slider-8a0b {
    width: auto;
    left: 45px;
  }
}
.texture_last_1846 .slider-8a0b {
  position: relative;
  height: 0;
  display: block;
  visibility: visible;
  z-index: 999900;
  overflow: hidden;
}
.texture_last_1846 .chip_9379 {
  max-width: 48em;
  margin: 0 auto;
}
.texture_last_1846 .green_11ac:before {
  box-shadow: inset 0 0 12px 0 rgba(0, 0, 0, 0.05);
}
.fresh-d61c {
  overflow-x: hidden;
  position: relative;
  width: 100%;
  display: block;
}
.fresh-d61c.slow-8189 .slider-8a0b {
  z-index: 0;
  opacity: 0;
  height: 100%;
}
.fresh-d61c.gradient_left_1db5 .slider-8a0b {
  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);
}
.fresh-d61c .slider-8a0b {
  visibility: visible;
}
.fresh-d61c.out_4cd7 .slider-8a0b {
  -webkit-transform: translateX(200%);
  -ms-transform: translateX(200%);
  transform: translateX(200%);
  height: 100%;
}
.backdrop_ec64,
.accent_green_8dc7 {
  overflow-x: hidden;
}
.backdrop_ec64 .slider-8a0b {
  overflow: auto;
}
.backdrop_ec64.slow-8189 {
  overflow: initial;
  position: relative;
  width: 100%;
  display: block;
}
.backdrop_ec64.slow-8189 .slider-8a0b {
  z-index: 999900;
  opacity: 1;
  visibility: visible;
}
.backdrop_ec64.slow-8189 .dynamic_807b {
  opacity: 0;
}
.backdrop_ec64.gradient_left_1db5 {
  overflow: initial;
  position: relative;
  width: 100%;
  display: block;
}
.backdrop_ec64.gradient_left_1db5 .slider-8a0b {
  z-index: 999900;
  height: 100vh;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  left: 0;
  visibility: visible;
}
.backdrop_ec64.gradient_left_1db5 .dynamic_807b {
  opacity: 0;
}
.backdrop_ec64.out_4cd7 {
  overflow: initial;
  position: relative;
  width: 100%;
  display: block;
}
.backdrop_ec64.out_4cd7 .slider-8a0b {
  z-index: 999900;
  height: 100vh;
  max-width: 100vw;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  right: 0;
  visibility: visible;
}
.backdrop_ec64.out_4cd7 .dynamic_807b {
  opacity: 0;
}
.backdrop_ec64.texture_last_1846 .slider-8a0b {
  z-index: 10;
  visibility: visible;
}
.table-lite-e5ba {
  display: none;
  z-index: 999910;
  cursor: pointer;
  position: fixed;
  top: 10px;
  right: 12px;
}
.table-lite-e5ba .green_d8eb {
  background: rgba(255, 255, 255, 0.99);
}
.table-lite-e5ba .green_d8eb::after,
.table-lite-e5ba .green_d8eb:before {
  background: inherit;
}
.table-lite-e5ba:hover .green_d8eb {
  background: rgba(255, 255, 255, 0.99);
}
.out_4cd7 .table-lite-e5ba {
  top: 10px;
  right: auto;
  left: 12px;
}
.texture_last_1846 .table-lite-e5ba {
  display: none !important;
}
.backdrop_ec64:before,
.accent_green_8dc7:before {
  z-index: 999897;
  visibility: visible;
  opacity: 1;
}
.backdrop_ec64 .table-lite-e5ba,
.accent_green_8dc7 .table-lite-e5ba {
  display: inline-block;
}
.slider-8a0b .title-pink-ded6 {
  -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;
}
.backdrop_ec64 .slider-8a0b .title-pink-ded6,
.accent_green_8dc7 .slider-8a0b .title-pink-ded6 {
  opacity: 1;
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
}
.slider-a47a .medium-5fbd {
  width: 100%;
}
.icon-6466 {
  padding: 0 0.5em 0;
}
.icon-6466 [class*="customify-col-"],
.icon-6466 [class*="customify-col_"],
.icon-6466 [class~="customify-col"] {
  padding: 0 0.5em 0;
}
.tertiary_65a6 .icon-6466 {
  padding-left: 1em;
  padding-right: 1em;
}
@media screen and (min-width: 1025px) {
  .huge_2c27 .bronze-841c,
  .bronze-841c {
    display: none;
  }
  .thumbnail-5e7e {
    text-align: left;
  }
  .module-green-239a {
    text-align: center;
  }
  .prev_e5c4 {
    text-align: right;
  }
}
@media screen and (max-width: 1024px) {
  .huge_2c27 .thick-0308,
  .thick-0308 {
    display: none;
  }
  .pressed-d29f {
    text-align: left;
  }
  .complex-83c8 {
    text-align: center;
  }
  .label_da41 {
    text-align: right;
  }
}
@media screen and (max-width: 568px) {
  .huge_2c27 .table-ecc5,
  .table-ecc5 {
    display: none;
  }
  .mini_8cb4 {
    text-align: left;
  }
  .popup_cold_ce4c {
    text-align: center;
  }
  .feature-ffa0 {
    text-align: right;
  }
}
#page {
  position: relative;
}
.backdrop_fluid_0f4b {
  box-shadow: none !important;
}
.dropdown-3fef .soft-422c,
.hard_afd4 .soft-422c {
  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;
}
.hard_afd4 .soft-422c {
  margin-top: 30px;
  margin-bottom: 30px;
}
.fresh-6850 {
  position: relative;
  padding-left: 2em;
  padding-right: 2em;
}
.fresh-6850:after,
.fresh-6850:before {
  content: "";
  display: table;
}
.fresh-6850:after {
  clear: both;
}
@media screen and (max-width: 48em) {
  .fresh-6850 {
    padding-left: 1em;
    padding-right: 1em;
  }
}
.fresh-6850,
.table_under_a4b3 {
  max-width: 1248px;
  margin: 0 auto;
}

.wood_70d8.component-ceed .fresh-6850 {
  max-width: 100%;
}
.wood_70d8.tabs-dirty-6b89 {
  max-width: 1200px;
  margin: 0 auto;
}
.wood_70d8.gallery-advanced-af98 .fresh-6850 {
  max-width: 100%;
}
.wood_70d8.gallery-advanced-af98 > .fresh-6850 {
  padding-left: 0;
  padding-right: 0;
}
.wood_70d8.gallery-advanced-af98 > .fresh-6850 .huge_2c27 {
  margin: 0;
}
.wood_70d8.gallery-advanced-af98
  > .fresh-6850
  .detail-middle-ab96.overlay_center_6d7c {
  margin-right: 0;
  margin-left: 0;
}
.wood_70d8.gallery-advanced-af98 #main.overlay_center_6d7c {
  padding: 0;
}
#main,
#sidebar-primary,
#sidebar-secondary {
  padding-top: 2.617924em;
  padding-bottom: 2.617924em;
}
@media screen and (max-width: 1024px) {
  .huge_7590 #main {
    border-left: 0 none;
  }
}
@media screen and (max-width: 1024px) {
  .huge_7590 #sidebar-secondary {
    -webkit-box-ordinal-group: 6;
    order: 5;
    display: none;
  }
}
@media screen and (min-width: 48em) {
  .status-d2d9 .info-fe84 {
    padding-right: 1em;
  }
  .status-d2d9.hero_19a5 .detail-middle-ab96 {
    border-right: 1px solid #eaecee;
  }
  .status-d2d9.hero_19a5 .info-fe84 {
    padding-right: 1em;
  }
  .status-d2d9.hero_19a5 .label_outer_de85 {
    padding-left: 1em;
  }
}
@media screen and (min-width: 48em) {
  .box_wood_87a7 .info-fe84 {
    padding-left: 1em;
  }
  .box_wood_87a7.hero_19a5 .detail-middle-ab96 {
    border-left: 1px solid #eaecee;
  }
  .box_wood_87a7.hero_19a5 .info-fe84 {
    padding-left: 1em;
  }
  .box_wood_87a7.hero_19a5 .label_outer_de85 {
    padding-right: 1em;
  }
}
@media screen and (min-width: 48em) {
  .black-c095 .info-fe84 {
    padding-left: 1em;
  }
  .black-c095.hero_19a5 .iron-b51e {
    border-right: 1px solid #eaecee;
  }
  .black-c095.hero_19a5 .container-black-ba1c {
    border-right: 1px solid #eaecee;
  }
  .black-c095.hero_19a5 .info-fe84 {
    padding-left: 1em;
  }
  .black-c095.hero_19a5 .label_outer_de85 {
    padding-right: 1em;
  }
  .black-c095.hero_19a5 .thumbnail-steel-ec63 {
    padding-left: 1em;
    padding-right: 1em;
  }
}
@media screen and (min-width: 48em) {
  .primary-d5e2 .info-fe84 {
    padding-right: 1em;
  }
  .primary-d5e2.hero_19a5 .iron-b51e {
    border-left: 1px solid #eaecee;
  }
  .primary-d5e2.hero_19a5 .container-black-ba1c {
    border-left: 1px solid #eaecee;
  }
  .primary-d5e2.hero_19a5 .info-fe84 {
    padding-right: 1em;
  }
  .primary-d5e2.hero_19a5 .label_outer_de85 {
    padding-left: 1em;
    padding-right: 1em;
  }
  .primary-d5e2.hero_19a5 .thumbnail-steel-ec63 {
    padding-left: 1em;
  }
}
@media screen and (min-width: 48em) {
  .huge_7590 .info-fe84 {
    padding-left: 1em;
    padding-right: 1em;
  }
  .huge_7590.hero_19a5 .detail-middle-ab96 {
    border-left: 1px solid #eaecee;
    border-right: 1px solid #eaecee;
  }
  .huge_7590.hero_19a5 .info-fe84 {
    padding-left: 1em;
    padding-right: 1em;
  }
  .huge_7590.hero_19a5 .label_outer_de85 {
    padding-left: 1em;
  }
  .huge_7590.hero_19a5 .thumbnail-steel-ec63 {
    padding-right: 1em;
  }
}
@media screen and (max-width: 64em) {
  .huge_7590.hero_19a5 .info-fe84 {
    padding-left: 0;
  }
}
.wrapper-b952 .soft_d38f {
  display: inline-block;
}
.carousel_outer_ceb4 {
  display: inline-block;
}
.pro-e2f1 {
  word-con: break-word;
}
.hovered-94ea > span {
  display: inline-block;
  padding: 5px 0;
}
.hovered-94ea .pagination_short_2db5 {
  margin-left: 8px;
  margin-right: 8px;
}
.hovered-94ea .shade-hot-4d11 img {
  vertical-align: middle;
  overflow: hidden;
  border-radius: 50%;
  margin-right: 5px;
}
.summary-cold-c5e4 .over-2130 {
  margin-bottom: 2em;
}
.summary-cold-c5e4 .wrapper-5c14 {
  margin-bottom: 15px;
}
.summary-cold-c5e4 .wrapper-5c14:last-child {
  margin-bottom: 0;
}
.summary-cold-c5e4 .feature_slow_06f3 {
  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) {
  .summary-cold-c5e4 .feature_slow_06f3 {
    display: block;
  }
}
.summary-cold-c5e4 .dropdown-copper-72a9 {
  position: relative;
  max-width: 100%;
  flex-basis: 40%;
  padding-top: 0;
  overflow: hidden;
}
@media screen and (max-width: 568px) {
  .summary-cold-c5e4 .dropdown-copper-72a9 {
    margin-bottom: 1em;
    width: 100% !important;
    padding-top: 56.25%;
  }
}
.summary-cold-c5e4 .block-a997 {
  position: absolute;
  top: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: flex;
  line-height: 0;
  background-color: #d5d5d5;
}
.summary-cold-c5e4 .block-a997 img {
  -o-object-fit: cover;
  object-fit: cover;
  width: 100%;
  height: auto;
}
.summary-cold-c5e4 .block-a997 a {
  position: absolute;
  top: 0;
  top: 0;
  display: block;
}
.summary-cold-c5e4 .pro-e2f1 {
  font-size: 1.5em;
  font-weight: 500;
  word-con: break-word;
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
}
.summary-cold-c5e4 .pro-e2f1 a {
  text-align: inherit;
  display: block;
  flex-basis: 100%;
}
.summary-cold-c5e4 .box-huge-157e p:last-child {
  margin-bottom: 0;
}
.summary-cold-c5e4 .white_88e5 {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: block;
  z-index: 30;
}
.summary-cold-c5e4 .dim_04ce {
  -webkit-box-flex: 1;
  flex: 1;
  word-con: break-word;
  max-width: 100%;
}
.summary-cold-c5e4 .pagination-dark-15e6 {
  margin-top: 1em;
}
.summary-cold-c5e4 .active-3843 {
  top: 0;
  display: block;
}
.summary-cold-c5e4 .active-3843 a {
  color: inherit;
}
.summary-cold-c5e4 .active-3843 a:hover {
  color: inherit;
}
.summary-cold-c5e4 .over-2ddd {
  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;
}
.summary-cold-c5e4 .over-2ddd:hover {
  background: #235787;
  color: #fff;
  border-color: #235787;
}
.summary-cold-c5e4 .dim_04ce {
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-flow: column nowrap;
}
.summary-cold-c5e4 .footer_6004 {
  position: relative;
  width: 100%;
  margin-bottom: 15px;
}
.summary-cold-c5e4 .footer_6004:first-child {
  margin-top: 0;
}
.summary-cold-c5e4 .footer_6004.last_7ebf {
  -webkit-box-flex: 0;
  flex: none;
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.summary-cold-c5e4 .footer_6004.form-tiny-248a {
  display: -webkit-box;
  display: flex;
  margin-top: auto;
  margin-bottom: 0;
  -webkit-box-pack: justify;
  justify-content: space-between;
}
.summary-cold-c5e4
  .footer_6004.form-tiny-248a.row_2976
  .pagination-dark-15e6 {
  width: 100%;
}
.summary-cold-c5e4 .form-tiny-248a {
  -webkit-box-align: center;
  align-items: center;
}
.summary-cold-c5e4 .form-tiny-248a .hovered-94ea,
.summary-cold-c5e4 .form-tiny-248a > * {
  margin-bottom: 0;
  margin-top: 0;
  display: inline-block;
}
.summary-cold-c5e4 .block-a997 {
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
.summary-cold-c5e4 .block-a997 img {
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
.summary-cold-c5e4 .block-a997: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;
}
.summary-cold-c5e4 .last_7ebf {
  z-index: 5;
}
.summary-cold-c5e4 .secondary-1139 .surface_stale_aa57 {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  display: block;
}
.summary-cold-c5e4 .fluid_f086 .surface_stale_aa57 {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  display: block;
}
.summary-cold-c5e4 .yellow-0a96 .surface_stale_aa57 {
  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;
}
.summary-cold-c5e4.pattern-dynamic-33e3 .feature_slow_06f3,
.summary-cold-c5e4.banner-7d10 .feature_slow_06f3 {
  display: block;
}
.summary-cold-c5e4.pattern-dynamic-33e3 .feature_slow_06f3 .middle-0367,
.summary-cold-c5e4.pattern-dynamic-33e3 .feature_slow_06f3 .dim_04ce,
.summary-cold-c5e4.banner-7d10 .feature_slow_06f3 .middle-0367,
.summary-cold-c5e4.banner-7d10 .feature_slow_06f3 .dim_04ce {
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
}
.summary-cold-c5e4.gas_5069 .dropdown-copper-72a9 {
  margin-right: 2em;
}
@media screen and (max-width: 568px) {
  .summary-cold-c5e4.gas_5069 .dropdown-copper-72a9 {
    margin-right: 0;
  }
}
.summary-cold-c5e4.pattern-dynamic-33e3 .dropdown-copper-72a9,
.summary-cold-c5e4.banner-7d10 .dropdown-copper-72a9 {
  padding-top: 40%;
}
.summary-cold-c5e4.pattern-dynamic-33e3 .over-2130,
.summary-cold-c5e4.banner-7d10 .over-2130 {
  display: block;
}
.summary-cold-c5e4.pattern-dynamic-33e3 .fn-sticky-af98 .dim_04ce,
.summary-cold-c5e4.banner-7d10 .fn-sticky-af98 .dim_04ce {
  background-color: #fcf8e3;
  border: 1px solid #faf2cc;
  border-top: 0 none;
  color: #8a6d3b;
  padding: 1em;
}
.summary-cold-c5e4.pattern-dynamic-33e3 .dropdown-copper-72a9,
.summary-cold-c5e4.banner-7d10 .dropdown-copper-72a9 {
  margin-bottom: 1em;
  display: block;
  position: relative;
}
.summary-cold-c5e4.pattern-dynamic-33e3 .dim_04ce {
  padding: 1em;
}
.photo_886b {
  margin: 30px auto;
  display: block;
}
.photo_886b .over_0db5 > * {
  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;
}
.photo_886b .over_0db5 > :hover {
  border-color: #235787;
  background: #235787;
  color: #fff;
}
.photo_886b .over_0db5 span {
  border-color: #235787;
  background: #235787;
  color: #fff;
}
.highlight_fc33 .hovered-94ea {
  margin-bottom: 1.41575em;
}
.highlight_fc33 .accent_narrow_7ee5 {
  margin-bottom: 1.618em;
}
.tertiary-ffa9 .media-07e3 {
  display: block;
  margin: 5px 0 20px;
  font-weight: 500;
}
.tertiary-ffa9 .media-07e3 a {
  border: 1px solid #eaecee;
  padding: 5px 12px 5px;
  text-transform: uppercase;
  color: #686868;
  margin: 0 2px;
}
.tertiary-ffa9 .media-old-d5eb {
  max-width: 100%;
  overflow: auto;
}
.accordion-f615 .tertiary-ffa9 a:hover {
  text-decoration: underline;
}
.dropdown-d592 .wrapper-5c14:not(.pro-e2f1),
.dropdown-d592 .block-a997 {
  margin-bottom: 1.41575em;
}
.dropdown-d592 .wrapper-5c14:not(.pro-e2f1):last-child,
.dropdown-d592 .block-a997:last-child {
  margin-bottom: 0;
}
.dropdown-d592 .wrapper-5c14.border_wide_536e {
  margin-bottom: 0.41575em;
}
.dropdown-d592 .caption-5134:before,
.dropdown-d592 .message_liquid_485f:before {
  font: normal normal normal 16px/1 FontAwesome;
  text-decoration: inherit;
  text-transform: none;
  position: relative;
  margin-right: 5px;
  color: #6d6d6d;
}
.dropdown-d592 .caption-5134:before {
  content: "\f115";
}
.dropdown-d592 .message_liquid_485f:before {
  content: "\f02c";
}
.dropdown-d592 .tertiary_prev_762b {
  display: block;
  width: 100%;
  margin-top: 0.5407911001em;
}
.dropdown-d592 .tertiary_prev_762b a {
  text-transform: uppercase;
  font-weight: 500;
  font-size: 80%;
  letter-spacing: 0.5px;
}
.item-outer-07f8 {
  display: -webkit-box;
  display: flex;
}
.item-outer-07f8 .element_c375 {
  flex-basis: 90px;
}
@media screen and (max-width: 568px) {
  .item-outer-07f8 .element_c375 {
    flex-basis: 90px;
  }
}
.item-outer-07f8 .east_7c63 {
  flex-basis: calc(100% - 90px);
  margin-left: 1.5em;
}
@media screen and (max-width: 568px) {
  .item-outer-07f8 .east_7c63 {
    flex-basis: calc(100% - 50px);
  }
}
.item-outer-07f8 .avatar_gas_1f11 p:last-child {
  margin-bottom: 0.72em;
}
.tabs-wide-cafe .over_0db5 {
  padding: 16px 0 15px;
  border-top: 1px solid #eaecee;
  border-bottom: 1px solid #eaecee;
}
.tabs-wide-cafe .over_0db5:after,
.tabs-wide-cafe .over_0db5:before {
  content: "";
  display: table;
}
.tabs-wide-cafe .over_0db5:after {
  clear: both;
}
.tabs-wide-cafe .over_0db5 .footer_770f,
.tabs-wide-cafe .over_0db5 .hard-489e {
  width: 49%;
}
.tabs-wide-cafe .over_0db5 .footer_770f a span.text_steel_9997,
.tabs-wide-cafe .over_0db5 .hard-489e a span.text_steel_9997 {
  display: block;
  margin-bottom: 5px;
}
.tabs-wide-cafe .over_0db5 .hard-489e {
  float: left;
  text-align: left;
}
.tabs-wide-cafe .over_0db5 .footer_770f {
  float: right;
  text-align: right;
}
.pink-5708 {
  margin-bottom: 0.41575em;
}
@media screen and (max-width: 568px) {
  .pink-5708 {
    margin-bottom: 0;
  }
}
.chip-52d7 {
  margin-bottom: 1em;
}
.chip-52d7 .pro-e2f1 {
  font-size: 1.1em;
  line-height: 1.3;
}
.last-bf5f a {
  display: block;
  line-height: 0;
  position: relative;
}
.thumbnail_455c .chip-52d7,
.overlay-c28b .chip-52d7 {
  display: -webkit-box;
  display: flex;
}
@media screen and (max-width: 568px) {
  .thumbnail_455c .chip-52d7,
  .overlay-c28b .chip-52d7 {
    display: block;
  }
}
.thumbnail_455c .last-bf5f,
.overlay-c28b .last-bf5f {
  flex-basis: 160px;
  position: relative;
}
@media screen and (max-width: 568px) {
  .thumbnail_455c .last-bf5f,
  .overlay-c28b .last-bf5f {
    margin-bottom: 1em;
  }
}
.thumbnail_455c .last-bf5f img,
.overlay-c28b .last-bf5f img {
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  display: block;
}
.thumbnail_455c .container_87fe,
.overlay-c28b .container_87fe {
  flex-basis: calc(100% - 160px);
}
.thumbnail_455c .container_87fe p,
.overlay-c28b .container_87fe p {
  margin-bottom: 0;
}
.thumbnail_455c .container_87fe {
  padding-left: 1em;
}
@media screen and (max-width: 568px) {
  .thumbnail_455c .container_87fe {
    padding-left: 0;
  }
}
.overlay-c28b .container_87fe {
  -webkit-box-ordinal-group: 2;
  order: 1;
  padding-right: 1em;
}
@media screen and (max-width: 568px) {
  .overlay-c28b .container_87fe {
    padding-right: 0;
  }
}
.overlay-c28b .last-bf5f {
  -webkit-box-ordinal-group: 3;
  order: 2;
}
.message-full-a48c .last-bf5f {
  margin-bottom: 0.5em;
}
.message-full-a48c .last-bf5f img {
  width: 100%;
}
.list-ad2d .mask-6154,
.banner_9d50 .mask-6154 {
  margin-bottom: 35px;
  padding-bottom: 20px;
  border-bottom: 1px solid #eaecee;
}
.banner_9d50 .detail-middle-ab96 .chip-narrow-f3ca p:last-child {
  margin-bottom: 0;
}
.carousel-silver-25c8 {
  font-size: 16px;
  text-transform: uppercase;
  font-weight: 500;
  color: currentColor;
  margin-bottom: 20px;
}
.article_d4bc .video-3f35 {
  margin-bottom: 2em;
}
@media screen and (min-width: 1025px) {
  .article_d4bc .video-3f35:last-of-type {
    margin-bottom: 0;
  }
}
.article_d4bc .video-3f35 ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.article_d4bc .video-3f35 ul:after {
  clear: both;
  content: ".";
  display: block;
  height: 0;
  visibility: hidden;
}
.article_d4bc .video-3f35 ul li {
  margin: 0 0 0.6em;
}
.article_d4bc .video-3f35 ul li.grid_f4f3,
.article_d4bc .video-3f35 ul li.narrow-f41b {
  position: relative;
}
.article_d4bc .video-3f35 ul li.grid_f4f3 .primary_73d8,
.article_d4bc .video-3f35 ul li.narrow-f41b .primary_73d8 {
  right: 0;
  background: #eaecee;
  color: #999;
  padding: 0 0.5em;
  border-radius: 0.9em;
  font-size: 12px;
  position: absolute;
  top: 4px;
}
.article_d4bc .video-3f35 ul li.grid_f4f3:after:after,
.article_d4bc .video-3f35 ul li.grid_f4f3:after:before,
.article_d4bc
  .video-3f35
  ul
  li.narrow-f41b:after:after,
.article_d4bc
  .video-3f35
  ul
  li.narrow-f41b:after:before {
  content: "";
  display: table;
}
.article_d4bc .video-3f35 ul li.grid_f4f3:after:after,
.article_d4bc
  .video-3f35
  ul
  li.narrow-f41b:after:after {
  clear: both;
}
.article_d4bc .video-3f35 a.main_purple_b97f:hover {
  text-decoration: none;
}
.article_d4bc .video-3f35 select {
  max-width: 100%;
}
.article_d4bc .video-3f35 table {
  font-size: 85%;
}
.article_d4bc .video-3f35 table td,
.article_d4bc .video-3f35 table th {
  padding: 0.2360828548em;
  text-align: center;
}
.article_d4bc .video-3f35 table tfoot td {
  text-align: left;
}
.article_d4bc .video-3f35 :last-child {
  margin-bottom: 0;
}
.article_d4bc .video-3f35 .progress-7c83 {
  display: -webkit-box;
  display: flex;
  width: 100%;
  max-width: 100%;
}
.article_d4bc .video-3f35 .progress-7c83 label {
  width: 100%;
}
.article_d4bc .video-3f35 .progress-7c83 .plasma-ec9d {
  width: 100%;
  display: block;
}
.article_d4bc .video-3f35 .progress-7c83 .sort_2bbc {
  padding: 9px 14px;
  margin-left: -46px;
  overflow: hidden;
  box-shadow: none;
  background: 0 0;
  color: #aaa;
  line-height: 0;
}
.article_d4bc .video-3f35 .progress-7c83 .sort_2bbc:hover svg #svg-search {
  fill: #444;
}
.article_d4bc .video-3f35 .progress-7c83 .sort_2bbc svg {
  width: 18px;
  height: 18px;
}
.article_d4bc .accent-out-13ba ul ul,
.article_d4bc .outline-fresh-98b1 ul ul,
.article_d4bc .pro-ef0b ul ul,
.article_d4bc .hidden_cc00 ul ul {
  margin-top: 0.3819820591em;
  margin-left: 0;
  margin-bottom: -0.3819820591em;
}
.article_d4bc .accent-out-13ba .old-1c34 > a,
.article_d4bc .outline-fresh-98b1 .old-1c34 > a,
.article_d4bc .pro-ef0b .old-1c34 > a,
.article_d4bc .hidden_cc00 .old-1c34 > a {
  margin-bottom: 0;
}
.article_d4bc .hero_cb6d li,
.article_d4bc .accent-out-13ba li,
.article_d4bc .nav_bronze_ddeb li,
.article_d4bc .outline-fresh-98b1 li,
.article_d4bc .pro-ef0b li,
.article_d4bc .hidden_cc00 li,
.article_d4bc .new-cfbc li,
.article_d4bc .photo_clean_fa5d li {
  display: block;
  position: relative;
}
.article_d4bc .hero_cb6d li:last-child,
.article_d4bc .accent-out-13ba li:last-child,
.article_d4bc .nav_bronze_ddeb li:last-child,
.article_d4bc .outline-fresh-98b1 li:last-child,
.article_d4bc .pro-ef0b li:last-child,
.article_d4bc .hidden_cc00 li:last-child,
.article_d4bc .new-cfbc li:last-child,
.article_d4bc .photo_clean_fa5d li:last-child {
  border: none;
}
.article_d4bc .hero_cb6d li a,
.article_d4bc .accent-out-13ba li a,
.article_d4bc .nav_bronze_ddeb li a,
.article_d4bc .outline-fresh-98b1 li a,
.article_d4bc .pro-ef0b li a,
.article_d4bc .hidden_cc00 li a,
.article_d4bc .new-cfbc li a,
.article_d4bc .photo_clean_fa5d li a {
  display: block;
  width: 100%;
  padding-bottom: 0.6em;
  margin-bottom: 0.6em;
  border-bottom: 1px solid #eaecee;
  position: relative;
}
.article_d4bc .hero_cb6d li ul li::before,
.article_d4bc .accent-out-13ba li ul li::before,
.article_d4bc .nav_bronze_ddeb li ul li::before,
.article_d4bc .outline-fresh-98b1 li ul li::before,
.article_d4bc .pro-ef0b li ul li::before,
.article_d4bc .hidden_cc00 li ul li::before,
.article_d4bc .new-cfbc li ul li::before,
.article_d4bc .photo_clean_fa5d li ul li::before {
  left: 15px;
}
.article_d4bc .hero_cb6d li ul a,
.article_d4bc .accent-out-13ba li ul a,
.article_d4bc .nav_bronze_ddeb li ul a,
.article_d4bc .outline-fresh-98b1 li ul a,
.article_d4bc .pro-ef0b li ul a,
.article_d4bc .hidden_cc00 li ul a,
.article_d4bc .new-cfbc li ul a,
.article_d4bc .photo_clean_fa5d li ul a {
  padding-left: 20px;
}
.article_d4bc .hero_cb6d li ul ul li::before,
.article_d4bc .accent-out-13ba li ul ul li::before,
.article_d4bc .nav_bronze_ddeb li ul ul li::before,
.article_d4bc .outline-fresh-98b1 li ul ul li::before,
.article_d4bc .pro-ef0b li ul ul li::before,
.article_d4bc .hidden_cc00 li ul ul li::before,
.article_d4bc .new-cfbc li ul ul li::before,
.article_d4bc .photo_clean_fa5d li ul ul li::before {
  left: 30px;
}
.article_d4bc .hero_cb6d li ul ul a,
.article_d4bc .accent-out-13ba li ul ul a,
.article_d4bc .nav_bronze_ddeb li ul ul a,
.article_d4bc .outline-fresh-98b1 li ul ul a,
.article_d4bc .pro-ef0b li ul ul a,
.article_d4bc .hidden_cc00 li ul ul a,
.article_d4bc .new-cfbc li ul ul a,
.article_d4bc .photo_clean_fa5d li ul ul a {
  padding-left: 40px;
}
.article_d4bc .message_in_3600 li {
  padding-bottom: 0.6em;
  border-bottom: 1px solid #eaecee;
  position: relative;
}
.article_d4bc .photo_clean_fa5d ul li {
  margin-bottom: 1.41575em;
}
.article_d4bc .photo_clean_fa5d ul li .east-cffe {
  font-weight: 400;
  font-size: 1.2em;
  line-height: 1.28;
}
.article_d4bc .photo_clean_fa5d ul li .box_473f {
  display: block;
  margin: 0.5407911001em 0;
  font-size: 85%;
}
.dropdown-1480 .hero_cb6d li a,
.dropdown-1480 .accent-out-13ba li a,
.dropdown-1480 .nav_bronze_ddeb li a,
.dropdown-1480 .outline-fresh-98b1 li a,
.dropdown-1480 .pro-ef0b li a,
.dropdown-1480 .hidden_cc00 li a,
.dropdown-1480 .new-cfbc li a,
.dropdown-1480 .photo_clean_fa5d li a {
  border-color: rgba(255, 255, 255, 0.08);
}
.dropdown-1480 .message_in_3600 li {
  border-color: rgba(255, 255, 255, 0.08);
}
.dropdown-1480 .video-3f35 ul li.grid_f4f3 .primary_73d8,
.dropdown-1480 .video-3f35 ul li.narrow-f41b .primary_73d8 {
  background: rgba(0, 0, 0, 0.2);
}
.dropdown-1480 .article_d4bc .video-3f35 select {
  border-color: rgba(255, 255, 255, 0.08);
}
.wood_70d8 .article_d4bc .tertiary-liquid-941b li {
  margin: 0;
}
.wood_70d8 .article_d4bc .tertiary-liquid-941b li a {
  display: block;
  padding: 0.6em 0 0.6em;
}
.wood_70d8 .article_d4bc .tertiary-liquid-941b li ul {
  margin: 0;
}
.wood_70d8 .article_d4bc .tertiary-liquid-941b li ul li a {
  padding-left: 15px;
}
.wood_70d8 .article_d4bc .tertiary-liquid-941b li ul li li a {
  padding-left: 30px;
}
.wood_70d8 .article_d4bc .tertiary-liquid-941b li.status-hard-1be8 > a {
  position: relative;
  border: 1px solid #eaecee;
  border-left: none;
  border-right: none;
  font-size: 110%;
}
.wood_70d8 .article_d4bc .tertiary-liquid-941b li.status-hard-1be8 > 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;
}
.wood_70d8 .article_d4bc .tertiary-liquid-941b li.status-hard-1be8 > 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;
}
.table-7b77 a {
  border: 1px solid currentColor;
  border-radius: 2px;
  display: inline-block;
  font-size: 0.875em !important;
  margin-bottom: 5px;
  padding: 1px 10px 1px;
}
.cold-2ee5 {
  position: relative;
  z-index: 10;
}
.cold-2ee5 .title-pink-ded6 {
  width: 100%;
  max-width: 100%;
}
.detail_bd66 .texture-8949 {
  padding-top: 2em;
  padding-bottom: 2em;
}
.detail_bd66 .selected_3a94 {
}
.detail_bd66 .dropdown-1480 {
  background: #292929;
}
.smooth_3d06 .texture-8949 {
  padding-top: 2.5em;
  padding-bottom: 2.5em;
}
.smooth_3d06 .selected_3a94 {
  background: #f9f9f9;
}
.smooth_3d06 .dropdown-1480 {
  background: #303030;
}
.left_124d .texture-8949 {
  padding-top: 1.5em;
  padding-bottom: 1.5em;
}
@media screen and (max-width: 568px) {
  .left_124d .soft_d38f {
    margin-bottom: 1em;
  }
  .left_124d .soft_d38f:last-child {
    margin-bottom: 0;
  }
}
.left_124d .selected_3a94 {
  background: #ededed;
}
.left_124d .dropdown-1480 {
  background: #1a1a1a;
}
.texture-8949.selected_3a94 {
  color: rgba(0, 0, 0, 0.6);
}
.texture-8949.selected_3a94 .active_6b00 li {
  border-color: rgba(0, 0, 0, 0.08);
}
.texture-8949.dropdown-1480 {
  color: rgba(255, 255, 255, 0.99);
}
.texture-8949.dropdown-1480 a:not(.main_purple_b97f) {
  color: rgba(255, 255, 255, 0.79);
}
.texture-8949.dropdown-1480 a:not(.main_purple_b97f):hover {
  color: rgba(255, 255, 255, 0.99);
}
.texture-8949.dropdown-1480 .active_6b00 li {
  border-color: rgba(255, 255, 255, 0.08);
}
.texture-8949.dropdown-1480 table tbody td,
.texture-8949.dropdown-1480 table th {
  background: rgba(0, 0, 0, 0.08);
}
.smooth_b02d.media_ec90 .fresh-6850 {
  max-width: initial;
}
.smooth_b02d .avatar_c22a {
  -webkit-box-pack: start;
  justify-content: flex-start;
}
.smooth_b02d .avatar_c22a .title-pink-ded6 {
  width: auto;
}
@media screen and (max-width: 1024px) {
  .smooth_b02d .avatar_c22a .title-pink-ded6 {
    display: block;
    margin-bottom: 2em;
  }
  .smooth_b02d .avatar_c22a .title-pink-ded6:last-child {
    margin-bottom: 0;
  }
}
.left_124d .soft_d38f:last-child,
.smooth_3d06 .soft_d38f:last-child,
.detail_bd66 .soft_d38f:last-child {
  margin-bottom: 0;
}
.left_124d .soft_d38f .article_d4bc .video-3f35:last-child,
.smooth_3d06 .soft_d38f .article_d4bc .video-3f35:last-child,
.detail_bd66 .soft_d38f .article_d4bc .video-3f35:last-child {
  margin-bottom: 0;
}
@media screen and (max-width: 568px) {
  .left_124d .column_8ffb,
  .left_124d .wood-7dff,
  .smooth_3d06 .column_8ffb,
  .smooth_3d06 .wood-7dff,
  .detail_bd66 .column_8ffb,
  .detail_bd66 .wood-7dff {
    text-align: center;
  }
}
@media screen and (max-width: 48em) {
  .cold-2ee5 .soft_d38f {
    margin-bottom: 2em;
  }
}
.cold-2ee5 p:last-child {
  margin-bottom: 0;
}
.cold-2ee5 li,
.cold-2ee5 ul {
  list-style: none;
  margin: 0;
}
.cold-2ee5 ul ul {
  margin-left: 2.617924em;
}
.border-inner-5eeb {
  font-size: 0.875em;
}

/* css-noise: 1feb */
.phantom-card-p1 {
  padding: 0.3rem;
  font-size: 10px;
  line-height: 1.1;
}
