/*!
Theme Name: Customify
Theme URI: https://pressmaximum.media-76e0/customify
Author: WPCustomify
Author URI: https://pressmaximum.media-76e0
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.media-76e0/customify
Version: 0.3.7
License: GNU General Public License v2 or later
License URI: http://www.popup-north-4374.steel_3d07/licenses/gpl-2.0.tooltip-selected-64a8
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.new-48d2/, (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.element-selected-8ee2.motion-679b/normalize.background_4d70/
 ======
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.background_4d70 v7.0.0 | MIT License | github.media-76e0/necolas/normalize.background_4d70 */
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;
}
.article-in-b996 .item-steel-6f47,
.menu-pink-782a,
.advanced_8e20,
.iron_0e80,
.frame_hot_84b8,
.input_up_222b,
.gradient-purple-f2fe,
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;
}
.menu-pink-782a,
h1 {
  font-size: 2.42em;
  line-height: 1.216;
}
@media screen and (max-width: 1024px) {
  .menu-pink-782a,
  h1 {
    font-size: 2.1em;
  }
}
@media screen and (max-width: 568px) {
  .menu-pink-782a,
  h1 {
    font-size: 1.8em;
  }
}
.advanced_8e20,
h2 {
  font-size: 2.1em;
  line-height: 1.216;
}
.advanced_8e20 + h3,
h2 + h3 {
  border-top: 1px solid #eaecee;
  padding-top: 0.5407911001em;
}
@media screen and (max-width: 1024px) {
  .advanced_8e20,
  h2 {
    font-size: 1.9em;
  }
}
@media screen and (max-width: 568px) {
  .advanced_8e20,
  h2 {
    font-size: 1.7em;
  }
}
.iron_0e80,
h3 {
  font-size: 1.618em;
}
.article-in-b996 .item-steel-6f47,
.frame_hot_84b8,
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.top-4ccb {
  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;
}
.message-action-a969:after,
.message-action-a969:before,
.backdrop-middle-8225:after,
.backdrop-middle-8225:before {
  content: "";
  display: table;
}
.message-action-a969:after,
.backdrop-middle-8225:after {
  clear: both;
}
.glass_b7cb {
  float: right;
  margin-right: 0;
}
.brown-6b0d {
  float: left;
  margin-left: 0;
}
form {
  margin-bottom: 2em;
}
.north-cb4e .light_3376,
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;
}
.north-cb4e .light_3376: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;
}
.hover_5a6b .light_3376 {
  box-shadow: none;
}
.hover_5a6b
  .light_3376
  .next-5e65 {
  line-height: 2.4em;
  min-height: 2.6em;
  padding-left: 0;
}
.hover_5a6b .light_3376 .hero-tall-661c {
  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;
}
.hover_5a6b
  .light_3376
  .hero-tall-661c
  b {
  display: none;
}
.hover_5a6b .fresh_ca0f {
  border: 1px solid #e5e5e5;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.12) inset;
}
.easy-7b6e:not(.shade-e68d):not(.gradient_dark_8872),
button:not(.shade-e68d):not(.gradient_dark_8872),
input[type="button"]:not(.shade-e68d):not(
    .gradient_dark_8872
  ),
input[type="reset"]:not(.shade-e68d):not(
    .gradient_dark_8872
  ),
input[type="submit"]:not(.shade-e68d):not(
    .gradient_dark_8872
  ) {
  border: none;
  cursor: pointer;
  padding: 0 1.3em;
  line-height: 2.5em;
  min-height: 2.6em;
  max-width: 100%;
  font-weight: bolder;
  text-transform: uppercase;
  -webkit-transition: border 0.3s, background 0.3s, box-shadow 0.3s,
    opacity 0.3s, color 0.3s, -webkit-transform 0.3s;
  transition: border 0.3s, background 0.3s, box-shadow 0.3s, opacity 0.3s,
    color 0.3s, -webkit-transform 0.3s;
  transition: transform 0.3s, border 0.3s, background 0.3s, box-shadow 0.3s,
    opacity 0.3s, color 0.3s;
  transition: transform 0.3s, border 0.3s, background 0.3s, box-shadow 0.3s,
    opacity 0.3s, color 0.3s, -webkit-transform 0.3s;
  border-radius: 1px;
  display: inline-block;
}
.easy-7b6e:not(.shade-e68d):not(
    .gradient_dark_8872
  ):hover,
button:not(.shade-e68d):not(
    .gradient_dark_8872
  ):hover,
input[type="button"]:not(.shade-e68d):not(
    .gradient_dark_8872
  ):hover,
input[type="reset"]:not(.shade-e68d):not(
    .gradient_dark_8872
  ):hover,
input[type="submit"]:not(.shade-e68d):not(
    .gradient_dark_8872
  ):hover {
  box-shadow: inset 0 0 0 120px rgba(0, 0, 0, 0.18);
  color: #fff;
  outline: 0;
}
.easy-7b6e:not(.shade-e68d):not(
    .gradient_dark_8872
  ):active,
.easy-7b6e:not(.shade-e68d):not(
    .gradient_dark_8872
  ):focus,
button:not(.shade-e68d):not(
    .gradient_dark_8872
  ):active,
button:not(.shade-e68d):not(
    .gradient_dark_8872
  ):focus,
input[type="button"]:not(.shade-e68d):not(
    .gradient_dark_8872
  ):active,
input[type="button"]:not(.shade-e68d):not(
    .gradient_dark_8872
  ):focus,
input[type="reset"]:not(.shade-e68d):not(
    .gradient_dark_8872
  ):active,
input[type="reset"]:not(.shade-e68d):not(
    .gradient_dark_8872
  ):focus,
input[type="submit"]:not(.shade-e68d):not(
    .gradient_dark_8872
  ):active,
input[type="submit"]:not(.shade-e68d):not(
    .gradient_dark_8872
  ):focus {
  outline: 0;
}
.easy-7b6e:not(.shade-e68d):not(
    .gradient_dark_8872
  ).fn-loading-6b6f,
button:not(.shade-e68d):not(
    .gradient_dark_8872
  ).fn-loading-6b6f,
input[type="button"]:not(.shade-e68d):not(
    .gradient_dark_8872
  ).fn-loading-6b6f,
input[type="reset"]:not(.shade-e68d):not(
    .gradient_dark_8872
  ).fn-loading-6b6f,
input[type="submit"]:not(.shade-e68d):not(
    .gradient_dark_8872
  ).fn-loading-6b6f {
  position: relative;
}
.easy-7b6e:not(.shade-e68d):not(
    .gradient_dark_8872
  ).fn-loading-6b6f
  .info-orange-989a,
.easy-7b6e:not(.shade-e68d):not(
    .gradient_dark_8872
  ).fn-loading-6b6f
  .old-1d58,
.easy-7b6e:not(.shade-e68d):not(
    .gradient_dark_8872
  ).fn-loading-6b6f
  .north-5e95,
.easy-7b6e:not(.shade-e68d):not(
    .gradient_dark_8872
  ).fn-loading-6b6f
  i,
.easy-7b6e:not(.shade-e68d):not(
    .gradient_dark_8872
  ).fn-loading-6b6f
  svg,
button:not(.shade-e68d):not(
    .gradient_dark_8872
  ).fn-loading-6b6f
  .info-orange-989a,
button:not(.shade-e68d):not(
    .gradient_dark_8872
  ).fn-loading-6b6f
  .old-1d58,
button:not(.shade-e68d):not(
    .gradient_dark_8872
  ).fn-loading-6b6f
  .north-5e95,
button:not(.shade-e68d):not(
    .gradient_dark_8872
  ).fn-loading-6b6f
  i,
button:not(.shade-e68d):not(
    .gradient_dark_8872
  ).fn-loading-6b6f
  svg,
input[type="button"]:not(.shade-e68d):not(
    .gradient_dark_8872
  ).fn-loading-6b6f
  .info-orange-989a,
input[type="button"]:not(.shade-e68d):not(
    .gradient_dark_8872
  ).fn-loading-6b6f
  .old-1d58,
input[type="button"]:not(.shade-e68d):not(
    .gradient_dark_8872
  ).fn-loading-6b6f
  .north-5e95,
input[type="button"]:not(.shade-e68d):not(
    .gradient_dark_8872
  ).fn-loading-6b6f
  i,
input[type="button"]:not(.shade-e68d):not(
    .gradient_dark_8872
  ).fn-loading-6b6f
  svg,
input[type="reset"]:not(.shade-e68d):not(
    .gradient_dark_8872
  ).fn-loading-6b6f
  .info-orange-989a,
input[type="reset"]:not(.shade-e68d):not(
    .gradient_dark_8872
  ).fn-loading-6b6f
  .old-1d58,
input[type="reset"]:not(.shade-e68d):not(
    .gradient_dark_8872
  ).fn-loading-6b6f
  .north-5e95,
input[type="reset"]:not(.shade-e68d):not(
    .gradient_dark_8872
  ).fn-loading-6b6f
  i,
input[type="reset"]:not(.shade-e68d):not(
    .gradient_dark_8872
  ).fn-loading-6b6f
  svg,
input[type="submit"]:not(.shade-e68d):not(
    .gradient_dark_8872
  ).fn-loading-6b6f
  .info-orange-989a,
input[type="submit"]:not(.shade-e68d):not(
    .gradient_dark_8872
  ).fn-loading-6b6f
  .old-1d58,
input[type="submit"]:not(.shade-e68d):not(
    .gradient_dark_8872
  ).fn-loading-6b6f
  .north-5e95,
input[type="submit"]:not(.shade-e68d):not(
    .gradient_dark_8872
  ).fn-loading-6b6f
  i,
input[type="submit"]:not(.shade-e68d):not(
    .gradient_dark_8872
  ).fn-loading-6b6f
  svg {
  visibility: hidden;
}
.easy-7b6e:not(.shade-e68d):not(
    .gradient_dark_8872
  ).fn-loading-6b6f:after,
button:not(.shade-e68d):not(
    .gradient_dark_8872
  ).fn-loading-6b6f:after,
input[type="button"]:not(.shade-e68d):not(
    .gradient_dark_8872
  ).fn-loading-6b6f:after,
input[type="reset"]:not(.shade-e68d):not(
    .gradient_dark_8872
  ).fn-loading-6b6f:after,
input[type="submit"]:not(.shade-e68d):not(
    .gradient_dark_8872
  ).fn-loading-6b6f:after {
  content: "" !important;
  height: 16px;
  width: 16px;
  -webkit-animation: spin 0.6s linear infinite;
  animation: spin 0.6s linear infinite;
  border: 2px solid rgba(0, 0, 0, 0.3);
  border-left-color: currentColor;
  border-radius: 50%;
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -8px;
  margin-left: -8px;
  padding: 0;
  line-height: 0;
}
.easy-7b6e:not(.shade-e68d):not(.gradient_dark_8872),
input[type="button"]:not(.shade-e68d):not(
    .gradient_dark_8872
  ),
input[type="reset"]:not(.shade-e68d):not(
    .gradient_dark_8872
  ),
input[type="submit"]:not(.shade-e68d):not(
    .gradient_dark_8872
  ) {
  color: #fff;
  background: #235787;
}
.easy-7b6e:not(.shade-e68d):not(
    .gradient_dark_8872
  ):focus,
input[type="button"]:not(.shade-e68d):not(
    .gradient_dark_8872
  ):focus,
input[type="reset"]:not(.shade-e68d):not(
    .gradient_dark_8872
  ):focus,
input[type="submit"]:not(.shade-e68d):not(
    .gradient_dark_8872
  ):focus {
  color: #fff;
}
.easy-7b6e.fn-disabled-6b6f:not(.shade-e68d):not(
    .gradient_dark_8872
  ),
.easy-7b6e[disabled]:not(.shade-e68d):not(
    .gradient_dark_8872
  ),
button.fn-disabled-6b6f:not(.shade-e68d):not(
    .gradient_dark_8872
  ),
