/*!
Theme Name: Customify
Theme URI: https://pressmaximum.disabled-selected-e79f/customify
Author: WPCustomify
Author URI: https://pressmaximum.disabled-selected-e79f
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.disabled-selected-e79f/customify
Version: 0.3.7
License: GNU General Public License v2 or later
License URI: http://www.filter_large_b325.tag-south-83e7/licenses/gpl-2.0.filter-2313
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.warm_77da/, (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.header-pink-8b73.border-4c28/normalize.background-11ed/
 ======
Note: Do not edit this file. If you wish to add your own CSS we strongly recommend creating your own child theme, or installing a custom CSS plugin.
======
*/ /*! normalize.background-11ed v7.0.0 | MIT License | github.disabled-selected-e79f/necolas/normalize.background-11ed */
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;
}
.right-211b .table_wide_bf13,
.blue_9b14,
.border_5c93,
.detail_250a,
.gallery-mini-caa2,
.soft-5a64,
.notice-20cb,
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;
}
.blue_9b14,
h1 {
  font-size: 2.42em;
  line-height: 1.216;
}
@media screen and (max-width: 1024px) {
  .blue_9b14,
  h1 {
    font-size: 2.1em;
  }
}
@media screen and (max-width: 568px) {
  .blue_9b14,
  h1 {
    font-size: 1.8em;
  }
}
.border_5c93,
h2 {
  font-size: 2.1em;
  line-height: 1.216;
}
.border_5c93 + h3,
h2 + h3 {
  border-top: 1px solid #eaecee;
  padding-top: 0.5407911001em;
}
@media screen and (max-width: 1024px) {
  .border_5c93,
  h2 {
    font-size: 1.9em;
  }
}
@media screen and (max-width: 568px) {
  .border_5c93,
  h2 {
    font-size: 1.7em;
  }
}
.detail_250a,
h3 {
  font-size: 1.618em;
}
.right-211b .table_wide_bf13,
.gallery-mini-caa2,
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.input_6642 {
  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;
}
.item-outer-0af0:after,
.item-outer-0af0:before,
.footer_b7ab:after,
.footer_b7ab:before {
  content: "";
  display: table;
}
.item-outer-0af0:after,
.footer_b7ab:after {
  clear: both;
}
.nav_thick_b088 {
  float: right;
  margin-right: 0;
}
.liquid-68ee {
  float: left;
  margin-left: 0;
}
form {
  margin-bottom: 2em;
}
.pattern_left_e91a .button-middle-ecc5,
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;
}
.pattern_left_e91a .button-middle-ecc5: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;
}
.lower-d335 .button-middle-ecc5 {
  box-shadow: none;
}
.lower-d335
  .button-middle-ecc5
  .tooltip-76cf {
  line-height: 2.4em;
  min-height: 2.6em;
  padding-left: 0;
}
.lower-d335 .button-middle-ecc5 .outline_995b {
  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;
}
.lower-d335
  .button-middle-ecc5
  .outline_995b
  b {
  display: none;
}
.lower-d335 .carousel-98f9 {
  border: 1px solid #e5e5e5;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.12) inset;
}
.element_680d:not(.accordion_bottom_3f17):not(.selected-39f4),
button:not(.accordion_bottom_3f17):not(.selected-39f4),
input[type="button"]:not(.accordion_bottom_3f17):not(
    .selected-39f4
  ),
input[type="reset"]:not(.accordion_bottom_3f17):not(
    .selected-39f4
  ),
input[type="submit"]:not(.accordion_bottom_3f17):not(
    .selected-39f4
  ) {
  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;
}
.element_680d:not(.accordion_bottom_3f17):not(
    .selected-39f4
  ):hover,
button:not(.accordion_bottom_3f17):not(
    .selected-39f4
  ):hover,
input[type="button"]:not(.accordion_bottom_3f17):not(
    .selected-39f4
  ):hover,
input[type="reset"]:not(.accordion_bottom_3f17):not(
    .selected-39f4
  ):hover,
input[type="submit"]:not(.accordion_bottom_3f17):not(
    .selected-39f4
  ):hover {
  box-shadow: inset 0 0 0 120px rgba(0, 0, 0, 0.18);
  color: #fff;
  outline: 0;
}
.element_680d:not(.accordion_bottom_3f17):not(
    .selected-39f4
  ):active,
.element_680d:not(.accordion_bottom_3f17):not(
    .selected-39f4
  ):focus,
button:not(.accordion_bottom_3f17):not(
    .selected-39f4
  ):active,
button:not(.accordion_bottom_3f17):not(
    .selected-39f4
  ):focus,
input[type="button"]:not(.accordion_bottom_3f17):not(
    .selected-39f4
  ):active,
input[type="button"]:not(.accordion_bottom_3f17):not(
    .selected-39f4
  ):focus,
input[type="reset"]:not(.accordion_bottom_3f17):not(
    .selected-39f4
  ):active,
input[type="reset"]:not(.accordion_bottom_3f17):not(
    .selected-39f4
  ):focus,
input[type="submit"]:not(.accordion_bottom_3f17):not(
    .selected-39f4
  ):active,
input[type="submit"]:not(.accordion_bottom_3f17):not(
    .selected-39f4
  ):focus {
  outline: 0;
}
.element_680d:not(.accordion_bottom_3f17):not(
    .selected-39f4
  ).fn-loading-2c32,
button:not(.accordion_bottom_3f17):not(
    .selected-39f4
  ).fn-loading-2c32,
input[type="button"]:not(.accordion_bottom_3f17):not(
    .selected-39f4
  ).fn-loading-2c32,
input[type="reset"]:not(.accordion_bottom_3f17):not(
    .selected-39f4
  ).fn-loading-2c32,
input[type="submit"]:not(.accordion_bottom_3f17):not(
    .selected-39f4
  ).fn-loading-2c32 {
  position: relative;
}
.element_680d:not(.accordion_bottom_3f17):not(
    .selected-39f4
  ).fn-loading-2c32
  .rough_765a,
.element_680d:not(.accordion_bottom_3f17):not(
    .selected-39f4
  ).fn-loading-2c32
  .middle_3d12,
.element_680d:not(.accordion_bottom_3f17):not(
    .selected-39f4
  ).fn-loading-2c32
  .dim-4399,
.element_680d:not(.accordion_bottom_3f17):not(
    .selected-39f4
  ).fn-loading-2c32
  i,
.element_680d:not(.accordion_bottom_3f17):not(
    .selected-39f4
  ).fn-loading-2c32
  svg,
button:not(.accordion_bottom_3f17):not(
    .selected-39f4
  ).fn-loading-2c32
  .rough_765a,
button:not(.accordion_bottom_3f17):not(
    .selected-39f4
  ).fn-loading-2c32
  .middle_3d12,
button:not(.accordion_bottom_3f17):not(
    .selected-39f4
  ).fn-loading-2c32
  .dim-4399,
button:not(.accordion_bottom_3f17):not(
    .selected-39f4
  ).fn-loading-2c32
  i,
button:not(.accordion_bottom_3f17):not(
    .selected-39f4
  ).fn-loading-2c32
  svg,
input[type="button"]:not(.accordion_bottom_3f17):not(
    .selected-39f4
  ).fn-loading-2c32
  .rough_765a,
input[type="button"]:not(.accordion_bottom_3f17):not(
    .selected-39f4
  ).fn-loading-2c32
  .middle_3d12,
input[type="button"]:not(.accordion_bottom_3f17):not(
    .selected-39f4
  ).fn-loading-2c32
  .dim-4399,
input[type="button"]:not(.accordion_bottom_3f17):not(
    .selected-39f4
  ).fn-loading-2c32
  i,
input[type="button"]:not(.accordion_bottom_3f17):not(
    .selected-39f4
  ).fn-loading-2c32
  svg,
input[type="reset"]:not(.accordion_bottom_3f17):not(
    .selected-39f4
  ).fn-loading-2c32
  .rough_765a,
input[type="reset"]:not(.accordion_bottom_3f17):not(
    .selected-39f4
  ).fn-loading-2c32
  .middle_3d12,
input[type="reset"]:not(.accordion_bottom_3f17):not(
    .selected-39f4
  ).fn-loading-2c32
  .dim-4399,
input[type="reset"]:not(.accordion_bottom_3f17):not(
    .selected-39f4
  ).fn-loading-2c32
  i,
input[type="reset"]:not(.accordion_bottom_3f17):not(
    .selected-39f4
  ).fn-loading-2c32
  svg,
input[type="submit"]:not(.accordion_bottom_3f17):not(
    .selected-39f4
  ).fn-loading-2c32
  .rough_765a,
input[type="submit"]:not(.accordion_bottom_3f17):not(
    .selected-39f4
  ).fn-loading-2c32
  .middle_3d12,
input[type="submit"]:not(.accordion_bottom_3f17):not(
    .selected-39f4
  ).fn-loading-2c32
  .dim-4399,
input[type="submit"]:not(.accordion_bottom_3f17):not(
    .selected-39f4
  ).fn-loading-2c32
  i,
input[type="submit"]:not(.accordion_bottom_3f17):not(
    .selected-39f4
  ).fn-loading-2c32
  svg {
  visibility: hidden;
}
.element_680d:not(.accordion_bottom_3f17):not(
    .selected-39f4
  ).fn-loading-2c32:after,
button:not(.accordion_bottom_3f17):not(
    .selected-39f4
  ).fn-loading-2c32:after,
input[type="button"]:not(.accordion_bottom_3f17):not(
    .selected-39f4
  ).fn-loading-2c32:after,
input[type="reset"]:not(.accordion_bottom_3f17):not(
    .selected-39f4
  ).fn-loading-2c32:after,
input[type="submit"]:not(.accordion_bottom_3f17):not(
    .selected-39f4
  ).fn-loading-2c32: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;
}
.element_680d:not(.accordion_bottom_3f17):not(.selected-39f4),
input[type="button"]:not(.accordion_bottom_3f17):not(
    .selected-39f4
  ),
input[type="reset"]:not(.accordion_bottom_3f17):not(
    .selected-39f4
  ),
input[type="submit"]:not(.accordion_bottom_3f17):not(
    .selected-39f4
  ) {
  color: #fff;
  background: #235787;
}
.element_680d:not(.accordion_bottom_3f17):not(
    .selected-39f4
  ):focus,
input[type="button"]:not(.accordion_bottom_3f17):not(
    .selected-39f4
  ):focus,
input[type="reset"]:not(.accordion_bottom_3f17):not(
    .selected-39f4
  ):focus,
input[type="submit"]:not(.accordion_bottom_3f17):not(
    .selected-39f4
  ):focus {
  color: #fff;
}
.element_680d.fn-disabled-2c32:not(.accordion_bottom_3f17):not(
    .selected-39f4
  ),
.element_680d[disabled]:not(.accordion_bottom_3f17):not(
    .selected-39f4
  ),
button.fn-disabled-2c32:not(.accordion_bottom_3f17):not(
    .selected-39f4
  ),
