/*!
Theme Name: Customify
Theme URI: https://pressmaximum.full-09ac/customify
Author: WPCustomify
Author URI: https://pressmaximum.full-09ac
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.full-09ac/customify
Version: 0.3.7
License: GNU General Public License v2 or later
License URI: http://www.left_b94c.title_d8b6/licenses/gpl-2.0.notification-middle-ca82
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.lite_cd83/, (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.shadow-slow-4a0c.main-7fd9/normalize.wrapper_fixed_5b92/
 ======
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.wrapper_fixed_5b92 v7.0.0 | MIT License | github.full-09ac/necolas/normalize.wrapper_fixed_5b92 */
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;
}
.slider_ada2 .shadow-ecc2,
.thumbnail-e687,
.form_aa6d,
.warm-0e08,
.input-lite-cb2e,
.grid_3951,
.secondary-92c0,
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;
}
.thumbnail-e687,
h1 {
  font-size: 2.42em;
  line-height: 1.216;
}
@media screen and (max-width: 1024px) {
  .thumbnail-e687,
  h1 {
    font-size: 2.1em;
  }
}
@media screen and (max-width: 568px) {
  .thumbnail-e687,
  h1 {
    font-size: 1.8em;
  }
}
.form_aa6d,
h2 {
  font-size: 2.1em;
  line-height: 1.216;
}
.form_aa6d + h3,
h2 + h3 {
  border-top: 1px solid #eaecee;
  padding-top: 0.5407911001em;
}
@media screen and (max-width: 1024px) {
  .form_aa6d,
  h2 {
    font-size: 1.9em;
  }
}
@media screen and (max-width: 568px) {
  .form_aa6d,
  h2 {
    font-size: 1.7em;
  }
}
.warm-0e08,
h3 {
  font-size: 1.618em;
}
.slider_ada2 .shadow-ecc2,
.input-lite-cb2e,
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.image-gold-42a7 {
  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;
}
.hover-184f:after,
.hover-184f:before,
.badge_4ca0:after,
.badge_4ca0:before {
  content: "";
  display: table;
}
.hover-184f:after,
.badge_4ca0:after {
  clear: both;
}
.pressed-9604 {
  float: right;
  margin-right: 0;
}
.glass_7062 {
  float: left;
  margin-left: 0;
}
form {
  margin-bottom: 2em;
}
.nav_7370 .primary_stale_2111,
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;
}
.nav_7370 .primary_stale_2111: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;
}
.hero-lite-b958 .primary_stale_2111 {
  box-shadow: none;
}
.hero-lite-b958
  .primary_stale_2111
  .image-2f64 {
  line-height: 2.4em;
  min-height: 2.6em;
  padding-left: 0;
}
.hero-lite-b958 .primary_stale_2111 .gradient-small-f44b {
  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;
}
.hero-lite-b958
  .primary_stale_2111
  .gradient-small-f44b
  b {
  display: none;
}
.hero-lite-b958 .image_yellow_d00d {
  border: 1px solid #e5e5e5;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.12) inset;
}
.modal_cd94:not(.north_28e7):not(.preview-a9ab),
button:not(.north_28e7):not(.preview-a9ab),
input[type="button"]:not(.north_28e7):not(
    .preview-a9ab
  ),
input[type="reset"]:not(.north_28e7):not(
    .preview-a9ab
  ),
input[type="submit"]:not(.north_28e7):not(
    .preview-a9ab
  ) {
  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;
}
.modal_cd94:not(.north_28e7):not(
    .preview-a9ab
  ):hover,
button:not(.north_28e7):not(
    .preview-a9ab
  ):hover,
input[type="button"]:not(.north_28e7):not(
    .preview-a9ab
  ):hover,
input[type="reset"]:not(.north_28e7):not(
    .preview-a9ab
  ):hover,
input[type="submit"]:not(.north_28e7):not(
    .preview-a9ab
  ):hover {
  box-shadow: inset 0 0 0 120px rgba(0, 0, 0, 0.18);
  color: #fff;
  outline: 0;
}
.modal_cd94:not(.north_28e7):not(
    .preview-a9ab
  ):active,
.modal_cd94:not(.north_28e7):not(
    .preview-a9ab
  ):focus,
button:not(.north_28e7):not(
    .preview-a9ab
  ):active,
button:not(.north_28e7):not(
    .preview-a9ab
  ):focus,
input[type="button"]:not(.north_28e7):not(
    .preview-a9ab
  ):active,
input[type="button"]:not(.north_28e7):not(
    .preview-a9ab
  ):focus,
input[type="reset"]:not(.north_28e7):not(
    .preview-a9ab
  ):active,
input[type="reset"]:not(.north_28e7):not(
    .preview-a9ab
  ):focus,
input[type="submit"]:not(.north_28e7):not(
    .preview-a9ab
  ):active,
input[type="submit"]:not(.north_28e7):not(
    .preview-a9ab
  ):focus {
  outline: 0;
}
.modal_cd94:not(.north_28e7):not(
    .preview-a9ab
  ).fn-loading-196e,
button:not(.north_28e7):not(
    .preview-a9ab
  ).fn-loading-196e,
input[type="button"]:not(.north_28e7):not(
    .preview-a9ab
  ).fn-loading-196e,
input[type="reset"]:not(.north_28e7):not(
    .preview-a9ab
  ).fn-loading-196e,
input[type="submit"]:not(.north_28e7):not(
    .preview-a9ab
  ).fn-loading-196e {
  position: relative;
}
.modal_cd94:not(.north_28e7):not(
    .preview-a9ab
  ).fn-loading-196e
  .surface-5098,
.modal_cd94:not(.north_28e7):not(
    .preview-a9ab
  ).fn-loading-196e
  .gradient-hot-badf,
.modal_cd94:not(.north_28e7):not(
    .preview-a9ab
  ).fn-loading-196e
  .grid_down_9051,
.modal_cd94:not(.north_28e7):not(
    .preview-a9ab
  ).fn-loading-196e
  i,
.modal_cd94:not(.north_28e7):not(
    .preview-a9ab
  ).fn-loading-196e
  svg,
button:not(.north_28e7):not(
    .preview-a9ab
  ).fn-loading-196e
  .surface-5098,
button:not(.north_28e7):not(
    .preview-a9ab
  ).fn-loading-196e
  .gradient-hot-badf,
button:not(.north_28e7):not(
    .preview-a9ab
  ).fn-loading-196e
  .grid_down_9051,
button:not(.north_28e7):not(
    .preview-a9ab
  ).fn-loading-196e
  i,
button:not(.north_28e7):not(
    .preview-a9ab
  ).fn-loading-196e
  svg,
input[type="button"]:not(.north_28e7):not(
    .preview-a9ab
  ).fn-loading-196e
  .surface-5098,
input[type="button"]:not(.north_28e7):not(
    .preview-a9ab
  ).fn-loading-196e
  .gradient-hot-badf,
input[type="button"]:not(.north_28e7):not(
    .preview-a9ab
  ).fn-loading-196e
  .grid_down_9051,
input[type="button"]:not(.north_28e7):not(
    .preview-a9ab
  ).fn-loading-196e
  i,
input[type="button"]:not(.north_28e7):not(
    .preview-a9ab
  ).fn-loading-196e
  svg,
input[type="reset"]:not(.north_28e7):not(
    .preview-a9ab
  ).fn-loading-196e
  .surface-5098,
input[type="reset"]:not(.north_28e7):not(
    .preview-a9ab
  ).fn-loading-196e
  .gradient-hot-badf,
input[type="reset"]:not(.north_28e7):not(
    .preview-a9ab
  ).fn-loading-196e
  .grid_down_9051,
input[type="reset"]:not(.north_28e7):not(
    .preview-a9ab
  ).fn-loading-196e
  i,
input[type="reset"]:not(.north_28e7):not(
    .preview-a9ab
  ).fn-loading-196e
  svg,
input[type="submit"]:not(.north_28e7):not(
    .preview-a9ab
  ).fn-loading-196e
  .surface-5098,
input[type="submit"]:not(.north_28e7):not(
    .preview-a9ab
  ).fn-loading-196e
  .gradient-hot-badf,
input[type="submit"]:not(.north_28e7):not(
    .preview-a9ab
  ).fn-loading-196e
  .grid_down_9051,
input[type="submit"]:not(.north_28e7):not(
    .preview-a9ab
  ).fn-loading-196e
  i,
input[type="submit"]:not(.north_28e7):not(
    .preview-a9ab
  ).fn-loading-196e
  svg {
  visibility: hidden;
}
.modal_cd94:not(.north_28e7):not(
    .preview-a9ab
  ).fn-loading-196e:after,
button:not(.north_28e7):not(
    .preview-a9ab
  ).fn-loading-196e:after,
input[type="button"]:not(.north_28e7):not(
    .preview-a9ab
  ).fn-loading-196e:after,
input[type="reset"]:not(.north_28e7):not(
    .preview-a9ab
  ).fn-loading-196e:after,
input[type="submit"]:not(.north_28e7):not(
    .preview-a9ab
  ).fn-loading-196e: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;
}
.modal_cd94:not(.north_28e7):not(.preview-a9ab),
input[type="button"]:not(.north_28e7):not(
    .preview-a9ab
  ),
input[type="reset"]:not(.north_28e7):not(
    .preview-a9ab
  ),
input[type="submit"]:not(.north_28e7):not(
    .preview-a9ab
  ) {
  color: #fff;
  background: #235787;
}
.modal_cd94:not(.north_28e7):not(
    .preview-a9ab
  ):focus,
input[type="button"]:not(.north_28e7):not(
    .preview-a9ab
  ):focus,
input[type="reset"]:not(.north_28e7):not(
    .preview-a9ab
  ):focus,
input[type="submit"]:not(.north_28e7):not(
    .preview-a9ab
  ):focus {
  color: #fff;
}
.modal_cd94.fn-disabled-196e:not(.north_28e7):not(
    .preview-a9ab
  ),
.modal_cd94[disabled]:not(.north_28e7):not(
    .preview-a9ab
  ),
button.fn-disabled-196e:not(.north_28e7):not(
    .preview-a9ab
  ),