button[disabled]:not(.shade-e68d):not(
    .gradient_dark_8872
  ) {
  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;
}
.steel_b584 {
  clip: rect(1px, 1px, 1px, 1px);
  position: absolute !important;
  height: 1px;
  width: 1px;
  overflow: hidden;
  word-con: normal !important;
}
.steel_b584: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;
}
.component_71df {
  display: inline;
  float: left;
  margin-right: 1.41575em;
}
.last-e2d1 {
  display: inline;
  float: right;
  margin-left: 1.41575em;
}
.bronze-7069 {
  clear: both;
  display: block;
  margin: 0 auto;
}
.message-action-a969:after,
.message-action-a969:before,
.row-3472:after,
.row-3472:before,
.dark_9068:after,
.dark_9068:before,
.list_c59f:after,
.list_c59f:before,
.basic_71b4:after,
.basic_71b4:before,
.list_copper_42a9:after,
.list_copper_42a9:before {
  content: "";
  display: table;
  table-layout: fixed;
}
.message-action-a969:after,
.row-3472:after,
.dark_9068:after,
.list_c59f:after,
.basic_71b4:after,
.list_copper_42a9:after {
  clear: both;
}
.row-3472 .tabs-d331,
.dark_9068 .tabs-d331,
.modal_02e7 .tabs-d331 {
  border: none;
  margin-bottom: 0;
  margin-top: 0;
  padding: 0;
}
embed,
iframe,
object {
  max-width: 100%;
}
.heading_copper_54d9 {
  display: inline-block;
}
.feature_8746 {
  margin-bottom: 1.41575em;
  max-width: 100%;
}
.feature_8746 img[class*="wp-image-"] {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.feature_8746 .sort_out_e8e6 {
  padding: 1em 0;
  font-size: 85%;
}
.sort_out_e8e6 {
  text-align: left;
  font-style: italic;
  color: #999;
}
.green_d94a {
  margin-bottom: 1.5em;
  margin-bottom: 1.41575em;
}
.green_d94a:after,
.green_d94a:before {
  content: "";
  display: table;
}
.green_d94a:after {
  clear: both;
}
.table-d8e4 {
  display: inline-block;
  text-align: center;
  vertical-align: top;
  width: 100%;
}
.link_a89e .table-d8e4 {
  max-width: 50%;
}
.photo_04f4 .table-d8e4 {
  max-width: 33.33%;
}
.message-last-4ffa .table-d8e4 {
  max-width: 25%;
}
.alert_47cf .table-d8e4 {
  max-width: 20%;
}
.picture_small_7a4e .table-d8e4 {
  max-width: 16.66%;
}
.primary_gold_23e5 .table-d8e4 {
  max-width: 14.28%;
}
.outline-bright-1443 .table-d8e4 {
  max-width: 12.5%;
}
.nav_648a .table-d8e4 {
  max-width: 11.11%;
}
.thumbnail-fd6c {
  display: block;
}
.article-in-b996 .accordion_left_a3a8 label,
.article-in-b996 .link-1b01 label,
.article-in-b996 .secondary-purple-5b3a label,
.article-in-b996 .wrapper-blue-8747 label {
  text-transform: uppercase;
  letter-spacing: 0.5px;
  font-size: 0.85em;
}
.sort_fe94 {
  list-style: none;
  margin: 0;
}
.sort_fe94 article.right_8f14 {
  margin-bottom: 0;
}
.sort_fe94 ul {
  list-style: none;
  margin: 0;
}
.sort_fe94 .component_rough_76ce li.right_8f14 {
  padding-left: 30px;
}
@media screen and (min-width: 64em) {
  .sort_fe94 .component_rough_76ce li.right_8f14 {
    padding-left: 85px;
    border-left: 1px solid #eaecee;
    position: relative;
    width: 100%;
  }
  .sort_fe94 .component_rough_76ce li.right_8f14: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) {
  .sort_fe94 .component_rough_76ce li.right_8f14 li.right_8f14 li.right_8f14 li.right_8f14 {
    padding-left: 0;
  }
}
article.right_8f14 {
  padding: 1.618em 0;
  margin-bottom: 1.618em;
}
article.right_8f14 .row-3472 p:last-of-type {
  margin-bottom: 0;
}
article.right_8f14 .outline-8a14 {
  float: left;
}
article.right_8f14 .west-d75a {
  margin-left: 85px;
}
article.right_8f14 .new-593b {
  display: block;
  margin: 12px 0 12px;
  padding-bottom: 4px;
  border-bottom: 1px solid #eaecee;
}
article.right_8f14 .new-593b .east_e2dd {
  margin-left: 10px;
}
article.right_8f14 .avatar_dirty_23a1 {
  font-weight: 500;
  text-transform: uppercase;
  line-height: 1;
  font-style: normal;
}
article.right_8f14 .slider-steel-ec93 {
  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 .accordion_left_a3a8,
  #respond .secondary-purple-5b3a,
  #respond .wrapper-blue-8747 {
    width: 29.4117647059%;
    margin-right: 5.8823529412%;
    float: left;
  }
}
#respond .accordion_left_a3a8 input,
#respond .secondary-purple-5b3a input,
#respond .wrapper-blue-8747 input {
  width: 100%;
}
#respond .wrapper-blue-8747 {
  margin-right: 0;
}
#respond .notice_32e3 #wp-comment-cookies-consent {
  position: relative;
  top: -1px;
  margin-right: 5px;
}
.banner_3ee3 {
  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;
}
.banner_3ee3.info_a32f {
  width: 36px;
  height: 36px;
  min-height: 36px;
  font-size: 1.1em;
}
.banner_3ee3 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%);
}
.banner_3ee3:focus,
.banner_3ee3: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);
}
.banner_395b {
  border-radius: 10%;
}
.hover_complex_937c {
  border-radius: 50%;
}
.box-9f14 {
  font-size: 0.72em;
}
.banner_4226 {
  font-size: 0.875em;
}
.footer-west-ec0e {
  font-size: 1.1em;
}
.article_3e85 {
  text-transform: uppercase;
  line-height: 1.2;
}
.article_3e85.box-9f14 {
  letter-spacing: 0.5px;
}
.summary_clean_4020,
.summary_clean_4020 a {
  color: #6d6d6d;
}
.summary_clean_4020 a:hover {
  color: #111;
}
.primary_f949 {
  color: #6d6d6d;
}
.warm_5b42 {
  overflow-x: hidden;
}
.warm_5b42 .widget_purple_5f14.new_a165 {
  position: relative;
}
.warm_5b42 .widget_purple_5f14.new_a165.photo_8ef7 {
  position: initial;
}
.warm_5b42
  .widget_purple_5f14.new_a165.photo_8ef7
  .upper-6f94 {
  left: auto;
}
.warm_5b42 .widget_purple_5f14 .upper-6f94 {
  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;
}
.warm_5b42 .widget_purple_5f14:hover.new_a165 {
  -webkit-transition-delay: 0s !important;
  transition-delay: 0s !important;
  outline: 1px solid #0073aa;
  outline-offset: -1px;
}
.warm_5b42
  .widget_purple_5f14:hover.new_a165
  .upper-6f94 {
  display: block;
  z-index: 9999999;
}
.warm_5b42 .bronze_d52d .card_iron_4a76,
.warm_5b42 .accordion_e602 .card_iron_4a76 {
  display: none;
}
.warm_5b42 .upper-6b13 .widget_purple_5f14:hover.new_a165 {
  outline: 1px dashed #ff472e;
  outline-offset: -1px;
}
.article-in-b996 .accordion_left_a3a8 label,
.article-in-b996 .link-1b01 label,
.article-in-b996 .secondary-purple-5b3a label,
.article-in-b996 .wrapper-blue-8747 label {
  text-transform: uppercase;
  letter-spacing: 0.5px;
  font-size: 0.85em;
}
.sort_fe94 {
  list-style: none;
  margin: 0;
}
.sort_fe94 article.right_8f14 {
  margin-bottom: 0;
}
.sort_fe94 ul {
  list-style: none;
  margin: 0;
}
.sort_fe94 .component_rough_76ce li.right_8f14 {
  padding-left: 30px;
}
@media screen and (min-width: 64em) {
  .sort_fe94 .component_rough_76ce li.right_8f14 {
    padding-left: 85px;
    border-left: 1px solid #eaecee;
    position: relative;
    width: 100%;
  }
  .sort_fe94 .component_rough_76ce li.right_8f14: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) {
  .sort_fe94 .component_rough_76ce li.right_8f14 li.right_8f14 li.right_8f14 li.right_8f14 {
    padding-left: 0;
  }
}
article.right_8f14 {
  padding: 1.618em 0;
  margin-bottom: 1.618em;
}
article.right_8f14 .row-3472 p:last-of-type {
  margin-bottom: 0;
}
article.right_8f14 .outline-8a14 {
  float: left;
}
article.right_8f14 .west-d75a {
  margin-left: 85px;
}
article.right_8f14 .new-593b {
  display: block;
  margin: 12px 0 12px;
  padding-bottom: 4px;
  border-bottom: 1px solid #eaecee;
}
article.right_8f14 .new-593b .east_e2dd {
  margin-left: 10px;
}
article.right_8f14 .avatar_dirty_23a1 {
  font-weight: 500;
  text-transform: uppercase;
  line-height: 1;
  font-style: normal;
}
article.right_8f14 .slider-steel-ec93 {
  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 .accordion_left_a3a8,
  #respond .secondary-purple-5b3a,
  #respond .wrapper-blue-8747 {
    width: 29.4117647059%;
    margin-right: 5.8823529412%;
    float: left;
  }
}
#respond .accordion_left_a3a8 input,
#respond .secondary-purple-5b3a input,
#respond .wrapper-blue-8747 input {
  width: 100%;
}
#respond .wrapper-blue-8747 {
  margin-right: 0;
}
#respond .notice_32e3 #wp-comment-cookies-consent {
  position: relative;
  top: -1px;
  margin-right: 5px;
}
.bronze_d52d .menu-79d8 {
  color: rgba(255, 255, 255, 0.99);
  background: rgba(0, 0, 0, 0.9);
}
.menu-79d8 .tooltip-d44c.down-e20d .tag-under-6bb1 > li > a:focus,
.menu-79d8 .tooltip-d44c.down-e20d .tag-under-6bb1 > li > a:hover,
.menu-79d8 .tooltip-d44c.secondary_upper_3c28 .tag-under-6bb1 > li > a:focus,
.menu-79d8 .tooltip-d44c.secondary_upper_3c28 .tag-under-6bb1 > li > a:hover,
.menu-79d8 .tooltip-d44c.up_926f .tag-under-6bb1 > li > a:focus,
.menu-79d8 .tooltip-d44c.up_926f .tag-under-6bb1 > li > a:hover {
  color: rgba(255, 255, 255, 0.99);
}
.menu-79d8
  .tooltip-d44c.down-e20d
  .tag-under-6bb1
  > li.fast-e6a8
  > a,
.menu-79d8
  .tooltip-d44c.down-e20d
  .tag-under-6bb1
  > li.alert-b3fe
  > a,
.menu-79d8
  .tooltip-d44c.secondary_upper_3c28
  .tag-under-6bb1
  > li.fast-e6a8
  > a,
.menu-79d8
  .tooltip-d44c.secondary_upper_3c28
  .tag-under-6bb1
  > li.alert-b3fe
  > a,
.menu-79d8
  .tooltip-d44c.up_926f
  .tag-under-6bb1
  > li.fast-e6a8
  > a,
.menu-79d8 .tooltip-d44c.up_926f .tag-under-6bb1 > li.sort_cccc > a {
  color: rgba(255, 255, 255, 0.99);
}
.menu-79d8 .tertiary-b8da,
.menu-79d8 .tertiary-b8da a {
  color: rgba(255, 255, 255, 0.99);
}
.menu-79d8 .clean_ad70.status_brown_b411 li a,
.menu-79d8 .video-a602 a,
.menu-79d8 .dynamic-2a95,
.menu-79d8 .tag-under-6bb1 > li > a,
.menu-79d8 .widget_purple_613e {
  color: rgba(255, 255, 255, 0.79);
}
.menu-79d8 .clean_ad70.status_brown_b411 li a:hover,
.menu-79d8 .video-a602 a:hover,
.menu-79d8 .dynamic-2a95:hover,
.menu-79d8 .tag-under-6bb1 > li > a:hover,
.menu-79d8 .widget_purple_613e:hover {
  color: rgba(255, 255, 255, 0.99);
}
.menu-79d8 .next-81df {
  color: rgba(255, 255, 255, 0.79);
}
.menu-79d8 .next-81df .clean-953f {
  color: rgba(255, 255, 255, 0.99);
}
.menu-79d8 .next-81df:hover {
  color: rgba(255, 255, 255, 0.99);
}
.menu-79d8 .simple-cb5a .silver_6553 {
  background: rgba(255, 255, 255, 0.03);
  border-color: rgba(255, 255, 255, 0.08);
  color: rgba(255, 255, 255, 0.79);
}
.menu-79d8 .simple-cb5a .silver_6553 .pink_c0a4 {
  color: rgba(255, 255, 255, 0.79);
}
.menu-79d8
  .simple-cb5a
  .silver_6553
  .pink_c0a4::-webkit-input-placeholder {
  color: rgba(255, 255, 255, 0.79);
}
.menu-79d8
  .simple-cb5a
  .silver_6553
  .pink_c0a4:-ms-input-placeholder {
  color: rgba(255, 255, 255, 0.79);
}
.menu-79d8
  .simple-cb5a
  .silver_6553
  .pink_c0a4::-ms-input-placeholder {
  color: rgba(255, 255, 255, 0.79);
}
.menu-79d8
  .simple-cb5a
  .silver_6553
  .pink_c0a4::placeholder {
  color: rgba(255, 255, 255, 0.79);
}
.menu-79d8 .simple-cb5a .over_46a6 {
  color: rgba(255, 255, 255, 0.79);
}
.menu-79d8 .simple-cb5a .over_46a6:hover {
  color: rgba(255, 255, 255, 0.99);
}
.shadow-paper-cfc7
  .menu-79d8
  .simple-cb5a
  .orange_d79f
  .easy-ab8c {
  background-color: rgba(255, 255, 255, 0.03);
  border-color: rgba(255, 255, 255, 0.08);
  color: rgba(255, 255, 255, 0.79);
}
.shadow-paper-cfc7
  .menu-79d8
  .simple-cb5a
  .orange_d79f
  .pink_c0a4 {
  background-color: rgba(255, 255, 255, 0.03) !important;
  border-color: rgba(255, 255, 255, 0.08);
  color: rgba(255, 255, 255, 0.79);
}
.bronze_d52d .description-d505 {
  color: rgba(0, 0, 0, 0.6);
  background: rgba(255, 255, 255, 0.9);
}
.description-d505 .tooltip-d44c.down-e20d .tag-under-6bb1 > li > a:focus,
.description-d505 .tooltip-d44c.down-e20d .tag-under-6bb1 > li > a:hover,
.description-d505 .tooltip-d44c.secondary_upper_3c28 .tag-under-6bb1 > li > a:focus,
.description-d505 .tooltip-d44c.secondary_upper_3c28 .tag-under-6bb1 > li > a:hover,
.description-d505 .tooltip-d44c.up_926f .tag-under-6bb1 > li > a:focus,
.description-d505 .tooltip-d44c.up_926f .tag-under-6bb1 > li > a:hover {
  color: rgba(0, 0, 0, 0.8);
}
.description-d505
  .tooltip-d44c.down-e20d
  .tag-under-6bb1
  > li.fast-e6a8
  > a,
.description-d505
  .tooltip-d44c.down-e20d
  .tag-under-6bb1
  > li.alert-b3fe
  > a,
.description-d505
  .tooltip-d44c.secondary_upper_3c28
  .tag-under-6bb1
  > li.fast-e6a8
  > a,
.description-d505
  .tooltip-d44c.secondary_upper_3c28
  .tag-under-6bb1
  > li.alert-b3fe
  > a,
.description-d505
  .tooltip-d44c.up_926f
  .tag-under-6bb1
  > li.fast-e6a8
  > a,