button[disabled]:not(.accordion_bottom_3f17):not(
    .selected-39f4
  ) {
  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;
}
.medium_6c01 {
  clip: rect(1px, 1px, 1px, 1px);
  position: absolute !important;
  height: 1px;
  width: 1px;
  overflow: hidden;
  word-con: normal !important;
}
.medium_6c01: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;
}
.next-0aa0 {
  display: inline;
  float: left;
  margin-right: 1.41575em;
}
.link_3617 {
  display: inline;
  float: right;
  margin-left: 1.41575em;
}
.focus-large-f2e8 {
  clear: both;
  display: block;
  margin: 0 auto;
}
.item-outer-0af0:after,
.item-outer-0af0:before,
.easy_55f5:after,
.easy_55f5:before,
.lower_4b81:after,
.lower_4b81:before,
.out_f607:after,
.out_f607:before,
.progress-8f6c:after,
.progress-8f6c:before,
.bronze_e97b:after,
.bronze_e97b:before {
  content: "";
  display: table;
  table-layout: fixed;
}
.item-outer-0af0:after,
.easy_55f5:after,
.lower_4b81:after,
.out_f607:after,
.progress-8f6c:after,
.bronze_e97b:after {
  clear: both;
}
.easy_55f5 .link-40e1,
.lower_4b81 .link-40e1,
.section-da2e .link-40e1 {
  border: none;
  margin-bottom: 0;
  margin-top: 0;
  padding: 0;
}
embed,
iframe,
object {
  max-width: 100%;
}
.element-4b9c {
  display: inline-block;
}
.texture_2569 {
  margin-bottom: 1.41575em;
  max-width: 100%;
}
.texture_2569 img[class*="wp-image-"] {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.texture_2569 .detail_74a8 {
  padding: 1em 0;
  font-size: 85%;
}
.detail_74a8 {
  text-align: left;
  font-style: italic;
  color: #999;
}
.overlay-wood-895c {
  margin-bottom: 1.5em;
  margin-bottom: 1.41575em;
}
.overlay-wood-895c:after,
.overlay-wood-895c:before {
  content: "";
  display: table;
}
.overlay-wood-895c:after {
  clear: both;
}
.label_39e8 {
  display: inline-block;
  text-align: center;
  vertical-align: top;
  width: 100%;
}
.gradient-bottom-45f7 .label_39e8 {
  max-width: 50%;
}
.stone-8e51 .label_39e8 {
  max-width: 33.33%;
}
.bronze-3a8c .label_39e8 {
  max-width: 25%;
}
.image-stone-d53a .label_39e8 {
  max-width: 20%;
}
.table_hard_91f9 .label_39e8 {
  max-width: 16.66%;
}
.media_gas_efb2 .label_39e8 {
  max-width: 14.28%;
}
.upper-bfeb .label_39e8 {
  max-width: 12.5%;
}
.preview-purple-22aa .label_39e8 {
  max-width: 11.11%;
}
.widget_9664 {
  display: block;
}
.right-211b .card-gold-bf9d label,
.right-211b .form_cold_8f1a label,
.right-211b .primary-dark-47e6 label,
.right-211b .input-under-e332 label {
  text-transform: uppercase;
  letter-spacing: 0.5px;
  font-size: 0.85em;
}
.highlight_paper_9054 {
  list-style: none;
  margin: 0;
}
.highlight_paper_9054 article.highlight-dirty-0635 {
  margin-bottom: 0;
}
.highlight_paper_9054 ul {
  list-style: none;
  margin: 0;
}
.highlight_paper_9054 .disabled_paper_68a8 li.highlight-dirty-0635 {
  padding-left: 30px;
}
@media screen and (min-width: 64em) {
  .highlight_paper_9054 .disabled_paper_68a8 li.highlight-dirty-0635 {
    padding-left: 85px;
    border-left: 1px solid #eaecee;
    position: relative;
    width: 100%;
  }
  .highlight_paper_9054 .disabled_paper_68a8 li.highlight-dirty-0635: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) {
  .highlight_paper_9054 .disabled_paper_68a8 li.highlight-dirty-0635 li.highlight-dirty-0635 li.highlight-dirty-0635 li.highlight-dirty-0635 {
    padding-left: 0;
  }
}
article.highlight-dirty-0635 {
  padding: 1.618em 0;
  margin-bottom: 1.618em;
}
article.highlight-dirty-0635 .easy_55f5 p:last-of-type {
  margin-bottom: 0;
}
article.highlight-dirty-0635 .medium_b3ff {
  float: left;
}
article.highlight-dirty-0635 .active_cb45 {
  margin-left: 85px;
}
article.highlight-dirty-0635 .green_195f {
  display: block;
  margin: 12px 0 12px;
  padding-bottom: 4px;
  border-bottom: 1px solid #eaecee;
}
article.highlight-dirty-0635 .green_195f .over_0717 {
  margin-left: 10px;
}
article.highlight-dirty-0635 .rough-6951 {
  font-weight: 500;
  text-transform: uppercase;
  line-height: 1;
  font-style: normal;
}
article.highlight-dirty-0635 .action_466b {
  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 .card-gold-bf9d,
  #respond .primary-dark-47e6,
  #respond .input-under-e332 {
    width: 29.4117647059%;
    margin-right: 5.8823529412%;
    float: left;
  }
}
#respond .card-gold-bf9d input,
#respond .primary-dark-47e6 input,
#respond .input-under-e332 input {
  width: 100%;
}
#respond .input-under-e332 {
  margin-right: 0;
}
#respond .tabs-0241 #wp-comment-cookies-consent {
  position: relative;
  top: -1px;
  margin-right: 5px;
}
.simple_748f {
  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;
}
.simple_748f.article-9db2 {
  width: 36px;
  height: 36px;
  min-height: 36px;
  font-size: 1.1em;
}
.simple_748f 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%);
}
.simple_748f:focus,
.simple_748f: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);
}
.green-8504 {
  border-radius: 10%;
}
.preview-brown-b724 {
  border-radius: 50%;
}
.tiny_ba35 {
  font-size: 0.72em;
}
.frame_dcf4 {
  font-size: 0.875em;
}
.hard-54ff {
  font-size: 1.1em;
}
.full_f361 {
  text-transform: uppercase;
  line-height: 1.2;
}
.full_f361.tiny_ba35 {
  letter-spacing: 0.5px;
}
.button_full_35c5,
.button_full_35c5 a {
  color: #6d6d6d;
}
.button_full_35c5 a:hover {
  color: #111;
}
.hot-c94c {
  color: #6d6d6d;
}
.top_956f {
  overflow-x: hidden;
}
.top_956f .outline_in_fd7d.prev_71a4 {
  position: relative;
}
.top_956f .outline_in_fd7d.prev_71a4.tiny-7944 {
  position: initial;
}
.top_956f
  .outline_in_fd7d.prev_71a4.tiny-7944
  .media-inner-0141 {
  left: auto;
}
.top_956f .outline_in_fd7d .media-inner-0141 {
  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;
}
.top_956f .outline_in_fd7d:hover.prev_71a4 {
  -webkit-transition-delay: 0s !important;
  transition-delay: 0s !important;
  outline: 1px solid #0073aa;
  outline-offset: -1px;
}
.top_956f
  .outline_in_fd7d:hover.prev_71a4
  .media-inner-0141 {
  display: block;
  z-index: 9999999;
}
.top_956f .bronze_77bc .tabs-0856,
.top_956f .progress_narrow_78fd .tabs-0856 {
  display: none;
}
.top_956f .link-liquid-ad61 .outline_in_fd7d:hover.prev_71a4 {
  outline: 1px dashed #ff472e;
  outline-offset: -1px;
}
.right-211b .card-gold-bf9d label,
.right-211b .form_cold_8f1a label,
.right-211b .primary-dark-47e6 label,
.right-211b .input-under-e332 label {
  text-transform: uppercase;
  letter-spacing: 0.5px;
  font-size: 0.85em;
}
.highlight_paper_9054 {
  list-style: none;
  margin: 0;
}
.highlight_paper_9054 article.highlight-dirty-0635 {
  margin-bottom: 0;
}
.highlight_paper_9054 ul {
  list-style: none;
  margin: 0;
}
.highlight_paper_9054 .disabled_paper_68a8 li.highlight-dirty-0635 {
  padding-left: 30px;
}
@media screen and (min-width: 64em) {
  .highlight_paper_9054 .disabled_paper_68a8 li.highlight-dirty-0635 {
    padding-left: 85px;
    border-left: 1px solid #eaecee;
    position: relative;
    width: 100%;
  }
  .highlight_paper_9054 .disabled_paper_68a8 li.highlight-dirty-0635: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) {
  .highlight_paper_9054 .disabled_paper_68a8 li.highlight-dirty-0635 li.highlight-dirty-0635 li.highlight-dirty-0635 li.highlight-dirty-0635 {
    padding-left: 0;
  }
}
article.highlight-dirty-0635 {
  padding: 1.618em 0;
  margin-bottom: 1.618em;
}
article.highlight-dirty-0635 .easy_55f5 p:last-of-type {
  margin-bottom: 0;
}
article.highlight-dirty-0635 .medium_b3ff {
  float: left;
}
article.highlight-dirty-0635 .active_cb45 {
  margin-left: 85px;
}
article.highlight-dirty-0635 .green_195f {
  display: block;
  margin: 12px 0 12px;
  padding-bottom: 4px;
  border-bottom: 1px solid #eaecee;
}
article.highlight-dirty-0635 .green_195f .over_0717 {
  margin-left: 10px;
}
article.highlight-dirty-0635 .rough-6951 {
  font-weight: 500;
  text-transform: uppercase;
  line-height: 1;
  font-style: normal;
}
article.highlight-dirty-0635 .action_466b {
  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 .card-gold-bf9d,
  #respond .primary-dark-47e6,
  #respond .input-under-e332 {
    width: 29.4117647059%;
    margin-right: 5.8823529412%;
    float: left;
  }
}
#respond .card-gold-bf9d input,
#respond .primary-dark-47e6 input,
#respond .input-under-e332 input {
  width: 100%;
}
#respond .input-under-e332 {
  margin-right: 0;
}
#respond .tabs-0241 #wp-comment-cookies-consent {
  position: relative;
  top: -1px;
  margin-right: 5px;
}
.bronze_77bc .component_current_acf0 {
  color: rgba(255, 255, 255, 0.99);
  background: rgba(0, 0, 0, 0.9);
}
.component_current_acf0 .detail-1181.lite_9b0c .video-static-9d9c > li > a:focus,
.component_current_acf0 .detail-1181.lite_9b0c .video-static-9d9c > li > a:hover,
.component_current_acf0 .detail-1181.prev_3cbb .video-static-9d9c > li > a:focus,
.component_current_acf0 .detail-1181.prev_3cbb .video-static-9d9c > li > a:hover,
.component_current_acf0 .detail-1181.accent_east_96c4 .video-static-9d9c > li > a:focus,
.component_current_acf0 .detail-1181.accent_east_96c4 .video-static-9d9c > li > a:hover {
  color: rgba(255, 255, 255, 0.99);
}
.component_current_acf0
  .detail-1181.lite_9b0c
  .video-static-9d9c
  > li.tag-cold-56fa
  > a,
.component_current_acf0
  .detail-1181.lite_9b0c
  .video-static-9d9c
  > li.shadow_dark_9bc2
  > a,
.component_current_acf0
  .detail-1181.prev_3cbb
  .video-static-9d9c
  > li.tag-cold-56fa
  > a,
.component_current_acf0
  .detail-1181.prev_3cbb
  .video-static-9d9c
  > li.shadow_dark_9bc2
  > a,
.component_current_acf0
  .detail-1181.accent_east_96c4
  .video-static-9d9c
  > li.tag-cold-56fa
  > a,
.component_current_acf0 .detail-1181.accent_east_96c4 .video-static-9d9c > li.modal_e764 > a {
  color: rgba(255, 255, 255, 0.99);
}
.component_current_acf0 .nav-f855,
.component_current_acf0 .nav-f855 a {
  color: rgba(255, 255, 255, 0.99);
}
.component_current_acf0 .title-c6cd.menu_278e li a,
.component_current_acf0 .border_east_8c6f a,
.component_current_acf0 .layout_321b,
.component_current_acf0 .video-static-9d9c > li > a,
.component_current_acf0 .main-3fcb {
  color: rgba(255, 255, 255, 0.79);
}
.component_current_acf0 .title-c6cd.menu_278e li a:hover,
.component_current_acf0 .border_east_8c6f a:hover,
.component_current_acf0 .layout_321b:hover,
.component_current_acf0 .video-static-9d9c > li > a:hover,
.component_current_acf0 .main-3fcb:hover {
  color: rgba(255, 255, 255, 0.99);
}
.component_current_acf0 .current_6cec {
  color: rgba(255, 255, 255, 0.79);
}
.component_current_acf0 .current_6cec .backdrop-black-d994 {
  color: rgba(255, 255, 255, 0.99);
}
.component_current_acf0 .current_6cec:hover {
  color: rgba(255, 255, 255, 0.99);
}
.component_current_acf0 .static_997c .light_53ab {
  background: rgba(255, 255, 255, 0.03);
  border-color: rgba(255, 255, 255, 0.08);
  color: rgba(255, 255, 255, 0.79);
}
.component_current_acf0 .static_997c .light_53ab .first-cc05 {
  color: rgba(255, 255, 255, 0.79);
}
.component_current_acf0
  .static_997c
  .light_53ab
  .first-cc05::-webkit-input-placeholder {
  color: rgba(255, 255, 255, 0.79);
}
.component_current_acf0
  .static_997c
  .light_53ab
  .first-cc05:-ms-input-placeholder {
  color: rgba(255, 255, 255, 0.79);
}
.component_current_acf0
  .static_997c
  .light_53ab
  .first-cc05::-ms-input-placeholder {
  color: rgba(255, 255, 255, 0.79);
}
.component_current_acf0
  .static_997c
  .light_53ab
  .first-cc05::placeholder {
  color: rgba(255, 255, 255, 0.79);
}
.component_current_acf0 .static_997c .bottom_b766 {
  color: rgba(255, 255, 255, 0.79);
}
.component_current_acf0 .static_997c .bottom_b766:hover {
  color: rgba(255, 255, 255, 0.99);
}
.status_hard_87c1
  .component_current_acf0
  .static_997c
  .center_e49e
  .hover_active_9c60 {
  background-color: rgba(255, 255, 255, 0.03);
  border-color: rgba(255, 255, 255, 0.08);
  color: rgba(255, 255, 255, 0.79);
}
.status_hard_87c1
  .component_current_acf0
  .static_997c
  .center_e49e
  .first-cc05 {
  background-color: rgba(255, 255, 255, 0.03) !important;
  border-color: rgba(255, 255, 255, 0.08);
  color: rgba(255, 255, 255, 0.79);
}
.bronze_77bc .avatar_dirty_f5aa {
  color: rgba(0, 0, 0, 0.6);
  background: rgba(255, 255, 255, 0.9);
}
.avatar_dirty_f5aa .detail-1181.lite_9b0c .video-static-9d9c > li > a:focus,
.avatar_dirty_f5aa .detail-1181.lite_9b0c .video-static-9d9c > li > a:hover,
.avatar_dirty_f5aa .detail-1181.prev_3cbb .video-static-9d9c > li > a:focus,
.avatar_dirty_f5aa .detail-1181.prev_3cbb .video-static-9d9c > li > a:hover,
.avatar_dirty_f5aa .detail-1181.accent_east_96c4 .video-static-9d9c > li > a:focus,
.avatar_dirty_f5aa .detail-1181.accent_east_96c4 .video-static-9d9c > li > a:hover {
  color: rgba(0, 0, 0, 0.8);
}
.avatar_dirty_f5aa
  .detail-1181.lite_9b0c
  .video-static-9d9c
  > li.tag-cold-56fa
  > a,
.avatar_dirty_f5aa
  .detail-1181.lite_9b0c
  .video-static-9d9c
  > li.shadow_dark_9bc2
  > a,
.avatar_dirty_f5aa
  .detail-1181.prev_3cbb
  .video-static-9d9c
  > li.tag-cold-56fa
  > a,
.avatar_dirty_f5aa
  .detail-1181.prev_3cbb
  .video-static-9d9c
  > li.shadow_dark_9bc2
  > a,
.avatar_dirty_f5aa
  .detail-1181.accent_east_96c4
  .video-static-9d9c
  > li.tag-cold-56fa
  > a,
