/*!
Theme Name: Customify
Theme URI: https://pressmaximum.notice_bottom_7bd1/customify
Author: WPCustomify
Author URI: https://pressmaximum.notice_bottom_7bd1
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.notice_bottom_7bd1/customify
Version: 0.3.7
License: GNU General Public License v2 or later
License URI: http://www.active_580d.short_8812/licenses/gpl-2.0.header-78ce
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.block_easy_b625/, (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.simple-17f4.gradient-c595/normalize.surface-bottom-62db/
 ======
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.surface-bottom-62db v7.0.0 | MIT License | github.notice_bottom_7bd1/necolas/normalize.surface-bottom-62db */
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;
}
.dirty-fcea .button_west_0a84,
.stone_62bd,
.info_c9ea,
.short-fe6b,
.element_cc60,
.status_02b7,
.west_5ce4,
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;
}
.stone_62bd,
h1 {
  font-size: 2.42em;
  line-height: 1.216;
}
@media screen and (max-width: 1024px) {
  .stone_62bd,
  h1 {
    font-size: 2.1em;
  }
}
@media screen and (max-width: 568px) {
  .stone_62bd,
  h1 {
    font-size: 1.8em;
  }
}
.info_c9ea,
h2 {
  font-size: 2.1em;
  line-height: 1.216;
}
.info_c9ea + h3,
h2 + h3 {
  border-top: 1px solid #eaecee;
  padding-top: 0.5407911001em;
}
@media screen and (max-width: 1024px) {
  .info_c9ea,
  h2 {
    font-size: 1.9em;
  }
}
@media screen and (max-width: 568px) {
  .info_c9ea,
  h2 {
    font-size: 1.7em;
  }
}
.short-fe6b,
h3 {
  font-size: 1.618em;
}
.dirty-fcea .button_west_0a84,
.element_cc60,
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.progress-03b3 {
  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;
}
.upper-6a9e:after,
.upper-6a9e:before,
.content_19e0:after,
.content_19e0:before {
  content: "";
  display: table;
}
.upper-6a9e:after,
.content_19e0:after {
  clear: both;
}
.fixed_cab8 {
  float: right;
  margin-right: 0;
}
.tertiary_7b81 {
  float: left;
  margin-left: 0;
}
form {
  margin-bottom: 2em;
}
.main-cd27 .detail_stale_3d1d,
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;
}
.main-cd27 .detail_stale_3d1d: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;
}
.message_complex_dec0 .detail_stale_3d1d {
  box-shadow: none;
}
.message_complex_dec0
  .detail_stale_3d1d
  .section-static-5d33 {
  line-height: 2.4em;
  min-height: 2.6em;
  padding-left: 0;
}
.message_complex_dec0 .detail_stale_3d1d .picture_tiny_b80b {
  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;
}
.message_complex_dec0
  .detail_stale_3d1d
  .picture_tiny_b80b
  b {
  display: none;
}
.message_complex_dec0 .motion-fa5a {
  border: 1px solid #e5e5e5;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.12) inset;
}
.backdrop-smooth-1177:not(.section-first-7361):not(.shade-da67),
button:not(.section-first-7361):not(.shade-da67),
input[type="button"]:not(.section-first-7361):not(
    .shade-da67
  ),
input[type="reset"]:not(.section-first-7361):not(
    .shade-da67
  ),
input[type="submit"]:not(.section-first-7361):not(
    .shade-da67
  ) {
  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;
}
.backdrop-smooth-1177:not(.section-first-7361):not(
    .shade-da67
  ):hover,
button:not(.section-first-7361):not(
    .shade-da67
  ):hover,
input[type="button"]:not(.section-first-7361):not(
    .shade-da67
  ):hover,
input[type="reset"]:not(.section-first-7361):not(
    .shade-da67
  ):hover,
input[type="submit"]:not(.section-first-7361):not(
    .shade-da67
  ):hover {
  box-shadow: inset 0 0 0 120px rgba(0, 0, 0, 0.18);
  color: #fff;
  outline: 0;
}
.backdrop-smooth-1177:not(.section-first-7361):not(
    .shade-da67
  ):active,
.backdrop-smooth-1177:not(.section-first-7361):not(
    .shade-da67
  ):focus,
button:not(.section-first-7361):not(
    .shade-da67
  ):active,
button:not(.section-first-7361):not(
    .shade-da67
  ):focus,
input[type="button"]:not(.section-first-7361):not(
    .shade-da67
  ):active,
input[type="button"]:not(.section-first-7361):not(
    .shade-da67
  ):focus,
input[type="reset"]:not(.section-first-7361):not(
    .shade-da67
  ):active,
input[type="reset"]:not(.section-first-7361):not(
    .shade-da67
  ):focus,
input[type="submit"]:not(.section-first-7361):not(
    .shade-da67
  ):active,
input[type="submit"]:not(.section-first-7361):not(
    .shade-da67
  ):focus {
  outline: 0;
}
.backdrop-smooth-1177:not(.section-first-7361):not(
    .shade-da67
  ).fn-loading-9f15,
button:not(.section-first-7361):not(
    .shade-da67
  ).fn-loading-9f15,
input[type="button"]:not(.section-first-7361):not(
    .shade-da67
  ).fn-loading-9f15,
input[type="reset"]:not(.section-first-7361):not(
    .shade-da67
  ).fn-loading-9f15,
input[type="submit"]:not(.section-first-7361):not(
    .shade-da67
  ).fn-loading-9f15 {
  position: relative;
}
.backdrop-smooth-1177:not(.section-first-7361):not(
    .shade-da67
  ).fn-loading-9f15
  .orange_9983,
.backdrop-smooth-1177:not(.section-first-7361):not(
    .shade-da67
  ).fn-loading-9f15
  .disabled-944a,
.backdrop-smooth-1177:not(.section-first-7361):not(
    .shade-da67
  ).fn-loading-9f15
  .center-7701,
.backdrop-smooth-1177:not(.section-first-7361):not(
    .shade-da67
  ).fn-loading-9f15
  i,
.backdrop-smooth-1177:not(.section-first-7361):not(
    .shade-da67
  ).fn-loading-9f15
  svg,
button:not(.section-first-7361):not(
    .shade-da67
  ).fn-loading-9f15
  .orange_9983,
button:not(.section-first-7361):not(
    .shade-da67
  ).fn-loading-9f15
  .disabled-944a,
button:not(.section-first-7361):not(
    .shade-da67
  ).fn-loading-9f15
  .center-7701,
button:not(.section-first-7361):not(
    .shade-da67
  ).fn-loading-9f15
  i,
button:not(.section-first-7361):not(
    .shade-da67
  ).fn-loading-9f15
  svg,
input[type="button"]:not(.section-first-7361):not(
    .shade-da67
  ).fn-loading-9f15
  .orange_9983,
input[type="button"]:not(.section-first-7361):not(
    .shade-da67
  ).fn-loading-9f15
  .disabled-944a,
input[type="button"]:not(.section-first-7361):not(
    .shade-da67
  ).fn-loading-9f15
  .center-7701,
input[type="button"]:not(.section-first-7361):not(
    .shade-da67
  ).fn-loading-9f15
  i,
input[type="button"]:not(.section-first-7361):not(
    .shade-da67
  ).fn-loading-9f15
  svg,
input[type="reset"]:not(.section-first-7361):not(
    .shade-da67
  ).fn-loading-9f15
  .orange_9983,
input[type="reset"]:not(.section-first-7361):not(
    .shade-da67
  ).fn-loading-9f15
  .disabled-944a,
input[type="reset"]:not(.section-first-7361):not(
    .shade-da67
  ).fn-loading-9f15
  .center-7701,
input[type="reset"]:not(.section-first-7361):not(
    .shade-da67
  ).fn-loading-9f15
  i,
input[type="reset"]:not(.section-first-7361):not(
    .shade-da67
  ).fn-loading-9f15
  svg,
input[type="submit"]:not(.section-first-7361):not(
    .shade-da67
  ).fn-loading-9f15
  .orange_9983,
input[type="submit"]:not(.section-first-7361):not(
    .shade-da67
  ).fn-loading-9f15
  .disabled-944a,
input[type="submit"]:not(.section-first-7361):not(
    .shade-da67
  ).fn-loading-9f15
  .center-7701,
input[type="submit"]:not(.section-first-7361):not(
    .shade-da67
  ).fn-loading-9f15
  i,
input[type="submit"]:not(.section-first-7361):not(
    .shade-da67
  ).fn-loading-9f15
  svg {
  visibility: hidden;
}
.backdrop-smooth-1177:not(.section-first-7361):not(
    .shade-da67
  ).fn-loading-9f15:after,
button:not(.section-first-7361):not(
    .shade-da67
  ).fn-loading-9f15:after,
input[type="button"]:not(.section-first-7361):not(
    .shade-da67
  ).fn-loading-9f15:after,
input[type="reset"]:not(.section-first-7361):not(
    .shade-da67
  ).fn-loading-9f15:after,
input[type="submit"]:not(.section-first-7361):not(
    .shade-da67
  ).fn-loading-9f15: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;
}
.backdrop-smooth-1177:not(.section-first-7361):not(.shade-da67),
input[type="button"]:not(.section-first-7361):not(
    .shade-da67
  ),
input[type="reset"]:not(.section-first-7361):not(
    .shade-da67
  ),
input[type="submit"]:not(.section-first-7361):not(
    .shade-da67
  ) {
  color: #fff;
  background: #235787;
}
.backdrop-smooth-1177:not(.section-first-7361):not(
    .shade-da67
  ):focus,
input[type="button"]:not(.section-first-7361):not(
    .shade-da67
  ):focus,
input[type="reset"]:not(.section-first-7361):not(
    .shade-da67
  ):focus,
input[type="submit"]:not(.section-first-7361):not(
    .shade-da67
  ):focus {
  color: #fff;
}
.backdrop-smooth-1177.fn-disabled-9f15:not(.section-first-7361):not(
    .shade-da67
  ),
.backdrop-smooth-1177[disabled]:not(.section-first-7361):not(
    .shade-da67
  ),
button.fn-disabled-9f15:not(.section-first-7361):not(
    .shade-da67
  ),
