/*!
Theme Name: Customify
Theme URI: https://pressmaximum.short-b41e/customify
Author: WPCustomify
Author URI: https://pressmaximum.short-b41e
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.short-b41e/customify
Version: 0.3.7
License: GNU General Public License v2 or later
License URI: http://www.hard_e82d.hero-up-7ff8/licenses/gpl-2.0.module_narrow_dcfc
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.in-7aff/, (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.avatar-current-d3dd.liquid-8c2d/normalize.hard_74d3/
 ======
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.hard_74d3 v7.0.0 | MIT License | github.short-b41e/necolas/normalize.hard_74d3 */
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;
}
.caption-glass-3755 .alert_left_32ff,
.fixed-962c,
.info-593b,
.out_2f94,
.hovered_d913,
.hot_9a8c,
.text-hard-b008,
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;
}
.fixed-962c,
h1 {
  font-size: 2.42em;
  line-height: 1.216;
}
@media screen and (max-width: 1024px) {
  .fixed-962c,
  h1 {
    font-size: 2.1em;
  }
}
@media screen and (max-width: 568px) {
  .fixed-962c,
  h1 {
    font-size: 1.8em;
  }
}
.info-593b,
h2 {
  font-size: 2.1em;
  line-height: 1.216;
}
.info-593b + h3,
h2 + h3 {
  border-top: 1px solid #eaecee;
  padding-top: 0.5407911001em;
}
@media screen and (max-width: 1024px) {
  .info-593b,
  h2 {
    font-size: 1.9em;
  }
}
@media screen and (max-width: 568px) {
  .info-593b,
  h2 {
    font-size: 1.7em;
  }
}
.out_2f94,
h3 {
  font-size: 1.618em;
}
.caption-glass-3755 .alert_left_32ff,
.hovered_d913,
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.picture_d9c1 {
  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;
}
.accent_large_5e4b:after,
.accent_large_5e4b:before,
.wood-0a04:after,
.wood-0a04:before {
  content: "";
  display: table;
}
.accent_large_5e4b:after,
.wood-0a04:after {
  clear: both;
}
.pressed-7efc {
  float: right;
  margin-right: 0;
}
.large_18d5 {
  float: left;
  margin-left: 0;
}
form {
  margin-bottom: 2em;
}
.surface-1d47 .background_over_1a36,
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;
}
.surface-1d47 .background_over_1a36: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;
}
.popup-pro-be1d .background_over_1a36 {
  box-shadow: none;
}
.popup-pro-be1d
  .background_over_1a36
  .slow_aad0 {
  line-height: 2.4em;
  min-height: 2.6em;
  padding-left: 0;
}
.popup-pro-be1d .background_over_1a36 .link_6816 {
  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;
}
.popup-pro-be1d
  .background_over_1a36
  .link_6816
  b {
  display: none;
}
.popup-pro-be1d .media-1fd6 {
  border: 1px solid #e5e5e5;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.12) inset;
}
.selected-6a88:not(.summary_huge_63a6):not(.popup_fluid_1abd),
button:not(.summary_huge_63a6):not(.popup_fluid_1abd),
input[type="button"]:not(.summary_huge_63a6):not(
    .popup_fluid_1abd
  ),
input[type="reset"]:not(.summary_huge_63a6):not(
    .popup_fluid_1abd
  ),
input[type="submit"]:not(.summary_huge_63a6):not(
    .popup_fluid_1abd
  ) {
  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;
}
.selected-6a88:not(.summary_huge_63a6):not(
    .popup_fluid_1abd
  ):hover,
button:not(.summary_huge_63a6):not(
    .popup_fluid_1abd
  ):hover,
input[type="button"]:not(.summary_huge_63a6):not(
    .popup_fluid_1abd
  ):hover,
input[type="reset"]:not(.summary_huge_63a6):not(
    .popup_fluid_1abd
  ):hover,
input[type="submit"]:not(.summary_huge_63a6):not(
    .popup_fluid_1abd
  ):hover {
  box-shadow: inset 0 0 0 120px rgba(0, 0, 0, 0.18);
  color: #fff;
  outline: 0;
}
.selected-6a88:not(.summary_huge_63a6):not(
    .popup_fluid_1abd
  ):active,
.selected-6a88:not(.summary_huge_63a6):not(
    .popup_fluid_1abd
  ):focus,
button:not(.summary_huge_63a6):not(
    .popup_fluid_1abd
  ):active,
button:not(.summary_huge_63a6):not(
    .popup_fluid_1abd
  ):focus,
input[type="button"]:not(.summary_huge_63a6):not(
    .popup_fluid_1abd
  ):active,
input[type="button"]:not(.summary_huge_63a6):not(
    .popup_fluid_1abd
  ):focus,
input[type="reset"]:not(.summary_huge_63a6):not(
    .popup_fluid_1abd
  ):active,
input[type="reset"]:not(.summary_huge_63a6):not(
    .popup_fluid_1abd
  ):focus,
input[type="submit"]:not(.summary_huge_63a6):not(
    .popup_fluid_1abd
  ):active,
input[type="submit"]:not(.summary_huge_63a6):not(
    .popup_fluid_1abd
  ):focus {
  outline: 0;
}
.selected-6a88:not(.summary_huge_63a6):not(
    .popup_fluid_1abd
  ).fn-loading-003a,
button:not(.summary_huge_63a6):not(
    .popup_fluid_1abd
  ).fn-loading-003a,
input[type="button"]:not(.summary_huge_63a6):not(
    .popup_fluid_1abd
  ).fn-loading-003a,
input[type="reset"]:not(.summary_huge_63a6):not(
    .popup_fluid_1abd
  ).fn-loading-003a,
input[type="submit"]:not(.summary_huge_63a6):not(
    .popup_fluid_1abd
  ).fn-loading-003a {
  position: relative;
}
.selected-6a88:not(.summary_huge_63a6):not(
    .popup_fluid_1abd
  ).fn-loading-003a
  .steel_0659,
.selected-6a88:not(.summary_huge_63a6):not(
    .popup_fluid_1abd
  ).fn-loading-003a
  .cool_5a17,
.selected-6a88:not(.summary_huge_63a6):not(
    .popup_fluid_1abd
  ).fn-loading-003a
  .text-0052,
.selected-6a88:not(.summary_huge_63a6):not(
    .popup_fluid_1abd
  ).fn-loading-003a
  i,
.selected-6a88:not(.summary_huge_63a6):not(
    .popup_fluid_1abd
  ).fn-loading-003a
  svg,
button:not(.summary_huge_63a6):not(
    .popup_fluid_1abd
  ).fn-loading-003a
  .steel_0659,
button:not(.summary_huge_63a6):not(
    .popup_fluid_1abd
  ).fn-loading-003a
  .cool_5a17,
button:not(.summary_huge_63a6):not(
    .popup_fluid_1abd
  ).fn-loading-003a
  .text-0052,
button:not(.summary_huge_63a6):not(
    .popup_fluid_1abd
  ).fn-loading-003a
  i,
button:not(.summary_huge_63a6):not(
    .popup_fluid_1abd
  ).fn-loading-003a
  svg,
input[type="button"]:not(.summary_huge_63a6):not(
    .popup_fluid_1abd
  ).fn-loading-003a
  .steel_0659,
input[type="button"]:not(.summary_huge_63a6):not(
    .popup_fluid_1abd
  ).fn-loading-003a
  .cool_5a17,
input[type="button"]:not(.summary_huge_63a6):not(
    .popup_fluid_1abd
  ).fn-loading-003a
  .text-0052,
input[type="button"]:not(.summary_huge_63a6):not(
    .popup_fluid_1abd
  ).fn-loading-003a
  i,
input[type="button"]:not(.summary_huge_63a6):not(
    .popup_fluid_1abd
  ).fn-loading-003a
  svg,
input[type="reset"]:not(.summary_huge_63a6):not(
    .popup_fluid_1abd
  ).fn-loading-003a
  .steel_0659,
input[type="reset"]:not(.summary_huge_63a6):not(
    .popup_fluid_1abd
  ).fn-loading-003a
  .cool_5a17,
input[type="reset"]:not(.summary_huge_63a6):not(
    .popup_fluid_1abd
  ).fn-loading-003a
  .text-0052,
input[type="reset"]:not(.summary_huge_63a6):not(
    .popup_fluid_1abd
  ).fn-loading-003a
  i,
input[type="reset"]:not(.summary_huge_63a6):not(
    .popup_fluid_1abd
  ).fn-loading-003a
  svg,
input[type="submit"]:not(.summary_huge_63a6):not(
    .popup_fluid_1abd
  ).fn-loading-003a
  .steel_0659,
input[type="submit"]:not(.summary_huge_63a6):not(
    .popup_fluid_1abd
  ).fn-loading-003a
  .cool_5a17,
input[type="submit"]:not(.summary_huge_63a6):not(
    .popup_fluid_1abd
  ).fn-loading-003a
  .text-0052,
input[type="submit"]:not(.summary_huge_63a6):not(
    .popup_fluid_1abd
  ).fn-loading-003a
  i,
input[type="submit"]:not(.summary_huge_63a6):not(
    .popup_fluid_1abd
  ).fn-loading-003a
  svg {
  visibility: hidden;
}
.selected-6a88:not(.summary_huge_63a6):not(
    .popup_fluid_1abd
  ).fn-loading-003a:after,
button:not(.summary_huge_63a6):not(
    .popup_fluid_1abd
  ).fn-loading-003a:after,
input[type="button"]:not(.summary_huge_63a6):not(
    .popup_fluid_1abd
  ).fn-loading-003a:after,
input[type="reset"]:not(.summary_huge_63a6):not(
    .popup_fluid_1abd
  ).fn-loading-003a:after,
input[type="submit"]:not(.summary_huge_63a6):not(
    .popup_fluid_1abd
  ).fn-loading-003a: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;
}
.selected-6a88:not(.summary_huge_63a6):not(.popup_fluid_1abd),
input[type="button"]:not(.summary_huge_63a6):not(
    .popup_fluid_1abd
  ),
input[type="reset"]:not(.summary_huge_63a6):not(
    .popup_fluid_1abd
  ),
input[type="submit"]:not(.summary_huge_63a6):not(
    .popup_fluid_1abd
  ) {
  color: #fff;
  background: #235787;
}
.selected-6a88:not(.summary_huge_63a6):not(
    .popup_fluid_1abd
  ):focus,
input[type="button"]:not(.summary_huge_63a6):not(
    .popup_fluid_1abd
  ):focus,
input[type="reset"]:not(.summary_huge_63a6):not(
    .popup_fluid_1abd
  ):focus,
input[type="submit"]:not(.summary_huge_63a6):not(
    .popup_fluid_1abd
  ):focus {
  color: #fff;
}
.selected-6a88.fn-disabled-003a:not(.summary_huge_63a6):not(
    .popup_fluid_1abd
  ),
.selected-6a88[disabled]:not(.summary_huge_63a6):not(
    .popup_fluid_1abd
  ),
button.fn-disabled-003a:not(.summary_huge_63a6):not(
    .popup_fluid_1abd
  ),