.avatar_dirty_f5aa .detail-1181.accent_east_96c4 .video-static-9d9c > li.modal_e764 > a {
  color: rgba(0, 0, 0, 0.8);
}
.avatar_dirty_f5aa .nav-f855,
.avatar_dirty_f5aa .nav-f855 a {
  color: rgba(0, 0, 0, 0.8);
}
.avatar_dirty_f5aa .title-c6cd.menu_278e li a,
.avatar_dirty_f5aa .border_east_8c6f a,
.avatar_dirty_f5aa .layout_321b,
.avatar_dirty_f5aa .video-static-9d9c > li > a,
.avatar_dirty_f5aa .main-3fcb {
  color: rgba(0, 0, 0, 0.55);
}
.avatar_dirty_f5aa .title-c6cd.menu_278e li a:hover,
.avatar_dirty_f5aa .border_east_8c6f a:hover,
.avatar_dirty_f5aa .layout_321b:hover,
.avatar_dirty_f5aa .video-static-9d9c > li > a:hover,
.avatar_dirty_f5aa .main-3fcb:hover {
  color: rgba(0, 0, 0, 0.8);
}
.avatar_dirty_f5aa .current_6cec {
  color: rgba(0, 0, 0, 0.55);
}
.avatar_dirty_f5aa .current_6cec .backdrop-black-d994 {
  color: rgba(0, 0, 0, 0.8);
}
.avatar_dirty_f5aa .current_6cec:hover {
  color: rgba(0, 0, 0, 0.8);
}
.block-short-7b97 .module_c423 {
  margin-left: auto;
  margin-right: auto;
}
.lower_4b81 > * {
  margin-left: auto;
  margin-right: auto;
}
.lower_4b81 .next-0aa0 {
  margin-right: 1.41575em;
}
.content-red-642b .lower_4b81 > .bottom-12c7 {
  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;
}
.content-red-642b .lower_4b81 > .over_d2a8 {
  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;
}
.shadow_white_3e90.block-short-7b97 .module_c423,
.bottom-e4da.block-short-7b97 .module_c423 {
  margin-left: 0;
}
.notification_dark_1b47.block-short-7b97 .module_c423,
.layout_8936.block-short-7b97 .module_c423 {
  margin-right: 0;
}
.lower_4b81 ol,
.lower_4b81 ul {
  margin: 1.5em auto;
  list-style-position: outside;
}
.content_medium_4bb3 video {
  max-width: 100%;
}
.fluid-1576 img {
  display: block;
}
.fluid-1576.next-0aa0,
.fluid-1576.link_3617 {
  width: 100%;
}
.fluid-1576.over_d2a8 img {
  width: 100vw;
  width: calc(var(--vw, 1vw) * 100);
}
.hard-f64e:not(.yellow_3fa8) {
  margin: 1.5em auto;
}
.plasma_12c1 p {
  padding: 1.5em 14px;
}
ul.thick-7e26.over_d2a8,
ul.thick-7e26.bottom-12c7,
ul.thick-7e26.focused-9dbd.bottom-12c7 {
  padding: 0 14px;
}
.link_center_f5a1 {
  display: block;
  overflow-x: auto;
}
.link_center_f5a1 table {
  border-collapse: collapse;
  width: 100%;
}
.link_center_f5a1 td,
.link_center_f5a1 th {
  padding: 0.5em;
}
.lower_4b81 li {
  margin-left: 2.5em;
  margin-bottom: 6px;
}
.lower_4b81 ol ol,
.lower_4b81 ol ul,
.lower_4b81 ul ol,
.lower_4b81 ul ul {
  margin-bottom: 0;
  margin-top: 0;
  margin-left: 2.5em;
}
.lower_4b81 ol ol li,
.lower_4b81 ol ul li,
.lower_4b81 ul ol li,
.lower_4b81 ul ul li {
  margin-left: 0;
}
.slider_bronze_8562.preview_7b6b > .top-396e {
  position: relative;
  width: 100%;
  height: 0;
  padding-top: 56.25%;
}
.slider_bronze_8562.preview_7b6b > .top-396e iframe,
.slider_bronze_8562.preview_7b6b > .top-396e > object {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}
.gallery_ada9 {
  border-left-width: 4px;
  border-left-color: currentColor;
}
.gallery_ada9.last_e39b {
  padding: 0;
}
.gallery_ada9.last_e39b cite {
  font-size: 13px;
}
.gallery_ada9 > * {
  margin-left: 16px;
  margin-right: 16px;
}
.gallery_ada9 cite {
  font-style: normal;
  margin-top: 1em;
  position: relative;
  font-size: 13px;
}
.feature_56a6 {
  border-bottom: 4px solid currentColor;
  border-top: 4px solid currentColor;
  margin-left: 0;
  margin-right: 0;
  padding: 3em 0;
  text-align: center;
}
.feature_56a6 > p:first-child {
  margin-top: 0;
}
.feature_56a6 cite {
  font-size: 13px;
  font-style: normal;
  text-transform: uppercase;
}
.feature_56a6 blockquote {
  border-left: 0;
}
.middle-8b93 {
  margin: 3em auto;
  border: none;
  border-bottom: 2px solid currentColor;
}
.middle-8b93:not(.slider-e26e) {
  max-width: 100px;
}
.middle-8b93.box-0384 {
  border-bottom: none !important;
  text-align: center;
}
.middle-8b93.box-0384::before {
  padding-left: 0;
  font-size: 30px;
}
@media screen and (min-width: 768px) {
  .plasma_12c1 p {
    padding: 1.5em 0;
  }
}
.section_complex_f518 {
  color: #0073aa;
}
.list-cool-139e {
  background-color: #0073aa;
}
.chip-fresh-f0aa {
  color: #229fd8;
}
.prev_356b {
  background-color: #229fd8;
}
.plasma-b31b {
  color: #eee;
}
.iron_8281 {
  background-color: #eee;
}
.huge_3f61 {
  color: #444;
}
.short_a5fe {
  background-color: #444;
}
.active_c036 {
  padding: 0;
  -webkit-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  text-size-adjust: 100%;
  line-height: 13px;
}
.active_c036 .dynamic_9388 .border_east_8c6f {
  font-size: 15px;
}
.active_c036 .border_east_8c6f {
  line-height: 1.3;
}
.active_c036 .avatar_dirty_f5aa {
}
.active_c036 .component_current_acf0 {
  background: #235787;
}
.first_2ed5 {
  padding: 0;
}
.first_2ed5 .component_current_acf0 {
  background: #1a1a1a;
}
.first_2ed5 .avatar_dirty_f5aa {
  box-shadow: 0 1px 2px 0 #e1e5ea;
  background: #fff;
}
.table-f028 {
  padding: 0;
  border-left: none;
  border-right: none;
}
.table-f028 .avatar_dirty_f5aa {
  box-shadow: 0 1px 2px 0 #e1e5ea;
}
.table-f028 .component_current_acf0 {
  background: #303030;
}
.bronze_e97b {
  position: relative;
  z-index: 10;
}
.bronze_e97b .grid-under-ac27 {
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
  -webkit-box-pack: center;
  justify-content: center;
}
.picture_pressed_19c7 .prev_71a4 {
  display: inline-block;
  vertical-align: middle;
}
.picture_pressed_19c7.disabled_da49 .prev_71a4 {
  margin-right: 1em;
}
@media screen and (max-width: 1024px) {
  .picture_pressed_19c7.disabled_da49 .prev_71a4 {
    margin-right: 1em;
  }
}
@media screen and (max-width: 568px) {
  .picture_pressed_19c7.disabled_da49 .prev_71a4 {
    margin-right: 0.4em;
  }
}
.picture_pressed_19c7.disabled_da49 .prev_71a4:last-child {
  margin-right: 0;
}
.modal-over-7016 .grid-under-ac27 {
  max-width: initial;
}
@media screen and (min-width: 1025px) {
  .bronze_77bc .dynamic_9388 {
    margin: 0 -0.5em;
  }
  .bronze_77bc .dynamic_9388 [class*="customify-col-"],
  .bronze_77bc .dynamic_9388 [class*="customify-col_"],
  .bronze_77bc .dynamic_9388 [class~="customify-col-"] {
    padding-left: 0.5em;
    padding-right: 0.5em;
  }
}
.bronze_77bc.header_copper_ce4a .grid-under-ac27 {
  background: 0 0 !important;
}
.bronze_77bc.header_copper_ce4a .grid-under-ac27,
.bronze_77bc.modal-over-7016 .grid-under-ac27 {
  border: 0 none !important;
  box-shadow: none !important;
}
@media screen and (min-width: 1025px) {
  .bronze_77bc.component-1969 {
    background: 0 0 !important;
    border: 0 none;
    box-shadow: none !important;
  }
}
.bronze_77bc.modal-over-7016 .grid-under-ac27 {
  box-shadow: none !important;
}
.highlight_large_0c7a {
  padding: 21px 0 22px;
  border-bottom: 1px solid #eaecee;
  word-break: break-word;
  background: #f9f9f9;
}
@media screen and (max-width: 1024px) {
  .highlight_large_0c7a {
    padding: 19px 0 20px;
  }
}
@media screen and (max-width: 568px) {
  .highlight_large_0c7a {
    padding: 18px 0 20px;
  }
}
.highlight_large_0c7a .mini_51de {
  width: 100%;
}
.highlight_large_0c7a .outline-ac92 {
  margin-bottom: 0;
}
.highlight_large_0c7a .hover-3a26 {
  margin-top: 5px;
  font-size: 0.875em;
}
.input-out-c38e {
  padding: 9px 0 9px;
  border-bottom: 1px solid #eaecee;
  color: #6d6d6d;
  line-height: 1.6;
  background: #fff;
}
.input-out-c38e .active_46ba {
  width: 100%;
}
.alert-tiny-7849 {
  list-style: none;
  margin: 0 1em;
  padding: 0;
}
.alert-tiny-7849 li {
  display: inline-block;
  position: relative;
  padding-right: 10px;
}
.alert-tiny-7849 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;
}
.alert-tiny-7849 li:last-child:after {
  display: none;
}
.alert-tiny-7849 li a {
  font-weight: 500;
  margin-right: 10px;
}
.picture_pressed_25b7 .tabs-0856 button,
.highlight_large_0c7a .tabs-0856 button {
  left: 0;
}
.picture_pressed_25b7 .active_46ba,
.highlight_large_0c7a .active_46ba {
  padding-left: 0;
  padding-right: 0;
}
.picture_pressed_25b7 .input-out-c38e,
.highlight_large_0c7a .input-out-c38e {
  border-bottom: none;
  padding-bottom: 0;
  background: 0 0;
}
.picture_pressed_25b7 {
  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;
}
.picture_pressed_25b7: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;
}
.picture_pressed_25b7 .stone_d2eb {
  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) {
  .picture_pressed_25b7 .stone_d2eb {
    min-height: 300px;
  }
}
@media screen and (max-width: 1024px) {
  .picture_pressed_25b7 .stone_d2eb {
    min-height: 250px;
    padding: 1em 15px;
  }
}
@media screen and (max-width: 568px) {
  .picture_pressed_25b7 .stone_d2eb {
    min-height: 200px;
  }
}
.picture_pressed_25b7 .alert-tiny-7849 {
  color: rgba(255, 255, 255, 0.8);
}
.picture_pressed_25b7 .alert-tiny-7849 a,
.picture_pressed_25b7 .alert-tiny-7849 li:after {
  color: inherit;
}
.picture_pressed_25b7 .alert-tiny-7849 a:hover {
  color: rgba(255, 255, 255, 0.8);
}
.block-hard-0a43 {
  margin-bottom: 0.5em;
}
.filter-1393 {
  margin-bottom: 1.2em;
}
.filter-1393,
.block-hard-0a43 {
  display: inline-block;
  position: relative;
  color: rgba(255, 255, 255, 0.99);
  z-index: 5;
}
.filter-1393 p:last-child,
.block-hard-0a43 p:last-child {
  margin-bottom: 0;
}
#header-menu-sidebar .tabs-0856,
#masthead .tabs-0856 {
  display: none;
}
#masthead
  > .tabs-0856.form_glass_a43c {
  display: none;
}
#masthead > .tabs-0856 button {
  left: 0;
}
.row_20e6 {
  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%;
}
.row_20e6 .prev_71a4 {
  display: -webkit-inline-box;
  display: inline-flex;
  -webkit-box-align: center;
  align-items: center;
  margin-left: 0.5em;
  margin-right: 0.5em;
}
.row_20e6 .sort_528b {
  display: -webkit-box;
  display: flex;
}
.row_20e6 .sort_528b.widget-old-4e6a {
  -webkit-box-pack: center;
  justify-content: center;
  margin-left: 1em;
  margin-right: 1em;
}
.row_20e6 .sort_528b.pattern_05e4 {
  -webkit-box-pack: start;
  justify-content: flex-start;
  margin-right: auto;
  -webkit-box-flex: 1;
  flex: 1 1 0;
}
.row_20e6 .sort_528b.paragraph_2f81 {
  margin-left: auto;
  -webkit-box-pack: end;
  justify-content: flex-end;
  -webkit-box-flex: 1;
  flex: 1 1 0;
}
.row_20e6.feature-top-cf93.fixed_7934 .sort_528b.widget-old-4e6a {
  flex-basis: 100%;
}
.row_20e6.north-2de9 .sort_528b.pattern_05e4 {
  -webkit-box-flex: 1;
  flex: auto;
}
.row_20e6.north-2de9 .sort_528b.paragraph_2f81 {
  -webkit-box-flex: 1;
  flex: auto;
}
#masthead
  > .tabs-0856.form_glass_a43c {
  display: none;
}
#masthead > .tabs-0856 button {
  left: 0;
}
.dark_82be {
  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;
}
.dark_82be:hover {
  box-shadow: inset 0 0 0 120px rgba(0, 0, 0, 0.18);
  color: #fff;
}
.dark_82be.sort_b395 i {
  margin-right: 4px;
}
.dark_82be.status-ed01 i {
  margin-left: 5px;
}
.border_east_8c6f p {
  font-weight: 500;
  text-transform: uppercase;
  font-size: 13px;
}
.border_east_8c6f p:last-child {
  margin-bottom: 0;
}
.layout_north_e23f {
  display: -webkit-box;
  display: flex;
  line-height: 0.9;
  vertical-align: middle;
}
.layout_north_e23f a {
  display: inline-block;
  text-transform: uppercase;
  letter-spacing: 0.4px;
  font-weight: 600;
}
.layout_north_e23f img {
  display: block;
  width: auto;
  line-height: 1;
}
.layout_north_e23f .nav-f855 {
  font-size: 1.5em;
  margin: 0;
  font-weight: 600;
  line-height: 1.216;
}
.layout_north_e23f .article_first_aaf9 {
  margin: 5px 0 7px 0;
}
.layout_north_e23f.badge_dynamic_2cf5 .form-2b7f {
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
  -webkit-box-pack: center;
  justify-content: center;
}
.layout_north_e23f.badge_dynamic_2cf5 .badge-92b7 {
  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;
}
.layout_north_e23f.summary_center_4fd3 {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  flex-direction: row-reverse;
}
.layout_north_e23f.summary_center_4fd3 .form-2b7f {
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
  -webkit-box-pack: center;
  justify-content: center;
}
.layout_north_e23f.summary_center_4fd3 .badge-92b7 {
  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;
}
.layout_north_e23f.layout_blue_9be8 {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
}
.layout_north_e23f.right_67f1 {
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
  flex-direction: column-reverse;
}
.layout_north_e23f.right_67f1 .badge-92b7 {
  margin-top: 7px;
}
.list_738c {
  display: inline-block;
}
.bronze_e97b .tooltip_first_8287 .layout_north_e23f img {
  max-width: 100%;
}
.detail-1181 .pagination-55c8.message_prev_08b9,
.west_bb0b .pagination-55c8.message_prev_08b9 {
  position: relative;
  display: -webkit-inline-box;
  display: inline-flex;
  -webkit-box-align: center;
  align-items: center;
}
.detail-1181 .tabs-new-8e3d,
.west_bb0b .tabs-new-8e3d {
  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%);
}
.detail-1181 .tabs-new-8e3d {
  display: inline;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-decoration: none !important;
}
.detail-1181.icon-7fac .tabs-new-8e3d {
  display: none;
}
.detail-1181 .focus_right_b516 {
  list-style: none;
  padding: 0;
  margin: 0;
}
.detail-1181 .focus_right_b516 li {
  display: inline-block;
  position: relative;
}
.detail-1181 .focus_right_b516 li:last-child {
  margin-right: 0;
}
.detail-1181 .focus_right_b516 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;
}
.detail-1181 .focus_right_b516 li.modal_e764 > a {
  color: rgba(0, 0, 0, 0.9);
}
.detail-1181 .focus_right_b516 > 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;
}
.detail-1181 .focus_right_b516 > li > a i {
  line-height: 0;
}
.detail-1181 .focus_right_b516 > li.thumbnail-4bef > a .tabs-new-8e3d {
  margin-left: 4px;
  line-height: 0;
}
.detail-1181 .focus_right_b516 .tiny-c83f li.thumbnail-4bef > a {
  position: relative;
}
.detail-1181 .focus_right_b516 .tiny-c83f li.thumbnail-4bef > a:after,
.detail-1181 .focus_right_b516 .tiny-c83f li.thumbnail-4bef > a:before {
  content: "";
  display: table;
}
.detail-1181 .focus_right_b516 .tiny-c83f li.thumbnail-4bef > a:after {
  clear: both;
}
.detail-1181 .focus_right_b516 .tiny-c83f li.thumbnail-4bef > a .tabs-new-8e3d {
  margin-left: 5px;
  float: right;
}
.detail-1181 .text_004f,
.detail-1181 .tiny-c83f {
  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;
}
.detail-1181 .tiny-c83f {
  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;
}
.detail-1181 .tiny-c83f .message_prev_08b9 {
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: justify;
  justify-content: space-between;
}
.detail-1181 .tiny-c83f .tabs-new-8e3d {
  -webkit-transform: rotate(135deg) translateY(0);
  -ms-transform: rotate(135deg) translateY(0);
  transform: rotate(135deg) translateY(0);
}
.detail-1181 .tiny-c83f li {
  display: block;
  margin: 0;
  padding: 0;
}
.detail-1181 .tiny-c83f 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;
}
.detail-1181 .tiny-c83f li a:hover {
  background: rgba(0, 0, 0, 0.015);
  color: rgba(0, 0, 0, 0.8);
}
.detail-1181 .tiny-c83f .tiny-c83f {
  top: 0;
  left: 100%;
}
.detail-1181 .article-yellow-bba9.fn-focus-2c32 > .text_004f,
.detail-1181 .article-yellow-bba9.fn-focus-2c32 > .tiny-c83f,
.detail-1181 .article-yellow-bba9:focus > .text_004f,
.detail-1181 .article-yellow-bba9:focus > .tiny-c83f,
.detail-1181 .article-yellow-bba9:hover > .text_004f,
.detail-1181 .article-yellow-bba9:hover > .tiny-c83f {
  height: auto;
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
  overflow: initial;
  visibility: visible;
  opacity: 1;
}
.detail-1181.accent_east_96c4 .video-static-9d9c:after,
.detail-1181.accent_east_96c4 .video-static-9d9c:before {
  content: "";
  display: table;
}
.detail-1181.accent_east_96c4 .video-static-9d9c:after {
  clear: both;
}
.detail-1181.accent_east_96c4 .video-static-9d9c > li {
  float: left;
}
.detail-1181.background-b0a7 .video-static-9d9c:after,
.detail-1181.background-b0a7 .video-static-9d9c:before {
  content: "";
  display: table;
}
.detail-1181.background-b0a7 .video-static-9d9c:after {
  clear: both;
}
.detail-1181.background-b0a7 .video-static-9d9c > li {
  float: left;
}
.detail-1181.background-b0a7 .video-static-9d9c > li > a {
  background: 0 0;
  display: -webkit-inline-box;
  display: inline-flex;
  vertical-align: middle;
  -webkit-box-align: center;
  align-items: center;
}
.detail-1181.background-b0a7 .video-static-9d9c > li > a:hover {
  color: #fff;
  background-color: #1e4b75;
}
.detail-1181.background-b0a7 .video-static-9d9c > li.tag-cold-56fa > a,
.detail-1181.background-b0a7 .video-static-9d9c > li.modal_e764 > a {
  color: #fff;
  background-color: #1e4b75;
}
.detail-1181.lite_9b0c .video-static-9d9c > li > a .message_prev_08b9 {
  position: relative;
}
.detail-1181.lite_9b0c .video-static-9d9c > li > a .message_prev_08b9: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;
}
.detail-1181.lite_9b0c
  .video-static-9d9c
  > li:focus
  > a
  .message_prev_08b9:before,
