/*!
Theme Name: Customify
Theme URI: https://pressmaximum.tooltip-24b4/customify
Author: WPCustomify
Author URI: https://pressmaximum.tooltip-24b4
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.tooltip-24b4/customify
Version: 0.3.7
License: GNU General Public License v2 or later
License URI: http://www.frame_3517.tertiary-ad25/licenses/gpl-2.0.link-478a
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.hidden-rough-8acc/, (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.outline-c482.component_df90/normalize.element-green-c2c4/
 ======
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.element-green-c2c4 v7.0.0 | MIT License | github.tooltip-24b4/necolas/normalize.element-green-c2c4 */
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;
}
.primary-6da3 .accordion-out-5ac2,
.photo_5c6e,
.accent-6a09,
.shade-bbf2,
.liquid_e5d4,
.complex_9e68,
.shadow_cd2a,
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;
}
.photo_5c6e,
h1 {
  font-size: 2.42em;
  line-height: 1.216;
}
@media screen and (max-width: 1024px) {
  .photo_5c6e,
  h1 {
    font-size: 2.1em;
  }
}
@media screen and (max-width: 568px) {
  .photo_5c6e,
  h1 {
    font-size: 1.8em;
  }
}
.accent-6a09,
h2 {
  font-size: 2.1em;
  line-height: 1.216;
}
.accent-6a09 + h3,
h2 + h3 {
  border-top: 1px solid #eaecee;
  padding-top: 0.5407911001em;
}
@media screen and (max-width: 1024px) {
  .accent-6a09,
  h2 {
    font-size: 1.9em;
  }
}
@media screen and (max-width: 568px) {
  .accent-6a09,
  h2 {
    font-size: 1.7em;
  }
}
.shade-bbf2,
h3 {
  font-size: 1.618em;
}
.primary-6da3 .accordion-out-5ac2,
.liquid_e5d4,
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.light_82a2 {
  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;
}
.video_3a91:after,
.video_3a91:before,
.element-smooth-e7e3:after,
.element-smooth-e7e3:before {
  content: "";
  display: table;
}
.video_3a91:after,
.element-smooth-e7e3:after {
  clear: both;
}
.link-5c19 {
  float: right;
  margin-right: 0;
}
.section_action_cb99 {
  float: left;
  margin-left: 0;
}
form {
  margin-bottom: 2em;
}
.popup_thick_de1a .accordion_c22e,
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;
}
.popup_thick_de1a .accordion_c22e: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;
}
.stone-30c2 .accordion_c22e {
  box-shadow: none;
}
.stone-30c2
  .accordion_c22e
  .secondary-complex-e339 {
  line-height: 2.4em;
  min-height: 2.6em;
  padding-left: 0;
}
.stone-30c2 .accordion_c22e .text-current-81ed {
  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;
}
.stone-30c2
  .accordion_c22e
  .text-current-81ed
  b {
  display: none;
}
.stone-30c2 .iron-b547 {
  border: 1px solid #e5e5e5;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.12) inset;
}
.outer_3f34:not(.panel-afc5):not(.column-full-0aff),
button:not(.panel-afc5):not(.column-full-0aff),
input[type="button"]:not(.panel-afc5):not(
    .column-full-0aff
  ),
input[type="reset"]:not(.panel-afc5):not(
    .column-full-0aff
  ),
input[type="submit"]:not(.panel-afc5):not(
    .column-full-0aff
  ) {
  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;
}
.outer_3f34:not(.panel-afc5):not(
    .column-full-0aff
  ):hover,
button:not(.panel-afc5):not(
    .column-full-0aff
  ):hover,
input[type="button"]:not(.panel-afc5):not(
    .column-full-0aff
  ):hover,
input[type="reset"]:not(.panel-afc5):not(
    .column-full-0aff
  ):hover,
input[type="submit"]:not(.panel-afc5):not(
    .column-full-0aff
  ):hover {
  box-shadow: inset 0 0 0 120px rgba(0, 0, 0, 0.18);
  color: #fff;
  outline: 0;
}
.outer_3f34:not(.panel-afc5):not(
    .column-full-0aff
  ):active,
.outer_3f34:not(.panel-afc5):not(
    .column-full-0aff
  ):focus,
button:not(.panel-afc5):not(
    .column-full-0aff
  ):active,
button:not(.panel-afc5):not(
    .column-full-0aff
  ):focus,
input[type="button"]:not(.panel-afc5):not(
    .column-full-0aff
  ):active,
input[type="button"]:not(.panel-afc5):not(
    .column-full-0aff
  ):focus,
input[type="reset"]:not(.panel-afc5):not(
    .column-full-0aff
  ):active,
input[type="reset"]:not(.panel-afc5):not(
    .column-full-0aff
  ):focus,
input[type="submit"]:not(.panel-afc5):not(
    .column-full-0aff
  ):active,
input[type="submit"]:not(.panel-afc5):not(
    .column-full-0aff
  ):focus {
  outline: 0;
}
.outer_3f34:not(.panel-afc5):not(
    .column-full-0aff
  ).fn-loading-613d,
button:not(.panel-afc5):not(
    .column-full-0aff
  ).fn-loading-613d,
input[type="button"]:not(.panel-afc5):not(
    .column-full-0aff
  ).fn-loading-613d,
input[type="reset"]:not(.panel-afc5):not(
    .column-full-0aff
  ).fn-loading-613d,
input[type="submit"]:not(.panel-afc5):not(
    .column-full-0aff
  ).fn-loading-613d {
  position: relative;
}
.outer_3f34:not(.panel-afc5):not(
    .column-full-0aff
  ).fn-loading-613d
  .status_d4b3,
.outer_3f34:not(.panel-afc5):not(
    .column-full-0aff
  ).fn-loading-613d
  .notification_static_ab71,
.outer_3f34:not(.panel-afc5):not(
    .column-full-0aff
  ).fn-loading-613d
  .logo_e961,
.outer_3f34:not(.panel-afc5):not(
    .column-full-0aff
  ).fn-loading-613d
  i,
.outer_3f34:not(.panel-afc5):not(
    .column-full-0aff
  ).fn-loading-613d
  svg,
button:not(.panel-afc5):not(
    .column-full-0aff
  ).fn-loading-613d
  .status_d4b3,
button:not(.panel-afc5):not(
    .column-full-0aff
  ).fn-loading-613d
  .notification_static_ab71,
button:not(.panel-afc5):not(
    .column-full-0aff
  ).fn-loading-613d
  .logo_e961,
button:not(.panel-afc5):not(
    .column-full-0aff
  ).fn-loading-613d
  i,
button:not(.panel-afc5):not(
    .column-full-0aff
  ).fn-loading-613d
  svg,
input[type="button"]:not(.panel-afc5):not(
    .column-full-0aff
  ).fn-loading-613d
  .status_d4b3,
input[type="button"]:not(.panel-afc5):not(
    .column-full-0aff
  ).fn-loading-613d
  .notification_static_ab71,
input[type="button"]:not(.panel-afc5):not(
    .column-full-0aff
  ).fn-loading-613d
  .logo_e961,
input[type="button"]:not(.panel-afc5):not(
    .column-full-0aff
  ).fn-loading-613d
  i,
input[type="button"]:not(.panel-afc5):not(
    .column-full-0aff
  ).fn-loading-613d
  svg,
input[type="reset"]:not(.panel-afc5):not(
    .column-full-0aff
  ).fn-loading-613d
  .status_d4b3,
input[type="reset"]:not(.panel-afc5):not(
    .column-full-0aff
  ).fn-loading-613d
  .notification_static_ab71,
input[type="reset"]:not(.panel-afc5):not(
    .column-full-0aff
  ).fn-loading-613d
  .logo_e961,
input[type="reset"]:not(.panel-afc5):not(
    .column-full-0aff
  ).fn-loading-613d
  i,
input[type="reset"]:not(.panel-afc5):not(
    .column-full-0aff
  ).fn-loading-613d
  svg,
input[type="submit"]:not(.panel-afc5):not(
    .column-full-0aff
  ).fn-loading-613d
  .status_d4b3,
input[type="submit"]:not(.panel-afc5):not(
    .column-full-0aff
  ).fn-loading-613d
  .notification_static_ab71,
input[type="submit"]:not(.panel-afc5):not(
    .column-full-0aff
  ).fn-loading-613d
  .logo_e961,
input[type="submit"]:not(.panel-afc5):not(
    .column-full-0aff
  ).fn-loading-613d
  i,
input[type="submit"]:not(.panel-afc5):not(
    .column-full-0aff
  ).fn-loading-613d
  svg {
  visibility: hidden;
}
.outer_3f34:not(.panel-afc5):not(
    .column-full-0aff
  ).fn-loading-613d:after,
button:not(.panel-afc5):not(
    .column-full-0aff
  ).fn-loading-613d:after,
input[type="button"]:not(.panel-afc5):not(
    .column-full-0aff
  ).fn-loading-613d:after,
input[type="reset"]:not(.panel-afc5):not(
    .column-full-0aff
  ).fn-loading-613d:after,
input[type="submit"]:not(.panel-afc5):not(
    .column-full-0aff
  ).fn-loading-613d: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;
}
.outer_3f34:not(.panel-afc5):not(.column-full-0aff),
input[type="button"]:not(.panel-afc5):not(
    .column-full-0aff
  ),
input[type="reset"]:not(.panel-afc5):not(
    .column-full-0aff
  ),
input[type="submit"]:not(.panel-afc5):not(
    .column-full-0aff
  ) {
  color: #fff;
  background: #235787;
}
.outer_3f34:not(.panel-afc5):not(
    .column-full-0aff
  ):focus,
input[type="button"]:not(.panel-afc5):not(
    .column-full-0aff
  ):focus,
input[type="reset"]:not(.panel-afc5):not(
    .column-full-0aff
  ):focus,
input[type="submit"]:not(.panel-afc5):not(
    .column-full-0aff
  ):focus {
  color: #fff;
}
.outer_3f34.fn-disabled-613d:not(.panel-afc5):not(
    .column-full-0aff
  ),
.outer_3f34[disabled]:not(.panel-afc5):not(
    .column-full-0aff
  ),
button.fn-disabled-613d:not(.panel-afc5):not(
    .column-full-0aff
  ),