button[disabled]:not(.summary_huge_63a6):not(
    .popup_fluid_1abd
  ) {
  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;
}
.outer_3505 {
  clip: rect(1px, 1px, 1px, 1px);
  position: absolute !important;
  height: 1px;
  width: 1px;
  overflow: hidden;
  word-con: normal !important;
}
.outer_3505: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;
}
.tabs_cool_846f {
  display: inline;
  float: left;
  margin-right: 1.41575em;
}
.accordion_liquid_995d {
  display: inline;
  float: right;
  margin-left: 1.41575em;
}
.shadow_8ae3 {
  clear: both;
  display: block;
  margin: 0 auto;
}
.accent_large_5e4b:after,
.accent_large_5e4b:before,
.advanced_1a9d:after,
.advanced_1a9d:before,
.preview_soft_9dff:after,
.preview_soft_9dff:before,
.form-18ab:after,
.form-18ab:before,
.tooltip_pink_20c2:after,
.tooltip_pink_20c2:before,
.shadow-8711:after,
.shadow-8711:before {
  content: "";
  display: table;
  table-layout: fixed;
}
.accent_large_5e4b:after,
.advanced_1a9d:after,
.preview_soft_9dff:after,
.form-18ab:after,
.tooltip_pink_20c2:after,
.shadow-8711:after {
  clear: both;
}
.advanced_1a9d .link-motion-d0fc,
.preview_soft_9dff .link-motion-d0fc,
.progress-3342 .link-motion-d0fc {
  border: none;
  margin-bottom: 0;
  margin-top: 0;
  padding: 0;
}
embed,
iframe,
object {
  max-width: 100%;
}
.copper_2761 {
  display: inline-block;
}
.fixed_cead {
  margin-bottom: 1.41575em;
  max-width: 100%;
}
.fixed_cead img[class*="wp-image-"] {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.fixed_cead .accordion_5241 {
  padding: 1em 0;
  font-size: 85%;
}
.accordion_5241 {
  text-align: left;
  font-style: italic;
  color: #999;
}
.solid_a9fd {
  margin-bottom: 1.5em;
  margin-bottom: 1.41575em;
}
.solid_a9fd:after,
.solid_a9fd:before {
  content: "";
  display: table;
}
.solid_a9fd:after {
  clear: both;
}
.overlay_cc40 {
  display: inline-block;
  text-align: center;
  vertical-align: top;
  width: 100%;
}
.hero_d713 .overlay_cc40 {
  max-width: 50%;
}
.hidden_08de .overlay_cc40 {
  max-width: 33.33%;
}
.silver-551b .overlay_cc40 {
  max-width: 25%;
}
.medium-e6ec .overlay_cc40 {
  max-width: 20%;
}
.action_0182 .overlay_cc40 {
  max-width: 16.66%;
}
.huge_93c6 .overlay_cc40 {
  max-width: 14.28%;
}
.notice-cold-4a19 .overlay_cc40 {
  max-width: 12.5%;
}
.mini-8192 .overlay_cc40 {
  max-width: 11.11%;
}
.title_e5d5 {
  display: block;
}
.caption-glass-3755 .shade_cdc7 label,
.caption-glass-3755 .hover_955d label,
.caption-glass-3755 .label_9d81 label,
.caption-glass-3755 .complex-78e2 label {
  text-transform: uppercase;
  letter-spacing: 0.5px;
  font-size: 0.85em;
}
.media-51ed {
  list-style: none;
  margin: 0;
}
.media-51ed article.picture_cold_1c28 {
  margin-bottom: 0;
}
.media-51ed ul {
  list-style: none;
  margin: 0;
}
.media-51ed .notification-3e87 li.picture_cold_1c28 {
  padding-left: 30px;
}
@media screen and (min-width: 64em) {
  .media-51ed .notification-3e87 li.picture_cold_1c28 {
    padding-left: 85px;
    border-left: 1px solid #eaecee;
    position: relative;
    width: 100%;
  }
  .media-51ed .notification-3e87 li.picture_cold_1c28: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) {
  .media-51ed .notification-3e87 li.picture_cold_1c28 li.picture_cold_1c28 li.picture_cold_1c28 li.picture_cold_1c28 {
    padding-left: 0;
  }
}
article.picture_cold_1c28 {
  padding: 1.618em 0;
  margin-bottom: 1.618em;
}
article.picture_cold_1c28 .advanced_1a9d p:last-of-type {
  margin-bottom: 0;
}
article.picture_cold_1c28 .info-3321 {
  float: left;
}
article.picture_cold_1c28 .rough-b278 {
  margin-left: 85px;
}
article.picture_cold_1c28 .video-159e {
  display: block;
  margin: 12px 0 12px;
  padding-bottom: 4px;
  border-bottom: 1px solid #eaecee;
}
article.picture_cold_1c28 .video-159e .small_f629 {
  margin-left: 10px;
}
article.picture_cold_1c28 .preview-bee6 {
  font-weight: 500;
  text-transform: uppercase;
  line-height: 1;
  font-style: normal;
}
article.picture_cold_1c28 .modal-fdf9 {
  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 .shade_cdc7,
  #respond .label_9d81,
  #respond .complex-78e2 {
    width: 29.4117647059%;
    margin-right: 5.8823529412%;
    float: left;
  }
}
#respond .shade_cdc7 input,
#respond .label_9d81 input,
#respond .complex-78e2 input {
  width: 100%;
}
#respond .complex-78e2 {
  margin-right: 0;
}
#respond .notification_0834 #wp-comment-cookies-consent {
  position: relative;
  top: -1px;
  margin-right: 5px;
}
.logo_b7eb {
  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;
}
.logo_b7eb.search-steel-17dd {
  width: 36px;
  height: 36px;
  min-height: 36px;
  font-size: 1.1em;
}
.logo_b7eb 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%);
}
.logo_b7eb:focus,
.logo_b7eb: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);
}
.smooth-eac4 {
  border-radius: 10%;
}
.filter_1b8b {
  border-radius: 50%;
}
.huge_0e00 {
  font-size: 0.72em;
}
.upper_6874 {
  font-size: 0.875em;
}
.highlight_outer_74dc {
  font-size: 1.1em;
}
.popup-active-491a {
  text-transform: uppercase;
  line-height: 1.2;
}
.popup-active-491a.huge_0e00 {
  letter-spacing: 0.5px;
}
.layout-upper-ff1f,
.layout-upper-ff1f a {
  color: #6d6d6d;
}
.layout-upper-ff1f a:hover {
  color: #111;
}
.notification_over_00be {
  color: #6d6d6d;
}
.image_6b64 {
  overflow-x: hidden;
}
.image_6b64 .nav_pro_10d6.alert_east_8779 {
  position: relative;
}
.image_6b64 .nav_pro_10d6.alert_east_8779.accordion_e0bd {
  position: initial;
}
.image_6b64
  .nav_pro_10d6.alert_east_8779.accordion_e0bd
  .message-east-c5b8 {
  left: auto;
}
.image_6b64 .nav_pro_10d6 .message-east-c5b8 {
  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;
}
.image_6b64 .nav_pro_10d6:hover.alert_east_8779 {
  -webkit-transition-delay: 0s !important;
  transition-delay: 0s !important;
  outline: 1px solid #0073aa;
  outline-offset: -1px;
}
.image_6b64
  .nav_pro_10d6:hover.alert_east_8779
  .message-east-c5b8 {
  display: block;
  z-index: 9999999;
}
.image_6b64 .middle_0e00 .large-cd11,
.image_6b64 .content-1f38 .large-cd11 {
  display: none;
}
.image_6b64 .container-right-2fea .nav_pro_10d6:hover.alert_east_8779 {
  outline: 1px dashed #ff472e;
  outline-offset: -1px;
}
.caption-glass-3755 .shade_cdc7 label,
.caption-glass-3755 .hover_955d label,
.caption-glass-3755 .label_9d81 label,
.caption-glass-3755 .complex-78e2 label {
  text-transform: uppercase;
  letter-spacing: 0.5px;
  font-size: 0.85em;
}
.media-51ed {
  list-style: none;
  margin: 0;
}
.media-51ed article.picture_cold_1c28 {
  margin-bottom: 0;
}
.media-51ed ul {
  list-style: none;
  margin: 0;
}
.media-51ed .notification-3e87 li.picture_cold_1c28 {
  padding-left: 30px;
}
@media screen and (min-width: 64em) {
  .media-51ed .notification-3e87 li.picture_cold_1c28 {
    padding-left: 85px;
    border-left: 1px solid #eaecee;
    position: relative;
    width: 100%;
  }
  .media-51ed .notification-3e87 li.picture_cold_1c28: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) {
  .media-51ed .notification-3e87 li.picture_cold_1c28 li.picture_cold_1c28 li.picture_cold_1c28 li.picture_cold_1c28 {
    padding-left: 0;
  }
}
article.picture_cold_1c28 {
  padding: 1.618em 0;
  margin-bottom: 1.618em;
}
article.picture_cold_1c28 .advanced_1a9d p:last-of-type {
  margin-bottom: 0;
}
article.picture_cold_1c28 .info-3321 {
  float: left;
}
article.picture_cold_1c28 .rough-b278 {
  margin-left: 85px;
}
article.picture_cold_1c28 .video-159e {
  display: block;
  margin: 12px 0 12px;
  padding-bottom: 4px;
  border-bottom: 1px solid #eaecee;
}
article.picture_cold_1c28 .video-159e .small_f629 {
  margin-left: 10px;
}
article.picture_cold_1c28 .preview-bee6 {
  font-weight: 500;
  text-transform: uppercase;
  line-height: 1;
  font-style: normal;
}
article.picture_cold_1c28 .modal-fdf9 {
  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 .shade_cdc7,
  #respond .label_9d81,
  #respond .complex-78e2 {
    width: 29.4117647059%;
    margin-right: 5.8823529412%;
    float: left;
  }
}
#respond .shade_cdc7 input,
#respond .label_9d81 input,
#respond .complex-78e2 input {
  width: 100%;
}
#respond .complex-78e2 {
  margin-right: 0;
}
#respond .notification_0834 #wp-comment-cookies-consent {
  position: relative;
  top: -1px;
  margin-right: 5px;
}
.middle_0e00 .hero_41ce {
  color: rgba(255, 255, 255, 0.99);
  background: rgba(0, 0, 0, 0.9);
}
.hero_41ce .secondary-f07f.accordion-01d2 .rough-6a5d > li > a:focus,
.hero_41ce .secondary-f07f.accordion-01d2 .rough-6a5d > li > a:hover,
.hero_41ce .secondary-f07f.logo_bottom_99bc .rough-6a5d > li > a:focus,
.hero_41ce .secondary-f07f.logo_bottom_99bc .rough-6a5d > li > a:hover,
.hero_41ce .secondary-f07f.highlight_glass_7c04 .rough-6a5d > li > a:focus,
.hero_41ce .secondary-f07f.highlight_glass_7c04 .rough-6a5d > li > a:hover {
  color: rgba(255, 255, 255, 0.99);
}
.hero_41ce
  .secondary-f07f.accordion-01d2
  .rough-6a5d
  > li.over-66e2
  > a,
.hero_41ce
  .secondary-f07f.accordion-01d2
  .rough-6a5d
  > li.summary-588c
  > a,
.hero_41ce
  .secondary-f07f.logo_bottom_99bc
  .rough-6a5d
  > li.over-66e2
  > a,
.hero_41ce
  .secondary-f07f.logo_bottom_99bc
  .rough-6a5d
  > li.summary-588c
  > a,
.hero_41ce
  .secondary-f07f.highlight_glass_7c04
  .rough-6a5d
  > li.over-66e2
  > a,
.hero_41ce .secondary-f07f.highlight_glass_7c04 .rough-6a5d > li.outline-mini-490a > a {
  color: rgba(255, 255, 255, 0.99);
}
.hero_41ce .outline-outer-8310,
.hero_41ce .outline-outer-8310 a {
  color: rgba(255, 255, 255, 0.99);
}
.hero_41ce .paragraph_basic_4339.menu-pink-7e88 li a,
.hero_41ce .panel_0fc5 a,
.hero_41ce .easy-9e6c,
.hero_41ce .rough-6a5d > li > a,
.hero_41ce .chip-d7fb {
  color: rgba(255, 255, 255, 0.79);
}
.hero_41ce .paragraph_basic_4339.menu-pink-7e88 li a:hover,
.hero_41ce .panel_0fc5 a:hover,
.hero_41ce .easy-9e6c:hover,
.hero_41ce .rough-6a5d > li > a:hover,
.hero_41ce .chip-d7fb:hover {
  color: rgba(255, 255, 255, 0.99);
}
.hero_41ce .image-stale-9121 {
  color: rgba(255, 255, 255, 0.79);
}
.hero_41ce .image-stale-9121 .current_7edd {
  color: rgba(255, 255, 255, 0.99);
}
.hero_41ce .image-stale-9121:hover {
  color: rgba(255, 255, 255, 0.99);
}
.hero_41ce .tiny-9f91 .primary_solid_9fd9 {
  background: rgba(255, 255, 255, 0.03);
  border-color: rgba(255, 255, 255, 0.08);
  color: rgba(255, 255, 255, 0.79);
}
.hero_41ce .tiny-9f91 .primary_solid_9fd9 .media_c7d3 {
  color: rgba(255, 255, 255, 0.79);
}
.hero_41ce
  .tiny-9f91
  .primary_solid_9fd9
  .media_c7d3::-webkit-input-placeholder {
  color: rgba(255, 255, 255, 0.79);
}
.hero_41ce
  .tiny-9f91
  .primary_solid_9fd9
  .media_c7d3:-ms-input-placeholder {
  color: rgba(255, 255, 255, 0.79);
}
.hero_41ce
  .tiny-9f91
  .primary_solid_9fd9
  .media_c7d3::-ms-input-placeholder {
  color: rgba(255, 255, 255, 0.79);
}
.hero_41ce
  .tiny-9f91
  .primary_solid_9fd9
  .media_c7d3::placeholder {
  color: rgba(255, 255, 255, 0.79);
}
.hero_41ce .tiny-9f91 .shade_tiny_2044 {
  color: rgba(255, 255, 255, 0.79);
}
.hero_41ce .tiny-9f91 .shade_tiny_2044:hover {
  color: rgba(255, 255, 255, 0.99);
}
.message-b4f8
  .hero_41ce
  .tiny-9f91
  .primary-7874
  .box_clean_7000 {
  background-color: rgba(255, 255, 255, 0.03);
  border-color: rgba(255, 255, 255, 0.08);
  color: rgba(255, 255, 255, 0.79);
}
.message-b4f8
  .hero_41ce
  .tiny-9f91
  .primary-7874
  .media_c7d3 {
  background-color: rgba(255, 255, 255, 0.03) !important;
  border-color: rgba(255, 255, 255, 0.08);
  color: rgba(255, 255, 255, 0.79);
}
.middle_0e00 .footer_1a46 {
  color: rgba(0, 0, 0, 0.6);
  background: rgba(255, 255, 255, 0.9);
}
.footer_1a46 .secondary-f07f.accordion-01d2 .rough-6a5d > li > a:focus,
.footer_1a46 .secondary-f07f.accordion-01d2 .rough-6a5d > li > a:hover,
.footer_1a46 .secondary-f07f.logo_bottom_99bc .rough-6a5d > li > a:focus,
.footer_1a46 .secondary-f07f.logo_bottom_99bc .rough-6a5d > li > a:hover,
.footer_1a46 .secondary-f07f.highlight_glass_7c04 .rough-6a5d > li > a:focus,
.footer_1a46 .secondary-f07f.highlight_glass_7c04 .rough-6a5d > li > a:hover {
  color: rgba(0, 0, 0, 0.8);
}
.footer_1a46
  .secondary-f07f.accordion-01d2
  .rough-6a5d
  > li.over-66e2
  > a,
.footer_1a46
  .secondary-f07f.accordion-01d2
  .rough-6a5d
  > li.summary-588c
  > a,
.footer_1a46
  .secondary-f07f.logo_bottom_99bc
  .rough-6a5d
  > li.over-66e2
  > a,
.footer_1a46
  .secondary-f07f.logo_bottom_99bc
  .rough-6a5d
  > li.summary-588c
  > a,
.footer_1a46
  .secondary-f07f.highlight_glass_7c04
  .rough-6a5d
  > li.over-66e2
  > a,