.detail-1181.lite_9b0c
  .video-static-9d9c
  > li:hover
  > a
  .message_prev_08b9:before {
  width: 100%;
  background-color: currentColor;
}
.detail-1181.lite_9b0c
  .video-static-9d9c
  > li.tag-cold-56fa
  > a
  .message_prev_08b9:before,
.detail-1181.lite_9b0c
  .video-static-9d9c
  > li.shadow_dark_9bc2
  > a
  .message_prev_08b9:before {
  width: 100%;
  background-color: currentColor;
}
.detail-1181.prev_3cbb .video-static-9d9c > li > a .message_prev_08b9 {
  position: relative;
}
.detail-1181.prev_3cbb .video-static-9d9c > li > a .message_prev_08b9: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;
}
.detail-1181.prev_3cbb .video-static-9d9c > li:focus > a .message_prev_08b9:before,
.detail-1181.prev_3cbb
  .video-static-9d9c
  > li:hover
  > a
  .message_prev_08b9:before {
  width: 100%;
  background-color: currentColor;
}
.detail-1181.prev_3cbb
  .video-static-9d9c
  > li.tag-cold-56fa
  > a
  .message_prev_08b9:before,
.detail-1181.prev_3cbb
  .video-static-9d9c
  > li.shadow_dark_9bc2
  > a
  .message_prev_08b9:before {
  width: 100%;
  background-color: currentColor;
}
.west_bb0b .focus_right_b516 {
  margin: 0;
  padding: 0;
  list-style: none;
}
.west_bb0b .focus_right_b516 li:first-child > a {
  border-top: none;
}
.west_bb0b .focus_right_b516 .gallery-d198 > .message_prev_08b9 .tabs-new-8e3d {
  display: none;
}
.west_bb0b .focus_right_b516 li {
  list-style: none;
  position: relative;
  border-bottom: 1px solid transparent;
}
.west_bb0b .focus_right_b516 li:last-child {
  border: none;
}
.west_bb0b .focus_right_b516 li.thumbnail-4bef > a {
  padding-right: 45px !important;
}
.west_bb0b .focus_right_b516 li a {
  display: block;
  padding: 0.55em 1.5em;
}
.west_bb0b .focus_right_b516 li a:focus,
.west_bb0b .focus_right_b516 li a:hover {
  background: rgba(0, 0, 0, 0.01);
}
.west_bb0b .focus_right_b516 li .backdrop_hard_bab8 {
  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;
}
.west_bb0b .focus_right_b516 li .backdrop_hard_bab8:hover {
  box-shadow: none;
}
.west_bb0b .focus_right_b516 li .backdrop_hard_bab8 .tabs-new-8e3d {
  -webkit-transform: rotate(-135deg) translateY(50%) translateX(50%);
  -ms-transform: rotate(-135deg) translateY(50%) translateX(50%);
  transform: rotate(-135deg) translateY(50%) translateX(50%);
}
.west_bb0b .focus_right_b516 .tiny-c83f {
  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);
}
.west_bb0b .focus_right_b516 .tiny-c83f li a {
  padding-left: 3em;
}
.west_bb0b .focus_right_b516 .top_5d4a > a .backdrop_hard_bab8 i {
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
.west_bb0b .focus_right_b516 .top_5d4a > .tiny-c83f {
  display: block;
  opacity: 1;
}
.new-7d0d {
  max-width: 100%;
}
.container_down_be02 {
  line-height: 0;
  cursor: pointer;
}
.main-3fcb {
  line-height: 0;
  display: inline-block;
  position: relative;
  box-shadow: none;
}
.main-3fcb:hover {
  box-shadow: none;
  color: currentColor;
}
.main-3fcb svg {
  width: 18px;
  height: 18px;
}
.main-3fcb .shadow-old-8f51 {
  display: none;
}
.media-large-bfe3 {
  position: relative;
}
.media-large-bfe3.fn-active-2c32 .main-3fcb .row-89a7 {
  display: none;
}
.media-large-bfe3.fn-active-2c32 .main-3fcb .shadow-old-8f51 {
  display: inline-block;
}
.media-large-bfe3 .tall_7a49 {
  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);
}
.media-large-bfe3.hover-inner-61a1 .tall_7a49 {
  left: auto;
  right: -0.9em;
}
.media-large-bfe3.hover-inner-61a1 .blue-d6d2::before {
  left: auto;
  right: 15px;
}
.media-large-bfe3.fn-active-2c32 .tall_7a49 {
  height: auto;
  overflow: initial;
  z-index: 26;
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
}
.center_e49e {
  display: -webkit-box;
  display: flex;
  margin-bottom: 0;
  width: 100%;
  max-width: 100%;
}
.center_e49e label {
  flex-basis: 100%;
}
.center_e49e .light_53ab {
  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;
}
.center_e49e .first-cc05 {
  display: block;
  width: 100%;
  border-radius: 2px;
  height: 2.4em;
}
.center_e49e .first-cc05:focus {
  background-color: transparent;
}
.center_e49e button.bottom_b766 {
  overflow: hidden;
  box-shadow: none;
  margin-left: -40px;
  background: 0 0;
  color: #6d6d6d;
  line-height: 0;
  padding: 0 0.7em;
  min-height: auto;
}
.center_e49e button.bottom_b766:hover {
  box-shadow: none;
  background-color: transparent;
  color: #686868;
}
.center_e49e button.bottom_b766 svg {
  width: 18px;
  height: 18px;
}
.center_e49e input[type="submit"] {
  min-height: auto;
}
.static_997c .center_e49e .first-cc05 {
  border: 0;
  box-shadow: none;
  background-color: transparent;
}
.blue-d6d2 {
  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) {
  .blue-d6d2 {
    width: 220px;
  }
}
.blue-d6d2 label {
  flex-basis: 100%;
}
.blue-d6d2::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;
}
.status_hard_87c1 .static_997c .center_e49e {
  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;
}
.status_hard_87c1
  .static_997c
  .center_e49e
  .light_53ab {
  background-color: transparent;
  min-height: auto;
  flex-basis: 100%;
  display: -webkit-box;
  display: flex;
  border-style: none;
  border: none;
  box-shadow: none;
}
.status_hard_87c1 .static_997c .center_e49e .first-cc05 {
  border-color: transparent;
  height: auto;
  background-color: transparent;
  border: 0;
  border-style: none;
  box-shadow: none;
  -webkit-box-flex: 0;
  flex: 0 0 auto;
}
.status_hard_87c1
  .static_997c
  .center_e49e
  .first-cc05:focus {
  background: 0 0;
}
.status_hard_87c1
  .static_997c
  .center_e49e
  .hover_active_9c60 {
  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;
}
.title-c6cd {
  display: inline-block;
  margin: 0;
  padding: 0;
  list-style: none;
  position: relative;
}
.title-c6cd li {
  list-style: none;
  display: inline-block;
  margin: 0 3px;
}
.title-c6cd li:last-child {
  margin-right: 0;
}
.title-c6cd li:first-child {
  margin-left: 0;
}
.title-c6cd.top_a10a a {
  color: #fff;
}
.title-c6cd.top_a10a a:hover {
  color: #fff;
}
.title-c6cd a {
  color: currentColor;
  text-align: center;
  vertical-align: middle;
  width: 100%;
  padding: 0.4em;
  display: inline-block;
  line-height: 1;
  font-size: 13px;
}
.title-c6cd a i {
  width: 1em;
  height: 1em;
  position: relative;
  display: block;
}
.title-c6cd a i:before {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}
.title-c6cd a:hover {
  opacity: 0.9;
  color: inherit;
}
.title-c6cd [class*="social-icon-apple"] {
  background-color: #999;
}
.title-c6cd [class*="social-icon-apple"].popup_438a {
  background-color: transparent;
  color: #999;
}
.title-c6cd [class*="social-icon-behance"] {
  background-color: #1769ff;
}
.title-c6cd [class*="social-icon-behance"].popup_438a {
  background-color: transparent;
  color: #1769ff;
}
.title-c6cd [class*="social-icon-bitbucket"] {
  background-color: #205081;
}
.title-c6cd [class*="social-icon-bitbucket"].popup_438a {
  background-color: transparent;
  color: #205081;
}
.title-c6cd [class*="social-icon-codepen"] {
  background-color: #000;
}
.title-c6cd [class*="social-icon-codepen"].popup_438a {
  background-color: transparent;
  color: #000;
}
.title-c6cd [class*="social-icon-delicious"] {
  background-color: #39f;
}
.title-c6cd [class*="social-icon-delicious"].popup_438a {
  background-color: transparent;
  color: #39f;
}
.title-c6cd [class*="social-icon-digg"] {
  background-color: #005be2;
}
.title-c6cd [class*="social-icon-digg"].popup_438a {
  background-color: transparent;
  color: #005be2;
}
.title-c6cd [class*="social-icon-dribbble"] {
  background-color: #ea4c89;
}
.title-c6cd [class*="social-icon-dribbble"].popup_438a {
  background-color: transparent;
  color: #ea4c89;
}
.title-c6cd [class*="social-icon-envelope"] {
  background-color: #ea4335;
}
.title-c6cd [class*="social-icon-envelope"].popup_438a {
  background-color: transparent;
  color: #ea4335;
}
.title-c6cd [class*="social-icon-facebook"] {
  background-color: #3b5998;
}
.title-c6cd [class*="social-icon-facebook"].popup_438a {
  background-color: transparent;
  color: #3b5998;
}
.title-c6cd [class*="social-icon-flickr"] {
  background-color: #0063dc;
}
.title-c6cd [class*="social-icon-flickr"].popup_438a {
  background-color: transparent;
  color: #0063dc;
}
.title-c6cd [class*="social-icon-foursquare"] {
  background-color: #2d5be3;
}
.title-c6cd [class*="social-icon-foursquare"].popup_438a {
  background-color: transparent;
  color: #2d5be3;
}
.title-c6cd [class*="social-icon-github"] {
  background-color: #333;
}
.title-c6cd [class*="social-icon-github"].popup_438a {
  background-color: transparent;
  color: #333;
}
.title-c6cd [class*="social-icon-google-plus"] {
  background-color: #dd4b39;
}
.title-c6cd [class*="social-icon-google-plus"].popup_438a {
  background-color: transparent;
  color: #dd4b39;
}
.title-c6cd [class*="social-icon-houzz"] {
  background-color: #7ac142;
}
.title-c6cd [class*="social-icon-houzz"].popup_438a {
  background-color: transparent;
  color: #7ac142;
}
.title-c6cd [class*="social-icon-instagram"] {
  background-color: #262626;
}
.title-c6cd [class*="social-icon-instagram"].popup_438a {
  background-color: transparent;
  color: #262626;
}
.title-c6cd [class*="social-icon-jsfiddle"] {
  background-color: #487aa2;
}
.title-c6cd [class*="social-icon-jsfiddle"].popup_438a {
  background-color: transparent;
  color: #487aa2;
}
.title-c6cd [class*="social-icon-linkedin"] {
  background-color: #0077b5;
}
.title-c6cd [class*="social-icon-linkedin"].popup_438a {
  background-color: transparent;
  color: #0077b5;
}
.title-c6cd [class*="social-icon-medium"] {
  background-color: #00ab6b;
}
.title-c6cd [class*="social-icon-medium"].popup_438a {
  background-color: transparent;
  color: #00ab6b;
}
.title-c6cd [class*="social-icon-odnoklassniki"] {
  background-color: #f4731c;
}
.title-c6cd
  [class*="social-icon-odnoklassniki"].popup_438a {
  background-color: transparent;
  color: #f4731c;
}
.title-c6cd [class*="social-icon-meetup"] {
  background-color: #ec1c40;
}
.title-c6cd [class*="social-icon-meetup"].popup_438a {
  background-color: transparent;
  color: #ec1c40;
}
.title-c6cd [class*="social-icon-pinterest"] {
  background-color: #bd081c;
}
.title-c6cd [class*="social-icon-pinterest"].popup_438a {
  background-color: transparent;
  color: #bd081c;
}
.title-c6cd [class*="social-icon-product-hunt"] {
  background-color: #da552f;
}
.title-c6cd [class*="social-icon-product-hunt"].popup_438a {
  background-color: transparent;
  color: #da552f;
}
.title-c6cd [class*="social-icon-reddit"] {
  background-color: #ff4500;
}
.title-c6cd [class*="social-icon-reddit"].popup_438a {
  background-color: transparent;
  color: #ff4500;
}
.title-c6cd [class*="social-icon-rss"] {
  background-color: #f26522;
}
.title-c6cd [class*="social-icon-rss"].popup_438a {
  background-color: transparent;
  color: #f26522;
}
.title-c6cd [class*="social-icon-shopping-cart"] {
  background-color: #4caf50;
}
.title-c6cd
  [class*="social-icon-shopping-cart"].popup_438a {
  background-color: transparent;
  color: #4caf50;
}
.title-c6cd [class*="social-icon-skype"] {
  background-color: #00aff0;
}
.title-c6cd [class*="social-icon-skype"].popup_438a {
  background-color: transparent;
  color: #00aff0;
}
.title-c6cd [class*="social-icon-slideshare"] {
  background-color: #0077b5;
}
.title-c6cd [class*="social-icon-slideshare"].popup_438a {
  background-color: transparent;
  color: #0077b5;
}
.title-c6cd [class*="social-icon-snapchat"] {
  background-color: #fffc00;
}
.title-c6cd [class*="social-icon-snapchat"].popup_438a {
  background-color: transparent;
  color: #fffc00;
}
.title-c6cd [class*="social-icon-soundcloud"] {
  background-color: #f80;
}
.title-c6cd [class*="social-icon-soundcloud"].popup_438a {
  background-color: transparent;
  color: #f80;
}
.title-c6cd [class*="social-icon-spotify"] {
  background-color: #2ebd59;
}
.title-c6cd [class*="social-icon-spotify"].popup_438a {
  background-color: transparent;
  color: #2ebd59;
}
.title-c6cd [class*="social-icon-stack-overflow"] {
  background-color: #fe7a15;
}
.title-c6cd
  [class*="social-icon-stack-overflow"].popup_438a {
  background-color: transparent;
  color: #fe7a15;
}
.title-c6cd [class*="social-icon-maldkfgram"] {
  background-color: #2ca5e0;
}
.title-c6cd [class*="social-icon-maldkfgram"].popup_438a {
  background-color: transparent;
  color: #2ca5e0;
}
.title-c6cd [class*="social-icon-tripadvisor"] {
  background-color: #589442;
}
.title-c6cd [class*="social-icon-tripadvisor"].popup_438a {
  background-color: transparent;
  color: #589442;
}
.title-c6cd [class*="social-icon-tumblr"] {
  background-color: #35465c;
}
.title-c6cd [class*="social-icon-tumblr"].popup_438a {
  background-color: transparent;
  color: #35465c;
}
.title-c6cd [class*="social-icon-twitch"] {
  background-color: #6441a5;
}
.title-c6cd [class*="social-icon-twitch"].popup_438a {
  background-color: transparent;
  color: #6441a5;
}
.title-c6cd [class*="social-icon-twitter"] {
  background-color: #1da1f2;
}
.title-c6cd [class*="social-icon-twitter"].popup_438a {
  background-color: transparent;
  color: #1da1f2;
}
.title-c6cd [class*="social-icon-vimeo"] {
  background-color: #1ab7ea;
}
.title-c6cd [class*="social-icon-vimeo"].popup_438a {
  background-color: transparent;
  color: #1ab7ea;
}
.title-c6cd [class*="social-icon-vk"] {
  background-color: #45668e;
}
.title-c6cd [class*="social-icon-vk"].popup_438a {
  background-color: transparent;
  color: #45668e;
}
.title-c6cd [class*="social-icon-weibo"] {
  background-color: #df2029;
}
.title-c6cd [class*="social-icon-weibo"].popup_438a {
  background-color: transparent;
  color: #df2029;
}
.title-c6cd [class*="social-icon-weixin"] {
  background-color: #7bb32e;
}
.title-c6cd [class*="social-icon-weixin"].popup_438a {
  background-color: transparent;
  color: #7bb32e;
}
.title-c6cd [class*="social-icon-whatsapp"] {
  background-color: #25d366;
}
.title-c6cd [class*="social-icon-whatsapp"].popup_438a {
  background-color: transparent;
  color: #25d366;
}
.title-c6cd [class*="social-icon-wordpress"] {
  background-color: #21759b;
}
.title-c6cd [class*="social-icon-wordpress"].popup_438a {
  background-color: transparent;
  color: #21759b;
}
.title-c6cd [class*="social-icon-xing"] {
  background-color: #026466;
}
.title-c6cd [class*="social-icon-xing"].popup_438a {
  background-color: transparent;
  color: #026466;
}
.title-c6cd [class*="social-icon-yelp"] {
  background-color: #af0606;
}
.title-c6cd [class*="social-icon-yelp"].popup_438a {
  background-color: transparent;
  color: #af0606;
}
.title-c6cd [class*="social-icon-youtube"] {
  background-color: #cd201f;
}
.title-c6cd [class*="social-icon-youtube"].popup_438a {
  background-color: transparent;
  color: #cd201f;
}
.layout_321b {
  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;
}
.layout_321b:hover {
  box-shadow: none;
  background: 0 0;
}
.north-e209 {
  background: 0 0 !important;
  text-transform: uppercase;
  font-size: 0.85em;
}
.stale_4304 {
  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;
}
.photo-2d6c {
  display: inline-block;
  position: relative;
  vertical-align: middle;
}
.component-781e {
  display: block;
  top: 50%;
  background-color: currentcolor;
}
.component-781e,
.component-781e::after,
.component-781e::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;
}
.component-781e::after,
.component-781e::before {
  content: "";
  display: block;
  background-color: inherit;
}
.section_5385 .stale_4304 .photo-2d6c {
  margin-top: -2px;
  width: 19px;
}
.section_5385 .stale_4304 .component-781e {
  margin-top: -1px;
}
.section_5385 .stale_4304 .component-781e,
.section_5385 .stale_4304 .component-781e::after,
.section_5385 .stale_4304 .component-781e::before {
  width: 19px;
  height: 2px;
}
.section_5385 .stale_4304 .component-781e::before {
  top: -6px;
}
.section_5385 .stale_4304 .component-781e::after {
  bottom: -6px;
}
.glass_566f .stale_4304 .photo-2d6c {
  margin-top: -2px;
  width: 22px;
}
.glass_566f .stale_4304 .component-781e {
  margin-top: -1px;
}
.glass_566f .stale_4304 .component-781e,
.glass_566f .stale_4304 .component-781e::after,
.glass_566f .stale_4304 .component-781e::before {
  width: 22px;
  height: 2px;
}
.glass_566f .stale_4304 .component-781e::before {
  top: -7px;
}
.glass_566f .stale_4304 .component-781e::after {
  bottom: -7px;
}
.block-upper-4ab3 .stale_4304 .photo-2d6c {
  margin-top: -2px;
  width: 31px;
}
.block-upper-4ab3 .stale_4304 .component-781e {
  margin-top: -1.5px;
}
.block-upper-4ab3 .stale_4304 .component-781e,
.block-upper-4ab3 .stale_4304 .component-781e::after,
.block-upper-4ab3 .stale_4304 .component-781e::before {
  width: 31px;
  height: 3px;
}
.block-upper-4ab3 .stale_4304 .component-781e::before {
  top: -9px;
}
.block-upper-4ab3 .stale_4304 .component-781e::after {
  bottom: -9px;
}
@media screen and (min-width: 1025px) {
  .menu_upper_a725 .stale_4304 .photo-2d6c {
    margin-top: -2px;
    width: 19px;
  }
  .menu_upper_a725 .stale_4304 .component-781e {
    margin-top: -1px;
  }
  .menu_upper_a725 .stale_4304 .component-781e,
  .menu_upper_a725 .stale_4304 .component-781e::after,
  .menu_upper_a725 .stale_4304 .component-781e::before {
    width: 19px;
    height: 2px;
  }
  .menu_upper_a725 .stale_4304 .component-781e::before {
    top: -6px;
  }
  .menu_upper_a725 .stale_4304 .component-781e::after {
    bottom: -6px;
  }
  .dark-4936 .stale_4304 .photo-2d6c {
    margin-top: -2px;
    width: 22px;
  }
  .dark-4936 .stale_4304 .component-781e {
    margin-top: -1px;
  }
  .dark-4936 .stale_4304 .component-781e,
  .dark-4936 .stale_4304 .component-781e::after,
  .dark-4936 .stale_4304 .component-781e::before {
    width: 22px;
    height: 2px;
  }
  .dark-4936 .stale_4304 .component-781e::before {
    top: -7px;
  }
  .dark-4936 .stale_4304 .component-781e::after {
    bottom: -7px;
  }
  .paragraph_dynamic_f48a .stale_4304 .photo-2d6c {
    margin-top: -2px;
    width: 31px;
  }
  .paragraph_dynamic_f48a .stale_4304 .component-781e {
    margin-top: -1.5px;
  }
  .paragraph_dynamic_f48a .stale_4304 .component-781e,
  .paragraph_dynamic_f48a .stale_4304 .component-781e::after,
  .paragraph_dynamic_f48a .stale_4304 .component-781e::before {
    width: 31px;
    height: 3px;
  }
  .paragraph_dynamic_f48a .stale_4304 .component-781e::before {
    top: -9px;
  }
  .paragraph_dynamic_f48a .stale_4304 .component-781e::after {
    bottom: -9px;
  }
}
@media screen and (max-width: 1024px) {
  .row_pink_ea95 .stale_4304 .photo-2d6c {
    margin-top: -2px;
    width: 19px;
  }
  .row_pink_ea95 .stale_4304 .component-781e {
    margin-top: -1px;
  }
  .row_pink_ea95 .stale_4304 .component-781e,
  .row_pink_ea95 .stale_4304 .component-781e::after,
  .row_pink_ea95 .stale_4304 .component-781e::before {
    width: 19px;
    height: 2px;
  }
  .row_pink_ea95 .stale_4304 .component-781e::before {
    top: -6px;
  }
  .row_pink_ea95 .stale_4304 .component-781e::after {
    bottom: -6px;
  }
  .shade_hot_eb73 .stale_4304 .photo-2d6c {
    margin-top: -2px;
    width: 22px;
  }
  .shade_hot_eb73 .stale_4304 .component-781e {
    margin-top: -1px;
  }
  .shade_hot_eb73 .stale_4304 .component-781e,
  .shade_hot_eb73 .stale_4304 .component-781e::after,
  .shade_hot_eb73 .stale_4304 .component-781e::before {
    width: 22px;
    height: 2px;
  }
  .shade_hot_eb73 .stale_4304 .component-781e::before {
    top: -7px;
  }
  .shade_hot_eb73 .stale_4304 .component-781e::after {
    bottom: -7px;
  }
  .content-2704 .stale_4304 .photo-2d6c {
    margin-top: -2px;
    width: 31px;
  }
  .content-2704 .stale_4304 .component-781e {
    margin-top: -1.5px;
  }
  .content-2704 .stale_4304 .component-781e,
  .content-2704 .stale_4304 .component-781e::after,
  .content-2704 .stale_4304 .component-781e::before {
    width: 31px;
    height: 3px;
  }
  .content-2704 .stale_4304 .component-781e::before {
    top: -9px;
  }
  .content-2704 .stale_4304 .component-781e::after {
    bottom: -9px;
  }
}
@media screen and (max-width: 568px) {
  .box-clean-c3de .stale_4304 .photo-2d6c {
    margin-top: -2px;
    width: 19px;
  }
  .box-clean-c3de .stale_4304 .component-781e {
    margin-top: -1px;
  }
  .box-clean-c3de .stale_4304 .component-781e,
  .box-clean-c3de .stale_4304 .component-781e::after,
  .box-clean-c3de .stale_4304 .component-781e::before {
    width: 19px;
    height: 2px;
  }
  .box-clean-c3de .stale_4304 .component-781e::before {
    top: -6px;
  }
  .box-clean-c3de .stale_4304 .component-781e::after {
    bottom: -6px;
  }
  .carousel-red-2970 .stale_4304 .photo-2d6c {
    margin-top: -2px;
    width: 22px;
  }
  .carousel-red-2970 .stale_4304 .component-781e {
    margin-top: -1px;
  }
  .carousel-red-2970 .stale_4304 .component-781e,
  .carousel-red-2970 .stale_4304 .component-781e::after,
  .carousel-red-2970 .stale_4304 .component-781e::before {
    width: 22px;
    height: 2px;
  }
  .carousel-red-2970 .stale_4304 .component-781e::before {
    top: -7px;
  }
  .carousel-red-2970 .stale_4304 .component-781e::after {
    bottom: -7px;
  }
  .iron-7d41 .stale_4304 .photo-2d6c {
    margin-top: -2px;
    width: 31px;
  }
  .iron-7d41 .stale_4304 .component-781e {
    margin-top: -1.5px;
  }
  .iron-7d41 .stale_4304 .component-781e,
  .iron-7d41 .stale_4304 .component-781e::after,
  .iron-7d41 .stale_4304 .component-781e::before {
    width: 31px;
    height: 3px;
  }
  .iron-7d41 .stale_4304 .component-781e::before {
    top: -9px;
  }
  .iron-7d41 .stale_4304 .component-781e::after {
    bottom: -9px;
  }
}
.component_light_8309 .component-781e {
  -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);
}
.component_light_8309 .component-781e::before {
  -webkit-transition: top 75ms 0.12s ease, opacity 75ms ease;
  transition: top 75ms 0.12s ease, opacity 75ms ease;
}
.component_light_8309 .component-781e::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);
}
.component_light_8309.lower-7d46 .component-781e {
  -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);
}
.component_light_8309.lower-7d46 .component-781e::before {
  top: 0;
  opacity: 0;
  -webkit-transition: top 75ms ease, opacity 75ms 0.12s ease;
  transition: top 75ms ease, opacity 75ms 0.12s ease;
}
.component_light_8309.lower-7d46 .component-781e::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);
}
.card_d5e4 {
  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.static-5d67:before {
  display: none;
}
.progress_narrow_78fd {
  padding: 0;
  position: fixed;
  width: 100%;
  max-width: 100%;
  top: 0;
  z-index: 999900;
  visibility: hidden;
}
.progress_narrow_78fd .block_lower_2d08 {
  padding: 1.4em 1.5em;
  border-bottom: 1px solid transparent;
}
.progress_narrow_78fd .block_lower_2d08:last-of-type {
  border-bottom: none;
}
.progress_narrow_78fd .block_lower_2d08.description-a7c5,
.progress_narrow_78fd .block_lower_2d08.active-e5d5,
.progress_narrow_78fd .block_lower_2d08.basic-7514 {
  padding: 0;
}
.progress_narrow_78fd .west_bb0b .backdrop_hard_bab8 {
  color: currentColor;
}
.progress_narrow_78fd .west_bb0b .backdrop_hard_bab8:focus,
.progress_narrow_78fd .west_bb0b .backdrop_hard_bab8:hover {
  background: rgba(0, 0, 0, 0.01);
}
.progress_narrow_78fd.avatar_dirty_f5aa .current_6cec,
.progress_narrow_78fd.avatar_dirty_f5aa .border_east_8c6f a,
.progress_narrow_78fd.avatar_dirty_f5aa .video-static-9d9c a,
.progress_narrow_78fd.avatar_dirty_f5aa .tiny-c83f a {
  color: rgba(0, 0, 0, 0.55);
}
.progress_narrow_78fd.avatar_dirty_f5aa .current_6cec:hover,
.progress_narrow_78fd.avatar_dirty_f5aa .border_east_8c6f a:hover,
.progress_narrow_78fd.avatar_dirty_f5aa .video-static-9d9c a:hover,
.progress_narrow_78fd.avatar_dirty_f5aa .tiny-c83f a:hover {
  color: rgba(0, 0, 0, 0.8);
}
.progress_narrow_78fd.avatar_dirty_f5aa .backdrop-black-d994 {
  color: rgba(0, 0, 0, 0.8);
}
.progress_narrow_78fd.avatar_dirty_f5aa .block_lower_2d08 {
  border-color: rgba(0, 0, 0, 0.08);
}
.progress_narrow_78fd.avatar_dirty_f5aa .block_lower_2d08:before {
  background: rgba(0, 0, 0, 0.08);
}
.progress_narrow_78fd.avatar_dirty_f5aa .mask-f0f4:before {
  background: rgba(255, 255, 255, 0.9);
}
.progress_narrow_78fd.avatar_dirty_f5aa .west_bb0b .focus_right_b516 li a,
.progress_narrow_78fd.avatar_dirty_f5aa .west_bb0b .backdrop_hard_bab8,
.progress_narrow_78fd.avatar_dirty_f5aa .tiny-c83f {
  border-color: rgba(0, 0, 0, 0.08);
}
.progress_narrow_78fd.avatar_dirty_f5aa .west_bb0b .backdrop_hard_bab8:focus,
.progress_narrow_78fd.avatar_dirty_f5aa .west_bb0b .backdrop_hard_bab8:hover {
  background: rgba(0, 0, 0, 0.01);
}
.progress_narrow_78fd.avatar_dirty_f5aa .focus_right_b516 li {
  border-color: rgba(0, 0, 0, 0.08);
}
.progress_narrow_78fd.component_current_acf0 .current_6cec,
.progress_narrow_78fd.component_current_acf0 .border_east_8c6f a,
.progress_narrow_78fd.component_current_acf0 .video-static-9d9c .backdrop_hard_bab8,
.progress_narrow_78fd.component_current_acf0 .video-static-9d9c a,
.progress_narrow_78fd.component_current_acf0 .tiny-c83f a {
  color: rgba(255, 255, 255, 0.79);
}
.progress_narrow_78fd.component_current_acf0 .current_6cec:hover,
.progress_narrow_78fd.component_current_acf0 .border_east_8c6f a:hover,
.progress_narrow_78fd.component_current_acf0 .video-static-9d9c .backdrop_hard_bab8:hover,
.progress_narrow_78fd.component_current_acf0 .video-static-9d9c a:hover,
.progress_narrow_78fd.component_current_acf0 .tiny-c83f a:hover {
  color: rgba(255, 255, 255, 0.99);
}
.progress_narrow_78fd.component_current_acf0 .backdrop-black-d994 {
  color: rgba(255, 255, 255, 0.99);
}
.progress_narrow_78fd.component_current_acf0 .block_lower_2d08 {
  border-color: rgba(255, 255, 255, 0.08);
}
.progress_narrow_78fd.component_current_acf0 .block_lower_2d08:before {
  background: rgba(255, 255, 255, 0.08);
}
.progress_narrow_78fd.component_current_acf0 .mask-f0f4:before {
  background: rgba(0, 0, 0, 0.9);
}
.progress_narrow_78fd.component_current_acf0 .west_bb0b .focus_right_b516 li a,
.progress_narrow_78fd.component_current_acf0 .west_bb0b .backdrop_hard_bab8,
.progress_narrow_78fd.component_current_acf0 .tiny-c83f {
  border-color: rgba(255, 255, 255, 0.08);
}
.progress_narrow_78fd.component_current_acf0 .west_bb0b .backdrop_hard_bab8:focus,
.progress_narrow_78fd.component_current_acf0 .west_bb0b .backdrop_hard_bab8:hover {
  background: rgba(0, 0, 0, 0.01);
}
.progress_narrow_78fd.component_current_acf0 .focus_right_b516 li {
  border-color: rgba(255, 255, 255, 0.08);
}
.mask-f0f4 {
  position: relative;
  word-con: break-word;
  min-height: 100%;
  display: block;
}
.mask-f0f4:before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  display: block;
  min-height: 100%;
}
.avatar_ba71 {
  position: relative;
  word-con: break-word;
  min-height: 100%;
  display: block;
  padding: 1.2em 0;
}
.outer-b4eb .progress_narrow_78fd {
  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;
}
.outer-b4eb .block_lower_2d08 {
  text-align: center;
  padding: 2em 1.5em;
  border: none;
  position: relative;
}
.outer-b4eb .block_lower_2d08: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) {
  .outer-b4eb .block_lower_2d08:before {
    width: 16%;
    left: 42%;
  }
}
.outer-b4eb .block_lower_2d08:last-child:before {
  content: none;
}
.outer-b4eb .block_lower_2d08[class*="-menu"] {
  padding: 2.5em 1.5em;
}
.outer-b4eb .west_bb0b .focus_right_b516 li a {
  border: none;
  font-size: 140%;
  text-transform: uppercase;
  font-weight: 500;
}
.outer-b4eb .west_bb0b .focus_right_b516 li a .backdrop_hard_bab8 {
  display: inline-block;
  position: relative;
  border: 0 none;
  margin-right: -1.3em;
  top: -2px;
  padding: 0.28em 0.5em;
}
.outer-b4eb .west_bb0b .tiny-c83f {
  border: none;
}
.outer-b4eb .west_bb0b .tiny-c83f li a {
  text-transform: none;
  padding: 0.35em 1.5em;
  font-size: 100%;
}
.outer-b4eb .mask-f0f4 {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}
.outer-b4eb .avatar_ba71 {
  max-width: 48em;
  margin: 3em auto;
  padding: 0;
}
.outer-b4eb .component_current_acf0 .mask-f0f4:before {
  background: rgba(0, 0, 0, 0.9);
}
.outer-b4eb .avatar_dirty_f5aa.filter_f1f6 .component-781e {
  background: rgba(0, 0, 0, 0.6);
}
.outer-b4eb
  .avatar_dirty_f5aa.filter_f1f6
  .component-781e::after,