.description-d505 .tooltip-d44c.up_926f .tag-under-6bb1 > li.sort_cccc > a {
  color: rgba(0, 0, 0, 0.8);
}
.description-d505 .tertiary-b8da,
.description-d505 .tertiary-b8da a {
  color: rgba(0, 0, 0, 0.8);
}
.description-d505 .clean_ad70.status_brown_b411 li a,
.description-d505 .video-a602 a,
.description-d505 .dynamic-2a95,
.description-d505 .tag-under-6bb1 > li > a,
.description-d505 .widget_purple_613e {
  color: rgba(0, 0, 0, 0.55);
}
.description-d505 .clean_ad70.status_brown_b411 li a:hover,
.description-d505 .video-a602 a:hover,
.description-d505 .dynamic-2a95:hover,
.description-d505 .tag-under-6bb1 > li > a:hover,
.description-d505 .widget_purple_613e:hover {
  color: rgba(0, 0, 0, 0.8);
}
.description-d505 .next-81df {
  color: rgba(0, 0, 0, 0.55);
}
.description-d505 .next-81df .clean-953f {
  color: rgba(0, 0, 0, 0.8);
}
.description-d505 .next-81df:hover {
  color: rgba(0, 0, 0, 0.8);
}
.green-1f7b .status_e199 {
  margin-left: auto;
  margin-right: auto;
}
.dark_9068 > * {
  margin-left: auto;
  margin-right: auto;
}
.dark_9068 .component_71df {
  margin-right: 1.41575em;
}
.outline_brown_b272 .dark_9068 > .article-cool-416a {
  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;
}
.outline_brown_b272 .dark_9068 > .icon-bab0 {
  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;
}
.badge_64ce.green-1f7b .status_e199,
.north-91cd.green-1f7b .status_e199 {
  margin-left: 0;
}
.orange_cd69.green-1f7b .status_e199,
.hidden-db42.green-1f7b .status_e199 {
  margin-right: 0;
}
.dark_9068 ol,
.dark_9068 ul {
  margin: 1.5em auto;
  list-style-position: outside;
}
.gallery-inner-c701 video {
  max-width: 100%;
}
.banner_last_5a52 img {
  display: block;
}
.banner_last_5a52.component_71df,
.banner_last_5a52.last-e2d1 {
  width: 100%;
}
.banner_last_5a52.icon-bab0 img {
  width: 100vw;
  width: calc(var(--vw, 1vw) * 100);
}
.grid_d22c:not(.popup_1651) {
  margin: 1.5em auto;
}
.hero-paper-b1b9 p {
  padding: 1.5em 14px;
}
ul.light-672c.icon-bab0,
ul.light-672c.article-cool-416a,
ul.light-672c.column-8972.article-cool-416a {
  padding: 0 14px;
}
.complex-7c5f {
  display: block;
  overflow-x: auto;
}
.complex-7c5f table {
  border-collapse: collapse;
  width: 100%;
}
.complex-7c5f td,
.complex-7c5f th {
  padding: 0.5em;
}
.dark_9068 li {
  margin-left: 2.5em;
  margin-bottom: 6px;
}
.dark_9068 ol ol,
.dark_9068 ol ul,
.dark_9068 ul ol,
.dark_9068 ul ul {
  margin-bottom: 0;
  margin-top: 0;
  margin-left: 2.5em;
}
.dark_9068 ol ol li,
.dark_9068 ol ul li,
.dark_9068 ul ol li,
.dark_9068 ul ul li {
  margin-left: 0;
}
.current-b660.tag-gas-9206 > .hot-b54f {
  position: relative;
  width: 100%;
  height: 0;
  padding-top: 56.25%;
}
.current-b660.tag-gas-9206 > .hot-b54f iframe,
.current-b660.tag-gas-9206 > .hot-b54f > object {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}
.under_b110 {
  border-left-width: 4px;
  border-left-color: currentColor;
}
.under_b110.main-middle-447e {
  padding: 0;
}
.under_b110.main-middle-447e cite {
  font-size: 13px;
}
.under_b110 > * {
  margin-left: 16px;
  margin-right: 16px;
}
.under_b110 cite {
  font-style: normal;
  margin-top: 1em;
  position: relative;
  font-size: 13px;
}
.pagination-new-0556 {
  border-bottom: 4px solid currentColor;
  border-top: 4px solid currentColor;
  margin-left: 0;
  margin-right: 0;
  padding: 3em 0;
  text-align: center;
}
.pagination-new-0556 > p:first-child {
  margin-top: 0;
}
.pagination-new-0556 cite {
  font-size: 13px;
  font-style: normal;
  text-transform: uppercase;
}
.pagination-new-0556 blockquote {
  border-left: 0;
}
.medium-67e6 {
  margin: 3em auto;
  border: none;
  border-bottom: 2px solid currentColor;
}
.medium-67e6:not(.accent_current_6be0) {
  max-width: 100px;
}
.medium-67e6.sort_new_023d {
  border-bottom: none !important;
  text-align: center;
}
.medium-67e6.sort_new_023d::before {
  padding-left: 0;
  font-size: 30px;
}
@media screen and (min-width: 768px) {
  .hero-paper-b1b9 p {
    padding: 1.5em 0;
  }
}
.surface_pressed_c5d7 {
  color: #0073aa;
}
.active_stone_c900 {
  background-color: #0073aa;
}
.cool_af06 {
  color: #229fd8;
}
.text_39e4 {
  background-color: #229fd8;
}
.title_rough_9349 {
  color: #eee;
}
.carousel_under_95ae {
  background-color: #eee;
}
.easy_f46c {
  color: #444;
}
.right_5b64 {
  background-color: #444;
}
.article_red_489e {
  padding: 0;
  -webkit-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  text-size-adjust: 100%;
  line-height: 13px;
}
.article_red_489e .feature-next-b522 .video-a602 {
  font-size: 15px;
}
.article_red_489e .video-a602 {
  line-height: 1.3;
}
.article_red_489e .description-d505 {
}
.article_red_489e .menu-79d8 {
  background: #235787;
}
.plasma_d7e3 {
  padding: 0;
}
.plasma_d7e3 .menu-79d8 {
  background: #1a1a1a;
}
.plasma_d7e3 .description-d505 {
  box-shadow: 0 1px 2px 0 #e1e5ea;
  background: #fff;
}
.hard_1e21 {
  padding: 0;
  border-left: none;
  border-right: none;
}
.hard_1e21 .description-d505 {
  box-shadow: 0 1px 2px 0 #e1e5ea;
}
.hard_1e21 .menu-79d8 {
  background: #303030;
}
.list_copper_42a9 {
  position: relative;
  z-index: 10;
}
.list_copper_42a9 .icon-light-d9ec {
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
  -webkit-box-pack: center;
  justify-content: center;
}
.header-lite-8e89 .new_a165 {
  display: inline-block;
  vertical-align: middle;
}
.header-lite-8e89.text_out_3ca8 .new_a165 {
  margin-right: 1em;
}
@media screen and (max-width: 1024px) {
  .header-lite-8e89.text_out_3ca8 .new_a165 {
    margin-right: 1em;
  }
}
@media screen and (max-width: 568px) {
  .header-lite-8e89.text_out_3ca8 .new_a165 {
    margin-right: 0.4em;
  }
}
.header-lite-8e89.text_out_3ca8 .new_a165:last-child {
  margin-right: 0;
}
.blue-dfde .icon-light-d9ec {
  max-width: initial;
}
@media screen and (min-width: 1025px) {
  .bronze_d52d .feature-next-b522 {
    margin: 0 -0.5em;
  }
  .bronze_d52d .feature-next-b522 [class*="customify-col-"],
  .bronze_d52d .feature-next-b522 [class*="customify-col_"],
  .bronze_d52d .feature-next-b522 [class~="customify-col-"] {
    padding-left: 0.5em;
    padding-right: 0.5em;
  }
}
.bronze_d52d.main_first_d346 .icon-light-d9ec {
  background: 0 0 !important;
}
.bronze_d52d.main_first_d346 .icon-light-d9ec,
.bronze_d52d.blue-dfde .icon-light-d9ec {
  border: 0 none !important;
  box-shadow: none !important;
}
@media screen and (min-width: 1025px) {
  .bronze_d52d.hidden_2f9d {
    background: 0 0 !important;
    border: 0 none;
    box-shadow: none !important;
  }
}
.bronze_d52d.blue-dfde .icon-light-d9ec {
  box-shadow: none !important;
}
.column-68e0 {
  padding: 21px 0 22px;
  border-bottom: 1px solid #eaecee;
  word-break: break-word;
  background: #f9f9f9;
}
@media screen and (max-width: 1024px) {
  .column-68e0 {
    padding: 19px 0 20px;
  }
}
@media screen and (max-width: 568px) {
  .column-68e0 {
    padding: 18px 0 20px;
  }
}
.column-68e0 .selected-91e1 {
  width: 100%;
}
.column-68e0 .orange-d4e2 {
  margin-bottom: 0;
}
.column-68e0 .fluid_dbac {
  margin-top: 5px;
  font-size: 0.875em;
}
.preview_simple_3db5 {
  padding: 9px 0 9px;
  border-bottom: 1px solid #eaecee;
  color: #6d6d6d;
  line-height: 1.6;
  background: #fff;
}
.preview_simple_3db5 .new_c41e {
  width: 100%;
}
.hero-outer-fe11 {
  list-style: none;
  margin: 0 1em;
  padding: 0;
}
.hero-outer-fe11 li {
  display: inline-block;
  position: relative;
  padding-right: 10px;
}
.hero-outer-fe11 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;
}
.hero-outer-fe11 li:last-child:after {
  display: none;
}
.hero-outer-fe11 li a {
  font-weight: 500;
  margin-right: 10px;
}
.soft_929a .card_iron_4a76 button,
.column-68e0 .card_iron_4a76 button {
  left: 0;
}
.soft_929a .new_c41e,
.column-68e0 .new_c41e {
  padding-left: 0;
  padding-right: 0;
}
.soft_929a .preview_simple_3db5,
.column-68e0 .preview_simple_3db5 {
  border-bottom: none;
  padding-bottom: 0;
  background: 0 0;
}
.soft_929a {
  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;
}
.soft_929a: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;
}
.soft_929a .box_thick_54ad {
  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) {
  .soft_929a .box_thick_54ad {
    min-height: 300px;
  }
}
@media screen and (max-width: 1024px) {
  .soft_929a .box_thick_54ad {
    min-height: 250px;
    padding: 1em 15px;
  }
}
@media screen and (max-width: 568px) {
  .soft_929a .box_thick_54ad {
    min-height: 200px;
  }
}
.soft_929a .hero-outer-fe11 {
  color: rgba(255, 255, 255, 0.8);
}
.soft_929a .hero-outer-fe11 a,
.soft_929a .hero-outer-fe11 li:after {
  color: inherit;
}
.soft_929a .hero-outer-fe11 a:hover {
  color: rgba(255, 255, 255, 0.8);
}
.wrapper-top-3391 {
  margin-bottom: 0.5em;
}
.banner-6a85 {
  margin-bottom: 1.2em;
}
.banner-6a85,
.wrapper-top-3391 {
  display: inline-block;
  position: relative;
  color: rgba(255, 255, 255, 0.99);
  z-index: 5;
}
.banner-6a85 p:last-child,
.wrapper-top-3391 p:last-child {
  margin-bottom: 0;
}
#header-menu-sidebar .card_iron_4a76,
#masthead .card_iron_4a76 {
  display: none;
}
#masthead
  > .card_iron_4a76.primary_469f {
  display: none;
}
#masthead > .card_iron_4a76 button {
  left: 0;
}
.tabs-liquid-0b12 {
  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%;
}
.tabs-liquid-0b12 .new_a165 {
  display: -webkit-inline-box;
  display: inline-flex;
  -webkit-box-align: center;
  align-items: center;
  margin-left: 0.5em;
  margin-right: 0.5em;
}
.tabs-liquid-0b12 .yellow-3244 {
  display: -webkit-box;
  display: flex;
}
.tabs-liquid-0b12 .yellow-3244.badge_654e {
  -webkit-box-pack: center;
  justify-content: center;
  margin-left: 1em;
  margin-right: 1em;
}
.tabs-liquid-0b12 .yellow-3244.primary_4a02 {
  -webkit-box-pack: start;
  justify-content: flex-start;
  margin-right: auto;
  -webkit-box-flex: 1;
  flex: 1 1 0;
}
.tabs-liquid-0b12 .yellow-3244.shade_complex_a3b9 {
  margin-left: auto;
  -webkit-box-pack: end;
  justify-content: flex-end;
  -webkit-box-flex: 1;
  flex: 1 1 0;
}
.tabs-liquid-0b12.widget_stone_b041.copper_d31a .yellow-3244.badge_654e {
  flex-basis: 100%;
}
.tabs-liquid-0b12.overlay_8348 .yellow-3244.primary_4a02 {
  -webkit-box-flex: 1;
  flex: auto;
}
.tabs-liquid-0b12.overlay_8348 .yellow-3244.shade_complex_a3b9 {
  -webkit-box-flex: 1;
  flex: auto;
}
#masthead
  > .card_iron_4a76.primary_469f {
  display: none;
}
#masthead > .card_iron_4a76 button {
  left: 0;
}
.primary-3d49 {
  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;
}
.primary-3d49:hover {
  box-shadow: inset 0 0 0 120px rgba(0, 0, 0, 0.18);
  color: #fff;
}
.primary-3d49.dark_2129 i {
  margin-right: 4px;
}
.primary-3d49.mini_d305 i {
  margin-left: 5px;
}
.video-a602 p {
  font-weight: 500;
  text-transform: uppercase;
  font-size: 13px;
}
.video-a602 p:last-child {
  margin-bottom: 0;
}
.frame-a4f8 {
  display: -webkit-box;
  display: flex;
  line-height: 0.9;
  vertical-align: middle;
}
.frame-a4f8 a {
  display: inline-block;
  text-transform: uppercase;
  letter-spacing: 0.4px;
  font-weight: 600;
}
.frame-a4f8 img {
  display: block;
  width: auto;
  line-height: 1;
}
.frame-a4f8 .tertiary-b8da {
  font-size: 1.5em;
  margin: 0;
  font-weight: 600;
  line-height: 1.216;
}
.frame-a4f8 .prev_9d35 {
  margin: 5px 0 7px 0;
}
.frame-a4f8.detail_middle_e393 .footer-0da5 {
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
  -webkit-box-pack: center;
  justify-content: center;
}
.frame-a4f8.detail_middle_e393 .texture-first-9f78 {
  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;
}
.frame-a4f8.item_solid_f76c {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  flex-direction: row-reverse;
}
.frame-a4f8.item_solid_f76c .footer-0da5 {
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
  -webkit-box-pack: center;
  justify-content: center;
}
.frame-a4f8.item_solid_f76c .texture-first-9f78 {
  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;
}
.frame-a4f8.new_3c2e {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
}
.frame-a4f8.header_fluid_7c43 {
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
  flex-direction: column-reverse;
}
.frame-a4f8.header_fluid_7c43 .texture-first-9f78 {
  margin-top: 7px;
}
.secondary-stone-de1d {
  display: inline-block;
}
.list_copper_42a9 .cold-b5b2 .frame-a4f8 img {
  max-width: 100%;
}
.tooltip-d44c .shadow_rough_b4e9.tag_selected_307d,
.purple-1448 .shadow_rough_b4e9.tag_selected_307d {
  position: relative;
  display: -webkit-inline-box;
  display: inline-flex;
  -webkit-box-align: center;
  align-items: center;
}
.tooltip-d44c .section_tall_9f55,
.purple-1448 .section_tall_9f55 {
  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%);
}
.tooltip-d44c .section_tall_9f55 {
  display: inline;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-decoration: none !important;
}
.tooltip-d44c.card_huge_ee20 .section_tall_9f55 {
  display: none;
}
.tooltip-d44c .wood-c871 {
  list-style: none;
  padding: 0;
  margin: 0;
}
.tooltip-d44c .wood-c871 li {
  display: inline-block;
  position: relative;
}
.tooltip-d44c .wood-c871 li:last-child {
  margin-right: 0;
}
.tooltip-d44c .wood-c871 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;
}
.tooltip-d44c .wood-c871 li.sort_cccc > a {
  color: rgba(0, 0, 0, 0.9);
}
.tooltip-d44c .wood-c871 > 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;
}
.tooltip-d44c .wood-c871 > li > a i {
  line-height: 0;
}
.tooltip-d44c .wood-c871 > li.full_2620 > a .section_tall_9f55 {
  margin-left: 4px;
  line-height: 0;
}
.tooltip-d44c .wood-c871 .liquid-6f6b li.full_2620 > a {
  position: relative;
}
.tooltip-d44c .wood-c871 .liquid-6f6b li.full_2620 > a:after,
.tooltip-d44c .wood-c871 .liquid-6f6b li.full_2620 > a:before {
  content: "";
  display: table;
}
.tooltip-d44c .wood-c871 .liquid-6f6b li.full_2620 > a:after {
  clear: both;
}
.tooltip-d44c .wood-c871 .liquid-6f6b li.full_2620 > a .section_tall_9f55 {
  margin-left: 5px;
  float: right;
}
.tooltip-d44c .column_4756,
.tooltip-d44c .liquid-6f6b {
  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;
}
.tooltip-d44c .liquid-6f6b {
  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;
}
.tooltip-d44c .liquid-6f6b .tag_selected_307d {
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: justify;
  justify-content: space-between;
}
.tooltip-d44c .liquid-6f6b .section_tall_9f55 {
  -webkit-transform: rotate(135deg) translateY(0);
  -ms-transform: rotate(135deg) translateY(0);
  transform: rotate(135deg) translateY(0);
}
.tooltip-d44c .liquid-6f6b li {
  display: block;
  margin: 0;
  padding: 0;
}
.tooltip-d44c .liquid-6f6b 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;
}
.tooltip-d44c .liquid-6f6b li a:hover {
  background: rgba(0, 0, 0, 0.015);
  color: rgba(0, 0, 0, 0.8);
}
.tooltip-d44c .liquid-6f6b .liquid-6f6b {
  top: 0;
  left: 100%;
}
.tooltip-d44c .header_1d8c.fn-focus-6b6f > .column_4756,
.tooltip-d44c .header_1d8c.fn-focus-6b6f > .liquid-6f6b,
.tooltip-d44c .header_1d8c:focus > .column_4756,
.tooltip-d44c .header_1d8c:focus > .liquid-6f6b,
.tooltip-d44c .header_1d8c:hover > .column_4756,
.tooltip-d44c .header_1d8c:hover > .liquid-6f6b {
  height: auto;
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
  overflow: initial;
  visibility: visible;
  opacity: 1;
}
.tooltip-d44c.up_926f .tag-under-6bb1:after,
.tooltip-d44c.up_926f .tag-under-6bb1:before {
  content: "";
  display: table;
}
.tooltip-d44c.up_926f .tag-under-6bb1:after {
  clear: both;
}
.tooltip-d44c.up_926f .tag-under-6bb1 > li {
  float: left;
}
.tooltip-d44c.up_5228 .tag-under-6bb1:after,
.tooltip-d44c.up_5228 .tag-under-6bb1:before {
  content: "";
  display: table;
}
.tooltip-d44c.up_5228 .tag-under-6bb1:after {
  clear: both;
}
.tooltip-d44c.up_5228 .tag-under-6bb1 > li {
  float: left;
}
.tooltip-d44c.up_5228 .tag-under-6bb1 > li > a {
  background: 0 0;
  display: -webkit-inline-box;
  display: inline-flex;
  vertical-align: middle;
  -webkit-box-align: center;
  align-items: center;
}
.tooltip-d44c.up_5228 .tag-under-6bb1 > li > a:hover {
  color: #fff;
  background-color: #1e4b75;
}
.tooltip-d44c.up_5228 .tag-under-6bb1 > li.fast-e6a8 > a,
.tooltip-d44c.up_5228 .tag-under-6bb1 > li.sort_cccc > a {
  color: #fff;
  background-color: #1e4b75;
}
.tooltip-d44c.down-e20d .tag-under-6bb1 > li > a .tag_selected_307d {
  position: relative;
}
.tooltip-d44c.down-e20d .tag-under-6bb1 > li > a .tag_selected_307d: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;
}
.tooltip-d44c.down-e20d
  .tag-under-6bb1
  > li:focus
  > a
  .tag_selected_307d:before,