.footer_1a46 .secondary-f07f.highlight_glass_7c04 .rough-6a5d > li.outline-mini-490a > a {
  color: rgba(0, 0, 0, 0.8);
}
.footer_1a46 .outline-outer-8310,
.footer_1a46 .outline-outer-8310 a {
  color: rgba(0, 0, 0, 0.8);
}
.footer_1a46 .paragraph_basic_4339.menu-pink-7e88 li a,
.footer_1a46 .panel_0fc5 a,
.footer_1a46 .easy-9e6c,
.footer_1a46 .rough-6a5d > li > a,
.footer_1a46 .chip-d7fb {
  color: rgba(0, 0, 0, 0.55);
}
.footer_1a46 .paragraph_basic_4339.menu-pink-7e88 li a:hover,
.footer_1a46 .panel_0fc5 a:hover,
.footer_1a46 .easy-9e6c:hover,
.footer_1a46 .rough-6a5d > li > a:hover,
.footer_1a46 .chip-d7fb:hover {
  color: rgba(0, 0, 0, 0.8);
}
.footer_1a46 .image-stale-9121 {
  color: rgba(0, 0, 0, 0.55);
}
.footer_1a46 .image-stale-9121 .current_7edd {
  color: rgba(0, 0, 0, 0.8);
}
.footer_1a46 .image-stale-9121:hover {
  color: rgba(0, 0, 0, 0.8);
}
.sidebar_394a .south-5582 {
  margin-left: auto;
  margin-right: auto;
}
.preview_soft_9dff > * {
  margin-left: auto;
  margin-right: auto;
}
.preview_soft_9dff .tabs_cool_846f {
  margin-right: 1.41575em;
}
.notice-630f .preview_soft_9dff > .large_5bc7 {
  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;
}
.notice-630f .preview_soft_9dff > .old-da16 {
  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;
}
.tiny-c442.sidebar_394a .south-5582,
.current-73d3.sidebar_394a .south-5582 {
  margin-left: 0;
}
.input_black_af5f.sidebar_394a .south-5582,
.slow_9696.sidebar_394a .south-5582 {
  margin-right: 0;
}
.preview_soft_9dff ol,
.preview_soft_9dff ul {
  margin: 1.5em auto;
  list-style-position: outside;
}
.upper-8d84 video {
  max-width: 100%;
}
.media-a8a3 img {
  display: block;
}
.media-a8a3.tabs_cool_846f,
.media-a8a3.accordion_liquid_995d {
  width: 100%;
}
.media-a8a3.old-da16 img {
  width: 100vw;
  width: calc(var(--vw, 1vw) * 100);
}
.background-prev-ea9d:not(.down-9d05) {
  margin: 1.5em auto;
}
.icon-9032 p {
  padding: 1.5em 14px;
}
ul.card-static-9a33.old-da16,
ul.card-static-9a33.large_5bc7,
ul.card-static-9a33.footer-1f84.large_5bc7 {
  padding: 0 14px;
}
.large-c985 {
  display: block;
  overflow-x: auto;
}
.large-c985 table {
  border-collapse: collapse;
  width: 100%;
}
.large-c985 td,
.large-c985 th {
  padding: 0.5em;
}
.preview_soft_9dff li {
  margin-left: 2.5em;
  margin-bottom: 6px;
}
.preview_soft_9dff ol ol,
.preview_soft_9dff ol ul,
.preview_soft_9dff ul ol,
.preview_soft_9dff ul ul {
  margin-bottom: 0;
  margin-top: 0;
  margin-left: 2.5em;
}
.preview_soft_9dff ol ol li,
.preview_soft_9dff ol ul li,
.preview_soft_9dff ul ol li,
.preview_soft_9dff ul ul li {
  margin-left: 0;
}
.backdrop_d63f.disabled-blue-67d2 > .active-7304 {
  position: relative;
  width: 100%;
  height: 0;
  padding-top: 56.25%;
}
.backdrop_d63f.disabled-blue-67d2 > .active-7304 iframe,
.backdrop_d63f.disabled-blue-67d2 > .active-7304 > object {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}
.middle_42d4 {
  border-left-width: 4px;
  border-left-color: currentColor;
}
.middle_42d4.white-f600 {
  padding: 0;
}
.middle_42d4.white-f600 cite {
  font-size: 13px;
}
.middle_42d4 > * {
  margin-left: 16px;
  margin-right: 16px;
}
.middle_42d4 cite {
  font-style: normal;
  margin-top: 1em;
  position: relative;
  font-size: 13px;
}
.message-short-995f {
  border-bottom: 4px solid currentColor;
  border-top: 4px solid currentColor;
  margin-left: 0;
  margin-right: 0;
  padding: 3em 0;
  text-align: center;
}
.message-short-995f > p:first-child {
  margin-top: 0;
}
.message-short-995f cite {
  font-size: 13px;
  font-style: normal;
  text-transform: uppercase;
}
.message-short-995f blockquote {
  border-left: 0;
}
.gold-6fa5 {
  margin: 3em auto;
  border: none;
  border-bottom: 2px solid currentColor;
}
.gold-6fa5:not(.paragraph-eeb2) {
  max-width: 100px;
}
.gold-6fa5.panel-4b22 {
  border-bottom: none !important;
  text-align: center;
}
.gold-6fa5.panel-4b22::before {
  padding-left: 0;
  font-size: 30px;
}
@media screen and (min-width: 768px) {
  .icon-9032 p {
    padding: 1.5em 0;
  }
}
.dirty_ce92 {
  color: #0073aa;
}
.full_7ff7 {
  background-color: #0073aa;
}
.component_west_3b3d {
  color: #229fd8;
}
.video_6f9e {
  background-color: #229fd8;
}
.heading-f8ac {
  color: #eee;
}
.progress-stale-5332 {
  background-color: #eee;
}
.prev_2793 {
  color: #444;
}
.component_1c4b {
  background-color: #444;
}
.button_db40 {
  padding: 0;
  -webkit-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  text-size-adjust: 100%;
  line-height: 13px;
}
.button_db40 .tertiary-white-6643 .panel_0fc5 {
  font-size: 15px;
}
.button_db40 .panel_0fc5 {
  line-height: 1.3;
}
.button_db40 .footer_1a46 {
}
.button_db40 .hero_41ce {
  background: #235787;
}
.highlight_paper_0313 {
  padding: 0;
}
.highlight_paper_0313 .hero_41ce {
  background: #1a1a1a;
}
.highlight_paper_0313 .footer_1a46 {
  box-shadow: 0 1px 2px 0 #e1e5ea;
  background: #fff;
}
.column-3800 {
  padding: 0;
  border-left: none;
  border-right: none;
}
.column-3800 .footer_1a46 {
  box-shadow: 0 1px 2px 0 #e1e5ea;
}
.column-3800 .hero_41ce {
  background: #303030;
}
.shadow-8711 {
  position: relative;
  z-index: 10;
}
.shadow-8711 .accent_54db {
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
  -webkit-box-pack: center;
  justify-content: center;
}
.sidebar-72b0 .alert_east_8779 {
  display: inline-block;
  vertical-align: middle;
}
.sidebar-72b0.out-36ae .alert_east_8779 {
  margin-right: 1em;
}
@media screen and (max-width: 1024px) {
  .sidebar-72b0.out-36ae .alert_east_8779 {
    margin-right: 1em;
  }
}
@media screen and (max-width: 568px) {
  .sidebar-72b0.out-36ae .alert_east_8779 {
    margin-right: 0.4em;
  }
}
.sidebar-72b0.out-36ae .alert_east_8779:last-child {
  margin-right: 0;
}
.focus_91b5 .accent_54db {
  max-width: initial;
}
@media screen and (min-width: 1025px) {
  .middle_0e00 .tertiary-white-6643 {
    margin: 0 -0.5em;
  }
  .middle_0e00 .tertiary-white-6643 [class*="customify-col-"],
  .middle_0e00 .tertiary-white-6643 [class*="customify-col_"],
  .middle_0e00 .tertiary-white-6643 [class~="customify-col-"] {
    padding-left: 0.5em;
    padding-right: 0.5em;
  }
}
.middle_0e00.thick_250b .accent_54db {
  background: 0 0 !important;
}
.middle_0e00.thick_250b .accent_54db,
.middle_0e00.focus_91b5 .accent_54db {
  border: 0 none !important;
  box-shadow: none !important;
}
@media screen and (min-width: 1025px) {
  .middle_0e00.column_hard_75f5 {
    background: 0 0 !important;
    border: 0 none;
    box-shadow: none !important;
  }
}
.middle_0e00.focus_91b5 .accent_54db {
  box-shadow: none !important;
}
.footer-d429 {
  padding: 21px 0 22px;
  border-bottom: 1px solid #eaecee;
  word-break: break-word;
  background: #f9f9f9;
}
@media screen and (max-width: 1024px) {
  .footer-d429 {
    padding: 19px 0 20px;
  }
}
@media screen and (max-width: 568px) {
  .footer-d429 {
    padding: 18px 0 20px;
  }
}
.footer-d429 .accent-21fb {
  width: 100%;
}
.footer-d429 .in-e2bd {
  margin-bottom: 0;
}
.footer-d429 .description_out_e823 {
  margin-top: 5px;
  font-size: 0.875em;
}
.smooth-cc6a {
  padding: 9px 0 9px;
  border-bottom: 1px solid #eaecee;
  color: #6d6d6d;
  line-height: 1.6;
  background: #fff;
}
.smooth-cc6a .huge_bd44 {
  width: 100%;
}
.progress_outer_dbd7 {
  list-style: none;
  margin: 0 1em;
  padding: 0;
}
.progress_outer_dbd7 li {
  display: inline-block;
  position: relative;
  padding-right: 10px;
}
.progress_outer_dbd7 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;
}
.progress_outer_dbd7 li:last-child:after {
  display: none;
}
.progress_outer_dbd7 li a {
  font-weight: 500;
  margin-right: 10px;
}
.wide-da43 .large-cd11 button,
.footer-d429 .large-cd11 button {
  left: 0;
}
.wide-da43 .huge_bd44,
.footer-d429 .huge_bd44 {
  padding-left: 0;
  padding-right: 0;
}
.wide-da43 .smooth-cc6a,
.footer-d429 .smooth-cc6a {
  border-bottom: none;
  padding-bottom: 0;
  background: 0 0;
}
.wide-da43 {
  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;
}
.wide-da43: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;
}
.wide-da43 .black_f8d9 {
  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) {
  .wide-da43 .black_f8d9 {
    min-height: 300px;
  }
}
@media screen and (max-width: 1024px) {
  .wide-da43 .black_f8d9 {
    min-height: 250px;
    padding: 1em 15px;
  }
}
@media screen and (max-width: 568px) {
  .wide-da43 .black_f8d9 {
    min-height: 200px;
  }
}
.wide-da43 .progress_outer_dbd7 {
  color: rgba(255, 255, 255, 0.8);
}
.wide-da43 .progress_outer_dbd7 a,
.wide-da43 .progress_outer_dbd7 li:after {
  color: inherit;
}
.wide-da43 .progress_outer_dbd7 a:hover {
  color: rgba(255, 255, 255, 0.8);
}
.modal-inner-d2e6 {
  margin-bottom: 0.5em;
}
.stale_cd84 {
  margin-bottom: 1.2em;
}
.stale_cd84,
.modal-inner-d2e6 {
  display: inline-block;
  position: relative;
  color: rgba(255, 255, 255, 0.99);
  z-index: 5;
}
.stale_cd84 p:last-child,
.modal-inner-d2e6 p:last-child {
  margin-bottom: 0;
}
#header-menu-sidebar .large-cd11,
#masthead .large-cd11 {
  display: none;
}
#masthead
  > .large-cd11.tag_large_6100 {
  display: none;
}
#masthead > .large-cd11 button {
  left: 0;
}
.carousel_2328 {
  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%;
}
.carousel_2328 .alert_east_8779 {
  display: -webkit-inline-box;
  display: inline-flex;
  -webkit-box-align: center;
  align-items: center;
  margin-left: 0.5em;
  margin-right: 0.5em;
}
.carousel_2328 .dynamic-57c2 {
  display: -webkit-box;
  display: flex;
}
.carousel_2328 .dynamic-57c2.caption-light-53c2 {
  -webkit-box-pack: center;
  justify-content: center;
  margin-left: 1em;
  margin-right: 1em;
}
.carousel_2328 .dynamic-57c2.filter-cold-6e6d {
  -webkit-box-pack: start;
  justify-content: flex-start;
  margin-right: auto;
  -webkit-box-flex: 1;
  flex: 1 1 0;
}
.carousel_2328 .dynamic-57c2.content-stale-12ee {
  margin-left: auto;
  -webkit-box-pack: end;
  justify-content: flex-end;
  -webkit-box-flex: 1;
  flex: 1 1 0;
}
.carousel_2328.element_rough_8f8d.container_copper_8d91 .dynamic-57c2.caption-light-53c2 {
  flex-basis: 100%;
}
.carousel_2328.avatar_fixed_d91e .dynamic-57c2.filter-cold-6e6d {
  -webkit-box-flex: 1;
  flex: auto;
}
.carousel_2328.avatar_fixed_d91e .dynamic-57c2.content-stale-12ee {
  -webkit-box-flex: 1;
  flex: auto;
}
#masthead
  > .large-cd11.tag_large_6100 {
  display: none;
}
#masthead > .large-cd11 button {
  left: 0;
}
.blue_89ae {
  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;
}
.blue_89ae:hover {
  box-shadow: inset 0 0 0 120px rgba(0, 0, 0, 0.18);
  color: #fff;
}
.blue_89ae.out_89c4 i {
  margin-right: 4px;
}
.blue_89ae.footer_out_b200 i {
  margin-left: 5px;
}
.panel_0fc5 p {
  font-weight: 500;
  text-transform: uppercase;
  font-size: 13px;
}
.panel_0fc5 p:last-child {
  margin-bottom: 0;
}
.input-650c {
  display: -webkit-box;
  display: flex;
  line-height: 0.9;
  vertical-align: middle;
}
.input-650c a {
  display: inline-block;
  text-transform: uppercase;
  letter-spacing: 0.4px;
  font-weight: 600;
}
.input-650c img {
  display: block;
  width: auto;
  line-height: 1;
}
.input-650c .outline-outer-8310 {
  font-size: 1.5em;
  margin: 0;
  font-weight: 600;
  line-height: 1.216;
}
.input-650c .sidebar_advanced_5b7e {
  margin: 5px 0 7px 0;
}
.input-650c.full-b3bd .brown-9ca9 {
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
  -webkit-box-pack: center;
  justify-content: center;
}
.input-650c.full-b3bd .carousel-stale-e087 {
  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;
}
.input-650c.surface_1770 {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  flex-direction: row-reverse;
}
.input-650c.surface_1770 .brown-9ca9 {
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
  -webkit-box-pack: center;
  justify-content: center;
}
.input-650c.surface_1770 .carousel-stale-e087 {
  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;
}
.input-650c.gallery_first_e5d8 {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
}
.input-650c.copper_ecde {
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
  flex-direction: column-reverse;
}
.input-650c.copper_ecde .carousel-stale-e087 {
  margin-top: 7px;
}
.shadow-north-d19c {
  display: inline-block;
}
.shadow-8711 .basic-f664 .input-650c img {
  max-width: 100%;
}
.secondary-f07f .bottom_0b9b.list_up_a698,
.media_old_f947 .bottom_0b9b.list_up_a698 {
  position: relative;
  display: -webkit-inline-box;
  display: inline-flex;
  -webkit-box-align: center;
  align-items: center;
}
.secondary-f07f .message_west_55d3,
.media_old_f947 .message_west_55d3 {
  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%);
}
.secondary-f07f .message_west_55d3 {
  display: inline;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-decoration: none !important;
}
.secondary-f07f.progress-e138 .message_west_55d3 {
  display: none;
}
.secondary-f07f .copper_b9ff {
  list-style: none;
  padding: 0;
  margin: 0;
}
.secondary-f07f .copper_b9ff li {
  display: inline-block;
  position: relative;
}
.secondary-f07f .copper_b9ff li:last-child {
  margin-right: 0;
}
.secondary-f07f .copper_b9ff 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;
}
.secondary-f07f .copper_b9ff li.outline-mini-490a > a {
  color: rgba(0, 0, 0, 0.9);
}
.secondary-f07f .copper_b9ff > 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;
}
.secondary-f07f .copper_b9ff > li > a i {
  line-height: 0;
}
.secondary-f07f .copper_b9ff > li.breadcrumb_soft_6023 > a .message_west_55d3 {
  margin-left: 4px;
  line-height: 0;
}
.secondary-f07f .copper_b9ff .sort-advanced-9f7c li.breadcrumb_soft_6023 > a {
  position: relative;
}
.secondary-f07f .copper_b9ff .sort-advanced-9f7c li.breadcrumb_soft_6023 > a:after,
.secondary-f07f .copper_b9ff .sort-advanced-9f7c li.breadcrumb_soft_6023 > a:before {
  content: "";
  display: table;
}
.secondary-f07f .copper_b9ff .sort-advanced-9f7c li.breadcrumb_soft_6023 > a:after {
  clear: both;
}
.secondary-f07f .copper_b9ff .sort-advanced-9f7c li.breadcrumb_soft_6023 > a .message_west_55d3 {
  margin-left: 5px;
  float: right;
}
.secondary-f07f .red-c1d9,
.secondary-f07f .sort-advanced-9f7c {
  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;
}
.secondary-f07f .sort-advanced-9f7c {
  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;
}
.secondary-f07f .sort-advanced-9f7c .list_up_a698 {
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: justify;
  justify-content: space-between;
}
.secondary-f07f .sort-advanced-9f7c .message_west_55d3 {
  -webkit-transform: rotate(135deg) translateY(0);
  -ms-transform: rotate(135deg) translateY(0);
  transform: rotate(135deg) translateY(0);
}
.secondary-f07f .sort-advanced-9f7c li {
  display: block;
  margin: 0;
  padding: 0;
}
.secondary-f07f .sort-advanced-9f7c 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;
}
.secondary-f07f .sort-advanced-9f7c li a:hover {
  background: rgba(0, 0, 0, 0.015);
  color: rgba(0, 0, 0, 0.8);
}
.secondary-f07f .sort-advanced-9f7c .sort-advanced-9f7c {
  top: 0;
  left: 100%;
}
.secondary-f07f .pink-1363.fn-focus-003a > .red-c1d9,
.secondary-f07f .pink-1363.fn-focus-003a > .sort-advanced-9f7c,
.secondary-f07f .pink-1363:focus > .red-c1d9,
.secondary-f07f .pink-1363:focus > .sort-advanced-9f7c,
.secondary-f07f .pink-1363:hover > .red-c1d9,
.secondary-f07f .pink-1363:hover > .sort-advanced-9f7c {
  height: auto;
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
  overflow: initial;
  visibility: visible;
  opacity: 1;
}
.secondary-f07f.highlight_glass_7c04 .rough-6a5d:after,
.secondary-f07f.highlight_glass_7c04 .rough-6a5d:before {
  content: "";
  display: table;
}
.secondary-f07f.highlight_glass_7c04 .rough-6a5d:after {
  clear: both;
}
.secondary-f07f.highlight_glass_7c04 .rough-6a5d > li {
  float: left;
}
.secondary-f07f.text_advanced_0188 .rough-6a5d:after,
.secondary-f07f.text_advanced_0188 .rough-6a5d:before {
  content: "";
  display: table;
}
.secondary-f07f.text_advanced_0188 .rough-6a5d:after {
  clear: both;
}
.secondary-f07f.text_advanced_0188 .rough-6a5d > li {
  float: left;
}
.secondary-f07f.text_advanced_0188 .rough-6a5d > li > a {
  background: 0 0;
  display: -webkit-inline-box;
  display: inline-flex;
  vertical-align: middle;
  -webkit-box-align: center;
  align-items: center;
}
.secondary-f07f.text_advanced_0188 .rough-6a5d > li > a:hover {
  color: #fff;
  background-color: #1e4b75;
}
.secondary-f07f.text_advanced_0188 .rough-6a5d > li.over-66e2 > a,
.secondary-f07f.text_advanced_0188 .rough-6a5d > li.outline-mini-490a > a {
  color: #fff;
  background-color: #1e4b75;
}
.secondary-f07f.accordion-01d2 .rough-6a5d > li > a .list_up_a698 {
  position: relative;
}
.secondary-f07f.accordion-01d2 .rough-6a5d > li > a .list_up_a698: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;
}
.secondary-f07f.accordion-01d2
  .rough-6a5d
  > li:focus
  > a
  .list_up_a698:before,
