﻿@charset "UTF-8";
/*! normalize.css v8.0.0 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
@import url("https://fonts.googleapis.com/css?family=Lato:400,700,900");
html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */ }

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0; }

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0; }

/* Grouping content
   ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */ }

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */ }

/* Text-level semantics
   ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent; }

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  text-decoration: underline dotted;
  /* 2 */ }

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder; }

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */ }

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%; }

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sub {
  bottom: -0.25em; }

sup {
  top: -0.5em; }

/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none; }

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */ }

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible; }

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none; }

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button; }

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0; }

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText; }

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em; }

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */ }

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline; }

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto; }

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type="checkbox"],
[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto; }

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */ }

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */ }

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block; }

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item; }

/* Misc
   ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none; }

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none; }

body.compensate-for-scrollbar {
  overflow: hidden; }

.fancybox-active {
  height: auto; }

.fancybox-is-hidden {
  left: -9999px;
  margin: 0;
  position: absolute !important;
  top: -9999px;
  visibility: hidden; }

.fancybox-container {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, sans-serif, 'Apple Color Emoji',
 'Segoe UI Emoji', 'Segoe UI Symbol';
  height: 100%;
  left: 0;
  position: fixed;
  -webkit-tap-highlight-color: transparent;
  top: 0;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  width: 100%;
  z-index: 99992; }

.fancybox-container * {
  box-sizing: border-box; }

.fancybox-outer,
.fancybox-inner,
.fancybox-bg,
.fancybox-stage {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0; }

.fancybox-outer {
  -webkit-overflow-scrolling: touch;
  overflow-y: auto; }

.fancybox-bg {
  background: #1e1e1e;
  opacity: 0;
  transition-duration: inherit;
  transition-property: opacity;
  transition-timing-function: cubic-bezier(0.47, 0, 0.74, 0.71); }

.fancybox-is-open .fancybox-bg {
  opacity: .87;
  transition-timing-function: cubic-bezier(0.22, 0.61, 0.36, 1); }

.fancybox-infobar,
.fancybox-toolbar,
.fancybox-caption,
.fancybox-navigation .fancybox-button {
  direction: ltr;
  opacity: 0;
  position: absolute;
  transition: opacity .25s, visibility 0s linear .25s;
  visibility: hidden;
  z-index: 99997; }

.fancybox-show-infobar .fancybox-infobar,
.fancybox-show-toolbar .fancybox-toolbar,
.fancybox-show-caption .fancybox-caption,
.fancybox-show-nav .fancybox-navigation .fancybox-button {
  opacity: 1;
  transition: opacity .25s, visibility 0s;
  visibility: visible; }

.fancybox-infobar {
  color: #ccc;
  font-size: 13px;
  -webkit-font-smoothing: subpixel-antialiased;
  height: 44px;
  left: 0;
  line-height: 44px;
  min-width: 44px;
  mix-blend-mode: difference;
  padding: 0 10px;
  pointer-events: none;
  text-align: center;
  top: 0;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

.fancybox-toolbar {
  right: 0;
  top: 0; }

.fancybox-stage {
  direction: ltr;
  overflow: visible;
  -webkit-transform: translate3d(0, 0, 0);
  z-index: 99994; }

.fancybox-is-open .fancybox-stage {
  overflow: hidden; }

.fancybox-slide {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  display: none;
  height: 100%;
  left: 0;
  outline: none;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  padding: 44px;
  position: absolute;
  text-align: center;
  top: 0;
  transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  white-space: normal;
  width: 100%;
  z-index: 99994; }

.fancybox-slide::before {
  content: '';
  display: inline-block;
  height: 100%;
  margin-right: -.25em;
  vertical-align: middle;
  width: 0; }

.fancybox-is-sliding .fancybox-slide,
.fancybox-slide--previous,
.fancybox-slide--current,
.fancybox-slide--next {
  display: block; }

.fancybox-slide--next {
  z-index: 99995; }

.fancybox-slide--image {
  overflow: visible;
  padding: 44px 0; }

.fancybox-slide--image::before {
  display: none; }

.fancybox-slide--html {
  padding: 6px 6px 0 6px; }

.fancybox-slide--iframe {
  padding: 44px 44px 0; }

.fancybox-content {
  background: #fff;
  display: inline-block;
  margin: 0 0 6px 0;
  max-width: 100%;
  overflow: auto;
  padding: 0;
  padding: 24px;
  position: relative;
  text-align: left;
  vertical-align: middle; }

.fancybox-slide--image .fancybox-content {
  -webkit-animation-timing-function: cubic-bezier(0.5, 0, 0.14, 1);
  animation-timing-function: cubic-bezier(0.5, 0, 0.14, 1);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  background: transparent;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  left: 0;
  margin: 0;
  max-width: none;
  overflow: visible;
  padding: 0;
  position: absolute;
  top: 0;
  -webkit-transform-origin: top left;
  -ms-transform-origin: top left;
  transform-origin: top left;
  transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  z-index: 99995; }

.fancybox-can-zoomOut .fancybox-content {
  cursor: -webkit-zoom-out;
  cursor: zoom-out; }

.fancybox-can-zoomIn .fancybox-content {
  cursor: -webkit-zoom-in;
  cursor: zoom-in; }

.fancybox-can-drag .fancybox-content {
  cursor: -webkit-grab;
  cursor: grab; }

.fancybox-is-dragging .fancybox-content {
  cursor: -webkit-grabbing;
  cursor: grabbing; }

.fancybox-container [data-selectable='true'] {
  cursor: text; }

.fancybox-image,
.fancybox-spaceball {
  background: transparent;
  border: 0;
  height: 100%;
  left: 0;
  margin: 0;
  max-height: none;
  max-width: none;
  padding: 0;
  position: absolute;
  top: 0;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  width: 100%; }

.fancybox-spaceball {
  z-index: 1; }

.fancybox-slide--html .fancybox-content {
  margin-bottom: 6px; }

.fancybox-slide--video .fancybox-content,
.fancybox-slide--map .fancybox-content,
.fancybox-slide--iframe .fancybox-content {
  height: 100%;
  margin: 0;
  overflow: visible;
  padding: 0;
  width: 100%; }

.fancybox-slide--video .fancybox-content {
  background: #000; }

.fancybox-slide--map .fancybox-content {
  background: #e5e3df; }

.fancybox-slide--iframe .fancybox-content {
  background: #fff;
  height: calc(100% - 44px);
  margin-bottom: 44px; }

.fancybox-video,
.fancybox-iframe {
  background: transparent;
  border: 0;
  height: 100%;
  margin: 0;
  overflow: hidden;
  padding: 0;
  width: 100%; }

.fancybox-iframe {
  vertical-align: top; }

.fancybox-error {
  background: #fff;
  cursor: default;
  max-width: 400px;
  padding: 40px;
  width: 100%; }

.fancybox-error p {
  color: #444;
  font-size: 16px;
  line-height: 20px;
  margin: 0;
  padding: 0; }

/* Buttons */
.fancybox-button {
  background: rgba(30, 30, 30, 0.6);
  border: 0;
  border-radius: 0;
  cursor: pointer;
  display: inline-block;
  height: 44px;
  margin: 0;
  outline: none;
  padding: 10px;
  transition: color .2s;
  vertical-align: top;
  width: 44px; }

.fancybox-button,
.fancybox-button:visited,
.fancybox-button:link {
  color: #ccc; }

.fancybox-button:focus,
.fancybox-button:hover {
  color: #fff; }

.fancybox-button.disabled,
.fancybox-button.disabled:hover,
.fancybox-button[disabled],
.fancybox-button[disabled]:hover {
  color: #888;
  cursor: default; }

.fancybox-button svg {
  display: block;
  overflow: visible;
  position: relative;
  shape-rendering: geometricPrecision; }

.fancybox-button svg path {
  fill: transparent;
  stroke: currentColor;
  stroke-linejoin: round;
  stroke-width: 3; }

.fancybox-button--play svg path:nth-child(2) {
  display: none; }

.fancybox-button--pause svg path:nth-child(1) {
  display: none; }

.fancybox-button--play svg path,
.fancybox-button--share svg path,
.fancybox-button--thumbs svg path {
  fill: currentColor; }

.fancybox-button--share svg path {
  stroke-width: 1; }

/* Navigation arrows */
.fancybox-navigation .fancybox-button {
  height: 38px;
  opacity: 0;
  padding: 6px;
  position: absolute;
  top: 50%;
  width: 38px; }

.fancybox-show-nav .fancybox-navigation .fancybox-button {
  transition: opacity .25s, visibility 0s, color .25s; }

.fancybox-navigation .fancybox-button::after {
  content: '';
  left: -25px;
  padding: 50px;
  position: absolute;
  top: -25px; }

.fancybox-navigation .fancybox-button--arrow_left {
  left: 6px; }

.fancybox-navigation .fancybox-button--arrow_right {
  right: 6px; }

/* Close button on the top right corner of html content */
.fancybox-close-small {
  background: transparent;
  border: 0;
  border-radius: 0;
  color: #555;
  cursor: pointer;
  height: 44px;
  margin: 0;
  padding: 6px;
  position: absolute;
  right: 0;
  top: 0;
  width: 44px;
  z-index: 10; }

.fancybox-close-small svg {
  fill: transparent;
  opacity: .8;
  stroke: currentColor;
  stroke-width: 1.5;
  transition: stroke .1s; }

.fancybox-close-small:focus {
  outline: none; }

.fancybox-close-small:hover svg {
  opacity: 1; }

.fancybox-slide--image .fancybox-close-small,
.fancybox-slide--video .fancybox-close-small,
.fancybox-slide--iframe .fancybox-close-small {
  color: #ccc;
  padding: 5px;
  right: -12px;
  top: -44px; }

.fancybox-slide--image .fancybox-close-small:hover svg,
.fancybox-slide--video .fancybox-close-small:hover svg,
.fancybox-slide--iframe .fancybox-close-small:hover svg {
  background: transparent;
  color: #fff; }

.fancybox-is-scaling .fancybox-close-small,
.fancybox-is-zoomable.fancybox-can-drag .fancybox-close-small {
  display: none; }

/* Caption */
.fancybox-caption {
  bottom: 0;
  color: #fff;
  font-size: 14px;
  font-weight: 400;
  left: 0;
  line-height: 1.5;
  padding: 25px 44px 25px 44px;
  right: 0; }

.fancybox-caption::before {
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAEtCAQAAABjBcL7AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAHRJREFUKM+Vk8EOgDAIQ0vj/3+xBw8qIZZueFnIKC90MCAI8DlrkHGeqqGIU6lVigrBtpCWqeRWoHDNqs0F7VNVBVxmHRlvoVqjaYkdnDIaivH2HqZ5+oZj3JUzWB+cOz4G48Bg+tsJ/tqu4dLC/4Xb+0GcF5BwBC0AA53qAAAAAElFTkSuQmCC);
  background-repeat: repeat-x;
  background-size: contain;
  bottom: 0;
  content: '';
  display: block;
  left: 0;
  pointer-events: none;
  position: absolute;
  right: 0;
  top: -25px;
  z-index: -1; }

.fancybox-caption::after {
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
  content: '';
  display: block;
  left: 44px;
  position: absolute;
  right: 44px;
  top: 0; }

.fancybox-caption a,
.fancybox-caption a:link,
.fancybox-caption a:visited {
  color: #ccc;
  text-decoration: none; }

.fancybox-caption a:hover {
  color: #fff;
  text-decoration: underline; }

/* Loading indicator */
.fancybox-loading {
  -webkit-animation: fancybox-rotate .8s infinite linear;
  animation: fancybox-rotate .8s infinite linear;
  background: transparent;
  border: 6px solid rgba(100, 100, 100, 0.5);
  border-radius: 100%;
  border-top-color: #fff;
  height: 60px;
  left: 50%;
  margin: -30px 0 0 -30px;
  opacity: .6;
  padding: 0;
  position: absolute;
  top: 50%;
  width: 60px;
  z-index: 99999; }

@-webkit-keyframes fancybox-rotate {
  from {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  to {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg); } }

@keyframes fancybox-rotate {
  from {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  to {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg); } }

/* Transition effects */
.fancybox-animated {
  transition-timing-function: cubic-bezier(0, 0, 0.25, 1); }

/* transitionEffect: slide */
.fancybox-fx-slide.fancybox-slide--previous {
  opacity: 0;
  -webkit-transform: translate3d(-100%, 0, 0);
  transform: translate3d(-100%, 0, 0); }

.fancybox-fx-slide.fancybox-slide--next {
  opacity: 0;
  -webkit-transform: translate3d(100%, 0, 0);
  transform: translate3d(100%, 0, 0); }

.fancybox-fx-slide.fancybox-slide--current {
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); }

/* transitionEffect: fade */
.fancybox-fx-fade.fancybox-slide--previous,
.fancybox-fx-fade.fancybox-slide--next {
  opacity: 0;
  transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1); }

.fancybox-fx-fade.fancybox-slide--current {
  opacity: 1; }

/* transitionEffect: zoom-in-out */
.fancybox-fx-zoom-in-out.fancybox-slide--previous {
  opacity: 0;
  -webkit-transform: scale3d(1.5, 1.5, 1.5);
  transform: scale3d(1.5, 1.5, 1.5); }

.fancybox-fx-zoom-in-out.fancybox-slide--next {
  opacity: 0;
  -webkit-transform: scale3d(0.5, 0.5, 0.5);
  transform: scale3d(0.5, 0.5, 0.5); }

.fancybox-fx-zoom-in-out.fancybox-slide--current {
  opacity: 1;
  -webkit-transform: scale3d(1, 1, 1);
  transform: scale3d(1, 1, 1); }

/* transitionEffect: rotate */
.fancybox-fx-rotate.fancybox-slide--previous {
  opacity: 0;
  -webkit-transform: rotate(-360deg);
  -ms-transform: rotate(-360deg);
  transform: rotate(-360deg); }

.fancybox-fx-rotate.fancybox-slide--next {
  opacity: 0;
  -webkit-transform: rotate(360deg);
  -ms-transform: rotate(360deg);
  transform: rotate(360deg); }

.fancybox-fx-rotate.fancybox-slide--current {
  opacity: 1;
  -webkit-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  transform: rotate(0deg); }

/* transitionEffect: circular */
.fancybox-fx-circular.fancybox-slide--previous {
  opacity: 0;
  -webkit-transform: scale3d(0, 0, 0) translate3d(-100%, 0, 0);
  transform: scale3d(0, 0, 0) translate3d(-100%, 0, 0); }

.fancybox-fx-circular.fancybox-slide--next {
  opacity: 0;
  -webkit-transform: scale3d(0, 0, 0) translate3d(100%, 0, 0);
  transform: scale3d(0, 0, 0) translate3d(100%, 0, 0); }

.fancybox-fx-circular.fancybox-slide--current {
  opacity: 1;
  -webkit-transform: scale3d(1, 1, 1) translate3d(0, 0, 0);
  transform: scale3d(1, 1, 1) translate3d(0, 0, 0); }

/* transitionEffect: tube */
.fancybox-fx-tube.fancybox-slide--previous {
  -webkit-transform: translate3d(-100%, 0, 0) scale(0.1) skew(-10deg);
  transform: translate3d(-100%, 0, 0) scale(0.1) skew(-10deg); }

.fancybox-fx-tube.fancybox-slide--next {
  -webkit-transform: translate3d(100%, 0, 0) scale(0.1) skew(10deg);
  transform: translate3d(100%, 0, 0) scale(0.1) skew(10deg); }

.fancybox-fx-tube.fancybox-slide--current {
  -webkit-transform: translate3d(0, 0, 0) scale(1);
  transform: translate3d(0, 0, 0) scale(1); }

/* Share */
.fancybox-share {
  background: #f4f4f4;
  border-radius: 3px;
  max-width: 90%;
  padding: 30px;
  text-align: center; }

.fancybox-share h1 {
  color: #222;
  font-size: 35px;
  font-weight: 700;
  margin: 0 0 20px 0; }

.fancybox-share p {
  margin: 0;
  padding: 0; }

.fancybox-share__button {
  border: 0;
  border-radius: 3px;
  display: inline-block;
  font-size: 14px;
  font-weight: 700;
  line-height: 40px;
  margin: 0 5px 10px 5px;
  min-width: 130px;
  padding: 0 15px;
  text-decoration: none;
  transition: all .2s;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  white-space: nowrap; }

.fancybox-share__button:visited,
.fancybox-share__button:link {
  color: #fff; }

.fancybox-share__button:hover {
  text-decoration: none; }

.fancybox-share__button--fb {
  background: #3b5998; }

.fancybox-share__button--fb:hover {
  background: #344e86; }

.fancybox-share__button--pt {
  background: #bd081d; }

.fancybox-share__button--pt:hover {
  background: #aa0719; }

.fancybox-share__button--tw {
  background: #1da1f2; }

.fancybox-share__button--tw:hover {
  background: #0d95e8; }

.fancybox-share__button svg {
  height: 25px;
  margin-right: 7px;
  position: relative;
  top: -1px;
  vertical-align: middle;
  width: 25px; }

.fancybox-share__button svg path {
  fill: #fff; }

.fancybox-share__input {
  background: transparent;
  border: 0;
  border-bottom: 1px solid #d7d7d7;
  border-radius: 0;
  color: #5d5b5b;
  font-size: 14px;
  margin: 10px 0 0 0;
  outline: none;
  padding: 10px 15px;
  width: 100%; }

/* Thumbs */
.fancybox-thumbs {
  background: #fff;
  bottom: 0;
  display: none;
  margin: 0;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-style: -ms-autohiding-scrollbar;
  padding: 2px 2px 4px 2px;
  position: absolute;
  right: 0;
  -webkit-tap-highlight-color: transparent;
  top: 0;
  width: 212px;
  z-index: 99995; }

.fancybox-thumbs-x {
  overflow-x: auto;
  overflow-y: hidden; }

.fancybox-show-thumbs .fancybox-thumbs {
  display: block; }

.fancybox-show-thumbs .fancybox-inner {
  right: 212px; }

.fancybox-thumbs > ul {
  font-size: 0;
  height: 100%;
  list-style: none;
  margin: 0;
  overflow-x: hidden;
  overflow-y: auto;
  padding: 0;
  position: absolute;
  position: relative;
  white-space: nowrap;
  width: 100%; }

.fancybox-thumbs-x > ul {
  overflow: hidden; }

.fancybox-thumbs-y > ul::-webkit-scrollbar {
  width: 7px; }

.fancybox-thumbs-y > ul::-webkit-scrollbar-track {
  background: #fff;
  border-radius: 10px;
  box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3); }

.fancybox-thumbs-y > ul::-webkit-scrollbar-thumb {
  background: #2a2a2a;
  border-radius: 10px; }

.fancybox-thumbs > ul > li {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  cursor: pointer;
  float: left;
  height: 75px;
  margin: 2px;
  max-height: calc(100% - 8px);
  max-width: calc(50% - 4px);
  outline: none;
  overflow: hidden;
  padding: 0;
  position: relative;
  -webkit-tap-highlight-color: transparent;
  width: 100px; }

.fancybox-thumbs-loading {
  background: rgba(0, 0, 0, 0.1); }

.fancybox-thumbs > ul > li {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover; }

.fancybox-thumbs > ul > li:before {
  border: 4px solid #4ea7f9;
  bottom: 0;
  content: '';
  left: 0;
  opacity: 0;
  position: absolute;
  right: 0;
  top: 0;
  transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  z-index: 99991; }

.fancybox-thumbs .fancybox-thumbs-active:before {
  opacity: 1; }

/* Styling for Small-Screen Devices */
@media all and (max-width: 800px) {
  .fancybox-thumbs {
    width: 110px; }
  .fancybox-show-thumbs .fancybox-inner {
    right: 110px; }
  .fancybox-thumbs > ul > li {
    max-width: calc(100% - 10px); } }

/**
 * Swiper 4.2.2
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * http://www.idangero.us/swiper/
 *
 * Copyright 2014-2018 Vladimir Kharlampidi
 *
 * Released under the MIT License
 *
 * Released on: April 1, 2018
 */
.swiper-container {
  margin: 0 auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  /* Fix of Webkit flickering */
  z-index: 1; }

.swiper-container-no-flexbox .swiper-slide {
  float: left; }

.swiper-container-vertical > .swiper-wrapper {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column; }

.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  -o-transition-property: transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  -webkit-box-sizing: content-box;
  box-sizing: content-box; }

.swiper-container-android .swiper-slide,
.swiper-wrapper {
  -webkit-transform: translate3d(0px, 0, 0);
  transform: translate3d(0px, 0, 0); }

.swiper-container-multirow > .swiper-wrapper {
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }

.swiper-container-free-mode > .swiper-wrapper {
  -webkit-transition-timing-function: ease-out;
  -o-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
  margin: 0 auto; }

.swiper-slide {
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  -o-transition-property: transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform; }

.swiper-invisible-blank-slide {
  visibility: hidden; }

/* Auto Height */
.swiper-container-autoheight,
.swiper-container-autoheight .swiper-slide {
  height: auto; }

.swiper-container-autoheight .swiper-wrapper {
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-transition-property: height, -webkit-transform;
  transition-property: height, -webkit-transform;
  -o-transition-property: transform, height;
  transition-property: transform, height;
  transition-property: transform, height, -webkit-transform; }

/* 3D Effects */
.swiper-container-3d {
  -webkit-perspective: 1200px;
  perspective: 1200px; }

.swiper-container-3d .swiper-wrapper,
.swiper-container-3d .swiper-slide,
.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top,
.swiper-container-3d .swiper-slide-shadow-bottom,
.swiper-container-3d .swiper-cube-shadow {
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d; }

.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top,
.swiper-container-3d .swiper-slide-shadow-bottom {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 10; }

.swiper-container-3d .swiper-slide-shadow-left {
  background-image: -webkit-gradient(linear, right top, left top, from(rgba(0, 0, 0, 0.5)), to(transparent));
  background-image: -webkit-linear-gradient(right, rgba(0, 0, 0, 0.5), transparent);
  background-image: -o-linear-gradient(right, rgba(0, 0, 0, 0.5), transparent);
  background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), transparent); }

.swiper-container-3d .swiper-slide-shadow-right {
  background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.5)), to(transparent));
  background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.5), transparent);
  background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0.5), transparent);
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), transparent); }

.swiper-container-3d .swiper-slide-shadow-top {
  background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.5)), to(transparent));
  background-image: -webkit-linear-gradient(bottom, rgba(0, 0, 0, 0.5), transparent);
  background-image: -o-linear-gradient(bottom, rgba(0, 0, 0, 0.5), transparent);
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), transparent); }

.swiper-container-3d .swiper-slide-shadow-bottom {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(transparent));
  background-image: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.5), transparent);
  background-image: -o-linear-gradient(top, rgba(0, 0, 0, 0.5), transparent);
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), transparent); }

/* IE10 Windows Phone 8 Fixes */
.swiper-container-wp8-horizontal,
.swiper-container-wp8-horizontal > .swiper-wrapper {
  -ms-touch-action: pan-y;
  touch-action: pan-y; }

.swiper-container-wp8-vertical,
.swiper-container-wp8-vertical > .swiper-wrapper {
  -ms-touch-action: pan-x;
  touch-action: pan-x; }

.swiper-button-prev,
.swiper-button-next {
  position: absolute;
  top: 50%;
  width: 27px;
  height: 44px;
  margin-top: -22px;
  z-index: 10;
  cursor: pointer;
  background-size: 27px 44px;
  background-position: center;
  background-repeat: no-repeat; }

.swiper-button-prev.swiper-button-disabled,
.swiper-button-next.swiper-button-disabled {
  opacity: 0.35;
  cursor: auto;
  pointer-events: none; }

.swiper-button-prev,
.swiper-container-rtl .swiper-button-next {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23007aff'%2F%3E%3C%2Fsvg%3E");
  left: 10px;
  right: auto; }

.swiper-button-next,
.swiper-container-rtl .swiper-button-prev {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23007aff'%2F%3E%3C%2Fsvg%3E");
  right: 10px;
  left: auto; }

.swiper-button-prev.swiper-button-white,
.swiper-container-rtl .swiper-button-next.swiper-button-white {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E"); }

.swiper-button-next.swiper-button-white,
.swiper-container-rtl .swiper-button-prev.swiper-button-white {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E"); }

.swiper-button-prev.swiper-button-black,
.swiper-container-rtl .swiper-button-next.swiper-button-black {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E"); }

.swiper-button-next.swiper-button-black,
.swiper-container-rtl .swiper-button-prev.swiper-button-black {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E"); }

.swiper-button-lock {
  display: none; }

.swiper-pagination {
  position: absolute;
  text-align: center;
  -webkit-transition: 300ms opacity;
  -o-transition: 300ms opacity;
  transition: 300ms opacity;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  z-index: 10; }

.swiper-pagination.swiper-pagination-hidden {
  opacity: 0; }

/* Common Styles */
.swiper-pagination-fraction,
.swiper-pagination-custom,
.swiper-container-horizontal > .swiper-pagination-bullets {
  bottom: 10px;
  left: 0;
  width: 100%; }

/* Bullets */
.swiper-pagination-bullets-dynamic {
  overflow: hidden;
  font-size: 0; }

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  -webkit-transform: scale(0.33);
  -ms-transform: scale(0.33);
  transform: scale(0.33);
  position: relative; }

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1); }

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1); }

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
  -webkit-transform: scale(0.66);
  -ms-transform: scale(0.66);
  transform: scale(0.66); }

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
  -webkit-transform: scale(0.33);
  -ms-transform: scale(0.33);
  transform: scale(0.33); }

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
  -webkit-transform: scale(0.66);
  -ms-transform: scale(0.66);
  transform: scale(0.66); }

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
  -webkit-transform: scale(0.33);
  -ms-transform: scale(0.33);
  transform: scale(0.33); }

.swiper-pagination-bullet {
  width: 8px;
  height: 8px;
  display: inline-block;
  border-radius: 100%;
  background: #000;
  opacity: 0.2; }

button.swiper-pagination-bullet {
  border: none;
  margin: 0;
  padding: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none; }

.swiper-pagination-clickable .swiper-pagination-bullet {
  cursor: pointer; }

.swiper-pagination-bullet-active {
  opacity: 1;
  background: #007aff; }

.swiper-container-vertical > .swiper-pagination-bullets {
  right: 10px;
  top: 50%;
  -webkit-transform: translate3d(0px, -50%, 0);
  transform: translate3d(0px, -50%, 0); }

.swiper-container-vertical > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 6px 0;
  display: block; }

.swiper-container-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 8px; }

.swiper-container-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  display: inline-block;
  -webkit-transition: 200ms top, 200ms -webkit-transform;
  transition: 200ms top, 200ms -webkit-transform;
  -o-transition: 200ms transform, 200ms top;
  transition: 200ms transform, 200ms top;
  transition: 200ms transform, 200ms top, 200ms -webkit-transform; }

.swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 4px; }

.swiper-container-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  white-space: nowrap; }

.swiper-container-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  -webkit-transition: 200ms left, 200ms -webkit-transform;
  transition: 200ms left, 200ms -webkit-transform;
  -o-transition: 200ms transform, 200ms left;
  transition: 200ms transform, 200ms left;
  transition: 200ms transform, 200ms left, 200ms -webkit-transform; }

.swiper-container-horizontal.swiper-container-rtl > .swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  -webkit-transition: 200ms right, 200ms -webkit-transform;
  transition: 200ms right, 200ms -webkit-transform;
  -o-transition: 200ms transform, 200ms right;
  transition: 200ms transform, 200ms right;
  transition: 200ms transform, 200ms right, 200ms -webkit-transform; }

/* Progress */
.swiper-pagination-progressbar {
  background: rgba(0, 0, 0, 0.25);
  position: absolute; }

.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  background: #007aff;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -webkit-transform: scale(0);
  -ms-transform: scale(0);
  transform: scale(0);
  -webkit-transform-origin: left top;
  -ms-transform-origin: left top;
  transform-origin: left top; }

.swiper-container-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  -webkit-transform-origin: right top;
  -ms-transform-origin: right top;
  transform-origin: right top; }

.swiper-container-horizontal > .swiper-pagination-progressbar,
.swiper-container-vertical > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
  width: 100%;
  height: 4px;
  left: 0;
  top: 0; }

.swiper-container-vertical > .swiper-pagination-progressbar,
.swiper-container-horizontal > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
  width: 4px;
  height: 100%;
  left: 0;
  top: 0; }

.swiper-pagination-white .swiper-pagination-bullet-active {
  background: #ffffff; }

.swiper-pagination-progressbar.swiper-pagination-white {
  background: rgba(255, 255, 255, 0.25); }

.swiper-pagination-progressbar.swiper-pagination-white .swiper-pagination-progressbar-fill {
  background: #ffffff; }

.swiper-pagination-black .swiper-pagination-bullet-active {
  background: #000000; }

.swiper-pagination-progressbar.swiper-pagination-black {
  background: rgba(0, 0, 0, 0.25); }

.swiper-pagination-progressbar.swiper-pagination-black .swiper-pagination-progressbar-fill {
  background: #000000; }

.swiper-pagination-lock {
  display: none; }

/* Scrollbar */
.swiper-scrollbar {
  border-radius: 10px;
  position: relative;
  -ms-touch-action: none;
  background: rgba(0, 0, 0, 0.1); }

.swiper-container-horizontal > .swiper-scrollbar {
  position: absolute;
  left: 1%;
  bottom: 3px;
  z-index: 50;
  height: 5px;
  width: 98%; }

.swiper-container-vertical > .swiper-scrollbar {
  position: absolute;
  right: 3px;
  top: 1%;
  z-index: 50;
  width: 5px;
  height: 98%; }

.swiper-scrollbar-drag {
  height: 100%;
  width: 100%;
  position: relative;
  background: rgba(0, 0, 0, 0.5);
  border-radius: 10px;
  left: 0;
  top: 0; }

.swiper-scrollbar-cursor-drag {
  cursor: move; }

.swiper-scrollbar-lock {
  display: none; }

.swiper-zoom-container {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center; }

.swiper-zoom-container > img,
.swiper-zoom-container > svg,
.swiper-zoom-container > canvas {
  max-width: 100%;
  max-height: 100%;
  -o-object-fit: contain;
  object-fit: contain; }

.swiper-slide-zoomed {
  cursor: move; }

/* Preloader */
.swiper-lazy-preloader {
  width: 42px;
  height: 42px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -21px;
  margin-top: -21px;
  z-index: 10;
  -webkit-transform-origin: 50%;
  -ms-transform-origin: 50%;
  transform-origin: 50%;
  -webkit-animation: swiper-preloader-spin 1s steps(12, end) infinite;
  animation: swiper-preloader-spin 1s steps(12, end) infinite; }

.swiper-lazy-preloader:after {
  display: block;
  content: '';
  width: 100%;
  height: 100%;
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%236c6c6c'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
  background-position: 50%;
  background-size: 100%;
  background-repeat: no-repeat; }

.swiper-lazy-preloader-white:after {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%23fff'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E"); }

@-webkit-keyframes swiper-preloader-spin {
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg); } }

@keyframes swiper-preloader-spin {
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg); } }

/* a11y */
.swiper-container .swiper-notification {
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
  opacity: 0;
  z-index: -1000; }

.swiper-container-fade.swiper-container-free-mode .swiper-slide {
  -webkit-transition-timing-function: ease-out;
  -o-transition-timing-function: ease-out;
  transition-timing-function: ease-out; }

.swiper-container-fade .swiper-slide {
  pointer-events: none;
  -webkit-transition-property: opacity;
  -o-transition-property: opacity;
  transition-property: opacity; }

.swiper-container-fade .swiper-slide .swiper-slide {
  pointer-events: none; }

.swiper-container-fade .swiper-slide-active,
.swiper-container-fade .swiper-slide-active .swiper-slide-active {
  pointer-events: auto; }

.swiper-container-cube {
  overflow: visible; }

.swiper-container-cube .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 1;
  visibility: hidden;
  -webkit-transform-origin: 0 0;
  -ms-transform-origin: 0 0;
  transform-origin: 0 0;
  width: 100%;
  height: 100%; }

.swiper-container-cube .swiper-slide .swiper-slide {
  pointer-events: none; }

.swiper-container-cube.swiper-container-rtl .swiper-slide {
  -webkit-transform-origin: 100% 0;
  -ms-transform-origin: 100% 0;
  transform-origin: 100% 0; }

.swiper-container-cube .swiper-slide-active,
.swiper-container-cube .swiper-slide-active .swiper-slide-active {
  pointer-events: auto; }

.swiper-container-cube .swiper-slide-active,
.swiper-container-cube .swiper-slide-next,
.swiper-container-cube .swiper-slide-prev,
.swiper-container-cube .swiper-slide-next + .swiper-slide {
  pointer-events: auto;
  visibility: visible; }

.swiper-container-cube .swiper-slide-shadow-top,
.swiper-container-cube .swiper-slide-shadow-bottom,
.swiper-container-cube .swiper-slide-shadow-left,
.swiper-container-cube .swiper-slide-shadow-right {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden; }

.swiper-container-cube .swiper-cube-shadow {
  position: absolute;
  left: 0;
  bottom: 0px;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 0.6;
  -webkit-filter: blur(50px);
  filter: blur(50px);
  z-index: 0; }

.swiper-container-flip {
  overflow: visible; }

.swiper-container-flip .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 1; }

.swiper-container-flip .swiper-slide .swiper-slide {
  pointer-events: none; }

.swiper-container-flip .swiper-slide-active,
.swiper-container-flip .swiper-slide-active .swiper-slide-active {
  pointer-events: auto; }

.swiper-container-flip .swiper-slide-shadow-top,
.swiper-container-flip .swiper-slide-shadow-bottom,
.swiper-container-flip .swiper-slide-shadow-left,
.swiper-container-flip .swiper-slide-shadow-right {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden; }

.swiper-container-coverflow .swiper-wrapper {
  /* Windows 8 IE 10 fix */
  -ms-perspective: 1200px; }

@keyframes plyr-progress {
  to {
    background-position: 25px 0; } }

@keyframes plyr-popup {
  0% {
    opacity: .5;
    transform: translateY(10px); }
  to {
    opacity: 1;
    transform: translateY(0); } }

@keyframes plyr-fade-in {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }

.plyr {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  direction: ltr;
  font-family: Avenir,"Avenir Next","Helvetica Neue","Segoe UI",Helvetica,Arial,sans-serif;
  font-variant-numeric: tabular-nums;
  font-weight: 500;
  line-height: 1.7;
  max-width: 100%;
  min-width: 200px;
  position: relative;
  text-shadow: none;
  transition: box-shadow .3s ease; }

.plyr audio, .plyr video {
  border-radius: inherit;
  height: auto;
  vertical-align: middle;
  width: 100%; }

.plyr button {
  font: inherit;
  line-height: inherit; }

.plyr:focus {
  outline: 0; }

.plyr--full-ui {
  box-sizing: border-box; }

.plyr--full-ui *, .plyr--full-ui ::after, .plyr--full-ui ::before {
  box-sizing: inherit; }

.plyr--full-ui a, .plyr--full-ui button, .plyr--full-ui input, .plyr--full-ui label {
  touch-action: manipulation; }

.plyr__badge {
  background: #4f5b5f;
  border-radius: 2px;
  color: #fff;
  font-size: 9px;
  line-height: 1;
  padding: 3px 4px; }

.plyr--full-ui ::-webkit-media-text-track-container {
  display: none; }

.plyr__captions {
  animation: plyr-fade-in .3s ease;
  bottom: 0;
  color: #fff;
  display: none;
  font-size: 14px;
  left: 0;
  padding: 10px;
  position: absolute;
  text-align: center;
  transform: translateY(-40px);
  transition: transform .4s ease-in-out;
  width: 100%; }

.plyr__captions span {
  background: rgba(0, 0, 0, 0.8);
  border-radius: 2px;
  -webkit-box-decoration-break: clone;
  box-decoration-break: clone;
  line-height: 185%;
  padding: .2em .5em;
  white-space: pre-wrap; }

.plyr__captions span div {
  display: inline; }

.plyr__captions span:empty {
  display: none; }

@media (min-width: 480px) {
  .plyr__captions {
    font-size: 16px;
    padding: 20px; } }

@media (min-width: 768px) {
  .plyr__captions {
    font-size: 18px; } }

.plyr--captions-active .plyr__captions {
  display: block; }

.plyr--hide-controls .plyr__captions {
  transform: translateY(-15px); }

.plyr__control {
  background: 0 0;
  border: 0;
  border-radius: 3px;
  color: inherit;
  cursor: pointer;
  flex-shrink: 0;
  overflow: visible;
  padding: 7px;
  position: relative;
  transition: all .3s ease; }

.plyr__control svg {
  display: block;
  fill: currentColor;
  height: 18px;
  pointer-events: none;
  width: 18px; }

.plyr__control:focus {
  outline: 0; }

.plyr__control.plyr__tab-focus {
  box-shadow: 0 0 0 3px rgba(26, 175, 255, 0.35);
  outline: 0; }

.plyr__control[aria-pressed=false] .icon--pressed, .plyr__control[aria-pressed=false] .label--pressed, .plyr__control[aria-pressed=true] .icon--not-pressed, .plyr__control[aria-pressed=true] .label--not-pressed {
  display: none; }

.plyr--audio .plyr__control.plyr__tab-focus, .plyr--audio .plyr__control:hover, .plyr--audio .plyr__control[aria-expanded=true] {
  background: #1aafff;
  color: #fff; }

.plyr__control--overlaid {
  background: rgba(26, 175, 255, 0.8);
  border: 0;
  border-radius: 100%;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.15);
  color: #fff;
  display: none;
  left: 50%;
  padding: 15px;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: 2; }

.plyr__control--overlaid svg {
  height: 20px;
  left: 2px;
  position: relative;
  width: 20px; }

.plyr__control--overlaid:focus, .plyr__control--overlaid:hover {
  background: #1aafff; }

.plyr--playing .plyr__control--overlaid {
  opacity: 0;
  visibility: hidden; }

.plyr--full-ui.plyr--video .plyr__control--overlaid {
  display: block; }

.plyr--full-ui ::-webkit-media-controls {
  display: none; }

.plyr__controls {
  align-items: center;
  display: flex;
  text-align: center; }

.plyr__controls .plyr__menu, .plyr__controls .plyr__progress, .plyr__controls .plyr__time, .plyr__controls > .plyr__control {
  margin-left: 5px; }

.plyr__controls .plyr__menu:first-child, .plyr__controls .plyr__menu:first-child + [data-plyr=pause], .plyr__controls .plyr__progress:first-child, .plyr__controls .plyr__progress:first-child + [data-plyr=pause], .plyr__controls .plyr__time:first-child, .plyr__controls .plyr__time:first-child + [data-plyr=pause], .plyr__controls > .plyr__control:first-child, .plyr__controls > .plyr__control:first-child + [data-plyr=pause] {
  margin-left: 0; }

.plyr__controls .plyr__volume {
  margin-left: 5px; }

@media (min-width: 480px) {
  .plyr__controls .plyr__menu, .plyr__controls .plyr__progress, .plyr__controls .plyr__time, .plyr__controls > .plyr__control {
    margin-left: 10px; }
  .plyr__controls .plyr__menu + .plyr__control, .plyr__controls > .plyr__control + .plyr__control, .plyr__controls > .plyr__control + .plyr__menu {
    margin-left: 5px; } }

.plyr--video .plyr__controls {
  background: linear-gradient(transparent, rgba(0, 0, 0, 0.7));
  border-bottom-left-radius: inherit;
  border-bottom-right-radius: inherit;
  bottom: 0;
  color: #fff;
  left: 0;
  padding: 35px 10px 10px;
  position: absolute;
  right: 0;
  transition: opacity .4s ease-in-out,transform .4s ease-in-out;
  z-index: 2; }

.plyr--video .plyr__controls .plyr__control svg {
  -webkit-filter: drop-shadow(0 1px 1px rgba(0, 0, 0, 0.15));
  filter: drop-shadow(0 1px 1px rgba(0, 0, 0, 0.15)); }

.plyr--video .plyr__controls .plyr__control.plyr__tab-focus, .plyr--video .plyr__controls .plyr__control:hover, .plyr--video .plyr__controls .plyr__control[aria-expanded=true] {
  background: #1aafff;
  color: #fff; }

.plyr--audio .plyr__controls {
  background: #fff;
  border-radius: inherit;
  color: #4f5b5f;
  padding: 10px; }

.plyr--video.plyr--hide-controls .plyr__controls {
  opacity: 0;
  pointer-events: none;
  transform: translateY(100%); }

.plyr [data-plyr=airplay], .plyr [data-plyr=captions], .plyr [data-plyr=fullscreen], .plyr [data-plyr=pip] {
  display: none; }

.plyr--airplay-supported [data-plyr=airplay], .plyr--captions-enabled [data-plyr=captions], .plyr--fullscreen-enabled [data-plyr=fullscreen], .plyr--pip-supported [data-plyr=pip] {
  display: inline-block; }

.plyr__video-embed {
  height: 0;
  padding-bottom: 56.25%;
  position: relative; }

.plyr__video-embed iframe {
  border: 0;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  width: 100%; }

.plyr--full-ui .plyr__video-embed iframe {
  pointer-events: none; }

.plyr--full-ui .plyr__video-embed > div {
  padding-bottom: 240%;
  position: relative;
  transform: translateY(-38.28125%); }

.plyr__menu {
  display: flex;
  position: relative; }

.plyr__menu .plyr__control svg {
  transition: transform .3s ease; }

.plyr__menu .plyr__control[aria-expanded=true] svg {
  transform: rotate(90deg); }

.plyr__menu .plyr__control[aria-expanded=true] .plyr__tooltip {
  display: none; }

.plyr__menu__container {
  animation: plyr-popup .2s ease;
  background: rgba(255, 255, 255, 0.9);
  border-radius: 4px;
  bottom: 100%;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.15);
  color: #4f5b5f;
  font-size: 16px;
  margin-bottom: 10px;
  position: absolute;
  right: -3px;
  text-align: left;
  white-space: nowrap;
  z-index: 3; }

.plyr__menu__container > div {
  overflow: hidden;
  transition: height 0.35s cubic-bezier(0.4, 0, 0.2, 1), width 0.35s cubic-bezier(0.4, 0, 0.2, 1); }

.plyr__menu__container::after {
  border: 4px solid transparent;
  border-top-color: rgba(255, 255, 255, 0.9);
  content: '';
  height: 0;
  position: absolute;
  right: 15px;
  top: 100%;
  width: 0; }

.plyr__menu__container ul {
  list-style: none;
  margin: 0;
  overflow: hidden;
  padding: 7px; }

.plyr__menu__container ul li {
  margin-top: 2px; }

.plyr__menu__container ul li:first-child {
  margin-top: 0; }

.plyr__menu__container .plyr__control {
  align-items: center;
  color: #4f5b5f;
  display: flex;
  font-size: 14px;
  padding: 4px 14px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  width: 100%; }

.plyr__menu__container .plyr__control::after {
  border: 4px solid transparent;
  content: '';
  position: absolute;
  top: 50%;
  transform: translateY(-50%); }

.plyr__menu__container .plyr__control--forward {
  padding-right: 28px; }

.plyr__menu__container .plyr__control--forward::after {
  border-left-color: rgba(79, 91, 95, 0.8);
  right: 5px; }

.plyr__menu__container .plyr__control--forward.plyr__tab-focus::after, .plyr__menu__container .plyr__control--forward:hover::after {
  border-left-color: currentColor; }

.plyr__menu__container .plyr__control--back {
  font-weight: 500;
  margin: 7px;
  margin-bottom: 3px;
  padding-left: 28px;
  position: relative;
  width: calc(100% - 14px); }

.plyr__menu__container .plyr__control--back::after {
  border-right-color: rgba(79, 91, 95, 0.8);
  left: 7px; }

.plyr__menu__container .plyr__control--back::before {
  background: #b7c5cd;
  box-shadow: 0 1px 0 #fff;
  content: '';
  height: 1px;
  left: 0;
  margin-top: 4px;
  overflow: hidden;
  position: absolute;
  right: 0;
  top: 100%; }

.plyr__menu__container .plyr__control--back.plyr__tab-focus::after, .plyr__menu__container .plyr__control--back:hover::after {
  border-right-color: currentColor; }

.plyr__menu__container label.plyr__control {
  padding-left: 7px; }

.plyr__menu__container label.plyr__control input[type=radio] + span {
  background: rgba(0, 0, 0, 0.1);
  border-radius: 100%;
  display: block;
  flex-shrink: 0;
  height: 16px;
  margin-right: 10px;
  position: relative;
  transition: all .3s ease;
  width: 16px; }

.plyr__menu__container label.plyr__control input[type=radio] + span::after {
  background: #fff;
  border-radius: 100%;
  content: '';
  height: 6px;
  left: 5px;
  opacity: 0;
  position: absolute;
  top: 5px;
  transform: scale(0);
  transition: transform .3s ease,opacity .3s ease;
  width: 6px; }

.plyr__menu__container label.plyr__control input[type=radio]:checked + span {
  background: #1aafff; }

.plyr__menu__container label.plyr__control input[type=radio]:checked + span::after {
  opacity: 1;
  transform: scale(1); }

.plyr__menu__container label.plyr__control input[type=radio]:focus + span {
  box-shadow: 0 0 0 3px rgba(26, 175, 255, 0.35);
  outline: 0; }

.plyr__menu__container label.plyr__control.plyr__tab-focus input[type=radio] + span, .plyr__menu__container label.plyr__control:hover input[type=radio] + span {
  background: rgba(0, 0, 0, 0.1); }

.plyr__menu__container .plyr__menu__value {
  align-items: center;
  display: flex;
  margin-left: auto;
  margin-right: -7px;
  overflow: hidden;
  padding-left: 25px;
  pointer-events: none; }

.plyr__progress {
  display: flex;
  flex: 1;
  position: relative; }

.plyr__progress input[type=range] {
  position: relative;
  z-index: 2; }

.plyr__progress .plyr__tooltip {
  font-size: 14px;
  left: 0; }

.plyr__progress--buffer {
  -webkit-appearance: none;
  background: 0 0;
  border: 0;
  border-radius: 100px;
  height: 6px;
  left: 0;
  margin: -3px 0 0;
  padding: 0;
  position: absolute;
  top: 50%;
  width: 100%; }

.plyr__progress--buffer::-webkit-progress-bar {
  background: 0 0;
  transition: width .2s ease; }

.plyr__progress--buffer::-webkit-progress-value {
  background: currentColor;
  border-radius: 100px;
  min-width: 6px; }

.plyr__progress--buffer::-moz-progress-bar {
  background: currentColor;
  border-radius: 100px;
  min-width: 6px;
  transition: width .2s ease; }

.plyr__progress--buffer::-ms-fill {
  border-radius: 100px;
  transition: width .2s ease; }

.plyr--video .plyr__progress--buffer {
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.15);
  color: rgba(255, 255, 255, 0.25); }

.plyr--audio .plyr__progress--buffer {
  color: rgba(183, 197, 205, 0.66); }

.plyr--loading .plyr__progress--buffer {
  animation: plyr-progress 1s linear infinite;
  background-image: linear-gradient(-45deg, rgba(47, 52, 61, 0.6) 25%, transparent 25%, transparent 50%, rgba(47, 52, 61, 0.6) 50%, rgba(47, 52, 61, 0.6) 75%, transparent 75%, transparent);
  background-repeat: repeat-x;
  background-size: 25px 25px;
  color: transparent; }

.plyr--video.plyr--loading .plyr__progress--buffer {
  background-color: rgba(255, 255, 255, 0.25); }

.plyr--audio.plyr--loading .plyr__progress--buffer {
  background-color: rgba(183, 197, 205, 0.66); }

.plyr--full-ui input[type=range] {
  -webkit-appearance: none;
  background: 0 0;
  border: 0;
  border-radius: 28px;
  color: #1aafff;
  display: block;
  height: 20px;
  margin: 0;
  padding: 0;
  transition: box-shadow .3s ease;
  width: 100%; }

.plyr--full-ui input[type=range]::-webkit-slider-runnable-track {
  background: 0 0;
  border: 0;
  border-radius: 3px;
  height: 6px;
  transition: all .3s ease;
  -webkit-user-select: none;
  user-select: none;
  background-image: linear-gradient(to right, currentColor var(--value, 0), transparent var(--value, 0)); }

.plyr--full-ui input[type=range]::-webkit-slider-thumb {
  background: #fff;
  border: 0;
  border-radius: 100%;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.15), 0 0 0 1px rgba(47, 52, 61, 0.2);
  box-sizing: border-box;
  height: 14px;
  position: relative;
  transition: all .2s ease;
  width: 14px;
  -webkit-appearance: none;
  margin-top: -4px; }

.plyr--full-ui input[type=range]::-moz-range-track {
  background: 0 0;
  border: 0;
  border-radius: 3px;
  height: 6px;
  transition: all .3s ease;
  -moz-user-select: none;
  user-select: none; }

.plyr--full-ui input[type=range]::-moz-range-thumb {
  background: #fff;
  border: 0;
  border-radius: 100%;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.15), 0 0 0 1px rgba(47, 52, 61, 0.2);
  box-sizing: border-box;
  height: 14px;
  position: relative;
  transition: all .2s ease;
  width: 14px; }

.plyr--full-ui input[type=range]::-moz-range-progress {
  background: currentColor;
  border-radius: 3px;
  height: 6px; }

.plyr--full-ui input[type=range]::-ms-track {
  background: 0 0;
  border: 0;
  border-radius: 3px;
  height: 6px;
  transition: all .3s ease;
  -ms-user-select: none;
  user-select: none;
  color: transparent; }

.plyr--full-ui input[type=range]::-ms-fill-upper {
  background: 0 0;
  border: 0;
  border-radius: 3px;
  height: 6px;
  transition: all .3s ease;
  -ms-user-select: none;
  user-select: none; }

.plyr--full-ui input[type=range]::-ms-fill-lower {
  background: 0 0;
  border: 0;
  border-radius: 3px;
  height: 6px;
  transition: all .3s ease;
  -ms-user-select: none;
  user-select: none;
  background: currentColor; }

.plyr--full-ui input[type=range]::-ms-thumb {
  background: #fff;
  border: 0;
  border-radius: 100%;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.15), 0 0 0 1px rgba(47, 52, 61, 0.2);
  box-sizing: border-box;
  height: 14px;
  position: relative;
  transition: all .2s ease;
  width: 14px;
  margin-top: 0; }

.plyr--full-ui input[type=range]::-ms-tooltip {
  display: none; }

.plyr--full-ui input[type=range]:focus {
  outline: 0; }

.plyr--full-ui input[type=range]::-moz-focus-outer {
  border: 0; }

.plyr--full-ui input[type=range].plyr__tab-focus::-webkit-slider-runnable-track {
  box-shadow: 0 0 0 3px rgba(26, 175, 255, 0.35);
  outline: 0; }

.plyr--full-ui input[type=range].plyr__tab-focus::-moz-range-track {
  box-shadow: 0 0 0 3px rgba(26, 175, 255, 0.35);
  outline: 0; }

.plyr--full-ui input[type=range].plyr__tab-focus::-ms-track {
  box-shadow: 0 0 0 3px rgba(26, 175, 255, 0.35);
  outline: 0; }

.plyr--full-ui.plyr--video input[type=range]::-webkit-slider-runnable-track {
  background-color: rgba(255, 255, 255, 0.25); }

.plyr--full-ui.plyr--video input[type=range]::-moz-range-track {
  background-color: rgba(255, 255, 255, 0.25); }

.plyr--full-ui.plyr--video input[type=range]::-ms-track {
  background-color: rgba(255, 255, 255, 0.25); }

.plyr--full-ui.plyr--video input[type=range]:active::-webkit-slider-thumb {
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.15), 0 0 0 1px rgba(47, 52, 61, 0.2), 0 0 0 3px rgba(255, 255, 255, 0.5); }

.plyr--full-ui.plyr--video input[type=range]:active::-moz-range-thumb {
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.15), 0 0 0 1px rgba(47, 52, 61, 0.2), 0 0 0 3px rgba(255, 255, 255, 0.5); }

.plyr--full-ui.plyr--video input[type=range]:active::-ms-thumb {
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.15), 0 0 0 1px rgba(47, 52, 61, 0.2), 0 0 0 3px rgba(255, 255, 255, 0.5); }

.plyr--full-ui.plyr--audio input[type=range]::-webkit-slider-runnable-track {
  background-color: rgba(183, 197, 205, 0.66); }

.plyr--full-ui.plyr--audio input[type=range]::-moz-range-track {
  background-color: rgba(183, 197, 205, 0.66); }

.plyr--full-ui.plyr--audio input[type=range]::-ms-track {
  background-color: rgba(183, 197, 205, 0.66); }

.plyr--full-ui.plyr--audio input[type=range]:active::-webkit-slider-thumb {
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.15), 0 0 0 1px rgba(47, 52, 61, 0.2), 0 0 0 3px rgba(0, 0, 0, 0.1); }

.plyr--full-ui.plyr--audio input[type=range]:active::-moz-range-thumb {
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.15), 0 0 0 1px rgba(47, 52, 61, 0.2), 0 0 0 3px rgba(0, 0, 0, 0.1); }

.plyr--full-ui.plyr--audio input[type=range]:active::-ms-thumb {
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.15), 0 0 0 1px rgba(47, 52, 61, 0.2), 0 0 0 3px rgba(0, 0, 0, 0.1); }

.plyr__time {
  font-size: 14px; }

.plyr__time + .plyr__time::before {
  content: '\2044';
  margin-right: 10px; }

@media (max-width: 767px) {
  .plyr__time + .plyr__time {
    display: none; } }

.plyr--video .plyr__time {
  text-shadow: 0 1px 1px rgba(0, 0, 0, 0.15); }

.plyr__tooltip {
  background: rgba(255, 255, 255, 0.9);
  border-radius: 3px;
  bottom: 100%;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.15);
  color: #4f5b5f;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.3;
  margin-bottom: 10px;
  opacity: 0;
  padding: 5px 7.5px;
  pointer-events: none;
  position: absolute;
  transform: translate(-50%, 10px) scale(0.8);
  transform-origin: 50% 100%;
  transition: transform .2s .1s ease,opacity .2s .1s ease;
  z-index: 2; }

.plyr__tooltip::before {
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
  border-top: 4px solid rgba(255, 255, 255, 0.9);
  bottom: -4px;
  content: '';
  height: 0;
  left: 50%;
  position: absolute;
  transform: translateX(-50%);
  width: 0;
  z-index: 2; }

.plyr .plyr__control.plyr__tab-focus .plyr__tooltip, .plyr .plyr__control:hover .plyr__tooltip, .plyr__tooltip--visible {
  opacity: 1;
  transform: translate(-50%, 0) scale(1); }

.plyr .plyr__control:hover .plyr__tooltip {
  z-index: 3; }

.plyr__controls > .plyr__control:first-child .plyr__tooltip, .plyr__controls > .plyr__control:first-child + .plyr__control .plyr__tooltip {
  left: 0;
  transform: translate(0, 10px) scale(0.8);
  transform-origin: 0 100%; }

.plyr__controls > .plyr__control:first-child .plyr__tooltip::before, .plyr__controls > .plyr__control:first-child + .plyr__control .plyr__tooltip::before {
  left: 16px; }

.plyr__controls > .plyr__control:last-child .plyr__tooltip {
  right: 0;
  transform: translate(0, 10px) scale(0.8);
  transform-origin: 100% 100%; }

.plyr__controls > .plyr__control:last-child .plyr__tooltip::before {
  left: auto;
  right: 16px;
  transform: translateX(50%); }

.plyr__controls > .plyr__control:first-child .plyr__tooltip--visible, .plyr__controls > .plyr__control:first-child + .plyr__control .plyr__tooltip--visible, .plyr__controls > .plyr__control:first-child + .plyr__control.plyr__tab-focus .plyr__tooltip, .plyr__controls > .plyr__control:first-child + .plyr__control:hover .plyr__tooltip, .plyr__controls > .plyr__control:first-child.plyr__tab-focus .plyr__tooltip, .plyr__controls > .plyr__control:first-child:hover .plyr__tooltip, .plyr__controls > .plyr__control:last-child .plyr__tooltip--visible, .plyr__controls > .plyr__control:last-child.plyr__tab-focus .plyr__tooltip, .plyr__controls > .plyr__control:last-child:hover .plyr__tooltip {
  transform: translate(0, 0) scale(1); }

.plyr--video {
  overflow: hidden; }

.plyr--video.plyr--menu-open {
  overflow: visible; }

.plyr__video-wrapper {
  background: #000;
  border-radius: inherit;
  overflow: hidden;
  position: relative;
  z-index: 0; }

.plyr__volume {
  flex: 1;
  position: relative; }

.plyr__volume input[type=range] {
  position: relative;
  z-index: 2; }

@media (min-width: 480px) {
  .plyr__volume {
    max-width: 50px; } }

@media (min-width: 768px) {
  .plyr__volume {
    max-width: 80px; } }

.plyr--is-ios .plyr__volume, .plyr--is-ios [data-plyr=mute] {
  display: none !important; }

.plyr--has-error {
  pointer-events: none; }

.plyr--has-error::after {
  align-items: center;
  background: #000;
  color: #fff;
  content: attr(data-plyr-error);
  display: flex;
  font-size: 16px;
  height: 100%;
  justify-content: center;
  left: 0;
  position: absolute;
  text-align: center;
  text-shadow: 0 1px 1px #000;
  top: 0;
  width: 100%;
  z-index: 10; }

.plyr:-webkit-full-screen {
  background: #000;
  border-radius: 0 !important;
  height: 100%;
  margin: 0;
  width: 100%; }

.plyr:-moz-full-screen {
  background: #000;
  border-radius: 0 !important;
  height: 100%;
  margin: 0;
  width: 100%; }

.plyr:-ms-fullscreen {
  background: #000;
  border-radius: 0 !important;
  height: 100%;
  margin: 0;
  width: 100%; }

.plyr:fullscreen {
  background: #000;
  border-radius: 0 !important;
  height: 100%;
  margin: 0;
  width: 100%; }

.plyr:-webkit-full-screen video {
  height: 100%; }

.plyr:-moz-full-screen video {
  height: 100%; }

.plyr:-ms-fullscreen video {
  height: 100%; }

.plyr:fullscreen video {
  height: 100%; }

.plyr:-webkit-full-screen .plyr__video-wrapper {
  height: 100%;
  width: 100%; }

.plyr:-moz-full-screen .plyr__video-wrapper {
  height: 100%;
  width: 100%; }

.plyr:-ms-fullscreen .plyr__video-wrapper {
  height: 100%;
  width: 100%; }

.plyr:fullscreen .plyr__video-wrapper {
  height: 100%;
  width: 100%; }

.plyr:-webkit-full-screen .plyr__video-embed {
  overflow: visible; }

.plyr:-moz-full-screen .plyr__video-embed {
  overflow: visible; }

.plyr:-ms-fullscreen .plyr__video-embed {
  overflow: visible; }

.plyr:fullscreen .plyr__video-embed {
  overflow: visible; }

.plyr:-webkit-full-screen.plyr--vimeo .plyr__video-wrapper {
  height: 0;
  top: 50%;
  transform: translateY(-50%); }

.plyr:-moz-full-screen.plyr--vimeo .plyr__video-wrapper {
  height: 0;
  top: 50%;
  transform: translateY(-50%); }

.plyr:-ms-fullscreen.plyr--vimeo .plyr__video-wrapper {
  height: 0;
  top: 50%;
  transform: translateY(-50%); }

.plyr:fullscreen.plyr--vimeo .plyr__video-wrapper {
  height: 0;
  top: 50%;
  transform: translateY(-50%); }

.plyr:-webkit-full-screen .plyr__control .icon--exit-fullscreen {
  display: block; }

.plyr:-moz-full-screen .plyr__control .icon--exit-fullscreen {
  display: block; }

.plyr:-ms-fullscreen .plyr__control .icon--exit-fullscreen {
  display: block; }

.plyr:fullscreen .plyr__control .icon--exit-fullscreen {
  display: block; }

.plyr:-webkit-full-screen .plyr__control .icon--exit-fullscreen + svg {
  display: none; }

.plyr:-moz-full-screen .plyr__control .icon--exit-fullscreen + svg {
  display: none; }

.plyr:-ms-fullscreen .plyr__control .icon--exit-fullscreen + svg {
  display: none; }

.plyr:fullscreen .plyr__control .icon--exit-fullscreen + svg {
  display: none; }

.plyr:-webkit-full-screen.plyr--hide-controls {
  cursor: none; }

.plyr:-moz-full-screen.plyr--hide-controls {
  cursor: none; }

.plyr:-ms-fullscreen.plyr--hide-controls {
  cursor: none; }

.plyr:fullscreen.plyr--hide-controls {
  cursor: none; }

@media (min-width: 1024px) {
  .plyr:-webkit-full-screen .plyr__captions {
    font-size: 21px; }
  .plyr:-moz-full-screen .plyr__captions {
    font-size: 21px; }
  .plyr:-ms-fullscreen .plyr__captions {
    font-size: 21px; }
  .plyr:fullscreen .plyr__captions {
    font-size: 21px; } }

.plyr:-webkit-full-screen {
  background: #000;
  border-radius: 0 !important;
  height: 100%;
  margin: 0;
  width: 100%; }

.plyr:-webkit-full-screen video {
  height: 100%; }

.plyr:-webkit-full-screen .plyr__video-wrapper {
  height: 100%;
  width: 100%; }

.plyr:-webkit-full-screen .plyr__video-embed {
  overflow: visible; }

.plyr:-webkit-full-screen.plyr--vimeo .plyr__video-wrapper {
  height: 0;
  top: 50%;
  transform: translateY(-50%); }

.plyr:-webkit-full-screen .plyr__control .icon--exit-fullscreen {
  display: block; }

.plyr:-webkit-full-screen .plyr__control .icon--exit-fullscreen + svg {
  display: none; }

.plyr:-webkit-full-screen.plyr--hide-controls {
  cursor: none; }

@media (min-width: 1024px) {
  .plyr:-webkit-full-screen .plyr__captions {
    font-size: 21px; } }

.plyr:-moz-full-screen {
  background: #000;
  border-radius: 0 !important;
  height: 100%;
  margin: 0;
  width: 100%; }

.plyr:-moz-full-screen video {
  height: 100%; }

.plyr:-moz-full-screen .plyr__video-wrapper {
  height: 100%;
  width: 100%; }

.plyr:-moz-full-screen .plyr__video-embed {
  overflow: visible; }

.plyr:-moz-full-screen.plyr--vimeo .plyr__video-wrapper {
  height: 0;
  top: 50%;
  transform: translateY(-50%); }

.plyr:-moz-full-screen .plyr__control .icon--exit-fullscreen {
  display: block; }

.plyr:-moz-full-screen .plyr__control .icon--exit-fullscreen + svg {
  display: none; }

.plyr:-moz-full-screen.plyr--hide-controls {
  cursor: none; }

@media (min-width: 1024px) {
  .plyr:-moz-full-screen .plyr__captions {
    font-size: 21px; } }

.plyr:-ms-fullscreen {
  background: #000;
  border-radius: 0 !important;
  height: 100%;
  margin: 0;
  width: 100%; }

.plyr:-ms-fullscreen video {
  height: 100%; }

.plyr:-ms-fullscreen .plyr__video-wrapper {
  height: 100%;
  width: 100%; }

.plyr:-ms-fullscreen .plyr__video-embed {
  overflow: visible; }

.plyr:-ms-fullscreen.plyr--vimeo .plyr__video-wrapper {
  height: 0;
  top: 50%;
  transform: translateY(-50%); }

.plyr:-ms-fullscreen .plyr__control .icon--exit-fullscreen {
  display: block; }

.plyr:-ms-fullscreen .plyr__control .icon--exit-fullscreen + svg {
  display: none; }

.plyr:-ms-fullscreen.plyr--hide-controls {
  cursor: none; }

@media (min-width: 1024px) {
  .plyr:-ms-fullscreen .plyr__captions {
    font-size: 21px; } }

.plyr--fullscreen-fallback {
  background: #000;
  border-radius: 0 !important;
  height: 100%;
  margin: 0;
  width: 100%;
  bottom: 0;
  left: 0;
  position: fixed;
  right: 0;
  top: 0;
  z-index: 10000000; }

.plyr--fullscreen-fallback video {
  height: 100%; }

.plyr--fullscreen-fallback .plyr__video-wrapper {
  height: 100%;
  width: 100%; }

.plyr--fullscreen-fallback .plyr__video-embed {
  overflow: visible; }

.plyr--fullscreen-fallback.plyr--vimeo .plyr__video-wrapper {
  height: 0;
  top: 50%;
  transform: translateY(-50%); }

.plyr--fullscreen-fallback .plyr__control .icon--exit-fullscreen {
  display: block; }

.plyr--fullscreen-fallback .plyr__control .icon--exit-fullscreen + svg {
  display: none; }

.plyr--fullscreen-fallback.plyr--hide-controls {
  cursor: none; }

@media (min-width: 1024px) {
  .plyr--fullscreen-fallback .plyr__captions {
    font-size: 21px; } }

.plyr__ads {
  border-radius: inherit;
  bottom: 0;
  cursor: pointer;
  left: 0;
  overflow: hidden;
  position: absolute;
  right: 0;
  top: 0;
  z-index: -1; }

.plyr__ads > div, .plyr__ads > div iframe {
  height: 100%;
  position: absolute;
  width: 100%; }

.plyr__ads::after {
  background: rgba(47, 52, 61, 0.8);
  border-radius: 2px;
  bottom: 10px;
  color: #fff;
  content: attr(data-badge-text);
  font-size: 11px;
  padding: 2px 6px;
  pointer-events: none;
  position: absolute;
  right: 10px;
  z-index: 3; }

.plyr__ads::after:empty {
  display: none; }

.plyr__cues {
  background: currentColor;
  display: block;
  height: 6px;
  left: 0;
  margin: -3px 0 0;
  opacity: .8;
  position: absolute;
  top: 50%;
  width: 3px;
  z-index: 3; }

.plyr--no-transition {
  transition: none !important; }

.plyr--full-ui [hidden] {
  display: none; }

.plyr--full-ui [aria-hidden=true] {
  display: none; }

.plyr__sr-only {
  clip: rect(1px, 1px, 1px, 1px);
  overflow: hidden;
  border: 0 !important;
  height: 1px !important;
  padding: 0 !important;
  position: absolute !important;
  width: 1px !important; }

/*! nouislider - 11.1.0 - 2018-04-02 11:18:13 */
/* Functional styling;
 * These styles are required for noUiSlider to function.
 * You don't need to change these rules to apply your design.
 */
.noUi-target,
.noUi-target * {
  -webkit-touch-callout: none;
  -webkit-tap-highlight-color: transparent;
  -webkit-user-select: none;
  -ms-touch-action: none;
  touch-action: none;
  -ms-user-select: none;
  -moz-user-select: none;
  user-select: none;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

.noUi-target {
  position: relative;
  direction: ltr; }

.noUi-base,
.noUi-connects {
  width: 100%;
  height: 100%;
  position: relative;
  z-index: 1; }

/* Wrapper for all connect elements.
 */
.noUi-connects {
  overflow: hidden;
  z-index: 0; }

.noUi-connect,
.noUi-origin {
  will-change: transform;
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  -ms-transform-origin: 0 0;
  -webkit-transform-origin: 0 0;
  transform-origin: 0 0; }

/* Offset direction
 */
html:not([dir="rtl"]) .noUi-horizontal .noUi-origin {
  left: auto;
  right: 0; }

/* Give origins 0 height/width so they don't interfere with clicking the
 * connect elements.
 */
.noUi-vertical .noUi-origin {
  width: 0; }

.noUi-horizontal .noUi-origin {
  height: 0; }

.noUi-handle {
  position: absolute; }

.noUi-state-tap .noUi-connect,
.noUi-state-tap .noUi-origin {
  -webkit-transition: transform 0.3s;
  transition: transform 0.3s; }

.noUi-state-drag * {
  cursor: inherit !important; }

/* Slider size and handle placement;
 */
.noUi-horizontal {
  height: 18px; }

.noUi-horizontal .noUi-handle {
  width: 34px;
  height: 28px;
  left: -17px;
  top: -6px; }

.noUi-vertical {
  width: 18px; }

.noUi-vertical .noUi-handle {
  width: 28px;
  height: 34px;
  left: -6px;
  top: -17px; }

html:not([dir="rtl"]) .noUi-horizontal .noUi-handle {
  right: -17px;
  left: auto; }

/* Styling;
 * Giving the connect element a border radius causes issues with using transform: scale
 */
.noUi-target {
  background: #FAFAFA;
  border-radius: 4px;
  border: 1px solid #D3D3D3;
  box-shadow: inset 0 1px 1px #F0F0F0, 0 3px 6px -5px #BBB; }

.noUi-connects {
  border-radius: 3px; }

.noUi-connect {
  background: #3FB8AF; }

/* Handles and cursors;
 */
.noUi-draggable {
  cursor: ew-resize; }

.noUi-vertical .noUi-draggable {
  cursor: ns-resize; }

.noUi-handle {
  border: 1px solid #D9D9D9;
  border-radius: 3px;
  background: #FFF;
  cursor: default;
  box-shadow: inset 0 0 1px #FFF, inset 0 1px 7px #EBEBEB, 0 3px 6px -3px #BBB; }

.noUi-active {
  box-shadow: inset 0 0 1px #FFF, inset 0 1px 7px #DDD, 0 3px 6px -3px #BBB; }

/* Handle stripes;
 */
.noUi-handle:before,
.noUi-handle:after {
  content: "";
  display: block;
  position: absolute;
  height: 14px;
  width: 1px;
  background: #E8E7E6;
  left: 14px;
  top: 6px; }

.noUi-handle:after {
  left: 17px; }

.noUi-vertical .noUi-handle:before,
.noUi-vertical .noUi-handle:after {
  width: 14px;
  height: 1px;
  left: 6px;
  top: 14px; }

.noUi-vertical .noUi-handle:after {
  top: 17px; }

/* Disabled state;
 */
[disabled] .noUi-connect {
  background: #B8B8B8; }

[disabled].noUi-target,
[disabled].noUi-handle,
[disabled] .noUi-handle {
  cursor: not-allowed; }

/* Base;
 *
 */
.noUi-pips,
.noUi-pips * {
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

.noUi-pips {
  position: absolute;
  color: #999; }

/* Values;
 *
 */
.noUi-value {
  position: absolute;
  white-space: nowrap;
  text-align: center; }

.noUi-value-sub {
  color: #ccc;
  font-size: 10px; }

/* Markings;
 *
 */
.noUi-marker {
  position: absolute;
  background: #CCC; }

.noUi-marker-sub {
  background: #AAA; }

.noUi-marker-large {
  background: #AAA; }

/* Horizontal layout;
 *
 */
.noUi-pips-horizontal {
  padding: 10px 0;
  height: 80px;
  top: 100%;
  left: 0;
  width: 100%; }

.noUi-value-horizontal {
  -webkit-transform: translate(-50%, 50%);
  transform: translate(-50%, 50%); }

.noUi-rtl .noUi-value-horizontal {
  -webkit-transform: translate(50%, 50%);
  transform: translate(50%, 50%); }

.noUi-marker-horizontal.noUi-marker {
  margin-left: -1px;
  width: 2px;
  height: 5px; }

.noUi-marker-horizontal.noUi-marker-sub {
  height: 10px; }

.noUi-marker-horizontal.noUi-marker-large {
  height: 15px; }

/* Vertical layout;
 *
 */
.noUi-pips-vertical {
  padding: 0 10px;
  height: 100%;
  top: 0;
  left: 100%; }

.noUi-value-vertical {
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%, 0);
  padding-left: 25px; }

.noUi-rtl .noUi-value-vertical {
  -webkit-transform: translate(0, 50%);
  transform: translate(0, 50%); }

.noUi-marker-vertical.noUi-marker {
  width: 5px;
  height: 2px;
  margin-top: -1px; }

.noUi-marker-vertical.noUi-marker-sub {
  width: 10px; }

.noUi-marker-vertical.noUi-marker-large {
  width: 15px; }

.noUi-tooltip {
  display: block;
  position: absolute;
  border: 1px solid #D9D9D9;
  border-radius: 3px;
  background: #fff;
  color: #000;
  padding: 5px;
  text-align: center;
  white-space: nowrap; }

.noUi-horizontal .noUi-tooltip {
  -webkit-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  left: 50%;
  bottom: 120%; }

.noUi-vertical .noUi-tooltip {
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  top: 50%;
  right: 120%; }

/*!
 * Font Awesome Pro 5.0.4 by @fontawesome - http://fontawesome.com
 * License - http://fontawesome.com/license (Commercial License)
 */
.fa,
.fas,
.far,
.fal,
.fab {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1; }

.fa-lg {
  font-size: 1.33333em;
  line-height: 0.75em;
  vertical-align: -.0667em; }

.fa-xs {
  font-size: .75em; }

.fa-sm {
  font-size: .875em; }

.fa-1x {
  font-size: 1em; }

.fa-2x {
  font-size: 2em; }

.fa-3x {
  font-size: 3em; }

.fa-4x {
  font-size: 4em; }

.fa-5x {
  font-size: 5em; }

.fa-6x {
  font-size: 6em; }

.fa-7x {
  font-size: 7em; }

.fa-8x {
  font-size: 8em; }

.fa-9x {
  font-size: 9em; }

.fa-10x {
  font-size: 10em; }

.fa-fw {
  text-align: center;
  width: 1.25em; }

.fa-ul {
  list-style-type: none;
  margin-left: 2.5em;
  padding-left: 0; }
  .fa-ul > li {
    position: relative; }

.fa-li {
  left: -2em;
  position: absolute;
  text-align: center;
  width: 2em;
  line-height: inherit; }

.fa-border {
  border: solid 0.08em #eee;
  border-radius: .1em;
  padding: .2em .25em .15em; }

.fa-pull-left {
  float: left; }

.fa-pull-right {
  float: right; }

.fa.fa-pull-left,
.fas.fa-pull-left,
.far.fa-pull-left,
.fal.fa-pull-left,
.fab.fa-pull-left {
  margin-right: .3em; }

.fa.fa-pull-right,
.fas.fa-pull-right,
.far.fa-pull-right,
.fal.fa-pull-right,
.fab.fa-pull-right {
  margin-left: .3em; }

.fa-spin {
  animation: fa-spin 2s infinite linear; }

.fa-pulse {
  animation: fa-spin 1s infinite steps(8); }

@keyframes fa-spin {
  0% {
    transform: rotate(0deg); }
  100% {
    transform: rotate(360deg); } }

.fa-rotate-90 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";
  transform: rotate(90deg); }

.fa-rotate-180 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";
  transform: rotate(180deg); }

.fa-rotate-270 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";
  transform: rotate(270deg); }

.fa-flip-horizontal {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";
  transform: scale(-1, 1); }

.fa-flip-vertical {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
  transform: scale(1, -1); }

.fa-flip-horizontal.fa-flip-vertical {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
  transform: scale(-1, -1); }

:root .fa-rotate-90,
:root .fa-rotate-180,
:root .fa-rotate-270,
:root .fa-flip-horizontal,
:root .fa-flip-vertical {
  filter: none; }

.fa-stack {
  display: inline-block;
  height: 2em;
  line-height: 2em;
  position: relative;
  vertical-align: middle;
  width: 2em; }

.fa-stack-1x,
.fa-stack-2x {
  left: 0;
  position: absolute;
  text-align: center;
  width: 100%; }

.fa-stack-1x {
  line-height: inherit; }

.fa-stack-2x {
  font-size: 2em; }

.fa-inverse {
  color: #fff; }

/* Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen
readers do not read off random characters that represent icons */
.fa-500px:before {
  content: "\f26e"; }

.fa-accessible-icon:before {
  content: "\f368"; }

.fa-accusoft:before {
  content: "\f369"; }

.fa-address-book:before {
  content: "\f2b9"; }

.fa-address-card:before {
  content: "\f2bb"; }

.fa-adjust:before {
  content: "\f042"; }

.fa-adn:before {
  content: "\f170"; }

.fa-adversal:before {
  content: "\f36a"; }

.fa-affiliatetheme:before {
  content: "\f36b"; }

.fa-alarm-clock:before {
  content: "\f34e"; }

.fa-algolia:before {
  content: "\f36c"; }

.fa-align-center:before {
  content: "\f037"; }

.fa-align-justify:before {
  content: "\f039"; }

.fa-align-left:before {
  content: "\f036"; }

.fa-align-right:before {
  content: "\f038"; }

.fa-amazon:before {
  content: "\f270"; }

.fa-amazon-pay:before {
  content: "\f42c"; }

.fa-ambulance:before {
  content: "\f0f9"; }

.fa-american-sign-language-interpreting:before {
  content: "\f2a3"; }

.fa-amilia:before {
  content: "\f36d"; }

.fa-anchor:before {
  content: "\f13d"; }

.fa-android:before {
  content: "\f17b"; }

.fa-angellist:before {
  content: "\f209"; }

.fa-angle-double-down:before {
  content: "\f103"; }

.fa-angle-double-left:before {
  content: "\f100"; }

.fa-angle-double-right:before {
  content: "\f101"; }

.fa-angle-double-up:before {
  content: "\f102"; }

.fa-angle-down:before {
  content: "\f107"; }

.fa-angle-left:before {
  content: "\f104"; }

.fa-angle-right:before {
  content: "\f105"; }

.fa-angle-up:before {
  content: "\f106"; }

.fa-angrycreative:before {
  content: "\f36e"; }

.fa-angular:before {
  content: "\f420"; }

.fa-app-store:before {
  content: "\f36f"; }

.fa-app-store-ios:before {
  content: "\f370"; }

.fa-apper:before {
  content: "\f371"; }

.fa-apple:before {
  content: "\f179"; }

.fa-apple-pay:before {
  content: "\f415"; }

.fa-archive:before {
  content: "\f187"; }

.fa-arrow-alt-circle-down:before {
  content: "\f358"; }

.fa-arrow-alt-circle-left:before {
  content: "\f359"; }

.fa-arrow-alt-circle-right:before {
  content: "\f35a"; }

.fa-arrow-alt-circle-up:before {
  content: "\f35b"; }

.fa-arrow-alt-down:before {
  content: "\f354"; }

.fa-arrow-alt-from-bottom:before {
  content: "\f346"; }

.fa-arrow-alt-from-left:before {
  content: "\f347"; }

.fa-arrow-alt-from-right:before {
  content: "\f348"; }

.fa-arrow-alt-from-top:before {
  content: "\f349"; }

.fa-arrow-alt-left:before {
  content: "\f355"; }

.fa-arrow-alt-right:before {
  content: "\f356"; }

.fa-arrow-alt-square-down:before {
  content: "\f350"; }

.fa-arrow-alt-square-left:before {
  content: "\f351"; }

.fa-arrow-alt-square-right:before {
  content: "\f352"; }

.fa-arrow-alt-square-up:before {
  content: "\f353"; }

.fa-arrow-alt-to-bottom:before {
  content: "\f34a"; }

.fa-arrow-alt-to-left:before {
  content: "\f34b"; }

.fa-arrow-alt-to-right:before {
  content: "\f34c"; }

.fa-arrow-alt-to-top:before {
  content: "\f34d"; }

.fa-arrow-alt-up:before {
  content: "\f357"; }

.fa-arrow-circle-down:before {
  content: "\f0ab"; }

.fa-arrow-circle-left:before {
  content: "\f0a8"; }

.fa-arrow-circle-right:before {
  content: "\f0a9"; }

.fa-arrow-circle-up:before {
  content: "\f0aa"; }

.fa-arrow-down:before {
  content: "\f063"; }

.fa-arrow-from-bottom:before {
  content: "\f342"; }

.fa-arrow-from-left:before {
  content: "\f343"; }

.fa-arrow-from-right:before {
  content: "\f344"; }

.fa-arrow-from-top:before {
  content: "\f345"; }

.fa-arrow-left:before {
  content: "\f060"; }

.fa-arrow-right:before {
  content: "\f061"; }

.fa-arrow-square-down:before {
  content: "\f339"; }

.fa-arrow-square-left:before {
  content: "\f33a"; }

.fa-arrow-square-right:before {
  content: "\f33b"; }

.fa-arrow-square-up:before {
  content: "\f33c"; }

.fa-arrow-to-bottom:before {
  content: "\f33d"; }

.fa-arrow-to-left:before {
  content: "\f33e"; }

.fa-arrow-to-right:before {
  content: "\f340"; }

.fa-arrow-to-top:before {
  content: "\f341"; }

.fa-arrow-up:before {
  content: "\f062"; }

.fa-arrows:before {
  content: "\f047"; }

.fa-arrows-alt:before {
  content: "\f0b2"; }

.fa-arrows-alt-h:before {
  content: "\f337"; }

.fa-arrows-alt-v:before {
  content: "\f338"; }

.fa-arrows-h:before {
  content: "\f07e"; }

.fa-arrows-v:before {
  content: "\f07d"; }

.fa-assistive-listening-systems:before {
  content: "\f2a2"; }

.fa-asterisk:before {
  content: "\f069"; }

.fa-asymmetrik:before {
  content: "\f372"; }

.fa-at:before {
  content: "\f1fa"; }

.fa-audible:before {
  content: "\f373"; }

.fa-audio-description:before {
  content: "\f29e"; }

.fa-autoprefixer:before {
  content: "\f41c"; }

.fa-avianex:before {
  content: "\f374"; }

.fa-aviato:before {
  content: "\f421"; }

.fa-aws:before {
  content: "\f375"; }

.fa-backward:before {
  content: "\f04a"; }

.fa-badge:before {
  content: "\f335"; }

.fa-badge-check:before {
  content: "\f336"; }

.fa-balance-scale:before {
  content: "\f24e"; }

.fa-ban:before {
  content: "\f05e"; }

.fa-bandcamp:before {
  content: "\f2d5"; }

.fa-barcode:before {
  content: "\f02a"; }

.fa-bars:before {
  content: "\f0c9"; }

.fa-bath:before {
  content: "\f2cd"; }

.fa-battery-bolt:before {
  content: "\f376"; }

.fa-battery-empty:before {
  content: "\f244"; }

.fa-battery-full:before {
  content: "\f240"; }

.fa-battery-half:before {
  content: "\f242"; }

.fa-battery-quarter:before {
  content: "\f243"; }

.fa-battery-slash:before {
  content: "\f377"; }

.fa-battery-three-quarters:before {
  content: "\f241"; }

.fa-bed:before {
  content: "\f236"; }

.fa-beer:before {
  content: "\f0fc"; }

.fa-behance:before {
  content: "\f1b4"; }

.fa-behance-square:before {
  content: "\f1b5"; }

.fa-bell:before {
  content: "\f0f3"; }

.fa-bell-slash:before {
  content: "\f1f6"; }

.fa-bicycle:before {
  content: "\f206"; }

.fa-bimobject:before {
  content: "\f378"; }

.fa-binoculars:before {
  content: "\f1e5"; }

.fa-birthday-cake:before {
  content: "\f1fd"; }

.fa-bitbucket:before {
  content: "\f171"; }

.fa-bitcoin:before {
  content: "\f379"; }

.fa-bity:before {
  content: "\f37a"; }

.fa-black-tie:before {
  content: "\f27e"; }

.fa-blackberry:before {
  content: "\f37b"; }

.fa-blind:before {
  content: "\f29d"; }

.fa-blogger:before {
  content: "\f37c"; }

.fa-blogger-b:before {
  content: "\f37d"; }

.fa-bluetooth:before {
  content: "\f293"; }

.fa-bluetooth-b:before {
  content: "\f294"; }

.fa-bold:before {
  content: "\f032"; }

.fa-bolt:before {
  content: "\f0e7"; }

.fa-bomb:before {
  content: "\f1e2"; }

.fa-book:before {
  content: "\f02d"; }

.fa-bookmark:before {
  content: "\f02e"; }

.fa-braille:before {
  content: "\f2a1"; }

.fa-briefcase:before {
  content: "\f0b1"; }

.fa-browser:before {
  content: "\f37e"; }

.fa-btc:before {
  content: "\f15a"; }

.fa-bug:before {
  content: "\f188"; }

.fa-building:before {
  content: "\f1ad"; }

.fa-bullhorn:before {
  content: "\f0a1"; }

.fa-bullseye:before {
  content: "\f140"; }

.fa-buromobelexperte:before {
  content: "\f37f"; }

.fa-bus:before {
  content: "\f207"; }

.fa-buysellads:before {
  content: "\f20d"; }

.fa-calculator:before {
  content: "\f1ec"; }

.fa-calendar:before {
  content: "\f133"; }

.fa-calendar-alt:before {
  content: "\f073"; }

.fa-calendar-check:before {
  content: "\f274"; }

.fa-calendar-edit:before {
  content: "\f333"; }

.fa-calendar-exclamation:before {
  content: "\f334"; }

.fa-calendar-minus:before {
  content: "\f272"; }

.fa-calendar-plus:before {
  content: "\f271"; }

.fa-calendar-times:before {
  content: "\f273"; }

.fa-camera:before {
  content: "\f030"; }

.fa-camera-alt:before {
  content: "\f332"; }

.fa-camera-retro:before {
  content: "\f083"; }

.fa-car:before {
  content: "\f1b9"; }

.fa-caret-circle-down:before {
  content: "\f32d"; }

.fa-caret-circle-left:before {
  content: "\f32e"; }

.fa-caret-circle-right:before {
  content: "\f330"; }

.fa-caret-circle-up:before {
  content: "\f331"; }

.fa-caret-down:before {
  content: "\f0d7"; }

.fa-caret-left:before {
  content: "\f0d9"; }

.fa-caret-right:before {
  content: "\f0da"; }

.fa-caret-square-down:before {
  content: "\f150"; }

.fa-caret-square-left:before {
  content: "\f191"; }

.fa-caret-square-right:before {
  content: "\f152"; }

.fa-caret-square-up:before {
  content: "\f151"; }

.fa-caret-up:before {
  content: "\f0d8"; }

.fa-cart-arrow-down:before {
  content: "\f218"; }

.fa-cart-plus:before {
  content: "\f217"; }

.fa-cc-amazon-pay:before {
  content: "\f42d"; }

.fa-cc-amex:before {
  content: "\f1f3"; }

.fa-cc-apple-pay:before {
  content: "\f416"; }

.fa-cc-diners-club:before {
  content: "\f24c"; }

.fa-cc-discover:before {
  content: "\f1f2"; }

.fa-cc-jcb:before {
  content: "\f24b"; }

.fa-cc-mastercard:before {
  content: "\f1f1"; }

.fa-cc-paypal:before {
  content: "\f1f4"; }

.fa-cc-stripe:before {
  content: "\f1f5"; }

.fa-cc-visa:before {
  content: "\f1f0"; }

.fa-centercode:before {
  content: "\f380"; }

.fa-certificate:before {
  content: "\f0a3"; }

.fa-chart-area:before {
  content: "\f1fe"; }

.fa-chart-bar:before {
  content: "\f080"; }

.fa-chart-line:before {
  content: "\f201"; }

.fa-chart-pie:before {
  content: "\f200"; }

.fa-check:before {
  content: "\f00c"; }

.fa-check-circle:before {
  content: "\f058"; }

.fa-check-square:before {
  content: "\f14a"; }

.fa-chevron-circle-down:before {
  content: "\f13a"; }

.fa-chevron-circle-left:before {
  content: "\f137"; }

.fa-chevron-circle-right:before {
  content: "\f138"; }

.fa-chevron-circle-up:before {
  content: "\f139"; }

.fa-chevron-double-down:before {
  content: "\f322"; }

.fa-chevron-double-left:before {
  content: "\f323"; }

.fa-chevron-double-right:before {
  content: "\f324"; }

.fa-chevron-double-up:before {
  content: "\f325"; }

.fa-chevron-down:before {
  content: "\f078"; }

.fa-chevron-left:before {
  content: "\f053"; }

.fa-chevron-right:before {
  content: "\f054"; }

.fa-chevron-square-down:before {
  content: "\f329"; }

.fa-chevron-square-left:before {
  content: "\f32a"; }

.fa-chevron-square-right:before {
  content: "\f32b"; }

.fa-chevron-square-up:before {
  content: "\f32c"; }

.fa-chevron-up:before {
  content: "\f077"; }

.fa-child:before {
  content: "\f1ae"; }

.fa-chrome:before {
  content: "\f268"; }

.fa-circle:before {
  content: "\f111"; }

.fa-circle-notch:before {
  content: "\f1ce"; }

.fa-clipboard:before {
  content: "\f328"; }

.fa-clock:before {
  content: "\f017"; }

.fa-clone:before {
  content: "\f24d"; }

.fa-closed-captioning:before {
  content: "\f20a"; }

.fa-cloud:before {
  content: "\f0c2"; }

.fa-cloud-download:before {
  content: "\f0ed"; }

.fa-cloud-download-alt:before {
  content: "\f381"; }

.fa-cloud-upload:before {
  content: "\f0ee"; }

.fa-cloud-upload-alt:before {
  content: "\f382"; }

.fa-cloudscale:before {
  content: "\f383"; }

.fa-cloudsmith:before {
  content: "\f384"; }

.fa-cloudversify:before {
  content: "\f385"; }

.fa-club:before {
  content: "\f327"; }

.fa-code:before {
  content: "\f121"; }

.fa-code-branch:before {
  content: "\f126"; }

.fa-code-commit:before {
  content: "\f386"; }

.fa-code-merge:before {
  content: "\f387"; }

.fa-codepen:before {
  content: "\f1cb"; }

.fa-codiepie:before {
  content: "\f284"; }

.fa-coffee:before {
  content: "\f0f4"; }

.fa-cog:before {
  content: "\f013"; }

.fa-cogs:before {
  content: "\f085"; }

.fa-columns:before {
  content: "\f0db"; }

.fa-comment:before {
  content: "\f075"; }

.fa-comment-alt:before {
  content: "\f27a"; }

.fa-comments:before {
  content: "\f086"; }

.fa-compass:before {
  content: "\f14e"; }

.fa-compress:before {
  content: "\f066"; }

.fa-compress-alt:before {
  content: "\f422"; }

.fa-compress-wide:before {
  content: "\f326"; }

.fa-connectdevelop:before {
  content: "\f20e"; }

.fa-contao:before {
  content: "\f26d"; }

.fa-copy:before {
  content: "\f0c5"; }

.fa-copyright:before {
  content: "\f1f9"; }

.fa-cpanel:before {
  content: "\f388"; }

.fa-creative-commons:before {
  content: "\f25e"; }

.fa-credit-card:before {
  content: "\f09d"; }

.fa-credit-card-blank:before {
  content: "\f389"; }

.fa-credit-card-front:before {
  content: "\f38a"; }

.fa-crop:before {
  content: "\f125"; }

.fa-crosshairs:before {
  content: "\f05b"; }

.fa-css3:before {
  content: "\f13c"; }

.fa-css3-alt:before {
  content: "\f38b"; }

.fa-cube:before {
  content: "\f1b2"; }

.fa-cubes:before {
  content: "\f1b3"; }

.fa-cut:before {
  content: "\f0c4"; }

.fa-cuttlefish:before {
  content: "\f38c"; }

.fa-d-and-d:before {
  content: "\f38d"; }

.fa-dashcube:before {
  content: "\f210"; }

.fa-database:before {
  content: "\f1c0"; }

.fa-deaf:before {
  content: "\f2a4"; }

.fa-delicious:before {
  content: "\f1a5"; }

.fa-deploydog:before {
  content: "\f38e"; }

.fa-deskpro:before {
  content: "\f38f"; }

.fa-desktop:before {
  content: "\f108"; }

.fa-desktop-alt:before {
  content: "\f390"; }

.fa-deviantart:before {
  content: "\f1bd"; }

.fa-diamond:before {
  content: "\f219"; }

.fa-digg:before {
  content: "\f1a6"; }

.fa-digital-ocean:before {
  content: "\f391"; }

.fa-discord:before {
  content: "\f392"; }

.fa-discourse:before {
  content: "\f393"; }

.fa-dochub:before {
  content: "\f394"; }

.fa-docker:before {
  content: "\f395"; }

.fa-dollar-sign:before {
  content: "\f155"; }

.fa-dot-circle:before {
  content: "\f192"; }

.fa-download:before {
  content: "\f019"; }

.fa-draft2digital:before {
  content: "\f396"; }

.fa-dribbble:before {
  content: "\f17d"; }

.fa-dribbble-square:before {
  content: "\f397"; }

.fa-dropbox:before {
  content: "\f16b"; }

.fa-drupal:before {
  content: "\f1a9"; }

.fa-dyalog:before {
  content: "\f399"; }

.fa-earlybirds:before {
  content: "\f39a"; }

.fa-edge:before {
  content: "\f282"; }

.fa-edit:before {
  content: "\f044"; }

.fa-eject:before {
  content: "\f052"; }

.fa-elementor:before {
  content: "\f430"; }

.fa-ellipsis-h:before {
  content: "\f141"; }

.fa-ellipsis-h-alt:before {
  content: "\f39b"; }

.fa-ellipsis-v:before {
  content: "\f142"; }

.fa-ellipsis-v-alt:before {
  content: "\f39c"; }

.fa-ember:before {
  content: "\f423"; }

.fa-empire:before {
  content: "\f1d1"; }

.fa-envelope:before {
  content: "\f0e0"; }

.fa-envelope-open:before {
  content: "\f2b6"; }

.fa-envelope-square:before {
  content: "\f199"; }

.fa-envira:before {
  content: "\f299"; }

.fa-eraser:before {
  content: "\f12d"; }

.fa-erlang:before {
  content: "\f39d"; }

.fa-ethereum:before {
  content: "\f42e"; }

.fa-etsy:before {
  content: "\f2d7"; }

.fa-euro-sign:before {
  content: "\f153"; }

.fa-exchange:before {
  content: "\f0ec"; }

.fa-exchange-alt:before {
  content: "\f362"; }

.fa-exclamation:before {
  content: "\f12a"; }

.fa-exclamation-circle:before {
  content: "\f06a"; }

.fa-exclamation-square:before {
  content: "\f321"; }

.fa-exclamation-triangle:before {
  content: "\f071"; }

.fa-expand:before {
  content: "\f065"; }

.fa-expand-alt:before {
  content: "\f424"; }

.fa-expand-arrows:before {
  content: "\f31d"; }

.fa-expand-arrows-alt:before {
  content: "\f31e"; }

.fa-expand-wide:before {
  content: "\f320"; }

.fa-expeditedssl:before {
  content: "\f23e"; }

.fa-external-link:before {
  content: "\f08e"; }

.fa-external-link-alt:before {
  content: "\f35d"; }

.fa-external-link-square:before {
  content: "\f14c"; }

.fa-external-link-square-alt:before {
  content: "\f360"; }

.fa-eye:before {
  content: "\f06e"; }

.fa-eye-dropper:before {
  content: "\f1fb"; }

.fa-eye-slash:before {
  content: "\f070"; }

.fa-facebook:before {
  content: "\f09a"; }

.fa-facebook-f:before {
  content: "\f39e"; }

.fa-facebook-messenger:before {
  content: "\f39f"; }

.fa-facebook-square:before {
  content: "\f082"; }

.fa-fast-backward:before {
  content: "\f049"; }

.fa-fast-forward:before {
  content: "\f050"; }

.fa-fax:before {
  content: "\f1ac"; }

.fa-female:before {
  content: "\f182"; }

.fa-fighter-jet:before {
  content: "\f0fb"; }

.fa-file:before {
  content: "\f15b"; }

.fa-file-alt:before {
  content: "\f15c"; }

.fa-file-archive:before {
  content: "\f1c6"; }

.fa-file-audio:before {
  content: "\f1c7"; }

.fa-file-check:before {
  content: "\f316"; }

.fa-file-code:before {
  content: "\f1c9"; }

.fa-file-edit:before {
  content: "\f31c"; }

.fa-file-excel:before {
  content: "\f1c3"; }

.fa-file-exclamation:before {
  content: "\f31a"; }

.fa-file-image:before {
  content: "\f1c5"; }

.fa-file-minus:before {
  content: "\f318"; }

.fa-file-pdf:before {
  content: "\f1c1"; }

.fa-file-plus:before {
  content: "\f319"; }

.fa-file-powerpoint:before {
  content: "\f1c4"; }

.fa-file-times:before {
  content: "\f317"; }

.fa-file-video:before {
  content: "\f1c8"; }

.fa-file-word:before {
  content: "\f1c2"; }

.fa-film:before {
  content: "\f008"; }

.fa-film-alt:before {
  content: "\f3a0"; }

.fa-filter:before {
  content: "\f0b0"; }

.fa-fire:before {
  content: "\f06d"; }

.fa-fire-extinguisher:before {
  content: "\f134"; }

.fa-firefox:before {
  content: "\f269"; }

.fa-first-order:before {
  content: "\f2b0"; }

.fa-firstdraft:before {
  content: "\f3a1"; }

.fa-flag:before {
  content: "\f024"; }

.fa-flag-checkered:before {
  content: "\f11e"; }

.fa-flask:before {
  content: "\f0c3"; }

.fa-flickr:before {
  content: "\f16e"; }

.fa-fly:before {
  content: "\f417"; }

.fa-folder:before {
  content: "\f07b"; }

.fa-folder-open:before {
  content: "\f07c"; }

.fa-font:before {
  content: "\f031"; }

.fa-font-awesome:before {
  content: "\f2b4"; }

.fa-font-awesome-alt:before {
  content: "\f35c"; }

.fa-font-awesome-flag:before {
  content: "\f425"; }

.fa-fonticons:before {
  content: "\f280"; }

.fa-fonticons-fi:before {
  content: "\f3a2"; }

.fa-fort-awesome:before {
  content: "\f286"; }

.fa-fort-awesome-alt:before {
  content: "\f3a3"; }

.fa-forumbee:before {
  content: "\f211"; }

.fa-forward:before {
  content: "\f04e"; }

.fa-foursquare:before {
  content: "\f180"; }

.fa-free-code-camp:before {
  content: "\f2c5"; }

.fa-freebsd:before {
  content: "\f3a4"; }

.fa-frown:before {
  content: "\f119"; }

.fa-futbol:before {
  content: "\f1e3"; }

.fa-gamepad:before {
  content: "\f11b"; }

.fa-gavel:before {
  content: "\f0e3"; }

.fa-gem:before {
  content: "\f3a5"; }

.fa-genderless:before {
  content: "\f22d"; }

.fa-get-pocket:before {
  content: "\f265"; }

.fa-gg:before {
  content: "\f260"; }

.fa-gg-circle:before {
  content: "\f261"; }

.fa-gift:before {
  content: "\f06b"; }

.fa-git:before {
  content: "\f1d3"; }

.fa-git-square:before {
  content: "\f1d2"; }

.fa-github:before {
  content: "\f09b"; }

.fa-github-alt:before {
  content: "\f113"; }

.fa-github-square:before {
  content: "\f092"; }

.fa-gitkraken:before {
  content: "\f3a6"; }

.fa-gitlab:before {
  content: "\f296"; }

.fa-gitter:before {
  content: "\f426"; }

.fa-glass-martini:before {
  content: "\f000"; }

.fa-glide:before {
  content: "\f2a5"; }

.fa-glide-g:before {
  content: "\f2a6"; }

.fa-globe:before {
  content: "\f0ac"; }

.fa-gofore:before {
  content: "\f3a7"; }

.fa-goodreads:before {
  content: "\f3a8"; }

.fa-goodreads-g:before {
  content: "\f3a9"; }

.fa-google:before {
  content: "\f1a0"; }

.fa-google-drive:before {
  content: "\f3aa"; }

.fa-google-play:before {
  content: "\f3ab"; }

.fa-google-plus:before {
  content: "\f2b3"; }

.fa-google-plus-g:before {
  content: "\f0d5"; }

.fa-google-plus-square:before {
  content: "\f0d4"; }

.fa-google-wallet:before {
  content: "\f1ee"; }

.fa-graduation-cap:before {
  content: "\f19d"; }

.fa-gratipay:before {
  content: "\f184"; }

.fa-grav:before {
  content: "\f2d6"; }

.fa-gripfire:before {
  content: "\f3ac"; }

.fa-grunt:before {
  content: "\f3ad"; }

.fa-gulp:before {
  content: "\f3ae"; }

.fa-h-square:before {
  content: "\f0fd"; }

.fa-h1:before {
  content: "\f313"; }

.fa-h2:before {
  content: "\f314"; }

.fa-h3:before {
  content: "\f315"; }

.fa-hacker-news:before {
  content: "\f1d4"; }

.fa-hacker-news-square:before {
  content: "\f3af"; }

.fa-hand-lizard:before {
  content: "\f258"; }

.fa-hand-paper:before {
  content: "\f256"; }

.fa-hand-peace:before {
  content: "\f25b"; }

.fa-hand-point-down:before {
  content: "\f0a7"; }

.fa-hand-point-left:before {
  content: "\f0a5"; }

.fa-hand-point-right:before {
  content: "\f0a4"; }

.fa-hand-point-up:before {
  content: "\f0a6"; }

.fa-hand-pointer:before {
  content: "\f25a"; }

.fa-hand-rock:before {
  content: "\f255"; }

.fa-hand-scissors:before {
  content: "\f257"; }

.fa-hand-spock:before {
  content: "\f259"; }

.fa-handshake:before {
  content: "\f2b5"; }

.fa-hashtag:before {
  content: "\f292"; }

.fa-hdd:before {
  content: "\f0a0"; }

.fa-heading:before {
  content: "\f1dc"; }

.fa-headphones:before {
  content: "\f025"; }

.fa-heart:before {
  content: "\f004"; }

.fa-heartbeat:before {
  content: "\f21e"; }

.fa-hexagon:before {
  content: "\f312"; }

.fa-hire-a-helper:before {
  content: "\f3b0"; }

.fa-history:before {
  content: "\f1da"; }

.fa-home:before {
  content: "\f015"; }

.fa-hooli:before {
  content: "\f427"; }

.fa-hospital:before {
  content: "\f0f8"; }

.fa-hotjar:before {
  content: "\f3b1"; }

.fa-hourglass:before {
  content: "\f254"; }

.fa-hourglass-end:before {
  content: "\f253"; }

.fa-hourglass-half:before {
  content: "\f252"; }

.fa-hourglass-start:before {
  content: "\f251"; }

.fa-houzz:before {
  content: "\f27c"; }

.fa-html5:before {
  content: "\f13b"; }

.fa-hubspot:before {
  content: "\f3b2"; }

.fa-i-cursor:before {
  content: "\f246"; }

.fa-id-badge:before {
  content: "\f2c1"; }

.fa-id-card:before {
  content: "\f2c2"; }

.fa-image:before {
  content: "\f03e"; }

.fa-images:before {
  content: "\f302"; }

.fa-imdb:before {
  content: "\f2d8"; }

.fa-inbox:before {
  content: "\f01c"; }

.fa-inbox-in:before {
  content: "\f310"; }

.fa-inbox-out:before {
  content: "\f311"; }

.fa-indent:before {
  content: "\f03c"; }

.fa-industry:before {
  content: "\f275"; }

.fa-industry-alt:before {
  content: "\f3b3"; }

.fa-info:before {
  content: "\f129"; }

.fa-info-circle:before {
  content: "\f05a"; }

.fa-info-square:before {
  content: "\f30f"; }

.fa-instagram:before {
  content: "\f16d"; }

.fa-internet-explorer:before {
  content: "\f26b"; }

.fa-ioxhost:before {
  content: "\f208"; }

.fa-italic:before {
  content: "\f033"; }

.fa-itunes:before {
  content: "\f3b4"; }

.fa-itunes-note:before {
  content: "\f3b5"; }

.fa-jack-o-lantern:before {
  content: "\f30e"; }

.fa-jenkins:before {
  content: "\f3b6"; }

.fa-joget:before {
  content: "\f3b7"; }

.fa-joomla:before {
  content: "\f1aa"; }

.fa-js:before {
  content: "\f3b8"; }

.fa-js-square:before {
  content: "\f3b9"; }

.fa-jsfiddle:before {
  content: "\f1cc"; }

.fa-key:before {
  content: "\f084"; }

.fa-keyboard:before {
  content: "\f11c"; }

.fa-keycdn:before {
  content: "\f3ba"; }

.fa-kickstarter:before {
  content: "\f3bb"; }

.fa-kickstarter-k:before {
  content: "\f3bc"; }

.fa-korvue:before {
  content: "\f42f"; }

.fa-language:before {
  content: "\f1ab"; }

.fa-laptop:before {
  content: "\f109"; }

.fa-laravel:before {
  content: "\f3bd"; }

.fa-lastfm:before {
  content: "\f202"; }

.fa-lastfm-square:before {
  content: "\f203"; }

.fa-leaf:before {
  content: "\f06c"; }

.fa-leanpub:before {
  content: "\f212"; }

.fa-lemon:before {
  content: "\f094"; }

.fa-less:before {
  content: "\f41d"; }

.fa-level-down:before {
  content: "\f149"; }

.fa-level-down-alt:before {
  content: "\f3be"; }

.fa-level-up:before {
  content: "\f148"; }

.fa-level-up-alt:before {
  content: "\f3bf"; }

.fa-life-ring:before {
  content: "\f1cd"; }

.fa-lightbulb:before {
  content: "\f0eb"; }

.fa-line:before {
  content: "\f3c0"; }

.fa-link:before {
  content: "\f0c1"; }

.fa-linkedin:before {
  content: "\f08c"; }

.fa-linkedin-in:before {
  content: "\f0e1"; }

.fa-linode:before {
  content: "\f2b8"; }

.fa-linux:before {
  content: "\f17c"; }

.fa-lira-sign:before {
  content: "\f195"; }

.fa-list:before {
  content: "\f03a"; }

.fa-list-alt:before {
  content: "\f022"; }

.fa-list-ol:before {
  content: "\f0cb"; }

.fa-list-ul:before {
  content: "\f0ca"; }

.fa-location-arrow:before {
  content: "\f124"; }

.fa-lock:before {
  content: "\f023"; }

.fa-lock-alt:before {
  content: "\f30d"; }

.fa-lock-open:before {
  content: "\f3c1"; }

.fa-lock-open-alt:before {
  content: "\f3c2"; }

.fa-long-arrow-alt-down:before {
  content: "\f309"; }

.fa-long-arrow-alt-left:before {
  content: "\f30a"; }

.fa-long-arrow-alt-right:before {
  content: "\f30b"; }

.fa-long-arrow-alt-up:before {
  content: "\f30c"; }

.fa-long-arrow-down:before {
  content: "\f175"; }

.fa-long-arrow-left:before {
  content: "\f177"; }

.fa-long-arrow-right:before {
  content: "\f178"; }

.fa-long-arrow-up:before {
  content: "\f176"; }

.fa-low-vision:before {
  content: "\f2a8"; }

.fa-lyft:before {
  content: "\f3c3"; }

.fa-magento:before {
  content: "\f3c4"; }

.fa-magic:before {
  content: "\f0d0"; }

.fa-magnet:before {
  content: "\f076"; }

.fa-male:before {
  content: "\f183"; }

.fa-map:before {
  content: "\f279"; }

.fa-map-marker:before {
  content: "\f041"; }

.fa-map-marker-alt:before {
  content: "\f3c5"; }

.fa-map-pin:before {
  content: "\f276"; }

.fa-map-signs:before {
  content: "\f277"; }

.fa-mars:before {
  content: "\f222"; }

.fa-mars-double:before {
  content: "\f227"; }

.fa-mars-stroke:before {
  content: "\f229"; }

.fa-mars-stroke-h:before {
  content: "\f22b"; }

.fa-mars-stroke-v:before {
  content: "\f22a"; }

.fa-maxcdn:before {
  content: "\f136"; }

.fa-medapps:before {
  content: "\f3c6"; }

.fa-medium:before {
  content: "\f23a"; }

.fa-medium-m:before {
  content: "\f3c7"; }

.fa-medkit:before {
  content: "\f0fa"; }

.fa-medrt:before {
  content: "\f3c8"; }

.fa-meetup:before {
  content: "\f2e0"; }

.fa-meh:before {
  content: "\f11a"; }

.fa-mercury:before {
  content: "\f223"; }

.fa-microchip:before {
  content: "\f2db"; }

.fa-microphone:before {
  content: "\f130"; }

.fa-microphone-alt:before {
  content: "\f3c9"; }

.fa-microphone-slash:before {
  content: "\f131"; }

.fa-microsoft:before {
  content: "\f3ca"; }

.fa-minus:before {
  content: "\f068"; }

.fa-minus-circle:before {
  content: "\f056"; }

.fa-minus-hexagon:before {
  content: "\f307"; }

.fa-minus-octagon:before {
  content: "\f308"; }

.fa-minus-square:before {
  content: "\f146"; }

.fa-mix:before {
  content: "\f3cb"; }

.fa-mixcloud:before {
  content: "\f289"; }

.fa-mizuni:before {
  content: "\f3cc"; }

.fa-mobile:before {
  content: "\f10b"; }

.fa-mobile-alt:before {
  content: "\f3cd"; }

.fa-mobile-android:before {
  content: "\f3ce"; }

.fa-mobile-android-alt:before {
  content: "\f3cf"; }

.fa-modx:before {
  content: "\f285"; }

.fa-monero:before {
  content: "\f3d0"; }

.fa-money-bill:before {
  content: "\f0d6"; }

.fa-money-bill-alt:before {
  content: "\f3d1"; }

.fa-moon:before {
  content: "\f186"; }

.fa-motorcycle:before {
  content: "\f21c"; }

.fa-mouse-pointer:before {
  content: "\f245"; }

.fa-music:before {
  content: "\f001"; }

.fa-napster:before {
  content: "\f3d2"; }

.fa-neuter:before {
  content: "\f22c"; }

.fa-newspaper:before {
  content: "\f1ea"; }

.fa-nintendo-switch:before {
  content: "\f418"; }

.fa-node:before {
  content: "\f419"; }

.fa-node-js:before {
  content: "\f3d3"; }

.fa-npm:before {
  content: "\f3d4"; }

.fa-ns8:before {
  content: "\f3d5"; }

.fa-nutritionix:before {
  content: "\f3d6"; }

.fa-object-group:before {
  content: "\f247"; }

.fa-object-ungroup:before {
  content: "\f248"; }

.fa-octagon:before {
  content: "\f306"; }

.fa-odnoklassniki:before {
  content: "\f263"; }

.fa-odnoklassniki-square:before {
  content: "\f264"; }

.fa-opencart:before {
  content: "\f23d"; }

.fa-openid:before {
  content: "\f19b"; }

.fa-opera:before {
  content: "\f26a"; }

.fa-optin-monster:before {
  content: "\f23c"; }

.fa-osi:before {
  content: "\f41a"; }

.fa-outdent:before {
  content: "\f03b"; }

.fa-page4:before {
  content: "\f3d7"; }

.fa-pagelines:before {
  content: "\f18c"; }

.fa-paint-brush:before {
  content: "\f1fc"; }

.fa-palfed:before {
  content: "\f3d8"; }

.fa-paper-plane:before {
  content: "\f1d8"; }

.fa-paperclip:before {
  content: "\f0c6"; }

.fa-paragraph:before {
  content: "\f1dd"; }

.fa-paste:before {
  content: "\f0ea"; }

.fa-patreon:before {
  content: "\f3d9"; }

.fa-pause:before {
  content: "\f04c"; }

.fa-pause-circle:before {
  content: "\f28b"; }

.fa-paw:before {
  content: "\f1b0"; }

.fa-paypal:before {
  content: "\f1ed"; }

.fa-pen:before {
  content: "\f304"; }

.fa-pen-alt:before {
  content: "\f305"; }

.fa-pen-square:before {
  content: "\f14b"; }

.fa-pencil:before {
  content: "\f040"; }

.fa-pencil-alt:before {
  content: "\f303"; }

.fa-percent:before {
  content: "\f295"; }

.fa-periscope:before {
  content: "\f3da"; }

.fa-phabricator:before {
  content: "\f3db"; }

.fa-phoenix-framework:before {
  content: "\f3dc"; }

.fa-phone:before {
  content: "\f095"; }

.fa-phone-slash:before {
  content: "\f3dd"; }

.fa-phone-square:before {
  content: "\f098"; }

.fa-phone-volume:before {
  content: "\f2a0"; }

.fa-pied-piper:before {
  content: "\f2ae"; }

.fa-pied-piper-alt:before {
  content: "\f1a8"; }

.fa-pied-piper-pp:before {
  content: "\f1a7"; }

.fa-pinterest:before {
  content: "\f0d2"; }

.fa-pinterest-p:before {
  content: "\f231"; }

.fa-pinterest-square:before {
  content: "\f0d3"; }

.fa-plane:before {
  content: "\f072"; }

.fa-plane-alt:before {
  content: "\f3de"; }

.fa-play:before {
  content: "\f04b"; }

.fa-play-circle:before {
  content: "\f144"; }

.fa-playstation:before {
  content: "\f3df"; }

.fa-plug:before {
  content: "\f1e6"; }

.fa-plus:before {
  content: "\f067"; }

.fa-plus-circle:before {
  content: "\f055"; }

.fa-plus-hexagon:before {
  content: "\f300"; }

.fa-plus-octagon:before {
  content: "\f301"; }

.fa-plus-square:before {
  content: "\f0fe"; }

.fa-podcast:before {
  content: "\f2ce"; }

.fa-poo:before {
  content: "\f2fe"; }

.fa-portrait:before {
  content: "\f3e0"; }

.fa-pound-sign:before {
  content: "\f154"; }

.fa-power-off:before {
  content: "\f011"; }

.fa-print:before {
  content: "\f02f"; }

.fa-product-hunt:before {
  content: "\f288"; }

.fa-pushed:before {
  content: "\f3e1"; }

.fa-puzzle-piece:before {
  content: "\f12e"; }

.fa-python:before {
  content: "\f3e2"; }

.fa-qq:before {
  content: "\f1d6"; }

.fa-qrcode:before {
  content: "\f029"; }

.fa-question:before {
  content: "\f128"; }

.fa-question-circle:before {
  content: "\f059"; }

.fa-question-square:before {
  content: "\f2fd"; }

.fa-quora:before {
  content: "\f2c4"; }

.fa-quote-left:before {
  content: "\f10d"; }

.fa-quote-right:before {
  content: "\f10e"; }

.fa-random:before {
  content: "\f074"; }

.fa-ravelry:before {
  content: "\f2d9"; }

.fa-react:before {
  content: "\f41b"; }

.fa-rebel:before {
  content: "\f1d0"; }

.fa-rectangle-landscape:before {
  content: "\f2fa"; }

.fa-rectangle-portrait:before {
  content: "\f2fb"; }

.fa-rectangle-wide:before {
  content: "\f2fc"; }

.fa-recycle:before {
  content: "\f1b8"; }

.fa-red-river:before {
  content: "\f3e3"; }

.fa-reddit:before {
  content: "\f1a1"; }

.fa-reddit-alien:before {
  content: "\f281"; }

.fa-reddit-square:before {
  content: "\f1a2"; }

.fa-redo:before {
  content: "\f01e"; }

.fa-redo-alt:before {
  content: "\f2f9"; }

.fa-registered:before {
  content: "\f25d"; }

.fa-rendact:before {
  content: "\f3e4"; }

.fa-renren:before {
  content: "\f18b"; }

.fa-repeat:before {
  content: "\f363"; }

.fa-repeat-1:before {
  content: "\f365"; }

.fa-repeat-1-alt:before {
  content: "\f366"; }

.fa-repeat-alt:before {
  content: "\f364"; }

.fa-reply:before {
  content: "\f3e5"; }

.fa-reply-all:before {
  content: "\f122"; }

.fa-replyd:before {
  content: "\f3e6"; }

.fa-resolving:before {
  content: "\f3e7"; }

.fa-retweet:before {
  content: "\f079"; }

.fa-retweet-alt:before {
  content: "\f361"; }

.fa-road:before {
  content: "\f018"; }

.fa-rocket:before {
  content: "\f135"; }

.fa-rocketchat:before {
  content: "\f3e8"; }

.fa-rockrms:before {
  content: "\f3e9"; }

.fa-rss:before {
  content: "\f09e"; }

.fa-rss-square:before {
  content: "\f143"; }

.fa-ruble-sign:before {
  content: "\f158"; }

.fa-rupee-sign:before {
  content: "\f156"; }

.fa-safari:before {
  content: "\f267"; }

.fa-sass:before {
  content: "\f41e"; }

.fa-save:before {
  content: "\f0c7"; }

.fa-schlix:before {
  content: "\f3ea"; }

.fa-scribd:before {
  content: "\f28a"; }

.fa-scrubber:before {
  content: "\f2f8"; }

.fa-search:before {
  content: "\f002"; }

.fa-search-minus:before {
  content: "\f010"; }

.fa-search-plus:before {
  content: "\f00e"; }

.fa-searchengin:before {
  content: "\f3eb"; }

.fa-sellcast:before {
  content: "\f2da"; }

.fa-sellsy:before {
  content: "\f213"; }

.fa-server:before {
  content: "\f233"; }

.fa-servicestack:before {
  content: "\f3ec"; }

.fa-share:before {
  content: "\f064"; }

.fa-share-all:before {
  content: "\f367"; }

.fa-share-alt:before {
  content: "\f1e0"; }

.fa-share-alt-square:before {
  content: "\f1e1"; }

.fa-share-square:before {
  content: "\f14d"; }

.fa-shekel-sign:before {
  content: "\f20b"; }

.fa-shield:before {
  content: "\f132"; }

.fa-shield-alt:before {
  content: "\f3ed"; }

.fa-shield-check:before {
  content: "\f2f7"; }

.fa-ship:before {
  content: "\f21a"; }

.fa-shirtsinbulk:before {
  content: "\f214"; }

.fa-shopping-bag:before {
  content: "\f290"; }

.fa-shopping-basket:before {
  content: "\f291"; }

.fa-shopping-cart:before {
  content: "\f07a"; }

.fa-shower:before {
  content: "\f2cc"; }

.fa-sign-in:before {
  content: "\f090"; }

.fa-sign-in-alt:before {
  content: "\f2f6"; }

.fa-sign-language:before {
  content: "\f2a7"; }

.fa-sign-out:before {
  content: "\f08b"; }

.fa-sign-out-alt:before {
  content: "\f2f5"; }

.fa-signal:before {
  content: "\f012"; }

.fa-simplybuilt:before {
  content: "\f215"; }

.fa-sistrix:before {
  content: "\f3ee"; }

.fa-sitemap:before {
  content: "\f0e8"; }

.fa-skyatlas:before {
  content: "\f216"; }

.fa-skype:before {
  content: "\f17e"; }

.fa-slack:before {
  content: "\f198"; }

.fa-slack-hash:before {
  content: "\f3ef"; }

.fa-sliders-h:before {
  content: "\f1de"; }

.fa-sliders-h-square:before {
  content: "\f3f0"; }

.fa-sliders-v:before {
  content: "\f3f1"; }

.fa-sliders-v-square:before {
  content: "\f3f2"; }

.fa-slideshare:before {
  content: "\f1e7"; }

.fa-smile:before {
  content: "\f118"; }

.fa-snapchat:before {
  content: "\f2ab"; }

.fa-snapchat-ghost:before {
  content: "\f2ac"; }

.fa-snapchat-square:before {
  content: "\f2ad"; }

.fa-snowflake:before {
  content: "\f2dc"; }

.fa-sort:before {
  content: "\f0dc"; }

.fa-sort-alpha-down:before {
  content: "\f15d"; }

.fa-sort-alpha-up:before {
  content: "\f15e"; }

.fa-sort-amount-down:before {
  content: "\f160"; }

.fa-sort-amount-up:before {
  content: "\f161"; }

.fa-sort-down:before {
  content: "\f0dd"; }

.fa-sort-numeric-down:before {
  content: "\f162"; }

.fa-sort-numeric-up:before {
  content: "\f163"; }

.fa-sort-up:before {
  content: "\f0de"; }

.fa-soundcloud:before {
  content: "\f1be"; }

.fa-space-shuttle:before {
  content: "\f197"; }

.fa-spade:before {
  content: "\f2f4"; }

.fa-speakap:before {
  content: "\f3f3"; }

.fa-spinner:before {
  content: "\f110"; }

.fa-spinner-third:before {
  content: "\f3f4"; }

.fa-spotify:before {
  content: "\f1bc"; }

.fa-square:before {
  content: "\f0c8"; }

.fa-stack-exchange:before {
  content: "\f18d"; }

.fa-stack-overflow:before {
  content: "\f16c"; }

.fa-star:before {
  content: "\f005"; }

.fa-star-exclamation:before {
  content: "\f2f3"; }

.fa-star-half:before {
  content: "\f089"; }

.fa-staylinked:before {
  content: "\f3f5"; }

.fa-steam:before {
  content: "\f1b6"; }

.fa-steam-square:before {
  content: "\f1b7"; }

.fa-steam-symbol:before {
  content: "\f3f6"; }

.fa-step-backward:before {
  content: "\f048"; }

.fa-step-forward:before {
  content: "\f051"; }

.fa-stethoscope:before {
  content: "\f0f1"; }

.fa-sticker-mule:before {
  content: "\f3f7"; }

.fa-sticky-note:before {
  content: "\f249"; }

.fa-stop:before {
  content: "\f04d"; }

.fa-stop-circle:before {
  content: "\f28d"; }

.fa-stopwatch:before {
  content: "\f2f2"; }

.fa-strava:before {
  content: "\f428"; }

.fa-street-view:before {
  content: "\f21d"; }

.fa-strikethrough:before {
  content: "\f0cc"; }

.fa-stripe:before {
  content: "\f429"; }

.fa-stripe-s:before {
  content: "\f42a"; }

.fa-studiovinari:before {
  content: "\f3f8"; }

.fa-stumbleupon:before {
  content: "\f1a4"; }

.fa-stumbleupon-circle:before {
  content: "\f1a3"; }

.fa-subscript:before {
  content: "\f12c"; }

.fa-subway:before {
  content: "\f239"; }

.fa-suitcase:before {
  content: "\f0f2"; }

.fa-sun:before {
  content: "\f185"; }

.fa-superpowers:before {
  content: "\f2dd"; }

.fa-superscript:before {
  content: "\f12b"; }

.fa-supple:before {
  content: "\f3f9"; }

.fa-sync:before {
  content: "\f021"; }

.fa-sync-alt:before {
  content: "\f2f1"; }

.fa-table:before {
  content: "\f0ce"; }

.fa-tablet:before {
  content: "\f10a"; }

.fa-tablet-alt:before {
  content: "\f3fa"; }

.fa-tablet-android:before {
  content: "\f3fb"; }

.fa-tablet-android-alt:before {
  content: "\f3fc"; }

.fa-tachometer:before {
  content: "\f0e4"; }

.fa-tachometer-alt:before {
  content: "\f3fd"; }

.fa-tag:before {
  content: "\f02b"; }

.fa-tags:before {
  content: "\f02c"; }

.fa-tasks:before {
  content: "\f0ae"; }

.fa-taxi:before {
  content: "\f1ba"; }

.fa-telegram:before {
  content: "\f2c6"; }

.fa-telegram-plane:before {
  content: "\f3fe"; }

.fa-tencent-weibo:before {
  content: "\f1d5"; }

.fa-terminal:before {
  content: "\f120"; }

.fa-text-height:before {
  content: "\f034"; }

.fa-text-width:before {
  content: "\f035"; }

.fa-th:before {
  content: "\f00a"; }

.fa-th-large:before {
  content: "\f009"; }

.fa-th-list:before {
  content: "\f00b"; }

.fa-themeisle:before {
  content: "\f2b2"; }

.fa-thermometer-empty:before {
  content: "\f2cb"; }

.fa-thermometer-full:before {
  content: "\f2c7"; }

.fa-thermometer-half:before {
  content: "\f2c9"; }

.fa-thermometer-quarter:before {
  content: "\f2ca"; }

.fa-thermometer-three-quarters:before {
  content: "\f2c8"; }

.fa-thumbs-down:before {
  content: "\f165"; }

.fa-thumbs-up:before {
  content: "\f164"; }

.fa-thumbtack:before {
  content: "\f08d"; }

.fa-ticket:before {
  content: "\f145"; }

.fa-ticket-alt:before {
  content: "\f3ff"; }

.fa-times:before {
  content: "\f00d"; }

.fa-times-circle:before {
  content: "\f057"; }

.fa-times-hexagon:before {
  content: "\f2ee"; }

.fa-times-octagon:before {
  content: "\f2f0"; }

.fa-times-square:before {
  content: "\f2d3"; }

.fa-tint:before {
  content: "\f043"; }

.fa-toggle-off:before {
  content: "\f204"; }

.fa-toggle-on:before {
  content: "\f205"; }

.fa-trademark:before {
  content: "\f25c"; }

.fa-train:before {
  content: "\f238"; }

.fa-transgender:before {
  content: "\f224"; }

.fa-transgender-alt:before {
  content: "\f225"; }

.fa-trash:before {
  content: "\f1f8"; }

.fa-trash-alt:before {
  content: "\f2ed"; }

.fa-tree:before {
  content: "\f1bb"; }

.fa-tree-alt:before {
  content: "\f400"; }

.fa-trello:before {
  content: "\f181"; }

.fa-triangle:before {
  content: "\f2ec"; }

.fa-tripadvisor:before {
  content: "\f262"; }

.fa-trophy:before {
  content: "\f091"; }

.fa-trophy-alt:before {
  content: "\f2eb"; }

.fa-truck:before {
  content: "\f0d1"; }

.fa-tty:before {
  content: "\f1e4"; }

.fa-tumblr:before {
  content: "\f173"; }

.fa-tumblr-square:before {
  content: "\f174"; }

.fa-tv:before {
  content: "\f26c"; }

.fa-tv-retro:before {
  content: "\f401"; }

.fa-twitch:before {
  content: "\f1e8"; }

.fa-twitter:before {
  content: "\f099"; }

.fa-twitter-square:before {
  content: "\f081"; }

.fa-typo3:before {
  content: "\f42b"; }

.fa-uber:before {
  content: "\f402"; }

.fa-uikit:before {
  content: "\f403"; }

.fa-umbrella:before {
  content: "\f0e9"; }

.fa-underline:before {
  content: "\f0cd"; }

.fa-undo:before {
  content: "\f0e2"; }

.fa-undo-alt:before {
  content: "\f2ea"; }

.fa-uniregistry:before {
  content: "\f404"; }

.fa-universal-access:before {
  content: "\f29a"; }

.fa-university:before {
  content: "\f19c"; }

.fa-unlink:before {
  content: "\f127"; }

.fa-unlock:before {
  content: "\f09c"; }

.fa-unlock-alt:before {
  content: "\f13e"; }

.fa-untappd:before {
  content: "\f405"; }

.fa-upload:before {
  content: "\f093"; }

.fa-usb:before {
  content: "\f287"; }

.fa-usd-circle:before {
  content: "\f2e8"; }

.fa-usd-square:before {
  content: "\f2e9"; }

.fa-user:before {
  content: "\f007"; }

.fa-user-alt:before {
  content: "\f406"; }

.fa-user-circle:before {
  content: "\f2bd"; }

.fa-user-md:before {
  content: "\f0f0"; }

.fa-user-plus:before {
  content: "\f234"; }

.fa-user-secret:before {
  content: "\f21b"; }

.fa-user-times:before {
  content: "\f235"; }

.fa-users:before {
  content: "\f0c0"; }

.fa-ussunnah:before {
  content: "\f407"; }

.fa-utensil-fork:before {
  content: "\f2e3"; }

.fa-utensil-knife:before {
  content: "\f2e4"; }

.fa-utensil-spoon:before {
  content: "\f2e5"; }

.fa-utensils:before {
  content: "\f2e7"; }

.fa-utensils-alt:before {
  content: "\f2e6"; }

.fa-vaadin:before {
  content: "\f408"; }

.fa-venus:before {
  content: "\f221"; }

.fa-venus-double:before {
  content: "\f226"; }

.fa-venus-mars:before {
  content: "\f228"; }

.fa-viacoin:before {
  content: "\f237"; }

.fa-viadeo:before {
  content: "\f2a9"; }

.fa-viadeo-square:before {
  content: "\f2aa"; }

.fa-viber:before {
  content: "\f409"; }

.fa-video:before {
  content: "\f03d"; }

.fa-vimeo:before {
  content: "\f40a"; }

.fa-vimeo-square:before {
  content: "\f194"; }

.fa-vimeo-v:before {
  content: "\f27d"; }

.fa-vine:before {
  content: "\f1ca"; }

.fa-vk:before {
  content: "\f189"; }

.fa-vnv:before {
  content: "\f40b"; }

.fa-volume-down:before {
  content: "\f027"; }

.fa-volume-mute:before {
  content: "\f2e2"; }

.fa-volume-off:before {
  content: "\f026"; }

.fa-volume-up:before {
  content: "\f028"; }

.fa-vuejs:before {
  content: "\f41f"; }

.fa-watch:before {
  content: "\f2e1"; }

.fa-weibo:before {
  content: "\f18a"; }

.fa-weixin:before {
  content: "\f1d7"; }

.fa-whatsapp:before {
  content: "\f232"; }

.fa-whatsapp-square:before {
  content: "\f40c"; }

.fa-wheelchair:before {
  content: "\f193"; }

.fa-whmcs:before {
  content: "\f40d"; }

.fa-wifi:before {
  content: "\f1eb"; }

.fa-wikipedia-w:before {
  content: "\f266"; }

.fa-window:before {
  content: "\f40e"; }

.fa-window-alt:before {
  content: "\f40f"; }

.fa-window-close:before {
  content: "\f410"; }

.fa-window-maximize:before {
  content: "\f2d0"; }

.fa-window-minimize:before {
  content: "\f2d1"; }

.fa-window-restore:before {
  content: "\f2d2"; }

.fa-windows:before {
  content: "\f17a"; }

.fa-won-sign:before {
  content: "\f159"; }

.fa-wordpress:before {
  content: "\f19a"; }

.fa-wordpress-simple:before {
  content: "\f411"; }

.fa-wpbeginner:before {
  content: "\f297"; }

.fa-wpexplorer:before {
  content: "\f2de"; }

.fa-wpforms:before {
  content: "\f298"; }

.fa-wrench:before {
  content: "\f0ad"; }

.fa-xbox:before {
  content: "\f412"; }

.fa-xing:before {
  content: "\f168"; }

.fa-xing-square:before {
  content: "\f169"; }

.fa-y-combinator:before {
  content: "\f23b"; }

.fa-yahoo:before {
  content: "\f19e"; }

.fa-yandex:before {
  content: "\f413"; }

.fa-yandex-international:before {
  content: "\f414"; }

.fa-yelp:before {
  content: "\f1e9"; }

.fa-yen-sign:before {
  content: "\f157"; }

.fa-yoast:before {
  content: "\f2b1"; }

.fa-youtube:before {
  content: "\f167"; }

.fa-youtube-square:before {
  content: "\f431"; }

.sr-only {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px; }

.sr-only-focusable:active, .sr-only-focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  width: auto; }

/*!
 * Font Awesome Pro 5.0.4 by @fontawesome - http://fontawesome.com
 * License - http://fontawesome.com/license (Commercial License)
 */
@font-face {
  font-family: 'Font Awesome 5 Pro';
  font-style: normal;
  font-weight: 400;
  src: url("../fonts/fontawesome/fa-regular-400.eot");
  src: url("../fonts/fontawesome/fa-regular-400.eot?#iefix") format("embedded-opentype"), url("../fonts/fontawesome/fa-regular-400.woff2") format("woff2"), url("../fonts/fontawesome/fa-regular-400.woff") format("woff"), url("../fonts/fontawesome/fa-regular-400.ttf") format("truetype"), url("../fonts/fontawesome/fa-regular-400.svg#fontawesome") format("svg"); }

.far {
  font-family: 'Font Awesome 5 Pro';
  font-weight: 400; }

/*!
 * Font Awesome Pro 5.0.4 by @fontawesome - http://fontawesome.com
 * License - http://fontawesome.com/license (Commercial License)
 */
@font-face {
  font-family: 'Font Awesome 5 Pro';
  font-style: normal;
  font-weight: 300;
  src: url("../fonts/fontawesome/fa-light-300.eot");
  src: url("../fonts/fontawesome/fa-light-300.eot?#iefix") format("embedded-opentype"), url("../fonts/fontawesome/fa-light-300.woff2") format("woff2"), url("../fonts/fontawesome/fa-light-300.woff") format("woff"), url("../fonts/fontawesome/fa-light-300.ttf") format("truetype"), url("../fonts/fontawesome/fa-light-300.svg#fontawesome") format("svg"); }

.fal {
  font-family: 'Font Awesome 5 Pro';
  font-weight: 300; }

/*!
 * Font Awesome Pro 5.0.4 by @fontawesome - http://fontawesome.com
 * License - http://fontawesome.com/license (Commercial License)
 */
@font-face {
  font-family: 'Font Awesome 5 Pro';
  font-style: normal;
  font-weight: 900;
  src: url("../fonts/fontawesome/fa-solid-900.eot");
  src: url("../fonts/fontawesome/fa-solid-900.eot?#iefix") format("embedded-opentype"), url("../fonts/fontawesome/fa-solid-900.woff2") format("woff2"), url("../fonts/fontawesome/fa-solid-900.woff") format("woff"), url("../fonts/fontawesome/fa-solid-900.ttf") format("truetype"), url("../fonts/fontawesome/fa-solid-900.svg#fontawesome") format("svg"); }

.fa,
.fas {
  font-family: 'Font Awesome 5 Pro';
  font-weight: 900; }

/*!
 * Font Awesome Pro 5.0.4 by @fontawesome - http://fontawesome.com
 * License - http://fontawesome.com/license (Commercial License)
 */
@font-face {
  font-family: 'Font Awesome 5 Brands';
  font-style: normal;
  font-weight: normal;
  src: url("../fonts/fontawesome/fa-brands-400.eot");
  src: url("../fonts/fontawesome/fa-brands-400.eot?#iefix") format("embedded-opentype"), url("../fonts/fontawesome/fa-brands-400.woff2") format("woff2"), url("../fonts/fontawesome/fa-brands-400.woff") format("woff"), url("../fonts/fontawesome/fa-brands-400.ttf") format("truetype"), url("../fonts/fontawesome/fa-brands-400.svg#fontawesome") format("svg"); }

.fab {
  font-family: 'Font Awesome 5 Brands'; }

/**

jQuery Awselect
Developed by: Prev Wong
Documentation: https://prevwong.github.io/awesome-select/
Github: https://github.com/prevwong/awesome-select/

**/
.immersive_awselect {
  overflow: hidden !important; }

.awselect_bg {
  position: fixed;
  z-index: 999;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  background: rgba(0, 0, 0, 0.8);
  -webkit-transition: 0.2s ease-in;
  -moz-transition: 0.2s ease-in;
  -o-transition: 0.2s ease-in;
  transition: 0.2s ease-in; }
  .awselect_bg.animate {
    opacity: 1; }

.awselect {
  float: left;
  width: 100%;
  position: relative;
  cursor: pointer;
  -webkit-transition: 0.4s cubic-bezier(0.19, 1, 0.22, 1);
  -moz-transition: 0.4s cubic-bezier(0.19, 1, 0.22, 1);
  -o-transition: 0.4s cubic-bezier(0.19, 1, 0.22, 1);
  transition: 0.4s cubic-bezier(0.19, 1, 0.22, 1); }
  .awselect > .bg {
    background: #fff;
    height: 0%;
    float: left;
    width: 100%;
    position: absolute;
    z-index: 1;
    -webkit-transition: 0.4s cubic-bezier(0.19, 1, 0.22, 1);
    -moz-transition: 0.4s cubic-bezier(0.19, 1, 0.22, 1);
    -o-transition: 0.4s cubic-bezier(0.19, 1, 0.22, 1);
    transition: 0.4s cubic-bezier(0.19, 1, 0.22, 1); }
  .awselect .front_face {
    position: relative;
    padding: 20px 40px;
    color: #000;
    float: left;
    width: 100%; }
    .awselect .front_face > .bg {
      position: absolute;
      z-index: 0;
      float: left;
      width: 100%;
      height: 100%;
      left: 0;
      background: #e5e5e5;
      top: 0; }
    .awselect .front_face .content {
      float: left;
      width: 100%;
      position: relative;
      z-index: 2; }
    .awselect .front_face span {
      -webkit-transition: 0.4s cubic-bezier(0.19, 1, 0.22, 1);
      -moz-transition: 0.4s cubic-bezier(0.19, 1, 0.22, 1);
      -o-transition: 0.4s cubic-bezier(0.19, 1, 0.22, 1);
      transition: 0.4s cubic-bezier(0.19, 1, 0.22, 1);
      float: left;
      width: 100%;
      color: inherit; }
    .awselect .front_face .current_value {
      position: absolute;
      left: 0; }
    .awselect .front_face .placeholder {
      position: relative; }
    .awselect .front_face .icon {
      float: right;
      position: absolute;
      right: 0px;
      top: 50%;
      transform: rotate(180deg) translateY(-50%);
      transform-origin: center 0;
      -webkit-transition: 0.4s cubic-bezier(0.19, 1, 0.22, 1);
      -moz-transition: 0.4s cubic-bezier(0.19, 1, 0.22, 1);
      -o-transition: 0.4s cubic-bezier(0.19, 1, 0.22, 1);
      transition: 0.4s cubic-bezier(0.19, 1, 0.22, 1); }
      .awselect .front_face .icon svg {
        width: 10px;
        height: 10px; }
  .awselect .back_face {
    z-index: 2;
    position: absolute;
    padding: 0px;
    -webkit-transition: 0.4s cubic-bezier(0.19, 1, 0.22, 1);
    -moz-transition: 0.4s cubic-bezier(0.19, 1, 0.22, 1);
    -o-transition: 0.4s cubic-bezier(0.19, 1, 0.22, 1);
    transition: 0.4s cubic-bezier(0.19, 1, 0.22, 1);
    transform: translateY(20px);
    opacity: 0;
    float: left;
    width: 100%;
    max-height: 200px;
    overflow: hidden;
    display: none; }
    .awselect .back_face.overflow {
      overflow-y: scroll; }
    .awselect .back_face ul {
      margin: 0;
      float: left;
      padding: 0;
      width: 100%; }
      .awselect .back_face ul li {
        float: left;
        width: 100%;
        display: block; }
        .awselect .back_face ul li a {
          color: inherit;
          opacity: 0.8;
          float: left;
          width: 100%;
          -webkit-transition: 0.4s cubic-bezier(0.19, 1, 0.22, 1);
          -moz-transition: 0.4s cubic-bezier(0.19, 1, 0.22, 1);
          -o-transition: 0.4s cubic-bezier(0.19, 1, 0.22, 1);
          transition: 0.4s cubic-bezier(0.19, 1, 0.22, 1); }
          .awselect .back_face ul li a:hover {
            background: rgba(0, 0, 0, 0.07);
            opacity: 1; }
  .awselect.animate {
    z-index: 9999; }
    .awselect.animate .front_face .icon {
      transform: rotate(0deg) translateY(-50%); }
    .awselect.animate > .bg {
      height: 100%; }
  .awselect.animate2 > .bg {
    box-shadow: 0px 11px 43px 11px rgba(0, 0, 0, 0.11); }
  .awselect.animate2 .back_face {
    transform: translateY(0px);
    opacity: 1; }
  .awselect.hasValue .front_face .placeholder {
    transform: translateY(20px);
    opacity: 0; }
  .awselect.placeholder_animate .front_face .current_value {
    opacity: 0; }
  .awselect.placeholder_animate2 .front_face .placeholder {
    transform: translateY(0);
    opacity: 1; }
  .awselect.transition_paused {
    transition: none !important; }

.aw_cursor_pointer {
  float: left;
  width: 20px;
  height: 20px;
  border-radius: 100%;
  background: #ddd;
  overflow: hidden;
  padding: 5px;
  -webkit-transition: 0.4s cubic-bezier(0.19, 1, 0.22, 1);
  -moz-transition: 0.4s cubic-bezier(0.19, 1, 0.22, 1);
  -o-transition: 0.4s cubic-bezier(0.19, 1, 0.22, 1);
  transition: 0.4s cubic-bezier(0.19, 1, 0.22, 1);
  transform: scale(0.5); }
  .aw_cursor_pointer .inner {
    float: left;
    width: 100%;
    height: 0%;
    background: #fff;
    border-radius: 100%;
    -webkit-transition: 0.4s cubic-bezier(0.19, 1, 0.22, 1);
    -moz-transition: 0.4s cubic-bezier(0.19, 1, 0.22, 1);
    -o-transition: 0.4s cubic-bezier(0.19, 1, 0.22, 1);
    transition: 0.4s cubic-bezier(0.19, 1, 0.22, 1); }
  .aw_cursor_pointer.animate {
    transform: scale(1); }
    .aw_cursor_pointer.animate .inner {
      height: 100%; }

/*
 * Container style
 */
.ps {
  overflow: hidden !important;
  overflow-anchor: none;
  -ms-overflow-style: none;
  touch-action: auto;
  -ms-touch-action: auto; }

/*
 * Scrollbar rail styles
 */
.ps__rail-x {
  display: none;
  opacity: 0;
  transition: background-color .2s linear, opacity .2s linear;
  -webkit-transition: background-color .2s linear, opacity .2s linear;
  height: 15px;
  /* there must be 'bottom' or 'top' for ps__rail-x */
  bottom: 0px;
  /* please don't change 'position' */
  position: absolute; }

.ps__rail-y {
  display: none;
  opacity: 0;
  transition: background-color .2s linear, opacity .2s linear;
  -webkit-transition: background-color .2s linear, opacity .2s linear;
  width: 15px;
  /* there must be 'right' or 'left' for ps__rail-y */
  right: 0;
  /* please don't change 'position' */
  position: absolute; }

.ps--active-x > .ps__rail-x,
.ps--active-y > .ps__rail-y {
  display: block;
  background-color: transparent; }

.ps:hover > .ps__rail-x,
.ps:hover > .ps__rail-y,
.ps--focus > .ps__rail-x,
.ps--focus > .ps__rail-y,
.ps--scrolling-x > .ps__rail-x,
.ps--scrolling-y > .ps__rail-y {
  opacity: 0.6; }

.ps__rail-x:hover,
.ps__rail-y:hover,
.ps__rail-x:focus,
.ps__rail-y:focus {
  background-color: #eee;
  opacity: 0.9; }

/*
 * Scrollbar thumb styles
 */
.ps__thumb-x {
  background-color: #aaa;
  border-radius: 6px;
  transition: background-color .2s linear, height .2s ease-in-out;
  -webkit-transition: background-color .2s linear, height .2s ease-in-out;
  height: 6px;
  /* there must be 'bottom' for ps__thumb-x */
  bottom: 2px;
  /* please don't change 'position' */
  position: absolute; }

.ps__thumb-y {
  background-color: #aaa;
  border-radius: 6px;
  transition: background-color .2s linear, width .2s ease-in-out;
  -webkit-transition: background-color .2s linear, width .2s ease-in-out;
  width: 6px;
  /* there must be 'right' for ps__thumb-y */
  right: 2px;
  /* please don't change 'position' */
  position: absolute; }

.ps__rail-x:hover > .ps__thumb-x,
.ps__rail-x:focus > .ps__thumb-x {
  background-color: #999;
  height: 11px; }

.ps__rail-y:hover > .ps__thumb-y,
.ps__rail-y:focus > .ps__thumb-y {
  background-color: #999;
  width: 11px; }

/* MS supports */
@supports (-ms-overflow-style: none) {
  .ps {
    overflow: auto !important; } }

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .ps {
    overflow: auto !important; } }

@font-face {
  font-family: 'Material Icons';
  font-style: normal;
  font-weight: 400;
  src: url(../fonts/materialicons/MaterialIcons-Regular.eot);
  /* For IE6-8 */
  src: local("Material Icons"), local("MaterialIcons-Regular"), url(../fonts/materialicons/MaterialIcons-Regular.woff2) format("woff2"), url(../fonts/materialicons/MaterialIcons-Regular.woff) format("woff"), url(../fonts/materialicons/MaterialIcons-Regular.ttf) format("truetype"); }

@font-face {
  font-family: 'DIN Next CYR';
  src: url("../fonts/din/DINNextCYR-Bold.eot");
  src: url("../fonts/din/DINNextCYR-Bold.eot?#iefix") format("embedded-opentype"), url("../fonts/din/DINNextCYR-Bold.woff2") format("woff2"), url("../fonts/din/DINNextCYR-Bold.woff") format("woff"), url("../fonts/din/DINNextCYR-Bold.ttf") format("truetype"), url("../fonts/din/DINNextCYR-Bold.svg#DINNextCYR-Bold") format("svg");
  font-weight: 700;
  font-style: normal; }

@font-face {
  font-family: 'DIN Next CYR';
  src: url("../fonts/din/DINNextCYR-Light.eot");
  src: url("../fonts/din/DINNextCYR-Light.eot?#iefix") format("embedded-opentype"), url("../fonts/din/DINNextCYR-Light.woff2") format("woff2"), url("../fonts/din/DINNextCYR-Light.woff") format("woff"), url("../fonts/din/DINNextCYR-Light.ttf") format("truetype"), url("../fonts/din/DINNextCYR-Light.svg#DINNextCYR-Light") format("svg");
  font-weight: 300;
  font-style: normal; }

@font-face {
  font-family: 'DIN Next CYR';
  src: url("../fonts/din/DINNextCYR-Light.eot");
  src: url("../fonts/din/DINNextCYR-Light.eot?#iefix") format("embedded-opentype"), url("../fonts/din/DINNextCYR-Light.woff2") format("woff2"), url("../fonts/din/DINNextCYR-Light.woff") format("woff"), url("../fonts/din/DINNextCYR-Light.ttf") format("truetype"), url("../fonts/din/DINNextCYR-Light.svg#DINNextCYR-Light") format("svg");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: 'Font Awesome 5 Pro';
  font-style: normal;
  font-weight: 900;
  src: url("../fonts/fontawesome/fa-solid-900.eot");
  src: url("../fonts/fontawesome/fa-solid-900.eot?#iefix") format("embedded-opentype"), url("../fonts/fontawesome/fa-solid-900.woff2") format("woff2"), url("../fonts/fontawesome/fa-solid-900.woff") format("woff"), url("../fonts/fontawesome/fa-solid-900.ttf") format("truetype"), url("../fonts/fontawesome/fa-solid-900.svg#fontawesome") format("svg"); }

@font-face {
  font-family: 'Font Awesome 5 Pro';
  font-style: normal;
  font-weight: 400;
  src: url("../fonts/fontawesome/fa-regular-400.eot");
  src: url("../fonts/fontawesome/fa-regular-400.eot?#iefix") format("embedded-opentype"), url("../fonts/fontawesome/fa-regular-400.woff2") format("woff2"), url("../fonts/fontawesome/fa-regular-400.woff") format("woff"), url("../fonts/fontawesome/fa-regular-400.ttf") format("truetype"), url("../fonts/fontawesome/fa-regular-400.svg#fontawesome") format("svg"); }

@font-face {
  font-family: 'Font Awesome 5 Pro';
  font-style: normal;
  font-weight: 300;
  src: url("../fonts/fontawesome/fa-light-300.eot");
  src: url("../fonts/fontawesome/fa-light-300.eot?#iefix") format("embedded-opentype"), url("../fonts/fontawesome/fa-light-300.woff2") format("woff2"), url("../fonts/fontawesome/fa-light-300.woff") format("woff"), url("../fonts/fontawesome/fa-light-300.ttf") format("truetype"), url("../fonts/fontawesome/fa-light-300.svg#fontawesome") format("svg"); }

@font-face {
  font-family: 'Font Awesome 5 Brands';
  font-style: normal;
  font-weight: 400;
  src: url("../fonts/fontawesome/fa-brands-400.eot");
  src: url("../fonts/fontawesome/fa-brands-400.eot?#iefix") format("embedded-opentype"), url("../fonts/fontawesome/fa-brands-400.woff2") format("woff2"), url("../fonts/fontawesome/fa-brands-400.woff") format("woff"), url("../fonts/fontawesome/fa-brands-400.ttf") format("truetype"), url("../fonts/fontawesome/fa-brands-400.svg#fontawesome") format("svg"); }

.fal {
  font-family: 'Font Awesome 5 Pro';
  font-weight: 300; }

.far {
  font-family: 'Font Awesome 5 Pro';
  font-weight: 400; }

.fa,
.fas {
  font-family: 'Font Awesome 5 Pro';
  font-weight: 900;
  font-style: normal; }

.fab {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
  font-style: normal; }

/* material icons */
.material-icons {
  font-family: 'Material Icons';
  font-weight: normal;
  font-style: normal;
  font-size: 24px;
  /* Preferred icon size */
  display: inline-block;
  line-height: 1;
  text-transform: none;
  letter-spacing: normal;
  word-wrap: normal;
  white-space: nowrap;
  direction: ltr;
  /* Support for all WebKit browsers. */
  -webkit-font-smoothing: antialiased;
  /* Support for Safari and Chrome. */
  text-rendering: optimizeLegibility;
  /* Support for Firefox. */
  -moz-osx-font-smoothing: grayscale;
  /* Support for IE. */
  font-feature-settings: 'liga'; }

/* Global Styles */
/* Buttons */
/* Accordions */
/* Heading */
/* Forms */
/* Breadcrumbs */
/**
 * Foundation for Sites by ZURB
 * Version 6.4.3
 * foundation.zurb.com
 * Licensed under MIT Open Source
 */
/*! normalize.css v8.0.0 | MIT License | github.com/necolas/normalize.css */
html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%; }

body {
  margin: 0; }

h1 {
  font-size: 2em;
  margin: 0.67em 0; }

hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible; }

pre {
  font-family: monospace, monospace;
  font-size: 1em; }

a {
  background-color: transparent; }

abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  text-decoration: underline dotted; }

b,
strong {
  font-weight: bolder; }

code,
kbd,
samp {
  font-family: monospace, monospace;
  font-size: 1em; }

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; }

img {
  border-style: none; }

button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  font-size: 100%;
  line-height: 1.15;
  margin: 0; }

button,
input {
  overflow: visible; }

button,
select {
  text-transform: none; }

button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button; }

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0; }

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-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 {
  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-decoration {
  -webkit-appearance: none; }

::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit; }

details {
  display: block; }

summary {
  display: list-item; }

template {
  display: none; }

[hidden] {
  display: none; }

.foundation-mq {
  font-family: "small=0em&medium=48em&mediumintermediate=50em&mediumalternative=60.0625em&large=64em&xlarge=85.375em&xxlarge=90.0625em"; }

html {
  box-sizing: border-box;
  font-size: 16px; }

*,
*::before,
*::after {
  box-sizing: inherit; }

body {
  margin: 0;
  padding: 0;
  background: #e5e5e5;
  font-family: "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
  font-weight: normal;
  line-height: 1.5;
  color: #7f7f7f;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

img {
  display: inline-block;
  vertical-align: middle;
  max-width: 100%;
  height: auto;
  -ms-interpolation-mode: bicubic; }

textarea {
  height: auto;
  min-height: 50px;
  border-radius: 0; }

select {
  box-sizing: border-box;
  width: 100%;
  border-radius: 0; }

.map_canvas img,
.map_canvas embed,
.map_canvas object,
.mqa-display img,
.mqa-display embed,
.mqa-display object {
  max-width: none !important; }

button {
  padding: 0;
  appearance: none;
  border: 0;
  border-radius: 0;
  background: transparent;
  line-height: 1;
  cursor: auto; }
  [data-whatinput='mouse'] button {
    outline: 0; }

pre {
  overflow: auto; }

button,
input,
optgroup,
select,
textarea {
  font-family: inherit; }

.is-visible {
  display: block !important; }

.is-hidden {
  display: none !important; }

.grid-container {
  padding-right: 0;
  padding-left: 0;
  max-width: 120rem;
  margin: 0 auto; }
  .grid-container.fluid {
    padding-right: 0;
    padding-left: 0;
    max-width: 100%;
    margin: 0 auto; }
  .grid-container.full {
    padding-right: 0;
    padding-left: 0;
    max-width: 100%;
    margin: 0 auto; }

.grid-x {
  display: flex;
  flex-flow: row wrap; }

.cell {
  flex: 0 0 auto;
  min-height: 0px;
  min-width: 0px;
  width: 100%; }
  .cell.auto {
    flex: 1 1 0px; }
  .cell.shrink {
    flex: 0 0 auto; }

.grid-x > .auto {
  width: auto; }

.grid-x > .shrink {
  width: auto; }

.grid-x > .small-shrink, .grid-x > .small-full, .grid-x > .small-1, .grid-x > .small-2, .grid-x > .small-3, .grid-x > .small-4, .grid-x > .small-5, .grid-x > .small-6, .grid-x > .small-7, .grid-x > .small-8, .grid-x > .small-9, .grid-x > .small-10, .grid-x > .small-11, .grid-x > .small-12 {
  flex-basis: auto; }

@media print, screen and (min-width: 48em) {
  .grid-x > .medium-shrink, .grid-x > .medium-full, .grid-x > .medium-1, .grid-x > .medium-2, .grid-x > .medium-3, .grid-x > .medium-4, .grid-x > .medium-5, .grid-x > .medium-6, .grid-x > .medium-7, .grid-x > .medium-8, .grid-x > .medium-9, .grid-x > .medium-10, .grid-x > .medium-11, .grid-x > .medium-12 {
    flex-basis: auto; } }

@media print, screen and (min-width: 50em) {
  .grid-x > .mediumintermediate-shrink, .grid-x > .mediumintermediate-full, .grid-x > .mediumintermediate-1, .grid-x > .mediumintermediate-2, .grid-x > .mediumintermediate-3, .grid-x > .mediumintermediate-4, .grid-x > .mediumintermediate-5, .grid-x > .mediumintermediate-6, .grid-x > .mediumintermediate-7, .grid-x > .mediumintermediate-8, .grid-x > .mediumintermediate-9, .grid-x > .mediumintermediate-10, .grid-x > .mediumintermediate-11, .grid-x > .mediumintermediate-12 {
    flex-basis: auto; } }

@media print, screen and (min-width: 60.0625em) {
  .grid-x > .mediumalternative-shrink, .grid-x > .mediumalternative-full, .grid-x > .mediumalternative-1, .grid-x > .mediumalternative-2, .grid-x > .mediumalternative-3, .grid-x > .mediumalternative-4, .grid-x > .mediumalternative-5, .grid-x > .mediumalternative-6, .grid-x > .mediumalternative-7, .grid-x > .mediumalternative-8, .grid-x > .mediumalternative-9, .grid-x > .mediumalternative-10, .grid-x > .mediumalternative-11, .grid-x > .mediumalternative-12 {
    flex-basis: auto; } }

@media print, screen and (min-width: 64em) {
  .grid-x > .large-shrink, .grid-x > .large-full, .grid-x > .large-1, .grid-x > .large-2, .grid-x > .large-3, .grid-x > .large-4, .grid-x > .large-5, .grid-x > .large-6, .grid-x > .large-7, .grid-x > .large-8, .grid-x > .large-9, .grid-x > .large-10, .grid-x > .large-11, .grid-x > .large-12 {
    flex-basis: auto; } }

@media screen and (min-width: 85.375em) {
  .grid-x > .xlarge-shrink, .grid-x > .xlarge-full, .grid-x > .xlarge-1, .grid-x > .xlarge-2, .grid-x > .xlarge-3, .grid-x > .xlarge-4, .grid-x > .xlarge-5, .grid-x > .xlarge-6, .grid-x > .xlarge-7, .grid-x > .xlarge-8, .grid-x > .xlarge-9, .grid-x > .xlarge-10, .grid-x > .xlarge-11, .grid-x > .xlarge-12 {
    flex-basis: auto; } }

@media screen and (min-width: 90.0625em) {
  .grid-x > .xxlarge-shrink, .grid-x > .xxlarge-full, .grid-x > .xxlarge-1, .grid-x > .xxlarge-2, .grid-x > .xxlarge-3, .grid-x > .xxlarge-4, .grid-x > .xxlarge-5, .grid-x > .xxlarge-6, .grid-x > .xxlarge-7, .grid-x > .xxlarge-8, .grid-x > .xxlarge-9, .grid-x > .xxlarge-10, .grid-x > .xxlarge-11, .grid-x > .xxlarge-12 {
    flex-basis: auto; } }

.grid-x > .small-1 {
  flex: 0 0 auto;
  width: 8.33333%; }

.grid-x > .small-2 {
  flex: 0 0 auto;
  width: 16.66667%; }

.grid-x > .small-3 {
  flex: 0 0 auto;
  width: 25%; }

.grid-x > .small-4 {
  flex: 0 0 auto;
  width: 33.33333%; }

.grid-x > .small-5 {
  flex: 0 0 auto;
  width: 41.66667%; }

.grid-x > .small-6 {
  flex: 0 0 auto;
  width: 50%; }

.grid-x > .small-7 {
  flex: 0 0 auto;
  width: 58.33333%; }

.grid-x > .small-8 {
  flex: 0 0 auto;
  width: 66.66667%; }

.grid-x > .small-9 {
  flex: 0 0 auto;
  width: 75%; }

.grid-x > .small-10 {
  flex: 0 0 auto;
  width: 83.33333%; }

.grid-x > .small-11 {
  flex: 0 0 auto;
  width: 91.66667%; }

.grid-x > .small-12 {
  flex: 0 0 auto;
  width: 100%; }

@media print, screen and (min-width: 48em) {
  .grid-x > .medium-auto {
    flex: 1 1 0px;
    width: auto; }
  .grid-x > .medium-shrink {
    flex: 0 0 auto;
    width: auto; }
  .grid-x > .medium-1 {
    flex: 0 0 auto;
    width: 8.33333%; }
  .grid-x > .medium-2 {
    flex: 0 0 auto;
    width: 16.66667%; }
  .grid-x > .medium-3 {
    flex: 0 0 auto;
    width: 25%; }
  .grid-x > .medium-4 {
    flex: 0 0 auto;
    width: 33.33333%; }
  .grid-x > .medium-5 {
    flex: 0 0 auto;
    width: 41.66667%; }
  .grid-x > .medium-6 {
    flex: 0 0 auto;
    width: 50%; }
  .grid-x > .medium-7 {
    flex: 0 0 auto;
    width: 58.33333%; }
  .grid-x > .medium-8 {
    flex: 0 0 auto;
    width: 66.66667%; }
  .grid-x > .medium-9 {
    flex: 0 0 auto;
    width: 75%; }
  .grid-x > .medium-10 {
    flex: 0 0 auto;
    width: 83.33333%; }
  .grid-x > .medium-11 {
    flex: 0 0 auto;
    width: 91.66667%; }
  .grid-x > .medium-12 {
    flex: 0 0 auto;
    width: 100%; } }

@media print, screen and (min-width: 50em) {
  .grid-x > .mediumintermediate-auto {
    flex: 1 1 0px;
    width: auto; }
  .grid-x > .mediumintermediate-shrink {
    flex: 0 0 auto;
    width: auto; }
  .grid-x > .mediumintermediate-1 {
    flex: 0 0 auto;
    width: 8.33333%; }
  .grid-x > .mediumintermediate-2 {
    flex: 0 0 auto;
    width: 16.66667%; }
  .grid-x > .mediumintermediate-3 {
    flex: 0 0 auto;
    width: 25%; }
  .grid-x > .mediumintermediate-4 {
    flex: 0 0 auto;
    width: 33.33333%; }
  .grid-x > .mediumintermediate-5 {
    flex: 0 0 auto;
    width: 41.66667%; }
  .grid-x > .mediumintermediate-6 {
    flex: 0 0 auto;
    width: 50%; }
  .grid-x > .mediumintermediate-7 {
    flex: 0 0 auto;
    width: 58.33333%; }
  .grid-x > .mediumintermediate-8 {
    flex: 0 0 auto;
    width: 66.66667%; }
  .grid-x > .mediumintermediate-9 {
    flex: 0 0 auto;
    width: 75%; }
  .grid-x > .mediumintermediate-10 {
    flex: 0 0 auto;
    width: 83.33333%; }
  .grid-x > .mediumintermediate-11 {
    flex: 0 0 auto;
    width: 91.66667%; }
  .grid-x > .mediumintermediate-12 {
    flex: 0 0 auto;
    width: 100%; } }

@media print, screen and (min-width: 60.0625em) {
  .grid-x > .mediumalternative-auto {
    flex: 1 1 0px;
    width: auto; }
  .grid-x > .mediumalternative-shrink {
    flex: 0 0 auto;
    width: auto; }
  .grid-x > .mediumalternative-1 {
    flex: 0 0 auto;
    width: 8.33333%; }
  .grid-x > .mediumalternative-2 {
    flex: 0 0 auto;
    width: 16.66667%; }
  .grid-x > .mediumalternative-3 {
    flex: 0 0 auto;
    width: 25%; }
  .grid-x > .mediumalternative-4 {
    flex: 0 0 auto;
    width: 33.33333%; }
  .grid-x > .mediumalternative-5 {
    flex: 0 0 auto;
    width: 41.66667%; }
  .grid-x > .mediumalternative-6 {
    flex: 0 0 auto;
    width: 50%; }
  .grid-x > .mediumalternative-7 {
    flex: 0 0 auto;
    width: 58.33333%; }
  .grid-x > .mediumalternative-8 {
    flex: 0 0 auto;
    width: 66.66667%; }
  .grid-x > .mediumalternative-9 {
    flex: 0 0 auto;
    width: 75%; }
  .grid-x > .mediumalternative-10 {
    flex: 0 0 auto;
    width: 83.33333%; }
  .grid-x > .mediumalternative-11 {
    flex: 0 0 auto;
    width: 91.66667%; }
  .grid-x > .mediumalternative-12 {
    flex: 0 0 auto;
    width: 100%; } }

@media print, screen and (min-width: 64em) {
  .grid-x > .large-auto {
    flex: 1 1 0px;
    width: auto; }
  .grid-x > .large-shrink {
    flex: 0 0 auto;
    width: auto; }
  .grid-x > .large-1 {
    flex: 0 0 auto;
    width: 8.33333%; }
  .grid-x > .large-2 {
    flex: 0 0 auto;
    width: 16.66667%; }
  .grid-x > .large-3 {
    flex: 0 0 auto;
    width: 25%; }
  .grid-x > .large-4 {
    flex: 0 0 auto;
    width: 33.33333%; }
  .grid-x > .large-5 {
    flex: 0 0 auto;
    width: 41.66667%; }
  .grid-x > .large-6 {
    flex: 0 0 auto;
    width: 50%; }
  .grid-x > .large-7 {
    flex: 0 0 auto;
    width: 58.33333%; }
  .grid-x > .large-8 {
    flex: 0 0 auto;
    width: 66.66667%; }
  .grid-x > .large-9 {
    flex: 0 0 auto;
    width: 75%; }
  .grid-x > .large-10 {
    flex: 0 0 auto;
    width: 83.33333%; }
  .grid-x > .large-11 {
    flex: 0 0 auto;
    width: 91.66667%; }
  .grid-x > .large-12 {
    flex: 0 0 auto;
    width: 100%; } }

@media screen and (min-width: 85.375em) {
  .grid-x > .xlarge-auto {
    flex: 1 1 0px;
    width: auto; }
  .grid-x > .xlarge-shrink {
    flex: 0 0 auto;
    width: auto; }
  .grid-x > .xlarge-1 {
    flex: 0 0 auto;
    width: 8.33333%; }
  .grid-x > .xlarge-2 {
    flex: 0 0 auto;
    width: 16.66667%; }
  .grid-x > .xlarge-3 {
    flex: 0 0 auto;
    width: 25%; }
  .grid-x > .xlarge-4 {
    flex: 0 0 auto;
    width: 33.33333%; }
  .grid-x > .xlarge-5 {
    flex: 0 0 auto;
    width: 41.66667%; }
  .grid-x > .xlarge-6 {
    flex: 0 0 auto;
    width: 50%; }
  .grid-x > .xlarge-7 {
    flex: 0 0 auto;
    width: 58.33333%; }
  .grid-x > .xlarge-8 {
    flex: 0 0 auto;
    width: 66.66667%; }
  .grid-x > .xlarge-9 {
    flex: 0 0 auto;
    width: 75%; }
  .grid-x > .xlarge-10 {
    flex: 0 0 auto;
    width: 83.33333%; }
  .grid-x > .xlarge-11 {
    flex: 0 0 auto;
    width: 91.66667%; }
  .grid-x > .xlarge-12 {
    flex: 0 0 auto;
    width: 100%; } }

@media screen and (min-width: 90.0625em) {
  .grid-x > .xxlarge-auto {
    flex: 1 1 0px;
    width: auto; }
  .grid-x > .xxlarge-shrink {
    flex: 0 0 auto;
    width: auto; }
  .grid-x > .xxlarge-1 {
    flex: 0 0 auto;
    width: 8.33333%; }
  .grid-x > .xxlarge-2 {
    flex: 0 0 auto;
    width: 16.66667%; }
  .grid-x > .xxlarge-3 {
    flex: 0 0 auto;
    width: 25%; }
  .grid-x > .xxlarge-4 {
    flex: 0 0 auto;
    width: 33.33333%; }
  .grid-x > .xxlarge-5 {
    flex: 0 0 auto;
    width: 41.66667%; }
  .grid-x > .xxlarge-6 {
    flex: 0 0 auto;
    width: 50%; }
  .grid-x > .xxlarge-7 {
    flex: 0 0 auto;
    width: 58.33333%; }
  .grid-x > .xxlarge-8 {
    flex: 0 0 auto;
    width: 66.66667%; }
  .grid-x > .xxlarge-9 {
    flex: 0 0 auto;
    width: 75%; }
  .grid-x > .xxlarge-10 {
    flex: 0 0 auto;
    width: 83.33333%; }
  .grid-x > .xxlarge-11 {
    flex: 0 0 auto;
    width: 91.66667%; }
  .grid-x > .xxlarge-12 {
    flex: 0 0 auto;
    width: 100%; } }

.grid-margin-x:not(.grid-x) > .cell {
  width: auto; }

.grid-margin-y:not(.grid-y) > .cell {
  height: auto; }

.grid-margin-x {
  margin-left: -0.625rem;
  margin-right: -0.625rem; }
  @media print, screen and (min-width: 48em) {
    .grid-margin-x {
      margin-left: -1.25rem;
      margin-right: -1.25rem; } }
  .grid-margin-x > .cell {
    width: calc(100% - 1.25rem);
    margin-left: 0.625rem;
    margin-right: 0.625rem; }
  @media print, screen and (min-width: 48em) {
    .grid-margin-x > .cell {
      width: calc(100% - 2.5rem);
      margin-left: 1.25rem;
      margin-right: 1.25rem; } }
  .grid-margin-x > .auto {
    width: auto; }
  .grid-margin-x > .shrink {
    width: auto; }
  .grid-margin-x > .small-1 {
    width: calc(8.33333% - 1.25rem); }
  .grid-margin-x > .small-2 {
    width: calc(16.66667% - 1.25rem); }
  .grid-margin-x > .small-3 {
    width: calc(25% - 1.25rem); }
  .grid-margin-x > .small-4 {
    width: calc(33.33333% - 1.25rem); }
  .grid-margin-x > .small-5 {
    width: calc(41.66667% - 1.25rem); }
  .grid-margin-x > .small-6 {
    width: calc(50% - 1.25rem); }
  .grid-margin-x > .small-7 {
    width: calc(58.33333% - 1.25rem); }
  .grid-margin-x > .small-8 {
    width: calc(66.66667% - 1.25rem); }
  .grid-margin-x > .small-9 {
    width: calc(75% - 1.25rem); }
  .grid-margin-x > .small-10 {
    width: calc(83.33333% - 1.25rem); }
  .grid-margin-x > .small-11 {
    width: calc(91.66667% - 1.25rem); }
  .grid-margin-x > .small-12 {
    width: calc(100% - 1.25rem); }
  @media print, screen and (min-width: 48em) {
    .grid-margin-x > .auto {
      width: auto; }
    .grid-margin-x > .shrink {
      width: auto; }
    .grid-margin-x > .small-1 {
      width: calc(8.33333% - 2.5rem); }
    .grid-margin-x > .small-2 {
      width: calc(16.66667% - 2.5rem); }
    .grid-margin-x > .small-3 {
      width: calc(25% - 2.5rem); }
    .grid-margin-x > .small-4 {
      width: calc(33.33333% - 2.5rem); }
    .grid-margin-x > .small-5 {
      width: calc(41.66667% - 2.5rem); }
    .grid-margin-x > .small-6 {
      width: calc(50% - 2.5rem); }
    .grid-margin-x > .small-7 {
      width: calc(58.33333% - 2.5rem); }
    .grid-margin-x > .small-8 {
      width: calc(66.66667% - 2.5rem); }
    .grid-margin-x > .small-9 {
      width: calc(75% - 2.5rem); }
    .grid-margin-x > .small-10 {
      width: calc(83.33333% - 2.5rem); }
    .grid-margin-x > .small-11 {
      width: calc(91.66667% - 2.5rem); }
    .grid-margin-x > .small-12 {
      width: calc(100% - 2.5rem); }
    .grid-margin-x > .medium-auto {
      width: auto; }
    .grid-margin-x > .medium-shrink {
      width: auto; }
    .grid-margin-x > .medium-1 {
      width: calc(8.33333% - 2.5rem); }
    .grid-margin-x > .medium-2 {
      width: calc(16.66667% - 2.5rem); }
    .grid-margin-x > .medium-3 {
      width: calc(25% - 2.5rem); }
    .grid-margin-x > .medium-4 {
      width: calc(33.33333% - 2.5rem); }
    .grid-margin-x > .medium-5 {
      width: calc(41.66667% - 2.5rem); }
    .grid-margin-x > .medium-6 {
      width: calc(50% - 2.5rem); }
    .grid-margin-x > .medium-7 {
      width: calc(58.33333% - 2.5rem); }
    .grid-margin-x > .medium-8 {
      width: calc(66.66667% - 2.5rem); }
    .grid-margin-x > .medium-9 {
      width: calc(75% - 2.5rem); }
    .grid-margin-x > .medium-10 {
      width: calc(83.33333% - 2.5rem); }
    .grid-margin-x > .medium-11 {
      width: calc(91.66667% - 2.5rem); }
    .grid-margin-x > .medium-12 {
      width: calc(100% - 2.5rem); } }
  @media print, screen and (min-width: 50em) {
    .grid-margin-x > .mediumintermediate-auto {
      width: auto; }
    .grid-margin-x > .mediumintermediate-shrink {
      width: auto; }
    .grid-margin-x > .mediumintermediate-1 {
      width: calc(8.33333% - 2.5rem); }
    .grid-margin-x > .mediumintermediate-2 {
      width: calc(16.66667% - 2.5rem); }
    .grid-margin-x > .mediumintermediate-3 {
      width: calc(25% - 2.5rem); }
    .grid-margin-x > .mediumintermediate-4 {
      width: calc(33.33333% - 2.5rem); }
    .grid-margin-x > .mediumintermediate-5 {
      width: calc(41.66667% - 2.5rem); }
    .grid-margin-x > .mediumintermediate-6 {
      width: calc(50% - 2.5rem); }
    .grid-margin-x > .mediumintermediate-7 {
      width: calc(58.33333% - 2.5rem); }
    .grid-margin-x > .mediumintermediate-8 {
      width: calc(66.66667% - 2.5rem); }
    .grid-margin-x > .mediumintermediate-9 {
      width: calc(75% - 2.5rem); }
    .grid-margin-x > .mediumintermediate-10 {
      width: calc(83.33333% - 2.5rem); }
    .grid-margin-x > .mediumintermediate-11 {
      width: calc(91.66667% - 2.5rem); }
    .grid-margin-x > .mediumintermediate-12 {
      width: calc(100% - 2.5rem); } }
  @media print, screen and (min-width: 60.0625em) {
    .grid-margin-x > .mediumalternative-auto {
      width: auto; }
    .grid-margin-x > .mediumalternative-shrink {
      width: auto; }
    .grid-margin-x > .mediumalternative-1 {
      width: calc(8.33333% - 2.5rem); }
    .grid-margin-x > .mediumalternative-2 {
      width: calc(16.66667% - 2.5rem); }
    .grid-margin-x > .mediumalternative-3 {
      width: calc(25% - 2.5rem); }
    .grid-margin-x > .mediumalternative-4 {
      width: calc(33.33333% - 2.5rem); }
    .grid-margin-x > .mediumalternative-5 {
      width: calc(41.66667% - 2.5rem); }
    .grid-margin-x > .mediumalternative-6 {
      width: calc(50% - 2.5rem); }
    .grid-margin-x > .mediumalternative-7 {
      width: calc(58.33333% - 2.5rem); }
    .grid-margin-x > .mediumalternative-8 {
      width: calc(66.66667% - 2.5rem); }
    .grid-margin-x > .mediumalternative-9 {
      width: calc(75% - 2.5rem); }
    .grid-margin-x > .mediumalternative-10 {
      width: calc(83.33333% - 2.5rem); }
    .grid-margin-x > .mediumalternative-11 {
      width: calc(91.66667% - 2.5rem); }
    .grid-margin-x > .mediumalternative-12 {
      width: calc(100% - 2.5rem); } }
  @media print, screen and (min-width: 64em) {
    .grid-margin-x > .large-auto {
      width: auto; }
    .grid-margin-x > .large-shrink {
      width: auto; }
    .grid-margin-x > .large-1 {
      width: calc(8.33333% - 2.5rem); }
    .grid-margin-x > .large-2 {
      width: calc(16.66667% - 2.5rem); }
    .grid-margin-x > .large-3 {
      width: calc(25% - 2.5rem); }
    .grid-margin-x > .large-4 {
      width: calc(33.33333% - 2.5rem); }
    .grid-margin-x > .large-5 {
      width: calc(41.66667% - 2.5rem); }
    .grid-margin-x > .large-6 {
      width: calc(50% - 2.5rem); }
    .grid-margin-x > .large-7 {
      width: calc(58.33333% - 2.5rem); }
    .grid-margin-x > .large-8 {
      width: calc(66.66667% - 2.5rem); }
    .grid-margin-x > .large-9 {
      width: calc(75% - 2.5rem); }
    .grid-margin-x > .large-10 {
      width: calc(83.33333% - 2.5rem); }
    .grid-margin-x > .large-11 {
      width: calc(91.66667% - 2.5rem); }
    .grid-margin-x > .large-12 {
      width: calc(100% - 2.5rem); } }
  @media screen and (min-width: 85.375em) {
    .grid-margin-x > .xlarge-auto {
      width: auto; }
    .grid-margin-x > .xlarge-shrink {
      width: auto; }
    .grid-margin-x > .xlarge-1 {
      width: calc(8.33333% - 2.5rem); }
    .grid-margin-x > .xlarge-2 {
      width: calc(16.66667% - 2.5rem); }
    .grid-margin-x > .xlarge-3 {
      width: calc(25% - 2.5rem); }
    .grid-margin-x > .xlarge-4 {
      width: calc(33.33333% - 2.5rem); }
    .grid-margin-x > .xlarge-5 {
      width: calc(41.66667% - 2.5rem); }
    .grid-margin-x > .xlarge-6 {
      width: calc(50% - 2.5rem); }
    .grid-margin-x > .xlarge-7 {
      width: calc(58.33333% - 2.5rem); }
    .grid-margin-x > .xlarge-8 {
      width: calc(66.66667% - 2.5rem); }
    .grid-margin-x > .xlarge-9 {
      width: calc(75% - 2.5rem); }
    .grid-margin-x > .xlarge-10 {
      width: calc(83.33333% - 2.5rem); }
    .grid-margin-x > .xlarge-11 {
      width: calc(91.66667% - 2.5rem); }
    .grid-margin-x > .xlarge-12 {
      width: calc(100% - 2.5rem); } }
  @media screen and (min-width: 90.0625em) {
    .grid-margin-x > .xxlarge-auto {
      width: auto; }
    .grid-margin-x > .xxlarge-shrink {
      width: auto; }
    .grid-margin-x > .xxlarge-1 {
      width: calc(8.33333% - 2.5rem); }
    .grid-margin-x > .xxlarge-2 {
      width: calc(16.66667% - 2.5rem); }
    .grid-margin-x > .xxlarge-3 {
      width: calc(25% - 2.5rem); }
    .grid-margin-x > .xxlarge-4 {
      width: calc(33.33333% - 2.5rem); }
    .grid-margin-x > .xxlarge-5 {
      width: calc(41.66667% - 2.5rem); }
    .grid-margin-x > .xxlarge-6 {
      width: calc(50% - 2.5rem); }
    .grid-margin-x > .xxlarge-7 {
      width: calc(58.33333% - 2.5rem); }
    .grid-margin-x > .xxlarge-8 {
      width: calc(66.66667% - 2.5rem); }
    .grid-margin-x > .xxlarge-9 {
      width: calc(75% - 2.5rem); }
    .grid-margin-x > .xxlarge-10 {
      width: calc(83.33333% - 2.5rem); }
    .grid-margin-x > .xxlarge-11 {
      width: calc(91.66667% - 2.5rem); }
    .grid-margin-x > .xxlarge-12 {
      width: calc(100% - 2.5rem); } }

.grid-padding-x .grid-padding-x {
  margin-right: -0.625rem;
  margin-left: -0.625rem; }
  @media print, screen and (min-width: 48em) {
    .grid-padding-x .grid-padding-x {
      margin-right: -1.25rem;
      margin-left: -1.25rem; } }

.grid-container:not(.full) > .grid-padding-x {
  margin-right: -0.625rem;
  margin-left: -0.625rem; }
  @media print, screen and (min-width: 48em) {
    .grid-container:not(.full) > .grid-padding-x {
      margin-right: -1.25rem;
      margin-left: -1.25rem; } }

.grid-padding-x > .cell {
  padding-right: 0.625rem;
  padding-left: 0.625rem; }
  @media print, screen and (min-width: 48em) {
    .grid-padding-x > .cell {
      padding-right: 1.25rem;
      padding-left: 1.25rem; } }

.small-up-1 > .cell {
  width: 100%; }

.small-up-2 > .cell {
  width: 50%; }

.small-up-3 > .cell {
  width: 33.33333%; }

.small-up-4 > .cell {
  width: 25%; }

.small-up-5 > .cell {
  width: 20%; }

.small-up-6 > .cell {
  width: 16.66667%; }

.small-up-7 > .cell {
  width: 14.28571%; }

.small-up-8 > .cell {
  width: 12.5%; }

@media print, screen and (min-width: 48em) {
  .medium-up-1 > .cell {
    width: 100%; }
  .medium-up-2 > .cell {
    width: 50%; }
  .medium-up-3 > .cell {
    width: 33.33333%; }
  .medium-up-4 > .cell {
    width: 25%; }
  .medium-up-5 > .cell {
    width: 20%; }
  .medium-up-6 > .cell {
    width: 16.66667%; }
  .medium-up-7 > .cell {
    width: 14.28571%; }
  .medium-up-8 > .cell {
    width: 12.5%; } }

@media print, screen and (min-width: 50em) {
  .mediumintermediate-up-1 > .cell {
    width: 100%; }
  .mediumintermediate-up-2 > .cell {
    width: 50%; }
  .mediumintermediate-up-3 > .cell {
    width: 33.33333%; }
  .mediumintermediate-up-4 > .cell {
    width: 25%; }
  .mediumintermediate-up-5 > .cell {
    width: 20%; }
  .mediumintermediate-up-6 > .cell {
    width: 16.66667%; }
  .mediumintermediate-up-7 > .cell {
    width: 14.28571%; }
  .mediumintermediate-up-8 > .cell {
    width: 12.5%; } }

@media print, screen and (min-width: 60.0625em) {
  .mediumalternative-up-1 > .cell {
    width: 100%; }
  .mediumalternative-up-2 > .cell {
    width: 50%; }
  .mediumalternative-up-3 > .cell {
    width: 33.33333%; }
  .mediumalternative-up-4 > .cell {
    width: 25%; }
  .mediumalternative-up-5 > .cell {
    width: 20%; }
  .mediumalternative-up-6 > .cell {
    width: 16.66667%; }
  .mediumalternative-up-7 > .cell {
    width: 14.28571%; }
  .mediumalternative-up-8 > .cell {
    width: 12.5%; } }

@media print, screen and (min-width: 64em) {
  .large-up-1 > .cell {
    width: 100%; }
  .large-up-2 > .cell {
    width: 50%; }
  .large-up-3 > .cell {
    width: 33.33333%; }
  .large-up-4 > .cell {
    width: 25%; }
  .large-up-5 > .cell {
    width: 20%; }
  .large-up-6 > .cell {
    width: 16.66667%; }
  .large-up-7 > .cell {
    width: 14.28571%; }
  .large-up-8 > .cell {
    width: 12.5%; } }

@media screen and (min-width: 85.375em) {
  .xlarge-up-1 > .cell {
    width: 100%; }
  .xlarge-up-2 > .cell {
    width: 50%; }
  .xlarge-up-3 > .cell {
    width: 33.33333%; }
  .xlarge-up-4 > .cell {
    width: 25%; }
  .xlarge-up-5 > .cell {
    width: 20%; }
  .xlarge-up-6 > .cell {
    width: 16.66667%; }
  .xlarge-up-7 > .cell {
    width: 14.28571%; }
  .xlarge-up-8 > .cell {
    width: 12.5%; } }

@media screen and (min-width: 90.0625em) {
  .xxlarge-up-1 > .cell {
    width: 100%; }
  .xxlarge-up-2 > .cell {
    width: 50%; }
  .xxlarge-up-3 > .cell {
    width: 33.33333%; }
  .xxlarge-up-4 > .cell {
    width: 25%; }
  .xxlarge-up-5 > .cell {
    width: 20%; }
  .xxlarge-up-6 > .cell {
    width: 16.66667%; }
  .xxlarge-up-7 > .cell {
    width: 14.28571%; }
  .xxlarge-up-8 > .cell {
    width: 12.5%; } }

.grid-margin-x.small-up-1 > .cell {
  width: calc(100% - 1.25rem); }

.grid-margin-x.small-up-2 > .cell {
  width: calc(50% - 1.25rem); }

.grid-margin-x.small-up-3 > .cell {
  width: calc(33.33333% - 1.25rem); }

.grid-margin-x.small-up-4 > .cell {
  width: calc(25% - 1.25rem); }

.grid-margin-x.small-up-5 > .cell {
  width: calc(20% - 1.25rem); }

.grid-margin-x.small-up-6 > .cell {
  width: calc(16.66667% - 1.25rem); }

.grid-margin-x.small-up-7 > .cell {
  width: calc(14.28571% - 1.25rem); }

.grid-margin-x.small-up-8 > .cell {
  width: calc(12.5% - 1.25rem); }

@media print, screen and (min-width: 48em) {
  .grid-margin-x.small-up-1 > .cell {
    width: calc(100% - 2.5rem); }
  .grid-margin-x.small-up-2 > .cell {
    width: calc(50% - 2.5rem); }
  .grid-margin-x.small-up-3 > .cell {
    width: calc(33.33333% - 2.5rem); }
  .grid-margin-x.small-up-4 > .cell {
    width: calc(25% - 2.5rem); }
  .grid-margin-x.small-up-5 > .cell {
    width: calc(20% - 2.5rem); }
  .grid-margin-x.small-up-6 > .cell {
    width: calc(16.66667% - 2.5rem); }
  .grid-margin-x.small-up-7 > .cell {
    width: calc(14.28571% - 2.5rem); }
  .grid-margin-x.small-up-8 > .cell {
    width: calc(12.5% - 2.5rem); }
  .grid-margin-x.medium-up-1 > .cell {
    width: calc(100% - 2.5rem); }
  .grid-margin-x.medium-up-2 > .cell {
    width: calc(50% - 2.5rem); }
  .grid-margin-x.medium-up-3 > .cell {
    width: calc(33.33333% - 2.5rem); }
  .grid-margin-x.medium-up-4 > .cell {
    width: calc(25% - 2.5rem); }
  .grid-margin-x.medium-up-5 > .cell {
    width: calc(20% - 2.5rem); }
  .grid-margin-x.medium-up-6 > .cell {
    width: calc(16.66667% - 2.5rem); }
  .grid-margin-x.medium-up-7 > .cell {
    width: calc(14.28571% - 2.5rem); }
  .grid-margin-x.medium-up-8 > .cell {
    width: calc(12.5% - 2.5rem); } }

@media print, screen and (min-width: 50em) {
  .grid-margin-x.mediumintermediate-up-1 > .cell {
    width: calc(100% - 2.5rem); }
  .grid-margin-x.mediumintermediate-up-2 > .cell {
    width: calc(50% - 2.5rem); }
  .grid-margin-x.mediumintermediate-up-3 > .cell {
    width: calc(33.33333% - 2.5rem); }
  .grid-margin-x.mediumintermediate-up-4 > .cell {
    width: calc(25% - 2.5rem); }
  .grid-margin-x.mediumintermediate-up-5 > .cell {
    width: calc(20% - 2.5rem); }
  .grid-margin-x.mediumintermediate-up-6 > .cell {
    width: calc(16.66667% - 2.5rem); }
  .grid-margin-x.mediumintermediate-up-7 > .cell {
    width: calc(14.28571% - 2.5rem); }
  .grid-margin-x.mediumintermediate-up-8 > .cell {
    width: calc(12.5% - 2.5rem); } }

@media print, screen and (min-width: 60.0625em) {
  .grid-margin-x.mediumalternative-up-1 > .cell {
    width: calc(100% - 2.5rem); }
  .grid-margin-x.mediumalternative-up-2 > .cell {
    width: calc(50% - 2.5rem); }
  .grid-margin-x.mediumalternative-up-3 > .cell {
    width: calc(33.33333% - 2.5rem); }
  .grid-margin-x.mediumalternative-up-4 > .cell {
    width: calc(25% - 2.5rem); }
  .grid-margin-x.mediumalternative-up-5 > .cell {
    width: calc(20% - 2.5rem); }
  .grid-margin-x.mediumalternative-up-6 > .cell {
    width: calc(16.66667% - 2.5rem); }
  .grid-margin-x.mediumalternative-up-7 > .cell {
    width: calc(14.28571% - 2.5rem); }
  .grid-margin-x.mediumalternative-up-8 > .cell {
    width: calc(12.5% - 2.5rem); } }

@media print, screen and (min-width: 64em) {
  .grid-margin-x.large-up-1 > .cell {
    width: calc(100% - 2.5rem); }
  .grid-margin-x.large-up-2 > .cell {
    width: calc(50% - 2.5rem); }
  .grid-margin-x.large-up-3 > .cell {
    width: calc(33.33333% - 2.5rem); }
  .grid-margin-x.large-up-4 > .cell {
    width: calc(25% - 2.5rem); }
  .grid-margin-x.large-up-5 > .cell {
    width: calc(20% - 2.5rem); }
  .grid-margin-x.large-up-6 > .cell {
    width: calc(16.66667% - 2.5rem); }
  .grid-margin-x.large-up-7 > .cell {
    width: calc(14.28571% - 2.5rem); }
  .grid-margin-x.large-up-8 > .cell {
    width: calc(12.5% - 2.5rem); } }

@media screen and (min-width: 85.375em) {
  .grid-margin-x.xlarge-up-1 > .cell {
    width: calc(100% - 2.5rem); }
  .grid-margin-x.xlarge-up-2 > .cell {
    width: calc(50% - 2.5rem); }
  .grid-margin-x.xlarge-up-3 > .cell {
    width: calc(33.33333% - 2.5rem); }
  .grid-margin-x.xlarge-up-4 > .cell {
    width: calc(25% - 2.5rem); }
  .grid-margin-x.xlarge-up-5 > .cell {
    width: calc(20% - 2.5rem); }
  .grid-margin-x.xlarge-up-6 > .cell {
    width: calc(16.66667% - 2.5rem); }
  .grid-margin-x.xlarge-up-7 > .cell {
    width: calc(14.28571% - 2.5rem); }
  .grid-margin-x.xlarge-up-8 > .cell {
    width: calc(12.5% - 2.5rem); } }

@media screen and (min-width: 90.0625em) {
  .grid-margin-x.xxlarge-up-1 > .cell {
    width: calc(100% - 2.5rem); }
  .grid-margin-x.xxlarge-up-2 > .cell {
    width: calc(50% - 2.5rem); }
  .grid-margin-x.xxlarge-up-3 > .cell {
    width: calc(33.33333% - 2.5rem); }
  .grid-margin-x.xxlarge-up-4 > .cell {
    width: calc(25% - 2.5rem); }
  .grid-margin-x.xxlarge-up-5 > .cell {
    width: calc(20% - 2.5rem); }
  .grid-margin-x.xxlarge-up-6 > .cell {
    width: calc(16.66667% - 2.5rem); }
  .grid-margin-x.xxlarge-up-7 > .cell {
    width: calc(14.28571% - 2.5rem); }
  .grid-margin-x.xxlarge-up-8 > .cell {
    width: calc(12.5% - 2.5rem); } }

.small-margin-collapse {
  margin-right: 0;
  margin-left: 0; }
  .small-margin-collapse > .cell {
    margin-right: 0;
    margin-left: 0; }
  .small-margin-collapse > .small-1 {
    width: 8.33333%; }
  .small-margin-collapse > .small-2 {
    width: 16.66667%; }
  .small-margin-collapse > .small-3 {
    width: 25%; }
  .small-margin-collapse > .small-4 {
    width: 33.33333%; }
  .small-margin-collapse > .small-5 {
    width: 41.66667%; }
  .small-margin-collapse > .small-6 {
    width: 50%; }
  .small-margin-collapse > .small-7 {
    width: 58.33333%; }
  .small-margin-collapse > .small-8 {
    width: 66.66667%; }
  .small-margin-collapse > .small-9 {
    width: 75%; }
  .small-margin-collapse > .small-10 {
    width: 83.33333%; }
  .small-margin-collapse > .small-11 {
    width: 91.66667%; }
  .small-margin-collapse > .small-12 {
    width: 100%; }
  @media print, screen and (min-width: 48em) {
    .small-margin-collapse > .medium-1 {
      width: 8.33333%; }
    .small-margin-collapse > .medium-2 {
      width: 16.66667%; }
    .small-margin-collapse > .medium-3 {
      width: 25%; }
    .small-margin-collapse > .medium-4 {
      width: 33.33333%; }
    .small-margin-collapse > .medium-5 {
      width: 41.66667%; }
    .small-margin-collapse > .medium-6 {
      width: 50%; }
    .small-margin-collapse > .medium-7 {
      width: 58.33333%; }
    .small-margin-collapse > .medium-8 {
      width: 66.66667%; }
    .small-margin-collapse > .medium-9 {
      width: 75%; }
    .small-margin-collapse > .medium-10 {
      width: 83.33333%; }
    .small-margin-collapse > .medium-11 {
      width: 91.66667%; }
    .small-margin-collapse > .medium-12 {
      width: 100%; } }
  @media print, screen and (min-width: 50em) {
    .small-margin-collapse > .mediumintermediate-1 {
      width: 8.33333%; }
    .small-margin-collapse > .mediumintermediate-2 {
      width: 16.66667%; }
    .small-margin-collapse > .mediumintermediate-3 {
      width: 25%; }
    .small-margin-collapse > .mediumintermediate-4 {
      width: 33.33333%; }
    .small-margin-collapse > .mediumintermediate-5 {
      width: 41.66667%; }
    .small-margin-collapse > .mediumintermediate-6 {
      width: 50%; }
    .small-margin-collapse > .mediumintermediate-7 {
      width: 58.33333%; }
    .small-margin-collapse > .mediumintermediate-8 {
      width: 66.66667%; }
    .small-margin-collapse > .mediumintermediate-9 {
      width: 75%; }
    .small-margin-collapse > .mediumintermediate-10 {
      width: 83.33333%; }
    .small-margin-collapse > .mediumintermediate-11 {
      width: 91.66667%; }
    .small-margin-collapse > .mediumintermediate-12 {
      width: 100%; } }
  @media print, screen and (min-width: 60.0625em) {
    .small-margin-collapse > .mediumalternative-1 {
      width: 8.33333%; }
    .small-margin-collapse > .mediumalternative-2 {
      width: 16.66667%; }
    .small-margin-collapse > .mediumalternative-3 {
      width: 25%; }
    .small-margin-collapse > .mediumalternative-4 {
      width: 33.33333%; }
    .small-margin-collapse > .mediumalternative-5 {
      width: 41.66667%; }
    .small-margin-collapse > .mediumalternative-6 {
      width: 50%; }
    .small-margin-collapse > .mediumalternative-7 {
      width: 58.33333%; }
    .small-margin-collapse > .mediumalternative-8 {
      width: 66.66667%; }
    .small-margin-collapse > .mediumalternative-9 {
      width: 75%; }
    .small-margin-collapse > .mediumalternative-10 {
      width: 83.33333%; }
    .small-margin-collapse > .mediumalternative-11 {
      width: 91.66667%; }
    .small-margin-collapse > .mediumalternative-12 {
      width: 100%; } }
  @media print, screen and (min-width: 64em) {
    .small-margin-collapse > .large-1 {
      width: 8.33333%; }
    .small-margin-collapse > .large-2 {
      width: 16.66667%; }
    .small-margin-collapse > .large-3 {
      width: 25%; }
    .small-margin-collapse > .large-4 {
      width: 33.33333%; }
    .small-margin-collapse > .large-5 {
      width: 41.66667%; }
    .small-margin-collapse > .large-6 {
      width: 50%; }
    .small-margin-collapse > .large-7 {
      width: 58.33333%; }
    .small-margin-collapse > .large-8 {
      width: 66.66667%; }
    .small-margin-collapse > .large-9 {
      width: 75%; }
    .small-margin-collapse > .large-10 {
      width: 83.33333%; }
    .small-margin-collapse > .large-11 {
      width: 91.66667%; }
    .small-margin-collapse > .large-12 {
      width: 100%; } }
  @media screen and (min-width: 85.375em) {
    .small-margin-collapse > .xlarge-1 {
      width: 8.33333%; }
    .small-margin-collapse > .xlarge-2 {
      width: 16.66667%; }
    .small-margin-collapse > .xlarge-3 {
      width: 25%; }
    .small-margin-collapse > .xlarge-4 {
      width: 33.33333%; }
    .small-margin-collapse > .xlarge-5 {
      width: 41.66667%; }
    .small-margin-collapse > .xlarge-6 {
      width: 50%; }
    .small-margin-collapse > .xlarge-7 {
      width: 58.33333%; }
    .small-margin-collapse > .xlarge-8 {
      width: 66.66667%; }
    .small-margin-collapse > .xlarge-9 {
      width: 75%; }
    .small-margin-collapse > .xlarge-10 {
      width: 83.33333%; }
    .small-margin-collapse > .xlarge-11 {
      width: 91.66667%; }
    .small-margin-collapse > .xlarge-12 {
      width: 100%; } }
  @media screen and (min-width: 90.0625em) {
    .small-margin-collapse > .xxlarge-1 {
      width: 8.33333%; }
    .small-margin-collapse > .xxlarge-2 {
      width: 16.66667%; }
    .small-margin-collapse > .xxlarge-3 {
      width: 25%; }
    .small-margin-collapse > .xxlarge-4 {
      width: 33.33333%; }
    .small-margin-collapse > .xxlarge-5 {
      width: 41.66667%; }
    .small-margin-collapse > .xxlarge-6 {
      width: 50%; }
    .small-margin-collapse > .xxlarge-7 {
      width: 58.33333%; }
    .small-margin-collapse > .xxlarge-8 {
      width: 66.66667%; }
    .small-margin-collapse > .xxlarge-9 {
      width: 75%; }
    .small-margin-collapse > .xxlarge-10 {
      width: 83.33333%; }
    .small-margin-collapse > .xxlarge-11 {
      width: 91.66667%; }
    .small-margin-collapse > .xxlarge-12 {
      width: 100%; } }

.small-padding-collapse {
  margin-right: 0;
  margin-left: 0; }
  .small-padding-collapse > .cell {
    padding-right: 0;
    padding-left: 0; }

@media print, screen and (min-width: 48em) {
  .medium-margin-collapse {
    margin-right: 0;
    margin-left: 0; }
    .medium-margin-collapse > .cell {
      margin-right: 0;
      margin-left: 0; } }

@media print, screen and (min-width: 48em) {
  .medium-margin-collapse > .small-1 {
    width: 8.33333%; }
  .medium-margin-collapse > .small-2 {
    width: 16.66667%; }
  .medium-margin-collapse > .small-3 {
    width: 25%; }
  .medium-margin-collapse > .small-4 {
    width: 33.33333%; }
  .medium-margin-collapse > .small-5 {
    width: 41.66667%; }
  .medium-margin-collapse > .small-6 {
    width: 50%; }
  .medium-margin-collapse > .small-7 {
    width: 58.33333%; }
  .medium-margin-collapse > .small-8 {
    width: 66.66667%; }
  .medium-margin-collapse > .small-9 {
    width: 75%; }
  .medium-margin-collapse > .small-10 {
    width: 83.33333%; }
  .medium-margin-collapse > .small-11 {
    width: 91.66667%; }
  .medium-margin-collapse > .small-12 {
    width: 100%; } }

@media print, screen and (min-width: 48em) {
  .medium-margin-collapse > .medium-1 {
    width: 8.33333%; }
  .medium-margin-collapse > .medium-2 {
    width: 16.66667%; }
  .medium-margin-collapse > .medium-3 {
    width: 25%; }
  .medium-margin-collapse > .medium-4 {
    width: 33.33333%; }
  .medium-margin-collapse > .medium-5 {
    width: 41.66667%; }
  .medium-margin-collapse > .medium-6 {
    width: 50%; }
  .medium-margin-collapse > .medium-7 {
    width: 58.33333%; }
  .medium-margin-collapse > .medium-8 {
    width: 66.66667%; }
  .medium-margin-collapse > .medium-9 {
    width: 75%; }
  .medium-margin-collapse > .medium-10 {
    width: 83.33333%; }
  .medium-margin-collapse > .medium-11 {
    width: 91.66667%; }
  .medium-margin-collapse > .medium-12 {
    width: 100%; } }

@media print, screen and (min-width: 50em) {
  .medium-margin-collapse > .mediumintermediate-1 {
    width: 8.33333%; }
  .medium-margin-collapse > .mediumintermediate-2 {
    width: 16.66667%; }
  .medium-margin-collapse > .mediumintermediate-3 {
    width: 25%; }
  .medium-margin-collapse > .mediumintermediate-4 {
    width: 33.33333%; }
  .medium-margin-collapse > .mediumintermediate-5 {
    width: 41.66667%; }
  .medium-margin-collapse > .mediumintermediate-6 {
    width: 50%; }
  .medium-margin-collapse > .mediumintermediate-7 {
    width: 58.33333%; }
  .medium-margin-collapse > .mediumintermediate-8 {
    width: 66.66667%; }
  .medium-margin-collapse > .mediumintermediate-9 {
    width: 75%; }
  .medium-margin-collapse > .mediumintermediate-10 {
    width: 83.33333%; }
  .medium-margin-collapse > .mediumintermediate-11 {
    width: 91.66667%; }
  .medium-margin-collapse > .mediumintermediate-12 {
    width: 100%; } }

@media print, screen and (min-width: 60.0625em) {
  .medium-margin-collapse > .mediumalternative-1 {
    width: 8.33333%; }
  .medium-margin-collapse > .mediumalternative-2 {
    width: 16.66667%; }
  .medium-margin-collapse > .mediumalternative-3 {
    width: 25%; }
  .medium-margin-collapse > .mediumalternative-4 {
    width: 33.33333%; }
  .medium-margin-collapse > .mediumalternative-5 {
    width: 41.66667%; }
  .medium-margin-collapse > .mediumalternative-6 {
    width: 50%; }
  .medium-margin-collapse > .mediumalternative-7 {
    width: 58.33333%; }
  .medium-margin-collapse > .mediumalternative-8 {
    width: 66.66667%; }
  .medium-margin-collapse > .mediumalternative-9 {
    width: 75%; }
  .medium-margin-collapse > .mediumalternative-10 {
    width: 83.33333%; }
  .medium-margin-collapse > .mediumalternative-11 {
    width: 91.66667%; }
  .medium-margin-collapse > .mediumalternative-12 {
    width: 100%; } }

@media print, screen and (min-width: 64em) {
  .medium-margin-collapse > .large-1 {
    width: 8.33333%; }
  .medium-margin-collapse > .large-2 {
    width: 16.66667%; }
  .medium-margin-collapse > .large-3 {
    width: 25%; }
  .medium-margin-collapse > .large-4 {
    width: 33.33333%; }
  .medium-margin-collapse > .large-5 {
    width: 41.66667%; }
  .medium-margin-collapse > .large-6 {
    width: 50%; }
  .medium-margin-collapse > .large-7 {
    width: 58.33333%; }
  .medium-margin-collapse > .large-8 {
    width: 66.66667%; }
  .medium-margin-collapse > .large-9 {
    width: 75%; }
  .medium-margin-collapse > .large-10 {
    width: 83.33333%; }
  .medium-margin-collapse > .large-11 {
    width: 91.66667%; }
  .medium-margin-collapse > .large-12 {
    width: 100%; } }

@media screen and (min-width: 85.375em) {
  .medium-margin-collapse > .xlarge-1 {
    width: 8.33333%; }
  .medium-margin-collapse > .xlarge-2 {
    width: 16.66667%; }
  .medium-margin-collapse > .xlarge-3 {
    width: 25%; }
  .medium-margin-collapse > .xlarge-4 {
    width: 33.33333%; }
  .medium-margin-collapse > .xlarge-5 {
    width: 41.66667%; }
  .medium-margin-collapse > .xlarge-6 {
    width: 50%; }
  .medium-margin-collapse > .xlarge-7 {
    width: 58.33333%; }
  .medium-margin-collapse > .xlarge-8 {
    width: 66.66667%; }
  .medium-margin-collapse > .xlarge-9 {
    width: 75%; }
  .medium-margin-collapse > .xlarge-10 {
    width: 83.33333%; }
  .medium-margin-collapse > .xlarge-11 {
    width: 91.66667%; }
  .medium-margin-collapse > .xlarge-12 {
    width: 100%; } }

@media screen and (min-width: 90.0625em) {
  .medium-margin-collapse > .xxlarge-1 {
    width: 8.33333%; }
  .medium-margin-collapse > .xxlarge-2 {
    width: 16.66667%; }
  .medium-margin-collapse > .xxlarge-3 {
    width: 25%; }
  .medium-margin-collapse > .xxlarge-4 {
    width: 33.33333%; }
  .medium-margin-collapse > .xxlarge-5 {
    width: 41.66667%; }
  .medium-margin-collapse > .xxlarge-6 {
    width: 50%; }
  .medium-margin-collapse > .xxlarge-7 {
    width: 58.33333%; }
  .medium-margin-collapse > .xxlarge-8 {
    width: 66.66667%; }
  .medium-margin-collapse > .xxlarge-9 {
    width: 75%; }
  .medium-margin-collapse > .xxlarge-10 {
    width: 83.33333%; }
  .medium-margin-collapse > .xxlarge-11 {
    width: 91.66667%; }
  .medium-margin-collapse > .xxlarge-12 {
    width: 100%; } }

@media print, screen and (min-width: 48em) {
  .medium-padding-collapse {
    margin-right: 0;
    margin-left: 0; }
    .medium-padding-collapse > .cell {
      padding-right: 0;
      padding-left: 0; } }

@media print, screen and (min-width: 50em) {
  .mediumintermediate-margin-collapse {
    margin-right: 0;
    margin-left: 0; }
    .mediumintermediate-margin-collapse > .cell {
      margin-right: 0;
      margin-left: 0; } }

@media print, screen and (min-width: 50em) {
  .mediumintermediate-margin-collapse > .small-1 {
    width: 8.33333%; }
  .mediumintermediate-margin-collapse > .small-2 {
    width: 16.66667%; }
  .mediumintermediate-margin-collapse > .small-3 {
    width: 25%; }
  .mediumintermediate-margin-collapse > .small-4 {
    width: 33.33333%; }
  .mediumintermediate-margin-collapse > .small-5 {
    width: 41.66667%; }
  .mediumintermediate-margin-collapse > .small-6 {
    width: 50%; }
  .mediumintermediate-margin-collapse > .small-7 {
    width: 58.33333%; }
  .mediumintermediate-margin-collapse > .small-8 {
    width: 66.66667%; }
  .mediumintermediate-margin-collapse > .small-9 {
    width: 75%; }
  .mediumintermediate-margin-collapse > .small-10 {
    width: 83.33333%; }
  .mediumintermediate-margin-collapse > .small-11 {
    width: 91.66667%; }
  .mediumintermediate-margin-collapse > .small-12 {
    width: 100%; } }

@media print, screen and (min-width: 50em) {
  .mediumintermediate-margin-collapse > .medium-1 {
    width: 8.33333%; }
  .mediumintermediate-margin-collapse > .medium-2 {
    width: 16.66667%; }
  .mediumintermediate-margin-collapse > .medium-3 {
    width: 25%; }
  .mediumintermediate-margin-collapse > .medium-4 {
    width: 33.33333%; }
  .mediumintermediate-margin-collapse > .medium-5 {
    width: 41.66667%; }
  .mediumintermediate-margin-collapse > .medium-6 {
    width: 50%; }
  .mediumintermediate-margin-collapse > .medium-7 {
    width: 58.33333%; }
  .mediumintermediate-margin-collapse > .medium-8 {
    width: 66.66667%; }
  .mediumintermediate-margin-collapse > .medium-9 {
    width: 75%; }
  .mediumintermediate-margin-collapse > .medium-10 {
    width: 83.33333%; }
  .mediumintermediate-margin-collapse > .medium-11 {
    width: 91.66667%; }
  .mediumintermediate-margin-collapse > .medium-12 {
    width: 100%; } }

@media print, screen and (min-width: 50em) {
  .mediumintermediate-margin-collapse > .mediumintermediate-1 {
    width: 8.33333%; }
  .mediumintermediate-margin-collapse > .mediumintermediate-2 {
    width: 16.66667%; }
  .mediumintermediate-margin-collapse > .mediumintermediate-3 {
    width: 25%; }
  .mediumintermediate-margin-collapse > .mediumintermediate-4 {
    width: 33.33333%; }
  .mediumintermediate-margin-collapse > .mediumintermediate-5 {
    width: 41.66667%; }
  .mediumintermediate-margin-collapse > .mediumintermediate-6 {
    width: 50%; }
  .mediumintermediate-margin-collapse > .mediumintermediate-7 {
    width: 58.33333%; }
  .mediumintermediate-margin-collapse > .mediumintermediate-8 {
    width: 66.66667%; }
  .mediumintermediate-margin-collapse > .mediumintermediate-9 {
    width: 75%; }
  .mediumintermediate-margin-collapse > .mediumintermediate-10 {
    width: 83.33333%; }
  .mediumintermediate-margin-collapse > .mediumintermediate-11 {
    width: 91.66667%; }
  .mediumintermediate-margin-collapse > .mediumintermediate-12 {
    width: 100%; } }

@media print, screen and (min-width: 60.0625em) {
  .mediumintermediate-margin-collapse > .mediumalternative-1 {
    width: 8.33333%; }
  .mediumintermediate-margin-collapse > .mediumalternative-2 {
    width: 16.66667%; }
  .mediumintermediate-margin-collapse > .mediumalternative-3 {
    width: 25%; }
  .mediumintermediate-margin-collapse > .mediumalternative-4 {
    width: 33.33333%; }
  .mediumintermediate-margin-collapse > .mediumalternative-5 {
    width: 41.66667%; }
  .mediumintermediate-margin-collapse > .mediumalternative-6 {
    width: 50%; }
  .mediumintermediate-margin-collapse > .mediumalternative-7 {
    width: 58.33333%; }
  .mediumintermediate-margin-collapse > .mediumalternative-8 {
    width: 66.66667%; }
  .mediumintermediate-margin-collapse > .mediumalternative-9 {
    width: 75%; }
  .mediumintermediate-margin-collapse > .mediumalternative-10 {
    width: 83.33333%; }
  .mediumintermediate-margin-collapse > .mediumalternative-11 {
    width: 91.66667%; }
  .mediumintermediate-margin-collapse > .mediumalternative-12 {
    width: 100%; } }

@media print, screen and (min-width: 64em) {
  .mediumintermediate-margin-collapse > .large-1 {
    width: 8.33333%; }
  .mediumintermediate-margin-collapse > .large-2 {
    width: 16.66667%; }
  .mediumintermediate-margin-collapse > .large-3 {
    width: 25%; }
  .mediumintermediate-margin-collapse > .large-4 {
    width: 33.33333%; }
  .mediumintermediate-margin-collapse > .large-5 {
    width: 41.66667%; }
  .mediumintermediate-margin-collapse > .large-6 {
    width: 50%; }
  .mediumintermediate-margin-collapse > .large-7 {
    width: 58.33333%; }
  .mediumintermediate-margin-collapse > .large-8 {
    width: 66.66667%; }
  .mediumintermediate-margin-collapse > .large-9 {
    width: 75%; }
  .mediumintermediate-margin-collapse > .large-10 {
    width: 83.33333%; }
  .mediumintermediate-margin-collapse > .large-11 {
    width: 91.66667%; }
  .mediumintermediate-margin-collapse > .large-12 {
    width: 100%; } }

@media screen and (min-width: 85.375em) {
  .mediumintermediate-margin-collapse > .xlarge-1 {
    width: 8.33333%; }
  .mediumintermediate-margin-collapse > .xlarge-2 {
    width: 16.66667%; }
  .mediumintermediate-margin-collapse > .xlarge-3 {
    width: 25%; }
  .mediumintermediate-margin-collapse > .xlarge-4 {
    width: 33.33333%; }
  .mediumintermediate-margin-collapse > .xlarge-5 {
    width: 41.66667%; }
  .mediumintermediate-margin-collapse > .xlarge-6 {
    width: 50%; }
  .mediumintermediate-margin-collapse > .xlarge-7 {
    width: 58.33333%; }
  .mediumintermediate-margin-collapse > .xlarge-8 {
    width: 66.66667%; }
  .mediumintermediate-margin-collapse > .xlarge-9 {
    width: 75%; }
  .mediumintermediate-margin-collapse > .xlarge-10 {
    width: 83.33333%; }
  .mediumintermediate-margin-collapse > .xlarge-11 {
    width: 91.66667%; }
  .mediumintermediate-margin-collapse > .xlarge-12 {
    width: 100%; } }

@media screen and (min-width: 90.0625em) {
  .mediumintermediate-margin-collapse > .xxlarge-1 {
    width: 8.33333%; }
  .mediumintermediate-margin-collapse > .xxlarge-2 {
    width: 16.66667%; }
  .mediumintermediate-margin-collapse > .xxlarge-3 {
    width: 25%; }
  .mediumintermediate-margin-collapse > .xxlarge-4 {
    width: 33.33333%; }
  .mediumintermediate-margin-collapse > .xxlarge-5 {
    width: 41.66667%; }
  .mediumintermediate-margin-collapse > .xxlarge-6 {
    width: 50%; }
  .mediumintermediate-margin-collapse > .xxlarge-7 {
    width: 58.33333%; }
  .mediumintermediate-margin-collapse > .xxlarge-8 {
    width: 66.66667%; }
  .mediumintermediate-margin-collapse > .xxlarge-9 {
    width: 75%; }
  .mediumintermediate-margin-collapse > .xxlarge-10 {
    width: 83.33333%; }
  .mediumintermediate-margin-collapse > .xxlarge-11 {
    width: 91.66667%; }
  .mediumintermediate-margin-collapse > .xxlarge-12 {
    width: 100%; } }

@media print, screen and (min-width: 50em) {
  .mediumintermediate-padding-collapse {
    margin-right: 0;
    margin-left: 0; }
    .mediumintermediate-padding-collapse > .cell {
      padding-right: 0;
      padding-left: 0; } }

@media print, screen and (min-width: 60.0625em) {
  .mediumalternative-margin-collapse {
    margin-right: 0;
    margin-left: 0; }
    .mediumalternative-margin-collapse > .cell {
      margin-right: 0;
      margin-left: 0; } }

@media print, screen and (min-width: 60.0625em) {
  .mediumalternative-margin-collapse > .small-1 {
    width: 8.33333%; }
  .mediumalternative-margin-collapse > .small-2 {
    width: 16.66667%; }
  .mediumalternative-margin-collapse > .small-3 {
    width: 25%; }
  .mediumalternative-margin-collapse > .small-4 {
    width: 33.33333%; }
  .mediumalternative-margin-collapse > .small-5 {
    width: 41.66667%; }
  .mediumalternative-margin-collapse > .small-6 {
    width: 50%; }
  .mediumalternative-margin-collapse > .small-7 {
    width: 58.33333%; }
  .mediumalternative-margin-collapse > .small-8 {
    width: 66.66667%; }
  .mediumalternative-margin-collapse > .small-9 {
    width: 75%; }
  .mediumalternative-margin-collapse > .small-10 {
    width: 83.33333%; }
  .mediumalternative-margin-collapse > .small-11 {
    width: 91.66667%; }
  .mediumalternative-margin-collapse > .small-12 {
    width: 100%; } }

@media print, screen and (min-width: 60.0625em) {
  .mediumalternative-margin-collapse > .medium-1 {
    width: 8.33333%; }
  .mediumalternative-margin-collapse > .medium-2 {
    width: 16.66667%; }
  .mediumalternative-margin-collapse > .medium-3 {
    width: 25%; }
  .mediumalternative-margin-collapse > .medium-4 {
    width: 33.33333%; }
  .mediumalternative-margin-collapse > .medium-5 {
    width: 41.66667%; }
  .mediumalternative-margin-collapse > .medium-6 {
    width: 50%; }
  .mediumalternative-margin-collapse > .medium-7 {
    width: 58.33333%; }
  .mediumalternative-margin-collapse > .medium-8 {
    width: 66.66667%; }
  .mediumalternative-margin-collapse > .medium-9 {
    width: 75%; }
  .mediumalternative-margin-collapse > .medium-10 {
    width: 83.33333%; }
  .mediumalternative-margin-collapse > .medium-11 {
    width: 91.66667%; }
  .mediumalternative-margin-collapse > .medium-12 {
    width: 100%; } }

@media print, screen and (min-width: 60.0625em) {
  .mediumalternative-margin-collapse > .mediumintermediate-1 {
    width: 8.33333%; }
  .mediumalternative-margin-collapse > .mediumintermediate-2 {
    width: 16.66667%; }
  .mediumalternative-margin-collapse > .mediumintermediate-3 {
    width: 25%; }
  .mediumalternative-margin-collapse > .mediumintermediate-4 {
    width: 33.33333%; }
  .mediumalternative-margin-collapse > .mediumintermediate-5 {
    width: 41.66667%; }
  .mediumalternative-margin-collapse > .mediumintermediate-6 {
    width: 50%; }
  .mediumalternative-margin-collapse > .mediumintermediate-7 {
    width: 58.33333%; }
  .mediumalternative-margin-collapse > .mediumintermediate-8 {
    width: 66.66667%; }
  .mediumalternative-margin-collapse > .mediumintermediate-9 {
    width: 75%; }
  .mediumalternative-margin-collapse > .mediumintermediate-10 {
    width: 83.33333%; }
  .mediumalternative-margin-collapse > .mediumintermediate-11 {
    width: 91.66667%; }
  .mediumalternative-margin-collapse > .mediumintermediate-12 {
    width: 100%; } }

@media print, screen and (min-width: 60.0625em) {
  .mediumalternative-margin-collapse > .mediumalternative-1 {
    width: 8.33333%; }
  .mediumalternative-margin-collapse > .mediumalternative-2 {
    width: 16.66667%; }
  .mediumalternative-margin-collapse > .mediumalternative-3 {
    width: 25%; }
  .mediumalternative-margin-collapse > .mediumalternative-4 {
    width: 33.33333%; }
  .mediumalternative-margin-collapse > .mediumalternative-5 {
    width: 41.66667%; }
  .mediumalternative-margin-collapse > .mediumalternative-6 {
    width: 50%; }
  .mediumalternative-margin-collapse > .mediumalternative-7 {
    width: 58.33333%; }
  .mediumalternative-margin-collapse > .mediumalternative-8 {
    width: 66.66667%; }
  .mediumalternative-margin-collapse > .mediumalternative-9 {
    width: 75%; }
  .mediumalternative-margin-collapse > .mediumalternative-10 {
    width: 83.33333%; }
  .mediumalternative-margin-collapse > .mediumalternative-11 {
    width: 91.66667%; }
  .mediumalternative-margin-collapse > .mediumalternative-12 {
    width: 100%; } }

@media print, screen and (min-width: 64em) {
  .mediumalternative-margin-collapse > .large-1 {
    width: 8.33333%; }
  .mediumalternative-margin-collapse > .large-2 {
    width: 16.66667%; }
  .mediumalternative-margin-collapse > .large-3 {
    width: 25%; }
  .mediumalternative-margin-collapse > .large-4 {
    width: 33.33333%; }
  .mediumalternative-margin-collapse > .large-5 {
    width: 41.66667%; }
  .mediumalternative-margin-collapse > .large-6 {
    width: 50%; }
  .mediumalternative-margin-collapse > .large-7 {
    width: 58.33333%; }
  .mediumalternative-margin-collapse > .large-8 {
    width: 66.66667%; }
  .mediumalternative-margin-collapse > .large-9 {
    width: 75%; }
  .mediumalternative-margin-collapse > .large-10 {
    width: 83.33333%; }
  .mediumalternative-margin-collapse > .large-11 {
    width: 91.66667%; }
  .mediumalternative-margin-collapse > .large-12 {
    width: 100%; } }

@media screen and (min-width: 85.375em) {
  .mediumalternative-margin-collapse > .xlarge-1 {
    width: 8.33333%; }
  .mediumalternative-margin-collapse > .xlarge-2 {
    width: 16.66667%; }
  .mediumalternative-margin-collapse > .xlarge-3 {
    width: 25%; }
  .mediumalternative-margin-collapse > .xlarge-4 {
    width: 33.33333%; }
  .mediumalternative-margin-collapse > .xlarge-5 {
    width: 41.66667%; }
  .mediumalternative-margin-collapse > .xlarge-6 {
    width: 50%; }
  .mediumalternative-margin-collapse > .xlarge-7 {
    width: 58.33333%; }
  .mediumalternative-margin-collapse > .xlarge-8 {
    width: 66.66667%; }
  .mediumalternative-margin-collapse > .xlarge-9 {
    width: 75%; }
  .mediumalternative-margin-collapse > .xlarge-10 {
    width: 83.33333%; }
  .mediumalternative-margin-collapse > .xlarge-11 {
    width: 91.66667%; }
  .mediumalternative-margin-collapse > .xlarge-12 {
    width: 100%; } }

@media screen and (min-width: 90.0625em) {
  .mediumalternative-margin-collapse > .xxlarge-1 {
    width: 8.33333%; }
  .mediumalternative-margin-collapse > .xxlarge-2 {
    width: 16.66667%; }
  .mediumalternative-margin-collapse > .xxlarge-3 {
    width: 25%; }
  .mediumalternative-margin-collapse > .xxlarge-4 {
    width: 33.33333%; }
  .mediumalternative-margin-collapse > .xxlarge-5 {
    width: 41.66667%; }
  .mediumalternative-margin-collapse > .xxlarge-6 {
    width: 50%; }
  .mediumalternative-margin-collapse > .xxlarge-7 {
    width: 58.33333%; }
  .mediumalternative-margin-collapse > .xxlarge-8 {
    width: 66.66667%; }
  .mediumalternative-margin-collapse > .xxlarge-9 {
    width: 75%; }
  .mediumalternative-margin-collapse > .xxlarge-10 {
    width: 83.33333%; }
  .mediumalternative-margin-collapse > .xxlarge-11 {
    width: 91.66667%; }
  .mediumalternative-margin-collapse > .xxlarge-12 {
    width: 100%; } }

@media print, screen and (min-width: 60.0625em) {
  .mediumalternative-padding-collapse {
    margin-right: 0;
    margin-left: 0; }
    .mediumalternative-padding-collapse > .cell {
      padding-right: 0;
      padding-left: 0; } }

@media print, screen and (min-width: 64em) {
  .large-margin-collapse {
    margin-right: 0;
    margin-left: 0; }
    .large-margin-collapse > .cell {
      margin-right: 0;
      margin-left: 0; } }

@media print, screen and (min-width: 64em) {
  .large-margin-collapse > .small-1 {
    width: 8.33333%; }
  .large-margin-collapse > .small-2 {
    width: 16.66667%; }
  .large-margin-collapse > .small-3 {
    width: 25%; }
  .large-margin-collapse > .small-4 {
    width: 33.33333%; }
  .large-margin-collapse > .small-5 {
    width: 41.66667%; }
  .large-margin-collapse > .small-6 {
    width: 50%; }
  .large-margin-collapse > .small-7 {
    width: 58.33333%; }
  .large-margin-collapse > .small-8 {
    width: 66.66667%; }
  .large-margin-collapse > .small-9 {
    width: 75%; }
  .large-margin-collapse > .small-10 {
    width: 83.33333%; }
  .large-margin-collapse > .small-11 {
    width: 91.66667%; }
  .large-margin-collapse > .small-12 {
    width: 100%; } }

@media print, screen and (min-width: 64em) {
  .large-margin-collapse > .medium-1 {
    width: 8.33333%; }
  .large-margin-collapse > .medium-2 {
    width: 16.66667%; }
  .large-margin-collapse > .medium-3 {
    width: 25%; }
  .large-margin-collapse > .medium-4 {
    width: 33.33333%; }
  .large-margin-collapse > .medium-5 {
    width: 41.66667%; }
  .large-margin-collapse > .medium-6 {
    width: 50%; }
  .large-margin-collapse > .medium-7 {
    width: 58.33333%; }
  .large-margin-collapse > .medium-8 {
    width: 66.66667%; }
  .large-margin-collapse > .medium-9 {
    width: 75%; }
  .large-margin-collapse > .medium-10 {
    width: 83.33333%; }
  .large-margin-collapse > .medium-11 {
    width: 91.66667%; }
  .large-margin-collapse > .medium-12 {
    width: 100%; } }

@media print, screen and (min-width: 64em) {
  .large-margin-collapse > .mediumintermediate-1 {
    width: 8.33333%; }
  .large-margin-collapse > .mediumintermediate-2 {
    width: 16.66667%; }
  .large-margin-collapse > .mediumintermediate-3 {
    width: 25%; }
  .large-margin-collapse > .mediumintermediate-4 {
    width: 33.33333%; }
  .large-margin-collapse > .mediumintermediate-5 {
    width: 41.66667%; }
  .large-margin-collapse > .mediumintermediate-6 {
    width: 50%; }
  .large-margin-collapse > .mediumintermediate-7 {
    width: 58.33333%; }
  .large-margin-collapse > .mediumintermediate-8 {
    width: 66.66667%; }
  .large-margin-collapse > .mediumintermediate-9 {
    width: 75%; }
  .large-margin-collapse > .mediumintermediate-10 {
    width: 83.33333%; }
  .large-margin-collapse > .mediumintermediate-11 {
    width: 91.66667%; }
  .large-margin-collapse > .mediumintermediate-12 {
    width: 100%; } }

@media print, screen and (min-width: 64em) {
  .large-margin-collapse > .mediumalternative-1 {
    width: 8.33333%; }
  .large-margin-collapse > .mediumalternative-2 {
    width: 16.66667%; }
  .large-margin-collapse > .mediumalternative-3 {
    width: 25%; }
  .large-margin-collapse > .mediumalternative-4 {
    width: 33.33333%; }
  .large-margin-collapse > .mediumalternative-5 {
    width: 41.66667%; }
  .large-margin-collapse > .mediumalternative-6 {
    width: 50%; }
  .large-margin-collapse > .mediumalternative-7 {
    width: 58.33333%; }
  .large-margin-collapse > .mediumalternative-8 {
    width: 66.66667%; }
  .large-margin-collapse > .mediumalternative-9 {
    width: 75%; }
  .large-margin-collapse > .mediumalternative-10 {
    width: 83.33333%; }
  .large-margin-collapse > .mediumalternative-11 {
    width: 91.66667%; }
  .large-margin-collapse > .mediumalternative-12 {
    width: 100%; } }

@media print, screen and (min-width: 64em) {
  .large-margin-collapse > .large-1 {
    width: 8.33333%; }
  .large-margin-collapse > .large-2 {
    width: 16.66667%; }
  .large-margin-collapse > .large-3 {
    width: 25%; }
  .large-margin-collapse > .large-4 {
    width: 33.33333%; }
  .large-margin-collapse > .large-5 {
    width: 41.66667%; }
  .large-margin-collapse > .large-6 {
    width: 50%; }
  .large-margin-collapse > .large-7 {
    width: 58.33333%; }
  .large-margin-collapse > .large-8 {
    width: 66.66667%; }
  .large-margin-collapse > .large-9 {
    width: 75%; }
  .large-margin-collapse > .large-10 {
    width: 83.33333%; }
  .large-margin-collapse > .large-11 {
    width: 91.66667%; }
  .large-margin-collapse > .large-12 {
    width: 100%; } }

@media screen and (min-width: 85.375em) {
  .large-margin-collapse > .xlarge-1 {
    width: 8.33333%; }
  .large-margin-collapse > .xlarge-2 {
    width: 16.66667%; }
  .large-margin-collapse > .xlarge-3 {
    width: 25%; }
  .large-margin-collapse > .xlarge-4 {
    width: 33.33333%; }
  .large-margin-collapse > .xlarge-5 {
    width: 41.66667%; }
  .large-margin-collapse > .xlarge-6 {
    width: 50%; }
  .large-margin-collapse > .xlarge-7 {
    width: 58.33333%; }
  .large-margin-collapse > .xlarge-8 {
    width: 66.66667%; }
  .large-margin-collapse > .xlarge-9 {
    width: 75%; }
  .large-margin-collapse > .xlarge-10 {
    width: 83.33333%; }
  .large-margin-collapse > .xlarge-11 {
    width: 91.66667%; }
  .large-margin-collapse > .xlarge-12 {
    width: 100%; } }

@media screen and (min-width: 90.0625em) {
  .large-margin-collapse > .xxlarge-1 {
    width: 8.33333%; }
  .large-margin-collapse > .xxlarge-2 {
    width: 16.66667%; }
  .large-margin-collapse > .xxlarge-3 {
    width: 25%; }
  .large-margin-collapse > .xxlarge-4 {
    width: 33.33333%; }
  .large-margin-collapse > .xxlarge-5 {
    width: 41.66667%; }
  .large-margin-collapse > .xxlarge-6 {
    width: 50%; }
  .large-margin-collapse > .xxlarge-7 {
    width: 58.33333%; }
  .large-margin-collapse > .xxlarge-8 {
    width: 66.66667%; }
  .large-margin-collapse > .xxlarge-9 {
    width: 75%; }
  .large-margin-collapse > .xxlarge-10 {
    width: 83.33333%; }
  .large-margin-collapse > .xxlarge-11 {
    width: 91.66667%; }
  .large-margin-collapse > .xxlarge-12 {
    width: 100%; } }

@media print, screen and (min-width: 64em) {
  .large-padding-collapse {
    margin-right: 0;
    margin-left: 0; }
    .large-padding-collapse > .cell {
      padding-right: 0;
      padding-left: 0; } }

@media screen and (min-width: 85.375em) {
  .xlarge-margin-collapse {
    margin-right: 0;
    margin-left: 0; }
    .xlarge-margin-collapse > .cell {
      margin-right: 0;
      margin-left: 0; } }

@media screen and (min-width: 85.375em) {
  .xlarge-margin-collapse > .small-1 {
    width: 8.33333%; }
  .xlarge-margin-collapse > .small-2 {
    width: 16.66667%; }
  .xlarge-margin-collapse > .small-3 {
    width: 25%; }
  .xlarge-margin-collapse > .small-4 {
    width: 33.33333%; }
  .xlarge-margin-collapse > .small-5 {
    width: 41.66667%; }
  .xlarge-margin-collapse > .small-6 {
    width: 50%; }
  .xlarge-margin-collapse > .small-7 {
    width: 58.33333%; }
  .xlarge-margin-collapse > .small-8 {
    width: 66.66667%; }
  .xlarge-margin-collapse > .small-9 {
    width: 75%; }
  .xlarge-margin-collapse > .small-10 {
    width: 83.33333%; }
  .xlarge-margin-collapse > .small-11 {
    width: 91.66667%; }
  .xlarge-margin-collapse > .small-12 {
    width: 100%; } }

@media screen and (min-width: 85.375em) {
  .xlarge-margin-collapse > .medium-1 {
    width: 8.33333%; }
  .xlarge-margin-collapse > .medium-2 {
    width: 16.66667%; }
  .xlarge-margin-collapse > .medium-3 {
    width: 25%; }
  .xlarge-margin-collapse > .medium-4 {
    width: 33.33333%; }
  .xlarge-margin-collapse > .medium-5 {
    width: 41.66667%; }
  .xlarge-margin-collapse > .medium-6 {
    width: 50%; }
  .xlarge-margin-collapse > .medium-7 {
    width: 58.33333%; }
  .xlarge-margin-collapse > .medium-8 {
    width: 66.66667%; }
  .xlarge-margin-collapse > .medium-9 {
    width: 75%; }
  .xlarge-margin-collapse > .medium-10 {
    width: 83.33333%; }
  .xlarge-margin-collapse > .medium-11 {
    width: 91.66667%; }
  .xlarge-margin-collapse > .medium-12 {
    width: 100%; } }

@media screen and (min-width: 85.375em) {
  .xlarge-margin-collapse > .mediumintermediate-1 {
    width: 8.33333%; }
  .xlarge-margin-collapse > .mediumintermediate-2 {
    width: 16.66667%; }
  .xlarge-margin-collapse > .mediumintermediate-3 {
    width: 25%; }
  .xlarge-margin-collapse > .mediumintermediate-4 {
    width: 33.33333%; }
  .xlarge-margin-collapse > .mediumintermediate-5 {
    width: 41.66667%; }
  .xlarge-margin-collapse > .mediumintermediate-6 {
    width: 50%; }
  .xlarge-margin-collapse > .mediumintermediate-7 {
    width: 58.33333%; }
  .xlarge-margin-collapse > .mediumintermediate-8 {
    width: 66.66667%; }
  .xlarge-margin-collapse > .mediumintermediate-9 {
    width: 75%; }
  .xlarge-margin-collapse > .mediumintermediate-10 {
    width: 83.33333%; }
  .xlarge-margin-collapse > .mediumintermediate-11 {
    width: 91.66667%; }
  .xlarge-margin-collapse > .mediumintermediate-12 {
    width: 100%; } }

@media screen and (min-width: 85.375em) {
  .xlarge-margin-collapse > .mediumalternative-1 {
    width: 8.33333%; }
  .xlarge-margin-collapse > .mediumalternative-2 {
    width: 16.66667%; }
  .xlarge-margin-collapse > .mediumalternative-3 {
    width: 25%; }
  .xlarge-margin-collapse > .mediumalternative-4 {
    width: 33.33333%; }
  .xlarge-margin-collapse > .mediumalternative-5 {
    width: 41.66667%; }
  .xlarge-margin-collapse > .mediumalternative-6 {
    width: 50%; }
  .xlarge-margin-collapse > .mediumalternative-7 {
    width: 58.33333%; }
  .xlarge-margin-collapse > .mediumalternative-8 {
    width: 66.66667%; }
  .xlarge-margin-collapse > .mediumalternative-9 {
    width: 75%; }
  .xlarge-margin-collapse > .mediumalternative-10 {
    width: 83.33333%; }
  .xlarge-margin-collapse > .mediumalternative-11 {
    width: 91.66667%; }
  .xlarge-margin-collapse > .mediumalternative-12 {
    width: 100%; } }

@media screen and (min-width: 85.375em) {
  .xlarge-margin-collapse > .large-1 {
    width: 8.33333%; }
  .xlarge-margin-collapse > .large-2 {
    width: 16.66667%; }
  .xlarge-margin-collapse > .large-3 {
    width: 25%; }
  .xlarge-margin-collapse > .large-4 {
    width: 33.33333%; }
  .xlarge-margin-collapse > .large-5 {
    width: 41.66667%; }
  .xlarge-margin-collapse > .large-6 {
    width: 50%; }
  .xlarge-margin-collapse > .large-7 {
    width: 58.33333%; }
  .xlarge-margin-collapse > .large-8 {
    width: 66.66667%; }
  .xlarge-margin-collapse > .large-9 {
    width: 75%; }
  .xlarge-margin-collapse > .large-10 {
    width: 83.33333%; }
  .xlarge-margin-collapse > .large-11 {
    width: 91.66667%; }
  .xlarge-margin-collapse > .large-12 {
    width: 100%; } }

@media screen and (min-width: 85.375em) {
  .xlarge-margin-collapse > .xlarge-1 {
    width: 8.33333%; }
  .xlarge-margin-collapse > .xlarge-2 {
    width: 16.66667%; }
  .xlarge-margin-collapse > .xlarge-3 {
    width: 25%; }
  .xlarge-margin-collapse > .xlarge-4 {
    width: 33.33333%; }
  .xlarge-margin-collapse > .xlarge-5 {
    width: 41.66667%; }
  .xlarge-margin-collapse > .xlarge-6 {
    width: 50%; }
  .xlarge-margin-collapse > .xlarge-7 {
    width: 58.33333%; }
  .xlarge-margin-collapse > .xlarge-8 {
    width: 66.66667%; }
  .xlarge-margin-collapse > .xlarge-9 {
    width: 75%; }
  .xlarge-margin-collapse > .xlarge-10 {
    width: 83.33333%; }
  .xlarge-margin-collapse > .xlarge-11 {
    width: 91.66667%; }
  .xlarge-margin-collapse > .xlarge-12 {
    width: 100%; } }

@media screen and (min-width: 90.0625em) {
  .xlarge-margin-collapse > .xxlarge-1 {
    width: 8.33333%; }
  .xlarge-margin-collapse > .xxlarge-2 {
    width: 16.66667%; }
  .xlarge-margin-collapse > .xxlarge-3 {
    width: 25%; }
  .xlarge-margin-collapse > .xxlarge-4 {
    width: 33.33333%; }
  .xlarge-margin-collapse > .xxlarge-5 {
    width: 41.66667%; }
  .xlarge-margin-collapse > .xxlarge-6 {
    width: 50%; }
  .xlarge-margin-collapse > .xxlarge-7 {
    width: 58.33333%; }
  .xlarge-margin-collapse > .xxlarge-8 {
    width: 66.66667%; }
  .xlarge-margin-collapse > .xxlarge-9 {
    width: 75%; }
  .xlarge-margin-collapse > .xxlarge-10 {
    width: 83.33333%; }
  .xlarge-margin-collapse > .xxlarge-11 {
    width: 91.66667%; }
  .xlarge-margin-collapse > .xxlarge-12 {
    width: 100%; } }

@media screen and (min-width: 85.375em) {
  .xlarge-padding-collapse {
    margin-right: 0;
    margin-left: 0; }
    .xlarge-padding-collapse > .cell {
      padding-right: 0;
      padding-left: 0; } }

@media screen and (min-width: 90.0625em) {
  .xxlarge-margin-collapse {
    margin-right: 0;
    margin-left: 0; }
    .xxlarge-margin-collapse > .cell {
      margin-right: 0;
      margin-left: 0; } }

@media screen and (min-width: 90.0625em) {
  .xxlarge-margin-collapse > .small-1 {
    width: 8.33333%; }
  .xxlarge-margin-collapse > .small-2 {
    width: 16.66667%; }
  .xxlarge-margin-collapse > .small-3 {
    width: 25%; }
  .xxlarge-margin-collapse > .small-4 {
    width: 33.33333%; }
  .xxlarge-margin-collapse > .small-5 {
    width: 41.66667%; }
  .xxlarge-margin-collapse > .small-6 {
    width: 50%; }
  .xxlarge-margin-collapse > .small-7 {
    width: 58.33333%; }
  .xxlarge-margin-collapse > .small-8 {
    width: 66.66667%; }
  .xxlarge-margin-collapse > .small-9 {
    width: 75%; }
  .xxlarge-margin-collapse > .small-10 {
    width: 83.33333%; }
  .xxlarge-margin-collapse > .small-11 {
    width: 91.66667%; }
  .xxlarge-margin-collapse > .small-12 {
    width: 100%; } }

@media screen and (min-width: 90.0625em) {
  .xxlarge-margin-collapse > .medium-1 {
    width: 8.33333%; }
  .xxlarge-margin-collapse > .medium-2 {
    width: 16.66667%; }
  .xxlarge-margin-collapse > .medium-3 {
    width: 25%; }
  .xxlarge-margin-collapse > .medium-4 {
    width: 33.33333%; }
  .xxlarge-margin-collapse > .medium-5 {
    width: 41.66667%; }
  .xxlarge-margin-collapse > .medium-6 {
    width: 50%; }
  .xxlarge-margin-collapse > .medium-7 {
    width: 58.33333%; }
  .xxlarge-margin-collapse > .medium-8 {
    width: 66.66667%; }
  .xxlarge-margin-collapse > .medium-9 {
    width: 75%; }
  .xxlarge-margin-collapse > .medium-10 {
    width: 83.33333%; }
  .xxlarge-margin-collapse > .medium-11 {
    width: 91.66667%; }
  .xxlarge-margin-collapse > .medium-12 {
    width: 100%; } }

@media screen and (min-width: 90.0625em) {
  .xxlarge-margin-collapse > .mediumintermediate-1 {
    width: 8.33333%; }
  .xxlarge-margin-collapse > .mediumintermediate-2 {
    width: 16.66667%; }
  .xxlarge-margin-collapse > .mediumintermediate-3 {
    width: 25%; }
  .xxlarge-margin-collapse > .mediumintermediate-4 {
    width: 33.33333%; }
  .xxlarge-margin-collapse > .mediumintermediate-5 {
    width: 41.66667%; }
  .xxlarge-margin-collapse > .mediumintermediate-6 {
    width: 50%; }
  .xxlarge-margin-collapse > .mediumintermediate-7 {
    width: 58.33333%; }
  .xxlarge-margin-collapse > .mediumintermediate-8 {
    width: 66.66667%; }
  .xxlarge-margin-collapse > .mediumintermediate-9 {
    width: 75%; }
  .xxlarge-margin-collapse > .mediumintermediate-10 {
    width: 83.33333%; }
  .xxlarge-margin-collapse > .mediumintermediate-11 {
    width: 91.66667%; }
  .xxlarge-margin-collapse > .mediumintermediate-12 {
    width: 100%; } }

@media screen and (min-width: 90.0625em) {
  .xxlarge-margin-collapse > .mediumalternative-1 {
    width: 8.33333%; }
  .xxlarge-margin-collapse > .mediumalternative-2 {
    width: 16.66667%; }
  .xxlarge-margin-collapse > .mediumalternative-3 {
    width: 25%; }
  .xxlarge-margin-collapse > .mediumalternative-4 {
    width: 33.33333%; }
  .xxlarge-margin-collapse > .mediumalternative-5 {
    width: 41.66667%; }
  .xxlarge-margin-collapse > .mediumalternative-6 {
    width: 50%; }
  .xxlarge-margin-collapse > .mediumalternative-7 {
    width: 58.33333%; }
  .xxlarge-margin-collapse > .mediumalternative-8 {
    width: 66.66667%; }
  .xxlarge-margin-collapse > .mediumalternative-9 {
    width: 75%; }
  .xxlarge-margin-collapse > .mediumalternative-10 {
    width: 83.33333%; }
  .xxlarge-margin-collapse > .mediumalternative-11 {
    width: 91.66667%; }
  .xxlarge-margin-collapse > .mediumalternative-12 {
    width: 100%; } }

@media screen and (min-width: 90.0625em) {
  .xxlarge-margin-collapse > .large-1 {
    width: 8.33333%; }
  .xxlarge-margin-collapse > .large-2 {
    width: 16.66667%; }
  .xxlarge-margin-collapse > .large-3 {
    width: 25%; }
  .xxlarge-margin-collapse > .large-4 {
    width: 33.33333%; }
  .xxlarge-margin-collapse > .large-5 {
    width: 41.66667%; }
  .xxlarge-margin-collapse > .large-6 {
    width: 50%; }
  .xxlarge-margin-collapse > .large-7 {
    width: 58.33333%; }
  .xxlarge-margin-collapse > .large-8 {
    width: 66.66667%; }
  .xxlarge-margin-collapse > .large-9 {
    width: 75%; }
  .xxlarge-margin-collapse > .large-10 {
    width: 83.33333%; }
  .xxlarge-margin-collapse > .large-11 {
    width: 91.66667%; }
  .xxlarge-margin-collapse > .large-12 {
    width: 100%; } }

@media screen and (min-width: 90.0625em) {
  .xxlarge-margin-collapse > .xlarge-1 {
    width: 8.33333%; }
  .xxlarge-margin-collapse > .xlarge-2 {
    width: 16.66667%; }
  .xxlarge-margin-collapse > .xlarge-3 {
    width: 25%; }
  .xxlarge-margin-collapse > .xlarge-4 {
    width: 33.33333%; }
  .xxlarge-margin-collapse > .xlarge-5 {
    width: 41.66667%; }
  .xxlarge-margin-collapse > .xlarge-6 {
    width: 50%; }
  .xxlarge-margin-collapse > .xlarge-7 {
    width: 58.33333%; }
  .xxlarge-margin-collapse > .xlarge-8 {
    width: 66.66667%; }
  .xxlarge-margin-collapse > .xlarge-9 {
    width: 75%; }
  .xxlarge-margin-collapse > .xlarge-10 {
    width: 83.33333%; }
  .xxlarge-margin-collapse > .xlarge-11 {
    width: 91.66667%; }
  .xxlarge-margin-collapse > .xlarge-12 {
    width: 100%; } }

@media screen and (min-width: 90.0625em) {
  .xxlarge-margin-collapse > .xxlarge-1 {
    width: 8.33333%; }
  .xxlarge-margin-collapse > .xxlarge-2 {
    width: 16.66667%; }
  .xxlarge-margin-collapse > .xxlarge-3 {
    width: 25%; }
  .xxlarge-margin-collapse > .xxlarge-4 {
    width: 33.33333%; }
  .xxlarge-margin-collapse > .xxlarge-5 {
    width: 41.66667%; }
  .xxlarge-margin-collapse > .xxlarge-6 {
    width: 50%; }
  .xxlarge-margin-collapse > .xxlarge-7 {
    width: 58.33333%; }
  .xxlarge-margin-collapse > .xxlarge-8 {
    width: 66.66667%; }
  .xxlarge-margin-collapse > .xxlarge-9 {
    width: 75%; }
  .xxlarge-margin-collapse > .xxlarge-10 {
    width: 83.33333%; }
  .xxlarge-margin-collapse > .xxlarge-11 {
    width: 91.66667%; }
  .xxlarge-margin-collapse > .xxlarge-12 {
    width: 100%; } }

@media screen and (min-width: 90.0625em) {
  .xxlarge-padding-collapse {
    margin-right: 0;
    margin-left: 0; }
    .xxlarge-padding-collapse > .cell {
      padding-right: 0;
      padding-left: 0; } }

.small-offset-0 {
  margin-left: 0%; }

.grid-margin-x > .small-offset-0 {
  margin-left: calc(0% + 0.625rem); }

.small-offset-1 {
  margin-left: 8.33333%; }

.grid-margin-x > .small-offset-1 {
  margin-left: calc(8.33333% + 0.625rem); }

.small-offset-2 {
  margin-left: 16.66667%; }

.grid-margin-x > .small-offset-2 {
  margin-left: calc(16.66667% + 0.625rem); }

.small-offset-3 {
  margin-left: 25%; }

.grid-margin-x > .small-offset-3 {
  margin-left: calc(25% + 0.625rem); }

.small-offset-4 {
  margin-left: 33.33333%; }

.grid-margin-x > .small-offset-4 {
  margin-left: calc(33.33333% + 0.625rem); }

.small-offset-5 {
  margin-left: 41.66667%; }

.grid-margin-x > .small-offset-5 {
  margin-left: calc(41.66667% + 0.625rem); }

.small-offset-6 {
  margin-left: 50%; }

.grid-margin-x > .small-offset-6 {
  margin-left: calc(50% + 0.625rem); }

.small-offset-7 {
  margin-left: 58.33333%; }

.grid-margin-x > .small-offset-7 {
  margin-left: calc(58.33333% + 0.625rem); }

.small-offset-8 {
  margin-left: 66.66667%; }

.grid-margin-x > .small-offset-8 {
  margin-left: calc(66.66667% + 0.625rem); }

.small-offset-9 {
  margin-left: 75%; }

.grid-margin-x > .small-offset-9 {
  margin-left: calc(75% + 0.625rem); }

.small-offset-10 {
  margin-left: 83.33333%; }

.grid-margin-x > .small-offset-10 {
  margin-left: calc(83.33333% + 0.625rem); }

.small-offset-11 {
  margin-left: 91.66667%; }

.grid-margin-x > .small-offset-11 {
  margin-left: calc(91.66667% + 0.625rem); }

@media print, screen and (min-width: 48em) {
  .medium-offset-0 {
    margin-left: 0%; }
  .grid-margin-x > .medium-offset-0 {
    margin-left: calc(0% + 1.25rem); }
  .medium-offset-1 {
    margin-left: 8.33333%; }
  .grid-margin-x > .medium-offset-1 {
    margin-left: calc(8.33333% + 1.25rem); }
  .medium-offset-2 {
    margin-left: 16.66667%; }
  .grid-margin-x > .medium-offset-2 {
    margin-left: calc(16.66667% + 1.25rem); }
  .medium-offset-3 {
    margin-left: 25%; }
  .grid-margin-x > .medium-offset-3 {
    margin-left: calc(25% + 1.25rem); }
  .medium-offset-4 {
    margin-left: 33.33333%; }
  .grid-margin-x > .medium-offset-4 {
    margin-left: calc(33.33333% + 1.25rem); }
  .medium-offset-5 {
    margin-left: 41.66667%; }
  .grid-margin-x > .medium-offset-5 {
    margin-left: calc(41.66667% + 1.25rem); }
  .medium-offset-6 {
    margin-left: 50%; }
  .grid-margin-x > .medium-offset-6 {
    margin-left: calc(50% + 1.25rem); }
  .medium-offset-7 {
    margin-left: 58.33333%; }
  .grid-margin-x > .medium-offset-7 {
    margin-left: calc(58.33333% + 1.25rem); }
  .medium-offset-8 {
    margin-left: 66.66667%; }
  .grid-margin-x > .medium-offset-8 {
    margin-left: calc(66.66667% + 1.25rem); }
  .medium-offset-9 {
    margin-left: 75%; }
  .grid-margin-x > .medium-offset-9 {
    margin-left: calc(75% + 1.25rem); }
  .medium-offset-10 {
    margin-left: 83.33333%; }
  .grid-margin-x > .medium-offset-10 {
    margin-left: calc(83.33333% + 1.25rem); }
  .medium-offset-11 {
    margin-left: 91.66667%; }
  .grid-margin-x > .medium-offset-11 {
    margin-left: calc(91.66667% + 1.25rem); } }

@media print, screen and (min-width: 50em) {
  .mediumintermediate-offset-0 {
    margin-left: 0%; }
  .grid-margin-x > .mediumintermediate-offset-0 {
    margin-left: calc(0% + 1.25rem); }
  .mediumintermediate-offset-1 {
    margin-left: 8.33333%; }
  .grid-margin-x > .mediumintermediate-offset-1 {
    margin-left: calc(8.33333% + 1.25rem); }
  .mediumintermediate-offset-2 {
    margin-left: 16.66667%; }
  .grid-margin-x > .mediumintermediate-offset-2 {
    margin-left: calc(16.66667% + 1.25rem); }
  .mediumintermediate-offset-3 {
    margin-left: 25%; }
  .grid-margin-x > .mediumintermediate-offset-3 {
    margin-left: calc(25% + 1.25rem); }
  .mediumintermediate-offset-4 {
    margin-left: 33.33333%; }
  .grid-margin-x > .mediumintermediate-offset-4 {
    margin-left: calc(33.33333% + 1.25rem); }
  .mediumintermediate-offset-5 {
    margin-left: 41.66667%; }
  .grid-margin-x > .mediumintermediate-offset-5 {
    margin-left: calc(41.66667% + 1.25rem); }
  .mediumintermediate-offset-6 {
    margin-left: 50%; }
  .grid-margin-x > .mediumintermediate-offset-6 {
    margin-left: calc(50% + 1.25rem); }
  .mediumintermediate-offset-7 {
    margin-left: 58.33333%; }
  .grid-margin-x > .mediumintermediate-offset-7 {
    margin-left: calc(58.33333% + 1.25rem); }
  .mediumintermediate-offset-8 {
    margin-left: 66.66667%; }
  .grid-margin-x > .mediumintermediate-offset-8 {
    margin-left: calc(66.66667% + 1.25rem); }
  .mediumintermediate-offset-9 {
    margin-left: 75%; }
  .grid-margin-x > .mediumintermediate-offset-9 {
    margin-left: calc(75% + 1.25rem); }
  .mediumintermediate-offset-10 {
    margin-left: 83.33333%; }
  .grid-margin-x > .mediumintermediate-offset-10 {
    margin-left: calc(83.33333% + 1.25rem); }
  .mediumintermediate-offset-11 {
    margin-left: 91.66667%; }
  .grid-margin-x > .mediumintermediate-offset-11 {
    margin-left: calc(91.66667% + 1.25rem); } }

@media print, screen and (min-width: 60.0625em) {
  .mediumalternative-offset-0 {
    margin-left: 0%; }
  .grid-margin-x > .mediumalternative-offset-0 {
    margin-left: calc(0% + 1.25rem); }
  .mediumalternative-offset-1 {
    margin-left: 8.33333%; }
  .grid-margin-x > .mediumalternative-offset-1 {
    margin-left: calc(8.33333% + 1.25rem); }
  .mediumalternative-offset-2 {
    margin-left: 16.66667%; }
  .grid-margin-x > .mediumalternative-offset-2 {
    margin-left: calc(16.66667% + 1.25rem); }
  .mediumalternative-offset-3 {
    margin-left: 25%; }
  .grid-margin-x > .mediumalternative-offset-3 {
    margin-left: calc(25% + 1.25rem); }
  .mediumalternative-offset-4 {
    margin-left: 33.33333%; }
  .grid-margin-x > .mediumalternative-offset-4 {
    margin-left: calc(33.33333% + 1.25rem); }
  .mediumalternative-offset-5 {
    margin-left: 41.66667%; }
  .grid-margin-x > .mediumalternative-offset-5 {
    margin-left: calc(41.66667% + 1.25rem); }
  .mediumalternative-offset-6 {
    margin-left: 50%; }
  .grid-margin-x > .mediumalternative-offset-6 {
    margin-left: calc(50% + 1.25rem); }
  .mediumalternative-offset-7 {
    margin-left: 58.33333%; }
  .grid-margin-x > .mediumalternative-offset-7 {
    margin-left: calc(58.33333% + 1.25rem); }
  .mediumalternative-offset-8 {
    margin-left: 66.66667%; }
  .grid-margin-x > .mediumalternative-offset-8 {
    margin-left: calc(66.66667% + 1.25rem); }
  .mediumalternative-offset-9 {
    margin-left: 75%; }
  .grid-margin-x > .mediumalternative-offset-9 {
    margin-left: calc(75% + 1.25rem); }
  .mediumalternative-offset-10 {
    margin-left: 83.33333%; }
  .grid-margin-x > .mediumalternative-offset-10 {
    margin-left: calc(83.33333% + 1.25rem); }
  .mediumalternative-offset-11 {
    margin-left: 91.66667%; }
  .grid-margin-x > .mediumalternative-offset-11 {
    margin-left: calc(91.66667% + 1.25rem); } }

@media print, screen and (min-width: 64em) {
  .large-offset-0 {
    margin-left: 0%; }
  .grid-margin-x > .large-offset-0 {
    margin-left: calc(0% + 1.25rem); }
  .large-offset-1 {
    margin-left: 8.33333%; }
  .grid-margin-x > .large-offset-1 {
    margin-left: calc(8.33333% + 1.25rem); }
  .large-offset-2 {
    margin-left: 16.66667%; }
  .grid-margin-x > .large-offset-2 {
    margin-left: calc(16.66667% + 1.25rem); }
  .large-offset-3 {
    margin-left: 25%; }
  .grid-margin-x > .large-offset-3 {
    margin-left: calc(25% + 1.25rem); }
  .large-offset-4 {
    margin-left: 33.33333%; }
  .grid-margin-x > .large-offset-4 {
    margin-left: calc(33.33333% + 1.25rem); }
  .large-offset-5 {
    margin-left: 41.66667%; }
  .grid-margin-x > .large-offset-5 {
    margin-left: calc(41.66667% + 1.25rem); }
  .large-offset-6 {
    margin-left: 50%; }
  .grid-margin-x > .large-offset-6 {
    margin-left: calc(50% + 1.25rem); }
  .large-offset-7 {
    margin-left: 58.33333%; }
  .grid-margin-x > .large-offset-7 {
    margin-left: calc(58.33333% + 1.25rem); }
  .large-offset-8 {
    margin-left: 66.66667%; }
  .grid-margin-x > .large-offset-8 {
    margin-left: calc(66.66667% + 1.25rem); }
  .large-offset-9 {
    margin-left: 75%; }
  .grid-margin-x > .large-offset-9 {
    margin-left: calc(75% + 1.25rem); }
  .large-offset-10 {
    margin-left: 83.33333%; }
  .grid-margin-x > .large-offset-10 {
    margin-left: calc(83.33333% + 1.25rem); }
  .large-offset-11 {
    margin-left: 91.66667%; }
  .grid-margin-x > .large-offset-11 {
    margin-left: calc(91.66667% + 1.25rem); } }

@media screen and (min-width: 85.375em) {
  .xlarge-offset-0 {
    margin-left: 0%; }
  .grid-margin-x > .xlarge-offset-0 {
    margin-left: calc(0% + 1.25rem); }
  .xlarge-offset-1 {
    margin-left: 8.33333%; }
  .grid-margin-x > .xlarge-offset-1 {
    margin-left: calc(8.33333% + 1.25rem); }
  .xlarge-offset-2 {
    margin-left: 16.66667%; }
  .grid-margin-x > .xlarge-offset-2 {
    margin-left: calc(16.66667% + 1.25rem); }
  .xlarge-offset-3 {
    margin-left: 25%; }
  .grid-margin-x > .xlarge-offset-3 {
    margin-left: calc(25% + 1.25rem); }
  .xlarge-offset-4 {
    margin-left: 33.33333%; }
  .grid-margin-x > .xlarge-offset-4 {
    margin-left: calc(33.33333% + 1.25rem); }
  .xlarge-offset-5 {
    margin-left: 41.66667%; }
  .grid-margin-x > .xlarge-offset-5 {
    margin-left: calc(41.66667% + 1.25rem); }
  .xlarge-offset-6 {
    margin-left: 50%; }
  .grid-margin-x > .xlarge-offset-6 {
    margin-left: calc(50% + 1.25rem); }
  .xlarge-offset-7 {
    margin-left: 58.33333%; }
  .grid-margin-x > .xlarge-offset-7 {
    margin-left: calc(58.33333% + 1.25rem); }
  .xlarge-offset-8 {
    margin-left: 66.66667%; }
  .grid-margin-x > .xlarge-offset-8 {
    margin-left: calc(66.66667% + 1.25rem); }
  .xlarge-offset-9 {
    margin-left: 75%; }
  .grid-margin-x > .xlarge-offset-9 {
    margin-left: calc(75% + 1.25rem); }
  .xlarge-offset-10 {
    margin-left: 83.33333%; }
  .grid-margin-x > .xlarge-offset-10 {
    margin-left: calc(83.33333% + 1.25rem); }
  .xlarge-offset-11 {
    margin-left: 91.66667%; }
  .grid-margin-x > .xlarge-offset-11 {
    margin-left: calc(91.66667% + 1.25rem); } }

@media screen and (min-width: 90.0625em) {
  .xxlarge-offset-0 {
    margin-left: 0%; }
  .grid-margin-x > .xxlarge-offset-0 {
    margin-left: calc(0% + 1.25rem); }
  .xxlarge-offset-1 {
    margin-left: 8.33333%; }
  .grid-margin-x > .xxlarge-offset-1 {
    margin-left: calc(8.33333% + 1.25rem); }
  .xxlarge-offset-2 {
    margin-left: 16.66667%; }
  .grid-margin-x > .xxlarge-offset-2 {
    margin-left: calc(16.66667% + 1.25rem); }
  .xxlarge-offset-3 {
    margin-left: 25%; }
  .grid-margin-x > .xxlarge-offset-3 {
    margin-left: calc(25% + 1.25rem); }
  .xxlarge-offset-4 {
    margin-left: 33.33333%; }
  .grid-margin-x > .xxlarge-offset-4 {
    margin-left: calc(33.33333% + 1.25rem); }
  .xxlarge-offset-5 {
    margin-left: 41.66667%; }
  .grid-margin-x > .xxlarge-offset-5 {
    margin-left: calc(41.66667% + 1.25rem); }
  .xxlarge-offset-6 {
    margin-left: 50%; }
  .grid-margin-x > .xxlarge-offset-6 {
    margin-left: calc(50% + 1.25rem); }
  .xxlarge-offset-7 {
    margin-left: 58.33333%; }
  .grid-margin-x > .xxlarge-offset-7 {
    margin-left: calc(58.33333% + 1.25rem); }
  .xxlarge-offset-8 {
    margin-left: 66.66667%; }
  .grid-margin-x > .xxlarge-offset-8 {
    margin-left: calc(66.66667% + 1.25rem); }
  .xxlarge-offset-9 {
    margin-left: 75%; }
  .grid-margin-x > .xxlarge-offset-9 {
    margin-left: calc(75% + 1.25rem); }
  .xxlarge-offset-10 {
    margin-left: 83.33333%; }
  .grid-margin-x > .xxlarge-offset-10 {
    margin-left: calc(83.33333% + 1.25rem); }
  .xxlarge-offset-11 {
    margin-left: 91.66667%; }
  .grid-margin-x > .xxlarge-offset-11 {
    margin-left: calc(91.66667% + 1.25rem); } }

.grid-y {
  display: flex;
  flex-flow: column nowrap; }
  .grid-y > .cell {
    width: auto;
    max-width: none; }
  .grid-y > .auto {
    height: auto; }
  .grid-y > .shrink {
    height: auto; }
  .grid-y > .small-shrink, .grid-y > .small-full, .grid-y > .small-1, .grid-y > .small-2, .grid-y > .small-3, .grid-y > .small-4, .grid-y > .small-5, .grid-y > .small-6, .grid-y > .small-7, .grid-y > .small-8, .grid-y > .small-9, .grid-y > .small-10, .grid-y > .small-11, .grid-y > .small-12 {
    flex-basis: auto; }
  @media print, screen and (min-width: 48em) {
    .grid-y > .medium-shrink, .grid-y > .medium-full, .grid-y > .medium-1, .grid-y > .medium-2, .grid-y > .medium-3, .grid-y > .medium-4, .grid-y > .medium-5, .grid-y > .medium-6, .grid-y > .medium-7, .grid-y > .medium-8, .grid-y > .medium-9, .grid-y > .medium-10, .grid-y > .medium-11, .grid-y > .medium-12 {
      flex-basis: auto; } }
  @media print, screen and (min-width: 50em) {
    .grid-y > .mediumintermediate-shrink, .grid-y > .mediumintermediate-full, .grid-y > .mediumintermediate-1, .grid-y > .mediumintermediate-2, .grid-y > .mediumintermediate-3, .grid-y > .mediumintermediate-4, .grid-y > .mediumintermediate-5, .grid-y > .mediumintermediate-6, .grid-y > .mediumintermediate-7, .grid-y > .mediumintermediate-8, .grid-y > .mediumintermediate-9, .grid-y > .mediumintermediate-10, .grid-y > .mediumintermediate-11, .grid-y > .mediumintermediate-12 {
      flex-basis: auto; } }
  @media print, screen and (min-width: 60.0625em) {
    .grid-y > .mediumalternative-shrink, .grid-y > .mediumalternative-full, .grid-y > .mediumalternative-1, .grid-y > .mediumalternative-2, .grid-y > .mediumalternative-3, .grid-y > .mediumalternative-4, .grid-y > .mediumalternative-5, .grid-y > .mediumalternative-6, .grid-y > .mediumalternative-7, .grid-y > .mediumalternative-8, .grid-y > .mediumalternative-9, .grid-y > .mediumalternative-10, .grid-y > .mediumalternative-11, .grid-y > .mediumalternative-12 {
      flex-basis: auto; } }
  @media print, screen and (min-width: 64em) {
    .grid-y > .large-shrink, .grid-y > .large-full, .grid-y > .large-1, .grid-y > .large-2, .grid-y > .large-3, .grid-y > .large-4, .grid-y > .large-5, .grid-y > .large-6, .grid-y > .large-7, .grid-y > .large-8, .grid-y > .large-9, .grid-y > .large-10, .grid-y > .large-11, .grid-y > .large-12 {
      flex-basis: auto; } }
  @media screen and (min-width: 85.375em) {
    .grid-y > .xlarge-shrink, .grid-y > .xlarge-full, .grid-y > .xlarge-1, .grid-y > .xlarge-2, .grid-y > .xlarge-3, .grid-y > .xlarge-4, .grid-y > .xlarge-5, .grid-y > .xlarge-6, .grid-y > .xlarge-7, .grid-y > .xlarge-8, .grid-y > .xlarge-9, .grid-y > .xlarge-10, .grid-y > .xlarge-11, .grid-y > .xlarge-12 {
      flex-basis: auto; } }
  @media screen and (min-width: 90.0625em) {
    .grid-y > .xxlarge-shrink, .grid-y > .xxlarge-full, .grid-y > .xxlarge-1, .grid-y > .xxlarge-2, .grid-y > .xxlarge-3, .grid-y > .xxlarge-4, .grid-y > .xxlarge-5, .grid-y > .xxlarge-6, .grid-y > .xxlarge-7, .grid-y > .xxlarge-8, .grid-y > .xxlarge-9, .grid-y > .xxlarge-10, .grid-y > .xxlarge-11, .grid-y > .xxlarge-12 {
      flex-basis: auto; } }
  .grid-y > .small-1 {
    height: 8.33333%; }
  .grid-y > .small-2 {
    height: 16.66667%; }
  .grid-y > .small-3 {
    height: 25%; }
  .grid-y > .small-4 {
    height: 33.33333%; }
  .grid-y > .small-5 {
    height: 41.66667%; }
  .grid-y > .small-6 {
    height: 50%; }
  .grid-y > .small-7 {
    height: 58.33333%; }
  .grid-y > .small-8 {
    height: 66.66667%; }
  .grid-y > .small-9 {
    height: 75%; }
  .grid-y > .small-10 {
    height: 83.33333%; }
  .grid-y > .small-11 {
    height: 91.66667%; }
  .grid-y > .small-12 {
    height: 100%; }
  @media print, screen and (min-width: 48em) {
    .grid-y > .medium-auto {
      flex: 1 1 0px;
      height: auto; }
    .grid-y > .medium-shrink {
      height: auto; }
    .grid-y > .medium-1 {
      height: 8.33333%; }
    .grid-y > .medium-2 {
      height: 16.66667%; }
    .grid-y > .medium-3 {
      height: 25%; }
    .grid-y > .medium-4 {
      height: 33.33333%; }
    .grid-y > .medium-5 {
      height: 41.66667%; }
    .grid-y > .medium-6 {
      height: 50%; }
    .grid-y > .medium-7 {
      height: 58.33333%; }
    .grid-y > .medium-8 {
      height: 66.66667%; }
    .grid-y > .medium-9 {
      height: 75%; }
    .grid-y > .medium-10 {
      height: 83.33333%; }
    .grid-y > .medium-11 {
      height: 91.66667%; }
    .grid-y > .medium-12 {
      height: 100%; } }
  @media print, screen and (min-width: 50em) {
    .grid-y > .mediumintermediate-auto {
      flex: 1 1 0px;
      height: auto; }
    .grid-y > .mediumintermediate-shrink {
      height: auto; }
    .grid-y > .mediumintermediate-1 {
      height: 8.33333%; }
    .grid-y > .mediumintermediate-2 {
      height: 16.66667%; }
    .grid-y > .mediumintermediate-3 {
      height: 25%; }
    .grid-y > .mediumintermediate-4 {
      height: 33.33333%; }
    .grid-y > .mediumintermediate-5 {
      height: 41.66667%; }
    .grid-y > .mediumintermediate-6 {
      height: 50%; }
    .grid-y > .mediumintermediate-7 {
      height: 58.33333%; }
    .grid-y > .mediumintermediate-8 {
      height: 66.66667%; }
    .grid-y > .mediumintermediate-9 {
      height: 75%; }
    .grid-y > .mediumintermediate-10 {
      height: 83.33333%; }
    .grid-y > .mediumintermediate-11 {
      height: 91.66667%; }
    .grid-y > .mediumintermediate-12 {
      height: 100%; } }
  @media print, screen and (min-width: 60.0625em) {
    .grid-y > .mediumalternative-auto {
      flex: 1 1 0px;
      height: auto; }
    .grid-y > .mediumalternative-shrink {
      height: auto; }
    .grid-y > .mediumalternative-1 {
      height: 8.33333%; }
    .grid-y > .mediumalternative-2 {
      height: 16.66667%; }
    .grid-y > .mediumalternative-3 {
      height: 25%; }
    .grid-y > .mediumalternative-4 {
      height: 33.33333%; }
    .grid-y > .mediumalternative-5 {
      height: 41.66667%; }
    .grid-y > .mediumalternative-6 {
      height: 50%; }
    .grid-y > .mediumalternative-7 {
      height: 58.33333%; }
    .grid-y > .mediumalternative-8 {
      height: 66.66667%; }
    .grid-y > .mediumalternative-9 {
      height: 75%; }
    .grid-y > .mediumalternative-10 {
      height: 83.33333%; }
    .grid-y > .mediumalternative-11 {
      height: 91.66667%; }
    .grid-y > .mediumalternative-12 {
      height: 100%; } }
  @media print, screen and (min-width: 64em) {
    .grid-y > .large-auto {
      flex: 1 1 0px;
      height: auto; }
    .grid-y > .large-shrink {
      height: auto; }
    .grid-y > .large-1 {
      height: 8.33333%; }
    .grid-y > .large-2 {
      height: 16.66667%; }
    .grid-y > .large-3 {
      height: 25%; }
    .grid-y > .large-4 {
      height: 33.33333%; }
    .grid-y > .large-5 {
      height: 41.66667%; }
    .grid-y > .large-6 {
      height: 50%; }
    .grid-y > .large-7 {
      height: 58.33333%; }
    .grid-y > .large-8 {
      height: 66.66667%; }
    .grid-y > .large-9 {
      height: 75%; }
    .grid-y > .large-10 {
      height: 83.33333%; }
    .grid-y > .large-11 {
      height: 91.66667%; }
    .grid-y > .large-12 {
      height: 100%; } }
  @media screen and (min-width: 85.375em) {
    .grid-y > .xlarge-auto {
      flex: 1 1 0px;
      height: auto; }
    .grid-y > .xlarge-shrink {
      height: auto; }
    .grid-y > .xlarge-1 {
      height: 8.33333%; }
    .grid-y > .xlarge-2 {
      height: 16.66667%; }
    .grid-y > .xlarge-3 {
      height: 25%; }
    .grid-y > .xlarge-4 {
      height: 33.33333%; }
    .grid-y > .xlarge-5 {
      height: 41.66667%; }
    .grid-y > .xlarge-6 {
      height: 50%; }
    .grid-y > .xlarge-7 {
      height: 58.33333%; }
    .grid-y > .xlarge-8 {
      height: 66.66667%; }
    .grid-y > .xlarge-9 {
      height: 75%; }
    .grid-y > .xlarge-10 {
      height: 83.33333%; }
    .grid-y > .xlarge-11 {
      height: 91.66667%; }
    .grid-y > .xlarge-12 {
      height: 100%; } }
  @media screen and (min-width: 90.0625em) {
    .grid-y > .xxlarge-auto {
      flex: 1 1 0px;
      height: auto; }
    .grid-y > .xxlarge-shrink {
      height: auto; }
    .grid-y > .xxlarge-1 {
      height: 8.33333%; }
    .grid-y > .xxlarge-2 {
      height: 16.66667%; }
    .grid-y > .xxlarge-3 {
      height: 25%; }
    .grid-y > .xxlarge-4 {
      height: 33.33333%; }
    .grid-y > .xxlarge-5 {
      height: 41.66667%; }
    .grid-y > .xxlarge-6 {
      height: 50%; }
    .grid-y > .xxlarge-7 {
      height: 58.33333%; }
    .grid-y > .xxlarge-8 {
      height: 66.66667%; }
    .grid-y > .xxlarge-9 {
      height: 75%; }
    .grid-y > .xxlarge-10 {
      height: 83.33333%; }
    .grid-y > .xxlarge-11 {
      height: 91.66667%; }
    .grid-y > .xxlarge-12 {
      height: 100%; } }

.grid-padding-y .grid-padding-y {
  margin-top: -0.625rem;
  margin-bottom: -0.625rem; }
  @media print, screen and (min-width: 48em) {
    .grid-padding-y .grid-padding-y {
      margin-top: -1.25rem;
      margin-bottom: -1.25rem; } }

.grid-padding-y > .cell {
  padding-top: 0.625rem;
  padding-bottom: 0.625rem; }
  @media print, screen and (min-width: 48em) {
    .grid-padding-y > .cell {
      padding-top: 1.25rem;
      padding-bottom: 1.25rem; } }

.grid-margin-y {
  margin-top: -0.625rem;
  margin-bottom: -0.625rem; }
  @media print, screen and (min-width: 48em) {
    .grid-margin-y {
      margin-top: -1.25rem;
      margin-bottom: -1.25rem; } }
  .grid-margin-y > .cell {
    height: calc(100% - 1.25rem);
    margin-top: 0.625rem;
    margin-bottom: 0.625rem; }
  @media print, screen and (min-width: 48em) {
    .grid-margin-y > .cell {
      height: calc(100% - 2.5rem);
      margin-top: 1.25rem;
      margin-bottom: 1.25rem; } }
  .grid-margin-y > .auto {
    height: auto; }
  .grid-margin-y > .shrink {
    height: auto; }
  .grid-margin-y > .small-1 {
    height: calc(8.33333% - 1.25rem); }
  .grid-margin-y > .small-2 {
    height: calc(16.66667% - 1.25rem); }
  .grid-margin-y > .small-3 {
    height: calc(25% - 1.25rem); }
  .grid-margin-y > .small-4 {
    height: calc(33.33333% - 1.25rem); }
  .grid-margin-y > .small-5 {
    height: calc(41.66667% - 1.25rem); }
  .grid-margin-y > .small-6 {
    height: calc(50% - 1.25rem); }
  .grid-margin-y > .small-7 {
    height: calc(58.33333% - 1.25rem); }
  .grid-margin-y > .small-8 {
    height: calc(66.66667% - 1.25rem); }
  .grid-margin-y > .small-9 {
    height: calc(75% - 1.25rem); }
  .grid-margin-y > .small-10 {
    height: calc(83.33333% - 1.25rem); }
  .grid-margin-y > .small-11 {
    height: calc(91.66667% - 1.25rem); }
  .grid-margin-y > .small-12 {
    height: calc(100% - 1.25rem); }
  @media print, screen and (min-width: 48em) {
    .grid-margin-y > .auto {
      height: auto; }
    .grid-margin-y > .shrink {
      height: auto; }
    .grid-margin-y > .small-1 {
      height: calc(8.33333% - 2.5rem); }
    .grid-margin-y > .small-2 {
      height: calc(16.66667% - 2.5rem); }
    .grid-margin-y > .small-3 {
      height: calc(25% - 2.5rem); }
    .grid-margin-y > .small-4 {
      height: calc(33.33333% - 2.5rem); }
    .grid-margin-y > .small-5 {
      height: calc(41.66667% - 2.5rem); }
    .grid-margin-y > .small-6 {
      height: calc(50% - 2.5rem); }
    .grid-margin-y > .small-7 {
      height: calc(58.33333% - 2.5rem); }
    .grid-margin-y > .small-8 {
      height: calc(66.66667% - 2.5rem); }
    .grid-margin-y > .small-9 {
      height: calc(75% - 2.5rem); }
    .grid-margin-y > .small-10 {
      height: calc(83.33333% - 2.5rem); }
    .grid-margin-y > .small-11 {
      height: calc(91.66667% - 2.5rem); }
    .grid-margin-y > .small-12 {
      height: calc(100% - 2.5rem); }
    .grid-margin-y > .medium-auto {
      height: auto; }
    .grid-margin-y > .medium-shrink {
      height: auto; }
    .grid-margin-y > .medium-1 {
      height: calc(8.33333% - 2.5rem); }
    .grid-margin-y > .medium-2 {
      height: calc(16.66667% - 2.5rem); }
    .grid-margin-y > .medium-3 {
      height: calc(25% - 2.5rem); }
    .grid-margin-y > .medium-4 {
      height: calc(33.33333% - 2.5rem); }
    .grid-margin-y > .medium-5 {
      height: calc(41.66667% - 2.5rem); }
    .grid-margin-y > .medium-6 {
      height: calc(50% - 2.5rem); }
    .grid-margin-y > .medium-7 {
      height: calc(58.33333% - 2.5rem); }
    .grid-margin-y > .medium-8 {
      height: calc(66.66667% - 2.5rem); }
    .grid-margin-y > .medium-9 {
      height: calc(75% - 2.5rem); }
    .grid-margin-y > .medium-10 {
      height: calc(83.33333% - 2.5rem); }
    .grid-margin-y > .medium-11 {
      height: calc(91.66667% - 2.5rem); }
    .grid-margin-y > .medium-12 {
      height: calc(100% - 2.5rem); } }
  @media print, screen and (min-width: 50em) {
    .grid-margin-y > .mediumintermediate-auto {
      height: auto; }
    .grid-margin-y > .mediumintermediate-shrink {
      height: auto; }
    .grid-margin-y > .mediumintermediate-1 {
      height: calc(8.33333% - 2.5rem); }
    .grid-margin-y > .mediumintermediate-2 {
      height: calc(16.66667% - 2.5rem); }
    .grid-margin-y > .mediumintermediate-3 {
      height: calc(25% - 2.5rem); }
    .grid-margin-y > .mediumintermediate-4 {
      height: calc(33.33333% - 2.5rem); }
    .grid-margin-y > .mediumintermediate-5 {
      height: calc(41.66667% - 2.5rem); }
    .grid-margin-y > .mediumintermediate-6 {
      height: calc(50% - 2.5rem); }
    .grid-margin-y > .mediumintermediate-7 {
      height: calc(58.33333% - 2.5rem); }
    .grid-margin-y > .mediumintermediate-8 {
      height: calc(66.66667% - 2.5rem); }
    .grid-margin-y > .mediumintermediate-9 {
      height: calc(75% - 2.5rem); }
    .grid-margin-y > .mediumintermediate-10 {
      height: calc(83.33333% - 2.5rem); }
    .grid-margin-y > .mediumintermediate-11 {
      height: calc(91.66667% - 2.5rem); }
    .grid-margin-y > .mediumintermediate-12 {
      height: calc(100% - 2.5rem); } }
  @media print, screen and (min-width: 60.0625em) {
    .grid-margin-y > .mediumalternative-auto {
      height: auto; }
    .grid-margin-y > .mediumalternative-shrink {
      height: auto; }
    .grid-margin-y > .mediumalternative-1 {
      height: calc(8.33333% - 2.5rem); }
    .grid-margin-y > .mediumalternative-2 {
      height: calc(16.66667% - 2.5rem); }
    .grid-margin-y > .mediumalternative-3 {
      height: calc(25% - 2.5rem); }
    .grid-margin-y > .mediumalternative-4 {
      height: calc(33.33333% - 2.5rem); }
    .grid-margin-y > .mediumalternative-5 {
      height: calc(41.66667% - 2.5rem); }
    .grid-margin-y > .mediumalternative-6 {
      height: calc(50% - 2.5rem); }
    .grid-margin-y > .mediumalternative-7 {
      height: calc(58.33333% - 2.5rem); }
    .grid-margin-y > .mediumalternative-8 {
      height: calc(66.66667% - 2.5rem); }
    .grid-margin-y > .mediumalternative-9 {
      height: calc(75% - 2.5rem); }
    .grid-margin-y > .mediumalternative-10 {
      height: calc(83.33333% - 2.5rem); }
    .grid-margin-y > .mediumalternative-11 {
      height: calc(91.66667% - 2.5rem); }
    .grid-margin-y > .mediumalternative-12 {
      height: calc(100% - 2.5rem); } }
  @media print, screen and (min-width: 64em) {
    .grid-margin-y > .large-auto {
      height: auto; }
    .grid-margin-y > .large-shrink {
      height: auto; }
    .grid-margin-y > .large-1 {
      height: calc(8.33333% - 2.5rem); }
    .grid-margin-y > .large-2 {
      height: calc(16.66667% - 2.5rem); }
    .grid-margin-y > .large-3 {
      height: calc(25% - 2.5rem); }
    .grid-margin-y > .large-4 {
      height: calc(33.33333% - 2.5rem); }
    .grid-margin-y > .large-5 {
      height: calc(41.66667% - 2.5rem); }
    .grid-margin-y > .large-6 {
      height: calc(50% - 2.5rem); }
    .grid-margin-y > .large-7 {
      height: calc(58.33333% - 2.5rem); }
    .grid-margin-y > .large-8 {
      height: calc(66.66667% - 2.5rem); }
    .grid-margin-y > .large-9 {
      height: calc(75% - 2.5rem); }
    .grid-margin-y > .large-10 {
      height: calc(83.33333% - 2.5rem); }
    .grid-margin-y > .large-11 {
      height: calc(91.66667% - 2.5rem); }
    .grid-margin-y > .large-12 {
      height: calc(100% - 2.5rem); } }
  @media screen and (min-width: 85.375em) {
    .grid-margin-y > .xlarge-auto {
      height: auto; }
    .grid-margin-y > .xlarge-shrink {
      height: auto; }
    .grid-margin-y > .xlarge-1 {
      height: calc(8.33333% - 2.5rem); }
    .grid-margin-y > .xlarge-2 {
      height: calc(16.66667% - 2.5rem); }
    .grid-margin-y > .xlarge-3 {
      height: calc(25% - 2.5rem); }
    .grid-margin-y > .xlarge-4 {
      height: calc(33.33333% - 2.5rem); }
    .grid-margin-y > .xlarge-5 {
      height: calc(41.66667% - 2.5rem); }
    .grid-margin-y > .xlarge-6 {
      height: calc(50% - 2.5rem); }
    .grid-margin-y > .xlarge-7 {
      height: calc(58.33333% - 2.5rem); }
    .grid-margin-y > .xlarge-8 {
      height: calc(66.66667% - 2.5rem); }
    .grid-margin-y > .xlarge-9 {
      height: calc(75% - 2.5rem); }
    .grid-margin-y > .xlarge-10 {
      height: calc(83.33333% - 2.5rem); }
    .grid-margin-y > .xlarge-11 {
      height: calc(91.66667% - 2.5rem); }
    .grid-margin-y > .xlarge-12 {
      height: calc(100% - 2.5rem); } }
  @media screen and (min-width: 90.0625em) {
    .grid-margin-y > .xxlarge-auto {
      height: auto; }
    .grid-margin-y > .xxlarge-shrink {
      height: auto; }
    .grid-margin-y > .xxlarge-1 {
      height: calc(8.33333% - 2.5rem); }
    .grid-margin-y > .xxlarge-2 {
      height: calc(16.66667% - 2.5rem); }
    .grid-margin-y > .xxlarge-3 {
      height: calc(25% - 2.5rem); }
    .grid-margin-y > .xxlarge-4 {
      height: calc(33.33333% - 2.5rem); }
    .grid-margin-y > .xxlarge-5 {
      height: calc(41.66667% - 2.5rem); }
    .grid-margin-y > .xxlarge-6 {
      height: calc(50% - 2.5rem); }
    .grid-margin-y > .xxlarge-7 {
      height: calc(58.33333% - 2.5rem); }
    .grid-margin-y > .xxlarge-8 {
      height: calc(66.66667% - 2.5rem); }
    .grid-margin-y > .xxlarge-9 {
      height: calc(75% - 2.5rem); }
    .grid-margin-y > .xxlarge-10 {
      height: calc(83.33333% - 2.5rem); }
    .grid-margin-y > .xxlarge-11 {
      height: calc(91.66667% - 2.5rem); }
    .grid-margin-y > .xxlarge-12 {
      height: calc(100% - 2.5rem); } }

.grid-frame {
  overflow: hidden;
  position: relative;
  flex-wrap: nowrap;
  align-items: stretch;
  width: 100vw; }

.cell .grid-frame {
  width: 100%; }

.cell-block {
  overflow-x: auto;
  max-width: 100%;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-stype: -ms-autohiding-scrollbar; }

.cell-block-y {
  overflow-y: auto;
  max-height: 100%;
  min-height: 100%;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-stype: -ms-autohiding-scrollbar; }

.cell-block-container {
  display: flex;
  flex-direction: column;
  max-height: 100%; }
  .cell-block-container > .grid-x {
    max-height: 100%;
    flex-wrap: nowrap; }

@media print, screen and (min-width: 48em) {
  .medium-grid-frame {
    overflow: hidden;
    position: relative;
    flex-wrap: nowrap;
    align-items: stretch;
    width: 100vw; }
  .cell .medium-grid-frame {
    width: 100%; }
  .medium-cell-block {
    overflow-x: auto;
    max-width: 100%;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-stype: -ms-autohiding-scrollbar; }
  .medium-cell-block-container {
    display: flex;
    flex-direction: column;
    max-height: 100%; }
    .medium-cell-block-container > .grid-x {
      max-height: 100%;
      flex-wrap: nowrap; }
  .medium-cell-block-y {
    overflow-y: auto;
    max-height: 100%;
    min-height: 100%;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-stype: -ms-autohiding-scrollbar; } }

@media print, screen and (min-width: 50em) {
  .mediumintermediate-grid-frame {
    overflow: hidden;
    position: relative;
    flex-wrap: nowrap;
    align-items: stretch;
    width: 100vw; }
  .cell .mediumintermediate-grid-frame {
    width: 100%; }
  .mediumintermediate-cell-block {
    overflow-x: auto;
    max-width: 100%;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-stype: -ms-autohiding-scrollbar; }
  .mediumintermediate-cell-block-container {
    display: flex;
    flex-direction: column;
    max-height: 100%; }
    .mediumintermediate-cell-block-container > .grid-x {
      max-height: 100%;
      flex-wrap: nowrap; }
  .mediumintermediate-cell-block-y {
    overflow-y: auto;
    max-height: 100%;
    min-height: 100%;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-stype: -ms-autohiding-scrollbar; } }

@media print, screen and (min-width: 60.0625em) {
  .mediumalternative-grid-frame {
    overflow: hidden;
    position: relative;
    flex-wrap: nowrap;
    align-items: stretch;
    width: 100vw; }
  .cell .mediumalternative-grid-frame {
    width: 100%; }
  .mediumalternative-cell-block {
    overflow-x: auto;
    max-width: 100%;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-stype: -ms-autohiding-scrollbar; }
  .mediumalternative-cell-block-container {
    display: flex;
    flex-direction: column;
    max-height: 100%; }
    .mediumalternative-cell-block-container > .grid-x {
      max-height: 100%;
      flex-wrap: nowrap; }
  .mediumalternative-cell-block-y {
    overflow-y: auto;
    max-height: 100%;
    min-height: 100%;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-stype: -ms-autohiding-scrollbar; } }

@media print, screen and (min-width: 64em) {
  .large-grid-frame {
    overflow: hidden;
    position: relative;
    flex-wrap: nowrap;
    align-items: stretch;
    width: 100vw; }
  .cell .large-grid-frame {
    width: 100%; }
  .large-cell-block {
    overflow-x: auto;
    max-width: 100%;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-stype: -ms-autohiding-scrollbar; }
  .large-cell-block-container {
    display: flex;
    flex-direction: column;
    max-height: 100%; }
    .large-cell-block-container > .grid-x {
      max-height: 100%;
      flex-wrap: nowrap; }
  .large-cell-block-y {
    overflow-y: auto;
    max-height: 100%;
    min-height: 100%;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-stype: -ms-autohiding-scrollbar; } }

@media screen and (min-width: 85.375em) {
  .xlarge-grid-frame {
    overflow: hidden;
    position: relative;
    flex-wrap: nowrap;
    align-items: stretch;
    width: 100vw; }
  .cell .xlarge-grid-frame {
    width: 100%; }
  .xlarge-cell-block {
    overflow-x: auto;
    max-width: 100%;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-stype: -ms-autohiding-scrollbar; }
  .xlarge-cell-block-container {
    display: flex;
    flex-direction: column;
    max-height: 100%; }
    .xlarge-cell-block-container > .grid-x {
      max-height: 100%;
      flex-wrap: nowrap; }
  .xlarge-cell-block-y {
    overflow-y: auto;
    max-height: 100%;
    min-height: 100%;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-stype: -ms-autohiding-scrollbar; } }

@media screen and (min-width: 90.0625em) {
  .xxlarge-grid-frame {
    overflow: hidden;
    position: relative;
    flex-wrap: nowrap;
    align-items: stretch;
    width: 100vw; }
  .cell .xxlarge-grid-frame {
    width: 100%; }
  .xxlarge-cell-block {
    overflow-x: auto;
    max-width: 100%;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-stype: -ms-autohiding-scrollbar; }
  .xxlarge-cell-block-container {
    display: flex;
    flex-direction: column;
    max-height: 100%; }
    .xxlarge-cell-block-container > .grid-x {
      max-height: 100%;
      flex-wrap: nowrap; }
  .xxlarge-cell-block-y {
    overflow-y: auto;
    max-height: 100%;
    min-height: 100%;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-stype: -ms-autohiding-scrollbar; } }

.grid-y.grid-frame {
  width: auto;
  overflow: hidden;
  position: relative;
  flex-wrap: nowrap;
  align-items: stretch;
  height: 100vh; }

@media print, screen and (min-width: 48em) {
  .grid-y.medium-grid-frame {
    width: auto;
    overflow: hidden;
    position: relative;
    flex-wrap: nowrap;
    align-items: stretch;
    height: 100vh; } }

@media print, screen and (min-width: 50em) {
  .grid-y.mediumintermediate-grid-frame {
    width: auto;
    overflow: hidden;
    position: relative;
    flex-wrap: nowrap;
    align-items: stretch;
    height: 100vh; } }

@media print, screen and (min-width: 60.0625em) {
  .grid-y.mediumalternative-grid-frame {
    width: auto;
    overflow: hidden;
    position: relative;
    flex-wrap: nowrap;
    align-items: stretch;
    height: 100vh; } }

@media print, screen and (min-width: 64em) {
  .grid-y.large-grid-frame {
    width: auto;
    overflow: hidden;
    position: relative;
    flex-wrap: nowrap;
    align-items: stretch;
    height: 100vh; } }

@media screen and (min-width: 85.375em) {
  .grid-y.xlarge-grid-frame {
    width: auto;
    overflow: hidden;
    position: relative;
    flex-wrap: nowrap;
    align-items: stretch;
    height: 100vh; } }

@media screen and (min-width: 90.0625em) {
  .grid-y.xxlarge-grid-frame {
    width: auto;
    overflow: hidden;
    position: relative;
    flex-wrap: nowrap;
    align-items: stretch;
    height: 100vh; } }

.cell .grid-y.grid-frame {
  height: 100%; }

@media print, screen and (min-width: 48em) {
  .cell .grid-y.medium-grid-frame {
    height: 100%; } }

@media print, screen and (min-width: 50em) {
  .cell .grid-y.mediumintermediate-grid-frame {
    height: 100%; } }

@media print, screen and (min-width: 60.0625em) {
  .cell .grid-y.mediumalternative-grid-frame {
    height: 100%; } }

@media print, screen and (min-width: 64em) {
  .cell .grid-y.large-grid-frame {
    height: 100%; } }

@media screen and (min-width: 85.375em) {
  .cell .grid-y.xlarge-grid-frame {
    height: 100%; } }

@media screen and (min-width: 90.0625em) {
  .cell .grid-y.xxlarge-grid-frame {
    height: 100%; } }

.grid-margin-y {
  margin-top: -0.625rem;
  margin-bottom: -0.625rem; }
  @media print, screen and (min-width: 48em) {
    .grid-margin-y {
      margin-top: -1.25rem;
      margin-bottom: -1.25rem; } }
  .grid-margin-y > .cell {
    height: calc(100% - 1.25rem);
    margin-top: 0.625rem;
    margin-bottom: 0.625rem; }
  @media print, screen and (min-width: 48em) {
    .grid-margin-y > .cell {
      height: calc(100% - 2.5rem);
      margin-top: 1.25rem;
      margin-bottom: 1.25rem; } }
  .grid-margin-y > .auto {
    height: auto; }
  .grid-margin-y > .shrink {
    height: auto; }
  .grid-margin-y > .small-1 {
    height: calc(8.33333% - 1.25rem); }
  .grid-margin-y > .small-2 {
    height: calc(16.66667% - 1.25rem); }
  .grid-margin-y > .small-3 {
    height: calc(25% - 1.25rem); }
  .grid-margin-y > .small-4 {
    height: calc(33.33333% - 1.25rem); }
  .grid-margin-y > .small-5 {
    height: calc(41.66667% - 1.25rem); }
  .grid-margin-y > .small-6 {
    height: calc(50% - 1.25rem); }
  .grid-margin-y > .small-7 {
    height: calc(58.33333% - 1.25rem); }
  .grid-margin-y > .small-8 {
    height: calc(66.66667% - 1.25rem); }
  .grid-margin-y > .small-9 {
    height: calc(75% - 1.25rem); }
  .grid-margin-y > .small-10 {
    height: calc(83.33333% - 1.25rem); }
  .grid-margin-y > .small-11 {
    height: calc(91.66667% - 1.25rem); }
  .grid-margin-y > .small-12 {
    height: calc(100% - 1.25rem); }
  @media print, screen and (min-width: 48em) {
    .grid-margin-y > .auto {
      height: auto; }
    .grid-margin-y > .shrink {
      height: auto; }
    .grid-margin-y > .small-1 {
      height: calc(8.33333% - 2.5rem); }
    .grid-margin-y > .small-2 {
      height: calc(16.66667% - 2.5rem); }
    .grid-margin-y > .small-3 {
      height: calc(25% - 2.5rem); }
    .grid-margin-y > .small-4 {
      height: calc(33.33333% - 2.5rem); }
    .grid-margin-y > .small-5 {
      height: calc(41.66667% - 2.5rem); }
    .grid-margin-y > .small-6 {
      height: calc(50% - 2.5rem); }
    .grid-margin-y > .small-7 {
      height: calc(58.33333% - 2.5rem); }
    .grid-margin-y > .small-8 {
      height: calc(66.66667% - 2.5rem); }
    .grid-margin-y > .small-9 {
      height: calc(75% - 2.5rem); }
    .grid-margin-y > .small-10 {
      height: calc(83.33333% - 2.5rem); }
    .grid-margin-y > .small-11 {
      height: calc(91.66667% - 2.5rem); }
    .grid-margin-y > .small-12 {
      height: calc(100% - 2.5rem); }
    .grid-margin-y > .medium-auto {
      height: auto; }
    .grid-margin-y > .medium-shrink {
      height: auto; }
    .grid-margin-y > .medium-1 {
      height: calc(8.33333% - 2.5rem); }
    .grid-margin-y > .medium-2 {
      height: calc(16.66667% - 2.5rem); }
    .grid-margin-y > .medium-3 {
      height: calc(25% - 2.5rem); }
    .grid-margin-y > .medium-4 {
      height: calc(33.33333% - 2.5rem); }
    .grid-margin-y > .medium-5 {
      height: calc(41.66667% - 2.5rem); }
    .grid-margin-y > .medium-6 {
      height: calc(50% - 2.5rem); }
    .grid-margin-y > .medium-7 {
      height: calc(58.33333% - 2.5rem); }
    .grid-margin-y > .medium-8 {
      height: calc(66.66667% - 2.5rem); }
    .grid-margin-y > .medium-9 {
      height: calc(75% - 2.5rem); }
    .grid-margin-y > .medium-10 {
      height: calc(83.33333% - 2.5rem); }
    .grid-margin-y > .medium-11 {
      height: calc(91.66667% - 2.5rem); }
    .grid-margin-y > .medium-12 {
      height: calc(100% - 2.5rem); } }
  @media print, screen and (min-width: 50em) {
    .grid-margin-y > .mediumintermediate-auto {
      height: auto; }
    .grid-margin-y > .mediumintermediate-shrink {
      height: auto; }
    .grid-margin-y > .mediumintermediate-1 {
      height: calc(8.33333% - 2.5rem); }
    .grid-margin-y > .mediumintermediate-2 {
      height: calc(16.66667% - 2.5rem); }
    .grid-margin-y > .mediumintermediate-3 {
      height: calc(25% - 2.5rem); }
    .grid-margin-y > .mediumintermediate-4 {
      height: calc(33.33333% - 2.5rem); }
    .grid-margin-y > .mediumintermediate-5 {
      height: calc(41.66667% - 2.5rem); }
    .grid-margin-y > .mediumintermediate-6 {
      height: calc(50% - 2.5rem); }
    .grid-margin-y > .mediumintermediate-7 {
      height: calc(58.33333% - 2.5rem); }
    .grid-margin-y > .mediumintermediate-8 {
      height: calc(66.66667% - 2.5rem); }
    .grid-margin-y > .mediumintermediate-9 {
      height: calc(75% - 2.5rem); }
    .grid-margin-y > .mediumintermediate-10 {
      height: calc(83.33333% - 2.5rem); }
    .grid-margin-y > .mediumintermediate-11 {
      height: calc(91.66667% - 2.5rem); }
    .grid-margin-y > .mediumintermediate-12 {
      height: calc(100% - 2.5rem); } }
  @media print, screen and (min-width: 60.0625em) {
    .grid-margin-y > .mediumalternative-auto {
      height: auto; }
    .grid-margin-y > .mediumalternative-shrink {
      height: auto; }
    .grid-margin-y > .mediumalternative-1 {
      height: calc(8.33333% - 2.5rem); }
    .grid-margin-y > .mediumalternative-2 {
      height: calc(16.66667% - 2.5rem); }
    .grid-margin-y > .mediumalternative-3 {
      height: calc(25% - 2.5rem); }
    .grid-margin-y > .mediumalternative-4 {
      height: calc(33.33333% - 2.5rem); }
    .grid-margin-y > .mediumalternative-5 {
      height: calc(41.66667% - 2.5rem); }
    .grid-margin-y > .mediumalternative-6 {
      height: calc(50% - 2.5rem); }
    .grid-margin-y > .mediumalternative-7 {
      height: calc(58.33333% - 2.5rem); }
    .grid-margin-y > .mediumalternative-8 {
      height: calc(66.66667% - 2.5rem); }
    .grid-margin-y > .mediumalternative-9 {
      height: calc(75% - 2.5rem); }
    .grid-margin-y > .mediumalternative-10 {
      height: calc(83.33333% - 2.5rem); }
    .grid-margin-y > .mediumalternative-11 {
      height: calc(91.66667% - 2.5rem); }
    .grid-margin-y > .mediumalternative-12 {
      height: calc(100% - 2.5rem); } }
  @media print, screen and (min-width: 64em) {
    .grid-margin-y > .large-auto {
      height: auto; }
    .grid-margin-y > .large-shrink {
      height: auto; }
    .grid-margin-y > .large-1 {
      height: calc(8.33333% - 2.5rem); }
    .grid-margin-y > .large-2 {
      height: calc(16.66667% - 2.5rem); }
    .grid-margin-y > .large-3 {
      height: calc(25% - 2.5rem); }
    .grid-margin-y > .large-4 {
      height: calc(33.33333% - 2.5rem); }
    .grid-margin-y > .large-5 {
      height: calc(41.66667% - 2.5rem); }
    .grid-margin-y > .large-6 {
      height: calc(50% - 2.5rem); }
    .grid-margin-y > .large-7 {
      height: calc(58.33333% - 2.5rem); }
    .grid-margin-y > .large-8 {
      height: calc(66.66667% - 2.5rem); }
    .grid-margin-y > .large-9 {
      height: calc(75% - 2.5rem); }
    .grid-margin-y > .large-10 {
      height: calc(83.33333% - 2.5rem); }
    .grid-margin-y > .large-11 {
      height: calc(91.66667% - 2.5rem); }
    .grid-margin-y > .large-12 {
      height: calc(100% - 2.5rem); } }
  @media screen and (min-width: 85.375em) {
    .grid-margin-y > .xlarge-auto {
      height: auto; }
    .grid-margin-y > .xlarge-shrink {
      height: auto; }
    .grid-margin-y > .xlarge-1 {
      height: calc(8.33333% - 2.5rem); }
    .grid-margin-y > .xlarge-2 {
      height: calc(16.66667% - 2.5rem); }
    .grid-margin-y > .xlarge-3 {
      height: calc(25% - 2.5rem); }
    .grid-margin-y > .xlarge-4 {
      height: calc(33.33333% - 2.5rem); }
    .grid-margin-y > .xlarge-5 {
      height: calc(41.66667% - 2.5rem); }
    .grid-margin-y > .xlarge-6 {
      height: calc(50% - 2.5rem); }
    .grid-margin-y > .xlarge-7 {
      height: calc(58.33333% - 2.5rem); }
    .grid-margin-y > .xlarge-8 {
      height: calc(66.66667% - 2.5rem); }
    .grid-margin-y > .xlarge-9 {
      height: calc(75% - 2.5rem); }
    .grid-margin-y > .xlarge-10 {
      height: calc(83.33333% - 2.5rem); }
    .grid-margin-y > .xlarge-11 {
      height: calc(91.66667% - 2.5rem); }
    .grid-margin-y > .xlarge-12 {
      height: calc(100% - 2.5rem); } }
  @media screen and (min-width: 90.0625em) {
    .grid-margin-y > .xxlarge-auto {
      height: auto; }
    .grid-margin-y > .xxlarge-shrink {
      height: auto; }
    .grid-margin-y > .xxlarge-1 {
      height: calc(8.33333% - 2.5rem); }
    .grid-margin-y > .xxlarge-2 {
      height: calc(16.66667% - 2.5rem); }
    .grid-margin-y > .xxlarge-3 {
      height: calc(25% - 2.5rem); }
    .grid-margin-y > .xxlarge-4 {
      height: calc(33.33333% - 2.5rem); }
    .grid-margin-y > .xxlarge-5 {
      height: calc(41.66667% - 2.5rem); }
    .grid-margin-y > .xxlarge-6 {
      height: calc(50% - 2.5rem); }
    .grid-margin-y > .xxlarge-7 {
      height: calc(58.33333% - 2.5rem); }
    .grid-margin-y > .xxlarge-8 {
      height: calc(66.66667% - 2.5rem); }
    .grid-margin-y > .xxlarge-9 {
      height: calc(75% - 2.5rem); }
    .grid-margin-y > .xxlarge-10 {
      height: calc(83.33333% - 2.5rem); }
    .grid-margin-y > .xxlarge-11 {
      height: calc(91.66667% - 2.5rem); }
    .grid-margin-y > .xxlarge-12 {
      height: calc(100% - 2.5rem); } }

.grid-frame.grid-margin-y {
  height: calc(100vh + 1.25rem); }
  @media print, screen and (min-width: 48em) {
    .grid-frame.grid-margin-y {
      height: calc(100vh + 2.5rem); } }
  @media print, screen and (min-width: 50em) {
    .grid-frame.grid-margin-y {
      height: calc(100vh + 2.5rem); } }
  @media print, screen and (min-width: 60.0625em) {
    .grid-frame.grid-margin-y {
      height: calc(100vh + 2.5rem); } }
  @media print, screen and (min-width: 64em) {
    .grid-frame.grid-margin-y {
      height: calc(100vh + 2.5rem); } }
  @media screen and (min-width: 85.375em) {
    .grid-frame.grid-margin-y {
      height: calc(100vh + 2.5rem); } }
  @media screen and (min-width: 90.0625em) {
    .grid-frame.grid-margin-y {
      height: calc(100vh + 2.5rem); } }

@media print, screen and (min-width: 48em) {
  .grid-margin-y.medium-grid-frame {
    height: calc(100vh + 2.5rem); } }

@media print, screen and (min-width: 50em) {
  .grid-margin-y.mediumintermediate-grid-frame {
    height: calc(100vh + 2.5rem); } }

@media print, screen and (min-width: 60.0625em) {
  .grid-margin-y.mediumalternative-grid-frame {
    height: calc(100vh + 2.5rem); } }

@media print, screen and (min-width: 64em) {
  .grid-margin-y.large-grid-frame {
    height: calc(100vh + 2.5rem); } }

@media screen and (min-width: 85.375em) {
  .grid-margin-y.xlarge-grid-frame {
    height: calc(100vh + 2.5rem); } }

@media screen and (min-width: 90.0625em) {
  .grid-margin-y.xxlarge-grid-frame {
    height: calc(100vh + 2.5rem); } }

.row {
  max-width: 120rem;
  margin-right: auto;
  margin-left: auto; }
  .row::before, .row::after {
    display: table;
    content: ' ';
    flex-basis: 0;
    order: 1; }
  .row::after {
    clear: both; }
  .row.collapse > .column, .row.collapse > .columns {
    padding-right: 0;
    padding-left: 0; }
  .row .row {
    margin-right: -1.25rem;
    margin-left: -1.25rem; }
    @media print, screen and (min-width: 48em) {
      .row .row {
        margin-right: -1.25rem;
        margin-left: -1.25rem; } }
    @media print, screen and (min-width: 50em) {
      .row .row {
        margin-right: -1.25rem;
        margin-left: -1.25rem; } }
    @media print, screen and (min-width: 60.0625em) {
      .row .row {
        margin-right: -1.25rem;
        margin-left: -1.25rem; } }
    @media print, screen and (min-width: 64em) {
      .row .row {
        margin-right: -1.25rem;
        margin-left: -1.25rem; } }
    @media screen and (min-width: 85.375em) {
      .row .row {
        margin-right: -1.25rem;
        margin-left: -1.25rem; } }
    @media screen and (min-width: 90.0625em) {
      .row .row {
        margin-right: -1.25rem;
        margin-left: -1.25rem; } }
    .row .row.collapse {
      margin-right: 0;
      margin-left: 0; }
  .row.expanded {
    max-width: none; }
    .row.expanded .row {
      margin-right: auto;
      margin-left: auto; }
  .row:not(.expanded) .row {
    max-width: none; }

.column, .columns {
  width: 100%;
  float: left;
  padding-right: 1.25rem;
  padding-left: 1.25rem; }
  .column, .columns, .column:last-child:not(:first-child), .columns:last-child:not(:first-child) {
    float: left;
    clear: none; }
  .column:last-child:not(:first-child), .columns:last-child:not(:first-child) {
    float: right; }
  .column.end:last-child:last-child, .end.columns:last-child:last-child {
    float: left; }

.column.row.row, .row.row.columns {
  float: none; }

.row .column.row.row, .row .row.row.columns {
  margin-right: 0;
  margin-left: 0;
  padding-right: 0;
  padding-left: 0; }

.small-1 {
  width: 8.33333%; }

.small-push-1 {
  position: relative;
  left: 8.33333%; }

.small-pull-1 {
  position: relative;
  left: -8.33333%; }

.small-offset-0 {
  margin-left: 0%; }

.small-2 {
  width: 16.66667%; }

.small-push-2 {
  position: relative;
  left: 16.66667%; }

.small-pull-2 {
  position: relative;
  left: -16.66667%; }

.small-offset-1 {
  margin-left: 8.33333%; }

.small-3 {
  width: 25%; }

.small-push-3 {
  position: relative;
  left: 25%; }

.small-pull-3 {
  position: relative;
  left: -25%; }

.small-offset-2 {
  margin-left: 16.66667%; }

.small-4 {
  width: 33.33333%; }

.small-push-4 {
  position: relative;
  left: 33.33333%; }

.small-pull-4 {
  position: relative;
  left: -33.33333%; }

.small-offset-3 {
  margin-left: 25%; }

.small-5 {
  width: 41.66667%; }

.small-push-5 {
  position: relative;
  left: 41.66667%; }

.small-pull-5 {
  position: relative;
  left: -41.66667%; }

.small-offset-4 {
  margin-left: 33.33333%; }

.small-6 {
  width: 50%; }

.small-push-6 {
  position: relative;
  left: 50%; }

.small-pull-6 {
  position: relative;
  left: -50%; }

.small-offset-5 {
  margin-left: 41.66667%; }

.small-7 {
  width: 58.33333%; }

.small-push-7 {
  position: relative;
  left: 58.33333%; }

.small-pull-7 {
  position: relative;
  left: -58.33333%; }

.small-offset-6 {
  margin-left: 50%; }

.small-8 {
  width: 66.66667%; }

.small-push-8 {
  position: relative;
  left: 66.66667%; }

.small-pull-8 {
  position: relative;
  left: -66.66667%; }

.small-offset-7 {
  margin-left: 58.33333%; }

.small-9 {
  width: 75%; }

.small-push-9 {
  position: relative;
  left: 75%; }

.small-pull-9 {
  position: relative;
  left: -75%; }

.small-offset-8 {
  margin-left: 66.66667%; }

.small-10 {
  width: 83.33333%; }

.small-push-10 {
  position: relative;
  left: 83.33333%; }

.small-pull-10 {
  position: relative;
  left: -83.33333%; }

.small-offset-9 {
  margin-left: 75%; }

.small-11 {
  width: 91.66667%; }

.small-push-11 {
  position: relative;
  left: 91.66667%; }

.small-pull-11 {
  position: relative;
  left: -91.66667%; }

.small-offset-10 {
  margin-left: 83.33333%; }

.small-12 {
  width: 100%; }

.small-offset-11 {
  margin-left: 91.66667%; }

.small-up-1 > .column, .small-up-1 > .columns {
  float: left;
  width: 100%; }
  .small-up-1 > .column:nth-of-type(1n), .small-up-1 > .columns:nth-of-type(1n) {
    clear: none; }
  .small-up-1 > .column:nth-of-type(1n+1), .small-up-1 > .columns:nth-of-type(1n+1) {
    clear: both; }
  .small-up-1 > .column:last-child, .small-up-1 > .columns:last-child {
    float: left; }

.small-up-2 > .column, .small-up-2 > .columns {
  float: left;
  width: 50%; }
  .small-up-2 > .column:nth-of-type(1n), .small-up-2 > .columns:nth-of-type(1n) {
    clear: none; }
  .small-up-2 > .column:nth-of-type(2n+1), .small-up-2 > .columns:nth-of-type(2n+1) {
    clear: both; }
  .small-up-2 > .column:last-child, .small-up-2 > .columns:last-child {
    float: left; }

.small-up-3 > .column, .small-up-3 > .columns {
  float: left;
  width: 33.33333%; }
  .small-up-3 > .column:nth-of-type(1n), .small-up-3 > .columns:nth-of-type(1n) {
    clear: none; }
  .small-up-3 > .column:nth-of-type(3n+1), .small-up-3 > .columns:nth-of-type(3n+1) {
    clear: both; }
  .small-up-3 > .column:last-child, .small-up-3 > .columns:last-child {
    float: left; }

.small-up-4 > .column, .small-up-4 > .columns {
  float: left;
  width: 25%; }
  .small-up-4 > .column:nth-of-type(1n), .small-up-4 > .columns:nth-of-type(1n) {
    clear: none; }
  .small-up-4 > .column:nth-of-type(4n+1), .small-up-4 > .columns:nth-of-type(4n+1) {
    clear: both; }
  .small-up-4 > .column:last-child, .small-up-4 > .columns:last-child {
    float: left; }

.small-up-5 > .column, .small-up-5 > .columns {
  float: left;
  width: 20%; }
  .small-up-5 > .column:nth-of-type(1n), .small-up-5 > .columns:nth-of-type(1n) {
    clear: none; }
  .small-up-5 > .column:nth-of-type(5n+1), .small-up-5 > .columns:nth-of-type(5n+1) {
    clear: both; }
  .small-up-5 > .column:last-child, .small-up-5 > .columns:last-child {
    float: left; }

.small-up-6 > .column, .small-up-6 > .columns {
  float: left;
  width: 16.66667%; }
  .small-up-6 > .column:nth-of-type(1n), .small-up-6 > .columns:nth-of-type(1n) {
    clear: none; }
  .small-up-6 > .column:nth-of-type(6n+1), .small-up-6 > .columns:nth-of-type(6n+1) {
    clear: both; }
  .small-up-6 > .column:last-child, .small-up-6 > .columns:last-child {
    float: left; }

.small-up-7 > .column, .small-up-7 > .columns {
  float: left;
  width: 14.28571%; }
  .small-up-7 > .column:nth-of-type(1n), .small-up-7 > .columns:nth-of-type(1n) {
    clear: none; }
  .small-up-7 > .column:nth-of-type(7n+1), .small-up-7 > .columns:nth-of-type(7n+1) {
    clear: both; }
  .small-up-7 > .column:last-child, .small-up-7 > .columns:last-child {
    float: left; }

.small-up-8 > .column, .small-up-8 > .columns {
  float: left;
  width: 12.5%; }
  .small-up-8 > .column:nth-of-type(1n), .small-up-8 > .columns:nth-of-type(1n) {
    clear: none; }
  .small-up-8 > .column:nth-of-type(8n+1), .small-up-8 > .columns:nth-of-type(8n+1) {
    clear: both; }
  .small-up-8 > .column:last-child, .small-up-8 > .columns:last-child {
    float: left; }

.small-collapse > .column, .small-collapse > .columns {
  padding-right: 0;
  padding-left: 0; }

.small-collapse .row {
  margin-right: 0;
  margin-left: 0; }

.expanded.row .small-collapse.row {
  margin-right: 0;
  margin-left: 0; }

.small-uncollapse > .column, .small-uncollapse > .columns {
  padding-right: 1.25rem;
  padding-left: 1.25rem; }

.small-centered {
  margin-right: auto;
  margin-left: auto; }
  .small-centered, .small-centered:last-child:not(:first-child) {
    float: none;
    clear: both; }

.small-uncentered, .small-push-0, .small-pull-0 {
  position: static;
  margin-right: 0;
  margin-left: 0; }
  .small-uncentered, .small-uncentered:last-child:not(:first-child), .small-push-0, .small-push-0:last-child:not(:first-child), .small-pull-0, .small-pull-0:last-child:not(:first-child) {
    float: left;
    clear: none; }
  .small-uncentered:last-child:not(:first-child), .small-push-0:last-child:not(:first-child), .small-pull-0:last-child:not(:first-child) {
    float: right; }

@media print, screen and (min-width: 48em) {
  .medium-1 {
    width: 8.33333%; }
  .medium-push-1 {
    position: relative;
    left: 8.33333%; }
  .medium-pull-1 {
    position: relative;
    left: -8.33333%; }
  .medium-offset-0 {
    margin-left: 0%; }
  .medium-2 {
    width: 16.66667%; }
  .medium-push-2 {
    position: relative;
    left: 16.66667%; }
  .medium-pull-2 {
    position: relative;
    left: -16.66667%; }
  .medium-offset-1 {
    margin-left: 8.33333%; }
  .medium-3 {
    width: 25%; }
  .medium-push-3 {
    position: relative;
    left: 25%; }
  .medium-pull-3 {
    position: relative;
    left: -25%; }
  .medium-offset-2 {
    margin-left: 16.66667%; }
  .medium-4 {
    width: 33.33333%; }
  .medium-push-4 {
    position: relative;
    left: 33.33333%; }
  .medium-pull-4 {
    position: relative;
    left: -33.33333%; }
  .medium-offset-3 {
    margin-left: 25%; }
  .medium-5 {
    width: 41.66667%; }
  .medium-push-5 {
    position: relative;
    left: 41.66667%; }
  .medium-pull-5 {
    position: relative;
    left: -41.66667%; }
  .medium-offset-4 {
    margin-left: 33.33333%; }
  .medium-6 {
    width: 50%; }
  .medium-push-6 {
    position: relative;
    left: 50%; }
  .medium-pull-6 {
    position: relative;
    left: -50%; }
  .medium-offset-5 {
    margin-left: 41.66667%; }
  .medium-7 {
    width: 58.33333%; }
  .medium-push-7 {
    position: relative;
    left: 58.33333%; }
  .medium-pull-7 {
    position: relative;
    left: -58.33333%; }
  .medium-offset-6 {
    margin-left: 50%; }
  .medium-8 {
    width: 66.66667%; }
  .medium-push-8 {
    position: relative;
    left: 66.66667%; }
  .medium-pull-8 {
    position: relative;
    left: -66.66667%; }
  .medium-offset-7 {
    margin-left: 58.33333%; }
  .medium-9 {
    width: 75%; }
  .medium-push-9 {
    position: relative;
    left: 75%; }
  .medium-pull-9 {
    position: relative;
    left: -75%; }
  .medium-offset-8 {
    margin-left: 66.66667%; }
  .medium-10 {
    width: 83.33333%; }
  .medium-push-10 {
    position: relative;
    left: 83.33333%; }
  .medium-pull-10 {
    position: relative;
    left: -83.33333%; }
  .medium-offset-9 {
    margin-left: 75%; }
  .medium-11 {
    width: 91.66667%; }
  .medium-push-11 {
    position: relative;
    left: 91.66667%; }
  .medium-pull-11 {
    position: relative;
    left: -91.66667%; }
  .medium-offset-10 {
    margin-left: 83.33333%; }
  .medium-12 {
    width: 100%; }
  .medium-offset-11 {
    margin-left: 91.66667%; }
  .medium-up-1 > .column, .medium-up-1 > .columns {
    float: left;
    width: 100%; }
    .medium-up-1 > .column:nth-of-type(1n), .medium-up-1 > .columns:nth-of-type(1n) {
      clear: none; }
    .medium-up-1 > .column:nth-of-type(1n+1), .medium-up-1 > .columns:nth-of-type(1n+1) {
      clear: both; }
    .medium-up-1 > .column:last-child, .medium-up-1 > .columns:last-child {
      float: left; }
  .medium-up-2 > .column, .medium-up-2 > .columns {
    float: left;
    width: 50%; }
    .medium-up-2 > .column:nth-of-type(1n), .medium-up-2 > .columns:nth-of-type(1n) {
      clear: none; }
    .medium-up-2 > .column:nth-of-type(2n+1), .medium-up-2 > .columns:nth-of-type(2n+1) {
      clear: both; }
    .medium-up-2 > .column:last-child, .medium-up-2 > .columns:last-child {
      float: left; }
  .medium-up-3 > .column, .medium-up-3 > .columns {
    float: left;
    width: 33.33333%; }
    .medium-up-3 > .column:nth-of-type(1n), .medium-up-3 > .columns:nth-of-type(1n) {
      clear: none; }
    .medium-up-3 > .column:nth-of-type(3n+1), .medium-up-3 > .columns:nth-of-type(3n+1) {
      clear: both; }
    .medium-up-3 > .column:last-child, .medium-up-3 > .columns:last-child {
      float: left; }
  .medium-up-4 > .column, .medium-up-4 > .columns {
    float: left;
    width: 25%; }
    .medium-up-4 > .column:nth-of-type(1n), .medium-up-4 > .columns:nth-of-type(1n) {
      clear: none; }
    .medium-up-4 > .column:nth-of-type(4n+1), .medium-up-4 > .columns:nth-of-type(4n+1) {
      clear: both; }
    .medium-up-4 > .column:last-child, .medium-up-4 > .columns:last-child {
      float: left; }
  .medium-up-5 > .column, .medium-up-5 > .columns {
    float: left;
    width: 20%; }
    .medium-up-5 > .column:nth-of-type(1n), .medium-up-5 > .columns:nth-of-type(1n) {
      clear: none; }
    .medium-up-5 > .column:nth-of-type(5n+1), .medium-up-5 > .columns:nth-of-type(5n+1) {
      clear: both; }
    .medium-up-5 > .column:last-child, .medium-up-5 > .columns:last-child {
      float: left; }
  .medium-up-6 > .column, .medium-up-6 > .columns {
    float: left;
    width: 16.66667%; }
    .medium-up-6 > .column:nth-of-type(1n), .medium-up-6 > .columns:nth-of-type(1n) {
      clear: none; }
    .medium-up-6 > .column:nth-of-type(6n+1), .medium-up-6 > .columns:nth-of-type(6n+1) {
      clear: both; }
    .medium-up-6 > .column:last-child, .medium-up-6 > .columns:last-child {
      float: left; }
  .medium-up-7 > .column, .medium-up-7 > .columns {
    float: left;
    width: 14.28571%; }
    .medium-up-7 > .column:nth-of-type(1n), .medium-up-7 > .columns:nth-of-type(1n) {
      clear: none; }
    .medium-up-7 > .column:nth-of-type(7n+1), .medium-up-7 > .columns:nth-of-type(7n+1) {
      clear: both; }
    .medium-up-7 > .column:last-child, .medium-up-7 > .columns:last-child {
      float: left; }
  .medium-up-8 > .column, .medium-up-8 > .columns {
    float: left;
    width: 12.5%; }
    .medium-up-8 > .column:nth-of-type(1n), .medium-up-8 > .columns:nth-of-type(1n) {
      clear: none; }
    .medium-up-8 > .column:nth-of-type(8n+1), .medium-up-8 > .columns:nth-of-type(8n+1) {
      clear: both; }
    .medium-up-8 > .column:last-child, .medium-up-8 > .columns:last-child {
      float: left; }
  .medium-collapse > .column, .medium-collapse > .columns {
    padding-right: 0;
    padding-left: 0; }
  .medium-collapse .row {
    margin-right: 0;
    margin-left: 0; }
  .expanded.row .medium-collapse.row {
    margin-right: 0;
    margin-left: 0; }
  .medium-uncollapse > .column, .medium-uncollapse > .columns {
    padding-right: 1.25rem;
    padding-left: 1.25rem; }
  .medium-centered {
    margin-right: auto;
    margin-left: auto; }
    .medium-centered, .medium-centered:last-child:not(:first-child) {
      float: none;
      clear: both; }
  .medium-uncentered, .medium-push-0, .medium-pull-0 {
    position: static;
    margin-right: 0;
    margin-left: 0; }
    .medium-uncentered, .medium-uncentered:last-child:not(:first-child), .medium-push-0, .medium-push-0:last-child:not(:first-child), .medium-pull-0, .medium-pull-0:last-child:not(:first-child) {
      float: left;
      clear: none; }
    .medium-uncentered:last-child:not(:first-child), .medium-push-0:last-child:not(:first-child), .medium-pull-0:last-child:not(:first-child) {
      float: right; } }

@media print, screen and (min-width: 50em) {
  .mediumintermediate-1 {
    width: 8.33333%; }
  .mediumintermediate-push-1 {
    position: relative;
    left: 8.33333%; }
  .mediumintermediate-pull-1 {
    position: relative;
    left: -8.33333%; }
  .mediumintermediate-offset-0 {
    margin-left: 0%; }
  .mediumintermediate-2 {
    width: 16.66667%; }
  .mediumintermediate-push-2 {
    position: relative;
    left: 16.66667%; }
  .mediumintermediate-pull-2 {
    position: relative;
    left: -16.66667%; }
  .mediumintermediate-offset-1 {
    margin-left: 8.33333%; }
  .mediumintermediate-3 {
    width: 25%; }
  .mediumintermediate-push-3 {
    position: relative;
    left: 25%; }
  .mediumintermediate-pull-3 {
    position: relative;
    left: -25%; }
  .mediumintermediate-offset-2 {
    margin-left: 16.66667%; }
  .mediumintermediate-4 {
    width: 33.33333%; }
  .mediumintermediate-push-4 {
    position: relative;
    left: 33.33333%; }
  .mediumintermediate-pull-4 {
    position: relative;
    left: -33.33333%; }
  .mediumintermediate-offset-3 {
    margin-left: 25%; }
  .mediumintermediate-5 {
    width: 41.66667%; }
  .mediumintermediate-push-5 {
    position: relative;
    left: 41.66667%; }
  .mediumintermediate-pull-5 {
    position: relative;
    left: -41.66667%; }
  .mediumintermediate-offset-4 {
    margin-left: 33.33333%; }
  .mediumintermediate-6 {
    width: 50%; }
  .mediumintermediate-push-6 {
    position: relative;
    left: 50%; }
  .mediumintermediate-pull-6 {
    position: relative;
    left: -50%; }
  .mediumintermediate-offset-5 {
    margin-left: 41.66667%; }
  .mediumintermediate-7 {
    width: 58.33333%; }
  .mediumintermediate-push-7 {
    position: relative;
    left: 58.33333%; }
  .mediumintermediate-pull-7 {
    position: relative;
    left: -58.33333%; }
  .mediumintermediate-offset-6 {
    margin-left: 50%; }
  .mediumintermediate-8 {
    width: 66.66667%; }
  .mediumintermediate-push-8 {
    position: relative;
    left: 66.66667%; }
  .mediumintermediate-pull-8 {
    position: relative;
    left: -66.66667%; }
  .mediumintermediate-offset-7 {
    margin-left: 58.33333%; }
  .mediumintermediate-9 {
    width: 75%; }
  .mediumintermediate-push-9 {
    position: relative;
    left: 75%; }
  .mediumintermediate-pull-9 {
    position: relative;
    left: -75%; }
  .mediumintermediate-offset-8 {
    margin-left: 66.66667%; }
  .mediumintermediate-10 {
    width: 83.33333%; }
  .mediumintermediate-push-10 {
    position: relative;
    left: 83.33333%; }
  .mediumintermediate-pull-10 {
    position: relative;
    left: -83.33333%; }
  .mediumintermediate-offset-9 {
    margin-left: 75%; }
  .mediumintermediate-11 {
    width: 91.66667%; }
  .mediumintermediate-push-11 {
    position: relative;
    left: 91.66667%; }
  .mediumintermediate-pull-11 {
    position: relative;
    left: -91.66667%; }
  .mediumintermediate-offset-10 {
    margin-left: 83.33333%; }
  .mediumintermediate-12 {
    width: 100%; }
  .mediumintermediate-offset-11 {
    margin-left: 91.66667%; }
  .mediumintermediate-up-1 > .column, .mediumintermediate-up-1 > .columns {
    float: left;
    width: 100%; }
    .mediumintermediate-up-1 > .column:nth-of-type(1n), .mediumintermediate-up-1 > .columns:nth-of-type(1n) {
      clear: none; }
    .mediumintermediate-up-1 > .column:nth-of-type(1n+1), .mediumintermediate-up-1 > .columns:nth-of-type(1n+1) {
      clear: both; }
    .mediumintermediate-up-1 > .column:last-child, .mediumintermediate-up-1 > .columns:last-child {
      float: left; }
  .mediumintermediate-up-2 > .column, .mediumintermediate-up-2 > .columns {
    float: left;
    width: 50%; }
    .mediumintermediate-up-2 > .column:nth-of-type(1n), .mediumintermediate-up-2 > .columns:nth-of-type(1n) {
      clear: none; }
    .mediumintermediate-up-2 > .column:nth-of-type(2n+1), .mediumintermediate-up-2 > .columns:nth-of-type(2n+1) {
      clear: both; }
    .mediumintermediate-up-2 > .column:last-child, .mediumintermediate-up-2 > .columns:last-child {
      float: left; }
  .mediumintermediate-up-3 > .column, .mediumintermediate-up-3 > .columns {
    float: left;
    width: 33.33333%; }
    .mediumintermediate-up-3 > .column:nth-of-type(1n), .mediumintermediate-up-3 > .columns:nth-of-type(1n) {
      clear: none; }
    .mediumintermediate-up-3 > .column:nth-of-type(3n+1), .mediumintermediate-up-3 > .columns:nth-of-type(3n+1) {
      clear: both; }
    .mediumintermediate-up-3 > .column:last-child, .mediumintermediate-up-3 > .columns:last-child {
      float: left; }
  .mediumintermediate-up-4 > .column, .mediumintermediate-up-4 > .columns {
    float: left;
    width: 25%; }
    .mediumintermediate-up-4 > .column:nth-of-type(1n), .mediumintermediate-up-4 > .columns:nth-of-type(1n) {
      clear: none; }
    .mediumintermediate-up-4 > .column:nth-of-type(4n+1), .mediumintermediate-up-4 > .columns:nth-of-type(4n+1) {
      clear: both; }
    .mediumintermediate-up-4 > .column:last-child, .mediumintermediate-up-4 > .columns:last-child {
      float: left; }
  .mediumintermediate-up-5 > .column, .mediumintermediate-up-5 > .columns {
    float: left;
    width: 20%; }
    .mediumintermediate-up-5 > .column:nth-of-type(1n), .mediumintermediate-up-5 > .columns:nth-of-type(1n) {
      clear: none; }
    .mediumintermediate-up-5 > .column:nth-of-type(5n+1), .mediumintermediate-up-5 > .columns:nth-of-type(5n+1) {
      clear: both; }
    .mediumintermediate-up-5 > .column:last-child, .mediumintermediate-up-5 > .columns:last-child {
      float: left; }
  .mediumintermediate-up-6 > .column, .mediumintermediate-up-6 > .columns {
    float: left;
    width: 16.66667%; }
    .mediumintermediate-up-6 > .column:nth-of-type(1n), .mediumintermediate-up-6 > .columns:nth-of-type(1n) {
      clear: none; }
    .mediumintermediate-up-6 > .column:nth-of-type(6n+1), .mediumintermediate-up-6 > .columns:nth-of-type(6n+1) {
      clear: both; }
    .mediumintermediate-up-6 > .column:last-child, .mediumintermediate-up-6 > .columns:last-child {
      float: left; }
  .mediumintermediate-up-7 > .column, .mediumintermediate-up-7 > .columns {
    float: left;
    width: 14.28571%; }
    .mediumintermediate-up-7 > .column:nth-of-type(1n), .mediumintermediate-up-7 > .columns:nth-of-type(1n) {
      clear: none; }
    .mediumintermediate-up-7 > .column:nth-of-type(7n+1), .mediumintermediate-up-7 > .columns:nth-of-type(7n+1) {
      clear: both; }
    .mediumintermediate-up-7 > .column:last-child, .mediumintermediate-up-7 > .columns:last-child {
      float: left; }
  .mediumintermediate-up-8 > .column, .mediumintermediate-up-8 > .columns {
    float: left;
    width: 12.5%; }
    .mediumintermediate-up-8 > .column:nth-of-type(1n), .mediumintermediate-up-8 > .columns:nth-of-type(1n) {
      clear: none; }
    .mediumintermediate-up-8 > .column:nth-of-type(8n+1), .mediumintermediate-up-8 > .columns:nth-of-type(8n+1) {
      clear: both; }
    .mediumintermediate-up-8 > .column:last-child, .mediumintermediate-up-8 > .columns:last-child {
      float: left; }
  .mediumintermediate-collapse > .column, .mediumintermediate-collapse > .columns {
    padding-right: 0;
    padding-left: 0; }
  .mediumintermediate-collapse .row {
    margin-right: 0;
    margin-left: 0; }
  .expanded.row .mediumintermediate-collapse.row {
    margin-right: 0;
    margin-left: 0; }
  .mediumintermediate-uncollapse > .column, .mediumintermediate-uncollapse > .columns {
    padding-right: 1.25rem;
    padding-left: 1.25rem; }
  .mediumintermediate-centered {
    margin-right: auto;
    margin-left: auto; }
    .mediumintermediate-centered, .mediumintermediate-centered:last-child:not(:first-child) {
      float: none;
      clear: both; }
  .mediumintermediate-uncentered, .mediumintermediate-push-0, .mediumintermediate-pull-0 {
    position: static;
    margin-right: 0;
    margin-left: 0; }
    .mediumintermediate-uncentered, .mediumintermediate-uncentered:last-child:not(:first-child), .mediumintermediate-push-0, .mediumintermediate-push-0:last-child:not(:first-child), .mediumintermediate-pull-0, .mediumintermediate-pull-0:last-child:not(:first-child) {
      float: left;
      clear: none; }
    .mediumintermediate-uncentered:last-child:not(:first-child), .mediumintermediate-push-0:last-child:not(:first-child), .mediumintermediate-pull-0:last-child:not(:first-child) {
      float: right; } }

@media print, screen and (min-width: 60.0625em) {
  .mediumalternative-1 {
    width: 8.33333%; }
  .mediumalternative-push-1 {
    position: relative;
    left: 8.33333%; }
  .mediumalternative-pull-1 {
    position: relative;
    left: -8.33333%; }
  .mediumalternative-offset-0 {
    margin-left: 0%; }
  .mediumalternative-2 {
    width: 16.66667%; }
  .mediumalternative-push-2 {
    position: relative;
    left: 16.66667%; }
  .mediumalternative-pull-2 {
    position: relative;
    left: -16.66667%; }
  .mediumalternative-offset-1 {
    margin-left: 8.33333%; }
  .mediumalternative-3 {
    width: 25%; }
  .mediumalternative-push-3 {
    position: relative;
    left: 25%; }
  .mediumalternative-pull-3 {
    position: relative;
    left: -25%; }
  .mediumalternative-offset-2 {
    margin-left: 16.66667%; }
  .mediumalternative-4 {
    width: 33.33333%; }
  .mediumalternative-push-4 {
    position: relative;
    left: 33.33333%; }
  .mediumalternative-pull-4 {
    position: relative;
    left: -33.33333%; }
  .mediumalternative-offset-3 {
    margin-left: 25%; }
  .mediumalternative-5 {
    width: 41.66667%; }
  .mediumalternative-push-5 {
    position: relative;
    left: 41.66667%; }
  .mediumalternative-pull-5 {
    position: relative;
    left: -41.66667%; }
  .mediumalternative-offset-4 {
    margin-left: 33.33333%; }
  .mediumalternative-6 {
    width: 50%; }
  .mediumalternative-push-6 {
    position: relative;
    left: 50%; }
  .mediumalternative-pull-6 {
    position: relative;
    left: -50%; }
  .mediumalternative-offset-5 {
    margin-left: 41.66667%; }
  .mediumalternative-7 {
    width: 58.33333%; }
  .mediumalternative-push-7 {
    position: relative;
    left: 58.33333%; }
  .mediumalternative-pull-7 {
    position: relative;
    left: -58.33333%; }
  .mediumalternative-offset-6 {
    margin-left: 50%; }
  .mediumalternative-8 {
    width: 66.66667%; }
  .mediumalternative-push-8 {
    position: relative;
    left: 66.66667%; }
  .mediumalternative-pull-8 {
    position: relative;
    left: -66.66667%; }
  .mediumalternative-offset-7 {
    margin-left: 58.33333%; }
  .mediumalternative-9 {
    width: 75%; }
  .mediumalternative-push-9 {
    position: relative;
    left: 75%; }
  .mediumalternative-pull-9 {
    position: relative;
    left: -75%; }
  .mediumalternative-offset-8 {
    margin-left: 66.66667%; }
  .mediumalternative-10 {
    width: 83.33333%; }
  .mediumalternative-push-10 {
    position: relative;
    left: 83.33333%; }
  .mediumalternative-pull-10 {
    position: relative;
    left: -83.33333%; }
  .mediumalternative-offset-9 {
    margin-left: 75%; }
  .mediumalternative-11 {
    width: 91.66667%; }
  .mediumalternative-push-11 {
    position: relative;
    left: 91.66667%; }
  .mediumalternative-pull-11 {
    position: relative;
    left: -91.66667%; }
  .mediumalternative-offset-10 {
    margin-left: 83.33333%; }
  .mediumalternative-12 {
    width: 100%; }
  .mediumalternative-offset-11 {
    margin-left: 91.66667%; }
  .mediumalternative-up-1 > .column, .mediumalternative-up-1 > .columns {
    float: left;
    width: 100%; }
    .mediumalternative-up-1 > .column:nth-of-type(1n), .mediumalternative-up-1 > .columns:nth-of-type(1n) {
      clear: none; }
    .mediumalternative-up-1 > .column:nth-of-type(1n+1), .mediumalternative-up-1 > .columns:nth-of-type(1n+1) {
      clear: both; }
    .mediumalternative-up-1 > .column:last-child, .mediumalternative-up-1 > .columns:last-child {
      float: left; }
  .mediumalternative-up-2 > .column, .mediumalternative-up-2 > .columns {
    float: left;
    width: 50%; }
    .mediumalternative-up-2 > .column:nth-of-type(1n), .mediumalternative-up-2 > .columns:nth-of-type(1n) {
      clear: none; }
    .mediumalternative-up-2 > .column:nth-of-type(2n+1), .mediumalternative-up-2 > .columns:nth-of-type(2n+1) {
      clear: both; }
    .mediumalternative-up-2 > .column:last-child, .mediumalternative-up-2 > .columns:last-child {
      float: left; }
  .mediumalternative-up-3 > .column, .mediumalternative-up-3 > .columns {
    float: left;
    width: 33.33333%; }
    .mediumalternative-up-3 > .column:nth-of-type(1n), .mediumalternative-up-3 > .columns:nth-of-type(1n) {
      clear: none; }
    .mediumalternative-up-3 > .column:nth-of-type(3n+1), .mediumalternative-up-3 > .columns:nth-of-type(3n+1) {
      clear: both; }
    .mediumalternative-up-3 > .column:last-child, .mediumalternative-up-3 > .columns:last-child {
      float: left; }
  .mediumalternative-up-4 > .column, .mediumalternative-up-4 > .columns {
    float: left;
    width: 25%; }
    .mediumalternative-up-4 > .column:nth-of-type(1n), .mediumalternative-up-4 > .columns:nth-of-type(1n) {
      clear: none; }
    .mediumalternative-up-4 > .column:nth-of-type(4n+1), .mediumalternative-up-4 > .columns:nth-of-type(4n+1) {
      clear: both; }
    .mediumalternative-up-4 > .column:last-child, .mediumalternative-up-4 > .columns:last-child {
      float: left; }
  .mediumalternative-up-5 > .column, .mediumalternative-up-5 > .columns {
    float: left;
    width: 20%; }
    .mediumalternative-up-5 > .column:nth-of-type(1n), .mediumalternative-up-5 > .columns:nth-of-type(1n) {
      clear: none; }
    .mediumalternative-up-5 > .column:nth-of-type(5n+1), .mediumalternative-up-5 > .columns:nth-of-type(5n+1) {
      clear: both; }
    .mediumalternative-up-5 > .column:last-child, .mediumalternative-up-5 > .columns:last-child {
      float: left; }
  .mediumalternative-up-6 > .column, .mediumalternative-up-6 > .columns {
    float: left;
    width: 16.66667%; }
    .mediumalternative-up-6 > .column:nth-of-type(1n), .mediumalternative-up-6 > .columns:nth-of-type(1n) {
      clear: none; }
    .mediumalternative-up-6 > .column:nth-of-type(6n+1), .mediumalternative-up-6 > .columns:nth-of-type(6n+1) {
      clear: both; }
    .mediumalternative-up-6 > .column:last-child, .mediumalternative-up-6 > .columns:last-child {
      float: left; }
  .mediumalternative-up-7 > .column, .mediumalternative-up-7 > .columns {
    float: left;
    width: 14.28571%; }
    .mediumalternative-up-7 > .column:nth-of-type(1n), .mediumalternative-up-7 > .columns:nth-of-type(1n) {
      clear: none; }
    .mediumalternative-up-7 > .column:nth-of-type(7n+1), .mediumalternative-up-7 > .columns:nth-of-type(7n+1) {
      clear: both; }
    .mediumalternative-up-7 > .column:last-child, .mediumalternative-up-7 > .columns:last-child {
      float: left; }
  .mediumalternative-up-8 > .column, .mediumalternative-up-8 > .columns {
    float: left;
    width: 12.5%; }
    .mediumalternative-up-8 > .column:nth-of-type(1n), .mediumalternative-up-8 > .columns:nth-of-type(1n) {
      clear: none; }
    .mediumalternative-up-8 > .column:nth-of-type(8n+1), .mediumalternative-up-8 > .columns:nth-of-type(8n+1) {
      clear: both; }
    .mediumalternative-up-8 > .column:last-child, .mediumalternative-up-8 > .columns:last-child {
      float: left; }
  .mediumalternative-collapse > .column, .mediumalternative-collapse > .columns {
    padding-right: 0;
    padding-left: 0; }
  .mediumalternative-collapse .row {
    margin-right: 0;
    margin-left: 0; }
  .expanded.row .mediumalternative-collapse.row {
    margin-right: 0;
    margin-left: 0; }
  .mediumalternative-uncollapse > .column, .mediumalternative-uncollapse > .columns {
    padding-right: 1.25rem;
    padding-left: 1.25rem; }
  .mediumalternative-centered {
    margin-right: auto;
    margin-left: auto; }
    .mediumalternative-centered, .mediumalternative-centered:last-child:not(:first-child) {
      float: none;
      clear: both; }
  .mediumalternative-uncentered, .mediumalternative-push-0, .mediumalternative-pull-0 {
    position: static;
    margin-right: 0;
    margin-left: 0; }
    .mediumalternative-uncentered, .mediumalternative-uncentered:last-child:not(:first-child), .mediumalternative-push-0, .mediumalternative-push-0:last-child:not(:first-child), .mediumalternative-pull-0, .mediumalternative-pull-0:last-child:not(:first-child) {
      float: left;
      clear: none; }
    .mediumalternative-uncentered:last-child:not(:first-child), .mediumalternative-push-0:last-child:not(:first-child), .mediumalternative-pull-0:last-child:not(:first-child) {
      float: right; } }

@media print, screen and (min-width: 64em) {
  .large-1 {
    width: 8.33333%; }
  .large-push-1 {
    position: relative;
    left: 8.33333%; }
  .large-pull-1 {
    position: relative;
    left: -8.33333%; }
  .large-offset-0 {
    margin-left: 0%; }
  .large-2 {
    width: 16.66667%; }
  .large-push-2 {
    position: relative;
    left: 16.66667%; }
  .large-pull-2 {
    position: relative;
    left: -16.66667%; }
  .large-offset-1 {
    margin-left: 8.33333%; }
  .large-3 {
    width: 25%; }
  .large-push-3 {
    position: relative;
    left: 25%; }
  .large-pull-3 {
    position: relative;
    left: -25%; }
  .large-offset-2 {
    margin-left: 16.66667%; }
  .large-4 {
    width: 33.33333%; }
  .large-push-4 {
    position: relative;
    left: 33.33333%; }
  .large-pull-4 {
    position: relative;
    left: -33.33333%; }
  .large-offset-3 {
    margin-left: 25%; }
  .large-5 {
    width: 41.66667%; }
  .large-push-5 {
    position: relative;
    left: 41.66667%; }
  .large-pull-5 {
    position: relative;
    left: -41.66667%; }
  .large-offset-4 {
    margin-left: 33.33333%; }
  .large-6 {
    width: 50%; }
  .large-push-6 {
    position: relative;
    left: 50%; }
  .large-pull-6 {
    position: relative;
    left: -50%; }
  .large-offset-5 {
    margin-left: 41.66667%; }
  .large-7 {
    width: 58.33333%; }
  .large-push-7 {
    position: relative;
    left: 58.33333%; }
  .large-pull-7 {
    position: relative;
    left: -58.33333%; }
  .large-offset-6 {
    margin-left: 50%; }
  .large-8 {
    width: 66.66667%; }
  .large-push-8 {
    position: relative;
    left: 66.66667%; }
  .large-pull-8 {
    position: relative;
    left: -66.66667%; }
  .large-offset-7 {
    margin-left: 58.33333%; }
  .large-9 {
    width: 75%; }
  .large-push-9 {
    position: relative;
    left: 75%; }
  .large-pull-9 {
    position: relative;
    left: -75%; }
  .large-offset-8 {
    margin-left: 66.66667%; }
  .large-10 {
    width: 83.33333%; }
  .large-push-10 {
    position: relative;
    left: 83.33333%; }
  .large-pull-10 {
    position: relative;
    left: -83.33333%; }
  .large-offset-9 {
    margin-left: 75%; }
  .large-11 {
    width: 91.66667%; }
  .large-push-11 {
    position: relative;
    left: 91.66667%; }
  .large-pull-11 {
    position: relative;
    left: -91.66667%; }
  .large-offset-10 {
    margin-left: 83.33333%; }
  .large-12 {
    width: 100%; }
  .large-offset-11 {
    margin-left: 91.66667%; }
  .large-up-1 > .column, .large-up-1 > .columns {
    float: left;
    width: 100%; }
    .large-up-1 > .column:nth-of-type(1n), .large-up-1 > .columns:nth-of-type(1n) {
      clear: none; }
    .large-up-1 > .column:nth-of-type(1n+1), .large-up-1 > .columns:nth-of-type(1n+1) {
      clear: both; }
    .large-up-1 > .column:last-child, .large-up-1 > .columns:last-child {
      float: left; }
  .large-up-2 > .column, .large-up-2 > .columns {
    float: left;
    width: 50%; }
    .large-up-2 > .column:nth-of-type(1n), .large-up-2 > .columns:nth-of-type(1n) {
      clear: none; }
    .large-up-2 > .column:nth-of-type(2n+1), .large-up-2 > .columns:nth-of-type(2n+1) {
      clear: both; }
    .large-up-2 > .column:last-child, .large-up-2 > .columns:last-child {
      float: left; }
  .large-up-3 > .column, .large-up-3 > .columns {
    float: left;
    width: 33.33333%; }
    .large-up-3 > .column:nth-of-type(1n), .large-up-3 > .columns:nth-of-type(1n) {
      clear: none; }
    .large-up-3 > .column:nth-of-type(3n+1), .large-up-3 > .columns:nth-of-type(3n+1) {
      clear: both; }
    .large-up-3 > .column:last-child, .large-up-3 > .columns:last-child {
      float: left; }
  .large-up-4 > .column, .large-up-4 > .columns {
    float: left;
    width: 25%; }
    .large-up-4 > .column:nth-of-type(1n), .large-up-4 > .columns:nth-of-type(1n) {
      clear: none; }
    .large-up-4 > .column:nth-of-type(4n+1), .large-up-4 > .columns:nth-of-type(4n+1) {
      clear: both; }
    .large-up-4 > .column:last-child, .large-up-4 > .columns:last-child {
      float: left; }
  .large-up-5 > .column, .large-up-5 > .columns {
    float: left;
    width: 20%; }
    .large-up-5 > .column:nth-of-type(1n), .large-up-5 > .columns:nth-of-type(1n) {
      clear: none; }
    .large-up-5 > .column:nth-of-type(5n+1), .large-up-5 > .columns:nth-of-type(5n+1) {
      clear: both; }
    .large-up-5 > .column:last-child, .large-up-5 > .columns:last-child {
      float: left; }
  .large-up-6 > .column, .large-up-6 > .columns {
    float: left;
    width: 16.66667%; }
    .large-up-6 > .column:nth-of-type(1n), .large-up-6 > .columns:nth-of-type(1n) {
      clear: none; }
    .large-up-6 > .column:nth-of-type(6n+1), .large-up-6 > .columns:nth-of-type(6n+1) {
      clear: both; }
    .large-up-6 > .column:last-child, .large-up-6 > .columns:last-child {
      float: left; }
  .large-up-7 > .column, .large-up-7 > .columns {
    float: left;
    width: 14.28571%; }
    .large-up-7 > .column:nth-of-type(1n), .large-up-7 > .columns:nth-of-type(1n) {
      clear: none; }
    .large-up-7 > .column:nth-of-type(7n+1), .large-up-7 > .columns:nth-of-type(7n+1) {
      clear: both; }
    .large-up-7 > .column:last-child, .large-up-7 > .columns:last-child {
      float: left; }
  .large-up-8 > .column, .large-up-8 > .columns {
    float: left;
    width: 12.5%; }
    .large-up-8 > .column:nth-of-type(1n), .large-up-8 > .columns:nth-of-type(1n) {
      clear: none; }
    .large-up-8 > .column:nth-of-type(8n+1), .large-up-8 > .columns:nth-of-type(8n+1) {
      clear: both; }
    .large-up-8 > .column:last-child, .large-up-8 > .columns:last-child {
      float: left; }
  .large-collapse > .column, .large-collapse > .columns {
    padding-right: 0;
    padding-left: 0; }
  .large-collapse .row {
    margin-right: 0;
    margin-left: 0; }
  .expanded.row .large-collapse.row {
    margin-right: 0;
    margin-left: 0; }
  .large-uncollapse > .column, .large-uncollapse > .columns {
    padding-right: 1.25rem;
    padding-left: 1.25rem; }
  .large-centered {
    margin-right: auto;
    margin-left: auto; }
    .large-centered, .large-centered:last-child:not(:first-child) {
      float: none;
      clear: both; }
  .large-uncentered, .large-push-0, .large-pull-0 {
    position: static;
    margin-right: 0;
    margin-left: 0; }
    .large-uncentered, .large-uncentered:last-child:not(:first-child), .large-push-0, .large-push-0:last-child:not(:first-child), .large-pull-0, .large-pull-0:last-child:not(:first-child) {
      float: left;
      clear: none; }
    .large-uncentered:last-child:not(:first-child), .large-push-0:last-child:not(:first-child), .large-pull-0:last-child:not(:first-child) {
      float: right; } }

@media screen and (min-width: 85.375em) {
  .xlarge-1 {
    width: 8.33333%; }
  .xlarge-push-1 {
    position: relative;
    left: 8.33333%; }
  .xlarge-pull-1 {
    position: relative;
    left: -8.33333%; }
  .xlarge-offset-0 {
    margin-left: 0%; }
  .xlarge-2 {
    width: 16.66667%; }
  .xlarge-push-2 {
    position: relative;
    left: 16.66667%; }
  .xlarge-pull-2 {
    position: relative;
    left: -16.66667%; }
  .xlarge-offset-1 {
    margin-left: 8.33333%; }
  .xlarge-3 {
    width: 25%; }
  .xlarge-push-3 {
    position: relative;
    left: 25%; }
  .xlarge-pull-3 {
    position: relative;
    left: -25%; }
  .xlarge-offset-2 {
    margin-left: 16.66667%; }
  .xlarge-4 {
    width: 33.33333%; }
  .xlarge-push-4 {
    position: relative;
    left: 33.33333%; }
  .xlarge-pull-4 {
    position: relative;
    left: -33.33333%; }
  .xlarge-offset-3 {
    margin-left: 25%; }
  .xlarge-5 {
    width: 41.66667%; }
  .xlarge-push-5 {
    position: relative;
    left: 41.66667%; }
  .xlarge-pull-5 {
    position: relative;
    left: -41.66667%; }
  .xlarge-offset-4 {
    margin-left: 33.33333%; }
  .xlarge-6 {
    width: 50%; }
  .xlarge-push-6 {
    position: relative;
    left: 50%; }
  .xlarge-pull-6 {
    position: relative;
    left: -50%; }
  .xlarge-offset-5 {
    margin-left: 41.66667%; }
  .xlarge-7 {
    width: 58.33333%; }
  .xlarge-push-7 {
    position: relative;
    left: 58.33333%; }
  .xlarge-pull-7 {
    position: relative;
    left: -58.33333%; }
  .xlarge-offset-6 {
    margin-left: 50%; }
  .xlarge-8 {
    width: 66.66667%; }
  .xlarge-push-8 {
    position: relative;
    left: 66.66667%; }
  .xlarge-pull-8 {
    position: relative;
    left: -66.66667%; }
  .xlarge-offset-7 {
    margin-left: 58.33333%; }
  .xlarge-9 {
    width: 75%; }
  .xlarge-push-9 {
    position: relative;
    left: 75%; }
  .xlarge-pull-9 {
    position: relative;
    left: -75%; }
  .xlarge-offset-8 {
    margin-left: 66.66667%; }
  .xlarge-10 {
    width: 83.33333%; }
  .xlarge-push-10 {
    position: relative;
    left: 83.33333%; }
  .xlarge-pull-10 {
    position: relative;
    left: -83.33333%; }
  .xlarge-offset-9 {
    margin-left: 75%; }
  .xlarge-11 {
    width: 91.66667%; }
  .xlarge-push-11 {
    position: relative;
    left: 91.66667%; }
  .xlarge-pull-11 {
    position: relative;
    left: -91.66667%; }
  .xlarge-offset-10 {
    margin-left: 83.33333%; }
  .xlarge-12 {
    width: 100%; }
  .xlarge-offset-11 {
    margin-left: 91.66667%; }
  .xlarge-up-1 > .column, .xlarge-up-1 > .columns {
    float: left;
    width: 100%; }
    .xlarge-up-1 > .column:nth-of-type(1n), .xlarge-up-1 > .columns:nth-of-type(1n) {
      clear: none; }
    .xlarge-up-1 > .column:nth-of-type(1n+1), .xlarge-up-1 > .columns:nth-of-type(1n+1) {
      clear: both; }
    .xlarge-up-1 > .column:last-child, .xlarge-up-1 > .columns:last-child {
      float: left; }
  .xlarge-up-2 > .column, .xlarge-up-2 > .columns {
    float: left;
    width: 50%; }
    .xlarge-up-2 > .column:nth-of-type(1n), .xlarge-up-2 > .columns:nth-of-type(1n) {
      clear: none; }
    .xlarge-up-2 > .column:nth-of-type(2n+1), .xlarge-up-2 > .columns:nth-of-type(2n+1) {
      clear: both; }
    .xlarge-up-2 > .column:last-child, .xlarge-up-2 > .columns:last-child {
      float: left; }
  .xlarge-up-3 > .column, .xlarge-up-3 > .columns {
    float: left;
    width: 33.33333%; }
    .xlarge-up-3 > .column:nth-of-type(1n), .xlarge-up-3 > .columns:nth-of-type(1n) {
      clear: none; }
    .xlarge-up-3 > .column:nth-of-type(3n+1), .xlarge-up-3 > .columns:nth-of-type(3n+1) {
      clear: both; }
    .xlarge-up-3 > .column:last-child, .xlarge-up-3 > .columns:last-child {
      float: left; }
  .xlarge-up-4 > .column, .xlarge-up-4 > .columns {
    float: left;
    width: 25%; }
    .xlarge-up-4 > .column:nth-of-type(1n), .xlarge-up-4 > .columns:nth-of-type(1n) {
      clear: none; }
    .xlarge-up-4 > .column:nth-of-type(4n+1), .xlarge-up-4 > .columns:nth-of-type(4n+1) {
      clear: both; }
    .xlarge-up-4 > .column:last-child, .xlarge-up-4 > .columns:last-child {
      float: left; }
  .xlarge-up-5 > .column, .xlarge-up-5 > .columns {
    float: left;
    width: 20%; }
    .xlarge-up-5 > .column:nth-of-type(1n), .xlarge-up-5 > .columns:nth-of-type(1n) {
      clear: none; }
    .xlarge-up-5 > .column:nth-of-type(5n+1), .xlarge-up-5 > .columns:nth-of-type(5n+1) {
      clear: both; }
    .xlarge-up-5 > .column:last-child, .xlarge-up-5 > .columns:last-child {
      float: left; }
  .xlarge-up-6 > .column, .xlarge-up-6 > .columns {
    float: left;
    width: 16.66667%; }
    .xlarge-up-6 > .column:nth-of-type(1n), .xlarge-up-6 > .columns:nth-of-type(1n) {
      clear: none; }
    .xlarge-up-6 > .column:nth-of-type(6n+1), .xlarge-up-6 > .columns:nth-of-type(6n+1) {
      clear: both; }
    .xlarge-up-6 > .column:last-child, .xlarge-up-6 > .columns:last-child {
      float: left; }
  .xlarge-up-7 > .column, .xlarge-up-7 > .columns {
    float: left;
    width: 14.28571%; }
    .xlarge-up-7 > .column:nth-of-type(1n), .xlarge-up-7 > .columns:nth-of-type(1n) {
      clear: none; }
    .xlarge-up-7 > .column:nth-of-type(7n+1), .xlarge-up-7 > .columns:nth-of-type(7n+1) {
      clear: both; }
    .xlarge-up-7 > .column:last-child, .xlarge-up-7 > .columns:last-child {
      float: left; }
  .xlarge-up-8 > .column, .xlarge-up-8 > .columns {
    float: left;
    width: 12.5%; }
    .xlarge-up-8 > .column:nth-of-type(1n), .xlarge-up-8 > .columns:nth-of-type(1n) {
      clear: none; }
    .xlarge-up-8 > .column:nth-of-type(8n+1), .xlarge-up-8 > .columns:nth-of-type(8n+1) {
      clear: both; }
    .xlarge-up-8 > .column:last-child, .xlarge-up-8 > .columns:last-child {
      float: left; }
  .xlarge-collapse > .column, .xlarge-collapse > .columns {
    padding-right: 0;
    padding-left: 0; }
  .xlarge-collapse .row {
    margin-right: 0;
    margin-left: 0; }
  .expanded.row .xlarge-collapse.row {
    margin-right: 0;
    margin-left: 0; }
  .xlarge-uncollapse > .column, .xlarge-uncollapse > .columns {
    padding-right: 1.25rem;
    padding-left: 1.25rem; }
  .xlarge-centered {
    margin-right: auto;
    margin-left: auto; }
    .xlarge-centered, .xlarge-centered:last-child:not(:first-child) {
      float: none;
      clear: both; }
  .xlarge-uncentered, .xlarge-push-0, .xlarge-pull-0 {
    position: static;
    margin-right: 0;
    margin-left: 0; }
    .xlarge-uncentered, .xlarge-uncentered:last-child:not(:first-child), .xlarge-push-0, .xlarge-push-0:last-child:not(:first-child), .xlarge-pull-0, .xlarge-pull-0:last-child:not(:first-child) {
      float: left;
      clear: none; }
    .xlarge-uncentered:last-child:not(:first-child), .xlarge-push-0:last-child:not(:first-child), .xlarge-pull-0:last-child:not(:first-child) {
      float: right; } }

@media screen and (min-width: 90.0625em) {
  .xxlarge-1 {
    width: 8.33333%; }
  .xxlarge-push-1 {
    position: relative;
    left: 8.33333%; }
  .xxlarge-pull-1 {
    position: relative;
    left: -8.33333%; }
  .xxlarge-offset-0 {
    margin-left: 0%; }
  .xxlarge-2 {
    width: 16.66667%; }
  .xxlarge-push-2 {
    position: relative;
    left: 16.66667%; }
  .xxlarge-pull-2 {
    position: relative;
    left: -16.66667%; }
  .xxlarge-offset-1 {
    margin-left: 8.33333%; }
  .xxlarge-3 {
    width: 25%; }
  .xxlarge-push-3 {
    position: relative;
    left: 25%; }
  .xxlarge-pull-3 {
    position: relative;
    left: -25%; }
  .xxlarge-offset-2 {
    margin-left: 16.66667%; }
  .xxlarge-4 {
    width: 33.33333%; }
  .xxlarge-push-4 {
    position: relative;
    left: 33.33333%; }
  .xxlarge-pull-4 {
    position: relative;
    left: -33.33333%; }
  .xxlarge-offset-3 {
    margin-left: 25%; }
  .xxlarge-5 {
    width: 41.66667%; }
  .xxlarge-push-5 {
    position: relative;
    left: 41.66667%; }
  .xxlarge-pull-5 {
    position: relative;
    left: -41.66667%; }
  .xxlarge-offset-4 {
    margin-left: 33.33333%; }
  .xxlarge-6 {
    width: 50%; }
  .xxlarge-push-6 {
    position: relative;
    left: 50%; }
  .xxlarge-pull-6 {
    position: relative;
    left: -50%; }
  .xxlarge-offset-5 {
    margin-left: 41.66667%; }
  .xxlarge-7 {
    width: 58.33333%; }
  .xxlarge-push-7 {
    position: relative;
    left: 58.33333%; }
  .xxlarge-pull-7 {
    position: relative;
    left: -58.33333%; }
  .xxlarge-offset-6 {
    margin-left: 50%; }
  .xxlarge-8 {
    width: 66.66667%; }
  .xxlarge-push-8 {
    position: relative;
    left: 66.66667%; }
  .xxlarge-pull-8 {
    position: relative;
    left: -66.66667%; }
  .xxlarge-offset-7 {
    margin-left: 58.33333%; }
  .xxlarge-9 {
    width: 75%; }
  .xxlarge-push-9 {
    position: relative;
    left: 75%; }
  .xxlarge-pull-9 {
    position: relative;
    left: -75%; }
  .xxlarge-offset-8 {
    margin-left: 66.66667%; }
  .xxlarge-10 {
    width: 83.33333%; }
  .xxlarge-push-10 {
    position: relative;
    left: 83.33333%; }
  .xxlarge-pull-10 {
    position: relative;
    left: -83.33333%; }
  .xxlarge-offset-9 {
    margin-left: 75%; }
  .xxlarge-11 {
    width: 91.66667%; }
  .xxlarge-push-11 {
    position: relative;
    left: 91.66667%; }
  .xxlarge-pull-11 {
    position: relative;
    left: -91.66667%; }
  .xxlarge-offset-10 {
    margin-left: 83.33333%; }
  .xxlarge-12 {
    width: 100%; }
  .xxlarge-offset-11 {
    margin-left: 91.66667%; }
  .xxlarge-up-1 > .column, .xxlarge-up-1 > .columns {
    float: left;
    width: 100%; }
    .xxlarge-up-1 > .column:nth-of-type(1n), .xxlarge-up-1 > .columns:nth-of-type(1n) {
      clear: none; }
    .xxlarge-up-1 > .column:nth-of-type(1n+1), .xxlarge-up-1 > .columns:nth-of-type(1n+1) {
      clear: both; }
    .xxlarge-up-1 > .column:last-child, .xxlarge-up-1 > .columns:last-child {
      float: left; }
  .xxlarge-up-2 > .column, .xxlarge-up-2 > .columns {
    float: left;
    width: 50%; }
    .xxlarge-up-2 > .column:nth-of-type(1n), .xxlarge-up-2 > .columns:nth-of-type(1n) {
      clear: none; }
    .xxlarge-up-2 > .column:nth-of-type(2n+1), .xxlarge-up-2 > .columns:nth-of-type(2n+1) {
      clear: both; }
    .xxlarge-up-2 > .column:last-child, .xxlarge-up-2 > .columns:last-child {
      float: left; }
  .xxlarge-up-3 > .column, .xxlarge-up-3 > .columns {
    float: left;
    width: 33.33333%; }
    .xxlarge-up-3 > .column:nth-of-type(1n), .xxlarge-up-3 > .columns:nth-of-type(1n) {
      clear: none; }
    .xxlarge-up-3 > .column:nth-of-type(3n+1), .xxlarge-up-3 > .columns:nth-of-type(3n+1) {
      clear: both; }
    .xxlarge-up-3 > .column:last-child, .xxlarge-up-3 > .columns:last-child {
      float: left; }
  .xxlarge-up-4 > .column, .xxlarge-up-4 > .columns {
    float: left;
    width: 25%; }
    .xxlarge-up-4 > .column:nth-of-type(1n), .xxlarge-up-4 > .columns:nth-of-type(1n) {
      clear: none; }
    .xxlarge-up-4 > .column:nth-of-type(4n+1), .xxlarge-up-4 > .columns:nth-of-type(4n+1) {
      clear: both; }
    .xxlarge-up-4 > .column:last-child, .xxlarge-up-4 > .columns:last-child {
      float: left; }
  .xxlarge-up-5 > .column, .xxlarge-up-5 > .columns {
    float: left;
    width: 20%; }
    .xxlarge-up-5 > .column:nth-of-type(1n), .xxlarge-up-5 > .columns:nth-of-type(1n) {
      clear: none; }
    .xxlarge-up-5 > .column:nth-of-type(5n+1), .xxlarge-up-5 > .columns:nth-of-type(5n+1) {
      clear: both; }
    .xxlarge-up-5 > .column:last-child, .xxlarge-up-5 > .columns:last-child {
      float: left; }
  .xxlarge-up-6 > .column, .xxlarge-up-6 > .columns {
    float: left;
    width: 16.66667%; }
    .xxlarge-up-6 > .column:nth-of-type(1n), .xxlarge-up-6 > .columns:nth-of-type(1n) {
      clear: none; }
    .xxlarge-up-6 > .column:nth-of-type(6n+1), .xxlarge-up-6 > .columns:nth-of-type(6n+1) {
      clear: both; }
    .xxlarge-up-6 > .column:last-child, .xxlarge-up-6 > .columns:last-child {
      float: left; }
  .xxlarge-up-7 > .column, .xxlarge-up-7 > .columns {
    float: left;
    width: 14.28571%; }
    .xxlarge-up-7 > .column:nth-of-type(1n), .xxlarge-up-7 > .columns:nth-of-type(1n) {
      clear: none; }
    .xxlarge-up-7 > .column:nth-of-type(7n+1), .xxlarge-up-7 > .columns:nth-of-type(7n+1) {
      clear: both; }
    .xxlarge-up-7 > .column:last-child, .xxlarge-up-7 > .columns:last-child {
      float: left; }
  .xxlarge-up-8 > .column, .xxlarge-up-8 > .columns {
    float: left;
    width: 12.5%; }
    .xxlarge-up-8 > .column:nth-of-type(1n), .xxlarge-up-8 > .columns:nth-of-type(1n) {
      clear: none; }
    .xxlarge-up-8 > .column:nth-of-type(8n+1), .xxlarge-up-8 > .columns:nth-of-type(8n+1) {
      clear: both; }
    .xxlarge-up-8 > .column:last-child, .xxlarge-up-8 > .columns:last-child {
      float: left; }
  .xxlarge-collapse > .column, .xxlarge-collapse > .columns {
    padding-right: 0;
    padding-left: 0; }
  .xxlarge-collapse .row {
    margin-right: 0;
    margin-left: 0; }
  .expanded.row .xxlarge-collapse.row {
    margin-right: 0;
    margin-left: 0; }
  .xxlarge-uncollapse > .column, .xxlarge-uncollapse > .columns {
    padding-right: 1.25rem;
    padding-left: 1.25rem; }
  .xxlarge-centered {
    margin-right: auto;
    margin-left: auto; }
    .xxlarge-centered, .xxlarge-centered:last-child:not(:first-child) {
      float: none;
      clear: both; }
  .xxlarge-uncentered, .xxlarge-push-0, .xxlarge-pull-0 {
    position: static;
    margin-right: 0;
    margin-left: 0; }
    .xxlarge-uncentered, .xxlarge-uncentered:last-child:not(:first-child), .xxlarge-push-0, .xxlarge-push-0:last-child:not(:first-child), .xxlarge-pull-0, .xxlarge-pull-0:last-child:not(:first-child) {
      float: left;
      clear: none; }
    .xxlarge-uncentered:last-child:not(:first-child), .xxlarge-push-0:last-child:not(:first-child), .xxlarge-pull-0:last-child:not(:first-child) {
      float: right; } }

.column-block {
  margin-bottom: 2.5rem; }
  .column-block > :last-child {
    margin-bottom: 0; }

div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
form,
p,
blockquote,
th,
td {
  margin: 0;
  padding: 0; }

p {
  margin-bottom: 1rem;
  font-size: inherit;
  line-height: 1.6;
  text-rendering: optimizeLegibility; }

em,
i {
  font-style: italic;
  line-height: inherit; }

strong,
b {
  font-weight: bold;
  line-height: inherit; }

small {
  font-size: 80%;
  line-height: inherit; }

h1, .h1,
h2, .h2,
h3, .h3,
h4, .h4,
h5, .h5,
h6, .h6 {
  font-family: "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  color: inherit;
  text-rendering: optimizeLegibility; }
  h1 small, .h1 small,
  h2 small, .h2 small,
  h3 small, .h3 small,
  h4 small, .h4 small,
  h5 small, .h5 small,
  h6 small, .h6 small {
    line-height: 0;
    color: #cacaca; }

h1, .h1 {
  font-size: 2rem;
  line-height: 1.4;
  margin-top: 0;
  margin-bottom: 0.5rem; }

h2, .h2 {
  font-size: 1.8125rem;
  line-height: 1.4;
  margin-top: 0;
  margin-bottom: 0.5rem; }

h3, .h3 {
  font-size: 1.5625rem;
  line-height: 1.4;
  margin-top: 0;
  margin-bottom: 0.5rem; }

h4, .h4 {
  font-size: 1.375rem;
  line-height: 1.4;
  margin-top: 0;
  margin-bottom: 0.5rem; }

h5, .h5 {
  font-size: 1.25rem;
  line-height: 1.4;
  margin-top: 0;
  margin-bottom: 0.5rem; }

h6, .h6 {
  font-size: 1.125rem;
  line-height: 1.4;
  margin-top: 0;
  margin-bottom: 0.5rem; }

@media print, screen and (min-width: 48em) {
  h1, .h1 {
    font-size: 2.25rem; }
  h2, .h2 {
    font-size: 2rem; }
  h3, .h3 {
    font-size: 1.8125rem; }
  h4, .h4 {
    font-size: 1.5625rem; }
  h5, .h5 {
    font-size: 1.375rem; }
  h6, .h6 {
    font-size: 1.125rem; } }

@media print, screen and (min-width: 64em) {
  h1, .h1 {
    font-size: 2.5rem; }
  h2, .h2 {
    font-size: 2.25rem; }
  h3, .h3 {
    font-size: 1.9375rem; }
  h4, .h4 {
    font-size: 1.5625rem; }
  h5, .h5 {
    font-size: 1.25rem; }
  h6, .h6 {
    font-size: 1rem; } }

a {
  line-height: inherit;
  color: #666;
  text-decoration: none;
  cursor: pointer; }
  a:hover, a:focus {
    color: #585858; }
  a img {
    border: 0; }

hr {
  clear: both;
  max-width: 120rem;
  height: 0;
  margin: 1.25rem auto;
  border-top: 0;
  border-right: 0;
  border-bottom: 1px solid #cacaca;
  border-left: 0; }

ul,
ol,
dl {
  margin-bottom: 1rem;
  list-style-position: outside;
  line-height: 1.6; }

li {
  font-size: inherit; }

ul {
  margin-left: 1.25rem;
  list-style-type: disc; }

ol {
  margin-left: 1.25rem; }

ul ul, ol ul, ul ol, ol ol {
  margin-left: 1.25rem;
  margin-bottom: 0; }

dl {
  margin-bottom: 1rem; }
  dl dt {
    margin-bottom: 0.3rem;
    font-weight: bold; }

blockquote {
  margin: 0 0 1rem;
  padding: 0.5625rem 1.25rem 0 1.1875rem;
  border-left: 1px solid #cacaca; }
  blockquote, blockquote p {
    line-height: 1.6;
    color: #8a8a8a; }

abbr, abbr[title] {
  border-bottom: 1px dotted #030405;
  cursor: help;
  text-decoration: none; }

figure {
  margin: 0; }

kbd {
  margin: 0;
  padding: 0.125rem 0.25rem 0;
  background-color: #e6e6e6;
  font-family: Consolas, "Liberation Mono", Courier, monospace;
  color: #030405; }

.subheader {
  margin-top: 0.2rem;
  margin-bottom: 0.5rem;
  font-weight: normal;
  line-height: 1.4;
  color: #8a8a8a; }

.lead {
  font-size: 20px;
  line-height: 1.6; }

.stat {
  font-size: 2.5rem;
  line-height: 1; }
  p + .stat {
    margin-top: -1rem; }

ul.no-bullet, ol.no-bullet {
  margin-left: 0;
  list-style: none; }

.cite-block, cite {
  display: block;
  color: #8a8a8a;
  font-size: 0.8125rem; }
  .cite-block:before, cite:before {
    content: "— "; }

.code-inline, code {
  border: 1px solid #cacaca;
  background-color: #e6e6e6;
  font-family: Consolas, "Liberation Mono", Courier, monospace;
  font-weight: normal;
  color: #030405;
  display: inline;
  max-width: 100%;
  word-wrap: break-word;
  padding: 0.125rem 0.3125rem 0.0625rem; }

.code-block {
  border: 1px solid #cacaca;
  background-color: #e6e6e6;
  font-family: Consolas, "Liberation Mono", Courier, monospace;
  font-weight: normal;
  color: #030405;
  display: block;
  overflow: auto;
  white-space: pre;
  padding: 1rem;
  margin-bottom: 1.5rem; }

.text-left {
  text-align: left; }

.text-right {
  text-align: right; }

.text-center {
  text-align: center; }

.text-justify {
  text-align: justify; }

@media print, screen and (min-width: 48em) {
  .medium-text-left {
    text-align: left; }
  .medium-text-right {
    text-align: right; }
  .medium-text-center {
    text-align: center; }
  .medium-text-justify {
    text-align: justify; } }

@media print, screen and (min-width: 50em) {
  .mediumintermediate-text-left {
    text-align: left; }
  .mediumintermediate-text-right {
    text-align: right; }
  .mediumintermediate-text-center {
    text-align: center; }
  .mediumintermediate-text-justify {
    text-align: justify; } }

@media print, screen and (min-width: 60.0625em) {
  .mediumalternative-text-left {
    text-align: left; }
  .mediumalternative-text-right {
    text-align: right; }
  .mediumalternative-text-center {
    text-align: center; }
  .mediumalternative-text-justify {
    text-align: justify; } }

@media print, screen and (min-width: 64em) {
  .large-text-left {
    text-align: left; }
  .large-text-right {
    text-align: right; }
  .large-text-center {
    text-align: center; }
  .large-text-justify {
    text-align: justify; } }

@media screen and (min-width: 85.375em) {
  .xlarge-text-left {
    text-align: left; }
  .xlarge-text-right {
    text-align: right; }
  .xlarge-text-center {
    text-align: center; }
  .xlarge-text-justify {
    text-align: justify; } }

@media screen and (min-width: 90.0625em) {
  .xxlarge-text-left {
    text-align: left; }
  .xxlarge-text-right {
    text-align: right; }
  .xxlarge-text-center {
    text-align: center; }
  .xxlarge-text-justify {
    text-align: justify; } }

.show-for-print {
  display: none !important; }

@media print {
  * {
    background: transparent !important;
    box-shadow: none !important;
    color: black !important;
    text-shadow: none !important; }
  .show-for-print {
    display: block !important; }
  .hide-for-print {
    display: none !important; }
  table.show-for-print {
    display: table !important; }
  thead.show-for-print {
    display: table-header-group !important; }
  tbody.show-for-print {
    display: table-row-group !important; }
  tr.show-for-print {
    display: table-row !important; }
  td.show-for-print {
    display: table-cell !important; }
  th.show-for-print {
    display: table-cell !important; }
  a,
  a:visited {
    text-decoration: underline; }
  a[href]:after {
    content: " (" attr(href) ")"; }
  .ir a:after,
  a[href^='javascript:']:after,
  a[href^='#']:after {
    content: ''; }
  abbr[title]:after {
    content: " (" attr(title) ")"; }
  pre,
  blockquote {
    border: 1px solid #8a8a8a;
    page-break-inside: avoid; }
  thead {
    display: table-header-group; }
  tr,
  img {
    page-break-inside: avoid; }
  img {
    max-width: 100% !important; }
  @page {
    margin: 0.5cm; }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3; }
  h2,
  h3 {
    page-break-after: avoid; }
  .print-break-inside {
    page-break-inside: auto; } }

[type='text'], [type='password'], [type='date'], [type='datetime'], [type='datetime-local'], [type='month'], [type='week'], [type='email'], [type='number'], [type='search'], [type='tel'], [type='time'], [type='url'], [type='color'],
textarea {
  display: block;
  box-sizing: border-box;
  width: 100%;
  height: 4.4375rem;
  margin: 0 0 1rem;
  padding: 1.5rem;
  border: 2px solid rgba(255, 255, 255, 0.3);
  border-radius: 0;
  background-color: #fff;
  box-shadow: inset 0 1px 2px rgba(3, 4, 5, 0.1);
  font-family: inherit;
  font-size: 1rem;
  font-weight: normal;
  line-height: 1.5;
  color: #030405;
  transition: box-shadow 0.5s, border-color 0.25s ease-in-out;
  appearance: none; }
  [type='text']:focus, [type='password']:focus, [type='date']:focus, [type='datetime']:focus, [type='datetime-local']:focus, [type='month']:focus, [type='week']:focus, [type='email']:focus, [type='number']:focus, [type='search']:focus, [type='tel']:focus, [type='time']:focus, [type='url']:focus, [type='color']:focus,
  textarea:focus {
    outline: none;
    border: 1px solid #8a8a8a;
    background-color: #fff;
    box-shadow: 0 0 5px #cacaca;
    transition: box-shadow 0.5s, border-color 0.25s ease-in-out; }

textarea {
  max-width: 100%; }
  textarea[rows] {
    height: auto; }

input:disabled, input[readonly],
textarea:disabled,
textarea[readonly] {
  background-color: #e6e6e6;
  cursor: not-allowed; }

[type='submit'],
[type='button'] {
  appearance: none;
  border-radius: 0; }

input[type='search'] {
  box-sizing: border-box; }

::placeholder {
  color: #cacaca; }

[type='file'],
[type='checkbox'],
[type='radio'] {
  margin: 0 0 1rem; }

[type='checkbox'] + label,
[type='radio'] + label {
  display: inline-block;
  vertical-align: baseline;
  margin-left: 0.5rem;
  margin-right: 1rem;
  margin-bottom: 0; }
  [type='checkbox'] + label[for],
  [type='radio'] + label[for] {
    cursor: pointer; }

label > [type='checkbox'],
label > [type='radio'] {
  margin-right: 0.5rem; }

[type='file'] {
  width: 100%; }

label {
  display: block;
  margin: 0;
  font-size: 0.875rem;
  font-weight: normal;
  line-height: 1.8;
  color: #030405; }
  label.middle {
    margin: 0 0 1rem;
    padding: 0.625rem 0; }

.help-text {
  margin-top: -0.5rem;
  font-size: 0.8125rem;
  font-style: italic;
  color: #030405; }

.input-group {
  display: flex;
  width: 100%;
  margin-bottom: 1rem;
  align-items: stretch; }
  .input-group > :first-child {
    border-radius: 0 0 0 0; }
  .input-group > :last-child > * {
    border-radius: 0 0 0 0; }

.input-group-label, .input-group-field, .input-group-button, .input-group-button a,
.input-group-button input,
.input-group-button button,
.input-group-button label {
  margin: 0;
  white-space: nowrap; }

.input-group-label {
  padding: 0 1rem;
  border: 1px solid #cacaca;
  background: #e6e6e6;
  color: #030405;
  text-align: center;
  white-space: nowrap;
  display: flex;
  flex: 0 0 auto;
  align-items: center; }
  .input-group-label:first-child {
    border-right: 0; }
  .input-group-label:last-child {
    border-left: 0; }

.input-group-field {
  border-radius: 0;
  flex: 1 1 0px;
  min-width: 0; }

.input-group-button {
  padding-top: 0;
  padding-bottom: 0;
  text-align: center;
  display: flex;
  flex: 0 0 auto; }
  .input-group-button a,
  .input-group-button input,
  .input-group-button button,
  .input-group-button label {
    height: auto;
    align-self: stretch;
    padding-top: 0;
    padding-bottom: 0;
    font-size: 1rem; }

fieldset {
  margin: 0;
  padding: 0;
  border: 0; }

legend {
  max-width: 100%;
  margin-bottom: 0.5rem; }

.fieldset {
  margin: 1.125rem 0;
  padding: 24px;
  border: 0; }
  .fieldset legend {
    margin: 0;
    margin-left: -0.1875rem;
    padding: 0 0.1875rem; }

select {
  height: 4.4375rem;
  margin: 0 0 1rem;
  padding: 1.5rem;
  appearance: none;
  border: 2px solid rgba(255, 255, 255, 0.3);
  border-radius: 0;
  background-color: #fff;
  font-family: inherit;
  font-size: 1rem;
  font-weight: normal;
  line-height: 1.5;
  color: #030405;
  background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' version='1.1' width='32' height='24' viewBox='0 0 32 24'><polygon points='0,0 32,0 16,24' style='fill: rgb%28138, 138, 138%29'></polygon></svg>");
  background-origin: content-box;
  background-position: right -1rem center;
  background-repeat: no-repeat;
  background-size: 9px 6px;
  padding-right: 1.5rem;
  transition: box-shadow 0.5s, border-color 0.25s ease-in-out; }
  @media screen and (min-width: 0\0) {
    select {
      background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACAAAAAYCAYAAACbU/80AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAIpJREFUeNrEkckNgDAMBBfRkEt0ObRBBdsGXUDgmQfK4XhH2m8czQAAy27R3tsw4Qfe2x8uOO6oYLb6GlOor3GF+swURAOmUJ+RwtEJs9WvTGEYxBXqI1MQAZhCfUQKRzDMVj+TwrAIV6jvSUEkYAr1LSkcyTBb/V+KYfX7xAeusq3sLDtGH3kEGACPWIflNZfhRQAAAABJRU5ErkJggg=="); } }
  select:focus {
    outline: none;
    border: 1px solid #8a8a8a;
    background-color: #fff;
    box-shadow: 0 0 5px #cacaca;
    transition: box-shadow 0.5s, border-color 0.25s ease-in-out; }
  select:disabled {
    background-color: #e6e6e6;
    cursor: not-allowed; }
  select::-ms-expand {
    display: none; }
  select[multiple] {
    height: auto;
    background-image: none; }

.is-invalid-input:not(:focus) {
  border-color: #e93838;
  background-color: #fdebeb; }
  .is-invalid-input:not(:focus)::placeholder {
    color: #e93838; }

.is-invalid-label {
  color: #e93838; }

.form-error {
  display: none;
  margin-top: -0.5rem;
  margin-bottom: 1rem;
  font-size: 0.75rem;
  font-weight: bold;
  color: #e93838; }
  .form-error.is-visible {
    display: block; }

.button {
  display: inline-block;
  vertical-align: middle;
  margin: 0;
  font-family: "DIN Next CYR", sans-serif;
  padding: 16px 30px;
  -webkit-appearance: none;
  border: 1px solid transparent;
  border-radius: 0;
  transition: background-color 0.25s ease-out, color 0.25s ease-out;
  font-size: 14px;
  line-height: 1;
  text-align: center;
  cursor: pointer; }
  [data-whatinput='mouse'] .button {
    outline: 0; }
  .button.tiny {
    font-size: 10px; }
  .button.small {
    font-size: 12px; }
  .button.large {
    font-size: 16px; }
  .button.expanded {
    display: block;
    width: 100%;
    margin-right: 0;
    margin-left: 0; }
  .button, .button.disabled, .button[disabled], .button.disabled:hover, .button[disabled]:hover, .button.disabled:focus, .button[disabled]:focus {
    background-color: #666;
    color: #fff; }
  .button:hover, .button:focus {
    background-color: #575757;
    color: #fff; }
  .button.primary, .button.primary.disabled, .button.primary[disabled], .button.primary.disabled:hover, .button.primary[disabled]:hover, .button.primary.disabled:focus, .button.primary[disabled]:focus {
    background-color: #666;
    color: #fff; }
  .button.primary:hover, .button.primary:focus {
    background-color: #525252;
    color: #fff; }
  .button.secondary, .button.secondary.disabled, .button.secondary[disabled], .button.secondary.disabled:hover, .button.secondary[disabled]:hover, .button.secondary.disabled:focus, .button.secondary[disabled]:focus {
    background-color: #f2f2f2;
    color: #030405; }
  .button.secondary:hover, .button.secondary:focus {
    background-color: #c2c2c2;
    color: #030405; }
  .button.success, .button.success.disabled, .button.success[disabled], .button.success.disabled:hover, .button.success[disabled]:hover, .button.success.disabled:focus, .button.success[disabled]:focus {
    background-color: #5cb85c;
    color: #030405; }
  .button.success:hover, .button.success:focus {
    background-color: #439a43;
    color: #030405; }
  .button.warning, .button.warning.disabled, .button.warning[disabled], .button.warning.disabled:hover, .button.warning[disabled]:hover, .button.warning.disabled:focus, .button.warning[disabled]:focus {
    background-color: #ffae00;
    color: #030405; }
  .button.warning:hover, .button.warning:focus {
    background-color: #cc8b00;
    color: #030405; }
  .button.alert, .button.alert.disabled, .button.alert[disabled], .button.alert.disabled:hover, .button.alert[disabled]:hover, .button.alert.disabled:focus, .button.alert[disabled]:focus {
    background-color: #e93838;
    color: #030405; }
  .button.alert:hover, .button.alert:focus {
    background-color: #d01717;
    color: #030405; }
  .button.primary-negative, .button.primary-negative.disabled, .button.primary-negative[disabled], .button.primary-negative.disabled:hover, .button.primary-negative[disabled]:hover, .button.primary-negative.disabled:focus, .button.primary-negative[disabled]:focus {
    background-color: #fff;
    color: #030405; }
  .button.primary-negative:hover, .button.primary-negative:focus {
    background-color: #cccccc;
    color: #030405; }
  .button.hollow, .button.hollow:hover, .button.hollow:focus, .button.hollow.disabled, .button.hollow.disabled:hover, .button.hollow.disabled:focus, .button.hollow[disabled], .button.hollow[disabled]:hover, .button.hollow[disabled]:focus {
    background-color: transparent; }
  .button.hollow, .button.hollow.disabled, .button.hollow[disabled], .button.hollow.disabled:hover, .button.hollow[disabled]:hover, .button.hollow.disabled:focus, .button.hollow[disabled]:focus {
    border: 1px solid #666;
    color: #666; }
  .button.hollow:hover, .button.hollow:focus {
    border-color: #333333;
    color: #333333; }
  .button.hollow.primary, .button.hollow.primary.disabled, .button.hollow.primary[disabled], .button.hollow.primary.disabled:hover, .button.hollow.primary[disabled]:hover, .button.hollow.primary.disabled:focus, .button.hollow.primary[disabled]:focus {
    border: 1px solid #666;
    color: #666; }
  .button.hollow.primary:hover, .button.hollow.primary:focus {
    border-color: #333333;
    color: #333333; }
  .button.hollow.secondary, .button.hollow.secondary.disabled, .button.hollow.secondary[disabled], .button.hollow.secondary.disabled:hover, .button.hollow.secondary[disabled]:hover, .button.hollow.secondary.disabled:focus, .button.hollow.secondary[disabled]:focus {
    border: 1px solid #f2f2f2;
    color: #f2f2f2; }
  .button.hollow.secondary:hover, .button.hollow.secondary:focus {
    border-color: #797979;
    color: #797979; }
  .button.hollow.success, .button.hollow.success.disabled, .button.hollow.success[disabled], .button.hollow.success.disabled:hover, .button.hollow.success[disabled]:hover, .button.hollow.success.disabled:focus, .button.hollow.success[disabled]:focus {
    border: 1px solid #5cb85c;
    color: #5cb85c; }
  .button.hollow.success:hover, .button.hollow.success:focus {
    border-color: #2a602a;
    color: #2a602a; }
  .button.hollow.warning, .button.hollow.warning.disabled, .button.hollow.warning[disabled], .button.hollow.warning.disabled:hover, .button.hollow.warning[disabled]:hover, .button.hollow.warning.disabled:focus, .button.hollow.warning[disabled]:focus {
    border: 1px solid #ffae00;
    color: #ffae00; }
  .button.hollow.warning:hover, .button.hollow.warning:focus {
    border-color: #805700;
    color: #805700; }
  .button.hollow.alert, .button.hollow.alert.disabled, .button.hollow.alert[disabled], .button.hollow.alert.disabled:hover, .button.hollow.alert[disabled]:hover, .button.hollow.alert.disabled:focus, .button.hollow.alert[disabled]:focus {
    border: 1px solid #e93838;
    color: #e93838; }
  .button.hollow.alert:hover, .button.hollow.alert:focus {
    border-color: #820e0e;
    color: #820e0e; }
  .button.hollow.primary-negative, .button.hollow.primary-negative.disabled, .button.hollow.primary-negative[disabled], .button.hollow.primary-negative.disabled:hover, .button.hollow.primary-negative[disabled]:hover, .button.hollow.primary-negative.disabled:focus, .button.hollow.primary-negative[disabled]:focus {
    border: 1px solid #fff;
    color: #fff; }
  .button.hollow.primary-negative:hover, .button.hollow.primary-negative:focus {
    border-color: gray;
    color: gray; }
  .button.clear, .button.clear:hover, .button.clear:focus, .button.clear.disabled, .button.clear.disabled:hover, .button.clear.disabled:focus, .button.clear[disabled], .button.clear[disabled]:hover, .button.clear[disabled]:focus {
    border-color: transparent;
    background-color: transparent; }
  .button.clear, .button.clear.disabled, .button.clear[disabled], .button.clear.disabled:hover, .button.clear[disabled]:hover, .button.clear.disabled:focus, .button.clear[disabled]:focus {
    color: #666; }
  .button.clear:hover, .button.clear:focus {
    color: #333333; }
  .button.clear.primary, .button.clear.primary.disabled, .button.clear.primary[disabled], .button.clear.primary.disabled:hover, .button.clear.primary[disabled]:hover, .button.clear.primary.disabled:focus, .button.clear.primary[disabled]:focus {
    color: #666; }
  .button.clear.primary:hover, .button.clear.primary:focus {
    color: #333333; }
  .button.clear.secondary, .button.clear.secondary.disabled, .button.clear.secondary[disabled], .button.clear.secondary.disabled:hover, .button.clear.secondary[disabled]:hover, .button.clear.secondary.disabled:focus, .button.clear.secondary[disabled]:focus {
    color: #f2f2f2; }
  .button.clear.secondary:hover, .button.clear.secondary:focus {
    color: #797979; }
  .button.clear.success, .button.clear.success.disabled, .button.clear.success[disabled], .button.clear.success.disabled:hover, .button.clear.success[disabled]:hover, .button.clear.success.disabled:focus, .button.clear.success[disabled]:focus {
    color: #5cb85c; }
  .button.clear.success:hover, .button.clear.success:focus {
    color: #2a602a; }
  .button.clear.warning, .button.clear.warning.disabled, .button.clear.warning[disabled], .button.clear.warning.disabled:hover, .button.clear.warning[disabled]:hover, .button.clear.warning.disabled:focus, .button.clear.warning[disabled]:focus {
    color: #ffae00; }
  .button.clear.warning:hover, .button.clear.warning:focus {
    color: #805700; }
  .button.clear.alert, .button.clear.alert.disabled, .button.clear.alert[disabled], .button.clear.alert.disabled:hover, .button.clear.alert[disabled]:hover, .button.clear.alert.disabled:focus, .button.clear.alert[disabled]:focus {
    color: #e93838; }
  .button.clear.alert:hover, .button.clear.alert:focus {
    color: #820e0e; }
  .button.clear.primary-negative, .button.clear.primary-negative.disabled, .button.clear.primary-negative[disabled], .button.clear.primary-negative.disabled:hover, .button.clear.primary-negative[disabled]:hover, .button.clear.primary-negative.disabled:focus, .button.clear.primary-negative[disabled]:focus {
    color: #fff; }
  .button.clear.primary-negative:hover, .button.clear.primary-negative:focus {
    color: gray; }
  .button.disabled, .button[disabled] {
    opacity: 0.25;
    cursor: not-allowed; }
  .button.dropdown::after {
    display: block;
    width: 0;
    height: 0;
    border: inset 0.4em;
    content: '';
    border-bottom-width: 0;
    border-top-style: solid;
    border-color: #fff transparent transparent;
    position: relative;
    top: 0.4em;
    display: inline-block;
    float: right;
    margin-left: 30px; }
  .button.dropdown.hollow::after {
    border-top-color: #666; }
  .button.dropdown.hollow.primary::after {
    border-top-color: #666; }
  .button.dropdown.hollow.secondary::after {
    border-top-color: #f2f2f2; }
  .button.dropdown.hollow.success::after {
    border-top-color: #5cb85c; }
  .button.dropdown.hollow.warning::after {
    border-top-color: #ffae00; }
  .button.dropdown.hollow.alert::after {
    border-top-color: #e93838; }
  .button.dropdown.hollow.primary-negative::after {
    border-top-color: #fff; }
  .button.arrow-only::after {
    top: -0.1em;
    float: none;
    margin-left: 0; }

a.button:hover, a.button:focus {
  text-decoration: none; }

.accordion {
  margin-left: 0;
  background: #fff;
  list-style-type: none; }
  .accordion[disabled] .accordion-title {
    cursor: not-allowed; }

.accordion-item:first-child > :first-child {
  border-radius: 0 0 0 0; }

.accordion-item:last-child > :last-child {
  border-radius: 0 0 0 0; }

.accordion-title {
  position: relative;
  display: block;
  padding: 1.25rem 1rem;
  border: 0;
  border-bottom: 0;
  font-size: 1rem;
  line-height: 1;
  color: #666; }
  :last-child:not(.is-active) > .accordion-title {
    border-bottom: 0;
    border-radius: 0 0 0 0; }
  .accordion-title:hover, .accordion-title:focus {
    background-color: #e6e6e6; }
  .accordion-title::before {
    position: absolute;
    top: 50%;
    right: 1rem;
    margin-top: -0.5rem;
    content: "+"; }
  .is-active > .accordion-title::before {
    content: "–"; }

.accordion-content {
  display: none;
  padding: 1rem;
  border: 0;
  border-bottom: 0;
  background-color: #fff;
  color: #7f7f7f; }
  :last-child > .accordion-content:last-child {
    border-bottom: 0; }

.breadcrumbs {
  margin: 0;
  list-style: none; }
  .breadcrumbs::before, .breadcrumbs::after {
    display: table;
    content: ' ';
    flex-basis: 0;
    order: 1; }
  .breadcrumbs::after {
    clear: both; }
  .breadcrumbs li {
    float: left;
    font-size: 0.875rem;
    color: #999;
    cursor: default; }
    .breadcrumbs li:not(:last-child)::after {
      position: relative;
      margin: 0 8px;
      opacity: 1;
      content: "/";
      color: #cacaca; }
  .breadcrumbs a {
    color: #999; }
    .breadcrumbs a:hover {
      text-decoration: underline; }
  .breadcrumbs .disabled {
    color: #cacaca;
    cursor: not-allowed; }

.callout {
  position: relative;
  margin: 0 0 1rem 0;
  padding: 1rem;
  border: 1px solid rgba(3, 4, 5, 0.25);
  border-radius: 0;
  background-color: white;
  color: rgba(3, 4, 5, 0.6); }
  .callout > :first-child {
    margin-top: 0; }
  .callout > :last-child {
    margin-bottom: 0; }
  .callout.primary {
    background-color: #e8e8e8;
    color: rgba(3, 4, 5, 0.6); }
  .callout.secondary {
    background-color: #fdfdfd;
    color: rgba(3, 4, 5, 0.6); }
  .callout.success {
    background-color: #e7f4e7;
    color: rgba(3, 4, 5, 0.6); }
  .callout.warning {
    background-color: #fff3d9;
    color: rgba(3, 4, 5, 0.6); }
  .callout.alert {
    background-color: #fce1e1;
    color: rgba(3, 4, 5, 0.6); }
  .callout.small {
    padding-top: 0.5rem;
    padding-right: 0.5rem;
    padding-bottom: 0.5rem;
    padding-left: 0.5rem; }
  .callout.large {
    padding-top: 3rem;
    padding-right: 3rem;
    padding-bottom: 3rem;
    padding-left: 3rem; }

.card {
  display: flex;
  flex-direction: column;
  flex-grow: 1;
  margin-bottom: 1rem;
  border: 1px solid #e6e6e6;
  border-radius: 0;
  background: #fff;
  box-shadow: none;
  overflow: hidden;
  color: #7f7f7f; }
  .card > :last-child {
    margin-bottom: 0; }

.card-divider {
  flex: 0 1 auto;
  display: flex;
  padding: 1rem;
  background: #e6e6e6; }
  .card-divider > :last-child {
    margin-bottom: 0; }

.card-section {
  flex: 1 0 auto;
  padding: 1rem; }
  .card-section > :last-child {
    margin-bottom: 0; }

.card-image {
  min-height: 1px; }

.close-button {
  position: absolute;
  color: #8a8a8a;
  cursor: pointer; }
  [data-whatinput='mouse'] .close-button {
    outline: 0; }
  .close-button:hover, .close-button:focus {
    color: #030405; }
  .close-button.small {
    right: 0.66rem;
    top: 0.33em;
    font-size: 1.5em;
    line-height: 1; }
  .close-button, .close-button.medium {
    right: 1rem;
    top: 0.5rem;
    font-size: 2em;
    line-height: 1; }

.dropdown-pane {
  position: absolute;
  z-index: 10;
  width: 300px;
  padding: 1rem;
  visibility: hidden;
  display: none;
  border: 1px solid #cacaca;
  border-radius: 0;
  background-color: #e5e5e5;
  font-size: 1rem; }
  .dropdown-pane.is-opening {
    display: block; }
  .dropdown-pane.is-open {
    visibility: visible;
    display: block; }

.dropdown-pane.tiny {
  width: 100px; }

.dropdown-pane.small {
  width: 200px; }

.dropdown-pane.large {
  width: 400px; }

.label {
  display: inline-block;
  padding: 0.33333rem 0.5rem;
  border-radius: 0;
  font-size: 0.8rem;
  line-height: 1;
  white-space: nowrap;
  cursor: default;
  background: #666;
  color: #fff; }
  .label.primary {
    background: #666;
    color: #fff; }
  .label.secondary {
    background: #f2f2f2;
    color: #030405; }
  .label.success {
    background: #5cb85c;
    color: #030405; }
  .label.warning {
    background: #ffae00;
    color: #030405; }
  .label.alert {
    background: #e93838;
    color: #030405; }

.sticky-container {
  position: relative; }

.sticky {
  position: relative;
  z-index: 0;
  transform: translate3d(0, 0, 0); }

.sticky.is-stuck {
  position: fixed;
  z-index: 5;
  width: 100%; }
  .sticky.is-stuck.is-at-top {
    top: 0; }
  .sticky.is-stuck.is-at-bottom {
    bottom: 0; }

.sticky.is-anchored {
  position: relative;
  right: auto;
  left: auto; }
  .sticky.is-anchored.is-at-bottom {
    bottom: 0; }

.tabs {
  margin: 0;
  border: 1px solid #e6e6e6;
  background: #fff;
  list-style-type: none; }
  .tabs::before, .tabs::after {
    display: table;
    content: ' ';
    flex-basis: 0;
    order: 1; }
  .tabs::after {
    clear: both; }

.tabs.vertical > li {
  display: block;
  float: none;
  width: auto; }

.tabs.simple > li > a {
  padding: 0; }
  .tabs.simple > li > a:hover {
    background: transparent; }

.tabs.primary {
  background: #666; }
  .tabs.primary > li > a {
    color: #fff; }
    .tabs.primary > li > a:hover, .tabs.primary > li > a:focus {
      background: #6e6e6e; }

.tabs-title {
  float: left; }
  .tabs-title > a {
    display: block;
    padding: 1.25rem 1.5rem;
    font-size: 0.75rem;
    line-height: 1;
    color: #666; }
    [data-whatinput='mouse'] .tabs-title > a {
      outline: 0; }
    .tabs-title > a:hover {
      background: #fff;
      color: #585858; }
    .tabs-title > a:focus, .tabs-title > a[aria-selected='true'] {
      background: #e6e6e6;
      color: #666; }

.tabs-content {
  border: 1px solid #e6e6e6;
  border-top: 0;
  background: #fff;
  color: #7f7f7f;
  transition: all 0.5s ease; }

.tabs-content.vertical {
  border: 1px solid #e6e6e6;
  border-left: 0; }

.tabs-panel {
  display: none;
  padding: 1rem; }
  .tabs-panel.is-active {
    display: block; }

.has-tip {
  position: relative;
  display: inline-block;
  border-bottom: dotted 1px #8a8a8a;
  font-weight: bold;
  cursor: pointer; }

.tooltip {
  position: absolute;
  top: calc(100% + 0.6495rem);
  z-index: 1200;
  max-width: 10rem;
  padding: 0.75rem;
  border-radius: 0;
  background-color: #666;
  font-size: 80%;
  color: #fff; }
  .tooltip::before {
    position: absolute; }
  .tooltip.bottom::before {
    display: block;
    width: 0;
    height: 0;
    border: inset 0.75rem;
    content: '';
    border-top-width: 0;
    border-bottom-style: solid;
    border-color: transparent transparent #666;
    bottom: 100%; }
  .tooltip.bottom.align-center::before {
    left: 50%;
    transform: translateX(-50%); }
  .tooltip.top::before {
    display: block;
    width: 0;
    height: 0;
    border: inset 0.75rem;
    content: '';
    border-bottom-width: 0;
    border-top-style: solid;
    border-color: #666 transparent transparent;
    top: 100%;
    bottom: auto; }
  .tooltip.top.align-center::before {
    left: 50%;
    transform: translateX(-50%); }
  .tooltip.left::before {
    display: block;
    width: 0;
    height: 0;
    border: inset 0.75rem;
    content: '';
    border-right-width: 0;
    border-left-style: solid;
    border-color: transparent transparent transparent #666;
    left: 100%; }
  .tooltip.left.align-center::before {
    bottom: auto;
    top: 50%;
    transform: translateY(-50%); }
  .tooltip.right::before {
    display: block;
    width: 0;
    height: 0;
    border: inset 0.75rem;
    content: '';
    border-left-width: 0;
    border-right-style: solid;
    border-color: transparent #666 transparent transparent;
    right: 100%;
    left: auto; }
  .tooltip.right.align-center::before {
    bottom: auto;
    top: 50%;
    transform: translateY(-50%); }
  .tooltip.align-top::before {
    bottom: auto;
    top: 10%; }
  .tooltip.align-bottom::before {
    bottom: 10%;
    top: auto; }
  .tooltip.align-left::before {
    left: 10%;
    right: auto; }
  .tooltip.align-right::before {
    left: auto;
    right: 10%; }

.hide {
  display: none !important; }

.invisible {
  visibility: hidden; }

@media screen and (max-width: 47.99999em) {
  .hide-for-small-only {
    display: none !important; } }

@media screen and (max-width: 0em), screen and (min-width: 48em) {
  .show-for-small-only {
    display: none !important; } }

@media print, screen and (min-width: 48em) {
  .hide-for-medium {
    display: none !important; } }

@media screen and (max-width: 47.99999em) {
  .show-for-medium {
    display: none !important; } }

@media screen and (min-width: 48em) and (max-width: 49.99999em) {
  .hide-for-medium-only {
    display: none !important; } }

@media screen and (max-width: 47.99999em), screen and (min-width: 50em) {
  .show-for-medium-only {
    display: none !important; } }

@media print, screen and (min-width: 50em) {
  .hide-for-mediumintermediate {
    display: none !important; } }

@media screen and (max-width: 49.99999em) {
  .show-for-mediumintermediate {
    display: none !important; } }

@media screen and (min-width: 50em) and (max-width: 60.06249em) {
  .hide-for-mediumintermediate-only {
    display: none !important; } }

@media screen and (max-width: 49.99999em), screen and (min-width: 60.0625em) {
  .show-for-mediumintermediate-only {
    display: none !important; } }

@media print, screen and (min-width: 60.0625em) {
  .hide-for-mediumalternative {
    display: none !important; } }

@media screen and (max-width: 60.06249em) {
  .show-for-mediumalternative {
    display: none !important; } }

@media screen and (min-width: 60.0625em) and (max-width: 63.99999em) {
  .hide-for-mediumalternative-only {
    display: none !important; } }

@media screen and (max-width: 60.06249em), screen and (min-width: 64em) {
  .show-for-mediumalternative-only {
    display: none !important; } }

@media print, screen and (min-width: 64em) {
  .hide-for-large {
    display: none !important; } }

@media screen and (max-width: 63.99999em) {
  .show-for-large {
    display: none !important; } }

@media screen and (min-width: 64em) and (max-width: 85.37499em) {
  .hide-for-large-only {
    display: none !important; } }

@media screen and (max-width: 63.99999em), screen and (min-width: 85.375em) {
  .show-for-large-only {
    display: none !important; } }

@media screen and (min-width: 85.375em) {
  .hide-for-xlarge {
    display: none !important; } }

@media screen and (max-width: 85.37499em) {
  .show-for-xlarge {
    display: none !important; } }

@media screen and (min-width: 85.375em) and (max-width: 90.06249em) {
  .hide-for-xlarge-only {
    display: none !important; } }

@media screen and (max-width: 85.37499em), screen and (min-width: 90.0625em) {
  .show-for-xlarge-only {
    display: none !important; } }

@media screen and (min-width: 90.0625em) {
  .hide-for-xxlarge {
    display: none !important; } }

@media screen and (max-width: 90.06249em) {
  .show-for-xxlarge {
    display: none !important; } }

@media screen and (min-width: 90.0625em) {
  .hide-for-xxlarge-only {
    display: none !important; } }

@media screen and (max-width: 90.06249em) {
  .show-for-xxlarge-only {
    display: none !important; } }

.show-for-sr,
.show-on-focus {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  padding: 0 !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
  white-space: nowrap !important;
  border: 0 !important; }

.show-on-focus:active, .show-on-focus:focus {
  position: static !important;
  width: auto !important;
  height: auto !important;
  overflow: visible !important;
  clip: auto !important;
  white-space: normal !important; }

.show-for-landscape,
.hide-for-portrait {
  display: block !important; }
  @media screen and (orientation: landscape) {
    .show-for-landscape,
    .hide-for-portrait {
      display: block !important; } }
  @media screen and (orientation: portrait) {
    .show-for-landscape,
    .hide-for-portrait {
      display: none !important; } }

.hide-for-landscape,
.show-for-portrait {
  display: none !important; }
  @media screen and (orientation: landscape) {
    .hide-for-landscape,
    .show-for-portrait {
      display: none !important; } }
  @media screen and (orientation: portrait) {
    .hide-for-landscape,
    .show-for-portrait {
      display: block !important; } }

.display-small-block {
  display: block; }

.display-small-inline-block {
  display: inline-block; }

.display-small-inline {
  display: inline; }

@media print, screen and (min-width: 48em) {
  .display-medium-block {
    display: block; }
  .display-medium-inline-block {
    display: inline-block; }
  .display-medium-inline {
    display: inline; } }

@media print, screen and (min-width: 50em) {
  .display-mediumintermediate-block {
    display: block; }
  .display-mediumintermediate-inline-block {
    display: inline-block; }
  .display-mediumintermediate-inline {
    display: inline; } }

@media print, screen and (min-width: 60.0625em) {
  .display-mediumalternative-block {
    display: block; }
  .display-mediumalternative-inline-block {
    display: inline-block; }
  .display-mediumalternative-inline {
    display: inline; } }

@media print, screen and (min-width: 64em) {
  .display-large-block {
    display: block; }
  .display-large-inline-block {
    display: inline-block; }
  .display-large-inline {
    display: inline; } }

@media screen and (min-width: 85.375em) {
  .display-xlarge-block {
    display: block; }
  .display-xlarge-inline-block {
    display: inline-block; }
  .display-xlarge-inline {
    display: inline; } }

@media screen and (min-width: 90.0625em) {
  .display-xxlarge-block {
    display: block; }
  .display-xxlarge-inline-block {
    display: inline-block; }
  .display-xxlarge-inline {
    display: inline; } }

.flex-small {
  display: flex; }

.direction-row-small {
  flex-direction: row; }

.direction-col-small {
  flex-direction: column; }

.flex-wrap-small {
  flex-wrap: wrap; }

.flex-nowrap-small {
  flex-wrap: nowrap; }

.justify-start-small {
  justify-content: flex-start; }

.justify-end-small {
  justify-content: flex-end; }

.justify-center-small {
  justify-content: center; }

.justify-space-between-small {
  justify-content: space-between; }

.justify-space-around-small {
  justify-content: space-around; }

.align-start-small {
  align-items: flex-start; }

.align-end-small {
  align-items: flex-end; }

.align-center-small {
  align-items: center; }

.align-baseline-small {
  align-items: baseline; }

.align-stretch-small {
  align-items: stretch; }

.align-self-auto-small {
  align-self: auto; }

.align-self-start-small {
  align-self: flex-start; }

.align-self-end-small {
  align-self: flex-end; }

.align-self-center-small {
  align-self: center; }

.align-self-baseline-small {
  align-self: baseline; }

.align-self-stretch-small {
  align-self: stretch; }

.flex--1-small {
  flex: -1; }

.order--1-small {
  order: -1; }

.flex-0-small {
  flex: 0; }

.order-0-small {
  order: 0; }

.flex-1-small {
  flex: 1; }

.order-1-small {
  order: 1; }

.flex-2-small {
  flex: 2; }

.order-2-small {
  order: 2; }

.flex-3-small {
  flex: 3; }

.order-3-small {
  order: 3; }

.flex-4-small {
  flex: 4; }

.order-4-small {
  order: 4; }

.flex-5-small {
  flex: 5; }

.order-5-small {
  order: 5; }

.flex-6-small {
  flex: 6; }

.order-6-small {
  order: 6; }

.flex-7-small {
  flex: 7; }

.order-7-small {
  order: 7; }

.flex-8-small {
  flex: 8; }

.order-8-small {
  order: 8; }

.flex-9-small {
  flex: 9; }

.order-9-small {
  order: 9; }

.flex-10-small {
  flex: 10; }

.order-10-small {
  order: 10; }

.flex-11-small {
  flex: 11; }

.order-11-small {
  order: 11; }

.flex-12-small {
  flex: 12; }

.order-12-small {
  order: 12; }

@media print, screen and (min-width: 48em) {
  .flex-medium {
    display: flex; }
  .direction-row-medium {
    flex-direction: row; }
  .direction-col-medium {
    flex-direction: column; }
  .flex-wrap-medium {
    flex-wrap: wrap; }
  .flex-nowrap-medium {
    flex-wrap: nowrap; }
  .justify-start-medium {
    justify-content: flex-start; }
  .justify-end-medium {
    justify-content: flex-end; }
  .justify-center-medium {
    justify-content: center; }
  .justify-space-between-medium {
    justify-content: space-between; }
  .justify-space-around-medium {
    justify-content: space-around; }
  .align-start-medium {
    align-items: flex-start; }
  .align-end-medium {
    align-items: flex-end; }
  .align-center-medium {
    align-items: center; }
  .align-baseline-medium {
    align-items: baseline; }
  .align-stretch-medium {
    align-items: stretch; }
  .align-self-auto-medium {
    align-self: auto; }
  .align-self-start-medium {
    align-self: flex-start; }
  .align-self-end-medium {
    align-self: flex-end; }
  .align-self-center-medium {
    align-self: center; }
  .align-self-baseline-medium {
    align-self: baseline; }
  .align-self-stretch-medium {
    align-self: stretch; }
  .flex--1-medium {
    flex: -1; }
  .order--1-medium {
    order: -1; }
  .flex-0-medium {
    flex: 0; }
  .order-0-medium {
    order: 0; }
  .flex-1-medium {
    flex: 1; }
  .order-1-medium {
    order: 1; }
  .flex-2-medium {
    flex: 2; }
  .order-2-medium {
    order: 2; }
  .flex-3-medium {
    flex: 3; }
  .order-3-medium {
    order: 3; }
  .flex-4-medium {
    flex: 4; }
  .order-4-medium {
    order: 4; }
  .flex-5-medium {
    flex: 5; }
  .order-5-medium {
    order: 5; }
  .flex-6-medium {
    flex: 6; }
  .order-6-medium {
    order: 6; }
  .flex-7-medium {
    flex: 7; }
  .order-7-medium {
    order: 7; }
  .flex-8-medium {
    flex: 8; }
  .order-8-medium {
    order: 8; }
  .flex-9-medium {
    flex: 9; }
  .order-9-medium {
    order: 9; }
  .flex-10-medium {
    flex: 10; }
  .order-10-medium {
    order: 10; }
  .flex-11-medium {
    flex: 11; }
  .order-11-medium {
    order: 11; }
  .flex-12-medium {
    flex: 12; }
  .order-12-medium {
    order: 12; } }

@media print, screen and (min-width: 50em) {
  .flex-mediumintermediate {
    display: flex; }
  .direction-row-mediumintermediate {
    flex-direction: row; }
  .direction-col-mediumintermediate {
    flex-direction: column; }
  .flex-wrap-mediumintermediate {
    flex-wrap: wrap; }
  .flex-nowrap-mediumintermediate {
    flex-wrap: nowrap; }
  .justify-start-mediumintermediate {
    justify-content: flex-start; }
  .justify-end-mediumintermediate {
    justify-content: flex-end; }
  .justify-center-mediumintermediate {
    justify-content: center; }
  .justify-space-between-mediumintermediate {
    justify-content: space-between; }
  .justify-space-around-mediumintermediate {
    justify-content: space-around; }
  .align-start-mediumintermediate {
    align-items: flex-start; }
  .align-end-mediumintermediate {
    align-items: flex-end; }
  .align-center-mediumintermediate {
    align-items: center; }
  .align-baseline-mediumintermediate {
    align-items: baseline; }
  .align-stretch-mediumintermediate {
    align-items: stretch; }
  .align-self-auto-mediumintermediate {
    align-self: auto; }
  .align-self-start-mediumintermediate {
    align-self: flex-start; }
  .align-self-end-mediumintermediate {
    align-self: flex-end; }
  .align-self-center-mediumintermediate {
    align-self: center; }
  .align-self-baseline-mediumintermediate {
    align-self: baseline; }
  .align-self-stretch-mediumintermediate {
    align-self: stretch; }
  .flex--1-mediumintermediate {
    flex: -1; }
  .order--1-mediumintermediate {
    order: -1; }
  .flex-0-mediumintermediate {
    flex: 0; }
  .order-0-mediumintermediate {
    order: 0; }
  .flex-1-mediumintermediate {
    flex: 1; }
  .order-1-mediumintermediate {
    order: 1; }
  .flex-2-mediumintermediate {
    flex: 2; }
  .order-2-mediumintermediate {
    order: 2; }
  .flex-3-mediumintermediate {
    flex: 3; }
  .order-3-mediumintermediate {
    order: 3; }
  .flex-4-mediumintermediate {
    flex: 4; }
  .order-4-mediumintermediate {
    order: 4; }
  .flex-5-mediumintermediate {
    flex: 5; }
  .order-5-mediumintermediate {
    order: 5; }
  .flex-6-mediumintermediate {
    flex: 6; }
  .order-6-mediumintermediate {
    order: 6; }
  .flex-7-mediumintermediate {
    flex: 7; }
  .order-7-mediumintermediate {
    order: 7; }
  .flex-8-mediumintermediate {
    flex: 8; }
  .order-8-mediumintermediate {
    order: 8; }
  .flex-9-mediumintermediate {
    flex: 9; }
  .order-9-mediumintermediate {
    order: 9; }
  .flex-10-mediumintermediate {
    flex: 10; }
  .order-10-mediumintermediate {
    order: 10; }
  .flex-11-mediumintermediate {
    flex: 11; }
  .order-11-mediumintermediate {
    order: 11; }
  .flex-12-mediumintermediate {
    flex: 12; }
  .order-12-mediumintermediate {
    order: 12; } }

@media print, screen and (min-width: 60.0625em) {
  .flex-mediumalternative {
    display: flex; }
  .direction-row-mediumalternative {
    flex-direction: row; }
  .direction-col-mediumalternative {
    flex-direction: column; }
  .flex-wrap-mediumalternative {
    flex-wrap: wrap; }
  .flex-nowrap-mediumalternative {
    flex-wrap: nowrap; }
  .justify-start-mediumalternative {
    justify-content: flex-start; }
  .justify-end-mediumalternative {
    justify-content: flex-end; }
  .justify-center-mediumalternative {
    justify-content: center; }
  .justify-space-between-mediumalternative {
    justify-content: space-between; }
  .justify-space-around-mediumalternative {
    justify-content: space-around; }
  .align-start-mediumalternative {
    align-items: flex-start; }
  .align-end-mediumalternative {
    align-items: flex-end; }
  .align-center-mediumalternative {
    align-items: center; }
  .align-baseline-mediumalternative {
    align-items: baseline; }
  .align-stretch-mediumalternative {
    align-items: stretch; }
  .align-self-auto-mediumalternative {
    align-self: auto; }
  .align-self-start-mediumalternative {
    align-self: flex-start; }
  .align-self-end-mediumalternative {
    align-self: flex-end; }
  .align-self-center-mediumalternative {
    align-self: center; }
  .align-self-baseline-mediumalternative {
    align-self: baseline; }
  .align-self-stretch-mediumalternative {
    align-self: stretch; }
  .flex--1-mediumalternative {
    flex: -1; }
  .order--1-mediumalternative {
    order: -1; }
  .flex-0-mediumalternative {
    flex: 0; }
  .order-0-mediumalternative {
    order: 0; }
  .flex-1-mediumalternative {
    flex: 1; }
  .order-1-mediumalternative {
    order: 1; }
  .flex-2-mediumalternative {
    flex: 2; }
  .order-2-mediumalternative {
    order: 2; }
  .flex-3-mediumalternative {
    flex: 3; }
  .order-3-mediumalternative {
    order: 3; }
  .flex-4-mediumalternative {
    flex: 4; }
  .order-4-mediumalternative {
    order: 4; }
  .flex-5-mediumalternative {
    flex: 5; }
  .order-5-mediumalternative {
    order: 5; }
  .flex-6-mediumalternative {
    flex: 6; }
  .order-6-mediumalternative {
    order: 6; }
  .flex-7-mediumalternative {
    flex: 7; }
  .order-7-mediumalternative {
    order: 7; }
  .flex-8-mediumalternative {
    flex: 8; }
  .order-8-mediumalternative {
    order: 8; }
  .flex-9-mediumalternative {
    flex: 9; }
  .order-9-mediumalternative {
    order: 9; }
  .flex-10-mediumalternative {
    flex: 10; }
  .order-10-mediumalternative {
    order: 10; }
  .flex-11-mediumalternative {
    flex: 11; }
  .order-11-mediumalternative {
    order: 11; }
  .flex-12-mediumalternative {
    flex: 12; }
  .order-12-mediumalternative {
    order: 12; } }

@media print, screen and (min-width: 64em) {
  .flex-large {
    display: flex; }
  .direction-row-large {
    flex-direction: row; }
  .direction-col-large {
    flex-direction: column; }
  .flex-wrap-large {
    flex-wrap: wrap; }
  .flex-nowrap-large {
    flex-wrap: nowrap; }
  .justify-start-large {
    justify-content: flex-start; }
  .justify-end-large {
    justify-content: flex-end; }
  .justify-center-large {
    justify-content: center; }
  .justify-space-between-large {
    justify-content: space-between; }
  .justify-space-around-large {
    justify-content: space-around; }
  .align-start-large {
    align-items: flex-start; }
  .align-end-large {
    align-items: flex-end; }
  .align-center-large {
    align-items: center; }
  .align-baseline-large {
    align-items: baseline; }
  .align-stretch-large {
    align-items: stretch; }
  .align-self-auto-large {
    align-self: auto; }
  .align-self-start-large {
    align-self: flex-start; }
  .align-self-end-large {
    align-self: flex-end; }
  .align-self-center-large {
    align-self: center; }
  .align-self-baseline-large {
    align-self: baseline; }
  .align-self-stretch-large {
    align-self: stretch; }
  .flex--1-large {
    flex: -1; }
  .order--1-large {
    order: -1; }
  .flex-0-large {
    flex: 0; }
  .order-0-large {
    order: 0; }
  .flex-1-large {
    flex: 1; }
  .order-1-large {
    order: 1; }
  .flex-2-large {
    flex: 2; }
  .order-2-large {
    order: 2; }
  .flex-3-large {
    flex: 3; }
  .order-3-large {
    order: 3; }
  .flex-4-large {
    flex: 4; }
  .order-4-large {
    order: 4; }
  .flex-5-large {
    flex: 5; }
  .order-5-large {
    order: 5; }
  .flex-6-large {
    flex: 6; }
  .order-6-large {
    order: 6; }
  .flex-7-large {
    flex: 7; }
  .order-7-large {
    order: 7; }
  .flex-8-large {
    flex: 8; }
  .order-8-large {
    order: 8; }
  .flex-9-large {
    flex: 9; }
  .order-9-large {
    order: 9; }
  .flex-10-large {
    flex: 10; }
  .order-10-large {
    order: 10; }
  .flex-11-large {
    flex: 11; }
  .order-11-large {
    order: 11; }
  .flex-12-large {
    flex: 12; }
  .order-12-large {
    order: 12; } }

@media screen and (min-width: 85.375em) {
  .flex-xlarge {
    display: flex; }
  .direction-row-xlarge {
    flex-direction: row; }
  .direction-col-xlarge {
    flex-direction: column; }
  .flex-wrap-xlarge {
    flex-wrap: wrap; }
  .flex-nowrap-xlarge {
    flex-wrap: nowrap; }
  .justify-start-xlarge {
    justify-content: flex-start; }
  .justify-end-xlarge {
    justify-content: flex-end; }
  .justify-center-xlarge {
    justify-content: center; }
  .justify-space-between-xlarge {
    justify-content: space-between; }
  .justify-space-around-xlarge {
    justify-content: space-around; }
  .align-start-xlarge {
    align-items: flex-start; }
  .align-end-xlarge {
    align-items: flex-end; }
  .align-center-xlarge {
    align-items: center; }
  .align-baseline-xlarge {
    align-items: baseline; }
  .align-stretch-xlarge {
    align-items: stretch; }
  .align-self-auto-xlarge {
    align-self: auto; }
  .align-self-start-xlarge {
    align-self: flex-start; }
  .align-self-end-xlarge {
    align-self: flex-end; }
  .align-self-center-xlarge {
    align-self: center; }
  .align-self-baseline-xlarge {
    align-self: baseline; }
  .align-self-stretch-xlarge {
    align-self: stretch; }
  .flex--1-xlarge {
    flex: -1; }
  .order--1-xlarge {
    order: -1; }
  .flex-0-xlarge {
    flex: 0; }
  .order-0-xlarge {
    order: 0; }
  .flex-1-xlarge {
    flex: 1; }
  .order-1-xlarge {
    order: 1; }
  .flex-2-xlarge {
    flex: 2; }
  .order-2-xlarge {
    order: 2; }
  .flex-3-xlarge {
    flex: 3; }
  .order-3-xlarge {
    order: 3; }
  .flex-4-xlarge {
    flex: 4; }
  .order-4-xlarge {
    order: 4; }
  .flex-5-xlarge {
    flex: 5; }
  .order-5-xlarge {
    order: 5; }
  .flex-6-xlarge {
    flex: 6; }
  .order-6-xlarge {
    order: 6; }
  .flex-7-xlarge {
    flex: 7; }
  .order-7-xlarge {
    order: 7; }
  .flex-8-xlarge {
    flex: 8; }
  .order-8-xlarge {
    order: 8; }
  .flex-9-xlarge {
    flex: 9; }
  .order-9-xlarge {
    order: 9; }
  .flex-10-xlarge {
    flex: 10; }
  .order-10-xlarge {
    order: 10; }
  .flex-11-xlarge {
    flex: 11; }
  .order-11-xlarge {
    order: 11; }
  .flex-12-xlarge {
    flex: 12; }
  .order-12-xlarge {
    order: 12; } }

@media screen and (min-width: 90.0625em) {
  .flex-xxlarge {
    display: flex; }
  .direction-row-xxlarge {
    flex-direction: row; }
  .direction-col-xxlarge {
    flex-direction: column; }
  .flex-wrap-xxlarge {
    flex-wrap: wrap; }
  .flex-nowrap-xxlarge {
    flex-wrap: nowrap; }
  .justify-start-xxlarge {
    justify-content: flex-start; }
  .justify-end-xxlarge {
    justify-content: flex-end; }
  .justify-center-xxlarge {
    justify-content: center; }
  .justify-space-between-xxlarge {
    justify-content: space-between; }
  .justify-space-around-xxlarge {
    justify-content: space-around; }
  .align-start-xxlarge {
    align-items: flex-start; }
  .align-end-xxlarge {
    align-items: flex-end; }
  .align-center-xxlarge {
    align-items: center; }
  .align-baseline-xxlarge {
    align-items: baseline; }
  .align-stretch-xxlarge {
    align-items: stretch; }
  .align-self-auto-xxlarge {
    align-self: auto; }
  .align-self-start-xxlarge {
    align-self: flex-start; }
  .align-self-end-xxlarge {
    align-self: flex-end; }
  .align-self-center-xxlarge {
    align-self: center; }
  .align-self-baseline-xxlarge {
    align-self: baseline; }
  .align-self-stretch-xxlarge {
    align-self: stretch; }
  .flex--1-xxlarge {
    flex: -1; }
  .order--1-xxlarge {
    order: -1; }
  .flex-0-xxlarge {
    flex: 0; }
  .order-0-xxlarge {
    order: 0; }
  .flex-1-xxlarge {
    flex: 1; }
  .order-1-xxlarge {
    order: 1; }
  .flex-2-xxlarge {
    flex: 2; }
  .order-2-xxlarge {
    order: 2; }
  .flex-3-xxlarge {
    flex: 3; }
  .order-3-xxlarge {
    order: 3; }
  .flex-4-xxlarge {
    flex: 4; }
  .order-4-xxlarge {
    order: 4; }
  .flex-5-xxlarge {
    flex: 5; }
  .order-5-xxlarge {
    order: 5; }
  .flex-6-xxlarge {
    flex: 6; }
  .order-6-xxlarge {
    order: 6; }
  .flex-7-xxlarge {
    flex: 7; }
  .order-7-xxlarge {
    order: 7; }
  .flex-8-xxlarge {
    flex: 8; }
  .order-8-xxlarge {
    order: 8; }
  .flex-9-xxlarge {
    flex: 9; }
  .order-9-xxlarge {
    order: 9; }
  .flex-10-xxlarge {
    flex: 10; }
  .order-10-xxlarge {
    order: 10; }
  .flex-11-xxlarge {
    flex: 11; }
  .order-11-xxlarge {
    order: 11; }
  .flex-12-xxlarge {
    flex: 12; }
  .order-12-xxlarge {
    order: 12; } }

.height-small-0 {
  height: 0%; }

.height-small-1 {
  height: 10%; }

.height-small-2 {
  height: 20%; }

.height-small-3 {
  height: 30%; }

.height-small-4 {
  height: 40%; }

.height-small-5 {
  height: 50%; }

.height-small-6 {
  height: 60%; }

.height-small-7 {
  height: 70%; }

.height-small-8 {
  height: 80%; }

.height-small-9 {
  height: 90%; }

.height-small-10 {
  height: 100%; }

@media print, screen and (min-width: 48em) {
  .height-medium-0 {
    height: 0%; }
  .height-medium-1 {
    height: 10%; }
  .height-medium-2 {
    height: 20%; }
  .height-medium-3 {
    height: 30%; }
  .height-medium-4 {
    height: 40%; }
  .height-medium-5 {
    height: 50%; }
  .height-medium-6 {
    height: 60%; }
  .height-medium-7 {
    height: 70%; }
  .height-medium-8 {
    height: 80%; }
  .height-medium-9 {
    height: 90%; }
  .height-medium-10 {
    height: 100%; } }

@media print, screen and (min-width: 50em) {
  .height-mediumintermediate-0 {
    height: 0%; }
  .height-mediumintermediate-1 {
    height: 10%; }
  .height-mediumintermediate-2 {
    height: 20%; }
  .height-mediumintermediate-3 {
    height: 30%; }
  .height-mediumintermediate-4 {
    height: 40%; }
  .height-mediumintermediate-5 {
    height: 50%; }
  .height-mediumintermediate-6 {
    height: 60%; }
  .height-mediumintermediate-7 {
    height: 70%; }
  .height-mediumintermediate-8 {
    height: 80%; }
  .height-mediumintermediate-9 {
    height: 90%; }
  .height-mediumintermediate-10 {
    height: 100%; } }

@media print, screen and (min-width: 60.0625em) {
  .height-mediumalternative-0 {
    height: 0%; }
  .height-mediumalternative-1 {
    height: 10%; }
  .height-mediumalternative-2 {
    height: 20%; }
  .height-mediumalternative-3 {
    height: 30%; }
  .height-mediumalternative-4 {
    height: 40%; }
  .height-mediumalternative-5 {
    height: 50%; }
  .height-mediumalternative-6 {
    height: 60%; }
  .height-mediumalternative-7 {
    height: 70%; }
  .height-mediumalternative-8 {
    height: 80%; }
  .height-mediumalternative-9 {
    height: 90%; }
  .height-mediumalternative-10 {
    height: 100%; } }

@media print, screen and (min-width: 64em) {
  .height-large-0 {
    height: 0%; }
  .height-large-1 {
    height: 10%; }
  .height-large-2 {
    height: 20%; }
  .height-large-3 {
    height: 30%; }
  .height-large-4 {
    height: 40%; }
  .height-large-5 {
    height: 50%; }
  .height-large-6 {
    height: 60%; }
  .height-large-7 {
    height: 70%; }
  .height-large-8 {
    height: 80%; }
  .height-large-9 {
    height: 90%; }
  .height-large-10 {
    height: 100%; } }

@media screen and (min-width: 85.375em) {
  .height-xlarge-0 {
    height: 0%; }
  .height-xlarge-1 {
    height: 10%; }
  .height-xlarge-2 {
    height: 20%; }
  .height-xlarge-3 {
    height: 30%; }
  .height-xlarge-4 {
    height: 40%; }
  .height-xlarge-5 {
    height: 50%; }
  .height-xlarge-6 {
    height: 60%; }
  .height-xlarge-7 {
    height: 70%; }
  .height-xlarge-8 {
    height: 80%; }
  .height-xlarge-9 {
    height: 90%; }
  .height-xlarge-10 {
    height: 100%; } }

@media screen and (min-width: 90.0625em) {
  .height-xxlarge-0 {
    height: 0%; }
  .height-xxlarge-1 {
    height: 10%; }
  .height-xxlarge-2 {
    height: 20%; }
  .height-xxlarge-3 {
    height: 30%; }
  .height-xxlarge-4 {
    height: 40%; }
  .height-xxlarge-5 {
    height: 50%; }
  .height-xxlarge-6 {
    height: 60%; }
  .height-xxlarge-7 {
    height: 70%; }
  .height-xxlarge-8 {
    height: 80%; }
  .height-xxlarge-9 {
    height: 90%; }
  .height-xxlarge-10 {
    height: 100%; } }

.ml-small-0 {
  margin-left: 0px !important; }

.mr-small-0 {
  margin-right: 0px !important; }

.pl-small-0 {
  padding-left: 0px !important; }

.pr-small-0 {
  padding-right: 0px !important; }

.op-small-0 {
  padding-left: 0px !important;
  padding-right: 0px !important; }

.om-small-0 {
  margin-left: 0px !important;
  margin-right: 0px !important; }

.ml-small-1 {
  margin-left: 8px !important; }

.mr-small-1 {
  margin-right: 8px !important; }

.pl-small-1 {
  padding-left: 8px !important; }

.pr-small-1 {
  padding-right: 8px !important; }

.op-small-1 {
  padding-left: 8px !important;
  padding-right: 8px !important; }

.om-small-1 {
  margin-left: 8px !important;
  margin-right: 8px !important; }

.ml-small-2 {
  margin-left: 16px !important; }

.mr-small-2 {
  margin-right: 16px !important; }

.pl-small-2 {
  padding-left: 16px !important; }

.pr-small-2 {
  padding-right: 16px !important; }

.op-small-2 {
  padding-left: 16px !important;
  padding-right: 16px !important; }

.om-small-2 {
  margin-left: 16px !important;
  margin-right: 16px !important; }

.ml-small-3 {
  margin-left: 24px !important; }

.mr-small-3 {
  margin-right: 24px !important; }

.pl-small-3 {
  padding-left: 24px !important; }

.pr-small-3 {
  padding-right: 24px !important; }

.op-small-3 {
  padding-left: 24px !important;
  padding-right: 24px !important; }

.om-small-3 {
  margin-left: 24px !important;
  margin-right: 24px !important; }

.ml-small-4 {
  margin-left: 32px !important; }

.mr-small-4 {
  margin-right: 32px !important; }

.pl-small-4 {
  padding-left: 32px !important; }

.pr-small-4 {
  padding-right: 32px !important; }

.op-small-4 {
  padding-left: 32px !important;
  padding-right: 32px !important; }

.om-small-4 {
  margin-left: 32px !important;
  margin-right: 32px !important; }

.ml-small-5 {
  margin-left: 40px !important; }

.mr-small-5 {
  margin-right: 40px !important; }

.pl-small-5 {
  padding-left: 40px !important; }

.pr-small-5 {
  padding-right: 40px !important; }

.op-small-5 {
  padding-left: 40px !important;
  padding-right: 40px !important; }

.om-small-5 {
  margin-left: 40px !important;
  margin-right: 40px !important; }

.ml-small-6 {
  margin-left: 48px !important; }

.mr-small-6 {
  margin-right: 48px !important; }

.pl-small-6 {
  padding-left: 48px !important; }

.pr-small-6 {
  padding-right: 48px !important; }

.op-small-6 {
  padding-left: 48px !important;
  padding-right: 48px !important; }

.om-small-6 {
  margin-left: 48px !important;
  margin-right: 48px !important; }

.ml-small-7 {
  margin-left: 56px !important; }

.mr-small-7 {
  margin-right: 56px !important; }

.pl-small-7 {
  padding-left: 56px !important; }

.pr-small-7 {
  padding-right: 56px !important; }

.op-small-7 {
  padding-left: 56px !important;
  padding-right: 56px !important; }

.om-small-7 {
  margin-left: 56px !important;
  margin-right: 56px !important; }

.ml-small-8 {
  margin-left: 64px !important; }

.mr-small-8 {
  margin-right: 64px !important; }

.pl-small-8 {
  padding-left: 64px !important; }

.pr-small-8 {
  padding-right: 64px !important; }

.op-small-8 {
  padding-left: 64px !important;
  padding-right: 64px !important; }

.om-small-8 {
  margin-left: 64px !important;
  margin-right: 64px !important; }

.ml-small-9 {
  margin-left: 72px !important; }

.mr-small-9 {
  margin-right: 72px !important; }

.pl-small-9 {
  padding-left: 72px !important; }

.pr-small-9 {
  padding-right: 72px !important; }

.op-small-9 {
  padding-left: 72px !important;
  padding-right: 72px !important; }

.om-small-9 {
  margin-left: 72px !important;
  margin-right: 72px !important; }

.ml-small-10 {
  margin-left: 80px !important; }

.mr-small-10 {
  margin-right: 80px !important; }

.pl-small-10 {
  padding-left: 80px !important; }

.pr-small-10 {
  padding-right: 80px !important; }

.op-small-10 {
  padding-left: 80px !important;
  padding-right: 80px !important; }

.om-small-10 {
  margin-left: 80px !important;
  margin-right: 80px !important; }

.ml-small-11 {
  margin-left: 88px !important; }

.mr-small-11 {
  margin-right: 88px !important; }

.pl-small-11 {
  padding-left: 88px !important; }

.pr-small-11 {
  padding-right: 88px !important; }

.op-small-11 {
  padding-left: 88px !important;
  padding-right: 88px !important; }

.om-small-11 {
  margin-left: 88px !important;
  margin-right: 88px !important; }

.ml-small-12 {
  margin-left: 96px !important; }

.mr-small-12 {
  margin-right: 96px !important; }

.pl-small-12 {
  padding-left: 96px !important; }

.pr-small-12 {
  padding-right: 96px !important; }

.op-small-12 {
  padding-left: 96px !important;
  padding-right: 96px !important; }

.om-small-12 {
  margin-left: 96px !important;
  margin-right: 96px !important; }

.ml-small-13 {
  margin-left: 104px !important; }

.mr-small-13 {
  margin-right: 104px !important; }

.pl-small-13 {
  padding-left: 104px !important; }

.pr-small-13 {
  padding-right: 104px !important; }

.op-small-13 {
  padding-left: 104px !important;
  padding-right: 104px !important; }

.om-small-13 {
  margin-left: 104px !important;
  margin-right: 104px !important; }

.ml-small-14 {
  margin-left: 112px !important; }

.mr-small-14 {
  margin-right: 112px !important; }

.pl-small-14 {
  padding-left: 112px !important; }

.pr-small-14 {
  padding-right: 112px !important; }

.op-small-14 {
  padding-left: 112px !important;
  padding-right: 112px !important; }

.om-small-14 {
  margin-left: 112px !important;
  margin-right: 112px !important; }

.ml-small-15 {
  margin-left: 120px !important; }

.mr-small-15 {
  margin-right: 120px !important; }

.pl-small-15 {
  padding-left: 120px !important; }

.pr-small-15 {
  padding-right: 120px !important; }

.op-small-15 {
  padding-left: 120px !important;
  padding-right: 120px !important; }

.om-small-15 {
  margin-left: 120px !important;
  margin-right: 120px !important; }

@media print, screen and (min-width: 48em) {
  .ml-medium-0 {
    margin-left: 0px !important; }
  .mr-medium-0 {
    margin-right: 0px !important; }
  .pl-medium-0 {
    padding-left: 0px !important; }
  .pr-medium-0 {
    padding-right: 0px !important; }
  .op-medium-0 {
    padding-left: 0px !important;
    padding-right: 0px !important; }
  .om-medium-0 {
    margin-left: 0px !important;
    margin-right: 0px !important; }
  .ml-medium-1 {
    margin-left: 8px !important; }
  .mr-medium-1 {
    margin-right: 8px !important; }
  .pl-medium-1 {
    padding-left: 8px !important; }
  .pr-medium-1 {
    padding-right: 8px !important; }
  .op-medium-1 {
    padding-left: 8px !important;
    padding-right: 8px !important; }
  .om-medium-1 {
    margin-left: 8px !important;
    margin-right: 8px !important; }
  .ml-medium-2 {
    margin-left: 16px !important; }
  .mr-medium-2 {
    margin-right: 16px !important; }
  .pl-medium-2 {
    padding-left: 16px !important; }
  .pr-medium-2 {
    padding-right: 16px !important; }
  .op-medium-2 {
    padding-left: 16px !important;
    padding-right: 16px !important; }
  .om-medium-2 {
    margin-left: 16px !important;
    margin-right: 16px !important; }
  .ml-medium-3 {
    margin-left: 24px !important; }
  .mr-medium-3 {
    margin-right: 24px !important; }
  .pl-medium-3 {
    padding-left: 24px !important; }
  .pr-medium-3 {
    padding-right: 24px !important; }
  .op-medium-3 {
    padding-left: 24px !important;
    padding-right: 24px !important; }
  .om-medium-3 {
    margin-left: 24px !important;
    margin-right: 24px !important; }
  .ml-medium-4 {
    margin-left: 32px !important; }
  .mr-medium-4 {
    margin-right: 32px !important; }
  .pl-medium-4 {
    padding-left: 32px !important; }
  .pr-medium-4 {
    padding-right: 32px !important; }
  .op-medium-4 {
    padding-left: 32px !important;
    padding-right: 32px !important; }
  .om-medium-4 {
    margin-left: 32px !important;
    margin-right: 32px !important; }
  .ml-medium-5 {
    margin-left: 40px !important; }
  .mr-medium-5 {
    margin-right: 40px !important; }
  .pl-medium-5 {
    padding-left: 40px !important; }
  .pr-medium-5 {
    padding-right: 40px !important; }
  .op-medium-5 {
    padding-left: 40px !important;
    padding-right: 40px !important; }
  .om-medium-5 {
    margin-left: 40px !important;
    margin-right: 40px !important; }
  .ml-medium-6 {
    margin-left: 48px !important; }
  .mr-medium-6 {
    margin-right: 48px !important; }
  .pl-medium-6 {
    padding-left: 48px !important; }
  .pr-medium-6 {
    padding-right: 48px !important; }
  .op-medium-6 {
    padding-left: 48px !important;
    padding-right: 48px !important; }
  .om-medium-6 {
    margin-left: 48px !important;
    margin-right: 48px !important; }
  .ml-medium-7 {
    margin-left: 56px !important; }
  .mr-medium-7 {
    margin-right: 56px !important; }
  .pl-medium-7 {
    padding-left: 56px !important; }
  .pr-medium-7 {
    padding-right: 56px !important; }
  .op-medium-7 {
    padding-left: 56px !important;
    padding-right: 56px !important; }
  .om-medium-7 {
    margin-left: 56px !important;
    margin-right: 56px !important; }
  .ml-medium-8 {
    margin-left: 64px !important; }
  .mr-medium-8 {
    margin-right: 64px !important; }
  .pl-medium-8 {
    padding-left: 64px !important; }
  .pr-medium-8 {
    padding-right: 64px !important; }
  .op-medium-8 {
    padding-left: 64px !important;
    padding-right: 64px !important; }
  .om-medium-8 {
    margin-left: 64px !important;
    margin-right: 64px !important; }
  .ml-medium-9 {
    margin-left: 72px !important; }
  .mr-medium-9 {
    margin-right: 72px !important; }
  .pl-medium-9 {
    padding-left: 72px !important; }
  .pr-medium-9 {
    padding-right: 72px !important; }
  .op-medium-9 {
    padding-left: 72px !important;
    padding-right: 72px !important; }
  .om-medium-9 {
    margin-left: 72px !important;
    margin-right: 72px !important; }
  .ml-medium-10 {
    margin-left: 80px !important; }
  .mr-medium-10 {
    margin-right: 80px !important; }
  .pl-medium-10 {
    padding-left: 80px !important; }
  .pr-medium-10 {
    padding-right: 80px !important; }
  .op-medium-10 {
    padding-left: 80px !important;
    padding-right: 80px !important; }
  .om-medium-10 {
    margin-left: 80px !important;
    margin-right: 80px !important; }
  .ml-medium-11 {
    margin-left: 88px !important; }
  .mr-medium-11 {
    margin-right: 88px !important; }
  .pl-medium-11 {
    padding-left: 88px !important; }
  .pr-medium-11 {
    padding-right: 88px !important; }
  .op-medium-11 {
    padding-left: 88px !important;
    padding-right: 88px !important; }
  .om-medium-11 {
    margin-left: 88px !important;
    margin-right: 88px !important; }
  .ml-medium-12 {
    margin-left: 96px !important; }
  .mr-medium-12 {
    margin-right: 96px !important; }
  .pl-medium-12 {
    padding-left: 96px !important; }
  .pr-medium-12 {
    padding-right: 96px !important; }
  .op-medium-12 {
    padding-left: 96px !important;
    padding-right: 96px !important; }
  .om-medium-12 {
    margin-left: 96px !important;
    margin-right: 96px !important; }
  .ml-medium-13 {
    margin-left: 104px !important; }
  .mr-medium-13 {
    margin-right: 104px !important; }
  .pl-medium-13 {
    padding-left: 104px !important; }
  .pr-medium-13 {
    padding-right: 104px !important; }
  .op-medium-13 {
    padding-left: 104px !important;
    padding-right: 104px !important; }
  .om-medium-13 {
    margin-left: 104px !important;
    margin-right: 104px !important; }
  .ml-medium-14 {
    margin-left: 112px !important; }
  .mr-medium-14 {
    margin-right: 112px !important; }
  .pl-medium-14 {
    padding-left: 112px !important; }
  .pr-medium-14 {
    padding-right: 112px !important; }
  .op-medium-14 {
    padding-left: 112px !important;
    padding-right: 112px !important; }
  .om-medium-14 {
    margin-left: 112px !important;
    margin-right: 112px !important; }
  .ml-medium-15 {
    margin-left: 120px !important; }
  .mr-medium-15 {
    margin-right: 120px !important; }
  .pl-medium-15 {
    padding-left: 120px !important; }
  .pr-medium-15 {
    padding-right: 120px !important; }
  .op-medium-15 {
    padding-left: 120px !important;
    padding-right: 120px !important; }
  .om-medium-15 {
    margin-left: 120px !important;
    margin-right: 120px !important; } }

@media print, screen and (min-width: 50em) {
  .ml-mediumintermediate-0 {
    margin-left: 0px !important; }
  .mr-mediumintermediate-0 {
    margin-right: 0px !important; }
  .pl-mediumintermediate-0 {
    padding-left: 0px !important; }
  .pr-mediumintermediate-0 {
    padding-right: 0px !important; }
  .op-mediumintermediate-0 {
    padding-left: 0px !important;
    padding-right: 0px !important; }
  .om-mediumintermediate-0 {
    margin-left: 0px !important;
    margin-right: 0px !important; }
  .ml-mediumintermediate-1 {
    margin-left: 8px !important; }
  .mr-mediumintermediate-1 {
    margin-right: 8px !important; }
  .pl-mediumintermediate-1 {
    padding-left: 8px !important; }
  .pr-mediumintermediate-1 {
    padding-right: 8px !important; }
  .op-mediumintermediate-1 {
    padding-left: 8px !important;
    padding-right: 8px !important; }
  .om-mediumintermediate-1 {
    margin-left: 8px !important;
    margin-right: 8px !important; }
  .ml-mediumintermediate-2 {
    margin-left: 16px !important; }
  .mr-mediumintermediate-2 {
    margin-right: 16px !important; }
  .pl-mediumintermediate-2 {
    padding-left: 16px !important; }
  .pr-mediumintermediate-2 {
    padding-right: 16px !important; }
  .op-mediumintermediate-2 {
    padding-left: 16px !important;
    padding-right: 16px !important; }
  .om-mediumintermediate-2 {
    margin-left: 16px !important;
    margin-right: 16px !important; }
  .ml-mediumintermediate-3 {
    margin-left: 24px !important; }
  .mr-mediumintermediate-3 {
    margin-right: 24px !important; }
  .pl-mediumintermediate-3 {
    padding-left: 24px !important; }
  .pr-mediumintermediate-3 {
    padding-right: 24px !important; }
  .op-mediumintermediate-3 {
    padding-left: 24px !important;
    padding-right: 24px !important; }
  .om-mediumintermediate-3 {
    margin-left: 24px !important;
    margin-right: 24px !important; }
  .ml-mediumintermediate-4 {
    margin-left: 32px !important; }
  .mr-mediumintermediate-4 {
    margin-right: 32px !important; }
  .pl-mediumintermediate-4 {
    padding-left: 32px !important; }
  .pr-mediumintermediate-4 {
    padding-right: 32px !important; }
  .op-mediumintermediate-4 {
    padding-left: 32px !important;
    padding-right: 32px !important; }
  .om-mediumintermediate-4 {
    margin-left: 32px !important;
    margin-right: 32px !important; }
  .ml-mediumintermediate-5 {
    margin-left: 40px !important; }
  .mr-mediumintermediate-5 {
    margin-right: 40px !important; }
  .pl-mediumintermediate-5 {
    padding-left: 40px !important; }
  .pr-mediumintermediate-5 {
    padding-right: 40px !important; }
  .op-mediumintermediate-5 {
    padding-left: 40px !important;
    padding-right: 40px !important; }
  .om-mediumintermediate-5 {
    margin-left: 40px !important;
    margin-right: 40px !important; }
  .ml-mediumintermediate-6 {
    margin-left: 48px !important; }
  .mr-mediumintermediate-6 {
    margin-right: 48px !important; }
  .pl-mediumintermediate-6 {
    padding-left: 48px !important; }
  .pr-mediumintermediate-6 {
    padding-right: 48px !important; }
  .op-mediumintermediate-6 {
    padding-left: 48px !important;
    padding-right: 48px !important; }
  .om-mediumintermediate-6 {
    margin-left: 48px !important;
    margin-right: 48px !important; }
  .ml-mediumintermediate-7 {
    margin-left: 56px !important; }
  .mr-mediumintermediate-7 {
    margin-right: 56px !important; }
  .pl-mediumintermediate-7 {
    padding-left: 56px !important; }
  .pr-mediumintermediate-7 {
    padding-right: 56px !important; }
  .op-mediumintermediate-7 {
    padding-left: 56px !important;
    padding-right: 56px !important; }
  .om-mediumintermediate-7 {
    margin-left: 56px !important;
    margin-right: 56px !important; }
  .ml-mediumintermediate-8 {
    margin-left: 64px !important; }
  .mr-mediumintermediate-8 {
    margin-right: 64px !important; }
  .pl-mediumintermediate-8 {
    padding-left: 64px !important; }
  .pr-mediumintermediate-8 {
    padding-right: 64px !important; }
  .op-mediumintermediate-8 {
    padding-left: 64px !important;
    padding-right: 64px !important; }
  .om-mediumintermediate-8 {
    margin-left: 64px !important;
    margin-right: 64px !important; }
  .ml-mediumintermediate-9 {
    margin-left: 72px !important; }
  .mr-mediumintermediate-9 {
    margin-right: 72px !important; }
  .pl-mediumintermediate-9 {
    padding-left: 72px !important; }
  .pr-mediumintermediate-9 {
    padding-right: 72px !important; }
  .op-mediumintermediate-9 {
    padding-left: 72px !important;
    padding-right: 72px !important; }
  .om-mediumintermediate-9 {
    margin-left: 72px !important;
    margin-right: 72px !important; }
  .ml-mediumintermediate-10 {
    margin-left: 80px !important; }
  .mr-mediumintermediate-10 {
    margin-right: 80px !important; }
  .pl-mediumintermediate-10 {
    padding-left: 80px !important; }
  .pr-mediumintermediate-10 {
    padding-right: 80px !important; }
  .op-mediumintermediate-10 {
    padding-left: 80px !important;
    padding-right: 80px !important; }
  .om-mediumintermediate-10 {
    margin-left: 80px !important;
    margin-right: 80px !important; }
  .ml-mediumintermediate-11 {
    margin-left: 88px !important; }
  .mr-mediumintermediate-11 {
    margin-right: 88px !important; }
  .pl-mediumintermediate-11 {
    padding-left: 88px !important; }
  .pr-mediumintermediate-11 {
    padding-right: 88px !important; }
  .op-mediumintermediate-11 {
    padding-left: 88px !important;
    padding-right: 88px !important; }
  .om-mediumintermediate-11 {
    margin-left: 88px !important;
    margin-right: 88px !important; }
  .ml-mediumintermediate-12 {
    margin-left: 96px !important; }
  .mr-mediumintermediate-12 {
    margin-right: 96px !important; }
  .pl-mediumintermediate-12 {
    padding-left: 96px !important; }
  .pr-mediumintermediate-12 {
    padding-right: 96px !important; }
  .op-mediumintermediate-12 {
    padding-left: 96px !important;
    padding-right: 96px !important; }
  .om-mediumintermediate-12 {
    margin-left: 96px !important;
    margin-right: 96px !important; }
  .ml-mediumintermediate-13 {
    margin-left: 104px !important; }
  .mr-mediumintermediate-13 {
    margin-right: 104px !important; }
  .pl-mediumintermediate-13 {
    padding-left: 104px !important; }
  .pr-mediumintermediate-13 {
    padding-right: 104px !important; }
  .op-mediumintermediate-13 {
    padding-left: 104px !important;
    padding-right: 104px !important; }
  .om-mediumintermediate-13 {
    margin-left: 104px !important;
    margin-right: 104px !important; }
  .ml-mediumintermediate-14 {
    margin-left: 112px !important; }
  .mr-mediumintermediate-14 {
    margin-right: 112px !important; }
  .pl-mediumintermediate-14 {
    padding-left: 112px !important; }
  .pr-mediumintermediate-14 {
    padding-right: 112px !important; }
  .op-mediumintermediate-14 {
    padding-left: 112px !important;
    padding-right: 112px !important; }
  .om-mediumintermediate-14 {
    margin-left: 112px !important;
    margin-right: 112px !important; }
  .ml-mediumintermediate-15 {
    margin-left: 120px !important; }
  .mr-mediumintermediate-15 {
    margin-right: 120px !important; }
  .pl-mediumintermediate-15 {
    padding-left: 120px !important; }
  .pr-mediumintermediate-15 {
    padding-right: 120px !important; }
  .op-mediumintermediate-15 {
    padding-left: 120px !important;
    padding-right: 120px !important; }
  .om-mediumintermediate-15 {
    margin-left: 120px !important;
    margin-right: 120px !important; } }

@media print, screen and (min-width: 60.0625em) {
  .ml-mediumalternative-0 {
    margin-left: 0px !important; }
  .mr-mediumalternative-0 {
    margin-right: 0px !important; }
  .pl-mediumalternative-0 {
    padding-left: 0px !important; }
  .pr-mediumalternative-0 {
    padding-right: 0px !important; }
  .op-mediumalternative-0 {
    padding-left: 0px !important;
    padding-right: 0px !important; }
  .om-mediumalternative-0 {
    margin-left: 0px !important;
    margin-right: 0px !important; }
  .ml-mediumalternative-1 {
    margin-left: 8px !important; }
  .mr-mediumalternative-1 {
    margin-right: 8px !important; }
  .pl-mediumalternative-1 {
    padding-left: 8px !important; }
  .pr-mediumalternative-1 {
    padding-right: 8px !important; }
  .op-mediumalternative-1 {
    padding-left: 8px !important;
    padding-right: 8px !important; }
  .om-mediumalternative-1 {
    margin-left: 8px !important;
    margin-right: 8px !important; }
  .ml-mediumalternative-2 {
    margin-left: 16px !important; }
  .mr-mediumalternative-2 {
    margin-right: 16px !important; }
  .pl-mediumalternative-2 {
    padding-left: 16px !important; }
  .pr-mediumalternative-2 {
    padding-right: 16px !important; }
  .op-mediumalternative-2 {
    padding-left: 16px !important;
    padding-right: 16px !important; }
  .om-mediumalternative-2 {
    margin-left: 16px !important;
    margin-right: 16px !important; }
  .ml-mediumalternative-3 {
    margin-left: 24px !important; }
  .mr-mediumalternative-3 {
    margin-right: 24px !important; }
  .pl-mediumalternative-3 {
    padding-left: 24px !important; }
  .pr-mediumalternative-3 {
    padding-right: 24px !important; }
  .op-mediumalternative-3 {
    padding-left: 24px !important;
    padding-right: 24px !important; }
  .om-mediumalternative-3 {
    margin-left: 24px !important;
    margin-right: 24px !important; }
  .ml-mediumalternative-4 {
    margin-left: 32px !important; }
  .mr-mediumalternative-4 {
    margin-right: 32px !important; }
  .pl-mediumalternative-4 {
    padding-left: 32px !important; }
  .pr-mediumalternative-4 {
    padding-right: 32px !important; }
  .op-mediumalternative-4 {
    padding-left: 32px !important;
    padding-right: 32px !important; }
  .om-mediumalternative-4 {
    margin-left: 32px !important;
    margin-right: 32px !important; }
  .ml-mediumalternative-5 {
    margin-left: 40px !important; }
  .mr-mediumalternative-5 {
    margin-right: 40px !important; }
  .pl-mediumalternative-5 {
    padding-left: 40px !important; }
  .pr-mediumalternative-5 {
    padding-right: 40px !important; }
  .op-mediumalternative-5 {
    padding-left: 40px !important;
    padding-right: 40px !important; }
  .om-mediumalternative-5 {
    margin-left: 40px !important;
    margin-right: 40px !important; }
  .ml-mediumalternative-6 {
    margin-left: 48px !important; }
  .mr-mediumalternative-6 {
    margin-right: 48px !important; }
  .pl-mediumalternative-6 {
    padding-left: 48px !important; }
  .pr-mediumalternative-6 {
    padding-right: 48px !important; }
  .op-mediumalternative-6 {
    padding-left: 48px !important;
    padding-right: 48px !important; }
  .om-mediumalternative-6 {
    margin-left: 48px !important;
    margin-right: 48px !important; }
  .ml-mediumalternative-7 {
    margin-left: 56px !important; }
  .mr-mediumalternative-7 {
    margin-right: 56px !important; }
  .pl-mediumalternative-7 {
    padding-left: 56px !important; }
  .pr-mediumalternative-7 {
    padding-right: 56px !important; }
  .op-mediumalternative-7 {
    padding-left: 56px !important;
    padding-right: 56px !important; }
  .om-mediumalternative-7 {
    margin-left: 56px !important;
    margin-right: 56px !important; }
  .ml-mediumalternative-8 {
    margin-left: 64px !important; }
  .mr-mediumalternative-8 {
    margin-right: 64px !important; }
  .pl-mediumalternative-8 {
    padding-left: 64px !important; }
  .pr-mediumalternative-8 {
    padding-right: 64px !important; }
  .op-mediumalternative-8 {
    padding-left: 64px !important;
    padding-right: 64px !important; }
  .om-mediumalternative-8 {
    margin-left: 64px !important;
    margin-right: 64px !important; }
  .ml-mediumalternative-9 {
    margin-left: 72px !important; }
  .mr-mediumalternative-9 {
    margin-right: 72px !important; }
  .pl-mediumalternative-9 {
    padding-left: 72px !important; }
  .pr-mediumalternative-9 {
    padding-right: 72px !important; }
  .op-mediumalternative-9 {
    padding-left: 72px !important;
    padding-right: 72px !important; }
  .om-mediumalternative-9 {
    margin-left: 72px !important;
    margin-right: 72px !important; }
  .ml-mediumalternative-10 {
    margin-left: 80px !important; }
  .mr-mediumalternative-10 {
    margin-right: 80px !important; }
  .pl-mediumalternative-10 {
    padding-left: 80px !important; }
  .pr-mediumalternative-10 {
    padding-right: 80px !important; }
  .op-mediumalternative-10 {
    padding-left: 80px !important;
    padding-right: 80px !important; }
  .om-mediumalternative-10 {
    margin-left: 80px !important;
    margin-right: 80px !important; }
  .ml-mediumalternative-11 {
    margin-left: 88px !important; }
  .mr-mediumalternative-11 {
    margin-right: 88px !important; }
  .pl-mediumalternative-11 {
    padding-left: 88px !important; }
  .pr-mediumalternative-11 {
    padding-right: 88px !important; }
  .op-mediumalternative-11 {
    padding-left: 88px !important;
    padding-right: 88px !important; }
  .om-mediumalternative-11 {
    margin-left: 88px !important;
    margin-right: 88px !important; }
  .ml-mediumalternative-12 {
    margin-left: 96px !important; }
  .mr-mediumalternative-12 {
    margin-right: 96px !important; }
  .pl-mediumalternative-12 {
    padding-left: 96px !important; }
  .pr-mediumalternative-12 {
    padding-right: 96px !important; }
  .op-mediumalternative-12 {
    padding-left: 96px !important;
    padding-right: 96px !important; }
  .om-mediumalternative-12 {
    margin-left: 96px !important;
    margin-right: 96px !important; }
  .ml-mediumalternative-13 {
    margin-left: 104px !important; }
  .mr-mediumalternative-13 {
    margin-right: 104px !important; }
  .pl-mediumalternative-13 {
    padding-left: 104px !important; }
  .pr-mediumalternative-13 {
    padding-right: 104px !important; }
  .op-mediumalternative-13 {
    padding-left: 104px !important;
    padding-right: 104px !important; }
  .om-mediumalternative-13 {
    margin-left: 104px !important;
    margin-right: 104px !important; }
  .ml-mediumalternative-14 {
    margin-left: 112px !important; }
  .mr-mediumalternative-14 {
    margin-right: 112px !important; }
  .pl-mediumalternative-14 {
    padding-left: 112px !important; }
  .pr-mediumalternative-14 {
    padding-right: 112px !important; }
  .op-mediumalternative-14 {
    padding-left: 112px !important;
    padding-right: 112px !important; }
  .om-mediumalternative-14 {
    margin-left: 112px !important;
    margin-right: 112px !important; }
  .ml-mediumalternative-15 {
    margin-left: 120px !important; }
  .mr-mediumalternative-15 {
    margin-right: 120px !important; }
  .pl-mediumalternative-15 {
    padding-left: 120px !important; }
  .pr-mediumalternative-15 {
    padding-right: 120px !important; }
  .op-mediumalternative-15 {
    padding-left: 120px !important;
    padding-right: 120px !important; }
  .om-mediumalternative-15 {
    margin-left: 120px !important;
    margin-right: 120px !important; } }

@media print, screen and (min-width: 64em) {
  .ml-large-0 {
    margin-left: 0px !important; }
  .mr-large-0 {
    margin-right: 0px !important; }
  .pl-large-0 {
    padding-left: 0px !important; }
  .pr-large-0 {
    padding-right: 0px !important; }
  .op-large-0 {
    padding-left: 0px !important;
    padding-right: 0px !important; }
  .om-large-0 {
    margin-left: 0px !important;
    margin-right: 0px !important; }
  .ml-large-1 {
    margin-left: 8px !important; }
  .mr-large-1 {
    margin-right: 8px !important; }
  .pl-large-1 {
    padding-left: 8px !important; }
  .pr-large-1 {
    padding-right: 8px !important; }
  .op-large-1 {
    padding-left: 8px !important;
    padding-right: 8px !important; }
  .om-large-1 {
    margin-left: 8px !important;
    margin-right: 8px !important; }
  .ml-large-2 {
    margin-left: 16px !important; }
  .mr-large-2 {
    margin-right: 16px !important; }
  .pl-large-2 {
    padding-left: 16px !important; }
  .pr-large-2 {
    padding-right: 16px !important; }
  .op-large-2 {
    padding-left: 16px !important;
    padding-right: 16px !important; }
  .om-large-2 {
    margin-left: 16px !important;
    margin-right: 16px !important; }
  .ml-large-3 {
    margin-left: 24px !important; }
  .mr-large-3 {
    margin-right: 24px !important; }
  .pl-large-3 {
    padding-left: 24px !important; }
  .pr-large-3 {
    padding-right: 24px !important; }
  .op-large-3 {
    padding-left: 24px !important;
    padding-right: 24px !important; }
  .om-large-3 {
    margin-left: 24px !important;
    margin-right: 24px !important; }
  .ml-large-4 {
    margin-left: 32px !important; }
  .mr-large-4 {
    margin-right: 32px !important; }
  .pl-large-4 {
    padding-left: 32px !important; }
  .pr-large-4 {
    padding-right: 32px !important; }
  .op-large-4 {
    padding-left: 32px !important;
    padding-right: 32px !important; }
  .om-large-4 {
    margin-left: 32px !important;
    margin-right: 32px !important; }
  .ml-large-5 {
    margin-left: 40px !important; }
  .mr-large-5 {
    margin-right: 40px !important; }
  .pl-large-5 {
    padding-left: 40px !important; }
  .pr-large-5 {
    padding-right: 40px !important; }
  .op-large-5 {
    padding-left: 40px !important;
    padding-right: 40px !important; }
  .om-large-5 {
    margin-left: 40px !important;
    margin-right: 40px !important; }
  .ml-large-6 {
    margin-left: 48px !important; }
  .mr-large-6 {
    margin-right: 48px !important; }
  .pl-large-6 {
    padding-left: 48px !important; }
  .pr-large-6 {
    padding-right: 48px !important; }
  .op-large-6 {
    padding-left: 48px !important;
    padding-right: 48px !important; }
  .om-large-6 {
    margin-left: 48px !important;
    margin-right: 48px !important; }
  .ml-large-7 {
    margin-left: 56px !important; }
  .mr-large-7 {
    margin-right: 56px !important; }
  .pl-large-7 {
    padding-left: 56px !important; }
  .pr-large-7 {
    padding-right: 56px !important; }
  .op-large-7 {
    padding-left: 56px !important;
    padding-right: 56px !important; }
  .om-large-7 {
    margin-left: 56px !important;
    margin-right: 56px !important; }
  .ml-large-8 {
    margin-left: 64px !important; }
  .mr-large-8 {
    margin-right: 64px !important; }
  .pl-large-8 {
    padding-left: 64px !important; }
  .pr-large-8 {
    padding-right: 64px !important; }
  .op-large-8 {
    padding-left: 64px !important;
    padding-right: 64px !important; }
  .om-large-8 {
    margin-left: 64px !important;
    margin-right: 64px !important; }
  .ml-large-9 {
    margin-left: 72px !important; }
  .mr-large-9 {
    margin-right: 72px !important; }
  .pl-large-9 {
    padding-left: 72px !important; }
  .pr-large-9 {
    padding-right: 72px !important; }
  .op-large-9 {
    padding-left: 72px !important;
    padding-right: 72px !important; }
  .om-large-9 {
    margin-left: 72px !important;
    margin-right: 72px !important; }
  .ml-large-10 {
    margin-left: 80px !important; }
  .mr-large-10 {
    margin-right: 80px !important; }
  .pl-large-10 {
    padding-left: 80px !important; }
  .pr-large-10 {
    padding-right: 80px !important; }
  .op-large-10 {
    padding-left: 80px !important;
    padding-right: 80px !important; }
  .om-large-10 {
    margin-left: 80px !important;
    margin-right: 80px !important; }
  .ml-large-11 {
    margin-left: 88px !important; }
  .mr-large-11 {
    margin-right: 88px !important; }
  .pl-large-11 {
    padding-left: 88px !important; }
  .pr-large-11 {
    padding-right: 88px !important; }
  .op-large-11 {
    padding-left: 88px !important;
    padding-right: 88px !important; }
  .om-large-11 {
    margin-left: 88px !important;
    margin-right: 88px !important; }
  .ml-large-12 {
    margin-left: 96px !important; }
  .mr-large-12 {
    margin-right: 96px !important; }
  .pl-large-12 {
    padding-left: 96px !important; }
  .pr-large-12 {
    padding-right: 96px !important; }
  .op-large-12 {
    padding-left: 96px !important;
    padding-right: 96px !important; }
  .om-large-12 {
    margin-left: 96px !important;
    margin-right: 96px !important; }
  .ml-large-13 {
    margin-left: 104px !important; }
  .mr-large-13 {
    margin-right: 104px !important; }
  .pl-large-13 {
    padding-left: 104px !important; }
  .pr-large-13 {
    padding-right: 104px !important; }
  .op-large-13 {
    padding-left: 104px !important;
    padding-right: 104px !important; }
  .om-large-13 {
    margin-left: 104px !important;
    margin-right: 104px !important; }
  .ml-large-14 {
    margin-left: 112px !important; }
  .mr-large-14 {
    margin-right: 112px !important; }
  .pl-large-14 {
    padding-left: 112px !important; }
  .pr-large-14 {
    padding-right: 112px !important; }
  .op-large-14 {
    padding-left: 112px !important;
    padding-right: 112px !important; }
  .om-large-14 {
    margin-left: 112px !important;
    margin-right: 112px !important; }
  .ml-large-15 {
    margin-left: 120px !important; }
  .mr-large-15 {
    margin-right: 120px !important; }
  .pl-large-15 {
    padding-left: 120px !important; }
  .pr-large-15 {
    padding-right: 120px !important; }
  .op-large-15 {
    padding-left: 120px !important;
    padding-right: 120px !important; }
  .om-large-15 {
    margin-left: 120px !important;
    margin-right: 120px !important; } }

@media screen and (min-width: 85.375em) {
  .ml-xlarge-0 {
    margin-left: 0px !important; }
  .mr-xlarge-0 {
    margin-right: 0px !important; }
  .pl-xlarge-0 {
    padding-left: 0px !important; }
  .pr-xlarge-0 {
    padding-right: 0px !important; }
  .op-xlarge-0 {
    padding-left: 0px !important;
    padding-right: 0px !important; }
  .om-xlarge-0 {
    margin-left: 0px !important;
    margin-right: 0px !important; }
  .ml-xlarge-1 {
    margin-left: 8px !important; }
  .mr-xlarge-1 {
    margin-right: 8px !important; }
  .pl-xlarge-1 {
    padding-left: 8px !important; }
  .pr-xlarge-1 {
    padding-right: 8px !important; }
  .op-xlarge-1 {
    padding-left: 8px !important;
    padding-right: 8px !important; }
  .om-xlarge-1 {
    margin-left: 8px !important;
    margin-right: 8px !important; }
  .ml-xlarge-2 {
    margin-left: 16px !important; }
  .mr-xlarge-2 {
    margin-right: 16px !important; }
  .pl-xlarge-2 {
    padding-left: 16px !important; }
  .pr-xlarge-2 {
    padding-right: 16px !important; }
  .op-xlarge-2 {
    padding-left: 16px !important;
    padding-right: 16px !important; }
  .om-xlarge-2 {
    margin-left: 16px !important;
    margin-right: 16px !important; }
  .ml-xlarge-3 {
    margin-left: 24px !important; }
  .mr-xlarge-3 {
    margin-right: 24px !important; }
  .pl-xlarge-3 {
    padding-left: 24px !important; }
  .pr-xlarge-3 {
    padding-right: 24px !important; }
  .op-xlarge-3 {
    padding-left: 24px !important;
    padding-right: 24px !important; }
  .om-xlarge-3 {
    margin-left: 24px !important;
    margin-right: 24px !important; }
  .ml-xlarge-4 {
    margin-left: 32px !important; }
  .mr-xlarge-4 {
    margin-right: 32px !important; }
  .pl-xlarge-4 {
    padding-left: 32px !important; }
  .pr-xlarge-4 {
    padding-right: 32px !important; }
  .op-xlarge-4 {
    padding-left: 32px !important;
    padding-right: 32px !important; }
  .om-xlarge-4 {
    margin-left: 32px !important;
    margin-right: 32px !important; }
  .ml-xlarge-5 {
    margin-left: 40px !important; }
  .mr-xlarge-5 {
    margin-right: 40px !important; }
  .pl-xlarge-5 {
    padding-left: 40px !important; }
  .pr-xlarge-5 {
    padding-right: 40px !important; }
  .op-xlarge-5 {
    padding-left: 40px !important;
    padding-right: 40px !important; }
  .om-xlarge-5 {
    margin-left: 40px !important;
    margin-right: 40px !important; }
  .ml-xlarge-6 {
    margin-left: 48px !important; }
  .mr-xlarge-6 {
    margin-right: 48px !important; }
  .pl-xlarge-6 {
    padding-left: 48px !important; }
  .pr-xlarge-6 {
    padding-right: 48px !important; }
  .op-xlarge-6 {
    padding-left: 48px !important;
    padding-right: 48px !important; }
  .om-xlarge-6 {
    margin-left: 48px !important;
    margin-right: 48px !important; }
  .ml-xlarge-7 {
    margin-left: 56px !important; }
  .mr-xlarge-7 {
    margin-right: 56px !important; }
  .pl-xlarge-7 {
    padding-left: 56px !important; }
  .pr-xlarge-7 {
    padding-right: 56px !important; }
  .op-xlarge-7 {
    padding-left: 56px !important;
    padding-right: 56px !important; }
  .om-xlarge-7 {
    margin-left: 56px !important;
    margin-right: 56px !important; }
  .ml-xlarge-8 {
    margin-left: 64px !important; }
  .mr-xlarge-8 {
    margin-right: 64px !important; }
  .pl-xlarge-8 {
    padding-left: 64px !important; }
  .pr-xlarge-8 {
    padding-right: 64px !important; }
  .op-xlarge-8 {
    padding-left: 64px !important;
    padding-right: 64px !important; }
  .om-xlarge-8 {
    margin-left: 64px !important;
    margin-right: 64px !important; }
  .ml-xlarge-9 {
    margin-left: 72px !important; }
  .mr-xlarge-9 {
    margin-right: 72px !important; }
  .pl-xlarge-9 {
    padding-left: 72px !important; }
  .pr-xlarge-9 {
    padding-right: 72px !important; }
  .op-xlarge-9 {
    padding-left: 72px !important;
    padding-right: 72px !important; }
  .om-xlarge-9 {
    margin-left: 72px !important;
    margin-right: 72px !important; }
  .ml-xlarge-10 {
    margin-left: 80px !important; }
  .mr-xlarge-10 {
    margin-right: 80px !important; }
  .pl-xlarge-10 {
    padding-left: 80px !important; }
  .pr-xlarge-10 {
    padding-right: 80px !important; }
  .op-xlarge-10 {
    padding-left: 80px !important;
    padding-right: 80px !important; }
  .om-xlarge-10 {
    margin-left: 80px !important;
    margin-right: 80px !important; }
  .ml-xlarge-11 {
    margin-left: 88px !important; }
  .mr-xlarge-11 {
    margin-right: 88px !important; }
  .pl-xlarge-11 {
    padding-left: 88px !important; }
  .pr-xlarge-11 {
    padding-right: 88px !important; }
  .op-xlarge-11 {
    padding-left: 88px !important;
    padding-right: 88px !important; }
  .om-xlarge-11 {
    margin-left: 88px !important;
    margin-right: 88px !important; }
  .ml-xlarge-12 {
    margin-left: 96px !important; }
  .mr-xlarge-12 {
    margin-right: 96px !important; }
  .pl-xlarge-12 {
    padding-left: 96px !important; }
  .pr-xlarge-12 {
    padding-right: 96px !important; }
  .op-xlarge-12 {
    padding-left: 96px !important;
    padding-right: 96px !important; }
  .om-xlarge-12 {
    margin-left: 96px !important;
    margin-right: 96px !important; }
  .ml-xlarge-13 {
    margin-left: 104px !important; }
  .mr-xlarge-13 {
    margin-right: 104px !important; }
  .pl-xlarge-13 {
    padding-left: 104px !important; }
  .pr-xlarge-13 {
    padding-right: 104px !important; }
  .op-xlarge-13 {
    padding-left: 104px !important;
    padding-right: 104px !important; }
  .om-xlarge-13 {
    margin-left: 104px !important;
    margin-right: 104px !important; }
  .ml-xlarge-14 {
    margin-left: 112px !important; }
  .mr-xlarge-14 {
    margin-right: 112px !important; }
  .pl-xlarge-14 {
    padding-left: 112px !important; }
  .pr-xlarge-14 {
    padding-right: 112px !important; }
  .op-xlarge-14 {
    padding-left: 112px !important;
    padding-right: 112px !important; }
  .om-xlarge-14 {
    margin-left: 112px !important;
    margin-right: 112px !important; }
  .ml-xlarge-15 {
    margin-left: 120px !important; }
  .mr-xlarge-15 {
    margin-right: 120px !important; }
  .pl-xlarge-15 {
    padding-left: 120px !important; }
  .pr-xlarge-15 {
    padding-right: 120px !important; }
  .op-xlarge-15 {
    padding-left: 120px !important;
    padding-right: 120px !important; }
  .om-xlarge-15 {
    margin-left: 120px !important;
    margin-right: 120px !important; } }

@media screen and (min-width: 90.0625em) {
  .ml-xxlarge-0 {
    margin-left: 0px !important; }
  .mr-xxlarge-0 {
    margin-right: 0px !important; }
  .pl-xxlarge-0 {
    padding-left: 0px !important; }
  .pr-xxlarge-0 {
    padding-right: 0px !important; }
  .op-xxlarge-0 {
    padding-left: 0px !important;
    padding-right: 0px !important; }
  .om-xxlarge-0 {
    margin-left: 0px !important;
    margin-right: 0px !important; }
  .ml-xxlarge-1 {
    margin-left: 8px !important; }
  .mr-xxlarge-1 {
    margin-right: 8px !important; }
  .pl-xxlarge-1 {
    padding-left: 8px !important; }
  .pr-xxlarge-1 {
    padding-right: 8px !important; }
  .op-xxlarge-1 {
    padding-left: 8px !important;
    padding-right: 8px !important; }
  .om-xxlarge-1 {
    margin-left: 8px !important;
    margin-right: 8px !important; }
  .ml-xxlarge-2 {
    margin-left: 16px !important; }
  .mr-xxlarge-2 {
    margin-right: 16px !important; }
  .pl-xxlarge-2 {
    padding-left: 16px !important; }
  .pr-xxlarge-2 {
    padding-right: 16px !important; }
  .op-xxlarge-2 {
    padding-left: 16px !important;
    padding-right: 16px !important; }
  .om-xxlarge-2 {
    margin-left: 16px !important;
    margin-right: 16px !important; }
  .ml-xxlarge-3 {
    margin-left: 24px !important; }
  .mr-xxlarge-3 {
    margin-right: 24px !important; }
  .pl-xxlarge-3 {
    padding-left: 24px !important; }
  .pr-xxlarge-3 {
    padding-right: 24px !important; }
  .op-xxlarge-3 {
    padding-left: 24px !important;
    padding-right: 24px !important; }
  .om-xxlarge-3 {
    margin-left: 24px !important;
    margin-right: 24px !important; }
  .ml-xxlarge-4 {
    margin-left: 32px !important; }
  .mr-xxlarge-4 {
    margin-right: 32px !important; }
  .pl-xxlarge-4 {
    padding-left: 32px !important; }
  .pr-xxlarge-4 {
    padding-right: 32px !important; }
  .op-xxlarge-4 {
    padding-left: 32px !important;
    padding-right: 32px !important; }
  .om-xxlarge-4 {
    margin-left: 32px !important;
    margin-right: 32px !important; }
  .ml-xxlarge-5 {
    margin-left: 40px !important; }
  .mr-xxlarge-5 {
    margin-right: 40px !important; }
  .pl-xxlarge-5 {
    padding-left: 40px !important; }
  .pr-xxlarge-5 {
    padding-right: 40px !important; }
  .op-xxlarge-5 {
    padding-left: 40px !important;
    padding-right: 40px !important; }
  .om-xxlarge-5 {
    margin-left: 40px !important;
    margin-right: 40px !important; }
  .ml-xxlarge-6 {
    margin-left: 48px !important; }
  .mr-xxlarge-6 {
    margin-right: 48px !important; }
  .pl-xxlarge-6 {
    padding-left: 48px !important; }
  .pr-xxlarge-6 {
    padding-right: 48px !important; }
  .op-xxlarge-6 {
    padding-left: 48px !important;
    padding-right: 48px !important; }
  .om-xxlarge-6 {
    margin-left: 48px !important;
    margin-right: 48px !important; }
  .ml-xxlarge-7 {
    margin-left: 56px !important; }
  .mr-xxlarge-7 {
    margin-right: 56px !important; }
  .pl-xxlarge-7 {
    padding-left: 56px !important; }
  .pr-xxlarge-7 {
    padding-right: 56px !important; }
  .op-xxlarge-7 {
    padding-left: 56px !important;
    padding-right: 56px !important; }
  .om-xxlarge-7 {
    margin-left: 56px !important;
    margin-right: 56px !important; }
  .ml-xxlarge-8 {
    margin-left: 64px !important; }
  .mr-xxlarge-8 {
    margin-right: 64px !important; }
  .pl-xxlarge-8 {
    padding-left: 64px !important; }
  .pr-xxlarge-8 {
    padding-right: 64px !important; }
  .op-xxlarge-8 {
    padding-left: 64px !important;
    padding-right: 64px !important; }
  .om-xxlarge-8 {
    margin-left: 64px !important;
    margin-right: 64px !important; }
  .ml-xxlarge-9 {
    margin-left: 72px !important; }
  .mr-xxlarge-9 {
    margin-right: 72px !important; }
  .pl-xxlarge-9 {
    padding-left: 72px !important; }
  .pr-xxlarge-9 {
    padding-right: 72px !important; }
  .op-xxlarge-9 {
    padding-left: 72px !important;
    padding-right: 72px !important; }
  .om-xxlarge-9 {
    margin-left: 72px !important;
    margin-right: 72px !important; }
  .ml-xxlarge-10 {
    margin-left: 80px !important; }
  .mr-xxlarge-10 {
    margin-right: 80px !important; }
  .pl-xxlarge-10 {
    padding-left: 80px !important; }
  .pr-xxlarge-10 {
    padding-right: 80px !important; }
  .op-xxlarge-10 {
    padding-left: 80px !important;
    padding-right: 80px !important; }
  .om-xxlarge-10 {
    margin-left: 80px !important;
    margin-right: 80px !important; }
  .ml-xxlarge-11 {
    margin-left: 88px !important; }
  .mr-xxlarge-11 {
    margin-right: 88px !important; }
  .pl-xxlarge-11 {
    padding-left: 88px !important; }
  .pr-xxlarge-11 {
    padding-right: 88px !important; }
  .op-xxlarge-11 {
    padding-left: 88px !important;
    padding-right: 88px !important; }
  .om-xxlarge-11 {
    margin-left: 88px !important;
    margin-right: 88px !important; }
  .ml-xxlarge-12 {
    margin-left: 96px !important; }
  .mr-xxlarge-12 {
    margin-right: 96px !important; }
  .pl-xxlarge-12 {
    padding-left: 96px !important; }
  .pr-xxlarge-12 {
    padding-right: 96px !important; }
  .op-xxlarge-12 {
    padding-left: 96px !important;
    padding-right: 96px !important; }
  .om-xxlarge-12 {
    margin-left: 96px !important;
    margin-right: 96px !important; }
  .ml-xxlarge-13 {
    margin-left: 104px !important; }
  .mr-xxlarge-13 {
    margin-right: 104px !important; }
  .pl-xxlarge-13 {
    padding-left: 104px !important; }
  .pr-xxlarge-13 {
    padding-right: 104px !important; }
  .op-xxlarge-13 {
    padding-left: 104px !important;
    padding-right: 104px !important; }
  .om-xxlarge-13 {
    margin-left: 104px !important;
    margin-right: 104px !important; }
  .ml-xxlarge-14 {
    margin-left: 112px !important; }
  .mr-xxlarge-14 {
    margin-right: 112px !important; }
  .pl-xxlarge-14 {
    padding-left: 112px !important; }
  .pr-xxlarge-14 {
    padding-right: 112px !important; }
  .op-xxlarge-14 {
    padding-left: 112px !important;
    padding-right: 112px !important; }
  .om-xxlarge-14 {
    margin-left: 112px !important;
    margin-right: 112px !important; }
  .ml-xxlarge-15 {
    margin-left: 120px !important; }
  .mr-xxlarge-15 {
    margin-right: 120px !important; }
  .pl-xxlarge-15 {
    padding-left: 120px !important; }
  .pr-xxlarge-15 {
    padding-right: 120px !important; }
  .op-xxlarge-15 {
    padding-left: 120px !important;
    padding-right: 120px !important; }
  .om-xxlarge-15 {
    margin-left: 120px !important;
    margin-right: 120px !important; } }

.m-small-0 {
  margin: 0px; }

.p-small-0 {
  padding: 0px; }

.m-small-1 {
  margin: 8px; }

.p-small-1 {
  padding: 8px; }

.m-small-2 {
  margin: 16px; }

.p-small-2 {
  padding: 16px; }

.m-small-3 {
  margin: 24px; }

.p-small-3 {
  padding: 24px; }

.m-small-4 {
  margin: 32px; }

.p-small-4 {
  padding: 32px; }

.m-small-5 {
  margin: 40px; }

.p-small-5 {
  padding: 40px; }

.m-small-6 {
  margin: 48px; }

.p-small-6 {
  padding: 48px; }

.m-small-7 {
  margin: 56px; }

.p-small-7 {
  padding: 56px; }

.m-small-8 {
  margin: 64px; }

.p-small-8 {
  padding: 64px; }

.m-small-9 {
  margin: 72px; }

.p-small-9 {
  padding: 72px; }

.m-small-10 {
  margin: 80px; }

.p-small-10 {
  padding: 80px; }

.m-small-11 {
  margin: 88px; }

.p-small-11 {
  padding: 88px; }

.m-small-12 {
  margin: 96px; }

.p-small-12 {
  padding: 96px; }

.m-small-13 {
  margin: 104px; }

.p-small-13 {
  padding: 104px; }

.m-small-14 {
  margin: 112px; }

.p-small-14 {
  padding: 112px; }

.m-small-15 {
  margin: 120px; }

.p-small-15 {
  padding: 120px; }

@media print, screen and (min-width: 48em) {
  .m-medium-0 {
    margin: 0px; }
  .p-medium-0 {
    padding: 0px; }
  .m-medium-1 {
    margin: 8px; }
  .p-medium-1 {
    padding: 8px; }
  .m-medium-2 {
    margin: 16px; }
  .p-medium-2 {
    padding: 16px; }
  .m-medium-3 {
    margin: 24px; }
  .p-medium-3 {
    padding: 24px; }
  .m-medium-4 {
    margin: 32px; }
  .p-medium-4 {
    padding: 32px; }
  .m-medium-5 {
    margin: 40px; }
  .p-medium-5 {
    padding: 40px; }
  .m-medium-6 {
    margin: 48px; }
  .p-medium-6 {
    padding: 48px; }
  .m-medium-7 {
    margin: 56px; }
  .p-medium-7 {
    padding: 56px; }
  .m-medium-8 {
    margin: 64px; }
  .p-medium-8 {
    padding: 64px; }
  .m-medium-9 {
    margin: 72px; }
  .p-medium-9 {
    padding: 72px; }
  .m-medium-10 {
    margin: 80px; }
  .p-medium-10 {
    padding: 80px; }
  .m-medium-11 {
    margin: 88px; }
  .p-medium-11 {
    padding: 88px; }
  .m-medium-12 {
    margin: 96px; }
  .p-medium-12 {
    padding: 96px; }
  .m-medium-13 {
    margin: 104px; }
  .p-medium-13 {
    padding: 104px; }
  .m-medium-14 {
    margin: 112px; }
  .p-medium-14 {
    padding: 112px; }
  .m-medium-15 {
    margin: 120px; }
  .p-medium-15 {
    padding: 120px; } }

@media print, screen and (min-width: 50em) {
  .m-mediumintermediate-0 {
    margin: 0px; }
  .p-mediumintermediate-0 {
    padding: 0px; }
  .m-mediumintermediate-1 {
    margin: 8px; }
  .p-mediumintermediate-1 {
    padding: 8px; }
  .m-mediumintermediate-2 {
    margin: 16px; }
  .p-mediumintermediate-2 {
    padding: 16px; }
  .m-mediumintermediate-3 {
    margin: 24px; }
  .p-mediumintermediate-3 {
    padding: 24px; }
  .m-mediumintermediate-4 {
    margin: 32px; }
  .p-mediumintermediate-4 {
    padding: 32px; }
  .m-mediumintermediate-5 {
    margin: 40px; }
  .p-mediumintermediate-5 {
    padding: 40px; }
  .m-mediumintermediate-6 {
    margin: 48px; }
  .p-mediumintermediate-6 {
    padding: 48px; }
  .m-mediumintermediate-7 {
    margin: 56px; }
  .p-mediumintermediate-7 {
    padding: 56px; }
  .m-mediumintermediate-8 {
    margin: 64px; }
  .p-mediumintermediate-8 {
    padding: 64px; }
  .m-mediumintermediate-9 {
    margin: 72px; }
  .p-mediumintermediate-9 {
    padding: 72px; }
  .m-mediumintermediate-10 {
    margin: 80px; }
  .p-mediumintermediate-10 {
    padding: 80px; }
  .m-mediumintermediate-11 {
    margin: 88px; }
  .p-mediumintermediate-11 {
    padding: 88px; }
  .m-mediumintermediate-12 {
    margin: 96px; }
  .p-mediumintermediate-12 {
    padding: 96px; }
  .m-mediumintermediate-13 {
    margin: 104px; }
  .p-mediumintermediate-13 {
    padding: 104px; }
  .m-mediumintermediate-14 {
    margin: 112px; }
  .p-mediumintermediate-14 {
    padding: 112px; }
  .m-mediumintermediate-15 {
    margin: 120px; }
  .p-mediumintermediate-15 {
    padding: 120px; } }

@media print, screen and (min-width: 60.0625em) {
  .m-mediumalternative-0 {
    margin: 0px; }
  .p-mediumalternative-0 {
    padding: 0px; }
  .m-mediumalternative-1 {
    margin: 8px; }
  .p-mediumalternative-1 {
    padding: 8px; }
  .m-mediumalternative-2 {
    margin: 16px; }
  .p-mediumalternative-2 {
    padding: 16px; }
  .m-mediumalternative-3 {
    margin: 24px; }
  .p-mediumalternative-3 {
    padding: 24px; }
  .m-mediumalternative-4 {
    margin: 32px; }
  .p-mediumalternative-4 {
    padding: 32px; }
  .m-mediumalternative-5 {
    margin: 40px; }
  .p-mediumalternative-5 {
    padding: 40px; }
  .m-mediumalternative-6 {
    margin: 48px; }
  .p-mediumalternative-6 {
    padding: 48px; }
  .m-mediumalternative-7 {
    margin: 56px; }
  .p-mediumalternative-7 {
    padding: 56px; }
  .m-mediumalternative-8 {
    margin: 64px; }
  .p-mediumalternative-8 {
    padding: 64px; }
  .m-mediumalternative-9 {
    margin: 72px; }
  .p-mediumalternative-9 {
    padding: 72px; }
  .m-mediumalternative-10 {
    margin: 80px; }
  .p-mediumalternative-10 {
    padding: 80px; }
  .m-mediumalternative-11 {
    margin: 88px; }
  .p-mediumalternative-11 {
    padding: 88px; }
  .m-mediumalternative-12 {
    margin: 96px; }
  .p-mediumalternative-12 {
    padding: 96px; }
  .m-mediumalternative-13 {
    margin: 104px; }
  .p-mediumalternative-13 {
    padding: 104px; }
  .m-mediumalternative-14 {
    margin: 112px; }
  .p-mediumalternative-14 {
    padding: 112px; }
  .m-mediumalternative-15 {
    margin: 120px; }
  .p-mediumalternative-15 {
    padding: 120px; } }

@media print, screen and (min-width: 64em) {
  .m-large-0 {
    margin: 0px; }
  .p-large-0 {
    padding: 0px; }
  .m-large-1 {
    margin: 8px; }
  .p-large-1 {
    padding: 8px; }
  .m-large-2 {
    margin: 16px; }
  .p-large-2 {
    padding: 16px; }
  .m-large-3 {
    margin: 24px; }
  .p-large-3 {
    padding: 24px; }
  .m-large-4 {
    margin: 32px; }
  .p-large-4 {
    padding: 32px; }
  .m-large-5 {
    margin: 40px; }
  .p-large-5 {
    padding: 40px; }
  .m-large-6 {
    margin: 48px; }
  .p-large-6 {
    padding: 48px; }
  .m-large-7 {
    margin: 56px; }
  .p-large-7 {
    padding: 56px; }
  .m-large-8 {
    margin: 64px; }
  .p-large-8 {
    padding: 64px; }
  .m-large-9 {
    margin: 72px; }
  .p-large-9 {
    padding: 72px; }
  .m-large-10 {
    margin: 80px; }
  .p-large-10 {
    padding: 80px; }
  .m-large-11 {
    margin: 88px; }
  .p-large-11 {
    padding: 88px; }
  .m-large-12 {
    margin: 96px; }
  .p-large-12 {
    padding: 96px; }
  .m-large-13 {
    margin: 104px; }
  .p-large-13 {
    padding: 104px; }
  .m-large-14 {
    margin: 112px; }
  .p-large-14 {
    padding: 112px; }
  .m-large-15 {
    margin: 120px; }
  .p-large-15 {
    padding: 120px; } }

@media screen and (min-width: 85.375em) {
  .m-xlarge-0 {
    margin: 0px; }
  .p-xlarge-0 {
    padding: 0px; }
  .m-xlarge-1 {
    margin: 8px; }
  .p-xlarge-1 {
    padding: 8px; }
  .m-xlarge-2 {
    margin: 16px; }
  .p-xlarge-2 {
    padding: 16px; }
  .m-xlarge-3 {
    margin: 24px; }
  .p-xlarge-3 {
    padding: 24px; }
  .m-xlarge-4 {
    margin: 32px; }
  .p-xlarge-4 {
    padding: 32px; }
  .m-xlarge-5 {
    margin: 40px; }
  .p-xlarge-5 {
    padding: 40px; }
  .m-xlarge-6 {
    margin: 48px; }
  .p-xlarge-6 {
    padding: 48px; }
  .m-xlarge-7 {
    margin: 56px; }
  .p-xlarge-7 {
    padding: 56px; }
  .m-xlarge-8 {
    margin: 64px; }
  .p-xlarge-8 {
    padding: 64px; }
  .m-xlarge-9 {
    margin: 72px; }
  .p-xlarge-9 {
    padding: 72px; }
  .m-xlarge-10 {
    margin: 80px; }
  .p-xlarge-10 {
    padding: 80px; }
  .m-xlarge-11 {
    margin: 88px; }
  .p-xlarge-11 {
    padding: 88px; }
  .m-xlarge-12 {
    margin: 96px; }
  .p-xlarge-12 {
    padding: 96px; }
  .m-xlarge-13 {
    margin: 104px; }
  .p-xlarge-13 {
    padding: 104px; }
  .m-xlarge-14 {
    margin: 112px; }
  .p-xlarge-14 {
    padding: 112px; }
  .m-xlarge-15 {
    margin: 120px; }
  .p-xlarge-15 {
    padding: 120px; } }

@media screen and (min-width: 90.0625em) {
  .m-xxlarge-0 {
    margin: 0px; }
  .p-xxlarge-0 {
    padding: 0px; }
  .m-xxlarge-1 {
    margin: 8px; }
  .p-xxlarge-1 {
    padding: 8px; }
  .m-xxlarge-2 {
    margin: 16px; }
  .p-xxlarge-2 {
    padding: 16px; }
  .m-xxlarge-3 {
    margin: 24px; }
  .p-xxlarge-3 {
    padding: 24px; }
  .m-xxlarge-4 {
    margin: 32px; }
  .p-xxlarge-4 {
    padding: 32px; }
  .m-xxlarge-5 {
    margin: 40px; }
  .p-xxlarge-5 {
    padding: 40px; }
  .m-xxlarge-6 {
    margin: 48px; }
  .p-xxlarge-6 {
    padding: 48px; }
  .m-xxlarge-7 {
    margin: 56px; }
  .p-xxlarge-7 {
    padding: 56px; }
  .m-xxlarge-8 {
    margin: 64px; }
  .p-xxlarge-8 {
    padding: 64px; }
  .m-xxlarge-9 {
    margin: 72px; }
  .p-xxlarge-9 {
    padding: 72px; }
  .m-xxlarge-10 {
    margin: 80px; }
  .p-xxlarge-10 {
    padding: 80px; }
  .m-xxlarge-11 {
    margin: 88px; }
  .p-xxlarge-11 {
    padding: 88px; }
  .m-xxlarge-12 {
    margin: 96px; }
  .p-xxlarge-12 {
    padding: 96px; }
  .m-xxlarge-13 {
    margin: 104px; }
  .p-xxlarge-13 {
    padding: 104px; }
  .m-xxlarge-14 {
    margin: 112px; }
  .p-xxlarge-14 {
    padding: 112px; }
  .m-xxlarge-15 {
    margin: 120px; }
  .p-xxlarge-15 {
    padding: 120px; } }

.mt-small-0 {
  margin-top: 0px !important; }

.mb-small-0 {
  margin-bottom: 0px !important; }

.pt-small-0 {
  padding-top: 0px !important; }

.pb-small-0 {
  padding-bottom: 0px !important; }

.vp-small-0 {
  padding-top: 0px !important;
  padding-bottom: 0px !important; }

.vm-small-0 {
  margin-top: 0px !important;
  margin-bottom: 0px !important; }

.mt-small-1 {
  margin-top: 8px !important; }

.mb-small-1 {
  margin-bottom: 8px !important; }

.pt-small-1 {
  padding-top: 8px !important; }

.pb-small-1 {
  padding-bottom: 8px !important; }

.vp-small-1 {
  padding-top: 8px !important;
  padding-bottom: 8px !important; }

.vm-small-1 {
  margin-top: 8px !important;
  margin-bottom: 8px !important; }

.mt-small-2 {
  margin-top: 16px !important; }

.mb-small-2 {
  margin-bottom: 16px !important; }

.pt-small-2 {
  padding-top: 16px !important; }

.pb-small-2 {
  padding-bottom: 16px !important; }

.vp-small-2 {
  padding-top: 16px !important;
  padding-bottom: 16px !important; }

.vm-small-2 {
  margin-top: 16px !important;
  margin-bottom: 16px !important; }

.mt-small-3 {
  margin-top: 24px !important; }

.mb-small-3 {
  margin-bottom: 24px !important; }

.pt-small-3 {
  padding-top: 24px !important; }

.pb-small-3 {
  padding-bottom: 24px !important; }

.vp-small-3 {
  padding-top: 24px !important;
  padding-bottom: 24px !important; }

.vm-small-3 {
  margin-top: 24px !important;
  margin-bottom: 24px !important; }

.mt-small-4 {
  margin-top: 32px !important; }

.mb-small-4 {
  margin-bottom: 32px !important; }

.pt-small-4 {
  padding-top: 32px !important; }

.pb-small-4 {
  padding-bottom: 32px !important; }

.vp-small-4 {
  padding-top: 32px !important;
  padding-bottom: 32px !important; }

.vm-small-4 {
  margin-top: 32px !important;
  margin-bottom: 32px !important; }

.mt-small-5 {
  margin-top: 40px !important; }

.mb-small-5 {
  margin-bottom: 40px !important; }

.pt-small-5 {
  padding-top: 40px !important; }

.pb-small-5 {
  padding-bottom: 40px !important; }

.vp-small-5 {
  padding-top: 40px !important;
  padding-bottom: 40px !important; }

.vm-small-5 {
  margin-top: 40px !important;
  margin-bottom: 40px !important; }

.mt-small-6 {
  margin-top: 48px !important; }

.mb-small-6 {
  margin-bottom: 48px !important; }

.pt-small-6 {
  padding-top: 48px !important; }

.pb-small-6 {
  padding-bottom: 48px !important; }

.vp-small-6 {
  padding-top: 48px !important;
  padding-bottom: 48px !important; }

.vm-small-6 {
  margin-top: 48px !important;
  margin-bottom: 48px !important; }

.mt-small-7 {
  margin-top: 56px !important; }

.mb-small-7 {
  margin-bottom: 56px !important; }

.pt-small-7 {
  padding-top: 56px !important; }

.pb-small-7 {
  padding-bottom: 56px !important; }

.vp-small-7 {
  padding-top: 56px !important;
  padding-bottom: 56px !important; }

.vm-small-7 {
  margin-top: 56px !important;
  margin-bottom: 56px !important; }

.mt-small-8 {
  margin-top: 64px !important; }

.mb-small-8 {
  margin-bottom: 64px !important; }

.pt-small-8 {
  padding-top: 64px !important; }

.pb-small-8 {
  padding-bottom: 64px !important; }

.vp-small-8 {
  padding-top: 64px !important;
  padding-bottom: 64px !important; }

.vm-small-8 {
  margin-top: 64px !important;
  margin-bottom: 64px !important; }

.mt-small-9 {
  margin-top: 72px !important; }

.mb-small-9 {
  margin-bottom: 72px !important; }

.pt-small-9 {
  padding-top: 72px !important; }

.pb-small-9 {
  padding-bottom: 72px !important; }

.vp-small-9 {
  padding-top: 72px !important;
  padding-bottom: 72px !important; }

.vm-small-9 {
  margin-top: 72px !important;
  margin-bottom: 72px !important; }

.mt-small-10 {
  margin-top: 80px !important; }

.mb-small-10 {
  margin-bottom: 80px !important; }

.pt-small-10 {
  padding-top: 80px !important; }

.pb-small-10 {
  padding-bottom: 80px !important; }

.vp-small-10 {
  padding-top: 80px !important;
  padding-bottom: 80px !important; }

.vm-small-10 {
  margin-top: 80px !important;
  margin-bottom: 80px !important; }

.mt-small-11 {
  margin-top: 88px !important; }

.mb-small-11 {
  margin-bottom: 88px !important; }

.pt-small-11 {
  padding-top: 88px !important; }

.pb-small-11 {
  padding-bottom: 88px !important; }

.vp-small-11 {
  padding-top: 88px !important;
  padding-bottom: 88px !important; }

.vm-small-11 {
  margin-top: 88px !important;
  margin-bottom: 88px !important; }

.mt-small-12 {
  margin-top: 96px !important; }

.mb-small-12 {
  margin-bottom: 96px !important; }

.pt-small-12 {
  padding-top: 96px !important; }

.pb-small-12 {
  padding-bottom: 96px !important; }

.vp-small-12 {
  padding-top: 96px !important;
  padding-bottom: 96px !important; }

.vm-small-12 {
  margin-top: 96px !important;
  margin-bottom: 96px !important; }

.mt-small-13 {
  margin-top: 104px !important; }

.mb-small-13 {
  margin-bottom: 104px !important; }

.pt-small-13 {
  padding-top: 104px !important; }

.pb-small-13 {
  padding-bottom: 104px !important; }

.vp-small-13 {
  padding-top: 104px !important;
  padding-bottom: 104px !important; }

.vm-small-13 {
  margin-top: 104px !important;
  margin-bottom: 104px !important; }

.mt-small-14 {
  margin-top: 112px !important; }

.mb-small-14 {
  margin-bottom: 112px !important; }

.pt-small-14 {
  padding-top: 112px !important; }

.pb-small-14 {
  padding-bottom: 112px !important; }

.vp-small-14 {
  padding-top: 112px !important;
  padding-bottom: 112px !important; }

.vm-small-14 {
  margin-top: 112px !important;
  margin-bottom: 112px !important; }

.mt-small-15 {
  margin-top: 120px !important; }

.mb-small-15 {
  margin-bottom: 120px !important; }

.pt-small-15 {
  padding-top: 120px !important; }

.pb-small-15 {
  padding-bottom: 120px !important; }

.vp-small-15 {
  padding-top: 120px !important;
  padding-bottom: 120px !important; }

.vm-small-15 {
  margin-top: 120px !important;
  margin-bottom: 120px !important; }

@media print, screen and (min-width: 48em) {
  .mt-medium-0 {
    margin-top: 0px !important; }
  .mb-medium-0 {
    margin-bottom: 0px !important; }
  .pt-medium-0 {
    padding-top: 0px !important; }
  .pb-medium-0 {
    padding-bottom: 0px !important; }
  .vp-medium-0 {
    padding-top: 0px !important;
    padding-bottom: 0px !important; }
  .vm-medium-0 {
    margin-top: 0px !important;
    margin-bottom: 0px !important; }
  .mt-medium-1 {
    margin-top: 8px !important; }
  .mb-medium-1 {
    margin-bottom: 8px !important; }
  .pt-medium-1 {
    padding-top: 8px !important; }
  .pb-medium-1 {
    padding-bottom: 8px !important; }
  .vp-medium-1 {
    padding-top: 8px !important;
    padding-bottom: 8px !important; }
  .vm-medium-1 {
    margin-top: 8px !important;
    margin-bottom: 8px !important; }
  .mt-medium-2 {
    margin-top: 16px !important; }
  .mb-medium-2 {
    margin-bottom: 16px !important; }
  .pt-medium-2 {
    padding-top: 16px !important; }
  .pb-medium-2 {
    padding-bottom: 16px !important; }
  .vp-medium-2 {
    padding-top: 16px !important;
    padding-bottom: 16px !important; }
  .vm-medium-2 {
    margin-top: 16px !important;
    margin-bottom: 16px !important; }
  .mt-medium-3 {
    margin-top: 24px !important; }
  .mb-medium-3 {
    margin-bottom: 24px !important; }
  .pt-medium-3 {
    padding-top: 24px !important; }
  .pb-medium-3 {
    padding-bottom: 24px !important; }
  .vp-medium-3 {
    padding-top: 24px !important;
    padding-bottom: 24px !important; }
  .vm-medium-3 {
    margin-top: 24px !important;
    margin-bottom: 24px !important; }
  .mt-medium-4 {
    margin-top: 32px !important; }
  .mb-medium-4 {
    margin-bottom: 32px !important; }
  .pt-medium-4 {
    padding-top: 32px !important; }
  .pb-medium-4 {
    padding-bottom: 32px !important; }
  .vp-medium-4 {
    padding-top: 32px !important;
    padding-bottom: 32px !important; }
  .vm-medium-4 {
    margin-top: 32px !important;
    margin-bottom: 32px !important; }
  .mt-medium-5 {
    margin-top: 40px !important; }
  .mb-medium-5 {
    margin-bottom: 40px !important; }
  .pt-medium-5 {
    padding-top: 40px !important; }
  .pb-medium-5 {
    padding-bottom: 40px !important; }
  .vp-medium-5 {
    padding-top: 40px !important;
    padding-bottom: 40px !important; }
  .vm-medium-5 {
    margin-top: 40px !important;
    margin-bottom: 40px !important; }
  .mt-medium-6 {
    margin-top: 48px !important; }
  .mb-medium-6 {
    margin-bottom: 48px !important; }
  .pt-medium-6 {
    padding-top: 48px !important; }
  .pb-medium-6 {
    padding-bottom: 48px !important; }
  .vp-medium-6 {
    padding-top: 48px !important;
    padding-bottom: 48px !important; }
  .vm-medium-6 {
    margin-top: 48px !important;
    margin-bottom: 48px !important; }
  .mt-medium-7 {
    margin-top: 56px !important; }
  .mb-medium-7 {
    margin-bottom: 56px !important; }
  .pt-medium-7 {
    padding-top: 56px !important; }
  .pb-medium-7 {
    padding-bottom: 56px !important; }
  .vp-medium-7 {
    padding-top: 56px !important;
    padding-bottom: 56px !important; }
  .vm-medium-7 {
    margin-top: 56px !important;
    margin-bottom: 56px !important; }
  .mt-medium-8 {
    margin-top: 64px !important; }
  .mb-medium-8 {
    margin-bottom: 64px !important; }
  .pt-medium-8 {
    padding-top: 64px !important; }
  .pb-medium-8 {
    padding-bottom: 64px !important; }
  .vp-medium-8 {
    padding-top: 64px !important;
    padding-bottom: 64px !important; }
  .vm-medium-8 {
    margin-top: 64px !important;
    margin-bottom: 64px !important; }
  .mt-medium-9 {
    margin-top: 72px !important; }
  .mb-medium-9 {
    margin-bottom: 72px !important; }
  .pt-medium-9 {
    padding-top: 72px !important; }
  .pb-medium-9 {
    padding-bottom: 72px !important; }
  .vp-medium-9 {
    padding-top: 72px !important;
    padding-bottom: 72px !important; }
  .vm-medium-9 {
    margin-top: 72px !important;
    margin-bottom: 72px !important; }
  .mt-medium-10 {
    margin-top: 80px !important; }
  .mb-medium-10 {
    margin-bottom: 80px !important; }
  .pt-medium-10 {
    padding-top: 80px !important; }
  .pb-medium-10 {
    padding-bottom: 80px !important; }
  .vp-medium-10 {
    padding-top: 80px !important;
    padding-bottom: 80px !important; }
  .vm-medium-10 {
    margin-top: 80px !important;
    margin-bottom: 80px !important; }
  .mt-medium-11 {
    margin-top: 88px !important; }
  .mb-medium-11 {
    margin-bottom: 88px !important; }
  .pt-medium-11 {
    padding-top: 88px !important; }
  .pb-medium-11 {
    padding-bottom: 88px !important; }
  .vp-medium-11 {
    padding-top: 88px !important;
    padding-bottom: 88px !important; }
  .vm-medium-11 {
    margin-top: 88px !important;
    margin-bottom: 88px !important; }
  .mt-medium-12 {
    margin-top: 96px !important; }
  .mb-medium-12 {
    margin-bottom: 96px !important; }
  .pt-medium-12 {
    padding-top: 96px !important; }
  .pb-medium-12 {
    padding-bottom: 96px !important; }
  .vp-medium-12 {
    padding-top: 96px !important;
    padding-bottom: 96px !important; }
  .vm-medium-12 {
    margin-top: 96px !important;
    margin-bottom: 96px !important; }
  .mt-medium-13 {
    margin-top: 104px !important; }
  .mb-medium-13 {
    margin-bottom: 104px !important; }
  .pt-medium-13 {
    padding-top: 104px !important; }
  .pb-medium-13 {
    padding-bottom: 104px !important; }
  .vp-medium-13 {
    padding-top: 104px !important;
    padding-bottom: 104px !important; }
  .vm-medium-13 {
    margin-top: 104px !important;
    margin-bottom: 104px !important; }
  .mt-medium-14 {
    margin-top: 112px !important; }
  .mb-medium-14 {
    margin-bottom: 112px !important; }
  .pt-medium-14 {
    padding-top: 112px !important; }
  .pb-medium-14 {
    padding-bottom: 112px !important; }
  .vp-medium-14 {
    padding-top: 112px !important;
    padding-bottom: 112px !important; }
  .vm-medium-14 {
    margin-top: 112px !important;
    margin-bottom: 112px !important; }
  .mt-medium-15 {
    margin-top: 120px !important; }
  .mb-medium-15 {
    margin-bottom: 120px !important; }
  .pt-medium-15 {
    padding-top: 120px !important; }
  .pb-medium-15 {
    padding-bottom: 120px !important; }
  .vp-medium-15 {
    padding-top: 120px !important;
    padding-bottom: 120px !important; }
  .vm-medium-15 {
    margin-top: 120px !important;
    margin-bottom: 120px !important; } }

@media print, screen and (min-width: 50em) {
  .mt-mediumintermediate-0 {
    margin-top: 0px !important; }
  .mb-mediumintermediate-0 {
    margin-bottom: 0px !important; }
  .pt-mediumintermediate-0 {
    padding-top: 0px !important; }
  .pb-mediumintermediate-0 {
    padding-bottom: 0px !important; }
  .vp-mediumintermediate-0 {
    padding-top: 0px !important;
    padding-bottom: 0px !important; }
  .vm-mediumintermediate-0 {
    margin-top: 0px !important;
    margin-bottom: 0px !important; }
  .mt-mediumintermediate-1 {
    margin-top: 8px !important; }
  .mb-mediumintermediate-1 {
    margin-bottom: 8px !important; }
  .pt-mediumintermediate-1 {
    padding-top: 8px !important; }
  .pb-mediumintermediate-1 {
    padding-bottom: 8px !important; }
  .vp-mediumintermediate-1 {
    padding-top: 8px !important;
    padding-bottom: 8px !important; }
  .vm-mediumintermediate-1 {
    margin-top: 8px !important;
    margin-bottom: 8px !important; }
  .mt-mediumintermediate-2 {
    margin-top: 16px !important; }
  .mb-mediumintermediate-2 {
    margin-bottom: 16px !important; }
  .pt-mediumintermediate-2 {
    padding-top: 16px !important; }
  .pb-mediumintermediate-2 {
    padding-bottom: 16px !important; }
  .vp-mediumintermediate-2 {
    padding-top: 16px !important;
    padding-bottom: 16px !important; }
  .vm-mediumintermediate-2 {
    margin-top: 16px !important;
    margin-bottom: 16px !important; }
  .mt-mediumintermediate-3 {
    margin-top: 24px !important; }
  .mb-mediumintermediate-3 {
    margin-bottom: 24px !important; }
  .pt-mediumintermediate-3 {
    padding-top: 24px !important; }
  .pb-mediumintermediate-3 {
    padding-bottom: 24px !important; }
  .vp-mediumintermediate-3 {
    padding-top: 24px !important;
    padding-bottom: 24px !important; }
  .vm-mediumintermediate-3 {
    margin-top: 24px !important;
    margin-bottom: 24px !important; }
  .mt-mediumintermediate-4 {
    margin-top: 32px !important; }
  .mb-mediumintermediate-4 {
    margin-bottom: 32px !important; }
  .pt-mediumintermediate-4 {
    padding-top: 32px !important; }
  .pb-mediumintermediate-4 {
    padding-bottom: 32px !important; }
  .vp-mediumintermediate-4 {
    padding-top: 32px !important;
    padding-bottom: 32px !important; }
  .vm-mediumintermediate-4 {
    margin-top: 32px !important;
    margin-bottom: 32px !important; }
  .mt-mediumintermediate-5 {
    margin-top: 40px !important; }
  .mb-mediumintermediate-5 {
    margin-bottom: 40px !important; }
  .pt-mediumintermediate-5 {
    padding-top: 40px !important; }
  .pb-mediumintermediate-5 {
    padding-bottom: 40px !important; }
  .vp-mediumintermediate-5 {
    padding-top: 40px !important;
    padding-bottom: 40px !important; }
  .vm-mediumintermediate-5 {
    margin-top: 40px !important;
    margin-bottom: 40px !important; }
  .mt-mediumintermediate-6 {
    margin-top: 48px !important; }
  .mb-mediumintermediate-6 {
    margin-bottom: 48px !important; }
  .pt-mediumintermediate-6 {
    padding-top: 48px !important; }
  .pb-mediumintermediate-6 {
    padding-bottom: 48px !important; }
  .vp-mediumintermediate-6 {
    padding-top: 48px !important;
    padding-bottom: 48px !important; }
  .vm-mediumintermediate-6 {
    margin-top: 48px !important;
    margin-bottom: 48px !important; }
  .mt-mediumintermediate-7 {
    margin-top: 56px !important; }
  .mb-mediumintermediate-7 {
    margin-bottom: 56px !important; }
  .pt-mediumintermediate-7 {
    padding-top: 56px !important; }
  .pb-mediumintermediate-7 {
    padding-bottom: 56px !important; }
  .vp-mediumintermediate-7 {
    padding-top: 56px !important;
    padding-bottom: 56px !important; }
  .vm-mediumintermediate-7 {
    margin-top: 56px !important;
    margin-bottom: 56px !important; }
  .mt-mediumintermediate-8 {
    margin-top: 64px !important; }
  .mb-mediumintermediate-8 {
    margin-bottom: 64px !important; }
  .pt-mediumintermediate-8 {
    padding-top: 64px !important; }
  .pb-mediumintermediate-8 {
    padding-bottom: 64px !important; }
  .vp-mediumintermediate-8 {
    padding-top: 64px !important;
    padding-bottom: 64px !important; }
  .vm-mediumintermediate-8 {
    margin-top: 64px !important;
    margin-bottom: 64px !important; }
  .mt-mediumintermediate-9 {
    margin-top: 72px !important; }
  .mb-mediumintermediate-9 {
    margin-bottom: 72px !important; }
  .pt-mediumintermediate-9 {
    padding-top: 72px !important; }
  .pb-mediumintermediate-9 {
    padding-bottom: 72px !important; }
  .vp-mediumintermediate-9 {
    padding-top: 72px !important;
    padding-bottom: 72px !important; }
  .vm-mediumintermediate-9 {
    margin-top: 72px !important;
    margin-bottom: 72px !important; }
  .mt-mediumintermediate-10 {
    margin-top: 80px !important; }
  .mb-mediumintermediate-10 {
    margin-bottom: 80px !important; }
  .pt-mediumintermediate-10 {
    padding-top: 80px !important; }
  .pb-mediumintermediate-10 {
    padding-bottom: 80px !important; }
  .vp-mediumintermediate-10 {
    padding-top: 80px !important;
    padding-bottom: 80px !important; }
  .vm-mediumintermediate-10 {
    margin-top: 80px !important;
    margin-bottom: 80px !important; }
  .mt-mediumintermediate-11 {
    margin-top: 88px !important; }
  .mb-mediumintermediate-11 {
    margin-bottom: 88px !important; }
  .pt-mediumintermediate-11 {
    padding-top: 88px !important; }
  .pb-mediumintermediate-11 {
    padding-bottom: 88px !important; }
  .vp-mediumintermediate-11 {
    padding-top: 88px !important;
    padding-bottom: 88px !important; }
  .vm-mediumintermediate-11 {
    margin-top: 88px !important;
    margin-bottom: 88px !important; }
  .mt-mediumintermediate-12 {
    margin-top: 96px !important; }
  .mb-mediumintermediate-12 {
    margin-bottom: 96px !important; }
  .pt-mediumintermediate-12 {
    padding-top: 96px !important; }
  .pb-mediumintermediate-12 {
    padding-bottom: 96px !important; }
  .vp-mediumintermediate-12 {
    padding-top: 96px !important;
    padding-bottom: 96px !important; }
  .vm-mediumintermediate-12 {
    margin-top: 96px !important;
    margin-bottom: 96px !important; }
  .mt-mediumintermediate-13 {
    margin-top: 104px !important; }
  .mb-mediumintermediate-13 {
    margin-bottom: 104px !important; }
  .pt-mediumintermediate-13 {
    padding-top: 104px !important; }
  .pb-mediumintermediate-13 {
    padding-bottom: 104px !important; }
  .vp-mediumintermediate-13 {
    padding-top: 104px !important;
    padding-bottom: 104px !important; }
  .vm-mediumintermediate-13 {
    margin-top: 104px !important;
    margin-bottom: 104px !important; }
  .mt-mediumintermediate-14 {
    margin-top: 112px !important; }
  .mb-mediumintermediate-14 {
    margin-bottom: 112px !important; }
  .pt-mediumintermediate-14 {
    padding-top: 112px !important; }
  .pb-mediumintermediate-14 {
    padding-bottom: 112px !important; }
  .vp-mediumintermediate-14 {
    padding-top: 112px !important;
    padding-bottom: 112px !important; }
  .vm-mediumintermediate-14 {
    margin-top: 112px !important;
    margin-bottom: 112px !important; }
  .mt-mediumintermediate-15 {
    margin-top: 120px !important; }
  .mb-mediumintermediate-15 {
    margin-bottom: 120px !important; }
  .pt-mediumintermediate-15 {
    padding-top: 120px !important; }
  .pb-mediumintermediate-15 {
    padding-bottom: 120px !important; }
  .vp-mediumintermediate-15 {
    padding-top: 120px !important;
    padding-bottom: 120px !important; }
  .vm-mediumintermediate-15 {
    margin-top: 120px !important;
    margin-bottom: 120px !important; } }

@media print, screen and (min-width: 60.0625em) {
  .mt-mediumalternative-0 {
    margin-top: 0px !important; }
  .mb-mediumalternative-0 {
    margin-bottom: 0px !important; }
  .pt-mediumalternative-0 {
    padding-top: 0px !important; }
  .pb-mediumalternative-0 {
    padding-bottom: 0px !important; }
  .vp-mediumalternative-0 {
    padding-top: 0px !important;
    padding-bottom: 0px !important; }
  .vm-mediumalternative-0 {
    margin-top: 0px !important;
    margin-bottom: 0px !important; }
  .mt-mediumalternative-1 {
    margin-top: 8px !important; }
  .mb-mediumalternative-1 {
    margin-bottom: 8px !important; }
  .pt-mediumalternative-1 {
    padding-top: 8px !important; }
  .pb-mediumalternative-1 {
    padding-bottom: 8px !important; }
  .vp-mediumalternative-1 {
    padding-top: 8px !important;
    padding-bottom: 8px !important; }
  .vm-mediumalternative-1 {
    margin-top: 8px !important;
    margin-bottom: 8px !important; }
  .mt-mediumalternative-2 {
    margin-top: 16px !important; }
  .mb-mediumalternative-2 {
    margin-bottom: 16px !important; }
  .pt-mediumalternative-2 {
    padding-top: 16px !important; }
  .pb-mediumalternative-2 {
    padding-bottom: 16px !important; }
  .vp-mediumalternative-2 {
    padding-top: 16px !important;
    padding-bottom: 16px !important; }
  .vm-mediumalternative-2 {
    margin-top: 16px !important;
    margin-bottom: 16px !important; }
  .mt-mediumalternative-3 {
    margin-top: 24px !important; }
  .mb-mediumalternative-3 {
    margin-bottom: 24px !important; }
  .pt-mediumalternative-3 {
    padding-top: 24px !important; }
  .pb-mediumalternative-3 {
    padding-bottom: 24px !important; }
  .vp-mediumalternative-3 {
    padding-top: 24px !important;
    padding-bottom: 24px !important; }
  .vm-mediumalternative-3 {
    margin-top: 24px !important;
    margin-bottom: 24px !important; }
  .mt-mediumalternative-4 {
    margin-top: 32px !important; }
  .mb-mediumalternative-4 {
    margin-bottom: 32px !important; }
  .pt-mediumalternative-4 {
    padding-top: 32px !important; }
  .pb-mediumalternative-4 {
    padding-bottom: 32px !important; }
  .vp-mediumalternative-4 {
    padding-top: 32px !important;
    padding-bottom: 32px !important; }
  .vm-mediumalternative-4 {
    margin-top: 32px !important;
    margin-bottom: 32px !important; }
  .mt-mediumalternative-5 {
    margin-top: 40px !important; }
  .mb-mediumalternative-5 {
    margin-bottom: 40px !important; }
  .pt-mediumalternative-5 {
    padding-top: 40px !important; }
  .pb-mediumalternative-5 {
    padding-bottom: 40px !important; }
  .vp-mediumalternative-5 {
    padding-top: 40px !important;
    padding-bottom: 40px !important; }
  .vm-mediumalternative-5 {
    margin-top: 40px !important;
    margin-bottom: 40px !important; }
  .mt-mediumalternative-6 {
    margin-top: 48px !important; }
  .mb-mediumalternative-6 {
    margin-bottom: 48px !important; }
  .pt-mediumalternative-6 {
    padding-top: 48px !important; }
  .pb-mediumalternative-6 {
    padding-bottom: 48px !important; }
  .vp-mediumalternative-6 {
    padding-top: 48px !important;
    padding-bottom: 48px !important; }
  .vm-mediumalternative-6 {
    margin-top: 48px !important;
    margin-bottom: 48px !important; }
  .mt-mediumalternative-7 {
    margin-top: 56px !important; }
  .mb-mediumalternative-7 {
    margin-bottom: 56px !important; }
  .pt-mediumalternative-7 {
    padding-top: 56px !important; }
  .pb-mediumalternative-7 {
    padding-bottom: 56px !important; }
  .vp-mediumalternative-7 {
    padding-top: 56px !important;
    padding-bottom: 56px !important; }
  .vm-mediumalternative-7 {
    margin-top: 56px !important;
    margin-bottom: 56px !important; }
  .mt-mediumalternative-8 {
    margin-top: 64px !important; }
  .mb-mediumalternative-8 {
    margin-bottom: 64px !important; }
  .pt-mediumalternative-8 {
    padding-top: 64px !important; }
  .pb-mediumalternative-8 {
    padding-bottom: 64px !important; }
  .vp-mediumalternative-8 {
    padding-top: 64px !important;
    padding-bottom: 64px !important; }
  .vm-mediumalternative-8 {
    margin-top: 64px !important;
    margin-bottom: 64px !important; }
  .mt-mediumalternative-9 {
    margin-top: 72px !important; }
  .mb-mediumalternative-9 {
    margin-bottom: 72px !important; }
  .pt-mediumalternative-9 {
    padding-top: 72px !important; }
  .pb-mediumalternative-9 {
    padding-bottom: 72px !important; }
  .vp-mediumalternative-9 {
    padding-top: 72px !important;
    padding-bottom: 72px !important; }
  .vm-mediumalternative-9 {
    margin-top: 72px !important;
    margin-bottom: 72px !important; }
  .mt-mediumalternative-10 {
    margin-top: 80px !important; }
  .mb-mediumalternative-10 {
    margin-bottom: 80px !important; }
  .pt-mediumalternative-10 {
    padding-top: 80px !important; }
  .pb-mediumalternative-10 {
    padding-bottom: 80px !important; }
  .vp-mediumalternative-10 {
    padding-top: 80px !important;
    padding-bottom: 80px !important; }
  .vm-mediumalternative-10 {
    margin-top: 80px !important;
    margin-bottom: 80px !important; }
  .mt-mediumalternative-11 {
    margin-top: 88px !important; }
  .mb-mediumalternative-11 {
    margin-bottom: 88px !important; }
  .pt-mediumalternative-11 {
    padding-top: 88px !important; }
  .pb-mediumalternative-11 {
    padding-bottom: 88px !important; }
  .vp-mediumalternative-11 {
    padding-top: 88px !important;
    padding-bottom: 88px !important; }
  .vm-mediumalternative-11 {
    margin-top: 88px !important;
    margin-bottom: 88px !important; }
  .mt-mediumalternative-12 {
    margin-top: 96px !important; }
  .mb-mediumalternative-12 {
    margin-bottom: 96px !important; }
  .pt-mediumalternative-12 {
    padding-top: 96px !important; }
  .pb-mediumalternative-12 {
    padding-bottom: 96px !important; }
  .vp-mediumalternative-12 {
    padding-top: 96px !important;
    padding-bottom: 96px !important; }
  .vm-mediumalternative-12 {
    margin-top: 96px !important;
    margin-bottom: 96px !important; }
  .mt-mediumalternative-13 {
    margin-top: 104px !important; }
  .mb-mediumalternative-13 {
    margin-bottom: 104px !important; }
  .pt-mediumalternative-13 {
    padding-top: 104px !important; }
  .pb-mediumalternative-13 {
    padding-bottom: 104px !important; }
  .vp-mediumalternative-13 {
    padding-top: 104px !important;
    padding-bottom: 104px !important; }
  .vm-mediumalternative-13 {
    margin-top: 104px !important;
    margin-bottom: 104px !important; }
  .mt-mediumalternative-14 {
    margin-top: 112px !important; }
  .mb-mediumalternative-14 {
    margin-bottom: 112px !important; }
  .pt-mediumalternative-14 {
    padding-top: 112px !important; }
  .pb-mediumalternative-14 {
    padding-bottom: 112px !important; }
  .vp-mediumalternative-14 {
    padding-top: 112px !important;
    padding-bottom: 112px !important; }
  .vm-mediumalternative-14 {
    margin-top: 112px !important;
    margin-bottom: 112px !important; }
  .mt-mediumalternative-15 {
    margin-top: 120px !important; }
  .mb-mediumalternative-15 {
    margin-bottom: 120px !important; }
  .pt-mediumalternative-15 {
    padding-top: 120px !important; }
  .pb-mediumalternative-15 {
    padding-bottom: 120px !important; }
  .vp-mediumalternative-15 {
    padding-top: 120px !important;
    padding-bottom: 120px !important; }
  .vm-mediumalternative-15 {
    margin-top: 120px !important;
    margin-bottom: 120px !important; } }

@media print, screen and (min-width: 64em) {
  .mt-large-0 {
    margin-top: 0px !important; }
  .mb-large-0 {
    margin-bottom: 0px !important; }
  .pt-large-0 {
    padding-top: 0px !important; }
  .pb-large-0 {
    padding-bottom: 0px !important; }
  .vp-large-0 {
    padding-top: 0px !important;
    padding-bottom: 0px !important; }
  .vm-large-0 {
    margin-top: 0px !important;
    margin-bottom: 0px !important; }
  .mt-large-1 {
    margin-top: 8px !important; }
  .mb-large-1 {
    margin-bottom: 8px !important; }
  .pt-large-1 {
    padding-top: 8px !important; }
  .pb-large-1 {
    padding-bottom: 8px !important; }
  .vp-large-1 {
    padding-top: 8px !important;
    padding-bottom: 8px !important; }
  .vm-large-1 {
    margin-top: 8px !important;
    margin-bottom: 8px !important; }
  .mt-large-2 {
    margin-top: 16px !important; }
  .mb-large-2 {
    margin-bottom: 16px !important; }
  .pt-large-2 {
    padding-top: 16px !important; }
  .pb-large-2 {
    padding-bottom: 16px !important; }
  .vp-large-2 {
    padding-top: 16px !important;
    padding-bottom: 16px !important; }
  .vm-large-2 {
    margin-top: 16px !important;
    margin-bottom: 16px !important; }
  .mt-large-3 {
    margin-top: 24px !important; }
  .mb-large-3 {
    margin-bottom: 24px !important; }
  .pt-large-3 {
    padding-top: 24px !important; }
  .pb-large-3 {
    padding-bottom: 24px !important; }
  .vp-large-3 {
    padding-top: 24px !important;
    padding-bottom: 24px !important; }
  .vm-large-3 {
    margin-top: 24px !important;
    margin-bottom: 24px !important; }
  .mt-large-4 {
    margin-top: 32px !important; }
  .mb-large-4 {
    margin-bottom: 32px !important; }
  .pt-large-4 {
    padding-top: 32px !important; }
  .pb-large-4 {
    padding-bottom: 32px !important; }
  .vp-large-4 {
    padding-top: 32px !important;
    padding-bottom: 32px !important; }
  .vm-large-4 {
    margin-top: 32px !important;
    margin-bottom: 32px !important; }
  .mt-large-5 {
    margin-top: 40px !important; }
  .mb-large-5 {
    margin-bottom: 40px !important; }
  .pt-large-5 {
    padding-top: 40px !important; }
  .pb-large-5 {
    padding-bottom: 40px !important; }
  .vp-large-5 {
    padding-top: 40px !important;
    padding-bottom: 40px !important; }
  .vm-large-5 {
    margin-top: 40px !important;
    margin-bottom: 40px !important; }
  .mt-large-6 {
    margin-top: 48px !important; }
  .mb-large-6 {
    margin-bottom: 48px !important; }
  .pt-large-6 {
    padding-top: 48px !important; }
  .pb-large-6 {
    padding-bottom: 48px !important; }
  .vp-large-6 {
    padding-top: 48px !important;
    padding-bottom: 48px !important; }
  .vm-large-6 {
    margin-top: 48px !important;
    margin-bottom: 48px !important; }
  .mt-large-7 {
    margin-top: 56px !important; }
  .mb-large-7 {
    margin-bottom: 56px !important; }
  .pt-large-7 {
    padding-top: 56px !important; }
  .pb-large-7 {
    padding-bottom: 56px !important; }
  .vp-large-7 {
    padding-top: 56px !important;
    padding-bottom: 56px !important; }
  .vm-large-7 {
    margin-top: 56px !important;
    margin-bottom: 56px !important; }
  .mt-large-8 {
    margin-top: 64px !important; }
  .mb-large-8 {
    margin-bottom: 64px !important; }
  .pt-large-8 {
    padding-top: 64px !important; }
  .pb-large-8 {
    padding-bottom: 64px !important; }
  .vp-large-8 {
    padding-top: 64px !important;
    padding-bottom: 64px !important; }
  .vm-large-8 {
    margin-top: 64px !important;
    margin-bottom: 64px !important; }
  .mt-large-9 {
    margin-top: 72px !important; }
  .mb-large-9 {
    margin-bottom: 72px !important; }
  .pt-large-9 {
    padding-top: 72px !important; }
  .pb-large-9 {
    padding-bottom: 72px !important; }
  .vp-large-9 {
    padding-top: 72px !important;
    padding-bottom: 72px !important; }
  .vm-large-9 {
    margin-top: 72px !important;
    margin-bottom: 72px !important; }
  .mt-large-10 {
    margin-top: 80px !important; }
  .mb-large-10 {
    margin-bottom: 80px !important; }
  .pt-large-10 {
    padding-top: 80px !important; }
  .pb-large-10 {
    padding-bottom: 80px !important; }
  .vp-large-10 {
    padding-top: 80px !important;
    padding-bottom: 80px !important; }
  .vm-large-10 {
    margin-top: 80px !important;
    margin-bottom: 80px !important; }
  .mt-large-11 {
    margin-top: 88px !important; }
  .mb-large-11 {
    margin-bottom: 88px !important; }
  .pt-large-11 {
    padding-top: 88px !important; }
  .pb-large-11 {
    padding-bottom: 88px !important; }
  .vp-large-11 {
    padding-top: 88px !important;
    padding-bottom: 88px !important; }
  .vm-large-11 {
    margin-top: 88px !important;
    margin-bottom: 88px !important; }
  .mt-large-12 {
    margin-top: 96px !important; }
  .mb-large-12 {
    margin-bottom: 96px !important; }
  .pt-large-12 {
    padding-top: 96px !important; }
  .pb-large-12 {
    padding-bottom: 96px !important; }
  .vp-large-12 {
    padding-top: 96px !important;
    padding-bottom: 96px !important; }
  .vm-large-12 {
    margin-top: 96px !important;
    margin-bottom: 96px !important; }
  .mt-large-13 {
    margin-top: 104px !important; }
  .mb-large-13 {
    margin-bottom: 104px !important; }
  .pt-large-13 {
    padding-top: 104px !important; }
  .pb-large-13 {
    padding-bottom: 104px !important; }
  .vp-large-13 {
    padding-top: 104px !important;
    padding-bottom: 104px !important; }
  .vm-large-13 {
    margin-top: 104px !important;
    margin-bottom: 104px !important; }
  .mt-large-14 {
    margin-top: 112px !important; }
  .mb-large-14 {
    margin-bottom: 112px !important; }
  .pt-large-14 {
    padding-top: 112px !important; }
  .pb-large-14 {
    padding-bottom: 112px !important; }
  .vp-large-14 {
    padding-top: 112px !important;
    padding-bottom: 112px !important; }
  .vm-large-14 {
    margin-top: 112px !important;
    margin-bottom: 112px !important; }
  .mt-large-15 {
    margin-top: 120px !important; }
  .mb-large-15 {
    margin-bottom: 120px !important; }
  .pt-large-15 {
    padding-top: 120px !important; }
  .pb-large-15 {
    padding-bottom: 120px !important; }
  .vp-large-15 {
    padding-top: 120px !important;
    padding-bottom: 120px !important; }
  .vm-large-15 {
    margin-top: 120px !important;
    margin-bottom: 120px !important; } }

@media screen and (min-width: 85.375em) {
  .mt-xlarge-0 {
    margin-top: 0px !important; }
  .mb-xlarge-0 {
    margin-bottom: 0px !important; }
  .pt-xlarge-0 {
    padding-top: 0px !important; }
  .pb-xlarge-0 {
    padding-bottom: 0px !important; }
  .vp-xlarge-0 {
    padding-top: 0px !important;
    padding-bottom: 0px !important; }
  .vm-xlarge-0 {
    margin-top: 0px !important;
    margin-bottom: 0px !important; }
  .mt-xlarge-1 {
    margin-top: 8px !important; }
  .mb-xlarge-1 {
    margin-bottom: 8px !important; }
  .pt-xlarge-1 {
    padding-top: 8px !important; }
  .pb-xlarge-1 {
    padding-bottom: 8px !important; }
  .vp-xlarge-1 {
    padding-top: 8px !important;
    padding-bottom: 8px !important; }
  .vm-xlarge-1 {
    margin-top: 8px !important;
    margin-bottom: 8px !important; }
  .mt-xlarge-2 {
    margin-top: 16px !important; }
  .mb-xlarge-2 {
    margin-bottom: 16px !important; }
  .pt-xlarge-2 {
    padding-top: 16px !important; }
  .pb-xlarge-2 {
    padding-bottom: 16px !important; }
  .vp-xlarge-2 {
    padding-top: 16px !important;
    padding-bottom: 16px !important; }
  .vm-xlarge-2 {
    margin-top: 16px !important;
    margin-bottom: 16px !important; }
  .mt-xlarge-3 {
    margin-top: 24px !important; }
  .mb-xlarge-3 {
    margin-bottom: 24px !important; }
  .pt-xlarge-3 {
    padding-top: 24px !important; }
  .pb-xlarge-3 {
    padding-bottom: 24px !important; }
  .vp-xlarge-3 {
    padding-top: 24px !important;
    padding-bottom: 24px !important; }
  .vm-xlarge-3 {
    margin-top: 24px !important;
    margin-bottom: 24px !important; }
  .mt-xlarge-4 {
    margin-top: 32px !important; }
  .mb-xlarge-4 {
    margin-bottom: 32px !important; }
  .pt-xlarge-4 {
    padding-top: 32px !important; }
  .pb-xlarge-4 {
    padding-bottom: 32px !important; }
  .vp-xlarge-4 {
    padding-top: 32px !important;
    padding-bottom: 32px !important; }
  .vm-xlarge-4 {
    margin-top: 32px !important;
    margin-bottom: 32px !important; }
  .mt-xlarge-5 {
    margin-top: 40px !important; }
  .mb-xlarge-5 {
    margin-bottom: 40px !important; }
  .pt-xlarge-5 {
    padding-top: 40px !important; }
  .pb-xlarge-5 {
    padding-bottom: 40px !important; }
  .vp-xlarge-5 {
    padding-top: 40px !important;
    padding-bottom: 40px !important; }
  .vm-xlarge-5 {
    margin-top: 40px !important;
    margin-bottom: 40px !important; }
  .mt-xlarge-6 {
    margin-top: 48px !important; }
  .mb-xlarge-6 {
    margin-bottom: 48px !important; }
  .pt-xlarge-6 {
    padding-top: 48px !important; }
  .pb-xlarge-6 {
    padding-bottom: 48px !important; }
  .vp-xlarge-6 {
    padding-top: 48px !important;
    padding-bottom: 48px !important; }
  .vm-xlarge-6 {
    margin-top: 48px !important;
    margin-bottom: 48px !important; }
  .mt-xlarge-7 {
    margin-top: 56px !important; }
  .mb-xlarge-7 {
    margin-bottom: 56px !important; }
  .pt-xlarge-7 {
    padding-top: 56px !important; }
  .pb-xlarge-7 {
    padding-bottom: 56px !important; }
  .vp-xlarge-7 {
    padding-top: 56px !important;
    padding-bottom: 56px !important; }
  .vm-xlarge-7 {
    margin-top: 56px !important;
    margin-bottom: 56px !important; }
  .mt-xlarge-8 {
    margin-top: 64px !important; }
  .mb-xlarge-8 {
    margin-bottom: 64px !important; }
  .pt-xlarge-8 {
    padding-top: 64px !important; }
  .pb-xlarge-8 {
    padding-bottom: 64px !important; }
  .vp-xlarge-8 {
    padding-top: 64px !important;
    padding-bottom: 64px !important; }
  .vm-xlarge-8 {
    margin-top: 64px !important;
    margin-bottom: 64px !important; }
  .mt-xlarge-9 {
    margin-top: 72px !important; }
  .mb-xlarge-9 {
    margin-bottom: 72px !important; }
  .pt-xlarge-9 {
    padding-top: 72px !important; }
  .pb-xlarge-9 {
    padding-bottom: 72px !important; }
  .vp-xlarge-9 {
    padding-top: 72px !important;
    padding-bottom: 72px !important; }
  .vm-xlarge-9 {
    margin-top: 72px !important;
    margin-bottom: 72px !important; }
  .mt-xlarge-10 {
    margin-top: 80px !important; }
  .mb-xlarge-10 {
    margin-bottom: 80px !important; }
  .pt-xlarge-10 {
    padding-top: 80px !important; }
  .pb-xlarge-10 {
    padding-bottom: 80px !important; }
  .vp-xlarge-10 {
    padding-top: 80px !important;
    padding-bottom: 80px !important; }
  .vm-xlarge-10 {
    margin-top: 80px !important;
    margin-bottom: 80px !important; }
  .mt-xlarge-11 {
    margin-top: 88px !important; }
  .mb-xlarge-11 {
    margin-bottom: 88px !important; }
  .pt-xlarge-11 {
    padding-top: 88px !important; }
  .pb-xlarge-11 {
    padding-bottom: 88px !important; }
  .vp-xlarge-11 {
    padding-top: 88px !important;
    padding-bottom: 88px !important; }
  .vm-xlarge-11 {
    margin-top: 88px !important;
    margin-bottom: 88px !important; }
  .mt-xlarge-12 {
    margin-top: 96px !important; }
  .mb-xlarge-12 {
    margin-bottom: 96px !important; }
  .pt-xlarge-12 {
    padding-top: 96px !important; }
  .pb-xlarge-12 {
    padding-bottom: 96px !important; }
  .vp-xlarge-12 {
    padding-top: 96px !important;
    padding-bottom: 96px !important; }
  .vm-xlarge-12 {
    margin-top: 96px !important;
    margin-bottom: 96px !important; }
  .mt-xlarge-13 {
    margin-top: 104px !important; }
  .mb-xlarge-13 {
    margin-bottom: 104px !important; }
  .pt-xlarge-13 {
    padding-top: 104px !important; }
  .pb-xlarge-13 {
    padding-bottom: 104px !important; }
  .vp-xlarge-13 {
    padding-top: 104px !important;
    padding-bottom: 104px !important; }
  .vm-xlarge-13 {
    margin-top: 104px !important;
    margin-bottom: 104px !important; }
  .mt-xlarge-14 {
    margin-top: 112px !important; }
  .mb-xlarge-14 {
    margin-bottom: 112px !important; }
  .pt-xlarge-14 {
    padding-top: 112px !important; }
  .pb-xlarge-14 {
    padding-bottom: 112px !important; }
  .vp-xlarge-14 {
    padding-top: 112px !important;
    padding-bottom: 112px !important; }
  .vm-xlarge-14 {
    margin-top: 112px !important;
    margin-bottom: 112px !important; }
  .mt-xlarge-15 {
    margin-top: 120px !important; }
  .mb-xlarge-15 {
    margin-bottom: 120px !important; }
  .pt-xlarge-15 {
    padding-top: 120px !important; }
  .pb-xlarge-15 {
    padding-bottom: 120px !important; }
  .vp-xlarge-15 {
    padding-top: 120px !important;
    padding-bottom: 120px !important; }
  .vm-xlarge-15 {
    margin-top: 120px !important;
    margin-bottom: 120px !important; } }

@media screen and (min-width: 90.0625em) {
  .mt-xxlarge-0 {
    margin-top: 0px !important; }
  .mb-xxlarge-0 {
    margin-bottom: 0px !important; }
  .pt-xxlarge-0 {
    padding-top: 0px !important; }
  .pb-xxlarge-0 {
    padding-bottom: 0px !important; }
  .vp-xxlarge-0 {
    padding-top: 0px !important;
    padding-bottom: 0px !important; }
  .vm-xxlarge-0 {
    margin-top: 0px !important;
    margin-bottom: 0px !important; }
  .mt-xxlarge-1 {
    margin-top: 8px !important; }
  .mb-xxlarge-1 {
    margin-bottom: 8px !important; }
  .pt-xxlarge-1 {
    padding-top: 8px !important; }
  .pb-xxlarge-1 {
    padding-bottom: 8px !important; }
  .vp-xxlarge-1 {
    padding-top: 8px !important;
    padding-bottom: 8px !important; }
  .vm-xxlarge-1 {
    margin-top: 8px !important;
    margin-bottom: 8px !important; }
  .mt-xxlarge-2 {
    margin-top: 16px !important; }
  .mb-xxlarge-2 {
    margin-bottom: 16px !important; }
  .pt-xxlarge-2 {
    padding-top: 16px !important; }
  .pb-xxlarge-2 {
    padding-bottom: 16px !important; }
  .vp-xxlarge-2 {
    padding-top: 16px !important;
    padding-bottom: 16px !important; }
  .vm-xxlarge-2 {
    margin-top: 16px !important;
    margin-bottom: 16px !important; }
  .mt-xxlarge-3 {
    margin-top: 24px !important; }
  .mb-xxlarge-3 {
    margin-bottom: 24px !important; }
  .pt-xxlarge-3 {
    padding-top: 24px !important; }
  .pb-xxlarge-3 {
    padding-bottom: 24px !important; }
  .vp-xxlarge-3 {
    padding-top: 24px !important;
    padding-bottom: 24px !important; }
  .vm-xxlarge-3 {
    margin-top: 24px !important;
    margin-bottom: 24px !important; }
  .mt-xxlarge-4 {
    margin-top: 32px !important; }
  .mb-xxlarge-4 {
    margin-bottom: 32px !important; }
  .pt-xxlarge-4 {
    padding-top: 32px !important; }
  .pb-xxlarge-4 {
    padding-bottom: 32px !important; }
  .vp-xxlarge-4 {
    padding-top: 32px !important;
    padding-bottom: 32px !important; }
  .vm-xxlarge-4 {
    margin-top: 32px !important;
    margin-bottom: 32px !important; }
  .mt-xxlarge-5 {
    margin-top: 40px !important; }
  .mb-xxlarge-5 {
    margin-bottom: 40px !important; }
  .pt-xxlarge-5 {
    padding-top: 40px !important; }
  .pb-xxlarge-5 {
    padding-bottom: 40px !important; }
  .vp-xxlarge-5 {
    padding-top: 40px !important;
    padding-bottom: 40px !important; }
  .vm-xxlarge-5 {
    margin-top: 40px !important;
    margin-bottom: 40px !important; }
  .mt-xxlarge-6 {
    margin-top: 48px !important; }
  .mb-xxlarge-6 {
    margin-bottom: 48px !important; }
  .pt-xxlarge-6 {
    padding-top: 48px !important; }
  .pb-xxlarge-6 {
    padding-bottom: 48px !important; }
  .vp-xxlarge-6 {
    padding-top: 48px !important;
    padding-bottom: 48px !important; }
  .vm-xxlarge-6 {
    margin-top: 48px !important;
    margin-bottom: 48px !important; }
  .mt-xxlarge-7 {
    margin-top: 56px !important; }
  .mb-xxlarge-7 {
    margin-bottom: 56px !important; }
  .pt-xxlarge-7 {
    padding-top: 56px !important; }
  .pb-xxlarge-7 {
    padding-bottom: 56px !important; }
  .vp-xxlarge-7 {
    padding-top: 56px !important;
    padding-bottom: 56px !important; }
  .vm-xxlarge-7 {
    margin-top: 56px !important;
    margin-bottom: 56px !important; }
  .mt-xxlarge-8 {
    margin-top: 64px !important; }
  .mb-xxlarge-8 {
    margin-bottom: 64px !important; }
  .pt-xxlarge-8 {
    padding-top: 64px !important; }
  .pb-xxlarge-8 {
    padding-bottom: 64px !important; }
  .vp-xxlarge-8 {
    padding-top: 64px !important;
    padding-bottom: 64px !important; }
  .vm-xxlarge-8 {
    margin-top: 64px !important;
    margin-bottom: 64px !important; }
  .mt-xxlarge-9 {
    margin-top: 72px !important; }
  .mb-xxlarge-9 {
    margin-bottom: 72px !important; }
  .pt-xxlarge-9 {
    padding-top: 72px !important; }
  .pb-xxlarge-9 {
    padding-bottom: 72px !important; }
  .vp-xxlarge-9 {
    padding-top: 72px !important;
    padding-bottom: 72px !important; }
  .vm-xxlarge-9 {
    margin-top: 72px !important;
    margin-bottom: 72px !important; }
  .mt-xxlarge-10 {
    margin-top: 80px !important; }
  .mb-xxlarge-10 {
    margin-bottom: 80px !important; }
  .pt-xxlarge-10 {
    padding-top: 80px !important; }
  .pb-xxlarge-10 {
    padding-bottom: 80px !important; }
  .vp-xxlarge-10 {
    padding-top: 80px !important;
    padding-bottom: 80px !important; }
  .vm-xxlarge-10 {
    margin-top: 80px !important;
    margin-bottom: 80px !important; }
  .mt-xxlarge-11 {
    margin-top: 88px !important; }
  .mb-xxlarge-11 {
    margin-bottom: 88px !important; }
  .pt-xxlarge-11 {
    padding-top: 88px !important; }
  .pb-xxlarge-11 {
    padding-bottom: 88px !important; }
  .vp-xxlarge-11 {
    padding-top: 88px !important;
    padding-bottom: 88px !important; }
  .vm-xxlarge-11 {
    margin-top: 88px !important;
    margin-bottom: 88px !important; }
  .mt-xxlarge-12 {
    margin-top: 96px !important; }
  .mb-xxlarge-12 {
    margin-bottom: 96px !important; }
  .pt-xxlarge-12 {
    padding-top: 96px !important; }
  .pb-xxlarge-12 {
    padding-bottom: 96px !important; }
  .vp-xxlarge-12 {
    padding-top: 96px !important;
    padding-bottom: 96px !important; }
  .vm-xxlarge-12 {
    margin-top: 96px !important;
    margin-bottom: 96px !important; }
  .mt-xxlarge-13 {
    margin-top: 104px !important; }
  .mb-xxlarge-13 {
    margin-bottom: 104px !important; }
  .pt-xxlarge-13 {
    padding-top: 104px !important; }
  .pb-xxlarge-13 {
    padding-bottom: 104px !important; }
  .vp-xxlarge-13 {
    padding-top: 104px !important;
    padding-bottom: 104px !important; }
  .vm-xxlarge-13 {
    margin-top: 104px !important;
    margin-bottom: 104px !important; }
  .mt-xxlarge-14 {
    margin-top: 112px !important; }
  .mb-xxlarge-14 {
    margin-bottom: 112px !important; }
  .pt-xxlarge-14 {
    padding-top: 112px !important; }
  .pb-xxlarge-14 {
    padding-bottom: 112px !important; }
  .vp-xxlarge-14 {
    padding-top: 112px !important;
    padding-bottom: 112px !important; }
  .vm-xxlarge-14 {
    margin-top: 112px !important;
    margin-bottom: 112px !important; }
  .mt-xxlarge-15 {
    margin-top: 120px !important; }
  .mb-xxlarge-15 {
    margin-bottom: 120px !important; }
  .pt-xxlarge-15 {
    padding-top: 120px !important; }
  .pb-xxlarge-15 {
    padding-bottom: 120px !important; }
  .vp-xxlarge-15 {
    padding-top: 120px !important;
    padding-bottom: 120px !important; }
  .vm-xxlarge-15 {
    margin-top: 120px !important;
    margin-bottom: 120px !important; } }

.width-small-0 {
  width: 0%; }

.width-small-1 {
  width: 10%; }

.width-small-2 {
  width: 20%; }

.width-small-3 {
  width: 30%; }

.width-small-4 {
  width: 40%; }

.width-small-5 {
  width: 50%; }

.width-small-6 {
  width: 60%; }

.width-small-7 {
  width: 70%; }

.width-small-8 {
  width: 80%; }

.width-small-9 {
  width: 90%; }

.width-small-10 {
  width: 100%; }

@media print, screen and (min-width: 48em) {
  .width-medium-0 {
    width: 0%; }
  .width-medium-1 {
    width: 10%; }
  .width-medium-2 {
    width: 20%; }
  .width-medium-3 {
    width: 30%; }
  .width-medium-4 {
    width: 40%; }
  .width-medium-5 {
    width: 50%; }
  .width-medium-6 {
    width: 60%; }
  .width-medium-7 {
    width: 70%; }
  .width-medium-8 {
    width: 80%; }
  .width-medium-9 {
    width: 90%; }
  .width-medium-10 {
    width: 100%; } }

@media print, screen and (min-width: 50em) {
  .width-mediumintermediate-0 {
    width: 0%; }
  .width-mediumintermediate-1 {
    width: 10%; }
  .width-mediumintermediate-2 {
    width: 20%; }
  .width-mediumintermediate-3 {
    width: 30%; }
  .width-mediumintermediate-4 {
    width: 40%; }
  .width-mediumintermediate-5 {
    width: 50%; }
  .width-mediumintermediate-6 {
    width: 60%; }
  .width-mediumintermediate-7 {
    width: 70%; }
  .width-mediumintermediate-8 {
    width: 80%; }
  .width-mediumintermediate-9 {
    width: 90%; }
  .width-mediumintermediate-10 {
    width: 100%; } }

@media print, screen and (min-width: 60.0625em) {
  .width-mediumalternative-0 {
    width: 0%; }
  .width-mediumalternative-1 {
    width: 10%; }
  .width-mediumalternative-2 {
    width: 20%; }
  .width-mediumalternative-3 {
    width: 30%; }
  .width-mediumalternative-4 {
    width: 40%; }
  .width-mediumalternative-5 {
    width: 50%; }
  .width-mediumalternative-6 {
    width: 60%; }
  .width-mediumalternative-7 {
    width: 70%; }
  .width-mediumalternative-8 {
    width: 80%; }
  .width-mediumalternative-9 {
    width: 90%; }
  .width-mediumalternative-10 {
    width: 100%; } }

@media print, screen and (min-width: 64em) {
  .width-large-0 {
    width: 0%; }
  .width-large-1 {
    width: 10%; }
  .width-large-2 {
    width: 20%; }
  .width-large-3 {
    width: 30%; }
  .width-large-4 {
    width: 40%; }
  .width-large-5 {
    width: 50%; }
  .width-large-6 {
    width: 60%; }
  .width-large-7 {
    width: 70%; }
  .width-large-8 {
    width: 80%; }
  .width-large-9 {
    width: 90%; }
  .width-large-10 {
    width: 100%; } }

@media screen and (min-width: 85.375em) {
  .width-xlarge-0 {
    width: 0%; }
  .width-xlarge-1 {
    width: 10%; }
  .width-xlarge-2 {
    width: 20%; }
  .width-xlarge-3 {
    width: 30%; }
  .width-xlarge-4 {
    width: 40%; }
  .width-xlarge-5 {
    width: 50%; }
  .width-xlarge-6 {
    width: 60%; }
  .width-xlarge-7 {
    width: 70%; }
  .width-xlarge-8 {
    width: 80%; }
  .width-xlarge-9 {
    width: 90%; }
  .width-xlarge-10 {
    width: 100%; } }

@media screen and (min-width: 90.0625em) {
  .width-xxlarge-0 {
    width: 0%; }
  .width-xxlarge-1 {
    width: 10%; }
  .width-xxlarge-2 {
    width: 20%; }
  .width-xxlarge-3 {
    width: 30%; }
  .width-xxlarge-4 {
    width: 40%; }
  .width-xxlarge-5 {
    width: 50%; }
  .width-xxlarge-6 {
    width: 60%; }
  .width-xxlarge-7 {
    width: 70%; }
  .width-xxlarge-8 {
    width: 80%; }
  .width-xxlarge-9 {
    width: 90%; }
  .width-xxlarge-10 {
    width: 100%; } }

.small-offset-right-0 {
  margin-right: 0%; }

.small-offset-right-1 {
  margin-right: 8.33333%; }

.small-offset-right-2 {
  margin-right: 16.66667%; }

.small-offset-right-3 {
  margin-right: 25%; }

.small-offset-right-4 {
  margin-right: 33.33333%; }

.small-offset-right-5 {
  margin-right: 41.66667%; }

.small-offset-right-6 {
  margin-right: 50%; }

.small-offset-right-7 {
  margin-right: 58.33333%; }

.small-offset-right-8 {
  margin-right: 66.66667%; }

.small-offset-right-9 {
  margin-right: 75%; }

.small-offset-right-10 {
  margin-right: 83.33333%; }

.small-offset-right-11 {
  margin-right: 91.66667%; }

@media print, screen and (min-width: 48em) {
  .medium-offset-right-0 {
    margin-right: 0%; }
  .medium-offset-right-1 {
    margin-right: 8.33333%; }
  .medium-offset-right-2 {
    margin-right: 16.66667%; }
  .medium-offset-right-3 {
    margin-right: 25%; }
  .medium-offset-right-4 {
    margin-right: 33.33333%; }
  .medium-offset-right-5 {
    margin-right: 41.66667%; }
  .medium-offset-right-6 {
    margin-right: 50%; }
  .medium-offset-right-7 {
    margin-right: 58.33333%; }
  .medium-offset-right-8 {
    margin-right: 66.66667%; }
  .medium-offset-right-9 {
    margin-right: 75%; }
  .medium-offset-right-10 {
    margin-right: 83.33333%; }
  .medium-offset-right-11 {
    margin-right: 91.66667%; } }

@media print, screen and (min-width: 50em) {
  .mediumintermediate-offset-right-0 {
    margin-right: 0%; }
  .mediumintermediate-offset-right-1 {
    margin-right: 8.33333%; }
  .mediumintermediate-offset-right-2 {
    margin-right: 16.66667%; }
  .mediumintermediate-offset-right-3 {
    margin-right: 25%; }
  .mediumintermediate-offset-right-4 {
    margin-right: 33.33333%; }
  .mediumintermediate-offset-right-5 {
    margin-right: 41.66667%; }
  .mediumintermediate-offset-right-6 {
    margin-right: 50%; }
  .mediumintermediate-offset-right-7 {
    margin-right: 58.33333%; }
  .mediumintermediate-offset-right-8 {
    margin-right: 66.66667%; }
  .mediumintermediate-offset-right-9 {
    margin-right: 75%; }
  .mediumintermediate-offset-right-10 {
    margin-right: 83.33333%; }
  .mediumintermediate-offset-right-11 {
    margin-right: 91.66667%; } }

@media print, screen and (min-width: 60.0625em) {
  .mediumalternative-offset-right-0 {
    margin-right: 0%; }
  .mediumalternative-offset-right-1 {
    margin-right: 8.33333%; }
  .mediumalternative-offset-right-2 {
    margin-right: 16.66667%; }
  .mediumalternative-offset-right-3 {
    margin-right: 25%; }
  .mediumalternative-offset-right-4 {
    margin-right: 33.33333%; }
  .mediumalternative-offset-right-5 {
    margin-right: 41.66667%; }
  .mediumalternative-offset-right-6 {
    margin-right: 50%; }
  .mediumalternative-offset-right-7 {
    margin-right: 58.33333%; }
  .mediumalternative-offset-right-8 {
    margin-right: 66.66667%; }
  .mediumalternative-offset-right-9 {
    margin-right: 75%; }
  .mediumalternative-offset-right-10 {
    margin-right: 83.33333%; }
  .mediumalternative-offset-right-11 {
    margin-right: 91.66667%; } }

@media print, screen and (min-width: 64em) {
  .large-offset-right-0 {
    margin-right: 0%; }
  .large-offset-right-1 {
    margin-right: 8.33333%; }
  .large-offset-right-2 {
    margin-right: 16.66667%; }
  .large-offset-right-3 {
    margin-right: 25%; }
  .large-offset-right-4 {
    margin-right: 33.33333%; }
  .large-offset-right-5 {
    margin-right: 41.66667%; }
  .large-offset-right-6 {
    margin-right: 50%; }
  .large-offset-right-7 {
    margin-right: 58.33333%; }
  .large-offset-right-8 {
    margin-right: 66.66667%; }
  .large-offset-right-9 {
    margin-right: 75%; }
  .large-offset-right-10 {
    margin-right: 83.33333%; }
  .large-offset-right-11 {
    margin-right: 91.66667%; } }

@media screen and (min-width: 85.375em) {
  .xlarge-offset-right-0 {
    margin-right: 0%; }
  .xlarge-offset-right-1 {
    margin-right: 8.33333%; }
  .xlarge-offset-right-2 {
    margin-right: 16.66667%; }
  .xlarge-offset-right-3 {
    margin-right: 25%; }
  .xlarge-offset-right-4 {
    margin-right: 33.33333%; }
  .xlarge-offset-right-5 {
    margin-right: 41.66667%; }
  .xlarge-offset-right-6 {
    margin-right: 50%; }
  .xlarge-offset-right-7 {
    margin-right: 58.33333%; }
  .xlarge-offset-right-8 {
    margin-right: 66.66667%; }
  .xlarge-offset-right-9 {
    margin-right: 75%; }
  .xlarge-offset-right-10 {
    margin-right: 83.33333%; }
  .xlarge-offset-right-11 {
    margin-right: 91.66667%; } }

@media screen and (min-width: 90.0625em) {
  .xxlarge-offset-right-0 {
    margin-right: 0%; }
  .xxlarge-offset-right-1 {
    margin-right: 8.33333%; }
  .xxlarge-offset-right-2 {
    margin-right: 16.66667%; }
  .xxlarge-offset-right-3 {
    margin-right: 25%; }
  .xxlarge-offset-right-4 {
    margin-right: 33.33333%; }
  .xxlarge-offset-right-5 {
    margin-right: 41.66667%; }
  .xxlarge-offset-right-6 {
    margin-right: 50%; }
  .xxlarge-offset-right-7 {
    margin-right: 58.33333%; }
  .xxlarge-offset-right-8 {
    margin-right: 66.66667%; }
  .xxlarge-offset-right-9 {
    margin-right: 75%; }
  .xxlarge-offset-right-10 {
    margin-right: 83.33333%; }
  .xxlarge-offset-right-11 {
    margin-right: 91.66667%; } }

.text-small-left {
  text-align: left; }

.text-small-right {
  text-align: right; }

.text-small-center {
  text-align: center; }

@media print, screen and (min-width: 48em) {
  .text-medium-left {
    text-align: left; }
  .text-medium-right {
    text-align: right; }
  .text-medium-center {
    text-align: center; } }

@media print, screen and (min-width: 50em) {
  .text-mediumintermediate-left {
    text-align: left; }
  .text-mediumintermediate-right {
    text-align: right; }
  .text-mediumintermediate-center {
    text-align: center; } }

@media print, screen and (min-width: 60.0625em) {
  .text-mediumalternative-left {
    text-align: left; }
  .text-mediumalternative-right {
    text-align: right; }
  .text-mediumalternative-center {
    text-align: center; } }

@media print, screen and (min-width: 64em) {
  .text-large-left {
    text-align: left; }
  .text-large-right {
    text-align: right; }
  .text-large-center {
    text-align: center; } }

@media screen and (min-width: 85.375em) {
  .text-xlarge-left {
    text-align: left; }
  .text-xlarge-right {
    text-align: right; }
  .text-xlarge-center {
    text-align: center; } }

@media screen and (min-width: 90.0625em) {
  .text-xxlarge-left {
    text-align: left; }
  .text-xxlarge-right {
    text-align: right; }
  .text-xxlarge-center {
    text-align: center; } }

.grid-container {
  background-color: #fff;
  width: 100%; }

.main-content {
  position: relative; }

.overflow-hidden {
  overflow: hidden; }

body[style="overflow: hidden;"], html[style="overflow: hidden;"] {
  position: relative; }

.clearfix:after {
  visibility: hidden;
  display: block;
  font-size: 0;
  content: " ";
  clear: both;
  height: 0; }

.relative {
  position: relative; }

.bg--white {
  background-color: #fff; }

.bg--white50 {
  background-color: rgba(255, 255, 255, 0.5); }

.bg--black {
  background-color: #030405; }

.bg--black60 {
  background-color: #666; }

.bg--black50 {
  background-color: #7f7f7f; }

.bg--black40 {
  background-color: #999; }

.bg--black05 {
  background-color: #f2f2f2; }

.bg--orange {
  background-color: #ed7006; }

.bg--cover {
  background-size: cover;
  background-repeat: no-repeat; }

.border-bottom--black10 {
  box-shadow: inset 0 -1px 0 0 #e5e5e5; }

.border-top--black10 {
  box-shadow: inset 0 1px 0 0 #e5e5e5; }

.border-left--black10 {
  box-shadow: inset 1px 0 0 #e5e5e5; }

.border-right--black10 {
  box-shadow: inset -1px 0 0 #e5e5e5; }

body, html {
  font-family: "Lato", sans-serif; }
  @media screen and (max-width: 47.99999em) {
    body, html {
      font-size: 16px;
      line-height: 1.45; } }

h1, h2, h3, h4, h5, h6 {
  font-family: "DIN Next CYR", sans-serif;
  text-transform: uppercase;
  color: #030405;
  font-weight: 700; }

.title {
  font-family: "DIN Next CYR", sans-serif;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 32px;
  line-height: 32px;
  color: #030405; }
  @media screen and (min-width: 85.375em) {
    .title {
      font-size: 40px;
      line-height: 40px; } }
  .title--xsmall {
    font-size: 18px;
    line-height: 24px;
    margin-bottom: 0; }
  .title--small {
    font-size: 28px;
    line-height: 28px; }
    @media screen and (min-width: 85.375em) {
      .title--small {
        font-size: 32px;
        line-height: 32px; } }
  .title--medium {
    font-size: 32px; }
    @media print, screen and (min-width: 64em) {
      .title--medium {
        font-size: 24px;
        line-height: 24px; } }
  .title--medium-s {
    font-size: 18px; }
    @media print, screen and (min-width: 64em) {
      .title--medium-s {
        font-size: 20px;
        line-height: 20px; } }
  .title--light {
    font-weight: 300; }
  .title--regular {
    font-weight: 400; }
  .title--large {
    font-size: 40px;
    line-height: 40px; }
    @media print, screen and (min-width: 48em) {
      .title--large {
        font-size: 48px;
        line-height: 48px; } }
    @media print, screen and (min-width: 64em) {
      .title--large {
        font-size: 50px;
        line-height: 50px; } }
    @media screen and (min-width: 85.375em) {
      .title--large {
        font-size: 60px;
        line-height: 60px; } }
    @media screen and (min-width: 90.0625em) {
      .title--large {
        font-size: 72px;
        line-height: 64px; } }
  .title__label {
    font-family: "DIN Next CYR", sans-serif;
    font-size: 18px;
    margin-bottom: 8px;
    text-transform: uppercase;
    letter-spacing: 0.025em; }
    @media screen and (min-width: 85.375em) {
      .title__label {
        font-size: 20px; } }
  .title--subline {
    font-weight: 300;
    font-size: 20px;
    line-height: 24px; }
  .title--none {
    text-transform: none; }
  .title + .callout {
    margin-top: 24px !important; }

.text--white {
  color: #fff !important; }

.text--white50 {
  color: rgba(255, 255, 255, 0.5) !important; }

.text--black {
  color: #030405 !important; }

.text--black60 {
  color: #666 !important; }

.text--black50 {
  color: #7f7f7f !important; }

.text--black40 {
  color: #999 !important; }

.text--black05 {
  color: #f2f2f2 !important; }

.text--orange {
  color: #ed7006 !important; }

.text--positive {
  color: #030405; }

.text--negative {
  color: #fff; }

.text--small {
  font-size: 16px; }
  @media print, screen and (min-width: 64em) {
    .text--small {
      font-size: 15px; } }

.text--uppercase {
  text-transform: uppercase; }

.text--bold {
  font-weight: 900; }

.unit {
  padding: 40px 0; }
  @media print, screen and (min-width: 48em) {
    .unit {
      padding: 64px 0; } }
  @media print, screen and (min-width: 64em) {
    .unit {
      padding: 80px 0; } }
  .unit--top {
    padding-top: 80px; }
  .unit--bottom {
    padding-bottom: 80px; }
  .unit--medium {
    padding: 72px 0; }
  .unit--swiper {
    padding-top: 48px;
    padding-bottom: 16px; }
    @media screen and (min-width: 85.375em) {
      .unit--swiper {
        padding-bottom: 80px; } }
  .unit--bottom-reset {
    padding-bottom: 1px; }

.canvas-container {
  padding-top: 133.33%;
  position: relative; }
  @media print, screen and (min-width: 48em) {
    .canvas-container {
      padding-top: 48.75%; } }
  .canvas-container canvas {
    width: 100%;
    position: absolute;
    top: 0;
    left: 0; }
  .canvas-container img {
    display: none; }

.canvas__drag {
  position: absolute;
  z-index: 2;
  left: 50%;
  transform: translateX(-50%);
  color: #fff;
  text-transform: uppercase;
  letter-spacing: 0.075em;
  font-size: 14px;
  font-weight: 700;
  text-shadow: 1px 1px 8px #969696; }

.grid-container-inner {
  padding-left: 1rem;
  padding-right: 1rem; }
  @media print, screen and (min-width: 48em) {
    .grid-container-inner {
      padding-left: 2.5rem;
      padding-right: 2.5rem; } }
  @media screen and (min-width: 85.375em) {
    .grid-container-inner {
      padding-left: 5rem;
      padding-right: 5rem; } }
  @media print, screen and (min-width: 48em) {
    .grid-container-inner--small {
      padding-left: 1.25rem;
      padding-right: 1.25rem; } }
  @media screen and (min-width: 85.375em) {
    .grid-container-inner--small {
      padding-left: 2.5rem;
      padding-right: 2.5rem; } }
  @media screen and (max-width: 63.99999em) {
    .grid-container-inner--no-padding {
      padding-left: 0;
      padding-right: 0; } }

.grid-container.grid-container--transparent {
  background-color: transparent; }

@keyframes headerFixed {
  from {
    transform: translateY(-100%); }
  to {
    transform: translateY(0); } }

@keyframes headerNormal {
  from {
    transform: translateY(0); }
  to {
    transform: translateY(-100%); } }

header {
  z-index: 4;
  position: relative;
  border-bottom: 1px solid #e5e5e5; }
  header.sticky {
    animation-name: headerFixed;
    animation-duration: .5s;
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    z-index: 4; }
    header.sticky .main-menu {
      border-bottom: 1px solid #e5e5e5; }
    header.sticky .secondary-menu {
      display: none; }
  header.no-sticky {
    animation-name: headerNormal;
    animation-duration: .5s;
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    z-index: 4; }
  header .grid-container {
    overflow: unset; }
  header .secondary-menu {
    margin-right: -24px;
    margin-left: -24px; }
    header .secondary-menu li a {
      -webkit-transition: .3s background-color ease-in-out;
      transition: .3s background-color ease-in-out; }
      header .secondary-menu li a:hover {
        background-color: #f2f2f2; }
    @media print, screen and (min-width: 60.0625em) {
      header .secondary-menu {
        display: flex;
        justify-content: space-between;
        align-items: center; } }
  header .inner-secondary-menu {
    list-style: none;
    margin: 0;
    padding: 0; }
    header .inner-secondary-menu__link {
      font-size: 12px;
      text-transform: uppercase;
      color: #030405;
      display: inline-block;
      padding: 8px 24px;
      box-shadow: inset -1px 0 0 #e5e5e5;
      letter-spacing: 0.075em; }
    header .inner-secondary-menu__item:last-child a {
      box-shadow: none; }
  header .lang-menu {
    list-style: none;
    margin: 0;
    padding: 0; }
    header .lang-menu__trigger {
      position: relative;
      font-size: 12px;
      text-transform: uppercase;
      color: #030405;
      padding: 8px 24px;
      display: inline-block;
      letter-spacing: 0.075em; }
      header .lang-menu__trigger:after {
        content: "\E5C5";
        font-family: "Material Icons";
        font-size: 16px;
        line-height: 9px;
        vertical-align: middle;
        color: #7f7f7f;
        position: absolute;
        top: 50%;
        transform: translateY(-50%); }
  header .main-menu {
    display: flex;
    justify-content: space-between;
    align-items: center; }
    header .main-menu__list {
      list-style: none;
      margin: 0;
      padding: 0;
      display: flex; }
      header .main-menu__list li.selected > a {
        background-color: #f2f2f2; }
      header .main-menu__list li:hover > a {
        opacity: 1 !important;
        background-color: #f2f2f2; }
      header .main-menu__list li a {
        display: inline-block;
        padding: 24px 20px;
        text-transform: uppercase;
        color: #030405;
        font-weight: 900;
        font-size: 14px;
        position: relative;
        letter-spacing: 0.1em;
        -webkit-transition: .3s opacity ease-in-out;
        transition: .3s opacity ease-in-out;
        -webkit-transition: .3s background-color ease-in-out;
        transition: .3s background-color ease-in-out; }
        @media screen and (min-width: 85.375em) {
          header .main-menu__list li a {
            padding: 36px 20px; } }
      header .main-menu__list li.has-child.is-active .main-menu__submenu {
        opacity: 1;
        height: auto;
        -webkit-transition: .3s opacity ease-in-out;
        transition: .3s opacity ease-in-out; }
      header .main-menu__list li .main-menu__submenu {
        display: flex;
        background-color: #fff;
        opacity: 0;
        position: absolute;
        width: 120%;
        left: 50%;
        transform: translate(-50%, 1px);
        height: 0;
        overflow: hidden;
        -webkit-transition: .3s opacity ease-in-out;
        transition: .3s opacity ease-in-out;
        max-width: 800px; }
        @media screen and (min-width: 85.375em) {
          header .main-menu__list li .main-menu__submenu {
            width: 100%;
            max-width: 800px; } }
        header .main-menu__list li .main-menu__submenu ul {
          list-style: none;
          margin: 0;
          padding: 0;
          width: 33.3333333333%; }
          header .main-menu__list li .main-menu__submenu ul li {
            box-shadow: inset 0 -1px 0 0 #e5e5e5; }
            header .main-menu__list li .main-menu__submenu ul li:last-child {
              box-shadow: none; }
            header .main-menu__list li .main-menu__submenu ul li a {
              -webkit-transition: .3s opacity ease-in-out;
              transition: .3s opacity ease-in-out;
              display: inline-block;
              padding: 24px 40px;
              width: 100%;
              position: relative; }
              header .main-menu__list li .main-menu__submenu ul li a:hover:after {
                color: #030405; }
              header .main-menu__list li .main-menu__submenu ul li a:after {
                content: "\f105";
                font-family: "Font Awesome 5 Pro";
                position: absolute;
                right: 40px;
                font-size: 16px;
                font-weight: 400;
                color: #7f7f7f;
                top: 50%;
                transform: translateY(-50%);
                -webkit-transition: .3s color ease-in-out;
                transition: .3s color ease-in-out; }
          header .main-menu__list li .main-menu__submenu ul:hover > li > a {
            opacity: 0.5; }
        header .main-menu__list li .main-menu__submenu-image {
          flex-grow: 1;
          background-size: cover;
          background-repeat: no-repeat;
          display: flex;
          flex-wrap: wrap; }
          header .main-menu__list li .main-menu__submenu-image img {
            position: absolute;
            top: 0;
            left: 0;
            display: none; }
          header .main-menu__list li .main-menu__submenu-image a {
            display: block;
            width: 100%;
            height: 100%; }
            header .main-menu__list li .main-menu__submenu-image a.order-1 {
              order: -1; }
      header .main-menu__list > li.active > a {
        position: relative; }
        header .main-menu__list > li.active > a:after {
          content: "";
          background-color: #030405;
          height: 3px;
          width: 100%;
          position: absolute;
          bottom: 0;
          left: 0; }
      header .main-menu__list > li.active li.active a {
        background-color: #f2f2f2; }
      header .main-menu__list:hover > li > a {
        opacity: 0.5; }
    header .main-menu__container {
      position: relative;
      flex-grow: 1;
      display: flex;
      justify-content: center; }
      header .main-menu__container .search {
        position: absolute;
        right: 0;
        height: 100%;
        width: 0;
        z-index: 1;
        padding: 0 16px;
        transition: .3s all ease-in-out; }
        header .main-menu__container .search input {
          border: 0;
          margin-bottom: 0;
          height: 100%;
          box-shadow: none;
          box-shadow: inset 0 -5px 0 0 #030405;
          padding: 0; }
        header .main-menu__container .search.is-visible {
          width: 100%;
          transition: .3s all ease-in-out; }
          header .main-menu__container .search.is-visible input {
            border-left: 1px solid #e5e5e5;
            border-right: 1px solid #e5e5e5;
            padding: 0 16px; }
  header .logo {
    height: 24px;
    margin-left: 16px; }
    @media (max-width: 321px) {
      header .logo {
        height: 20px; } }
    @media print, screen and (min-width: 48em) {
      header .logo {
        height: 26px; } }
    @media screen and (min-width: 85.375em) {
      header .logo {
        height: 32px;
        margin-left: 0; } }
  header .account-menu__list {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex; }
    header .account-menu__list-item {
      position: relative; }
      header .account-menu__list-item.is-active .account-menu__submenu {
        display: block;
        opacity: 1;
        height: auto;
        -webkit-transition: .3s opacity ease-in-out;
        transition: .3s opacity ease-in-out; }
  header .account-menu__submenu {
    display: none;
    opacity: 0;
    background-color: #fff;
    position: absolute;
    width: auto;
    white-space: nowrap;
    left: 50%;
    transform: translateX(-50%);
    top: 80px;
    height: 0;
    overflow: hidden;
    -webkit-transition: .3s opacity ease-in-out;
    transition: .3s opacity ease-in-out;
    padding: 20px 0; }
    header .account-menu__submenu ul {
      list-style: none;
      margin: 0;
      padding: 0;
      text-transform: uppercase;
      font-weight: 900;
      font-size: 14px;
      letter-spacing: 0.1em; }
      header .account-menu__submenu ul li a {
        display: inline-block;
        color: #030405;
        padding: 12px 32px; }
  header .account-menu__element-search {
    order: 0; }
  header .account-menu__element-profilo {
    order: 1; }
  header .account-menu__element-cart {
    order: 2; }
  header .account-menu__element-menu {
    order: 3; }
  header > .search {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #fff;
    width: 100vw;
    height: 0;
    overflow: hidden;
    -webkit-transition: .3s all ease-in-out;
    transition: .3s all ease-in-out; }
    header > .search .search__trigger {
      display: none; }
    header > .search .search-lens {
      display: none; }
    header > .search.is-visible {
      height: 100vh;
      overflow: visible;
      -webkit-transition: .3s all ease-in-out;
      transition: .3s all ease-in-out; }
      header > .search.is-visible .search__trigger {
        display: block;
        position: absolute;
        right: 8px;
        top: 0; }
        header > .search.is-visible .search__trigger:after {
          content: "\E5CD";
          font-family: "Material Icons";
          font-size: 24px;
          font-weight: 400; }
      header > .search.is-visible .search-lens {
        position: absolute;
        display: block;
        top: 8px;
        left: 16px; }
        header > .search.is-visible .search-lens:after {
          font-family: "Font Awesome 5 Pro";
          content: "\f002";
          font-weight: 400;
          font-size: 20px;
          line-height: 2;
          color: #999; }
      header > .search.is-visible input {
        box-shadow: none;
        box-shadow: inset 0 -5px 0 0 #030405;
        border: 0;
        padding-left: 48px; }
        header > .search.is-visible input:focus {
          border: 0; }
        header > .search.is-visible input:before {
          font-family: "Font Awesome 5 Pro";
          content: "\f002";
          font-weight: 700;
          font-size: 20px;
          line-height: 2; }

.overlay {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  opacity: 0;
  left: 50%;
  transform: translateX(-50%);
  z-index: -1;
  -webkit-transition: .3s opacity ease-in-out;
  transition: .3s opacity ease-in-out; }
  .overlay--black30 {
    background-color: rgba(3, 4, 5, 0.7); }
  .overlay--white {
    background-color: rgba(255, 255, 255, 0.5); }
  .overlay.is-visible {
    opacity: 1;
    z-index: 2; }
  .overlay.above-header {
    z-index: 4; }

.mobile-menu {
  display: none; }
  @media screen and (max-width: 63.99999em) {
    .mobile-menu .accordion-title:hover, .mobile-menu .accordion-title:focus {
      background-color: transparent; }
    .mobile-menu ul {
      list-style: none;
      margin: 0;
      padding: 0; }
    .mobile-menu .secondary-menu li, .mobile-menu .main-menu__list li, .mobile-menu .account-menu__list li {
      box-shadow: inset 0 -1px 0 0 #e5e5e5; }
      .mobile-menu .secondary-menu li a, .mobile-menu .main-menu__list li a, .mobile-menu .account-menu__list li a {
        text-transform: uppercase;
        color: #030405;
        display: inline-block;
        width: 100%;
        padding: 16px;
        letter-spacing: 0.075em; }
    .mobile-menu .main-menu__list li a, .mobile-menu .account-menu__list li a {
      font-weight: 900;
      font-size: 16px; }
    .mobile-menu .secondary-menu li a {
      font-weight: 300;
      font-size: 15px; }
    .mobile-menu .main-menu__list-item.has-child > a:after, .mobile-menu .lang-menu__item.has-child > a:after, .mobile-menu .account-menu__list-item.has-child > a:after {
      content: "\f105";
      font-family: "Font Awesome 5 Pro";
      position: absolute;
      right: 16px;
      font-size: 16px;
      font-weight: 400;
      color: #7f7f7f;
      -webkit-transition: .3s color ease-in-out;
      transition: .3s color ease-in-out; }
    .mobile-menu .main-menu__list-item.active {
      background-color: #f2f2f2; }
    .mobile-menu, .mobile-menu .main-menu__submenu, .mobile-menu .account-menu__submenu {
      display: block;
      height: 100vh;
      position: fixed;
      top: 0;
      right: 0;
      bottom: 0;
      z-index: 6;
      width: 100vw;
      background-color: #fff;
      transform: translateX(100%);
      overflow: auto;
      -webkit-transition: .3s transform ease-in-out;
      transition: .3s transform ease-in-out; }
      .mobile-menu.is-visible, .mobile-menu .main-menu__submenu.is-visible, .mobile-menu .account-menu__submenu.is-visible {
        transform: translateX(0); }
    .mobile-menu {
      display: flex !important;
      flex-wrap: wrap;
      align-content: flex-start; }
      .mobile-menu > ul, .mobile-menu > .secondary-menu, .mobile-menu > .main-menu__list, .mobile-menu .account-menu__list {
        width: 100%; }
      .mobile-menu .secondary-menu {
        order: 1; }
    .mobile-menu .lang-menu .accordion-content .accordion-item a {
      background-color: #f2f2f2;
      color: #7f7f7f;
      border-bottom: 1px solid #e5e5e5; }
    .mobile-menu .lang-menu .accordion-content .accordion-item .accordion-content a {
      background-color: #e5e5e5;
      border-bottom: 1px solid #ccc;
      padding-left: 32px; } }

@media screen and (max-width: 63.99999em) {
  .secondary-menu__container {
    display: none; }
  .header {
    display: none; }
    .header.visible {
      display: block; } }

@media print, screen and (min-width: 60.0625em) {
  .secondary-menu__container {
    display: block; }
  .header {
    display: block; } }

.account__trigger, .search__trigger, .cart__trigger, .menu__trigger, .close__trigger {
  padding: 12px;
  display: inline-block; }
  @media (max-width: 321px) {
    .account__trigger, .search__trigger, .cart__trigger, .menu__trigger, .close__trigger {
      padding: 12px 9.6px; } }
  .account__trigger:after, .search__trigger:after, .cart__trigger:after, .menu__trigger:after, .close__trigger:after {
    font-family: "Material Icons";
    font-size: 24px;
    vertical-align: middle;
    color: #030405; }
  .account__trigger:hover, .search__trigger:hover, .cart__trigger:hover, .menu__trigger:hover, .close__trigger:hover {
    cursor: pointer; }

.go-back__trigger {
  font-size: 13px !important;
  color: #7f7f7f !important;
  position: relative;
  font-weight: 400 !important;
  padding-left: 40px !important; }
  @media print, screen and (min-width: 60.0625em) {
    .go-back__trigger {
      display: none !important; } }
  .go-back__trigger:before {
    position: absolute;
    content: "\E314";
    font-family: "Material Icons";
    font-size: 24px;
    vertical-align: middle;
    color: #666;
    left: 16px;
    line-height: 22px; }

@media print, screen and (min-width: 60.0625em) {
  .account__trigger {
    display: inline-block; } }

@media print, screen and (min-width: 60.0625em) {
  .account__trigger:after {
    content: "\E853"; } }

.search__trigger:after {
  font-family: "Font Awesome 5 Pro";
  content: "\f002";
  font-weight: 700;
  font-size: 20px;
  line-height: 2; }

.search__trigger--close:after {
  font-family: "Material Icons";
  content: "\E5CD";
  font-size: 25px;
  line-height: 1.6; }

.cart__trigger:after {
  content: "\E8CC"; }

@media print, screen and (min-width: 60.0625em) {
  .menu__trigger {
    display: none; } }

.menu__trigger:after {
  content: "\E5D2"; }

.mobile-menu .menu__trigger:after {
  content: "\E5CD"; }

.close__trigger:after {
  content: "\E5CD"; }

.lang-selection__banner {
  position: relative;
  z-index: 3;
  max-height: 0;
  overflow: hidden;
  font-size: 12px;
  -webkit-transition: .3s max-height ease-in-out;
  transition: .3s max-height ease-in-out; }
  @media print, screen and (min-width: 64em) {
    .lang-selection__banner {
      text-align: center;
      font-size: 16px; } }
  .lang-selection__banner.is-visible {
    max-height: 300px;
    -webkit-transition: .3s max-height ease-in-out;
    transition: .3s max-height ease-in-out; }
  .lang-selection__banner .close__trigger:after {
    color: #fff; }
  .lang-selection__banner .lang__trigger {
    padding-top: 12px;
    padding-bottom: 12px; }

.lang-selection__modal {
  width: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  z-index: -1;
  opacity: 0;
  -webkit-transition: .3s opacity ease-in-out;
  transition: .3s opacity ease-in-out; }
  .lang-selection__modal .grid-container {
    background-color: transparent; }
  .lang-selection__modal-container {
    flex-wrap: wrap;
    display: flex !important;
    width: 80%;
    margin: 0 auto;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%); }
  .lang-selection__modal.is-visible {
    z-index: 5;
    opacity: 1; }
  .lang-selection__modal .tabs {
    order: 1;
    flex-grow: 1;
    width: 100%;
    display: flex;
    justify-content: center; }
    .lang-selection__modal .tabs:hover .tabs-title a {
      opacity: 0.5; }
    .lang-selection__modal .tabs-title.is-active a {
      background-color: transparent;
      position: relative;
      opacity: 1 !important; }
      .lang-selection__modal .tabs-title.is-active a:after {
        content: "";
        background-color: #030405;
        height: 3px;
        width: 100%;
        position: absolute;
        bottom: 0;
        left: 0; }
    .lang-selection__modal .tabs-title a {
      padding: 32px 16px;
      text-transform: uppercase;
      font-weight: 700;
      color: #030405;
      font-size: 14px;
      letter-spacing: 0.1em; }
    .lang-selection__modal .tabs-title:hover a {
      opacity: 1 !important; }
  .lang-selection__modal .tabs-content {
    background: #fafafa;
    padding: 16px;
    order: 2;
    flex-grow: 1;
    width: 100%;
    min-height: 260px; }
    .lang-selection__modal .tabs-content .accordion {
      background-color: transparent; }
      .lang-selection__modal .tabs-content .accordion-item {
        width: calc(100% / 3) !important;
        border-bottom: 1px solid #e6e6e6; }
        .lang-selection__modal .tabs-content .accordion-item .accordion-content {
          background-color: transparent; }
          .lang-selection__modal .tabs-content .accordion-item .accordion-content ul {
            list-style: none;
            padding: 0;
            margin: 0; }
          .lang-selection__modal .tabs-content .accordion-item .accordion-content li a {
            font-size: 16px;
            display: inline-block;
            padding: 4px 16px; }
        .lang-selection__modal .tabs-content .accordion-item:first-child:nth-last-child(1) {
          width: 100% !important; }
      .lang-selection__modal .tabs-content .accordion-title {
        text-transform: uppercase;
        color: #030405;
        font-size: 14px;
        letter-spacing: 0.075em;
        font-weight: 700; }
        .lang-selection__modal .tabs-content .accordion-title[aria-expanded="false"]:after {
          margin-left: 20px;
          content: "\f067";
          font-family: "Font Awesome 5 Pro";
          font-weight: 300; }
        .lang-selection__modal .tabs-content .accordion-title[aria-expanded="true"]:after {
          margin-left: 20px;
          content: "\f068";
          font-family: "Font Awesome 5 Pro";
          font-weight: 300; }

.button {
  text-transform: uppercase;
  font-weight: 700;
  letter-spacing: 0.1em; }
  .button:hover, .button.primary:hover {
    background-color: #030405;
    color: #fff; }
  .button.primary-negative:hover {
    background-color: #030405;
    color: #fff; }
  .button.secondary {
    color: #666; }
    .button.secondary:hover {
      background-color: #030405;
      color: #fff; }
  .button.small {
    padding: 9.6px 16px; }
  .button.play {
    position: relative;
    padding-left: 56px; }
    .button.play:before {
      content: "\E037";
      font-family: "Material Icons";
      vertical-align: middle;
      font-size: 24px;
      position: absolute;
      top: 50%;
      transform: translateY(-50%);
      left: 24px; }
  .button.round {
    border-radius: 100%; }
    .button.round.play {
      width: 64px;
      height: 64px;
      padding: 0; }
      .button.round.play:before {
        content: ""; }
      .button.round.play:after {
        content: "\E037";
        font-family: "Material Icons";
        position: absolute;
        top: 50%;
        left: 50%;
        -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
        vertical-align: middle;
        font-size: 40px; }
      .button.round.play.stopped:after {
        content: "\E034"; }
  .button.cart, .button.wishlist {
    position: relative;
    padding-top: 12px;
    padding-bottom: 12px; }
  .button.cart:before {
    font-family: "Material Icons";
    vertical-align: middle;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    content: "\e854";
    font-size: 24px;
    font-weight: 400; }
  .button.wishlist:before {
    font-family: "Font Awesome 5 Pro";
    content: "\f004";
    font-size: 24px;
    font-weight: 400;
    font-size: 20px; }
  .button.detail {
    padding: 16px 24px; }
    .button.detail:before {
      font-family: "Font Awesome 5 Pro";
      content: "\f06e";
      font-weight: 400;
      font-size: 16px;
      vertical-align: middle; }
  .button.update {
    padding: 16px 24px; }
    .button.update:before {
      font-family: "Font Awesome 5 Pro";
      content: "\f303";
      font-weight: 400;
      font-size: 16px;
      vertical-align: middle; }
    .button.update span {
      margin-left: 16px; }
  .button.remove {
    padding: 16px 24px; }
    .button.remove:before {
      font-family: "Font Awesome 5 Pro";
      content: "\f2ed";
      font-weight: 400;
      font-size: 16px;
      vertical-align: middle; }
    .button.remove span {
      margin-left: 16px; }

.accordion-title {
  line-height: 1.6; }
  .accordion-title:before {
    margin-top: 0;
    transform: translateY(-50%); }

.accordion-item > .accordion-content {
  padding: 0; }

.accordion-item.no-children .accordion-title:before {
  content: "";
  display: none; }

.tabs-panel {
  padding: 0; }
  .tabs-panel > .accordion {
    display: flex;
    margin-bottom: 0;
    flex-wrap: wrap; }
    .tabs-panel > .accordion .accordion-item {
      width: calc(100%/3); }

.block__image {
  width: 100%; }

.block .text-container .title {
  margin-bottom: 16px; }

.block .text-container__text {
  margin-top: 8px;
  margin-bottom: 0; }
  @media screen and (min-width: 85.375em) {
    .block .text-container__text {
      margin-bottom: 20px; } }
  .block .text-container__text + .text-container__logo {
    margin-top: 32px; }
  .block .text-container__text + .text-container__button {
    margin-top: 24px; }

.block .text-container__button {
  margin-top: 24px; }
  @media print, screen and (min-width: 64em) {
    .block .text-container__button {
      margin-top: 32px; } }
  .block .text-container__button + .text-container__logo {
    margin-top: 24px; }
    @media screen and (min-width: 85.375em) {
      .block .text-container__button + .text-container__logo {
        margin-top: 80px; } }

.block .text-container__logo {
  margin-top: 24px;
  width: 144px;
  height: 72px; }
  @media screen and (min-width: 85.375em) {
    .block .text-container__logo {
      width: 205px;
      height: 104px; } }

.block-a {
  padding: 40px 0; }
  .block-a img {
    width: 100%; }
  @media print, screen and (min-width: 48em) {
    .block-a {
      padding: 64px 0; } }
  @media print, screen and (min-width: 64em) {
    .block-a {
      padding: 80px 0; } }
  @media print, screen and (min-width: 60.0625em) {
    .block-a .left-column {
      padding-top: 80px; } }
  .block-a .right-column {
    order: -1; }
    @media print, screen and (min-width: 60.0625em) {
      .block-a .right-column {
        order: 0; } }
  .block-a .title__label {
    color: #030405; }
  .block-a .text-container {
    text-align: center;
    padding: 40px 0 48px; }
    @media print, screen and (min-width: 60.0625em) {
      .block-a .text-container {
        text-align: left; } }
    @media print, screen and (min-width: 60.0625em) {
      .block-a .text-container {
        padding: 40px;
        max-width: 560px; } }
    @media screen and (min-width: 85.375em) {
      .block-a .text-container {
        padding-top: 80px;
        padding-bottom: 0; } }

.block-b .media__container {
  position: relative;
  padding-top: 133.33333%;
  background-size: 100%; }
  .block-b .media__container.light-effect {
    background-position: center center; }
  @media print, screen and (min-width: 50em) {
    .block-b .media__container {
      padding-top: 48.75%; } }
  .block-b .media__container--video {
    overflow: hidden; }
    .block-b .media__container--video.loaded {
      padding-top: 133.33333%; }
      @media print, screen and (min-width: 50em) {
        .block-b .media__container--video.loaded {
          padding-top: 48.75%; } }
    .block-b .media__container--video .positioned {
      position: absolute;
      top: 50%;
      left: 0;
      right: 0;
      transform: translateY(-50%); }
    @media screen and (max-width: 49.99999em) {
      .block-b .media__container--video .plyr__video-embed {
        padding-bottom: 0;
        display: none; } }
  .block-b .media__container:after {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: -moz-linear-gradient(left, rgba(0, 0, 0, 0.2) 0%, rgba(0, 0, 0, 0.2) 1%, transparent 60%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.2) 0%, rgba(0, 0, 0, 0.2) 1%, transparent 60%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to right, rgba(0, 0, 0, 0.2) 0%, rgba(0, 0, 0, 0.2) 1%, transparent 60%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#00000000',GradientType=1 );
    /* IE6-9 */ }

.block-b .text-container__logo {
  display: block; }
  @media screen and (max-width: 49.99999em) {
    .block-b .text-container__logo {
      margin: 32px auto 0 !important; } }

.block-b .text-container__text {
  color: #030405; }

.block-b .title__label {
  color: #030405; }

.block-b .grid-container-inner {
  position: absolute;
  bottom: 40px;
  text-align: center;
  z-index: 1;
  left: 0;
  right: 0; }
  @media print, screen and (min-width: 50em) {
    .block-b .grid-container-inner {
      text-align: left;
      bottom: auto;
      top: 50%;
      transform: translateY(-50%); } }

@media screen and (max-width: 47.99999em) {
  .block-b .button {
    margin-top: 16px !important;
    width: 185px; } }

.block-c {
  padding: 40px 0; }
  @media print, screen and (min-width: 48em) {
    .block-c {
      padding: 64px 0; } }
  @media print, screen and (min-width: 64em) {
    .block-c {
      padding: 80px 0; } }
  .block-c .section__title-button {
    padding-top: 0; }
  .block-c__cards {
    margin-bottom: 40px; }
    @media print, screen and (min-width: 60.0625em) {
      .block-c__cards {
        margin-bottom: 64px; } }
  .block-c__highlight .cell:first-child {
    margin-bottom: 16px; }
    @media print, screen and (min-width: 48em) {
      .block-c__highlight .cell:first-child {
        margin-bottom: 40px; } }
    @media print, screen and (min-width: 60.0625em) {
      .block-c__highlight .cell:first-child {
        margin-bottom: 0; } }

.block-e {
  padding: 40px 0; }
  @media print, screen and (min-width: 48em) {
    .block-e {
      padding: 64px 0; } }
  @media print, screen and (min-width: 64em) {
    .block-e {
      padding: 80px 0; } }
  .block-e .text-container {
    text-align: center;
    margin-bottom: 24px; }
    @media print, screen and (min-width: 48em) {
      .block-e .text-container {
        margin-bottom: 40px; } }
    @media screen and (min-width: 85.375em) {
      .block-e .text-container {
        text-align: left; } }
    .block-e .text-container .title__label {
      color: #030405; }
  .block-e .box-prodotto {
    margin-bottom: 40px; }
    .block-e .box-prodotto__img-container img {
      margin-bottom: 0; }
    .block-e .box-prodotto__content {
      position: relative; }
  @media screen and (max-width: 90.06249em) {
    .block-e .button {
      margin-top: 0; } }

.block-d {
  padding: 40px 0; }
  @media print, screen and (min-width: 48em) {
    .block-d {
      padding: 64px 0; } }
  @media print, screen and (min-width: 64em) {
    .block-d {
      padding: 80px 0; } }
  .block-d .text-container__text {
    margin-bottom: 0; }
  .block-d .cell:nth-child(2) {
    margin-top: 16px;
    margin-bottom: 16px; }
    @media print, screen and (min-width: 60.0625em) {
      .block-d .cell:nth-child(2) {
        margin-top: 80px; } }
  .block-d .box-img-text {
    padding-top: 135.71429%; }

.block-f {
  padding: 40px 0; }
  @media print, screen and (min-width: 48em) {
    .block-f {
      padding: 64px 0; } }
  @media print, screen and (min-width: 64em) {
    .block-f {
      padding: 80px 0; } }
  .block-f__column:nth-child(1) {
    margin-bottom: 16px; }
    @media print, screen and (min-width: 48em) {
      .block-f__column:nth-child(1) {
        margin-bottom: 40px; } }
    @media print, screen and (min-width: 60.0625em) {
      .block-f__column:nth-child(1) {
        margin-bottom: 0; } }

.block-g {
  padding: 40px 0; }
  @media print, screen and (min-width: 48em) {
    .block-g {
      padding: 64px 0; } }
  @media print, screen and (min-width: 64em) {
    .block-g {
      padding: 80px 0; } }
  .block-g .cell--right {
    display: flex;
    align-items: center; }
  @media screen and (max-width: 85.37499em) {
    .block-g .text-container {
      padding: 24px 0; } }

.block--negative .text-container .title, .block--negative .text-container .title__label {
  color: #fff; }

.block--negative .text-container__button {
  background-color: #fff;
  color: #030405; }
  .block--negative .text-container__button:hover {
    background-color: #030405;
    color: #fff; }

.block--negative.block-b .title__label {
  color: #fff; }

.block--negative.block-b .text-container__text {
  color: #fff; }

.block--negative.block-c .title {
  color: #fff; }

.block--negative.block-c .text-container__text {
  color: #fff; }

.block--negative.block-a .text-container__text {
  color: rgba(255, 255, 255, 0.5); }

.block--negative.block-e .text-container .title__label {
  color: #fff; }

.block--negative.block-g .text-container__text {
  color: rgba(255, 255, 255, 0.5); }

.block--reverse .grid-x {
  flex-direction: row-reverse; }

.block--reverse.block-a .text-container {
  padding-left: 0;
  padding-right: 0;
  margin-left: 0;
  margin-right: 0; }

@media print, screen and (min-width: 50em) {
  .block--reverse.block-b .cell {
    display: flex;
    justify-content: flex-end; } }

.block--reverse.block-b .media__container:after {
  background: -moz-linear-gradient(right, rgba(0, 0, 0, 0.2) 0%, rgba(0, 0, 0, 0.2) 1%, transparent 60%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(right, rgba(0, 0, 0, 0.2) 0%, rgba(0, 0, 0, 0.2) 1%, transparent 60%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to left, rgba(0, 0, 0, 0.2) 0%, rgba(0, 0, 0, 0.2) 1%, transparent 60%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#00000000',GradientType=1 );
  /* IE6-9 */ }

.block--positive .text-container .title, .block--positive .text-container .title__label {
  color: #030405; }

.block--positive .text-container__text {
  color: #030405; }

.block--light .media__container:after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: -moz-linear-gradient(left, rgba(255, 255, 255, 0.5) 0, rgba(255, 255, 255, 0) 60%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0.5) 0%, rgba(255, 255, 255, 0) 60%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to right, rgba(255, 255, 255, 0.5) 0%, rgba(255, 255, 255, 0) 60%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fff', endColorstr='#fff',GradientType=1 );
  /* IE6-9 */ }

.block-margin {
  margin: 40px auto;
  position: relative; }
  @media print, screen and (min-width: 48em) {
    .block-margin {
      margin: 64px auto; } }
  @media print, screen and (min-width: 64em) {
    .block-margin {
      margin: 80px auto; } }
  .block-margin:after {
    content: "";
    position: absolute;
    top: -40px;
    bottom: -40px;
    left: 0;
    right: 0;
    background: #fff; }
    @media print, screen and (min-width: 48em) {
      .block-margin:after {
        top: -64px;
        bottom: -64px; } }
    @media print, screen and (min-width: 64em) {
      .block-margin:after {
        top: -80px;
        bottom: -80px; } }
  .block-margin > .grid-container-inner, .block-margin > .block {
    position: relative;
    z-index: 1; }
  .block-margin .block-a, .block-margin .block-b, .block-margin .block-c, .block-margin .block-d, .block-margin .block-e, .block-margin .block-f, .block-margin .block-g, .block-margin .block-h {
    padding-top: 0;
    padding-bottom: 0; }
  .block-margin[style*="background-color"]:after {
    display: none; }

.main-slider {
  position: relative; }
  .main-slider .scroll-button {
    position: absolute;
    bottom: 0;
    display: block;
    left: 50%;
    transform: translateX(-50%);
    z-index: 1;
    display: none; }
    .main-slider .scroll-button:after {
      content: "\f107";
      font-family: "Font Awesome 5 Pro";
      position: absolute;
      top: 50%;
      left: 50%;
      -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%);
      font-size: 20px; }
    .main-slider .scroll-button.fixed {
      position: fixed;
      bottom: 0;
      left: 50%;
      transform: translateX(-50%); }
    @media print, screen and (min-width: 50em) {
      .main-slider .scroll-button {
        display: block; } }
  .main-slider .swiper-slide {
    position: relative; }
    .main-slider .swiper-slide:after {
      content: "";
      width: 100%;
      height: 100%;
      position: absolute;
      top: 0;
      left: 0; }
    .main-slider .swiper-slide__container {
      padding-top: 133.33333%; }
      @media print, screen and (min-width: 50em) {
        .main-slider .swiper-slide__container {
          padding-top: 48.75%; } }
    .main-slider .swiper-slide--video {
      /*padding-top: 0;*/ }
      @media screen and (max-width: 49.99999em) {
        .main-slider .swiper-slide--video .plyr__video-embed {
          padding-bottom: 0;
          display: none; } }
      .main-slider .swiper-slide--video .positioned {
        position: absolute;
        top: 50%;
        left: 0;
        right: 0;
        transform: translateY(-50%); }
    .main-slider .swiper-slide .title {
      margin-bottom: 0; }
    .main-slider .swiper-slide .button {
      margin-top: 16px; }
      @media print, screen and (min-width: 64em) {
        .main-slider .swiper-slide .button {
          margin-top: 32px; } }
      @media screen and (min-width: 85.375em) {
        .main-slider .swiper-slide .button {
          margin-top: 40px; } }
      @media screen and (max-width: 47.99999em) {
        .main-slider .swiper-slide .button + .button {
          margin-left: 16px; } }
    @media screen and (max-width: 49.99999em) {
      .main-slider .swiper-slide .caption {
        bottom: 80px; } }
    .main-slider .swiper-slide .caption__text {
      margin-top: 8px;
      margin-bottom: 0; }
    .main-slider .swiper-slide.caption--right:after {
      background: -moz-linear-gradient(right, rgba(0, 0, 0, 0.2) 0%, rgba(0, 0, 0, 0.2) 1%, transparent 60%);
      /* FF3.6-15 */
      background: -webkit-linear-gradient(right, rgba(0, 0, 0, 0.2) 0%, rgba(0, 0, 0, 0.2) 1%, transparent 60%);
      /* Chrome10-25,Safari5.1-6 */
      background: linear-gradient(to left, rgba(0, 0, 0, 0.2) 0%, rgba(0, 0, 0, 0.2) 1%, transparent 60%);
      /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
      filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#00000000',GradientType=1 );
      /* IE6-9 */ }
    .main-slider .swiper-slide.caption--right [class*="-offset-1"] {
      margin-left: 0;
      margin-right: 8.33333%; }
    .main-slider .swiper-slide.caption--left:after {
      background: -moz-linear-gradient(left, rgba(0, 0, 0, 0.2) 0%, rgba(0, 0, 0, 0.2) 1%, transparent 60%);
      /* FF3.6-15 */
      background: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.2) 0%, rgba(0, 0, 0, 0.2) 1%, transparent 60%);
      /* Chrome10-25,Safari5.1-6 */
      background: linear-gradient(to right, rgba(0, 0, 0, 0.2) 0%, rgba(0, 0, 0, 0.2) 1%, transparent 60%);
      /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
      filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#00000000',GradientType=1 );
      /* IE6-9 */ }
    .main-slider .swiper-slide.caption--negative .button, .main-slider .swiper-slide.caption--negative .button.disabled, .main-slider .swiper-slide.caption--negative .button[disabled], .main-slider .swiper-slide.caption--negative .button.disabled:hover, .main-slider .swiper-slide.caption--negative .button[disabled]:hover, .main-slider .swiper-slide.caption--negative .button.disabled:focus, .main-slider .swiper-slide.caption--negative .button[disabled]:focus {
      background-color: #fff;
      color: #030405; }
    .main-slider .swiper-slide.caption--negative .button:hover, .main-slider .swiper-slide.caption--negative .button:focus {
      background-color: #030405;
      color: #030405; }
    .main-slider .swiper-slide.caption--negative .button:hover {
      color: #fff; }
    .main-slider .swiper-slide .button, .main-slider .swiper-slide .button.disabled, .main-slider .swiper-slide .button[disabled], .main-slider .swiper-slide .button.disabled:hover, .main-slider .swiper-slide .button[disabled]:hover, .main-slider .swiper-slide .button.disabled:focus, .main-slider .swiper-slide .button[disabled]:focus {
      background-color: #030405;
      color: #fff; }
    .main-slider .swiper-slide .button:hover, .main-slider .swiper-slide .button:focus {
      background-color: #fff;
      color: #fff; }
    .main-slider .swiper-slide .button:hover {
      color: #030405; }

.over {
  position: relative; }
  .over:after {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0; }
  .over--bottom-half-black:after {
    background: -moz-linear-gradient(bottom, rgba(0, 0, 0, 0.6) 0, transparent 50%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(bottom, rgba(0, 0, 0, 0.6) 0%, transparent 50%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to top, rgba(0, 0, 0, 0.6) 0%, transparent 50%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#00000000',GradientType=1 );
    /* IE6-9 */ }
  .over--bottom-half-black--30:after {
    background: -moz-linear-gradient(bottom, rgba(0, 0, 0, 0.6) 0, transparent 30%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(bottom, rgba(0, 0, 0, 0.6) 0%, transparent 30%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to top, rgba(0, 0, 0, 0.6) 0%, transparent 30%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#00000000',GradientType=1 );
    /* IE6-9 */ }
  @media screen and (max-width: 47.99999em) {
    .over--bottom-half-black-small:after {
      background: -moz-linear-gradient(bottom, rgba(0, 0, 0, 0.6) 0%, transparent 30%) !important;
      /* FF3.6-15 */
      background: -webkit-linear-gradient(bottom, rgba(0, 0, 0, 0.6) 0%, transparent 30%) !important;
      /* Chrome10-25,Safari5.1-6 */
      background: linear-gradient(to top, rgba(0, 0, 0, 0.6) 0%, transparent 30%) !important;
      /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
      filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#00000000',GradientType=1 ) !important;
      /* IE6-9 */ } }

.caption {
  color: #030405;
  position: absolute;
  bottom: 40px;
  text-align: center;
  left: 0;
  right: 0;
  z-index: 1; }
  @media print, screen and (min-width: 50em) {
    .caption {
      text-align: left;
      bottom: auto;
      top: 50%;
      transform: translateY(-50%); } }
  .caption__text p {
    margin-bottom: 0; }
  .caption__subtitle {
    font-size: 24px;
    text-transform: uppercase; }
  @media print, screen and (min-width: 50em) {
    .caption--right .grid-x {
      flex-direction: row-reverse; } }
  .caption--negative {
    color: #fff; }
    .caption--negative .title {
      color: #fff; }
    .caption--negative .caption__text {
      color: #fff; }
  .caption--positive {
    color: #030405; }

.swiper-button-prev, .swiper-button-next {
  width: 32px;
  height: 72px;
  background-size: 32px 72px;
  margin-top: 0;
  transform: translateY(-50%); }
  @media print, screen and (min-width: 48em) {
    .swiper-button-prev, .swiper-button-next {
      width: 42px;
      height: 82px;
      background-size: 42px 82px; } }
  @media screen and (max-width: 49.99999em) {
    .swiper-button-prev, .swiper-button-next {
      display: none; } }

.swiper-button-prev {
  left: 40px;
  background-image: url(../images/svg/arrow-left.svg); }

.swiper-button-next {
  right: 40px;
  background-image: url(../images/svg/arrow-left.svg);
  transform: translateY(-50%) scale(-1); }

.swiper-pagination-bullets {
  bottom: 24px !important; }

.swiper-pagination-bullet {
  width: 10px;
  height: 10px; }
  .swiper-pagination-bullet-active {
    background-color: #030405; }

@media print, screen and (min-width: 64em) {
  .swiper-pagination {
    display: none; } }

.button-next {
  margin-left: 20px; }
  .button-next:after {
    content: "\f061"; }

.button-prev {
  margin-right: 20px; }
  .button-prev:after {
    content: "\f060"; }

.angle-next:hover, .angle-prev:hover, .button-next:hover, .button-prev:hover {
  cursor: pointer; }

.angle-next:after, .angle-prev:after, .button-next:after, .button-prev:after {
  font-family: "Font Awesome 5 Pro"; }

.angle-next.swiper-button-disabled:after, .angle-prev.swiper-button-disabled:after, .button-next.swiper-button-disabled:after, .button-prev.swiper-button-disabled:after {
  color: #ccc; }

.angle-next.swiper-button-disabled:hover, .angle-prev.swiper-button-disabled:hover, .button-next.swiper-button-disabled:hover, .button-prev.swiper-button-disabled:hover {
  cursor: default; }

.grid-wrapper {
  position: relative; }

.angle-next, .angle-prev {
  width: 40px;
  height: 40px;
  background-color: #fff;
  border-radius: 100%;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 1;
  -webkit-transition: .3s box-shadow ease-in-out;
  transition: .3s box-shadow ease-in-out; }
  .angle-next:after, .angle-prev:after {
    font-size: 19px;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%); }
  .angle-next.swiper-button-disabled, .angle-prev.swiper-button-disabled {
    background-color: transparent; }
    .angle-next.swiper-button-disabled:hover, .angle-prev.swiper-button-disabled:hover {
      box-shadow: none; }
  .angle-next:hover, .angle-prev:hover {
    box-shadow: 0px 5px 6.58px 0.42px rgba(0, 0, 0, 0.04), 0px 2px 9.8px 0.2px rgba(0, 0, 0, 0.16); }

.angle-next {
  right: -64px; }
  .angle-next:after {
    content: "\f105"; }

.angle-prev {
  left: -64px; }
  .angle-prev:after {
    content: "\f104"; }

.animation-video {
  width: 100%;
  height: auto; }

iframe .ytp-watermark {
  display: none !important; }

/* .plyr{
    pointer-events: none;
} */
.plyr__controls, .plyr__control {
  display: none !important; }

.plyr__video-embed {
  position: relative; }
  .plyr__video-embed .video__poster-image {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 1; }
  .plyr__video-embed .button.play.round {
    position: absolute;
    left: 40px;
    bottom: 40px;
    background-color: rgba(3, 4, 5, 0.7);
    -webkit-transition: .3s background-color ease-in-out;
    transition: .3s background-color ease-in-out;
    -webkit-transition: .3s box-shadow ease-in-out;
    transition: .3s box-shadow ease-in-out;
    z-index: 2; }
    .plyr__video-embed .button.play.round:hover {
      background-color: #030405;
      box-shadow: 0px 13px 18.8px 1.2px rgba(0, 0, 0, 0.04), 0px 5px 26.46px 0.54px rgba(0, 0, 0, 0.16); }

.box-prodotto {
  box-shadow: inset 0 -1px 0 0 #e5e5e5;
  z-index: 1;
  height: 100%; }
  .box-prodotto:last-child {
    box-shadow: none; }
  @media print, screen and (min-width: 48em) {
    .box-prodotto {
      padding: 0;
      box-shadow: none; } }
  .box-prodotto__wrapper {
    position: relative; }
    .box-prodotto--lens .box-prodotto__wrapper {
      position: static; }
  .box-prodotto__img-container {
    overflow: hidden;
    text-align: center; }
    @media print, screen and (min-width: 48em) {
      .box-prodotto__img-container {
        width: auto; } }
    .box-prodotto__img-container img {
      max-height: 100%;
      min-height: 50px; }
    .box-prodotto__img-container > img, .box-prodotto__img-container > .product-top, .box-prodotto__img-container > .ar--still-life {
      margin-top: 34px;
      margin-bottom: 56px; }
  .box-prodotto__link {
    background-color: #fff;
    display: block;
    position: relative;
    -webkit-transition: .3s box-shadow ease-in-out;
    transition: .3s box-shadow ease-in-out; }
    @media print, screen and (min-width: 48em) {
      .box-prodotto__link:hover {
        -webkit-box-shadow: 0 14px 50px rgba(0, 0, 0, 0.05), 0 10px 20px rgba(0, 0, 0, 0.05);
        box-shadow: 0 14px 50px rgba(0, 0, 0, 0.05), 0 10px 20px rgba(0, 0, 0, 0.05); }
      .touch .box-prodotto__link:hover {
        box-shadow: none; }
      .box-prodotto__link .box-prodotto__overlay {
        -webkit-box-shadow: 0 14px 50px rgba(0, 0, 0, 0.05), 0 10px 20px rgba(0, 0, 0, 0.05);
        box-shadow: 0 14px 50px rgba(0, 0, 0, 0.05), 0 10px 20px rgba(0, 0, 0, 0.05); } }
    .box-prodotto__link a {
      display: block;
      position: relative;
      z-index: 2;
      background-color: #fff; }
  .box-prodotto__wishlist {
    display: block;
    height: 30px;
    width: 30px;
    position: absolute !important;
    top: 24px;
    z-index: 3 !important;
    right: 16px;
    border-bottom: 0; }
    .box-prodotto__wishlist:before {
      content: "\f004";
      font-family: "Font Awesome 5 Pro";
      font-size: 22px;
      color: #030405;
      font-weight: 400; }
    .box-prodotto__wishlist.active:before {
      font-weight: 700; }
  .box-prodotto__content {
    padding: 16px;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 1;
    -webkit-transition: .3s opacity ease-in-out;
    transition: .3s opacity ease-in-out; }
  .box-prodotto__title {
    line-height: 1; }
  .box-prodotto__badge-custom {
    position: absolute;
    top: 1.5rem;
    left: 1.5rem;
    width: 4.9375rem;
    height: 2.5rem;
    background-image: url(../images/svg/logo-custom.svg);
    z-index: 2; }
  .box-prodotto__badge-included {
    position: absolute;
    top: 1rem;
    left: 1rem;
    z-index: 2; }
    .box-prodotto__badge-included p {
      color: #ed7006;
      text-transform: uppercase;
      font-size: 12px;
      letter-spacing: 0.075em; }
      .box-prodotto__badge-included p:before {
        line-height: 1;
        font-family: "Font Awesome 5 Pro";
        content: "\f058";
        color: #ed7006;
        font-weight: 700;
        font-size: 22px;
        vertical-align: middle;
        margin-right: 12px; }
  .box-prodotto__label {
    background-color: #ed7006;
    color: #fff;
    font-size: 12px;
    line-height: 1;
    font-weight: 900;
    text-transform: uppercase;
    padding: 5px 10px;
    vertical-align: text-bottom; }
  .box-prodotto__header, .box-prodotto__footer {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: flex-end; }
  .box-prodotto__header + .box-prodotto__footer {
    margin-top: 0.3125rem; }
  .box-prodotto__footer p {
    margin-bottom: 0;
    line-height: 1.2; }
  .box-prodotto__overlay {
    background-color: #fff;
    padding: 0 24px 16px;
    z-index: 1; }
    @media print, screen and (min-width: 60.0625em) {
      .no-touch .box-prodotto__overlay {
        opacity: 0;
        position: absolute;
        bottom: 0;
        transform: translate(0, 100%); } }
    .box-prodotto__overlay-slider {
      padding: 0 16px;
      border-top: 1px solid #e5e5e5;
      border-bottom: 1px solid #e5e5e5;
      position: relative;
      display: flex;
      align-items: center; }
    .box-prodotto__overlay-tools {
      margin-top: 16px;
      font-size: 0.75rem;
      font-weight: 400;
      text-transform: uppercase; }
  .box-prodotto.box-prodotto--overlay:hover, .box-prodotto.box-prodotto--overlay:focus {
    z-index: 2; }
    .box-prodotto.box-prodotto--overlay:hover .box-prodotto__overlay, .box-prodotto.box-prodotto--overlay:focus .box-prodotto__overlay {
      opacity: 1;
      display: block;
      width: 100%; }
      .box-prodotto.box-prodotto--overlay:hover .box-prodotto__overlay[style="display:none;"], .box-prodotto.box-prodotto--overlay:focus .box-prodotto__overlay[style="display:none;"] {
        opacity: 0 !important; }
  .box-prodotto--model .box-prodotto__footer {
    display: block; }
  .box-prodotto--model .box-prodotto__header {
    justify-content: flex-end; }
    .box-prodotto--model .box-prodotto__header *:first-child {
      margin-right: auto; }
  .box-prodotto--model .box-prodotto__label + .tooltip--info {
    margin-left: 16px; }
  .box-prodotto--lens .box-prodotto__footer {
    display: block;
    text-align: center;
    /* .swiper-slide-active &{
                font-weight: $bold;
                .lens__name{
                    &:after{
                        width: 100%;
                    }
                }
               } */ }
    .box-prodotto--lens .box-prodotto__footer .tooltip--view {
      display: inline-block;
      margin-right: 16px; }
  .box-prodotto--lens .box-prodotto__img-container img {
    margin-top: 0;
    transition: .2s margin-bottom ease-in-out;
    margin-bottom: 0; }
  .box-prodotto--lens .box-prodotto__link {
    padding-bottom: 20px; }
    .box-prodotto--lens .box-prodotto__link:hover {
      box-shadow: none; }
  .box-prodotto--lens .box-prodotto__content {
    box-sizing: border-box;
    bottom: 0;
    -webkit-transition: .3s transform ease-in-out;
    transition: .3s transform ease-in-out; }
    .touch .box-prodotto--lens .box-prodotto__content {
      position: relative;
      padding-top: 0; }
  .box-prodotto--lens .box-prodotto__overlay {
    position: relative;
    bottom: 0;
    opacity: 0;
    -webkit-transition: .3s opacity ease-in-out;
    transition: .3s opacity ease-in-out;
    transform: none;
    box-sizing: border-box;
    width: 100%;
    box-shadow: none; }
    .no-touch .box-prodotto--lens .box-prodotto__overlay {
      transform: translateY(80px); }
    .box-prodotto--lens .box-prodotto__overlay-tools {
      margin-top: 0;
      display: flex;
      width: 100%; }
    .box-prodotto--lens .box-prodotto__overlay .button {
      width: 50%; }
      .box-prodotto--lens .box-prodotto__overlay .button:only-of-type {
        width: 100%; }
    .touch .box-prodotto--lens .box-prodotto__overlay {
      opacity: 1;
      position: relative;
      box-shadow: none; }
    .no-touch .box-prodotto--lens .box-prodotto__overlay[style="display:none;"] {
      display: block !important;
      opacity: 0; }
  .no-touch .box-prodotto--lens.box-prodotto--overlay {
    margin-bottom: 10px; }
    .no-touch .box-prodotto--lens.box-prodotto--overlay:hover {
      cursor: pointer; }
      .no-touch .box-prodotto--lens.box-prodotto--overlay:hover .box-prodotto__overlay {
        box-shadow: none;
        opacity: 1; }
      .no-touch .box-prodotto--lens.box-prodotto--overlay:hover .box-prodotto {
        /* &__content{
                            opacity: 0;
                        } */ }
        .no-touch .box-prodotto--lens.box-prodotto--overlay:hover .box-prodotto__footer {
          /* &-price{
                                display: none;
                            } */ }
        .no-touch .box-prodotto--lens.box-prodotto--overlay:hover .box-prodotto__img-container img {
          margin-bottom: 0; }
  .box-prodotto--lens .tooltip--info {
    display: inline-block !important; }
  .box-prodotto--lens--small .box-prodotto__img-container {
    /* .touch &{
                        img{
                            margin-bottom: 0;
                        }
                    } */ }
    .box-prodotto--lens--small .box-prodotto__img-container img {
      margin-top: 0;
      margin-bottom: 48px; }
  .box-prodotto--lens--small .box-prodotto__content {
    position: absolute !important; }
  @media screen and (max-width: 47.99999em) {
    .box-prodotto--lens--small .lens__name {
      font-size: 14px;
      line-height: 21px; } }
  .box-prodotto--lens--small .lens__name:after {
    transition: .2s all ease-in-out;
    content: "";
    width: 0;
    height: 2px;
    background-color: #030405;
    position: absolute;
    bottom: -4px;
    left: 0; }
  .box-prodotto--lens--small:hover .lens__name:after {
    width: 100%; }

.box-prodotto-container .box-prodotto {
  margin-bottom: 40px; }

.box-img-text {
  padding-top: 74.4186%;
  background-size: cover;
  background-repeat: no-repeat;
  position: relative; }
  .box-img-text__link {
    display: flex;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    align-items: flex-end;
    padding: 20px;
    z-index: 1; }
    @media screen and (min-width: 85.375em) {
      .box-img-text__link {
        padding: 40px; } }
  .box-img-text .text-container {
    max-width: 710px; }

.newsletter {
  background-color: #030405;
  padding-top: 48px;
  padding-bottom: 48px;
  text-align: center; }
  @media print, screen and (min-width: 60.0625em) {
    .newsletter {
      text-align: left; } }
  .newsletter input {
    background-color: transparent;
    padding-right: 56px;
    color: #fff;
    margin-bottom: 0; }
    .newsletter input:focus {
      color: #030405; }
    .newsletter input:focus + .arrow-input:after {
      color: #030405; }
  .newsletter .cell {
    position: relative; }
  .newsletter .arrow-input {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 24px; }
    .newsletter .arrow-input:after {
      content: "\f061";
      font-family: "Font Awesome 5 Pro";
      display: block;
      font-size: 27px;
      color: #fff;
      font-weight: 300; }
  .newsletter .title__label {
    margin-bottom: 8px;
    font-weight: 300; }
  .newsletter .title {
    margin-bottom: 0; }
  .newsletter__input-box {
    margin-top: 24px; }
    @media print, screen and (min-width: 64em) {
      .newsletter__input-box {
        margin-top: 0; } }

.js-phone {
  cursor: pointer; }
  .js-phone[class*="disabled"], .js-phone[class*="disabled"]:hover {
    cursor: default;
    color: inherit;
    text-decoration: none !important;
    opacity: 1; }

.fancybox-slide {
  padding: 15px 16px; }
  @media print, screen and (min-width: 48em) {
    .fancybox-slide {
      padding: 15px 40px; } }
  @media screen and (min-width: 85.375em) {
    .fancybox-slide {
      padding: 15px 80px; } }

#preloader {
  content: '';
  margin: auto;
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  z-index: 99999999;
  background-color: rgba(255, 255, 255, 0.9); }
  #preloader .a {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%); }
  #preloader .dot {
    background: #030405; }
    #preloader .dot, #preloader .dot:after {
      display: inline-block;
      width: 2em;
      height: 2em;
      border-radius: 50%;
      -webkit-animation: a 1.5s calc(((var(--i) + var(--o, 0))/var(--n) - 1)*1.5s) infinite;
      animation: a 1.5s calc(((var(--i) + var(--o, 0))/var(--n) - 1)*1.5s) infinite; }
    #preloader .dot:after {
      --o: 1;
      background-color: #fff;
      content: ''; }

@keyframes a {
  0%,
  50% {
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0); } }

@-webkit-keyframes a {
  0%,
  50% {
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0); } }

.section__title-button {
  text-align: center; }
  @media print, screen and (min-width: 60.0625em) {
    .section__title-button {
      padding-top: 40px;
      padding-bottom: 40px;
      display: flex;
      justify-content: space-between;
      align-items: center; } }
  @media screen and (min-width: 85.375em) {
    .section__title-button {
      padding-top: 72px;
      padding-bottom: 72px; } }
  .section__title-button .title {
    margin-bottom: 40px; }
    @media print, screen and (min-width: 60.0625em) {
      .section__title-button .title {
        margin-bottom: 0; } }

@media print, screen and (min-width: 48em) {
  .section__title-tabs {
    text-align: center; } }

.section__title-tabs > .title {
  text-align: center;
  margin-bottom: 24px; }

.section__title-tabs > .title--medium-s {
  letter-spacing: 0.05em;
  font-weight: 400;
  text-align: center; }
  @media print, screen and (min-width: 64em) {
    .section__title-tabs > .title--medium-s {
      font-weight: 300; } }

.section__title-tabs .button {
  margin-top: 24px; }
  @media screen and (max-width: 47.99999em) {
    .section__title-tabs .button {
      width: 100%; } }

.section__product-title {
  box-shadow: inset 0 1px 0 0 #e5e5e5;
  text-align: center;
  padding-top: 64px; }
  .section__product-title .product-detail__page-title {
    margin-bottom: 0;
    font-size: 40px; }
    @media print, screen and (min-width: 64em) {
      .section__product-title .product-detail__page-title {
        font-size: 88px; } }

.section__button {
  margin-top: 16px; }
  @media screen and (min-width: 85.375em) {
    .section__button {
      margin-top: 40px; } }

.section__page-title {
  padding: 40px 0 20px;
  text-align: center; }
  .unit .section__page-title {
    padding-top: 0; }
  @media print, screen and (min-width: 48em) {
    .section__page-title {
      padding: 64px 0 32px; } }
  @media print, screen and (min-width: 64em) {
    .section__page-title {
      padding: 80px 0 40px; } }
  .section__page-title--no-pb {
    padding-bottom: 0; }
    .section__page-title--no-pb *:last-child {
      margin-bottom: 0; }
  .section__page-title--small {
    padding: 40px 0 16px; }
    @media print, screen and (min-width: 48em) {
      .section__page-title--small {
        padding: 64px 0 24px; } }
    @media print, screen and (min-width: 64em) {
      .section__page-title--small {
        padding: 80px 0 24px; } }
  .section__page-title .title + .custom-select__container {
    margin-top: 16px; }
  .section__page-title .title + .button {
    margin-top: 40px; }

.section__page-category {
  text-transform: uppercase;
  letter-spacing: 0.075em;
  font-size: 16px;
  margin-bottom: 8px; }
  @media screen and (max-width: 47.99999em) {
    .section__page-category {
      font-size: 15px; } }

.section__page-date {
  color: rgba(3, 4, 5, 0.3);
  font-size: 15px; }
  @media screen and (max-width: 47.99999em) {
    .section__page-date {
      font-size: 14px; } }

.section__page-icon:after {
  font-size: 90px;
  content: "\f071";
  font-family: "Font Awesome 5 Pro";
  color: #ed7006; }

#spare-parts .section__button {
  margin-top: 0; }

.breadcrumbs {
  padding: 16px 0; }
  .breadcrumbs-container {
    background-color: #f2f2f2; }
  .breadcrumbs a {
    -webkit-transition: .3s color ease-in-out;
    transition: .3s color ease-in-out; }
    .breadcrumbs a:hover {
      color: #030405;
      text-decoration: none; }
  @media print, screen and (min-width: 48em) {
    .breadcrumbs-container.breadcrumbs-container--absolute {
      position: absolute;
      top: 0;
      background-color: transparent;
      z-index: 2; }
      .breadcrumbs-container.breadcrumbs-container--absolute .fa {
        color: rgba(255, 255, 255, 0.6); }
      .breadcrumbs-container.breadcrumbs-container--absolute ul {
        padding: 32px 0; }
      .breadcrumbs-container.breadcrumbs-container--absolute li,
      .breadcrumbs-container.breadcrumbs-container--absolute li a {
        color: rgba(255, 255, 255, 0.6); }
      .breadcrumbs-container.breadcrumbs-container--absolute li:not(:last-child)::after {
        color: rgba(255, 255, 255, 0.6); }
      .breadcrumbs-container.breadcrumbs-container--absolute a {
        -webkit-transition: .3s color ease-in-out;
        transition: .3s color ease-in-out; }
        .breadcrumbs-container.breadcrumbs-container--absolute a:hover {
          color: #fff;
          text-decoration: none; } }
  .breadcrumbs li, .breadcrumbs li a {
    font-family: "Lato", sans-serif;
    letter-spacing: 0.075em; }

.main-visual {
  position: relative; }
  .main-visual__container {
    padding-top: 133.33333%;
    background-size: cover; }
    @media print, screen and (min-width: 50em) {
      .main-visual__container {
        padding-top: 40%; } }
    .main-visual__container::after {
      content: "";
      width: 100%;
      height: 100%;
      position: absolute;
      top: 0;
      left: 0;
      background: -moz-linear-gradient(top, transparent 0%, transparent 40%, rgba(0, 0, 0, 0.2) 100%);
      background: -webkit-linear-gradient(top, transparent 0%, transparent 40%, rgba(0, 0, 0, 0.2) 100%);
      background: linear-gradient(to bottom, transparent 0%, transparent 40%, rgba(0, 0, 0, 0.2) 100%);
      filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#a6000000',GradientType=0 );
      z-index: 1; }
      @media print, screen and (min-width: 50em) {
        .main-visual__container::after {
          background-color: rgba(0, 0, 0, 0.2); } }
  .main-visual .caption {
    text-align: center;
    z-index: 2;
    display: flex;
    justify-content: center; }
    .main-visual .caption__subtitle {
      font-family: "DIN Next CYR", sans-serif;
      font-weight: 300;
      letter-spacing: 0.025em;
      line-height: 32px; }
  .main-visual .title {
    margin-bottom: 0; }
    .main-visual .title + .caption__subtitle {
      margin-top: 24px; }
  .main-visual.main-visual--media .main-visual__container::after {
    display: none; }

.aside-nav {
  padding: 80px 16px 16px;
  height: 100vh;
  overflow: auto; }
  @media print, screen and (min-width: 60.0625em) {
    .aside-nav {
      padding: 0;
      height: auto;
      overflow: inherit; } }
  .aside-nav__list {
    list-style: none;
    margin: 0;
    padding: 0; }
    .aside-nav__list > li {
      padding: 4px 0; }
      .aside-nav__list > li:first-of-type {
        padding-top: 0; }
      .aside-nav__list > li:last-of-type {
        padding-bottom: 0; }
      .aside-nav__list > li.active a {
        color: #030405; }
    .aside-nav__list > li > a {
      color: #7f7f7f;
      font-family: "Lato", sans-serif;
      font-size: 14px;
      font-weight: 900;
      text-transform: uppercase;
      -webkit-transition: .3s color ease-in-out;
      transition: .3s color ease-in-out; }
      .aside-nav__list > li > a:hover, .aside-nav__list > li > a:focus {
        color: #030405; }
  .aside-nav__filters {
    margin-top: 40px; }
    .aside-nav__filters--no-margin {
      margin-top: 0 !important; }
    @media print, screen and (min-width: 60.0625em) {
      .aside-nav__filters {
        position: relative;
        margin-top: 80px;
        padding: 32px 32px 32px 0; }
        .aside-nav__filters::before {
          content: '';
          position: absolute;
          top: 0;
          left: 0;
          width: 100%;
          height: 100%;
          background-color: #fff;
          z-index: 1; } }
    @media print, screen and (min-width: 48em) {
      .aside-nav__filters::before {
        width: calc(100% + 40px);
        left: -40px; } }
    @media screen and (min-width: 85.375em) {
      .aside-nav__filters::before {
        width: calc(100% + 80px);
        left: -80px; } }
  .aside-nav__cta {
    padding-top: 40px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
    z-index: 1; }
  .aside-nav__nav {
    position: relative;
    z-index: 2; }
  .aside-nav .filters {
    position: relative;
    z-index: 2; }

@media screen and (max-width: 60.06249em) {
  .aside-nav-container {
    position: fixed;
    width: 100% !important;
    height: 100vh;
    top: 0;
    bottom: 0;
    left: 0;
    z-index: 10;
    margin: 0 !important;
    background-color: #fff;
    -webkit-transform: translate(-100%, 0);
    -ms-transform: translate(-100%, 0);
    transform: translate(-100%, 0);
    -webkit-transition: .3s transform ease-in-out;
    transition: .3s transform ease-in-out; }
    .aside-nav-container.is-visible {
      -webkit-transform: translate(0, 0);
      -ms-transform: translate(0, 0);
      transform: translate(0, 0); } }

.aside-nav-header {
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  padding: 16px;
  background-color: #030405;
  color: #fff;
  font-weight: 700;
  z-index: 2; }
  @media print, screen and (min-width: 60.0625em) {
    .aside-nav-header {
      display: none; } }
  .aside-nav-header a {
    position: absolute;
    top: 0;
    right: 0;
    height: 100%;
    width: 56px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center; }
    .aside-nav-header a::before {
      content: "\f00d";
      font-family: "Font Awesome 5 Pro";
      font-size: 24px;
      font-weight: 300;
      line-height: 1;
      color: #fff;
      padding: 0 8px; }

.filters {
  margin: 0;
  padding: 0;
  list-style: none; }
  .filters > li {
    padding: 24px 0; }
    .filters > li:first-child {
      padding-top: 0; }
    .filters > li:last-child {
      padding-bottom: 0; }
    .filters > li:not(:last-child) {
      border-bottom: 1px solid #e5e5e5; }
  .filters > li.filters__header {
    padding-bottom: 8px; }
  .filters__header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: baseline;
    -ms-flex-align: baseline;
    align-items: baseline;
    color: #030405;
    font-size: 1rem;
    font-weight: 700;
    letter-spacing: 0.7px;
    text-transform: uppercase;
    padding-bottom: 8px; }
    .filters__header a {
      color: #7f7f7f;
      font-size: 0.75rem;
      font-weight: 400;
      -webkit-transition: .3s color ease-in-out;
      transition: .3s color ease-in-out; }
      .filters__header a:hover, .filters__header a:focus {
        color: #030405; }
  .filters__accordion .accordion-item:not(:last-child) {
    margin-bottom: 16px; }
  .filters__accordion .accordion-title {
    padding: 0;
    font-size: 0.875rem;
    font-weight: 700;
    text-transform: uppercase;
    -webkit-transition: .3s color ease-in-out;
    transition: .3s color ease-in-out; }
  .filters__accordion .accordion-content {
    padding-top: 16px; }
    .filters__accordion .accordion-content p:last-child {
      margin-bottom: 0; }
  .filters__accordion.filters__accordion--sub .accordion-content {
    padding-top: 8px; }
  .filters__list {
    list-style: none;
    margin: 0;
    padding: 0;
    font-size: 0.9375rem; }
    .filters__list > li {
      padding: 0;
      margin-bottom: 8px; }
      .filters__list > li:last-child {
        margin-bottom: 0; }
    .filters__list.filters__list--sub {
      padding-left: 1.875rem; }
    .filters__list.filters__list--flex {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
      -webkit-box-pack: start;
      -ms-flex-pack: start;
      justify-content: flex-start;
      align-items: center; }
      .filters__list.filters__list--flex > li {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        margin-bottom: 8px;
        margin-right: 8px; }
  .filters__item .awselect {
    z-index: 2; }
    .filters__item .awselect .front_face {
      border: 2px solid #e5e5e5; }
  .filters__item input {
    box-shadow: none;
    height: 48px;
    padding: 8px 0;
    padding-left: 0.83333rem;
    padding-right: 0.83333rem;
    border: 2px solid #e5e5e5;
    margin-bottom: 0; }
    .filters__item input:focus, .filters__item input:hover {
      border: 2px solid #030405;
      box-shadow: none; }
  .filters__item .form__label {
    margin-bottom: 0; }

[type="checkbox"]:checked, [type="checkbox"]:not(:checked),
[type="radio"]:checked,
[type="radio"]:not(:checked) {
  position: absolute;
  left: -9999px; }
  [type="checkbox"]:checked + label, [type="checkbox"]:not(:checked) + label,
  [type="radio"]:checked + label,
  [type="radio"]:not(:checked) + label {
    -webkit-transition: .3s all ease-in-out;
    transition: .3s all ease-in-out;
    margin-left: 0;
    position: relative;
    padding-left: 1.875rem;
    cursor: pointer;
    line-height: 1.2;
    display: inline-block;
    color: #7f7f7f; }
    [type="checkbox"]:checked + label:hover, [type="checkbox"]:not(:checked) + label:hover,
    [type="radio"]:checked + label:hover,
    [type="radio"]:not(:checked) + label:hover {
      color: #030405; }
    [type="checkbox"]:checked + label:before, [type="checkbox"]:not(:checked) + label:before,
    [type="radio"]:checked + label:before,
    [type="radio"]:not(:checked) + label:before {
      content: '';
      position: absolute;
      left: 0;
      top: 50%;
      -webkit-transform: translate(0, -50%);
      -ms-transform: translate(0, -50%);
      transform: translate(0, -50%);
      width: 1rem;
      height: 1rem;
      border-radius: 0.1875rem;
      border: 2px solid #e5e5e5;
      background: #fff; }
    [type="checkbox"]:checked + label:after, [type="checkbox"]:not(:checked) + label:after,
    [type="radio"]:checked + label:after,
    [type="radio"]:not(:checked) + label:after {
      -webkit-transition: .3s all ease-in-out;
      transition: .3s all ease-in-out;
      content: '\f00c';
      font-family: "Font Awesome 5 Pro";
      font-size: 0.875rem;
      line-height: 14px;
      width: 0.875rem;
      height: 0.875rem;
      color: #fff;
      position: absolute;
      top: 50%;
      -webkit-transform: translate(0, -50%);
      -ms-transform: translate(0, -50%);
      transform: translate(0, -50%);
      left: 0.0625rem; }

[type="checkbox"]:not(:checked) + label:after,
[type="radio"]:not(:checked) + label:after {
  opacity: 0;
  -webkit-transform: scale(0);
  -ms-transform: scale(0);
  transform: scale(0); }

[type="checkbox"]:checked + label,
[type="radio"]:checked + label {
  color: #030405;
  font-weight: 400; }
  [type="checkbox"]:checked + label:after,
  [type="radio"]:checked + label:after {
    opacity: 1;
    -webkit-transform: scale(1) translate(0, -50%);
    -ms-transform: scale(1) translate(0, -50%);
    transform: scale(1) translate(0, -50%); }
  [type="checkbox"]:checked + label:before,
  [type="radio"]:checked + label:before {
    background-color: #030405;
    border-color: #030405; }

[type="radio"]:checked + label:before, [type="radio"]:not(:checked) + label:before {
  border-radius: 100%; }

[type="radio"]:checked + label:after, [type="radio"]:not(:checked) + label:after {
  border-radius: 100%; }

[type="radio"]:checked + label:before {
  background-color: #fff; }

[type="radio"]:checked + label:after {
  content: "";
  width: 8px;
  height: 8px;
  background-color: #030405;
  left: 4px; }

[type="radio"]:not(:checked) + label:after {
  content: ""; }

.accordion {
  /* icon */ }
  .accordion .accordion-title {
    color: #7f7f7f; }
    .accordion .accordion-title::before {
      display: none; }
    .accordion .accordion-title:hover, .accordion .accordion-title:focus {
      background-color: transparent; }
    .accordion .accordion-title:hover {
      color: #030405;
      background-color: transparent; }
      .accordion .accordion-title:hover .accordion-icon {
        color: #030405; }
    .accordion .accordion-title:focus {
      color: #7f7f7f; }
  .accordion .accordion-icon {
    position: absolute;
    top: 50%;
    right: 0;
    width: 2rem;
    height: 2rem;
    border-radius: 100%;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
    background-color: transparent;
    text-align: center;
    color: #7f7f7f;
    -webkit-transition: .3s background-color ease-in-out;
    transition: .3s background-color ease-in-out; }
    .accordion .accordion-icon::before {
      content: '\f067';
      color: inherit;
      font-family: "Font Awesome 5 Pro";
      font-weight: 300;
      line-height: 2rem;
      -webkit-transition: .3s color ease-in-out;
      transition: .3s color ease-in-out; }
    .accordion .accordion-icon:focus {
      background-color: transparent; }
    .accordion .accordion-icon:hover {
      color: #030405;
      background-color: #e5e5e5; }
  .accordion .accordion-item.is-active > .accordion-title {
    color: #030405; }
  .accordion .accordion-item.is-active > .accordion-title .accordion-icon {
    color: #030405; }
    .accordion .accordion-item.is-active > .accordion-title .accordion-icon::before {
      content: '\f068'; }

.nouislider-container {
  margin-top: 32px;
  margin-bottom: 16px; }

.noUi-horizontal {
  height: 4px; }

/* bar */
.noUi-target {
  background: #e5e5e5;
  border-radius: 0;
  border: none;
  box-shadow: none;
  margin: 15px 0; }

.noUi-connect {
  background: #030405; }

/* handle */
.noUi-handle {
  border: none;
  border-radius: 100%;
  background: #030405;
  cursor: default;
  box-shadow: none; }
  .noUi-handle::before, .noUi-handle::after {
    display: none; }

.noUi-horizontal .noUi-handle {
  width: 16px;
  height: 16px;
  top: -6px; }

html:not([dir="rtl"]) .noUi-horizontal .noUi-handle {
  right: -8px; }

/* tooltips */
.noUi-tooltip {
  padding: 0;
  border: none;
  color: #030405;
  font-size: 1rem;
  font-weight: 700;
  letter-spacing: 0.5px; }

/* pipes */
.noUi-value-horizontal {
  color: #999;
  font-size: 0.8125rem;
  font-weight: 400;
  -webkit-transform: translate(-50%, 0%);
  transform: translate(-50%, 0%); }

.noUi-pips .noUi-value:last-child {
  transform: translate(-100%, 0); }

.noUi-marker.noUi-marker-horizontal.noUi-marker-normal,
.noUi-marker.noUi-marker-horizontal.noUi-marker-large {
  display: none; }

.color-sample {
  display: inline-block; }
  .color-sample__color {
    width: 36px;
    height: 36px;
    border-radius: 50%;
    margin: 0;
    background-size: cover;
    border: 2px solid #fff; }
    .color-sample__color::before {
      display: none; }
    .color-sample__color--checked {
      position: relative;
      border-color: #030405; }
      .color-sample__color--checked::after {
        content: '';
        position: absolute;
        background-image: url(../images/svg/sample-check.svg);
        background-size: 20px 20px;
        width: 20px;
        height: 20px;
        left: 50%;
        top: 50%;
        -webkit-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%); }
  .color-sample [type="checkbox"]:checked, .color-sample [type="checkbox"]:not(:checked) {
    position: absolute;
    left: -9999px; }
    .color-sample [type="checkbox"]:checked + label, .color-sample [type="checkbox"]:not(:checked) + label {
      padding: 0;
      margin: 0;
      display: block;
      position: relative;
      cursor: pointer;
      line-height: 1;
      border: 2px solid #fff; }
      .color-sample [type="checkbox"]:checked + label::after, .color-sample [type="checkbox"]:not(:checked) + label::after {
        content: '';
        position: absolute;
        background-image: url(../images/svg/sample-check.svg);
        background-size: 20px 20px;
        width: 20px;
        height: 20px;
        left: 50%;
        top: 50%;
        -webkit-transition: none;
        -o-transition: none;
        transition: none;
        -webkit-transform-origin: 50% 50%;
        -ms-transform-origin: 50% 50%;
        transform-origin: 50% 50%; }
  .color-sample [type="checkbox"]:not(:checked) + label:after {
    opacity: 0;
    -webkit-transform: scale(0) translate(-50%, -50%);
    -ms-transform: scale(0) translate(-50%, -50%);
    transform: scale(0) translate(-50%, -50%); }
  .color-sample [type="checkbox"]:not(:checked) + label[style="background-color: rgb(255, 255, 255);"] {
    border: 1px solid #ddd !important; }
  .color-sample [type="checkbox"]:checked + label {
    border-color: #030405; }
    .color-sample [type="checkbox"]:checked + label:after {
      opacity: 1;
      -webkit-transform: scale(1) translate(-50%, -50%);
      -ms-transform: scale(1) translate(-50%, -50%);
      transform: scale(1) translate(-50%, -50%); }
  .color-sample.selected [type="checkbox"] + label {
    border-color: #030405; }
    .color-sample.selected [type="checkbox"] + label:after {
      opacity: 1;
      -webkit-transform: scale(1) translate(-50%, -50%);
      -ms-transform: scale(1) translate(-50%, -50%);
      transform: scale(1) translate(-50%, -50%); }
  .color-sample.color-sample--half {
    overflow: hidden;
    position: relative; }
    .color-sample.color-sample--half [type="checkbox"]:not(:checked) + label {
      border-color: #e5e5e5; }
    .color-sample.color-sample--half .color-sample__color::before {
      content: '';
      display: block;
      border: none;
      width: 32px;
      height: 32px;
      border-radius: 50%;
      background: -webkit-linear-gradient(135deg, transparent, transparent 50%, #fff 51%);
      background: -o-linear-gradient(135deg, transparent, transparent 50%, #fff 51%);
      background: linear-gradient(-45deg, transparent, transparent 50%, #fff 51%);
      position: absolute;
      top: 50%;
      left: 50%;
      -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%); }
  .color-sample.color-sample--small .color-sample__color {
    width: 26px;
    height: 26px; }
  .color-sample.color-sample--small.color-sample--half .color-sample__color::before {
    width: 22px;
    height: 22px; }

.tool-bar {
  color: #7f7f7f;
  font-size: 0.9375rem;
  font-weight: 400;
  margin-bottom: 24px; }
  .tool-bar__header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding-bottom: 8px;
    margin-bottom: 24px;
    border-bottom: 1px solid rgba(3, 4, 5, 0.1); }
  .tool-bar__item {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto; }
  .tool-bar__trigger {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-weight: 700; }
    .tool-bar__trigger i[class*="fa"] {
      margin-right: 8px;
      font-size: 20px;
      vertical-align: middle; }
  .tool-bar__trigger-wrapper.is-stuck .tool-bar__trigger {
    -webkit-transition: .3s all ease-in-out;
    transition: .3s all ease-in-out;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    position: fixed;
    top: 3.4375rem !important;
    left: 0 !important;
    z-index: 3;
    margin: 0;
    color: #fff;
    background-color: #666;
    width: 3.5rem !important;
    height: 3.5rem !important;
    border-radius: 100%;
    box-shadow: 0px 10px 14.1px 0.9px rgba(0, 0, 0, 0.04), 0px 4px 19.6px 0.4px rgba(0, 0, 0, 0.16); }
    .tool-bar__trigger-wrapper.is-stuck .tool-bar__trigger span {
      display: none; }
    .tool-bar__trigger-wrapper.is-stuck .tool-bar__trigger i[class*="fa"] {
      margin-right: 0; }
  .tool-bar__input-group {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center; }
    .tool-bar__input-group label {
      -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
      flex: 0 0 auto;
      color: #7f7f7f;
      margin-right: 8px; }
  .tool-bar__select {
    font-size: 0.9375rem;
    font-weight: 400; }
    .tool-bar__select + .awselect {
      width: 150px; }
    .tool-bar__select + .awselect .front_face .bg {
      display: none; }
  .tool-bar__list {
    list-style: none;
    margin: 0;
    padding: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }

.awselect .front_face .content {
  padding-right: 40px; }

.awselect .front_face .icon {
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  font-style: normal; }
  .awselect .front_face .icon::before {
    content: '\f0d7';
    color: #999;
    font-family: "Font Awesome 5 Pro";
    font-weight: 900;
    font-size: 12px;
    line-height: 1; }
  .awselect .front_face .icon svg {
    display: none; }

.awselect .awselect .back_face ul li a:hover {
  color: #030405; }

.awselect.animate > .bg {
  box-shadow: 0px 39px 56.4px 3.6px rgba(0, 0, 0, 0.04), 0px 15px 79.38px 1.62px rgba(0, 0, 0, 0.16); }

.tag {
  display: inline-block;
  background-color: #fff;
  color: #666;
  border-radius: 1rem;
  font-size: 0.875rem;
  line-height: 1;
  letter-spacing: 0.0625rem;
  padding: 8px;
  margin-right: 8px;
  margin-bottom: 8px;
  border: none;
  -webkit-transition: .3s all ease-in-out;
  transition: .3s all ease-in-out; }
  .tag__icon {
    margin-left: 8px; }
  .tag:hover, .tag:focus {
    background-color: #030405;
    color: #fff; }
  .tag.tag--remove {
    color: #7f7f7f;
    font-size: 0.75rem;
    font-weight: 400;
    text-transform: uppercase;
    background-color: transparent; }
    .tag.tag--remove:hover, .tag.tag--remove:focus {
      color: #030405; }

.pagination {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin: 16px 0 0 0; }
  @media print, screen and (min-width: 48em) {
    .pagination {
      margin: 0;
      -webkit-box-pack: start;
      -ms-flex-pack: start;
      justify-content: flex-start; } }
  .pagination-bar {
    margin-bottom: 64px;
    padding: 16px 0; }
    @media print, screen and (min-width: 48em) {
      .pagination-bar {
        padding: 0; } }
    .pagination-bar__inner {
      text-align: center; }
      @media print, screen and (min-width: 48em) {
        .pagination-bar__inner {
          text-align: left;
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          -ms-flex-wrap: wrap;
          flex-wrap: wrap;
          -webkit-box-align: center;
          -ms-flex-align: center;
          align-items: center;
          -webkit-box-pack: justify;
          -ms-flex-pack: justify;
          justify-content: space-between; } }
  .pagination ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 0;
    width: 100%; }
    .pagination ul > li {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      font-family: "DIN Next CYR", sans-serif;
      font-size: 0.875rem;
      font-weight: 700;
      padding: 0;
      color: #666;
      position: relative; }
      @media print, screen and (min-width: 48em) {
        .pagination ul > li {
          width: 4rem;
          height: 4rem; } }
      .pagination ul > li .arrows {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        color: #999;
        width: 100%;
        height: 100%;
        -webkit-transition: .3s all ease-in-out;
        transition: .3s all ease-in-out; }
        .pagination ul > li .arrows.disabled {
          cursor: not-allowed;
          background-color: transparent;
          color: #e5e5e5 !important; }
          .pagination ul > li .arrows.disabled:hover {
            cursor: not-allowed;
            color: #e5e5e5 !important; }
        .pagination ul > li .arrows:hover {
          background-color: transparent;
          color: #030405 !important; }
      .pagination ul > li a:not(.arrows) {
        display: none;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        color: #b2b2b2;
        width: 100%;
        height: 100%; }
        @media print, screen and (min-width: 48em) {
          .pagination ul > li a:not(.arrows) {
            display: flex; } }
        .pagination ul > li a:not(.arrows):after {
          content: '';
          width: 100%;
          height: 2px;
          position: absolute;
          bottom: 0;
          left: 0;
          -webkit-transition: .3s all ease-in-out;
          transition: .3s all ease-in-out; }
        .pagination ul > li a:not(.arrows):hover {
          background-color: transparent;
          color: #030405;
          font-weight: 700; }
          .pagination ul > li a:not(.arrows):hover:after {
            background-color: #030405; }
      @media screen and (max-width: 47.99999em) {
        .pagination ul > li:last-child {
          display: none; } }
      @media screen and (max-width: 47.99999em) {
        .pagination ul > li:nth-last-child(2) a {
          font-weight: 700;
          text-transform: uppercase;
          line-height: 1.28;
          font-size: 0.75rem;
          letter-spacing: 0.09375rem;
          outline: none;
          padding-left: 2.5rem;
          padding-right: 2.5rem;
          padding-top: 12px;
          padding-bottom: 12px;
          background-color: #f2f2f2; } }
      .pagination ul > li:nth-last-child(2) a.disabled {
        background-color: transparent; }
      @media screen and (max-width: 47.99999em) {
        .pagination ul > li:nth-child(1) {
          display: none; } }
      @media screen and (max-width: 47.99999em) {
        .pagination ul > li:nth-child(2) a {
          font-weight: 700;
          text-transform: uppercase;
          line-height: 1.28;
          font-size: 0.75rem;
          letter-spacing: 0.09375rem;
          outline: none;
          padding-left: 2.5rem;
          padding-right: 2.5rem;
          padding-top: 12px;
          padding-bottom: 12px; } }
      .pagination ul > li:nth-child(2) a.disabled {
        background-color: transparent; }
      .pagination ul > li .active {
        color: #666;
        font-weight: #030405; }
        @media screen and (max-width: 47.99999em) {
          .pagination ul > li .active {
            display: none; } }
        .pagination ul > li .active:after {
          content: "";
          width: 100%;
          height: 2px;
          background-color: #666;
          position: absolute;
          bottom: 0;
          left: 0; }
          @media screen and (max-width: 47.99999em) {
            .pagination ul > li .active:after {
              display: none; } }

.product-thumbs {
  width: 100%; }
  .product-thumbs .swiper-slide {
    width: 25% !important;
    padding: 16px 0; }
    @media (max-width: 450px) {
      .product-thumbs .swiper-slide {
        width: calc(100% /3) !important; } }
    @media print, screen and (min-width: 48em) {
      .product-thumbs .swiper-slide {
        width: calc(100% /3) !important; } }
    @media screen and (min-width: 90.0625em) {
      .product-thumbs .swiper-slide {
        width: 25% !important; } }
    .product-thumbs .swiper-slide:after {
      content: "";
      width: 100%;
      display: block;
      height: 2px;
      background-color: #030405;
      position: absolute;
      bottom: 0;
      opacity: 0;
      -webkit-transition: .3s opacity ease-in-out;
      transition: .3s opacity ease-in-out; }
    .product-thumbs .swiper-slide:hover {
      cursor: pointer; }
      .product-thumbs .swiper-slide:hover:after {
        opacity: 1; }
    .product-thumbs .swiper-slide-active:after {
      opacity: 1; }

.product-top .swiper-slide {
  text-align: center; }

.product-slider, .customizer-product-slider {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 24px; }
  @media print, screen and (min-width: 64em) {
    .product-slider, .customizer-product-slider {
      flex-wrap: nowrap;
      margin-bottom: 40px; } }
  .product-slider__thumbs, .customizer-product-slider__thumbs {
    position: relative;
    width: 100%;
    display: none;
    max-height: 480px;
    flex-shrink: 0; }
    @media print, screen and (min-width: 64em) {
      .product-slider__thumbs, .customizer-product-slider__thumbs {
        width: 150px; } }
    @media print, screen and (min-width: 64em) {
      .product-slider__thumbs, .customizer-product-slider__thumbs {
        display: block; } }
    .product-slider__thumbs .swiper-slide, .customizer-product-slider__thumbs .swiper-slide {
      max-width: 110px;
      height: auto !important; }
      .product-slider__thumbs .swiper-slide:hover, .customizer-product-slider__thumbs .swiper-slide:hover {
        cursor: pointer; }
  .product-slider__gallery, .customizer-product-slider__gallery {
    order: -1; }
    @media print, screen and (min-width: 64em) {
      .product-slider__gallery, .customizer-product-slider__gallery {
        order: 1; } }
  .product-slider .swiper-pagination, .customizer-product-slider .swiper-pagination {
    margin-bottom: 0 !important; }

.tooltip--info {
  border-bottom: 0; }
  .tooltip--info:after {
    content: "\f05a"; }

.tooltip--view, .tooltip--info {
  line-height: 1; }
  .tooltip--view:after, .tooltip--info:after {
    font-family: "Font Awesome 5 Pro";
    font-weight: 400;
    font-size: 20px;
    vertical-align: middle; }

.tooltip--view:after {
  content: "\f06e"; }

.four-elements-slider ~ .swiper-pagination, .six-elements-slider ~ .swiper-pagination, .three-elements-slider ~ .swiper-pagination {
  display: block;
  position: relative;
  bottom: 0;
  padding: 28px 0;
  font-size: 14px;
  font-family: "Lato", sans-serif;
  z-index: 1; }
  @media screen and (min-width: 85.375em) {
    .four-elements-slider ~ .swiper-pagination, .six-elements-slider ~ .swiper-pagination, .three-elements-slider ~ .swiper-pagination {
      display: none; } }

@media (max-width: 1365px) {
  .four-elements-slider ~ .angle-prev, .four-elements-slider ~ .angle-next, .six-elements-slider ~ .angle-prev, .six-elements-slider ~ .angle-next, .three-elements-slider ~ .angle-prev, .three-elements-slider ~ .angle-next {
    top: auto;
    bottom: 16px;
    transform: none;
    z-index: 2; }
  .four-elements-slider ~ .angle-next, .six-elements-slider ~ .angle-next, .three-elements-slider ~ .angle-next {
    right: 0; }
  .four-elements-slider ~ .angle-prev, .six-elements-slider ~ .angle-prev, .three-elements-slider ~ .angle-prev {
    left: 0; } }

.four-elements-slider .swiper-wrapper, .six-elements-slider .swiper-wrapper, .three-elements-slider .swiper-wrapper {
  padding: 36px 0; }

.four-elements-slider .box-prodotto__link:hover, .six-elements-slider .box-prodotto__link:hover, .three-elements-slider .box-prodotto__link:hover {
  box-shadow: none; }

.four-elements-slider .swiper-slide, .six-elements-slider .swiper-slide, .three-elements-slider .swiper-slide {
  height: auto; }

.six-elements-slider.centered {
  margin-left: -16px;
  margin-right: -16px; }
  .six-elements-slider.centered .swiper-wrapper {
    justify-content: flex-start; }
  .six-elements-slider.centered:before, .six-elements-slider.centered:after {
    content: "";
    height: 100%;
    width: 50px;
    position: absolute;
    z-index: 2;
    top: 0; }
  @media print, screen and (min-width: 48em) {
    .six-elements-slider.centered:before {
      background: -moz-linear-gradient(left, white 0, rgba(255, 255, 255, 0) 100%);
      /* FF3.6-15 */
      background: -webkit-linear-gradient(left, white 0%, rgba(255, 255, 255, 0) 100%);
      /* Chrome10-25,Safari5.1-6 */
      background: linear-gradient(to right, white 0%, rgba(255, 255, 255, 0) 100%);
      /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
      filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fff', endColorstr='#fff',GradientType=1 );
      /* IE6-9 */
      left: 0; } }
  @media print, screen and (min-width: 48em) {
    .six-elements-slider.centered:after {
      right: 0;
      background: -moz-linear-gradient(right, white 0, rgba(255, 255, 255, 0) 100%);
      /* FF3.6-15 */
      background: -webkit-linear-gradient(right, white 0%, rgba(255, 255, 255, 0) 100%);
      /* Chrome10-25,Safari5.1-6 */
      background: linear-gradient(to left, white 0%, rgba(255, 255, 255, 0) 100%);
      /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
      filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fff', endColorstr='#fff',GradientType=1 );
      /* IE6-9 */ } }

.six-elements-slider.flex-center .swiper-wrapper {
  justify-content: center; }

@media (min-width: 801px) {
  .six-elements-slider.flex-center-3 .swiper-wrapper {
    justify-content: center; } }

@media (min-width: 1025px) {
  .six-elements-slider.flex-center-4 .swiper-wrapper {
    justify-content: center; } }

@media (min-width: 1151px) {
  .six-elements-slider.flex-center-5 .swiper-wrapper {
    justify-content: center; } }

@media (min-width: 1367px) {
  .six-elements-slider.flex-center-6 .swiper-wrapper {
    justify-content: center; } }

.canvas-slider {
  margin-left: -18px;
  margin-right: -18px; }
  .canvas-slider .canvas-navigation {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 40px 16px; }
    @media print, screen and (min-width: 48em) {
      .canvas-slider .canvas-navigation {
        justify-content: center; } }
    .canvas-slider .canvas-navigation .swiper-button-prev--grey, .canvas-slider .canvas-navigation .swiper-button-next--grey {
      width: 40px;
      height: 40px;
      background-color: #fff;
      border-radius: 100%;
      position: relative; }
      .canvas-slider .canvas-navigation .swiper-button-prev--grey:hover, .canvas-slider .canvas-navigation .swiper-button-next--grey:hover {
        cursor: pointer; }
      .canvas-slider .canvas-navigation .swiper-button-prev--grey.swiper-button-disabled:hover, .canvas-slider .canvas-navigation .swiper-button-next--grey.swiper-button-disabled:hover {
        cursor: default; }
      .canvas-slider .canvas-navigation .swiper-button-prev--grey:after, .canvas-slider .canvas-navigation .swiper-button-next--grey:after {
        font-family: "Font Awesome 5 Pro";
        font-size: 19px;
        position: absolute;
        top: 50%;
        left: 50%;
        -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%); }
      .canvas-slider .canvas-navigation .swiper-button-prev--grey.swiper-button-disabled, .canvas-slider .canvas-navigation .swiper-button-next--grey.swiper-button-disabled {
        background-color: transparent; }
        .canvas-slider .canvas-navigation .swiper-button-prev--grey.swiper-button-disabled:after, .canvas-slider .canvas-navigation .swiper-button-next--grey.swiper-button-disabled:after {
          color: #ccc; }
      @media print, screen and (min-width: 48em) {
        .canvas-slider .canvas-navigation .swiper-button-prev--grey, .canvas-slider .canvas-navigation .swiper-button-next--grey {
          width: 25px;
          height: 48px;
          background-size: 25px 48px;
          background-color: transparent;
          margin-top: 0; }
          .canvas-slider .canvas-navigation .swiper-button-prev--grey.swiper-button-disabled, .canvas-slider .canvas-navigation .swiper-button-next--grey.swiper-button-disabled {
            opacity: 0.4; } }
    @media print, screen and (min-width: 48em) {
      .canvas-slider .canvas-navigation .swiper-button-prev--grey {
        background-image: url(../images/svg/arrow-left--grey.svg); }
        .canvas-slider .canvas-navigation .swiper-button-prev--grey:after {
          content: "" !important; } }
    .canvas-slider .canvas-navigation .swiper-button-prev--grey:after {
      content: "\f104"; }
    @media print, screen and (min-width: 48em) {
      .canvas-slider .canvas-navigation .swiper-button-next--grey {
        background-image: url(../images/svg/arrow-left--grey.svg);
        transform: scale(-1); }
        .canvas-slider .canvas-navigation .swiper-button-next--grey:after {
          content: "" !important; } }
    .canvas-slider .canvas-navigation .swiper-button-next--grey:after {
      content: "\f105"; }
    .canvas-slider .canvas-navigation .swiper-pagination {
      position: relative;
      bottom: auto;
      width: auto;
      padding: 0 40px;
      display: block;
      font-size: 12px; }
      .canvas-slider .canvas-navigation .swiper-pagination .scenario {
        text-transform: uppercase;
        display: block;
        font-size: 12px;
        letter-spacing: 0.075em; }
        @media screen and (max-width: 47.99999em) {
          .canvas-slider .canvas-navigation .swiper-pagination .scenario {
            font-size: 14px; } }

.compare-panel {
  position: fixed;
  width: 100%;
  bottom: 0;
  visibility: hidden;
  opacity: 0;
  background-color: #030405;
  -webkit-transform: translate(0, 100%);
  -ms-transform: translate(0, 100%);
  transform: translate(0, 100%);
  z-index: 5;
  -webkit-transition: .3s transform ease-in-out;
  transition: .3s transform ease-in-out; }
  @media print, screen and (min-width: 48em) {
    .compare-panel.is-visible {
      visibility: visible;
      opacity: 1.00;
      -webkit-transform: translate(0, 0);
      -ms-transform: translate(0, 0);
      transform: translate(0, 0); } }
  .compare-panel__inner {
    padding: 1.875rem 1rem; }
    @media print, screen and (min-width: 48em) {
      .compare-panel__inner {
        padding: 1.875rem 2.5rem; } }
    @media screen and (min-width: 85.375em) {
      .compare-panel__inner {
        padding: 2.5rem 5rem; } }
  .compare-panel__grid {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center; }
  .compare-panel__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 100%; }
    .compare-panel__item.compare-panel__item--show-for-large {
      display: none; }
      @media print, screen and (min-width: 64em) {
        .compare-panel__item.compare-panel__item--show-for-large {
          display: block; } }
  .compare-panel__product-list {
    width: 100%;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    margin-right: -0.1875rem;
    margin-left: -0.1875rem; }
    .compare-panel__product-list .cell {
      padding-right: 0.1875rem;
      padding-left: 0.1875rem; }
    .compare-panel__product-list .compare-image {
      border-color: #7f7f7f; }
    .compare-panel__product-list .compare-image__icon {
      color: #e5e5e5; }
  .compare-panel__title {
    color: #fff; }
  .compare-panel__text {
    color: #e5e5e5; }
  .compare-panel__button {
    margin-bottom: 16px; }
    .compare-panel__button.hollow {
      border-color: #fff;
      color: #fff; }
      .compare-panel__button.hollow:hover, .compare-panel__button.hollow:focus {
        color: #030405;
        background-color: #fff; }
    .compare-panel__button.disabled {
      opacity: 0.60; }
  .compare-panel__link {
    display: block;
    width: 100%;
    color: #fff;
    text-align: center;
    text-transform: uppercase;
    letter-spacing: 1px; }

.compare-image {
  position: relative;
  width: 100%;
  height: 0;
  padding-bottom: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
  border: 1px solid #e5e5e5;
  background-color: #f2f2f2; }
  .compare-image__icon {
    color: #666;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    font-size: 24px;
    z-index: 0; }
  .compare-image__delete {
    position: absolute;
    top: 8px;
    right: 8px;
    color: #030405;
    font-size: 18px;
    line-height: 1;
    z-index: 2; }
  .compare-image__container {
    background-color: #fff;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 1; }
  .compare-image.is-active {
    background-color: #fff; }
    .compare-image.is-active .compare-image__delete {
      display: block; }
    .compare-image.is-active img {
      visibility: visible;
      opacity: 1; }
    .compare-image.is-active img {
      position: absolute;
      top: 50%;
      left: 50%;
      -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%);
      z-index: 1;
      -webkit-transition: .3s all ease-in-out;
      transition: .3s all ease-in-out; }

.compare-wrapper {
  position: relative; }

.compare-caratteristiche {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 2;
  background-color: rgba(255, 255, 255, 0.9);
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  flex-direction: column; }
  .compare-caratteristiche .compare-box {
    height: 58px;
    width: 100%;
    margin-left: 0;
    margin-right: 0;
    text-align: left;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 11px;
    letter-spacing: 1px;
    justify-content: flex-start; }

.compare-container {
  position: relative; }
  .compare-container > div > .mCSB_container {
    display: flex;
    flex-wrap: nowrap; }

.compare-card {
  width: calc(60vw);
  margin: 0 16px;
  margin-top: 16px;
  flex-shrink: 0; }
  @media print, screen and (min-width: 48em) {
    .compare-card {
      width: calc(100vw / 3); } }
  @media print, screen and (min-width: 64em) {
    .compare-card {
      width: calc(100vw / 5); } }
  .compare-card:last-child {
    margin-right: 0; }
  .compare-card:first-child {
    margin-left: 40vw; }
    @media print, screen and (min-width: 48em) {
      .compare-card:first-child {
        margin-left: 25vw; } }

.compare-model {
  text-align: center;
  padding: 16px; }
  .compare-model .title {
    width: 100%; }

.compare-text {
  padding: 16px;
  text-align: center; }
  .compare-text p {
    margin-bottom: 0; }
  .compare-text .color-sample {
    margin-right: 8px; }
    .compare-text .color-sample:last-child {
      margin-right: 0; }

.compare-box {
  margin-left: -16px;
  margin-right: -16px;
  border-bottom: 1px solid #e5e5e5;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap; }

.compare-link {
  display: block; }

.products-tabs .accordion {
  background: transparent; }
  .products-tabs .accordion-item {
    text-align: left;
    border-top: 1px solid #e5e5e5; }
    .products-tabs .accordion-item:last-child {
      border-bottom: 1px solid #e5e5e5; }
    .products-tabs .accordion-item > a {
      text-transform: uppercase;
      color: #666;
      padding: 16px 0;
      letter-spacing: 0.05em;
      font-family: "DIN Next CYR", sans-serif;
      font-weight: 400; }
      .products-tabs .accordion-item > a .accordion-icon {
        font-size: 14px; }
    .products-tabs .accordion-item.is-active > a {
      font-weight: 700; }
    .products-tabs .accordion-item .tooltip--info {
      display: none; }

.products-tabs .tabs {
  background: transparent;
  border: 0;
  text-align: center; }
  .products-tabs .tabs-title {
    float: none;
    display: inline-block;
    padding: 0 24px; }
    .products-tabs .tabs-title > a {
      margin-bottom: 12px;
      display: inline-block;
      text-transform: uppercase;
      color: #666;
      font-size: 16px;
      letter-spacing: 0.05em;
      font-family: "DIN Next CYR", sans-serif;
      font-weight: 400;
      padding: 0;
      position: relative;
      -webkit-transition: .3s color ease-in-out;
      transition: .3s color ease-in-out; }
      .products-tabs .tabs-title > a:after {
        transition: .2s all ease-in-out;
        content: "";
        width: 0;
        height: 2px;
        background-color: #030405;
        position: absolute;
        bottom: -4px;
        left: 0; }
    .products-tabs .tabs-title .tooltip--info {
      margin-left: 8px; }
    .products-tabs .tabs-title.is-active > a {
      font-weight: 700;
      color: #030405;
      background-color: transparent; }
      .products-tabs .tabs-title.is-active > a:after {
        width: 100%; }
    .products-tabs .tabs-title:hover > a {
      background-color: transparent;
      color: #030405; }
      .products-tabs .tabs-title:hover > a:after {
        width: 100%; }

.products-tabs .tabs-content, .products-tabs .accordion-content {
  position: relative;
  background: transparent;
  border: 0; }

input:not([type="submit"]),
textarea,
select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: 2px solid #e5e5e5;
  margin-bottom: 0;
  height: 48px;
  padding-left: 0.83333rem;
  padding-right: 0.83333rem;
  -webkit-box-shadow: none !important;
  box-shadow: none !important; }
  input:not([type="submit"]):focus, input:not([type="submit"]):hover,
  textarea:focus,
  textarea:hover,
  select:focus,
  select:hover {
    border: 2px solid #030405; }
  input:not([type="submit"])[disabled],
  textarea[disabled],
  select[disabled] {
    background-color: #f2f2f2; }
    input:not([type="submit"])[disabled]:hover, input:not([type="submit"])[disabled]:focus,
    textarea[disabled]:hover,
    textarea[disabled]:focus,
    select[disabled]:hover,
    select[disabled]:focus {
      border-color: #7f7f7f;
      cursor: not-allowed; }

textarea {
  padding-top: 12px;
  min-height: 160px;
  min-width: 100%; }

.form__label {
  color: #7f7f7f;
  font-size: 12px;
  font-weight: 400;
  text-transform: uppercase;
  letter-spacing: 1px;
  margin-bottom: 16px; }
  .form__label input,
  .form__label textarea,
  .form__label select {
    margin: 0;
    margin-top: 8px;
    color: #030405;
    font-size: 1rem; }
    .form__label input.error,
    .form__label textarea.error,
    .form__label select.error {
      border-bottom: 0.0625rem solid #e93838; }
  .form__label .callout {
    margin-top: 8px; }
  .form__label > .grid-x {
    margin-right: -5px !important;
    margin-left: -5px !important; }
    .form__label > .grid-x > .cell {
      padding-right: 5px;
      padding-left: 5px; }

.form__title {
  display: block;
  text-align: center;
  margin-bottom: 24px; }

.form__privacy-toggle {
  display: block; }

.form span.error {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 8px 0 0;
  color: #e93838 !important;
  font-weight: 400;
  text-transform: none;
  background-color: transparent;
  opacity: 1.0; }
  .form span.error i[class*="fa-"] {
    font-size: 1.125rem;
    margin-right: 0.5rem; }
  .form span.error[style*="hidden"] {
    -webkit-transition: .3s all ease-in-out;
    transition: .3s all ease-in-out;
    visibility: hidden;
    opacity: 0;
    padding: 0 !important;
    height: 0 !important; }

.form__privacy .callout {
  height: 100%; }
  @media print, screen and (min-width: 48em) {
    .form__privacy .callout {
      margin-bottom: 0; } }

.form__select .front_face {
  border: 2px solid #e5e5e5;
  margin-top: 8px;
  padding: 0 16px !important;
  line-height: 48px;
  -webkit-transition: .3s border-color ease-in-out;
  transition: .3s border-color ease-in-out; }

.form__select .back_face ul li a {
  padding: 8px 16px !important; }

.form__select .awselect {
  float: none; }
  .form__select .awselect:after {
    visibility: hidden;
    display: block;
    font-size: 0;
    content: " ";
    clear: both;
    height: 0; }

.form__select:hover .front_face {
  border-color: #030405; }

.form__checkbox-list {
  list-style: none;
  margin: 0;
  padding: 0;
  margin-top: 8px; }
  .form__checkbox-list li {
    margin-bottom: 8px; }
    .form__checkbox-list li:last-child {
      margin-bottom: 0; }
    .form__checkbox-list li label {
      text-transform: none;
      padding-left: 40px;
      position: relative; }

.form__privacy-container {
  margin-top: 16px; }

.form--margin {
  margin-top: 40px; }

.form__links {
  display: flex;
  justify-content: space-between;
  align-items: flex-start; }
  .form__links a {
    font-size: 14px;
    text-decoration: underline; }

.form__cta {
  margin-top: 24px; }
  .form__cta .button:first-child {
    margin-right: 16px; }
  .form__cta .button:last-child {
    margin-right: 0; }

.form--padding {
  padding: 24px; }

.checkbox-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-top: 8px; }
  .checkbox-row__item {
    margin-right: 0.625rem;
    margin-bottom: 4px; }
    .checkbox-row__item:last-child {
      margin-bottom: 0;
      margin-right: 0; }

.fieldset {
  background-color: rgba(255, 255, 255, 0.4);
  margin: 40px 0; }
  .fieldset .title {
    margin-bottom: 16px; }
  .fieldset .grid-x {
    margin-left: -20px;
    margin-right: -20px; }

select {
  background-position: right 0 center;
  padding-top: 0;
  padding-bottom: 0; }

.ps {
  position: relative; }
  @media print, screen and (min-width: 48em) {
    .ps__rail-y {
      opacity: 1; } }
  @media print, screen and (min-width: 48em) {
    .ps__rail-x {
      opacity: 1; } }
  .ps__thumb-x, .ps__thumb-y {
    background-color: #e5e5e5; }
  .ps__rail-x:hover > .ps__thumb-x,
  .ps__rail-x:focus > .ps__thumb-x {
    background-color: #999;
    height: 8px; }
  .ps__rail-y:hover > .ps__thumb-y,
  .ps__rail-y:focus > .ps__thumb-y {
    background-color: #999;
    width: 8px; }

.ar--still-life {
  padding-top: 62.57426%;
  background-size: cover; }

.customizer {
  width: 100%;
  overflow: hidden;
  min-height: 0;
  height: 0;
  z-index: 3;
  -webkit-transition: .3s all ease-in-out;
  transition: .3s all ease-in-out; }
  .customizer-product-slider {
    margin-bottom: 0; }
    .customizer-product-slider .wrap {
      position: relative;
      padding-top: 62.57426%;
      width: 100%; }
      .customizer-product-slider .wrap img {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%); }
  .customizer__container {
    height: auto; }
    @media print, screen and (min-width: 50em) {
      .customizer__container {
        padding: 40px 0; } }
  .customizer__price {
    font-size: 40px;
    line-height: 40px;
    font-weight: 900;
    color: #030405; }
    .customizer__price--decimal {
      font-size: 24px; }
  .customizer__info {
    /* position: sticky;
        top: 56px;
    background-color: #fff; */
    z-index: 2; }
  .customizer__product-info {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-top: 8px;
    padding-bottom: 8px;
    /* background-color: #fff; */
    opacity: 0; }
    @media print, screen and (min-width: 50em) {
      .customizer__product-info {
        padding-top: 24px;
        padding-bottom: 24px;
        margin-bottom: 8px; } }
    .customizer__product-info .title {
      margin-bottom: 0; }
  .customizer__filter {
    margin-bottom: 16px; }
    .customizer__filter-title {
      font-size: 16px;
      /* margin-bottom: $line-base *2; */
      margin-bottom: 0; }
      .customizer__filter-title__container {
        display: flex;
        margin-bottom: 8px; }
      .customizer__filter-title + .customizer__filter-selected {
        text-transform: uppercase;
        color: #ed7006;
        font-size: 13px;
        letter-spacing: 0.075em;
        margin-left: 16px;
        margin-bottom: 0; }
    .customizer__filter:last-child {
      margin-bottom: 0; }
  .customizer__cta {
    display: flex; }
  .customizer.is-visible {
    min-height: 100%;
    height: auto;
    overflow: auto;
    background-color: #fff; }
    .customizer.is-visible .customizer__product-info {
      opacity: 1; }
    .customizer.is-visible .customizer__info {
      margin-bottom: 20px; }
      .customizer.is-visible .customizer__info-container {
        position: relative; }
      @media print, screen and (min-width: 64em) {
        .customizer.is-visible .customizer__info {
          margin-bottom: 0;
          position: absolute;
          top: -40px;
          left: 0;
          right: 0; } }
      @media print, screen and (min-width: 64em) {
        .customizer.is-visible .customizer__info + .customizer__filter {
          position: relative;
          margin-top: 92px; } }

.cart__trigger {
  position: relative; }

.cart__count {
  height: 24px;
  width: 24px;
  border-radius: 24px;
  background-color: #ed7006;
  display: flex;
  justify-content: center;
  align-content: center;
  position: absolute;
  top: 8px;
  right: -4px;
  border: 2px solid #fff; }
  .cart__count span {
    font-family: "Lato", sans-serif;
    font-weight: 700;
    color: #fff;
    line-height: 22px;
    font-size: 12px; }

.iframe__container iframe {
  width: 100%;
  height: 700px;
  overflow: hidden; }

@media screen and (max-width: 47.99999em) {
  .custom-select {
    display: flex;
    flex-direction: column;
    text-align: left !important; }
    .custom-select .tabs-title {
      padding: 0; }
    .custom-select__container {
      position: relative; }
    .custom-select__toggler {
      text-transform: uppercase;
      font-family: "DIN Next CYR", sans-serif;
      color: #999;
      font-size: 16px;
      text-align: left !important;
      font-weight: 700;
      letter-spacing: 0.05em;
      display: block;
      -webkit-transition: .3s color ease-in-out;
      transition: .3s color ease-in-out;
      padding: 8px;
      line-height: 40px;
      position: relative; }
      .custom-select__toggler:after {
        content: '\f107';
        color: #666;
        font-family: "Font Awesome 5 Pro";
        font-size: 24px;
        display: inline-block;
        position: absolute;
        right: 16px;
        top: 50%;
        transform: translateY(-50%);
        line-height: 24px;
        vertical-align: middle; } }

@media screen and (max-width: 47.99999em) {
  #news-tabs-container {
    height: 56px;
    overflow: hidden;
    position: absolute;
    z-index: 2;
    background-color: #fff;
    width: 100%;
    border: 2px solid #e5e5e5; }
    #news-tabs-container.expanded {
      height: auto;
      box-shadow: 0px 39px 56.4px 3.6px rgba(0, 0, 0, 0.04), 0px 15px 79.38px 1.62px rgba(0, 0, 0, 0.16);
      padding: 8px 16px;
      border-color: #030405; }
      #news-tabs-container.expanded .custom-select__toggler {
        padding: 0;
        font-weight: 700;
        color: #030405;
        margin-bottom: 4px; }
        #news-tabs-container.expanded .custom-select__toggler:after {
          right: 0;
          content: '\f106';
          font-weight: 400; }
      #news-tabs-container.expanded .tabs-title.is-active {
        display: none; }
      #news-tabs-container.expanded .tabs-title {
        margin-bottom: 4px; } }

.social-share {
  text-align: center;
  padding: 0 0 32px; }
  .social-share__list {
    list-style: none;
    margin: 0;
    padding: 0; }
    .social-share__list:hover .social-share__list-item a:after {
      opacity: 0.5; }
    .social-share__list-item {
      display: inline; }
      .social-share__list-item a {
        display: inline-block;
        padding: 8px; }
        .social-share__list-item a:after {
          font-family: "Font Awesome 5 Brands";
          font-size: 24px;
          color: #030405;
          -webkit-transition: .3s opacity ease-in-out;
          transition: .3s opacity ease-in-out; }
      .social-share__list-item:hover a:after {
        opacity: 1 !important; }
      .social-share__list-item.facebook a:after {
        content: "\f09a"; }
      .social-share__list-item.twitter a:after {
        content: "\f099"; }
      .social-share__list-item.google a:after {
        content: "\f0d5"; }
      .social-share__list-item.linkedin a:after {
        content: "\f08c"; }
      .social-share__list-item.email a:after {
        font-family: "Font Awesome 5 Pro";
        content: "\f0e0";
        font-weight: 700; }
      .social-share__list-item.whatsapp a:after {
        content: "\f232"; }

.search-input__section {
  background-color: #ccc;
  padding: 48px 0; }
  .search-input__section input {
    margin-bottom: 0;
    box-shadow: none;
    padding-right: 48px;
    margin-bottom: 10px; }
    .search-input__section input:focus {
      box-shadow: inset 0 -5px 0 0 #030405; }
    @media print, screen and (min-width: 48em) {
      .search-input__section input {
        margin-bottom: 0; } }
  .search-input__section select {
    height: 52px;
    color: #cacaca; }
  .search-input__section .search-input__section-content {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap; }
    .search-input__section .search-input__section-content input {
      width: 100%; }
      @media print, screen and (min-width: 48em) {
        .search-input__section .search-input__section-content input {
          margin-bottom: 16px;
          width: calc(50% - 8px);
          margin-right: 8px; } }
      @media print, screen and (min-width: 64em) {
        .search-input__section .search-input__section-content input {
          min-width: 25%;
          width: auto;
          margin-bottom: 0; } }
    .search-input__section .search-input__section-content select {
      margin-bottom: 16px; }
      @media print, screen and (min-width: 48em) {
        .search-input__section .search-input__section-content select {
          width: 50%; } }
      @media print, screen and (min-width: 64em) {
        .search-input__section .search-input__section-content select {
          width: auto;
          margin-bottom: 0;
          min-width: 25%; } }
    .search-input__section .search-input__section-content a {
      width: 100%;
      flex-shrink: 0; }
      @media print, screen and (min-width: 48em) {
        .search-input__section .search-input__section-content a {
          width: auto;
          margin: 0 16px; }
          .search-input__section .search-input__section-content a:last-child {
            margin-left: 0; } }

.search-input__cta {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  margin-top: 20px;
  justify-content: center; }
  @media print, screen and (min-width: 64em) {
    .search-input__cta {
      justify-content: flex-start;
      margin-top: 0; } }
  .search-input__cta .button {
    width: 100%; }
    @media print, screen and (min-width: 48em) {
      .search-input__cta .button {
        width: auto; } }
    .search-input__cta .button:first-child {
      margin-bottom: 10px; }
      @media print, screen and (min-width: 48em) {
        .search-input__cta .button:first-child {
          margin-right: 15px;
          margin-bottom: 0; } }

.search-input__lens {
  position: relative; }
  .search-input__lens:after {
    content: "\f002";
    font-family: "Font Awesome 5 Pro";
    font-weight: 700;
    font-size: 20px;
    line-height: 2;
    position: absolute;
    top: 50%;
    right: 16px;
    transform: translateY(-50%); }

.distributors__column-map {
  height: 50vh;
  position: relative;
  transition: .2s width ease-in-out; }

.distributors__column-results {
  transition: .2s width ease-in-out; }
  @media print, screen and (min-width: 64em) {
    .distributors__column-results {
      height: 50vh; } }

.expanded .distributors__column-map {
  width: 70%; }

.expanded .distributors__column-results {
  width: 30%; }

.distributors__list-container {
  padding: 40px 24px;
  padding-top: 0;
  height: 100%;
  box-sizing: border-box;
  position: relative; }
  @media print, screen and (min-width: 48em) {
    .distributors__list-container {
      padding-top: 48px;
      overflow: auto;
      padding-bottom: 0; } }

.distributors__list {
  height: 100%;
  overflow: auto; }
  .distributors__list-item {
    padding: 16px;
    border-bottom: 1px solid #e5e5e5; }
    .distributors__list-item p {
      margin-bottom: 0; }
      .distributors__list-item p a {
        color: #030405; }
      .distributors__list-item p + span {
        margin-top: 8px;
        display: inline-block;
        font-style: italic;
        color: #030405; }

.distributors__name {
  color: #030405;
  font-family: "DIN Next CYR", sans-serif;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  font-weight: 700; }
  .distributors__name + img {
    margin: 16px 0; }

.distributors__finded {
  margin-left: -20px;
  margin-right: -20px;
  top: 0;
  left: 0;
  right: 0;
  padding: 16px;
  background-color: #f2f2f2;
  color: #030405; }
  @media print, screen and (min-width: 48em) {
    .distributors__finded {
      position: absolute;
      margin-left: 0;
      margin-right: 0; } }

#distributors-row {
  padding-bottom: 40px; }
  @media print, screen and (min-width: 48em) {
    #distributors-row {
      padding-bottom: 80px; } }

#map {
  height: 100%; }
  #map-zoom-in, #map-zoom-out, #map-expand {
    width: 40px;
    height: 40px;
    background-color: #030405;
    display: flex;
    justify-content: center;
    align-items: center;
    -webkit-transition: .3s background-color ease-in-out;
    transition: .3s background-color ease-in-out;
    box-shadow: 0px 18px 25.38px 1.62px rgba(0, 0, 0, 0.04), 0px 9px 35.28px 0.72px rgba(0, 0, 0, 0.16); }
    #map-zoom-in:after, #map-zoom-out:after, #map-expand:after {
      font-family: "Material Icons";
      font-size: 24px;
      color: #fff;
      -webkit-transition: .3s color ease-in-out;
      transition: .3s color ease-in-out; }
    #map-zoom-in:hover, #map-zoom-out:hover, #map-expand:hover {
      cursor: pointer;
      background-color: #fff; }
      #map-zoom-in:hover:after, #map-zoom-out:hover:after, #map-expand:hover:after {
        color: #030405; }
  #map-zoom-in {
    margin-bottom: 8px; }
    #map-zoom-in:after {
      content: "\e145"; }
  #map-zoom-out:after {
    content: "\e15b"; }
  #map-expand {
    position: absolute;
    z-index: 2;
    width: 60px;
    height: 60px;
    top: 8px;
    left: 8px;
    background-color: #fff;
    box-shadow: 0px 10px 14.1px 0.9px rgba(0, 0, 0, 0.04), 0px 4px 19.6px 0.4px rgba(0, 0, 0, 0.16); }
    #map-expand:after {
      content: "\e314";
      color: #030405; }
    #map-expand:hover {
      background-color: #030405; }
      #map-expand:hover:after {
        color: #fff; }

.callout {
  font-size: 16px;
  padding: 8px 16px; }
  .callout--with-icon p {
    display: flex;
    align-items: center; }
    .callout--with-icon p:before {
      font-family: "Font Awesome 5 Pro";
      font-size: 24px;
      width: 30px;
      display: inline-block;
      font-weight: 300;
      text-align: center;
      margin-right: 12px; }
  .callout--with-icon.warning p:before {
    content: "\f071"; }
  .callout--with-icon.alert p:before {
    content: "\f06a"; }
  .callout--with-icon.success p:before {
    content: "\f058"; }
  .callout--with-icon.info p:before {
    content: "\f05a"; }
  .callout--with-icon.closed p:before {
    content: "\f058"; }
  .callout--with-icon.shipped p:before {
    content: "\f0d1"; }
  .callout + .form {
    margin-top: 16px; }
  .callout.info {
    position: relative;
    margin: 0 0 1rem 0;
    padding: 1rem;
    border: 1px solid rgba(3, 4, 5, 0.25);
    border-radius: 0;
    background-color: #f1f9ff;
    color: rgba(3, 4, 5, 0.6);
    padding: 8px 16px; }
    .callout.info > :first-child {
      margin-top: 0; }
    .callout.info > :last-child {
      margin-bottom: 0; }
    .callout.info.callout--small {
      padding: 4px 8px; }
  .callout.closed {
    position: relative;
    margin: 0 0 1rem 0;
    padding: 1rem;
    border: 1px solid rgba(3, 4, 5, 0.25);
    border-radius: 0;
    background-color: #f0f0f0;
    color: rgba(3, 4, 5, 0.6);
    padding: 8px 16px; }
    .callout.closed > :first-child {
      margin-top: 0; }
    .callout.closed > :last-child {
      margin-bottom: 0; }
    .callout.closed.callout--small {
      padding: 4px 8px; }
  .callout.shipped {
    position: relative;
    margin: 0 0 1rem 0;
    padding: 1rem;
    border: 1px solid rgba(3, 4, 5, 0.25);
    border-radius: 0;
    background-color: #e4f3e5;
    color: rgba(3, 4, 5, 0.6);
    padding: 8px 16px; }
    .callout.shipped > :first-child {
      margin-top: 0; }
    .callout.shipped > :last-child {
      margin-bottom: 0; }
    .callout.shipped.callout--small {
      padding: 4px 8px; }
  .callout--small {
    padding: 4px 8px; }
  .callout.callout_address {
    position: relative;
    display: block;
    padding: 0;
    color: #2d7091;
    border: none; }
    .callout.callout_address .callout__inner {
      width: 100%;
      display: flex;
      align-items: stretch; }
    .callout.callout_address .callout__icon {
      display: flex;
      align-items: center;
      justify-content: center;
      padding: 10px 15px;
      min-width: 54px;
      background-color: rgba(235, 247, 253, 0.6);
      border: 1px solid rgba(45, 112, 145, 0.2);
      border-top-left-radius: 3px;
      border-bottom-left-radius: 3px; }
    .callout.callout_address .callout__text {
      flex: 1 1 auto;
      padding: 10px 15px;
      background-color: #ebf7fd;
      border: 1px solid rgba(45, 112, 145, 0.2);
      border-left: none;
      border-top-right-radius: 3px;
      border-bottom-right-radius: 3px;
      text-transform: none;
      font-size: 14px; }
      .callout.callout_address .callout__text p {
        margin: 0;
        line-height: 1.2; }
      .callout.callout_address .callout__text a {
        display: block;
        text-decoration: none;
        font-weight: 500; }

.table-responsive {
  min-width: 100%;
  border-collapse: collapse; }
  .table-responsive-container {
    overflow: auto; }
    .table-responsive-container .mCSB_container {
      margin-bottom: 10px !important; }
  .table-responsive thead tr th {
    font-size: 14px;
    text-align: left;
    padding: 8px;
    color: #030405;
    background-color: rgba(255, 255, 255, 0.5); }
    .table-responsive thead tr th.th-total {
      text-align: right; }
    .table-responsive thead tr th.th-stato {
      width: 16%; }
    .table-responsive thead tr th:last-child {
      width: 54px; }
  .table-responsive tbody tr {
    border-bottom: 1px solid #e5e5e5; }
    .table-responsive tbody tr td {
      color: rgba(3, 4, 5, 0.6);
      font-size: 14px;
      padding: 10px 8px;
      vertical-align: middle;
      background-color: white; }
      .table-responsive tbody tr td.td-total {
        text-align: right;
        font-weight: 700;
        font-size: 16px; }
      .table-responsive tbody tr td:last-child {
        padding-left: 24px; }
  .table-responsive .callout {
    margin-bottom: 0;
    font-size: 14px; }
  @media screen and (max-width: 60.06249em) {
    .table-responsive table, .table-responsive thead, .table-responsive tbody, .table-responsive th, .table-responsive td, .table-responsive tr {
      display: block; }
    .table-responsive thead {
      display: none; }
    .table-responsive tr {
      border-bottom: 0;
      border: 1px solid #e5e5e5;
      margin-bottom: 20px; }
      .table-responsive tr:last-child {
        border-bottom: 1px solid #e5e5e5; } }
  @media screen and (max-width: 60.06249em) and (min-width: 48em) {
    .table-responsive tr {
      margin-bottom: 40px; } }
  @media screen and (max-width: 60.06249em) {
      .table-responsive tr td {
        border-bottom: 1px solid #e5e5e5;
        display: flex;
        font-size: 16px !important;
        text-align: left !important;
        align-items: center; }
        .table-responsive tr td:before {
          letter-spacing: 0.06em;
          color: #7f7f7f;
          content: attr(data-label);
          display: block;
          font-family: "DIN Next CYR", sans-serif;
          font-size: 12px;
          line-height: 12px;
          font-weight: 700;
          text-transform: uppercase;
          width: 30%;
          flex-shrink: 0; }
        .table-responsive tr td:last-child {
          padding-left: 8px !important; }
          .table-responsive tr td:last-child:before {
            content: "";
            width: 0; }
          .table-responsive tr td:last-child .cell-content {
            width: 100%; }
        .table-responsive tr td .cell-content {
          width: 70%; }
          .table-responsive tr td .cell-content .callout {
            width: 100%; }
        .table-responsive tr td .button {
          width: 100%; } }
  @media print, screen and (min-width: 60.0625em) {
    .table-responsive tbody tr td {
      white-space: nowrap; } }
  .table-responsive--small tr td:before {
    display: none; }
  .table-responsive--small tbody tr td {
    font-size: 15px;
    padding: 16px; }
    .table-responsive--small tbody tr td:last-child {
      padding-left: 0;
      text-align: right; }

/*
== malihu jquery custom scrollbar plugin ==
Plugin URI: http://manos.malihu.gr/jquery-custom-content-scroller
*/
/*
CONTENTS: 
	1. BASIC STYLE - Plugin's basic/essential CSS properties (normally, should not be edited). 
	2. VERTICAL SCROLLBAR - Positioning and dimensions of vertical scrollbar. 
	3. HORIZONTAL SCROLLBAR - Positioning and dimensions of horizontal scrollbar.
	4. VERTICAL AND HORIZONTAL SCROLLBARS - Positioning and dimensions of 2-axis scrollbars. 
	5. TRANSITIONS - CSS3 transitions for hover events, auto-expanded and auto-hidden scrollbars. 
	6. SCROLLBAR COLORS, OPACITY AND BACKGROUNDS 
		6.1 THEMES - Scrollbar colors, opacity, dimensions, backgrounds etc. via ready-to-use themes.
*/
/* 
------------------------------------------------------------------------------------------------------------------------
1. BASIC STYLE  
------------------------------------------------------------------------------------------------------------------------
*/
.mCustomScrollbar {
  -ms-touch-action: pinch-zoom;
  touch-action: pinch-zoom;
  /* direct pointer events to js */ }

.mCustomScrollbar.mCS_no_scrollbar, .mCustomScrollbar.mCS_touch_action {
  -ms-touch-action: auto;
  touch-action: auto; }

.mCustomScrollBox {
  /* contains plugin's markup */
  position: relative;
  overflow: hidden;
  height: 100%;
  max-width: 100%;
  outline: none;
  direction: ltr; }

.mCSB_container {
  /* contains the original content */
  overflow: hidden;
  width: auto;
  height: auto; }

/* 
------------------------------------------------------------------------------------------------------------------------
2. VERTICAL SCROLLBAR 
y-axis
------------------------------------------------------------------------------------------------------------------------
*/
.mCSB_inside > .mCSB_container {
  margin-right: 30px; }

.mCSB_container.mCS_no_scrollbar_y.mCS_y_hidden {
  margin-right: 0; }

/* non-visible scrollbar */
.mCS-dir-rtl > .mCSB_inside > .mCSB_container {
  /* RTL direction/left-side scrollbar */
  margin-right: 0;
  margin-left: 30px; }

.mCS-dir-rtl > .mCSB_inside > .mCSB_container.mCS_no_scrollbar_y.mCS_y_hidden {
  margin-left: 0; }

/* RTL direction/left-side scrollbar */
.mCSB_scrollTools {
  /* contains scrollbar markup (draggable element, dragger rail, buttons etc.) */
  position: absolute;
  width: 16px;
  height: auto;
  left: auto;
  top: 0;
  right: 0;
  bottom: 0; }

.mCSB_outside + .mCSB_scrollTools {
  right: -26px; }

/* scrollbar position: outside */
.mCS-dir-rtl > .mCSB_inside > .mCSB_scrollTools,
.mCS-dir-rtl > .mCSB_outside + .mCSB_scrollTools {
  /* RTL direction/left-side scrollbar */
  right: auto;
  left: 0; }

.mCS-dir-rtl > .mCSB_outside + .mCSB_scrollTools {
  left: -26px; }

/* RTL direction/left-side scrollbar (scrollbar position: outside) */
.mCSB_scrollTools .mCSB_draggerContainer {
  /* contains the draggable element and dragger rail markup */
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  height: auto; }

.mCSB_scrollTools a + .mCSB_draggerContainer {
  margin: 20px 0; }

.mCSB_scrollTools .mCSB_draggerRail {
  width: 2px;
  height: 100%;
  margin: 0 auto;
  -webkit-border-radius: 16px;
  -moz-border-radius: 16px;
  border-radius: 16px; }

.mCSB_scrollTools .mCSB_dragger {
  /* the draggable element */
  cursor: pointer;
  width: 100%;
  height: 30px;
  /* minimum dragger height */
  z-index: 1; }

.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  /* the dragger element */
  position: relative;
  width: 4px;
  height: 100%;
  margin: 0 auto;
  -webkit-border-radius: 16px;
  -moz-border-radius: 16px;
  border-radius: 16px;
  text-align: center; }

.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded .mCSB_dragger_bar,
.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_dragger .mCSB_dragger_bar {
  width: 12px;
  /* auto-expanded scrollbar */ }

.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded + .mCSB_draggerRail,
.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_draggerRail {
  width: 8px;
  /* auto-expanded scrollbar */ }

.mCSB_scrollTools .mCSB_buttonUp,
.mCSB_scrollTools .mCSB_buttonDown {
  display: block;
  position: absolute;
  height: 20px;
  width: 100%;
  overflow: hidden;
  margin: 0 auto;
  cursor: pointer; }

.mCSB_scrollTools .mCSB_buttonDown {
  bottom: 0; }

/* 
------------------------------------------------------------------------------------------------------------------------
3. HORIZONTAL SCROLLBAR 
x-axis
------------------------------------------------------------------------------------------------------------------------
*/
.mCSB_horizontal.mCSB_inside > .mCSB_container {
  margin-right: 0;
  margin-bottom: 30px; }

.mCSB_horizontal.mCSB_outside > .mCSB_container {
  min-height: 100%; }

.mCSB_horizontal > .mCSB_container.mCS_no_scrollbar_x.mCS_x_hidden {
  margin-bottom: 0; }

/* non-visible scrollbar */
.mCSB_scrollTools.mCSB_scrollTools_horizontal {
  width: auto;
  height: 16px;
  top: auto;
  right: 0;
  bottom: 0;
  left: 0; }

.mCustomScrollBox + .mCSB_scrollTools.mCSB_scrollTools_horizontal,
.mCustomScrollBox + .mCSB_scrollTools + .mCSB_scrollTools.mCSB_scrollTools_horizontal {
  bottom: -26px; }

/* scrollbar position: outside */
.mCSB_scrollTools.mCSB_scrollTools_horizontal a + .mCSB_draggerContainer {
  margin: 0 20px; }

.mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_draggerRail {
  width: 100%;
  height: 6px;
  margin: 7px 0; }

.mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_dragger {
  width: 30px;
  /* minimum dragger width */
  height: 100%;
  left: 0; }

.mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar {
  width: 100%;
  height: 8px;
  margin: 6px auto; }

.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded .mCSB_dragger_bar,
.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_dragger .mCSB_dragger_bar {
  height: 12px;
  /* auto-expanded scrollbar */
  margin: 2px auto; }

.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded + .mCSB_draggerRail,
.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_draggerRail {
  height: 8px;
  /* auto-expanded scrollbar */
  margin: 4px 0; }

.mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_buttonLeft,
.mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_buttonRight {
  display: block;
  position: absolute;
  width: 20px;
  height: 100%;
  overflow: hidden;
  margin: 0 auto;
  cursor: pointer; }

.mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_buttonLeft {
  left: 0; }

.mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_buttonRight {
  right: 0; }

/* 
------------------------------------------------------------------------------------------------------------------------
4. VERTICAL AND HORIZONTAL SCROLLBARS 
yx-axis 
------------------------------------------------------------------------------------------------------------------------
*/
.mCSB_container_wrapper {
  position: absolute;
  height: auto;
  width: auto;
  overflow: hidden;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin-right: 30px;
  margin-bottom: 30px; }

.mCSB_container_wrapper > .mCSB_container {
  padding-right: 30px;
  padding-bottom: 30px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

.mCSB_vertical_horizontal > .mCSB_scrollTools.mCSB_scrollTools_vertical {
  bottom: 20px; }

.mCSB_vertical_horizontal > .mCSB_scrollTools.mCSB_scrollTools_horizontal {
  right: 20px; }

/* non-visible horizontal scrollbar */
.mCSB_container_wrapper.mCS_no_scrollbar_x.mCS_x_hidden + .mCSB_scrollTools.mCSB_scrollTools_vertical {
  bottom: 0; }

/* non-visible vertical scrollbar/RTL direction/left-side scrollbar */
.mCSB_container_wrapper.mCS_no_scrollbar_y.mCS_y_hidden + .mCSB_scrollTools ~ .mCSB_scrollTools.mCSB_scrollTools_horizontal,
.mCS-dir-rtl > .mCustomScrollBox.mCSB_vertical_horizontal.mCSB_inside > .mCSB_scrollTools.mCSB_scrollTools_horizontal {
  right: 0; }

/* RTL direction/left-side scrollbar */
.mCS-dir-rtl > .mCustomScrollBox.mCSB_vertical_horizontal.mCSB_inside > .mCSB_scrollTools.mCSB_scrollTools_horizontal {
  left: 20px; }

/* non-visible scrollbar/RTL direction/left-side scrollbar */
.mCS-dir-rtl > .mCustomScrollBox.mCSB_vertical_horizontal.mCSB_inside > .mCSB_container_wrapper.mCS_no_scrollbar_y.mCS_y_hidden + .mCSB_scrollTools ~ .mCSB_scrollTools.mCSB_scrollTools_horizontal {
  left: 0; }

.mCS-dir-rtl > .mCSB_inside > .mCSB_container_wrapper {
  /* RTL direction/left-side scrollbar */
  margin-right: 0;
  margin-left: 30px; }

.mCSB_container_wrapper.mCS_no_scrollbar_y.mCS_y_hidden > .mCSB_container {
  padding-right: 0; }

.mCSB_container_wrapper.mCS_no_scrollbar_x.mCS_x_hidden > .mCSB_container {
  padding-bottom: 0; }

.mCustomScrollBox.mCSB_vertical_horizontal.mCSB_inside > .mCSB_container_wrapper.mCS_no_scrollbar_y.mCS_y_hidden {
  margin-right: 0;
  /* non-visible scrollbar */
  margin-left: 0; }

/* non-visible horizontal scrollbar */
.mCustomScrollBox.mCSB_vertical_horizontal.mCSB_inside > .mCSB_container_wrapper.mCS_no_scrollbar_x.mCS_x_hidden {
  margin-bottom: 0; }

/* 
------------------------------------------------------------------------------------------------------------------------
5. TRANSITIONS  
------------------------------------------------------------------------------------------------------------------------
*/
.mCSB_scrollTools,
.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCSB_scrollTools .mCSB_buttonUp,
.mCSB_scrollTools .mCSB_buttonDown,
.mCSB_scrollTools .mCSB_buttonLeft,
.mCSB_scrollTools .mCSB_buttonRight {
  -webkit-transition: opacity .2s ease-in-out, background-color .2s ease-in-out;
  -moz-transition: opacity .2s ease-in-out, background-color .2s ease-in-out;
  -o-transition: opacity .2s ease-in-out, background-color .2s ease-in-out;
  transition: opacity .2s ease-in-out, background-color .2s ease-in-out; }

.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_dragger_bar,
.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_draggerRail,
.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_dragger_bar,
.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_draggerRail {
  -webkit-transition: width .2s ease-out .2s, height .2s ease-out .2s,  margin-left .2s ease-out .2s, margin-right .2s ease-out .2s,  margin-top .2s ease-out .2s, margin-bottom .2s ease-out .2s, opacity .2s ease-in-out, background-color .2s ease-in-out;
  -moz-transition: width .2s ease-out .2s, height .2s ease-out .2s,  margin-left .2s ease-out .2s, margin-right .2s ease-out .2s,  margin-top .2s ease-out .2s, margin-bottom .2s ease-out .2s, opacity .2s ease-in-out, background-color .2s ease-in-out;
  -o-transition: width .2s ease-out .2s, height .2s ease-out .2s,  margin-left .2s ease-out .2s, margin-right .2s ease-out .2s,  margin-top .2s ease-out .2s, margin-bottom .2s ease-out .2s, opacity .2s ease-in-out, background-color .2s ease-in-out;
  transition: width .2s ease-out .2s, height .2s ease-out .2s,  margin-left .2s ease-out .2s, margin-right .2s ease-out .2s,  margin-top .2s ease-out .2s, margin-bottom .2s ease-out .2s, opacity .2s ease-in-out, background-color .2s ease-in-out; }

/* 
------------------------------------------------------------------------------------------------------------------------
6. SCROLLBAR COLORS, OPACITY AND BACKGROUNDS  
------------------------------------------------------------------------------------------------------------------------
*/
/* 
----------------------------------------
6.1 THEMES 
----------------------------------------
*/
/* default theme ("light") */
.mCSB_scrollTools {
  opacity: 0.75;
  filter: "alpha(opacity=75)";
  -ms-filter: "alpha(opacity=75)"; }

.mCS-autoHide > .mCustomScrollBox > .mCSB_scrollTools,
.mCS-autoHide > .mCustomScrollBox ~ .mCSB_scrollTools {
  opacity: 0;
  filter: "alpha(opacity=0)";
  -ms-filter: "alpha(opacity=0)"; }

.mCustomScrollbar > .mCustomScrollBox > .mCSB_scrollTools.mCSB_scrollTools_onDrag,
.mCustomScrollbar > .mCustomScrollBox ~ .mCSB_scrollTools.mCSB_scrollTools_onDrag,
.mCustomScrollBox:hover > .mCSB_scrollTools,
.mCustomScrollBox:hover ~ .mCSB_scrollTools,
.mCS-autoHide:hover > .mCustomScrollBox > .mCSB_scrollTools,
.mCS-autoHide:hover > .mCustomScrollBox ~ .mCSB_scrollTools {
  opacity: 1;
  filter: "alpha(opacity=100)";
  -ms-filter: "alpha(opacity=100)"; }

.mCSB_scrollTools .mCSB_draggerRail {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.4);
  filter: "alpha(opacity=40)";
  -ms-filter: "alpha(opacity=40)"; }

.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.75);
  filter: "alpha(opacity=75)";
  -ms-filter: "alpha(opacity=75)"; }

.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.85);
  filter: "alpha(opacity=85)";
  -ms-filter: "alpha(opacity=85)"; }

.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar {
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.9);
  filter: "alpha(opacity=90)";
  -ms-filter: "alpha(opacity=90)"; }

.mCSB_scrollTools .mCSB_buttonUp,
.mCSB_scrollTools .mCSB_buttonDown,
.mCSB_scrollTools .mCSB_buttonLeft,
.mCSB_scrollTools .mCSB_buttonRight {
  background-image: url(mCSB_buttons.png);
  /* css sprites */
  background-repeat: no-repeat;
  opacity: 0.4;
  filter: "alpha(opacity=40)";
  -ms-filter: "alpha(opacity=40)"; }

.mCSB_scrollTools .mCSB_buttonUp {
  background-position: 0 0;
  /* 
    sprites locations 
    light: 0 0, -16px 0, -32px 0, -48px 0, 0 -72px, -16px -72px, -32px -72px
    dark: -80px 0, -96px 0, -112px 0, -128px 0, -80px -72px, -96px -72px, -112px -72px
    */ }

.mCSB_scrollTools .mCSB_buttonDown {
  background-position: 0 -20px;
  /* 
    sprites locations
    light: 0 -20px, -16px -20px, -32px -20px, -48px -20px, 0 -92px, -16px -92px, -32px -92px
    dark: -80px -20px, -96px -20px, -112px -20px, -128px -20px, -80px -92px, -96px -92px, -112 -92px
    */ }

.mCSB_scrollTools .mCSB_buttonLeft {
  background-position: 0 -40px;
  /* 
    sprites locations 
    light: 0 -40px, -20px -40px, -40px -40px, -60px -40px, 0 -112px, -20px -112px, -40px -112px
    dark: -80px -40px, -100px -40px, -120px -40px, -140px -40px, -80px -112px, -100px -112px, -120px -112px
    */ }

.mCSB_scrollTools .mCSB_buttonRight {
  background-position: 0 -56px;
  /* 
    sprites locations 
    light: 0 -56px, -20px -56px, -40px -56px, -60px -56px, 0 -128px, -20px -128px, -40px -128px
    dark: -80px -56px, -100px -56px, -120px -56px, -140px -56px, -80px -128px, -100px -128px, -120px -128px
    */ }

.mCSB_scrollTools .mCSB_buttonUp:hover,
.mCSB_scrollTools .mCSB_buttonDown:hover,
.mCSB_scrollTools .mCSB_buttonLeft:hover,
.mCSB_scrollTools .mCSB_buttonRight:hover {
  opacity: 0.75;
  filter: "alpha(opacity=75)";
  -ms-filter: "alpha(opacity=75)"; }

.mCSB_scrollTools .mCSB_buttonUp:active,
.mCSB_scrollTools .mCSB_buttonDown:active,
.mCSB_scrollTools .mCSB_buttonLeft:active,
.mCSB_scrollTools .mCSB_buttonRight:active {
  opacity: 0.9;
  filter: "alpha(opacity=90)";
  -ms-filter: "alpha(opacity=90)"; }

/* theme: "dark" */
.mCS-dark.mCSB_scrollTools .mCSB_draggerRail {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.15); }

.mCS-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.75); }

.mCS-dark.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
  background-color: rgba(0, 0, 0, 0.85); }

.mCS-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCS-dark.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar {
  background-color: rgba(0, 0, 0, 0.9); }

.mCS-dark.mCSB_scrollTools .mCSB_buttonUp {
  background-position: -80px 0; }

.mCS-dark.mCSB_scrollTools .mCSB_buttonDown {
  background-position: -80px -20px; }

.mCS-dark.mCSB_scrollTools .mCSB_buttonLeft {
  background-position: -80px -40px; }

.mCS-dark.mCSB_scrollTools .mCSB_buttonRight {
  background-position: -80px -56px; }

/* ---------------------------------------- */
/* theme: "light-2", "dark-2" */
.mCS-light-2.mCSB_scrollTools .mCSB_draggerRail,
.mCS-dark-2.mCSB_scrollTools .mCSB_draggerRail {
  width: 4px;
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.1);
  -webkit-border-radius: 1px;
  -moz-border-radius: 1px;
  border-radius: 1px; }

.mCS-light-2.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-dark-2.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  width: 4px;
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.75);
  -webkit-border-radius: 1px;
  -moz-border-radius: 1px;
  border-radius: 1px; }

.mCS-light-2.mCSB_scrollTools_horizontal .mCSB_draggerRail,
.mCS-dark-2.mCSB_scrollTools_horizontal .mCSB_draggerRail,
.mCS-light-2.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
.mCS-dark-2.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar {
  width: 100%;
  height: 4px;
  margin: 6px auto; }

.mCS-light-2.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.85); }

.mCS-light-2.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCS-light-2.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar {
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.9); }

.mCS-light-2.mCSB_scrollTools .mCSB_buttonUp {
  background-position: -32px 0; }

.mCS-light-2.mCSB_scrollTools .mCSB_buttonDown {
  background-position: -32px -20px; }

.mCS-light-2.mCSB_scrollTools .mCSB_buttonLeft {
  background-position: -40px -40px; }

.mCS-light-2.mCSB_scrollTools .mCSB_buttonRight {
  background-position: -40px -56px; }

/* theme: "dark-2" */
.mCS-dark-2.mCSB_scrollTools .mCSB_draggerRail {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.1);
  -webkit-border-radius: 1px;
  -moz-border-radius: 1px;
  border-radius: 1px; }

.mCS-dark-2.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.75);
  -webkit-border-radius: 1px;
  -moz-border-radius: 1px;
  border-radius: 1px; }

.mCS-dark-2.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.85); }

.mCS-dark-2.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCS-dark-2.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.9); }

.mCS-dark-2.mCSB_scrollTools .mCSB_buttonUp {
  background-position: -112px 0; }

.mCS-dark-2.mCSB_scrollTools .mCSB_buttonDown {
  background-position: -112px -20px; }

.mCS-dark-2.mCSB_scrollTools .mCSB_buttonLeft {
  background-position: -120px -40px; }

.mCS-dark-2.mCSB_scrollTools .mCSB_buttonRight {
  background-position: -120px -56px; }

/* ---------------------------------------- */
/* theme: "light-thick", "dark-thick" */
.mCS-light-thick.mCSB_scrollTools .mCSB_draggerRail,
.mCS-dark-thick.mCSB_scrollTools .mCSB_draggerRail {
  width: 4px;
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.1);
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px; }

.mCS-light-thick.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-dark-thick.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  width: 6px;
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.75);
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px; }

.mCS-light-thick.mCSB_scrollTools_horizontal .mCSB_draggerRail,
.mCS-dark-thick.mCSB_scrollTools_horizontal .mCSB_draggerRail {
  width: 100%;
  height: 4px;
  margin: 6px 0; }

.mCS-light-thick.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
.mCS-dark-thick.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar {
  width: 100%;
  height: 6px;
  margin: 5px auto; }

.mCS-light-thick.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.85); }

.mCS-light-thick.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCS-light-thick.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar {
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.9); }

.mCS-light-thick.mCSB_scrollTools .mCSB_buttonUp {
  background-position: -16px 0; }

.mCS-light-thick.mCSB_scrollTools .mCSB_buttonDown {
  background-position: -16px -20px; }

.mCS-light-thick.mCSB_scrollTools .mCSB_buttonLeft {
  background-position: -20px -40px; }

.mCS-light-thick.mCSB_scrollTools .mCSB_buttonRight {
  background-position: -20px -56px; }

/* theme: "dark-thick" */
.mCS-dark-thick.mCSB_scrollTools .mCSB_draggerRail {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.1);
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px; }

.mCS-dark-thick.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.75);
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px; }

.mCS-dark-thick.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.85); }

.mCS-dark-thick.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCS-dark-thick.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.9); }

.mCS-dark-thick.mCSB_scrollTools .mCSB_buttonUp {
  background-position: -96px 0; }

.mCS-dark-thick.mCSB_scrollTools .mCSB_buttonDown {
  background-position: -96px -20px; }

.mCS-dark-thick.mCSB_scrollTools .mCSB_buttonLeft {
  background-position: -100px -40px; }

.mCS-dark-thick.mCSB_scrollTools .mCSB_buttonRight {
  background-position: -100px -56px; }

/* ---------------------------------------- */
/* theme: "light-thin", "dark-thin" */
.mCS-light-thin.mCSB_scrollTools .mCSB_draggerRail {
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.1); }

.mCS-light-thin.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-dark-thin.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  width: 2px; }

.mCS-light-thin.mCSB_scrollTools_horizontal .mCSB_draggerRail,
.mCS-dark-thin.mCSB_scrollTools_horizontal .mCSB_draggerRail {
  width: 100%; }

.mCS-light-thin.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
.mCS-dark-thin.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar {
  width: 100%;
  height: 2px;
  margin: 7px auto; }

/* theme "dark-thin" */
.mCS-dark-thin.mCSB_scrollTools .mCSB_draggerRail {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.15); }

.mCS-dark-thin.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.75); }

.mCS-dark-thin.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.85); }

.mCS-dark-thin.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCS-dark-thin.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.9); }

.mCS-dark-thin.mCSB_scrollTools .mCSB_buttonUp {
  background-position: -80px 0; }

.mCS-dark-thin.mCSB_scrollTools .mCSB_buttonDown {
  background-position: -80px -20px; }

.mCS-dark-thin.mCSB_scrollTools .mCSB_buttonLeft {
  background-position: -80px -40px; }

.mCS-dark-thin.mCSB_scrollTools .mCSB_buttonRight {
  background-position: -80px -56px; }

/* ---------------------------------------- */
/* theme "rounded", "rounded-dark", "rounded-dots", "rounded-dots-dark" */
.mCS-rounded.mCSB_scrollTools .mCSB_draggerRail {
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.15); }

.mCS-rounded.mCSB_scrollTools .mCSB_dragger,
.mCS-rounded-dark.mCSB_scrollTools .mCSB_dragger,
.mCS-rounded-dots.mCSB_scrollTools .mCSB_dragger,
.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_dragger {
  height: 14px; }

.mCS-rounded.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-rounded-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-rounded-dots.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  width: 14px;
  margin: 0 1px; }

.mCS-rounded.mCSB_scrollTools_horizontal .mCSB_dragger,
.mCS-rounded-dark.mCSB_scrollTools_horizontal .mCSB_dragger,
.mCS-rounded-dots.mCSB_scrollTools_horizontal .mCSB_dragger,
.mCS-rounded-dots-dark.mCSB_scrollTools_horizontal .mCSB_dragger {
  width: 14px; }

.mCS-rounded.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
.mCS-rounded-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
.mCS-rounded-dots.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
.mCS-rounded-dots-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar {
  height: 14px;
  margin: 1px 0; }

.mCS-rounded.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded .mCSB_dragger_bar,
.mCS-rounded.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_dragger .mCSB_dragger_bar,
.mCS-rounded-dark.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded .mCSB_dragger_bar,
.mCS-rounded-dark.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_dragger .mCSB_dragger_bar {
  width: 16px;
  /* auto-expanded scrollbar */
  height: 16px;
  margin: -1px 0; }

.mCS-rounded.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded + .mCSB_draggerRail,
.mCS-rounded.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_draggerRail,
.mCS-rounded-dark.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded + .mCSB_draggerRail,
.mCS-rounded-dark.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_draggerRail {
  width: 4px;
  /* auto-expanded scrollbar */ }

.mCS-rounded.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded .mCSB_dragger_bar,
.mCS-rounded.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_dragger .mCSB_dragger_bar,
.mCS-rounded-dark.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded .mCSB_dragger_bar,
.mCS-rounded-dark.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_dragger .mCSB_dragger_bar {
  height: 16px;
  /* auto-expanded scrollbar */
  width: 16px;
  margin: 0 -1px; }

.mCS-rounded.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded + .mCSB_draggerRail,
.mCS-rounded.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_draggerRail,
.mCS-rounded-dark.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded + .mCSB_draggerRail,
.mCS-rounded-dark.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_draggerRail {
  height: 4px;
  /* auto-expanded scrollbar */
  margin: 6px 0; }

.mCS-rounded.mCSB_scrollTools .mCSB_buttonUp {
  background-position: 0 -72px; }

.mCS-rounded.mCSB_scrollTools .mCSB_buttonDown {
  background-position: 0 -92px; }

.mCS-rounded.mCSB_scrollTools .mCSB_buttonLeft {
  background-position: 0 -112px; }

.mCS-rounded.mCSB_scrollTools .mCSB_buttonRight {
  background-position: 0 -128px; }

/* theme "rounded-dark", "rounded-dots-dark" */
.mCS-rounded-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.75); }

.mCS-rounded-dark.mCSB_scrollTools .mCSB_draggerRail {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.15); }

.mCS-rounded-dark.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar,
.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.85); }

.mCS-rounded-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCS-rounded-dark.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar,
.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.9); }

.mCS-rounded-dark.mCSB_scrollTools .mCSB_buttonUp {
  background-position: -80px -72px; }

.mCS-rounded-dark.mCSB_scrollTools .mCSB_buttonDown {
  background-position: -80px -92px; }

.mCS-rounded-dark.mCSB_scrollTools .mCSB_buttonLeft {
  background-position: -80px -112px; }

.mCS-rounded-dark.mCSB_scrollTools .mCSB_buttonRight {
  background-position: -80px -128px; }

/* theme "rounded-dots", "rounded-dots-dark" */
.mCS-rounded-dots.mCSB_scrollTools_vertical .mCSB_draggerRail,
.mCS-rounded-dots-dark.mCSB_scrollTools_vertical .mCSB_draggerRail {
  width: 4px; }

.mCS-rounded-dots.mCSB_scrollTools .mCSB_draggerRail,
.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_draggerRail,
.mCS-rounded-dots.mCSB_scrollTools_horizontal .mCSB_draggerRail,
.mCS-rounded-dots-dark.mCSB_scrollTools_horizontal .mCSB_draggerRail {
  background-color: transparent;
  background-position: center; }

.mCS-rounded-dots.mCSB_scrollTools .mCSB_draggerRail,
.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_draggerRail {
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAgAAAAICAYAAADED76LAAAANElEQVQYV2NkIAAYiVbw//9/Y6DiM1ANJoyMjGdBbLgJQAX/kU0DKgDLkaQAvxW4HEvQFwCRcxIJK1XznAAAAABJRU5ErkJggg==");
  background-repeat: repeat-y;
  opacity: 0.3;
  filter: "alpha(opacity=30)";
  -ms-filter: "alpha(opacity=30)"; }

.mCS-rounded-dots.mCSB_scrollTools_horizontal .mCSB_draggerRail,
.mCS-rounded-dots-dark.mCSB_scrollTools_horizontal .mCSB_draggerRail {
  height: 4px;
  margin: 6px 0;
  background-repeat: repeat-x; }

.mCS-rounded-dots.mCSB_scrollTools .mCSB_buttonUp {
  background-position: -16px -72px; }

.mCS-rounded-dots.mCSB_scrollTools .mCSB_buttonDown {
  background-position: -16px -92px; }

.mCS-rounded-dots.mCSB_scrollTools .mCSB_buttonLeft {
  background-position: -20px -112px; }

.mCS-rounded-dots.mCSB_scrollTools .mCSB_buttonRight {
  background-position: -20px -128px; }

/* theme "rounded-dots-dark" */
.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_draggerRail {
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAgAAAAICAYAAADED76LAAAALElEQVQYV2NkIAAYSVFgDFR8BqrBBEifBbGRTfiPZhpYjiQFBK3A6l6CvgAAE9kGCd1mvgEAAAAASUVORK5CYII="); }

.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_buttonUp {
  background-position: -96px -72px; }

.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_buttonDown {
  background-position: -96px -92px; }

.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_buttonLeft {
  background-position: -100px -112px; }

.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_buttonRight {
  background-position: -100px -128px; }

/* ---------------------------------------- */
/* theme "3d", "3d-dark", "3d-thick", "3d-thick-dark" */
.mCS-3d.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-3d-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-3d-thick.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  background-repeat: repeat-y;
  background-image: -moz-linear-gradient(left, rgba(255, 255, 255, 0.5) 0%, rgba(255, 255, 255, 0) 100%);
  background-image: -webkit-gradient(linear, left top, right top, color-stop(0%, rgba(255, 255, 255, 0.5)), color-stop(100%, rgba(255, 255, 255, 0)));
  background-image: -webkit-linear-gradient(left, rgba(255, 255, 255, 0.5) 0%, rgba(255, 255, 255, 0) 100%);
  background-image: -o-linear-gradient(left, rgba(255, 255, 255, 0.5) 0%, rgba(255, 255, 255, 0) 100%);
  background-image: -ms-linear-gradient(left, rgba(255, 255, 255, 0.5) 0%, rgba(255, 255, 255, 0) 100%);
  background-image: linear-gradient(to right, rgba(255, 255, 255, 0.5) 0%, rgba(255, 255, 255, 0) 100%); }

.mCS-3d.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
.mCS-3d-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
.mCS-3d-thick.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
.mCS-3d-thick-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar {
  background-repeat: repeat-x;
  background-image: -moz-linear-gradient(top, rgba(255, 255, 255, 0.5) 0%, rgba(255, 255, 255, 0) 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(255, 255, 255, 0.5)), color-stop(100%, rgba(255, 255, 255, 0)));
  background-image: -webkit-linear-gradient(top, rgba(255, 255, 255, 0.5) 0%, rgba(255, 255, 255, 0) 100%);
  background-image: -o-linear-gradient(top, rgba(255, 255, 255, 0.5) 0%, rgba(255, 255, 255, 0) 100%);
  background-image: -ms-linear-gradient(top, rgba(255, 255, 255, 0.5) 0%, rgba(255, 255, 255, 0) 100%);
  background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0.5) 0%, rgba(255, 255, 255, 0) 100%); }

/* theme "3d", "3d-dark" */
.mCS-3d.mCSB_scrollTools_vertical .mCSB_dragger,
.mCS-3d-dark.mCSB_scrollTools_vertical .mCSB_dragger {
  height: 70px; }

.mCS-3d.mCSB_scrollTools_horizontal .mCSB_dragger,
.mCS-3d-dark.mCSB_scrollTools_horizontal .mCSB_dragger {
  width: 70px; }

.mCS-3d.mCSB_scrollTools,
.mCS-3d-dark.mCSB_scrollTools {
  opacity: 1;
  filter: "alpha(opacity=30)";
  -ms-filter: "alpha(opacity=30)"; }

.mCS-3d.mCSB_scrollTools .mCSB_draggerRail,
.mCS-3d.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-3d-dark.mCSB_scrollTools .mCSB_draggerRail,
.mCS-3d-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  -webkit-border-radius: 16px;
  -moz-border-radius: 16px;
  border-radius: 16px; }

.mCS-3d.mCSB_scrollTools .mCSB_draggerRail,
.mCS-3d-dark.mCSB_scrollTools .mCSB_draggerRail {
  width: 8px;
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.2);
  box-shadow: inset 1px 0 1px rgba(0, 0, 0, 0.5), inset -1px 0 1px rgba(255, 255, 255, 0.2); }

.mCS-3d.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-3d.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar,
.mCS-3d.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCS-3d.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar,
.mCS-3d-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-3d-dark.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar,
.mCS-3d-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCS-3d-dark.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar {
  background-color: #555; }

.mCS-3d.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-3d-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  width: 8px; }

.mCS-3d.mCSB_scrollTools_horizontal .mCSB_draggerRail,
.mCS-3d-dark.mCSB_scrollTools_horizontal .mCSB_draggerRail {
  width: 100%;
  height: 8px;
  margin: 4px 0;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.5), inset 0 -1px 1px rgba(255, 255, 255, 0.2); }

.mCS-3d.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
.mCS-3d-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar {
  width: 100%;
  height: 8px;
  margin: 4px auto; }

.mCS-3d.mCSB_scrollTools .mCSB_buttonUp {
  background-position: -32px -72px; }

.mCS-3d.mCSB_scrollTools .mCSB_buttonDown {
  background-position: -32px -92px; }

.mCS-3d.mCSB_scrollTools .mCSB_buttonLeft {
  background-position: -40px -112px; }

.mCS-3d.mCSB_scrollTools .mCSB_buttonRight {
  background-position: -40px -128px; }

/* theme "3d-dark" */
.mCS-3d-dark.mCSB_scrollTools .mCSB_draggerRail {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.1);
  box-shadow: inset 1px 0 1px rgba(0, 0, 0, 0.1); }

.mCS-3d-dark.mCSB_scrollTools_horizontal .mCSB_draggerRail {
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.1); }

.mCS-3d-dark.mCSB_scrollTools .mCSB_buttonUp {
  background-position: -112px -72px; }

.mCS-3d-dark.mCSB_scrollTools .mCSB_buttonDown {
  background-position: -112px -92px; }

.mCS-3d-dark.mCSB_scrollTools .mCSB_buttonLeft {
  background-position: -120px -112px; }

.mCS-3d-dark.mCSB_scrollTools .mCSB_buttonRight {
  background-position: -120px -128px; }

/* ---------------------------------------- */
/* theme: "3d-thick", "3d-thick-dark" */
.mCS-3d-thick.mCSB_scrollTools,
.mCS-3d-thick-dark.mCSB_scrollTools {
  opacity: 1;
  filter: "alpha(opacity=30)";
  -ms-filter: "alpha(opacity=30)"; }

.mCS-3d-thick.mCSB_scrollTools,
.mCS-3d-thick-dark.mCSB_scrollTools,
.mCS-3d-thick.mCSB_scrollTools .mCSB_draggerContainer,
.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_draggerContainer {
  -webkit-border-radius: 7px;
  -moz-border-radius: 7px;
  border-radius: 7px; }

.mCS-3d-thick.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px; }

.mCSB_inside + .mCS-3d-thick.mCSB_scrollTools_vertical,
.mCSB_inside + .mCS-3d-thick-dark.mCSB_scrollTools_vertical {
  right: 1px; }

.mCS-3d-thick.mCSB_scrollTools_vertical,
.mCS-3d-thick-dark.mCSB_scrollTools_vertical {
  box-shadow: inset 1px 0 1px rgba(0, 0, 0, 0.1), inset 0 0 14px rgba(0, 0, 0, 0.5); }

.mCS-3d-thick.mCSB_scrollTools_horizontal,
.mCS-3d-thick-dark.mCSB_scrollTools_horizontal {
  bottom: 1px;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.1), inset 0 0 14px rgba(0, 0, 0, 0.5); }

.mCS-3d-thick.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  box-shadow: inset 1px 0 0 rgba(255, 255, 255, 0.4);
  width: 12px;
  margin: 2px;
  position: absolute;
  height: auto;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0; }

.mCS-3d-thick.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
.mCS-3d-thick-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar {
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.4); }

.mCS-3d-thick.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-3d-thick.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar,
.mCS-3d-thick.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCS-3d-thick.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar {
  background-color: #555; }

.mCS-3d-thick.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
.mCS-3d-thick-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar {
  height: 12px;
  width: auto; }

.mCS-3d-thick.mCSB_scrollTools .mCSB_draggerContainer {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.05);
  box-shadow: inset 1px 1px 16px rgba(0, 0, 0, 0.1); }

.mCS-3d-thick.mCSB_scrollTools .mCSB_draggerRail {
  background-color: transparent; }

.mCS-3d-thick.mCSB_scrollTools .mCSB_buttonUp {
  background-position: -32px -72px; }

.mCS-3d-thick.mCSB_scrollTools .mCSB_buttonDown {
  background-position: -32px -92px; }

.mCS-3d-thick.mCSB_scrollTools .mCSB_buttonLeft {
  background-position: -40px -112px; }

.mCS-3d-thick.mCSB_scrollTools .mCSB_buttonRight {
  background-position: -40px -128px; }

/* theme: "3d-thick-dark" */
.mCS-3d-thick-dark.mCSB_scrollTools {
  box-shadow: inset 0 0 14px rgba(0, 0, 0, 0.2); }

.mCS-3d-thick-dark.mCSB_scrollTools_horizontal {
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.1), inset 0 0 14px rgba(0, 0, 0, 0.2); }

.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  box-shadow: inset 1px 0 0 rgba(255, 255, 255, 0.4), inset -1px 0 0 rgba(0, 0, 0, 0.2); }

.mCS-3d-thick-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar {
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.4), inset 0 -1px 0 rgba(0, 0, 0, 0.2); }

.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar,
.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar {
  background-color: #777; }

.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_draggerContainer {
  background-color: #fff;
  background-color: rgba(0, 0, 0, 0.05);
  box-shadow: inset 1px 1px 16px rgba(0, 0, 0, 0.1); }

.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_draggerRail {
  background-color: transparent; }

.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_buttonUp {
  background-position: -112px -72px; }

.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_buttonDown {
  background-position: -112px -92px; }

.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_buttonLeft {
  background-position: -120px -112px; }

.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_buttonRight {
  background-position: -120px -128px; }

/* ---------------------------------------- */
/* theme: "minimal", "minimal-dark" */
.mCSB_outside + .mCS-minimal.mCSB_scrollTools_vertical,
.mCSB_outside + .mCS-minimal-dark.mCSB_scrollTools_vertical {
  right: 0;
  margin: 12px 0; }

.mCustomScrollBox.mCS-minimal + .mCSB_scrollTools.mCSB_scrollTools_horizontal,
.mCustomScrollBox.mCS-minimal + .mCSB_scrollTools + .mCSB_scrollTools.mCSB_scrollTools_horizontal,
.mCustomScrollBox.mCS-minimal-dark + .mCSB_scrollTools.mCSB_scrollTools_horizontal,
.mCustomScrollBox.mCS-minimal-dark + .mCSB_scrollTools + .mCSB_scrollTools.mCSB_scrollTools_horizontal {
  bottom: 0;
  margin: 0 12px; }

/* RTL direction/left-side scrollbar */
.mCS-dir-rtl > .mCSB_outside + .mCS-minimal.mCSB_scrollTools_vertical,
.mCS-dir-rtl > .mCSB_outside + .mCS-minimal-dark.mCSB_scrollTools_vertical {
  left: 0;
  right: auto; }

.mCS-minimal.mCSB_scrollTools .mCSB_draggerRail,
.mCS-minimal-dark.mCSB_scrollTools .mCSB_draggerRail {
  background-color: transparent; }

.mCS-minimal.mCSB_scrollTools_vertical .mCSB_dragger,
.mCS-minimal-dark.mCSB_scrollTools_vertical .mCSB_dragger {
  height: 50px; }

.mCS-minimal.mCSB_scrollTools_horizontal .mCSB_dragger,
.mCS-minimal-dark.mCSB_scrollTools_horizontal .mCSB_dragger {
  width: 50px; }

.mCS-minimal.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.2);
  filter: "alpha(opacity=20)";
  -ms-filter: "alpha(opacity=20)"; }

.mCS-minimal.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCS-minimal.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar {
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.5);
  filter: "alpha(opacity=50)";
  -ms-filter: "alpha(opacity=50)"; }

/* theme: "minimal-dark" */
.mCS-minimal-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.2);
  filter: "alpha(opacity=20)";
  -ms-filter: "alpha(opacity=20)"; }

.mCS-minimal-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCS-minimal-dark.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.5);
  filter: "alpha(opacity=50)";
  -ms-filter: "alpha(opacity=50)"; }

/* ---------------------------------------- */
/* theme "light-3", "dark-3" */
.mCS-light-3.mCSB_scrollTools .mCSB_draggerRail,
.mCS-dark-3.mCSB_scrollTools .mCSB_draggerRail {
  width: 6px;
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.2); }

.mCS-light-3.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-dark-3.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  width: 6px; }

.mCS-light-3.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
.mCS-dark-3.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
.mCS-light-3.mCSB_scrollTools_horizontal .mCSB_draggerRail,
.mCS-dark-3.mCSB_scrollTools_horizontal .mCSB_draggerRail {
  width: 100%;
  height: 6px;
  margin: 5px 0; }

.mCS-light-3.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded + .mCSB_draggerRail,
.mCS-light-3.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_draggerRail,
.mCS-dark-3.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded + .mCSB_draggerRail,
.mCS-dark-3.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_draggerRail {
  width: 12px; }

.mCS-light-3.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded + .mCSB_draggerRail,
.mCS-light-3.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_draggerRail,
.mCS-dark-3.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded + .mCSB_draggerRail,
.mCS-dark-3.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_draggerRail {
  height: 12px;
  margin: 2px 0; }

.mCS-light-3.mCSB_scrollTools .mCSB_buttonUp {
  background-position: -32px -72px; }

.mCS-light-3.mCSB_scrollTools .mCSB_buttonDown {
  background-position: -32px -92px; }

.mCS-light-3.mCSB_scrollTools .mCSB_buttonLeft {
  background-position: -40px -112px; }

.mCS-light-3.mCSB_scrollTools .mCSB_buttonRight {
  background-position: -40px -128px; }

/* theme "dark-3" */
.mCS-dark-3.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.75); }

.mCS-dark-3.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.85); }

.mCS-dark-3.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCS-dark-3.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.9); }

.mCS-dark-3.mCSB_scrollTools .mCSB_draggerRail {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.1); }

.mCS-dark-3.mCSB_scrollTools .mCSB_buttonUp {
  background-position: -112px -72px; }

.mCS-dark-3.mCSB_scrollTools .mCSB_buttonDown {
  background-position: -112px -92px; }

.mCS-dark-3.mCSB_scrollTools .mCSB_buttonLeft {
  background-position: -120px -112px; }

.mCS-dark-3.mCSB_scrollTools .mCSB_buttonRight {
  background-position: -120px -128px; }

/* ---------------------------------------- */
/* theme "inset", "inset-dark", "inset-2", "inset-2-dark", "inset-3", "inset-3-dark" */
.mCS-inset.mCSB_scrollTools .mCSB_draggerRail,
.mCS-inset-dark.mCSB_scrollTools .mCSB_draggerRail,
.mCS-inset-2.mCSB_scrollTools .mCSB_draggerRail,
.mCS-inset-2-dark.mCSB_scrollTools .mCSB_draggerRail,
.mCS-inset-3.mCSB_scrollTools .mCSB_draggerRail,
.mCS-inset-3-dark.mCSB_scrollTools .mCSB_draggerRail {
  width: 12px;
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.2); }

.mCS-inset.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-inset-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-inset-2.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-inset-2-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-inset-3.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-inset-3-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  width: 6px;
  margin: 3px 5px;
  position: absolute;
  height: auto;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0; }

.mCS-inset.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
.mCS-inset-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
.mCS-inset-2.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
.mCS-inset-2-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
.mCS-inset-3.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
.mCS-inset-3-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar {
  height: 6px;
  margin: 5px 3px;
  position: absolute;
  width: auto;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0; }

.mCS-inset.mCSB_scrollTools_horizontal .mCSB_draggerRail,
.mCS-inset-dark.mCSB_scrollTools_horizontal .mCSB_draggerRail,
.mCS-inset-2.mCSB_scrollTools_horizontal .mCSB_draggerRail,
.mCS-inset-2-dark.mCSB_scrollTools_horizontal .mCSB_draggerRail,
.mCS-inset-3.mCSB_scrollTools_horizontal .mCSB_draggerRail,
.mCS-inset-3-dark.mCSB_scrollTools_horizontal .mCSB_draggerRail {
  width: 100%;
  height: 12px;
  margin: 2px 0; }

.mCS-inset.mCSB_scrollTools .mCSB_buttonUp,
.mCS-inset-2.mCSB_scrollTools .mCSB_buttonUp,
.mCS-inset-3.mCSB_scrollTools .mCSB_buttonUp {
  background-position: -32px -72px; }

.mCS-inset.mCSB_scrollTools .mCSB_buttonDown,
.mCS-inset-2.mCSB_scrollTools .mCSB_buttonDown,
.mCS-inset-3.mCSB_scrollTools .mCSB_buttonDown {
  background-position: -32px -92px; }

.mCS-inset.mCSB_scrollTools .mCSB_buttonLeft,
.mCS-inset-2.mCSB_scrollTools .mCSB_buttonLeft,
.mCS-inset-3.mCSB_scrollTools .mCSB_buttonLeft {
  background-position: -40px -112px; }

.mCS-inset.mCSB_scrollTools .mCSB_buttonRight,
.mCS-inset-2.mCSB_scrollTools .mCSB_buttonRight,
.mCS-inset-3.mCSB_scrollTools .mCSB_buttonRight {
  background-position: -40px -128px; }

/* theme "inset-dark", "inset-2-dark", "inset-3-dark" */
.mCS-inset-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-inset-2-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-inset-3-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.75); }

.mCS-inset-dark.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar,
.mCS-inset-2-dark.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar,
.mCS-inset-3-dark.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.85); }

.mCS-inset-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCS-inset-dark.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar,
.mCS-inset-2-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCS-inset-2-dark.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar,
.mCS-inset-3-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCS-inset-3-dark.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.9); }

.mCS-inset-dark.mCSB_scrollTools .mCSB_draggerRail,
.mCS-inset-2-dark.mCSB_scrollTools .mCSB_draggerRail,
.mCS-inset-3-dark.mCSB_scrollTools .mCSB_draggerRail {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.1); }

.mCS-inset-dark.mCSB_scrollTools .mCSB_buttonUp,
.mCS-inset-2-dark.mCSB_scrollTools .mCSB_buttonUp,
.mCS-inset-3-dark.mCSB_scrollTools .mCSB_buttonUp {
  background-position: -112px -72px; }

.mCS-inset-dark.mCSB_scrollTools .mCSB_buttonDown,
.mCS-inset-2-dark.mCSB_scrollTools .mCSB_buttonDown,
.mCS-inset-3-dark.mCSB_scrollTools .mCSB_buttonDown {
  background-position: -112px -92px; }

.mCS-inset-dark.mCSB_scrollTools .mCSB_buttonLeft,
.mCS-inset-2-dark.mCSB_scrollTools .mCSB_buttonLeft,
.mCS-inset-3-dark.mCSB_scrollTools .mCSB_buttonLeft {
  background-position: -120px -112px; }

.mCS-inset-dark.mCSB_scrollTools .mCSB_buttonRight,
.mCS-inset-2-dark.mCSB_scrollTools .mCSB_buttonRight,
.mCS-inset-3-dark.mCSB_scrollTools .mCSB_buttonRight {
  background-position: -120px -128px; }

/* theme "inset-2", "inset-2-dark" */
.mCS-inset-2.mCSB_scrollTools .mCSB_draggerRail,
.mCS-inset-2-dark.mCSB_scrollTools .mCSB_draggerRail {
  background-color: transparent;
  border-width: 1px;
  border-style: solid;
  border-color: #fff;
  border-color: rgba(255, 255, 255, 0.2);
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

.mCS-inset-2-dark.mCSB_scrollTools .mCSB_draggerRail {
  border-color: #000;
  border-color: rgba(0, 0, 0, 0.2); }

/* theme "inset-3", "inset-3-dark" */
.mCS-inset-3.mCSB_scrollTools .mCSB_draggerRail {
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.6); }

.mCS-inset-3-dark.mCSB_scrollTools .mCSB_draggerRail {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.6); }

.mCS-inset-3.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.75); }

.mCS-inset-3.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.85); }

.mCS-inset-3.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCS-inset-3.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.9); }

.mCS-inset-3-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.75); }

.mCS-inset-3-dark.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.85); }

.mCS-inset-3-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCS-inset-3-dark.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar {
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.9); }

/* ---------------------------------------- */
.added-cart {
  background-color: #030405;
  width: 100%;
  position: fixed;
  bottom: 0;
  z-index: 9;
  transform: translateY(100%);
  padding: 24px 0;
  -webkit-transition: .3s transform ease-in-out;
  transition: .3s transform ease-in-out; }
  .added-cart .grid-container {
    background-color: #030405; }
  .added-cart.visible {
    transform: translateY(0); }
  .added-cart__column {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center; }
  .added-cart__title {
    font-size: 16px;
    font-weight: 700;
    line-height: 20px;
    letter-spacing: 0.02em; }
  @media screen and (max-width: 47.99999em) {
    .added-cart__content {
      margin-top: 0 !important;
      order: -1; } }
  .added-cart__content p {
    margin-bottom: 5px;
    color: #fff; }
    .added-cart__content p:last-child {
      margin-bottom: 0; }
  @media screen and (max-width: 47.99999em) {
    .added-cart .button {
      width: 100%;
      text-align: center;
      margin-bottom: 20px; }
      .added-cart .button:first-child {
        order: 1;
        margin-bottom: 0; }
    .added-cart__content {
      width: 100%;
      margin: 24px 0; } }
  .added-cart .icon__cart {
    position: relative;
    display: inline-block; }
    .added-cart .icon__cart i {
      color: #fff;
      font-size: 32px; }
    .added-cart .icon__cart .cart-counter {
      width: 24px;
      height: 24px;
      background-color: #ed7006;
      border: 1px solid #fff;
      border-radius: 24px;
      display: flex;
      align-items: center;
      justify-content: center; }
      .added-cart .icon__cart .cart-counter-container {
        position: absolute;
        bottom: 22px;
        right: -50%; }
      .added-cart .icon__cart .cart-counter span {
        color: #fff;
        font-weight: 700;
        font-family: "Lato", sans-serif;
        font-size: 12px; }

.scroll-top {
  width: 50px;
  height: 50px;
  background: #ed7006;
  position: fixed;
  bottom: 20px;
  right: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 1;
  opacity: 0;
  box-shadow: 0px 28px 37.6px 2.4px rgba(0, 0, 0, 0.04), 0px 11px 51.94px 1.06px rgba(0, 0, 0, 0.16);
  -webkit-transition: .3s opacity ease-in-out;
  transition: .3s opacity ease-in-out; }
  .scroll-top:hover {
    cursor: pointer; }
  .scroll-top:after {
    content: "\f106";
    font-family: "Font Awesome 5 Pro";
    justify-content: center;
    align-items: center;
    color: #fff;
    font-size: 26px;
    font-weight: 300; }
  .scroll-top.visible {
    opacity: 1; }

.audio-toggle {
  display: none;
  position: absolute;
  bottom: 40px;
  right: 40px;
  z-index: 2;
  width: 64px;
  height: 64px;
  background-color: rgba(3, 4, 5, 0.7);
  justify-content: center;
  align-items: center;
  border-radius: 64px;
  -webkit-transition: .3s all ease-in-out;
  transition: .3s all ease-in-out; }
  @media print, screen and (min-width: 48em) {
    .audio-toggle {
      display: flex; } }
  .audio-toggle:hover {
    cursor: pointer;
    background-color: #030405;
    box-shadow: 0px 20px 28.2px 1.8px rgba(0, 0, 0, 0.04), 0px 8px 40.18px 0.82px rgba(0, 0, 0, 0.16); }
  .audio-toggle:after {
    content: "\f028";
    font-family: "Font Awesome 5 Pro";
    font-weight: 700;
    color: #fff;
    font-size: 22px; }
  .audio-toggle.disabled:after {
    content: "\f2e2"; }

.custom-select__wrapper {
  position: relative; }
  .custom-select__wrapper:after {
    content: '\f107';
    color: #666;
    font-family: "Font Awesome 5 Pro";
    font-size: 24px;
    height: 18px;
    line-height: 1;
    position: absolute;
    display: inline-block;
    top: 50%;
    right: 16px;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
    pointer-events: none;
    -webkit-transition: .3s all ease-in-out;
    transition: .3s all ease-in-out; }
  .custom-select__wrapper select {
    padding: 0 20px;
    font-weight: 700;
    height: 64px;
    position: relative;
    background-image: none; }

.footer {
  border-top: 1px solid #e5e5e5; }
  .footer--padding {
    padding: 24px 0; }
    @media print, screen and (min-width: 48em) {
      .footer--padding {
        padding: 40px 0; } }
    .footer--padding-big {
      padding: 32px 0; }
      @media print, screen and (min-width: 48em) {
        .footer--padding-big {
          padding: 40px 0; } }
      @media print, screen and (min-width: 64em) {
        .footer--padding-big {
          padding: 64px 0; } }
  .footer__list, .footer__social-list, .footer__info-list {
    list-style: none;
    margin: 0; }
  .footer__list, .footer__info-list {
    padding: 0; }
  .footer__menu {
    text-align: center;
    padding: 40px 0; }
    @media print, screen and (min-width: 48em) {
      .footer__menu {
        text-align: left; } }
    @media print, screen and (min-width: 48em) {
      .footer__menu .cell {
        margin-bottom: 16px; } }
    @media print, screen and (min-width: 64em) {
      .footer__menu {
        padding: 64px 0 80px; }
        .footer__menu .cell {
          margin-bottom: 0; } }
  .footer__list {
    text-align: center;
    margin-bottom: 24px; }
    @media print, screen and (min-width: 48em) {
      .footer__list {
        text-align: left;
        margin-bottom: 0; } }
    .footer__list-brand-info {
      color: #030405; }
  .footer__item {
    margin-bottom: 4px;
    font-size: 16px; }
    @media print, screen and (min-width: 60.0625em) {
      .footer__item {
        font-size: 15px; } }
    .footer__item-link {
      display: block;
      color: #999;
      font-size: 16px; }
      @media screen and (max-width: 47.99999em) {
        .footer__item-link {
          padding: 4px 16px; } }
      @media print, screen and (min-width: 60.0625em) {
        .footer__item-link {
          font-size: 15px; } }
    .footer__item:first-child {
      color: #030405;
      font-weight: 700; }
      .footer__item:first-child .footer__item-link {
        color: #030405;
        font-weight: 700; }
    .footer__item.payment {
      margin-bottom: 8px;
      display: inline-block;
      margin-right: 8px; }
      @media print, screen and (min-width: 48em) {
        .footer__item.payment {
          margin-right: 0;
          display: block; } }
      .footer__item.payment:nth-child(even) {
        margin-right: 8px; }
        @media print, screen and (min-width: 48em) {
          .footer__item.payment:nth-child(even) {
            float: left; } }
      .footer__item.payment img {
        height: 40px;
        background-color: #f2f2f2; }
  .footer__info-container {
    justify-content: center;
    align-items: center;
    flex-wrap: wrap; }
    @media print, screen and (min-width: 48em) {
      .footer__info-container {
        display: flex; } }
    @media (min-width: 860px) {
      .footer__info-container {
        justify-content: space-between; } }
  .footer__info-list {
    text-align: center; }
    .footer__info-list:last-child .footer__info-list__item:last-child {
      margin-right: 0;
      margin-bottom: 0; }
    .footer__info-list__item {
      margin-bottom: 8px; }
      @media print, screen and (min-width: 48em) {
        .footer__info-list__item {
          display: inline-block;
          margin-right: 40px;
          margin-bottom: 0; } }
      @media print, screen and (min-width: 64em) {
        .footer__info-list__item {
          margin-right: 80px;
          font-size: 14px; } }
  .footer__social-list {
    box-shadow: inset 0 -1px 0 0 #e5e5e5, inset 0 1px 0 0 #e5e5e5;
    display: flex;
    justify-content: center; }
    .footer__social-list__item {
      margin-right: 32px; }
      .footer__social-list__item:last-child {
        margin-right: 0; }
    .footer__social-list__link {
      padding: 8px; }
      .footer__social-list__link:after {
        font-family: "Font Awesome 5 Brands";
        font-size: 28px;
        color: #030405; }
        @media print, screen and (min-width: 48em) {
          .footer__social-list__link:after {
            font-size: 26px; } }
        @media print, screen and (min-width: 64em) {
          .footer__social-list__link:after {
            font-size: 24px; } }
      .footer__social-list__link.facebook:after {
        content: "\f09a"; }
      .footer__social-list__link.twitter:after {
        content: "\f099"; }
      .footer__social-list__link.youtube:after {
        content: "\f167"; }
      .footer__social-list__link.instagram:after {
        content: "\f16d"; }
  @media screen and (max-width: 47.99999em) {
    .footer .button__map, .footer a[href^="tel:"] {
      display: block;
      background-color: #f2f2f2;
      font-weight: 700;
      letter-spacing: 0.1em;
      font-family: "DIN Next CYR", sans-serif;
      font-size: 14px;
      vertical-align: middle;
      color: #666;
      padding: 16px; } }

.latest-news__section .section__title-button {
  padding-top: 0; }

.latest-news__section .button {
  margin-top: 24px; }
  @media print, screen and (min-width: 60.0625em) {
    .latest-news__section .button {
      margin-top: 0; } }

.latest-news__section .block-f {
  padding-top: 0; }

.latest-news__column {
  margin-bottom: 16px; }
  @media print, screen and (min-width: 48em) {
    .latest-news__column {
      margin-bottom: 40px; } }
  @media print, screen and (min-width: 60.0625em) {
    .latest-news__column {
      margin-bottom: 0; } }

.breadcrumbs-container.breadcrumbs-container--show-for-medium,
.item-show-for-medium {
  display: none; }
  @media print, screen and (min-width: 48em) {
    .breadcrumbs-container.breadcrumbs-container--show-for-medium,
    .item-show-for-medium {
      display: block; } }

.product-slider {
  position: relative; }

.pagenav {
  list-style: none;
  margin: 0;
  padding: 16px 0; }
  .pagenav__link {
    font-size: 14px;
    color: #999;
    -webkit-transition: .3s all ease-in-out;
    transition: .3s all ease-in-out; }
    .pagenav__link i[class*=fa] {
      font-size: 16px;
      color: #030405;
      margin-left: 8px; }
    .pagenav__link:hover, .pagenav__link:focus {
      color: #030405; }

.utils {
  padding: 8px 0;
  background-color: #f2f2f2; }
  .utils__list {
    list-style: none;
    margin: 0;
    padding: 0; }
  .utils__link {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: #7f7f7f;
    font-size: 12px;
    text-transform: uppercase;
    font-weight: 500;
    letter-spacing: 1px; }
    .utils__link i[class*=fa] {
      font-size: 16px; }
    .utils__link span {
      margin-left: 8px; }
  .utils.utils--show-for-small {
    display: block; }
    @media print, screen and (min-width: 48em) {
      .utils.utils--show-for-small {
        display: none; } }

.share-button {
  position: relative; }
  .share-button__icon {
    font-weight: 400;
    font-style: normal;
    font-size: 18px; }
    .share-button__icon::after {
      content: '\e80d';
      font-family: "Material Icons"; }

.share-list {
  list-style: none;
  margin: 0;
  padding: 0; }
  .share-list > li {
    padding: 0;
    margin-bottom: 8px; }
    .share-list > li:last-child {
      margin-bottom: 0; }
  .share-list__link {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: #999;
    font-size: 14px;
    -webkit-transition: .3s all ease-in-out;
    transition: .3s all ease-in-out; }
    .share-list__link i[class*=fa] {
      color: #030405;
      font-size: 16px;
      min-width: 20px; }
    .share-list__link span {
      margin-left: 8px; }
    .share-list__link:hover, .share-list__link:focus {
      color: #030405; }

.utils-dropdown {
  background-color: #fff;
  border: none;
  padding-right: 40px;
  box-shadow: 0px 39px 56.4px 3.6px rgba(0, 0, 0, 0.04), 0px 15px 79.38px 1.62px rgba(0, 0, 0, 0.16); }
  .utils-dropdown p:last-child {
    margin-bottom: 0; }

.product-slider {
  position: relative; }
  .product-slider__badge {
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    z-index: 3; }
    @media print, screen and (min-width: 48em) {
      .product-slider__badge {
        top: 0;
        right: 24px;
        left: inherit; } }
  .product-slider__badge.badge--custom {
    width: 4.875rem;
    height: 2.5rem;
    background-image: url(../images/svg/logo-custom.svg);
    background-repeat: no-repeat;
    background-size: contain; }
    @media print, screen and (min-width: 48em) {
      .product-slider__badge.badge--custom {
        width: 6.875rem;
        height: 3.5rem; } }
  .product-slider .swiper-slide {
    width: 100% !important; }

.price {
  color: #030405;
  font-family: "Lato", sans-serif;
  text-transform: uppercase;
  font-weight: 900;
  font-size: 32px;
  line-height: 32px; }
  @media screen and (min-width: 85.375em) {
    .price {
      font-size: 40px;
      line-height: 40px; } }
  .price__decimal {
    font-size: 24px; }
  .price .old-price {
    font-size: 16px;
    text-align: right;
    line-height: 1;
    color: #666;
    font-weight: 500;
    text-decoration: line-through; }

.button-select {
  position: relative;
  display: block;
  padding: 0;
  margin: 0;
  height: 60px;
  z-index: 2;
  width: 100%; }
  @media (min-width: 430px) {
    .button-select {
      width: calc(100% - 116px); } }
  @media screen and (min-width: 85.375em) {
    .button-select {
      width: 100%; } }
  @media (min-width: 1380px) {
    .button-select {
      width: calc(100% - 116px); } }
  .button-select::after {
    content: '\f107';
    color: #666;
    font-family: "Font Awesome 5 Pro";
    font-size: 24px;
    height: 18px;
    line-height: 1;
    position: absolute;
    display: inline-block;
    top: 50%;
    right: 16px;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
    -webkit-transform-origin: center center;
    -ms-transform-origin: center center;
    transform-origin: center center;
    pointer-events: none;
    -webkit-transition: .3s all ease-in-out;
    transition: .3s all ease-in-out; }
  .button-select-container {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between; }
    .button-select-container .custom-select__wrapper {
      width: 100%; }
      @media (min-width: 430px) {
        .button-select-container .custom-select__wrapper {
          width: 100px; } }
      @media screen and (min-width: 85.375em) {
        .button-select-container .custom-select__wrapper {
          width: 100%; } }
      @media (min-width: 1380px) {
        .button-select-container .custom-select__wrapper {
          width: 100px; } }
  .button-select__label {
    width: 100%;
    margin-bottom: 16px; }
  .button-select__placeholder {
    display: block;
    cursor: pointer;
    height: 60px;
    background-color: #fff;
    padding: 0;
    font-size: 12px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center; }
    @media print, screen and (min-width: 48em) {
      .button-select__placeholder {
        font-size: 14px; } }
    .button-select__placeholder-inner {
      padding: 0 48px 0 16px;
      width: 100%;
      -webkit-transition: .3s all ease-in-out;
      transition: .3s all ease-in-out; }
  .button-select__list {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    margin: 0;
    padding: 0;
    border: 2px solid #e5e5e5;
    background-color: #fff; }
  .button-select__item {
    display: none;
    height: 60px;
    padding: 0 48px 0 16px;
    cursor: pointer;
    font-size: 12px;
    line-height: 60px;
    -webkit-transition: .3s all ease-in-out;
    transition: .3s all ease-in-out; }
    @media print, screen and (min-width: 48em) {
      .button-select__item {
        font-size: 14px; } }
    .button-select__item:hover, .button-select__item:focus {
      background-color: #e5e5e5; }
  .button-select__body {
    max-height: 210px;
    overflow: hidden;
    overflow-y: auto; }
  .button-select.is-open::after {
    content: '\f106'; }
  .button-select.is-open .button-select__list {
    border-color: #030405;
    box-shadow: 0px 39px 56.4px 3.6px rgba(0, 0, 0, 0.04), 0px 15px 79.38px 1.62px rgba(0, 0, 0, 0.16); }
  .button-select.is-open .button-select__item {
    display: block; }
  .button-select.is-open .button-select__placeholder {
    background-color: #f2f2f2; }

.variant {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 16px; }
  @media print, screen and (min-width: 48em) {
    .variant {
      -webkit-box-pack: justify;
      -ms-flex-pack: justify;
      justify-content: space-between; } }
  .variant__wrap-image {
    margin-right: 8px;
    max-width: 74px; }
  .variant__data {
    font-size: 12px; }
    @media print, screen and (min-width: 48em) {
      .variant__data {
        font-size: 14px; } }
    .variant__data span {
      position: relative;
      display: block;
      line-height: normal; }
  .variant__price {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    color: #030405;
    text-align: right;
    font-weight: 400; }
    .variant__price del {
      font-weight: 400;
      font-size: 14px; }
    @media screen and (max-width: 47.99999em) {
      .variant__price.variant__price--hide-for-small {
        display: none; } }

.button-group.button-group--flex {
  list-style: none;
  margin: 0;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }
  .button-group.button-group--flex > li {
    margin-bottom: 16px;
    -webkit-box-flex: 1;
    -ms-flex: 1 0 auto;
    flex: 1 0 auto; }
    @media screen and (min-width: 85.375em) {
      .button-group.button-group--flex > li {
        margin-right: 16px; } }
    .button-group.button-group--flex > li:last-child {
      margin-right: 0;
      -ms-flex-order: -1;
      -webkit-order: -1;
      order: -1; }
      @media screen and (min-width: 85.375em) {
        .button-group.button-group--flex > li:last-child {
          -ms-flex-order: inherit;
          -webkit-order: inherit;
          order: inherit; } }
  .button-group.button-group--flex .button {
    padding: 22px 30px; }

.button-double {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%; }
  .button-double .button {
    -webkit-box-flex: 1;
    -ms-flex: 1 0 auto;
    flex: 1 0 auto; }
  .button-double__button i[class*=fa-] {
    vertical-align: middle;
    -webkit-transition: .3s all ease-in-out;
    transition: .3s all ease-in-out; }
  .button-double__button.button-double__button--small {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    padding: 16px;
    margin-left: 1px;
    width: 60px;
    position: relative; }
    .button-double__button.button-double__button--small i {
      position: absolute;
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%);
      font-size: 18px; }
  .button-double__button.is-active i[class*=fa-] {
    font-weight: 900; }

.button-cart {
  position: relative; }
  .button-cart__success-icon {
    opacity: 0;
    overflow: hidden;
    width: 0;
    height: 0;
    visibility: hidden;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%) scale(0);
    -ms-transform: translate(-50%, -50%) scale(0);
    transform: translate(-50%, -50%) scale(0);
    -webkit-transition: .3s all ease-in-out;
    transition: .3s all ease-in-out; }
  .button-cart.is-active {
    background-color: #5cb85c; }
    .button-cart.is-active .button-cart__label {
      opacity: 0;
      overflow: hidden;
      width: 0;
      height: 0;
      visibility: hidden; }
    .button-cart.is-active .button-cart__success-icon {
      opacity: 1;
      overflow: visible;
      width: auto;
      height: auto;
      visibility: visible;
      -webkit-transform: translate(-50%, -50%) scale(1);
      -ms-transform: translate(-50%, -50%) scale(1);
      transform: translate(-50%, -50%) scale(1); }

.product-utils {
  list-style: none;
  margin: 0;
  padding: 0; }
  .product-utils__item {
    padding: 16px 0;
    border-bottom: 1px solid #e5e5e5;
    font-size: 14px;
    text-transform: uppercase;
    letter-spacing: 1px; }
    .product-utils__item:first-of-type {
      border-top: 1px solid #e5e5e5; }
    @media print, screen and (min-width: 48em) {
      .product-utils__item {
        text-transform: none;
        letter-spacing: 0; }
        .product-utils__item:not(.product-utils__item--accordion) {
          border: none;
          padding: 0;
          margin-bottom: 8px; } }
  @media print, screen and (min-width: 48em) {
    .product-utils__item.product-utils__item--accordion {
      margin-bottom: 16px; } }
  .product-utils .accordion-title {
    padding: 0;
    font-size: 14px;
    text-transform: uppercase;
    letter-spacing: 1px; }
  .product-utils .accordion-content {
    margin-top: 8px; }
    .product-utils .accordion-content p:last-child {
      margin-bottom: 0; }

.product-detail {
  background-color: #fff; }
  @media print, screen and (min-width: 48em) {
    .product-detail {
      padding-right: 0;
      padding-left: 0;
      max-width: 120rem;
      margin: 0 auto; } }
  @media print, screen and (min-width: 48em) {
    .product-detail__container {
      padding-left: 2.5rem;
      padding-right: 2.5rem; } }
  @media screen and (min-width: 85.375em) {
    .product-detail__container {
      padding-left: 5rem;
      padding-right: 5rem; } }
  @media print, screen and (min-width: 48em) {
    .product-detail__grid {
      display: flex;
      flex-flow: row wrap;
      margin-right: -0.625rem;
      margin-left: -0.625rem; } }
  @media print, screen and (min-width: 48em) and (min-width: 48em) {
    .product-detail__grid {
      margin-right: -1.25rem;
      margin-left: -1.25rem; } }
  .product-detail__item {
    padding-top: 40px;
    padding-bottom: 40px;
    padding-left: 1rem;
    padding-right: 1rem; }
    @media print, screen and (min-width: 48em) {
      .product-detail__item {
        flex: 0 0 auto;
        min-height: 0px;
        min-width: 0px;
        width: calc(100% - 2.5rem);
        margin-right: 1.25rem;
        margin-left: 1.25rem;
        padding-left: 0.625rem;
        padding-right: 0.625rem;
        margin: 0;
        width: 100%; } }
  @media print, screen and (min-width: 48em) and (min-width: 48em) {
    .product-detail__item {
      padding-left: 1.25rem;
      padding-right: 1.25rem; } }
    @media screen and (min-width: 85.375em) {
      .product-detail__item:first-child {
        width: calc(33.33333% - 2.5rem);
        margin-right: 1.25rem;
        margin-left: 1.25rem;
        padding-left: 0.625rem;
        padding-right: 0.625rem;
        margin: 0; } }
  @media screen and (min-width: 85.375em) and (min-width: 48em) {
    .product-detail__item:first-child {
      padding-left: 1.25rem;
      padding-right: 1.25rem; } }
    @media screen and (min-width: 85.375em) {
      .product-detail__item:nth-child(2) {
        flex: 1 1 0px;
        width: auto;
        margin-right: 1.25rem;
        margin-left: 1.25rem;
        padding-left: 0.625rem;
        padding-right: 0.625rem;
        margin: 0; } }
  @media screen and (min-width: 85.375em) and (min-width: 48em) {
    .product-detail__item:nth-child(2) {
      padding-left: 1.25rem;
      padding-right: 1.25rem; } }
  .product-detail__item.product-detail__item--bg {
    background-color: #f2f2f2; }
    @media print, screen and (min-width: 48em) {
      .product-detail__item.product-detail__item--bg {
        background-color: transparent; } }
    .product-detail__item.product-detail__item--bg .product-detail__header {
      border-bottom: none; }
      @media print, screen and (min-width: 48em) {
        .product-detail__item.product-detail__item--bg .product-detail__header {
          border-bottom: 1px solid #e5e5e5; } }
  .product-detail__header {
    padding-bottom: 24px;
    border-bottom: 1px solid #e5e5e5; }
  .product-detail__title {
    font-size: 24px;
    line-height: normal;
    margin-bottom: 0; }
    @media print, screen and (min-width: 48em) {
      .product-detail__title {
        font-size: 16px; } }
    .product-detail__title + .product-detail__text {
      margin-top: 24px;
      margin-bottom: 0; }
      .product-detail__title + .product-detail__text p:last-child {
        margin-bottom: 0; }
  .product-detail__list {
    list-style: none;
    margin: 0;
    padding: 0; }
    .product-detail__list > li {
      color: #030405;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      padding: 8px 0;
      border-bottom: 1px solid #e5e5e5; }
    .product-detail__list-label {
      color: #7f7f7f;
      min-width: 45%;
      margin-right: 8px; }
      @media screen and (min-width: 85.375em) {
        .product-detail__list-label {
          min-width: 30%; } }
  .product-detail__card-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    list-style: none;
    margin: 0;
    padding: 0; }
    .product-detail__card-container > li {
      width: calc(50% - 4px);
      margin-bottom: 4px;
      margin-right: 4px; }
      @media print, screen and (min-width: 60.0625em) {
        .product-detail__card-container > li {
          width: calc(100% / 5 - 10px);
          margin-bottom: 0; } }
      .product-detail__card-container > li img {
        max-width: 60%; }
  .product-detail__card {
    text-align: center;
    background-color: #fff;
    height: 100%;
    font-size: 16px;
    line-height: normal;
    padding: 16px; }
  .product-detail__logo-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    list-style: none;
    margin: 0;
    padding: 0; }
    .product-detail__logo-container > li {
      width: 100%;
      margin-bottom: 4px; }
      @media print, screen and (min-width: 48em) {
        .product-detail__logo-container > li {
          width: auto;
          max-width: 164px;
          margin-bottom: 0;
          margin-right: 32px; } }
  .product-detail__logo {
    text-align: center;
    background-color: #fff;
    height: 100%;
    font-size: 16px;
    line-height: normal;
    padding: 24px 0; }
    .product-detail__logo img {
      max-width: 164px; }

.lens-simulator {
  padding-bottom: 0; }
  @media screen and (max-width: 47.99999em) {
    .lens-simulator {
      background-color: #f2f2f2;
      text-align: center; } }
  .lens-simulator__info {
    text-align: center;
    padding: 64px 0; }
    .lens-simulator__info .grid-x {
      justify-content: center; }

#simulator {
  overflow: hidden;
  /* &.fancybox-content{
        padding: 0;
        .canvas-slider{
            margin-top: 0;
        }
        .badge-lens{
            right: $line-base * 2;
        }
        .fancybox__close{
            display: block;
        }
    } */ }
  #simulator .badge-lens {
    position: absolute;
    right: 0;
    top: 0;
    z-index: 2;
    background-color: rgba(255, 255, 255, 0.8);
    padding: 8px 16px;
    color: #030405;
    text-transform: uppercase;
    font-size: 12px;
    letter-spacing: 0.075em; }

.order-detail__row {
  background-color: #fff;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  border-bottom: 1px solid #e5e5e5;
  flex-wrap: wrap;
  margin-bottom: 20px; }
  .order-detail__row:last-child {
    border-bottom: 0; }
  @media print, screen and (min-width: 48em) {
    .order-detail__row {
      margin-bottom: 0; }
      .order-detail__row:last-child {
        margin-bottom: 40px; } }

.order-detail__column {
  display: block;
  padding: 8px 16px; }
  @media print, screen and (min-width: 48em) {
    .order-detail__column {
      padding: 23px 16px; }
      .order-detail__column--total {
        padding: 16px; } }
  @media print, screen and (min-width: 64em) {
    .order-detail__column {
      padding: 23px 20px; }
      .order-detail__column--total {
        padding: 16px 20px; } }
  .order-detail__column--price-info {
    width: 50%;
    align-self: center; }
    @media print, screen and (min-width: 48em) {
      .order-detail__column--price-info {
        order: 0;
        width: auto;
        align-self: flex-start; } }
  .order-detail__column--image {
    width: 50%;
    order: -1; }
    @media print, screen and (min-width: 48em) {
      .order-detail__column--image {
        width: auto; } }
  .order-detail__column--quantity {
    padding: 0 16px;
    margin-top: 8px;
    width: 50%;
    text-align: right; }
    @media print, screen and (min-width: 48em) {
      .order-detail__column--quantity {
        padding: 0 24px;
        margin-top: 0;
        width: 100%; } }
    @media screen and (min-width: 85.375em) {
      .order-detail__column--quantity {
        text-align: left;
        padding: 23px 24px;
        width: auto; } }
  .order-detail__column--total {
    width: 100%;
    padding-top: 0;
    text-align: center; }
    @media print, screen and (min-width: 48em) {
      .order-detail__column--total {
        text-align: right; } }
    @media screen and (min-width: 85.375em) {
      .order-detail__column--total {
        width: auto;
        padding-top: 16px; } }
  .order-detail__column--info {
    width: 100%; }
    @media print, screen and (min-width: 48em) {
      .order-detail__column--info {
        width: auto;
        max-width: 40%; } }
    @media print, screen and (min-width: 64em) {
      .order-detail__column--info {
        width: auto;
        max-width: 30%; } }

.order-detail__cta {
  margin-top: 64px;
  display: flex;
  justify-content: space-between; }
  .order-detail__cta .button {
    margin-left: 12px; }
    .order-detail__cta .button:first-child {
      margin-left: 0; }

.order-detail__product-image {
  max-width: 150px;
  width: 100%; }

.order-detail__product-name, .order-detail__product-model, .order-detail__product-code, .order-detail__product-lens, .order-detail__product-price, .order-detail__product-old-price, .order-detail__product-quantity, .order-detail__product-total {
  margin-bottom: 0; }

.order-detail__product-name {
  margin-bottom: 0;
  text-transform: uppercase;
  font-family: "DIN Next CYR", sans-serif;
  color: #030405;
  font-weight: 700;
  font-size: 18px; }

.order-detail__product-model {
  color: #030405; }

.order-detail__product-lens {
  margin-bottom: 4px; }

.order-detail__product-code {
  font-size: 13px;
  color: #999; }

.order-detail__product-price {
  font-size: 14px; }
  .order-detail__product-price span {
    font-size: 16px;
    color: #030405;
    font-weight: 700;
    margin-right: 4px; }
    @media screen and (min-width: 48em) and (max-width: 49.99999em) {
      .order-detail__product-price span {
        display: block; } }
    .order-detail__product-price span.order-detail__product-old-price {
      text-decoration: line-through;
      font-size: 15px;
      color: #7f7f7f;
      font-weight: 400; }
    .order-detail__product-price span.order-detail__product-discount {
      font-size: 15px;
      color: #7f7f7f;
      font-weight: 400; }

.order-detail__product-total {
  font-weight: 900;
  color: #030405;
  font-size: 30px; }
  .order-detail__product-total span {
    font-size: 22px; }
  @media print, screen and (min-width: 48em) {
    .order-detail__product-total {
      font-size: 22px; }
      .order-detail__product-total span {
        font-size: 18px; } }

.order-detail__product-custom {
  display: inline-block;
  margin-top: 8px;
  color: #ed7006; }
  .order-detail__product-custom:hover {
    color: #ed7006;
    text-decoration: underline; }
  @media screen and (max-width: 47.99999em) {
    .order-detail__product-custom {
      display: inline-block;
      vertical-align: middle;
      margin: 0;
      font-family: "DIN Next CYR", sans-serif;
      padding: 16px 30px;
      -webkit-appearance: none;
      border: 1px solid transparent;
      border-radius: 0;
      transition: background-color 0.25s ease-out, color 0.25s ease-out;
      font-size: 14px;
      line-height: 1;
      text-align: center;
      cursor: pointer;
      display: block;
      width: 100%;
      margin-right: 0;
      margin-left: 0;
      margin-top: 16px;
      width: 100%;
      text-transform: uppercase;
      font-weight: 700;
      letter-spacing: 0.1em; }
      [data-whatinput='mouse'] .order-detail__product-custom {
        outline: 0; }
      .order-detail__product-custom, .order-detail__product-custom.disabled, .order-detail__product-custom[disabled], .order-detail__product-custom.disabled:hover, .order-detail__product-custom[disabled]:hover, .order-detail__product-custom.disabled:focus, .order-detail__product-custom[disabled]:focus {
        background-color: #666;
        color: #fff; }
      .order-detail__product-custom:hover, .order-detail__product-custom:focus {
        background-color: #575757;
        color: #fff; } }

.order-detail__product-quantity {
  font-size: 14px; }

.order-detail__product-remove {
  font-size: 14px;
  color: #ccc;
  text-decoration: underline;
  -webkit-transition: .3s color ease-in-out;
  transition: .3s color ease-in-out; }

.order-detail__resume-row {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 8px; }
  .order-detail__resume-row:last-child {
    margin-bottom: 0; }
  .order-detail__resume-row .order-label {
    font-size: 16px; }
  .order-detail__resume-row .value {
    color: #030405; }
    .order-detail__resume-row .value.big {
      font-weight: 900;
      font-size: 30px; }

.order-detail__container {
  margin-top: 40px;
  width: 100%; }
  @media print, screen and (min-width: 48em) {
    .order-detail__container--cart .order-detail__column {
      padding-left: 16px;
      padding-right: 16px; } }
  .order-detail__container--cart .order-detail__column--quantity {
    width: 100%;
    margin-bottom: 16px; }
    @media print, screen and (min-width: 48em) {
      .order-detail__container--cart .order-detail__column--quantity {
        padding: 23px 16px;
        width: 50%; } }
    @media print, screen and (min-width: 64em) {
      .order-detail__container--cart .order-detail__column--quantity {
        width: auto; } }
  @media print, screen and (min-width: 48em) {
    .order-detail__container--cart .order-detail__column--total {
      width: 50%;
      padding-top: 16px; } }
  @media print, screen and (min-width: 64em) {
    .order-detail__container--cart .order-detail__column--total {
      width: auto; } }
  @media screen and (max-width: 47.99999em) {
    .order-detail__container--cart .product__quantity-selector label {
      width: calc(100% / 3); } }
  @media screen and (max-width: 47.99999em) {
    .order-detail__container--cart .product__quantity-selector label input {
      width: 100%; } }

#configurazione {
  display: none; }

.cms {
  padding: 0.625rem 0.5rem;
  display: block;
  /*-------------------
    -------------------
    small screen - max-width:1024px
    -------------------
    -------------------*/
  /*-------------------
    -------------------
    small screen - max-width:768px
    -------------------
    -------------------*/ }
  @media print, screen and (min-width: 48em) {
    .cms {
      padding-top: 0.9375rem;
      padding-bottom: 1.875rem; } }
  .cms .row {
    max-width: 120rem !important; }
  .cms .general-media-container em, .cms .general-media-container i {
    font-style: italic !important; }
  .cms .general-media-container ul {
    text-align: left;
    margin: 0.9375rem 1.875rem; }
    .cms .general-media-container ul li {
      list-style: circle; }
  .cms .general-media-container[class*="separator"] {
    padding-bottom: 0rem;
    padding-top: 0; }
  .cms .media-text-container strong {
    font-weight: 700 !important; }
  .cms .media-text-container .title {
    margin-top: 0;
    margin-bottom: 0.625rem;
    font-family: "DIN Next CYR", sans-serif;
    font-size: 1.625rem;
    color: #030405;
    line-height: 1.2em;
    display: block;
    letter-spacing: 1px; }
    @media print, screen and (min-width: 48em) {
      .cms .media-text-container .title {
        margin-top: 0.9375rem;
        margin-bottom: 0.9375rem; } }
  .cms .media-text-container .paragraph,
  .cms .media-text-container .paragraph p {
    font-size: 16px;
    line-height: 1.5em;
    margin-bottom: 24px;
    color: #7f7f7f; }
  .cms hr {
    border-color: #ccc; }
  .cms table {
    border-collapse: collapse; }
  .cms a {
    text-decoration: underline; }
    .cms a:hover {
      text-decoration: none; }
  .cms [class*="wkp-media-element"] {
    padding: 0 0.9375rem !important; }
    @media print, screen and (min-width: 48em) {
      .cms [class*="wkp-media-element"] {
        padding: 0 1.875rem !important; } }
    .cms [class*="wkp-media-element"] figure {
      margin-left: 0;
      margin-right: 0; }
  @media print, screen and (min-width: 48em) {
    .cms [class*="wkp-block"] {
      padding: 0.9375rem 0 !important; } }
  .cms [class*="wkp-block"] > .column, .cms [class*="wkp-block"] > .columns {
    padding: 0px !important; }
  .cms .column.media-text-container, .cms .media-text-container.columns,
  .cms .media-text-container {
    padding: 0.9375rem 0.9375rem 0 !important; }
    @media print, screen and (min-width: 48em) {
      .cms .column.media-text-container, .cms .media-text-container.columns,
      .cms .media-text-container {
        padding: 0 1.875rem !important; } }
  .cms .media-container figure {
    text-align: center; }
  .cms [class*="medium-4"].column .title, .cms [class*="medium-4"].columns .title {
    font-size: 1.5rem;
    margin-bottom: 0.625rem; }
  .cms [class*="medium-3"].column .title, .cms [class*="medium-3"].columns .title {
    font-size: 1.25rem;
    margin-bottom: 0.5rem; }

.wkp-media-element figure {
  margin-left: 0;
  margin-right: 0;
  padding-bottom: 20px; }

.news {
  padding: 0 0 20px; }
  @media print, screen and (min-width: 48em) {
    .news {
      padding: 0 0 32px; } }
  @media print, screen and (min-width: 64em) {
    .news {
      padding: 0 0 40px; } }
  @media screen and (max-width: 47.99999em) {
    .news .tabs-content {
      margin-top: 112px; } }
  .news__column {
    margin-bottom: 20px; }
    @media print, screen and (min-width: 48em) {
      .news__column {
        margin-bottom: 32px; } }
    @media print, screen and (min-width: 64em) {
      .news__column {
        margin-bottom: 40px; } }
    .news__column .box-img-text__link .title {
      font-size: 28px;
      line-height: 28px; }
      @media screen and (min-width: 85.375em) {
        .news__column .box-img-text__link .title {
          font-size: 26px;
          line-height: 26px; } }

.login__container {
  width: 100%;
  background-color: #fff;
  padding: 40px 32px;
  padding: 0 32px 40px;
  position: relative;
  z-index: 2;
  min-height: 500px;
  display: flex;
  justify-content: center;
  align-items: center; }
  @media print, screen and (min-width: 50em) {
    .login__container {
      width: 50%;
      box-shadow: 0px 28px 37.6px 2.4px rgba(0, 0, 0, 0.04), 0px 11px 51.94px 1.06px rgba(0, 0, 0, 0.16);
      padding: 40px 32px; } }
  .login__container .title {
    text-align: center; }
    @media print, screen and (min-width: 50em) {
      .login__container .title {
        text-align: left; } }

.login__content .title + .callout {
  margin-top: 16px; }

.sign-up__container {
  z-index: 1;
  width: 100%;
  padding: 40px;
  background-color: #f2f2f2; }
  @media print, screen and (min-width: 50em) {
    .sign-up__container {
      width: 50%; } }
  .sign-up__container .button {
    margin-top: 16px; }

.log-sign {
  position: relative;
  display: flex;
  align-items: center;
  flex-wrap: wrap; }

.product__quantity-selector {
  display: flex; }
  .product__quantity-selector [type="submit"] {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    height: 48px;
    width: 55px;
    background-color: #f2f2f2;
    border: 0;
    color: #f2f2f2; }
  .product__quantity-selector [type="text"] {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    height: 48px;
    width: 55px;
    padding: 0 8px;
    text-align: center;
    border: 0;
    margin-bottom: 0;
    box-shadow: inset 0 0 0 2px #f2f2f2 !important; }
    .product__quantity-selector [type="text"]:hover, .product__quantity-selector [type="text"]:focus {
      border: 0; }
  .product__quantity-selector--increase:hover, .product__quantity-selector--decrease:hover {
    cursor: pointer; }
  .product__quantity-selector--increase_label, .product__quantity-selector--decrease_label {
    display: inline-block;
    position: relative; }
    .product__quantity-selector--increase_label:after, .product__quantity-selector--decrease_label:after {
      font-family: "Material Icons";
      position: absolute;
      top: 50%;
      left: 50%;
      -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%); }
  .product__quantity-selector--increase_label:after {
    content: "\e145"; }
  .product__quantity-selector--decrease_label:after {
    content: "\e15b"; }
  .product__quantity-selector__label--disabled:after {
    color: #ccc; }
  .product__quantity-selector__label--disabled:hover {
    cursor: no-drop; }

.cart-detail {
  padding: 40px 0; }
  .cart-detail__promotional {
    padding: 32px 0; }
    .cart-detail__promotional .title {
      margin-bottom: 16px; }
    .cart-detail__promotional .button {
      position: absolute;
      top: 0;
      right: 0; }
    .cart-detail__promotional input {
      height: 48px;
      padding: 0 16px;
      padding-right: 180px; }
  .cart-detail__resume {
    padding: 32px 0; }
    .cart-detail__resume-row {
      display: flex;
      width: 100%;
      justify-content: space-between;
      align-items: center;
      margin-bottom: 8px; }
      .cart-detail__resume-row p {
        margin-bottom: 0; }
      .cart-detail__resume-row--total {
        box-shadow: inset 0 1px 0 0 #e5e5e5;
        padding-top: 16px; }
        .cart-detail__resume-row--total .value {
          font-size: 30px; }
    .cart-detail__resume .value {
      color: #030405;
      font-weight: 900; }
    .cart-detail__resume .button {
      margin-top: 24px; }
    .cart-detail__resume--no-padding {
      padding: 0; }

.checkout-order-resume {
  position: relative;
  background-color: #fff;
  padding: 16px;
  width: 100%;
  box-shadow: 0px 18px 25.38px 1.62px rgba(0, 0, 0, 0.04), 0px 9px 35.28px 0.72px rgba(0, 0, 0, 0.16); }
  @media print, screen and (min-width: 64em) {
    .checkout-order-resume {
      padding: 24px; } }
  .checkout-order-resume__header {
    display: flex;
    align-items: center;
    justify-content: flex-start; }
    .checkout-order-resume__header .title {
      margin-bottom: 0; }
    .checkout-order-resume__header a {
      margin-left: 16px;
      font-size: 12px;
      text-transform: uppercase;
      letter-spacing: 0.075em; }
    .checkout-order-resume__header .checkout-order-resume__expand {
      margin-left: auto; }
      @media print, screen and (min-width: 64em) {
        .checkout-order-resume__header .checkout-order-resume__expand {
          display: none; } }
  .checkout-order-resume__body {
    box-shadow: inset 0 -1px 0 0 #e5e5e5;
    padding: 0;
    transition: .3s max-height ease-in-out; }
    @media print, screen and (min-width: 64em) {
      .checkout-order-resume__body {
        padding: 16px 0; } }
  .checkout-order-resume__row {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    padding: 4px 0; }
    .checkout-order-resume__row p {
      margin-bottom: 0; }
    .checkout-order-resume__row span:last-child {
      margin-left: auto; }
  .checkout-order-resume__quantity {
    margin-left: 16px;
    color: #030405; }
  .checkout-order-resume__value {
    font-weight: 900;
    color: #030405; }
  .checkout-order-resume__pre-footer {
    padding: 0; }
    @media print, screen and (min-width: 64em) {
      .checkout-order-resume__pre-footer {
        padding: 16px 0; } }
  .checkout-order-resume__footer {
    padding: 16px 0;
    padding-bottom: 0;
    box-shadow: inset 0 1px 0 0 #e5e5e5; }
    .checkout-order-resume__footer .checkout-order-resume__value {
      font-size: 22px; }
      @media print, screen and (min-width: 64em) {
        .checkout-order-resume__footer .checkout-order-resume__value {
          font-size: 30px; } }
  .checkout-order-resume__body, .checkout-order-resume__pre-footer, .checkout-order-resume__footer {
    font-size: 15px;
    display: none;
    overflow: hidden; }
    .checkout-order-resume__body.expanded, .checkout-order-resume__pre-footer.expanded, .checkout-order-resume__footer.expanded {
      display: block;
      padding: 16px 0; }
    @media print, screen and (min-width: 64em) {
      .checkout-order-resume__body, .checkout-order-resume__pre-footer, .checkout-order-resume__footer {
        display: block; } }
  .checkout-order-resume__footer.expanded {
    padding-bottom: 0; }
  .checkout-order-resume__expand {
    width: 30px;
    height: 30px;
    position: relative; }
    .checkout-order-resume__expand:after {
      content: "\f107";
      font-family: "Font Awesome 5 Pro";
      font-size: 24px;
      position: absolute;
      top: 50%;
      left: 50%;
      -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%);
      font-weight: 300; }
    .checkout-order-resume__expand.expanded:after {
      content: "\f106"; }

.checkout__form {
  margin: 32px 0; }
  .checkout__form .button {
    margin-top: 24px; }
  .form .checkout__form {
    margin-bottom: 0; }

.checkout__info-column {
  margin-top: 48px; }
  @media print, screen and (min-width: 64em) {
    .checkout__info-column {
      margin-top: 0; } }

.checkout__info-column .form > ul {
  margin: 0;
  margin-left: -24px;
  margin-right: -24px;
  margin-top: -24px;
  list-style: none;
  display: flex;
  margin-bottom: 30px; }
  .checkout__info-column .form > ul li {
    background-color: #fff;
    width: 50%;
    padding: 24px 20px;
    text-align: center;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    font-size: 14px; }
    .checkout__info-column .form > ul li a {
      font-weight: 700;
      color: #999; }
    .checkout__info-column .form > ul li.is-active {
      background-color: #f2f2f2; }
      .checkout__info-column .form > ul li.is-active a {
        color: #030405; }

.form + .form {
  margin-top: 40px; }

.address-default {
  border: 1px solid #ccc !important; }
  .address-default td {
    background-color: #e5e5e5 !important; }
  .address-default__label {
    text-transform: uppercase;
    color: #ed7006;
    display: block;
    letter-spacing: 0.075em;
    margin-bottom: 8px;
    font-size: 14px; }

.address-name {
  color: #030405;
  font-weight: 700; }

.address-new {
  margin-top: 32px; }
  .address-new .title {
    margin-bottom: 16px; }
  @media screen and (min-width: 85.375em) {
    .address-new {
      margin-top: 0; } }
  .address-new .callout + .title {
    margin-top: 24px; }

.address-cta {
  margin-top: 24px; }

/*# sourceMappingURL=main.css.map */