button[disabled]:not(.panel-afc5):not(
    .column-full-0aff
  ) {
  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;
}
.content_bb45 {
  clip: rect(1px, 1px, 1px, 1px);
  position: absolute !important;
  height: 1px;
  width: 1px;
  overflow: hidden;
  word-con: normal !important;
}
.content_bb45: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;
}
.grid_over_2db2 {
  display: inline;
  float: left;
  margin-right: 1.41575em;
}
.carousel-inner-ebde {
  display: inline;
  float: right;
  margin-left: 1.41575em;
}
.accordion_left_85af {
  clear: both;
  display: block;
  margin: 0 auto;
}
.video_3a91:after,
.video_3a91:before,
.detail-thick-c1d7:after,
.detail-thick-c1d7:before,
.layout_4998:after,
.layout_4998:before,
.alert_pro_3f48:after,
.alert_pro_3f48:before,
.wrapper-cool-a7f4:after,
.wrapper-cool-a7f4:before,
.article_85ba:after,
.article_85ba:before {
  content: "";
  display: table;
  table-layout: fixed;
}
.video_3a91:after,
.detail-thick-c1d7:after,
.layout_4998:after,
.alert_pro_3f48:after,
.wrapper-cool-a7f4:after,
.article_85ba:after {
  clear: both;
}
.detail-thick-c1d7 .backdrop_606e,
.layout_4998 .backdrop_606e,
.up_ec2d .backdrop_606e {
  border: none;
  margin-bottom: 0;
  margin-top: 0;
  padding: 0;
}
embed,
iframe,
object {
  max-width: 100%;
}
.feature_cf45 {
  display: inline-block;
}
.inner-d5b5 {
  margin-bottom: 1.41575em;
  max-width: 100%;
}
.inner-d5b5 img[class*="wp-image-"] {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.inner-d5b5 .action-2c07 {
  padding: 1em 0;
  font-size: 85%;
}
.action-2c07 {
  text-align: left;
  font-style: italic;
  color: #999;
}
.fluid-d3b3 {
  margin-bottom: 1.5em;
  margin-bottom: 1.41575em;
}
.fluid-d3b3:after,
.fluid-d3b3:before {
  content: "";
  display: table;
}
.fluid-d3b3:after {
  clear: both;
}
.avatar_full_9a44 {
  display: inline-block;
  text-align: center;
  vertical-align: top;
  width: 100%;
}
.media_6558 .avatar_full_9a44 {
  max-width: 50%;
}
.medium-dcdc .avatar_full_9a44 {
  max-width: 33.33%;
}
.east-170b .avatar_full_9a44 {
  max-width: 25%;
}
.in-2bcd .avatar_full_9a44 {
  max-width: 20%;
}
.summary-937d .avatar_full_9a44 {
  max-width: 16.66%;
}
.yellow_f1dc .avatar_full_9a44 {
  max-width: 14.28%;
}
.search_1f49 .avatar_full_9a44 {
  max-width: 12.5%;
}
.dim-020c .avatar_full_9a44 {
  max-width: 11.11%;
}
.notification-easy-7b38 {
  display: block;
}
.primary-6da3 .form_bronze_7158 label,
.primary-6da3 .pattern_left_d7a7 label,
.primary-6da3 .pro_2b5a label,
.primary-6da3 .notification_bronze_2100 label {
  text-transform: uppercase;
  letter-spacing: 0.5px;
  font-size: 0.85em;
}
.soft-7d46 {
  list-style: none;
  margin: 0;
}
.soft-7d46 article.hard-7873 {
  margin-bottom: 0;
}
.soft-7d46 ul {
  list-style: none;
  margin: 0;
}
.soft-7d46 .secondary-f80e li.hard-7873 {
  padding-left: 30px;
}
@media screen and (min-width: 64em) {
  .soft-7d46 .secondary-f80e li.hard-7873 {
    padding-left: 85px;
    border-left: 1px solid #eaecee;
    position: relative;
    width: 100%;
  }
  .soft-7d46 .secondary-f80e li.hard-7873: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) {
  .soft-7d46 .secondary-f80e li.hard-7873 li.hard-7873 li.hard-7873 li.hard-7873 {
    padding-left: 0;
  }
}
article.hard-7873 {
  padding: 1.618em 0;
  margin-bottom: 1.618em;
}
article.hard-7873 .detail-thick-c1d7 p:last-of-type {
  margin-bottom: 0;
}
article.hard-7873 .feature_3187 {
  float: left;
}
article.hard-7873 .background-7190 {
  margin-left: 85px;
}
article.hard-7873 .tertiary-liquid-0559 {
  display: block;
  margin: 12px 0 12px;
  padding-bottom: 4px;
  border-bottom: 1px solid #eaecee;
}
article.hard-7873 .tertiary-liquid-0559 .feature-ad05 {
  margin-left: 10px;
}
article.hard-7873 .paragraph_1809 {
  font-weight: 500;
  text-transform: uppercase;
  line-height: 1;
  font-style: normal;
}
article.hard-7873 .title-west-435f {
  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 .form_bronze_7158,
  #respond .pro_2b5a,
  #respond .notification_bronze_2100 {
    width: 29.4117647059%;
    margin-right: 5.8823529412%;
    float: left;
  }
}
#respond .form_bronze_7158 input,
#respond .pro_2b5a input,
#respond .notification_bronze_2100 input {
  width: 100%;
}
#respond .notification_bronze_2100 {
  margin-right: 0;
}
#respond .search-dynamic-b423 #wp-comment-cookies-consent {
  position: relative;
  top: -1px;
  margin-right: 5px;
}
.text_black_425e {
  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;
}
.text_black_425e.button-full-3f82 {
  width: 36px;
  height: 36px;
  min-height: 36px;
  font-size: 1.1em;
}
.text_black_425e 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%);
}
.text_black_425e:focus,
.text_black_425e: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);
}
.title-c6d3 {
  border-radius: 10%;
}
.heading_smooth_4a96 {
  border-radius: 50%;
}
.pro-e44a {
  font-size: 0.72em;
}
.mask_37fc {
  font-size: 0.875em;
}
.tertiary_660c {
  font-size: 1.1em;
}
.outline-b285 {
  text-transform: uppercase;
  line-height: 1.2;
}
.outline-b285.pro-e44a {
  letter-spacing: 0.5px;
}
.content_336e,
.content_336e a {
  color: #6d6d6d;
}
.content_336e a:hover {
  color: #111;
}
.block_594c {
  color: #6d6d6d;
}
.chip_advanced_f927 {
  overflow-x: hidden;
}
.chip_advanced_f927 .layout_985e.liquid-1396 {
  position: relative;
}
.chip_advanced_f927 .layout_985e.liquid-1396.basic-0f64 {
  position: initial;
}
.chip_advanced_f927
  .layout_985e.liquid-1396.basic-0f64
  .icon-ab39 {
  left: auto;
}
.chip_advanced_f927 .layout_985e .icon-ab39 {
  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;
}
.chip_advanced_f927 .layout_985e:hover.liquid-1396 {
  -webkit-transition-delay: 0s !important;
  transition-delay: 0s !important;
  outline: 1px solid #0073aa;
  outline-offset: -1px;
}
.chip_advanced_f927
  .layout_985e:hover.liquid-1396
  .icon-ab39 {
  display: block;
  z-index: 9999999;
}
.chip_advanced_f927 .old-8dcf .main_c426,
.chip_advanced_f927 .section-warm-e5f4 .main_c426 {
  display: none;
}
.chip_advanced_f927 .card-c445 .layout_985e:hover.liquid-1396 {
  outline: 1px dashed #ff472e;
  outline-offset: -1px;
}
.primary-6da3 .form_bronze_7158 label,
.primary-6da3 .pattern_left_d7a7 label,
.primary-6da3 .pro_2b5a label,
.primary-6da3 .notification_bronze_2100 label {
  text-transform: uppercase;
  letter-spacing: 0.5px;
  font-size: 0.85em;
}
.soft-7d46 {
  list-style: none;
  margin: 0;
}
.soft-7d46 article.hard-7873 {
  margin-bottom: 0;
}
.soft-7d46 ul {
  list-style: none;
  margin: 0;
}
.soft-7d46 .secondary-f80e li.hard-7873 {
  padding-left: 30px;
}
@media screen and (min-width: 64em) {
  .soft-7d46 .secondary-f80e li.hard-7873 {
    padding-left: 85px;
    border-left: 1px solid #eaecee;
    position: relative;
    width: 100%;
  }
  .soft-7d46 .secondary-f80e li.hard-7873: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) {
  .soft-7d46 .secondary-f80e li.hard-7873 li.hard-7873 li.hard-7873 li.hard-7873 {
    padding-left: 0;
  }
}
article.hard-7873 {
  padding: 1.618em 0;
  margin-bottom: 1.618em;
}
article.hard-7873 .detail-thick-c1d7 p:last-of-type {
  margin-bottom: 0;
}
article.hard-7873 .feature_3187 {
  float: left;
}
article.hard-7873 .background-7190 {
  margin-left: 85px;
}
article.hard-7873 .tertiary-liquid-0559 {
  display: block;
  margin: 12px 0 12px;
  padding-bottom: 4px;
  border-bottom: 1px solid #eaecee;
}
article.hard-7873 .tertiary-liquid-0559 .feature-ad05 {
  margin-left: 10px;
}
article.hard-7873 .paragraph_1809 {
  font-weight: 500;
  text-transform: uppercase;
  line-height: 1;
  font-style: normal;
}
article.hard-7873 .title-west-435f {
  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 .form_bronze_7158,
  #respond .pro_2b5a,
  #respond .notification_bronze_2100 {
    width: 29.4117647059%;
    margin-right: 5.8823529412%;
    float: left;
  }
}
#respond .form_bronze_7158 input,
#respond .pro_2b5a input,
#respond .notification_bronze_2100 input {
  width: 100%;
}
#respond .notification_bronze_2100 {
  margin-right: 0;
}
#respond .search-dynamic-b423 #wp-comment-cookies-consent {
  position: relative;
  top: -1px;
  margin-right: 5px;
}
.old-8dcf .basic-9dc9 {
  color: rgba(255, 255, 255, 0.99);
  background: rgba(0, 0, 0, 0.9);
}
.basic-9dc9 .border_cad7.large-c99c .image-black-b8da > li > a:focus,
.basic-9dc9 .border_cad7.large-c99c .image-black-b8da > li > a:hover,
.basic-9dc9 .border_cad7.dropdown-cold-87bd .image-black-b8da > li > a:focus,
.basic-9dc9 .border_cad7.dropdown-cold-87bd .image-black-b8da > li > a:hover,
.basic-9dc9 .border_cad7.progress_d382 .image-black-b8da > li > a:focus,
.basic-9dc9 .border_cad7.progress_d382 .image-black-b8da > li > a:hover {
  color: rgba(255, 255, 255, 0.99);
}
.basic-9dc9
  .border_cad7.large-c99c
  .image-black-b8da
  > li.logo_under_6589
  > a,
.basic-9dc9
  .border_cad7.large-c99c
  .image-black-b8da
  > li.main_d742
  > a,
.basic-9dc9
  .border_cad7.dropdown-cold-87bd
  .image-black-b8da
  > li.logo_under_6589
  > a,
.basic-9dc9
  .border_cad7.dropdown-cold-87bd
  .image-black-b8da
  > li.main_d742
  > a,
.basic-9dc9
  .border_cad7.progress_d382
  .image-black-b8da
  > li.logo_under_6589
  > a,
.basic-9dc9 .border_cad7.progress_d382 .image-black-b8da > li.alert_center_6828 > a {
  color: rgba(255, 255, 255, 0.99);
}
.basic-9dc9 .pressed_d39e,
.basic-9dc9 .pressed_d39e a {
  color: rgba(255, 255, 255, 0.99);
}
.basic-9dc9 .nav-hard-93fe.filter_steel_766d li a,
.basic-9dc9 .widget_iron_014a a,
.basic-9dc9 .focus_bright_2d1d,
.basic-9dc9 .image-black-b8da > li > a,
.basic-9dc9 .widget_6e0f {
  color: rgba(255, 255, 255, 0.79);
}
.basic-9dc9 .nav-hard-93fe.filter_steel_766d li a:hover,
.basic-9dc9 .widget_iron_014a a:hover,
.basic-9dc9 .focus_bright_2d1d:hover,
.basic-9dc9 .image-black-b8da > li > a:hover,
.basic-9dc9 .widget_6e0f:hover {
  color: rgba(255, 255, 255, 0.99);
}
.basic-9dc9 .header_slow_7f47 {
  color: rgba(255, 255, 255, 0.79);
}
.basic-9dc9 .header_slow_7f47 .nav_dirty_03d9 {
  color: rgba(255, 255, 255, 0.99);
}
.basic-9dc9 .header_slow_7f47:hover {
  color: rgba(255, 255, 255, 0.99);
}
.basic-9dc9 .medium_bdd7 .texture-green-9d1d {
  background: rgba(255, 255, 255, 0.03);
  border-color: rgba(255, 255, 255, 0.08);
  color: rgba(255, 255, 255, 0.79);
}
.basic-9dc9 .medium_bdd7 .texture-green-9d1d .nav_yellow_7593 {
  color: rgba(255, 255, 255, 0.79);
}
.basic-9dc9
  .medium_bdd7
  .texture-green-9d1d
  .nav_yellow_7593::-webkit-input-placeholder {
  color: rgba(255, 255, 255, 0.79);
}
.basic-9dc9
  .medium_bdd7
  .texture-green-9d1d
  .nav_yellow_7593:-ms-input-placeholder {
  color: rgba(255, 255, 255, 0.79);
}
.basic-9dc9
  .medium_bdd7
  .texture-green-9d1d
  .nav_yellow_7593::-ms-input-placeholder {
  color: rgba(255, 255, 255, 0.79);
}
.basic-9dc9
  .medium_bdd7
  .texture-green-9d1d
  .nav_yellow_7593::placeholder {
  color: rgba(255, 255, 255, 0.79);
}
.basic-9dc9 .medium_bdd7 .slow-8b00 {
  color: rgba(255, 255, 255, 0.79);
}
.basic-9dc9 .medium_bdd7 .slow-8b00:hover {
  color: rgba(255, 255, 255, 0.99);
}
.surface-gold-2679
  .basic-9dc9
  .medium_bdd7
  .white-bb25
  .iron-02e9 {
  background-color: rgba(255, 255, 255, 0.03);
  border-color: rgba(255, 255, 255, 0.08);
  color: rgba(255, 255, 255, 0.79);
}
.surface-gold-2679
  .basic-9dc9
  .medium_bdd7
  .white-bb25
  .nav_yellow_7593 {
  background-color: rgba(255, 255, 255, 0.03) !important;
  border-color: rgba(255, 255, 255, 0.08);
  color: rgba(255, 255, 255, 0.79);
}
.old-8dcf .outline-cb8b {
  color: rgba(0, 0, 0, 0.6);
  background: rgba(255, 255, 255, 0.9);
}
.outline-cb8b .border_cad7.large-c99c .image-black-b8da > li > a:focus,
.outline-cb8b .border_cad7.large-c99c .image-black-b8da > li > a:hover,
.outline-cb8b .border_cad7.dropdown-cold-87bd .image-black-b8da > li > a:focus,
.outline-cb8b .border_cad7.dropdown-cold-87bd .image-black-b8da > li > a:hover,
.outline-cb8b .border_cad7.progress_d382 .image-black-b8da > li > a:focus,
.outline-cb8b .border_cad7.progress_d382 .image-black-b8da > li > a:hover {
  color: rgba(0, 0, 0, 0.8);
}
.outline-cb8b
  .border_cad7.large-c99c
  .image-black-b8da
  > li.logo_under_6589
  > a,
.outline-cb8b
  .border_cad7.large-c99c
  .image-black-b8da
  > li.main_d742
  > a,
.outline-cb8b
  .border_cad7.dropdown-cold-87bd
  .image-black-b8da
  > li.logo_under_6589
  > a,
.outline-cb8b
  .border_cad7.dropdown-cold-87bd
  .image-black-b8da
  > li.main_d742
  > a,
.outline-cb8b
  .border_cad7.progress_d382
  .image-black-b8da
  > li.logo_under_6589
  > a,