button[disabled]:not(.section-first-7361):not(
    .shade-da67
  ) {
  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;
}
.background_de53 {
  clip: rect(1px, 1px, 1px, 1px);
  position: absolute !important;
  height: 1px;
  width: 1px;
  overflow: hidden;
  word-con: normal !important;
}
.background_de53: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;
}
.list-simple-e3de {
  display: inline;
  float: left;
  margin-right: 1.41575em;
}
.mask_e2ad {
  display: inline;
  float: right;
  margin-left: 1.41575em;
}
.grid_huge_d99f {
  clear: both;
  display: block;
  margin: 0 auto;
}
.upper-6a9e:after,
.upper-6a9e:before,
.purple-224d:after,
.purple-224d:before,
.feature-top-ccd8:after,
.feature-top-ccd8:before,
.cool_3762:after,
.cool_3762:before,
.clean-e971:after,
.clean-e971:before,
.gradient_ce1d:after,
.gradient_ce1d:before {
  content: "";
  display: table;
  table-layout: fixed;
}
.upper-6a9e:after,
.purple-224d:after,
.feature-top-ccd8:after,
.cool_3762:after,
.clean-e971:after,
.gradient_ce1d:after {
  clear: both;
}
.purple-224d .bottom_2911,
.feature-top-ccd8 .bottom_2911,
.form_cold_bb3f .bottom_2911 {
  border: none;
  margin-bottom: 0;
  margin-top: 0;
  padding: 0;
}
embed,
iframe,
object {
  max-width: 100%;
}
.liquid-dbc9 {
  display: inline-block;
}
.soft-005d {
  margin-bottom: 1.41575em;
  max-width: 100%;
}
.soft-005d img[class*="wp-image-"] {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.soft-005d .black-07ec {
  padding: 1em 0;
  font-size: 85%;
}
.black-07ec {
  text-align: left;
  font-style: italic;
  color: #999;
}
.form_gold_49df {
  margin-bottom: 1.5em;
  margin-bottom: 1.41575em;
}
.form_gold_49df:after,
.form_gold_49df:before {
  content: "";
  display: table;
}
.form_gold_49df:after {
  clear: both;
}
.silver-3804 {
  display: inline-block;
  text-align: center;
  vertical-align: top;
  width: 100%;
}
.shadow_smooth_a101 .silver-3804 {
  max-width: 50%;
}
.section-7dde .silver-3804 {
  max-width: 33.33%;
}
.preview-8cda .silver-3804 {
  max-width: 25%;
}
.gallery_inner_4513 .silver-3804 {
  max-width: 20%;
}
.icon-west-db13 .silver-3804 {
  max-width: 16.66%;
}
.out-3da5 .silver-3804 {
  max-width: 14.28%;
}
.glass_613b .silver-3804 {
  max-width: 12.5%;
}
.message_light_6c5b .silver-3804 {
  max-width: 11.11%;
}
.highlight_bc23 {
  display: block;
}
.dirty-fcea .carousel_5fa5 label,
.dirty-fcea .modal-tall-f9ae label,
.dirty-fcea .west_2620 label,
.dirty-fcea .article-75ef label {
  text-transform: uppercase;
  letter-spacing: 0.5px;
  font-size: 0.85em;
}
.header-6459 {
  list-style: none;
  margin: 0;
}
.header-6459 article.active-de1f {
  margin-bottom: 0;
}
.header-6459 ul {
  list-style: none;
  margin: 0;
}
.header-6459 .background_slow_d557 li.active-de1f {
  padding-left: 30px;
}
@media screen and (min-width: 64em) {
  .header-6459 .background_slow_d557 li.active-de1f {
    padding-left: 85px;
    border-left: 1px solid #eaecee;
    position: relative;
    width: 100%;
  }
  .header-6459 .background_slow_d557 li.active-de1f: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) {
  .header-6459 .background_slow_d557 li.active-de1f li.active-de1f li.active-de1f li.active-de1f {
    padding-left: 0;
  }
}
article.active-de1f {
  padding: 1.618em 0;
  margin-bottom: 1.618em;
}
article.active-de1f .purple-224d p:last-of-type {
  margin-bottom: 0;
}
article.active-de1f .easy_0f8b {
  float: left;
}
article.active-de1f .alert_motion_f89f {
  margin-left: 85px;
}
article.active-de1f .wrapper_north_61be {
  display: block;
  margin: 12px 0 12px;
  padding-bottom: 4px;
  border-bottom: 1px solid #eaecee;
}
article.active-de1f .wrapper_north_61be .header-tiny-b930 {
  margin-left: 10px;
}
article.active-de1f .static-b42a {
  font-weight: 500;
  text-transform: uppercase;
  line-height: 1;
  font-style: normal;
}
article.active-de1f .highlight_bright_8122 {
  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 .carousel_5fa5,
  #respond .west_2620,
  #respond .article-75ef {
    width: 29.4117647059%;
    margin-right: 5.8823529412%;
    float: left;
  }
}
#respond .carousel_5fa5 input,
#respond .west_2620 input,
#respond .article-75ef input {
  width: 100%;
}
#respond .article-75ef {
  margin-right: 0;
}
#respond .in-7c4d #wp-comment-cookies-consent {
  position: relative;
  top: -1px;
  margin-right: 5px;
}
.highlight-fluid-555f {
  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;
}
.highlight-fluid-555f.layout_warm_e7b8 {
  width: 36px;
  height: 36px;
  min-height: 36px;
  font-size: 1.1em;
}
.highlight-fluid-555f 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%);
}
.highlight-fluid-555f:focus,
.highlight-fluid-555f: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);
}
.background_d068 {
  border-radius: 10%;
}
.static-6271 {
  border-radius: 50%;
}
.gas-ffd5 {
  font-size: 0.72em;
}
.silver-c409 {
  font-size: 0.875em;
}
.first-0f69 {
  font-size: 1.1em;
}
.hard_b603 {
  text-transform: uppercase;
  line-height: 1.2;
}
.hard_b603.gas-ffd5 {
  letter-spacing: 0.5px;
}
.mini_863e,
.mini_863e a {
  color: #6d6d6d;
}
.mini_863e a:hover {
  color: #111;
}
.badge-gas-045a {
  color: #6d6d6d;
}
.badge_003e {
  overflow-x: hidden;
}
.badge_003e .content-over-8b26.avatar-purple-7ac0 {
  position: relative;
}
.badge_003e .content-over-8b26.avatar-purple-7ac0.row-fixed-e0c8 {
  position: initial;
}
.badge_003e
  .content-over-8b26.avatar-purple-7ac0.row-fixed-e0c8
  .sort_outer_50be {
  left: auto;
}
.badge_003e .content-over-8b26 .sort_outer_50be {
  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;
}
.badge_003e .content-over-8b26:hover.avatar-purple-7ac0 {
  -webkit-transition-delay: 0s !important;
  transition-delay: 0s !important;
  outline: 1px solid #0073aa;
  outline-offset: -1px;
}
.badge_003e
  .content-over-8b26:hover.avatar-purple-7ac0
  .sort_outer_50be {
  display: block;
  z-index: 9999999;
}
.badge_003e .static-9e85 .first-35d3,
.badge_003e .clean_976b .first-35d3 {
  display: none;
}
.badge_003e .summary_under_f051 .content-over-8b26:hover.avatar-purple-7ac0 {
  outline: 1px dashed #ff472e;
  outline-offset: -1px;
}
.dirty-fcea .carousel_5fa5 label,
.dirty-fcea .modal-tall-f9ae label,
.dirty-fcea .west_2620 label,
.dirty-fcea .article-75ef label {
  text-transform: uppercase;
  letter-spacing: 0.5px;
  font-size: 0.85em;
}
.header-6459 {
  list-style: none;
  margin: 0;
}
.header-6459 article.active-de1f {
  margin-bottom: 0;
}
.header-6459 ul {
  list-style: none;
  margin: 0;
}
.header-6459 .background_slow_d557 li.active-de1f {
  padding-left: 30px;
}
@media screen and (min-width: 64em) {
  .header-6459 .background_slow_d557 li.active-de1f {
    padding-left: 85px;
    border-left: 1px solid #eaecee;
    position: relative;
    width: 100%;
  }
  .header-6459 .background_slow_d557 li.active-de1f: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) {
  .header-6459 .background_slow_d557 li.active-de1f li.active-de1f li.active-de1f li.active-de1f {
    padding-left: 0;
  }
}
article.active-de1f {
  padding: 1.618em 0;
  margin-bottom: 1.618em;
}
article.active-de1f .purple-224d p:last-of-type {
  margin-bottom: 0;
}
article.active-de1f .easy_0f8b {
  float: left;
}
article.active-de1f .alert_motion_f89f {
  margin-left: 85px;
}
article.active-de1f .wrapper_north_61be {
  display: block;
  margin: 12px 0 12px;
  padding-bottom: 4px;
  border-bottom: 1px solid #eaecee;
}
article.active-de1f .wrapper_north_61be .header-tiny-b930 {
  margin-left: 10px;
}
article.active-de1f .static-b42a {
  font-weight: 500;
  text-transform: uppercase;
  line-height: 1;
  font-style: normal;
}
article.active-de1f .highlight_bright_8122 {
  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 .carousel_5fa5,
  #respond .west_2620,
  #respond .article-75ef {
    width: 29.4117647059%;
    margin-right: 5.8823529412%;
    float: left;
  }
}
#respond .carousel_5fa5 input,
#respond .west_2620 input,
#respond .article-75ef input {
  width: 100%;
}
#respond .article-75ef {
  margin-right: 0;
}
#respond .in-7c4d #wp-comment-cookies-consent {
  position: relative;
  top: -1px;
  margin-right: 5px;
}
.static-9e85 .detail_short_ca45 {
  color: rgba(255, 255, 255, 0.99);
  background: rgba(0, 0, 0, 0.9);
}
.detail_short_ca45 .new-f30d.accent-66a2 .frame_df09 > li > a:focus,
.detail_short_ca45 .new-f30d.accent-66a2 .frame_df09 > li > a:hover,
.detail_short_ca45 .new-f30d.motion-dcc2 .frame_df09 > li > a:focus,
.detail_short_ca45 .new-f30d.motion-dcc2 .frame_df09 > li > a:hover,
.detail_short_ca45 .new-f30d.lower-1f40 .frame_df09 > li > a:focus,
.detail_short_ca45 .new-f30d.lower-1f40 .frame_df09 > li > a:hover {
  color: rgba(255, 255, 255, 0.99);
}
.detail_short_ca45
  .new-f30d.accent-66a2
  .frame_df09
  > li.container_c71d
  > a,
.detail_short_ca45
  .new-f30d.accent-66a2
  .frame_df09
  > li.label-middle-278a
  > a,
.detail_short_ca45
  .new-f30d.motion-dcc2
  .frame_df09
  > li.container_c71d
  > a,
.detail_short_ca45
  .new-f30d.motion-dcc2
  .frame_df09
  > li.label-middle-278a
  > a,
.detail_short_ca45
  .new-f30d.lower-1f40
  .frame_df09
  > li.container_c71d
  > a,
.detail_short_ca45 .new-f30d.lower-1f40 .frame_df09 > li.button_selected_d7dd > a {
  color: rgba(255, 255, 255, 0.99);
}
.detail_short_ca45 .wood_a947,
.detail_short_ca45 .wood_a947 a {
  color: rgba(255, 255, 255, 0.99);
}
.detail_short_ca45 .banner-eb8c.up-855a li a,
.detail_short_ca45 .in_7f5a a,
.detail_short_ca45 .table_slow_ad68,
.detail_short_ca45 .frame_df09 > li > a,
.detail_short_ca45 .background-basic-a569 {
  color: rgba(255, 255, 255, 0.79);
}
.detail_short_ca45 .banner-eb8c.up-855a li a:hover,
.detail_short_ca45 .in_7f5a a:hover,
.detail_short_ca45 .table_slow_ad68:hover,
.detail_short_ca45 .frame_df09 > li > a:hover,
.detail_short_ca45 .background-basic-a569:hover {
  color: rgba(255, 255, 255, 0.99);
}
.detail_short_ca45 .message-558d {
  color: rgba(255, 255, 255, 0.79);
}
.detail_short_ca45 .message-558d .avatar_3e40 {
  color: rgba(255, 255, 255, 0.99);
}
.detail_short_ca45 .message-558d:hover {
  color: rgba(255, 255, 255, 0.99);
}
.detail_short_ca45 .selected-f4b5 .picture_4c9a {
  background: rgba(255, 255, 255, 0.03);
  border-color: rgba(255, 255, 255, 0.08);
  color: rgba(255, 255, 255, 0.79);
}
.detail_short_ca45 .selected-f4b5 .picture_4c9a .banner_3f19 {
  color: rgba(255, 255, 255, 0.79);
}
.detail_short_ca45
  .selected-f4b5
  .picture_4c9a
  .banner_3f19::-webkit-input-placeholder {
  color: rgba(255, 255, 255, 0.79);
}
.detail_short_ca45
  .selected-f4b5
  .picture_4c9a
  .banner_3f19:-ms-input-placeholder {
  color: rgba(255, 255, 255, 0.79);
}
.detail_short_ca45
  .selected-f4b5
  .picture_4c9a
  .banner_3f19::-ms-input-placeholder {
  color: rgba(255, 255, 255, 0.79);
}
.detail_short_ca45
  .selected-f4b5
  .picture_4c9a
  .banner_3f19::placeholder {
  color: rgba(255, 255, 255, 0.79);
}
.detail_short_ca45 .selected-f4b5 .icon_brown_26ae {
  color: rgba(255, 255, 255, 0.79);
}
.detail_short_ca45 .selected-f4b5 .icon_brown_26ae:hover {
  color: rgba(255, 255, 255, 0.99);
}
.widget-d72c
  .detail_short_ca45
  .selected-f4b5
  .shadow_7dea
  .carousel_selected_e901 {
  background-color: rgba(255, 255, 255, 0.03);
  border-color: rgba(255, 255, 255, 0.08);
  color: rgba(255, 255, 255, 0.79);
}
.widget-d72c
  .detail_short_ca45
  .selected-f4b5
  .shadow_7dea
  .banner_3f19 {
  background-color: rgba(255, 255, 255, 0.03) !important;
  border-color: rgba(255, 255, 255, 0.08);
  color: rgba(255, 255, 255, 0.79);
}
.static-9e85 .wood_cf5c {
  color: rgba(0, 0, 0, 0.6);
  background: rgba(255, 255, 255, 0.9);
}
.wood_cf5c .new-f30d.accent-66a2 .frame_df09 > li > a:focus,
.wood_cf5c .new-f30d.accent-66a2 .frame_df09 > li > a:hover,
.wood_cf5c .new-f30d.motion-dcc2 .frame_df09 > li > a:focus,
.wood_cf5c .new-f30d.motion-dcc2 .frame_df09 > li > a:hover,
.wood_cf5c .new-f30d.lower-1f40 .frame_df09 > li > a:focus,
.wood_cf5c .new-f30d.lower-1f40 .frame_df09 > li > a:hover {
  color: rgba(0, 0, 0, 0.8);
}
.wood_cf5c
  .new-f30d.accent-66a2
  .frame_df09
  > li.container_c71d
  > a,
.wood_cf5c
  .new-f30d.accent-66a2
  .frame_df09
  > li.label-middle-278a
  > a,
.wood_cf5c
  .new-f30d.motion-dcc2
  .frame_df09
  > li.container_c71d
  > a,
.wood_cf5c
  .new-f30d.motion-dcc2
  .frame_df09
  > li.label-middle-278a
  > a,
.wood_cf5c
  .new-f30d.lower-1f40
  .frame_df09
  > li.container_c71d
  > a,