.tooltip-d44c.down-e20d
  .tag-under-6bb1
  > li:hover
  > a
  .tag_selected_307d:before {
  width: 100%;
  background-color: currentColor;
}
.tooltip-d44c.down-e20d
  .tag-under-6bb1
  > li.fast-e6a8
  > a
  .tag_selected_307d:before,
.tooltip-d44c.down-e20d
  .tag-under-6bb1
  > li.alert-b3fe
  > a
  .tag_selected_307d:before {
  width: 100%;
  background-color: currentColor;
}
.tooltip-d44c.secondary_upper_3c28 .tag-under-6bb1 > li > a .tag_selected_307d {
  position: relative;
}
.tooltip-d44c.secondary_upper_3c28 .tag-under-6bb1 > li > a .tag_selected_307d: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;
}
.tooltip-d44c.secondary_upper_3c28 .tag-under-6bb1 > li:focus > a .tag_selected_307d:before,
.tooltip-d44c.secondary_upper_3c28
  .tag-under-6bb1
  > li:hover
  > a
  .tag_selected_307d:before {
  width: 100%;
  background-color: currentColor;
}
.tooltip-d44c.secondary_upper_3c28
  .tag-under-6bb1
  > li.fast-e6a8
  > a
  .tag_selected_307d:before,