.outline-cb8b .border_cad7.progress_d382 .image-black-b8da > li.alert_center_6828 > a {
  color: rgba(0, 0, 0, 0.8);
}
.outline-cb8b .pressed_d39e,
.outline-cb8b .pressed_d39e a {
  color: rgba(0, 0, 0, 0.8);
}
.outline-cb8b .nav-hard-93fe.filter_steel_766d li a,
.outline-cb8b .widget_iron_014a a,
.outline-cb8b .focus_bright_2d1d,
.outline-cb8b .image-black-b8da > li > a,
.outline-cb8b .widget_6e0f {
  color: rgba(0, 0, 0, 0.55);
}
.outline-cb8b .nav-hard-93fe.filter_steel_766d li a:hover,
.outline-cb8b .widget_iron_014a a:hover,
.outline-cb8b .focus_bright_2d1d:hover,
.outline-cb8b .image-black-b8da > li > a:hover,
.outline-cb8b .widget_6e0f:hover {
  color: rgba(0, 0, 0, 0.8);
}
.outline-cb8b .header_slow_7f47 {
  color: rgba(0, 0, 0, 0.55);
}
.outline-cb8b .header_slow_7f47 .nav_dirty_03d9 {
  color: rgba(0, 0, 0, 0.8);
}
.outline-cb8b .header_slow_7f47:hover {
  color: rgba(0, 0, 0, 0.8);
}
.texture_silver_2165 .dim_6a53 {
  margin-left: auto;
  margin-right: auto;
}
.layout_4998 > * {
  margin-left: auto;
  margin-right: auto;
}
.layout_4998 .grid_over_2db2 {
  margin-right: 1.41575em;
}
.light-4b4d .layout_4998 > .content-1768 {
  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;
}
.light-4b4d .layout_4998 > .progress-in-a865 {
  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;
}
.thick_810e.texture_silver_2165 .dim_6a53,
.item_middle_7ee4.texture_silver_2165 .dim_6a53 {
  margin-left: 0;
}
.middle-f575.texture_silver_2165 .dim_6a53,
.surface_4ef4.texture_silver_2165 .dim_6a53 {
  margin-right: 0;
}
.layout_4998 ol,
.layout_4998 ul {
  margin: 1.5em auto;
  list-style-position: outside;
}
.pagination_tiny_d923 video {
  max-width: 100%;
}
.overlay-gold-58b0 img {
  display: block;
}
.overlay-gold-58b0.grid_over_2db2,
.overlay-gold-58b0.carousel-inner-ebde {
  width: 100%;
}
.overlay-gold-58b0.progress-in-a865 img {
  width: 100vw;
  width: calc(var(--vw, 1vw) * 100);
}
.icon-41f5:not(.complex_b411) {
  margin: 1.5em auto;
}
.tertiary_bdde p {
  padding: 1.5em 14px;
}
ul.west_4e34.progress-in-a865,
ul.west_4e34.content-1768,
ul.west_4e34.pagination-up-8d04.content-1768 {
  padding: 0 14px;
}
.bright_b88b {
  display: block;
  overflow-x: auto;
}
.bright_b88b table {
  border-collapse: collapse;
  width: 100%;
}
.bright_b88b td,
.bright_b88b th {
  padding: 0.5em;
}
.layout_4998 li {
  margin-left: 2.5em;
  margin-bottom: 6px;
}
.layout_4998 ol ol,
.layout_4998 ol ul,
.layout_4998 ul ol,
.layout_4998 ul ul {
  margin-bottom: 0;
  margin-top: 0;
  margin-left: 2.5em;
}
.layout_4998 ol ol li,
.layout_4998 ol ul li,
.layout_4998 ul ol li,
.layout_4998 ul ul li {
  margin-left: 0;
}
.button_tall_5c2d.accent-cd1b > .column-purple-eff9 {
  position: relative;
  width: 100%;
  height: 0;
  padding-top: 56.25%;
}
.button_tall_5c2d.accent-cd1b > .column-purple-eff9 iframe,
.button_tall_5c2d.accent-cd1b > .column-purple-eff9 > object {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}
.article-north-9c8c {
  border-left-width: 4px;
  border-left-color: currentColor;
}
.article-north-9c8c.media_next_b636 {
  padding: 0;
}
.article-north-9c8c.media_next_b636 cite {
  font-size: 13px;
}
.article-north-9c8c > * {
  margin-left: 16px;
  margin-right: 16px;
}
.article-north-9c8c cite {
  font-style: normal;
  margin-top: 1em;
  position: relative;
  font-size: 13px;
}
.footer-0949 {
  border-bottom: 4px solid currentColor;
  border-top: 4px solid currentColor;
  margin-left: 0;
  margin-right: 0;
  padding: 3em 0;
  text-align: center;
}
.footer-0949 > p:first-child {
  margin-top: 0;
}
.footer-0949 cite {
  font-size: 13px;
  font-style: normal;
  text-transform: uppercase;
}
.footer-0949 blockquote {
  border-left: 0;
}
.hidden-5ee0 {
  margin: 3em auto;
  border: none;
  border-bottom: 2px solid currentColor;
}
.hidden-5ee0:not(.hard-8b50) {
  max-width: 100px;
}
.hidden-5ee0.video-dim-b0c7 {
  border-bottom: none !important;
  text-align: center;
}
.hidden-5ee0.video-dim-b0c7::before {
  padding-left: 0;
  font-size: 30px;
}
@media screen and (min-width: 768px) {
  .tertiary_bdde p {
    padding: 1.5em 0;
  }
}
.background_c3e3 {
  color: #0073aa;
}
.footer-6b23 {
  background-color: #0073aa;
}
.tabs_85cd {
  color: #229fd8;
}
.overlay-14a8 {
  background-color: #229fd8;
}
.info_0d60 {
  color: #eee;
}
.banner_3f03 {
  background-color: #eee;
}
.module-9d6d {
  color: #444;
}
.preview-tiny-2b78 {
  background-color: #444;
}
.tooltip_focused_11b6 {
  padding: 0;
  -webkit-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  text-size-adjust: 100%;
  line-height: 13px;
}
.tooltip_focused_11b6 .status-62cf .widget_iron_014a {
  font-size: 15px;
}
.tooltip_focused_11b6 .widget_iron_014a {
  line-height: 1.3;
}
.tooltip_focused_11b6 .outline-cb8b {
}
.tooltip_focused_11b6 .basic-9dc9 {
  background: #235787;
}
.gas-5e74 {
  padding: 0;
}
.gas-5e74 .basic-9dc9 {
  background: #1a1a1a;
}
.gas-5e74 .outline-cb8b {
  box-shadow: 0 1px 2px 0 #e1e5ea;
  background: #fff;
}
.tertiary-in-7689 {
  padding: 0;
  border-left: none;
  border-right: none;
}
.tertiary-in-7689 .outline-cb8b {
  box-shadow: 0 1px 2px 0 #e1e5ea;
}
.tertiary-in-7689 .basic-9dc9 {
  background: #303030;
}
.article_85ba {
  position: relative;
  z-index: 10;
}
.article_85ba .logo_2f24 {
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
  -webkit-box-pack: center;
  justify-content: center;
}
.column_1697 .liquid-1396 {
  display: inline-block;
  vertical-align: middle;
}
.column_1697.full_e1a1 .liquid-1396 {
  margin-right: 1em;
}
@media screen and (max-width: 1024px) {
  .column_1697.full_e1a1 .liquid-1396 {
    margin-right: 1em;
  }
}
@media screen and (max-width: 568px) {
  .column_1697.full_e1a1 .liquid-1396 {
    margin-right: 0.4em;
  }
}
.column_1697.full_e1a1 .liquid-1396:last-child {
  margin-right: 0;
}
.pattern_new_046c .logo_2f24 {
  max-width: initial;
}
@media screen and (min-width: 1025px) {
  .old-8dcf .status-62cf {
    margin: 0 -0.5em;
  }
  .old-8dcf .status-62cf [class*="customify-col-"],
  .old-8dcf .status-62cf [class*="customify-col_"],
  .old-8dcf .status-62cf [class~="customify-col-"] {
    padding-left: 0.5em;
    padding-right: 0.5em;
  }
}
.old-8dcf.outline-de71 .logo_2f24 {
  background: 0 0 !important;
}
.old-8dcf.outline-de71 .logo_2f24,
.old-8dcf.pattern_new_046c .logo_2f24 {
  border: 0 none !important;
  box-shadow: none !important;
}
@media screen and (min-width: 1025px) {
  .old-8dcf.widget_683d {
    background: 0 0 !important;
    border: 0 none;
    box-shadow: none !important;
  }
}
.old-8dcf.pattern_new_046c .logo_2f24 {
  box-shadow: none !important;
}
.border_cb52 {
  padding: 21px 0 22px;
  border-bottom: 1px solid #eaecee;
  word-break: break-word;
  background: #f9f9f9;
}
@media screen and (max-width: 1024px) {
  .border_cb52 {
    padding: 19px 0 20px;
  }
}
@media screen and (max-width: 568px) {
  .border_cb52 {
    padding: 18px 0 20px;
  }
}
.border_cb52 .breadcrumb_4c17 {
  width: 100%;
}
.border_cb52 .gallery_down_914f {
  margin-bottom: 0;
}
.border_cb52 .light-6a39 {
  margin-top: 5px;
  font-size: 0.875em;
}
.shadow-under-862a {
  padding: 9px 0 9px;
  border-bottom: 1px solid #eaecee;
  color: #6d6d6d;
  line-height: 1.6;
  background: #fff;
}
.shadow-under-862a .heading-copper-2b9a {
  width: 100%;
}
.tooltip-action-e3c1 {
  list-style: none;
  margin: 0 1em;
  padding: 0;
}
.tooltip-action-e3c1 li {
  display: inline-block;
  position: relative;
  padding-right: 10px;
}
.tooltip-action-e3c1 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;
}
.tooltip-action-e3c1 li:last-child:after {
  display: none;
}
.tooltip-action-e3c1 li a {
  font-weight: 500;
  margin-right: 10px;
}
.banner_tiny_2d45 .main_c426 button,
.border_cb52 .main_c426 button {
  left: 0;
}
.banner_tiny_2d45 .heading-copper-2b9a,
.border_cb52 .heading-copper-2b9a {
  padding-left: 0;
  padding-right: 0;
}
.banner_tiny_2d45 .shadow-under-862a,
.border_cb52 .shadow-under-862a {
  border-bottom: none;
  padding-bottom: 0;
  background: 0 0;
}
.banner_tiny_2d45 {
  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;
}
.banner_tiny_2d45: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;
}
.banner_tiny_2d45 .module-short-5d63 {
  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) {
  .banner_tiny_2d45 .module-short-5d63 {
    min-height: 300px;
  }
}
@media screen and (max-width: 1024px) {
  .banner_tiny_2d45 .module-short-5d63 {
    min-height: 250px;
    padding: 1em 15px;
  }
}
@media screen and (max-width: 568px) {
  .banner_tiny_2d45 .module-short-5d63 {
    min-height: 200px;
  }
}
.banner_tiny_2d45 .tooltip-action-e3c1 {
  color: rgba(255, 255, 255, 0.8);
}
.banner_tiny_2d45 .tooltip-action-e3c1 a,
.banner_tiny_2d45 .tooltip-action-e3c1 li:after {
  color: inherit;
}
.banner_tiny_2d45 .tooltip-action-e3c1 a:hover {
  color: rgba(255, 255, 255, 0.8);
}
.component_right_2b5f {
  margin-bottom: 0.5em;
}
.feature-upper-96ea {
  margin-bottom: 1.2em;
}
.feature-upper-96ea,
.component_right_2b5f {
  display: inline-block;
  position: relative;
  color: rgba(255, 255, 255, 0.99);
  z-index: 5;
}
.feature-upper-96ea p:last-child,
.component_right_2b5f p:last-child {
  margin-bottom: 0;
}
#header-menu-sidebar .main_c426,
#masthead .main_c426 {
  display: none;
}
#masthead
  > .main_c426.detail_fresh_21a5 {
  display: none;
}
#masthead > .main_c426 button {
  left: 0;
}
.component_pro_c4e0 {
  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%;
}
.component_pro_c4e0 .liquid-1396 {
  display: -webkit-inline-box;
  display: inline-flex;
  -webkit-box-align: center;
  align-items: center;
  margin-left: 0.5em;
  margin-right: 0.5em;
}
.component_pro_c4e0 .gradient-9dba {
  display: -webkit-box;
  display: flex;
}
.component_pro_c4e0 .gradient-9dba.border-0267 {
  -webkit-box-pack: center;
  justify-content: center;
  margin-left: 1em;
  margin-right: 1em;
}
.component_pro_c4e0 .gradient-9dba.current_13ec {
  -webkit-box-pack: start;
  justify-content: flex-start;
  margin-right: auto;
  -webkit-box-flex: 1;
  flex: 1 1 0;
}
.component_pro_c4e0 .gradient-9dba.table-d037 {
  margin-left: auto;
  -webkit-box-pack: end;
  justify-content: flex-end;
  -webkit-box-flex: 1;
  flex: 1 1 0;
}
.component_pro_c4e0.primary-black-26f8.tertiary-2cee .gradient-9dba.border-0267 {
  flex-basis: 100%;
}
.component_pro_c4e0.button-d73e .gradient-9dba.current_13ec {
  -webkit-box-flex: 1;
  flex: auto;
}
.component_pro_c4e0.button-d73e .gradient-9dba.table-d037 {
  -webkit-box-flex: 1;
  flex: auto;
}
#masthead
  > .main_c426.detail_fresh_21a5 {
  display: none;
}
#masthead > .main_c426 button {
  left: 0;
}
.texture_6bc2 {
  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;
}
.texture_6bc2:hover {
  box-shadow: inset 0 0 0 120px rgba(0, 0, 0, 0.18);
  color: #fff;
}
.texture_6bc2.row-pink-b570 i {
  margin-right: 4px;
}
.texture_6bc2.main-current-3c52 i {
  margin-left: 5px;
}
.widget_iron_014a p {
  font-weight: 500;
  text-transform: uppercase;
  font-size: 13px;
}
.widget_iron_014a p:last-child {
  margin-bottom: 0;
}
.tag-hovered-2931 {
  display: -webkit-box;
  display: flex;
  line-height: 0.9;
  vertical-align: middle;
}
.tag-hovered-2931 a {
  display: inline-block;
  text-transform: uppercase;
  letter-spacing: 0.4px;
  font-weight: 600;
}
.tag-hovered-2931 img {
  display: block;
  width: auto;
  line-height: 1;
}
.tag-hovered-2931 .pressed_d39e {
  font-size: 1.5em;
  margin: 0;
  font-weight: 600;
  line-height: 1.216;
}
.tag-hovered-2931 .bright-728f {
  margin: 5px 0 7px 0;
}
.tag-hovered-2931.static-5319 .solid-f6de {
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
  -webkit-box-pack: center;
  justify-content: center;
}
.tag-hovered-2931.static-5319 .accordion-6da7 {
  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;
}
.tag-hovered-2931.copper_242f {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  flex-direction: row-reverse;
}
.tag-hovered-2931.copper_242f .solid-f6de {
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
  -webkit-box-pack: center;
  justify-content: center;
}
.tag-hovered-2931.copper_242f .accordion-6da7 {
  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;
}
.tag-hovered-2931.frame_lower_0c96 {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
}
.tag-hovered-2931.text-right-8722 {
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
  flex-direction: column-reverse;
}
.tag-hovered-2931.text-right-8722 .accordion-6da7 {
  margin-top: 7px;
}
.texture-639b {
  display: inline-block;
}
.article_85ba .main_new_839c .tag-hovered-2931 img {
  max-width: 100%;
}
.border_cad7 .north_c94b.overlay-white-8fb5,
.image-2feb .north_c94b.overlay-white-8fb5 {
  position: relative;
  display: -webkit-inline-box;
  display: inline-flex;
  -webkit-box-align: center;
  align-items: center;
}
.border_cad7 .feature_e059,
.image-2feb .feature_e059 {
  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%);
}
.border_cad7 .feature_e059 {
  display: inline;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-decoration: none !important;
}
.border_cad7.main_liquid_4235 .feature_e059 {
  display: none;
}
.border_cad7 .outline-f556 {
  list-style: none;
  padding: 0;
  margin: 0;
}
.border_cad7 .outline-f556 li {
  display: inline-block;
  position: relative;
}
.border_cad7 .outline-f556 li:last-child {
  margin-right: 0;
}
.border_cad7 .outline-f556 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;
}
.border_cad7 .outline-f556 li.alert_center_6828 > a {
  color: rgba(0, 0, 0, 0.9);
}
.border_cad7 .outline-f556 > 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;
}
.border_cad7 .outline-f556 > li > a i {
  line-height: 0;
}
.border_cad7 .outline-f556 > li.hard-f892 > a .feature_e059 {
  margin-left: 4px;
  line-height: 0;
}
.border_cad7 .outline-f556 .search_cff3 li.hard-f892 > a {
  position: relative;
}
.border_cad7 .outline-f556 .search_cff3 li.hard-f892 > a:after,
.border_cad7 .outline-f556 .search_cff3 li.hard-f892 > a:before {
  content: "";
  display: table;
}
.border_cad7 .outline-f556 .search_cff3 li.hard-f892 > a:after {
  clear: both;
}
.border_cad7 .outline-f556 .search_cff3 li.hard-f892 > a .feature_e059 {
  margin-left: 5px;
  float: right;
}
.border_cad7 .accent-brown-1de2,
.border_cad7 .search_cff3 {
  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;
}
.border_cad7 .search_cff3 {
  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;
}
.border_cad7 .search_cff3 .overlay-white-8fb5 {
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: justify;
  justify-content: space-between;
}
.border_cad7 .search_cff3 .feature_e059 {
  -webkit-transform: rotate(135deg) translateY(0);
  -ms-transform: rotate(135deg) translateY(0);
  transform: rotate(135deg) translateY(0);
}
.border_cad7 .search_cff3 li {
  display: block;
  margin: 0;
  padding: 0;
}
.border_cad7 .search_cff3 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;
}
.border_cad7 .search_cff3 li a:hover {
  background: rgba(0, 0, 0, 0.015);
  color: rgba(0, 0, 0, 0.8);
}
.border_cad7 .search_cff3 .search_cff3 {
  top: 0;
  left: 100%;
}
.border_cad7 .primary-up-a069.fn-focus-613d > .accent-brown-1de2,
.border_cad7 .primary-up-a069.fn-focus-613d > .search_cff3,
.border_cad7 .primary-up-a069:focus > .accent-brown-1de2,
.border_cad7 .primary-up-a069:focus > .search_cff3,
.border_cad7 .primary-up-a069:hover > .accent-brown-1de2,
.border_cad7 .primary-up-a069:hover > .search_cff3 {
  height: auto;
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
  overflow: initial;
  visibility: visible;
  opacity: 1;
}
.border_cad7.progress_d382 .image-black-b8da:after,
.border_cad7.progress_d382 .image-black-b8da:before {
  content: "";
  display: table;
}
.border_cad7.progress_d382 .image-black-b8da:after {
  clear: both;
}
.border_cad7.progress_d382 .image-black-b8da > li {
  float: left;
}
.border_cad7.pagination-afc6 .image-black-b8da:after,
.border_cad7.pagination-afc6 .image-black-b8da:before {
  content: "";
  display: table;
}
.border_cad7.pagination-afc6 .image-black-b8da:after {
  clear: both;
}
.border_cad7.pagination-afc6 .image-black-b8da > li {
  float: left;
}
.border_cad7.pagination-afc6 .image-black-b8da > li > a {
  background: 0 0;
  display: -webkit-inline-box;
  display: inline-flex;
  vertical-align: middle;
  -webkit-box-align: center;
  align-items: center;
}
.border_cad7.pagination-afc6 .image-black-b8da > li > a:hover {
  color: #fff;
  background-color: #1e4b75;
}
.border_cad7.pagination-afc6 .image-black-b8da > li.logo_under_6589 > a,
.border_cad7.pagination-afc6 .image-black-b8da > li.alert_center_6828 > a {
  color: #fff;
  background-color: #1e4b75;
}
.border_cad7.large-c99c .image-black-b8da > li > a .overlay-white-8fb5 {
  position: relative;
}
.border_cad7.large-c99c .image-black-b8da > li > a .overlay-white-8fb5: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;
}
.border_cad7.large-c99c
  .image-black-b8da
  > li:focus
  > a
  .overlay-white-8fb5:before,