button[disabled]:not(.north_28e7):not(
    .preview-a9ab
  ) {
  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;
}
.motion_4bb6 {
  clip: rect(1px, 1px, 1px, 1px);
  position: absolute !important;
  height: 1px;
  width: 1px;
  overflow: hidden;
  word-con: normal !important;
}
.motion_4bb6: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;
}
.row_selected_0fd5 {
  display: inline;
  float: left;
  margin-right: 1.41575em;
}
.soft_dfb1 {
  display: inline;
  float: right;
  margin-left: 1.41575em;
}
.tooltip_3a3e {
  clear: both;
  display: block;
  margin: 0 auto;
}
.hover-184f:after,
.hover-184f:before,
.module-b014:after,
.module-b014:before,
.notification_east_23e2:after,
.notification_east_23e2:before,
.bronze-6876:after,
.bronze-6876:before,
.mini_6f8b:after,
.mini_6f8b:before,
.item-df97:after,
.item-df97:before {
  content: "";
  display: table;
  table-layout: fixed;
}
.hover-184f:after,
.module-b014:after,
.notification_east_23e2:after,
.bronze-6876:after,
.mini_6f8b:after,
.item-df97:after {
  clear: both;
}
.module-b014 .icon-soft-8982,
.notification_east_23e2 .icon-soft-8982,
.icon-fast-7a8d .icon-soft-8982 {
  border: none;
  margin-bottom: 0;
  margin-top: 0;
  padding: 0;
}
embed,
iframe,
object {
  max-width: 100%;
}
.video-c73c {
  display: inline-block;
}
.picture_action_9445 {
  margin-bottom: 1.41575em;
  max-width: 100%;
}
.picture_action_9445 img[class*="wp-image-"] {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.picture_action_9445 .fresh_43f7 {
  padding: 1em 0;
  font-size: 85%;
}
.fresh_43f7 {
  text-align: left;
  font-style: italic;
  color: #999;
}
.out-43bd {
  margin-bottom: 1.5em;
  margin-bottom: 1.41575em;
}
.out-43bd:after,
.out-43bd:before {
  content: "";
  display: table;
}
.out-43bd:after {
  clear: both;
}
.basic-5f11 {
  display: inline-block;
  text-align: center;
  vertical-align: top;
  width: 100%;
}
.photo_89c8 .basic-5f11 {
  max-width: 50%;
}
.middle-04bf .basic-5f11 {
  max-width: 33.33%;
}
.container-steel-2a96 .basic-5f11 {
  max-width: 25%;
}
.thumbnail_0a60 .basic-5f11 {
  max-width: 20%;
}
.advanced_008a .basic-5f11 {
  max-width: 16.66%;
}
.modal_yellow_c051 .basic-5f11 {
  max-width: 14.28%;
}
.cold-4e25 .basic-5f11 {
  max-width: 12.5%;
}
.photo_f07d .basic-5f11 {
  max-width: 11.11%;
}
.easy_2aba {
  display: block;
}
.slider_ada2 .mask_9098 label,
.slider_ada2 .caption-e4d0 label,
.slider_ada2 .red-a8a0 label,
.slider_ada2 .north-66ef label {
  text-transform: uppercase;
  letter-spacing: 0.5px;
  font-size: 0.85em;
}
.first_28c2 {
  list-style: none;
  margin: 0;
}
.first_28c2 article.fluid-7b11 {
  margin-bottom: 0;
}
.first_28c2 ul {
  list-style: none;
  margin: 0;
}
.first_28c2 .bright_074a li.fluid-7b11 {
  padding-left: 30px;
}
@media screen and (min-width: 64em) {
  .first_28c2 .bright_074a li.fluid-7b11 {
    padding-left: 85px;
    border-left: 1px solid #eaecee;
    position: relative;
    width: 100%;
  }
  .first_28c2 .bright_074a li.fluid-7b11: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) {
  .first_28c2 .bright_074a li.fluid-7b11 li.fluid-7b11 li.fluid-7b11 li.fluid-7b11 {
    padding-left: 0;
  }
}
article.fluid-7b11 {
  padding: 1.618em 0;
  margin-bottom: 1.618em;
}
article.fluid-7b11 .module-b014 p:last-of-type {
  margin-bottom: 0;
}
article.fluid-7b11 .aside_gold_f56a {
  float: left;
}
article.fluid-7b11 .nav_81e7 {
  margin-left: 85px;
}
article.fluid-7b11 .pagination-813c {
  display: block;
  margin: 12px 0 12px;
  padding-bottom: 4px;
  border-bottom: 1px solid #eaecee;
}
article.fluid-7b11 .pagination-813c .focus_dark_8868 {
  margin-left: 10px;
}
article.fluid-7b11 .paragraph-783f {
  font-weight: 500;
  text-transform: uppercase;
  line-height: 1;
  font-style: normal;
}
article.fluid-7b11 .tabs-a5fa {
  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 .mask_9098,
  #respond .red-a8a0,
  #respond .north-66ef {
    width: 29.4117647059%;
    margin-right: 5.8823529412%;
    float: left;
  }
}
#respond .mask_9098 input,
#respond .red-a8a0 input,
#respond .north-66ef input {
  width: 100%;
}
#respond .north-66ef {
  margin-right: 0;
}
#respond .focused-5a9b #wp-comment-cookies-consent {
  position: relative;
  top: -1px;
  margin-right: 5px;
}
.search-7d30 {
  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;
}
.search-7d30.badge_narrow_c20f {
  width: 36px;
  height: 36px;
  min-height: 36px;
  font-size: 1.1em;
}
.search-7d30 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%);
}
.search-7d30:focus,
.search-7d30: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);
}
.gallery-north-0a49 {
  border-radius: 10%;
}
.filter_8432 {
  border-radius: 50%;
}
.new_5849 {
  font-size: 0.72em;
}
.logo-dbc5 {
  font-size: 0.875em;
}
.current_7877 {
  font-size: 1.1em;
}
.focus_fd66 {
  text-transform: uppercase;
  line-height: 1.2;
}
.focus_fd66.new_5849 {
  letter-spacing: 0.5px;
}
.panel-pressed-600d,
.panel-pressed-600d a {
  color: #6d6d6d;
}
.panel-pressed-600d a:hover {
  color: #111;
}
.header-114e {
  color: #6d6d6d;
}
.border-cdfa {
  overflow-x: hidden;
}
.border-cdfa .over_27a8.old_bfbb {
  position: relative;
}
.border-cdfa .over_27a8.old_bfbb.steel-3767 {
  position: initial;
}
.border-cdfa
  .over_27a8.old_bfbb.steel-3767
  .menu_4fee {
  left: auto;
}
.border-cdfa .over_27a8 .menu_4fee {
  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;
}
.border-cdfa .over_27a8:hover.old_bfbb {
  -webkit-transition-delay: 0s !important;
  transition-delay: 0s !important;
  outline: 1px solid #0073aa;
  outline-offset: -1px;
}
.border-cdfa
  .over_27a8:hover.old_bfbb
  .menu_4fee {
  display: block;
  z-index: 9999999;
}
.border-cdfa .menu_white_cc6a .soft-ecb1,
.border-cdfa .link-b026 .soft-ecb1 {
  display: none;
}
.border-cdfa .label-under-4dba .over_27a8:hover.old_bfbb {
  outline: 1px dashed #ff472e;
  outline-offset: -1px;
}
.slider_ada2 .mask_9098 label,
.slider_ada2 .caption-e4d0 label,
.slider_ada2 .red-a8a0 label,
.slider_ada2 .north-66ef label {
  text-transform: uppercase;
  letter-spacing: 0.5px;
  font-size: 0.85em;
}
.first_28c2 {
  list-style: none;
  margin: 0;
}
.first_28c2 article.fluid-7b11 {
  margin-bottom: 0;
}
.first_28c2 ul {
  list-style: none;
  margin: 0;
}
.first_28c2 .bright_074a li.fluid-7b11 {
  padding-left: 30px;
}
@media screen and (min-width: 64em) {
  .first_28c2 .bright_074a li.fluid-7b11 {
    padding-left: 85px;
    border-left: 1px solid #eaecee;
    position: relative;
    width: 100%;
  }
  .first_28c2 .bright_074a li.fluid-7b11: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) {
  .first_28c2 .bright_074a li.fluid-7b11 li.fluid-7b11 li.fluid-7b11 li.fluid-7b11 {
    padding-left: 0;
  }
}
article.fluid-7b11 {
  padding: 1.618em 0;
  margin-bottom: 1.618em;
}
article.fluid-7b11 .module-b014 p:last-of-type {
  margin-bottom: 0;
}
article.fluid-7b11 .aside_gold_f56a {
  float: left;
}
article.fluid-7b11 .nav_81e7 {
  margin-left: 85px;
}
article.fluid-7b11 .pagination-813c {
  display: block;
  margin: 12px 0 12px;
  padding-bottom: 4px;
  border-bottom: 1px solid #eaecee;
}
article.fluid-7b11 .pagination-813c .focus_dark_8868 {
  margin-left: 10px;
}
article.fluid-7b11 .paragraph-783f {
  font-weight: 500;
  text-transform: uppercase;
  line-height: 1;
  font-style: normal;
}
article.fluid-7b11 .tabs-a5fa {
  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 .mask_9098,
  #respond .red-a8a0,
  #respond .north-66ef {
    width: 29.4117647059%;
    margin-right: 5.8823529412%;
    float: left;
  }
}
#respond .mask_9098 input,
#respond .red-a8a0 input,
#respond .north-66ef input {
  width: 100%;
}
#respond .north-66ef {
  margin-right: 0;
}
#respond .focused-5a9b #wp-comment-cookies-consent {
  position: relative;
  top: -1px;
  margin-right: 5px;
}
.menu_white_cc6a .pink-d83d {
  color: rgba(255, 255, 255, 0.99);
  background: rgba(0, 0, 0, 0.9);
}
.pink-d83d .dropdown-2557.accent_north_fb36 .icon-bright-abdb > li > a:focus,
.pink-d83d .dropdown-2557.accent_north_fb36 .icon-bright-abdb > li > a:hover,
.pink-d83d .dropdown-2557.row-a6e4 .icon-bright-abdb > li > a:focus,
.pink-d83d .dropdown-2557.row-a6e4 .icon-bright-abdb > li > a:hover,
.pink-d83d .dropdown-2557.purple_48d8 .icon-bright-abdb > li > a:focus,
.pink-d83d .dropdown-2557.purple_48d8 .icon-bright-abdb > li > a:hover {
  color: rgba(255, 255, 255, 0.99);
}
.pink-d83d
  .dropdown-2557.accent_north_fb36
  .icon-bright-abdb
  > li.caption_ef3a
  > a,
.pink-d83d
  .dropdown-2557.accent_north_fb36
  .icon-bright-abdb
  > li.hidden_orange_4501
  > a,
.pink-d83d
  .dropdown-2557.row-a6e4
  .icon-bright-abdb
  > li.caption_ef3a
  > a,
.pink-d83d
  .dropdown-2557.row-a6e4
  .icon-bright-abdb
  > li.hidden_orange_4501
  > a,
.pink-d83d
  .dropdown-2557.purple_48d8
  .icon-bright-abdb
  > li.caption_ef3a
  > a,
.pink-d83d .dropdown-2557.purple_48d8 .icon-bright-abdb > li.input-smooth-6f6b > a {
  color: rgba(255, 255, 255, 0.99);
}
.pink-d83d .advanced-4660,
.pink-d83d .advanced-4660 a {
  color: rgba(255, 255, 255, 0.99);
}
.pink-d83d .avatar-motion-ab72.current-0bdf li a,
.pink-d83d .notification_8388 a,
.pink-d83d .north-b80d,
.pink-d83d .icon-bright-abdb > li > a,
.pink-d83d .next_0c03 {
  color: rgba(255, 255, 255, 0.79);
}
.pink-d83d .avatar-motion-ab72.current-0bdf li a:hover,
.pink-d83d .notification_8388 a:hover,
.pink-d83d .north-b80d:hover,
.pink-d83d .icon-bright-abdb > li > a:hover,
.pink-d83d .next_0c03:hover {
  color: rgba(255, 255, 255, 0.99);
}
.pink-d83d .purple-2af2 {
  color: rgba(255, 255, 255, 0.79);
}
.pink-d83d .purple-2af2 .tiny_e597 {
  color: rgba(255, 255, 255, 0.99);
}
.pink-d83d .purple-2af2:hover {
  color: rgba(255, 255, 255, 0.99);
}
.pink-d83d .wide-8d40 .header_pink_f655 {
  background: rgba(255, 255, 255, 0.03);
  border-color: rgba(255, 255, 255, 0.08);
  color: rgba(255, 255, 255, 0.79);
}
.pink-d83d .wide-8d40 .header_pink_f655 .alert_fbc6 {
  color: rgba(255, 255, 255, 0.79);
}
.pink-d83d
  .wide-8d40
  .header_pink_f655
  .alert_fbc6::-webkit-input-placeholder {
  color: rgba(255, 255, 255, 0.79);
}
.pink-d83d
  .wide-8d40
  .header_pink_f655
  .alert_fbc6:-ms-input-placeholder {
  color: rgba(255, 255, 255, 0.79);
}
.pink-d83d
  .wide-8d40
  .header_pink_f655
  .alert_fbc6::-ms-input-placeholder {
  color: rgba(255, 255, 255, 0.79);
}
.pink-d83d
  .wide-8d40
  .header_pink_f655
  .alert_fbc6::placeholder {
  color: rgba(255, 255, 255, 0.79);
}
.pink-d83d .wide-8d40 .row_wide_1b6e {
  color: rgba(255, 255, 255, 0.79);
}
.pink-d83d .wide-8d40 .row_wide_1b6e:hover {
  color: rgba(255, 255, 255, 0.99);
}
.tabs-2b14
  .pink-d83d
  .wide-8d40
  .old_bcfa
  .link-0fe8 {
  background-color: rgba(255, 255, 255, 0.03);
  border-color: rgba(255, 255, 255, 0.08);
  color: rgba(255, 255, 255, 0.79);
}
.tabs-2b14
  .pink-d83d
  .wide-8d40
  .old_bcfa
  .alert_fbc6 {
  background-color: rgba(255, 255, 255, 0.03) !important;
  border-color: rgba(255, 255, 255, 0.08);
  color: rgba(255, 255, 255, 0.79);
}
.menu_white_cc6a .label-solid-9b82 {
  color: rgba(0, 0, 0, 0.6);
  background: rgba(255, 255, 255, 0.9);
}
.label-solid-9b82 .dropdown-2557.accent_north_fb36 .icon-bright-abdb > li > a:focus,
.label-solid-9b82 .dropdown-2557.accent_north_fb36 .icon-bright-abdb > li > a:hover,
.label-solid-9b82 .dropdown-2557.row-a6e4 .icon-bright-abdb > li > a:focus,
.label-solid-9b82 .dropdown-2557.row-a6e4 .icon-bright-abdb > li > a:hover,
.label-solid-9b82 .dropdown-2557.purple_48d8 .icon-bright-abdb > li > a:focus,
.label-solid-9b82 .dropdown-2557.purple_48d8 .icon-bright-abdb > li > a:hover {
  color: rgba(0, 0, 0, 0.8);
}
.label-solid-9b82
  .dropdown-2557.accent_north_fb36
  .icon-bright-abdb
  > li.caption_ef3a
  > a,
.label-solid-9b82
  .dropdown-2557.accent_north_fb36
  .icon-bright-abdb
  > li.hidden_orange_4501
  > a,
.label-solid-9b82
  .dropdown-2557.row-a6e4
  .icon-bright-abdb
  > li.caption_ef3a
  > a,
.label-solid-9b82
  .dropdown-2557.row-a6e4
  .icon-bright-abdb
  > li.hidden_orange_4501
  > a,
.label-solid-9b82
  .dropdown-2557.purple_48d8
  .icon-bright-abdb
  > li.caption_ef3a
  > a,