.tooltip-d44c.secondary_upper_3c28
  .tag-under-6bb1
  > li.alert-b3fe
  > a
  .tag_selected_307d:before {
  width: 100%;
  background-color: currentColor;
}
.purple-1448 .wood-c871 {
  margin: 0;
  padding: 0;
  list-style: none;
}
.purple-1448 .wood-c871 li:first-child > a {
  border-top: none;
}
.purple-1448 .wood-c871 .layout_middle_46da > .tag_selected_307d .section_tall_9f55 {
  display: none;
}
.purple-1448 .wood-c871 li {
  list-style: none;
  position: relative;
  border-bottom: 1px solid transparent;
}
.purple-1448 .wood-c871 li:last-child {
  border: none;
}
.purple-1448 .wood-c871 li.full_2620 > a {
  padding-right: 45px !important;
}
.purple-1448 .wood-c871 li a {
  display: block;
  padding: 0.55em 1.5em;
}
.purple-1448 .wood-c871 li a:focus,
.purple-1448 .wood-c871 li a:hover {
  background: rgba(0, 0, 0, 0.01);
}
.purple-1448 .wood-c871 li .button_b9aa {
  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;
}
.purple-1448 .wood-c871 li .button_b9aa:hover {
  box-shadow: none;
}
.purple-1448 .wood-c871 li .button_b9aa .section_tall_9f55 {
  -webkit-transform: rotate(-135deg) translateY(50%) translateX(50%);
  -ms-transform: rotate(-135deg) translateY(50%) translateX(50%);
  transform: rotate(-135deg) translateY(50%) translateX(50%);
}
.purple-1448 .wood-c871 .liquid-6f6b {
  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);
}
.purple-1448 .wood-c871 .liquid-6f6b li a {
  padding-left: 3em;
}
.purple-1448 .wood-c871 .widget_hovered_dd8e > a .button_b9aa i {
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
.purple-1448 .wood-c871 .widget_hovered_dd8e > .liquid-6f6b {
  display: block;
  opacity: 1;
}
.action-1503 {
  max-width: 100%;
}
.widget-ca78 {
  line-height: 0;
  cursor: pointer;
}
.widget_purple_613e {
  line-height: 0;
  display: inline-block;
  position: relative;
  box-shadow: none;
}
.widget_purple_613e:hover {
  box-shadow: none;
  color: currentColor;
}
.widget_purple_613e svg {
  width: 18px;
  height: 18px;
}
.widget_purple_613e .outline-easy-0826 {
  display: none;
}
.element_narrow_b902 {
  position: relative;
}
.element_narrow_b902.fn-active-6b6f .widget_purple_613e .prev_8a1e {
  display: none;
}
.element_narrow_b902.fn-active-6b6f .widget_purple_613e .outline-easy-0826 {
  display: inline-block;
}
.element_narrow_b902 .carousel-fluid-9bf7 {
  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);
}
.element_narrow_b902.hero-top-b5c7 .carousel-fluid-9bf7 {
  left: auto;
  right: -0.9em;
}
.element_narrow_b902.hero-top-b5c7 .modal-bc1c::before {
  left: auto;
  right: 15px;
}
.element_narrow_b902.fn-active-6b6f .carousel-fluid-9bf7 {
  height: auto;
  overflow: initial;
  z-index: 26;
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
}
.orange_d79f {
  display: -webkit-box;
  display: flex;
  margin-bottom: 0;
  width: 100%;
  max-width: 100%;
}
.orange_d79f label {
  flex-basis: 100%;
}
.orange_d79f .silver_6553 {
  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;
}
.orange_d79f .pink_c0a4 {
  display: block;
  width: 100%;
  border-radius: 2px;
  height: 2.4em;
}
.orange_d79f .pink_c0a4:focus {
  background-color: transparent;
}
.orange_d79f button.over_46a6 {
  overflow: hidden;
  box-shadow: none;
  margin-left: -40px;
  background: 0 0;
  color: #6d6d6d;
  line-height: 0;
  padding: 0 0.7em;
  min-height: auto;
}
.orange_d79f button.over_46a6:hover {
  box-shadow: none;
  background-color: transparent;
  color: #686868;
}
.orange_d79f button.over_46a6 svg {
  width: 18px;
  height: 18px;
}
.orange_d79f input[type="submit"] {
  min-height: auto;
}
.simple-cb5a .orange_d79f .pink_c0a4 {
  border: 0;
  box-shadow: none;
  background-color: transparent;
}
.modal-bc1c {
  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) {
  .modal-bc1c {
    width: 220px;
  }
}
.modal-bc1c label {
  flex-basis: 100%;
}
.modal-bc1c::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;
}
.shadow-paper-cfc7 .simple-cb5a .orange_d79f {
  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;
}
.shadow-paper-cfc7
  .simple-cb5a
  .orange_d79f
  .silver_6553 {
  background-color: transparent;
  min-height: auto;
  flex-basis: 100%;
  display: -webkit-box;
  display: flex;
  border-style: none;
  border: none;
  box-shadow: none;
}
.shadow-paper-cfc7 .simple-cb5a .orange_d79f .pink_c0a4 {
  border-color: transparent;
  height: auto;
  background-color: transparent;
  border: 0;
  border-style: none;
  box-shadow: none;
  -webkit-box-flex: 0;
  flex: 0 0 auto;
}
.shadow-paper-cfc7
  .simple-cb5a
  .orange_d79f
  .pink_c0a4:focus {
  background: 0 0;
}
.shadow-paper-cfc7
  .simple-cb5a
  .orange_d79f
  .easy-ab8c {
  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;
}
.clean_ad70 {
  display: inline-block;
  margin: 0;
  padding: 0;
  list-style: none;
  position: relative;
}
.clean_ad70 li {
  list-style: none;
  display: inline-block;
  margin: 0 3px;
}
.clean_ad70 li:last-child {
  margin-right: 0;
}
.clean_ad70 li:first-child {
  margin-left: 0;
}
.clean_ad70.tiny_3147 a {
  color: #fff;
}
.clean_ad70.tiny_3147 a:hover {
  color: #fff;
}
.clean_ad70 a {
  color: currentColor;
  text-align: center;
  vertical-align: middle;
  width: 100%;
  padding: 0.4em;
  display: inline-block;
  line-height: 1;
  font-size: 13px;
}
.clean_ad70 a i {
  width: 1em;
  height: 1em;
  position: relative;
  display: block;
}
.clean_ad70 a i:before {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}
.clean_ad70 a:hover {
  opacity: 0.9;
  color: inherit;
}
.clean_ad70 [class*="social-icon-apple"] {
  background-color: #999;
}
.clean_ad70 [class*="social-icon-apple"].layout-east-d44d {
  background-color: transparent;
  color: #999;
}
.clean_ad70 [class*="social-icon-behance"] {
  background-color: #1769ff;
}
.clean_ad70 [class*="social-icon-behance"].layout-east-d44d {
  background-color: transparent;
  color: #1769ff;
}
.clean_ad70 [class*="social-icon-bitbucket"] {
  background-color: #205081;
}
.clean_ad70 [class*="social-icon-bitbucket"].layout-east-d44d {
  background-color: transparent;
  color: #205081;
}
.clean_ad70 [class*="social-icon-codepen"] {
  background-color: #000;
}
.clean_ad70 [class*="social-icon-codepen"].layout-east-d44d {
  background-color: transparent;
  color: #000;
}
.clean_ad70 [class*="social-icon-delicious"] {
  background-color: #39f;
}
.clean_ad70 [class*="social-icon-delicious"].layout-east-d44d {
  background-color: transparent;
  color: #39f;
}
.clean_ad70 [class*="social-icon-digg"] {
  background-color: #005be2;
}
.clean_ad70 [class*="social-icon-digg"].layout-east-d44d {
  background-color: transparent;
  color: #005be2;
}
.clean_ad70 [class*="social-icon-dribbble"] {
  background-color: #ea4c89;
}
.clean_ad70 [class*="social-icon-dribbble"].layout-east-d44d {
  background-color: transparent;
  color: #ea4c89;
}
.clean_ad70 [class*="social-icon-envelope"] {
  background-color: #ea4335;
}
.clean_ad70 [class*="social-icon-envelope"].layout-east-d44d {
  background-color: transparent;
  color: #ea4335;
}
.clean_ad70 [class*="social-icon-facebook"] {
  background-color: #3b5998;
}
.clean_ad70 [class*="social-icon-facebook"].layout-east-d44d {
  background-color: transparent;
  color: #3b5998;
}
.clean_ad70 [class*="social-icon-flickr"] {
  background-color: #0063dc;
}
.clean_ad70 [class*="social-icon-flickr"].layout-east-d44d {
  background-color: transparent;
  color: #0063dc;
}
.clean_ad70 [class*="social-icon-foursquare"] {
  background-color: #2d5be3;
}
.clean_ad70 [class*="social-icon-foursquare"].layout-east-d44d {
  background-color: transparent;
  color: #2d5be3;
}
.clean_ad70 [class*="social-icon-github"] {
  background-color: #333;
}
.clean_ad70 [class*="social-icon-github"].layout-east-d44d {
  background-color: transparent;
  color: #333;
}
.clean_ad70 [class*="social-icon-google-plus"] {
  background-color: #dd4b39;
}
.clean_ad70 [class*="social-icon-google-plus"].layout-east-d44d {
  background-color: transparent;
  color: #dd4b39;
}
.clean_ad70 [class*="social-icon-houzz"] {
  background-color: #7ac142;
}
.clean_ad70 [class*="social-icon-houzz"].layout-east-d44d {
  background-color: transparent;
  color: #7ac142;
}
.clean_ad70 [class*="social-icon-instagram"] {
  background-color: #262626;
}
.clean_ad70 [class*="social-icon-instagram"].layout-east-d44d {
  background-color: transparent;
  color: #262626;
}
.clean_ad70 [class*="social-icon-jsfiddle"] {
  background-color: #487aa2;
}
.clean_ad70 [class*="social-icon-jsfiddle"].layout-east-d44d {
  background-color: transparent;
  color: #487aa2;
}
.clean_ad70 [class*="social-icon-linkedin"] {
  background-color: #0077b5;
}
.clean_ad70 [class*="social-icon-linkedin"].layout-east-d44d {
  background-color: transparent;
  color: #0077b5;
}
.clean_ad70 [class*="social-icon-medium"] {
  background-color: #00ab6b;
}
.clean_ad70 [class*="social-icon-medium"].layout-east-d44d {
  background-color: transparent;
  color: #00ab6b;
}
.clean_ad70 [class*="social-icon-odnoklassniki"] {
  background-color: #f4731c;
}
.clean_ad70
  [class*="social-icon-odnoklassniki"].layout-east-d44d {
  background-color: transparent;
  color: #f4731c;
}
.clean_ad70 [class*="social-icon-meetup"] {
  background-color: #ec1c40;
}
.clean_ad70 [class*="social-icon-meetup"].layout-east-d44d {
  background-color: transparent;
  color: #ec1c40;
}
.clean_ad70 [class*="social-icon-pinterest"] {
  background-color: #bd081c;
}
.clean_ad70 [class*="social-icon-pinterest"].layout-east-d44d {
  background-color: transparent;
  color: #bd081c;
}
.clean_ad70 [class*="social-icon-product-hunt"] {
  background-color: #da552f;
}
.clean_ad70 [class*="social-icon-product-hunt"].layout-east-d44d {
  background-color: transparent;
  color: #da552f;
}
.clean_ad70 [class*="social-icon-reddit"] {
  background-color: #ff4500;
}
.clean_ad70 [class*="social-icon-reddit"].layout-east-d44d {
  background-color: transparent;
  color: #ff4500;
}
.clean_ad70 [class*="social-icon-rss"] {
  background-color: #f26522;
}
.clean_ad70 [class*="social-icon-rss"].layout-east-d44d {
  background-color: transparent;
  color: #f26522;
}
.clean_ad70 [class*="social-icon-shopping-cart"] {
  background-color: #4caf50;
}
.clean_ad70
  [class*="social-icon-shopping-cart"].layout-east-d44d {
  background-color: transparent;
  color: #4caf50;
}
.clean_ad70 [class*="social-icon-skype"] {
  background-color: #00aff0;
}
.clean_ad70 [class*="social-icon-skype"].layout-east-d44d {
  background-color: transparent;
  color: #00aff0;
}
.clean_ad70 [class*="social-icon-slideshare"] {
  background-color: #0077b5;
}
.clean_ad70 [class*="social-icon-slideshare"].layout-east-d44d {
  background-color: transparent;
  color: #0077b5;
}
.clean_ad70 [class*="social-icon-snapchat"] {
  background-color: #fffc00;
}
.clean_ad70 [class*="social-icon-snapchat"].layout-east-d44d {
  background-color: transparent;
  color: #fffc00;
}
.clean_ad70 [class*="social-icon-soundcloud"] {
  background-color: #f80;
}
.clean_ad70 [class*="social-icon-soundcloud"].layout-east-d44d {
  background-color: transparent;
  color: #f80;
}
.clean_ad70 [class*="social-icon-spotify"] {
  background-color: #2ebd59;
}
.clean_ad70 [class*="social-icon-spotify"].layout-east-d44d {
  background-color: transparent;
  color: #2ebd59;
}
.clean_ad70 [class*="social-icon-stack-overflow"] {
  background-color: #fe7a15;
}
.clean_ad70
  [class*="social-icon-stack-overflow"].layout-east-d44d {
  background-color: transparent;
  color: #fe7a15;
}
.clean_ad70 [class*="social-icon-maldkfgram"] {
  background-color: #2ca5e0;
}
.clean_ad70 [class*="social-icon-maldkfgram"].layout-east-d44d {
  background-color: transparent;
  color: #2ca5e0;
}
.clean_ad70 [class*="social-icon-tripadvisor"] {
  background-color: #589442;
}
.clean_ad70 [class*="social-icon-tripadvisor"].layout-east-d44d {
  background-color: transparent;
  color: #589442;
}
.clean_ad70 [class*="social-icon-tumblr"] {
  background-color: #35465c;
}
.clean_ad70 [class*="social-icon-tumblr"].layout-east-d44d {
  background-color: transparent;
  color: #35465c;
}
.clean_ad70 [class*="social-icon-twitch"] {
  background-color: #6441a5;
}
.clean_ad70 [class*="social-icon-twitch"].layout-east-d44d {
  background-color: transparent;
  color: #6441a5;
}
.clean_ad70 [class*="social-icon-twitter"] {
  background-color: #1da1f2;
}
.clean_ad70 [class*="social-icon-twitter"].layout-east-d44d {
  background-color: transparent;
  color: #1da1f2;
}
.clean_ad70 [class*="social-icon-vimeo"] {
  background-color: #1ab7ea;
}
.clean_ad70 [class*="social-icon-vimeo"].layout-east-d44d {
  background-color: transparent;
  color: #1ab7ea;
}
.clean_ad70 [class*="social-icon-vk"] {
  background-color: #45668e;
}
.clean_ad70 [class*="social-icon-vk"].layout-east-d44d {
  background-color: transparent;
  color: #45668e;
}
.clean_ad70 [class*="social-icon-weibo"] {
  background-color: #df2029;
}
.clean_ad70 [class*="social-icon-weibo"].layout-east-d44d {
  background-color: transparent;
  color: #df2029;
}
.clean_ad70 [class*="social-icon-weixin"] {
  background-color: #7bb32e;
}
.clean_ad70 [class*="social-icon-weixin"].layout-east-d44d {
  background-color: transparent;
  color: #7bb32e;
}
.clean_ad70 [class*="social-icon-whatsapp"] {
  background-color: #25d366;
}
.clean_ad70 [class*="social-icon-whatsapp"].layout-east-d44d {
  background-color: transparent;
  color: #25d366;
}
.clean_ad70 [class*="social-icon-wordpress"] {
  background-color: #21759b;
}
.clean_ad70 [class*="social-icon-wordpress"].layout-east-d44d {
  background-color: transparent;
  color: #21759b;
}
.clean_ad70 [class*="social-icon-xing"] {
  background-color: #026466;
}
.clean_ad70 [class*="social-icon-xing"].layout-east-d44d {
  background-color: transparent;
  color: #026466;
}
.clean_ad70 [class*="social-icon-yelp"] {
  background-color: #af0606;
}
.clean_ad70 [class*="social-icon-yelp"].layout-east-d44d {
  background-color: transparent;
  color: #af0606;
}
.clean_ad70 [class*="social-icon-youtube"] {
  background-color: #cd201f;
}
.clean_ad70 [class*="social-icon-youtube"].layout-east-d44d {
  background-color: transparent;
  color: #cd201f;
}
.dynamic-2a95 {
  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-2a95:hover {
  box-shadow: none;
  background: 0 0;
}
.form-24ec {
  background: 0 0 !important;
  text-transform: uppercase;
  font-size: 0.85em;
}
.text-e062 {
  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;
}
.border-46d4 {
  display: inline-block;
  position: relative;
  vertical-align: middle;
}
.photo_91d1 {
  display: block;
  top: 50%;
  background-color: currentcolor;
}
.photo_91d1,
.photo_91d1::after,
.photo_91d1::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;
}
.photo_91d1::after,
.photo_91d1::before {
  content: "";
  display: block;
  background-color: inherit;
}
.fluid-3463 .text-e062 .border-46d4 {
  margin-top: -2px;
  width: 19px;
}
.fluid-3463 .text-e062 .photo_91d1 {
  margin-top: -1px;
}
.fluid-3463 .text-e062 .photo_91d1,
.fluid-3463 .text-e062 .photo_91d1::after,
.fluid-3463 .text-e062 .photo_91d1::before {
  width: 19px;
  height: 2px;
}
.fluid-3463 .text-e062 .photo_91d1::before {
  top: -6px;
}
.fluid-3463 .text-e062 .photo_91d1::after {
  bottom: -6px;
}
.accent_8436 .text-e062 .border-46d4 {
  margin-top: -2px;
  width: 22px;
}
.accent_8436 .text-e062 .photo_91d1 {
  margin-top: -1px;
}
.accent_8436 .text-e062 .photo_91d1,
.accent_8436 .text-e062 .photo_91d1::after,
.accent_8436 .text-e062 .photo_91d1::before {
  width: 22px;
  height: 2px;
}
.accent_8436 .text-e062 .photo_91d1::before {
  top: -7px;
}
.accent_8436 .text-e062 .photo_91d1::after {
  bottom: -7px;
}
.feature-active-39d1 .text-e062 .border-46d4 {
  margin-top: -2px;
  width: 31px;
}
.feature-active-39d1 .text-e062 .photo_91d1 {
  margin-top: -1.5px;
}
.feature-active-39d1 .text-e062 .photo_91d1,
.feature-active-39d1 .text-e062 .photo_91d1::after,
.feature-active-39d1 .text-e062 .photo_91d1::before {
  width: 31px;
  height: 3px;
}
.feature-active-39d1 .text-e062 .photo_91d1::before {
  top: -9px;
}
.feature-active-39d1 .text-e062 .photo_91d1::after {
  bottom: -9px;
}
@media screen and (min-width: 1025px) {
  .card_focused_d1f8 .text-e062 .border-46d4 {
    margin-top: -2px;
    width: 19px;
  }
  .card_focused_d1f8 .text-e062 .photo_91d1 {
    margin-top: -1px;
  }
  .card_focused_d1f8 .text-e062 .photo_91d1,
  .card_focused_d1f8 .text-e062 .photo_91d1::after,
  .card_focused_d1f8 .text-e062 .photo_91d1::before {
    width: 19px;
    height: 2px;
  }
  .card_focused_d1f8 .text-e062 .photo_91d1::before {
    top: -6px;
  }
  .card_focused_d1f8 .text-e062 .photo_91d1::after {
    bottom: -6px;
  }
  .breadcrumb-afed .text-e062 .border-46d4 {
    margin-top: -2px;
    width: 22px;
  }
  .breadcrumb-afed .text-e062 .photo_91d1 {
    margin-top: -1px;
  }
  .breadcrumb-afed .text-e062 .photo_91d1,
  .breadcrumb-afed .text-e062 .photo_91d1::after,
  .breadcrumb-afed .text-e062 .photo_91d1::before {
    width: 22px;
    height: 2px;
  }
  .breadcrumb-afed .text-e062 .photo_91d1::before {
    top: -7px;
  }
  .breadcrumb-afed .text-e062 .photo_91d1::after {
    bottom: -7px;
  }
  .header-9019 .text-e062 .border-46d4 {
    margin-top: -2px;
    width: 31px;
  }
  .header-9019 .text-e062 .photo_91d1 {
    margin-top: -1.5px;
  }
  .header-9019 .text-e062 .photo_91d1,
  .header-9019 .text-e062 .photo_91d1::after,
  .header-9019 .text-e062 .photo_91d1::before {
    width: 31px;
    height: 3px;
  }
  .header-9019 .text-e062 .photo_91d1::before {
    top: -9px;
  }
  .header-9019 .text-e062 .photo_91d1::after {
    bottom: -9px;
  }
}
@media screen and (max-width: 1024px) {
  .grid-7d07 .text-e062 .border-46d4 {
    margin-top: -2px;
    width: 19px;
  }
  .grid-7d07 .text-e062 .photo_91d1 {
    margin-top: -1px;
  }
  .grid-7d07 .text-e062 .photo_91d1,
  .grid-7d07 .text-e062 .photo_91d1::after,
  .grid-7d07 .text-e062 .photo_91d1::before {
    width: 19px;
    height: 2px;
  }
  .grid-7d07 .text-e062 .photo_91d1::before {
    top: -6px;
  }
  .grid-7d07 .text-e062 .photo_91d1::after {
    bottom: -6px;
  }
  .new_a563 .text-e062 .border-46d4 {
    margin-top: -2px;
    width: 22px;
  }
  .new_a563 .text-e062 .photo_91d1 {
    margin-top: -1px;
  }
  .new_a563 .text-e062 .photo_91d1,
  .new_a563 .text-e062 .photo_91d1::after,
  .new_a563 .text-e062 .photo_91d1::before {
    width: 22px;
    height: 2px;
  }
  .new_a563 .text-e062 .photo_91d1::before {
    top: -7px;
  }
  .new_a563 .text-e062 .photo_91d1::after {
    bottom: -7px;
  }
  .red_30e5 .text-e062 .border-46d4 {
    margin-top: -2px;
    width: 31px;
  }
  .red_30e5 .text-e062 .photo_91d1 {
    margin-top: -1.5px;
  }
  .red_30e5 .text-e062 .photo_91d1,
  .red_30e5 .text-e062 .photo_91d1::after,
  .red_30e5 .text-e062 .photo_91d1::before {
    width: 31px;
    height: 3px;
  }
  .red_30e5 .text-e062 .photo_91d1::before {
    top: -9px;
  }
  .red_30e5 .text-e062 .photo_91d1::after {
    bottom: -9px;
  }
}
@media screen and (max-width: 568px) {
  .panel-static-54b0 .text-e062 .border-46d4 {
    margin-top: -2px;
    width: 19px;
  }
  .panel-static-54b0 .text-e062 .photo_91d1 {
    margin-top: -1px;
  }
  .panel-static-54b0 .text-e062 .photo_91d1,
  .panel-static-54b0 .text-e062 .photo_91d1::after,
  .panel-static-54b0 .text-e062 .photo_91d1::before {
    width: 19px;
    height: 2px;
  }
  .panel-static-54b0 .text-e062 .photo_91d1::before {
    top: -6px;
  }
  .panel-static-54b0 .text-e062 .photo_91d1::after {
    bottom: -6px;
  }
  .form_b35c .text-e062 .border-46d4 {
    margin-top: -2px;
    width: 22px;
  }
  .form_b35c .text-e062 .photo_91d1 {
    margin-top: -1px;
  }
  .form_b35c .text-e062 .photo_91d1,
  .form_b35c .text-e062 .photo_91d1::after,
  .form_b35c .text-e062 .photo_91d1::before {
    width: 22px;
    height: 2px;
  }
  .form_b35c .text-e062 .photo_91d1::before {
    top: -7px;
  }
  .form_b35c .text-e062 .photo_91d1::after {
    bottom: -7px;
  }
  .title_f367 .text-e062 .border-46d4 {
    margin-top: -2px;
    width: 31px;
  }
  .title_f367 .text-e062 .photo_91d1 {
    margin-top: -1.5px;
  }
  .title_f367 .text-e062 .photo_91d1,
  .title_f367 .text-e062 .photo_91d1::after,
  .title_f367 .text-e062 .photo_91d1::before {
    width: 31px;
    height: 3px;
  }
  .title_f367 .text-e062 .photo_91d1::before {
    top: -9px;
  }
  .title_f367 .text-e062 .photo_91d1::after {
    bottom: -9px;
  }
}
.full_ba55 .photo_91d1 {
  -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);
}
.full_ba55 .photo_91d1::before {
  -webkit-transition: top 75ms 0.12s ease, opacity 75ms ease;
  transition: top 75ms 0.12s ease, opacity 75ms ease;
}
.full_ba55 .photo_91d1::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);
}
.full_ba55.avatar-middle-63ac .photo_91d1 {
  -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);
}
.full_ba55.avatar-middle-63ac .photo_91d1::before {
  top: 0;
  opacity: 0;
  -webkit-transition: top 75ms ease, opacity 75ms 0.12s ease;
  transition: top 75ms ease, opacity 75ms 0.12s ease;
}
.full_ba55.avatar-middle-63ac .photo_91d1::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);
}
.element_65fa {
  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.label-silver-674a:before {
  display: none;
}
.accordion_e602 {
  padding: 0;
  position: fixed;
  width: 100%;
  max-width: 100%;
  top: 0;
  z-index: 999900;
  visibility: hidden;
}
.accordion_e602 .modal-ea7c {
  padding: 1.4em 1.5em;
  border-bottom: 1px solid transparent;
}
.accordion_e602 .modal-ea7c:last-of-type {
  border-bottom: none;
}
.accordion_e602 .modal-ea7c.alert_lite_78f7,
.accordion_e602 .modal-ea7c.heading-b944,
.accordion_e602 .modal-ea7c.title-a3da {
  padding: 0;
}
.accordion_e602 .purple-1448 .button_b9aa {
  color: currentColor;
}
.accordion_e602 .purple-1448 .button_b9aa:focus,
.accordion_e602 .purple-1448 .button_b9aa:hover {
  background: rgba(0, 0, 0, 0.01);
}
.accordion_e602.description-d505 .next-81df,
.accordion_e602.description-d505 .video-a602 a,
.accordion_e602.description-d505 .tag-under-6bb1 a,
.accordion_e602.description-d505 .liquid-6f6b a {
  color: rgba(0, 0, 0, 0.55);
}
.accordion_e602.description-d505 .next-81df:hover,
.accordion_e602.description-d505 .video-a602 a:hover,
.accordion_e602.description-d505 .tag-under-6bb1 a:hover,
.accordion_e602.description-d505 .liquid-6f6b a:hover {
  color: rgba(0, 0, 0, 0.8);
}
.accordion_e602.description-d505 .clean-953f {
  color: rgba(0, 0, 0, 0.8);
}
.accordion_e602.description-d505 .modal-ea7c {
  border-color: rgba(0, 0, 0, 0.08);
}
.accordion_e602.description-d505 .modal-ea7c:before {
  background: rgba(0, 0, 0, 0.08);
}
.accordion_e602.description-d505 .grid-warm-935a:before {
  background: rgba(255, 255, 255, 0.9);
}
.accordion_e602.description-d505 .purple-1448 .wood-c871 li a,
.accordion_e602.description-d505 .purple-1448 .button_b9aa,
.accordion_e602.description-d505 .liquid-6f6b {
  border-color: rgba(0, 0, 0, 0.08);
}
.accordion_e602.description-d505 .purple-1448 .button_b9aa:focus,
.accordion_e602.description-d505 .purple-1448 .button_b9aa:hover {
  background: rgba(0, 0, 0, 0.01);
}
.accordion_e602.description-d505 .wood-c871 li {
  border-color: rgba(0, 0, 0, 0.08);
}
.accordion_e602.menu-79d8 .next-81df,
.accordion_e602.menu-79d8 .video-a602 a,
.accordion_e602.menu-79d8 .tag-under-6bb1 .button_b9aa,
.accordion_e602.menu-79d8 .tag-under-6bb1 a,
.accordion_e602.menu-79d8 .liquid-6f6b a {
  color: rgba(255, 255, 255, 0.79);
}
.accordion_e602.menu-79d8 .next-81df:hover,
.accordion_e602.menu-79d8 .video-a602 a:hover,
.accordion_e602.menu-79d8 .tag-under-6bb1 .button_b9aa:hover,
.accordion_e602.menu-79d8 .tag-under-6bb1 a:hover,
.accordion_e602.menu-79d8 .liquid-6f6b a:hover {
  color: rgba(255, 255, 255, 0.99);
}
.accordion_e602.menu-79d8 .clean-953f {
  color: rgba(255, 255, 255, 0.99);
}
.accordion_e602.menu-79d8 .modal-ea7c {
  border-color: rgba(255, 255, 255, 0.08);
}
.accordion_e602.menu-79d8 .modal-ea7c:before {
  background: rgba(255, 255, 255, 0.08);
}
.accordion_e602.menu-79d8 .grid-warm-935a:before {
  background: rgba(0, 0, 0, 0.9);
}
.accordion_e602.menu-79d8 .purple-1448 .wood-c871 li a,
.accordion_e602.menu-79d8 .purple-1448 .button_b9aa,
.accordion_e602.menu-79d8 .liquid-6f6b {
  border-color: rgba(255, 255, 255, 0.08);
}
.accordion_e602.menu-79d8 .purple-1448 .button_b9aa:focus,
.accordion_e602.menu-79d8 .purple-1448 .button_b9aa:hover {
  background: rgba(0, 0, 0, 0.01);
}
.accordion_e602.menu-79d8 .wood-c871 li {
  border-color: rgba(255, 255, 255, 0.08);
}
.grid-warm-935a {
  position: relative;
  word-con: break-word;
  min-height: 100%;
  display: block;
}
.grid-warm-935a:before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  display: block;
  min-height: 100%;
}
.panel-8a7e {
  position: relative;
  word-con: break-word;
  min-height: 100%;
  display: block;
  padding: 1.2em 0;
}
.easy_7538 .accordion_e602 {
  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;
}
.easy_7538 .modal-ea7c {
  text-align: center;
  padding: 2em 1.5em;
  border: none;
  position: relative;
}
.easy_7538 .modal-ea7c: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) {
  .easy_7538 .modal-ea7c:before {
    width: 16%;
    left: 42%;
  }
}
.easy_7538 .modal-ea7c:last-child:before {
  content: none;
}
.easy_7538 .modal-ea7c[class*="-menu"] {
  padding: 2.5em 1.5em;
}
.easy_7538 .purple-1448 .wood-c871 li a {
  border: none;
  font-size: 140%;
  text-transform: uppercase;
  font-weight: 500;
}
.easy_7538 .purple-1448 .wood-c871 li a .button_b9aa {
  display: inline-block;
  position: relative;
  border: 0 none;
  margin-right: -1.3em;
  top: -2px;
  padding: 0.28em 0.5em;
}
.easy_7538 .purple-1448 .liquid-6f6b {
  border: none;
}
.easy_7538 .purple-1448 .liquid-6f6b li a {
  text-transform: none;
  padding: 0.35em 1.5em;
  font-size: 100%;
}
.easy_7538 .grid-warm-935a {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}
.easy_7538 .panel-8a7e {
  max-width: 48em;
  margin: 3em auto;
  padding: 0;
}
.easy_7538 .menu-79d8 .grid-warm-935a:before {
  background: rgba(0, 0, 0, 0.9);
}
.easy_7538 .description-d505.tiny_3030 .photo_91d1 {
  background: rgba(0, 0, 0, 0.6);
}
.easy_7538
  .description-d505.tiny_3030
  .photo_91d1::after,