.border_cad7.large-c99c
  .image-black-b8da
  > li:hover
  > a
  .overlay-white-8fb5:before {
  width: 100%;
  background-color: currentColor;
}
.border_cad7.large-c99c
  .image-black-b8da
  > li.logo_under_6589
  > a
  .overlay-white-8fb5:before,
.border_cad7.large-c99c
  .image-black-b8da
  > li.main_d742
  > a
  .overlay-white-8fb5:before {
  width: 100%;
  background-color: currentColor;
}
.border_cad7.dropdown-cold-87bd .image-black-b8da > li > a .overlay-white-8fb5 {
  position: relative;
}
.border_cad7.dropdown-cold-87bd .image-black-b8da > li > a .overlay-white-8fb5: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;
}
.border_cad7.dropdown-cold-87bd .image-black-b8da > li:focus > a .overlay-white-8fb5:before,
.border_cad7.dropdown-cold-87bd
  .image-black-b8da
  > li:hover
  > a
  .overlay-white-8fb5:before {
  width: 100%;
  background-color: currentColor;
}
.border_cad7.dropdown-cold-87bd
  .image-black-b8da
  > li.logo_under_6589
  > a
  .overlay-white-8fb5:before,
.border_cad7.dropdown-cold-87bd
  .image-black-b8da
  > li.main_d742
  > a
  .overlay-white-8fb5:before {
  width: 100%;
  background-color: currentColor;
}
.image-2feb .outline-f556 {
  margin: 0;
  padding: 0;
  list-style: none;
}
.image-2feb .outline-f556 li:first-child > a {
  border-top: none;
}
.image-2feb .outline-f556 .tertiary_7970 > .overlay-white-8fb5 .feature_e059 {
  display: none;
}
.image-2feb .outline-f556 li {
  list-style: none;
  position: relative;
  border-bottom: 1px solid transparent;
}
.image-2feb .outline-f556 li:last-child {
  border: none;
}
.image-2feb .outline-f556 li.hard-f892 > a {
  padding-right: 45px !important;
}
.image-2feb .outline-f556 li a {
  display: block;
  padding: 0.55em 1.5em;
}
.image-2feb .outline-f556 li a:focus,
.image-2feb .outline-f556 li a:hover {
  background: rgba(0, 0, 0, 0.01);
}
.image-2feb .outline-f556 li .last_5f3d {
  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;
}
.image-2feb .outline-f556 li .last_5f3d:hover {
  box-shadow: none;
}
.image-2feb .outline-f556 li .last_5f3d .feature_e059 {
  -webkit-transform: rotate(-135deg) translateY(50%) translateX(50%);
  -ms-transform: rotate(-135deg) translateY(50%) translateX(50%);
  transform: rotate(-135deg) translateY(50%) translateX(50%);
}
.image-2feb .outline-f556 .search_cff3 {
  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);
}
.image-2feb .outline-f556 .search_cff3 li a {
  padding-left: 3em;
}
.image-2feb .outline-f556 .modal_tall_4941 > a .last_5f3d i {
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
.image-2feb .outline-f556 .modal_tall_4941 > .search_cff3 {
  display: block;
  opacity: 1;
}
.plasma-14f0 {
  max-width: 100%;
}
.frame-1b06 {
  line-height: 0;
  cursor: pointer;
}
.widget_6e0f {
  line-height: 0;
  display: inline-block;
  position: relative;
  box-shadow: none;
}
.widget_6e0f:hover {
  box-shadow: none;
  color: currentColor;
}
.widget_6e0f svg {
  width: 18px;
  height: 18px;
}
.widget_6e0f .tiny-11f3 {
  display: none;
}
.background-active-6782 {
  position: relative;
}
.background-active-6782.fn-active-613d .widget_6e0f .mask-wood-bd18 {
  display: none;
}
.background-active-6782.fn-active-613d .widget_6e0f .tiny-11f3 {
  display: inline-block;
}
.background-active-6782 .article_hovered_cc25 {
  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);
}
.background-active-6782.hover_in_6093 .article_hovered_cc25 {
  left: auto;
  right: -0.9em;
}
.background-active-6782.hover_in_6093 .carousel-cfe7::before {
  left: auto;
  right: 15px;
}
.background-active-6782.fn-active-613d .article_hovered_cc25 {
  height: auto;
  overflow: initial;
  z-index: 26;
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
}
.white-bb25 {
  display: -webkit-box;
  display: flex;
  margin-bottom: 0;
  width: 100%;
  max-width: 100%;
}
.white-bb25 label {
  flex-basis: 100%;
}
.white-bb25 .texture-green-9d1d {
  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;
}
.white-bb25 .nav_yellow_7593 {
  display: block;
  width: 100%;
  border-radius: 2px;
  height: 2.4em;
}
.white-bb25 .nav_yellow_7593:focus {
  background-color: transparent;
}
.white-bb25 button.slow-8b00 {
  overflow: hidden;
  box-shadow: none;
  margin-left: -40px;
  background: 0 0;
  color: #6d6d6d;
  line-height: 0;
  padding: 0 0.7em;
  min-height: auto;
}
.white-bb25 button.slow-8b00:hover {
  box-shadow: none;
  background-color: transparent;
  color: #686868;
}
.white-bb25 button.slow-8b00 svg {
  width: 18px;
  height: 18px;
}
.white-bb25 input[type="submit"] {
  min-height: auto;
}
.medium_bdd7 .white-bb25 .nav_yellow_7593 {
  border: 0;
  box-shadow: none;
  background-color: transparent;
}
.carousel-cfe7 {
  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) {
  .carousel-cfe7 {
    width: 220px;
  }
}
.carousel-cfe7 label {
  flex-basis: 100%;
}
.carousel-cfe7::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;
}
.surface-gold-2679 .medium_bdd7 .white-bb25 {
  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;
}
.surface-gold-2679
  .medium_bdd7
  .white-bb25
  .texture-green-9d1d {
  background-color: transparent;
  min-height: auto;
  flex-basis: 100%;
  display: -webkit-box;
  display: flex;
  border-style: none;
  border: none;
  box-shadow: none;
}
.surface-gold-2679 .medium_bdd7 .white-bb25 .nav_yellow_7593 {
  border-color: transparent;
  height: auto;
  background-color: transparent;
  border: 0;
  border-style: none;
  box-shadow: none;
  -webkit-box-flex: 0;
  flex: 0 0 auto;
}
.surface-gold-2679
  .medium_bdd7
  .white-bb25
  .nav_yellow_7593:focus {
  background: 0 0;
}
.surface-gold-2679
  .medium_bdd7
  .white-bb25
  .iron-02e9 {
  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;
}
.nav-hard-93fe {
  display: inline-block;
  margin: 0;
  padding: 0;
  list-style: none;
  position: relative;
}
.nav-hard-93fe li {
  list-style: none;
  display: inline-block;
  margin: 0 3px;
}
.nav-hard-93fe li:last-child {
  margin-right: 0;
}
.nav-hard-93fe li:first-child {
  margin-left: 0;
}
.nav-hard-93fe.right-8a1b a {
  color: #fff;
}
.nav-hard-93fe.right-8a1b a:hover {
  color: #fff;
}
.nav-hard-93fe a {
  color: currentColor;
  text-align: center;
  vertical-align: middle;
  width: 100%;
  padding: 0.4em;
  display: inline-block;
  line-height: 1;
  font-size: 13px;
}
.nav-hard-93fe a i {
  width: 1em;
  height: 1em;
  position: relative;
  display: block;
}
.nav-hard-93fe a i:before {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}
.nav-hard-93fe a:hover {
  opacity: 0.9;
  color: inherit;
}
.nav-hard-93fe [class*="social-icon-apple"] {
  background-color: #999;
}
.nav-hard-93fe [class*="social-icon-apple"].stale-83fa {
  background-color: transparent;
  color: #999;
}
.nav-hard-93fe [class*="social-icon-behance"] {
  background-color: #1769ff;
}
.nav-hard-93fe [class*="social-icon-behance"].stale-83fa {
  background-color: transparent;
  color: #1769ff;
}
.nav-hard-93fe [class*="social-icon-bitbucket"] {
  background-color: #205081;
}
.nav-hard-93fe [class*="social-icon-bitbucket"].stale-83fa {
  background-color: transparent;
  color: #205081;
}
.nav-hard-93fe [class*="social-icon-codepen"] {
  background-color: #000;
}
.nav-hard-93fe [class*="social-icon-codepen"].stale-83fa {
  background-color: transparent;
  color: #000;
}
.nav-hard-93fe [class*="social-icon-delicious"] {
  background-color: #39f;
}
.nav-hard-93fe [class*="social-icon-delicious"].stale-83fa {
  background-color: transparent;
  color: #39f;
}
.nav-hard-93fe [class*="social-icon-digg"] {
  background-color: #005be2;
}
.nav-hard-93fe [class*="social-icon-digg"].stale-83fa {
  background-color: transparent;
  color: #005be2;
}
.nav-hard-93fe [class*="social-icon-dribbble"] {
  background-color: #ea4c89;
}
.nav-hard-93fe [class*="social-icon-dribbble"].stale-83fa {
  background-color: transparent;
  color: #ea4c89;
}
.nav-hard-93fe [class*="social-icon-envelope"] {
  background-color: #ea4335;
}
.nav-hard-93fe [class*="social-icon-envelope"].stale-83fa {
  background-color: transparent;
  color: #ea4335;
}
.nav-hard-93fe [class*="social-icon-facebook"] {
  background-color: #3b5998;
}
.nav-hard-93fe [class*="social-icon-facebook"].stale-83fa {
  background-color: transparent;
  color: #3b5998;
}
.nav-hard-93fe [class*="social-icon-flickr"] {
  background-color: #0063dc;
}
.nav-hard-93fe [class*="social-icon-flickr"].stale-83fa {
  background-color: transparent;
  color: #0063dc;
}
.nav-hard-93fe [class*="social-icon-foursquare"] {
  background-color: #2d5be3;
}
.nav-hard-93fe [class*="social-icon-foursquare"].stale-83fa {
  background-color: transparent;
  color: #2d5be3;
}
.nav-hard-93fe [class*="social-icon-github"] {
  background-color: #333;
}
.nav-hard-93fe [class*="social-icon-github"].stale-83fa {
  background-color: transparent;
  color: #333;
}
.nav-hard-93fe [class*="social-icon-google-plus"] {
  background-color: #dd4b39;
}
.nav-hard-93fe [class*="social-icon-google-plus"].stale-83fa {
  background-color: transparent;
  color: #dd4b39;
}
.nav-hard-93fe [class*="social-icon-houzz"] {
  background-color: #7ac142;
}
.nav-hard-93fe [class*="social-icon-houzz"].stale-83fa {
  background-color: transparent;
  color: #7ac142;
}
.nav-hard-93fe [class*="social-icon-instagram"] {
  background-color: #262626;
}
.nav-hard-93fe [class*="social-icon-instagram"].stale-83fa {
  background-color: transparent;
  color: #262626;
}
.nav-hard-93fe [class*="social-icon-jsfiddle"] {
  background-color: #487aa2;
}
.nav-hard-93fe [class*="social-icon-jsfiddle"].stale-83fa {
  background-color: transparent;
  color: #487aa2;
}
.nav-hard-93fe [class*="social-icon-linkedin"] {
  background-color: #0077b5;
}
.nav-hard-93fe [class*="social-icon-linkedin"].stale-83fa {
  background-color: transparent;
  color: #0077b5;
}
.nav-hard-93fe [class*="social-icon-medium"] {
  background-color: #00ab6b;
}
.nav-hard-93fe [class*="social-icon-medium"].stale-83fa {
  background-color: transparent;
  color: #00ab6b;
}
.nav-hard-93fe [class*="social-icon-odnoklassniki"] {
  background-color: #f4731c;
}
.nav-hard-93fe
  [class*="social-icon-odnoklassniki"].stale-83fa {
  background-color: transparent;
  color: #f4731c;
}
.nav-hard-93fe [class*="social-icon-meetup"] {
  background-color: #ec1c40;
}
.nav-hard-93fe [class*="social-icon-meetup"].stale-83fa {
  background-color: transparent;
  color: #ec1c40;
}
.nav-hard-93fe [class*="social-icon-pinterest"] {
  background-color: #bd081c;
}
.nav-hard-93fe [class*="social-icon-pinterest"].stale-83fa {
  background-color: transparent;
  color: #bd081c;
}
.nav-hard-93fe [class*="social-icon-product-hunt"] {
  background-color: #da552f;
}
.nav-hard-93fe [class*="social-icon-product-hunt"].stale-83fa {
  background-color: transparent;
  color: #da552f;
}
.nav-hard-93fe [class*="social-icon-reddit"] {
  background-color: #ff4500;
}
.nav-hard-93fe [class*="social-icon-reddit"].stale-83fa {
  background-color: transparent;
  color: #ff4500;
}
.nav-hard-93fe [class*="social-icon-rss"] {
  background-color: #f26522;
}
.nav-hard-93fe [class*="social-icon-rss"].stale-83fa {
  background-color: transparent;
  color: #f26522;
}
.nav-hard-93fe [class*="social-icon-shopping-cart"] {
  background-color: #4caf50;
}
.nav-hard-93fe
  [class*="social-icon-shopping-cart"].stale-83fa {
  background-color: transparent;
  color: #4caf50;
}
.nav-hard-93fe [class*="social-icon-skype"] {
  background-color: #00aff0;
}
.nav-hard-93fe [class*="social-icon-skype"].stale-83fa {
  background-color: transparent;
  color: #00aff0;
}
.nav-hard-93fe [class*="social-icon-slideshare"] {
  background-color: #0077b5;
}
.nav-hard-93fe [class*="social-icon-slideshare"].stale-83fa {
  background-color: transparent;
  color: #0077b5;
}
.nav-hard-93fe [class*="social-icon-snapchat"] {
  background-color: #fffc00;
}
.nav-hard-93fe [class*="social-icon-snapchat"].stale-83fa {
  background-color: transparent;
  color: #fffc00;
}
.nav-hard-93fe [class*="social-icon-soundcloud"] {
  background-color: #f80;
}
.nav-hard-93fe [class*="social-icon-soundcloud"].stale-83fa {
  background-color: transparent;
  color: #f80;
}
.nav-hard-93fe [class*="social-icon-spotify"] {
  background-color: #2ebd59;
}
.nav-hard-93fe [class*="social-icon-spotify"].stale-83fa {
  background-color: transparent;
  color: #2ebd59;
}
.nav-hard-93fe [class*="social-icon-stack-overflow"] {
  background-color: #fe7a15;
}
.nav-hard-93fe
  [class*="social-icon-stack-overflow"].stale-83fa {
  background-color: transparent;
  color: #fe7a15;
}
.nav-hard-93fe [class*="social-icon-maldkfgram"] {
  background-color: #2ca5e0;
}
.nav-hard-93fe [class*="social-icon-maldkfgram"].stale-83fa {
  background-color: transparent;
  color: #2ca5e0;
}
.nav-hard-93fe [class*="social-icon-tripadvisor"] {
  background-color: #589442;
}
.nav-hard-93fe [class*="social-icon-tripadvisor"].stale-83fa {
  background-color: transparent;
  color: #589442;
}
.nav-hard-93fe [class*="social-icon-tumblr"] {
  background-color: #35465c;
}
.nav-hard-93fe [class*="social-icon-tumblr"].stale-83fa {
  background-color: transparent;
  color: #35465c;
}
.nav-hard-93fe [class*="social-icon-twitch"] {
  background-color: #6441a5;
}
.nav-hard-93fe [class*="social-icon-twitch"].stale-83fa {
  background-color: transparent;
  color: #6441a5;
}
.nav-hard-93fe [class*="social-icon-twitter"] {
  background-color: #1da1f2;
}
.nav-hard-93fe [class*="social-icon-twitter"].stale-83fa {
  background-color: transparent;
  color: #1da1f2;
}
.nav-hard-93fe [class*="social-icon-vimeo"] {
  background-color: #1ab7ea;
}
.nav-hard-93fe [class*="social-icon-vimeo"].stale-83fa {
  background-color: transparent;
  color: #1ab7ea;
}
.nav-hard-93fe [class*="social-icon-vk"] {
  background-color: #45668e;
}
.nav-hard-93fe [class*="social-icon-vk"].stale-83fa {
  background-color: transparent;
  color: #45668e;
}
.nav-hard-93fe [class*="social-icon-weibo"] {
  background-color: #df2029;
}
.nav-hard-93fe [class*="social-icon-weibo"].stale-83fa {
  background-color: transparent;
  color: #df2029;
}
.nav-hard-93fe [class*="social-icon-weixin"] {
  background-color: #7bb32e;
}
.nav-hard-93fe [class*="social-icon-weixin"].stale-83fa {
  background-color: transparent;
  color: #7bb32e;
}
.nav-hard-93fe [class*="social-icon-whatsapp"] {
  background-color: #25d366;
}
.nav-hard-93fe [class*="social-icon-whatsapp"].stale-83fa {
  background-color: transparent;
  color: #25d366;
}
.nav-hard-93fe [class*="social-icon-wordpress"] {
  background-color: #21759b;
}
.nav-hard-93fe [class*="social-icon-wordpress"].stale-83fa {
  background-color: transparent;
  color: #21759b;
}
.nav-hard-93fe [class*="social-icon-xing"] {
  background-color: #026466;
}
.nav-hard-93fe [class*="social-icon-xing"].stale-83fa {
  background-color: transparent;
  color: #026466;
}
.nav-hard-93fe [class*="social-icon-yelp"] {
  background-color: #af0606;
}
.nav-hard-93fe [class*="social-icon-yelp"].stale-83fa {
  background-color: transparent;
  color: #af0606;
}
.nav-hard-93fe [class*="social-icon-youtube"] {
  background-color: #cd201f;
}
.nav-hard-93fe [class*="social-icon-youtube"].stale-83fa {
  background-color: transparent;
  color: #cd201f;
}
.focus_bright_2d1d {
  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;
}
.focus_bright_2d1d:hover {
  box-shadow: none;
  background: 0 0;
}
.stale-db3e {
  background: 0 0 !important;
  text-transform: uppercase;
  font-size: 0.85em;
}
.fresh-cbfb {
  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;
}
.input-bronze-dd7a {
  display: inline-block;
  position: relative;
  vertical-align: middle;
}
.feature-f4bf {
  display: block;
  top: 50%;
  background-color: currentcolor;
}
.feature-f4bf,
.feature-f4bf::after,
.feature-f4bf::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;
}
.feature-f4bf::after,
.feature-f4bf::before {
  content: "";
  display: block;
  background-color: inherit;
}
.section-ec3e .fresh-cbfb .input-bronze-dd7a {
  margin-top: -2px;
  width: 19px;
}
.section-ec3e .fresh-cbfb .feature-f4bf {
  margin-top: -1px;
}
.section-ec3e .fresh-cbfb .feature-f4bf,
.section-ec3e .fresh-cbfb .feature-f4bf::after,
.section-ec3e .fresh-cbfb .feature-f4bf::before {
  width: 19px;
  height: 2px;
}
.section-ec3e .fresh-cbfb .feature-f4bf::before {
  top: -6px;
}
.section-ec3e .fresh-cbfb .feature-f4bf::after {
  bottom: -6px;
}
.thick_93d0 .fresh-cbfb .input-bronze-dd7a {
  margin-top: -2px;
  width: 22px;
}
.thick_93d0 .fresh-cbfb .feature-f4bf {
  margin-top: -1px;
}
.thick_93d0 .fresh-cbfb .feature-f4bf,
.thick_93d0 .fresh-cbfb .feature-f4bf::after,
.thick_93d0 .fresh-cbfb .feature-f4bf::before {
  width: 22px;
  height: 2px;
}
.thick_93d0 .fresh-cbfb .feature-f4bf::before {
  top: -7px;
}
.thick_93d0 .fresh-cbfb .feature-f4bf::after {
  bottom: -7px;
}
.avatar-9dfb .fresh-cbfb .input-bronze-dd7a {
  margin-top: -2px;
  width: 31px;
}
.avatar-9dfb .fresh-cbfb .feature-f4bf {
  margin-top: -1.5px;
}
.avatar-9dfb .fresh-cbfb .feature-f4bf,
.avatar-9dfb .fresh-cbfb .feature-f4bf::after,
.avatar-9dfb .fresh-cbfb .feature-f4bf::before {
  width: 31px;
  height: 3px;
}
.avatar-9dfb .fresh-cbfb .feature-f4bf::before {
  top: -9px;
}
.avatar-9dfb .fresh-cbfb .feature-f4bf::after {
  bottom: -9px;
}
@media screen and (min-width: 1025px) {
  .active-over-6741 .fresh-cbfb .input-bronze-dd7a {
    margin-top: -2px;
    width: 19px;
  }
  .active-over-6741 .fresh-cbfb .feature-f4bf {
    margin-top: -1px;
  }
  .active-over-6741 .fresh-cbfb .feature-f4bf,
  .active-over-6741 .fresh-cbfb .feature-f4bf::after,
  .active-over-6741 .fresh-cbfb .feature-f4bf::before {
    width: 19px;
    height: 2px;
  }
  .active-over-6741 .fresh-cbfb .feature-f4bf::before {
    top: -6px;
  }
  .active-over-6741 .fresh-cbfb .feature-f4bf::after {
    bottom: -6px;
  }
  .module-lower-c51f .fresh-cbfb .input-bronze-dd7a {
    margin-top: -2px;
    width: 22px;
  }
  .module-lower-c51f .fresh-cbfb .feature-f4bf {
    margin-top: -1px;
  }
  .module-lower-c51f .fresh-cbfb .feature-f4bf,
  .module-lower-c51f .fresh-cbfb .feature-f4bf::after,
  .module-lower-c51f .fresh-cbfb .feature-f4bf::before {
    width: 22px;
    height: 2px;
  }
  .module-lower-c51f .fresh-cbfb .feature-f4bf::before {
    top: -7px;
  }
  .module-lower-c51f .fresh-cbfb .feature-f4bf::after {
    bottom: -7px;
  }
  .grid_32ca .fresh-cbfb .input-bronze-dd7a {
    margin-top: -2px;
    width: 31px;
  }
  .grid_32ca .fresh-cbfb .feature-f4bf {
    margin-top: -1.5px;
  }
  .grid_32ca .fresh-cbfb .feature-f4bf,
  .grid_32ca .fresh-cbfb .feature-f4bf::after,
  .grid_32ca .fresh-cbfb .feature-f4bf::before {
    width: 31px;
    height: 3px;
  }
  .grid_32ca .fresh-cbfb .feature-f4bf::before {
    top: -9px;
  }
  .grid_32ca .fresh-cbfb .feature-f4bf::after {
    bottom: -9px;
  }
}
@media screen and (max-width: 1024px) {
  .border-465f .fresh-cbfb .input-bronze-dd7a {
    margin-top: -2px;
    width: 19px;
  }
  .border-465f .fresh-cbfb .feature-f4bf {
    margin-top: -1px;
  }
  .border-465f .fresh-cbfb .feature-f4bf,
  .border-465f .fresh-cbfb .feature-f4bf::after,
  .border-465f .fresh-cbfb .feature-f4bf::before {
    width: 19px;
    height: 2px;
  }
  .border-465f .fresh-cbfb .feature-f4bf::before {
    top: -6px;
  }
  .border-465f .fresh-cbfb .feature-f4bf::after {
    bottom: -6px;
  }
  .wide-f788 .fresh-cbfb .input-bronze-dd7a {
    margin-top: -2px;
    width: 22px;
  }
  .wide-f788 .fresh-cbfb .feature-f4bf {
    margin-top: -1px;
  }
  .wide-f788 .fresh-cbfb .feature-f4bf,
  .wide-f788 .fresh-cbfb .feature-f4bf::after,
  .wide-f788 .fresh-cbfb .feature-f4bf::before {
    width: 22px;
    height: 2px;
  }
  .wide-f788 .fresh-cbfb .feature-f4bf::before {
    top: -7px;
  }
  .wide-f788 .fresh-cbfb .feature-f4bf::after {
    bottom: -7px;
  }
  .complex_9af9 .fresh-cbfb .input-bronze-dd7a {
    margin-top: -2px;
    width: 31px;
  }
  .complex_9af9 .fresh-cbfb .feature-f4bf {
    margin-top: -1.5px;
  }
  .complex_9af9 .fresh-cbfb .feature-f4bf,
  .complex_9af9 .fresh-cbfb .feature-f4bf::after,
  .complex_9af9 .fresh-cbfb .feature-f4bf::before {
    width: 31px;
    height: 3px;
  }
  .complex_9af9 .fresh-cbfb .feature-f4bf::before {
    top: -9px;
  }
  .complex_9af9 .fresh-cbfb .feature-f4bf::after {
    bottom: -9px;
  }
}
@media screen and (max-width: 568px) {
  .lite-c7b5 .fresh-cbfb .input-bronze-dd7a {
    margin-top: -2px;
    width: 19px;
  }
  .lite-c7b5 .fresh-cbfb .feature-f4bf {
    margin-top: -1px;
  }
  .lite-c7b5 .fresh-cbfb .feature-f4bf,
  .lite-c7b5 .fresh-cbfb .feature-f4bf::after,
  .lite-c7b5 .fresh-cbfb .feature-f4bf::before {
    width: 19px;
    height: 2px;
  }
  .lite-c7b5 .fresh-cbfb .feature-f4bf::before {
    top: -6px;
  }
  .lite-c7b5 .fresh-cbfb .feature-f4bf::after {
    bottom: -6px;
  }
  .static_7b94 .fresh-cbfb .input-bronze-dd7a {
    margin-top: -2px;
    width: 22px;
  }
  .static_7b94 .fresh-cbfb .feature-f4bf {
    margin-top: -1px;
  }
  .static_7b94 .fresh-cbfb .feature-f4bf,
  .static_7b94 .fresh-cbfb .feature-f4bf::after,
  .static_7b94 .fresh-cbfb .feature-f4bf::before {
    width: 22px;
    height: 2px;
  }
  .static_7b94 .fresh-cbfb .feature-f4bf::before {
    top: -7px;
  }
  .static_7b94 .fresh-cbfb .feature-f4bf::after {
    bottom: -7px;
  }
  .heading_d9af .fresh-cbfb .input-bronze-dd7a {
    margin-top: -2px;
    width: 31px;
  }
  .heading_d9af .fresh-cbfb .feature-f4bf {
    margin-top: -1.5px;
  }
  .heading_d9af .fresh-cbfb .feature-f4bf,
  .heading_d9af .fresh-cbfb .feature-f4bf::after,
  .heading_d9af .fresh-cbfb .feature-f4bf::before {
    width: 31px;
    height: 3px;
  }
  .heading_d9af .fresh-cbfb .feature-f4bf::before {
    top: -9px;
  }
  .heading_d9af .fresh-cbfb .feature-f4bf::after {
    bottom: -9px;
  }
}
.section_6c75 .feature-f4bf {
  -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);
}
.section_6c75 .feature-f4bf::before {
  -webkit-transition: top 75ms 0.12s ease, opacity 75ms ease;
  transition: top 75ms 0.12s ease, opacity 75ms ease;
}
.section_6c75 .feature-f4bf::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);
}
.section_6c75.gallery_bright_9aa5 .feature-f4bf {
  -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);
}
.section_6c75.gallery_bright_9aa5 .feature-f4bf::before {
  top: 0;
  opacity: 0;
  -webkit-transition: top 75ms ease, opacity 75ms 0.12s ease;
  transition: top 75ms ease, opacity 75ms 0.12s ease;
}
.section_6c75.gallery_bright_9aa5 .feature-f4bf::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);
}
.hard_38c5 {
  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.component_easy_5e89:before {
  display: none;
}
.section-warm-e5f4 {
  padding: 0;
  position: fixed;
  width: 100%;
  max-width: 100%;
  top: 0;
  z-index: 999900;
  visibility: hidden;
}
.section-warm-e5f4 .avatar_lower_0e37 {
  padding: 1.4em 1.5em;
  border-bottom: 1px solid transparent;
}
.section-warm-e5f4 .avatar_lower_0e37:last-of-type {
  border-bottom: none;
}
.section-warm-e5f4 .avatar_lower_0e37.mask_red_3f8b,
.section-warm-e5f4 .avatar_lower_0e37.hard-6699,
.section-warm-e5f4 .avatar_lower_0e37.logo-448d {
  padding: 0;
}
.section-warm-e5f4 .image-2feb .last_5f3d {
  color: currentColor;
}
.section-warm-e5f4 .image-2feb .last_5f3d:focus,
.section-warm-e5f4 .image-2feb .last_5f3d:hover {
  background: rgba(0, 0, 0, 0.01);
}
.section-warm-e5f4.outline-cb8b .header_slow_7f47,
.section-warm-e5f4.outline-cb8b .widget_iron_014a a,
.section-warm-e5f4.outline-cb8b .image-black-b8da a,
.section-warm-e5f4.outline-cb8b .search_cff3 a {
  color: rgba(0, 0, 0, 0.55);
}
.section-warm-e5f4.outline-cb8b .header_slow_7f47:hover,
.section-warm-e5f4.outline-cb8b .widget_iron_014a a:hover,
.section-warm-e5f4.outline-cb8b .image-black-b8da a:hover,
.section-warm-e5f4.outline-cb8b .search_cff3 a:hover {
  color: rgba(0, 0, 0, 0.8);
}
.section-warm-e5f4.outline-cb8b .nav_dirty_03d9 {
  color: rgba(0, 0, 0, 0.8);
}
.section-warm-e5f4.outline-cb8b .avatar_lower_0e37 {
  border-color: rgba(0, 0, 0, 0.08);
}
.section-warm-e5f4.outline-cb8b .avatar_lower_0e37:before {
  background: rgba(0, 0, 0, 0.08);
}
.section-warm-e5f4.outline-cb8b .highlight_hard_6aa6:before {
  background: rgba(255, 255, 255, 0.9);
}
.section-warm-e5f4.outline-cb8b .image-2feb .outline-f556 li a,
.section-warm-e5f4.outline-cb8b .image-2feb .last_5f3d,
.section-warm-e5f4.outline-cb8b .search_cff3 {
  border-color: rgba(0, 0, 0, 0.08);
}
.section-warm-e5f4.outline-cb8b .image-2feb .last_5f3d:focus,
.section-warm-e5f4.outline-cb8b .image-2feb .last_5f3d:hover {
  background: rgba(0, 0, 0, 0.01);
}
.section-warm-e5f4.outline-cb8b .outline-f556 li {
  border-color: rgba(0, 0, 0, 0.08);
}
.section-warm-e5f4.basic-9dc9 .header_slow_7f47,
.section-warm-e5f4.basic-9dc9 .widget_iron_014a a,
.section-warm-e5f4.basic-9dc9 .image-black-b8da .last_5f3d,
.section-warm-e5f4.basic-9dc9 .image-black-b8da a,
.section-warm-e5f4.basic-9dc9 .search_cff3 a {
  color: rgba(255, 255, 255, 0.79);
}
.section-warm-e5f4.basic-9dc9 .header_slow_7f47:hover,
.section-warm-e5f4.basic-9dc9 .widget_iron_014a a:hover,
.section-warm-e5f4.basic-9dc9 .image-black-b8da .last_5f3d:hover,
.section-warm-e5f4.basic-9dc9 .image-black-b8da a:hover,
.section-warm-e5f4.basic-9dc9 .search_cff3 a:hover {
  color: rgba(255, 255, 255, 0.99);
}
.section-warm-e5f4.basic-9dc9 .nav_dirty_03d9 {
  color: rgba(255, 255, 255, 0.99);
}
.section-warm-e5f4.basic-9dc9 .avatar_lower_0e37 {
  border-color: rgba(255, 255, 255, 0.08);
}
.section-warm-e5f4.basic-9dc9 .avatar_lower_0e37:before {
  background: rgba(255, 255, 255, 0.08);
}
.section-warm-e5f4.basic-9dc9 .highlight_hard_6aa6:before {
  background: rgba(0, 0, 0, 0.9);
}
.section-warm-e5f4.basic-9dc9 .image-2feb .outline-f556 li a,
.section-warm-e5f4.basic-9dc9 .image-2feb .last_5f3d,
.section-warm-e5f4.basic-9dc9 .search_cff3 {
  border-color: rgba(255, 255, 255, 0.08);
}
.section-warm-e5f4.basic-9dc9 .image-2feb .last_5f3d:focus,
.section-warm-e5f4.basic-9dc9 .image-2feb .last_5f3d:hover {
  background: rgba(0, 0, 0, 0.01);
}
.section-warm-e5f4.basic-9dc9 .outline-f556 li {
  border-color: rgba(255, 255, 255, 0.08);
}
.highlight_hard_6aa6 {
  position: relative;
  word-con: break-word;
  min-height: 100%;
  display: block;
}
.highlight_hard_6aa6:before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  display: block;
  min-height: 100%;
}
.layout-copper-2846 {
  position: relative;
  word-con: break-word;
  min-height: 100%;
  display: block;
  padding: 1.2em 0;
}
.silver-bdbf .section-warm-e5f4 {
  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;
}
.silver-bdbf .avatar_lower_0e37 {
  text-align: center;
  padding: 2em 1.5em;
  border: none;
  position: relative;
}
.silver-bdbf .avatar_lower_0e37: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) {
  .silver-bdbf .avatar_lower_0e37:before {
    width: 16%;
    left: 42%;
  }
}
.silver-bdbf .avatar_lower_0e37:last-child:before {
  content: none;
}
.silver-bdbf .avatar_lower_0e37[class*="-menu"] {
  padding: 2.5em 1.5em;
}
.silver-bdbf .image-2feb .outline-f556 li a {
  border: none;
  font-size: 140%;
  text-transform: uppercase;
  font-weight: 500;
}
.silver-bdbf .image-2feb .outline-f556 li a .last_5f3d {
  display: inline-block;
  position: relative;
  border: 0 none;
  margin-right: -1.3em;
  top: -2px;
  padding: 0.28em 0.5em;
}
.silver-bdbf .image-2feb .search_cff3 {
  border: none;
}
.silver-bdbf .image-2feb .search_cff3 li a {
  text-transform: none;
  padding: 0.35em 1.5em;
  font-size: 100%;
}
.silver-bdbf .highlight_hard_6aa6 {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}
.silver-bdbf .layout-copper-2846 {
  max-width: 48em;
  margin: 3em auto;
  padding: 0;
}
.silver-bdbf .basic-9dc9 .highlight_hard_6aa6:before {
  background: rgba(0, 0, 0, 0.9);
}
.silver-bdbf .outline-cb8b.logo-1f5f .feature-f4bf {
  background: rgba(0, 0, 0, 0.6);
}
.silver-bdbf
  .outline-cb8b.logo-1f5f
  .feature-f4bf::after,