.secondary-f07f.accordion-01d2
  .rough-6a5d
  > li:hover
  > a
  .list_up_a698:before {
  width: 100%;
  background-color: currentColor;
}
.secondary-f07f.accordion-01d2
  .rough-6a5d
  > li.over-66e2
  > a
  .list_up_a698:before,
.secondary-f07f.accordion-01d2
  .rough-6a5d
  > li.summary-588c
  > a
  .list_up_a698:before {
  width: 100%;
  background-color: currentColor;
}
.secondary-f07f.logo_bottom_99bc .rough-6a5d > li > a .list_up_a698 {
  position: relative;
}
.secondary-f07f.logo_bottom_99bc .rough-6a5d > li > a .list_up_a698: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;
}
.secondary-f07f.logo_bottom_99bc .rough-6a5d > li:focus > a .list_up_a698:before,
.secondary-f07f.logo_bottom_99bc
  .rough-6a5d
  > li:hover
  > a
  .list_up_a698:before {
  width: 100%;
  background-color: currentColor;
}
.secondary-f07f.logo_bottom_99bc
  .rough-6a5d
  > li.over-66e2
  > a
  .list_up_a698:before,
.secondary-f07f.logo_bottom_99bc
  .rough-6a5d
  > li.summary-588c
  > a
  .list_up_a698:before {
  width: 100%;
  background-color: currentColor;
}
.media_old_f947 .copper_b9ff {
  margin: 0;
  padding: 0;
  list-style: none;
}
.media_old_f947 .copper_b9ff li:first-child > a {
  border-top: none;
}
.media_old_f947 .copper_b9ff .content_feb5 > .list_up_a698 .message_west_55d3 {
  display: none;
}
.media_old_f947 .copper_b9ff li {
  list-style: none;
  position: relative;
  border-bottom: 1px solid transparent;
}
.media_old_f947 .copper_b9ff li:last-child {
  border: none;
}
.media_old_f947 .copper_b9ff li.breadcrumb_soft_6023 > a {
  padding-right: 45px !important;
}
.media_old_f947 .copper_b9ff li a {
  display: block;
  padding: 0.55em 1.5em;
}
.media_old_f947 .copper_b9ff li a:focus,
.media_old_f947 .copper_b9ff li a:hover {
  background: rgba(0, 0, 0, 0.01);
}
.media_old_f947 .copper_b9ff li .gradient_dark_d616 {
  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;
}
.media_old_f947 .copper_b9ff li .gradient_dark_d616:hover {
  box-shadow: none;
}
.media_old_f947 .copper_b9ff li .gradient_dark_d616 .message_west_55d3 {
  -webkit-transform: rotate(-135deg) translateY(50%) translateX(50%);
  -ms-transform: rotate(-135deg) translateY(50%) translateX(50%);
  transform: rotate(-135deg) translateY(50%) translateX(50%);
}
.media_old_f947 .copper_b9ff .sort-advanced-9f7c {
  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);
}
.media_old_f947 .copper_b9ff .sort-advanced-9f7c li a {
  padding-left: 3em;
}
.media_old_f947 .copper_b9ff .status-58da > a .gradient_dark_d616 i {
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
.media_old_f947 .copper_b9ff .status-58da > .sort-advanced-9f7c {
  display: block;
  opacity: 1;
}
.secondary_52d2 {
  max-width: 100%;
}
.backdrop-fbce {
  line-height: 0;
  cursor: pointer;
}
.chip-d7fb {
  line-height: 0;
  display: inline-block;
  position: relative;
  box-shadow: none;
}
.chip-d7fb:hover {
  box-shadow: none;
  color: currentColor;
}
.chip-d7fb svg {
  width: 18px;
  height: 18px;
}
.chip-d7fb .solid-8853 {
  display: none;
}
.gas-54eb {
  position: relative;
}
.gas-54eb.fn-active-003a .chip-d7fb .top-3b75 {
  display: none;
}
.gas-54eb.fn-active-003a .chip-d7fb .solid-8853 {
  display: inline-block;
}
.gas-54eb .sort-gold-3983 {
  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);
}
.gas-54eb.tiny-35ed .sort-gold-3983 {
  left: auto;
  right: -0.9em;
}
.gas-54eb.tiny-35ed .message-pink-f19e::before {
  left: auto;
  right: 15px;
}
.gas-54eb.fn-active-003a .sort-gold-3983 {
  height: auto;
  overflow: initial;
  z-index: 26;
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
}
.primary-7874 {
  display: -webkit-box;
  display: flex;
  margin-bottom: 0;
  width: 100%;
  max-width: 100%;
}
.primary-7874 label {
  flex-basis: 100%;
}
.primary-7874 .primary_solid_9fd9 {
  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;
}
.primary-7874 .media_c7d3 {
  display: block;
  width: 100%;
  border-radius: 2px;
  height: 2.4em;
}
.primary-7874 .media_c7d3:focus {
  background-color: transparent;
}
.primary-7874 button.shade_tiny_2044 {
  overflow: hidden;
  box-shadow: none;
  margin-left: -40px;
  background: 0 0;
  color: #6d6d6d;
  line-height: 0;
  padding: 0 0.7em;
  min-height: auto;
}
.primary-7874 button.shade_tiny_2044:hover {
  box-shadow: none;
  background-color: transparent;
  color: #686868;
}
.primary-7874 button.shade_tiny_2044 svg {
  width: 18px;
  height: 18px;
}
.primary-7874 input[type="submit"] {
  min-height: auto;
}
.tiny-9f91 .primary-7874 .media_c7d3 {
  border: 0;
  box-shadow: none;
  background-color: transparent;
}
.message-pink-f19e {
  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) {
  .message-pink-f19e {
    width: 220px;
  }
}
.message-pink-f19e label {
  flex-basis: 100%;
}
.message-pink-f19e::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;
}
.message-b4f8 .tiny-9f91 .primary-7874 {
  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;
}
.message-b4f8
  .tiny-9f91
  .primary-7874
  .primary_solid_9fd9 {
  background-color: transparent;
  min-height: auto;
  flex-basis: 100%;
  display: -webkit-box;
  display: flex;
  border-style: none;
  border: none;
  box-shadow: none;
}
.message-b4f8 .tiny-9f91 .primary-7874 .media_c7d3 {
  border-color: transparent;
  height: auto;
  background-color: transparent;
  border: 0;
  border-style: none;
  box-shadow: none;
  -webkit-box-flex: 0;
  flex: 0 0 auto;
}
.message-b4f8
  .tiny-9f91
  .primary-7874
  .media_c7d3:focus {
  background: 0 0;
}
.message-b4f8
  .tiny-9f91
  .primary-7874
  .box_clean_7000 {
  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;
}
.paragraph_basic_4339 {
  display: inline-block;
  margin: 0;
  padding: 0;
  list-style: none;
  position: relative;
}
.paragraph_basic_4339 li {
  list-style: none;
  display: inline-block;
  margin: 0 3px;
}
.paragraph_basic_4339 li:last-child {
  margin-right: 0;
}
.paragraph_basic_4339 li:first-child {
  margin-left: 0;
}
.paragraph_basic_4339.surface_bronze_fef2 a {
  color: #fff;
}
.paragraph_basic_4339.surface_bronze_fef2 a:hover {
  color: #fff;
}
.paragraph_basic_4339 a {
  color: currentColor;
  text-align: center;
  vertical-align: middle;
  width: 100%;
  padding: 0.4em;
  display: inline-block;
  line-height: 1;
  font-size: 13px;
}
.paragraph_basic_4339 a i {
  width: 1em;
  height: 1em;
  position: relative;
  display: block;
}
.paragraph_basic_4339 a i:before {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}
.paragraph_basic_4339 a:hover {
  opacity: 0.9;
  color: inherit;
}
.paragraph_basic_4339 [class*="social-icon-apple"] {
  background-color: #999;
}
.paragraph_basic_4339 [class*="social-icon-apple"].content-b27c {
  background-color: transparent;
  color: #999;
}
.paragraph_basic_4339 [class*="social-icon-behance"] {
  background-color: #1769ff;
}
.paragraph_basic_4339 [class*="social-icon-behance"].content-b27c {
  background-color: transparent;
  color: #1769ff;
}
.paragraph_basic_4339 [class*="social-icon-bitbucket"] {
  background-color: #205081;
}
.paragraph_basic_4339 [class*="social-icon-bitbucket"].content-b27c {
  background-color: transparent;
  color: #205081;
}
.paragraph_basic_4339 [class*="social-icon-codepen"] {
  background-color: #000;
}
.paragraph_basic_4339 [class*="social-icon-codepen"].content-b27c {
  background-color: transparent;
  color: #000;
}
.paragraph_basic_4339 [class*="social-icon-delicious"] {
  background-color: #39f;
}
.paragraph_basic_4339 [class*="social-icon-delicious"].content-b27c {
  background-color: transparent;
  color: #39f;
}
.paragraph_basic_4339 [class*="social-icon-digg"] {
  background-color: #005be2;
}
.paragraph_basic_4339 [class*="social-icon-digg"].content-b27c {
  background-color: transparent;
  color: #005be2;
}
.paragraph_basic_4339 [class*="social-icon-dribbble"] {
  background-color: #ea4c89;
}
.paragraph_basic_4339 [class*="social-icon-dribbble"].content-b27c {
  background-color: transparent;
  color: #ea4c89;
}
.paragraph_basic_4339 [class*="social-icon-envelope"] {
  background-color: #ea4335;
}
.paragraph_basic_4339 [class*="social-icon-envelope"].content-b27c {
  background-color: transparent;
  color: #ea4335;
}
.paragraph_basic_4339 [class*="social-icon-facebook"] {
  background-color: #3b5998;
}
.paragraph_basic_4339 [class*="social-icon-facebook"].content-b27c {
  background-color: transparent;
  color: #3b5998;
}
.paragraph_basic_4339 [class*="social-icon-flickr"] {
  background-color: #0063dc;
}
.paragraph_basic_4339 [class*="social-icon-flickr"].content-b27c {
  background-color: transparent;
  color: #0063dc;
}
.paragraph_basic_4339 [class*="social-icon-foursquare"] {
  background-color: #2d5be3;
}
.paragraph_basic_4339 [class*="social-icon-foursquare"].content-b27c {
  background-color: transparent;
  color: #2d5be3;
}
.paragraph_basic_4339 [class*="social-icon-github"] {
  background-color: #333;
}
.paragraph_basic_4339 [class*="social-icon-github"].content-b27c {
  background-color: transparent;
  color: #333;
}
.paragraph_basic_4339 [class*="social-icon-google-plus"] {
  background-color: #dd4b39;
}
.paragraph_basic_4339 [class*="social-icon-google-plus"].content-b27c {
  background-color: transparent;
  color: #dd4b39;
}
.paragraph_basic_4339 [class*="social-icon-houzz"] {
  background-color: #7ac142;
}
.paragraph_basic_4339 [class*="social-icon-houzz"].content-b27c {
  background-color: transparent;
  color: #7ac142;
}
.paragraph_basic_4339 [class*="social-icon-instagram"] {
  background-color: #262626;
}
.paragraph_basic_4339 [class*="social-icon-instagram"].content-b27c {
  background-color: transparent;
  color: #262626;
}
.paragraph_basic_4339 [class*="social-icon-jsfiddle"] {
  background-color: #487aa2;
}
.paragraph_basic_4339 [class*="social-icon-jsfiddle"].content-b27c {
  background-color: transparent;
  color: #487aa2;
}
.paragraph_basic_4339 [class*="social-icon-linkedin"] {
  background-color: #0077b5;
}
.paragraph_basic_4339 [class*="social-icon-linkedin"].content-b27c {
  background-color: transparent;
  color: #0077b5;
}
.paragraph_basic_4339 [class*="social-icon-medium"] {
  background-color: #00ab6b;
}
.paragraph_basic_4339 [class*="social-icon-medium"].content-b27c {
  background-color: transparent;
  color: #00ab6b;
}
.paragraph_basic_4339 [class*="social-icon-odnoklassniki"] {
  background-color: #f4731c;
}
.paragraph_basic_4339
  [class*="social-icon-odnoklassniki"].content-b27c {
  background-color: transparent;
  color: #f4731c;
}
.paragraph_basic_4339 [class*="social-icon-meetup"] {
  background-color: #ec1c40;
}
.paragraph_basic_4339 [class*="social-icon-meetup"].content-b27c {
  background-color: transparent;
  color: #ec1c40;
}
.paragraph_basic_4339 [class*="social-icon-pinterest"] {
  background-color: #bd081c;
}
.paragraph_basic_4339 [class*="social-icon-pinterest"].content-b27c {
  background-color: transparent;
  color: #bd081c;
}
.paragraph_basic_4339 [class*="social-icon-product-hunt"] {
  background-color: #da552f;
}
.paragraph_basic_4339 [class*="social-icon-product-hunt"].content-b27c {
  background-color: transparent;
  color: #da552f;
}
.paragraph_basic_4339 [class*="social-icon-reddit"] {
  background-color: #ff4500;
}
.paragraph_basic_4339 [class*="social-icon-reddit"].content-b27c {
  background-color: transparent;
  color: #ff4500;
}
.paragraph_basic_4339 [class*="social-icon-rss"] {
  background-color: #f26522;
}
.paragraph_basic_4339 [class*="social-icon-rss"].content-b27c {
  background-color: transparent;
  color: #f26522;
}
.paragraph_basic_4339 [class*="social-icon-shopping-cart"] {
  background-color: #4caf50;
}
.paragraph_basic_4339
  [class*="social-icon-shopping-cart"].content-b27c {
  background-color: transparent;
  color: #4caf50;
}
.paragraph_basic_4339 [class*="social-icon-skype"] {
  background-color: #00aff0;
}
.paragraph_basic_4339 [class*="social-icon-skype"].content-b27c {
  background-color: transparent;
  color: #00aff0;
}
.paragraph_basic_4339 [class*="social-icon-slideshare"] {
  background-color: #0077b5;
}
.paragraph_basic_4339 [class*="social-icon-slideshare"].content-b27c {
  background-color: transparent;
  color: #0077b5;
}
.paragraph_basic_4339 [class*="social-icon-snapchat"] {
  background-color: #fffc00;
}
.paragraph_basic_4339 [class*="social-icon-snapchat"].content-b27c {
  background-color: transparent;
  color: #fffc00;
}
.paragraph_basic_4339 [class*="social-icon-soundcloud"] {
  background-color: #f80;
}
.paragraph_basic_4339 [class*="social-icon-soundcloud"].content-b27c {
  background-color: transparent;
  color: #f80;
}
.paragraph_basic_4339 [class*="social-icon-spotify"] {
  background-color: #2ebd59;
}
.paragraph_basic_4339 [class*="social-icon-spotify"].content-b27c {
  background-color: transparent;
  color: #2ebd59;
}
.paragraph_basic_4339 [class*="social-icon-stack-overflow"] {
  background-color: #fe7a15;
}
.paragraph_basic_4339
  [class*="social-icon-stack-overflow"].content-b27c {
  background-color: transparent;
  color: #fe7a15;
}
.paragraph_basic_4339 [class*="social-icon-maldkfgram"] {
  background-color: #2ca5e0;
}
.paragraph_basic_4339 [class*="social-icon-maldkfgram"].content-b27c {
  background-color: transparent;
  color: #2ca5e0;
}
.paragraph_basic_4339 [class*="social-icon-tripadvisor"] {
  background-color: #589442;
}
.paragraph_basic_4339 [class*="social-icon-tripadvisor"].content-b27c {
  background-color: transparent;
  color: #589442;
}
.paragraph_basic_4339 [class*="social-icon-tumblr"] {
  background-color: #35465c;
}
.paragraph_basic_4339 [class*="social-icon-tumblr"].content-b27c {
  background-color: transparent;
  color: #35465c;
}
.paragraph_basic_4339 [class*="social-icon-twitch"] {
  background-color: #6441a5;
}
.paragraph_basic_4339 [class*="social-icon-twitch"].content-b27c {
  background-color: transparent;
  color: #6441a5;
}
.paragraph_basic_4339 [class*="social-icon-twitter"] {
  background-color: #1da1f2;
}
.paragraph_basic_4339 [class*="social-icon-twitter"].content-b27c {
  background-color: transparent;
  color: #1da1f2;
}
.paragraph_basic_4339 [class*="social-icon-vimeo"] {
  background-color: #1ab7ea;
}
.paragraph_basic_4339 [class*="social-icon-vimeo"].content-b27c {
  background-color: transparent;
  color: #1ab7ea;
}
.paragraph_basic_4339 [class*="social-icon-vk"] {
  background-color: #45668e;
}
.paragraph_basic_4339 [class*="social-icon-vk"].content-b27c {
  background-color: transparent;
  color: #45668e;
}
.paragraph_basic_4339 [class*="social-icon-weibo"] {
  background-color: #df2029;
}
.paragraph_basic_4339 [class*="social-icon-weibo"].content-b27c {
  background-color: transparent;
  color: #df2029;
}
.paragraph_basic_4339 [class*="social-icon-weixin"] {
  background-color: #7bb32e;
}
.paragraph_basic_4339 [class*="social-icon-weixin"].content-b27c {
  background-color: transparent;
  color: #7bb32e;
}
.paragraph_basic_4339 [class*="social-icon-whatsapp"] {
  background-color: #25d366;
}
.paragraph_basic_4339 [class*="social-icon-whatsapp"].content-b27c {
  background-color: transparent;
  color: #25d366;
}
.paragraph_basic_4339 [class*="social-icon-wordpress"] {
  background-color: #21759b;
}
.paragraph_basic_4339 [class*="social-icon-wordpress"].content-b27c {
  background-color: transparent;
  color: #21759b;
}
.paragraph_basic_4339 [class*="social-icon-xing"] {
  background-color: #026466;
}
.paragraph_basic_4339 [class*="social-icon-xing"].content-b27c {
  background-color: transparent;
  color: #026466;
}
.paragraph_basic_4339 [class*="social-icon-yelp"] {
  background-color: #af0606;
}
.paragraph_basic_4339 [class*="social-icon-yelp"].content-b27c {
  background-color: transparent;
  color: #af0606;
}
.paragraph_basic_4339 [class*="social-icon-youtube"] {
  background-color: #cd201f;
}
.paragraph_basic_4339 [class*="social-icon-youtube"].content-b27c {
  background-color: transparent;
  color: #cd201f;
}
.easy-9e6c {
  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;
}
.easy-9e6c:hover {
  box-shadow: none;
  background: 0 0;
}
.article-red-4891 {
  background: 0 0 !important;
  text-transform: uppercase;
  font-size: 0.85em;
}
.first-7710 {
  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;
}
.slider_black_fcb8 {
  display: inline-block;
  position: relative;
  vertical-align: middle;
}
.upper_33f5 {
  display: block;
  top: 50%;
  background-color: currentcolor;
}
.upper_33f5,
.upper_33f5::after,
.upper_33f5::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;
}
.upper_33f5::after,
.upper_33f5::before {
  content: "";
  display: block;
  background-color: inherit;
}
.component-in-63f7 .first-7710 .slider_black_fcb8 {
  margin-top: -2px;
  width: 19px;
}
.component-in-63f7 .first-7710 .upper_33f5 {
  margin-top: -1px;
}
.component-in-63f7 .first-7710 .upper_33f5,
.component-in-63f7 .first-7710 .upper_33f5::after,
.component-in-63f7 .first-7710 .upper_33f5::before {
  width: 19px;
  height: 2px;
}
.component-in-63f7 .first-7710 .upper_33f5::before {
  top: -6px;
}
.component-in-63f7 .first-7710 .upper_33f5::after {
  bottom: -6px;
}
.hidden-bronze-e703 .first-7710 .slider_black_fcb8 {
  margin-top: -2px;
  width: 22px;
}
.hidden-bronze-e703 .first-7710 .upper_33f5 {
  margin-top: -1px;
}
.hidden-bronze-e703 .first-7710 .upper_33f5,
.hidden-bronze-e703 .first-7710 .upper_33f5::after,
.hidden-bronze-e703 .first-7710 .upper_33f5::before {
  width: 22px;
  height: 2px;
}
.hidden-bronze-e703 .first-7710 .upper_33f5::before {
  top: -7px;
}
.hidden-bronze-e703 .first-7710 .upper_33f5::after {
  bottom: -7px;
}
.complex-984d .first-7710 .slider_black_fcb8 {
  margin-top: -2px;
  width: 31px;
}
.complex-984d .first-7710 .upper_33f5 {
  margin-top: -1.5px;
}
.complex-984d .first-7710 .upper_33f5,
.complex-984d .first-7710 .upper_33f5::after,
.complex-984d .first-7710 .upper_33f5::before {
  width: 31px;
  height: 3px;
}
.complex-984d .first-7710 .upper_33f5::before {
  top: -9px;
}
.complex-984d .first-7710 .upper_33f5::after {
  bottom: -9px;
}
@media screen and (min-width: 1025px) {
  .tabs-4abc .first-7710 .slider_black_fcb8 {
    margin-top: -2px;
    width: 19px;
  }
  .tabs-4abc .first-7710 .upper_33f5 {
    margin-top: -1px;
  }
  .tabs-4abc .first-7710 .upper_33f5,
  .tabs-4abc .first-7710 .upper_33f5::after,
  .tabs-4abc .first-7710 .upper_33f5::before {
    width: 19px;
    height: 2px;
  }
  .tabs-4abc .first-7710 .upper_33f5::before {
    top: -6px;
  }
  .tabs-4abc .first-7710 .upper_33f5::after {
    bottom: -6px;
  }
  .fresh_975f .first-7710 .slider_black_fcb8 {
    margin-top: -2px;
    width: 22px;
  }
  .fresh_975f .first-7710 .upper_33f5 {
    margin-top: -1px;
  }
  .fresh_975f .first-7710 .upper_33f5,
  .fresh_975f .first-7710 .upper_33f5::after,
  .fresh_975f .first-7710 .upper_33f5::before {
    width: 22px;
    height: 2px;
  }
  .fresh_975f .first-7710 .upper_33f5::before {
    top: -7px;
  }
  .fresh_975f .first-7710 .upper_33f5::after {
    bottom: -7px;
  }
  .wood_1060 .first-7710 .slider_black_fcb8 {
    margin-top: -2px;
    width: 31px;
  }
  .wood_1060 .first-7710 .upper_33f5 {
    margin-top: -1.5px;
  }
  .wood_1060 .first-7710 .upper_33f5,
  .wood_1060 .first-7710 .upper_33f5::after,
  .wood_1060 .first-7710 .upper_33f5::before {
    width: 31px;
    height: 3px;
  }
  .wood_1060 .first-7710 .upper_33f5::before {
    top: -9px;
  }
  .wood_1060 .first-7710 .upper_33f5::after {
    bottom: -9px;
  }
}
@media screen and (max-width: 1024px) {
  .info-hard-5c38 .first-7710 .slider_black_fcb8 {
    margin-top: -2px;
    width: 19px;
  }
  .info-hard-5c38 .first-7710 .upper_33f5 {
    margin-top: -1px;
  }
  .info-hard-5c38 .first-7710 .upper_33f5,
  .info-hard-5c38 .first-7710 .upper_33f5::after,
  .info-hard-5c38 .first-7710 .upper_33f5::before {
    width: 19px;
    height: 2px;
  }
  .info-hard-5c38 .first-7710 .upper_33f5::before {
    top: -6px;
  }
  .info-hard-5c38 .first-7710 .upper_33f5::after {
    bottom: -6px;
  }
  .paragraph_tiny_f372 .first-7710 .slider_black_fcb8 {
    margin-top: -2px;
    width: 22px;
  }
  .paragraph_tiny_f372 .first-7710 .upper_33f5 {
    margin-top: -1px;
  }
  .paragraph_tiny_f372 .first-7710 .upper_33f5,
  .paragraph_tiny_f372 .first-7710 .upper_33f5::after,
  .paragraph_tiny_f372 .first-7710 .upper_33f5::before {
    width: 22px;
    height: 2px;
  }
  .paragraph_tiny_f372 .first-7710 .upper_33f5::before {
    top: -7px;
  }
  .paragraph_tiny_f372 .first-7710 .upper_33f5::after {
    bottom: -7px;
  }
  .red-be25 .first-7710 .slider_black_fcb8 {
    margin-top: -2px;
    width: 31px;
  }
  .red-be25 .first-7710 .upper_33f5 {
    margin-top: -1.5px;
  }
  .red-be25 .first-7710 .upper_33f5,
  .red-be25 .first-7710 .upper_33f5::after,
  .red-be25 .first-7710 .upper_33f5::before {
    width: 31px;
    height: 3px;
  }
  .red-be25 .first-7710 .upper_33f5::before {
    top: -9px;
  }
  .red-be25 .first-7710 .upper_33f5::after {
    bottom: -9px;
  }
}
@media screen and (max-width: 568px) {
  .picture_stone_d3ea .first-7710 .slider_black_fcb8 {
    margin-top: -2px;
    width: 19px;
  }
  .picture_stone_d3ea .first-7710 .upper_33f5 {
    margin-top: -1px;
  }
  .picture_stone_d3ea .first-7710 .upper_33f5,
  .picture_stone_d3ea .first-7710 .upper_33f5::after,
  .picture_stone_d3ea .first-7710 .upper_33f5::before {
    width: 19px;
    height: 2px;
  }
  .picture_stone_d3ea .first-7710 .upper_33f5::before {
    top: -6px;
  }
  .picture_stone_d3ea .first-7710 .upper_33f5::after {
    bottom: -6px;
  }
  .hard-ccc0 .first-7710 .slider_black_fcb8 {
    margin-top: -2px;
    width: 22px;
  }
  .hard-ccc0 .first-7710 .upper_33f5 {
    margin-top: -1px;
  }
  .hard-ccc0 .first-7710 .upper_33f5,
  .hard-ccc0 .first-7710 .upper_33f5::after,
  .hard-ccc0 .first-7710 .upper_33f5::before {
    width: 22px;
    height: 2px;
  }
  .hard-ccc0 .first-7710 .upper_33f5::before {
    top: -7px;
  }
  .hard-ccc0 .first-7710 .upper_33f5::after {
    bottom: -7px;
  }
  .gradient_inner_2e69 .first-7710 .slider_black_fcb8 {
    margin-top: -2px;
    width: 31px;
  }
  .gradient_inner_2e69 .first-7710 .upper_33f5 {
    margin-top: -1.5px;
  }
  .gradient_inner_2e69 .first-7710 .upper_33f5,
  .gradient_inner_2e69 .first-7710 .upper_33f5::after,
  .gradient_inner_2e69 .first-7710 .upper_33f5::before {
    width: 31px;
    height: 3px;
  }
  .gradient_inner_2e69 .first-7710 .upper_33f5::before {
    top: -9px;
  }
  .gradient_inner_2e69 .first-7710 .upper_33f5::after {
    bottom: -9px;
  }
}
.video_purple_fc46 .upper_33f5 {
  -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);
}
.video_purple_fc46 .upper_33f5::before {
  -webkit-transition: top 75ms 0.12s ease, opacity 75ms ease;
  transition: top 75ms 0.12s ease, opacity 75ms ease;
}
.video_purple_fc46 .upper_33f5::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);
}
.video_purple_fc46.aside_north_bf79 .upper_33f5 {
  -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);
}
.video_purple_fc46.aside_north_bf79 .upper_33f5::before {
  top: 0;
  opacity: 0;
  -webkit-transition: top 75ms ease, opacity 75ms 0.12s ease;
  transition: top 75ms ease, opacity 75ms 0.12s ease;
}
.video_purple_fc46.aside_north_bf79 .upper_33f5::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);
}
.last-dc59 {
  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.avatar_fb55:before {
  display: none;
}
.content-1f38 {
  padding: 0;
  position: fixed;
  width: 100%;
  max-width: 100%;
  top: 0;
  z-index: 999900;
  visibility: hidden;
}
.content-1f38 .east-8d43 {
  padding: 1.4em 1.5em;
  border-bottom: 1px solid transparent;
}
.content-1f38 .east-8d43:last-of-type {
  border-bottom: none;
}
.content-1f38 .east-8d43.tooltip-c693,
.content-1f38 .east-8d43.footer-91c5,
.content-1f38 .east-8d43.wrapper_99e7 {
  padding: 0;
}
.content-1f38 .media_old_f947 .gradient_dark_d616 {
  color: currentColor;
}
.content-1f38 .media_old_f947 .gradient_dark_d616:focus,
.content-1f38 .media_old_f947 .gradient_dark_d616:hover {
  background: rgba(0, 0, 0, 0.01);
}
.content-1f38.footer_1a46 .image-stale-9121,
.content-1f38.footer_1a46 .panel_0fc5 a,
.content-1f38.footer_1a46 .rough-6a5d a,
.content-1f38.footer_1a46 .sort-advanced-9f7c a {
  color: rgba(0, 0, 0, 0.55);
}
.content-1f38.footer_1a46 .image-stale-9121:hover,
.content-1f38.footer_1a46 .panel_0fc5 a:hover,
.content-1f38.footer_1a46 .rough-6a5d a:hover,
.content-1f38.footer_1a46 .sort-advanced-9f7c a:hover {
  color: rgba(0, 0, 0, 0.8);
}
.content-1f38.footer_1a46 .current_7edd {
  color: rgba(0, 0, 0, 0.8);
}
.content-1f38.footer_1a46 .east-8d43 {
  border-color: rgba(0, 0, 0, 0.08);
}
.content-1f38.footer_1a46 .east-8d43:before {
  background: rgba(0, 0, 0, 0.08);
}
.content-1f38.footer_1a46 .notification-dynamic-7e00:before {
  background: rgba(255, 255, 255, 0.9);
}
.content-1f38.footer_1a46 .media_old_f947 .copper_b9ff li a,
.content-1f38.footer_1a46 .media_old_f947 .gradient_dark_d616,
.content-1f38.footer_1a46 .sort-advanced-9f7c {
  border-color: rgba(0, 0, 0, 0.08);
}
.content-1f38.footer_1a46 .media_old_f947 .gradient_dark_d616:focus,
.content-1f38.footer_1a46 .media_old_f947 .gradient_dark_d616:hover {
  background: rgba(0, 0, 0, 0.01);
}
.content-1f38.footer_1a46 .copper_b9ff li {
  border-color: rgba(0, 0, 0, 0.08);
}
.content-1f38.hero_41ce .image-stale-9121,
.content-1f38.hero_41ce .panel_0fc5 a,
.content-1f38.hero_41ce .rough-6a5d .gradient_dark_d616,
.content-1f38.hero_41ce .rough-6a5d a,
.content-1f38.hero_41ce .sort-advanced-9f7c a {
  color: rgba(255, 255, 255, 0.79);
}
.content-1f38.hero_41ce .image-stale-9121:hover,
.content-1f38.hero_41ce .panel_0fc5 a:hover,
.content-1f38.hero_41ce .rough-6a5d .gradient_dark_d616:hover,
.content-1f38.hero_41ce .rough-6a5d a:hover,
.content-1f38.hero_41ce .sort-advanced-9f7c a:hover {
  color: rgba(255, 255, 255, 0.99);
}
.content-1f38.hero_41ce .current_7edd {
  color: rgba(255, 255, 255, 0.99);
}
.content-1f38.hero_41ce .east-8d43 {
  border-color: rgba(255, 255, 255, 0.08);
}
.content-1f38.hero_41ce .east-8d43:before {
  background: rgba(255, 255, 255, 0.08);
}
.content-1f38.hero_41ce .notification-dynamic-7e00:before {
  background: rgba(0, 0, 0, 0.9);
}
.content-1f38.hero_41ce .media_old_f947 .copper_b9ff li a,
.content-1f38.hero_41ce .media_old_f947 .gradient_dark_d616,
.content-1f38.hero_41ce .sort-advanced-9f7c {
  border-color: rgba(255, 255, 255, 0.08);
}
.content-1f38.hero_41ce .media_old_f947 .gradient_dark_d616:focus,
.content-1f38.hero_41ce .media_old_f947 .gradient_dark_d616:hover {
  background: rgba(0, 0, 0, 0.01);
}
.content-1f38.hero_41ce .copper_b9ff li {
  border-color: rgba(255, 255, 255, 0.08);
}
.notification-dynamic-7e00 {
  position: relative;
  word-con: break-word;
  min-height: 100%;
  display: block;
}
.notification-dynamic-7e00:before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  display: block;
  min-height: 100%;
}
.accordion-763e {
  position: relative;
  word-con: break-word;
  min-height: 100%;
  display: block;
  padding: 1.2em 0;
}
.cool_483f .content-1f38 {
  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;
}
.cool_483f .east-8d43 {
  text-align: center;
  padding: 2em 1.5em;
  border: none;
  position: relative;
}
.cool_483f .east-8d43: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) {
  .cool_483f .east-8d43:before {
    width: 16%;
    left: 42%;
  }
}
.cool_483f .east-8d43:last-child:before {
  content: none;
}
.cool_483f .east-8d43[class*="-menu"] {
  padding: 2.5em 1.5em;
}
.cool_483f .media_old_f947 .copper_b9ff li a {
  border: none;
  font-size: 140%;
  text-transform: uppercase;
  font-weight: 500;
}
.cool_483f .media_old_f947 .copper_b9ff li a .gradient_dark_d616 {
  display: inline-block;
  position: relative;
  border: 0 none;
  margin-right: -1.3em;
  top: -2px;
  padding: 0.28em 0.5em;
}
.cool_483f .media_old_f947 .sort-advanced-9f7c {
  border: none;
}
.cool_483f .media_old_f947 .sort-advanced-9f7c li a {
  text-transform: none;
  padding: 0.35em 1.5em;
  font-size: 100%;
}
.cool_483f .notification-dynamic-7e00 {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}
.cool_483f .accordion-763e {
  max-width: 48em;
  margin: 3em auto;
  padding: 0;
}
.cool_483f .hero_41ce .notification-dynamic-7e00:before {
  background: rgba(0, 0, 0, 0.9);
}
.cool_483f .footer_1a46.left-0470 .upper_33f5 {
  background: rgba(0, 0, 0, 0.6);
}
.cool_483f
  .footer_1a46.left-0470
  .upper_33f5::after,