.label-solid-9b82 .dropdown-2557.purple_48d8 .icon-bright-abdb > li.input-smooth-6f6b > a {
  color: rgba(0, 0, 0, 0.8);
}
.label-solid-9b82 .advanced-4660,
.label-solid-9b82 .advanced-4660 a {
  color: rgba(0, 0, 0, 0.8);
}
.label-solid-9b82 .avatar-motion-ab72.current-0bdf li a,
.label-solid-9b82 .notification_8388 a,
.label-solid-9b82 .north-b80d,
.label-solid-9b82 .icon-bright-abdb > li > a,
.label-solid-9b82 .next_0c03 {
  color: rgba(0, 0, 0, 0.55);
}
.label-solid-9b82 .avatar-motion-ab72.current-0bdf li a:hover,
.label-solid-9b82 .notification_8388 a:hover,
.label-solid-9b82 .north-b80d:hover,
.label-solid-9b82 .icon-bright-abdb > li > a:hover,
.label-solid-9b82 .next_0c03:hover {
  color: rgba(0, 0, 0, 0.8);
}
.label-solid-9b82 .purple-2af2 {
  color: rgba(0, 0, 0, 0.55);
}
.label-solid-9b82 .purple-2af2 .tiny_e597 {
  color: rgba(0, 0, 0, 0.8);
}
.label-solid-9b82 .purple-2af2:hover {
  color: rgba(0, 0, 0, 0.8);
}
.item-hard-6791 .progress-south-adac {
  margin-left: auto;
  margin-right: auto;
}
.notification_east_23e2 > * {
  margin-left: auto;
  margin-right: auto;
}
.notification_east_23e2 .row_selected_0fd5 {
  margin-right: 1.41575em;
}
.right_7dfe .notification_east_23e2 > .light_4e5c {
  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;
}
.right_7dfe .notification_east_23e2 > .fixed-2873 {
  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;
}
.column-purple-f75a.item-hard-6791 .progress-south-adac,
.picture_middle_cac0.item-hard-6791 .progress-south-adac {
  margin-left: 0;
}
.gallery_e704.item-hard-6791 .progress-south-adac,
.article-e932.item-hard-6791 .progress-south-adac {
  margin-right: 0;
}
.notification_east_23e2 ol,
.notification_east_23e2 ul {
  margin: 1.5em auto;
  list-style-position: outside;
}
.input_73c8 video {
  max-width: 100%;
}
.fresh_772c img {
  display: block;
}
.fresh_772c.row_selected_0fd5,
.fresh_772c.soft_dfb1 {
  width: 100%;
}
.fresh_772c.fixed-2873 img {
  width: 100vw;
  width: calc(var(--vw, 1vw) * 100);
}
.element-middle-da4f:not(.box_209d) {
  margin: 1.5em auto;
}
.full_fb7e p {
  padding: 1.5em 14px;
}
ul.modal-advanced-db3f.fixed-2873,
ul.modal-advanced-db3f.light_4e5c,
ul.modal-advanced-db3f.content-selected-a95d.light_4e5c {
  padding: 0 14px;
}
.link_6f4f {
  display: block;
  overflow-x: auto;
}
.link_6f4f table {
  border-collapse: collapse;
  width: 100%;
}
.link_6f4f td,
.link_6f4f th {
  padding: 0.5em;
}
.notification_east_23e2 li {
  margin-left: 2.5em;
  margin-bottom: 6px;
}
.notification_east_23e2 ol ol,
.notification_east_23e2 ol ul,
.notification_east_23e2 ul ol,
.notification_east_23e2 ul ul {
  margin-bottom: 0;
  margin-top: 0;
  margin-left: 2.5em;
}
.notification_east_23e2 ol ol li,
.notification_east_23e2 ol ul li,
.notification_east_23e2 ul ol li,
.notification_east_23e2 ul ul li {
  margin-left: 0;
}
.hard-9bc1.pressed-2d84 > .background_595d {
  position: relative;
  width: 100%;
  height: 0;
  padding-top: 56.25%;
}
.hard-9bc1.pressed-2d84 > .background_595d iframe,
.hard-9bc1.pressed-2d84 > .background_595d > object {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}
.texture_next_583a {
  border-left-width: 4px;
  border-left-color: currentColor;
}
.texture_next_583a.description_9c2e {
  padding: 0;
}
.texture_next_583a.description_9c2e cite {
  font-size: 13px;
}
.texture_next_583a > * {
  margin-left: 16px;
  margin-right: 16px;
}
.texture_next_583a cite {
  font-style: normal;
  margin-top: 1em;
  position: relative;
  font-size: 13px;
}
.status-prev-f93e {
  border-bottom: 4px solid currentColor;
  border-top: 4px solid currentColor;
  margin-left: 0;
  margin-right: 0;
  padding: 3em 0;
  text-align: center;
}
.status-prev-f93e > p:first-child {
  margin-top: 0;
}
.status-prev-f93e cite {
  font-size: 13px;
  font-style: normal;
  text-transform: uppercase;
}
.status-prev-f93e blockquote {
  border-left: 0;
}
.header-huge-ab4f {
  margin: 3em auto;
  border: none;
  border-bottom: 2px solid currentColor;
}
.header-huge-ab4f:not(.alert-4fb1) {
  max-width: 100px;
}
.header-huge-ab4f.white_99b9 {
  border-bottom: none !important;
  text-align: center;
}
.header-huge-ab4f.white_99b9::before {
  padding-left: 0;
  font-size: 30px;
}
@media screen and (min-width: 768px) {
  .full_fb7e p {
    padding: 1.5em 0;
  }
}
.focus_east_53f1 {
  color: #0073aa;
}
.secondary_bright_dfd5 {
  background-color: #0073aa;
}
.outline-4ccc {
  color: #229fd8;
}
.smooth-a1be {
  background-color: #229fd8;
}
.breadcrumb_static_8e59 {
  color: #eee;
}
.fast_990e {
  background-color: #eee;
}
.stale_8335 {
  color: #444;
}
.paper_05ff {
  background-color: #444;
}
.dim-3108 {
  padding: 0;
  -webkit-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  text-size-adjust: 100%;
  line-height: 13px;
}
.dim-3108 .dynamic-d22c .notification_8388 {
  font-size: 15px;
}
.dim-3108 .notification_8388 {
  line-height: 1.3;
}
.dim-3108 .label-solid-9b82 {
}
.dim-3108 .pink-d83d {
  background: #235787;
}
.message-bb24 {
  padding: 0;
}
.message-bb24 .pink-d83d {
  background: #1a1a1a;
}
.message-bb24 .label-solid-9b82 {
  box-shadow: 0 1px 2px 0 #e1e5ea;
  background: #fff;
}
.container_light_1de4 {
  padding: 0;
  border-left: none;
  border-right: none;
}
.container_light_1de4 .label-solid-9b82 {
  box-shadow: 0 1px 2px 0 #e1e5ea;
}
.container_light_1de4 .pink-d83d {
  background: #303030;
}
.item-df97 {
  position: relative;
  z-index: 10;
}
.item-df97 .pagination-outer-b3d8 {
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
  -webkit-box-pack: center;
  justify-content: center;
}
.pro_76e5 .old_bfbb {
  display: inline-block;
  vertical-align: middle;
}
.pro_76e5.pattern_2d4a .old_bfbb {
  margin-right: 1em;
}
@media screen and (max-width: 1024px) {
  .pro_76e5.pattern_2d4a .old_bfbb {
    margin-right: 1em;
  }
}
@media screen and (max-width: 568px) {
  .pro_76e5.pattern_2d4a .old_bfbb {
    margin-right: 0.4em;
  }
}
.pro_76e5.pattern_2d4a .old_bfbb:last-child {
  margin-right: 0;
}
.badge-bright-3cec .pagination-outer-b3d8 {
  max-width: initial;
}
@media screen and (min-width: 1025px) {
  .menu_white_cc6a .dynamic-d22c {
    margin: 0 -0.5em;
  }
  .menu_white_cc6a .dynamic-d22c [class*="customify-col-"],
  .menu_white_cc6a .dynamic-d22c [class*="customify-col_"],
  .menu_white_cc6a .dynamic-d22c [class~="customify-col-"] {
    padding-left: 0.5em;
    padding-right: 0.5em;
  }
}
.menu_white_cc6a.tabs-52ca .pagination-outer-b3d8 {
  background: 0 0 !important;
}
.menu_white_cc6a.tabs-52ca .pagination-outer-b3d8,
.menu_white_cc6a.badge-bright-3cec .pagination-outer-b3d8 {
  border: 0 none !important;
  box-shadow: none !important;
}
@media screen and (min-width: 1025px) {
  .menu_white_cc6a.notification_advanced_7236 {
    background: 0 0 !important;
    border: 0 none;
    box-shadow: none !important;
  }
}
.menu_white_cc6a.badge-bright-3cec .pagination-outer-b3d8 {
  box-shadow: none !important;
}
.full_c6e9 {
  padding: 21px 0 22px;
  border-bottom: 1px solid #eaecee;
  word-break: break-word;
  background: #f9f9f9;
}
@media screen and (max-width: 1024px) {
  .full_c6e9 {
    padding: 19px 0 20px;
  }
}
@media screen and (max-width: 568px) {
  .full_c6e9 {
    padding: 18px 0 20px;
  }
}
.full_c6e9 .dynamic_f511 {
  width: 100%;
}
.full_c6e9 .texture_1c36 {
  margin-bottom: 0;
}
.full_c6e9 .first_2195 {
  margin-top: 5px;
  font-size: 0.875em;
}
.dim_80e6 {
  padding: 9px 0 9px;
  border-bottom: 1px solid #eaecee;
  color: #6d6d6d;
  line-height: 1.6;
  background: #fff;
}
.dim_80e6 .wide_081d {
  width: 100%;
}
.current-35f5 {
  list-style: none;
  margin: 0 1em;
  padding: 0;
}
.current-35f5 li {
  display: inline-block;
  position: relative;
  padding-right: 10px;
}
.current-35f5 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;
}
.current-35f5 li:last-child:after {
  display: none;
}
.current-35f5 li a {
  font-weight: 500;
  margin-right: 10px;
}
.paragraph_9e7f .soft-ecb1 button,
.full_c6e9 .soft-ecb1 button {
  left: 0;
}
.paragraph_9e7f .wide_081d,
.full_c6e9 .wide_081d {
  padding-left: 0;
  padding-right: 0;
}
.paragraph_9e7f .dim_80e6,
.full_c6e9 .dim_80e6 {
  border-bottom: none;
  padding-bottom: 0;
  background: 0 0;
}
.paragraph_9e7f {
  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;
}
.paragraph_9e7f: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;
}
.paragraph_9e7f .new_c738 {
  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) {
  .paragraph_9e7f .new_c738 {
    min-height: 300px;
  }
}
@media screen and (max-width: 1024px) {
  .paragraph_9e7f .new_c738 {
    min-height: 250px;
    padding: 1em 15px;
  }
}
@media screen and (max-width: 568px) {
  .paragraph_9e7f .new_c738 {
    min-height: 200px;
  }
}
.paragraph_9e7f .current-35f5 {
  color: rgba(255, 255, 255, 0.8);
}
.paragraph_9e7f .current-35f5 a,
.paragraph_9e7f .current-35f5 li:after {
  color: inherit;
}
.paragraph_9e7f .current-35f5 a:hover {
  color: rgba(255, 255, 255, 0.8);
}
.green-f184 {
  margin-bottom: 0.5em;
}
.accent_red_6461 {
  margin-bottom: 1.2em;
}
.accent_red_6461,
.green-f184 {
  display: inline-block;
  position: relative;
  color: rgba(255, 255, 255, 0.99);
  z-index: 5;
}
.accent_red_6461 p:last-child,
.green-f184 p:last-child {
  margin-bottom: 0;
}
#header-menu-sidebar .soft-ecb1,
#masthead .soft-ecb1 {
  display: none;
}
#masthead
  > .soft-ecb1.current-1a48 {
  display: none;
}
#masthead > .soft-ecb1 button {
  left: 0;
}
.container_827e {
  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%;
}
.container_827e .old_bfbb {
  display: -webkit-inline-box;
  display: inline-flex;
  -webkit-box-align: center;
  align-items: center;
  margin-left: 0.5em;
  margin-right: 0.5em;
}
.container_827e .status-inner-5868 {
  display: -webkit-box;
  display: flex;
}
.container_827e .status-inner-5868.advanced-5729 {
  -webkit-box-pack: center;
  justify-content: center;
  margin-left: 1em;
  margin-right: 1em;
}
.container_827e .status-inner-5868.notice-fixed-1a2a {
  -webkit-box-pack: start;
  justify-content: flex-start;
  margin-right: auto;
  -webkit-box-flex: 1;
  flex: 1 1 0;
}
.container_827e .status-inner-5868.bright-0031 {
  margin-left: auto;
  -webkit-box-pack: end;
  justify-content: flex-end;
  -webkit-box-flex: 1;
  flex: 1 1 0;
}
.container_827e.bright-c9f6.article-e872 .status-inner-5868.advanced-5729 {
  flex-basis: 100%;
}
.container_827e.block_pressed_dc4b .status-inner-5868.notice-fixed-1a2a {
  -webkit-box-flex: 1;
  flex: auto;
}
.container_827e.block_pressed_dc4b .status-inner-5868.bright-0031 {
  -webkit-box-flex: 1;
  flex: auto;
}
#masthead
  > .soft-ecb1.current-1a48 {
  display: none;
}
#masthead > .soft-ecb1 button {
  left: 0;
}
.upper_07f3 {
  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;
}
.upper_07f3:hover {
  box-shadow: inset 0 0 0 120px rgba(0, 0, 0, 0.18);
  color: #fff;
}
.upper_07f3.row_in_1943 i {
  margin-right: 4px;
}
.upper_07f3.aside-20bf i {
  margin-left: 5px;
}
.notification_8388 p {
  font-weight: 500;
  text-transform: uppercase;
  font-size: 13px;
}
.notification_8388 p:last-child {
  margin-bottom: 0;
}
.status-4e41 {
  display: -webkit-box;
  display: flex;
  line-height: 0.9;
  vertical-align: middle;
}
.status-4e41 a {
  display: inline-block;
  text-transform: uppercase;
  letter-spacing: 0.4px;
  font-weight: 600;
}
.status-4e41 img {
  display: block;
  width: auto;
  line-height: 1;
}
.status-4e41 .advanced-4660 {
  font-size: 1.5em;
  margin: 0;
  font-weight: 600;
  line-height: 1.216;
}
.status-4e41 .static_8e07 {
  margin: 5px 0 7px 0;
}
.status-4e41.black-8e66 .tooltip_f07d {
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
  -webkit-box-pack: center;
  justify-content: center;
}
.status-4e41.black-8e66 .hidden-last-8f0b {
  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;
}
.status-4e41.tertiary_2b3c {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  flex-direction: row-reverse;
}
.status-4e41.tertiary_2b3c .tooltip_f07d {
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
  -webkit-box-pack: center;
  justify-content: center;
}
.status-4e41.tertiary_2b3c .hidden-last-8f0b {
  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;
}
.status-4e41.lite_0044 {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
}
.status-4e41.hero-a886 {
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
  flex-direction: column-reverse;
}
.status-4e41.hero-a886 .hidden-last-8f0b {
  margin-top: 7px;
}
.container-short-c0d9 {
  display: inline-block;
}
.item-df97 .row-pro-740b .status-4e41 img {
  max-width: 100%;
}
.dropdown-2557 .mask_solid_30fe.accent_complex_07d9,
.pro-d03e .mask_solid_30fe.accent_complex_07d9 {
  position: relative;
  display: -webkit-inline-box;
  display: inline-flex;
  -webkit-box-align: center;
  align-items: center;
}
.dropdown-2557 .description_fixed_65ed,
.pro-d03e .description_fixed_65ed {
  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%);
}
.dropdown-2557 .description_fixed_65ed {
  display: inline;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-decoration: none !important;
}
.dropdown-2557.old_94ed .description_fixed_65ed {
  display: none;
}
.dropdown-2557 .outline_8ea3 {
  list-style: none;
  padding: 0;
  margin: 0;
}
.dropdown-2557 .outline_8ea3 li {
  display: inline-block;
  position: relative;
}
.dropdown-2557 .outline_8ea3 li:last-child {
  margin-right: 0;
}
.dropdown-2557 .outline_8ea3 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;
}
.dropdown-2557 .outline_8ea3 li.input-smooth-6f6b > a {
  color: rgba(0, 0, 0, 0.9);
}
.dropdown-2557 .outline_8ea3 > 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;
}
.dropdown-2557 .outline_8ea3 > li > a i {
  line-height: 0;
}
.dropdown-2557 .outline_8ea3 > li.mini_4445 > a .description_fixed_65ed {
  margin-left: 4px;
  line-height: 0;
}
.dropdown-2557 .outline_8ea3 .notice-smooth-bd2f li.mini_4445 > a {
  position: relative;
}
.dropdown-2557 .outline_8ea3 .notice-smooth-bd2f li.mini_4445 > a:after,
.dropdown-2557 .outline_8ea3 .notice-smooth-bd2f li.mini_4445 > a:before {
  content: "";
  display: table;
}
.dropdown-2557 .outline_8ea3 .notice-smooth-bd2f li.mini_4445 > a:after {
  clear: both;
}
.dropdown-2557 .outline_8ea3 .notice-smooth-bd2f li.mini_4445 > a .description_fixed_65ed {
  margin-left: 5px;
  float: right;
}
.dropdown-2557 .description_8f01,
.dropdown-2557 .notice-smooth-bd2f {
  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;
}
.dropdown-2557 .notice-smooth-bd2f {
  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;
}
.dropdown-2557 .notice-smooth-bd2f .accent_complex_07d9 {
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: justify;
  justify-content: space-between;
}
.dropdown-2557 .notice-smooth-bd2f .description_fixed_65ed {
  -webkit-transform: rotate(135deg) translateY(0);
  -ms-transform: rotate(135deg) translateY(0);
  transform: rotate(135deg) translateY(0);
}
.dropdown-2557 .notice-smooth-bd2f li {
  display: block;
  margin: 0;
  padding: 0;
}
.dropdown-2557 .notice-smooth-bd2f 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;
}
.dropdown-2557 .notice-smooth-bd2f li a:hover {
  background: rgba(0, 0, 0, 0.015);
  color: rgba(0, 0, 0, 0.8);
}
.dropdown-2557 .notice-smooth-bd2f .notice-smooth-bd2f {
  top: 0;
  left: 100%;
}
.dropdown-2557 .notification_7ebb.fn-focus-196e > .description_8f01,
.dropdown-2557 .notification_7ebb.fn-focus-196e > .notice-smooth-bd2f,
.dropdown-2557 .notification_7ebb:focus > .description_8f01,
.dropdown-2557 .notification_7ebb:focus > .notice-smooth-bd2f,
.dropdown-2557 .notification_7ebb:hover > .description_8f01,
.dropdown-2557 .notification_7ebb:hover > .notice-smooth-bd2f {
  height: auto;
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
  overflow: initial;
  visibility: visible;
  opacity: 1;
}
.dropdown-2557.purple_48d8 .icon-bright-abdb:after,
.dropdown-2557.purple_48d8 .icon-bright-abdb:before {
  content: "";
  display: table;
}
.dropdown-2557.purple_48d8 .icon-bright-abdb:after {
  clear: both;
}
.dropdown-2557.purple_48d8 .icon-bright-abdb > li {
  float: left;
}
.dropdown-2557.highlight-ff90 .icon-bright-abdb:after,
.dropdown-2557.highlight-ff90 .icon-bright-abdb:before {
  content: "";
  display: table;
}
.dropdown-2557.highlight-ff90 .icon-bright-abdb:after {
  clear: both;
}
.dropdown-2557.highlight-ff90 .icon-bright-abdb > li {
  float: left;
}
.dropdown-2557.highlight-ff90 .icon-bright-abdb > li > a {
  background: 0 0;
  display: -webkit-inline-box;
  display: inline-flex;
  vertical-align: middle;
  -webkit-box-align: center;
  align-items: center;
}
.dropdown-2557.highlight-ff90 .icon-bright-abdb > li > a:hover {
  color: #fff;
  background-color: #1e4b75;
}
.dropdown-2557.highlight-ff90 .icon-bright-abdb > li.caption_ef3a > a,
.dropdown-2557.highlight-ff90 .icon-bright-abdb > li.input-smooth-6f6b > a {
  color: #fff;
  background-color: #1e4b75;
}
.dropdown-2557.accent_north_fb36 .icon-bright-abdb > li > a .accent_complex_07d9 {
  position: relative;
}
.dropdown-2557.accent_north_fb36 .icon-bright-abdb > li > a .accent_complex_07d9: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;
}
.dropdown-2557.accent_north_fb36
  .icon-bright-abdb
  > li:focus
  > a
  .accent_complex_07d9:before,