.silver-bdbf
  .outline-cb8b.logo-1f5f
  .feature-f4bf:before {
  background: inherit;
}
.silver-bdbf
  .outline-cb8b.logo-1f5f:hover
  .feature-f4bf {
  background: rgba(0, 0, 0, 0.8);
}
.secondary_stone_d71a .section-warm-e5f4 {
  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) {
  .secondary_stone_d71a .section-warm-e5f4 {
    width: auto;
    right: 45px;
  }
}
.gradient_6219 .section-warm-e5f4 {
  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) {
  .gradient_6219 .section-warm-e5f4 {
    width: auto;
    left: 45px;
  }
}
.component_easy_5e89 .section-warm-e5f4 {
  position: relative;
  height: 0;
  display: block;
  visibility: visible;
  z-index: 999900;
  overflow: hidden;
}
.component_easy_5e89 .layout-copper-2846 {
  max-width: 48em;
  margin: 0 auto;
}
.component_easy_5e89 .highlight_hard_6aa6:before {
  box-shadow: inset 0 0 12px 0 rgba(0, 0, 0, 0.05);
}
.avatar_470f {
  overflow-x: hidden;
  position: relative;
  width: 100%;
  display: block;
}
.avatar_470f.silver-bdbf .section-warm-e5f4 {
  z-index: 0;
  opacity: 0;
  height: 100%;
}
.avatar_470f.secondary_stone_d71a .section-warm-e5f4 {
  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);
}
.avatar_470f .section-warm-e5f4 {
  visibility: visible;
}
.avatar_470f.gradient_6219 .section-warm-e5f4 {
  -webkit-transform: translateX(200%);
  -ms-transform: translateX(200%);
  transform: translateX(200%);
  height: 100%;
}
.caption_1b43,
.carousel_dim_5327 {
  overflow-x: hidden;
}
.caption_1b43 .section-warm-e5f4 {
  overflow: auto;
}
.caption_1b43.silver-bdbf {
  overflow: initial;
  position: relative;
  width: 100%;
  display: block;
}
.caption_1b43.silver-bdbf .section-warm-e5f4 {
  z-index: 999900;
  opacity: 1;
  visibility: visible;
}
.caption_1b43.silver-bdbf .focus_bright_2d1d {
  opacity: 0;
}
.caption_1b43.secondary_stone_d71a {
  overflow: initial;
  position: relative;
  width: 100%;
  display: block;
}
.caption_1b43.secondary_stone_d71a .section-warm-e5f4 {
  z-index: 999900;
  height: 100vh;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  left: 0;
  visibility: visible;
}
.caption_1b43.secondary_stone_d71a .focus_bright_2d1d {
  opacity: 0;
}
.caption_1b43.gradient_6219 {
  overflow: initial;
  position: relative;
  width: 100%;
  display: block;
}
.caption_1b43.gradient_6219 .section-warm-e5f4 {
  z-index: 999900;
  height: 100vh;
  max-width: 100vw;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  right: 0;
  visibility: visible;
}
.caption_1b43.gradient_6219 .focus_bright_2d1d {
  opacity: 0;
}
.caption_1b43.component_easy_5e89 .section-warm-e5f4 {
  z-index: 10;
  visibility: visible;
}
.logo-1f5f {
  display: none;
  z-index: 999910;
  cursor: pointer;
  position: fixed;
  top: 10px;
  right: 12px;
}
.logo-1f5f .feature-f4bf {
  background: rgba(255, 255, 255, 0.99);
}
.logo-1f5f .feature-f4bf::after,
.logo-1f5f .feature-f4bf:before {
  background: inherit;
}
.logo-1f5f:hover .feature-f4bf {
  background: rgba(255, 255, 255, 0.99);
}
.gradient_6219 .logo-1f5f {
  top: 10px;
  right: auto;
  left: 12px;
}
.component_easy_5e89 .logo-1f5f {
  display: none !important;
}
.caption_1b43:before,
.carousel_dim_5327:before {
  z-index: 999897;
  visibility: visible;
  opacity: 1;
}
.caption_1b43 .logo-1f5f,
.carousel_dim_5327 .logo-1f5f {
  display: inline-block;
}
.section-warm-e5f4 .liquid-1396 {
  -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;
}
.caption_1b43 .section-warm-e5f4 .liquid-1396,
.carousel_dim_5327 .section-warm-e5f4 .liquid-1396 {
  opacity: 1;
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
}
.north_143d .texture-green-9d1d {
  width: 100%;
}
.main_new_839c {
  padding: 0 0.5em 0;
}
.main_new_839c [class*="customify-col-"],
.main_new_839c [class*="customify-col_"],
.main_new_839c [class~="customify-col"] {
  padding: 0 0.5em 0;
}
.grid_short_8668 .main_new_839c {
  padding-left: 1em;
  padding-right: 1em;
}
@media screen and (min-width: 1025px) {
  .status-62cf .complex-346e,
  .complex-346e {
    display: none;
  }
  .solid_2fed {
    text-align: left;
  }
  .video_dbb8 {
    text-align: center;
  }
  .prev-9a41 {
    text-align: right;
  }
}
@media screen and (max-width: 1024px) {
  .status-62cf .link_cb93,
  .link_cb93 {
    display: none;
  }
  .clean-9ae5 {
    text-align: left;
  }
  .slow_0c9a {
    text-align: center;
  }
  .block-current-aacd {
    text-align: right;
  }
}
@media screen and (max-width: 568px) {
  .status-62cf .secondary-4c8f,
  .secondary-4c8f {
    display: none;
  }
  .action_5f64 {
    text-align: left;
  }
  .outline_bcb9 {
    text-align: center;
  }
  .east_9dfd {
    text-align: right;
  }
}
#page {
  position: relative;
}
.overlay-fc30 {
  box-shadow: none !important;
}
.text-98e6 .overlay_up_777b,
.current_4204 .overlay_up_777b {
  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;
}
.current_4204 .overlay_up_777b {
  margin-top: 30px;
  margin-bottom: 30px;
}
.logo_2f24 {
  position: relative;
  padding-left: 2em;
  padding-right: 2em;
}
.logo_2f24:after,
.logo_2f24:before {
  content: "";
  display: table;
}
.logo_2f24:after {
  clear: both;
}
@media screen and (max-width: 48em) {
  .logo_2f24 {
    padding-left: 1em;
    padding-right: 1em;
  }
}
.logo_2f24,
.widget_683d {
  max-width: 1248px;
  margin: 0 auto;
}