.wood_cf5c .new-f30d.lower-1f40 .frame_df09 > li.button_selected_d7dd > a {
  color: rgba(0, 0, 0, 0.8);
}
.wood_cf5c .wood_a947,
.wood_cf5c .wood_a947 a {
  color: rgba(0, 0, 0, 0.8);
}
.wood_cf5c .banner-eb8c.up-855a li a,
.wood_cf5c .in_7f5a a,
.wood_cf5c .table_slow_ad68,
.wood_cf5c .frame_df09 > li > a,
.wood_cf5c .background-basic-a569 {
  color: rgba(0, 0, 0, 0.55);
}
.wood_cf5c .banner-eb8c.up-855a li a:hover,
.wood_cf5c .in_7f5a a:hover,
.wood_cf5c .table_slow_ad68:hover,
.wood_cf5c .frame_df09 > li > a:hover,
.wood_cf5c .background-basic-a569:hover {
  color: rgba(0, 0, 0, 0.8);
}
.wood_cf5c .message-558d {
  color: rgba(0, 0, 0, 0.55);
}
.wood_cf5c .message-558d .avatar_3e40 {
  color: rgba(0, 0, 0, 0.8);
}
.wood_cf5c .message-558d:hover {
  color: rgba(0, 0, 0, 0.8);
}
.basic_0016 .disabled_985a {
  margin-left: auto;
  margin-right: auto;
}
.feature-top-ccd8 > * {
  margin-left: auto;
  margin-right: auto;
}
.feature-top-ccd8 .list-simple-e3de {
  margin-right: 1.41575em;
}
.alert_pressed_4b4b .feature-top-ccd8 > .card_10bc {
  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;
}
.alert_pressed_4b4b .feature-top-ccd8 > .hidden-fd13 {
  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;
}
.silver-ac9b.basic_0016 .disabled_985a,
.gallery-white-5ce3.basic_0016 .disabled_985a {
  margin-left: 0;
}
.panel_thick_198e.basic_0016 .disabled_985a,
.short_28e3.basic_0016 .disabled_985a {
  margin-right: 0;
}
.feature-top-ccd8 ol,
.feature-top-ccd8 ul {
  margin: 1.5em auto;
  list-style-position: outside;
}
.cool_1d86 video {
  max-width: 100%;
}
.north-055c img {
  display: block;
}
.north-055c.list-simple-e3de,
.north-055c.mask_e2ad {
  width: 100%;
}
.north-055c.hidden-fd13 img {
  width: 100vw;
  width: calc(var(--vw, 1vw) * 100);
}
.focus_active_48cf:not(.glass-0f79) {
  margin: 1.5em auto;
}
.easy_3eb5 p {
  padding: 1.5em 14px;
}
ul.column-gold-4682.hidden-fd13,
ul.column-gold-4682.card_10bc,
ul.column-gold-4682.notification_cool_f58d.card_10bc {
  padding: 0 14px;
}
.clean_a326 {
  display: block;
  overflow-x: auto;
}
.clean_a326 table {
  border-collapse: collapse;
  width: 100%;
}
.clean_a326 td,
.clean_a326 th {
  padding: 0.5em;
}
.feature-top-ccd8 li {
  margin-left: 2.5em;
  margin-bottom: 6px;
}
.feature-top-ccd8 ol ol,
.feature-top-ccd8 ol ul,
.feature-top-ccd8 ul ol,
.feature-top-ccd8 ul ul {
  margin-bottom: 0;
  margin-top: 0;
  margin-left: 2.5em;
}
.feature-top-ccd8 ol ol li,
.feature-top-ccd8 ol ul li,
.feature-top-ccd8 ul ol li,
.feature-top-ccd8 ul ul li {
  margin-left: 0;
}
.north_49f4.layout-fast-0f26 > .stale_694c {
  position: relative;
  width: 100%;
  height: 0;
  padding-top: 56.25%;
}
.north_49f4.layout-fast-0f26 > .stale_694c iframe,
.north_49f4.layout-fast-0f26 > .stale_694c > object {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}
.lower-8515 {
  border-left-width: 4px;
  border-left-color: currentColor;
}
.lower-8515.down_2887 {
  padding: 0;
}
.lower-8515.down_2887 cite {
  font-size: 13px;
}
.lower-8515 > * {
  margin-left: 16px;
  margin-right: 16px;
}
.lower-8515 cite {
  font-style: normal;
  margin-top: 1em;
  position: relative;
  font-size: 13px;
}
.last_bca2 {
  border-bottom: 4px solid currentColor;
  border-top: 4px solid currentColor;
  margin-left: 0;
  margin-right: 0;
  padding: 3em 0;
  text-align: center;
}
.last_bca2 > p:first-child {
  margin-top: 0;
}
.last_bca2 cite {
  font-size: 13px;
  font-style: normal;
  text-transform: uppercase;
}
.last_bca2 blockquote {
  border-left: 0;
}
.text_slow_d31f {
  margin: 3em auto;
  border: none;
  border-bottom: 2px solid currentColor;
}
.text_slow_d31f:not(.hero_fast_42ec) {
  max-width: 100px;
}
.text_slow_d31f.menu_medium_33d8 {
  border-bottom: none !important;
  text-align: center;
}
.text_slow_d31f.menu_medium_33d8::before {
  padding-left: 0;
  font-size: 30px;
}
@media screen and (min-width: 768px) {
  .easy_3eb5 p {
    padding: 1.5em 0;
  }
}
.picture_outer_2a79 {
  color: #0073aa;
}
.inner_0b2d {
  background-color: #0073aa;
}
.fluid_29e6 {
  color: #229fd8;
}
.active-7d3d {
  background-color: #229fd8;
}
.fast_c7dc {
  color: #eee;
}
.grid-14e4 {
  background-color: #eee;
}
.video-smooth-3cde {
  color: #444;
}
.title_899d {
  background-color: #444;
}
.item_pink_943f {
  padding: 0;
  -webkit-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  text-size-adjust: 100%;
  line-height: 13px;
}
.item_pink_943f .section_dynamic_0c16 .in_7f5a {
  font-size: 15px;
}
.item_pink_943f .in_7f5a {
  line-height: 1.3;
}
.item_pink_943f .wood_cf5c {
}
.item_pink_943f .detail_short_ca45 {
  background: #235787;
}
.thick-ca20 {
  padding: 0;
}
.thick-ca20 .detail_short_ca45 {
  background: #1a1a1a;
}
.thick-ca20 .wood_cf5c {
  box-shadow: 0 1px 2px 0 #e1e5ea;
  background: #fff;
}
.thick_86e8 {
  padding: 0;
  border-left: none;
  border-right: none;
}
.thick_86e8 .wood_cf5c {
  box-shadow: 0 1px 2px 0 #e1e5ea;
}
.thick_86e8 .detail_short_ca45 {
  background: #303030;
}
.gradient_ce1d {
  position: relative;
  z-index: 10;
}
.gradient_ce1d .clean_5d14 {
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
  -webkit-box-pack: center;
  justify-content: center;
}
.sort-63f0 .avatar-purple-7ac0 {
  display: inline-block;
  vertical-align: middle;
}
.sort-63f0.west-330e .avatar-purple-7ac0 {
  margin-right: 1em;
}
@media screen and (max-width: 1024px) {
  .sort-63f0.west-330e .avatar-purple-7ac0 {
    margin-right: 1em;
  }
}
@media screen and (max-width: 568px) {
  .sort-63f0.west-330e .avatar-purple-7ac0 {
    margin-right: 0.4em;
  }
}
.sort-63f0.west-330e .avatar-purple-7ac0:last-child {
  margin-right: 0;
}
.message-b73e .clean_5d14 {
  max-width: initial;
}
@media screen and (min-width: 1025px) {
  .static-9e85 .section_dynamic_0c16 {
    margin: 0 -0.5em;
  }
  .static-9e85 .section_dynamic_0c16 [class*="customify-col-"],
  .static-9e85 .section_dynamic_0c16 [class*="customify-col_"],
  .static-9e85 .section_dynamic_0c16 [class~="customify-col-"] {
    padding-left: 0.5em;
    padding-right: 0.5em;
  }
}
.static-9e85.lite-1256 .clean_5d14 {
  background: 0 0 !important;
}
.static-9e85.lite-1256 .clean_5d14,
.static-9e85.message-b73e .clean_5d14 {
  border: 0 none !important;
  box-shadow: none !important;
}
@media screen and (min-width: 1025px) {
  .static-9e85.icon_fixed_db5d {
    background: 0 0 !important;
    border: 0 none;
    box-shadow: none !important;
  }
}
.static-9e85.message-b73e .clean_5d14 {
  box-shadow: none !important;
}
.lite_9edc {
  padding: 21px 0 22px;
  border-bottom: 1px solid #eaecee;
  word-break: break-word;
  background: #f9f9f9;
}
@media screen and (max-width: 1024px) {
  .lite_9edc {
    padding: 19px 0 20px;
  }
}
@media screen and (max-width: 568px) {
  .lite_9edc {
    padding: 18px 0 20px;
  }
}
.lite_9edc .content-d42a {
  width: 100%;
}
.lite_9edc .badge-f95e {
  margin-bottom: 0;
}
.lite_9edc .surface_0d69 {
  margin-top: 5px;
  font-size: 0.875em;
}
.input_1d75 {
  padding: 9px 0 9px;
  border-bottom: 1px solid #eaecee;
  color: #6d6d6d;
  line-height: 1.6;
  background: #fff;
}
.input_1d75 .highlight_fluid_3e27 {
  width: 100%;
}
.sidebar_basic_bf13 {
  list-style: none;
  margin: 0 1em;
  padding: 0;
}
.sidebar_basic_bf13 li {
  display: inline-block;
  position: relative;
  padding-right: 10px;
}
.sidebar_basic_bf13 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;
}
.sidebar_basic_bf13 li:last-child:after {
  display: none;
}
.sidebar_basic_bf13 li a {
  font-weight: 500;
  margin-right: 10px;
}
.background_silver_1d57 .first-35d3 button,
.lite_9edc .first-35d3 button {
  left: 0;
}
.background_silver_1d57 .highlight_fluid_3e27,
.lite_9edc .highlight_fluid_3e27 {
  padding-left: 0;
  padding-right: 0;
}
.background_silver_1d57 .input_1d75,
.lite_9edc .input_1d75 {
  border-bottom: none;
  padding-bottom: 0;
  background: 0 0;
}
.background_silver_1d57 {
  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;
}
.background_silver_1d57: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;
}
.background_silver_1d57 .hover-plasma-1f05 {
  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) {
  .background_silver_1d57 .hover-plasma-1f05 {
    min-height: 300px;
  }
}
@media screen and (max-width: 1024px) {
  .background_silver_1d57 .hover-plasma-1f05 {
    min-height: 250px;
    padding: 1em 15px;
  }
}
@media screen and (max-width: 568px) {
  .background_silver_1d57 .hover-plasma-1f05 {
    min-height: 200px;
  }
}
.background_silver_1d57 .sidebar_basic_bf13 {
  color: rgba(255, 255, 255, 0.8);
}
.background_silver_1d57 .sidebar_basic_bf13 a,
.background_silver_1d57 .sidebar_basic_bf13 li:after {
  color: inherit;
}
.background_silver_1d57 .sidebar_basic_bf13 a:hover {
  color: rgba(255, 255, 255, 0.8);
}
.copper_99f8 {
  margin-bottom: 0.5em;
}
.motion-2190 {
  margin-bottom: 1.2em;
}
.motion-2190,
.copper_99f8 {
  display: inline-block;
  position: relative;
  color: rgba(255, 255, 255, 0.99);
  z-index: 5;
}
.motion-2190 p:last-child,
.copper_99f8 p:last-child {
  margin-bottom: 0;
}
#header-menu-sidebar .first-35d3,
#masthead .first-35d3 {
  display: none;
}
#masthead
  > .first-35d3.hover-5344 {
  display: none;
}
#masthead > .first-35d3 button {
  left: 0;
}
.stale-3abf {
  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%;
}
.stale-3abf .avatar-purple-7ac0 {
  display: -webkit-inline-box;
  display: inline-flex;
  -webkit-box-align: center;
  align-items: center;
  margin-left: 0.5em;
  margin-right: 0.5em;
}
.stale-3abf .header_4a15 {
  display: -webkit-box;
  display: flex;
}
.stale-3abf .header_4a15.red-7ccd {
  -webkit-box-pack: center;
  justify-content: center;
  margin-left: 1em;
  margin-right: 1em;
}
.stale-3abf .header_4a15.picture-59d0 {
  -webkit-box-pack: start;
  justify-content: flex-start;
  margin-right: auto;
  -webkit-box-flex: 1;
  flex: 1 1 0;
}
.stale-3abf .header_4a15.link_23d6 {
  margin-left: auto;
  -webkit-box-pack: end;
  justify-content: flex-end;
  -webkit-box-flex: 1;
  flex: 1 1 0;
}
.stale-3abf.upper_069a.content_huge_1691 .header_4a15.red-7ccd {
  flex-basis: 100%;
}
.stale-3abf.container_2018 .header_4a15.picture-59d0 {
  -webkit-box-flex: 1;
  flex: auto;
}
.stale-3abf.container_2018 .header_4a15.link_23d6 {
  -webkit-box-flex: 1;
  flex: auto;
}
#masthead
  > .first-35d3.hover-5344 {
  display: none;
}
#masthead > .first-35d3 button {
  left: 0;
}
.video_right_be46 {
  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;
}
.video_right_be46:hover {
  box-shadow: inset 0 0 0 120px rgba(0, 0, 0, 0.18);
  color: #fff;
}
.video_right_be46.backdrop_978e i {
  margin-right: 4px;
}
.video_right_be46.active_93d7 i {
  margin-left: 5px;
}
.in_7f5a p {
  font-weight: 500;
  text-transform: uppercase;
  font-size: 13px;
}
.in_7f5a p:last-child {
  margin-bottom: 0;
}
.lite_7592 {
  display: -webkit-box;
  display: flex;
  line-height: 0.9;
  vertical-align: middle;
}
.lite_7592 a {
  display: inline-block;
  text-transform: uppercase;
  letter-spacing: 0.4px;
  font-weight: 600;
}
.lite_7592 img {
  display: block;
  width: auto;
  line-height: 1;
}
.lite_7592 .wood_a947 {
  font-size: 1.5em;
  margin: 0;
  font-weight: 600;
  line-height: 1.216;
}
.lite_7592 .accordion_9abb {
  margin: 5px 0 7px 0;
}
.lite_7592.fixed_6b52 .fresh_3720 {
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
  -webkit-box-pack: center;
  justify-content: center;
}
.lite_7592.fixed_6b52 .input-228f {
  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;
}
.lite_7592.input_soft_0660 {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  flex-direction: row-reverse;
}
.lite_7592.input_soft_0660 .fresh_3720 {
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
  -webkit-box-pack: center;
  justify-content: center;
}
.lite_7592.input_soft_0660 .input-228f {
  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;
}
.lite_7592.media-6d32 {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
}
.lite_7592.stale-3f6a {
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
  flex-direction: column-reverse;
}
.lite_7592.stale-3f6a .input-228f {
  margin-top: 7px;
}
.top_b495 {
  display: inline-block;
}
.gradient_ce1d .main_stone_6ba2 .lite_7592 img {
  max-width: 100%;
}
.new-f30d .hover-7531.tabs_fe12,
.hard_8bdc .hover-7531.tabs_fe12 {
  position: relative;
  display: -webkit-inline-box;
  display: inline-flex;
  -webkit-box-align: center;
  align-items: center;
}
.new-f30d .description_facb,
.hard_8bdc .description_facb {
  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%);
}
.new-f30d .description_facb {
  display: inline;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-decoration: none !important;
}
.new-f30d.bottom-abbf .description_facb {
  display: none;
}
.new-f30d .disabled-e079 {
  list-style: none;
  padding: 0;
  margin: 0;
}
.new-f30d .disabled-e079 li {
  display: inline-block;
  position: relative;
}
.new-f30d .disabled-e079 li:last-child {
  margin-right: 0;
}
.new-f30d .disabled-e079 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;
}
.new-f30d .disabled-e079 li.button_selected_d7dd > a {
  color: rgba(0, 0, 0, 0.9);
}
.new-f30d .disabled-e079 > 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;
}
.new-f30d .disabled-e079 > li > a i {
  line-height: 0;
}
.new-f30d .disabled-e079 > li.container_purple_406b > a .description_facb {
  margin-left: 4px;
  line-height: 0;
}
.new-f30d .disabled-e079 .dropdown_adb1 li.container_purple_406b > a {
  position: relative;
}
.new-f30d .disabled-e079 .dropdown_adb1 li.container_purple_406b > a:after,
.new-f30d .disabled-e079 .dropdown_adb1 li.container_purple_406b > a:before {
  content: "";
  display: table;
}
.new-f30d .disabled-e079 .dropdown_adb1 li.container_purple_406b > a:after {
  clear: both;
}
.new-f30d .disabled-e079 .dropdown_adb1 li.container_purple_406b > a .description_facb {
  margin-left: 5px;
  float: right;
}
.new-f30d .backdrop-east-08e9,
.new-f30d .dropdown_adb1 {
  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;
}
.new-f30d .dropdown_adb1 {
  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;
}
.new-f30d .dropdown_adb1 .tabs_fe12 {
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: justify;
  justify-content: space-between;
}
.new-f30d .dropdown_adb1 .description_facb {
  -webkit-transform: rotate(135deg) translateY(0);
  -ms-transform: rotate(135deg) translateY(0);
  transform: rotate(135deg) translateY(0);
}
.new-f30d .dropdown_adb1 li {
  display: block;
  margin: 0;
  padding: 0;
}
.new-f30d .dropdown_adb1 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;
}
.new-f30d .dropdown_adb1 li a:hover {
  background: rgba(0, 0, 0, 0.015);
  color: rgba(0, 0, 0, 0.8);
}
.new-f30d .dropdown_adb1 .dropdown_adb1 {
  top: 0;
  left: 100%;
}
.new-f30d .smooth-1f74.fn-focus-9f15 > .backdrop-east-08e9,
.new-f30d .smooth-1f74.fn-focus-9f15 > .dropdown_adb1,
.new-f30d .smooth-1f74:focus > .backdrop-east-08e9,
.new-f30d .smooth-1f74:focus > .dropdown_adb1,
.new-f30d .smooth-1f74:hover > .backdrop-east-08e9,
.new-f30d .smooth-1f74:hover > .dropdown_adb1 {
  height: auto;
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
  overflow: initial;
  visibility: visible;
  opacity: 1;
}
.new-f30d.lower-1f40 .frame_df09:after,
.new-f30d.lower-1f40 .frame_df09:before {
  content: "";
  display: table;
}
.new-f30d.lower-1f40 .frame_df09:after {
  clear: both;
}
.new-f30d.lower-1f40 .frame_df09 > li {
  float: left;
}
.new-f30d.filter_e7a0 .frame_df09:after,
.new-f30d.filter_e7a0 .frame_df09:before {
  content: "";
  display: table;
}
.new-f30d.filter_e7a0 .frame_df09:after {
  clear: both;
}
.new-f30d.filter_e7a0 .frame_df09 > li {
  float: left;
}
.new-f30d.filter_e7a0 .frame_df09 > li > a {
  background: 0 0;
  display: -webkit-inline-box;
  display: inline-flex;
  vertical-align: middle;
  -webkit-box-align: center;
  align-items: center;
}
.new-f30d.filter_e7a0 .frame_df09 > li > a:hover {
  color: #fff;
  background-color: #1e4b75;
}
.new-f30d.filter_e7a0 .frame_df09 > li.container_c71d > a,
.new-f30d.filter_e7a0 .frame_df09 > li.button_selected_d7dd > a {
  color: #fff;
  background-color: #1e4b75;
}
.new-f30d.accent-66a2 .frame_df09 > li > a .tabs_fe12 {
  position: relative;
}
.new-f30d.accent-66a2 .frame_df09 > li > a .tabs_fe12: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;
}
.new-f30d.accent-66a2
  .frame_df09
  > li:focus
  > a
  .tabs_fe12:before,