.dropdown-2557.accent_north_fb36
  .icon-bright-abdb
  > li:hover
  > a
  .accent_complex_07d9:before {
  width: 100%;
  background-color: currentColor;
}
.dropdown-2557.accent_north_fb36
  .icon-bright-abdb
  > li.caption_ef3a
  > a
  .accent_complex_07d9:before,
.dropdown-2557.accent_north_fb36
  .icon-bright-abdb
  > li.hidden_orange_4501
  > a
  .accent_complex_07d9:before {
  width: 100%;
  background-color: currentColor;
}
.dropdown-2557.row-a6e4 .icon-bright-abdb > li > a .accent_complex_07d9 {
  position: relative;
}
.dropdown-2557.row-a6e4 .icon-bright-abdb > li > a .accent_complex_07d9: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;
}
.dropdown-2557.row-a6e4 .icon-bright-abdb > li:focus > a .accent_complex_07d9:before,
.dropdown-2557.row-a6e4
  .icon-bright-abdb
  > li:hover
  > a
  .accent_complex_07d9:before {
  width: 100%;
  background-color: currentColor;
}
.dropdown-2557.row-a6e4
  .icon-bright-abdb
  > li.caption_ef3a
  > a
  .accent_complex_07d9:before,
.dropdown-2557.row-a6e4
  .icon-bright-abdb
  > li.hidden_orange_4501
  > a
  .accent_complex_07d9:before {
  width: 100%;
  background-color: currentColor;
}
.pro-d03e .outline_8ea3 {
  margin: 0;
  padding: 0;
  list-style: none;
}
.pro-d03e .outline_8ea3 li:first-child > a {
  border-top: none;
}
.pro-d03e .outline_8ea3 .badge-simple-ccbd > .accent_complex_07d9 .description_fixed_65ed {
  display: none;
}
.pro-d03e .outline_8ea3 li {
  list-style: none;
  position: relative;
  border-bottom: 1px solid transparent;
}
.pro-d03e .outline_8ea3 li:last-child {
  border: none;
}
.pro-d03e .outline_8ea3 li.mini_4445 > a {
  padding-right: 45px !important;
}
.pro-d03e .outline_8ea3 li a {
  display: block;
  padding: 0.55em 1.5em;
}
.pro-d03e .outline_8ea3 li a:focus,
.pro-d03e .outline_8ea3 li a:hover {
  background: rgba(0, 0, 0, 0.01);
}
.pro-d03e .outline_8ea3 li .frame_88e8 {
  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;
}
.pro-d03e .outline_8ea3 li .frame_88e8:hover {
  box-shadow: none;
}
.pro-d03e .outline_8ea3 li .frame_88e8 .description_fixed_65ed {
  -webkit-transform: rotate(-135deg) translateY(50%) translateX(50%);
  -ms-transform: rotate(-135deg) translateY(50%) translateX(50%);
  transform: rotate(-135deg) translateY(50%) translateX(50%);
}
.pro-d03e .outline_8ea3 .notice-smooth-bd2f {
  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);
}
.pro-d03e .outline_8ea3 .notice-smooth-bd2f li a {
  padding-left: 3em;
}
.pro-d03e .outline_8ea3 .focus-947e > a .frame_88e8 i {
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
.pro-d03e .outline_8ea3 .focus-947e > .notice-smooth-bd2f {
  display: block;
  opacity: 1;
}
.photo_89c6 {
  max-width: 100%;
}
.light_a072 {
  line-height: 0;
  cursor: pointer;
}
.next_0c03 {
  line-height: 0;
  display: inline-block;
  position: relative;
  box-shadow: none;
}
.next_0c03:hover {
  box-shadow: none;
  color: currentColor;
}
.next_0c03 svg {
  width: 18px;
  height: 18px;
}
.next_0c03 .backdrop_f65d {
  display: none;
}
.disabled-a115 {
  position: relative;
}
.disabled-a115.fn-active-196e .next_0c03 .status-short-9da1 {
  display: none;
}
.disabled-a115.fn-active-196e .next_0c03 .backdrop_f65d {
  display: inline-block;
}
.disabled-a115 .preview-c7cb {
  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);
}
.disabled-a115.basic-d2f7 .preview-c7cb {
  left: auto;
  right: -0.9em;
}
.disabled-a115.basic-d2f7 .menu-small-fea5::before {
  left: auto;
  right: 15px;
}
.disabled-a115.fn-active-196e .preview-c7cb {
  height: auto;
  overflow: initial;
  z-index: 26;
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
}
.old_bcfa {
  display: -webkit-box;
  display: flex;
  margin-bottom: 0;
  width: 100%;
  max-width: 100%;
}
.old_bcfa label {
  flex-basis: 100%;
}
.old_bcfa .header_pink_f655 {
  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;
}
.old_bcfa .alert_fbc6 {
  display: block;
  width: 100%;
  border-radius: 2px;
  height: 2.4em;
}
.old_bcfa .alert_fbc6:focus {
  background-color: transparent;
}
.old_bcfa button.row_wide_1b6e {
  overflow: hidden;
  box-shadow: none;
  margin-left: -40px;
  background: 0 0;
  color: #6d6d6d;
  line-height: 0;
  padding: 0 0.7em;
  min-height: auto;
}
.old_bcfa button.row_wide_1b6e:hover {
  box-shadow: none;
  background-color: transparent;
  color: #686868;
}
.old_bcfa button.row_wide_1b6e svg {
  width: 18px;
  height: 18px;
}
.old_bcfa input[type="submit"] {
  min-height: auto;
}
.wide-8d40 .old_bcfa .alert_fbc6 {
  border: 0;
  box-shadow: none;
  background-color: transparent;
}
.menu-small-fea5 {
  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) {
  .menu-small-fea5 {
    width: 220px;
  }
}
.menu-small-fea5 label {
  flex-basis: 100%;
}
.menu-small-fea5::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;
}
.tabs-2b14 .wide-8d40 .old_bcfa {
  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;
}
.tabs-2b14
  .wide-8d40
  .old_bcfa
  .header_pink_f655 {
  background-color: transparent;
  min-height: auto;
  flex-basis: 100%;
  display: -webkit-box;
  display: flex;
  border-style: none;
  border: none;
  box-shadow: none;
}
.tabs-2b14 .wide-8d40 .old_bcfa .alert_fbc6 {
  border-color: transparent;
  height: auto;
  background-color: transparent;
  border: 0;
  border-style: none;
  box-shadow: none;
  -webkit-box-flex: 0;
  flex: 0 0 auto;
}
.tabs-2b14
  .wide-8d40
  .old_bcfa
  .alert_fbc6:focus {
  background: 0 0;
}
.tabs-2b14
  .wide-8d40
  .old_bcfa
  .link-0fe8 {
  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;
}
.avatar-motion-ab72 {
  display: inline-block;
  margin: 0;
  padding: 0;
  list-style: none;
  position: relative;
}
.avatar-motion-ab72 li {
  list-style: none;
  display: inline-block;
  margin: 0 3px;
}
.avatar-motion-ab72 li:last-child {
  margin-right: 0;
}
.avatar-motion-ab72 li:first-child {
  margin-left: 0;
}
.avatar-motion-ab72.picture-d813 a {
  color: #fff;
}
.avatar-motion-ab72.picture-d813 a:hover {
  color: #fff;
}
.avatar-motion-ab72 a {
  color: currentColor;
  text-align: center;
  vertical-align: middle;
  width: 100%;
  padding: 0.4em;
  display: inline-block;
  line-height: 1;
  font-size: 13px;
}
.avatar-motion-ab72 a i {
  width: 1em;
  height: 1em;
  position: relative;
  display: block;
}
.avatar-motion-ab72 a i:before {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}
.avatar-motion-ab72 a:hover {
  opacity: 0.9;
  color: inherit;
}
.avatar-motion-ab72 [class*="social-icon-apple"] {
  background-color: #999;
}
.avatar-motion-ab72 [class*="social-icon-apple"].fluid_1882 {
  background-color: transparent;
  color: #999;
}
.avatar-motion-ab72 [class*="social-icon-behance"] {
  background-color: #1769ff;
}
.avatar-motion-ab72 [class*="social-icon-behance"].fluid_1882 {
  background-color: transparent;
  color: #1769ff;
}
.avatar-motion-ab72 [class*="social-icon-bitbucket"] {
  background-color: #205081;
}
.avatar-motion-ab72 [class*="social-icon-bitbucket"].fluid_1882 {
  background-color: transparent;
  color: #205081;
}
.avatar-motion-ab72 [class*="social-icon-codepen"] {
  background-color: #000;
}
.avatar-motion-ab72 [class*="social-icon-codepen"].fluid_1882 {
  background-color: transparent;
  color: #000;
}
.avatar-motion-ab72 [class*="social-icon-delicious"] {
  background-color: #39f;
}
.avatar-motion-ab72 [class*="social-icon-delicious"].fluid_1882 {
  background-color: transparent;
  color: #39f;
}
.avatar-motion-ab72 [class*="social-icon-digg"] {
  background-color: #005be2;
}
.avatar-motion-ab72 [class*="social-icon-digg"].fluid_1882 {
  background-color: transparent;
  color: #005be2;
}
.avatar-motion-ab72 [class*="social-icon-dribbble"] {
  background-color: #ea4c89;
}
.avatar-motion-ab72 [class*="social-icon-dribbble"].fluid_1882 {
  background-color: transparent;
  color: #ea4c89;
}
.avatar-motion-ab72 [class*="social-icon-envelope"] {
  background-color: #ea4335;
}
.avatar-motion-ab72 [class*="social-icon-envelope"].fluid_1882 {
  background-color: transparent;
  color: #ea4335;
}
.avatar-motion-ab72 [class*="social-icon-facebook"] {
  background-color: #3b5998;
}
.avatar-motion-ab72 [class*="social-icon-facebook"].fluid_1882 {
  background-color: transparent;
  color: #3b5998;
}
.avatar-motion-ab72 [class*="social-icon-flickr"] {
  background-color: #0063dc;
}
.avatar-motion-ab72 [class*="social-icon-flickr"].fluid_1882 {
  background-color: transparent;
  color: #0063dc;
}
.avatar-motion-ab72 [class*="social-icon-foursquare"] {
  background-color: #2d5be3;
}
.avatar-motion-ab72 [class*="social-icon-foursquare"].fluid_1882 {
  background-color: transparent;
  color: #2d5be3;
}
.avatar-motion-ab72 [class*="social-icon-github"] {
  background-color: #333;
}
.avatar-motion-ab72 [class*="social-icon-github"].fluid_1882 {
  background-color: transparent;
  color: #333;
}
.avatar-motion-ab72 [class*="social-icon-google-plus"] {
  background-color: #dd4b39;
}
.avatar-motion-ab72 [class*="social-icon-google-plus"].fluid_1882 {
  background-color: transparent;
  color: #dd4b39;
}
.avatar-motion-ab72 [class*="social-icon-houzz"] {
  background-color: #7ac142;
}
.avatar-motion-ab72 [class*="social-icon-houzz"].fluid_1882 {
  background-color: transparent;
  color: #7ac142;
}
.avatar-motion-ab72 [class*="social-icon-instagram"] {
  background-color: #262626;
}
.avatar-motion-ab72 [class*="social-icon-instagram"].fluid_1882 {
  background-color: transparent;
  color: #262626;
}
.avatar-motion-ab72 [class*="social-icon-jsfiddle"] {
  background-color: #487aa2;
}
.avatar-motion-ab72 [class*="social-icon-jsfiddle"].fluid_1882 {
  background-color: transparent;
  color: #487aa2;
}
.avatar-motion-ab72 [class*="social-icon-linkedin"] {
  background-color: #0077b5;
}
.avatar-motion-ab72 [class*="social-icon-linkedin"].fluid_1882 {
  background-color: transparent;
  color: #0077b5;
}
.avatar-motion-ab72 [class*="social-icon-medium"] {
  background-color: #00ab6b;
}
.avatar-motion-ab72 [class*="social-icon-medium"].fluid_1882 {
  background-color: transparent;
  color: #00ab6b;
}
.avatar-motion-ab72 [class*="social-icon-odnoklassniki"] {
  background-color: #f4731c;
}
.avatar-motion-ab72
  [class*="social-icon-odnoklassniki"].fluid_1882 {
  background-color: transparent;
  color: #f4731c;
}
.avatar-motion-ab72 [class*="social-icon-meetup"] {
  background-color: #ec1c40;
}
.avatar-motion-ab72 [class*="social-icon-meetup"].fluid_1882 {
  background-color: transparent;
  color: #ec1c40;
}
.avatar-motion-ab72 [class*="social-icon-pinterest"] {
  background-color: #bd081c;
}
.avatar-motion-ab72 [class*="social-icon-pinterest"].fluid_1882 {
  background-color: transparent;
  color: #bd081c;
}
.avatar-motion-ab72 [class*="social-icon-product-hunt"] {
  background-color: #da552f;
}
.avatar-motion-ab72 [class*="social-icon-product-hunt"].fluid_1882 {
  background-color: transparent;
  color: #da552f;
}
.avatar-motion-ab72 [class*="social-icon-reddit"] {
  background-color: #ff4500;
}
.avatar-motion-ab72 [class*="social-icon-reddit"].fluid_1882 {
  background-color: transparent;
  color: #ff4500;
}
.avatar-motion-ab72 [class*="social-icon-rss"] {
  background-color: #f26522;
}
.avatar-motion-ab72 [class*="social-icon-rss"].fluid_1882 {
  background-color: transparent;
  color: #f26522;
}
.avatar-motion-ab72 [class*="social-icon-shopping-cart"] {
  background-color: #4caf50;
}
.avatar-motion-ab72
  [class*="social-icon-shopping-cart"].fluid_1882 {
  background-color: transparent;
  color: #4caf50;
}
.avatar-motion-ab72 [class*="social-icon-skype"] {
  background-color: #00aff0;
}
.avatar-motion-ab72 [class*="social-icon-skype"].fluid_1882 {
  background-color: transparent;
  color: #00aff0;
}
.avatar-motion-ab72 [class*="social-icon-slideshare"] {
  background-color: #0077b5;
}
.avatar-motion-ab72 [class*="social-icon-slideshare"].fluid_1882 {
  background-color: transparent;
  color: #0077b5;
}
.avatar-motion-ab72 [class*="social-icon-snapchat"] {
  background-color: #fffc00;
}
.avatar-motion-ab72 [class*="social-icon-snapchat"].fluid_1882 {
  background-color: transparent;
  color: #fffc00;
}
.avatar-motion-ab72 [class*="social-icon-soundcloud"] {
  background-color: #f80;
}
.avatar-motion-ab72 [class*="social-icon-soundcloud"].fluid_1882 {
  background-color: transparent;
  color: #f80;
}
.avatar-motion-ab72 [class*="social-icon-spotify"] {
  background-color: #2ebd59;
}
.avatar-motion-ab72 [class*="social-icon-spotify"].fluid_1882 {
  background-color: transparent;
  color: #2ebd59;
}
.avatar-motion-ab72 [class*="social-icon-stack-overflow"] {
  background-color: #fe7a15;
}
.avatar-motion-ab72
  [class*="social-icon-stack-overflow"].fluid_1882 {
  background-color: transparent;
  color: #fe7a15;
}
.avatar-motion-ab72 [class*="social-icon-maldkfgram"] {
  background-color: #2ca5e0;
}
.avatar-motion-ab72 [class*="social-icon-maldkfgram"].fluid_1882 {
  background-color: transparent;
  color: #2ca5e0;
}
.avatar-motion-ab72 [class*="social-icon-tripadvisor"] {
  background-color: #589442;
}
.avatar-motion-ab72 [class*="social-icon-tripadvisor"].fluid_1882 {
  background-color: transparent;
  color: #589442;
}
.avatar-motion-ab72 [class*="social-icon-tumblr"] {
  background-color: #35465c;
}
.avatar-motion-ab72 [class*="social-icon-tumblr"].fluid_1882 {
  background-color: transparent;
  color: #35465c;
}
.avatar-motion-ab72 [class*="social-icon-twitch"] {
  background-color: #6441a5;
}
.avatar-motion-ab72 [class*="social-icon-twitch"].fluid_1882 {
  background-color: transparent;
  color: #6441a5;
}
.avatar-motion-ab72 [class*="social-icon-twitter"] {
  background-color: #1da1f2;
}
.avatar-motion-ab72 [class*="social-icon-twitter"].fluid_1882 {
  background-color: transparent;
  color: #1da1f2;
}
.avatar-motion-ab72 [class*="social-icon-vimeo"] {
  background-color: #1ab7ea;
}
.avatar-motion-ab72 [class*="social-icon-vimeo"].fluid_1882 {
  background-color: transparent;
  color: #1ab7ea;
}
.avatar-motion-ab72 [class*="social-icon-vk"] {
  background-color: #45668e;
}
.avatar-motion-ab72 [class*="social-icon-vk"].fluid_1882 {
  background-color: transparent;
  color: #45668e;
}
.avatar-motion-ab72 [class*="social-icon-weibo"] {
  background-color: #df2029;
}
.avatar-motion-ab72 [class*="social-icon-weibo"].fluid_1882 {
  background-color: transparent;
  color: #df2029;
}
.avatar-motion-ab72 [class*="social-icon-weixin"] {
  background-color: #7bb32e;
}
.avatar-motion-ab72 [class*="social-icon-weixin"].fluid_1882 {
  background-color: transparent;
  color: #7bb32e;
}
.avatar-motion-ab72 [class*="social-icon-whatsapp"] {
  background-color: #25d366;
}
.avatar-motion-ab72 [class*="social-icon-whatsapp"].fluid_1882 {
  background-color: transparent;
  color: #25d366;
}
.avatar-motion-ab72 [class*="social-icon-wordpress"] {
  background-color: #21759b;
}
.avatar-motion-ab72 [class*="social-icon-wordpress"].fluid_1882 {
  background-color: transparent;
  color: #21759b;
}
.avatar-motion-ab72 [class*="social-icon-xing"] {
  background-color: #026466;
}
.avatar-motion-ab72 [class*="social-icon-xing"].fluid_1882 {
  background-color: transparent;
  color: #026466;
}
.avatar-motion-ab72 [class*="social-icon-yelp"] {
  background-color: #af0606;
}
.avatar-motion-ab72 [class*="social-icon-yelp"].fluid_1882 {
  background-color: transparent;
  color: #af0606;
}
.avatar-motion-ab72 [class*="social-icon-youtube"] {
  background-color: #cd201f;
}
.avatar-motion-ab72 [class*="social-icon-youtube"].fluid_1882 {
  background-color: transparent;
  color: #cd201f;
}
.north-b80d {
  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;
}
.north-b80d:hover {
  box-shadow: none;
  background: 0 0;
}
.silver_ac48 {
  background: 0 0 !important;
  text-transform: uppercase;
  font-size: 0.85em;
}
.badge_4014 {
  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;
}
.notification-8595 {
  display: inline-block;
  position: relative;
  vertical-align: middle;
}
.menu_c8d7 {
  display: block;
  top: 50%;
  background-color: currentcolor;
}
.menu_c8d7,
.menu_c8d7::after,
.menu_c8d7::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;
}
.menu_c8d7::after,
.menu_c8d7::before {
  content: "";
  display: block;
  background-color: inherit;
}
.inner-2109 .badge_4014 .notification-8595 {
  margin-top: -2px;
  width: 19px;
}
.inner-2109 .badge_4014 .menu_c8d7 {
  margin-top: -1px;
}
.inner-2109 .badge_4014 .menu_c8d7,
.inner-2109 .badge_4014 .menu_c8d7::after,
.inner-2109 .badge_4014 .menu_c8d7::before {
  width: 19px;
  height: 2px;
}
.inner-2109 .badge_4014 .menu_c8d7::before {
  top: -6px;
}
.inner-2109 .badge_4014 .menu_c8d7::after {
  bottom: -6px;
}
.grid-dynamic-bede .badge_4014 .notification-8595 {
  margin-top: -2px;
  width: 22px;
}
.grid-dynamic-bede .badge_4014 .menu_c8d7 {
  margin-top: -1px;
}
.grid-dynamic-bede .badge_4014 .menu_c8d7,
.grid-dynamic-bede .badge_4014 .menu_c8d7::after,
.grid-dynamic-bede .badge_4014 .menu_c8d7::before {
  width: 22px;
  height: 2px;
}
.grid-dynamic-bede .badge_4014 .menu_c8d7::before {
  top: -7px;
}
.grid-dynamic-bede .badge_4014 .menu_c8d7::after {
  bottom: -7px;
}
.grid_e1d2 .badge_4014 .notification-8595 {
  margin-top: -2px;
  width: 31px;
}
.grid_e1d2 .badge_4014 .menu_c8d7 {
  margin-top: -1.5px;
}
.grid_e1d2 .badge_4014 .menu_c8d7,
.grid_e1d2 .badge_4014 .menu_c8d7::after,
.grid_e1d2 .badge_4014 .menu_c8d7::before {
  width: 31px;
  height: 3px;
}
.grid_e1d2 .badge_4014 .menu_c8d7::before {
  top: -9px;
}
.grid_e1d2 .badge_4014 .menu_c8d7::after {
  bottom: -9px;
}
@media screen and (min-width: 1025px) {
  .video-d251 .badge_4014 .notification-8595 {
    margin-top: -2px;
    width: 19px;
  }
  .video-d251 .badge_4014 .menu_c8d7 {
    margin-top: -1px;
  }
  .video-d251 .badge_4014 .menu_c8d7,
  .video-d251 .badge_4014 .menu_c8d7::after,
  .video-d251 .badge_4014 .menu_c8d7::before {
    width: 19px;
    height: 2px;
  }
  .video-d251 .badge_4014 .menu_c8d7::before {
    top: -6px;
  }
  .video-d251 .badge_4014 .menu_c8d7::after {
    bottom: -6px;
  }
  .disabled_focused_c570 .badge_4014 .notification-8595 {
    margin-top: -2px;
    width: 22px;
  }
  .disabled_focused_c570 .badge_4014 .menu_c8d7 {
    margin-top: -1px;
  }
  .disabled_focused_c570 .badge_4014 .menu_c8d7,
  .disabled_focused_c570 .badge_4014 .menu_c8d7::after,
  .disabled_focused_c570 .badge_4014 .menu_c8d7::before {
    width: 22px;
    height: 2px;
  }
  .disabled_focused_c570 .badge_4014 .menu_c8d7::before {
    top: -7px;
  }
  .disabled_focused_c570 .badge_4014 .menu_c8d7::after {
    bottom: -7px;
  }
  .hot_6e27 .badge_4014 .notification-8595 {
    margin-top: -2px;
    width: 31px;
  }
  .hot_6e27 .badge_4014 .menu_c8d7 {
    margin-top: -1.5px;
  }
  .hot_6e27 .badge_4014 .menu_c8d7,
  .hot_6e27 .badge_4014 .menu_c8d7::after,
  .hot_6e27 .badge_4014 .menu_c8d7::before {
    width: 31px;
    height: 3px;
  }
  .hot_6e27 .badge_4014 .menu_c8d7::before {
    top: -9px;
  }
  .hot_6e27 .badge_4014 .menu_c8d7::after {
    bottom: -9px;
  }
}
@media screen and (max-width: 1024px) {
  .dynamic_ec0f .badge_4014 .notification-8595 {
    margin-top: -2px;
    width: 19px;
  }
  .dynamic_ec0f .badge_4014 .menu_c8d7 {
    margin-top: -1px;
  }
  .dynamic_ec0f .badge_4014 .menu_c8d7,
  .dynamic_ec0f .badge_4014 .menu_c8d7::after,
  .dynamic_ec0f .badge_4014 .menu_c8d7::before {
    width: 19px;
    height: 2px;
  }
  .dynamic_ec0f .badge_4014 .menu_c8d7::before {
    top: -6px;
  }
  .dynamic_ec0f .badge_4014 .menu_c8d7::after {
    bottom: -6px;
  }
  .logo-be65 .badge_4014 .notification-8595 {
    margin-top: -2px;
    width: 22px;
  }
  .logo-be65 .badge_4014 .menu_c8d7 {
    margin-top: -1px;
  }
  .logo-be65 .badge_4014 .menu_c8d7,
  .logo-be65 .badge_4014 .menu_c8d7::after,
  .logo-be65 .badge_4014 .menu_c8d7::before {
    width: 22px;
    height: 2px;
  }
  .logo-be65 .badge_4014 .menu_c8d7::before {
    top: -7px;
  }
  .logo-be65 .badge_4014 .menu_c8d7::after {
    bottom: -7px;
  }
  .lower_5d4e .badge_4014 .notification-8595 {
    margin-top: -2px;
    width: 31px;
  }
  .lower_5d4e .badge_4014 .menu_c8d7 {
    margin-top: -1.5px;
  }
  .lower_5d4e .badge_4014 .menu_c8d7,
  .lower_5d4e .badge_4014 .menu_c8d7::after,
  .lower_5d4e .badge_4014 .menu_c8d7::before {
    width: 31px;
    height: 3px;
  }
  .lower_5d4e .badge_4014 .menu_c8d7::before {
    top: -9px;
  }
  .lower_5d4e .badge_4014 .menu_c8d7::after {
    bottom: -9px;
  }
}
@media screen and (max-width: 568px) {
  .overlay_c867 .badge_4014 .notification-8595 {
    margin-top: -2px;
    width: 19px;
  }
  .overlay_c867 .badge_4014 .menu_c8d7 {
    margin-top: -1px;
  }
  .overlay_c867 .badge_4014 .menu_c8d7,
  .overlay_c867 .badge_4014 .menu_c8d7::after,
  .overlay_c867 .badge_4014 .menu_c8d7::before {
    width: 19px;
    height: 2px;
  }
  .overlay_c867 .badge_4014 .menu_c8d7::before {
    top: -6px;
  }
  .overlay_c867 .badge_4014 .menu_c8d7::after {
    bottom: -6px;
  }
  .sidebar-pro-96dd .badge_4014 .notification-8595 {
    margin-top: -2px;
    width: 22px;
  }
  .sidebar-pro-96dd .badge_4014 .menu_c8d7 {
    margin-top: -1px;
  }
  .sidebar-pro-96dd .badge_4014 .menu_c8d7,
  .sidebar-pro-96dd .badge_4014 .menu_c8d7::after,
  .sidebar-pro-96dd .badge_4014 .menu_c8d7::before {
    width: 22px;
    height: 2px;
  }
  .sidebar-pro-96dd .badge_4014 .menu_c8d7::before {
    top: -7px;
  }
  .sidebar-pro-96dd .badge_4014 .menu_c8d7::after {
    bottom: -7px;
  }
  .surface_84c7 .badge_4014 .notification-8595 {
    margin-top: -2px;
    width: 31px;
  }
  .surface_84c7 .badge_4014 .menu_c8d7 {
    margin-top: -1.5px;
  }
  .surface_84c7 .badge_4014 .menu_c8d7,
  .surface_84c7 .badge_4014 .menu_c8d7::after,
  .surface_84c7 .badge_4014 .menu_c8d7::before {
    width: 31px;
    height: 3px;
  }
  .surface_84c7 .badge_4014 .menu_c8d7::before {
    top: -9px;
  }
  .surface_84c7 .badge_4014 .menu_c8d7::after {
    bottom: -9px;
  }
}
.wrapper-785d .menu_c8d7 {
  -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);
}
.wrapper-785d .menu_c8d7::before {
  -webkit-transition: top 75ms 0.12s ease, opacity 75ms ease;
  transition: top 75ms 0.12s ease, opacity 75ms ease;
}
.wrapper-785d .menu_c8d7::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);
}
.wrapper-785d.upper_5af3 .menu_c8d7 {
  -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);
}
.wrapper-785d.upper_5af3 .menu_c8d7::before {
  top: 0;
  opacity: 0;
  -webkit-transition: top 75ms ease, opacity 75ms 0.12s ease;
  transition: top 75ms ease, opacity 75ms 0.12s ease;
}
.wrapper-785d.upper_5af3 .menu_c8d7::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);
}
.dropdown-west-9f44 {
  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.heading_9f0a:before {
  display: none;
}
.link-b026 {
  padding: 0;
  position: fixed;
  width: 100%;
  max-width: 100%;
  top: 0;
  z-index: 999900;
  visibility: hidden;
}
.link-b026 .detail_lower_85ef {
  padding: 1.4em 1.5em;
  border-bottom: 1px solid transparent;
}
.link-b026 .detail_lower_85ef:last-of-type {
  border-bottom: none;
}
.link-b026 .detail_lower_85ef.active-482c,
.link-b026 .detail_lower_85ef.avatar_motion_ebea,
.link-b026 .detail_lower_85ef.focus_8bdc {
  padding: 0;
}
.link-b026 .pro-d03e .frame_88e8 {
  color: currentColor;
}
.link-b026 .pro-d03e .frame_88e8:focus,
.link-b026 .pro-d03e .frame_88e8:hover {
  background: rgba(0, 0, 0, 0.01);
}
.link-b026.label-solid-9b82 .purple-2af2,
.link-b026.label-solid-9b82 .notification_8388 a,
.link-b026.label-solid-9b82 .icon-bright-abdb a,
.link-b026.label-solid-9b82 .notice-smooth-bd2f a {
  color: rgba(0, 0, 0, 0.55);
}
.link-b026.label-solid-9b82 .purple-2af2:hover,
.link-b026.label-solid-9b82 .notification_8388 a:hover,
.link-b026.label-solid-9b82 .icon-bright-abdb a:hover,
.link-b026.label-solid-9b82 .notice-smooth-bd2f a:hover {
  color: rgba(0, 0, 0, 0.8);
}
.link-b026.label-solid-9b82 .tiny_e597 {
  color: rgba(0, 0, 0, 0.8);
}
.link-b026.label-solid-9b82 .detail_lower_85ef {
  border-color: rgba(0, 0, 0, 0.08);
}
.link-b026.label-solid-9b82 .detail_lower_85ef:before {
  background: rgba(0, 0, 0, 0.08);
}
.link-b026.label-solid-9b82 .mini-b63f:before {
  background: rgba(255, 255, 255, 0.9);
}
.link-b026.label-solid-9b82 .pro-d03e .outline_8ea3 li a,
.link-b026.label-solid-9b82 .pro-d03e .frame_88e8,
.link-b026.label-solid-9b82 .notice-smooth-bd2f {
  border-color: rgba(0, 0, 0, 0.08);
}
.link-b026.label-solid-9b82 .pro-d03e .frame_88e8:focus,
.link-b026.label-solid-9b82 .pro-d03e .frame_88e8:hover {
  background: rgba(0, 0, 0, 0.01);
}
.link-b026.label-solid-9b82 .outline_8ea3 li {
  border-color: rgba(0, 0, 0, 0.08);
}
.link-b026.pink-d83d .purple-2af2,
.link-b026.pink-d83d .notification_8388 a,
.link-b026.pink-d83d .icon-bright-abdb .frame_88e8,
.link-b026.pink-d83d .icon-bright-abdb a,
.link-b026.pink-d83d .notice-smooth-bd2f a {
  color: rgba(255, 255, 255, 0.79);
}
.link-b026.pink-d83d .purple-2af2:hover,
.link-b026.pink-d83d .notification_8388 a:hover,
.link-b026.pink-d83d .icon-bright-abdb .frame_88e8:hover,
.link-b026.pink-d83d .icon-bright-abdb a:hover,
.link-b026.pink-d83d .notice-smooth-bd2f a:hover {
  color: rgba(255, 255, 255, 0.99);
}
.link-b026.pink-d83d .tiny_e597 {
  color: rgba(255, 255, 255, 0.99);
}
.link-b026.pink-d83d .detail_lower_85ef {
  border-color: rgba(255, 255, 255, 0.08);
}
.link-b026.pink-d83d .detail_lower_85ef:before {
  background: rgba(255, 255, 255, 0.08);
}
.link-b026.pink-d83d .mini-b63f:before {
  background: rgba(0, 0, 0, 0.9);
}
.link-b026.pink-d83d .pro-d03e .outline_8ea3 li a,
.link-b026.pink-d83d .pro-d03e .frame_88e8,
.link-b026.pink-d83d .notice-smooth-bd2f {
  border-color: rgba(255, 255, 255, 0.08);
}
.link-b026.pink-d83d .pro-d03e .frame_88e8:focus,
.link-b026.pink-d83d .pro-d03e .frame_88e8:hover {
  background: rgba(0, 0, 0, 0.01);
}
.link-b026.pink-d83d .outline_8ea3 li {
  border-color: rgba(255, 255, 255, 0.08);
}
.mini-b63f {
  position: relative;
  word-con: break-word;
  min-height: 100%;
  display: block;
}
.mini-b63f:before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  display: block;
  min-height: 100%;
}
.south_04ba {
  position: relative;
  word-con: break-word;
  min-height: 100%;
  display: block;
  padding: 1.2em 0;
}
.top-94e6 .link-b026 {
  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;
}
.top-94e6 .detail_lower_85ef {
  text-align: center;
  padding: 2em 1.5em;
  border: none;
  position: relative;
}
.top-94e6 .detail_lower_85ef: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) {
  .top-94e6 .detail_lower_85ef:before {
    width: 16%;
    left: 42%;
  }
}
.top-94e6 .detail_lower_85ef:last-child:before {
  content: none;
}
.top-94e6 .detail_lower_85ef[class*="-menu"] {
  padding: 2.5em 1.5em;
}
.top-94e6 .pro-d03e .outline_8ea3 li a {
  border: none;
  font-size: 140%;
  text-transform: uppercase;
  font-weight: 500;
}
.top-94e6 .pro-d03e .outline_8ea3 li a .frame_88e8 {
  display: inline-block;
  position: relative;
  border: 0 none;
  margin-right: -1.3em;
  top: -2px;
  padding: 0.28em 0.5em;
}
.top-94e6 .pro-d03e .notice-smooth-bd2f {
  border: none;
}
.top-94e6 .pro-d03e .notice-smooth-bd2f li a {
  text-transform: none;
  padding: 0.35em 1.5em;
  font-size: 100%;
}
.top-94e6 .mini-b63f {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}
.top-94e6 .south_04ba {
  max-width: 48em;
  margin: 3em auto;
  padding: 0;
}
.top-94e6 .pink-d83d .mini-b63f:before {
  background: rgba(0, 0, 0, 0.9);
}
.top-94e6 .label-solid-9b82.inner-37f3 .menu_c8d7 {
  background: rgba(0, 0, 0, 0.6);
}
.top-94e6
  .label-solid-9b82.inner-37f3
  .menu_c8d7::after,