.outer-b4eb
  .avatar_dirty_f5aa.filter_f1f6
  .component-781e:before {
  background: inherit;
}
.outer-b4eb
  .avatar_dirty_f5aa.filter_f1f6:hover
  .component-781e {
  background: rgba(0, 0, 0, 0.8);
}
.title_gas_3067 .progress_narrow_78fd {
  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) {
  .title_gas_3067 .progress_narrow_78fd {
    width: auto;
    right: 45px;
  }
}
.south-66ca .progress_narrow_78fd {
  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) {
  .south-66ca .progress_narrow_78fd {
    width: auto;
    left: 45px;
  }
}
.static-5d67 .progress_narrow_78fd {
  position: relative;
  height: 0;
  display: block;
  visibility: visible;
  z-index: 999900;
  overflow: hidden;
}
.static-5d67 .avatar_ba71 {
  max-width: 48em;
  margin: 0 auto;
}
.static-5d67 .mask-f0f4:before {
  box-shadow: inset 0 0 12px 0 rgba(0, 0, 0, 0.05);
}
.box_8477 {
  overflow-x: hidden;
  position: relative;
  width: 100%;
  display: block;
}
.box_8477.outer-b4eb .progress_narrow_78fd {
  z-index: 0;
  opacity: 0;
  height: 100%;
}
.box_8477.title_gas_3067 .progress_narrow_78fd {
  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);
}
.box_8477 .progress_narrow_78fd {
  visibility: visible;
}
.box_8477.south-66ca .progress_narrow_78fd {
  -webkit-transform: translateX(200%);
  -ms-transform: translateX(200%);
  transform: translateX(200%);
  height: 100%;
}
.pattern_46ef,
.hero-028f {
  overflow-x: hidden;
}
.pattern_46ef .progress_narrow_78fd {
  overflow: auto;
}
.pattern_46ef.outer-b4eb {
  overflow: initial;
  position: relative;
  width: 100%;
  display: block;
}
.pattern_46ef.outer-b4eb .progress_narrow_78fd {
  z-index: 999900;
  opacity: 1;
  visibility: visible;
}
.pattern_46ef.outer-b4eb .layout_321b {
  opacity: 0;
}
.pattern_46ef.title_gas_3067 {
  overflow: initial;
  position: relative;
  width: 100%;
  display: block;
}
.pattern_46ef.title_gas_3067 .progress_narrow_78fd {
  z-index: 999900;
  height: 100vh;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  left: 0;
  visibility: visible;
}
.pattern_46ef.title_gas_3067 .layout_321b {
  opacity: 0;
}
.pattern_46ef.south-66ca {
  overflow: initial;
  position: relative;
  width: 100%;
  display: block;
}
.pattern_46ef.south-66ca .progress_narrow_78fd {
  z-index: 999900;
  height: 100vh;
  max-width: 100vw;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  right: 0;
  visibility: visible;
}
.pattern_46ef.south-66ca .layout_321b {
  opacity: 0;
}
.pattern_46ef.static-5d67 .progress_narrow_78fd {
  z-index: 10;
  visibility: visible;
}
.filter_f1f6 {
  display: none;
  z-index: 999910;
  cursor: pointer;
  position: fixed;
  top: 10px;
  right: 12px;
}
.filter_f1f6 .component-781e {
  background: rgba(255, 255, 255, 0.99);
}
.filter_f1f6 .component-781e::after,
.filter_f1f6 .component-781e:before {
  background: inherit;
}
.filter_f1f6:hover .component-781e {
  background: rgba(255, 255, 255, 0.99);
}
.south-66ca .filter_f1f6 {
  top: 10px;
  right: auto;
  left: 12px;
}
.static-5d67 .filter_f1f6 {
  display: none !important;
}
.pattern_46ef:before,
.hero-028f:before {
  z-index: 999897;
  visibility: visible;
  opacity: 1;
}
.pattern_46ef .filter_f1f6,
.hero-028f .filter_f1f6 {
  display: inline-block;
}
.progress_narrow_78fd .prev_71a4 {
  -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;
}
.pattern_46ef .progress_narrow_78fd .prev_71a4,
.hero-028f .progress_narrow_78fd .prev_71a4 {
  opacity: 1;
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
}
.label-0525 .light_53ab {
  width: 100%;
}
.tooltip_first_8287 {
  padding: 0 0.5em 0;
}
.tooltip_first_8287 [class*="customify-col-"],
.tooltip_first_8287 [class*="customify-col_"],
.tooltip_first_8287 [class~="customify-col"] {
  padding: 0 0.5em 0;
}
.outer-f55f .tooltip_first_8287 {
  padding-left: 1em;
  padding-right: 1em;
}
@media screen and (min-width: 1025px) {
  .dynamic_9388 .narrow-f917,
  .narrow-f917 {
    display: none;
  }
  .new-c48f {
    text-align: left;
  }
  .box_f6a6 {
    text-align: center;
  }
  .background_solid_d781 {
    text-align: right;
  }
}
@media screen and (max-width: 1024px) {
  .dynamic_9388 .nav-tiny-5c1d,
  .nav-tiny-5c1d {
    display: none;
  }
  .glass-7f14 {
    text-align: left;
  }
  .right-7d25 {
    text-align: center;
  }
  .thumbnail-bb2c {
    text-align: right;
  }
}
@media screen and (max-width: 568px) {
  .dynamic_9388 .outline_slow_7192,
  .outline_slow_7192 {
    display: none;
  }
  .carousel-c9c8 {
    text-align: left;
  }
  .search_selected_4146 {
    text-align: center;
  }
  .mini-9f73 {
    text-align: right;
  }
}
#page {
  position: relative;
}
.header-left-a171 {
  box-shadow: none !important;
}
.first_ede0 .fresh_2767,
.under-0068 .fresh_2767 {
  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;
}
.under-0068 .fresh_2767 {
  margin-top: 30px;
  margin-bottom: 30px;
}
.grid-under-ac27 {
  position: relative;
  padding-left: 2em;
  padding-right: 2em;
}
.grid-under-ac27:after,
.grid-under-ac27:before {
  content: "";
  display: table;
}
.grid-under-ac27:after {
  clear: both;
}
@media screen and (max-width: 48em) {
  .grid-under-ac27 {
    padding-left: 1em;
    padding-right: 1em;
  }
}
.grid-under-ac27,
.component-1969 {
  max-width: 1248px;
  margin: 0 auto;
}