.alert_pro_3f48.wide_77b7 .logo_2f24 {
  max-width: 100%;
}
.alert_pro_3f48.button-in-4938 {
  max-width: 1200px;
  margin: 0 auto;
}
.alert_pro_3f48.panel-dim-3bbe .logo_2f24 {
  max-width: 100%;
}
.alert_pro_3f48.panel-dim-3bbe > .logo_2f24 {
  padding-left: 0;
  padding-right: 0;
}
.alert_pro_3f48.panel-dim-3bbe > .logo_2f24 .status-62cf {
  margin: 0;
}
.alert_pro_3f48.panel-dim-3bbe
  > .logo_2f24
  .background_orange_f7c2.aside_66cb {
  margin-right: 0;
  margin-left: 0;
}
.alert_pro_3f48.panel-dim-3bbe #main.aside_66cb {
  padding: 0;
}
#main,
#sidebar-primary,
#sidebar-secondary {
  padding-top: 2.617924em;
  padding-bottom: 2.617924em;
}
@media screen and (max-width: 1024px) {
  .texture_clean_ade3 #main {
    border-left: 0 none;
  }
}
@media screen and (max-width: 1024px) {
  .texture_clean_ade3 #sidebar-secondary {
    -webkit-box-ordinal-group: 6;
    order: 5;
    display: none;
  }
}
@media screen and (min-width: 48em) {
  .wrapper_hard_f3e9 .dim_6a53 {
    padding-right: 1em;
  }
  .wrapper_hard_f3e9.block_625c .background_orange_f7c2 {
    border-right: 1px solid #eaecee;
  }
  .wrapper_hard_f3e9.block_625c .dim_6a53 {
    padding-right: 1em;
  }
  .wrapper_hard_f3e9.block_625c .container_upper_7110 {
    padding-left: 1em;
  }
}
@media screen and (min-width: 48em) {
  .detail-ba07 .dim_6a53 {
    padding-left: 1em;
  }
  .detail-ba07.block_625c .background_orange_f7c2 {
    border-left: 1px solid #eaecee;
  }
  .detail-ba07.block_625c .dim_6a53 {
    padding-left: 1em;
  }
  .detail-ba07.block_625c .container_upper_7110 {
    padding-right: 1em;
  }
}
@media screen and (min-width: 48em) {
  .clean-8155 .dim_6a53 {
    padding-left: 1em;
  }
  .clean-8155.block_625c .clean-d8a9 {
    border-right: 1px solid #eaecee;
  }
  .clean-8155.block_625c .basic-2cb5 {
    border-right: 1px solid #eaecee;
  }
  .clean-8155.block_625c .dim_6a53 {
    padding-left: 1em;
  }
  .clean-8155.block_625c .container_upper_7110 {
    padding-right: 1em;
  }
  .clean-8155.block_625c .cool-ead7 {
    padding-left: 1em;
    padding-right: 1em;
  }
}
@media screen and (min-width: 48em) {
  .slider_upper_22e9 .dim_6a53 {
    padding-right: 1em;
  }
  .slider_upper_22e9.block_625c .clean-d8a9 {
    border-left: 1px solid #eaecee;
  }
  .slider_upper_22e9.block_625c .basic-2cb5 {
    border-left: 1px solid #eaecee;
  }
  .slider_upper_22e9.block_625c .dim_6a53 {
    padding-right: 1em;
  }
  .slider_upper_22e9.block_625c .container_upper_7110 {
    padding-left: 1em;
    padding-right: 1em;
  }
  .slider_upper_22e9.block_625c .cool-ead7 {
    padding-left: 1em;
  }
}
@media screen and (min-width: 48em) {
  .texture_clean_ade3 .dim_6a53 {
    padding-left: 1em;
    padding-right: 1em;
  }
  .texture_clean_ade3.block_625c .background_orange_f7c2 {
    border-left: 1px solid #eaecee;
    border-right: 1px solid #eaecee;
  }
  .texture_clean_ade3.block_625c .dim_6a53 {
    padding-left: 1em;
    padding-right: 1em;
  }
  .texture_clean_ade3.block_625c .container_upper_7110 {
    padding-left: 1em;
  }
  .texture_clean_ade3.block_625c .cool-ead7 {
    padding-right: 1em;
  }
}
@media screen and (max-width: 64em) {
  .texture_clean_ade3.block_625c .dim_6a53 {
    padding-left: 0;
  }
}
.lower_9925 .column_1697 {
  display: inline-block;
}
.icon-pro-0cf1 {
  display: inline-block;
}
.active_67b6 {
  word-con: break-word;
}
.breadcrumb_b36d > span {
  display: inline-block;
  padding: 5px 0;
}
.breadcrumb_b36d .filter-old-1868 {
  margin-left: 8px;
  margin-right: 8px;
}
.breadcrumb_b36d .large-175d img {
  vertical-align: middle;
  overflow: hidden;
  border-radius: 50%;
  margin-right: 5px;
}
.gallery-6dbd .fluid-ca14 {
  margin-bottom: 2em;
}
.gallery-6dbd .selected_94f4 {
  margin-bottom: 15px;
}
.gallery-6dbd .selected_94f4:last-child {
  margin-bottom: 0;
}
.gallery-6dbd .hard_cd66 {
  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) {
  .gallery-6dbd .hard_cd66 {
    display: block;
  }
}
.gallery-6dbd .large-e040 {
  position: relative;
  max-width: 100%;
  flex-basis: 40%;
  padding-top: 0;
  overflow: hidden;
}
@media screen and (max-width: 568px) {
  .gallery-6dbd .large-e040 {
    margin-bottom: 1em;
    width: 100% !important;
    padding-top: 56.25%;
  }
}
.gallery-6dbd .text-028d {
  position: absolute;
  top: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: flex;
  line-height: 0;
  background-color: #d5d5d5;
}
.gallery-6dbd .text-028d img {
  -o-object-fit: cover;
  object-fit: cover;
  width: 100%;
  height: auto;
}
.gallery-6dbd .text-028d a {
  position: absolute;
  top: 0;
  top: 0;
  display: block;
}
.gallery-6dbd .active_67b6 {
  font-size: 1.5em;
  font-weight: 500;
  word-con: break-word;
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
}
.gallery-6dbd .active_67b6 a {
  text-align: inherit;
  display: block;
  flex-basis: 100%;
}
.gallery-6dbd .wrapper_87cc p:last-child {
  margin-bottom: 0;
}
.gallery-6dbd .full-0ddc {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: block;
  z-index: 30;
}
.gallery-6dbd .shadow-3025 {
  -webkit-box-flex: 1;
  flex: 1;
  word-con: break-word;
  max-width: 100%;
}
.gallery-6dbd .text-smooth-6557 {
  margin-top: 1em;
}
.gallery-6dbd .steel-cf8c {
  top: 0;
  display: block;
}
.gallery-6dbd .steel-cf8c a {
  color: inherit;
}
.gallery-6dbd .steel-cf8c a:hover {
  color: inherit;
}
.gallery-6dbd .block_4c37 {
  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;
}
.gallery-6dbd .block_4c37:hover {
  background: #235787;
  color: #fff;
  border-color: #235787;
}
.gallery-6dbd .shadow-3025 {
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-flow: column nowrap;
}
.gallery-6dbd .narrow-6d7e {
  position: relative;
  width: 100%;
  margin-bottom: 15px;
}
.gallery-6dbd .narrow-6d7e:first-child {
  margin-top: 0;
}
.gallery-6dbd .narrow-6d7e.element_2aa3 {
  -webkit-box-flex: 0;
  flex: none;
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.gallery-6dbd .narrow-6d7e.widget-fixed-18e4 {
  display: -webkit-box;
  display: flex;
  margin-top: auto;
  margin-bottom: 0;
  -webkit-box-pack: justify;
  justify-content: space-between;
}
.gallery-6dbd
  .narrow-6d7e.widget-fixed-18e4.selected_170c
  .text-smooth-6557 {
  width: 100%;
}
.gallery-6dbd .widget-fixed-18e4 {
  -webkit-box-align: center;
  align-items: center;
}
.gallery-6dbd .widget-fixed-18e4 .breadcrumb_b36d,
.gallery-6dbd .widget-fixed-18e4 > * {
  margin-bottom: 0;
  margin-top: 0;
  display: inline-block;
}
.gallery-6dbd .text-028d {
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
.gallery-6dbd .text-028d img {
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
.gallery-6dbd .text-028d: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;
}
.gallery-6dbd .element_2aa3 {
  z-index: 5;
}
.gallery-6dbd .tabs_489e .alert_white_0d8d {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  display: block;
}
.gallery-6dbd .box-33ba .alert_white_0d8d {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  display: block;
}
.gallery-6dbd .heading_static_2bc2 .alert_white_0d8d {
  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;
}
.gallery-6dbd.next-c976 .hard_cd66,
.gallery-6dbd.media-glass-afa4 .hard_cd66 {
  display: block;
}
.gallery-6dbd.next-c976 .hard_cd66 .active_4ecd,
.gallery-6dbd.next-c976 .hard_cd66 .shadow-3025,
.gallery-6dbd.media-glass-afa4 .hard_cd66 .active_4ecd,
.gallery-6dbd.media-glass-afa4 .hard_cd66 .shadow-3025 {
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
}
.gallery-6dbd.main_current_c724 .large-e040 {
  margin-right: 2em;
}
@media screen and (max-width: 568px) {
  .gallery-6dbd.main_current_c724 .large-e040 {
    margin-right: 0;
  }
}
.gallery-6dbd.next-c976 .large-e040,
.gallery-6dbd.media-glass-afa4 .large-e040 {
  padding-top: 40%;
}
.gallery-6dbd.next-c976 .fluid-ca14,
.gallery-6dbd.media-glass-afa4 .fluid-ca14 {
  display: block;
}
.gallery-6dbd.next-c976 .fn-sticky-613d .shadow-3025,
.gallery-6dbd.media-glass-afa4 .fn-sticky-613d .shadow-3025 {
  background-color: #fcf8e3;
  border: 1px solid #faf2cc;
  border-top: 0 none;
  color: #8a6d3b;
  padding: 1em;
}
.gallery-6dbd.next-c976 .large-e040,
.gallery-6dbd.media-glass-afa4 .large-e040 {
  margin-bottom: 1em;
  display: block;
  position: relative;
}
.gallery-6dbd.next-c976 .shadow-3025 {
  padding: 1em;
}
.thumbnail-fast-926e {
  margin: 30px auto;
  display: block;
}
.thumbnail-fast-926e .purple-7207 > * {
  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;
}
.thumbnail-fast-926e .purple-7207 > :hover {
  border-color: #235787;
  background: #235787;
  color: #fff;
}
.thumbnail-fast-926e .purple-7207 span {
  border-color: #235787;
  background: #235787;
  color: #fff;
}
.orange-8222 .breadcrumb_b36d {
  margin-bottom: 1.41575em;
}
.orange-8222 .title-pink-45da {
  margin-bottom: 1.618em;
}
.layout_4998 .gradient-f476 {
  display: block;
  margin: 5px 0 20px;
  font-weight: 500;
}
.layout_4998 .gradient-f476 a {
  border: 1px solid #eaecee;
  padding: 5px 12px 5px;
  text-transform: uppercase;
  color: #686868;
  margin: 0 2px;
}
.layout_4998 .heading_stone_7b4d {
  max-width: 100%;
  overflow: auto;
}
.texture_silver_2165 .layout_4998 a:hover {
  text-decoration: underline;
}
.hidden-dark-120a .selected_94f4:not(.active_67b6),
.hidden-dark-120a .text-028d {
  margin-bottom: 1.41575em;
}
.hidden-dark-120a .selected_94f4:not(.active_67b6):last-child,
.hidden-dark-120a .text-028d:last-child {
  margin-bottom: 0;
}
.hidden-dark-120a .selected_94f4.east_bf70 {
  margin-bottom: 0.41575em;
}
.hidden-dark-120a .south_de47:before,
.hidden-dark-120a .liquid_e7b6:before {
  font: normal normal normal 16px/1 FontAwesome;
  text-decoration: inherit;
  text-transform: none;
  position: relative;
  margin-right: 5px;
  color: #6d6d6d;
}
.hidden-dark-120a .south_de47:before {
  content: "\f115";
}
.hidden-dark-120a .liquid_e7b6:before {
  content: "\f02c";
}
.hidden-dark-120a .frame_218b {
  display: block;
  width: 100%;
  margin-top: 0.5407911001em;
}
.hidden-dark-120a .frame_218b a {
  text-transform: uppercase;
  font-weight: 500;
  font-size: 80%;
  letter-spacing: 0.5px;
}
.gradient-hard-e77f {
  display: -webkit-box;
  display: flex;
}
.gradient-hard-e77f .card-tall-1b92 {
  flex-basis: 90px;
}
@media screen and (max-width: 568px) {
  .gradient-hard-e77f .card-tall-1b92 {
    flex-basis: 90px;
  }
}
.gradient-hard-e77f .iron_bd36 {
  flex-basis: calc(100% - 90px);
  margin-left: 1.5em;
}
@media screen and (max-width: 568px) {
  .gradient-hard-e77f .iron_bd36 {
    flex-basis: calc(100% - 50px);
  }
}
.gradient-hard-e77f .action_17c7 p:last-child {
  margin-bottom: 0.72em;
}
.footer-old-7a6d .purple-7207 {
  padding: 16px 0 15px;
  border-top: 1px solid #eaecee;
  border-bottom: 1px solid #eaecee;
}
.footer-old-7a6d .purple-7207:after,
.footer-old-7a6d .purple-7207:before {
  content: "";
  display: table;
}
.footer-old-7a6d .purple-7207:after {
  clear: both;
}
.footer-old-7a6d .purple-7207 .caption-fa35,
.footer-old-7a6d .purple-7207 .icon_over_99fb {
  width: 49%;
}
.footer-old-7a6d .purple-7207 .caption-fa35 a span.button-medium-811f,
.footer-old-7a6d .purple-7207 .icon_over_99fb a span.button-medium-811f {
  display: block;
  margin-bottom: 5px;
}
.footer-old-7a6d .purple-7207 .icon_over_99fb {
  float: left;
  text-align: left;
}
.footer-old-7a6d .purple-7207 .caption-fa35 {
  float: right;
  text-align: right;
}
.paper-4dc8 {
  margin-bottom: 0.41575em;
}
@media screen and (max-width: 568px) {
  .paper-4dc8 {
    margin-bottom: 0;
  }
}
.up-2ba2 {
  margin-bottom: 1em;
}
.up-2ba2 .active_67b6 {
  font-size: 1.1em;
  line-height: 1.3;
}
.slider-hard-766e a {
  display: block;
  line-height: 0;
  position: relative;
}
.thumbnail-d04b .up-2ba2,
.backdrop-dd91 .up-2ba2 {
  display: -webkit-box;
  display: flex;
}
@media screen and (max-width: 568px) {
  .thumbnail-d04b .up-2ba2,
  .backdrop-dd91 .up-2ba2 {
    display: block;
  }
}
.thumbnail-d04b .slider-hard-766e,
.backdrop-dd91 .slider-hard-766e {
  flex-basis: 160px;
  position: relative;
}
@media screen and (max-width: 568px) {
  .thumbnail-d04b .slider-hard-766e,
  .backdrop-dd91 .slider-hard-766e {
    margin-bottom: 1em;
  }
}
.thumbnail-d04b .slider-hard-766e img,
.backdrop-dd91 .slider-hard-766e img {
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  display: block;
}
.thumbnail-d04b .container_white_7eb9,
.backdrop-dd91 .container_white_7eb9 {
  flex-basis: calc(100% - 160px);
}
.thumbnail-d04b .container_white_7eb9 p,
.backdrop-dd91 .container_white_7eb9 p {
  margin-bottom: 0;
}
.thumbnail-d04b .container_white_7eb9 {
  padding-left: 1em;
}
@media screen and (max-width: 568px) {
  .thumbnail-d04b .container_white_7eb9 {
    padding-left: 0;
  }
}
.backdrop-dd91 .container_white_7eb9 {
  -webkit-box-ordinal-group: 2;
  order: 1;
  padding-right: 1em;
}
@media screen and (max-width: 568px) {
  .backdrop-dd91 .container_white_7eb9 {
    padding-right: 0;
  }
}
.backdrop-dd91 .slider-hard-766e {
  -webkit-box-ordinal-group: 3;
  order: 2;
}
.black-7168 .slider-hard-766e {
  margin-bottom: 0.5em;
}
.black-7168 .slider-hard-766e img {
  width: 100%;
}
.complex_f4e5 .widget_fixed_7969,
.purple-f0d4 .widget_fixed_7969 {
  margin-bottom: 35px;
  padding-bottom: 20px;
  border-bottom: 1px solid #eaecee;
}
.purple-f0d4 .background_orange_f7c2 .paragraph-new-2215 p:last-child {
  margin-bottom: 0;
}
.medium_0796 {
  font-size: 16px;
  text-transform: uppercase;
  font-weight: 500;
  color: currentColor;
  margin-bottom: 20px;
}
.photo-medium-02cd .widget_inner_91b2 {
  margin-bottom: 2em;
}
@media screen and (min-width: 1025px) {
  .photo-medium-02cd .widget_inner_91b2:last-of-type {
    margin-bottom: 0;
  }
}
.photo-medium-02cd .widget_inner_91b2 ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.photo-medium-02cd .widget_inner_91b2 ul:after {
  clear: both;
  content: ".";
  display: block;
  height: 0;
  visibility: hidden;
}
.photo-medium-02cd .widget_inner_91b2 ul li {
  margin: 0 0 0.6em;
}
.photo-medium-02cd .widget_inner_91b2 ul li.hero_up_e03f,
.photo-medium-02cd .widget_inner_91b2 ul li.footer_d8cf {
  position: relative;
}
.photo-medium-02cd .widget_inner_91b2 ul li.hero_up_e03f .shade_636f,
.photo-medium-02cd .widget_inner_91b2 ul li.footer_d8cf .shade_636f {
  right: 0;
  background: #eaecee;
  color: #999;
  padding: 0 0.5em;
  border-radius: 0.9em;
  font-size: 12px;
  position: absolute;
  top: 4px;
}
.photo-medium-02cd .widget_inner_91b2 ul li.hero_up_e03f:after:after,
.photo-medium-02cd .widget_inner_91b2 ul li.hero_up_e03f:after:before,
.photo-medium-02cd
  .widget_inner_91b2
  ul
  li.footer_d8cf:after:after,
.photo-medium-02cd
  .widget_inner_91b2
  ul
  li.footer_d8cf:after:before {
  content: "";
  display: table;
}
.photo-medium-02cd .widget_inner_91b2 ul li.hero_up_e03f:after:after,
.photo-medium-02cd
  .widget_inner_91b2
  ul
  li.footer_d8cf:after:after {
  clear: both;
}
.photo-medium-02cd .widget_inner_91b2 a.outer_3f34:hover {
  text-decoration: none;
}
.photo-medium-02cd .widget_inner_91b2 select {
  max-width: 100%;
}
.photo-medium-02cd .widget_inner_91b2 table {
  font-size: 85%;
}
.photo-medium-02cd .widget_inner_91b2 table td,
.photo-medium-02cd .widget_inner_91b2 table th {
  padding: 0.2360828548em;
  text-align: center;
}
.photo-medium-02cd .widget_inner_91b2 table tfoot td {
  text-align: left;
}
.photo-medium-02cd .widget_inner_91b2 :last-child {
  margin-bottom: 0;
}
.photo-medium-02cd .widget_inner_91b2 .upper-37c0 {
  display: -webkit-box;
  display: flex;
  width: 100%;
  max-width: 100%;
}
.photo-medium-02cd .widget_inner_91b2 .upper-37c0 label {
  width: 100%;
}
.photo-medium-02cd .widget_inner_91b2 .upper-37c0 .nav_yellow_7593 {
  width: 100%;
  display: block;
}
.photo-medium-02cd .widget_inner_91b2 .upper-37c0 .slow-8b00 {
  padding: 9px 14px;
  margin-left: -46px;
  overflow: hidden;
  box-shadow: none;
  background: 0 0;
  color: #aaa;
  line-height: 0;
}
.photo-medium-02cd .widget_inner_91b2 .upper-37c0 .slow-8b00:hover svg #svg-search {
  fill: #444;
}
.photo-medium-02cd .widget_inner_91b2 .upper-37c0 .slow-8b00 svg {
  width: 18px;
  height: 18px;
}
.photo-medium-02cd .block_86cd ul ul,
.photo-medium-02cd .element_97af ul ul,
.photo-medium-02cd .carousel-0aee ul ul,
.photo-medium-02cd .media-fluid-dde2 ul ul {
  margin-top: 0.3819820591em;
  margin-left: 0;
  margin-bottom: -0.3819820591em;
}
.photo-medium-02cd .block_86cd .hard-f892 > a,
.photo-medium-02cd .element_97af .hard-f892 > a,
.photo-medium-02cd .carousel-0aee .hard-f892 > a,
.photo-medium-02cd .media-fluid-dde2 .hard-f892 > a {
  margin-bottom: 0;
}
.photo-medium-02cd .north-0cf2 li,
.photo-medium-02cd .block_86cd li,
.photo-medium-02cd .gradient_red_cd58 li,
.photo-medium-02cd .element_97af li,
.photo-medium-02cd .carousel-0aee li,
.photo-medium-02cd .media-fluid-dde2 li,
.photo-medium-02cd .overlay_51fb li,
.photo-medium-02cd .warm_5c60 li {
  display: block;
  position: relative;
}
.photo-medium-02cd .north-0cf2 li:last-child,
.photo-medium-02cd .block_86cd li:last-child,
.photo-medium-02cd .gradient_red_cd58 li:last-child,
.photo-medium-02cd .element_97af li:last-child,
.photo-medium-02cd .carousel-0aee li:last-child,
.photo-medium-02cd .media-fluid-dde2 li:last-child,
.photo-medium-02cd .overlay_51fb li:last-child,
.photo-medium-02cd .warm_5c60 li:last-child {
  border: none;
}
.photo-medium-02cd .north-0cf2 li a,
.photo-medium-02cd .block_86cd li a,
.photo-medium-02cd .gradient_red_cd58 li a,
.photo-medium-02cd .element_97af li a,
.photo-medium-02cd .carousel-0aee li a,
.photo-medium-02cd .media-fluid-dde2 li a,
.photo-medium-02cd .overlay_51fb li a,
.photo-medium-02cd .warm_5c60 li a {
  display: block;
  width: 100%;
  padding-bottom: 0.6em;
  margin-bottom: 0.6em;
  border-bottom: 1px solid #eaecee;
  position: relative;
}
.photo-medium-02cd .north-0cf2 li ul li::before,
.photo-medium-02cd .block_86cd li ul li::before,
.photo-medium-02cd .gradient_red_cd58 li ul li::before,
.photo-medium-02cd .element_97af li ul li::before,
.photo-medium-02cd .carousel-0aee li ul li::before,
.photo-medium-02cd .media-fluid-dde2 li ul li::before,
.photo-medium-02cd .overlay_51fb li ul li::before,
.photo-medium-02cd .warm_5c60 li ul li::before {
  left: 15px;
}
.photo-medium-02cd .north-0cf2 li ul a,
.photo-medium-02cd .block_86cd li ul a,
.photo-medium-02cd .gradient_red_cd58 li ul a,
.photo-medium-02cd .element_97af li ul a,
.photo-medium-02cd .carousel-0aee li ul a,
.photo-medium-02cd .media-fluid-dde2 li ul a,
.photo-medium-02cd .overlay_51fb li ul a,
.photo-medium-02cd .warm_5c60 li ul a {
  padding-left: 20px;
}
.photo-medium-02cd .north-0cf2 li ul ul li::before,
.photo-medium-02cd .block_86cd li ul ul li::before,
.photo-medium-02cd .gradient_red_cd58 li ul ul li::before,
.photo-medium-02cd .element_97af li ul ul li::before,
.photo-medium-02cd .carousel-0aee li ul ul li::before,
.photo-medium-02cd .media-fluid-dde2 li ul ul li::before,
.photo-medium-02cd .overlay_51fb li ul ul li::before,
.photo-medium-02cd .warm_5c60 li ul ul li::before {
  left: 30px;
}
.photo-medium-02cd .north-0cf2 li ul ul a,
.photo-medium-02cd .block_86cd li ul ul a,
.photo-medium-02cd .gradient_red_cd58 li ul ul a,
.photo-medium-02cd .element_97af li ul ul a,
.photo-medium-02cd .carousel-0aee li ul ul a,
.photo-medium-02cd .media-fluid-dde2 li ul ul a,
.photo-medium-02cd .overlay_51fb li ul ul a,
.photo-medium-02cd .warm_5c60 li ul ul a {
  padding-left: 40px;
}
.photo-medium-02cd .tiny_813e li {
  padding-bottom: 0.6em;
  border-bottom: 1px solid #eaecee;
  position: relative;
}
.photo-medium-02cd .warm_5c60 ul li {
  margin-bottom: 1.41575em;
}
.photo-medium-02cd .warm_5c60 ul li .current_b571 {
  font-weight: 400;
  font-size: 1.2em;
  line-height: 1.28;
}
.photo-medium-02cd .warm_5c60 ul li .accordion-89a9 {
  display: block;
  margin: 0.5407911001em 0;
  font-size: 85%;
}
.basic-9dc9 .north-0cf2 li a,
.basic-9dc9 .block_86cd li a,
.basic-9dc9 .gradient_red_cd58 li a,
.basic-9dc9 .element_97af li a,
.basic-9dc9 .carousel-0aee li a,
.basic-9dc9 .media-fluid-dde2 li a,
.basic-9dc9 .overlay_51fb li a,
.basic-9dc9 .warm_5c60 li a {
  border-color: rgba(255, 255, 255, 0.08);
}
.basic-9dc9 .tiny_813e li {
  border-color: rgba(255, 255, 255, 0.08);
}
.basic-9dc9 .widget_inner_91b2 ul li.hero_up_e03f .shade_636f,
.basic-9dc9 .widget_inner_91b2 ul li.footer_d8cf .shade_636f {
  background: rgba(0, 0, 0, 0.2);
}
.basic-9dc9 .photo-medium-02cd .widget_inner_91b2 select {
  border-color: rgba(255, 255, 255, 0.08);
}
.alert_pro_3f48 .photo-medium-02cd .outline-f556 li {
  margin: 0;
}
.alert_pro_3f48 .photo-medium-02cd .outline-f556 li a {
  display: block;
  padding: 0.6em 0 0.6em;
}
.alert_pro_3f48 .photo-medium-02cd .outline-f556 li ul {
  margin: 0;
}
.alert_pro_3f48 .photo-medium-02cd .outline-f556 li ul li a {
  padding-left: 15px;
}
.alert_pro_3f48 .photo-medium-02cd .outline-f556 li ul li li a {
  padding-left: 30px;
}
.alert_pro_3f48 .photo-medium-02cd .outline-f556 li.alert_center_6828 > a {
  position: relative;
  border: 1px solid #eaecee;
  border-left: none;
  border-right: none;
  font-size: 110%;
}
.alert_pro_3f48 .photo-medium-02cd .outline-f556 li.alert_center_6828 > 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;
}
.alert_pro_3f48 .photo-medium-02cd .outline-f556 li.alert_center_6828 > 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;
}
.cold-ab88 a {
  border: 1px solid currentColor;
  border-radius: 2px;
  display: inline-block;
  font-size: 0.875em !important;
  margin-bottom: 5px;
  padding: 1px 10px 1px;
}
.wrapper-cool-a7f4 {
  position: relative;
  z-index: 10;
}
.wrapper-cool-a7f4 .liquid-1396 {
  width: 100%;
  max-width: 100%;
}
.first-6045 .silver_92de {
  padding-top: 2em;
  padding-bottom: 2em;
}
.first-6045 .outline-cb8b {
}
.first-6045 .basic-9dc9 {
  background: #292929;
}
.hidden_gold_1c0d .silver_92de {
  padding-top: 2.5em;
  padding-bottom: 2.5em;
}
.hidden_gold_1c0d .outline-cb8b {
  background: #f9f9f9;
}
.hidden_gold_1c0d .basic-9dc9 {
  background: #303030;
}
.content_outer_fb44 .silver_92de {
  padding-top: 1.5em;
  padding-bottom: 1.5em;
}
@media screen and (max-width: 568px) {
  .content_outer_fb44 .column_1697 {
    margin-bottom: 1em;
  }
  .content_outer_fb44 .column_1697:last-child {
    margin-bottom: 0;
  }
}
.content_outer_fb44 .outline-cb8b {
  background: #ededed;
}
.content_outer_fb44 .basic-9dc9 {
  background: #1a1a1a;
}
.silver_92de.outline-cb8b {
  color: rgba(0, 0, 0, 0.6);
}
.silver_92de.outline-cb8b .logo-cf3d li {
  border-color: rgba(0, 0, 0, 0.08);
}
.silver_92de.basic-9dc9 {
  color: rgba(255, 255, 255, 0.99);
}
.silver_92de.basic-9dc9 a:not(.outer_3f34) {
  color: rgba(255, 255, 255, 0.79);
}
.silver_92de.basic-9dc9 a:not(.outer_3f34):hover {
  color: rgba(255, 255, 255, 0.99);
}
.silver_92de.basic-9dc9 .logo-cf3d li {
  border-color: rgba(255, 255, 255, 0.08);
}
.silver_92de.basic-9dc9 table tbody td,
.silver_92de.basic-9dc9 table th {
  background: rgba(0, 0, 0, 0.08);
}
.card-c445.pattern_new_046c .logo_2f24 {
  max-width: initial;
}
.card-c445 .full_e1a1 {
  -webkit-box-pack: start;
  justify-content: flex-start;
}
.card-c445 .full_e1a1 .liquid-1396 {
  width: auto;
}
@media screen and (max-width: 1024px) {
  .card-c445 .full_e1a1 .liquid-1396 {
    display: block;
    margin-bottom: 2em;
  }
  .card-c445 .full_e1a1 .liquid-1396:last-child {
    margin-bottom: 0;
  }
}
.content_outer_fb44 .column_1697:last-child,
.hidden_gold_1c0d .column_1697:last-child,
.first-6045 .column_1697:last-child {
  margin-bottom: 0;
}
.content_outer_fb44 .column_1697 .photo-medium-02cd .widget_inner_91b2:last-child,
.hidden_gold_1c0d .column_1697 .photo-medium-02cd .widget_inner_91b2:last-child,
.first-6045 .column_1697 .photo-medium-02cd .widget_inner_91b2:last-child {
  margin-bottom: 0;
}
@media screen and (max-width: 568px) {
  .content_outer_fb44 .detail-dafd,
  .content_outer_fb44 .border_soft_1ea2,
  .hidden_gold_1c0d .detail-dafd,
  .hidden_gold_1c0d .border_soft_1ea2,
  .first-6045 .detail-dafd,
  .first-6045 .border_soft_1ea2 {
    text-align: center;
  }
}
@media screen and (max-width: 48em) {
  .wrapper-cool-a7f4 .column_1697 {
    margin-bottom: 2em;
  }
}
.wrapper-cool-a7f4 p:last-child {
  margin-bottom: 0;
}
.wrapper-cool-a7f4 li,
.wrapper-cool-a7f4 ul {
  list-style: none;
  margin: 0;
}
.wrapper-cool-a7f4 ul ul {
  margin-left: 2.617924em;
}
.small_ad7c {
  font-size: 0.875em;
}

/* css-noise: 74b9 */
.promo-block-x1 {
  padding: 0.4rem;
  font-size: 12px;
  line-height: 1.0;
}