.top-94e6
  .label-solid-9b82.inner-37f3
  .menu_c8d7:before {
  background: inherit;
}
.top-94e6
  .label-solid-9b82.inner-37f3:hover
  .menu_c8d7 {
  background: rgba(0, 0, 0, 0.8);
}
.card_cd22 .link-b026 {
  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) {
  .card_cd22 .link-b026 {
    width: auto;
    right: 45px;
  }
}
.element-large-c68d .link-b026 {
  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) {
  .element-large-c68d .link-b026 {
    width: auto;
    left: 45px;
  }
}
.heading_9f0a .link-b026 {
  position: relative;
  height: 0;
  display: block;
  visibility: visible;
  z-index: 999900;
  overflow: hidden;
}
.heading_9f0a .south_04ba {
  max-width: 48em;
  margin: 0 auto;
}
.heading_9f0a .mini-b63f:before {
  box-shadow: inset 0 0 12px 0 rgba(0, 0, 0, 0.05);
}
.popup_abc9 {
  overflow-x: hidden;
  position: relative;
  width: 100%;
  display: block;
}
.popup_abc9.top-94e6 .link-b026 {
  z-index: 0;
  opacity: 0;
  height: 100%;
}
.popup_abc9.card_cd22 .link-b026 {
  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);
}
.popup_abc9 .link-b026 {
  visibility: visible;
}
.popup_abc9.element-large-c68d .link-b026 {
  -webkit-transform: translateX(200%);
  -ms-transform: translateX(200%);
  transform: translateX(200%);
  height: 100%;
}
.dynamic_5f38,
.primary-7640 {
  overflow-x: hidden;
}
.dynamic_5f38 .link-b026 {
  overflow: auto;
}
.dynamic_5f38.top-94e6 {
  overflow: initial;
  position: relative;
  width: 100%;
  display: block;
}
.dynamic_5f38.top-94e6 .link-b026 {
  z-index: 999900;
  opacity: 1;
  visibility: visible;
}
.dynamic_5f38.top-94e6 .north-b80d {
  opacity: 0;
}
.dynamic_5f38.card_cd22 {
  overflow: initial;
  position: relative;
  width: 100%;
  display: block;
}
.dynamic_5f38.card_cd22 .link-b026 {
  z-index: 999900;
  height: 100vh;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  left: 0;
  visibility: visible;
}
.dynamic_5f38.card_cd22 .north-b80d {
  opacity: 0;
}
.dynamic_5f38.element-large-c68d {
  overflow: initial;
  position: relative;
  width: 100%;
  display: block;
}
.dynamic_5f38.element-large-c68d .link-b026 {
  z-index: 999900;
  height: 100vh;
  max-width: 100vw;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  right: 0;
  visibility: visible;
}
.dynamic_5f38.element-large-c68d .north-b80d {
  opacity: 0;
}
.dynamic_5f38.heading_9f0a .link-b026 {
  z-index: 10;
  visibility: visible;
}
.inner-37f3 {
  display: none;
  z-index: 999910;
  cursor: pointer;
  position: fixed;
  top: 10px;
  right: 12px;
}
.inner-37f3 .menu_c8d7 {
  background: rgba(255, 255, 255, 0.99);
}
.inner-37f3 .menu_c8d7::after,
.inner-37f3 .menu_c8d7:before {
  background: inherit;
}
.inner-37f3:hover .menu_c8d7 {
  background: rgba(255, 255, 255, 0.99);
}
.element-large-c68d .inner-37f3 {
  top: 10px;
  right: auto;
  left: 12px;
}
.heading_9f0a .inner-37f3 {
  display: none !important;
}
.dynamic_5f38:before,
.primary-7640:before {
  z-index: 999897;
  visibility: visible;
  opacity: 1;
}
.dynamic_5f38 .inner-37f3,
.primary-7640 .inner-37f3 {
  display: inline-block;
}
.link-b026 .old_bfbb {
  -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;
}
.dynamic_5f38 .link-b026 .old_bfbb,
.primary-7640 .link-b026 .old_bfbb {
  opacity: 1;
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
}
.fast-1525 .header_pink_f655 {
  width: 100%;
}
.row-pro-740b {
  padding: 0 0.5em 0;
}
.row-pro-740b [class*="customify-col-"],
.row-pro-740b [class*="customify-col_"],
.row-pro-740b [class~="customify-col"] {
  padding: 0 0.5em 0;
}
.border-9787 .row-pro-740b {
  padding-left: 1em;
  padding-right: 1em;
}
@media screen and (min-width: 1025px) {
  .dynamic-d22c .surface_lower_a109,
  .surface_lower_a109 {
    display: none;
  }
  .hot-c310 {
    text-align: left;
  }
  .message-south-14ed {
    text-align: center;
  }
  .active-8e70 {
    text-align: right;
  }
}
@media screen and (max-width: 1024px) {
  .dynamic-d22c .prev_02dd,
  .prev_02dd {
    display: none;
  }
  .wrapper-hovered-6d46 {
    text-align: left;
  }
  .widget_1802 {
    text-align: center;
  }
  .table_green_76f6 {
    text-align: right;
  }
}
@media screen and (max-width: 568px) {
  .dynamic-d22c .liquid-4caa,
  .liquid-4caa {
    display: none;
  }
  .input_action_7e34 {
    text-align: left;
  }
  .stone_b784 {
    text-align: center;
  }
  .fixed-7b54 {
    text-align: right;
  }
}
#page {
  position: relative;
}
.tooltip-last-e7a6 {
  box-shadow: none !important;
}
.accordion-action-f646 .sidebar_0087,
.menu_38a9 .sidebar_0087 {
  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;
}
.menu_38a9 .sidebar_0087 {
  margin-top: 30px;
  margin-bottom: 30px;
}
.pagination-outer-b3d8 {
  position: relative;
  padding-left: 2em;
  padding-right: 2em;
}
.pagination-outer-b3d8:after,
.pagination-outer-b3d8:before {
  content: "";
  display: table;
}
.pagination-outer-b3d8:after {
  clear: both;
}
@media screen and (max-width: 48em) {
  .pagination-outer-b3d8 {
    padding-left: 1em;
    padding-right: 1em;
  }
}
.pagination-outer-b3d8,
.notification_advanced_7236 {
  max-width: 1248px;
  margin: 0 auto;
}