.cool_483f
  .footer_1a46.left-0470
  .upper_33f5:before {
  background: inherit;
}
.cool_483f
  .footer_1a46.left-0470:hover
  .upper_33f5 {
  background: rgba(0, 0, 0, 0.8);
}
.input_orange_a1d8 .content-1f38 {
  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) {
  .input_orange_a1d8 .content-1f38 {
    width: auto;
    right: 45px;
  }
}
.large-8e59 .content-1f38 {
  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) {
  .large-8e59 .content-1f38 {
    width: auto;
    left: 45px;
  }
}
.avatar_fb55 .content-1f38 {
  position: relative;
  height: 0;
  display: block;
  visibility: visible;
  z-index: 999900;
  overflow: hidden;
}
.avatar_fb55 .accordion-763e {
  max-width: 48em;
  margin: 0 auto;
}
.avatar_fb55 .notification-dynamic-7e00:before {
  box-shadow: inset 0 0 12px 0 rgba(0, 0, 0, 0.05);
}
.upper_7520 {
  overflow-x: hidden;
  position: relative;
  width: 100%;
  display: block;
}
.upper_7520.cool_483f .content-1f38 {
  z-index: 0;
  opacity: 0;
  height: 100%;
}
.upper_7520.input_orange_a1d8 .content-1f38 {
  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);
}
.upper_7520 .content-1f38 {
  visibility: visible;
}
.upper_7520.large-8e59 .content-1f38 {
  -webkit-transform: translateX(200%);
  -ms-transform: translateX(200%);
  transform: translateX(200%);
  height: 100%;
}
.preview_8062,
.backdrop-fast-4cd5 {
  overflow-x: hidden;
}
.preview_8062 .content-1f38 {
  overflow: auto;
}
.preview_8062.cool_483f {
  overflow: initial;
  position: relative;
  width: 100%;
  display: block;
}
.preview_8062.cool_483f .content-1f38 {
  z-index: 999900;
  opacity: 1;
  visibility: visible;
}
.preview_8062.cool_483f .easy-9e6c {
  opacity: 0;
}
.preview_8062.input_orange_a1d8 {
  overflow: initial;
  position: relative;
  width: 100%;
  display: block;
}
.preview_8062.input_orange_a1d8 .content-1f38 {
  z-index: 999900;
  height: 100vh;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  left: 0;
  visibility: visible;
}
.preview_8062.input_orange_a1d8 .easy-9e6c {
  opacity: 0;
}
.preview_8062.large-8e59 {
  overflow: initial;
  position: relative;
  width: 100%;
  display: block;
}
.preview_8062.large-8e59 .content-1f38 {
  z-index: 999900;
  height: 100vh;
  max-width: 100vw;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  right: 0;
  visibility: visible;
}
.preview_8062.large-8e59 .easy-9e6c {
  opacity: 0;
}
.preview_8062.avatar_fb55 .content-1f38 {
  z-index: 10;
  visibility: visible;
}
.left-0470 {
  display: none;
  z-index: 999910;
  cursor: pointer;
  position: fixed;
  top: 10px;
  right: 12px;
}
.left-0470 .upper_33f5 {
  background: rgba(255, 255, 255, 0.99);
}
.left-0470 .upper_33f5::after,
.left-0470 .upper_33f5:before {
  background: inherit;
}
.left-0470:hover .upper_33f5 {
  background: rgba(255, 255, 255, 0.99);
}
.large-8e59 .left-0470 {
  top: 10px;
  right: auto;
  left: 12px;
}
.avatar_fb55 .left-0470 {
  display: none !important;
}
.preview_8062:before,
.backdrop-fast-4cd5:before {
  z-index: 999897;
  visibility: visible;
  opacity: 1;
}
.preview_8062 .left-0470,
.backdrop-fast-4cd5 .left-0470 {
  display: inline-block;
}
.content-1f38 .alert_east_8779 {
  -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;
}
.preview_8062 .content-1f38 .alert_east_8779,
.backdrop-fast-4cd5 .content-1f38 .alert_east_8779 {
  opacity: 1;
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
}
.status_basic_2c1f .primary_solid_9fd9 {
  width: 100%;
}
.basic-f664 {
  padding: 0 0.5em 0;
}
.basic-f664 [class*="customify-col-"],
.basic-f664 [class*="customify-col_"],
.basic-f664 [class~="customify-col"] {
  padding: 0 0.5em 0;
}
.section-76ab .basic-f664 {
  padding-left: 1em;
  padding-right: 1em;
}
@media screen and (min-width: 1025px) {
  .tertiary-white-6643 .nav-white-2a24,
  .nav-white-2a24 {
    display: none;
  }
  .sort-basic-6224 {
    text-align: left;
  }
  .message-c9dd {
    text-align: center;
  }
  .media_glass_ff14 {
    text-align: right;
  }
}
@media screen and (max-width: 1024px) {
  .tertiary-white-6643 .orange_af8b,
  .orange_af8b {
    display: none;
  }
  .dynamic-27bd {
    text-align: left;
  }
  .banner_73dc {
    text-align: center;
  }
  .widget-54e7 {
    text-align: right;
  }
}
@media screen and (max-width: 568px) {
  .tertiary-white-6643 .icon_dec9,
  .icon_dec9 {
    display: none;
  }
  .inner_5233 {
    text-align: left;
  }
  .sort-00d4 {
    text-align: center;
  }
  .light-d393 {
    text-align: right;
  }
}
#page {
  position: relative;
}
.cold-64d9 {
  box-shadow: none !important;
}
.description-fresh-f2d5 .image_copper_d32a,
.active-stale-abc7 .image_copper_d32a {
  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;
}
.active-stale-abc7 .image_copper_d32a {
  margin-top: 30px;
  margin-bottom: 30px;
}
.accent_54db {
  position: relative;
  padding-left: 2em;
  padding-right: 2em;
}
.accent_54db:after,
.accent_54db:before {
  content: "";
  display: table;
}
.accent_54db:after {
  clear: both;
}
@media screen and (max-width: 48em) {
  .accent_54db {
    padding-left: 1em;
    padding-right: 1em;
  }
}
.accent_54db,
.column_hard_75f5 {
  max-width: 1248px;
  margin: 0 auto;
}