.new-f30d.accent-66a2
  .frame_df09
  > li:hover
  > a
  .tabs_fe12:before {
  width: 100%;
  background-color: currentColor;
}
.new-f30d.accent-66a2
  .frame_df09
  > li.container_c71d
  > a
  .tabs_fe12:before,
.new-f30d.accent-66a2
  .frame_df09
  > li.label-middle-278a
  > a
  .tabs_fe12:before {
  width: 100%;
  background-color: currentColor;
}
.new-f30d.motion-dcc2 .frame_df09 > li > a .tabs_fe12 {
  position: relative;
}
.new-f30d.motion-dcc2 .frame_df09 > li > a .tabs_fe12: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;
}
.new-f30d.motion-dcc2 .frame_df09 > li:focus > a .tabs_fe12:before,
.new-f30d.motion-dcc2
  .frame_df09
  > li:hover
  > a
  .tabs_fe12:before {
  width: 100%;
  background-color: currentColor;
}
.new-f30d.motion-dcc2
  .frame_df09
  > li.container_c71d
  > a
  .tabs_fe12:before,
.new-f30d.motion-dcc2
  .frame_df09
  > li.label-middle-278a
  > a
  .tabs_fe12:before {
  width: 100%;
  background-color: currentColor;
}
.hard_8bdc .disabled-e079 {
  margin: 0;
  padding: 0;
  list-style: none;
}
.hard_8bdc .disabled-e079 li:first-child > a {
  border-top: none;
}
.hard_8bdc .disabled-e079 .image_dirty_08ea > .tabs_fe12 .description_facb {
  display: none;
}
.hard_8bdc .disabled-e079 li {
  list-style: none;
  position: relative;
  border-bottom: 1px solid transparent;
}
.hard_8bdc .disabled-e079 li:last-child {
  border: none;
}
.hard_8bdc .disabled-e079 li.container_purple_406b > a {
  padding-right: 45px !important;
}
.hard_8bdc .disabled-e079 li a {
  display: block;
  padding: 0.55em 1.5em;
}
.hard_8bdc .disabled-e079 li a:focus,
.hard_8bdc .disabled-e079 li a:hover {
  background: rgba(0, 0, 0, 0.01);
}
.hard_8bdc .disabled-e079 li .blue_725b {
  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;
}
.hard_8bdc .disabled-e079 li .blue_725b:hover {
  box-shadow: none;
}
.hard_8bdc .disabled-e079 li .blue_725b .description_facb {
  -webkit-transform: rotate(-135deg) translateY(50%) translateX(50%);
  -ms-transform: rotate(-135deg) translateY(50%) translateX(50%);
  transform: rotate(-135deg) translateY(50%) translateX(50%);
}
.hard_8bdc .disabled-e079 .dropdown_adb1 {
  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);
}
.hard_8bdc .disabled-e079 .dropdown_adb1 li a {
  padding-left: 3em;
}
.hard_8bdc .disabled-e079 .lite_ec91 > a .blue_725b i {
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
.hard_8bdc .disabled-e079 .lite_ec91 > .dropdown_adb1 {
  display: block;
  opacity: 1;
}
.out_573b {
  max-width: 100%;
}
.summary_0bb1 {
  line-height: 0;
  cursor: pointer;
}
.background-basic-a569 {
  line-height: 0;
  display: inline-block;
  position: relative;
  box-shadow: none;
}
.background-basic-a569:hover {
  box-shadow: none;
  color: currentColor;
}
.background-basic-a569 svg {
  width: 18px;
  height: 18px;
}
.background-basic-a569 .widget-fresh-dce3 {
  display: none;
}
.dark_7ac6 {
  position: relative;
}
.dark_7ac6.fn-active-9f15 .background-basic-a569 .summary-3f56 {
  display: none;
}
.dark_7ac6.fn-active-9f15 .background-basic-a569 .widget-fresh-dce3 {
  display: inline-block;
}
.dark_7ac6 .blue_872f {
  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);
}
.dark_7ac6.summary_green_617e .blue_872f {
  left: auto;
  right: -0.9em;
}
.dark_7ac6.summary_green_617e .description_9415::before {
  left: auto;
  right: 15px;
}
.dark_7ac6.fn-active-9f15 .blue_872f {
  height: auto;
  overflow: initial;
  z-index: 26;
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
}
.shadow_7dea {
  display: -webkit-box;
  display: flex;
  margin-bottom: 0;
  width: 100%;
  max-width: 100%;
}
.shadow_7dea label {
  flex-basis: 100%;
}
.shadow_7dea .picture_4c9a {
  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;
}
.shadow_7dea .banner_3f19 {
  display: block;
  width: 100%;
  border-radius: 2px;
  height: 2.4em;
}
.shadow_7dea .banner_3f19:focus {
  background-color: transparent;
}
.shadow_7dea button.icon_brown_26ae {
  overflow: hidden;
  box-shadow: none;
  margin-left: -40px;
  background: 0 0;
  color: #6d6d6d;
  line-height: 0;
  padding: 0 0.7em;
  min-height: auto;
}
.shadow_7dea button.icon_brown_26ae:hover {
  box-shadow: none;
  background-color: transparent;
  color: #686868;
}
.shadow_7dea button.icon_brown_26ae svg {
  width: 18px;
  height: 18px;
}
.shadow_7dea input[type="submit"] {
  min-height: auto;
}
.selected-f4b5 .shadow_7dea .banner_3f19 {
  border: 0;
  box-shadow: none;
  background-color: transparent;
}
.description_9415 {
  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) {
  .description_9415 {
    width: 220px;
  }
}
.description_9415 label {
  flex-basis: 100%;
}
.description_9415::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;
}
.widget-d72c .selected-f4b5 .shadow_7dea {
  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;
}
.widget-d72c
  .selected-f4b5
  .shadow_7dea
  .picture_4c9a {
  background-color: transparent;
  min-height: auto;
  flex-basis: 100%;
  display: -webkit-box;
  display: flex;
  border-style: none;
  border: none;
  box-shadow: none;
}
.widget-d72c .selected-f4b5 .shadow_7dea .banner_3f19 {
  border-color: transparent;
  height: auto;
  background-color: transparent;
  border: 0;
  border-style: none;
  box-shadow: none;
  -webkit-box-flex: 0;
  flex: 0 0 auto;
}
.widget-d72c
  .selected-f4b5
  .shadow_7dea
  .banner_3f19:focus {
  background: 0 0;
}
.widget-d72c
  .selected-f4b5
  .shadow_7dea
  .carousel_selected_e901 {
  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;
}
.banner-eb8c {
  display: inline-block;
  margin: 0;
  padding: 0;
  list-style: none;
  position: relative;
}
.banner-eb8c li {
  list-style: none;
  display: inline-block;
  margin: 0 3px;
}
.banner-eb8c li:last-child {
  margin-right: 0;
}
.banner-eb8c li:first-child {
  margin-left: 0;
}
.banner-eb8c.secondary_light_f3ad a {
  color: #fff;
}
.banner-eb8c.secondary_light_f3ad a:hover {
  color: #fff;
}
.banner-eb8c a {
  color: currentColor;
  text-align: center;
  vertical-align: middle;
  width: 100%;
  padding: 0.4em;
  display: inline-block;
  line-height: 1;
  font-size: 13px;
}
.banner-eb8c a i {
  width: 1em;
  height: 1em;
  position: relative;
  display: block;
}
.banner-eb8c a i:before {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}
.banner-eb8c a:hover {
  opacity: 0.9;
  color: inherit;
}
.banner-eb8c [class*="social-icon-apple"] {
  background-color: #999;
}
.banner-eb8c [class*="social-icon-apple"].icon_fef1 {
  background-color: transparent;
  color: #999;
}
.banner-eb8c [class*="social-icon-behance"] {
  background-color: #1769ff;
}
.banner-eb8c [class*="social-icon-behance"].icon_fef1 {
  background-color: transparent;
  color: #1769ff;
}
.banner-eb8c [class*="social-icon-bitbucket"] {
  background-color: #205081;
}
.banner-eb8c [class*="social-icon-bitbucket"].icon_fef1 {
  background-color: transparent;
  color: #205081;
}
.banner-eb8c [class*="social-icon-codepen"] {
  background-color: #000;
}
.banner-eb8c [class*="social-icon-codepen"].icon_fef1 {
  background-color: transparent;
  color: #000;
}
.banner-eb8c [class*="social-icon-delicious"] {
  background-color: #39f;
}
.banner-eb8c [class*="social-icon-delicious"].icon_fef1 {
  background-color: transparent;
  color: #39f;
}
.banner-eb8c [class*="social-icon-digg"] {
  background-color: #005be2;
}
.banner-eb8c [class*="social-icon-digg"].icon_fef1 {
  background-color: transparent;
  color: #005be2;
}
.banner-eb8c [class*="social-icon-dribbble"] {
  background-color: #ea4c89;
}
.banner-eb8c [class*="social-icon-dribbble"].icon_fef1 {
  background-color: transparent;
  color: #ea4c89;
}
.banner-eb8c [class*="social-icon-envelope"] {
  background-color: #ea4335;
}
.banner-eb8c [class*="social-icon-envelope"].icon_fef1 {
  background-color: transparent;
  color: #ea4335;
}
.banner-eb8c [class*="social-icon-facebook"] {
  background-color: #3b5998;
}
.banner-eb8c [class*="social-icon-facebook"].icon_fef1 {
  background-color: transparent;
  color: #3b5998;
}
.banner-eb8c [class*="social-icon-flickr"] {
  background-color: #0063dc;
}
.banner-eb8c [class*="social-icon-flickr"].icon_fef1 {
  background-color: transparent;
  color: #0063dc;
}
.banner-eb8c [class*="social-icon-foursquare"] {
  background-color: #2d5be3;
}
.banner-eb8c [class*="social-icon-foursquare"].icon_fef1 {
  background-color: transparent;
  color: #2d5be3;
}
.banner-eb8c [class*="social-icon-github"] {
  background-color: #333;
}
.banner-eb8c [class*="social-icon-github"].icon_fef1 {
  background-color: transparent;
  color: #333;
}
.banner-eb8c [class*="social-icon-google-plus"] {
  background-color: #dd4b39;
}
.banner-eb8c [class*="social-icon-google-plus"].icon_fef1 {
  background-color: transparent;
  color: #dd4b39;
}
.banner-eb8c [class*="social-icon-houzz"] {
  background-color: #7ac142;
}
.banner-eb8c [class*="social-icon-houzz"].icon_fef1 {
  background-color: transparent;
  color: #7ac142;
}
.banner-eb8c [class*="social-icon-instagram"] {
  background-color: #262626;
}
.banner-eb8c [class*="social-icon-instagram"].icon_fef1 {
  background-color: transparent;
  color: #262626;
}
.banner-eb8c [class*="social-icon-jsfiddle"] {
  background-color: #487aa2;
}
.banner-eb8c [class*="social-icon-jsfiddle"].icon_fef1 {
  background-color: transparent;
  color: #487aa2;
}
.banner-eb8c [class*="social-icon-linkedin"] {
  background-color: #0077b5;
}
.banner-eb8c [class*="social-icon-linkedin"].icon_fef1 {
  background-color: transparent;
  color: #0077b5;
}
.banner-eb8c [class*="social-icon-medium"] {
  background-color: #00ab6b;
}
.banner-eb8c [class*="social-icon-medium"].icon_fef1 {
  background-color: transparent;
  color: #00ab6b;
}
.banner-eb8c [class*="social-icon-odnoklassniki"] {
  background-color: #f4731c;
}
.banner-eb8c
  [class*="social-icon-odnoklassniki"].icon_fef1 {
  background-color: transparent;
  color: #f4731c;
}
.banner-eb8c [class*="social-icon-meetup"] {
  background-color: #ec1c40;
}
.banner-eb8c [class*="social-icon-meetup"].icon_fef1 {
  background-color: transparent;
  color: #ec1c40;
}
.banner-eb8c [class*="social-icon-pinterest"] {
  background-color: #bd081c;
}
.banner-eb8c [class*="social-icon-pinterest"].icon_fef1 {
  background-color: transparent;
  color: #bd081c;
}
.banner-eb8c [class*="social-icon-product-hunt"] {
  background-color: #da552f;
}
.banner-eb8c [class*="social-icon-product-hunt"].icon_fef1 {
  background-color: transparent;
  color: #da552f;
}
.banner-eb8c [class*="social-icon-reddit"] {
  background-color: #ff4500;
}
.banner-eb8c [class*="social-icon-reddit"].icon_fef1 {
  background-color: transparent;
  color: #ff4500;
}
.banner-eb8c [class*="social-icon-rss"] {
  background-color: #f26522;
}
.banner-eb8c [class*="social-icon-rss"].icon_fef1 {
  background-color: transparent;
  color: #f26522;
}
.banner-eb8c [class*="social-icon-shopping-cart"] {
  background-color: #4caf50;
}
.banner-eb8c
  [class*="social-icon-shopping-cart"].icon_fef1 {
  background-color: transparent;
  color: #4caf50;
}
.banner-eb8c [class*="social-icon-skype"] {
  background-color: #00aff0;
}
.banner-eb8c [class*="social-icon-skype"].icon_fef1 {
  background-color: transparent;
  color: #00aff0;
}
.banner-eb8c [class*="social-icon-slideshare"] {
  background-color: #0077b5;
}
.banner-eb8c [class*="social-icon-slideshare"].icon_fef1 {
  background-color: transparent;
  color: #0077b5;
}
.banner-eb8c [class*="social-icon-snapchat"] {
  background-color: #fffc00;
}
.banner-eb8c [class*="social-icon-snapchat"].icon_fef1 {
  background-color: transparent;
  color: #fffc00;
}
.banner-eb8c [class*="social-icon-soundcloud"] {
  background-color: #f80;
}
.banner-eb8c [class*="social-icon-soundcloud"].icon_fef1 {
  background-color: transparent;
  color: #f80;
}
.banner-eb8c [class*="social-icon-spotify"] {
  background-color: #2ebd59;
}
.banner-eb8c [class*="social-icon-spotify"].icon_fef1 {
  background-color: transparent;
  color: #2ebd59;
}
.banner-eb8c [class*="social-icon-stack-overflow"] {
  background-color: #fe7a15;
}
.banner-eb8c
  [class*="social-icon-stack-overflow"].icon_fef1 {
  background-color: transparent;
  color: #fe7a15;
}
.banner-eb8c [class*="social-icon-maldkfgram"] {
  background-color: #2ca5e0;
}
.banner-eb8c [class*="social-icon-maldkfgram"].icon_fef1 {
  background-color: transparent;
  color: #2ca5e0;
}
.banner-eb8c [class*="social-icon-tripadvisor"] {
  background-color: #589442;
}
.banner-eb8c [class*="social-icon-tripadvisor"].icon_fef1 {
  background-color: transparent;
  color: #589442;
}
.banner-eb8c [class*="social-icon-tumblr"] {
  background-color: #35465c;
}
.banner-eb8c [class*="social-icon-tumblr"].icon_fef1 {
  background-color: transparent;
  color: #35465c;
}
.banner-eb8c [class*="social-icon-twitch"] {
  background-color: #6441a5;
}
.banner-eb8c [class*="social-icon-twitch"].icon_fef1 {
  background-color: transparent;
  color: #6441a5;
}
.banner-eb8c [class*="social-icon-twitter"] {
  background-color: #1da1f2;
}
.banner-eb8c [class*="social-icon-twitter"].icon_fef1 {
  background-color: transparent;
  color: #1da1f2;
}
.banner-eb8c [class*="social-icon-vimeo"] {
  background-color: #1ab7ea;
}
.banner-eb8c [class*="social-icon-vimeo"].icon_fef1 {
  background-color: transparent;
  color: #1ab7ea;
}
.banner-eb8c [class*="social-icon-vk"] {
  background-color: #45668e;
}
.banner-eb8c [class*="social-icon-vk"].icon_fef1 {
  background-color: transparent;
  color: #45668e;
}
.banner-eb8c [class*="social-icon-weibo"] {
  background-color: #df2029;
}
.banner-eb8c [class*="social-icon-weibo"].icon_fef1 {
  background-color: transparent;
  color: #df2029;
}
.banner-eb8c [class*="social-icon-weixin"] {
  background-color: #7bb32e;
}
.banner-eb8c [class*="social-icon-weixin"].icon_fef1 {
  background-color: transparent;
  color: #7bb32e;
}
.banner-eb8c [class*="social-icon-whatsapp"] {
  background-color: #25d366;
}
.banner-eb8c [class*="social-icon-whatsapp"].icon_fef1 {
  background-color: transparent;
  color: #25d366;
}
.banner-eb8c [class*="social-icon-wordpress"] {
  background-color: #21759b;
}
.banner-eb8c [class*="social-icon-wordpress"].icon_fef1 {
  background-color: transparent;
  color: #21759b;
}
.banner-eb8c [class*="social-icon-xing"] {
  background-color: #026466;
}
.banner-eb8c [class*="social-icon-xing"].icon_fef1 {
  background-color: transparent;
  color: #026466;
}
.banner-eb8c [class*="social-icon-yelp"] {
  background-color: #af0606;
}
.banner-eb8c [class*="social-icon-yelp"].icon_fef1 {
  background-color: transparent;
  color: #af0606;
}
.banner-eb8c [class*="social-icon-youtube"] {
  background-color: #cd201f;
}
.banner-eb8c [class*="social-icon-youtube"].icon_fef1 {
  background-color: transparent;
  color: #cd201f;
}
.table_slow_ad68 {
  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;
}
.table_slow_ad68:hover {
  box-shadow: none;
  background: 0 0;
}
.advanced-1bb6 {
  background: 0 0 !important;
  text-transform: uppercase;
  font-size: 0.85em;
}
.east_2c6a {
  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;
}
.widget_pressed_72b8 {
  display: inline-block;
  position: relative;
  vertical-align: middle;
}
.link_fluid_bdb6 {
  display: block;
  top: 50%;
  background-color: currentcolor;
}
.link_fluid_bdb6,
.link_fluid_bdb6::after,
.link_fluid_bdb6::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;
}
.link_fluid_bdb6::after,
.link_fluid_bdb6::before {
  content: "";
  display: block;
  background-color: inherit;
}
.wood-1e44 .east_2c6a .widget_pressed_72b8 {
  margin-top: -2px;
  width: 19px;
}
.wood-1e44 .east_2c6a .link_fluid_bdb6 {
  margin-top: -1px;
}
.wood-1e44 .east_2c6a .link_fluid_bdb6,
.wood-1e44 .east_2c6a .link_fluid_bdb6::after,
.wood-1e44 .east_2c6a .link_fluid_bdb6::before {
  width: 19px;
  height: 2px;
}
.wood-1e44 .east_2c6a .link_fluid_bdb6::before {
  top: -6px;
}
.wood-1e44 .east_2c6a .link_fluid_bdb6::after {
  bottom: -6px;
}
.link_complex_5644 .east_2c6a .widget_pressed_72b8 {
  margin-top: -2px;
  width: 22px;
}
.link_complex_5644 .east_2c6a .link_fluid_bdb6 {
  margin-top: -1px;
}
.link_complex_5644 .east_2c6a .link_fluid_bdb6,
.link_complex_5644 .east_2c6a .link_fluid_bdb6::after,
.link_complex_5644 .east_2c6a .link_fluid_bdb6::before {
  width: 22px;
  height: 2px;
}
.link_complex_5644 .east_2c6a .link_fluid_bdb6::before {
  top: -7px;
}
.link_complex_5644 .east_2c6a .link_fluid_bdb6::after {
  bottom: -7px;
}
.wide-437d .east_2c6a .widget_pressed_72b8 {
  margin-top: -2px;
  width: 31px;
}
.wide-437d .east_2c6a .link_fluid_bdb6 {
  margin-top: -1.5px;
}
.wide-437d .east_2c6a .link_fluid_bdb6,
.wide-437d .east_2c6a .link_fluid_bdb6::after,
.wide-437d .east_2c6a .link_fluid_bdb6::before {
  width: 31px;
  height: 3px;
}
.wide-437d .east_2c6a .link_fluid_bdb6::before {
  top: -9px;
}
.wide-437d .east_2c6a .link_fluid_bdb6::after {
  bottom: -9px;
}
@media screen and (min-width: 1025px) {
  .picture_focused_4f46 .east_2c6a .widget_pressed_72b8 {
    margin-top: -2px;
    width: 19px;
  }
  .picture_focused_4f46 .east_2c6a .link_fluid_bdb6 {
    margin-top: -1px;
  }
  .picture_focused_4f46 .east_2c6a .link_fluid_bdb6,
  .picture_focused_4f46 .east_2c6a .link_fluid_bdb6::after,
  .picture_focused_4f46 .east_2c6a .link_fluid_bdb6::before {
    width: 19px;
    height: 2px;
  }
  .picture_focused_4f46 .east_2c6a .link_fluid_bdb6::before {
    top: -6px;
  }
  .picture_focused_4f46 .east_2c6a .link_fluid_bdb6::after {
    bottom: -6px;
  }
  .preview-60bc .east_2c6a .widget_pressed_72b8 {
    margin-top: -2px;
    width: 22px;
  }
  .preview-60bc .east_2c6a .link_fluid_bdb6 {
    margin-top: -1px;
  }
  .preview-60bc .east_2c6a .link_fluid_bdb6,
  .preview-60bc .east_2c6a .link_fluid_bdb6::after,
  .preview-60bc .east_2c6a .link_fluid_bdb6::before {
    width: 22px;
    height: 2px;
  }
  .preview-60bc .east_2c6a .link_fluid_bdb6::before {
    top: -7px;
  }
  .preview-60bc .east_2c6a .link_fluid_bdb6::after {
    bottom: -7px;
  }
  .wrapper_smooth_fbdc .east_2c6a .widget_pressed_72b8 {
    margin-top: -2px;
    width: 31px;
  }
  .wrapper_smooth_fbdc .east_2c6a .link_fluid_bdb6 {
    margin-top: -1.5px;
  }
  .wrapper_smooth_fbdc .east_2c6a .link_fluid_bdb6,
  .wrapper_smooth_fbdc .east_2c6a .link_fluid_bdb6::after,
  .wrapper_smooth_fbdc .east_2c6a .link_fluid_bdb6::before {
    width: 31px;
    height: 3px;
  }
  .wrapper_smooth_fbdc .east_2c6a .link_fluid_bdb6::before {
    top: -9px;
  }
  .wrapper_smooth_fbdc .east_2c6a .link_fluid_bdb6::after {
    bottom: -9px;
  }
}
@media screen and (max-width: 1024px) {
  .middle-2a6d .east_2c6a .widget_pressed_72b8 {
    margin-top: -2px;
    width: 19px;
  }
  .middle-2a6d .east_2c6a .link_fluid_bdb6 {
    margin-top: -1px;
  }
  .middle-2a6d .east_2c6a .link_fluid_bdb6,
  .middle-2a6d .east_2c6a .link_fluid_bdb6::after,
  .middle-2a6d .east_2c6a .link_fluid_bdb6::before {
    width: 19px;
    height: 2px;
  }
  .middle-2a6d .east_2c6a .link_fluid_bdb6::before {
    top: -6px;
  }
  .middle-2a6d .east_2c6a .link_fluid_bdb6::after {
    bottom: -6px;
  }
  .grid-bd49 .east_2c6a .widget_pressed_72b8 {
    margin-top: -2px;
    width: 22px;
  }
  .grid-bd49 .east_2c6a .link_fluid_bdb6 {
    margin-top: -1px;
  }
  .grid-bd49 .east_2c6a .link_fluid_bdb6,
  .grid-bd49 .east_2c6a .link_fluid_bdb6::after,
  .grid-bd49 .east_2c6a .link_fluid_bdb6::before {
    width: 22px;
    height: 2px;
  }
  .grid-bd49 .east_2c6a .link_fluid_bdb6::before {
    top: -7px;
  }
  .grid-bd49 .east_2c6a .link_fluid_bdb6::after {
    bottom: -7px;
  }
  .component-wood-d8f0 .east_2c6a .widget_pressed_72b8 {
    margin-top: -2px;
    width: 31px;
  }
  .component-wood-d8f0 .east_2c6a .link_fluid_bdb6 {
    margin-top: -1.5px;
  }
  .component-wood-d8f0 .east_2c6a .link_fluid_bdb6,
  .component-wood-d8f0 .east_2c6a .link_fluid_bdb6::after,
  .component-wood-d8f0 .east_2c6a .link_fluid_bdb6::before {
    width: 31px;
    height: 3px;
  }
  .component-wood-d8f0 .east_2c6a .link_fluid_bdb6::before {
    top: -9px;
  }
  .component-wood-d8f0 .east_2c6a .link_fluid_bdb6::after {
    bottom: -9px;
  }
}
@media screen and (max-width: 568px) {
  .nav-9e9e .east_2c6a .widget_pressed_72b8 {
    margin-top: -2px;
    width: 19px;
  }
  .nav-9e9e .east_2c6a .link_fluid_bdb6 {
    margin-top: -1px;
  }
  .nav-9e9e .east_2c6a .link_fluid_bdb6,
  .nav-9e9e .east_2c6a .link_fluid_bdb6::after,
  .nav-9e9e .east_2c6a .link_fluid_bdb6::before {
    width: 19px;
    height: 2px;
  }
  .nav-9e9e .east_2c6a .link_fluid_bdb6::before {
    top: -6px;
  }
  .nav-9e9e .east_2c6a .link_fluid_bdb6::after {
    bottom: -6px;
  }
  .secondary_8e0b .east_2c6a .widget_pressed_72b8 {
    margin-top: -2px;
    width: 22px;
  }
  .secondary_8e0b .east_2c6a .link_fluid_bdb6 {
    margin-top: -1px;
  }
  .secondary_8e0b .east_2c6a .link_fluid_bdb6,
  .secondary_8e0b .east_2c6a .link_fluid_bdb6::after,
  .secondary_8e0b .east_2c6a .link_fluid_bdb6::before {
    width: 22px;
    height: 2px;
  }
  .secondary_8e0b .east_2c6a .link_fluid_bdb6::before {
    top: -7px;
  }
  .secondary_8e0b .east_2c6a .link_fluid_bdb6::after {
    bottom: -7px;
  }
  .text_last_f644 .east_2c6a .widget_pressed_72b8 {
    margin-top: -2px;
    width: 31px;
  }
  .text_last_f644 .east_2c6a .link_fluid_bdb6 {
    margin-top: -1.5px;
  }
  .text_last_f644 .east_2c6a .link_fluid_bdb6,
  .text_last_f644 .east_2c6a .link_fluid_bdb6::after,
  .text_last_f644 .east_2c6a .link_fluid_bdb6::before {
    width: 31px;
    height: 3px;
  }
  .text_last_f644 .east_2c6a .link_fluid_bdb6::before {
    top: -9px;
  }
  .text_last_f644 .east_2c6a .link_fluid_bdb6::after {
    bottom: -9px;
  }
}
.current-e38a .link_fluid_bdb6 {
  -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);
}
.current-e38a .link_fluid_bdb6::before {
  -webkit-transition: top 75ms 0.12s ease, opacity 75ms ease;
  transition: top 75ms 0.12s ease, opacity 75ms ease;
}
.current-e38a .link_fluid_bdb6::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);
}
.current-e38a.chip-fluid-19fa .link_fluid_bdb6 {
  -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);
}
.current-e38a.chip-fluid-19fa .link_fluid_bdb6::before {
  top: 0;
  opacity: 0;
  -webkit-transition: top 75ms ease, opacity 75ms 0.12s ease;
  transition: top 75ms ease, opacity 75ms 0.12s ease;
}
.current-e38a.chip-fluid-19fa .link_fluid_bdb6::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);
}
.brown-684f {
  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.frame_8961:before {
  display: none;
}
.clean_976b {
  padding: 0;
  position: fixed;
  width: 100%;
  max-width: 100%;
  top: 0;
  z-index: 999900;
  visibility: hidden;
}
.clean_976b .icon-fixed-3360 {
  padding: 1.4em 1.5em;
  border-bottom: 1px solid transparent;
}
.clean_976b .icon-fixed-3360:last-of-type {
  border-bottom: none;
}
.clean_976b .icon-fixed-3360.texture_a7cb,
.clean_976b .icon-fixed-3360.purple_cde3,
.clean_976b .icon-fixed-3360.texture-1ba1 {
  padding: 0;
}
.clean_976b .hard_8bdc .blue_725b {
  color: currentColor;
}
.clean_976b .hard_8bdc .blue_725b:focus,
.clean_976b .hard_8bdc .blue_725b:hover {
  background: rgba(0, 0, 0, 0.01);
}
.clean_976b.wood_cf5c .message-558d,
.clean_976b.wood_cf5c .in_7f5a a,
.clean_976b.wood_cf5c .frame_df09 a,
.clean_976b.wood_cf5c .dropdown_adb1 a {
  color: rgba(0, 0, 0, 0.55);
}
.clean_976b.wood_cf5c .message-558d:hover,
.clean_976b.wood_cf5c .in_7f5a a:hover,
.clean_976b.wood_cf5c .frame_df09 a:hover,
.clean_976b.wood_cf5c .dropdown_adb1 a:hover {
  color: rgba(0, 0, 0, 0.8);
}
.clean_976b.wood_cf5c .avatar_3e40 {
  color: rgba(0, 0, 0, 0.8);
}
.clean_976b.wood_cf5c .icon-fixed-3360 {
  border-color: rgba(0, 0, 0, 0.08);
}
.clean_976b.wood_cf5c .icon-fixed-3360:before {
  background: rgba(0, 0, 0, 0.08);
}
.clean_976b.wood_cf5c .breadcrumb_5775:before {
  background: rgba(255, 255, 255, 0.9);
}
.clean_976b.wood_cf5c .hard_8bdc .disabled-e079 li a,
.clean_976b.wood_cf5c .hard_8bdc .blue_725b,
.clean_976b.wood_cf5c .dropdown_adb1 {
  border-color: rgba(0, 0, 0, 0.08);
}
.clean_976b.wood_cf5c .hard_8bdc .blue_725b:focus,
.clean_976b.wood_cf5c .hard_8bdc .blue_725b:hover {
  background: rgba(0, 0, 0, 0.01);
}
.clean_976b.wood_cf5c .disabled-e079 li {
  border-color: rgba(0, 0, 0, 0.08);
}
.clean_976b.detail_short_ca45 .message-558d,
.clean_976b.detail_short_ca45 .in_7f5a a,
.clean_976b.detail_short_ca45 .frame_df09 .blue_725b,
.clean_976b.detail_short_ca45 .frame_df09 a,
.clean_976b.detail_short_ca45 .dropdown_adb1 a {
  color: rgba(255, 255, 255, 0.79);
}
.clean_976b.detail_short_ca45 .message-558d:hover,
.clean_976b.detail_short_ca45 .in_7f5a a:hover,
.clean_976b.detail_short_ca45 .frame_df09 .blue_725b:hover,
.clean_976b.detail_short_ca45 .frame_df09 a:hover,
.clean_976b.detail_short_ca45 .dropdown_adb1 a:hover {
  color: rgba(255, 255, 255, 0.99);
}
.clean_976b.detail_short_ca45 .avatar_3e40 {
  color: rgba(255, 255, 255, 0.99);
}
.clean_976b.detail_short_ca45 .icon-fixed-3360 {
  border-color: rgba(255, 255, 255, 0.08);
}
.clean_976b.detail_short_ca45 .icon-fixed-3360:before {
  background: rgba(255, 255, 255, 0.08);
}
.clean_976b.detail_short_ca45 .breadcrumb_5775:before {
  background: rgba(0, 0, 0, 0.9);
}
.clean_976b.detail_short_ca45 .hard_8bdc .disabled-e079 li a,
.clean_976b.detail_short_ca45 .hard_8bdc .blue_725b,
.clean_976b.detail_short_ca45 .dropdown_adb1 {
  border-color: rgba(255, 255, 255, 0.08);
}
.clean_976b.detail_short_ca45 .hard_8bdc .blue_725b:focus,
.clean_976b.detail_short_ca45 .hard_8bdc .blue_725b:hover {
  background: rgba(0, 0, 0, 0.01);
}
.clean_976b.detail_short_ca45 .disabled-e079 li {
  border-color: rgba(255, 255, 255, 0.08);
}
.breadcrumb_5775 {
  position: relative;
  word-con: break-word;
  min-height: 100%;
  display: block;
}
.breadcrumb_5775:before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  display: block;
  min-height: 100%;
}
.box-9b35 {
  position: relative;
  word-con: break-word;
  min-height: 100%;
  display: block;
  padding: 1.2em 0;
}
.header_9edf .clean_976b {
  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;
}
.header_9edf .icon-fixed-3360 {
  text-align: center;
  padding: 2em 1.5em;
  border: none;
  position: relative;
}
.header_9edf .icon-fixed-3360: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) {
  .header_9edf .icon-fixed-3360:before {
    width: 16%;
    left: 42%;
  }
}
.header_9edf .icon-fixed-3360:last-child:before {
  content: none;
}
.header_9edf .icon-fixed-3360[class*="-menu"] {
  padding: 2.5em 1.5em;
}
.header_9edf .hard_8bdc .disabled-e079 li a {
  border: none;
  font-size: 140%;
  text-transform: uppercase;
  font-weight: 500;
}
.header_9edf .hard_8bdc .disabled-e079 li a .blue_725b {
  display: inline-block;
  position: relative;
  border: 0 none;
  margin-right: -1.3em;
  top: -2px;
  padding: 0.28em 0.5em;
}
.header_9edf .hard_8bdc .dropdown_adb1 {
  border: none;
}
.header_9edf .hard_8bdc .dropdown_adb1 li a {
  text-transform: none;
  padding: 0.35em 1.5em;
  font-size: 100%;
}
.header_9edf .breadcrumb_5775 {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}
.header_9edf .box-9b35 {
  max-width: 48em;
  margin: 3em auto;
  padding: 0;
}
.header_9edf .detail_short_ca45 .breadcrumb_5775:before {
  background: rgba(0, 0, 0, 0.9);
}
.header_9edf .wood_cf5c.mask_0e23 .link_fluid_bdb6 {
  background: rgba(0, 0, 0, 0.6);
}
.header_9edf
  .wood_cf5c.mask_0e23
  .link_fluid_bdb6::after,