.bronze-6876.cold-def9 .pagination-outer-b3d8 {
  max-width: 100%;
}
.bronze-6876.backdrop-15c4 {
  max-width: 1200px;
  margin: 0 auto;
}
.bronze-6876.progress_blue_32e6 .pagination-outer-b3d8 {
  max-width: 100%;
}
.bronze-6876.progress_blue_32e6 > .pagination-outer-b3d8 {
  padding-left: 0;
  padding-right: 0;
}
.bronze-6876.progress_blue_32e6 > .pagination-outer-b3d8 .dynamic-d22c {
  margin: 0;
}
.bronze-6876.progress_blue_32e6
  > .pagination-outer-b3d8
  .dropdown_0927.right_6b6a {
  margin-right: 0;
  margin-left: 0;
}
.bronze-6876.progress_blue_32e6 #main.right_6b6a {
  padding: 0;
}
#main,
#sidebar-primary,
#sidebar-secondary {
  padding-top: 2.617924em;
  padding-bottom: 2.617924em;
}
@media screen and (max-width: 1024px) {
  .component_easy_9abc #main {
    border-left: 0 none;
  }
}
@media screen and (max-width: 1024px) {
  .component_easy_9abc #sidebar-secondary {
    -webkit-box-ordinal-group: 6;
    order: 5;
    display: none;
  }
}
@media screen and (min-width: 48em) {
  .fluid-2c0e .progress-south-adac {
    padding-right: 1em;
  }
  .fluid-2c0e.cool_fe72 .dropdown_0927 {
    border-right: 1px solid #eaecee;
  }
  .fluid-2c0e.cool_fe72 .progress-south-adac {
    padding-right: 1em;
  }
  .fluid-2c0e.cool_fe72 .next-3fb7 {
    padding-left: 1em;
  }
}
@media screen and (min-width: 48em) {
  .article_aa20 .progress-south-adac {
    padding-left: 1em;
  }
  .article_aa20.cool_fe72 .dropdown_0927 {
    border-left: 1px solid #eaecee;
  }
  .article_aa20.cool_fe72 .progress-south-adac {
    padding-left: 1em;
  }
  .article_aa20.cool_fe72 .next-3fb7 {
    padding-right: 1em;
  }
}
@media screen and (min-width: 48em) {
  .image-hovered-2291 .progress-south-adac {
    padding-left: 1em;
  }
  .image-hovered-2291.cool_fe72 .nav_pink_cba6 {
    border-right: 1px solid #eaecee;
  }
  .image-hovered-2291.cool_fe72 .notification-easy-6417 {
    border-right: 1px solid #eaecee;
  }
  .image-hovered-2291.cool_fe72 .progress-south-adac {
    padding-left: 1em;
  }
  .image-hovered-2291.cool_fe72 .next-3fb7 {
    padding-right: 1em;
  }
  .image-hovered-2291.cool_fe72 .thumbnail-1ee0 {
    padding-left: 1em;
    padding-right: 1em;
  }
}
@media screen and (min-width: 48em) {
  .form-new-365f .progress-south-adac {
    padding-right: 1em;
  }
  .form-new-365f.cool_fe72 .nav_pink_cba6 {
    border-left: 1px solid #eaecee;
  }
  .form-new-365f.cool_fe72 .notification-easy-6417 {
    border-left: 1px solid #eaecee;
  }
  .form-new-365f.cool_fe72 .progress-south-adac {
    padding-right: 1em;
  }
  .form-new-365f.cool_fe72 .next-3fb7 {
    padding-left: 1em;
    padding-right: 1em;
  }
  .form-new-365f.cool_fe72 .thumbnail-1ee0 {
    padding-left: 1em;
  }
}
@media screen and (min-width: 48em) {
  .component_easy_9abc .progress-south-adac {
    padding-left: 1em;
    padding-right: 1em;
  }
  .component_easy_9abc.cool_fe72 .dropdown_0927 {
    border-left: 1px solid #eaecee;
    border-right: 1px solid #eaecee;
  }
  .component_easy_9abc.cool_fe72 .progress-south-adac {
    padding-left: 1em;
    padding-right: 1em;
  }
  .component_easy_9abc.cool_fe72 .next-3fb7 {
    padding-left: 1em;
  }
  .component_easy_9abc.cool_fe72 .thumbnail-1ee0 {
    padding-right: 1em;
  }
}
@media screen and (max-width: 64em) {
  .component_easy_9abc.cool_fe72 .progress-south-adac {
    padding-left: 0;
  }
}
.alert-61ec .pro_76e5 {
  display: inline-block;
}
.new_eb7b {
  display: inline-block;
}
.icon-df38 {
  word-con: break-word;
}
.dropdown-f876 > span {
  display: inline-block;
  padding: 5px 0;
}
.dropdown-f876 .rough_0dd0 {
  margin-left: 8px;
  margin-right: 8px;
}
.dropdown-f876 .static_f55e img {
  vertical-align: middle;
  overflow: hidden;
  border-radius: 50%;
  margin-right: 5px;
}
.table-tall-730a .outer_6da2 {
  margin-bottom: 2em;
}
.table-tall-730a .pro-32e2 {
  margin-bottom: 15px;
}
.table-tall-730a .pro-32e2:last-child {
  margin-bottom: 0;
}
.table-tall-730a .video-hard-254d {
  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) {
  .table-tall-730a .video-hard-254d {
    display: block;
  }
}
.table-tall-730a .sort_static_2ba9 {
  position: relative;
  max-width: 100%;
  flex-basis: 40%;
  padding-top: 0;
  overflow: hidden;
}
@media screen and (max-width: 568px) {
  .table-tall-730a .sort_static_2ba9 {
    margin-bottom: 1em;
    width: 100% !important;
    padding-top: 56.25%;
  }
}
.table-tall-730a .clean-683e {
  position: absolute;
  top: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: flex;
  line-height: 0;
  background-color: #d5d5d5;
}
.table-tall-730a .clean-683e img {
  -o-object-fit: cover;
  object-fit: cover;
  width: 100%;
  height: auto;
}
.table-tall-730a .clean-683e a {
  position: absolute;
  top: 0;
  top: 0;
  display: block;
}
.table-tall-730a .icon-df38 {
  font-size: 1.5em;
  font-weight: 500;
  word-con: break-word;
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
}
.table-tall-730a .icon-df38 a {
  text-align: inherit;
  display: block;
  flex-basis: 100%;
}
.table-tall-730a .paper_b131 p:last-child {
  margin-bottom: 0;
}
.table-tall-730a .slider-69ac {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: block;
  z-index: 30;
}
.table-tall-730a .copper-8f65 {
  -webkit-box-flex: 1;
  flex: 1;
  word-con: break-word;
  max-width: 100%;
}
.table-tall-730a .table_upper_5851 {
  margin-top: 1em;
}
.table-tall-730a .item-fresh-d37b {
  top: 0;
  display: block;
}
.table-tall-730a .item-fresh-d37b a {
  color: inherit;
}
.table-tall-730a .item-fresh-d37b a:hover {
  color: inherit;
}
.table-tall-730a .input_gas_a643 {
  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;
}
.table-tall-730a .input_gas_a643:hover {
  background: #235787;
  color: #fff;
  border-color: #235787;
}
.table-tall-730a .copper-8f65 {
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-flow: column nowrap;
}
.table-tall-730a .progress-242f {
  position: relative;
  width: 100%;
  margin-bottom: 15px;
}
.table-tall-730a .progress-242f:first-child {
  margin-top: 0;
}
.table-tall-730a .progress-242f.content_glass_bfd1 {
  -webkit-box-flex: 0;
  flex: none;
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.table-tall-730a .progress-242f.narrow-bbc3 {
  display: -webkit-box;
  display: flex;
  margin-top: auto;
  margin-bottom: 0;
  -webkit-box-pack: justify;
  justify-content: space-between;
}
.table-tall-730a
  .progress-242f.narrow-bbc3.picture_simple_c584
  .table_upper_5851 {
  width: 100%;
}
.table-tall-730a .narrow-bbc3 {
  -webkit-box-align: center;
  align-items: center;
}
.table-tall-730a .narrow-bbc3 .dropdown-f876,
.table-tall-730a .narrow-bbc3 > * {
  margin-bottom: 0;
  margin-top: 0;
  display: inline-block;
}
.table-tall-730a .clean-683e {
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
.table-tall-730a .clean-683e img {
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
.table-tall-730a .clean-683e: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;
}
.table-tall-730a .content_glass_bfd1 {
  z-index: 5;
}
.table-tall-730a .link-smooth-4c76 .badge_755c {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  display: block;
}
.table-tall-730a .sidebar_77b2 .badge_755c {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  display: block;
}
.table-tall-730a .static_45b0 .badge_755c {
  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;
}
.table-tall-730a.sort-13da .video-hard-254d,
.table-tall-730a.surface_soft_eeb3 .video-hard-254d {
  display: block;
}
.table-tall-730a.sort-13da .video-hard-254d .paragraph_6e81,
.table-tall-730a.sort-13da .video-hard-254d .copper-8f65,
.table-tall-730a.surface_soft_eeb3 .video-hard-254d .paragraph_6e81,
.table-tall-730a.surface_soft_eeb3 .video-hard-254d .copper-8f65 {
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
}
.table-tall-730a.link-0892 .sort_static_2ba9 {
  margin-right: 2em;
}
@media screen and (max-width: 568px) {
  .table-tall-730a.link-0892 .sort_static_2ba9 {
    margin-right: 0;
  }
}
.table-tall-730a.sort-13da .sort_static_2ba9,
.table-tall-730a.surface_soft_eeb3 .sort_static_2ba9 {
  padding-top: 40%;
}
.table-tall-730a.sort-13da .outer_6da2,
.table-tall-730a.surface_soft_eeb3 .outer_6da2 {
  display: block;
}
.table-tall-730a.sort-13da .fn-sticky-196e .copper-8f65,
.table-tall-730a.surface_soft_eeb3 .fn-sticky-196e .copper-8f65 {
  background-color: #fcf8e3;
  border: 1px solid #faf2cc;
  border-top: 0 none;
  color: #8a6d3b;
  padding: 1em;
}
.table-tall-730a.sort-13da .sort_static_2ba9,
.table-tall-730a.surface_soft_eeb3 .sort_static_2ba9 {
  margin-bottom: 1em;
  display: block;
  position: relative;
}
.table-tall-730a.sort-13da .copper-8f65 {
  padding: 1em;
}
.badge-20ba {
  margin: 30px auto;
  display: block;
}
.badge-20ba .row-old-be6b > * {
  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;
}
.badge-20ba .row-old-be6b > :hover {
  border-color: #235787;
  background: #235787;
  color: #fff;
}
.badge-20ba .row-old-be6b span {
  border-color: #235787;
  background: #235787;
  color: #fff;
}
.button_large_5c9c .dropdown-f876 {
  margin-bottom: 1.41575em;
}
.button_large_5c9c .menu-784f {
  margin-bottom: 1.618em;
}
.notification_east_23e2 .form_8694 {
  display: block;
  margin: 5px 0 20px;
  font-weight: 500;
}
.notification_east_23e2 .form_8694 a {
  border: 1px solid #eaecee;
  padding: 5px 12px 5px;
  text-transform: uppercase;
  color: #686868;
  margin: 0 2px;
}
.notification_east_23e2 .grid-liquid-ee03 {
  max-width: 100%;
  overflow: auto;
}
.item-hard-6791 .notification_east_23e2 a:hover {
  text-decoration: underline;
}
.hard_736f .pro-32e2:not(.icon-df38),
.hard_736f .clean-683e {
  margin-bottom: 1.41575em;
}
.hard_736f .pro-32e2:not(.icon-df38):last-child,
.hard_736f .clean-683e:last-child {
  margin-bottom: 0;
}
.hard_736f .pro-32e2.feature-soft-8225 {
  margin-bottom: 0.41575em;
}
.hard_736f .carousel-slow-a4b1:before,
.hard_736f .dim-52e5:before {
  font: normal normal normal 16px/1 FontAwesome;
  text-decoration: inherit;
  text-transform: none;
  position: relative;
  margin-right: 5px;
  color: #6d6d6d;
}
.hard_736f .carousel-slow-a4b1:before {
  content: "\f115";
}
.hard_736f .dim-52e5:before {
  content: "\f02c";
}
.hard_736f .heading-action-99ab {
  display: block;
  width: 100%;
  margin-top: 0.5407911001em;
}
.hard_736f .heading-action-99ab a {
  text-transform: uppercase;
  font-weight: 500;
  font-size: 80%;
  letter-spacing: 0.5px;
}
.out_776d {
  display: -webkit-box;
  display: flex;
}
.out_776d .alert-18a6 {
  flex-basis: 90px;
}
@media screen and (max-width: 568px) {
  .out_776d .alert-18a6 {
    flex-basis: 90px;
  }
}
.out_776d .input_040a {
  flex-basis: calc(100% - 90px);
  margin-left: 1.5em;
}
@media screen and (max-width: 568px) {
  .out_776d .input_040a {
    flex-basis: calc(100% - 50px);
  }
}
.out_776d .banner-pink-7938 p:last-child {
  margin-bottom: 0.72em;
}
.footer_dim_17c2 .row-old-be6b {
  padding: 16px 0 15px;
  border-top: 1px solid #eaecee;
  border-bottom: 1px solid #eaecee;
}
.footer_dim_17c2 .row-old-be6b:after,
.footer_dim_17c2 .row-old-be6b:before {
  content: "";
  display: table;
}
.footer_dim_17c2 .row-old-be6b:after {
  clear: both;
}
.footer_dim_17c2 .row-old-be6b .alert_iron_8955,
.footer_dim_17c2 .row-old-be6b .wood-2932 {
  width: 49%;
}
.footer_dim_17c2 .row-old-be6b .alert_iron_8955 a span.medium-23c8,
.footer_dim_17c2 .row-old-be6b .wood-2932 a span.medium-23c8 {
  display: block;
  margin-bottom: 5px;
}
.footer_dim_17c2 .row-old-be6b .wood-2932 {
  float: left;
  text-align: left;
}
.footer_dim_17c2 .row-old-be6b .alert_iron_8955 {
  float: right;
  text-align: right;
}
.grid-53c8 {
  margin-bottom: 0.41575em;
}
@media screen and (max-width: 568px) {
  .grid-53c8 {
    margin-bottom: 0;
  }
}
.backdrop-87a8 {
  margin-bottom: 1em;
}
.backdrop-87a8 .icon-df38 {
  font-size: 1.1em;
  line-height: 1.3;
}
.stale-7c01 a {
  display: block;
  line-height: 0;
  position: relative;
}
.content-active-f94d .backdrop-87a8,
.background_d179 .backdrop-87a8 {
  display: -webkit-box;
  display: flex;
}
@media screen and (max-width: 568px) {
  .content-active-f94d .backdrop-87a8,
  .background_d179 .backdrop-87a8 {
    display: block;
  }
}
.content-active-f94d .stale-7c01,
.background_d179 .stale-7c01 {
  flex-basis: 160px;
  position: relative;
}
@media screen and (max-width: 568px) {
  .content-active-f94d .stale-7c01,
  .background_d179 .stale-7c01 {
    margin-bottom: 1em;
  }
}
.content-active-f94d .stale-7c01 img,
.background_d179 .stale-7c01 img {
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  display: block;
}
.content-active-f94d .link-rough-9b7c,
.background_d179 .link-rough-9b7c {
  flex-basis: calc(100% - 160px);
}
.content-active-f94d .link-rough-9b7c p,
.background_d179 .link-rough-9b7c p {
  margin-bottom: 0;
}
.content-active-f94d .link-rough-9b7c {
  padding-left: 1em;
}
@media screen and (max-width: 568px) {
  .content-active-f94d .link-rough-9b7c {
    padding-left: 0;
  }
}
.background_d179 .link-rough-9b7c {
  -webkit-box-ordinal-group: 2;
  order: 1;
  padding-right: 1em;
}
@media screen and (max-width: 568px) {
  .background_d179 .link-rough-9b7c {
    padding-right: 0;
  }
}
.background_d179 .stale-7c01 {
  -webkit-box-ordinal-group: 3;
  order: 2;
}
.black_c04e .stale-7c01 {
  margin-bottom: 0.5em;
}
.black_c04e .stale-7c01 img {
  width: 100%;
}
.copper_c2a0 .caption_bbda,
.thick_e159 .caption_bbda {
  margin-bottom: 35px;
  padding-bottom: 20px;
  border-bottom: 1px solid #eaecee;
}
.thick_e159 .dropdown_0927 .chip_red_4380 p:last-child {
  margin-bottom: 0;
}
.down-3573 {
  font-size: 16px;
  text-transform: uppercase;
  font-weight: 500;
  color: currentColor;
  margin-bottom: 20px;
}
.media_wide_fce3 .surface-small-d91d {
  margin-bottom: 2em;
}
@media screen and (min-width: 1025px) {
  .media_wide_fce3 .surface-small-d91d:last-of-type {
    margin-bottom: 0;
  }
}
.media_wide_fce3 .surface-small-d91d ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.media_wide_fce3 .surface-small-d91d ul:after {
  clear: both;
  content: ".";
  display: block;
  height: 0;
  visibility: hidden;
}
.media_wide_fce3 .surface-small-d91d ul li {
  margin: 0 0 0.6em;
}
.media_wide_fce3 .surface-small-d91d ul li.upper_b49d,
.media_wide_fce3 .surface-small-d91d ul li.short_a742 {
  position: relative;
}
.media_wide_fce3 .surface-small-d91d ul li.upper_b49d .footer_hot_18a6,
.media_wide_fce3 .surface-small-d91d ul li.short_a742 .footer_hot_18a6 {
  right: 0;
  background: #eaecee;
  color: #999;
  padding: 0 0.5em;
  border-radius: 0.9em;
  font-size: 12px;
  position: absolute;
  top: 4px;
}
.media_wide_fce3 .surface-small-d91d ul li.upper_b49d:after:after,
.media_wide_fce3 .surface-small-d91d ul li.upper_b49d:after:before,
.media_wide_fce3
  .surface-small-d91d
  ul
  li.short_a742:after:after,
.media_wide_fce3
  .surface-small-d91d
  ul
  li.short_a742:after:before {
  content: "";
  display: table;
}
.media_wide_fce3 .surface-small-d91d ul li.upper_b49d:after:after,
.media_wide_fce3
  .surface-small-d91d
  ul
  li.short_a742:after:after {
  clear: both;
}
.media_wide_fce3 .surface-small-d91d a.modal_cd94:hover {
  text-decoration: none;
}
.media_wide_fce3 .surface-small-d91d select {
  max-width: 100%;
}
.media_wide_fce3 .surface-small-d91d table {
  font-size: 85%;
}
.media_wide_fce3 .surface-small-d91d table td,
.media_wide_fce3 .surface-small-d91d table th {
  padding: 0.2360828548em;
  text-align: center;
}
.media_wide_fce3 .surface-small-d91d table tfoot td {
  text-align: left;
}
.media_wide_fce3 .surface-small-d91d :last-child {
  margin-bottom: 0;
}
.media_wide_fce3 .surface-small-d91d .bright_8181 {
  display: -webkit-box;
  display: flex;
  width: 100%;
  max-width: 100%;
}
.media_wide_fce3 .surface-small-d91d .bright_8181 label {
  width: 100%;
}
.media_wide_fce3 .surface-small-d91d .bright_8181 .alert_fbc6 {
  width: 100%;
  display: block;
}
.media_wide_fce3 .surface-small-d91d .bright_8181 .row_wide_1b6e {
  padding: 9px 14px;
  margin-left: -46px;
  overflow: hidden;
  box-shadow: none;
  background: 0 0;
  color: #aaa;
  line-height: 0;
}
.media_wide_fce3 .surface-small-d91d .bright_8181 .row_wide_1b6e:hover svg #svg-search {
  fill: #444;
}
.media_wide_fce3 .surface-small-d91d .bright_8181 .row_wide_1b6e svg {
  width: 18px;
  height: 18px;
}
.media_wide_fce3 .highlight_c439 ul ul,
.media_wide_fce3 .tertiary-e0f9 ul ul,
.media_wide_fce3 .tooltip_357c ul ul,
.media_wide_fce3 .column-e655 ul ul {
  margin-top: 0.3819820591em;
  margin-left: 0;
  margin-bottom: -0.3819820591em;
}
.media_wide_fce3 .highlight_c439 .mini_4445 > a,
.media_wide_fce3 .tertiary-e0f9 .mini_4445 > a,
.media_wide_fce3 .tooltip_357c .mini_4445 > a,
.media_wide_fce3 .column-e655 .mini_4445 > a {
  margin-bottom: 0;
}
.media_wide_fce3 .center_47bc li,
.media_wide_fce3 .highlight_c439 li,
.media_wide_fce3 .element_aa0c li,
.media_wide_fce3 .tertiary-e0f9 li,
.media_wide_fce3 .tooltip_357c li,
.media_wide_fce3 .column-e655 li,
.media_wide_fce3 .input_first_aa71 li,
.media_wide_fce3 .warm-9fd5 li {
  display: block;
  position: relative;
}
.media_wide_fce3 .center_47bc li:last-child,
.media_wide_fce3 .highlight_c439 li:last-child,
.media_wide_fce3 .element_aa0c li:last-child,
.media_wide_fce3 .tertiary-e0f9 li:last-child,
.media_wide_fce3 .tooltip_357c li:last-child,
.media_wide_fce3 .column-e655 li:last-child,
.media_wide_fce3 .input_first_aa71 li:last-child,
.media_wide_fce3 .warm-9fd5 li:last-child {
  border: none;
}
.media_wide_fce3 .center_47bc li a,
.media_wide_fce3 .highlight_c439 li a,
.media_wide_fce3 .element_aa0c li a,
.media_wide_fce3 .tertiary-e0f9 li a,
.media_wide_fce3 .tooltip_357c li a,
.media_wide_fce3 .column-e655 li a,
.media_wide_fce3 .input_first_aa71 li a,
.media_wide_fce3 .warm-9fd5 li a {
  display: block;
  width: 100%;
  padding-bottom: 0.6em;
  margin-bottom: 0.6em;
  border-bottom: 1px solid #eaecee;
  position: relative;
}
.media_wide_fce3 .center_47bc li ul li::before,
.media_wide_fce3 .highlight_c439 li ul li::before,
.media_wide_fce3 .element_aa0c li ul li::before,
.media_wide_fce3 .tertiary-e0f9 li ul li::before,
.media_wide_fce3 .tooltip_357c li ul li::before,
.media_wide_fce3 .column-e655 li ul li::before,
.media_wide_fce3 .input_first_aa71 li ul li::before,
.media_wide_fce3 .warm-9fd5 li ul li::before {
  left: 15px;
}
.media_wide_fce3 .center_47bc li ul a,
.media_wide_fce3 .highlight_c439 li ul a,
.media_wide_fce3 .element_aa0c li ul a,
.media_wide_fce3 .tertiary-e0f9 li ul a,
.media_wide_fce3 .tooltip_357c li ul a,
.media_wide_fce3 .column-e655 li ul a,
.media_wide_fce3 .input_first_aa71 li ul a,
.media_wide_fce3 .warm-9fd5 li ul a {
  padding-left: 20px;
}
.media_wide_fce3 .center_47bc li ul ul li::before,
.media_wide_fce3 .highlight_c439 li ul ul li::before,
.media_wide_fce3 .element_aa0c li ul ul li::before,
.media_wide_fce3 .tertiary-e0f9 li ul ul li::before,
.media_wide_fce3 .tooltip_357c li ul ul li::before,
.media_wide_fce3 .column-e655 li ul ul li::before,
.media_wide_fce3 .input_first_aa71 li ul ul li::before,
.media_wide_fce3 .warm-9fd5 li ul ul li::before {
  left: 30px;
}
.media_wide_fce3 .center_47bc li ul ul a,
.media_wide_fce3 .highlight_c439 li ul ul a,
.media_wide_fce3 .element_aa0c li ul ul a,
.media_wide_fce3 .tertiary-e0f9 li ul ul a,
.media_wide_fce3 .tooltip_357c li ul ul a,
.media_wide_fce3 .column-e655 li ul ul a,
.media_wide_fce3 .input_first_aa71 li ul ul a,
.media_wide_fce3 .warm-9fd5 li ul ul a {
  padding-left: 40px;
}
.media_wide_fce3 .tiny-cc80 li {
  padding-bottom: 0.6em;
  border-bottom: 1px solid #eaecee;
  position: relative;
}
.media_wide_fce3 .warm-9fd5 ul li {
  margin-bottom: 1.41575em;
}
.media_wide_fce3 .warm-9fd5 ul li .sidebar_small_348b {
  font-weight: 400;
  font-size: 1.2em;
  line-height: 1.28;
}
.media_wide_fce3 .warm-9fd5 ul li .active_easy_85c6 {
  display: block;
  margin: 0.5407911001em 0;
  font-size: 85%;
}
.pink-d83d .center_47bc li a,
.pink-d83d .highlight_c439 li a,
.pink-d83d .element_aa0c li a,
.pink-d83d .tertiary-e0f9 li a,
.pink-d83d .tooltip_357c li a,
.pink-d83d .column-e655 li a,
.pink-d83d .input_first_aa71 li a,
.pink-d83d .warm-9fd5 li a {
  border-color: rgba(255, 255, 255, 0.08);
}
.pink-d83d .tiny-cc80 li {
  border-color: rgba(255, 255, 255, 0.08);
}
.pink-d83d .surface-small-d91d ul li.upper_b49d .footer_hot_18a6,
.pink-d83d .surface-small-d91d ul li.short_a742 .footer_hot_18a6 {
  background: rgba(0, 0, 0, 0.2);
}
.pink-d83d .media_wide_fce3 .surface-small-d91d select {
  border-color: rgba(255, 255, 255, 0.08);
}
.bronze-6876 .media_wide_fce3 .outline_8ea3 li {
  margin: 0;
}
.bronze-6876 .media_wide_fce3 .outline_8ea3 li a {
  display: block;
  padding: 0.6em 0 0.6em;
}
.bronze-6876 .media_wide_fce3 .outline_8ea3 li ul {
  margin: 0;
}
.bronze-6876 .media_wide_fce3 .outline_8ea3 li ul li a {
  padding-left: 15px;
}
.bronze-6876 .media_wide_fce3 .outline_8ea3 li ul li li a {
  padding-left: 30px;
}
.bronze-6876 .media_wide_fce3 .outline_8ea3 li.input-smooth-6f6b > a {
  position: relative;
  border: 1px solid #eaecee;
  border-left: none;
  border-right: none;
  font-size: 110%;
}
.bronze-6876 .media_wide_fce3 .outline_8ea3 li.input-smooth-6f6b > 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;
}
.bronze-6876 .media_wide_fce3 .outline_8ea3 li.input-smooth-6f6b > 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;
}
.rough-9238 a {
  border: 1px solid currentColor;
  border-radius: 2px;
  display: inline-block;
  font-size: 0.875em !important;
  margin-bottom: 5px;
  padding: 1px 10px 1px;
}
.mini_6f8b {
  position: relative;
  z-index: 10;
}
.mini_6f8b .old_bfbb {
  width: 100%;
  max-width: 100%;
}
.inner_7be2 .brown_7c0d {
  padding-top: 2em;
  padding-bottom: 2em;
}
.inner_7be2 .label-solid-9b82 {
}
.inner_7be2 .pink-d83d {
  background: #292929;
}
.tabs_a2b7 .brown_7c0d {
  padding-top: 2.5em;
  padding-bottom: 2.5em;
}
.tabs_a2b7 .label-solid-9b82 {
  background: #f9f9f9;
}
.tabs_a2b7 .pink-d83d {
  background: #303030;
}
.grid_24da .brown_7c0d {
  padding-top: 1.5em;
  padding-bottom: 1.5em;
}
@media screen and (max-width: 568px) {
  .grid_24da .pro_76e5 {
    margin-bottom: 1em;
  }
  .grid_24da .pro_76e5:last-child {
    margin-bottom: 0;
  }
}
.grid_24da .label-solid-9b82 {
  background: #ededed;
}
.grid_24da .pink-d83d {
  background: #1a1a1a;
}
.brown_7c0d.label-solid-9b82 {
  color: rgba(0, 0, 0, 0.6);
}
.brown_7c0d.label-solid-9b82 .carousel-middle-7821 li {
  border-color: rgba(0, 0, 0, 0.08);
}
.brown_7c0d.pink-d83d {
  color: rgba(255, 255, 255, 0.99);
}
.brown_7c0d.pink-d83d a:not(.modal_cd94) {
  color: rgba(255, 255, 255, 0.79);
}
.brown_7c0d.pink-d83d a:not(.modal_cd94):hover {
  color: rgba(255, 255, 255, 0.99);
}
.brown_7c0d.pink-d83d .carousel-middle-7821 li {
  border-color: rgba(255, 255, 255, 0.08);
}
.brown_7c0d.pink-d83d table tbody td,
.brown_7c0d.pink-d83d table th {
  background: rgba(0, 0, 0, 0.08);
}
.label-under-4dba.badge-bright-3cec .pagination-outer-b3d8 {
  max-width: initial;
}
.label-under-4dba .pattern_2d4a {
  -webkit-box-pack: start;
  justify-content: flex-start;
}
.label-under-4dba .pattern_2d4a .old_bfbb {
  width: auto;
}
@media screen and (max-width: 1024px) {
  .label-under-4dba .pattern_2d4a .old_bfbb {
    display: block;
    margin-bottom: 2em;
  }
  .label-under-4dba .pattern_2d4a .old_bfbb:last-child {
    margin-bottom: 0;
  }
}
.grid_24da .pro_76e5:last-child,
.tabs_a2b7 .pro_76e5:last-child,
.inner_7be2 .pro_76e5:last-child {
  margin-bottom: 0;
}
.grid_24da .pro_76e5 .media_wide_fce3 .surface-small-d91d:last-child,
.tabs_a2b7 .pro_76e5 .media_wide_fce3 .surface-small-d91d:last-child,
.inner_7be2 .pro_76e5 .media_wide_fce3 .surface-small-d91d:last-child {
  margin-bottom: 0;
}
@media screen and (max-width: 568px) {
  .grid_24da .popup_9302,
  .grid_24da .panel-ced7,
  .tabs_a2b7 .popup_9302,
  .tabs_a2b7 .panel-ced7,
  .inner_7be2 .popup_9302,
  .inner_7be2 .panel-ced7 {
    text-align: center;
  }
}
@media screen and (max-width: 48em) {
  .mini_6f8b .pro_76e5 {
    margin-bottom: 2em;
  }
}
.mini_6f8b p:last-child {
  margin-bottom: 0;
}
.mini_6f8b li,
.mini_6f8b ul {
  list-style: none;
  margin: 0;
}
.mini_6f8b ul ul {
  margin-left: 2.617924em;
}
.article_3add {
  font-size: 0.875em;
}

/* css-noise: a8c9 */
.phantom-card-l1 {
  padding: 0.4rem;
  font-size: 10px;
  line-height: 1.2;
}