.easy_7538
  .description-d505.tiny_3030
  .photo_91d1:before {
  background: inherit;
}
.easy_7538
  .description-d505.tiny_3030:hover
  .photo_91d1 {
  background: rgba(0, 0, 0, 0.8);
}
.focus-red-cfb3 .accordion_e602 {
  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) {
  .focus-red-cfb3 .accordion_e602 {
    width: auto;
    right: 45px;
  }
}
.button-thick-47f3 .accordion_e602 {
  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) {
  .button-thick-47f3 .accordion_e602 {
    width: auto;
    left: 45px;
  }
}
.label-silver-674a .accordion_e602 {
  position: relative;
  height: 0;
  display: block;
  visibility: visible;
  z-index: 999900;
  overflow: hidden;
}
.label-silver-674a .panel-8a7e {
  max-width: 48em;
  margin: 0 auto;
}
.label-silver-674a .grid-warm-935a:before {
  box-shadow: inset 0 0 12px 0 rgba(0, 0, 0, 0.05);
}
.filter_center_77b2 {
  overflow-x: hidden;
  position: relative;
  width: 100%;
  display: block;
}
.filter_center_77b2.easy_7538 .accordion_e602 {
  z-index: 0;
  opacity: 0;
  height: 100%;
}
.filter_center_77b2.focus-red-cfb3 .accordion_e602 {
  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);
}
.filter_center_77b2 .accordion_e602 {
  visibility: visible;
}
.filter_center_77b2.button-thick-47f3 .accordion_e602 {
  -webkit-transform: translateX(200%);
  -ms-transform: translateX(200%);
  transform: translateX(200%);
  height: 100%;
}
.upper_db8f,
.disabled-cf91 {
  overflow-x: hidden;
}
.upper_db8f .accordion_e602 {
  overflow: auto;
}
.upper_db8f.easy_7538 {
  overflow: initial;
  position: relative;
  width: 100%;
  display: block;
}
.upper_db8f.easy_7538 .accordion_e602 {
  z-index: 999900;
  opacity: 1;
  visibility: visible;
}
.upper_db8f.easy_7538 .dynamic-2a95 {
  opacity: 0;
}
.upper_db8f.focus-red-cfb3 {
  overflow: initial;
  position: relative;
  width: 100%;
  display: block;
}
.upper_db8f.focus-red-cfb3 .accordion_e602 {
  z-index: 999900;
  height: 100vh;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  left: 0;
  visibility: visible;
}
.upper_db8f.focus-red-cfb3 .dynamic-2a95 {
  opacity: 0;
}
.upper_db8f.button-thick-47f3 {
  overflow: initial;
  position: relative;
  width: 100%;
  display: block;
}
.upper_db8f.button-thick-47f3 .accordion_e602 {
  z-index: 999900;
  height: 100vh;
  max-width: 100vw;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  right: 0;
  visibility: visible;
}
.upper_db8f.button-thick-47f3 .dynamic-2a95 {
  opacity: 0;
}
.upper_db8f.label-silver-674a .accordion_e602 {
  z-index: 10;
  visibility: visible;
}
.tiny_3030 {
  display: none;
  z-index: 999910;
  cursor: pointer;
  position: fixed;
  top: 10px;
  right: 12px;
}
.tiny_3030 .photo_91d1 {
  background: rgba(255, 255, 255, 0.99);
}
.tiny_3030 .photo_91d1::after,
.tiny_3030 .photo_91d1:before {
  background: inherit;
}
.tiny_3030:hover .photo_91d1 {
  background: rgba(255, 255, 255, 0.99);
}
.button-thick-47f3 .tiny_3030 {
  top: 10px;
  right: auto;
  left: 12px;
}
.label-silver-674a .tiny_3030 {
  display: none !important;
}
.upper_db8f:before,
.disabled-cf91:before {
  z-index: 999897;
  visibility: visible;
  opacity: 1;
}
.upper_db8f .tiny_3030,
.disabled-cf91 .tiny_3030 {
  display: inline-block;
}
.accordion_e602 .new_a165 {
  -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;
}
.upper_db8f .accordion_e602 .new_a165,
.disabled-cf91 .accordion_e602 .new_a165 {
  opacity: 1;
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
}
.down-a93a .silver_6553 {
  width: 100%;
}
.cold-b5b2 {
  padding: 0 0.5em 0;
}
.cold-b5b2 [class*="customify-col-"],
.cold-b5b2 [class*="customify-col_"],
.cold-b5b2 [class~="customify-col"] {
  padding: 0 0.5em 0;
}
.chip_06e3 .cold-b5b2 {
  padding-left: 1em;
  padding-right: 1em;
}
@media screen and (min-width: 1025px) {
  .feature-next-b522 .element-72c5,
  .element-72c5 {
    display: none;
  }
  .complex-715f {
    text-align: left;
  }
  .panel-selected-2b2e {
    text-align: center;
  }
  .item_d632 {
    text-align: right;
  }
}
@media screen and (max-width: 1024px) {
  .feature-next-b522 .mask-e1e6,
  .mask-e1e6 {
    display: none;
  }
  .box_998a {
    text-align: left;
  }
  .orange_9230 {
    text-align: center;
  }
  .advanced_e89f {
    text-align: right;
  }
}
@media screen and (max-width: 568px) {
  .feature-next-b522 .huge-0403,
  .huge-0403 {
    display: none;
  }
  .footer-6ec5 {
    text-align: left;
  }
  .media_a35d {
    text-align: center;
  }
  .summary_8f0f {
    text-align: right;
  }
}
#page {
  position: relative;
}
.in-5e8f {
  box-shadow: none !important;
}
.card-5045 .badge-under-44e7,
.silver-d254 .badge-under-44e7 {
  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;
}
.silver-d254 .badge-under-44e7 {
  margin-top: 30px;
  margin-bottom: 30px;
}
.icon-light-d9ec {
  position: relative;
  padding-left: 2em;
  padding-right: 2em;
}
.icon-light-d9ec:after,
.icon-light-d9ec:before {
  content: "";
  display: table;
}
.icon-light-d9ec:after {
  clear: both;
}
@media screen and (max-width: 48em) {
  .icon-light-d9ec {
    padding-left: 1em;
    padding-right: 1em;
  }
}
.icon-light-d9ec,
.hidden_2f9d {
  max-width: 1248px;
  margin: 0 auto;
}