.header_9edf
  .wood_cf5c.mask_0e23
  .link_fluid_bdb6:before {
  background: inherit;
}
.header_9edf
  .wood_cf5c.mask_0e23:hover
  .link_fluid_bdb6 {
  background: rgba(0, 0, 0, 0.8);
}
.form_beaa .clean_976b {
  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) {
  .form_beaa .clean_976b {
    width: auto;
    right: 45px;
  }
}
.carousel_south_158a .clean_976b {
  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) {
  .carousel_south_158a .clean_976b {
    width: auto;
    left: 45px;
  }
}
.frame_8961 .clean_976b {
  position: relative;
  height: 0;
  display: block;
  visibility: visible;
  z-index: 999900;
  overflow: hidden;
}
.frame_8961 .box-9b35 {
  max-width: 48em;
  margin: 0 auto;
}
.frame_8961 .breadcrumb_5775:before {
  box-shadow: inset 0 0 12px 0 rgba(0, 0, 0, 0.05);
}
.banner_15b8 {
  overflow-x: hidden;
  position: relative;
  width: 100%;
  display: block;
}
.banner_15b8.header_9edf .clean_976b {
  z-index: 0;
  opacity: 0;
  height: 100%;
}
.banner_15b8.form_beaa .clean_976b {
  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);
}
.banner_15b8 .clean_976b {
  visibility: visible;
}
.banner_15b8.carousel_south_158a .clean_976b {
  -webkit-transform: translateX(200%);
  -ms-transform: translateX(200%);
  transform: translateX(200%);
  height: 100%;
}
.form-selected-85ec,
.texture-south-2a4a {
  overflow-x: hidden;
}
.form-selected-85ec .clean_976b {
  overflow: auto;
}
.form-selected-85ec.header_9edf {
  overflow: initial;
  position: relative;
  width: 100%;
  display: block;
}
.form-selected-85ec.header_9edf .clean_976b {
  z-index: 999900;
  opacity: 1;
  visibility: visible;
}
.form-selected-85ec.header_9edf .table_slow_ad68 {
  opacity: 0;
}
.form-selected-85ec.form_beaa {
  overflow: initial;
  position: relative;
  width: 100%;
  display: block;
}
.form-selected-85ec.form_beaa .clean_976b {
  z-index: 999900;
  height: 100vh;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  left: 0;
  visibility: visible;
}
.form-selected-85ec.form_beaa .table_slow_ad68 {
  opacity: 0;
}
.form-selected-85ec.carousel_south_158a {
  overflow: initial;
  position: relative;
  width: 100%;
  display: block;
}
.form-selected-85ec.carousel_south_158a .clean_976b {
  z-index: 999900;
  height: 100vh;
  max-width: 100vw;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  right: 0;
  visibility: visible;
}
.form-selected-85ec.carousel_south_158a .table_slow_ad68 {
  opacity: 0;
}
.form-selected-85ec.frame_8961 .clean_976b {
  z-index: 10;
  visibility: visible;
}
.mask_0e23 {
  display: none;
  z-index: 999910;
  cursor: pointer;
  position: fixed;
  top: 10px;
  right: 12px;
}
.mask_0e23 .link_fluid_bdb6 {
  background: rgba(255, 255, 255, 0.99);
}
.mask_0e23 .link_fluid_bdb6::after,
.mask_0e23 .link_fluid_bdb6:before {
  background: inherit;
}
.mask_0e23:hover .link_fluid_bdb6 {
  background: rgba(255, 255, 255, 0.99);
}
.carousel_south_158a .mask_0e23 {
  top: 10px;
  right: auto;
  left: 12px;
}
.frame_8961 .mask_0e23 {
  display: none !important;
}
.form-selected-85ec:before,
.texture-south-2a4a:before {
  z-index: 999897;
  visibility: visible;
  opacity: 1;
}
.form-selected-85ec .mask_0e23,
.texture-south-2a4a .mask_0e23 {
  display: inline-block;
}
.clean_976b .avatar-purple-7ac0 {
  -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;
}
.form-selected-85ec .clean_976b .avatar-purple-7ac0,
.texture-south-2a4a .clean_976b .avatar-purple-7ac0 {
  opacity: 1;
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
}
.box_6f04 .picture_4c9a {
  width: 100%;
}
.main_stone_6ba2 {
  padding: 0 0.5em 0;
}
.main_stone_6ba2 [class*="customify-col-"],
.main_stone_6ba2 [class*="customify-col_"],
.main_stone_6ba2 [class~="customify-col"] {
  padding: 0 0.5em 0;
}
.shade_1741 .main_stone_6ba2 {
  padding-left: 1em;
  padding-right: 1em;
}
@media screen and (min-width: 1025px) {
  .section_dynamic_0c16 .border-small-c3d0,
  .border-small-c3d0 {
    display: none;
  }
  .aside_stale_1191 {
    text-align: left;
  }
  .progress_dirty_f0d8 {
    text-align: center;
  }
  .aside_hot_8ed9 {
    text-align: right;
  }
}
@media screen and (max-width: 1024px) {
  .section_dynamic_0c16 .gradient_9eef,
  .gradient_9eef {
    display: none;
  }
  .backdrop-0d19 {
    text-align: left;
  }
  .wide-1256 {
    text-align: center;
  }
  .message-basic-a9fa {
    text-align: right;
  }
}
@media screen and (max-width: 568px) {
  .section_dynamic_0c16 .right_7a5e,
  .right_7a5e {
    display: none;
  }
  .table_2a51 {
    text-align: left;
  }
  .last_e02c {
    text-align: center;
  }
  .smooth_a916 {
    text-align: right;
  }
}
#page {
  position: relative;
}
.center-77ce {
  box-shadow: none !important;
}
.breadcrumb-ac3c .caption_pressed_99a9,
.popup-2d47 .caption_pressed_99a9 {
  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;
}
.popup-2d47 .caption_pressed_99a9 {
  margin-top: 30px;
  margin-bottom: 30px;
}
.clean_5d14 {
  position: relative;
  padding-left: 2em;
  padding-right: 2em;
}
.clean_5d14:after,
.clean_5d14:before {
  content: "";
  display: table;
}
.clean_5d14:after {
  clear: both;
}
@media screen and (max-width: 48em) {
  .clean_5d14 {
    padding-left: 1em;
    padding-right: 1em;
  }
}
.clean_5d14,
.icon_fixed_db5d {
  max-width: 1248px;
  margin: 0 auto;
}