.out_f607.fluid-ec96 .grid-under-ac27 {
  max-width: 100%;
}
.out_f607.smooth_4afc {
  max-width: 1200px;
  margin: 0 auto;
}
.out_f607.box_627b .grid-under-ac27 {
  max-width: 100%;
}
.out_f607.box_627b > .grid-under-ac27 {
  padding-left: 0;
  padding-right: 0;
}
.out_f607.box_627b > .grid-under-ac27 .dynamic_9388 {
  margin: 0;
}
.out_f607.box_627b
  > .grid-under-ac27
  .paragraph-red-65d9.border-f325 {
  margin-right: 0;
  margin-left: 0;
}
.out_f607.box_627b #main.border-f325 {
  padding: 0;
}
#main,
#sidebar-primary,
#sidebar-secondary {
  padding-top: 2.617924em;
  padding-bottom: 2.617924em;
}
@media screen and (max-width: 1024px) {
  .gallery_simple_8e9c #main {
    border-left: 0 none;
  }
}
@media screen and (max-width: 1024px) {
  .gallery_simple_8e9c #sidebar-secondary {
    -webkit-box-ordinal-group: 6;
    order: 5;
    display: none;
  }
}
@media screen and (min-width: 48em) {
  .highlight_rough_3a99 .module_c423 {
    padding-right: 1em;
  }
  .highlight_rough_3a99.filter-brown-8a5e .paragraph-red-65d9 {
    border-right: 1px solid #eaecee;
  }
  .highlight_rough_3a99.filter-brown-8a5e .module_c423 {
    padding-right: 1em;
  }
  .highlight_rough_3a99.filter-brown-8a5e .advanced-1117 {
    padding-left: 1em;
  }
}
@media screen and (min-width: 48em) {
  .texture_18bc .module_c423 {
    padding-left: 1em;
  }
  .texture_18bc.filter-brown-8a5e .paragraph-red-65d9 {
    border-left: 1px solid #eaecee;
  }
  .texture_18bc.filter-brown-8a5e .module_c423 {
    padding-left: 1em;
  }
  .texture_18bc.filter-brown-8a5e .advanced-1117 {
    padding-right: 1em;
  }
}
@media screen and (min-width: 48em) {
  .aside_14a1 .module_c423 {
    padding-left: 1em;
  }
  .aside_14a1.filter-brown-8a5e .feature_7ff7 {
    border-right: 1px solid #eaecee;
  }
  .aside_14a1.filter-brown-8a5e .dropdown_95b6 {
    border-right: 1px solid #eaecee;
  }
  .aside_14a1.filter-brown-8a5e .module_c423 {
    padding-left: 1em;
  }
  .aside_14a1.filter-brown-8a5e .advanced-1117 {
    padding-right: 1em;
  }
  .aside_14a1.filter-brown-8a5e .button-narrow-19c9 {
    padding-left: 1em;
    padding-right: 1em;
  }
}
@media screen and (min-width: 48em) {
  .tooltip_bronze_d567 .module_c423 {
    padding-right: 1em;
  }
  .tooltip_bronze_d567.filter-brown-8a5e .feature_7ff7 {
    border-left: 1px solid #eaecee;
  }
  .tooltip_bronze_d567.filter-brown-8a5e .dropdown_95b6 {
    border-left: 1px solid #eaecee;
  }
  .tooltip_bronze_d567.filter-brown-8a5e .module_c423 {
    padding-right: 1em;
  }
  .tooltip_bronze_d567.filter-brown-8a5e .advanced-1117 {
    padding-left: 1em;
    padding-right: 1em;
  }
  .tooltip_bronze_d567.filter-brown-8a5e .button-narrow-19c9 {
    padding-left: 1em;
  }
}
@media screen and (min-width: 48em) {
  .gallery_simple_8e9c .module_c423 {
    padding-left: 1em;
    padding-right: 1em;
  }
  .gallery_simple_8e9c.filter-brown-8a5e .paragraph-red-65d9 {
    border-left: 1px solid #eaecee;
    border-right: 1px solid #eaecee;
  }
  .gallery_simple_8e9c.filter-brown-8a5e .module_c423 {
    padding-left: 1em;
    padding-right: 1em;
  }
  .gallery_simple_8e9c.filter-brown-8a5e .advanced-1117 {
    padding-left: 1em;
  }
  .gallery_simple_8e9c.filter-brown-8a5e .button-narrow-19c9 {
    padding-right: 1em;
  }
}
@media screen and (max-width: 64em) {
  .gallery_simple_8e9c.filter-brown-8a5e .module_c423 {
    padding-left: 0;
  }
}
.thumbnail_outer_8a8c .picture_pressed_19c7 {
  display: inline-block;
}
.white_cb37 {
  display: inline-block;
}
.medium_0a4e {
  word-con: break-word;
}
.tertiary_6698 > span {
  display: inline-block;
  padding: 5px 0;
}
.tertiary_6698 .easy_f0d2 {
  margin-left: 8px;
  margin-right: 8px;
}
.tertiary_6698 .accent_over_214f img {
  vertical-align: middle;
  overflow: hidden;
  border-radius: 50%;
  margin-right: 5px;
}
.layout_9cd6 .light-a6d1 {
  margin-bottom: 2em;
}
.layout_9cd6 .icon_6083 {
  margin-bottom: 15px;
}
.layout_9cd6 .icon_6083:last-child {
  margin-bottom: 0;
}
.layout_9cd6 .plasma-a084 {
  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) {
  .layout_9cd6 .plasma-a084 {
    display: block;
  }
}
.layout_9cd6 .north_b291 {
  position: relative;
  max-width: 100%;
  flex-basis: 40%;
  padding-top: 0;
  overflow: hidden;
}
@media screen and (max-width: 568px) {
  .layout_9cd6 .north_b291 {
    margin-bottom: 1em;
    width: 100% !important;
    padding-top: 56.25%;
  }
}
.layout_9cd6 .short_5980 {
  position: absolute;
  top: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: flex;
  line-height: 0;
  background-color: #d5d5d5;
}
.layout_9cd6 .short_5980 img {
  -o-object-fit: cover;
  object-fit: cover;
  width: 100%;
  height: auto;
}
.layout_9cd6 .short_5980 a {
  position: absolute;
  top: 0;
  top: 0;
  display: block;
}
.layout_9cd6 .medium_0a4e {
  font-size: 1.5em;
  font-weight: 500;
  word-con: break-word;
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
}
.layout_9cd6 .medium_0a4e a {
  text-align: inherit;
  display: block;
  flex-basis: 100%;
}
.layout_9cd6 .static_7d95 p:last-child {
  margin-bottom: 0;
}
.layout_9cd6 .video-b5f4 {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: block;
  z-index: 30;
}
.layout_9cd6 .tooltip_a46e {
  -webkit-box-flex: 1;
  flex: 1;
  word-con: break-word;
  max-width: 100%;
}
.layout_9cd6 .overlay_0946 {
  margin-top: 1em;
}
.layout_9cd6 .backdrop_first_1ded {
  top: 0;
  display: block;
}
.layout_9cd6 .backdrop_first_1ded a {
  color: inherit;
}
.layout_9cd6 .backdrop_first_1ded a:hover {
  color: inherit;
}
.layout_9cd6 .red-3ade {
  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;
}
.layout_9cd6 .red-3ade:hover {
  background: #235787;
  color: #fff;
  border-color: #235787;
}
.layout_9cd6 .tooltip_a46e {
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-flow: column nowrap;
}
.layout_9cd6 .paper_ed6b {
  position: relative;
  width: 100%;
  margin-bottom: 15px;
}
.layout_9cd6 .paper_ed6b:first-child {
  margin-top: 0;
}
.layout_9cd6 .paper_ed6b.badge_advanced_afc3 {
  -webkit-box-flex: 0;
  flex: none;
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.layout_9cd6 .paper_ed6b.row-simple-ec03 {
  display: -webkit-box;
  display: flex;
  margin-top: auto;
  margin-bottom: 0;
  -webkit-box-pack: justify;
  justify-content: space-between;
}
.layout_9cd6
  .paper_ed6b.row-simple-ec03.sidebar-purple-2054
  .overlay_0946 {
  width: 100%;
}
.layout_9cd6 .row-simple-ec03 {
  -webkit-box-align: center;
  align-items: center;
}
.layout_9cd6 .row-simple-ec03 .tertiary_6698,
.layout_9cd6 .row-simple-ec03 > * {
  margin-bottom: 0;
  margin-top: 0;
  display: inline-block;
}
.layout_9cd6 .short_5980 {
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
.layout_9cd6 .short_5980 img {
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
.layout_9cd6 .short_5980: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;
}
.layout_9cd6 .badge_advanced_afc3 {
  z-index: 5;
}
.layout_9cd6 .pink_12b3 .link-b8dc {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  display: block;
}
.layout_9cd6 .table-outer-dbff .link-b8dc {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  display: block;
}
.layout_9cd6 .accent-complex-72ad .link-b8dc {
  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;
}
.layout_9cd6.silver_844e .plasma-a084,
.layout_9cd6.nav-5cd4 .plasma-a084 {
  display: block;
}
.layout_9cd6.silver_844e .plasma-a084 .message_b6b7,
.layout_9cd6.silver_844e .plasma-a084 .tooltip_a46e,
.layout_9cd6.nav-5cd4 .plasma-a084 .message_b6b7,
.layout_9cd6.nav-5cd4 .plasma-a084 .tooltip_a46e {
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
}
.layout_9cd6.item_right_efbe .north_b291 {
  margin-right: 2em;
}
@media screen and (max-width: 568px) {
  .layout_9cd6.item_right_efbe .north_b291 {
    margin-right: 0;
  }
}
.layout_9cd6.silver_844e .north_b291,
.layout_9cd6.nav-5cd4 .north_b291 {
  padding-top: 40%;
}
.layout_9cd6.silver_844e .light-a6d1,
.layout_9cd6.nav-5cd4 .light-a6d1 {
  display: block;
}
.layout_9cd6.silver_844e .fn-sticky-2c32 .tooltip_a46e,
.layout_9cd6.nav-5cd4 .fn-sticky-2c32 .tooltip_a46e {
  background-color: #fcf8e3;
  border: 1px solid #faf2cc;
  border-top: 0 none;
  color: #8a6d3b;
  padding: 1em;
}
.layout_9cd6.silver_844e .north_b291,
.layout_9cd6.nav-5cd4 .north_b291 {
  margin-bottom: 1em;
  display: block;
  position: relative;
}
.layout_9cd6.silver_844e .tooltip_a46e {
  padding: 1em;
}
.selected-b561 {
  margin: 30px auto;
  display: block;
}
.selected-b561 .menu-a837 > * {
  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;
}
.selected-b561 .menu-a837 > :hover {
  border-color: #235787;
  background: #235787;
  color: #fff;
}
.selected-b561 .menu-a837 span {
  border-color: #235787;
  background: #235787;
  color: #fff;
}
.tertiary_action_40fe .tertiary_6698 {
  margin-bottom: 1.41575em;
}
.tertiary_action_40fe .tooltip-e44b {
  margin-bottom: 1.618em;
}
.lower_4b81 .preview-5b55 {
  display: block;
  margin: 5px 0 20px;
  font-weight: 500;
}
.lower_4b81 .preview-5b55 a {
  border: 1px solid #eaecee;
  padding: 5px 12px 5px;
  text-transform: uppercase;
  color: #686868;
  margin: 0 2px;
}
.lower_4b81 .frame_63b8 {
  max-width: 100%;
  overflow: auto;
}
.block-short-7b97 .lower_4b81 a:hover {
  text-decoration: underline;
}
.in_4346 .icon_6083:not(.medium_0a4e),
.in_4346 .short_5980 {
  margin-bottom: 1.41575em;
}
.in_4346 .icon_6083:not(.medium_0a4e):last-child,
.in_4346 .short_5980:last-child {
  margin-bottom: 0;
}
.in_4346 .icon_6083.text-motion-e707 {
  margin-bottom: 0.41575em;
}
.in_4346 .last_5fd6:before,
.in_4346 .accordion-76af:before {
  font: normal normal normal 16px/1 FontAwesome;
  text-decoration: inherit;
  text-transform: none;
  position: relative;
  margin-right: 5px;
  color: #6d6d6d;
}
.in_4346 .last_5fd6:before {
  content: "\f115";
}
.in_4346 .accordion-76af:before {
  content: "\f02c";
}
.in_4346 .gold_e532 {
  display: block;
  width: 100%;
  margin-top: 0.5407911001em;
}
.in_4346 .gold_e532 a {
  text-transform: uppercase;
  font-weight: 500;
  font-size: 80%;
  letter-spacing: 0.5px;
}
.accent_3c21 {
  display: -webkit-box;
  display: flex;
}
.accent_3c21 .disabled_gold_d310 {
  flex-basis: 90px;
}
@media screen and (max-width: 568px) {
  .accent_3c21 .disabled_gold_d310 {
    flex-basis: 90px;
  }
}
.accent_3c21 .secondary-over-dce5 {
  flex-basis: calc(100% - 90px);
  margin-left: 1.5em;
}
@media screen and (max-width: 568px) {
  .accent_3c21 .secondary-over-dce5 {
    flex-basis: calc(100% - 50px);
  }
}
.accent_3c21 .glass_c9f2 p:last-child {
  margin-bottom: 0.72em;
}
.description_0433 .menu-a837 {
  padding: 16px 0 15px;
  border-top: 1px solid #eaecee;
  border-bottom: 1px solid #eaecee;
}
.description_0433 .menu-a837:after,
.description_0433 .menu-a837:before {
  content: "";
  display: table;
}
.description_0433 .menu-a837:after {
  clear: both;
}
.description_0433 .menu-a837 .rough_1d1f,
.description_0433 .menu-a837 .glass-ec2b {
  width: 49%;
}
.description_0433 .menu-a837 .rough_1d1f a span.grid_9fbb,
.description_0433 .menu-a837 .glass-ec2b a span.grid_9fbb {
  display: block;
  margin-bottom: 5px;
}
.description_0433 .menu-a837 .glass-ec2b {
  float: left;
  text-align: left;
}
.description_0433 .menu-a837 .rough_1d1f {
  float: right;
  text-align: right;
}
.dynamic_e7ef {
  margin-bottom: 0.41575em;
}
@media screen and (max-width: 568px) {
  .dynamic_e7ef {
    margin-bottom: 0;
  }
}
.silver_e698 {
  margin-bottom: 1em;
}
.silver_e698 .medium_0a4e {
  font-size: 1.1em;
  line-height: 1.3;
}
.module-fast-2c6c a {
  display: block;
  line-height: 0;
  position: relative;
}
.outer-9973 .silver_e698,
.narrow-c956 .silver_e698 {
  display: -webkit-box;
  display: flex;
}
@media screen and (max-width: 568px) {
  .outer-9973 .silver_e698,
  .narrow-c956 .silver_e698 {
    display: block;
  }
}
.outer-9973 .module-fast-2c6c,
.narrow-c956 .module-fast-2c6c {
  flex-basis: 160px;
  position: relative;
}
@media screen and (max-width: 568px) {
  .outer-9973 .module-fast-2c6c,
  .narrow-c956 .module-fast-2c6c {
    margin-bottom: 1em;
  }
}
.outer-9973 .module-fast-2c6c img,
.narrow-c956 .module-fast-2c6c img {
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  display: block;
}
.outer-9973 .hard-d629,
.narrow-c956 .hard-d629 {
  flex-basis: calc(100% - 160px);
}
.outer-9973 .hard-d629 p,
.narrow-c956 .hard-d629 p {
  margin-bottom: 0;
}
.outer-9973 .hard-d629 {
  padding-left: 1em;
}
@media screen and (max-width: 568px) {
  .outer-9973 .hard-d629 {
    padding-left: 0;
  }
}
.narrow-c956 .hard-d629 {
  -webkit-box-ordinal-group: 2;
  order: 1;
  padding-right: 1em;
}
@media screen and (max-width: 568px) {
  .narrow-c956 .hard-d629 {
    padding-right: 0;
  }
}
.narrow-c956 .module-fast-2c6c {
  -webkit-box-ordinal-group: 3;
  order: 2;
}
.static_3a64 .module-fast-2c6c {
  margin-bottom: 0.5em;
}
.static_3a64 .module-fast-2c6c img {
  width: 100%;
}
.brown_bfeb .stale_e296,
.backdrop_huge_5baf .stale_e296 {
  margin-bottom: 35px;
  padding-bottom: 20px;
  border-bottom: 1px solid #eaecee;
}
.backdrop_huge_5baf .paragraph-red-65d9 .wood_6006 p:last-child {
  margin-bottom: 0;
}
.dirty-878e {
  font-size: 16px;
  text-transform: uppercase;
  font-weight: 500;
  color: currentColor;
  margin-bottom: 20px;
}
.prev_3cfe .gradient_8245 {
  margin-bottom: 2em;
}
@media screen and (min-width: 1025px) {
  .prev_3cfe .gradient_8245:last-of-type {
    margin-bottom: 0;
  }
}
.prev_3cfe .gradient_8245 ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.prev_3cfe .gradient_8245 ul:after {
  clear: both;
  content: ".";
  display: block;
  height: 0;
  visibility: hidden;
}
.prev_3cfe .gradient_8245 ul li {
  margin: 0 0 0.6em;
}
.prev_3cfe .gradient_8245 ul li.shadow-0a60,
.prev_3cfe .gradient_8245 ul li.alert-21fb {
  position: relative;
}
.prev_3cfe .gradient_8245 ul li.shadow-0a60 .status_21ee,
.prev_3cfe .gradient_8245 ul li.alert-21fb .status_21ee {
  right: 0;
  background: #eaecee;
  color: #999;
  padding: 0 0.5em;
  border-radius: 0.9em;
  font-size: 12px;
  position: absolute;
  top: 4px;
}
.prev_3cfe .gradient_8245 ul li.shadow-0a60:after:after,
.prev_3cfe .gradient_8245 ul li.shadow-0a60:after:before,
.prev_3cfe
  .gradient_8245
  ul
  li.alert-21fb:after:after,
.prev_3cfe
  .gradient_8245
  ul
  li.alert-21fb:after:before {
  content: "";
  display: table;
}
.prev_3cfe .gradient_8245 ul li.shadow-0a60:after:after,
.prev_3cfe
  .gradient_8245
  ul
  li.alert-21fb:after:after {
  clear: both;
}
.prev_3cfe .gradient_8245 a.element_680d:hover {
  text-decoration: none;
}
.prev_3cfe .gradient_8245 select {
  max-width: 100%;
}
.prev_3cfe .gradient_8245 table {
  font-size: 85%;
}
.prev_3cfe .gradient_8245 table td,
.prev_3cfe .gradient_8245 table th {
  padding: 0.2360828548em;
  text-align: center;
}
.prev_3cfe .gradient_8245 table tfoot td {
  text-align: left;
}
.prev_3cfe .gradient_8245 :last-child {
  margin-bottom: 0;
}
.prev_3cfe .gradient_8245 .header-7cec {
  display: -webkit-box;
  display: flex;
  width: 100%;
  max-width: 100%;
}
.prev_3cfe .gradient_8245 .header-7cec label {
  width: 100%;
}
.prev_3cfe .gradient_8245 .header-7cec .first-cc05 {
  width: 100%;
  display: block;
}
.prev_3cfe .gradient_8245 .header-7cec .bottom_b766 {
  padding: 9px 14px;
  margin-left: -46px;
  overflow: hidden;
  box-shadow: none;
  background: 0 0;
  color: #aaa;
  line-height: 0;
}
.prev_3cfe .gradient_8245 .header-7cec .bottom_b766:hover svg #svg-search {
  fill: #444;
}
.prev_3cfe .gradient_8245 .header-7cec .bottom_b766 svg {
  width: 18px;
  height: 18px;
}
.prev_3cfe .slider-fluid-e5a5 ul ul,
.prev_3cfe .paragraph_01bf ul ul,
.prev_3cfe .row_d401 ul ul,
.prev_3cfe .info_3e59 ul ul {
  margin-top: 0.3819820591em;
  margin-left: 0;
  margin-bottom: -0.3819820591em;
}
.prev_3cfe .slider-fluid-e5a5 .thumbnail-4bef > a,
.prev_3cfe .paragraph_01bf .thumbnail-4bef > a,
.prev_3cfe .row_d401 .thumbnail-4bef > a,
.prev_3cfe .info_3e59 .thumbnail-4bef > a {
  margin-bottom: 0;
}
.prev_3cfe .tooltip-dirty-9e5d li,
.prev_3cfe .slider-fluid-e5a5 li,
.prev_3cfe .nav_3c3c li,
.prev_3cfe .paragraph_01bf li,
.prev_3cfe .row_d401 li,
.prev_3cfe .info_3e59 li,
.prev_3cfe .alert-d0f6 li,
.prev_3cfe .overlay-9c00 li {
  display: block;
  position: relative;
}
.prev_3cfe .tooltip-dirty-9e5d li:last-child,
.prev_3cfe .slider-fluid-e5a5 li:last-child,
.prev_3cfe .nav_3c3c li:last-child,
.prev_3cfe .paragraph_01bf li:last-child,
.prev_3cfe .row_d401 li:last-child,
.prev_3cfe .info_3e59 li:last-child,
.prev_3cfe .alert-d0f6 li:last-child,
.prev_3cfe .overlay-9c00 li:last-child {
  border: none;
}
.prev_3cfe .tooltip-dirty-9e5d li a,
.prev_3cfe .slider-fluid-e5a5 li a,
.prev_3cfe .nav_3c3c li a,
.prev_3cfe .paragraph_01bf li a,
.prev_3cfe .row_d401 li a,
.prev_3cfe .info_3e59 li a,
.prev_3cfe .alert-d0f6 li a,
.prev_3cfe .overlay-9c00 li a {
  display: block;
  width: 100%;
  padding-bottom: 0.6em;
  margin-bottom: 0.6em;
  border-bottom: 1px solid #eaecee;
  position: relative;
}
.prev_3cfe .tooltip-dirty-9e5d li ul li::before,
.prev_3cfe .slider-fluid-e5a5 li ul li::before,
.prev_3cfe .nav_3c3c li ul li::before,
.prev_3cfe .paragraph_01bf li ul li::before,
.prev_3cfe .row_d401 li ul li::before,
.prev_3cfe .info_3e59 li ul li::before,
.prev_3cfe .alert-d0f6 li ul li::before,
.prev_3cfe .overlay-9c00 li ul li::before {
  left: 15px;
}
.prev_3cfe .tooltip-dirty-9e5d li ul a,
.prev_3cfe .slider-fluid-e5a5 li ul a,
.prev_3cfe .nav_3c3c li ul a,
.prev_3cfe .paragraph_01bf li ul a,
.prev_3cfe .row_d401 li ul a,
.prev_3cfe .info_3e59 li ul a,
.prev_3cfe .alert-d0f6 li ul a,
.prev_3cfe .overlay-9c00 li ul a {
  padding-left: 20px;
}
.prev_3cfe .tooltip-dirty-9e5d li ul ul li::before,
.prev_3cfe .slider-fluid-e5a5 li ul ul li::before,
.prev_3cfe .nav_3c3c li ul ul li::before,
.prev_3cfe .paragraph_01bf li ul ul li::before,
.prev_3cfe .row_d401 li ul ul li::before,
.prev_3cfe .info_3e59 li ul ul li::before,
.prev_3cfe .alert-d0f6 li ul ul li::before,
.prev_3cfe .overlay-9c00 li ul ul li::before {
  left: 30px;
}
.prev_3cfe .tooltip-dirty-9e5d li ul ul a,
.prev_3cfe .slider-fluid-e5a5 li ul ul a,
.prev_3cfe .nav_3c3c li ul ul a,
.prev_3cfe .paragraph_01bf li ul ul a,
.prev_3cfe .row_d401 li ul ul a,
.prev_3cfe .info_3e59 li ul ul a,
.prev_3cfe .alert-d0f6 li ul ul a,
.prev_3cfe .overlay-9c00 li ul ul a {
  padding-left: 40px;
}
.prev_3cfe .thumbnail-6f35 li {
  padding-bottom: 0.6em;
  border-bottom: 1px solid #eaecee;
  position: relative;
}
.prev_3cfe .overlay-9c00 ul li {
  margin-bottom: 1.41575em;
}
.prev_3cfe .overlay-9c00 ul li .picture_b690 {
  font-weight: 400;
  font-size: 1.2em;
  line-height: 1.28;
}
.prev_3cfe .overlay-9c00 ul li .form_selected_a12a {
  display: block;
  margin: 0.5407911001em 0;
  font-size: 85%;
}
.component_current_acf0 .tooltip-dirty-9e5d li a,
.component_current_acf0 .slider-fluid-e5a5 li a,
.component_current_acf0 .nav_3c3c li a,
.component_current_acf0 .paragraph_01bf li a,
.component_current_acf0 .row_d401 li a,
.component_current_acf0 .info_3e59 li a,
.component_current_acf0 .alert-d0f6 li a,
.component_current_acf0 .overlay-9c00 li a {
  border-color: rgba(255, 255, 255, 0.08);
}
.component_current_acf0 .thumbnail-6f35 li {
  border-color: rgba(255, 255, 255, 0.08);
}
.component_current_acf0 .gradient_8245 ul li.shadow-0a60 .status_21ee,
.component_current_acf0 .gradient_8245 ul li.alert-21fb .status_21ee {
  background: rgba(0, 0, 0, 0.2);
}
.component_current_acf0 .prev_3cfe .gradient_8245 select {
  border-color: rgba(255, 255, 255, 0.08);
}
.out_f607 .prev_3cfe .focus_right_b516 li {
  margin: 0;
}
.out_f607 .prev_3cfe .focus_right_b516 li a {
  display: block;
  padding: 0.6em 0 0.6em;
}
.out_f607 .prev_3cfe .focus_right_b516 li ul {
  margin: 0;
}
.out_f607 .prev_3cfe .focus_right_b516 li ul li a {
  padding-left: 15px;
}
.out_f607 .prev_3cfe .focus_right_b516 li ul li li a {
  padding-left: 30px;
}
.out_f607 .prev_3cfe .focus_right_b516 li.modal_e764 > a {
  position: relative;
  border: 1px solid #eaecee;
  border-left: none;
  border-right: none;
  font-size: 110%;
}
.out_f607 .prev_3cfe .focus_right_b516 li.modal_e764 > 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;
}
.out_f607 .prev_3cfe .focus_right_b516 li.modal_e764 > 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;
}
.icon-outer-179d a {
  border: 1px solid currentColor;
  border-radius: 2px;
  display: inline-block;
  font-size: 0.875em !important;
  margin-bottom: 5px;
  padding: 1px 10px 1px;
}
.progress-8f6c {
  position: relative;
  z-index: 10;
}
.progress-8f6c .prev_71a4 {
  width: 100%;
  max-width: 100%;
}
.east-9738 .next_1261 {
  padding-top: 2em;
  padding-bottom: 2em;
}
.east-9738 .avatar_dirty_f5aa {
}
.east-9738 .component_current_acf0 {
  background: #292929;
}
.cool-237d .next_1261 {
  padding-top: 2.5em;
  padding-bottom: 2.5em;
}
.cool-237d .avatar_dirty_f5aa {
  background: #f9f9f9;
}
.cool-237d .component_current_acf0 {
  background: #303030;
}
.simple-2efa .next_1261 {
  padding-top: 1.5em;
  padding-bottom: 1.5em;
}
@media screen and (max-width: 568px) {
  .simple-2efa .picture_pressed_19c7 {
    margin-bottom: 1em;
  }
  .simple-2efa .picture_pressed_19c7:last-child {
    margin-bottom: 0;
  }
}
.simple-2efa .avatar_dirty_f5aa {
  background: #ededed;
}
.simple-2efa .component_current_acf0 {
  background: #1a1a1a;
}
.next_1261.avatar_dirty_f5aa {
  color: rgba(0, 0, 0, 0.6);
}
.next_1261.avatar_dirty_f5aa .upper-4b87 li {
  border-color: rgba(0, 0, 0, 0.08);
}
.next_1261.component_current_acf0 {
  color: rgba(255, 255, 255, 0.99);
}
.next_1261.component_current_acf0 a:not(.element_680d) {
  color: rgba(255, 255, 255, 0.79);
}
.next_1261.component_current_acf0 a:not(.element_680d):hover {
  color: rgba(255, 255, 255, 0.99);
}
.next_1261.component_current_acf0 .upper-4b87 li {
  border-color: rgba(255, 255, 255, 0.08);
}
.next_1261.component_current_acf0 table tbody td,
.next_1261.component_current_acf0 table th {
  background: rgba(0, 0, 0, 0.08);
}
.link-liquid-ad61.modal-over-7016 .grid-under-ac27 {
  max-width: initial;
}
.link-liquid-ad61 .disabled_da49 {
  -webkit-box-pack: start;
  justify-content: flex-start;
}
.link-liquid-ad61 .disabled_da49 .prev_71a4 {
  width: auto;
}
@media screen and (max-width: 1024px) {
  .link-liquid-ad61 .disabled_da49 .prev_71a4 {
    display: block;
    margin-bottom: 2em;
  }
  .link-liquid-ad61 .disabled_da49 .prev_71a4:last-child {
    margin-bottom: 0;
  }
}
.simple-2efa .picture_pressed_19c7:last-child,
.cool-237d .picture_pressed_19c7:last-child,
.east-9738 .picture_pressed_19c7:last-child {
  margin-bottom: 0;
}
.simple-2efa .picture_pressed_19c7 .prev_3cfe .gradient_8245:last-child,
.cool-237d .picture_pressed_19c7 .prev_3cfe .gradient_8245:last-child,
.east-9738 .picture_pressed_19c7 .prev_3cfe .gradient_8245:last-child {
  margin-bottom: 0;
}
@media screen and (max-width: 568px) {
  .simple-2efa .photo_in_7d4b,
  .simple-2efa .tooltip-glass-1d20,
  .cool-237d .photo_in_7d4b,
  .cool-237d .tooltip-glass-1d20,
  .east-9738 .photo_in_7d4b,
  .east-9738 .tooltip-glass-1d20 {
    text-align: center;
  }
}
@media screen and (max-width: 48em) {
  .progress-8f6c .picture_pressed_19c7 {
    margin-bottom: 2em;
  }
}
.progress-8f6c p:last-child {
  margin-bottom: 0;
}
.progress-8f6c li,
.progress-8f6c ul {
  list-style: none;
  margin: 0;
}
.progress-8f6c ul ul {
  margin-left: 2.617924em;
}
.header_08cd {
  font-size: 0.875em;
}

/* css-noise: c7c9 */
.ghost-box-l9 {
  padding: 0.5rem;
  font-size: 10px;
  line-height: 1.1;
}