.form-18ab.yellow-7c23 .accent_54db {
  max-width: 100%;
}
.form-18ab.list_first_a0fc {
  max-width: 1200px;
  margin: 0 auto;
}
.form-18ab.center_f4a0 .accent_54db {
  max-width: 100%;
}
.form-18ab.center_f4a0 > .accent_54db {
  padding-left: 0;
  padding-right: 0;
}
.form-18ab.center_f4a0 > .accent_54db .tertiary-white-6643 {
  margin: 0;
}
.form-18ab.center_f4a0
  > .accent_54db
  .secondary-full-63ce.huge_2a7a {
  margin-right: 0;
  margin-left: 0;
}
.form-18ab.center_f4a0 #main.huge_2a7a {
  padding: 0;
}
#main,
#sidebar-primary,
#sidebar-secondary {
  padding-top: 2.617924em;
  padding-bottom: 2.617924em;
}
@media screen and (max-width: 1024px) {
  .advanced-11d6 #main {
    border-left: 0 none;
  }
}
@media screen and (max-width: 1024px) {
  .advanced-11d6 #sidebar-secondary {
    -webkit-box-ordinal-group: 6;
    order: 5;
    display: none;
  }
}
@media screen and (min-width: 48em) {
  .component_up_2729 .south-5582 {
    padding-right: 1em;
  }
  .component_up_2729.box-brown-4274 .secondary-full-63ce {
    border-right: 1px solid #eaecee;
  }
  .component_up_2729.box-brown-4274 .south-5582 {
    padding-right: 1em;
  }
  .component_up_2729.box-brown-4274 .thick-0881 {
    padding-left: 1em;
  }
}
@media screen and (min-width: 48em) {
  .red-c025 .south-5582 {
    padding-left: 1em;
  }
  .red-c025.box-brown-4274 .secondary-full-63ce {
    border-left: 1px solid #eaecee;
  }
  .red-c025.box-brown-4274 .south-5582 {
    padding-left: 1em;
  }
  .red-c025.box-brown-4274 .thick-0881 {
    padding-right: 1em;
  }
}
@media screen and (min-width: 48em) {
  .wrapper_prev_98c4 .south-5582 {
    padding-left: 1em;
  }
  .wrapper_prev_98c4.box-brown-4274 .surface_30c4 {
    border-right: 1px solid #eaecee;
  }
  .wrapper_prev_98c4.box-brown-4274 .module_7577 {
    border-right: 1px solid #eaecee;
  }
  .wrapper_prev_98c4.box-brown-4274 .south-5582 {
    padding-left: 1em;
  }
  .wrapper_prev_98c4.box-brown-4274 .thick-0881 {
    padding-right: 1em;
  }
  .wrapper_prev_98c4.box-brown-4274 .dynamic-c9fa {
    padding-left: 1em;
    padding-right: 1em;
  }
}
@media screen and (min-width: 48em) {
  .modal_up_3177 .south-5582 {
    padding-right: 1em;
  }
  .modal_up_3177.box-brown-4274 .surface_30c4 {
    border-left: 1px solid #eaecee;
  }
  .modal_up_3177.box-brown-4274 .module_7577 {
    border-left: 1px solid #eaecee;
  }
  .modal_up_3177.box-brown-4274 .south-5582 {
    padding-right: 1em;
  }
  .modal_up_3177.box-brown-4274 .thick-0881 {
    padding-left: 1em;
    padding-right: 1em;
  }
  .modal_up_3177.box-brown-4274 .dynamic-c9fa {
    padding-left: 1em;
  }
}
@media screen and (min-width: 48em) {
  .advanced-11d6 .south-5582 {
    padding-left: 1em;
    padding-right: 1em;
  }
  .advanced-11d6.box-brown-4274 .secondary-full-63ce {
    border-left: 1px solid #eaecee;
    border-right: 1px solid #eaecee;
  }
  .advanced-11d6.box-brown-4274 .south-5582 {
    padding-left: 1em;
    padding-right: 1em;
  }
  .advanced-11d6.box-brown-4274 .thick-0881 {
    padding-left: 1em;
  }
  .advanced-11d6.box-brown-4274 .dynamic-c9fa {
    padding-right: 1em;
  }
}
@media screen and (max-width: 64em) {
  .advanced-11d6.box-brown-4274 .south-5582 {
    padding-left: 0;
  }
}
.plasma_4c1c .sidebar-72b0 {
  display: inline-block;
}
.tooltip_complex_0ae2 {
  display: inline-block;
}
.pagination_tiny_47ca {
  word-con: break-word;
}
.center_02f8 > span {
  display: inline-block;
  padding: 5px 0;
}
.center_02f8 .picture-5a5f {
  margin-left: 8px;
  margin-right: 8px;
}
.center_02f8 .clean_bd6f img {
  vertical-align: middle;
  overflow: hidden;
  border-radius: 50%;
  margin-right: 5px;
}
.message_7187 .outline-cf16 {
  margin-bottom: 2em;
}
.message_7187 .brown-de8f {
  margin-bottom: 15px;
}
.message_7187 .brown-de8f:last-child {
  margin-bottom: 0;
}
.message_7187 .rough-7fde {
  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) {
  .message_7187 .rough-7fde {
    display: block;
  }
}
.message_7187 .banner-a0ff {
  position: relative;
  max-width: 100%;
  flex-basis: 40%;
  padding-top: 0;
  overflow: hidden;
}
@media screen and (max-width: 568px) {
  .message_7187 .banner-a0ff {
    margin-bottom: 1em;
    width: 100% !important;
    padding-top: 56.25%;
  }
}
.message_7187 .bronze_bcc8 {
  position: absolute;
  top: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: flex;
  line-height: 0;
  background-color: #d5d5d5;
}
.message_7187 .bronze_bcc8 img {
  -o-object-fit: cover;
  object-fit: cover;
  width: 100%;
  height: auto;
}
.message_7187 .bronze_bcc8 a {
  position: absolute;
  top: 0;
  top: 0;
  display: block;
}
.message_7187 .pagination_tiny_47ca {
  font-size: 1.5em;
  font-weight: 500;
  word-con: break-word;
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
}
.message_7187 .pagination_tiny_47ca a {
  text-align: inherit;
  display: block;
  flex-basis: 100%;
}
.message_7187 .smooth_5228 p:last-child {
  margin-bottom: 0;
}
.message_7187 .tertiary-97a6 {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: block;
  z-index: 30;
}
.message_7187 .media-selected-ca91 {
  -webkit-box-flex: 1;
  flex: 1;
  word-con: break-word;
  max-width: 100%;
}
.message_7187 .pressed_3fa5 {
  margin-top: 1em;
}
.message_7187 .primary_098e {
  top: 0;
  display: block;
}
.message_7187 .primary_098e a {
  color: inherit;
}
.message_7187 .primary_098e a:hover {
  color: inherit;
}
.message_7187 .paragraph-black-0019 {
  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;
}
.message_7187 .paragraph-black-0019:hover {
  background: #235787;
  color: #fff;
  border-color: #235787;
}
.message_7187 .media-selected-ca91 {
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-flow: column nowrap;
}
.message_7187 .content-2b99 {
  position: relative;
  width: 100%;
  margin-bottom: 15px;
}
.message_7187 .content-2b99:first-child {
  margin-top: 0;
}
.message_7187 .content-2b99.clean_fda3 {
  -webkit-box-flex: 0;
  flex: none;
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.message_7187 .content-2b99.action_e4b1 {
  display: -webkit-box;
  display: flex;
  margin-top: auto;
  margin-bottom: 0;
  -webkit-box-pack: justify;
  justify-content: space-between;
}
.message_7187
  .content-2b99.action_e4b1.modal-556c
  .pressed_3fa5 {
  width: 100%;
}
.message_7187 .action_e4b1 {
  -webkit-box-align: center;
  align-items: center;
}
.message_7187 .action_e4b1 .center_02f8,
.message_7187 .action_e4b1 > * {
  margin-bottom: 0;
  margin-top: 0;
  display: inline-block;
}
.message_7187 .bronze_bcc8 {
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
.message_7187 .bronze_bcc8 img {
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
.message_7187 .bronze_bcc8: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;
}
.message_7187 .clean_fda3 {
  z-index: 5;
}
.message_7187 .dark-f742 .carousel_ddc0 {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  display: block;
}
.message_7187 .wide-9c78 .carousel_ddc0 {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  display: block;
}
.message_7187 .wrapper_complex_c366 .carousel_ddc0 {
  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;
}
.message_7187.red_a40b .rough-7fde,
.message_7187.shade_thick_b8ec .rough-7fde {
  display: block;
}
.message_7187.red_a40b .rough-7fde .outline-1388,
.message_7187.red_a40b .rough-7fde .media-selected-ca91,
.message_7187.shade_thick_b8ec .rough-7fde .outline-1388,
.message_7187.shade_thick_b8ec .rough-7fde .media-selected-ca91 {
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
}
.message_7187.filter-simple-b009 .banner-a0ff {
  margin-right: 2em;
}
@media screen and (max-width: 568px) {
  .message_7187.filter-simple-b009 .banner-a0ff {
    margin-right: 0;
  }
}
.message_7187.red_a40b .banner-a0ff,
.message_7187.shade_thick_b8ec .banner-a0ff {
  padding-top: 40%;
}
.message_7187.red_a40b .outline-cf16,
.message_7187.shade_thick_b8ec .outline-cf16 {
  display: block;
}
.message_7187.red_a40b .fn-sticky-003a .media-selected-ca91,
.message_7187.shade_thick_b8ec .fn-sticky-003a .media-selected-ca91 {
  background-color: #fcf8e3;
  border: 1px solid #faf2cc;
  border-top: 0 none;
  color: #8a6d3b;
  padding: 1em;
}
.message_7187.red_a40b .banner-a0ff,
.message_7187.shade_thick_b8ec .banner-a0ff {
  margin-bottom: 1em;
  display: block;
  position: relative;
}
.message_7187.red_a40b .media-selected-ca91 {
  padding: 1em;
}
.item_gold_557f {
  margin: 30px auto;
  display: block;
}
.item_gold_557f .red-3a60 > * {
  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;
}
.item_gold_557f .red-3a60 > :hover {
  border-color: #235787;
  background: #235787;
  color: #fff;
}
.item_gold_557f .red-3a60 span {
  border-color: #235787;
  background: #235787;
  color: #fff;
}
.summary-7c88 .center_02f8 {
  margin-bottom: 1.41575em;
}
.summary-7c88 .backdrop_upper_0f2d {
  margin-bottom: 1.618em;
}
.preview_soft_9dff .badge_c1a3 {
  display: block;
  margin: 5px 0 20px;
  font-weight: 500;
}
.preview_soft_9dff .badge_c1a3 a {
  border: 1px solid #eaecee;
  padding: 5px 12px 5px;
  text-transform: uppercase;
  color: #686868;
  margin: 0 2px;
}
.preview_soft_9dff .grid-current-6ddf {
  max-width: 100%;
  overflow: auto;
}
.sidebar_394a .preview_soft_9dff a:hover {
  text-decoration: underline;
}
.tiny_fd17 .brown-de8f:not(.pagination_tiny_47ca),
.tiny_fd17 .bronze_bcc8 {
  margin-bottom: 1.41575em;
}
.tiny_fd17 .brown-de8f:not(.pagination_tiny_47ca):last-child,
.tiny_fd17 .bronze_bcc8:last-child {
  margin-bottom: 0;
}
.tiny_fd17 .brown-de8f.column_e684 {
  margin-bottom: 0.41575em;
}
.tiny_fd17 .aside-new-c843:before,
.tiny_fd17 .simple-f8da:before {
  font: normal normal normal 16px/1 FontAwesome;
  text-decoration: inherit;
  text-transform: none;
  position: relative;
  margin-right: 5px;
  color: #6d6d6d;
}
.tiny_fd17 .aside-new-c843:before {
  content: "\f115";
}
.tiny_fd17 .simple-f8da:before {
  content: "\f02c";
}
.tiny_fd17 .main-right-387d {
  display: block;
  width: 100%;
  margin-top: 0.5407911001em;
}
.tiny_fd17 .main-right-387d a {
  text-transform: uppercase;
  font-weight: 500;
  font-size: 80%;
  letter-spacing: 0.5px;
}
.module-8a61 {
  display: -webkit-box;
  display: flex;
}
.module-8a61 .yellow_6ad2 {
  flex-basis: 90px;
}
@media screen and (max-width: 568px) {
  .module-8a61 .yellow_6ad2 {
    flex-basis: 90px;
  }
}
.module-8a61 .center-d339 {
  flex-basis: calc(100% - 90px);
  margin-left: 1.5em;
}
@media screen and (max-width: 568px) {
  .module-8a61 .center-d339 {
    flex-basis: calc(100% - 50px);
  }
}
.module-8a61 .message_bronze_10c9 p:last-child {
  margin-bottom: 0.72em;
}
.west-4eb1 .red-3a60 {
  padding: 16px 0 15px;
  border-top: 1px solid #eaecee;
  border-bottom: 1px solid #eaecee;
}
.west-4eb1 .red-3a60:after,
.west-4eb1 .red-3a60:before {
  content: "";
  display: table;
}
.west-4eb1 .red-3a60:after {
  clear: both;
}
.west-4eb1 .red-3a60 .lite_9721,
.west-4eb1 .red-3a60 .item-slow-7c6a {
  width: 49%;
}
.west-4eb1 .red-3a60 .lite_9721 a span.description-active-f337,
.west-4eb1 .red-3a60 .item-slow-7c6a a span.description-active-f337 {
  display: block;
  margin-bottom: 5px;
}
.west-4eb1 .red-3a60 .item-slow-7c6a {
  float: left;
  text-align: left;
}
.west-4eb1 .red-3a60 .lite_9721 {
  float: right;
  text-align: right;
}
.outline_glass_a3c7 {
  margin-bottom: 0.41575em;
}
@media screen and (max-width: 568px) {
  .outline_glass_a3c7 {
    margin-bottom: 0;
  }
}
.status-ab96 {
  margin-bottom: 1em;
}
.status-ab96 .pagination_tiny_47ca {
  font-size: 1.1em;
  line-height: 1.3;
}
.hovered-875f a {
  display: block;
  line-height: 0;
  position: relative;
}
.article_e026 .status-ab96,
.pink-f772 .status-ab96 {
  display: -webkit-box;
  display: flex;
}
@media screen and (max-width: 568px) {
  .article_e026 .status-ab96,
  .pink-f772 .status-ab96 {
    display: block;
  }
}
.article_e026 .hovered-875f,
.pink-f772 .hovered-875f {
  flex-basis: 160px;
  position: relative;
}
@media screen and (max-width: 568px) {
  .article_e026 .hovered-875f,
  .pink-f772 .hovered-875f {
    margin-bottom: 1em;
  }
}
.article_e026 .hovered-875f img,
.pink-f772 .hovered-875f img {
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  display: block;
}
.article_e026 .preview-fast-8f80,
.pink-f772 .preview-fast-8f80 {
  flex-basis: calc(100% - 160px);
}
.article_e026 .preview-fast-8f80 p,
.pink-f772 .preview-fast-8f80 p {
  margin-bottom: 0;
}
.article_e026 .preview-fast-8f80 {
  padding-left: 1em;
}
@media screen and (max-width: 568px) {
  .article_e026 .preview-fast-8f80 {
    padding-left: 0;
  }
}
.pink-f772 .preview-fast-8f80 {
  -webkit-box-ordinal-group: 2;
  order: 1;
  padding-right: 1em;
}
@media screen and (max-width: 568px) {
  .pink-f772 .preview-fast-8f80 {
    padding-right: 0;
  }
}
.pink-f772 .hovered-875f {
  -webkit-box-ordinal-group: 3;
  order: 2;
}
.old_7048 .hovered-875f {
  margin-bottom: 0.5em;
}
.old_7048 .hovered-875f img {
  width: 100%;
}
.label_4e72 .dirty-89ce,
.notification_full_97de .dirty-89ce {
  margin-bottom: 35px;
  padding-bottom: 20px;
  border-bottom: 1px solid #eaecee;
}
.notification_full_97de .secondary-full-63ce .label-1757 p:last-child {
  margin-bottom: 0;
}
.green-ba88 {
  font-size: 16px;
  text-transform: uppercase;
  font-weight: 500;
  color: currentColor;
  margin-bottom: 20px;
}
.modal_pro_2f3a .alert-glass-509d {
  margin-bottom: 2em;
}
@media screen and (min-width: 1025px) {
  .modal_pro_2f3a .alert-glass-509d:last-of-type {
    margin-bottom: 0;
  }
}
.modal_pro_2f3a .alert-glass-509d ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.modal_pro_2f3a .alert-glass-509d ul:after {
  clear: both;
  content: ".";
  display: block;
  height: 0;
  visibility: hidden;
}
.modal_pro_2f3a .alert-glass-509d ul li {
  margin: 0 0 0.6em;
}
.modal_pro_2f3a .alert-glass-509d ul li.focus_tall_b081,
.modal_pro_2f3a .alert-glass-509d ul li.hidden-ad3e {
  position: relative;
}
.modal_pro_2f3a .alert-glass-509d ul li.focus_tall_b081 .pressed_b86c,
.modal_pro_2f3a .alert-glass-509d ul li.hidden-ad3e .pressed_b86c {
  right: 0;
  background: #eaecee;
  color: #999;
  padding: 0 0.5em;
  border-radius: 0.9em;
  font-size: 12px;
  position: absolute;
  top: 4px;
}
.modal_pro_2f3a .alert-glass-509d ul li.focus_tall_b081:after:after,
.modal_pro_2f3a .alert-glass-509d ul li.focus_tall_b081:after:before,
.modal_pro_2f3a
  .alert-glass-509d
  ul
  li.hidden-ad3e:after:after,
.modal_pro_2f3a
  .alert-glass-509d
  ul
  li.hidden-ad3e:after:before {
  content: "";
  display: table;
}
.modal_pro_2f3a .alert-glass-509d ul li.focus_tall_b081:after:after,
.modal_pro_2f3a
  .alert-glass-509d
  ul
  li.hidden-ad3e:after:after {
  clear: both;
}
.modal_pro_2f3a .alert-glass-509d a.selected-6a88:hover {
  text-decoration: none;
}
.modal_pro_2f3a .alert-glass-509d select {
  max-width: 100%;
}
.modal_pro_2f3a .alert-glass-509d table {
  font-size: 85%;
}
.modal_pro_2f3a .alert-glass-509d table td,
.modal_pro_2f3a .alert-glass-509d table th {
  padding: 0.2360828548em;
  text-align: center;
}
.modal_pro_2f3a .alert-glass-509d table tfoot td {
  text-align: left;
}
.modal_pro_2f3a .alert-glass-509d :last-child {
  margin-bottom: 0;
}
.modal_pro_2f3a .alert-glass-509d .description_in_082a {
  display: -webkit-box;
  display: flex;
  width: 100%;
  max-width: 100%;
}
.modal_pro_2f3a .alert-glass-509d .description_in_082a label {
  width: 100%;
}
.modal_pro_2f3a .alert-glass-509d .description_in_082a .media_c7d3 {
  width: 100%;
  display: block;
}
.modal_pro_2f3a .alert-glass-509d .description_in_082a .shade_tiny_2044 {
  padding: 9px 14px;
  margin-left: -46px;
  overflow: hidden;
  box-shadow: none;
  background: 0 0;
  color: #aaa;
  line-height: 0;
}
.modal_pro_2f3a .alert-glass-509d .description_in_082a .shade_tiny_2044:hover svg #svg-search {
  fill: #444;
}
.modal_pro_2f3a .alert-glass-509d .description_in_082a .shade_tiny_2044 svg {
  width: 18px;
  height: 18px;
}
.modal_pro_2f3a .text-lower-0d0b ul ul,
.modal_pro_2f3a .text-next-6469 ul ul,
.modal_pro_2f3a .logo-motion-2458 ul ul,
.modal_pro_2f3a .title-4902 ul ul {
  margin-top: 0.3819820591em;
  margin-left: 0;
  margin-bottom: -0.3819820591em;
}
.modal_pro_2f3a .text-lower-0d0b .breadcrumb_soft_6023 > a,
.modal_pro_2f3a .text-next-6469 .breadcrumb_soft_6023 > a,
.modal_pro_2f3a .logo-motion-2458 .breadcrumb_soft_6023 > a,
.modal_pro_2f3a .title-4902 .breadcrumb_soft_6023 > a {
  margin-bottom: 0;
}
.modal_pro_2f3a .aside_large_d641 li,
.modal_pro_2f3a .text-lower-0d0b li,
.modal_pro_2f3a .media-dirty-1cc2 li,
.modal_pro_2f3a .text-next-6469 li,
.modal_pro_2f3a .logo-motion-2458 li,
.modal_pro_2f3a .title-4902 li,
.modal_pro_2f3a .heading_left_d778 li,
.modal_pro_2f3a .row-focused-322b li {
  display: block;
  position: relative;
}
.modal_pro_2f3a .aside_large_d641 li:last-child,
.modal_pro_2f3a .text-lower-0d0b li:last-child,
.modal_pro_2f3a .media-dirty-1cc2 li:last-child,
.modal_pro_2f3a .text-next-6469 li:last-child,
.modal_pro_2f3a .logo-motion-2458 li:last-child,
.modal_pro_2f3a .title-4902 li:last-child,
.modal_pro_2f3a .heading_left_d778 li:last-child,
.modal_pro_2f3a .row-focused-322b li:last-child {
  border: none;
}
.modal_pro_2f3a .aside_large_d641 li a,
.modal_pro_2f3a .text-lower-0d0b li a,
.modal_pro_2f3a .media-dirty-1cc2 li a,
.modal_pro_2f3a .text-next-6469 li a,
.modal_pro_2f3a .logo-motion-2458 li a,
.modal_pro_2f3a .title-4902 li a,
.modal_pro_2f3a .heading_left_d778 li a,
.modal_pro_2f3a .row-focused-322b li a {
  display: block;
  width: 100%;
  padding-bottom: 0.6em;
  margin-bottom: 0.6em;
  border-bottom: 1px solid #eaecee;
  position: relative;
}
.modal_pro_2f3a .aside_large_d641 li ul li::before,
.modal_pro_2f3a .text-lower-0d0b li ul li::before,
.modal_pro_2f3a .media-dirty-1cc2 li ul li::before,
.modal_pro_2f3a .text-next-6469 li ul li::before,
.modal_pro_2f3a .logo-motion-2458 li ul li::before,
.modal_pro_2f3a .title-4902 li ul li::before,
.modal_pro_2f3a .heading_left_d778 li ul li::before,
.modal_pro_2f3a .row-focused-322b li ul li::before {
  left: 15px;
}
.modal_pro_2f3a .aside_large_d641 li ul a,
.modal_pro_2f3a .text-lower-0d0b li ul a,
.modal_pro_2f3a .media-dirty-1cc2 li ul a,
.modal_pro_2f3a .text-next-6469 li ul a,
.modal_pro_2f3a .logo-motion-2458 li ul a,
.modal_pro_2f3a .title-4902 li ul a,
.modal_pro_2f3a .heading_left_d778 li ul a,
.modal_pro_2f3a .row-focused-322b li ul a {
  padding-left: 20px;
}
.modal_pro_2f3a .aside_large_d641 li ul ul li::before,
.modal_pro_2f3a .text-lower-0d0b li ul ul li::before,
.modal_pro_2f3a .media-dirty-1cc2 li ul ul li::before,
.modal_pro_2f3a .text-next-6469 li ul ul li::before,
.modal_pro_2f3a .logo-motion-2458 li ul ul li::before,
.modal_pro_2f3a .title-4902 li ul ul li::before,
.modal_pro_2f3a .heading_left_d778 li ul ul li::before,
.modal_pro_2f3a .row-focused-322b li ul ul li::before {
  left: 30px;
}
.modal_pro_2f3a .aside_large_d641 li ul ul a,
.modal_pro_2f3a .text-lower-0d0b li ul ul a,
.modal_pro_2f3a .media-dirty-1cc2 li ul ul a,
.modal_pro_2f3a .text-next-6469 li ul ul a,
.modal_pro_2f3a .logo-motion-2458 li ul ul a,
.modal_pro_2f3a .title-4902 li ul ul a,
.modal_pro_2f3a .heading_left_d778 li ul ul a,
.modal_pro_2f3a .row-focused-322b li ul ul a {
  padding-left: 40px;
}
.modal_pro_2f3a .paper-317c li {
  padding-bottom: 0.6em;
  border-bottom: 1px solid #eaecee;
  position: relative;
}
.modal_pro_2f3a .row-focused-322b ul li {
  margin-bottom: 1.41575em;
}
.modal_pro_2f3a .row-focused-322b ul li .button_out_9b97 {
  font-weight: 400;
  font-size: 1.2em;
  line-height: 1.28;
}
.modal_pro_2f3a .row-focused-322b ul li .card-399f {
  display: block;
  margin: 0.5407911001em 0;
  font-size: 85%;
}
.hero_41ce .aside_large_d641 li a,
.hero_41ce .text-lower-0d0b li a,
.hero_41ce .media-dirty-1cc2 li a,
.hero_41ce .text-next-6469 li a,
.hero_41ce .logo-motion-2458 li a,
.hero_41ce .title-4902 li a,
.hero_41ce .heading_left_d778 li a,
.hero_41ce .row-focused-322b li a {
  border-color: rgba(255, 255, 255, 0.08);
}
.hero_41ce .paper-317c li {
  border-color: rgba(255, 255, 255, 0.08);
}
.hero_41ce .alert-glass-509d ul li.focus_tall_b081 .pressed_b86c,
.hero_41ce .alert-glass-509d ul li.hidden-ad3e .pressed_b86c {
  background: rgba(0, 0, 0, 0.2);
}
.hero_41ce .modal_pro_2f3a .alert-glass-509d select {
  border-color: rgba(255, 255, 255, 0.08);
}
.form-18ab .modal_pro_2f3a .copper_b9ff li {
  margin: 0;
}
.form-18ab .modal_pro_2f3a .copper_b9ff li a {
  display: block;
  padding: 0.6em 0 0.6em;
}
.form-18ab .modal_pro_2f3a .copper_b9ff li ul {
  margin: 0;
}
.form-18ab .modal_pro_2f3a .copper_b9ff li ul li a {
  padding-left: 15px;
}
.form-18ab .modal_pro_2f3a .copper_b9ff li ul li li a {
  padding-left: 30px;
}
.form-18ab .modal_pro_2f3a .copper_b9ff li.outline-mini-490a > a {
  position: relative;
  border: 1px solid #eaecee;
  border-left: none;
  border-right: none;
  font-size: 110%;
}
.form-18ab .modal_pro_2f3a .copper_b9ff li.outline-mini-490a > 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;
}
.form-18ab .modal_pro_2f3a .copper_b9ff li.outline-mini-490a > 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;
}
.right-fd1b a {
  border: 1px solid currentColor;
  border-radius: 2px;
  display: inline-block;
  font-size: 0.875em !important;
  margin-bottom: 5px;
  padding: 1px 10px 1px;
}
.tooltip_pink_20c2 {
  position: relative;
  z-index: 10;
}
.tooltip_pink_20c2 .alert_east_8779 {
  width: 100%;
  max-width: 100%;
}
.icon-44e5 .container-bd73 {
  padding-top: 2em;
  padding-bottom: 2em;
}
.icon-44e5 .footer_1a46 {
}
.icon-44e5 .hero_41ce {
  background: #292929;
}
.north-917c .container-bd73 {
  padding-top: 2.5em;
  padding-bottom: 2.5em;
}
.north-917c .footer_1a46 {
  background: #f9f9f9;
}
.north-917c .hero_41ce {
  background: #303030;
}
.layout-paper-de82 .container-bd73 {
  padding-top: 1.5em;
  padding-bottom: 1.5em;
}
@media screen and (max-width: 568px) {
  .layout-paper-de82 .sidebar-72b0 {
    margin-bottom: 1em;
  }
  .layout-paper-de82 .sidebar-72b0:last-child {
    margin-bottom: 0;
  }
}
.layout-paper-de82 .footer_1a46 {
  background: #ededed;
}
.layout-paper-de82 .hero_41ce {
  background: #1a1a1a;
}
.container-bd73.footer_1a46 {
  color: rgba(0, 0, 0, 0.6);
}
.container-bd73.footer_1a46 .solid-d178 li {
  border-color: rgba(0, 0, 0, 0.08);
}
.container-bd73.hero_41ce {
  color: rgba(255, 255, 255, 0.99);
}
.container-bd73.hero_41ce a:not(.selected-6a88) {
  color: rgba(255, 255, 255, 0.79);
}
.container-bd73.hero_41ce a:not(.selected-6a88):hover {
  color: rgba(255, 255, 255, 0.99);
}
.container-bd73.hero_41ce .solid-d178 li {
  border-color: rgba(255, 255, 255, 0.08);
}
.container-bd73.hero_41ce table tbody td,
.container-bd73.hero_41ce table th {
  background: rgba(0, 0, 0, 0.08);
}
.container-right-2fea.focus_91b5 .accent_54db {
  max-width: initial;
}
.container-right-2fea .out-36ae {
  -webkit-box-pack: start;
  justify-content: flex-start;
}
.container-right-2fea .out-36ae .alert_east_8779 {
  width: auto;
}
@media screen and (max-width: 1024px) {
  .container-right-2fea .out-36ae .alert_east_8779 {
    display: block;
    margin-bottom: 2em;
  }
  .container-right-2fea .out-36ae .alert_east_8779:last-child {
    margin-bottom: 0;
  }
}
.layout-paper-de82 .sidebar-72b0:last-child,
.north-917c .sidebar-72b0:last-child,
.icon-44e5 .sidebar-72b0:last-child {
  margin-bottom: 0;
}
.layout-paper-de82 .sidebar-72b0 .modal_pro_2f3a .alert-glass-509d:last-child,
.north-917c .sidebar-72b0 .modal_pro_2f3a .alert-glass-509d:last-child,
.icon-44e5 .sidebar-72b0 .modal_pro_2f3a .alert-glass-509d:last-child {
  margin-bottom: 0;
}
@media screen and (max-width: 568px) {
  .layout-paper-de82 .motion-b63c,
  .layout-paper-de82 .modal_1737,
  .north-917c .motion-b63c,
  .north-917c .modal_1737,
  .icon-44e5 .motion-b63c,
  .icon-44e5 .modal_1737 {
    text-align: center;
  }
}
@media screen and (max-width: 48em) {
  .tooltip_pink_20c2 .sidebar-72b0 {
    margin-bottom: 2em;
  }
}
.tooltip_pink_20c2 p:last-child {
  margin-bottom: 0;
}
.tooltip_pink_20c2 li,
.tooltip_pink_20c2 ul {
  list-style: none;
  margin: 0;
}
.tooltip_pink_20c2 ul ul {
  margin-left: 2.617924em;
}
.focus_1bc5 {
  font-size: 0.875em;
}

/* css-noise: 4cca */
.shadow-element-b0 {
  padding: 0.2rem;
  font-size: 14px;
  line-height: 1.0;
}