.cool_3762.left_c5aa .clean_5d14 {
  max-width: 100%;
}
.cool_3762.popup_middle_c7ae {
  max-width: 1200px;
  margin: 0 auto;
}
.cool_3762.alert_clean_2e6c .clean_5d14 {
  max-width: 100%;
}
.cool_3762.alert_clean_2e6c > .clean_5d14 {
  padding-left: 0;
  padding-right: 0;
}
.cool_3762.alert_clean_2e6c > .clean_5d14 .section_dynamic_0c16 {
  margin: 0;
}
.cool_3762.alert_clean_2e6c
  > .clean_5d14
  .frame-wide-64db.menu-lite-ff63 {
  margin-right: 0;
  margin-left: 0;
}
.cool_3762.alert_clean_2e6c #main.menu-lite-ff63 {
  padding: 0;
}
#main,
#sidebar-primary,
#sidebar-secondary {
  padding-top: 2.617924em;
  padding-bottom: 2.617924em;
}
@media screen and (max-width: 1024px) {
  .header-d763 #main {
    border-left: 0 none;
  }
}
@media screen and (max-width: 1024px) {
  .header-d763 #sidebar-secondary {
    -webkit-box-ordinal-group: 6;
    order: 5;
    display: none;
  }
}
@media screen and (min-width: 48em) {
  .tiny_1204 .disabled_985a {
    padding-right: 1em;
  }
  .tiny_1204.media-8db1 .frame-wide-64db {
    border-right: 1px solid #eaecee;
  }
  .tiny_1204.media-8db1 .disabled_985a {
    padding-right: 1em;
  }
  .tiny_1204.media-8db1 .tooltip_862e {
    padding-left: 1em;
  }
}
@media screen and (min-width: 48em) {
  .fluid_2612 .disabled_985a {
    padding-left: 1em;
  }
  .fluid_2612.media-8db1 .frame-wide-64db {
    border-left: 1px solid #eaecee;
  }
  .fluid_2612.media-8db1 .disabled_985a {
    padding-left: 1em;
  }
  .fluid_2612.media-8db1 .tooltip_862e {
    padding-right: 1em;
  }
}
@media screen and (min-width: 48em) {
  .thick-1e67 .disabled_985a {
    padding-left: 1em;
  }
  .thick-1e67.media-8db1 .sort_f9a6 {
    border-right: 1px solid #eaecee;
  }
  .thick-1e67.media-8db1 .highlight_red_18a5 {
    border-right: 1px solid #eaecee;
  }
  .thick-1e67.media-8db1 .disabled_985a {
    padding-left: 1em;
  }
  .thick-1e67.media-8db1 .tooltip_862e {
    padding-right: 1em;
  }
  .thick-1e67.media-8db1 .badge-d176 {
    padding-left: 1em;
    padding-right: 1em;
  }
}
@media screen and (min-width: 48em) {
  .grid-full-7fad .disabled_985a {
    padding-right: 1em;
  }
  .grid-full-7fad.media-8db1 .sort_f9a6 {
    border-left: 1px solid #eaecee;
  }
  .grid-full-7fad.media-8db1 .highlight_red_18a5 {
    border-left: 1px solid #eaecee;
  }
  .grid-full-7fad.media-8db1 .disabled_985a {
    padding-right: 1em;
  }
  .grid-full-7fad.media-8db1 .tooltip_862e {
    padding-left: 1em;
    padding-right: 1em;
  }
  .grid-full-7fad.media-8db1 .badge-d176 {
    padding-left: 1em;
  }
}
@media screen and (min-width: 48em) {
  .header-d763 .disabled_985a {
    padding-left: 1em;
    padding-right: 1em;
  }
  .header-d763.media-8db1 .frame-wide-64db {
    border-left: 1px solid #eaecee;
    border-right: 1px solid #eaecee;
  }
  .header-d763.media-8db1 .disabled_985a {
    padding-left: 1em;
    padding-right: 1em;
  }
  .header-d763.media-8db1 .tooltip_862e {
    padding-left: 1em;
  }
  .header-d763.media-8db1 .badge-d176 {
    padding-right: 1em;
  }
}
@media screen and (max-width: 64em) {
  .header-d763.media-8db1 .disabled_985a {
    padding-left: 0;
  }
}
.bottom-0460 .sort-63f0 {
  display: inline-block;
}
.banner-caf9 {
  display: inline-block;
}
.pattern-large-cc6b {
  word-con: break-word;
}
.search_cb46 > span {
  display: inline-block;
  padding: 5px 0;
}
.search_cb46 .tag-pink-d95b {
  margin-left: 8px;
  margin-right: 8px;
}
.search_cb46 .south_c264 img {
  vertical-align: middle;
  overflow: hidden;
  border-radius: 50%;
  margin-right: 5px;
}
.center-916a .tooltip_8c90 {
  margin-bottom: 2em;
}
.center-916a .narrow_57fc {
  margin-bottom: 15px;
}
.center-916a .narrow_57fc:last-child {
  margin-bottom: 0;
}
.center-916a .overlay_in_7c5b {
  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) {
  .center-916a .overlay_in_7c5b {
    display: block;
  }
}
.center-916a .nav_f12a {
  position: relative;
  max-width: 100%;
  flex-basis: 40%;
  padding-top: 0;
  overflow: hidden;
}
@media screen and (max-width: 568px) {
  .center-916a .nav_f12a {
    margin-bottom: 1em;
    width: 100% !important;
    padding-top: 56.25%;
  }
}
.center-916a .bright_f678 {
  position: absolute;
  top: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: flex;
  line-height: 0;
  background-color: #d5d5d5;
}
.center-916a .bright_f678 img {
  -o-object-fit: cover;
  object-fit: cover;
  width: 100%;
  height: auto;
}
.center-916a .bright_f678 a {
  position: absolute;
  top: 0;
  top: 0;
  display: block;
}
.center-916a .pattern-large-cc6b {
  font-size: 1.5em;
  font-weight: 500;
  word-con: break-word;
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
}
.center-916a .pattern-large-cc6b a {
  text-align: inherit;
  display: block;
  flex-basis: 100%;
}
.center-916a .button_bottom_fa4a p:last-child {
  margin-bottom: 0;
}
.center-916a .hidden-fixed-9b7c {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: block;
  z-index: 30;
}
.center-916a .layout_fcb9 {
  -webkit-box-flex: 1;
  flex: 1;
  word-con: break-word;
  max-width: 100%;
}
.center-916a .text-wide-4b20 {
  margin-top: 1em;
}
.center-916a .fluid_be2a {
  top: 0;
  display: block;
}
.center-916a .fluid_be2a a {
  color: inherit;
}
.center-916a .fluid_be2a a:hover {
  color: inherit;
}
.center-916a .message-fresh-6c90 {
  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;
}
.center-916a .message-fresh-6c90:hover {
  background: #235787;
  color: #fff;
  border-color: #235787;
}
.center-916a .layout_fcb9 {
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-flow: column nowrap;
}
.center-916a .chip-under-469d {
  position: relative;
  width: 100%;
  margin-bottom: 15px;
}
.center-916a .chip-under-469d:first-child {
  margin-top: 0;
}
.center-916a .chip-under-469d.box_right_430e {
  -webkit-box-flex: 0;
  flex: none;
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.center-916a .chip-under-469d.overlay_pressed_5edd {
  display: -webkit-box;
  display: flex;
  margin-top: auto;
  margin-bottom: 0;
  -webkit-box-pack: justify;
  justify-content: space-between;
}
.center-916a
  .chip-under-469d.overlay_pressed_5edd.smooth-8954
  .text-wide-4b20 {
  width: 100%;
}
.center-916a .overlay_pressed_5edd {
  -webkit-box-align: center;
  align-items: center;
}
.center-916a .overlay_pressed_5edd .search_cb46,
.center-916a .overlay_pressed_5edd > * {
  margin-bottom: 0;
  margin-top: 0;
  display: inline-block;
}
.center-916a .bright_f678 {
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
.center-916a .bright_f678 img {
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
.center-916a .bright_f678: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;
}
.center-916a .box_right_430e {
  z-index: 5;
}
.center-916a .modal-92b0 .text-paper-641f {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  display: block;
}
.center-916a .main-plasma-4063 .text-paper-641f {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  display: block;
}
.center-916a .stale-0148 .text-paper-641f {
  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;
}
.center-916a.alert_1610 .overlay_in_7c5b,
.center-916a.footer-2654 .overlay_in_7c5b {
  display: block;
}
.center-916a.alert_1610 .overlay_in_7c5b .static_ee00,
.center-916a.alert_1610 .overlay_in_7c5b .layout_fcb9,
.center-916a.footer-2654 .overlay_in_7c5b .static_ee00,
.center-916a.footer-2654 .overlay_in_7c5b .layout_fcb9 {
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
}
.center-916a.tag_7e94 .nav_f12a {
  margin-right: 2em;
}
@media screen and (max-width: 568px) {
  .center-916a.tag_7e94 .nav_f12a {
    margin-right: 0;
  }
}
.center-916a.alert_1610 .nav_f12a,
.center-916a.footer-2654 .nav_f12a {
  padding-top: 40%;
}
.center-916a.alert_1610 .tooltip_8c90,
.center-916a.footer-2654 .tooltip_8c90 {
  display: block;
}
.center-916a.alert_1610 .fn-sticky-9f15 .layout_fcb9,
.center-916a.footer-2654 .fn-sticky-9f15 .layout_fcb9 {
  background-color: #fcf8e3;
  border: 1px solid #faf2cc;
  border-top: 0 none;
  color: #8a6d3b;
  padding: 1em;
}
.center-916a.alert_1610 .nav_f12a,
.center-916a.footer-2654 .nav_f12a {
  margin-bottom: 1em;
  display: block;
  position: relative;
}
.center-916a.alert_1610 .layout_fcb9 {
  padding: 1em;
}
.label_f661 {
  margin: 30px auto;
  display: block;
}
.label_f661 .rough_642a > * {
  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;
}
.label_f661 .rough_642a > :hover {
  border-color: #235787;
  background: #235787;
  color: #fff;
}
.label_f661 .rough_642a span {
  border-color: #235787;
  background: #235787;
  color: #fff;
}
.over_1229 .search_cb46 {
  margin-bottom: 1.41575em;
}
.over_1229 .upper_db04 {
  margin-bottom: 1.618em;
}
.feature-top-ccd8 .nav_smooth_9f0e {
  display: block;
  margin: 5px 0 20px;
  font-weight: 500;
}
.feature-top-ccd8 .nav_smooth_9f0e a {
  border: 1px solid #eaecee;
  padding: 5px 12px 5px;
  text-transform: uppercase;
  color: #686868;
  margin: 0 2px;
}
.feature-top-ccd8 .texture-south-d14e {
  max-width: 100%;
  overflow: auto;
}
.basic_0016 .feature-top-ccd8 a:hover {
  text-decoration: underline;
}
.warm_5291 .narrow_57fc:not(.pattern-large-cc6b),
.warm_5291 .bright_f678 {
  margin-bottom: 1.41575em;
}
.warm_5291 .narrow_57fc:not(.pattern-large-cc6b):last-child,
.warm_5291 .bright_f678:last-child {
  margin-bottom: 0;
}
.warm_5291 .narrow_57fc.frame_0841 {
  margin-bottom: 0.41575em;
}
.warm_5291 .tabs-9d5f:before,
.warm_5291 .summary_prev_7053:before {
  font: normal normal normal 16px/1 FontAwesome;
  text-decoration: inherit;
  text-transform: none;
  position: relative;
  margin-right: 5px;
  color: #6d6d6d;
}
.warm_5291 .tabs-9d5f:before {
  content: "\f115";
}
.warm_5291 .summary_prev_7053:before {
  content: "\f02c";
}
.warm_5291 .copper_8c28 {
  display: block;
  width: 100%;
  margin-top: 0.5407911001em;
}
.warm_5291 .copper_8c28 a {
  text-transform: uppercase;
  font-weight: 500;
  font-size: 80%;
  letter-spacing: 0.5px;
}
.footer-full-f8c4 {
  display: -webkit-box;
  display: flex;
}
.footer-full-f8c4 .aside-8bc7 {
  flex-basis: 90px;
}
@media screen and (max-width: 568px) {
  .footer-full-f8c4 .aside-8bc7 {
    flex-basis: 90px;
  }
}
.footer-full-f8c4 .column-c4cf {
  flex-basis: calc(100% - 90px);
  margin-left: 1.5em;
}
@media screen and (max-width: 568px) {
  .footer-full-f8c4 .column-c4cf {
    flex-basis: calc(100% - 50px);
  }
}
.footer-full-f8c4 .list-faee p:last-child {
  margin-bottom: 0.72em;
}
.image-silver-57eb .rough_642a {
  padding: 16px 0 15px;
  border-top: 1px solid #eaecee;
  border-bottom: 1px solid #eaecee;
}
.image-silver-57eb .rough_642a:after,
.image-silver-57eb .rough_642a:before {
  content: "";
  display: table;
}
.image-silver-57eb .rough_642a:after {
  clear: both;
}
.image-silver-57eb .rough_642a .main_current_8d23,
.image-silver-57eb .rough_642a .element-current-0b5f {
  width: 49%;
}
.image-silver-57eb .rough_642a .main_current_8d23 a span.box_ae4c,
.image-silver-57eb .rough_642a .element-current-0b5f a span.box_ae4c {
  display: block;
  margin-bottom: 5px;
}
.image-silver-57eb .rough_642a .element-current-0b5f {
  float: left;
  text-align: left;
}
.image-silver-57eb .rough_642a .main_current_8d23 {
  float: right;
  text-align: right;
}
.huge-2feb {
  margin-bottom: 0.41575em;
}
@media screen and (max-width: 568px) {
  .huge-2feb {
    margin-bottom: 0;
  }
}
.header_south_3c29 {
  margin-bottom: 1em;
}
.header_south_3c29 .pattern-large-cc6b {
  font-size: 1.1em;
  line-height: 1.3;
}
.form_thick_407d a {
  display: block;
  line-height: 0;
  position: relative;
}
.active-bfa3 .header_south_3c29,
.secondary_bb2f .header_south_3c29 {
  display: -webkit-box;
  display: flex;
}
@media screen and (max-width: 568px) {
  .active-bfa3 .header_south_3c29,
  .secondary_bb2f .header_south_3c29 {
    display: block;
  }
}
.active-bfa3 .form_thick_407d,
.secondary_bb2f .form_thick_407d {
  flex-basis: 160px;
  position: relative;
}
@media screen and (max-width: 568px) {
  .active-bfa3 .form_thick_407d,
  .secondary_bb2f .form_thick_407d {
    margin-bottom: 1em;
  }
}
.active-bfa3 .form_thick_407d img,
.secondary_bb2f .form_thick_407d img {
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  display: block;
}
.active-bfa3 .dim-1a9b,
.secondary_bb2f .dim-1a9b {
  flex-basis: calc(100% - 160px);
}
.active-bfa3 .dim-1a9b p,
.secondary_bb2f .dim-1a9b p {
  margin-bottom: 0;
}
.active-bfa3 .dim-1a9b {
  padding-left: 1em;
}
@media screen and (max-width: 568px) {
  .active-bfa3 .dim-1a9b {
    padding-left: 0;
  }
}
.secondary_bb2f .dim-1a9b {
  -webkit-box-ordinal-group: 2;
  order: 1;
  padding-right: 1em;
}
@media screen and (max-width: 568px) {
  .secondary_bb2f .dim-1a9b {
    padding-right: 0;
  }
}
.secondary_bb2f .form_thick_407d {
  -webkit-box-ordinal-group: 3;
  order: 2;
}
.light-44da .form_thick_407d {
  margin-bottom: 0.5em;
}
.light-44da .form_thick_407d img {
  width: 100%;
}
.tag_fc5a .hard_dc89,
.active_pro_dc0c .hard_dc89 {
  margin-bottom: 35px;
  padding-bottom: 20px;
  border-bottom: 1px solid #eaecee;
}
.active_pro_dc0c .frame-wide-64db .media-6f65 p:last-child {
  margin-bottom: 0;
}
.tag_d006 {
  font-size: 16px;
  text-transform: uppercase;
  font-weight: 500;
  color: currentColor;
  margin-bottom: 20px;
}
.progress_9457 .avatar-out-7067 {
  margin-bottom: 2em;
}
@media screen and (min-width: 1025px) {
  .progress_9457 .avatar-out-7067:last-of-type {
    margin-bottom: 0;
  }
}
.progress_9457 .avatar-out-7067 ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.progress_9457 .avatar-out-7067 ul:after {
  clear: both;
  content: ".";
  display: block;
  height: 0;
  visibility: hidden;
}
.progress_9457 .avatar-out-7067 ul li {
  margin: 0 0 0.6em;
}
.progress_9457 .avatar-out-7067 ul li.stale_3e5d,
.progress_9457 .avatar-out-7067 ul li.frame-1350 {
  position: relative;
}
.progress_9457 .avatar-out-7067 ul li.stale_3e5d .message_ef1b,
.progress_9457 .avatar-out-7067 ul li.frame-1350 .message_ef1b {
  right: 0;
  background: #eaecee;
  color: #999;
  padding: 0 0.5em;
  border-radius: 0.9em;
  font-size: 12px;
  position: absolute;
  top: 4px;
}
.progress_9457 .avatar-out-7067 ul li.stale_3e5d:after:after,
.progress_9457 .avatar-out-7067 ul li.stale_3e5d:after:before,
.progress_9457
  .avatar-out-7067
  ul
  li.frame-1350:after:after,
.progress_9457
  .avatar-out-7067
  ul
  li.frame-1350:after:before {
  content: "";
  display: table;
}
.progress_9457 .avatar-out-7067 ul li.stale_3e5d:after:after,
.progress_9457
  .avatar-out-7067
  ul
  li.frame-1350:after:after {
  clear: both;
}
.progress_9457 .avatar-out-7067 a.backdrop-smooth-1177:hover {
  text-decoration: none;
}
.progress_9457 .avatar-out-7067 select {
  max-width: 100%;
}
.progress_9457 .avatar-out-7067 table {
  font-size: 85%;
}
.progress_9457 .avatar-out-7067 table td,
.progress_9457 .avatar-out-7067 table th {
  padding: 0.2360828548em;
  text-align: center;
}
.progress_9457 .avatar-out-7067 table tfoot td {
  text-align: left;
}
.progress_9457 .avatar-out-7067 :last-child {
  margin-bottom: 0;
}
.progress_9457 .avatar-out-7067 .sidebar_new_546c {
  display: -webkit-box;
  display: flex;
  width: 100%;
  max-width: 100%;
}
.progress_9457 .avatar-out-7067 .sidebar_new_546c label {
  width: 100%;
}
.progress_9457 .avatar-out-7067 .sidebar_new_546c .banner_3f19 {
  width: 100%;
  display: block;
}
.progress_9457 .avatar-out-7067 .sidebar_new_546c .icon_brown_26ae {
  padding: 9px 14px;
  margin-left: -46px;
  overflow: hidden;
  box-shadow: none;
  background: 0 0;
  color: #aaa;
  line-height: 0;
}
.progress_9457 .avatar-out-7067 .sidebar_new_546c .icon_brown_26ae:hover svg #svg-search {
  fill: #444;
}
.progress_9457 .avatar-out-7067 .sidebar_new_546c .icon_brown_26ae svg {
  width: 18px;
  height: 18px;
}
.progress_9457 .gold_cdd4 ul ul,
.progress_9457 .outline_a89b ul ul,
.progress_9457 .outer-4c1f ul ul,
.progress_9457 .icon_tall_0d05 ul ul {
  margin-top: 0.3819820591em;
  margin-left: 0;
  margin-bottom: -0.3819820591em;
}
.progress_9457 .gold_cdd4 .container_purple_406b > a,
.progress_9457 .outline_a89b .container_purple_406b > a,
.progress_9457 .outer-4c1f .container_purple_406b > a,
.progress_9457 .icon_tall_0d05 .container_purple_406b > a {
  margin-bottom: 0;
}
.progress_9457 .section_de27 li,
.progress_9457 .gold_cdd4 li,
.progress_9457 .box-b232 li,
.progress_9457 .outline_a89b li,
.progress_9457 .outer-4c1f li,
.progress_9457 .icon_tall_0d05 li,
.progress_9457 .tertiary_medium_d416 li,
.progress_9457 .aside-2f6e li {
  display: block;
  position: relative;
}
.progress_9457 .section_de27 li:last-child,
.progress_9457 .gold_cdd4 li:last-child,
.progress_9457 .box-b232 li:last-child,
.progress_9457 .outline_a89b li:last-child,
.progress_9457 .outer-4c1f li:last-child,
.progress_9457 .icon_tall_0d05 li:last-child,
.progress_9457 .tertiary_medium_d416 li:last-child,
.progress_9457 .aside-2f6e li:last-child {
  border: none;
}
.progress_9457 .section_de27 li a,
.progress_9457 .gold_cdd4 li a,
.progress_9457 .box-b232 li a,
.progress_9457 .outline_a89b li a,
.progress_9457 .outer-4c1f li a,
.progress_9457 .icon_tall_0d05 li a,
.progress_9457 .tertiary_medium_d416 li a,
.progress_9457 .aside-2f6e li a {
  display: block;
  width: 100%;
  padding-bottom: 0.6em;
  margin-bottom: 0.6em;
  border-bottom: 1px solid #eaecee;
  position: relative;
}
.progress_9457 .section_de27 li ul li::before,
.progress_9457 .gold_cdd4 li ul li::before,
.progress_9457 .box-b232 li ul li::before,
.progress_9457 .outline_a89b li ul li::before,
.progress_9457 .outer-4c1f li ul li::before,
.progress_9457 .icon_tall_0d05 li ul li::before,
.progress_9457 .tertiary_medium_d416 li ul li::before,
.progress_9457 .aside-2f6e li ul li::before {
  left: 15px;
}
.progress_9457 .section_de27 li ul a,
.progress_9457 .gold_cdd4 li ul a,
.progress_9457 .box-b232 li ul a,
.progress_9457 .outline_a89b li ul a,
.progress_9457 .outer-4c1f li ul a,
.progress_9457 .icon_tall_0d05 li ul a,
.progress_9457 .tertiary_medium_d416 li ul a,
.progress_9457 .aside-2f6e li ul a {
  padding-left: 20px;
}
.progress_9457 .section_de27 li ul ul li::before,
.progress_9457 .gold_cdd4 li ul ul li::before,
.progress_9457 .box-b232 li ul ul li::before,
.progress_9457 .outline_a89b li ul ul li::before,
.progress_9457 .outer-4c1f li ul ul li::before,
.progress_9457 .icon_tall_0d05 li ul ul li::before,
.progress_9457 .tertiary_medium_d416 li ul ul li::before,
.progress_9457 .aside-2f6e li ul ul li::before {
  left: 30px;
}
.progress_9457 .section_de27 li ul ul a,
.progress_9457 .gold_cdd4 li ul ul a,
.progress_9457 .box-b232 li ul ul a,
.progress_9457 .outline_a89b li ul ul a,
.progress_9457 .outer-4c1f li ul ul a,
.progress_9457 .icon_tall_0d05 li ul ul a,
.progress_9457 .tertiary_medium_d416 li ul ul a,
.progress_9457 .aside-2f6e li ul ul a {
  padding-left: 40px;
}
.progress_9457 .icon_06be li {
  padding-bottom: 0.6em;
  border-bottom: 1px solid #eaecee;
  position: relative;
}
.progress_9457 .aside-2f6e ul li {
  margin-bottom: 1.41575em;
}
.progress_9457 .aside-2f6e ul li .solid-2766 {
  font-weight: 400;
  font-size: 1.2em;
  line-height: 1.28;
}
.progress_9457 .aside-2f6e ul li .slider-b486 {
  display: block;
  margin: 0.5407911001em 0;
  font-size: 85%;
}
.detail_short_ca45 .section_de27 li a,
.detail_short_ca45 .gold_cdd4 li a,
.detail_short_ca45 .box-b232 li a,
.detail_short_ca45 .outline_a89b li a,
.detail_short_ca45 .outer-4c1f li a,
.detail_short_ca45 .icon_tall_0d05 li a,
.detail_short_ca45 .tertiary_medium_d416 li a,
.detail_short_ca45 .aside-2f6e li a {
  border-color: rgba(255, 255, 255, 0.08);
}
.detail_short_ca45 .icon_06be li {
  border-color: rgba(255, 255, 255, 0.08);
}
.detail_short_ca45 .avatar-out-7067 ul li.stale_3e5d .message_ef1b,
.detail_short_ca45 .avatar-out-7067 ul li.frame-1350 .message_ef1b {
  background: rgba(0, 0, 0, 0.2);
}
.detail_short_ca45 .progress_9457 .avatar-out-7067 select {
  border-color: rgba(255, 255, 255, 0.08);
}
.cool_3762 .progress_9457 .disabled-e079 li {
  margin: 0;
}
.cool_3762 .progress_9457 .disabled-e079 li a {
  display: block;
  padding: 0.6em 0 0.6em;
}
.cool_3762 .progress_9457 .disabled-e079 li ul {
  margin: 0;
}
.cool_3762 .progress_9457 .disabled-e079 li ul li a {
  padding-left: 15px;
}
.cool_3762 .progress_9457 .disabled-e079 li ul li li a {
  padding-left: 30px;
}
.cool_3762 .progress_9457 .disabled-e079 li.button_selected_d7dd > a {
  position: relative;
  border: 1px solid #eaecee;
  border-left: none;
  border-right: none;
  font-size: 110%;
}
.cool_3762 .progress_9457 .disabled-e079 li.button_selected_d7dd > 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;
}
.cool_3762 .progress_9457 .disabled-e079 li.button_selected_d7dd > 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;
}
.paragraph-glass-23fd a {
  border: 1px solid currentColor;
  border-radius: 2px;
  display: inline-block;
  font-size: 0.875em !important;
  margin-bottom: 5px;
  padding: 1px 10px 1px;
}
.clean-e971 {
  position: relative;
  z-index: 10;
}
.clean-e971 .avatar-purple-7ac0 {
  width: 100%;
  max-width: 100%;
}
.paper-2f0e .focused-906b {
  padding-top: 2em;
  padding-bottom: 2em;
}
.paper-2f0e .wood_cf5c {
}
.paper-2f0e .detail_short_ca45 {
  background: #292929;
}
.accent-569e .focused-906b {
  padding-top: 2.5em;
  padding-bottom: 2.5em;
}
.accent-569e .wood_cf5c {
  background: #f9f9f9;
}
.accent-569e .detail_short_ca45 {
  background: #303030;
}
.tall-9061 .focused-906b {
  padding-top: 1.5em;
  padding-bottom: 1.5em;
}
@media screen and (max-width: 568px) {
  .tall-9061 .sort-63f0 {
    margin-bottom: 1em;
  }
  .tall-9061 .sort-63f0:last-child {
    margin-bottom: 0;
  }
}
.tall-9061 .wood_cf5c {
  background: #ededed;
}
.tall-9061 .detail_short_ca45 {
  background: #1a1a1a;
}
.focused-906b.wood_cf5c {
  color: rgba(0, 0, 0, 0.6);
}
.focused-906b.wood_cf5c .popup-pro-7629 li {
  border-color: rgba(0, 0, 0, 0.08);
}
.focused-906b.detail_short_ca45 {
  color: rgba(255, 255, 255, 0.99);
}
.focused-906b.detail_short_ca45 a:not(.backdrop-smooth-1177) {
  color: rgba(255, 255, 255, 0.79);
}
.focused-906b.detail_short_ca45 a:not(.backdrop-smooth-1177):hover {
  color: rgba(255, 255, 255, 0.99);
}
.focused-906b.detail_short_ca45 .popup-pro-7629 li {
  border-color: rgba(255, 255, 255, 0.08);
}
.focused-906b.detail_short_ca45 table tbody td,
.focused-906b.detail_short_ca45 table th {
  background: rgba(0, 0, 0, 0.08);
}
.summary_under_f051.message-b73e .clean_5d14 {
  max-width: initial;
}
.summary_under_f051 .west-330e {
  -webkit-box-pack: start;
  justify-content: flex-start;
}
.summary_under_f051 .west-330e .avatar-purple-7ac0 {
  width: auto;
}
@media screen and (max-width: 1024px) {
  .summary_under_f051 .west-330e .avatar-purple-7ac0 {
    display: block;
    margin-bottom: 2em;
  }
  .summary_under_f051 .west-330e .avatar-purple-7ac0:last-child {
    margin-bottom: 0;
  }
}
.tall-9061 .sort-63f0:last-child,
.accent-569e .sort-63f0:last-child,
.paper-2f0e .sort-63f0:last-child {
  margin-bottom: 0;
}
.tall-9061 .sort-63f0 .progress_9457 .avatar-out-7067:last-child,
.accent-569e .sort-63f0 .progress_9457 .avatar-out-7067:last-child,
.paper-2f0e .sort-63f0 .progress_9457 .avatar-out-7067:last-child {
  margin-bottom: 0;
}
@media screen and (max-width: 568px) {
  .tall-9061 .table_middle_9920,
  .tall-9061 .dropdown-advanced-1445,
  .accent-569e .table_middle_9920,
  .accent-569e .dropdown-advanced-1445,
  .paper-2f0e .table_middle_9920,
  .paper-2f0e .dropdown-advanced-1445 {
    text-align: center;
  }
}
@media screen and (max-width: 48em) {
  .clean-e971 .sort-63f0 {
    margin-bottom: 2em;
  }
}
.clean-e971 p:last-child {
  margin-bottom: 0;
}
.clean-e971 li,
.clean-e971 ul {
  list-style: none;
  margin: 0;
}
.clean-e971 ul ul {
  margin-left: 2.617924em;
}
.pressed_355d {
  font-size: 0.875em;
}

/* css-noise: db53 */
.phantom-card-n8 {
  padding: 0.4rem;
  font-size: 12px;
  line-height: 1.3;
}