.list_c59f.panel-bright-deb1 .icon-light-d9ec {
  max-width: 100%;
}
.list_c59f.surface_advanced_e47f {
  max-width: 1200px;
  margin: 0 auto;
}
.list_c59f.bright_d8f5 .icon-light-d9ec {
  max-width: 100%;
}
.list_c59f.bright_d8f5 > .icon-light-d9ec {
  padding-left: 0;
  padding-right: 0;
}
.list_c59f.bright_d8f5 > .icon-light-d9ec .feature-next-b522 {
  margin: 0;
}
.list_c59f.bright_d8f5
  > .icon-light-d9ec
  .secondary-8020.overlay_last_7d66 {
  margin-right: 0;
  margin-left: 0;
}
.list_c59f.bright_d8f5 #main.overlay_last_7d66 {
  padding: 0;
}
#main,
#sidebar-primary,
#sidebar-secondary {
  padding-top: 2.617924em;
  padding-bottom: 2.617924em;
}
@media screen and (max-width: 1024px) {
  .frame-yellow-1f22 #main {
    border-left: 0 none;
  }
}
@media screen and (max-width: 1024px) {
  .frame-yellow-1f22 #sidebar-secondary {
    -webkit-box-ordinal-group: 6;
    order: 5;
    display: none;
  }
}
@media screen and (min-width: 48em) {
  .thumbnail-action-2253 .status_e199 {
    padding-right: 1em;
  }
  .thumbnail-action-2253.gold_46a6 .secondary-8020 {
    border-right: 1px solid #eaecee;
  }
  .thumbnail-action-2253.gold_46a6 .status_e199 {
    padding-right: 1em;
  }
  .thumbnail-action-2253.gold_46a6 .copper-e449 {
    padding-left: 1em;
  }
}
@media screen and (min-width: 48em) {
  .container_e030 .status_e199 {
    padding-left: 1em;
  }
  .container_e030.gold_46a6 .secondary-8020 {
    border-left: 1px solid #eaecee;
  }
  .container_e030.gold_46a6 .status_e199 {
    padding-left: 1em;
  }
  .container_e030.gold_46a6 .copper-e449 {
    padding-right: 1em;
  }
}
@media screen and (min-width: 48em) {
  .description_motion_7ca3 .status_e199 {
    padding-left: 1em;
  }
  .description_motion_7ca3.gold_46a6 .header-6e1d {
    border-right: 1px solid #eaecee;
  }
  .description_motion_7ca3.gold_46a6 .pagination-mini-5d9d {
    border-right: 1px solid #eaecee;
  }
  .description_motion_7ca3.gold_46a6 .status_e199 {
    padding-left: 1em;
  }
  .description_motion_7ca3.gold_46a6 .copper-e449 {
    padding-right: 1em;
  }
  .description_motion_7ca3.gold_46a6 .clean_c594 {
    padding-left: 1em;
    padding-right: 1em;
  }
}
@media screen and (min-width: 48em) {
  .label_f706 .status_e199 {
    padding-right: 1em;
  }
  .label_f706.gold_46a6 .header-6e1d {
    border-left: 1px solid #eaecee;
  }
  .label_f706.gold_46a6 .pagination-mini-5d9d {
    border-left: 1px solid #eaecee;
  }
  .label_f706.gold_46a6 .status_e199 {
    padding-right: 1em;
  }
  .label_f706.gold_46a6 .copper-e449 {
    padding-left: 1em;
    padding-right: 1em;
  }
  .label_f706.gold_46a6 .clean_c594 {
    padding-left: 1em;
  }
}
@media screen and (min-width: 48em) {
  .frame-yellow-1f22 .status_e199 {
    padding-left: 1em;
    padding-right: 1em;
  }
  .frame-yellow-1f22.gold_46a6 .secondary-8020 {
    border-left: 1px solid #eaecee;
    border-right: 1px solid #eaecee;
  }
  .frame-yellow-1f22.gold_46a6 .status_e199 {
    padding-left: 1em;
    padding-right: 1em;
  }
  .frame-yellow-1f22.gold_46a6 .copper-e449 {
    padding-left: 1em;
  }
  .frame-yellow-1f22.gold_46a6 .clean_c594 {
    padding-right: 1em;
  }
}
@media screen and (max-width: 64em) {
  .frame-yellow-1f22.gold_46a6 .status_e199 {
    padding-left: 0;
  }
}
.fast_e9a4 .header-lite-8e89 {
  display: inline-block;
}
.widget-dim-4929 {
  display: inline-block;
}
.tag-1e5e {
  word-con: break-word;
}
.link_0522 > span {
  display: inline-block;
  padding: 5px 0;
}
.link_0522 .carousel-hot-2d9d {
  margin-left: 8px;
  margin-right: 8px;
}
.link_0522 .card_dim_40d4 img {
  vertical-align: middle;
  overflow: hidden;
  border-radius: 50%;
  margin-right: 5px;
}
.tertiary-2fef .logo_48a3 {
  margin-bottom: 2em;
}
.tertiary-2fef .prev-4e9e {
  margin-bottom: 15px;
}
.tertiary-2fef .prev-4e9e:last-child {
  margin-bottom: 0;
}
.tertiary-2fef .clean-af44 {
  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) {
  .tertiary-2fef .clean-af44 {
    display: block;
  }
}
.tertiary-2fef .texture-2389 {
  position: relative;
  max-width: 100%;
  flex-basis: 40%;
  padding-top: 0;
  overflow: hidden;
}
@media screen and (max-width: 568px) {
  .tertiary-2fef .texture-2389 {
    margin-bottom: 1em;
    width: 100% !important;
    padding-top: 56.25%;
  }
}
.tertiary-2fef .icon-west-b28f {
  position: absolute;
  top: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: flex;
  line-height: 0;
  background-color: #d5d5d5;
}
.tertiary-2fef .icon-west-b28f img {
  -o-object-fit: cover;
  object-fit: cover;
  width: 100%;
  height: auto;
}
.tertiary-2fef .icon-west-b28f a {
  position: absolute;
  top: 0;
  top: 0;
  display: block;
}
.tertiary-2fef .tag-1e5e {
  font-size: 1.5em;
  font-weight: 500;
  word-con: break-word;
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
}
.tertiary-2fef .tag-1e5e a {
  text-align: inherit;
  display: block;
  flex-basis: 100%;
}
.tertiary-2fef .panel-2752 p:last-child {
  margin-bottom: 0;
}
.tertiary-2fef .title-9760 {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: block;
  z-index: 30;
}
.tertiary-2fef .huge-10c9 {
  -webkit-box-flex: 1;
  flex: 1;
  word-con: break-word;
  max-width: 100%;
}
.tertiary-2fef .rough_9046 {
  margin-top: 1em;
}
.tertiary-2fef .carousel-7db8 {
  top: 0;
  display: block;
}
.tertiary-2fef .carousel-7db8 a {
  color: inherit;
}
.tertiary-2fef .carousel-7db8 a:hover {
  color: inherit;
}
.tertiary-2fef .item_brown_2649 {
  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;
}
.tertiary-2fef .item_brown_2649:hover {
  background: #235787;
  color: #fff;
  border-color: #235787;
}
.tertiary-2fef .huge-10c9 {
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-flow: column nowrap;
}
.tertiary-2fef .button_hard_5538 {
  position: relative;
  width: 100%;
  margin-bottom: 15px;
}
.tertiary-2fef .button_hard_5538:first-child {
  margin-top: 0;
}
.tertiary-2fef .button_hard_5538.chip_9e71 {
  -webkit-box-flex: 0;
  flex: none;
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.tertiary-2fef .button_hard_5538.outer-68f8 {
  display: -webkit-box;
  display: flex;
  margin-top: auto;
  margin-bottom: 0;
  -webkit-box-pack: justify;
  justify-content: space-between;
}
.tertiary-2fef
  .button_hard_5538.outer-68f8.stone-567b
  .rough_9046 {
  width: 100%;
}
.tertiary-2fef .outer-68f8 {
  -webkit-box-align: center;
  align-items: center;
}
.tertiary-2fef .outer-68f8 .link_0522,
.tertiary-2fef .outer-68f8 > * {
  margin-bottom: 0;
  margin-top: 0;
  display: inline-block;
}
.tertiary-2fef .icon-west-b28f {
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
.tertiary-2fef .icon-west-b28f img {
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
.tertiary-2fef .icon-west-b28f: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;
}
.tertiary-2fef .chip_9e71 {
  z-index: 5;
}
.tertiary-2fef .dim_3a44 .progress-up-a84a {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  display: block;
}
.tertiary-2fef .focused-897e .progress-up-a84a {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  display: block;
}
.tertiary-2fef .item-purple-cf79 .progress-up-a84a {
  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;
}
.tertiary-2fef.stone_b7f8 .clean-af44,
.tertiary-2fef.input-yellow-2057 .clean-af44 {
  display: block;
}
.tertiary-2fef.stone_b7f8 .clean-af44 .paragraph_665c,
.tertiary-2fef.stone_b7f8 .clean-af44 .huge-10c9,
.tertiary-2fef.input-yellow-2057 .clean-af44 .paragraph_665c,
.tertiary-2fef.input-yellow-2057 .clean-af44 .huge-10c9 {
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
}
.tertiary-2fef.popup_tiny_0e47 .texture-2389 {
  margin-right: 2em;
}
@media screen and (max-width: 568px) {
  .tertiary-2fef.popup_tiny_0e47 .texture-2389 {
    margin-right: 0;
  }
}
.tertiary-2fef.stone_b7f8 .texture-2389,
.tertiary-2fef.input-yellow-2057 .texture-2389 {
  padding-top: 40%;
}
.tertiary-2fef.stone_b7f8 .logo_48a3,
.tertiary-2fef.input-yellow-2057 .logo_48a3 {
  display: block;
}
.tertiary-2fef.stone_b7f8 .fn-sticky-6b6f .huge-10c9,
.tertiary-2fef.input-yellow-2057 .fn-sticky-6b6f .huge-10c9 {
  background-color: #fcf8e3;
  border: 1px solid #faf2cc;
  border-top: 0 none;
  color: #8a6d3b;
  padding: 1em;
}
.tertiary-2fef.stone_b7f8 .texture-2389,
.tertiary-2fef.input-yellow-2057 .texture-2389 {
  margin-bottom: 1em;
  display: block;
  position: relative;
}
.tertiary-2fef.stone_b7f8 .huge-10c9 {
  padding: 1em;
}
.lower-be9e {
  margin: 30px auto;
  display: block;
}
.lower-be9e .caption_bright_2929 > * {
  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;
}
.lower-be9e .caption_bright_2929 > :hover {
  border-color: #235787;
  background: #235787;
  color: #fff;
}
.lower-be9e .caption_bright_2929 span {
  border-color: #235787;
  background: #235787;
  color: #fff;
}
.slider-783a .link_0522 {
  margin-bottom: 1.41575em;
}
.slider-783a .tabs-paper-b171 {
  margin-bottom: 1.618em;
}
.dark_9068 .black_0e98 {
  display: block;
  margin: 5px 0 20px;
  font-weight: 500;
}
.dark_9068 .black_0e98 a {
  border: 1px solid #eaecee;
  padding: 5px 12px 5px;
  text-transform: uppercase;
  color: #686868;
  margin: 0 2px;
}
.dark_9068 .bottom_6fd4 {
  max-width: 100%;
  overflow: auto;
}
.green-1f7b .dark_9068 a:hover {
  text-decoration: underline;
}
.header-action-7089 .prev-4e9e:not(.tag-1e5e),
.header-action-7089 .icon-west-b28f {
  margin-bottom: 1.41575em;
}
.header-action-7089 .prev-4e9e:not(.tag-1e5e):last-child,
.header-action-7089 .icon-west-b28f:last-child {
  margin-bottom: 0;
}
.header-action-7089 .prev-4e9e.carousel_a079 {
  margin-bottom: 0.41575em;
}
.header-action-7089 .static_6156:before,
.header-action-7089 .fast_77de:before {
  font: normal normal normal 16px/1 FontAwesome;
  text-decoration: inherit;
  text-transform: none;
  position: relative;
  margin-right: 5px;
  color: #6d6d6d;
}
.header-action-7089 .static_6156:before {
  content: "\f115";
}
.header-action-7089 .fast_77de:before {
  content: "\f02c";
}
.header-action-7089 .grid_motion_4609 {
  display: block;
  width: 100%;
  margin-top: 0.5407911001em;
}
.header-action-7089 .grid_motion_4609 a {
  text-transform: uppercase;
  font-weight: 500;
  font-size: 80%;
  letter-spacing: 0.5px;
}
.clean-57a0 {
  display: -webkit-box;
  display: flex;
}
.clean-57a0 .sort-c141 {
  flex-basis: 90px;
}
@media screen and (max-width: 568px) {
  .clean-57a0 .sort-c141 {
    flex-basis: 90px;
  }
}
.clean-57a0 .row-east-a82c {
  flex-basis: calc(100% - 90px);
  margin-left: 1.5em;
}
@media screen and (max-width: 568px) {
  .clean-57a0 .row-east-a82c {
    flex-basis: calc(100% - 50px);
  }
}
.clean-57a0 .fluid-2904 p:last-child {
  margin-bottom: 0.72em;
}
.short_e904 .caption_bright_2929 {
  padding: 16px 0 15px;
  border-top: 1px solid #eaecee;
  border-bottom: 1px solid #eaecee;
}
.short_e904 .caption_bright_2929:after,
.short_e904 .caption_bright_2929:before {
  content: "";
  display: table;
}
.short_e904 .caption_bright_2929:after {
  clear: both;
}
.short_e904 .caption_bright_2929 .list_hovered_1cfb,
.short_e904 .caption_bright_2929 .blue_e1cc {
  width: 49%;
}
.short_e904 .caption_bright_2929 .list_hovered_1cfb a span.main-up-3883,
.short_e904 .caption_bright_2929 .blue_e1cc a span.main-up-3883 {
  display: block;
  margin-bottom: 5px;
}
.short_e904 .caption_bright_2929 .blue_e1cc {
  float: left;
  text-align: left;
}
.short_e904 .caption_bright_2929 .list_hovered_1cfb {
  float: right;
  text-align: right;
}
.breadcrumb-dc19 {
  margin-bottom: 0.41575em;
}
@media screen and (max-width: 568px) {
  .breadcrumb-dc19 {
    margin-bottom: 0;
  }
}
.media_bdb6 {
  margin-bottom: 1em;
}
.media_bdb6 .tag-1e5e {
  font-size: 1.1em;
  line-height: 1.3;
}
.photo-light-7ea8 a {
  display: block;
  line-height: 0;
  position: relative;
}
.secondary_green_ead7 .media_bdb6,
.in-2cf1 .media_bdb6 {
  display: -webkit-box;
  display: flex;
}
@media screen and (max-width: 568px) {
  .secondary_green_ead7 .media_bdb6,
  .in-2cf1 .media_bdb6 {
    display: block;
  }
}
.secondary_green_ead7 .photo-light-7ea8,
.in-2cf1 .photo-light-7ea8 {
  flex-basis: 160px;
  position: relative;
}
@media screen and (max-width: 568px) {
  .secondary_green_ead7 .photo-light-7ea8,
  .in-2cf1 .photo-light-7ea8 {
    margin-bottom: 1em;
  }
}
.secondary_green_ead7 .photo-light-7ea8 img,
.in-2cf1 .photo-light-7ea8 img {
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  display: block;
}
.secondary_green_ead7 .carousel_north_ec09,
.in-2cf1 .carousel_north_ec09 {
  flex-basis: calc(100% - 160px);
}
.secondary_green_ead7 .carousel_north_ec09 p,
.in-2cf1 .carousel_north_ec09 p {
  margin-bottom: 0;
}
.secondary_green_ead7 .carousel_north_ec09 {
  padding-left: 1em;
}
@media screen and (max-width: 568px) {
  .secondary_green_ead7 .carousel_north_ec09 {
    padding-left: 0;
  }
}
.in-2cf1 .carousel_north_ec09 {
  -webkit-box-ordinal-group: 2;
  order: 1;
  padding-right: 1em;
}
@media screen and (max-width: 568px) {
  .in-2cf1 .carousel_north_ec09 {
    padding-right: 0;
  }
}
.in-2cf1 .photo-light-7ea8 {
  -webkit-box-ordinal-group: 3;
  order: 2;
}
.message_middle_d8a1 .photo-light-7ea8 {
  margin-bottom: 0.5em;
}
.message_middle_d8a1 .photo-light-7ea8 img {
  width: 100%;
}
.alert_519a .accordion-bb48,
.heading_center_c315 .accordion-bb48 {
  margin-bottom: 35px;
  padding-bottom: 20px;
  border-bottom: 1px solid #eaecee;
}
.heading_center_c315 .secondary-8020 .copper_f22a p:last-child {
  margin-bottom: 0;
}
.tooltip-740f {
  font-size: 16px;
  text-transform: uppercase;
  font-weight: 500;
  color: currentColor;
  margin-bottom: 20px;
}
.hot_0d65 .nav-tiny-95de {
  margin-bottom: 2em;
}
@media screen and (min-width: 1025px) {
  .hot_0d65 .nav-tiny-95de:last-of-type {
    margin-bottom: 0;
  }
}
.hot_0d65 .nav-tiny-95de ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.hot_0d65 .nav-tiny-95de ul:after {
  clear: both;
  content: ".";
  display: block;
  height: 0;
  visibility: hidden;
}
.hot_0d65 .nav-tiny-95de ul li {
  margin: 0 0 0.6em;
}
.hot_0d65 .nav-tiny-95de ul li.list-daf1,
.hot_0d65 .nav-tiny-95de ul li.under_895f {
  position: relative;
}
.hot_0d65 .nav-tiny-95de ul li.list-daf1 .middle-1fce,
.hot_0d65 .nav-tiny-95de ul li.under_895f .middle-1fce {
  right: 0;
  background: #eaecee;
  color: #999;
  padding: 0 0.5em;
  border-radius: 0.9em;
  font-size: 12px;
  position: absolute;
  top: 4px;
}
.hot_0d65 .nav-tiny-95de ul li.list-daf1:after:after,
.hot_0d65 .nav-tiny-95de ul li.list-daf1:after:before,
.hot_0d65
  .nav-tiny-95de
  ul
  li.under_895f:after:after,
.hot_0d65
  .nav-tiny-95de
  ul
  li.under_895f:after:before {
  content: "";
  display: table;
}
.hot_0d65 .nav-tiny-95de ul li.list-daf1:after:after,
.hot_0d65
  .nav-tiny-95de
  ul
  li.under_895f:after:after {
  clear: both;
}
.hot_0d65 .nav-tiny-95de a.easy-7b6e:hover {
  text-decoration: none;
}
.hot_0d65 .nav-tiny-95de select {
  max-width: 100%;
}
.hot_0d65 .nav-tiny-95de table {
  font-size: 85%;
}
.hot_0d65 .nav-tiny-95de table td,
.hot_0d65 .nav-tiny-95de table th {
  padding: 0.2360828548em;
  text-align: center;
}
.hot_0d65 .nav-tiny-95de table tfoot td {
  text-align: left;
}
.hot_0d65 .nav-tiny-95de :last-child {
  margin-bottom: 0;
}
.hot_0d65 .nav-tiny-95de .left-460a {
  display: -webkit-box;
  display: flex;
  width: 100%;
  max-width: 100%;
}
.hot_0d65 .nav-tiny-95de .left-460a label {
  width: 100%;
}
.hot_0d65 .nav-tiny-95de .left-460a .pink_c0a4 {
  width: 100%;
  display: block;
}
.hot_0d65 .nav-tiny-95de .left-460a .over_46a6 {
  padding: 9px 14px;
  margin-left: -46px;
  overflow: hidden;
  box-shadow: none;
  background: 0 0;
  color: #aaa;
  line-height: 0;
}
.hot_0d65 .nav-tiny-95de .left-460a .over_46a6:hover svg #svg-search {
  fill: #444;
}
.hot_0d65 .nav-tiny-95de .left-460a .over_46a6 svg {
  width: 18px;
  height: 18px;
}
.hot_0d65 .tertiary-prev-877c ul ul,
.hot_0d65 .component-1d65 ul ul,
.hot_0d65 .highlight-0103 ul ul,
.hot_0d65 .tooltip-5fb4 ul ul {
  margin-top: 0.3819820591em;
  margin-left: 0;
  margin-bottom: -0.3819820591em;
}
.hot_0d65 .tertiary-prev-877c .full_2620 > a,
.hot_0d65 .component-1d65 .full_2620 > a,
.hot_0d65 .highlight-0103 .full_2620 > a,
.hot_0d65 .tooltip-5fb4 .full_2620 > a {
  margin-bottom: 0;
}
.hot_0d65 .backdrop_blue_4730 li,
.hot_0d65 .tertiary-prev-877c li,
.hot_0d65 .mask_791e li,
.hot_0d65 .component-1d65 li,
.hot_0d65 .highlight-0103 li,
.hot_0d65 .tooltip-5fb4 li,
.hot_0d65 .outer_ce9d li,
.hot_0d65 .card-4f2c li {
  display: block;
  position: relative;
}
.hot_0d65 .backdrop_blue_4730 li:last-child,
.hot_0d65 .tertiary-prev-877c li:last-child,
.hot_0d65 .mask_791e li:last-child,
.hot_0d65 .component-1d65 li:last-child,
.hot_0d65 .highlight-0103 li:last-child,
.hot_0d65 .tooltip-5fb4 li:last-child,
.hot_0d65 .outer_ce9d li:last-child,
.hot_0d65 .card-4f2c li:last-child {
  border: none;
}
.hot_0d65 .backdrop_blue_4730 li a,
.hot_0d65 .tertiary-prev-877c li a,
.hot_0d65 .mask_791e li a,
.hot_0d65 .component-1d65 li a,
.hot_0d65 .highlight-0103 li a,
.hot_0d65 .tooltip-5fb4 li a,
.hot_0d65 .outer_ce9d li a,
.hot_0d65 .card-4f2c li a {
  display: block;
  width: 100%;
  padding-bottom: 0.6em;
  margin-bottom: 0.6em;
  border-bottom: 1px solid #eaecee;
  position: relative;
}
.hot_0d65 .backdrop_blue_4730 li ul li::before,
.hot_0d65 .tertiary-prev-877c li ul li::before,
.hot_0d65 .mask_791e li ul li::before,
.hot_0d65 .component-1d65 li ul li::before,
.hot_0d65 .highlight-0103 li ul li::before,
.hot_0d65 .tooltip-5fb4 li ul li::before,
.hot_0d65 .outer_ce9d li ul li::before,
.hot_0d65 .card-4f2c li ul li::before {
  left: 15px;
}
.hot_0d65 .backdrop_blue_4730 li ul a,
.hot_0d65 .tertiary-prev-877c li ul a,
.hot_0d65 .mask_791e li ul a,
.hot_0d65 .component-1d65 li ul a,
.hot_0d65 .highlight-0103 li ul a,
.hot_0d65 .tooltip-5fb4 li ul a,
.hot_0d65 .outer_ce9d li ul a,
.hot_0d65 .card-4f2c li ul a {
  padding-left: 20px;
}
.hot_0d65 .backdrop_blue_4730 li ul ul li::before,
.hot_0d65 .tertiary-prev-877c li ul ul li::before,
.hot_0d65 .mask_791e li ul ul li::before,
.hot_0d65 .component-1d65 li ul ul li::before,
.hot_0d65 .highlight-0103 li ul ul li::before,
.hot_0d65 .tooltip-5fb4 li ul ul li::before,
.hot_0d65 .outer_ce9d li ul ul li::before,
.hot_0d65 .card-4f2c li ul ul li::before {
  left: 30px;
}
.hot_0d65 .backdrop_blue_4730 li ul ul a,
.hot_0d65 .tertiary-prev-877c li ul ul a,
.hot_0d65 .mask_791e li ul ul a,
.hot_0d65 .component-1d65 li ul ul a,
.hot_0d65 .highlight-0103 li ul ul a,
.hot_0d65 .tooltip-5fb4 li ul ul a,
.hot_0d65 .outer_ce9d li ul ul a,
.hot_0d65 .card-4f2c li ul ul a {
  padding-left: 40px;
}
.hot_0d65 .banner_e86f li {
  padding-bottom: 0.6em;
  border-bottom: 1px solid #eaecee;
  position: relative;
}
.hot_0d65 .card-4f2c ul li {
  margin-bottom: 1.41575em;
}
.hot_0d65 .card-4f2c ul li .accordion-dark-65b8 {
  font-weight: 400;
  font-size: 1.2em;
  line-height: 1.28;
}
.hot_0d65 .card-4f2c ul li .card-3eb8 {
  display: block;
  margin: 0.5407911001em 0;
  font-size: 85%;
}
.menu-79d8 .backdrop_blue_4730 li a,
.menu-79d8 .tertiary-prev-877c li a,
.menu-79d8 .mask_791e li a,
.menu-79d8 .component-1d65 li a,
.menu-79d8 .highlight-0103 li a,
.menu-79d8 .tooltip-5fb4 li a,
.menu-79d8 .outer_ce9d li a,
.menu-79d8 .card-4f2c li a {
  border-color: rgba(255, 255, 255, 0.08);
}
.menu-79d8 .banner_e86f li {
  border-color: rgba(255, 255, 255, 0.08);
}
.menu-79d8 .nav-tiny-95de ul li.list-daf1 .middle-1fce,
.menu-79d8 .nav-tiny-95de ul li.under_895f .middle-1fce {
  background: rgba(0, 0, 0, 0.2);
}
.menu-79d8 .hot_0d65 .nav-tiny-95de select {
  border-color: rgba(255, 255, 255, 0.08);
}
.list_c59f .hot_0d65 .wood-c871 li {
  margin: 0;
}
.list_c59f .hot_0d65 .wood-c871 li a {
  display: block;
  padding: 0.6em 0 0.6em;
}
.list_c59f .hot_0d65 .wood-c871 li ul {
  margin: 0;
}
.list_c59f .hot_0d65 .wood-c871 li ul li a {
  padding-left: 15px;
}
.list_c59f .hot_0d65 .wood-c871 li ul li li a {
  padding-left: 30px;
}
.list_c59f .hot_0d65 .wood-c871 li.sort_cccc > a {
  position: relative;
  border: 1px solid #eaecee;
  border-left: none;
  border-right: none;
  font-size: 110%;
}
.list_c59f .hot_0d65 .wood-c871 li.sort_cccc > 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;
}
.list_c59f .hot_0d65 .wood-c871 li.sort_cccc > 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;
}
.widget-bronze-6844 a {
  border: 1px solid currentColor;
  border-radius: 2px;
  display: inline-block;
  font-size: 0.875em !important;
  margin-bottom: 5px;
  padding: 1px 10px 1px;
}
.basic_71b4 {
  position: relative;
  z-index: 10;
}
.basic_71b4 .new_a165 {
  width: 100%;
  max-width: 100%;
}
.hard-9a77 .tabs_east_443f {
  padding-top: 2em;
  padding-bottom: 2em;
}
.hard-9a77 .description-d505 {
}
.hard-9a77 .menu-79d8 {
  background: #292929;
}
.dropdown-yellow-0bd2 .tabs_east_443f {
  padding-top: 2.5em;
  padding-bottom: 2.5em;
}
.dropdown-yellow-0bd2 .description-d505 {
  background: #f9f9f9;
}
.dropdown-yellow-0bd2 .menu-79d8 {
  background: #303030;
}
.fixed-e2ae .tabs_east_443f {
  padding-top: 1.5em;
  padding-bottom: 1.5em;
}
@media screen and (max-width: 568px) {
  .fixed-e2ae .header-lite-8e89 {
    margin-bottom: 1em;
  }
  .fixed-e2ae .header-lite-8e89:last-child {
    margin-bottom: 0;
  }
}
.fixed-e2ae .description-d505 {
  background: #ededed;
}
.fixed-e2ae .menu-79d8 {
  background: #1a1a1a;
}
.tabs_east_443f.description-d505 {
  color: rgba(0, 0, 0, 0.6);
}
.tabs_east_443f.description-d505 .paragraph-5973 li {
  border-color: rgba(0, 0, 0, 0.08);
}
.tabs_east_443f.menu-79d8 {
  color: rgba(255, 255, 255, 0.99);
}
.tabs_east_443f.menu-79d8 a:not(.easy-7b6e) {
  color: rgba(255, 255, 255, 0.79);
}
.tabs_east_443f.menu-79d8 a:not(.easy-7b6e):hover {
  color: rgba(255, 255, 255, 0.99);
}
.tabs_east_443f.menu-79d8 .paragraph-5973 li {
  border-color: rgba(255, 255, 255, 0.08);
}
.tabs_east_443f.menu-79d8 table tbody td,
.tabs_east_443f.menu-79d8 table th {
  background: rgba(0, 0, 0, 0.08);
}
.upper-6b13.blue-dfde .icon-light-d9ec {
  max-width: initial;
}
.upper-6b13 .text_out_3ca8 {
  -webkit-box-pack: start;
  justify-content: flex-start;
}
.upper-6b13 .text_out_3ca8 .new_a165 {
  width: auto;
}
@media screen and (max-width: 1024px) {
  .upper-6b13 .text_out_3ca8 .new_a165 {
    display: block;
    margin-bottom: 2em;
  }
  .upper-6b13 .text_out_3ca8 .new_a165:last-child {
    margin-bottom: 0;
  }
}
.fixed-e2ae .header-lite-8e89:last-child,
.dropdown-yellow-0bd2 .header-lite-8e89:last-child,
.hard-9a77 .header-lite-8e89:last-child {
  margin-bottom: 0;
}
.fixed-e2ae .header-lite-8e89 .hot_0d65 .nav-tiny-95de:last-child,
.dropdown-yellow-0bd2 .header-lite-8e89 .hot_0d65 .nav-tiny-95de:last-child,
.hard-9a77 .header-lite-8e89 .hot_0d65 .nav-tiny-95de:last-child {
  margin-bottom: 0;
}
@media screen and (max-width: 568px) {
  .fixed-e2ae .active-bright-efb9,
  .fixed-e2ae .border-yellow-832f,
  .dropdown-yellow-0bd2 .active-bright-efb9,
  .dropdown-yellow-0bd2 .border-yellow-832f,
  .hard-9a77 .active-bright-efb9,
  .hard-9a77 .border-yellow-832f {
    text-align: center;
  }
}
@media screen and (max-width: 48em) {
  .basic_71b4 .header-lite-8e89 {
    margin-bottom: 2em;
  }
}
.basic_71b4 p:last-child {
  margin-bottom: 0;
}
.basic_71b4 li,
.basic_71b4 ul {
  list-style: none;
  margin: 0;
}
.basic_71b4 ul ul {
  margin-left: 2.617924em;
}
.menu-top-e01e {
  font-size: 0.875em;
}

/* css-noise: e685 */
.widget-item-x7 {
  padding: 0.1rem;
  font-size: 10px;
  line-height: 1.1;
}
